From b02fdb4d705016a6c8e83f9d492b8df7c531b805 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Tue, 13 Dec 2022 00:23:00 +0100 Subject: [PATCH] Conversion to CMake build system. Remove the generated files from the source tree. Copy translations to a new directory layout. Added translation of .desktop files. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- CMakeL10n.txt | 5 + CMakeLists.txt | 93 + ConfigureChecks.cmake | 81 + Makefile.am | 2 +- bibletime.desktop | 26 +- bibletime/CMakeL10n.txt | 14 +- bibletime/CMakeLists.txt | 65 + bibletime/backend/CMakeLists.txt | 48 + bibletime/backend/cswordmoduleinfo.cpp | 4 + bibletime/bibletimeinterface_skel.cpp | 188 -- bibletime/display-templates/CMakeLists.txt | 30 + bibletime/display-templates/template-init.cpp | 1484 --------- bibletime/frontend/CMakeLists.txt | 47 + bibletime/frontend/display/CMakeLists.txt | 24 + .../frontend/displaywindow/CMakeLists.txt | 34 + bibletime/frontend/keychooser/CMakeLists.txt | 27 + bibletime/frontend/mainindex/CMakeLists.txt | 24 + bibletime/frontend/manageindicesform.cpp | 81 - .../frontend/searchdialog/CMakeLists.txt | 34 + .../searchdialog/searchoptionsform.cpp | 116 - .../searchdialog/searchresultsform.cpp | 88 - bibletime/frontend/util/CMakeLists.txt | 19 + bibletime/pics/16x16/CMakeLists.txt | 2 + bibletime/pics/22x22/CMakeLists.txt | 2 + bibletime/pics/32x32/CMakeLists.txt | 2 + bibletime/pics/48x48/CMakeLists.txt | 2 + bibletime/pics/64x64/CMakeLists.txt | 2 + bibletime/pics/CMakeLists.txt | 7 + bibletime/util/CMakeLists.txt | 16 + bibletime/xml/CMakeLists.txt | 5 + config.h.cmake | 18 + {docs => doc}/CMakeL10n.txt | 0 doc/Makefile.am | 6 + {docs/handbook => doc/en}/CMakeL10n.txt | 0 doc/en/CMakeLists.txt | 3 + doc/en/Makefile.am | 1 + {docs/howto => doc/en/handbook}/CMakeL10n.txt | 0 doc/en/handbook/CMakeLists.txt | 3 + {docs => doc/en}/handbook/Makefile.am | 0 doc/en/handbook/html/CMakeLists.txt | 7 + {docs => doc/en}/handbook/html/Makefile.am | 0 {docs => doc/en}/handbook/html/i_bible.png | Bin .../en}/handbook/html/i_bible_add.png | Bin .../en}/handbook/html/i_bibletime.png | Bin {docs => doc/en}/handbook/html/i_book.png | Bin {docs => doc/en}/handbook/html/i_book_add.png | Bin {docs => doc/en}/handbook/html/i_cascade.png | Bin .../en}/handbook/html/i_cascade_auto.png | Bin .../en}/handbook/html/i_commentary.png | Bin .../en}/handbook/html/i_commentary_add.png | Bin .../en}/handbook/html/i_configure.png | Bin .../en}/handbook/html/i_configureaccels.png | Bin .../en}/handbook/html/i_configuredisplay.png | Bin .../en}/handbook/html/i_configurefonts.png | Bin .../en}/handbook/html/i_configurestart.png | Bin .../en}/handbook/html/i_configuresword.png | Bin .../en}/handbook/html/i_configuretoolbars.png | Bin {docs => doc/en}/handbook/html/i_contents.png | Bin {docs => doc/en}/handbook/html/i_delete.png | Bin .../en}/handbook/html/i_editdelete.png | Bin {docs => doc/en}/handbook/html/i_exit.png | Bin .../en}/handbook/html/i_fileclose.png | Bin .../en}/handbook/html/i_fileprint.png | Bin {docs => doc/en}/handbook/html/i_find.png | Bin .../en}/handbook/html/i_fullscreen.png | Bin {docs => doc/en}/handbook/html/i_go.png | Bin {docs => doc/en}/handbook/html/i_ktip.png | Bin {docs => doc/en}/handbook/html/i_lexicon.png | Bin .../en}/handbook/html/i_lexicon_add.png | Bin {docs => doc/en}/handbook/html/i_pencil.png | Bin {docs => doc/en}/handbook/html/i_sidetree.png | Bin {docs => doc/en}/handbook/html/i_sync.png | Bin {docs => doc/en}/handbook/html/i_tile.png | Bin .../en}/handbook/html/i_tile_auto.png | Bin .../en}/handbook/html/ss_configfonts.png | Bin .../en}/handbook/html/ss_configtoolbar.png | Bin .../en}/handbook/html/ss_mainterms.png | Bin .../en}/handbook/html/ss_searchanal.png | Bin .../en}/handbook/html/ss_searchopts.png | Bin .../en}/handbook/unicode/CMakeL10n.txt | 0 doc/en/handbook/unicode/CMakeLists.txt | 7 + {docs => doc/en}/handbook/unicode/Makefile.am | 0 .../en}/handbook/unicode/hdbk-config.docbook | 0 .../en}/handbook/unicode/hdbk-intro.docbook | 0 .../handbook/unicode/hdbk-operation.docbook | 0 .../handbook/unicode/hdbk-reference.docbook | 0 .../en}/handbook/unicode/hdbk-start.docbook | 0 .../en}/handbook/unicode/index.docbook | 0 doc/en/howto/CMakeL10n.txt | 3 + doc/en/howto/CMakeLists.txt | 2 + {docs => doc/en}/howto/Makefile.am | 0 {docs => doc/en}/howto/html/Makefile.am | 0 {docs => doc/en}/howto/unicode/CMakeL10n.txt | 0 doc/en/howto/unicode/CMakeLists.txt | 7 + {docs => doc/en}/howto/unicode/Makefile.am | 0 .../en}/howto/unicode/how2-basics.docbook | 0 .../en}/howto/unicode/how2-importance.docbook | 0 .../howto/unicode/how2-interpretation.docbook | 0 {docs => doc/en}/howto/unicode/index.docbook | 0 {docs => doc}/ksgmltools-bug-read-me.txt | 0 doc/man/CMakeLists.txt | 42 + {docs => doc}/man/Makefile.am | 0 {docs => doc}/man/de/Makefile.am | 0 {docs => doc}/man/de/bibletime.1 | 0 {docs => doc}/man/en/Makefile.am | 0 {docs => doc}/man/en/bibletime.1 | 0 {docs => doc}/tips | 0 docs/Makefile.am | 10 - .../desktop_files/bibletime-desktops.pot | 32 + translations/desktop_files/cs.po | 32 + translations/desktop_files/da.po | 32 + translations/desktop_files/de.po | 32 + translations/desktop_files/fr.po | 32 + translations/messages/bibletime.pot | 2899 ++++++++++++++++ translations/messages/nl.po | 2900 ++++++++++++++++ translations/messages/pt_BR.po | 2910 +++++++++++++++++ translations/messages/sk.po | 2899 ++++++++++++++++ 117 files changed, 12460 insertions(+), 1989 deletions(-) create mode 100644 CMakeLists.txt create mode 100644 ConfigureChecks.cmake create mode 100644 bibletime/CMakeLists.txt create mode 100644 bibletime/backend/CMakeLists.txt delete mode 100644 bibletime/bibletimeinterface_skel.cpp create mode 100644 bibletime/display-templates/CMakeLists.txt delete mode 100644 bibletime/display-templates/template-init.cpp create mode 100644 bibletime/frontend/CMakeLists.txt create mode 100644 bibletime/frontend/display/CMakeLists.txt create mode 100644 bibletime/frontend/displaywindow/CMakeLists.txt create mode 100644 bibletime/frontend/keychooser/CMakeLists.txt create mode 100644 bibletime/frontend/mainindex/CMakeLists.txt delete mode 100644 bibletime/frontend/manageindicesform.cpp create mode 100644 bibletime/frontend/searchdialog/CMakeLists.txt delete mode 100644 bibletime/frontend/searchdialog/searchoptionsform.cpp delete mode 100644 bibletime/frontend/searchdialog/searchresultsform.cpp create mode 100644 bibletime/frontend/util/CMakeLists.txt create mode 100644 bibletime/pics/16x16/CMakeLists.txt create mode 100644 bibletime/pics/22x22/CMakeLists.txt create mode 100644 bibletime/pics/32x32/CMakeLists.txt create mode 100644 bibletime/pics/48x48/CMakeLists.txt create mode 100644 bibletime/pics/64x64/CMakeLists.txt create mode 100644 bibletime/pics/CMakeLists.txt create mode 100644 bibletime/util/CMakeLists.txt create mode 100644 bibletime/xml/CMakeLists.txt create mode 100644 config.h.cmake rename {docs => doc}/CMakeL10n.txt (100%) create mode 100644 doc/Makefile.am rename {docs/handbook => doc/en}/CMakeL10n.txt (100%) create mode 100644 doc/en/CMakeLists.txt create mode 100644 doc/en/Makefile.am rename {docs/howto => doc/en/handbook}/CMakeL10n.txt (100%) create mode 100644 doc/en/handbook/CMakeLists.txt rename {docs => doc/en}/handbook/Makefile.am (100%) create mode 100644 doc/en/handbook/html/CMakeLists.txt rename {docs => doc/en}/handbook/html/Makefile.am (100%) rename {docs => doc/en}/handbook/html/i_bible.png (100%) rename {docs => doc/en}/handbook/html/i_bible_add.png (100%) rename {docs => doc/en}/handbook/html/i_bibletime.png (100%) rename {docs => doc/en}/handbook/html/i_book.png (100%) rename {docs => doc/en}/handbook/html/i_book_add.png (100%) rename {docs => doc/en}/handbook/html/i_cascade.png (100%) rename {docs => doc/en}/handbook/html/i_cascade_auto.png (100%) rename {docs => doc/en}/handbook/html/i_commentary.png (100%) rename {docs => doc/en}/handbook/html/i_commentary_add.png (100%) rename {docs => doc/en}/handbook/html/i_configure.png (100%) rename {docs => doc/en}/handbook/html/i_configureaccels.png (100%) rename {docs => doc/en}/handbook/html/i_configuredisplay.png (100%) rename {docs => doc/en}/handbook/html/i_configurefonts.png (100%) rename {docs => doc/en}/handbook/html/i_configurestart.png (100%) rename {docs => doc/en}/handbook/html/i_configuresword.png (100%) rename {docs => doc/en}/handbook/html/i_configuretoolbars.png (100%) rename {docs => doc/en}/handbook/html/i_contents.png (100%) rename {docs => doc/en}/handbook/html/i_delete.png (100%) rename {docs => doc/en}/handbook/html/i_editdelete.png (100%) rename {docs => doc/en}/handbook/html/i_exit.png (100%) rename {docs => doc/en}/handbook/html/i_fileclose.png (100%) rename {docs => doc/en}/handbook/html/i_fileprint.png (100%) rename {docs => doc/en}/handbook/html/i_find.png (100%) rename {docs => doc/en}/handbook/html/i_fullscreen.png (100%) rename {docs => doc/en}/handbook/html/i_go.png (100%) rename {docs => doc/en}/handbook/html/i_ktip.png (100%) rename {docs => doc/en}/handbook/html/i_lexicon.png (100%) rename {docs => doc/en}/handbook/html/i_lexicon_add.png (100%) rename {docs => doc/en}/handbook/html/i_pencil.png (100%) rename {docs => doc/en}/handbook/html/i_sidetree.png (100%) rename {docs => doc/en}/handbook/html/i_sync.png (100%) rename {docs => doc/en}/handbook/html/i_tile.png (100%) rename {docs => doc/en}/handbook/html/i_tile_auto.png (100%) rename {docs => doc/en}/handbook/html/ss_configfonts.png (100%) rename {docs => doc/en}/handbook/html/ss_configtoolbar.png (100%) rename {docs => doc/en}/handbook/html/ss_mainterms.png (100%) rename {docs => doc/en}/handbook/html/ss_searchanal.png (100%) rename {docs => doc/en}/handbook/html/ss_searchopts.png (100%) rename {docs => doc/en}/handbook/unicode/CMakeL10n.txt (100%) create mode 100644 doc/en/handbook/unicode/CMakeLists.txt rename {docs => doc/en}/handbook/unicode/Makefile.am (100%) rename {docs => doc/en}/handbook/unicode/hdbk-config.docbook (100%) rename {docs => doc/en}/handbook/unicode/hdbk-intro.docbook (100%) rename {docs => doc/en}/handbook/unicode/hdbk-operation.docbook (100%) rename {docs => doc/en}/handbook/unicode/hdbk-reference.docbook (100%) rename {docs => doc/en}/handbook/unicode/hdbk-start.docbook (100%) rename {docs => doc/en}/handbook/unicode/index.docbook (100%) create mode 100644 doc/en/howto/CMakeL10n.txt create mode 100644 doc/en/howto/CMakeLists.txt rename {docs => doc/en}/howto/Makefile.am (100%) rename {docs => doc/en}/howto/html/Makefile.am (100%) rename {docs => doc/en}/howto/unicode/CMakeL10n.txt (100%) create mode 100644 doc/en/howto/unicode/CMakeLists.txt rename {docs => doc/en}/howto/unicode/Makefile.am (100%) rename {docs => doc/en}/howto/unicode/how2-basics.docbook (100%) rename {docs => doc/en}/howto/unicode/how2-importance.docbook (100%) rename {docs => doc/en}/howto/unicode/how2-interpretation.docbook (100%) rename {docs => doc/en}/howto/unicode/index.docbook (100%) rename {docs => doc}/ksgmltools-bug-read-me.txt (100%) create mode 100644 doc/man/CMakeLists.txt rename {docs => doc}/man/Makefile.am (100%) rename {docs => doc}/man/de/Makefile.am (100%) rename {docs => doc}/man/de/bibletime.1 (100%) rename {docs => doc}/man/en/Makefile.am (100%) rename {docs => doc}/man/en/bibletime.1 (100%) rename {docs => doc}/tips (100%) delete mode 100644 docs/Makefile.am create mode 100644 translations/desktop_files/bibletime-desktops.pot create mode 100644 translations/desktop_files/cs.po create mode 100644 translations/desktop_files/da.po create mode 100644 translations/desktop_files/de.po create mode 100644 translations/desktop_files/fr.po create mode 100644 translations/messages/bibletime.pot create mode 100644 translations/messages/nl.po create mode 100644 translations/messages/pt_BR.po create mode 100644 translations/messages/sk.po diff --git a/CMakeL10n.txt b/CMakeL10n.txt index 233b58f..c8a2da5 100644 --- a/CMakeL10n.txt +++ b/CMakeL10n.txt @@ -20,3 +20,8 @@ include( TDEL10n ) ##### create translation templates ############## tde_l10n_auto_add_subdirectories( ) + +tde_l10n_create_template( + CATALOG desktop_files/bibletime-desktops + SOURCES *.desktop +) diff --git a/CMakeLists.txt b/CMakeLists.txt new file mode 100644 index 0000000..650bf54 --- /dev/null +++ b/CMakeLists.txt @@ -0,0 +1,93 @@ +############################################ +# # +# Improvements and feedbacks are welcome # +# # +# This file is released under GPL >= 3 # +# # +############################################ + + +cmake_minimum_required( VERSION 3.1 ) + + +#### general package setup + +project( bibletime ) +set( PACKAGE_VERSION 1.6.6.0 ) + + +#### include essential cmake modules + +include( FindPkgConfig ) +include( CheckFunctionExists ) +include( CheckSymbolExists ) +include( CheckIncludeFile ) +include( CheckLibraryExists ) +include( CheckCSourceCompiles ) +include( CheckCXXSourceCompiles ) + + +#### include our cmake modules + +include( TDEMacros ) + + +##### set version number ######################## + +tde_set_project_version( ) + + +##### setup install paths + +include( TDESetupPaths ) +tde_setup_paths( ) + + +##### optional stuff + +option( WITH_ALL_OPTIONS "Enable all optional support" OFF ) +option( WITH_GCC_VISIBILITY "Enable fvisibility and fvisibility-inlines-hidden" ${WITH_ALL_OPTIONS} ) +option( WITH_HOWTO_DOC "Build documentation including howto" ${WITH_ALL_OPTIONS} ) + + +##### user requested modules + +option( BUILD_ALL "Build all" ON ) +option( BUILD_DOC "Build documentation" ${BUILD_ALL} ) +option( BUILD_TRANSLATIONS "Build translations" ${BUILD_ALL} ) + + +##### configure checks + +include( ConfigureChecks.cmake ) + + +###### global compiler settings + +add_definitions( -DHAVE_CONFIG_H ) + +set( CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${TQT_CXX_FLAGS}" ) +set( CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} -Wl,--no-undefined" ) +set( CMAKE_MODULE_LINKER_FLAGS "${CMAKE_MODULE_LINKER_FLAGS} -Wl,--no-undefined" ) + + +##### directories + +add_subdirectory( ${PROJECT_NAME} ) + + +##### other data ################################ + +tde_conditional_add_project_docs( BUILD_DOC ) +tde_conditional_add_project_translations( BUILD_TRANSLATIONS ) +tde_create_translated_desktop( ${PROJECT_NAME}.desktop ) + +install( + FILES doc/tips + DESTINATION ${DATA_INSTALL_DIR}/${PROJECT_NAME} +) + + +##### write configure files + +configure_file( config.h.cmake config.h @ONLY ) diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake new file mode 100644 index 0000000..d9ff50a --- /dev/null +++ b/ConfigureChecks.cmake @@ -0,0 +1,81 @@ +########################################### +# # +# Improvements and feedback are welcome # +# # +# This file is released under GPL >= 3 # +# # +########################################### + +# required stuff +find_package( TQt ) +find_package( TDE ) + +tde_setup_architecture_flags( ) + +include(TestBigEndian) +test_big_endian(WORDS_BIGENDIAN) + +tde_setup_largefiles( ) + + +##### check for gcc visibility support + +if( WITH_GCC_VISIBILITY ) + tde_setup_gcc_visibility( ) +endif( WITH_GCC_VISIBILITY ) + + +##### check for sword library + +pkg_search_module( SWORD sword ) +if( NOT SWORD_FOUND ) + tde_message_fatal( "sword library is required but not found on your system" ) +endif() +if( NOT SWORD_VERSION VERSION_LESS "1.6" ) + set( SWORD_MULTIVERSE 1 ) +endif() +if( NOT SWORD_VERSION VERSION_LESS "1.7" ) + set( SWORD_API_1_7 1 ) +endif() + +check_cxx_source_compiles(" + #include + #include <${SWORD_INCLUDE_DIRS}/sysdata.h> + main() {} + " + SWORD_WITHOUT_SANE_USERSPACE_TYPES +) +if( NOT SWORD_WITHOUT_SANE_USERSPACE_TYPES ) + check_cxx_source_compiles(" + #define __SANE_USERSPACE_TYPES__ + #include + #include <${SWORD_INCLUDE_DIRS}/sysdata.h> + main() {} + " + SWORD_WITH_SANE_USERSPACE_TYPES + ) + if( NOT SWORD_WITH_SANE_USERSPACE_TYPES ) + tde_message_fatal( "sword library cannot be used in any way" ) + endif() + add_definitions( "__SANE_USERSPACE_TYPES__" ) +endif() + + +##### check for clucdene library + +pkg_search_module( CLUCENE libclucene-core ) +if( NOT CLUCENE_FOUND ) + tde_message_fatal( "clucene library is required but not found on your system" ) +endif() +if( NOT CLUCENE_VERSION VERSION_LESS "2.0" ) + set( CLUCENE_V2 1 ) +endif() + + +##### check for boost library + +find_package( Boost ) + +if( NOT Boost_FOUND ) + tde_message_fatal( "Boost is required, but was not found on your system" ) +endif() diff --git a/Makefile.am b/Makefile.am index 9d58960..701348e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ KDE_OPTIONS = noautodist -SUBDIRS = bibletime translations docs . +SUBDIRS = bibletime translations doc . EXTRA_DIST = \ BibleTime.tdevelop \ diff --git a/bibletime.desktop b/bibletime.desktop index 9b43f84..a1d638b 100644 --- a/bibletime.desktop +++ b/bibletime.desktop @@ -1,26 +1,14 @@ [Desktop Entry] +Name=BibleTime + +GenericName=Bible Study Tool + Comment=An easy to use bible study tool -Comment[C]=An easy to use bible study tool -Comment[cs]=Snadno pouiteln n�troj pro studium Bible -Comment[da]=Et letanvendeligt bibelstudieprogram -Comment[de]=Ein einfach zu benutzendes Bibelprogramm -Comment[fr]=Un outil d'�ude biblique facile �utiliser + +Type=Application Exec=bibletime Icon=bibletime -MimeType= -Name=BibleTime 1.6.6.0 -Name[C]=BibleTime 1.6.6.0 -Name[cs]=BibleTime 1.6.6.0 -Name[da]=Bibeltime 1.6.6.0 -Name[de]=BibleTime 1.6.6.0 -Name[fr]=BibleTime 1.6.6.0 -GenericName=Bible Study Tool -SwallowExec= -SwallowTitle= Terminal=false -TerminalOptions= -Type=Application -X-TDE-SubstituteUID=false -X-TDE-Username= Categories=X-Bible;X-Religion;Literature;Art;Education;Utility;TDE;QT X-DocPath=bibletime/handbook/index.html +X-TDE-SubstituteUID=false diff --git a/bibletime/CMakeL10n.txt b/bibletime/CMakeL10n.txt index 7f71487..8c717c8 100644 --- a/bibletime/CMakeL10n.txt +++ b/bibletime/CMakeL10n.txt @@ -1,6 +1,16 @@ +##### prepare display template names ############ + +file( READ ${CMAKE_CURRENT_SOURCE_DIR}/display-templates/names.conf TEMPLATE_NAMES ) +string( REGEX REPLACE "(^|\n)([^ \t]*)[ \t]+([^\n]*)\n" "\\1/* \\2 */ i18n(\"\\3\");\n" TEMPLATE_NAMES "${TEMPLATE_NAMES}" ) +file( WRITE ${CMAKE_CURRENT_SOURCE_DIR}/display-templates/names.conf.tde_l10n "${TEMPLATE_NAMES}" ) + + ##### create translation templates ############## tde_l10n_create_template( - CATALOG "messages" - SOURCES "." "../docs/tips" + CATALOG "messages/bibletime" + SOURCES + "." + "display-templates/names.conf.tde_l10n" + "../doc/tips" ) diff --git a/bibletime/CMakeLists.txt b/bibletime/CMakeLists.txt new file mode 100644 index 0000000..47ae110 --- /dev/null +++ b/bibletime/CMakeLists.txt @@ -0,0 +1,65 @@ + +add_subdirectory( display-templates ) +add_subdirectory( backend ) +add_subdirectory( frontend ) +add_subdirectory( xml ) +add_subdirectory( pics ) +add_subdirectory( util ) + +include_directories( + ${CMAKE_BINARY_DIR} + ${CMAKE_CURRENT_BINARY_DIR} + ${CMAKE_CURRENT_SOURCE_DIR} + ${TDE_INCLUDE_DIR} + ${TQT_INCLUDE_DIRS} + ${CLUCENE_INCLUDE_DIRS} + ${SWORD_INCLUDE_DIRS} +) + +link_directories( + ${TQT_LIBRARY_DIRS} + ${Boost_LIBRARY_DIRS} +) + + +##### bibletime (executable) #################### + +tde_add_executable( ${PROJECT_NAME} AUTOMOC + SOURCES + bibletime_init.cpp + bibletime_slots.cpp + bibletime.cpp + bibletimeapp.cpp + main.cpp + bibletime_dcop.cpp + bibletimeinterface.skel + + LINK + backend-static + display-static + displaywindow-static + frontend-static + frontendutil-static + keychooser-static + mainindex-static + searchdialog-static + util-static + tdecore-shared + tdeui-shared + tdeio-shared + tdecore-shared + tdeui-shared + tdehtml-shared + ${SWORD_LIBRARIES} + ${CLUCENE_LIBRARIES} + + DESTINATION ${BIN_INSTALL_DIR} +) + + +##### install public includes + +install( + FILES bibletimeinterface.h + DESTINATION ${INCLUDE_INSTALL_DIR} +) diff --git a/bibletime/backend/CMakeLists.txt b/bibletime/backend/CMakeLists.txt new file mode 100644 index 0000000..664a2c6 --- /dev/null +++ b/bibletime/backend/CMakeLists.txt @@ -0,0 +1,48 @@ + +include_directories( + ${CMAKE_BINARY_DIR} + ${CMAKE_BINARY_DIR}/${PROJECT_NAME} + ${CMAKE_SOURCE_DIR}/${PROJECT_NAME} + ${CMAKE_CURRENT_SOURCE_DIR} + ${CMAKE_CURRENT_BINARY_DIR} + ${TDE_INCLUDE_DIR} + ${TQT_INCLUDE_DIRS} + ${CLUCENE_INCLUDE_DIRS} + ${SWORD_INCLUDE_DIRS} + ${Boost_INCLUDE_DIRS} +) + + +##### backed (static) + +tde_add_library( backend STATIC-PIC AUTOMOC + SOURCES + bt_gbfhtml.cpp + bt_osishtml.cpp + bt_plainhtml.cpp + bt_thmlhtml.cpp + bt_thmlplain.cpp + btstringmgr.cpp + cbookdisplay.cpp + cchapterdisplay.cpp + cdisplayrendering.cpp + cdisplaytemplatemgr.cpp + centrydisplay.cpp + chtmlexportrendering.cpp + clanguagemgr.cpp + cplaintextexportrendering.cpp + creferencemanager.cpp + cswordbackend.cpp + cswordbiblemoduleinfo.cpp + cswordbookmoduleinfo.cpp + cswordcommentarymoduleinfo.cpp + cswordkey.cpp + cswordldkey.cpp + cswordlexiconmoduleinfo.cpp + cswordmoduleinfo.cpp + cswordmodulesearch.cpp + cswordtreekey.cpp + cswordversekey.cpp + ctextrendering.cpp + osismorphsegmentation.cpp +) diff --git a/bibletime/backend/cswordmoduleinfo.cpp b/bibletime/backend/cswordmoduleinfo.cpp index 6dec4c6..3280432 100644 --- a/bibletime/backend/cswordmoduleinfo.cpp +++ b/bibletime/backend/cswordmoduleinfo.cpp @@ -7,6 +7,10 @@ * **********/ +#if defined(HAVE_CONFIG_H) +#include "config.h" +#endif + //BibleTime includes #include "cswordmoduleinfo.h" #include "cswordbackend.h" diff --git a/bibletime/bibletimeinterface_skel.cpp b/bibletime/bibletimeinterface_skel.cpp deleted file mode 100644 index 6b3b2b3..0000000 --- a/bibletime/bibletimeinterface_skel.cpp +++ /dev/null @@ -1,188 +0,0 @@ -/**************************************************************************** -** -** DCOP Skeleton generated by dcopidl2cpp from bibletimeinterface.kidl -** -** WARNING! All changes made in this file will be lost! -** -*****************************************************************************/ - -#include "./bibletimeinterface.h" - -#include -#include - - -static const int BibleTimeInterface_fhash = 17; -static const char* const BibleTimeInterface_ftable[14][3] = { - { "void", "syncAllBibles(TQString)", "syncAllBibles(TQString key)" }, - { "void", "syncAllCommentaries(TQString)", "syncAllCommentaries(TQString key)" }, - { "void", "syncAllLexicons(TQString)", "syncAllLexicons(TQString key)" }, - { "void", "syncAllVerseBasedModules(TQString)", "syncAllVerseBasedModules(TQString key)" }, - { "void", "reloadModules()", "reloadModules()" }, - { "void", "openWindow(TQString,TQString)", "openWindow(TQString moduleName,TQString key)" }, - { "void", "openDefaultBible(TQString)", "openDefaultBible(TQString key)" }, - { "void", "closeAllModuleWindows()", "closeAllModuleWindows()" }, - { TQSTRING_OBJECT_NAME_STRING, "getCurrentReference()", "getCurrentReference()" }, - { TQSTRINGLIST_OBJECT_NAME_STRING, "searchInModule(TQString,TQString)", "searchInModule(TQString moduleName,TQString searchText)" }, - { TQSTRINGLIST_OBJECT_NAME_STRING, "searchInOpenModules(TQString)", "searchInOpenModules(TQString searchText)" }, - { TQSTRINGLIST_OBJECT_NAME_STRING, "searchInDefaultBible(TQString)", "searchInDefaultBible(TQString searchText)" }, - { TQSTRINGLIST_OBJECT_NAME_STRING, "getModulesOfType(TQString)", "getModulesOfType(TQString type)" }, - { 0, 0, 0 } -}; -static const int BibleTimeInterface_ftable_hiddens[13] = { - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, -}; - -bool BibleTimeInterface::process(const TQCString &fun, const TQByteArray &data, TQCString& replyType, TQByteArray &replyData) -{ - static TQAsciiDict* fdict = 0; - if ( !fdict ) { - fdict = new TQAsciiDict( BibleTimeInterface_fhash, true, false ); - for ( int i = 0; BibleTimeInterface_ftable[i][1]; i++ ) - fdict->insert( BibleTimeInterface_ftable[i][1], new int( i ) ); - } - int* fp = fdict->find( fun ); - switch ( fp?*fp:-1) { - case 0: { // void syncAllBibles(TQString) - TQString arg0; - TQDataStream arg( data, IO_ReadOnly ); - if (arg.atEnd()) return false; - arg >> arg0; - replyType = BibleTimeInterface_ftable[0][0]; - syncAllBibles(arg0 ); - } break; - case 1: { // void syncAllCommentaries(TQString) - TQString arg0; - TQDataStream arg( data, IO_ReadOnly ); - if (arg.atEnd()) return false; - arg >> arg0; - replyType = BibleTimeInterface_ftable[1][0]; - syncAllCommentaries(arg0 ); - } break; - case 2: { // void syncAllLexicons(TQString) - TQString arg0; - TQDataStream arg( data, IO_ReadOnly ); - if (arg.atEnd()) return false; - arg >> arg0; - replyType = BibleTimeInterface_ftable[2][0]; - syncAllLexicons(arg0 ); - } break; - case 3: { // void syncAllVerseBasedModules(TQString) - TQString arg0; - TQDataStream arg( data, IO_ReadOnly ); - if (arg.atEnd()) return false; - arg >> arg0; - replyType = BibleTimeInterface_ftable[3][0]; - syncAllVerseBasedModules(arg0 ); - } break; - case 4: { // void reloadModules() - replyType = BibleTimeInterface_ftable[4][0]; - reloadModules( ); - } break; - case 5: { // void openWindow(TQString,TQString) - TQString arg0; - TQString arg1; - TQDataStream arg( data, IO_ReadOnly ); - if (arg.atEnd()) return false; - arg >> arg0; - if (arg.atEnd()) return false; - arg >> arg1; - replyType = BibleTimeInterface_ftable[5][0]; - openWindow(arg0, arg1 ); - } break; - case 6: { // void openDefaultBible(TQString) - TQString arg0; - TQDataStream arg( data, IO_ReadOnly ); - if (arg.atEnd()) return false; - arg >> arg0; - replyType = BibleTimeInterface_ftable[6][0]; - openDefaultBible(arg0 ); - } break; - case 7: { // void closeAllModuleWindows() - replyType = BibleTimeInterface_ftable[7][0]; - closeAllModuleWindows( ); - } break; - case 8: { // TQString getCurrentReference() - replyType = BibleTimeInterface_ftable[8][0]; - TQDataStream _replyStream( replyData, IO_WriteOnly ); - _replyStream << getCurrentReference( ); - } break; - case 9: { // TQStringList searchInModule(TQString,TQString) - TQString arg0; - TQString arg1; - TQDataStream arg( data, IO_ReadOnly ); - if (arg.atEnd()) return false; - arg >> arg0; - if (arg.atEnd()) return false; - arg >> arg1; - replyType = BibleTimeInterface_ftable[9][0]; - TQDataStream _replyStream( replyData, IO_WriteOnly ); - _replyStream << searchInModule(arg0, arg1 ); - } break; - case 10: { // TQStringList searchInOpenModules(TQString) - TQString arg0; - TQDataStream arg( data, IO_ReadOnly ); - if (arg.atEnd()) return false; - arg >> arg0; - replyType = BibleTimeInterface_ftable[10][0]; - TQDataStream _replyStream( replyData, IO_WriteOnly ); - _replyStream << searchInOpenModules(arg0 ); - } break; - case 11: { // TQStringList searchInDefaultBible(TQString) - TQString arg0; - TQDataStream arg( data, IO_ReadOnly ); - if (arg.atEnd()) return false; - arg >> arg0; - replyType = BibleTimeInterface_ftable[11][0]; - TQDataStream _replyStream( replyData, IO_WriteOnly ); - _replyStream << searchInDefaultBible(arg0 ); - } break; - case 12: { // TQStringList getModulesOfType(TQString) - TQString arg0; - TQDataStream arg( data, IO_ReadOnly ); - if (arg.atEnd()) return false; - arg >> arg0; - replyType = BibleTimeInterface_ftable[12][0]; - TQDataStream _replyStream( replyData, IO_WriteOnly ); - _replyStream << getModulesOfType(arg0 ); - } break; - default: - return DCOPObject::process( fun, data, replyType, replyData ); - } - return true; -} - -QCStringList BibleTimeInterface::interfaces() -{ - QCStringList ifaces = DCOPObject::interfaces(); - ifaces += "BibleTimeInterface"; - return ifaces; -} - -QCStringList BibleTimeInterface::functions() -{ - QCStringList funcs = DCOPObject::functions(); - for ( int i = 0; BibleTimeInterface_ftable[i][2]; i++ ) { - if (BibleTimeInterface_ftable_hiddens[i]) - continue; - TQCString func = BibleTimeInterface_ftable[i][0]; - func += ' '; - func += BibleTimeInterface_ftable[i][2]; - funcs << func; - } - return funcs; -} - - diff --git a/bibletime/display-templates/CMakeLists.txt b/bibletime/display-templates/CMakeLists.txt new file mode 100644 index 0000000..d227852 --- /dev/null +++ b/bibletime/display-templates/CMakeLists.txt @@ -0,0 +1,30 @@ + +##### template-init.cpp (generated) + +file( READ "names.conf" TEMPLATE_NAMES ) +string( REGEX REPLACE "\n" ";" TEMPLATE_NAMES "${TEMPLATE_NAMES}" ) +list( SORT TEMPLATE_NAMES ) + +file( WRITE ${CMAKE_CURRENT_BINARY_DIR}/template-init.cpp + "void CDisplayTemplateMgr::init() {\n" +) + +foreach( TEMPLATE_INFO IN LISTS TEMPLATE_NAMES ) + string( REGEX REPLACE "^([^ \t]*)[ \t]+(.*)" "\\1" TEMPLATE_FILE "${TEMPLATE_INFO}" ) + string( REGEX REPLACE "^([^ \t]*)[ \t]+(.*)" "\\2" TEMPLATE_NAME "${TEMPLATE_INFO}" ) + + if( NOT "${TEMPLATE_FILE}" STREQUAL "" ) + file( READ ${TEMPLATE_FILE} TEMPLATE_CONTENT ) + string( REGEX REPLACE "\n+$" "\n" TEMPLATE_CONTENT "${TEMPLATE_CONTENT}\n" ) + string( REGEX REPLACE "\"" "\\\\\"" TEMPLATE_CONTENT "${TEMPLATE_CONTENT}" ) + string( REGEX REPLACE "\n" "\\\\\n" TEMPLATE_CONTENT "${TEMPLATE_CONTENT}" ) + string( REGEX REPLACE "[ \t]+" " " TEMPLATE_CONTENT "${TEMPLATE_CONTENT}" ) + file( APPEND ${CMAKE_CURRENT_BINARY_DIR}/template-init.cpp + "\tm_templateMap[ i18n(\"${TEMPLATE_NAME}\") ] = \"${TEMPLATE_CONTENT}\";\n" + ) + endif() +endforeach() + +file( APPEND ${CMAKE_CURRENT_BINARY_DIR}/template-init.cpp + "}\n" +) diff --git a/bibletime/display-templates/template-init.cpp b/bibletime/display-templates/template-init.cpp deleted file mode 100644 index 7d72274..0000000 --- a/bibletime/display-templates/template-init.cpp +++ /dev/null @@ -1,1484 +0,0 @@ -void CDisplayTemplateMgr::init() { - m_templateMap[ i18n("Default") ] = "\ -\ -\ -\ - #TITLE#\ - \ - \ - \ - \ - \ -\ -\ -\ -
#CONTENT#
\ -\ -\ -"; - m_templateMap[ i18n("Crazy") ] = "\ -\ -\ -\ - \ - #TITLE#\ - \ - \ - \ -\ - \ -\ -\ -\ -\ -
#CONTENT#
\ -\ -\ -"; - m_templateMap[ i18n("Green") ] = "\ -\ -\ -\ - #TITLE#\ - \ - \ - \ - \ - \ -\ -\ -\ -
#CONTENT#
\ -\ -\ -"; - m_templateMap[ i18n("High contrast") ] = "\ -\ -\ -\ - #TITLE#\ - \ - \ - \ - \ - \ -\ -\ -\ -
#CONTENT#
\ -\ -\ -"; - m_templateMap[ i18n("Simple") ] = "\ -\ -\ -\ - #TITLE#\ - \ - \ - \ - \ - \ -\ -\ -\ -
#CONTENT#
\ -\ -\ -"; - -} diff --git a/bibletime/frontend/CMakeLists.txt b/bibletime/frontend/CMakeLists.txt new file mode 100644 index 0000000..b7adf69 --- /dev/null +++ b/bibletime/frontend/CMakeLists.txt @@ -0,0 +1,47 @@ + +add_subdirectory( util ) +add_subdirectory( searchdialog ) +add_subdirectory( mainindex ) +add_subdirectory( keychooser ) +add_subdirectory( displaywindow ) +add_subdirectory( display ) + + +include_directories( + ${CMAKE_BINARY_DIR} + ${CMAKE_BINARY_DIR}/${PROJECT_NAME} + ${CMAKE_SOURCE_DIR}/${PROJECT_NAME} + ${CMAKE_CURRENT_SOURCE_DIR} + ${CMAKE_CURRENT_BINARY_DIR} + ${TDE_INCLUDE_DIR} + ${TQT_INCLUDE_DIRS} + ${CLUCENE_INCLUDE_DIRS} + ${SWORD_INCLUDE_DIRS} +) + + +##### frontend (static) + +tde_add_library( frontend STATIC-PIC AUTOMOC + SOURCES + btinstallmgr.cpp + cbtconfig.cpp + cinputdialog.cpp + manageindicesform.ui + cmanageindiceswidget.cpp + coptionsdialog.cpp + cswordsetupdialog.cpp + cprofilemgr.cpp + cprofile.cpp + cprofilewindow.cpp + cexportmanager.cpp + cmdiarea.cpp + kstartuplogo.cpp + cdragdropmgr.cpp + cinfodisplay.cpp + cprinter.cpp + crossrefrendering.cpp + cswordsetupmodulelistview.cpp + cswordsetupinstallsourcesdialog.cpp + cmoduleindexdialog.cpp +) diff --git a/bibletime/frontend/display/CMakeLists.txt b/bibletime/frontend/display/CMakeLists.txt new file mode 100644 index 0000000..9d866b9 --- /dev/null +++ b/bibletime/frontend/display/CMakeLists.txt @@ -0,0 +1,24 @@ + +include_directories( + ${CMAKE_BINARY_DIR} + ${CMAKE_SOURCE_DIR}/${PROJECT_NAME} + ${CMAKE_CURRENT_SOURCE_DIR} + ${CMAKE_CURRENT_BINARY_DIR} + ${TDE_INCLUDE_DIR} + ${TQT_INCLUDE_DIRS} + ${CLUCENE_INCLUDE_DIRS} + ${SWORD_INCLUDE_DIRS} +) + + +##### display (static) + +tde_add_library( display STATIC-PIC AUTOMOC + SOURCES + cdisplay.cpp + creaddisplay.cpp + chtmlreaddisplay.cpp + cwritedisplay.cpp + cplainwritedisplay.cpp + chtmlwritedisplay.cpp +) diff --git a/bibletime/frontend/displaywindow/CMakeLists.txt b/bibletime/frontend/displaywindow/CMakeLists.txt new file mode 100644 index 0000000..2e2d1de --- /dev/null +++ b/bibletime/frontend/displaywindow/CMakeLists.txt @@ -0,0 +1,34 @@ + +include_directories( + ${CMAKE_BINARY_DIR} + ${CMAKE_BINARY_DIR}/${PROJECT_NAME} + ${CMAKE_SOURCE_DIR}/${PROJECT_NAME} + ${CMAKE_CURRENT_SOURCE_DIR} + ${CMAKE_CURRENT_BINARY_DIR} + ${TDE_INCLUDE_DIR} + ${TQT_INCLUDE_DIRS} + ${CLUCENE_INCLUDE_DIRS} + ${SWORD_INCLUDE_DIRS} +) + + +##### displaywindow (static) + +tde_add_library( displaywindow STATIC-PIC AUTOMOC + SOURCES + cbiblereadwindow.cpp + cbookreadwindow.cpp + ccommentaryreadwindow.cpp + cdisplaywindow.cpp + clexiconreadwindow.cpp + cmodulechooserbar.cpp + cmodulechooserbutton.cpp + creadwindow.cpp + cwritewindow.cpp + cplainwritewindow.cpp + chtmlwritewindow.cpp + cbuttons.cpp + + LINK + searchdialog-static +) diff --git a/bibletime/frontend/keychooser/CMakeLists.txt b/bibletime/frontend/keychooser/CMakeLists.txt new file mode 100644 index 0000000..d75e2ff --- /dev/null +++ b/bibletime/frontend/keychooser/CMakeLists.txt @@ -0,0 +1,27 @@ + +include_directories( + ${CMAKE_BINARY_DIR} + ${CMAKE_SOURCE_DIR}/${PROJECT_NAME} + ${CMAKE_CURRENT_SOURCE_DIR} + ${CMAKE_CURRENT_BINARY_DIR} + ${TDE_INCLUDE_DIR} + ${TQT_INCLUDE_DIRS} + ${CLUCENE_INCLUDE_DIRS} + ${SWORD_INCLUDE_DIRS} +) + + +##### keychooser (static) + +tde_add_library( keychooser STATIC-PIC AUTOMOC + SOURCES + cbiblekeychooser.cpp + clexiconkeychooser.cpp + ckeychooser.cpp + cscrollbutton.cpp + ckeychooserwidget.cpp + ckeyreferencewidget.cpp + cscrollerwidgetset.cpp + cbookkeychooser.cpp + cbooktreechooser.cpp +) diff --git a/bibletime/frontend/mainindex/CMakeLists.txt b/bibletime/frontend/mainindex/CMakeLists.txt new file mode 100644 index 0000000..2532e67 --- /dev/null +++ b/bibletime/frontend/mainindex/CMakeLists.txt @@ -0,0 +1,24 @@ + +include_directories( + ${CMAKE_BINARY_DIR} + ${CMAKE_BINARY_DIR}/${PROJECT_NAME} + ${CMAKE_SOURCE_DIR}/${PROJECT_NAME} + ${CMAKE_CURRENT_SOURCE_DIR} + ${CMAKE_CURRENT_BINARY_DIR} + ${TDE_INCLUDE_DIR} + ${TQT_INCLUDE_DIRS} + ${CLUCENE_INCLUDE_DIRS} + ${SWORD_INCLUDE_DIRS} +) + + +##### mainindex (static) + +tde_add_library( mainindex STATIC-PIC AUTOMOC + SOURCES + cmainindex.cpp + cindexitem.cpp + + LINK + searchdialog-static +) diff --git a/bibletime/frontend/manageindicesform.cpp b/bibletime/frontend/manageindicesform.cpp deleted file mode 100644 index 09b8922..0000000 --- a/bibletime/frontend/manageindicesform.cpp +++ /dev/null @@ -1,81 +0,0 @@ -#include -#include -/**************************************************************************** -** Form implementation generated from reading ui file './manageindicesform.ui' -** -** Created: Sa Mai 10 13:52:34 2008 -** -** WARNING! All changes made in this file will be lost! -****************************************************************************/ - -#include "manageindicesform.h" - -#include -#include -#include -#include -#include -#include -#include -#include -#include - -/* - * Constructs a ManageIndicesForm as a child of 'parent', with the - * name 'name' and widget flags set to 'f'. - */ -ManageIndicesForm::ManageIndicesForm( TQWidget* parent, const char* name, WFlags fl ) - : TQWidget( parent, name, fl ) -{ - if ( !name ) - setName( "ManageIndicesForm" ); - ManageIndicesFormLayout = new TQVBoxLayout( this, 0, 8, "ManageIndicesFormLayout"); - - m_labelFrame = new TQFrame( this, "m_labelFrame" ); - m_labelFrame->setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)7, (TQSizePolicy::SizeType)5, 0, 0, m_labelFrame->sizePolicy().hasHeightForWidth() ) ); - m_labelFrame->setFrameShape( TQFrame::NoFrame ); - m_labelFrame->setFrameShadow( TQFrame::Plain ); - ManageIndicesFormLayout->addWidget( m_labelFrame ); - - m_autoDeleteOrphanedIndicesBox = new TQCheckBox( this, "m_autoDeleteOrphanedIndicesBox" ); - ManageIndicesFormLayout->addWidget( m_autoDeleteOrphanedIndicesBox ); - - m_moduleList = new TDEListView( this, "m_moduleList" ); - ManageIndicesFormLayout->addWidget( m_moduleList ); - - layout1 = new TQHBoxLayout( 0, 0, 6, "layout1"); - spacer1 = new TQSpacerItem( 40, 20, TQSizePolicy::Expanding, TQSizePolicy::Minimum ); - layout1->addItem( spacer1 ); - - m_createIndicesButton = new TQPushButton( this, "m_createIndicesButton" ); - layout1->addWidget( m_createIndicesButton ); - - m_deleteIndicesButton = new TQPushButton( this, "m_deleteIndicesButton" ); - layout1->addWidget( m_deleteIndicesButton ); - ManageIndicesFormLayout->addLayout( layout1 ); - languageChange(); - resize( TQSize(415, 404).expandedTo(minimumSizeHint()) ); - clearWState( WState_Polished ); -} - -/* - * Destroys the object and frees any allocated resources - */ -ManageIndicesForm::~ManageIndicesForm() -{ - // no need to delete child widgets, TQt does it all for us -} - -/* - * Sets the strings of the subwidgets using the current - * language. - */ -void ManageIndicesForm::languageChange() -{ - setCaption( tr2i18n( "Manage Indicies" ) ); - m_autoDeleteOrphanedIndicesBox->setText( tr2i18n( "Automaticall&y delete orphaned indices when BibleTime starts" ) ); - m_createIndicesButton->setText( tr2i18n( "&Create selected indices" ) ); - m_deleteIndicesButton->setText( tr2i18n( "De&lete selected indices" ) ); -} - -#include "manageindicesform.moc" diff --git a/bibletime/frontend/searchdialog/CMakeLists.txt b/bibletime/frontend/searchdialog/CMakeLists.txt new file mode 100644 index 0000000..ce915e7 --- /dev/null +++ b/bibletime/frontend/searchdialog/CMakeLists.txt @@ -0,0 +1,34 @@ + +include_directories( + ${CMAKE_BINARY_DIR} + ${CMAKE_BINARY_DIR}/${PROJECT_NAME} + ${CMAKE_SOURCE_DIR}/${PROJECT_NAME} + ${CMAKE_CURRENT_SOURCE_DIR} + ${CMAKE_CURRENT_BINARY_DIR} + ${TDE_INCLUDE_DIR} + ${TQT_INCLUDE_DIRS} + ${CLUCENE_INCLUDE_DIRS} + ${SWORD_INCLUDE_DIRS} +) + + +##### searchdialog (static) + +tde_add_library( searchdialog STATIC-PIC AUTOMOC + SOURCES + searchoptionsform.ui + searchresultsform.ui + csearchdialog.cpp + csearchdialogpages.cpp + csearchanalysis.cpp + cmodulechooser.cpp + crangechooser.cpp + cmoduleresultview.cpp + csearchresultview.cpp + + LINK + backend-static + display-static + frontend-static + frontendutil-static +) diff --git a/bibletime/frontend/searchdialog/searchoptionsform.cpp b/bibletime/frontend/searchdialog/searchoptionsform.cpp deleted file mode 100644 index 1fef20f..0000000 --- a/bibletime/frontend/searchdialog/searchoptionsform.cpp +++ /dev/null @@ -1,116 +0,0 @@ -#include -#include -/**************************************************************************** -** Form implementation generated from reading ui file './searchoptionsform.ui' -** -** Created: Sa Mai 10 13:52:35 2008 -** -** WARNING! All changes made in this file will be lost! -****************************************************************************/ - -#include "searchoptionsform.h" - -#include -#include -#include -#include -#include -#include -#include -#include - -/* - * Constructs a SearchOptionsForm as a child of 'parent', with the - * name 'name' and widget flags set to 'f'. - */ -SearchOptionsForm::SearchOptionsForm( TQWidget* parent, const char* name, WFlags fl ) - : TQWidget( parent, name, fl ) -{ - if ( !name ) - setName( "SearchOptionsForm" ); - setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)5, (TQSizePolicy::SizeType)0, 0, 0, sizePolicy().hasHeightForWidth() ) ); - setMinimumSize( TQSize( 260, 130 ) ); - setBaseSize( TQSize( 420, 150 ) ); - SearchOptionsFormLayout = new TQHBoxLayout( this, 0, 3, "SearchOptionsFormLayout"); - - searchGroupBox = new TQGroupBox( this, "searchGroupBox" ); - searchGroupBox->setMargin( 0 ); - searchGroupBox->setColumnLayout(0, Qt::Vertical ); - searchGroupBox->layout()->setSpacing( 3 ); - searchGroupBox->layout()->setMargin( 6 ); - searchGroupBoxLayout = new TQGridLayout( searchGroupBox->layout() ); - searchGroupBoxLayout->setAlignment( TQt::AlignTop ); - - m_searchTextLabel = new TQLabel( searchGroupBox, "m_searchTextLabel" ); - m_searchTextLabel->setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)1, (TQSizePolicy::SizeType)1, 0, 0, m_searchTextLabel->sizePolicy().hasHeightForWidth() ) ); - - searchGroupBoxLayout->addWidget( m_searchTextLabel, 0, 0 ); - - m_syntaxButton = new TQPushButton( searchGroupBox, "m_syntaxButton" ); - - searchGroupBoxLayout->addWidget( m_syntaxButton, 0, 2 ); - - m_chooseModulesButton = new TQPushButton( searchGroupBox, "m_chooseModulesButton" ); - - searchGroupBoxLayout->addWidget( m_chooseModulesButton, 1, 2 ); - - m_chooseRangeButton = new TQPushButton( searchGroupBox, "m_chooseRangeButton" ); - - searchGroupBoxLayout->addWidget( m_chooseRangeButton, 2, 2 ); - - m_searchScopeLabel = new TQLabel( searchGroupBox, "m_searchScopeLabel" ); - m_searchScopeLabel->setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)1, (TQSizePolicy::SizeType)1, 0, 0, m_searchScopeLabel->sizePolicy().hasHeightForWidth() ) ); - - searchGroupBoxLayout->addWidget( m_searchScopeLabel, 2, 0 ); - - m_rangeChooserCombo = new KComboBox( FALSE, searchGroupBox, "m_rangeChooserCombo" ); - m_rangeChooserCombo->setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)7, (TQSizePolicy::SizeType)0, 0, 0, m_rangeChooserCombo->sizePolicy().hasHeightForWidth() ) ); - - searchGroupBoxLayout->addWidget( m_rangeChooserCombo, 2, 1 ); - - m_searchTextCombo = new KHistoryCombo( searchGroupBox, "m_searchTextCombo" ); - m_searchTextCombo->setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)7, (TQSizePolicy::SizeType)0, 0, 0, m_searchTextCombo->sizePolicy().hasHeightForWidth() ) ); - m_searchTextCombo->setFocusPolicy( KHistoryCombo::WheelFocus ); - m_searchTextCombo->setSizeLimit( 25 ); - m_searchTextCombo->setInsertionPolicy( KHistoryCombo::AtBottom ); - m_searchTextCombo->setDuplicatesEnabled( FALSE ); - - searchGroupBoxLayout->addWidget( m_searchTextCombo, 0, 1 ); - - m_modulesLabel = new TQLabel( searchGroupBox, "m_modulesLabel" ); - m_modulesLabel->setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)1, (TQSizePolicy::SizeType)1, 0, 0, m_modulesLabel->sizePolicy().hasHeightForWidth() ) ); - m_modulesLabel->setTextFormat( TQLabel::RichText ); - m_modulesLabel->setAlignment( int( TQLabel::WordBreak | TQLabel::AlignVCenter | TQLabel::AlignLeft ) ); - - searchGroupBoxLayout->addMultiCellWidget( m_modulesLabel, 1, 1, 0, 1 ); - SearchOptionsFormLayout->addWidget( searchGroupBox ); - languageChange(); - resize( TQSize(648, 130).expandedTo(minimumSizeHint()) ); - clearWState( WState_Polished ); -} - -/* - * Destroys the object and frees any allocated resources - */ -SearchOptionsForm::~SearchOptionsForm() -{ - // no need to delete child widgets, TQt does it all for us -} - -/* - * Sets the strings of the subwidgets using the current - * language. - */ -void SearchOptionsForm::languageChange() -{ - setCaption( tr2i18n( "Search Options" ) ); - searchGroupBox->setTitle( tr2i18n( "Search parameters" ) ); - m_searchTextLabel->setText( tr2i18n( "Search for:" ) ); - m_syntaxButton->setText( tr2i18n( "&Help" ) ); - m_chooseModulesButton->setText( tr2i18n( "&Choose" ) ); - m_chooseRangeButton->setText( tr2i18n( "&Setup" ) ); - m_searchScopeLabel->setText( tr2i18n( "Search scope:" ) ); - m_modulesLabel->setText( tr2i18n( "Search in:" ) ); -} - -#include "searchoptionsform.moc" diff --git a/bibletime/frontend/searchdialog/searchresultsform.cpp b/bibletime/frontend/searchdialog/searchresultsform.cpp deleted file mode 100644 index 60e3e91..0000000 --- a/bibletime/frontend/searchdialog/searchresultsform.cpp +++ /dev/null @@ -1,88 +0,0 @@ -#include -#include -/**************************************************************************** -** Form implementation generated from reading ui file './searchresultsform.ui' -** -** Created: Sa Mai 10 13:52:35 2008 -** -** WARNING! All changes made in this file will be lost! -****************************************************************************/ - -#include "searchresultsform.h" - -#include -#include -#include -#include -#include -#include -#include -#include "cmoduleresultview.h" -#include "csearchresultview.h" - -/* - * Constructs a SearchResultsForm as a child of 'parent', with the - * name 'name' and widget flags set to 'f'. - */ -SearchResultsForm::SearchResultsForm( TQWidget* parent, const char* name, WFlags fl ) - : TQWidget( parent, name, fl ) -{ - if ( !name ) - setName( "SearchResultsForm" ); - setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)7, (TQSizePolicy::SizeType)7, 0, 0, sizePolicy().hasHeightForWidth() ) ); - setMinimumSize( TQSize( 300, 220 ) ); - setBaseSize( TQSize( 440, 290 ) ); - SearchResultsFormLayout = new TQVBoxLayout( this, 0, 3, "SearchResultsFormLayout"); - - displaySplitter = new TQSplitter( this, "displaySplitter" ); - displaySplitter->setMinimumSize( TQSize( 134, 44 ) ); - displaySplitter->setOrientation( TQSplitter::Horizontal ); - - TQWidget* privateLayoutWidget = new TQWidget( displaySplitter, "rightSideBox" ); - rightSideBox = new TQVBoxLayout( privateLayoutWidget, 0, 6, "rightSideBox"); - - resultSplitter = new TQSplitter( privateLayoutWidget, "resultSplitter" ); - resultSplitter->setOrientation( TQSplitter::Vertical ); - - m_moduleListBox = new Search::Result::CModuleResultView( resultSplitter, "m_moduleListBox" ); - - m_resultListBox = new Search::Result::CSearchResultView( resultSplitter, "m_resultListBox" ); - rightSideBox->addWidget( resultSplitter ); - - buttonLayout = new TQHBoxLayout( 0, 0, 6, "buttonLayout"); - - m_analyseButton = new TQPushButton( privateLayoutWidget, "m_analyseButton" ); - buttonLayout->addWidget( m_analyseButton ); - buttonSpacer = new TQSpacerItem( 10, 20, TQSizePolicy::Expanding, TQSizePolicy::Minimum ); - buttonLayout->addItem( buttonSpacer ); - rightSideBox->addLayout( buttonLayout ); - - m_displayFrame = new TQFrame( displaySplitter, "m_displayFrame" ); - m_displayFrame->setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)7, (TQSizePolicy::SizeType)7, 0, 0, m_displayFrame->sizePolicy().hasHeightForWidth() ) ); - m_displayFrame->setFrameShape( TQFrame::NoFrame ); - m_displayFrame->setFrameShadow( TQFrame::Plain ); - SearchResultsFormLayout->addWidget( displaySplitter ); - languageChange(); - resize( TQSize(300, 220).expandedTo(minimumSizeHint()) ); - clearWState( WState_Polished ); -} - -/* - * Destroys the object and frees any allocated resources - */ -SearchResultsForm::~SearchResultsForm() -{ - // no need to delete child widgets, TQt does it all for us -} - -/* - * Sets the strings of the subwidgets using the current - * language. - */ -void SearchResultsForm::languageChange() -{ - setCaption( tr2i18n( "SearchResults" ) ); - m_analyseButton->setText( tr2i18n( "Analyze search" ) ); -} - -#include "searchresultsform.moc" diff --git a/bibletime/frontend/util/CMakeLists.txt b/bibletime/frontend/util/CMakeLists.txt new file mode 100644 index 0000000..afa2e8c --- /dev/null +++ b/bibletime/frontend/util/CMakeLists.txt @@ -0,0 +1,19 @@ + +include_directories( + ${CMAKE_BINARY_DIR} + ${CMAKE_SOURCE_DIR}/${PROJECT_NAME} + ${CMAKE_CURRENT_SOURCE_DIR} + ${CMAKE_CURRENT_BINARY_DIR} + ${TDE_INCLUDE_DIR} + ${TQT_INCLUDE_DIRS} + ${CLUCENE_INCLUDE_DIRS} + ${SWORD_INCLUDE_DIRS} +) + + +##### frontendutil (static) + +tde_add_library( frontendutil STATIC-PIC AUTOMOC + SOURCES + csortlistviewitem.cpp +) diff --git a/bibletime/pics/16x16/CMakeLists.txt b/bibletime/pics/16x16/CMakeLists.txt new file mode 100644 index 0000000..dd3d042 --- /dev/null +++ b/bibletime/pics/16x16/CMakeLists.txt @@ -0,0 +1,2 @@ + +tde_install_icons() diff --git a/bibletime/pics/22x22/CMakeLists.txt b/bibletime/pics/22x22/CMakeLists.txt new file mode 100644 index 0000000..dd3d042 --- /dev/null +++ b/bibletime/pics/22x22/CMakeLists.txt @@ -0,0 +1,2 @@ + +tde_install_icons() diff --git a/bibletime/pics/32x32/CMakeLists.txt b/bibletime/pics/32x32/CMakeLists.txt new file mode 100644 index 0000000..dd3d042 --- /dev/null +++ b/bibletime/pics/32x32/CMakeLists.txt @@ -0,0 +1,2 @@ + +tde_install_icons() diff --git a/bibletime/pics/48x48/CMakeLists.txt b/bibletime/pics/48x48/CMakeLists.txt new file mode 100644 index 0000000..dd3d042 --- /dev/null +++ b/bibletime/pics/48x48/CMakeLists.txt @@ -0,0 +1,2 @@ + +tde_install_icons() diff --git a/bibletime/pics/64x64/CMakeLists.txt b/bibletime/pics/64x64/CMakeLists.txt new file mode 100644 index 0000000..dd3d042 --- /dev/null +++ b/bibletime/pics/64x64/CMakeLists.txt @@ -0,0 +1,2 @@ + +tde_install_icons() diff --git a/bibletime/pics/CMakeLists.txt b/bibletime/pics/CMakeLists.txt new file mode 100644 index 0000000..42a3814 --- /dev/null +++ b/bibletime/pics/CMakeLists.txt @@ -0,0 +1,7 @@ + +tde_auto_add_subdirectories() + +install( + FILES startuplogo.png + DESTINATION ${DATA_INSTALL_DIR}/${PROJECT_NAME}/pics +) diff --git a/bibletime/util/CMakeLists.txt b/bibletime/util/CMakeLists.txt new file mode 100644 index 0000000..5c7b43f --- /dev/null +++ b/bibletime/util/CMakeLists.txt @@ -0,0 +1,16 @@ + +include_directories( + ${CMAKE_BINARY_DIR} + ${CMAKE_SOURCE_DIR}/${PROJECT_NAME} + ${CMAKE_CURRENT_SOURCE_DIR} + ${CMAKE_CURRENT_BINARY_DIR} + ${TDE_INCLUDE_DIR} + ${TQT_INCLUDE_DIRS} + ${CLUCENE_INCLUDE_DIRS} + ${SWORD_INCLUDE_DIRS} +) + +tde_add_library( util STATIC-PIC AUTOMOC + SOURCES + cpointers.cpp cresmgr.cpp ctoolclass.cpp directoryutil.cpp +) diff --git a/bibletime/xml/CMakeLists.txt b/bibletime/xml/CMakeLists.txt new file mode 100644 index 0000000..2ba7883 --- /dev/null +++ b/bibletime/xml/CMakeLists.txt @@ -0,0 +1,5 @@ + +install( + FILES bibletimeui.rc + DESTINATION ${DATA_INSTALL_DIR}/${PROJECT_NAME} +) diff --git a/config.h.cmake b/config.h.cmake new file mode 100644 index 0000000..8ca8423 --- /dev/null +++ b/config.h.cmake @@ -0,0 +1,18 @@ +#define PACKAGE "@CMAKE_PROJECT_NAME@" +#define VERSION "@PACKAGE_VERSION@" + +// Defined if you have fvisibility and fvisibility-inlines-hidden support. +#cmakedefine __KDE_HAVE_GCC_VISIBILITY 1 + +/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most + significant byte first (like Motorola and SPARC, unlike Intel). */ +#cmakedefine WORDS_BIGENDIAN @WORDS_BIGENDIAN@ + +/* Define if sword library API >= 1.6 */ +#cmakedefine SWORD_MULTIVERSE 1 + +/* Define if sword library API >= 1.7 */ +#cmakedefine SWORD_API_1_7 1 + +/* Define if clucene library API >= 2.0 */ +#cmakedefine CLUCENE_V2 1 diff --git a/docs/CMakeL10n.txt b/doc/CMakeL10n.txt similarity index 100% rename from docs/CMakeL10n.txt rename to doc/CMakeL10n.txt diff --git a/doc/Makefile.am b/doc/Makefile.am new file mode 100644 index 0000000..f2548a1 --- /dev/null +++ b/doc/Makefile.am @@ -0,0 +1,6 @@ +SUBDIRS = en man + +EXTRA_DIST = tips + +rcdir = $(kde_datadir)/bibletime +rc_DATA = tips diff --git a/docs/handbook/CMakeL10n.txt b/doc/en/CMakeL10n.txt similarity index 100% rename from docs/handbook/CMakeL10n.txt rename to doc/en/CMakeL10n.txt diff --git a/doc/en/CMakeLists.txt b/doc/en/CMakeLists.txt new file mode 100644 index 0000000..a03830a --- /dev/null +++ b/doc/en/CMakeLists.txt @@ -0,0 +1,3 @@ + +add_subdirectory( handbook ) +tde_conditional_add_subdirectory( WITH_HOWTO_DOC howto ) diff --git a/doc/en/Makefile.am b/doc/en/Makefile.am new file mode 100644 index 0000000..b7a1e64 --- /dev/null +++ b/doc/en/Makefile.am @@ -0,0 +1 @@ +SUBDIRS = handbook $(HOWTODIR) diff --git a/docs/howto/CMakeL10n.txt b/doc/en/handbook/CMakeL10n.txt similarity index 100% rename from docs/howto/CMakeL10n.txt rename to doc/en/handbook/CMakeL10n.txt diff --git a/doc/en/handbook/CMakeLists.txt b/doc/en/handbook/CMakeLists.txt new file mode 100644 index 0000000..5b45dc8 --- /dev/null +++ b/doc/en/handbook/CMakeLists.txt @@ -0,0 +1,3 @@ + +add_subdirectory( unicode ) +add_subdirectory( html ) diff --git a/docs/handbook/Makefile.am b/doc/en/handbook/Makefile.am similarity index 100% rename from docs/handbook/Makefile.am rename to doc/en/handbook/Makefile.am diff --git a/doc/en/handbook/html/CMakeLists.txt b/doc/en/handbook/html/CMakeLists.txt new file mode 100644 index 0000000..f213264 --- /dev/null +++ b/doc/en/handbook/html/CMakeLists.txt @@ -0,0 +1,7 @@ + +file( GLOB handbook_images *.png ) + +install( + FILES ${handbook_images} + DESTINATION ${HTML_INSTALL_DIR}/en/${PROJECT_NAME}/handbook +) diff --git a/docs/handbook/html/Makefile.am b/doc/en/handbook/html/Makefile.am similarity index 100% rename from docs/handbook/html/Makefile.am rename to doc/en/handbook/html/Makefile.am diff --git a/docs/handbook/html/i_bible.png b/doc/en/handbook/html/i_bible.png similarity index 100% rename from docs/handbook/html/i_bible.png rename to doc/en/handbook/html/i_bible.png diff --git a/docs/handbook/html/i_bible_add.png b/doc/en/handbook/html/i_bible_add.png similarity index 100% rename from docs/handbook/html/i_bible_add.png rename to doc/en/handbook/html/i_bible_add.png diff --git a/docs/handbook/html/i_bibletime.png b/doc/en/handbook/html/i_bibletime.png similarity index 100% rename from docs/handbook/html/i_bibletime.png rename to doc/en/handbook/html/i_bibletime.png diff --git a/docs/handbook/html/i_book.png b/doc/en/handbook/html/i_book.png similarity index 100% rename from docs/handbook/html/i_book.png rename to doc/en/handbook/html/i_book.png diff --git a/docs/handbook/html/i_book_add.png b/doc/en/handbook/html/i_book_add.png similarity index 100% rename from docs/handbook/html/i_book_add.png rename to doc/en/handbook/html/i_book_add.png diff --git a/docs/handbook/html/i_cascade.png b/doc/en/handbook/html/i_cascade.png similarity index 100% rename from docs/handbook/html/i_cascade.png rename to doc/en/handbook/html/i_cascade.png diff --git a/docs/handbook/html/i_cascade_auto.png b/doc/en/handbook/html/i_cascade_auto.png similarity index 100% rename from docs/handbook/html/i_cascade_auto.png rename to doc/en/handbook/html/i_cascade_auto.png diff --git a/docs/handbook/html/i_commentary.png b/doc/en/handbook/html/i_commentary.png similarity index 100% rename from docs/handbook/html/i_commentary.png rename to doc/en/handbook/html/i_commentary.png diff --git a/docs/handbook/html/i_commentary_add.png b/doc/en/handbook/html/i_commentary_add.png similarity index 100% rename from docs/handbook/html/i_commentary_add.png rename to doc/en/handbook/html/i_commentary_add.png diff --git a/docs/handbook/html/i_configure.png b/doc/en/handbook/html/i_configure.png similarity index 100% rename from docs/handbook/html/i_configure.png rename to doc/en/handbook/html/i_configure.png diff --git a/docs/handbook/html/i_configureaccels.png b/doc/en/handbook/html/i_configureaccels.png similarity index 100% rename from docs/handbook/html/i_configureaccels.png rename to doc/en/handbook/html/i_configureaccels.png diff --git a/docs/handbook/html/i_configuredisplay.png b/doc/en/handbook/html/i_configuredisplay.png similarity index 100% rename from docs/handbook/html/i_configuredisplay.png rename to doc/en/handbook/html/i_configuredisplay.png diff --git a/docs/handbook/html/i_configurefonts.png b/doc/en/handbook/html/i_configurefonts.png similarity index 100% rename from docs/handbook/html/i_configurefonts.png rename to doc/en/handbook/html/i_configurefonts.png diff --git a/docs/handbook/html/i_configurestart.png b/doc/en/handbook/html/i_configurestart.png similarity index 100% rename from docs/handbook/html/i_configurestart.png rename to doc/en/handbook/html/i_configurestart.png diff --git a/docs/handbook/html/i_configuresword.png b/doc/en/handbook/html/i_configuresword.png similarity index 100% rename from docs/handbook/html/i_configuresword.png rename to doc/en/handbook/html/i_configuresword.png diff --git a/docs/handbook/html/i_configuretoolbars.png b/doc/en/handbook/html/i_configuretoolbars.png similarity index 100% rename from docs/handbook/html/i_configuretoolbars.png rename to doc/en/handbook/html/i_configuretoolbars.png diff --git a/docs/handbook/html/i_contents.png b/doc/en/handbook/html/i_contents.png similarity index 100% rename from docs/handbook/html/i_contents.png rename to doc/en/handbook/html/i_contents.png diff --git a/docs/handbook/html/i_delete.png b/doc/en/handbook/html/i_delete.png similarity index 100% rename from docs/handbook/html/i_delete.png rename to doc/en/handbook/html/i_delete.png diff --git a/docs/handbook/html/i_editdelete.png b/doc/en/handbook/html/i_editdelete.png similarity index 100% rename from docs/handbook/html/i_editdelete.png rename to doc/en/handbook/html/i_editdelete.png diff --git a/docs/handbook/html/i_exit.png b/doc/en/handbook/html/i_exit.png similarity index 100% rename from docs/handbook/html/i_exit.png rename to doc/en/handbook/html/i_exit.png diff --git a/docs/handbook/html/i_fileclose.png b/doc/en/handbook/html/i_fileclose.png similarity index 100% rename from docs/handbook/html/i_fileclose.png rename to doc/en/handbook/html/i_fileclose.png diff --git a/docs/handbook/html/i_fileprint.png b/doc/en/handbook/html/i_fileprint.png similarity index 100% rename from docs/handbook/html/i_fileprint.png rename to doc/en/handbook/html/i_fileprint.png diff --git a/docs/handbook/html/i_find.png b/doc/en/handbook/html/i_find.png similarity index 100% rename from docs/handbook/html/i_find.png rename to doc/en/handbook/html/i_find.png diff --git a/docs/handbook/html/i_fullscreen.png b/doc/en/handbook/html/i_fullscreen.png similarity index 100% rename from docs/handbook/html/i_fullscreen.png rename to doc/en/handbook/html/i_fullscreen.png diff --git a/docs/handbook/html/i_go.png b/doc/en/handbook/html/i_go.png similarity index 100% rename from docs/handbook/html/i_go.png rename to doc/en/handbook/html/i_go.png diff --git a/docs/handbook/html/i_ktip.png b/doc/en/handbook/html/i_ktip.png similarity index 100% rename from docs/handbook/html/i_ktip.png rename to doc/en/handbook/html/i_ktip.png diff --git a/docs/handbook/html/i_lexicon.png b/doc/en/handbook/html/i_lexicon.png similarity index 100% rename from docs/handbook/html/i_lexicon.png rename to doc/en/handbook/html/i_lexicon.png diff --git a/docs/handbook/html/i_lexicon_add.png b/doc/en/handbook/html/i_lexicon_add.png similarity index 100% rename from docs/handbook/html/i_lexicon_add.png rename to doc/en/handbook/html/i_lexicon_add.png diff --git a/docs/handbook/html/i_pencil.png b/doc/en/handbook/html/i_pencil.png similarity index 100% rename from docs/handbook/html/i_pencil.png rename to doc/en/handbook/html/i_pencil.png diff --git a/docs/handbook/html/i_sidetree.png b/doc/en/handbook/html/i_sidetree.png similarity index 100% rename from docs/handbook/html/i_sidetree.png rename to doc/en/handbook/html/i_sidetree.png diff --git a/docs/handbook/html/i_sync.png b/doc/en/handbook/html/i_sync.png similarity index 100% rename from docs/handbook/html/i_sync.png rename to doc/en/handbook/html/i_sync.png diff --git a/docs/handbook/html/i_tile.png b/doc/en/handbook/html/i_tile.png similarity index 100% rename from docs/handbook/html/i_tile.png rename to doc/en/handbook/html/i_tile.png diff --git a/docs/handbook/html/i_tile_auto.png b/doc/en/handbook/html/i_tile_auto.png similarity index 100% rename from docs/handbook/html/i_tile_auto.png rename to doc/en/handbook/html/i_tile_auto.png diff --git a/docs/handbook/html/ss_configfonts.png b/doc/en/handbook/html/ss_configfonts.png similarity index 100% rename from docs/handbook/html/ss_configfonts.png rename to doc/en/handbook/html/ss_configfonts.png diff --git a/docs/handbook/html/ss_configtoolbar.png b/doc/en/handbook/html/ss_configtoolbar.png similarity index 100% rename from docs/handbook/html/ss_configtoolbar.png rename to doc/en/handbook/html/ss_configtoolbar.png diff --git a/docs/handbook/html/ss_mainterms.png b/doc/en/handbook/html/ss_mainterms.png similarity index 100% rename from docs/handbook/html/ss_mainterms.png rename to doc/en/handbook/html/ss_mainterms.png diff --git a/docs/handbook/html/ss_searchanal.png b/doc/en/handbook/html/ss_searchanal.png similarity index 100% rename from docs/handbook/html/ss_searchanal.png rename to doc/en/handbook/html/ss_searchanal.png diff --git a/docs/handbook/html/ss_searchopts.png b/doc/en/handbook/html/ss_searchopts.png similarity index 100% rename from docs/handbook/html/ss_searchopts.png rename to doc/en/handbook/html/ss_searchopts.png diff --git a/docs/handbook/unicode/CMakeL10n.txt b/doc/en/handbook/unicode/CMakeL10n.txt similarity index 100% rename from docs/handbook/unicode/CMakeL10n.txt rename to doc/en/handbook/unicode/CMakeL10n.txt diff --git a/doc/en/handbook/unicode/CMakeLists.txt b/doc/en/handbook/unicode/CMakeLists.txt new file mode 100644 index 0000000..fab9335 --- /dev/null +++ b/doc/en/handbook/unicode/CMakeLists.txt @@ -0,0 +1,7 @@ + +file( GLOB handbook_text *.docbook ) + +install( + FILES ${handbook_text} + DESTINATION ${HTML_INSTALL_DIR}/en/${PROJECT_NAME}/handbook +) diff --git a/docs/handbook/unicode/Makefile.am b/doc/en/handbook/unicode/Makefile.am similarity index 100% rename from docs/handbook/unicode/Makefile.am rename to doc/en/handbook/unicode/Makefile.am diff --git a/docs/handbook/unicode/hdbk-config.docbook b/doc/en/handbook/unicode/hdbk-config.docbook similarity index 100% rename from docs/handbook/unicode/hdbk-config.docbook rename to doc/en/handbook/unicode/hdbk-config.docbook diff --git a/docs/handbook/unicode/hdbk-intro.docbook b/doc/en/handbook/unicode/hdbk-intro.docbook similarity index 100% rename from docs/handbook/unicode/hdbk-intro.docbook rename to doc/en/handbook/unicode/hdbk-intro.docbook diff --git a/docs/handbook/unicode/hdbk-operation.docbook b/doc/en/handbook/unicode/hdbk-operation.docbook similarity index 100% rename from docs/handbook/unicode/hdbk-operation.docbook rename to doc/en/handbook/unicode/hdbk-operation.docbook diff --git a/docs/handbook/unicode/hdbk-reference.docbook b/doc/en/handbook/unicode/hdbk-reference.docbook similarity index 100% rename from docs/handbook/unicode/hdbk-reference.docbook rename to doc/en/handbook/unicode/hdbk-reference.docbook diff --git a/docs/handbook/unicode/hdbk-start.docbook b/doc/en/handbook/unicode/hdbk-start.docbook similarity index 100% rename from docs/handbook/unicode/hdbk-start.docbook rename to doc/en/handbook/unicode/hdbk-start.docbook diff --git a/docs/handbook/unicode/index.docbook b/doc/en/handbook/unicode/index.docbook similarity index 100% rename from docs/handbook/unicode/index.docbook rename to doc/en/handbook/unicode/index.docbook diff --git a/doc/en/howto/CMakeL10n.txt b/doc/en/howto/CMakeL10n.txt new file mode 100644 index 0000000..b585ce4 --- /dev/null +++ b/doc/en/howto/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_auto_add_subdirectories( ) diff --git a/doc/en/howto/CMakeLists.txt b/doc/en/howto/CMakeLists.txt new file mode 100644 index 0000000..9890284 --- /dev/null +++ b/doc/en/howto/CMakeLists.txt @@ -0,0 +1,2 @@ + +add_subdirectory( unicode ) diff --git a/docs/howto/Makefile.am b/doc/en/howto/Makefile.am similarity index 100% rename from docs/howto/Makefile.am rename to doc/en/howto/Makefile.am diff --git a/docs/howto/html/Makefile.am b/doc/en/howto/html/Makefile.am similarity index 100% rename from docs/howto/html/Makefile.am rename to doc/en/howto/html/Makefile.am diff --git a/docs/howto/unicode/CMakeL10n.txt b/doc/en/howto/unicode/CMakeL10n.txt similarity index 100% rename from docs/howto/unicode/CMakeL10n.txt rename to doc/en/howto/unicode/CMakeL10n.txt diff --git a/doc/en/howto/unicode/CMakeLists.txt b/doc/en/howto/unicode/CMakeLists.txt new file mode 100644 index 0000000..f6c9bce --- /dev/null +++ b/doc/en/howto/unicode/CMakeLists.txt @@ -0,0 +1,7 @@ + +file( GLOB howto_text *.docbook ) + +install( + FILES ${howto_text} + DESTINATION ${HTML_INSTALL_DIR}/en/${PROJECT_NAME}/howto +) diff --git a/docs/howto/unicode/Makefile.am b/doc/en/howto/unicode/Makefile.am similarity index 100% rename from docs/howto/unicode/Makefile.am rename to doc/en/howto/unicode/Makefile.am diff --git a/docs/howto/unicode/how2-basics.docbook b/doc/en/howto/unicode/how2-basics.docbook similarity index 100% rename from docs/howto/unicode/how2-basics.docbook rename to doc/en/howto/unicode/how2-basics.docbook diff --git a/docs/howto/unicode/how2-importance.docbook b/doc/en/howto/unicode/how2-importance.docbook similarity index 100% rename from docs/howto/unicode/how2-importance.docbook rename to doc/en/howto/unicode/how2-importance.docbook diff --git a/docs/howto/unicode/how2-interpretation.docbook b/doc/en/howto/unicode/how2-interpretation.docbook similarity index 100% rename from docs/howto/unicode/how2-interpretation.docbook rename to doc/en/howto/unicode/how2-interpretation.docbook diff --git a/docs/howto/unicode/index.docbook b/doc/en/howto/unicode/index.docbook similarity index 100% rename from docs/howto/unicode/index.docbook rename to doc/en/howto/unicode/index.docbook diff --git a/docs/ksgmltools-bug-read-me.txt b/doc/ksgmltools-bug-read-me.txt similarity index 100% rename from docs/ksgmltools-bug-read-me.txt rename to doc/ksgmltools-bug-read-me.txt diff --git a/doc/man/CMakeLists.txt b/doc/man/CMakeLists.txt new file mode 100644 index 0000000..60c7e44 --- /dev/null +++ b/doc/man/CMakeLists.txt @@ -0,0 +1,42 @@ + +file( GLOB_RECURSE _man_files RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} * ) +unset( _dirs ) +foreach( _man_file IN LISTS _man_files ) + get_filename_component( _dir ${_man_file} PATH ) + list( APPEND _dirs ${_dir} ) +endforeach() +if( _dirs ) + list( SORT _dirs ) + list( REMOVE_DUPLICATES _dirs ) +endif() + +string( REGEX REPLACE "[ \r\n\t]+" ";" _linguas "$ENV{LINGUAS}" ) + +foreach( _dir IN LISTS _dirs ) + string( REGEX REPLACE "/.*" "" _lang ${_dir} ) + if( ${_lang} STREQUAL "en" OR + "${_linguas}" MATCHES "^;*$" OR + ";${_linguas};" MATCHES ";${_lang};" ) + + file( GLOB_RECURSE _man_files RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} ${_lang}/* ) + foreach( _man_file IN LISTS _man_files ) + if( ${_man_file} MATCHES "\\.[0-9]$" ) + string( REGEX REPLACE ".*\\.([0-9])$" "\\1" _man_section "${_man_file}" ) + list( APPEND _man_files_${_man_section} "${_man_file}" ) + list( APPEND _man_sections "${_man_section}" ) + endif() + endforeach() + if( ${_lang} STREQUAL "en" ) + set( _lang_dir "" ) + else() + set( _lang_dir "/${_lang}" ) + endif() + foreach( _man_section IN LISTS _man_sections ) + INSTALL( + FILES ${_man_files_${_man_section}} + DESTINATION ${MAN_INSTALL_DIR}${_lang_dir}/man${_man_section} + COMPONENT doc + ) + endforeach() + endif() +endforeach() diff --git a/docs/man/Makefile.am b/doc/man/Makefile.am similarity index 100% rename from docs/man/Makefile.am rename to doc/man/Makefile.am diff --git a/docs/man/de/Makefile.am b/doc/man/de/Makefile.am similarity index 100% rename from docs/man/de/Makefile.am rename to doc/man/de/Makefile.am diff --git a/docs/man/de/bibletime.1 b/doc/man/de/bibletime.1 similarity index 100% rename from docs/man/de/bibletime.1 rename to doc/man/de/bibletime.1 diff --git a/docs/man/en/Makefile.am b/doc/man/en/Makefile.am similarity index 100% rename from docs/man/en/Makefile.am rename to doc/man/en/Makefile.am diff --git a/docs/man/en/bibletime.1 b/doc/man/en/bibletime.1 similarity index 100% rename from docs/man/en/bibletime.1 rename to doc/man/en/bibletime.1 diff --git a/docs/tips b/doc/tips similarity index 100% rename from docs/tips rename to doc/tips diff --git a/docs/Makefile.am b/docs/Makefile.am deleted file mode 100644 index e44b793..0000000 --- a/docs/Makefile.am +++ /dev/null @@ -1,10 +0,0 @@ -# this Makefile.am was automatically generated by bibletime/maintenance/gen_am.sh -# please do not edit this file but rather run the script to update - - -SUBDIRS = handbook $(HOWTODIR) man - -EXTRA_DIST = tips - -rcdir = $(kde_datadir)/bibletime -rc_DATA = tips diff --git a/translations/desktop_files/bibletime-desktops.pot b/translations/desktop_files/bibletime-desktops.pot new file mode 100644 index 0000000..9fb8d57 --- /dev/null +++ b/translations/desktop_files/bibletime-desktops.pot @@ -0,0 +1,32 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2022-12-12 23:01+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: bibletime.desktop:2 +msgid "BibleTime" +msgstr "" + +#. GenericName +#: bibletime.desktop:4 +msgid "Bible Study Tool" +msgstr "" + +#. Comment +#: bibletime.desktop:6 +msgid "An easy to use bible study tool" +msgstr "" diff --git a/translations/desktop_files/cs.po b/translations/desktop_files/cs.po new file mode 100644 index 0000000..d700986 --- /dev/null +++ b/translations/desktop_files/cs.po @@ -0,0 +1,32 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2022-12-12 23:01+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: cs\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: bibletime.desktop:2 +msgid "BibleTime" +msgstr "BibleTime" + +#. GenericName +#: bibletime.desktop:4 +msgid "Bible Study Tool" +msgstr "" + +#. Comment +#: bibletime.desktop:6 +msgid "An easy to use bible study tool" +msgstr "Snadno použitelný nátroj pro studium Bible" diff --git a/translations/desktop_files/da.po b/translations/desktop_files/da.po new file mode 100644 index 0000000..0de02ef --- /dev/null +++ b/translations/desktop_files/da.po @@ -0,0 +1,32 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2022-12-12 23:01+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: da\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: bibletime.desktop:2 +msgid "BibleTime" +msgstr "Bibeltime" + +#. GenericName +#: bibletime.desktop:4 +msgid "Bible Study Tool" +msgstr "" + +#. Comment +#: bibletime.desktop:6 +msgid "An easy to use bible study tool" +msgstr "Et letanvendeligt bibelstudieprogram" diff --git a/translations/desktop_files/de.po b/translations/desktop_files/de.po new file mode 100644 index 0000000..cbc4419 --- /dev/null +++ b/translations/desktop_files/de.po @@ -0,0 +1,32 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2022-12-12 23:01+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: de\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: bibletime.desktop:2 +msgid "BibleTime" +msgstr "BibleTime" + +#. GenericName +#: bibletime.desktop:4 +msgid "Bible Study Tool" +msgstr "" + +#. Comment +#: bibletime.desktop:6 +msgid "An easy to use bible study tool" +msgstr "Ein einfach zu benutzendes Bibelprogramm" diff --git a/translations/desktop_files/fr.po b/translations/desktop_files/fr.po new file mode 100644 index 0000000..5dbffc2 --- /dev/null +++ b/translations/desktop_files/fr.po @@ -0,0 +1,32 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2022-12-12 23:01+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: fr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: bibletime.desktop:2 +msgid "BibleTime" +msgstr "BibleTime" + +#. GenericName +#: bibletime.desktop:4 +msgid "Bible Study Tool" +msgstr "" + +#. Comment +#: bibletime.desktop:6 +msgid "An easy to use bible study tool" +msgstr "Un outil d'éude biblique facile à utiliser" diff --git a/translations/messages/bibletime.pot b/translations/messages/bibletime.pot new file mode 100644 index 0000000..03764fe --- /dev/null +++ b/translations/messages/bibletime.pot @@ -0,0 +1,2899 @@ +# SOME DESCRIPTIVE TITLE. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2022-09-26 18:29+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Instead of a literal translation, add your name to the end of the list (separated by a comma). +#: main.cpp:231 +#, ignore-inconsistent +msgid "" +"_: NAME OF TRANSLATORS\n" +"Your names" +msgstr "" + +#. Instead of a literal translation, add your email to the end of the list (separated by a comma). +#: main.cpp:232 +#, ignore-inconsistent +msgid "" +"_: EMAIL OF TRANSLATORS\n" +"Your emails" +msgstr "" + +#: backend/bt_osishtml.cpp:325 +msgid "Alternative text" +msgstr "" + +#: backend/bt_osishtml.cpp:483 +msgid "Added text" +msgstr "" + +#: backend/cdisplaytemplatemgr.cpp:184 +msgid "(user template)" +msgstr "" + +#: backend/clanguagemgr.cpp:197 +msgid "Afrikaans" +msgstr "" + +#: backend/clanguagemgr.cpp:200 +msgid "English, Old (ca.450-1100)" +msgstr "" + +#: backend/clanguagemgr.cpp:202 +msgid "Arabic" +msgstr "" + +#: backend/clanguagemgr.cpp:205 +msgid "Azerbaijani" +msgstr "" + +#: backend/clanguagemgr.cpp:208 +msgid "Belarusian" +msgstr "" + +#: backend/clanguagemgr.cpp:210 +msgid "Bulgarian" +msgstr "" + +#: backend/clanguagemgr.cpp:216 +msgid "Breton" +msgstr "" + +#: backend/clanguagemgr.cpp:218 +msgid "Bosnian" +msgstr "" + +#: backend/clanguagemgr.cpp:220 +msgid "Catalan" +msgstr "" + +#: backend/clanguagemgr.cpp:223 +msgid "Cebuano" +msgstr "" + +#: backend/clanguagemgr.cpp:225 +msgid "Chamorro" +msgstr "" + +#: backend/clanguagemgr.cpp:228 +msgid "Coptic" +msgstr "" + +#: backend/clanguagemgr.cpp:230 +msgid "Czech" +msgstr "" + +#: backend/clanguagemgr.cpp:232 +msgid "Church Slavic" +msgstr "" + +#: backend/clanguagemgr.cpp:235 +msgid "Welsh" +msgstr "" + +#: backend/clanguagemgr.cpp:237 +msgid "Danish" +msgstr "" + +#: backend/clanguagemgr.cpp:239 +msgid "German" +msgstr "" + +#: backend/clanguagemgr.cpp:243 +msgid "Greek, Modern (1453-)" +msgstr "" + +#: backend/clanguagemgr.cpp:245 +msgid "English" +msgstr "" + +#: backend/clanguagemgr.cpp:247 +msgid "American English" +msgstr "" + +#: backend/clanguagemgr.cpp:249 +msgid "English, Middle (1100-1500)" +msgstr "" + +#: backend/clanguagemgr.cpp:251 +msgid "Esperanto" +msgstr "" + +#: backend/clanguagemgr.cpp:253 +msgid "Spanish" +msgstr "" + +#: backend/clanguagemgr.cpp:255 +msgid "Estonian" +msgstr "" + +#: backend/clanguagemgr.cpp:257 +msgid "Basque" +msgstr "" + +#: backend/clanguagemgr.cpp:260 +msgid "Finnish" +msgstr "" + +#: backend/clanguagemgr.cpp:264 +msgid "French" +msgstr "" + +#: backend/clanguagemgr.cpp:266 +msgid "Frisian" +msgstr "" + +#: backend/clanguagemgr.cpp:268 +msgid "Irish" +msgstr "" + +#: backend/clanguagemgr.cpp:270 +msgid "Gaelic (Scots)" +msgstr "" + +#: backend/clanguagemgr.cpp:275 +msgid "Gothic" +msgstr "" + +#: backend/clanguagemgr.cpp:277 +msgid "Manx" +msgstr "" + +#: backend/clanguagemgr.cpp:279 +msgid "Greek, Ancient (to 1453)" +msgstr "" + +#: backend/clanguagemgr.cpp:281 +msgid "Hebrew" +msgstr "" + +#: backend/clanguagemgr.cpp:283 +msgid "Hausa" +msgstr "" + +#: backend/clanguagemgr.cpp:285 +msgid "Hawaiian" +msgstr "" + +#: backend/clanguagemgr.cpp:289 +msgid "Croatian" +msgstr "" + +#: backend/clanguagemgr.cpp:291 +msgid "Hungarian" +msgstr "" + +#: backend/clanguagemgr.cpp:293 +msgid "Armenian" +msgstr "" + +#: backend/clanguagemgr.cpp:298 +msgid "Indonesian" +msgstr "" + +#: backend/clanguagemgr.cpp:302 +msgid "Icelandic" +msgstr "" + +#: backend/clanguagemgr.cpp:304 +msgid "Italian" +msgstr "" + +#: backend/clanguagemgr.cpp:308 +msgid "Japanese" +msgstr "" + +#: backend/clanguagemgr.cpp:310 +msgid "Georgian" +msgstr "" + +#: backend/clanguagemgr.cpp:319 +msgid "Korean" +msgstr "" + +#: backend/clanguagemgr.cpp:322 +msgid "Kurdish" +msgstr "" + +#: backend/clanguagemgr.cpp:326 +msgid "Kirghiz" +msgstr "" + +#: backend/clanguagemgr.cpp:328 +msgid "Latin" +msgstr "" + +#: backend/clanguagemgr.cpp:333 +msgid "Lithuanian" +msgstr "" + +#: backend/clanguagemgr.cpp:335 +msgid "Latvian" +msgstr "" + +#: backend/clanguagemgr.cpp:339 +msgid "Maori" +msgstr "" + +#: backend/clanguagemgr.cpp:341 backend/clanguagemgr.cpp:477 +msgid "Macedonian" +msgstr "" + +#: backend/clanguagemgr.cpp:346 +msgid "More" +msgstr "" + +#: backend/clanguagemgr.cpp:349 +msgid "Malay" +msgstr "" + +#: backend/clanguagemgr.cpp:351 +msgid "Maltese" +msgstr "" + +#: backend/clanguagemgr.cpp:358 +msgid "Low German; Low Saxon" +msgstr "" + +#: backend/clanguagemgr.cpp:362 +msgid "Dutch" +msgstr "" + +#: backend/clanguagemgr.cpp:365 +msgid "Norwegian" +msgstr "" + +#: backend/clanguagemgr.cpp:377 +msgid "Papiamento" +msgstr "" + +#: backend/clanguagemgr.cpp:380 +msgid "Polish" +msgstr "" + +#: backend/clanguagemgr.cpp:383 +msgid "Portuguese" +msgstr "" + +#: backend/clanguagemgr.cpp:385 +msgid "Brasilian Portuguese" +msgstr "" + +#: backend/clanguagemgr.cpp:392 +msgid "Romanian" +msgstr "" + +#: backend/clanguagemgr.cpp:394 +msgid "Russian" +msgstr "" + +#: backend/clanguagemgr.cpp:400 +msgid "Scots" +msgstr "" + +#: backend/clanguagemgr.cpp:406 +msgid "Slovak" +msgstr "" + +#: backend/clanguagemgr.cpp:408 +msgid "Slovenian" +msgstr "" + +#: backend/clanguagemgr.cpp:412 +msgid "Somali" +msgstr "" + +#: backend/clanguagemgr.cpp:414 +msgid "Albanian" +msgstr "" + +#: backend/clanguagemgr.cpp:420 +msgid "Swedish" +msgstr "" + +#: backend/clanguagemgr.cpp:422 +msgid "Swahili" +msgstr "" + +#: backend/clanguagemgr.cpp:424 +msgid "Syriac" +msgstr "" + +#: backend/clanguagemgr.cpp:426 +msgid "Tamil" +msgstr "" + +#: backend/clanguagemgr.cpp:430 +msgid "Thai" +msgstr "" + +#: backend/clanguagemgr.cpp:433 +msgid "Tagalog" +msgstr "" + +#: backend/clanguagemgr.cpp:435 +msgid "Tswana" +msgstr "" + +#: backend/clanguagemgr.cpp:437 +msgid "Turkish" +msgstr "" + +#: backend/clanguagemgr.cpp:442 +msgid "Tahitian" +msgstr "" + +#: backend/clanguagemgr.cpp:446 +msgid "Ukrainian" +msgstr "" + +#: backend/clanguagemgr.cpp:451 +msgid "Vietnamese" +msgstr "" + +#: backend/clanguagemgr.cpp:457 +msgid "Xhosa" +msgstr "" + +#: backend/clanguagemgr.cpp:459 +msgid "Bavarian" +msgstr "" + +#: backend/clanguagemgr.cpp:461 +msgid "Zarma" +msgstr "" + +#: backend/clanguagemgr.cpp:463 +msgid "Alemannisch" +msgstr "" + +#: backend/clanguagemgr.cpp:465 +msgid "Haitian Creole French" +msgstr "" + +#: backend/clanguagemgr.cpp:467 +msgid "Itzá" +msgstr "" + +#: backend/clanguagemgr.cpp:469 +msgid "Shuar" +msgstr "" + +#: backend/clanguagemgr.cpp:471 +msgid "Kekchí" +msgstr "" + +#: backend/clanguagemgr.cpp:473 +msgid "Kabyle" +msgstr "" + +#: backend/clanguagemgr.cpp:475 +msgid "Lombard" +msgstr "" + +#: backend/clanguagemgr.cpp:479 +msgid "Tok Pisin" +msgstr "" + +#: backend/clanguagemgr.cpp:481 +msgid "Uma" +msgstr "" + +#: backend/clanguagemgr.cpp:483 +msgid "Romani, Vlax" +msgstr "" + +#: backend/clanguagemgr.cpp:485 +msgid "Sango" +msgstr "" + +#: backend/clanguagemgr.cpp:487 +msgid "Sranan" +msgstr "" + +#: backend/clanguagemgr.cpp:492 +msgid "Chinese" +msgstr "" + +#: backend/clanguagemgr.cpp:494 +msgid "Zulu" +msgstr "" + +#: backend/cswordbackend.cpp:503 +msgid "Footnotes" +msgstr "" + +#: backend/cswordbackend.cpp:506 +msgid "Strong's numbers" +msgstr "" + +#: backend/cswordbackend.cpp:509 +msgid "Headings" +msgstr "" + +#: backend/cswordbackend.cpp:512 +msgid "Morphological tags" +msgstr "" + +#: backend/cswordbackend.cpp:515 +msgid "Lemmas" +msgstr "" + +#: backend/cswordbackend.cpp:518 +msgid "Hebrew vowel points" +msgstr "" + +#: backend/cswordbackend.cpp:521 +msgid "Hebrew cantillation marks" +msgstr "" + +#: backend/cswordbackend.cpp:524 +msgid "Greek accents" +msgstr "" + +#: backend/cswordbackend.cpp:527 +msgid "Red letter words" +msgstr "" + +#: backend/cswordbackend.cpp:530 +msgid "Textual variants" +msgstr "" + +#: backend/cswordbackend.cpp:533 +msgid "Scripture cross-references" +msgstr "" + +#: backend/cswordbackend.cpp:536 +msgid "Morph segmentation" +msgstr "" + +#: backend/cswordmoduleinfo.cpp:759 util/ctoolclass.cpp:213 +msgid "Version" +msgstr "" + +#: backend/cswordmoduleinfo.cpp:760 backend/cswordmoduleinfo.cpp:765 +#: frontend/cprofile.cpp:30 frontend/mainindex/cindexitem.cpp:289 +msgid "unknown" +msgstr "" + +#: backend/cswordmoduleinfo.cpp:763 +msgid "Markup" +msgstr "" + +#: backend/cswordmoduleinfo.cpp:768 frontend/cswordsetupmodulelistview.cpp:86 +msgid "Location" +msgstr "" + +#: backend/cswordmoduleinfo.cpp:772 util/ctoolclass.cpp:205 +msgid "Language" +msgstr "" + +#: backend/cswordmoduleinfo.cpp:777 +msgid "Category" +msgstr "" + +#: backend/cswordmoduleinfo.cpp:782 +msgid "LCSH" +msgstr "" + +#: backend/cswordmoduleinfo.cpp:786 +msgid "Writable" +msgstr "" + +#: backend/cswordmoduleinfo.cpp:787 +msgid "yes" +msgstr "" + +#: backend/cswordmoduleinfo.cpp:787 +msgid "no" +msgstr "" + +#: backend/cswordmoduleinfo.cpp:791 util/ctoolclass.cpp:208 +msgid "Unlock key" +msgstr "" + +#: backend/cswordmoduleinfo.cpp:810 +msgid "Features" +msgstr "" + +#: backend/cswordmoduleinfo.cpp:818 util/ctoolclass.cpp:201 +msgid "Take care, this work contains cult / questionable material!" +msgstr "" + +#: backend/cswordmoduleinfo.cpp:852 +msgid "Distribution license" +msgstr "" + +#: backend/cswordmoduleinfo.cpp:854 +msgid "Distribution source" +msgstr "" + +#: backend/cswordmoduleinfo.cpp:856 +msgid "Distribution notes" +msgstr "" + +#: backend/cswordmoduleinfo.cpp:858 +msgid "Text source" +msgstr "" + +#: backend/cswordmoduleinfo.cpp:860 +msgid "Copyright notes" +msgstr "" + +#: backend/cswordmoduleinfo.cpp:862 +msgid "Copyright holder" +msgstr "" + +#: backend/cswordmoduleinfo.cpp:864 +msgid "Copyright date" +msgstr "" + +#: backend/cswordmoduleinfo.cpp:866 +msgid "Copyright contact name" +msgstr "" + +#: backend/cswordmoduleinfo.cpp:868 +msgid "Copyright contact address" +msgstr "" + +#: backend/cswordmoduleinfo.cpp:870 +msgid "Copyright contact email" +msgstr "" + +#: bibletime_init.cpp:75 +msgid "Creating BibleTime's GUI" +msgstr "" + +#: bibletime_init.cpp:87 frontend/mainindex/cmainindex.cpp:147 +msgid "Bookshelf" +msgstr "" + +#: bibletime_init.cpp:104 +msgid "Initializing menu- and toolbars" +msgstr "" + +#: bibletime_init.cpp:115 +msgid "Search in &open work(s)" +msgstr "" + +#: bibletime_init.cpp:128 +msgid "Search in standard &Bible" +msgstr "" + +#: bibletime_init.cpp:150 +msgid "&Show bookshelf" +msgstr "" + +#: bibletime_init.cpp:162 +msgid "Show &mag" +msgstr "" + +#: bibletime_init.cpp:182 +msgid "Bookshelf &Manager" +msgstr "" + +#: bibletime_init.cpp:208 +msgid "&Arrangement mode" +msgstr "" + +#: bibletime_init.cpp:214 +msgid "&Manual mode" +msgstr "" + +#: bibletime_init.cpp:231 +msgid "Auto-tile &vertically" +msgstr "" + +#: bibletime_init.cpp:248 +msgid "Auto-tile &horizontally" +msgstr "" + +#: bibletime_init.cpp:265 +msgid "Auto-&cascade" +msgstr "" + +#: bibletime_init.cpp:281 +msgid "&Cascade" +msgstr "" + +#: bibletime_init.cpp:295 +msgid "Tile &vertically" +msgstr "" + +#: bibletime_init.cpp:307 +msgid "Tile &horizontally" +msgstr "" + +#: bibletime_init.cpp:321 +msgid "Cl&ose all" +msgstr "" + +#: bibletime_init.cpp:334 +msgid "&Save session" +msgstr "" + +#: bibletime_init.cpp:347 +msgid "Save as &new session" +msgstr "" + +#: bibletime_init.cpp:360 +msgid "&Load session" +msgstr "" + +#: bibletime_init.cpp:372 +msgid "&Delete session" +msgstr "" + +#: bibletime_init.cpp:384 +msgid "&Fullscreen mode" +msgstr "" + +#: bibletime_init.cpp:413 +msgid "&Handbook" +msgstr "" + +#: bibletime_init.cpp:426 +msgid "&Bible Study Howto" +msgstr "" + +#: bibletime_init.cpp:457 +msgid "&Daily tip" +msgstr "" + +#: bibletime_init.cpp:521 +msgid "Initializing Sword" +msgstr "" + +#: bibletime_init.cpp:570 +msgid "Checking indices" +msgstr "" + +#: bibletime_slots.cpp:528 +msgid "Session name:" +msgstr "" + +#: bibletime_slots.cpp:528 +msgid "Please enter a name for the new session." +msgstr "" + +#: display-templates/template-init.cpp:352 +msgid "Crazy" +msgstr "" + +#: display-templates/template-init.cpp:679 +msgid "Green" +msgstr "" + +#: display-templates/template-init.cpp:1008 +msgid "High contrast" +msgstr "" + +#: display-templates/template-init.cpp:1348 +msgid "Simple" +msgstr "" + +#: frontend/btinstallmgr.cpp:287 +msgid "" +"Do you wish to allow BibleTime to access the Internet?\n" +"WARNING: Click DENY if you live in a persecuted country!" +msgstr "" + +#: frontend/btinstallmgr.cpp:287 +msgid "Confirm Internet Access" +msgstr "" + +#: frontend/btinstallmgr.cpp:287 +msgid "DENY" +msgstr "" + +#: frontend/btinstallmgr.cpp:287 +msgid "Allow" +msgstr "" + +#: frontend/cbtconfig.cpp:252 +msgid "Old testament" +msgstr "" + +#: frontend/cbtconfig.cpp:253 +msgid "Moses/Pentateuch/Torah" +msgstr "" + +#: frontend/cbtconfig.cpp:254 +msgid "History" +msgstr "" + +#: frontend/cbtconfig.cpp:255 +msgid "Prophets" +msgstr "" + +#: frontend/cbtconfig.cpp:256 +msgid "New testament" +msgstr "" + +#: frontend/cbtconfig.cpp:257 +msgid "Gospels" +msgstr "" + +#: frontend/cbtconfig.cpp:258 +msgid "Letters/Epistles" +msgstr "" + +#: frontend/cbtconfig.cpp:259 +msgid "Paul's Epistles" +msgstr "" + +#: frontend/cexportmanager.cpp:472 +msgid "" +"*.html *.htm | HTML files\n" +" *.* | All files (*.*)" +msgstr "" + +#: frontend/cexportmanager.cpp:474 +msgid "" +"*.txt | Text files\n" +" *.* | All files (*.*)" +msgstr "" + +#: frontend/cexportmanager.cpp:476 +msgid "All files (*.*)" +msgstr "" + +#: frontend/cinfodisplay.cpp:53 +msgid "Mag (\"shift\" to lock)" +msgstr "" + +#: frontend/cinfodisplay.cpp:168 +msgid "Abbreviation" +msgstr "" + +#: frontend/cinfodisplay.cpp:179 frontend/cinfodisplay.cpp:272 +msgid "Cross references" +msgstr "" + +#: frontend/cinfodisplay.cpp:313 +msgid "Footnote" +msgstr "" + +#: frontend/cinfodisplay.cpp:340 +msgid "Strongs" +msgstr "" + +#: frontend/cinfodisplay.cpp:419 +msgid "Morphology" +msgstr "" + +#: frontend/cinfodisplay.cpp:442 +msgid "Word lookup" +msgstr "" + +#: frontend/cinputdialog.cpp:59 +msgid "C&lear" +msgstr "" + +#: frontend/cinputdialog.cpp:66 +msgid "&Ok" +msgstr "" + +#: frontend/cmanageindiceswidget.cpp:62 +msgid "Manage module search indices" +msgstr "" + +#: frontend/cmanageindiceswidget.cpp:63 +msgid "" +"You can use the list below to create and/or delete search indices for your " +"installed works." +msgstr "" + +#: frontend/cmanageindiceswidget.cpp:67 +msgid "Module" +msgstr "" + +#: frontend/cmanageindiceswidget.cpp:68 +msgid "Index size" +msgstr "" + +#: frontend/cmanageindiceswidget.cpp:90 +msgid "Modules with indices" +msgstr "" + +#: frontend/cmanageindiceswidget.cpp:94 +msgid "Modules without indices" +msgstr "" + +#: frontend/cmanageindiceswidget.cpp:106 frontend/cmanageindiceswidget.cpp:111 +msgid "KiB" +msgstr "" + +#: frontend/cmoduleindexdialog.cpp:41 +msgid "Preparing instant search" +msgstr "" + +#: frontend/cmoduleindexdialog.cpp:53 +#, c-format +msgid "Creating index for work %1" +msgstr "" + +#: frontend/coptionsdialog.cpp:75 +msgid "Configure BibleTime" +msgstr "" + +#: frontend/coptionsdialog.cpp:138 +msgid "Display" +msgstr "" + +#: frontend/coptionsdialog.cpp:144 +msgid "Show tip of the day" +msgstr "" + +#: frontend/coptionsdialog.cpp:157 +msgid "Show startuplogo" +msgstr "" + +#: frontend/coptionsdialog.cpp:169 +msgid "Display templates" +msgstr "" + +#: frontend/coptionsdialog.cpp:170 +msgid "" +"Display templates define how text is displayed. Please choose a template you " +"like." +msgstr "" + +#: frontend/coptionsdialog.cpp:183 +msgid "Available display styles:" +msgstr "" + +#: frontend/coptionsdialog.cpp:193 +msgid "Style preview" +msgstr "" + +#: frontend/coptionsdialog.cpp:214 +msgid "Languages" +msgstr "" + +#: frontend/coptionsdialog.cpp:220 +msgid "Specify a language for names of Bible books" +msgstr "" + +#: frontend/coptionsdialog.cpp:221 +msgid "" +"Sword has a number of locales available which can be used to " +"internationalize the names of books of the Bible. You can specify which " +"locale to use. If you want to create a new locale, see http://www." +"crosswire.org/sword/develop for details." +msgstr "" + +#: frontend/coptionsdialog.cpp:227 +msgid "Language for names of Bible books" +msgstr "" + +#: frontend/coptionsdialog.cpp:303 +msgid "Select custom fonts per-language" +msgstr "" + +#: frontend/coptionsdialog.cpp:304 +msgid "" +"Here you find a list of all languages of the installed works. You can " +"specify a custom font for each language that needs a special font to be " +"displayed correctly." +msgstr "" + +#: frontend/coptionsdialog.cpp:337 +msgid "Use custom font" +msgstr "" + +#: frontend/coptionsdialog.cpp:345 +msgid "The quick brown fox jumps over the lazy dog." +msgstr "" + +#: frontend/coptionsdialog.cpp:361 +msgid "HotKeys" +msgstr "" + +#: frontend/coptionsdialog.cpp:369 +msgid "Choose type:" +msgstr "" + +#: frontend/coptionsdialog.cpp:388 +msgid "BibleTime" +msgstr "" + +#: frontend/coptionsdialog.cpp:389 +msgid "All text windows" +msgstr "" + +#: frontend/coptionsdialog.cpp:390 +msgid "Bible windows" +msgstr "" + +#: frontend/coptionsdialog.cpp:391 +msgid "Commentary windows" +msgstr "" + +#: frontend/coptionsdialog.cpp:392 +msgid "Lexicon windows" +msgstr "" + +#: frontend/coptionsdialog.cpp:393 +msgid "Book windows" +msgstr "" + +#: frontend/coptionsdialog.cpp:458 +msgid "Desk" +msgstr "" + +#: frontend/coptionsdialog.cpp:463 frontend/coptionsdialog.cpp:468 +msgid "Standard works" +msgstr "" + +#: frontend/coptionsdialog.cpp:469 +msgid "" +"Standard works are used when no particular work is specified, for example " +"when a hyperlink into a Bible or lexicon was clicked ." +msgstr "" + +#: frontend/coptionsdialog.cpp:475 +msgid "Standard Bible" +msgstr "" + +#: frontend/coptionsdialog.cpp:484 +msgid "Standard Commentary" +msgstr "" + +#: frontend/coptionsdialog.cpp:494 +msgid "Standard Lexicon" +msgstr "" + +#: frontend/coptionsdialog.cpp:503 +msgid "Standard Daily Devotional" +msgstr "" + +#: frontend/coptionsdialog.cpp:512 +msgid "Standard Hebrew Strong's Lexicon" +msgstr "" + +#: frontend/coptionsdialog.cpp:521 +msgid "Standard Greek Strong's Lexicon" +msgstr "" + +#: frontend/coptionsdialog.cpp:530 +msgid "Standard Hebrew Morphological Lexicon" +msgstr "" + +#: frontend/coptionsdialog.cpp:538 +msgid "Standard Greek Morphological Lexicon" +msgstr "" + +#: frontend/coptionsdialog.cpp:660 frontend/coptionsdialog.cpp:663 +msgid "Text filters" +msgstr "" + +#: frontend/coptionsdialog.cpp:664 +msgid "" +"Filters control the appearance of text. Here you can specify default " +"settings for all filters. You can change the filter settings in each display " +"window, of course." +msgstr "" + +#: frontend/coptionsdialog.cpp:671 +msgid "Insert line break after each verse" +msgstr "" + +#: frontend/coptionsdialog.cpp:677 +msgid "Show verse numbers" +msgstr "" + +#: frontend/coptionsdialog.cpp:683 +msgid "Show section headings" +msgstr "" + +#: frontend/coptionsdialog.cpp:690 frontend/displaywindow/cbuttons.cpp:163 +msgid "Show scripture cross-references" +msgstr "" + +#: frontend/coptionsdialog.cpp:696 frontend/displaywindow/cbuttons.cpp:158 +msgid "Show Greek accents" +msgstr "" + +#: frontend/coptionsdialog.cpp:702 frontend/displaywindow/cbuttons.cpp:154 +msgid "Show Hebrew vowel points" +msgstr "" + +#: frontend/coptionsdialog.cpp:708 frontend/displaywindow/cbuttons.cpp:156 +msgid "Show Hebrew cantillation marks" +msgstr "" + +#: frontend/coptionsdialog.cpp:714 frontend/displaywindow/cbuttons.cpp:165 +msgid "Show morph segmentation" +msgstr "" + +#: frontend/coptionsdialog.cpp:720 +msgid "Use textual variants" +msgstr "" + +#: frontend/coptionsdialog.cpp:925 +msgid "" +"For God so loved the world, that he gave his one and only Son, that whoever " +"believes in him should not perish, but have eternal life." +msgstr "" + +#: frontend/coptionsdialog.cpp:930 +msgid "" +"For God didn't send his Son into the world to judge the world, but that the " +"world should be saved through him." +msgstr "" + +#: frontend/coptionsdialog.cpp:937 +msgid "" +"He who believes in him is not judged. He who doesn't believe has been judged " +"already, because he has not believed in the name of the one and only Son of " +"God." +msgstr "" + +#: frontend/coptionsdialog.cpp:944 +msgid "" +"This is the judgment, that the light has come into the world, and men loved " +"the darkness rather than the light; for their works were evil." +msgstr "" + +#: frontend/coptionsdialog.cpp:949 +msgid "" +"For everyone who does evil hates the light, and doesn't come to the light, " +"lest his works would be exposed." +msgstr "" + +#: frontend/coptionsdialog.cpp:954 +msgid "" +"But he who does the truth comes to the light, that his works may be " +"revealed, that they have been done in God." +msgstr "" + +#: frontend/cswordsetupdialog.cpp:59 +msgid "Bookshelf Manager" +msgstr "" + +#: frontend/cswordsetupdialog.cpp:75 +msgid "Bookshelf path(s)" +msgstr "" + +#: frontend/cswordsetupdialog.cpp:86 +msgid "Configure bookshelf path(s)" +msgstr "" + +#: frontend/cswordsetupdialog.cpp:87 +msgid "" +"You can store your bookshelfs in one or more directories, which you can " +"specify here." +msgstr "" + +#: frontend/cswordsetupdialog.cpp:93 +msgid "Your bookshelf configuration file is %1" +msgstr "" + +#: frontend/cswordsetupdialog.cpp:98 +msgid "Path to bookshelf" +msgstr "" + +#: frontend/cswordsetupdialog.cpp:102 +msgid "Edit Entry" +msgstr "" + +#: frontend/cswordsetupdialog.cpp:107 +msgid "Add Entry" +msgstr "" + +#: frontend/cswordsetupdialog.cpp:112 +msgid "Remove Entry" +msgstr "" + +#: frontend/cswordsetupdialog.cpp:121 +msgid "Install/Update works" +msgstr "" + +#: frontend/cswordsetupdialog.cpp:144 +msgid "Install/update works - Step 1" +msgstr "" + +#: frontend/cswordsetupdialog.cpp:145 +msgid "" +"Please choose a (local or remote) library and a bookshelf path to install " +"the work(s) to. After that step click on the connect button.
WARNING: " +"If you live in a persecuted country and do not wish to risk detection you " +"should NOT use the module remote installation feature!" +msgstr "" + +#: frontend/cswordsetupdialog.cpp:152 +msgid "Select library" +msgstr "" + +#: frontend/cswordsetupdialog.cpp:158 +msgid "Delete library" +msgstr "" + +#: frontend/cswordsetupdialog.cpp:163 +msgid "Add library" +msgstr "" + +#: frontend/cswordsetupdialog.cpp:171 +msgid "Select bookshelf path" +msgstr "" + +#: frontend/cswordsetupdialog.cpp:191 frontend/cswordsetupdialog.cpp:808 +msgid "Connect to library" +msgstr "" + +#: frontend/cswordsetupdialog.cpp:206 +msgid "Remove works" +msgstr "" + +#: frontend/cswordsetupdialog.cpp:218 +msgid "Remove installed work(s)" +msgstr "" + +#: frontend/cswordsetupdialog.cpp:219 +msgid "" +"This dialog lets you remove installed works from your system. Choose the " +"modules and then click on the remove button." +msgstr "" + +#: frontend/cswordsetupdialog.cpp:223 +msgid "Select works to be uninstalled" +msgstr "" + +#: frontend/cswordsetupdialog.cpp:229 +msgid "Remove selected work(s)" +msgstr "" + +#: frontend/cswordsetupdialog.cpp:241 +msgid "Manage search indicies" +msgstr "" + +#: frontend/cswordsetupdialog.cpp:319 frontend/cswordsetupdialog.cpp:371 +#: frontend/cswordsetupdialog.cpp:892 +msgid "[Remote]" +msgstr "" + +#: frontend/cswordsetupdialog.cpp:324 frontend/cswordsetupdialog.cpp:366 +#: frontend/cswordsetupdialog.cpp:887 +msgid "[Local]" +msgstr "" + +#: frontend/cswordsetupdialog.cpp:407 +msgid "" +"You selected the following work(s): %1.\n" +"\n" +"Do you really want to remove them from your system?" +msgstr "" + +#: frontend/cswordsetupdialog.cpp:484 +msgid "Download" +msgstr "" + +#: frontend/cswordsetupdialog.cpp:486 +msgid "Downloading library information..." +msgstr "" + +#: frontend/cswordsetupdialog.cpp:620 +msgid "Install/update works - Step 2" +msgstr "" + +#: frontend/cswordsetupdialog.cpp:621 +msgid "" +"Please choose the works which should be installed and/or updated and click " +"the install button." +msgstr "" + +#: frontend/cswordsetupdialog.cpp:647 +msgid "Install works" +msgstr "" + +#: frontend/cswordsetupdialog.cpp:698 +msgid "" +"You selected the following works: %1.\n" +"\n" +" Do you really want to install them on your system?" +msgstr "" + +#: frontend/cswordsetupdialog.cpp:725 +msgid "Download of work(s)" +msgstr "" + +#: frontend/cswordsetupdialog.cpp:798 +msgid "[%1]: %2% complete" +msgstr "" + +#: frontend/cswordsetupdialog.cpp:820 +msgid "" +"This directory is not writable, so works can not be installed here using " +"BibleTime. Do you want to use this directory instead of the previous " +"value?" +msgstr "" + +#: frontend/cswordsetupdialog.cpp:841 +msgid "" +"This directory is not writable, so works can not be installed here using " +"BibleTime. Do you want to add it to the list of module directories?" +msgstr "" + +#: frontend/cswordsetupinstallsourcesdialog.cpp:31 +msgid "Local" +msgstr "" + +#: frontend/cswordsetupinstallsourcesdialog.cpp:32 +msgid "Remote" +msgstr "" + +#: frontend/cswordsetupinstallsourcesdialog.cpp:43 +msgid "Caption" +msgstr "" + +#: frontend/cswordsetupinstallsourcesdialog.cpp:55 +msgid "Type" +msgstr "" + +#: frontend/cswordsetupinstallsourcesdialog.cpp:58 +msgid "Server" +msgstr "" + +#: frontend/cswordsetupinstallsourcesdialog.cpp:61 +msgid "Path" +msgstr "" + +#: frontend/cswordsetupinstallsourcesdialog.cpp:81 +msgid "Ok" +msgstr "" + +#: frontend/cswordsetupinstallsourcesdialog.cpp:95 +msgid "Please provide a caption." +msgstr "" + +#: frontend/cswordsetupinstallsourcesdialog.cpp:103 +msgid "" +"A source with this caption already exists.
Please provide a different " +"caption." +msgstr "" + +#: frontend/cswordsetupinstallsourcesdialog.cpp:109 +msgid "Please provide a server name." +msgstr "" + +#: frontend/cswordsetupinstallsourcesdialog.cpp:116 +msgid "Please provide a valid, readable path." +msgstr "" + +#: frontend/cswordsetupinstallsourcesdialog.cpp:120 +msgid "Please provide a path." +msgstr "" + +#: frontend/cswordsetupmodulelistview.cpp:74 +msgid "Name" +msgstr "" + +#: frontend/cswordsetupmodulelistview.cpp:78 +msgid "Status" +msgstr "" + +#: frontend/cswordsetupmodulelistview.cpp:80 +msgid "Installed version" +msgstr "" + +#: frontend/cswordsetupmodulelistview.cpp:84 +msgid "Remote version" +msgstr "" + +#: frontend/cswordsetupmodulelistview.cpp:106 +#: frontend/mainindex/cindexitem.cpp:585 +#: frontend/searchdialog/cmodulechooser.cpp:109 +msgid "Bibles" +msgstr "" + +#: frontend/cswordsetupmodulelistview.cpp:107 +#: frontend/mainindex/cindexitem.cpp:588 +#: frontend/searchdialog/cmodulechooser.cpp:110 +msgid "Commentaries" +msgstr "" + +#: frontend/cswordsetupmodulelistview.cpp:108 +#: frontend/mainindex/cindexitem.cpp:591 +#: frontend/searchdialog/cmodulechooser.cpp:111 +msgid "Lexicons" +msgstr "" + +#: frontend/cswordsetupmodulelistview.cpp:109 +#: frontend/mainindex/cindexitem.cpp:594 +#: frontend/searchdialog/cmodulechooser.cpp:112 +msgid "Books" +msgstr "" + +#: frontend/cswordsetupmodulelistview.cpp:110 +#: frontend/searchdialog/cmodulechooser.cpp:150 +msgid "Daily Devotionals" +msgstr "" + +#: frontend/cswordsetupmodulelistview.cpp:111 +#: frontend/mainindex/cindexitem.cpp:600 frontend/mainindex/cindexitem.cpp:1189 +#: frontend/searchdialog/cmodulechooser.cpp:161 +msgid "Glossaries" +msgstr "" + +#: frontend/cswordsetupmodulelistview.cpp:219 +msgid "New" +msgstr "" + +#: frontend/cswordsetupmodulelistview.cpp:219 +msgid "Updated" +msgstr "" + +#: frontend/cswordsetupmodulelistview.cpp:221 +msgid "Installed" +msgstr "" + +#: frontend/display/cdisplay.cpp:154 +#: frontend/searchdialog/csearchanalysis.cpp:517 +msgid "HTML files" +msgstr "" + +#: frontend/display/cdisplay.cpp:157 +msgid "Text files" +msgstr "" + +#: frontend/display/cdisplay.cpp:161 +msgid "Save document ..." +msgstr "" + +#: frontend/display/chtmlwritedisplay.cpp:133 +msgid "Choose a font" +msgstr "" + +#: frontend/display/chtmlwritedisplay.cpp:144 +msgid "Choose a font size" +msgstr "" + +#: frontend/display/chtmlwritedisplay.cpp:164 +msgid "Bold" +msgstr "" + +#: frontend/display/chtmlwritedisplay.cpp:186 +msgid "Underline" +msgstr "" + +#: frontend/display/chtmlwritedisplay.cpp:258 +msgid "Select all" +msgstr "" + +#: frontend/display/chtmlwritedisplay.cpp:262 +msgid "HTML editor window" +msgstr "" + +#: frontend/display/creaddisplay.cpp:67 +msgid "Print keys" +msgstr "" + +#: frontend/displaywindow/cbiblereadwindow.cpp:82 +#: frontend/displaywindow/cbiblereadwindow.cpp:134 +#: frontend/displaywindow/ccommentaryreadwindow.cpp:38 +#: frontend/displaywindow/ccommentaryreadwindow.cpp:111 +msgid "Next book" +msgstr "" + +#: frontend/displaywindow/cbiblereadwindow.cpp:86 +#: frontend/displaywindow/cbiblereadwindow.cpp:140 +#: frontend/displaywindow/ccommentaryreadwindow.cpp:42 +#: frontend/displaywindow/ccommentaryreadwindow.cpp:117 +msgid "Previous book" +msgstr "" + +#: frontend/displaywindow/cbiblereadwindow.cpp:90 +#: frontend/displaywindow/cbiblereadwindow.cpp:146 +#: frontend/displaywindow/ccommentaryreadwindow.cpp:46 +#: frontend/displaywindow/ccommentaryreadwindow.cpp:123 +msgid "Next chapter" +msgstr "" + +#: frontend/displaywindow/cbiblereadwindow.cpp:94 +#: frontend/displaywindow/cbiblereadwindow.cpp:152 +#: frontend/displaywindow/ccommentaryreadwindow.cpp:50 +#: frontend/displaywindow/ccommentaryreadwindow.cpp:129 +msgid "Previous chapter" +msgstr "" + +#: frontend/displaywindow/cbiblereadwindow.cpp:98 +#: frontend/displaywindow/cbiblereadwindow.cpp:158 +#: frontend/displaywindow/ccommentaryreadwindow.cpp:54 +#: frontend/displaywindow/ccommentaryreadwindow.cpp:135 +msgid "Next verse" +msgstr "" + +#: frontend/displaywindow/cbiblereadwindow.cpp:102 +#: frontend/displaywindow/cbiblereadwindow.cpp:164 +#: frontend/displaywindow/ccommentaryreadwindow.cpp:58 +#: frontend/displaywindow/ccommentaryreadwindow.cpp:141 +msgid "Previous verse" +msgstr "" + +#: frontend/displaywindow/cbiblereadwindow.cpp:113 +msgid "Copy chapter" +msgstr "" + +#: frontend/displaywindow/cbiblereadwindow.cpp:118 +msgid "Save chapter as plain text" +msgstr "" + +#: frontend/displaywindow/cbiblereadwindow.cpp:119 +msgid "Save chapter as HTML" +msgstr "" + +#: frontend/displaywindow/cbiblereadwindow.cpp:123 +msgid "Print chapter" +msgstr "" + +#: frontend/displaywindow/cbiblereadwindow.cpp:177 +#: frontend/displaywindow/clexiconreadwindow.cpp:101 +msgid "Strong's Search" +msgstr "" + +#: frontend/displaywindow/cbiblereadwindow.cpp:185 +#: frontend/displaywindow/clexiconreadwindow.cpp:108 +#: frontend/displaywindow/clexiconreadwindow.cpp:119 +#: frontend/searchdialog/cmoduleresultview.cpp:65 +#: frontend/searchdialog/cmoduleresultview.cpp:73 +#: frontend/searchdialog/csearchresultview.cpp:53 +#: frontend/searchdialog/csearchresultview.cpp:61 +msgid "Reference only" +msgstr "" + +#: frontend/displaywindow/cbiblereadwindow.cpp:187 +msgid "Text of reference" +msgstr "" + +#: frontend/displaywindow/cbiblereadwindow.cpp:189 +#: frontend/displaywindow/cbiblereadwindow.cpp:196 +#: frontend/displaywindow/cbiblereadwindow.cpp:202 +#: frontend/searchdialog/cmoduleresultview.cpp:67 +#: frontend/searchdialog/cmoduleresultview.cpp:75 +#: frontend/searchdialog/cmoduleresultview.cpp:81 +#: frontend/searchdialog/csearchresultview.cpp:55 +#: frontend/searchdialog/csearchresultview.cpp:63 +#: frontend/searchdialog/csearchresultview.cpp:69 +msgid "Reference with text" +msgstr "" + +#: frontend/displaywindow/cbiblereadwindow.cpp:191 +#: frontend/displaywindow/cbiblereadwindow.cpp:204 +msgid "Chapter" +msgstr "" + +#: frontend/displaywindow/cbiblereadwindow.cpp:198 +msgid "Chapter as plain text" +msgstr "" + +#: frontend/displaywindow/cbiblereadwindow.cpp:200 +msgid "Chapter as HTML" +msgstr "" + +#: frontend/displaywindow/cbiblereadwindow.cpp:229 +msgid "Bible window" +msgstr "" + +#: frontend/displaywindow/cbiblereadwindow.cpp:237 +#: frontend/displaywindow/clexiconreadwindow.cpp:211 +#: frontend/searchdialog/cmoduleresultview.cpp:63 +#: frontend/searchdialog/csearchresultview.cpp:51 +msgid "Copy..." +msgstr "" + +#: frontend/displaywindow/cbiblereadwindow.cpp:247 +#: frontend/displaywindow/clexiconreadwindow.cpp:220 +#: frontend/searchdialog/cmoduleresultview.cpp:71 +#: frontend/searchdialog/csearchresultview.cpp:59 +msgid "Save..." +msgstr "" + +#: frontend/displaywindow/cbiblereadwindow.cpp:254 +#: frontend/displaywindow/clexiconreadwindow.cpp:226 +#: frontend/searchdialog/cmoduleresultview.cpp:79 +#: frontend/searchdialog/csearchresultview.cpp:67 +msgid "Print..." +msgstr "" + +#: frontend/displaywindow/cbiblereadwindow.cpp:351 +msgid "Copy chapter to clipboard ..." +msgstr "" + +#: frontend/displaywindow/cbiblereadwindow.cpp:351 +msgid "Copying" +msgstr "" + +#: frontend/displaywindow/cbiblereadwindow.cpp:372 +#: frontend/displaywindow/cbiblereadwindow.cpp:390 +msgid "Saving chapter ..." +msgstr "" + +#: frontend/displaywindow/cbiblereadwindow.cpp:372 +#: frontend/displaywindow/cbiblereadwindow.cpp:390 +#: frontend/displaywindow/clexiconreadwindow.cpp:271 +#: frontend/displaywindow/clexiconreadwindow.cpp:277 +msgid "Saving" +msgstr "" + +#: frontend/displaywindow/cbookreadwindow.cpp:65 +#: frontend/displaywindow/cbookreadwindow.cpp:76 +msgid "Toggle tree view" +msgstr "" + +#: frontend/displaywindow/cbookreadwindow.cpp:82 +#: frontend/displaywindow/clexiconreadwindow.cpp:56 +msgid "Copy entry with text" +msgstr "" + +#: frontend/displaywindow/cbookreadwindow.cpp:84 +#: frontend/displaywindow/clexiconreadwindow.cpp:58 +msgid "Save entry as plain text" +msgstr "" + +#: frontend/displaywindow/cbookreadwindow.cpp:85 +#: frontend/displaywindow/clexiconreadwindow.cpp:59 +msgid "Save entry as HTML" +msgstr "" + +#: frontend/displaywindow/cbookreadwindow.cpp:87 +#: frontend/displaywindow/clexiconreadwindow.cpp:61 +msgid "Print entry with text" +msgstr "" + +#: frontend/displaywindow/cbookreadwindow.cpp:175 +msgid "Book window" +msgstr "" + +#: frontend/displaywindow/cbuttons.cpp:111 +msgid "Display settings: No options available" +msgstr "" + +#: frontend/displaywindow/cbuttons.cpp:116 +msgid "Display settings" +msgstr "" + +#: frontend/displaywindow/cbuttons.cpp:133 +msgid "Display options" +msgstr "" + +#: frontend/displaywindow/cbuttons.cpp:136 +msgid "Use linebreaks after each verse" +msgstr "" + +#: frontend/displaywindow/cbuttons.cpp:139 +msgid "Show versenumbers" +msgstr "" + +#: frontend/displaywindow/cbuttons.cpp:141 +msgid "Show headings" +msgstr "" + +#: frontend/displaywindow/cbuttons.cpp:145 +msgid "Highlight words of Jesus" +msgstr "" + +#: frontend/displaywindow/cbuttons.cpp:161 +msgid "Use alternative textual variant" +msgstr "" + +#: frontend/displaywindow/ccommentaryreadwindow.cpp:78 +#: frontend/displaywindow/chtmlwritewindow.cpp:59 +#: frontend/displaywindow/cplainwritewindow.cpp:55 +msgid "Sync with active Bible" +msgstr "" + +#: frontend/displaywindow/ccommentaryreadwindow.cpp:197 +msgid "Commentary window" +msgstr "" + +#: frontend/displaywindow/cdisplaywindow.cpp:146 +#: frontend/displaywindow/cdisplaywindow.cpp:197 +msgid "Back in history" +msgstr "" + +#: frontend/displaywindow/cdisplaywindow.cpp:153 +#: frontend/displaywindow/cdisplaywindow.cpp:203 +msgid "Forward in history" +msgstr "" + +#: frontend/displaywindow/cdisplaywindow.cpp:161 +#: frontend/searchdialog/csearchdialog.cpp:85 +msgid "Search" +msgstr "" + +#: frontend/displaywindow/chtmlwritewindow.cpp:68 +#: frontend/displaywindow/cplainwritewindow.cpp:65 +msgid "Save text" +msgstr "" + +#: frontend/displaywindow/chtmlwritewindow.cpp:78 +#: frontend/displaywindow/cplainwritewindow.cpp:76 +msgid "Delete current entry" +msgstr "" + +#: frontend/displaywindow/chtmlwritewindow.cpp:88 +#: frontend/displaywindow/cplainwritewindow.cpp:87 +msgid "Restore original text" +msgstr "" + +#: frontend/displaywindow/clexiconreadwindow.cpp:47 +#: frontend/displaywindow/clexiconreadwindow.cpp:83 +msgid "Next entry" +msgstr "" + +#: frontend/displaywindow/clexiconreadwindow.cpp:51 +#: frontend/displaywindow/clexiconreadwindow.cpp:88 +msgid "Previous entry" +msgstr "" + +#: frontend/displaywindow/clexiconreadwindow.cpp:110 +#: frontend/displaywindow/clexiconreadwindow.cpp:121 +msgid "Entry with text" +msgstr "" + +#: frontend/displaywindow/clexiconreadwindow.cpp:115 +msgid "Entry as plain text" +msgstr "" + +#: frontend/displaywindow/clexiconreadwindow.cpp:117 +msgid "Entry as HTML" +msgstr "" + +#: frontend/displaywindow/clexiconreadwindow.cpp:200 +msgid "Lexicon window" +msgstr "" + +#: frontend/displaywindow/clexiconreadwindow.cpp:271 +#: frontend/displaywindow/clexiconreadwindow.cpp:277 +msgid "Saving entry ..." +msgstr "" + +#: frontend/displaywindow/cmodulechooserbutton.cpp:112 +#: frontend/displaywindow/cmodulechooserbutton.cpp:159 +msgid "NONE" +msgstr "" + +#: frontend/displaywindow/cmodulechooserbutton.cpp:128 +#: frontend/displaywindow/cmodulechooserbutton.cpp:129 +#: frontend/displaywindow/cmodulechooserbutton.cpp:151 +msgid "Select a work" +msgstr "" + +#: frontend/displaywindow/cmodulechooserbutton.cpp:154 +msgid "Select an additional work" +msgstr "" + +#: frontend/displaywindow/cmodulechooserbutton.cpp:225 +msgid "[locked]" +msgstr "" + +#: frontend/displaywindow/cmodulechooserbutton.cpp:244 +msgid "No work selected" +msgstr "" + +#: frontend/displaywindow/cplainwritewindow.cpp:138 +msgid "Module is not writable." +msgstr "" + +#: frontend/displaywindow/cplainwritewindow.cpp:139 +msgid "" +"Either the module may not be edited, or you do not have write permission." +msgstr "" + +#: frontend/displaywindow/cplainwritewindow.cpp:141 +msgid "Module not writable" +msgstr "" + +#: frontend/displaywindow/cwritewindow.cpp:141 +msgid "Save text before closing?" +msgstr "" + +#: frontend/displaywindow/cwritewindow.cpp:165 +msgid "Save changed text?" +msgstr "" + +#: frontend/mainindex/cindexitem.cpp:393 +msgid "Change description ..." +msgstr "" + +#: frontend/mainindex/cindexitem.cpp:393 +msgid "Enter a new description for the chosen bookmark." +msgstr "" + +#: frontend/mainindex/cindexitem.cpp:488 +msgid "New folder" +msgstr "" + +#: frontend/mainindex/cindexitem.cpp:597 +msgid "Daily devotionals" +msgstr "" + +#: frontend/mainindex/cindexitem.cpp:606 +msgid "Old bookmarks" +msgstr "" + +#: frontend/mainindex/cindexitem.cpp:609 +msgid "Unknown" +msgstr "" + +#: frontend/mainindex/cindexitem.cpp:616 +msgid "Unknown language" +msgstr "" + +#: frontend/mainindex/cindexitem.cpp:974 frontend/mainindex/cindexitem.cpp:982 +msgid "" +"*.btb | BibleTime bookmark files (*.btb)\n" +"*.* | All files (*.*)" +msgstr "" + +#: frontend/mainindex/cindexitem.cpp:974 +msgid "BibleTime - Export bookmarks" +msgstr "" + +#: frontend/mainindex/cindexitem.cpp:982 +msgid "BibleTime - Import bookmarks" +msgstr "" + +#: frontend/mainindex/cmainindex.cpp:149 +msgid "Create a new folder" +msgstr "" + +#: frontend/mainindex/cmainindex.cpp:150 +msgid "Change this folder" +msgstr "" + +#: frontend/mainindex/cmainindex.cpp:152 +msgid "Change bookmark description" +msgstr "" + +#: frontend/mainindex/cmainindex.cpp:153 +msgid "Import bookmarks" +msgstr "" + +#: frontend/mainindex/cmainindex.cpp:154 +msgid "Export bookmarks" +msgstr "" + +#: frontend/mainindex/cmainindex.cpp:155 +msgid "Print bookmarks" +msgstr "" + +#: frontend/mainindex/cmainindex.cpp:157 +msgid "Remove selected item(s)" +msgstr "" + +#: frontend/mainindex/cmainindex.cpp:159 +msgid "Edit this work" +msgstr "" + +#: frontend/mainindex/cmainindex.cpp:161 +msgid "Plain text" +msgstr "" + +#: frontend/mainindex/cmainindex.cpp:162 +msgid "HTML" +msgstr "" + +#: frontend/mainindex/cmainindex.cpp:164 +msgid "Search in selected work(s)" +msgstr "" + +#: frontend/mainindex/cmainindex.cpp:165 +msgid "Unlock this work" +msgstr "" + +#: frontend/mainindex/cmainindex.cpp:166 +msgid "About this work" +msgstr "" + +#: frontend/mainindex/cmainindex.cpp:534 +msgid "Do you really want to delete the selected items and child-items?" +msgstr "" + +#: frontend/mainindex/cmainindex.cpp:534 +msgid "Delete Items" +msgstr "" + +#: frontend/mainindex/cmainindex.cpp:574 +msgid "BibleTime - Unlock work" +msgstr "" + +#: frontend/mainindex/cmainindex.cpp:575 +msgid "Enter the unlock key for this work." +msgstr "" + +#: frontend/manageindicesform.cpp:75 frontend/manageindicesform.ui:16 +#, no-c-format +msgid "Manage Indicies" +msgstr "" + +#: frontend/manageindicesform.cpp:76 frontend/manageindicesform.ui:52 +#, no-c-format +msgid "Automaticall&y delete orphaned indices when BibleTime starts" +msgstr "" + +#: frontend/manageindicesform.cpp:77 frontend/manageindicesform.ui:90 +#, no-c-format +msgid "&Create selected indices" +msgstr "" + +#: frontend/manageindicesform.cpp:78 frontend/manageindicesform.ui:98 +#, no-c-format +msgid "De&lete selected indices" +msgstr "" + +#: frontend/searchdialog/cmodulechooser.cpp:92 +#: frontend/searchdialog/cmoduleresultview.cpp:49 +msgid "Work" +msgstr "" + +#: frontend/searchdialog/cmodulechooser.cpp:271 +msgid "Choose work(s)" +msgstr "" + +#: frontend/searchdialog/cmodulechooser.cpp:283 +msgid "Use chosen work(s)" +msgstr "" + +#: frontend/searchdialog/cmoduleresultview.cpp:50 +msgid "Hits" +msgstr "" + +#: frontend/searchdialog/cmoduleresultview.cpp:227 +#: frontend/searchdialog/cmoduleresultview.cpp:236 +#: frontend/searchdialog/csearchresultview.cpp:212 +#: frontend/searchdialog/csearchresultview.cpp:231 +msgid "Copy search result..." +msgstr "" + +#: frontend/searchdialog/cmoduleresultview.cpp:227 +#: frontend/searchdialog/cmoduleresultview.cpp:236 +#: frontend/searchdialog/csearchresultview.cpp:212 +#: frontend/searchdialog/csearchresultview.cpp:231 +msgid "Copying search result" +msgstr "" + +#: frontend/searchdialog/cmoduleresultview.cpp:245 +#: frontend/searchdialog/cmoduleresultview.cpp:254 +#: frontend/searchdialog/csearchresultview.cpp:174 +#: frontend/searchdialog/csearchresultview.cpp:193 +msgid "Save search result..." +msgstr "" + +#: frontend/searchdialog/cmoduleresultview.cpp:245 +#: frontend/searchdialog/cmoduleresultview.cpp:254 +#: frontend/searchdialog/csearchresultview.cpp:174 +#: frontend/searchdialog/csearchresultview.cpp:193 +msgid "Saving search result" +msgstr "" + +#: frontend/searchdialog/cmoduleresultview.cpp:263 +#: frontend/searchdialog/csearchresultview.cpp:163 +msgid "Print search result..." +msgstr "" + +#: frontend/searchdialog/cmoduleresultview.cpp:263 +#: frontend/searchdialog/csearchresultview.cpp:163 +msgid "Printing search result" +msgstr "" + +#: frontend/searchdialog/crangechooser.cpp:74 +msgid "Search range editor" +msgstr "" + +#: frontend/searchdialog/crangechooser.cpp:102 +msgid "Search range" +msgstr "" + +#: frontend/searchdialog/crangechooser.cpp:110 +msgid "Add new range" +msgstr "" + +#: frontend/searchdialog/crangechooser.cpp:114 +msgid "Delete current range" +msgstr "" + +#: frontend/searchdialog/crangechooser.cpp:120 +msgid "Name:" +msgstr "" + +#: frontend/searchdialog/crangechooser.cpp:125 +msgid "Edit current search range:" +msgstr "" + +#: frontend/searchdialog/crangechooser.cpp:135 +msgid "Parsed search range:" +msgstr "" + +#: frontend/searchdialog/crangechooser.cpp:164 +msgid "New range" +msgstr "" + +#: frontend/searchdialog/crangechooser.cpp:229 +msgid "" +msgstr "" + +#: frontend/searchdialog/csearchanalysis.cpp:70 +msgid "Search analysis" +msgstr "" + +#: frontend/searchdialog/csearchanalysis.cpp:87 +msgid "Save search analysis as HTML" +msgstr "" + +#: frontend/searchdialog/csearchanalysis.cpp:519 +msgid "Save Search Analysis" +msgstr "" + +#: frontend/searchdialog/csearchanalysis.cpp:540 +msgid "BibleTime Search Analysis" +msgstr "" + +#: frontend/searchdialog/csearchanalysis.cpp:541 +msgid "Search text :" +msgstr "" + +#: frontend/searchdialog/csearchanalysis.cpp:543 +msgid "Book" +msgstr "" + +#: frontend/searchdialog/csearchanalysis.cpp:544 +msgid "Total hits" +msgstr "" + +#: frontend/searchdialog/csearchanalysis.cpp:580 +msgid "Created by" +msgstr "" + +#: frontend/searchdialog/csearchdialog.cpp:85 +msgid "Search dialog" +msgstr "" + +#: frontend/searchdialog/csearchdialog.cpp:111 +msgid "Missing indices" +msgstr "" + +#: frontend/searchdialog/csearchdialog.cpp:112 +msgid "" +"One or more modules need indexing before they can be searched.\n" +"This could take a long time. Proceed with indexing?" +msgstr "" + +#: frontend/searchdialog/csearchdialogpages.cpp:81 +msgid "Parsing Stong's Numbers" +msgstr "" + +#: frontend/searchdialog/csearchdialogpages.cpp:81 +msgid "Parsing Stong's numbers for translations." +msgstr "" + +#: frontend/searchdialog/csearchdialogpages.cpp:650 +msgid "Searching in: " +msgstr "" + +#: frontend/searchdialog/csearchdialogpages.cpp:723 +msgid "" +"

Enter search terms separated by spaces. By default the search function " +"will return results that match any of the search terms (OR). To search for " +"all the terms separate the terms by AND.

" +msgstr "" + +#: frontend/searchdialog/csearchdialogpages.cpp:726 +msgid "" +"

You can use wildcards: '*' matches any sequence of characters, while '?' " +"matches any single character. The use of brackets allows you to group your " +"search terms, e.g. '(Jesus OR spirit) AND God'.

" +msgstr "" + +#: frontend/searchdialog/csearchdialogpages.cpp:729 +msgid "" +"

To search text other than the main text, enter the text type followed by " +"\":\", and then the search term. For example, to search for the Strong's " +"number H8077, use 'strong:H8077'.

" +msgstr "" + +#: frontend/searchdialog/csearchdialogpages.cpp:732 +msgid "" +"

Available text types:
heading:searches " +"headings
footnote:searches footnotes
strong:searches Strong's Numbers
morph:" +"searches morphology codes

" +msgstr "" + +#: frontend/searchdialog/csearchdialogpages.cpp:737 +msgid "" +"

BibleTime uses the Lucene search engine to perform your searches. It has " +"many advanced features, and you can read more about it here: http://lucene." +"apache.org/java/docs/queryparsersyntax.html

" +msgstr "" + +#: frontend/searchdialog/csearchdialogpages.cpp:742 +msgid "Basic Search Syntax Introduction" +msgstr "" + +#: frontend/searchdialog/csearchdialogpages.cpp:750 +msgid "No search scope" +msgstr "" + +#: frontend/searchdialog/csearchresultview.cpp:41 +msgid "Results" +msgstr "" + +#: frontend/searchdialog/searchoptionsform.cpp:106 +#: frontend/searchdialog/searchoptionsform.ui:36 +#, no-c-format +msgid "Search Options" +msgstr "" + +#: frontend/searchdialog/searchoptionsform.cpp:107 +#: frontend/searchdialog/searchoptionsform.ui:50 +#, no-c-format +msgid "Search parameters" +msgstr "" + +#: frontend/searchdialog/searchoptionsform.cpp:108 +#: frontend/searchdialog/searchoptionsform.ui:75 +#, no-c-format +msgid "Search for:" +msgstr "" + +#: frontend/searchdialog/searchoptionsform.cpp:110 +#: frontend/searchdialog/searchoptionsform.ui:91 +#, no-c-format +msgid "&Choose" +msgstr "" + +#: frontend/searchdialog/searchoptionsform.cpp:111 +#: frontend/searchdialog/searchoptionsform.ui:99 +#, no-c-format +msgid "&Setup" +msgstr "" + +#: frontend/searchdialog/searchoptionsform.cpp:112 +#: frontend/searchdialog/searchoptionsform.ui:115 +#, no-c-format +msgid "Search scope:" +msgstr "" + +#: frontend/searchdialog/searchoptionsform.cpp:113 +#: frontend/searchdialog/searchoptionsform.ui:169 +#, no-c-format +msgid "Search in:" +msgstr "" + +#: frontend/searchdialog/searchresultsform.cpp:84 +#: frontend/searchdialog/searchresultsform.ui:36 +#, no-c-format +msgid "SearchResults" +msgstr "" + +#: frontend/searchdialog/searchresultsform.cpp:85 +#: frontend/searchdialog/searchresultsform.ui:106 +#, no-c-format +msgid "Analyze search" +msgstr "" + +#: main.cpp:124 +msgid "Enable debug messages" +msgstr "" + +#: main.cpp:125 +msgid "" +"Ignore the startup session that was saved when BibleTime was closed the last " +"time." +msgstr "" + +#: main.cpp:126 +msgid "" +"Open the standard Bible with the given key. Use to open at a random " +"position." +msgstr "" + +#: main.cpp:135 +msgid "Bible study tool for Trinity" +msgstr "" + +#: main.cpp:137 +msgid "(c)1999-2010, The BibleTime Team and The Trinity Project" +msgstr "" + +#: main.cpp:138 +msgid "" +"BibleTime is an easy to use but powerful Bible study tool for Trinity.\n" +"It is a fork of the main BibleTime project in order to provide a native " +"Trinity application.\n" +"\n" +"The BibleTime project is looking for developers and translators.\n" +"If you'd like to join their team, please send an email to info@bibletime." +"info." +msgstr "" + +#: main.cpp:147 +msgid "Project coordinator" +msgstr "" + +#: main.cpp:149 +msgid "Frontend, backend" +msgstr "" + +#: main.cpp:151 +msgid "Crystal icons, crystal startlogo, webpage" +msgstr "" + +#: main.cpp:153 +msgid "Trinity project" +msgstr "" + +#: main.cpp:161 +msgid "Romanian translation" +msgstr "" + +#: main.cpp:163 +msgid "High contrast template" +msgstr "" + +#: main.cpp:165 +msgid "Installation manager" +msgstr "" + +#: main.cpp:167 +msgid "Icons, startlogo" +msgstr "" + +#: main.cpp:169 +msgid "GUI" +msgstr "" + +#: main.cpp:171 +msgid "GUI, instant search" +msgstr "" + +#: main.cpp:173 +msgid "GUI translations into Traditional and Simplified Chinese" +msgstr "" + +#: main.cpp:175 +msgid "Binary packages" +msgstr "" + +#: main.cpp:177 +msgid "Founder of the Sword project" +msgstr "" + +#: main.cpp:179 +msgid "Sponsored our internet domain for many years" +msgstr "" + +#: main.cpp:181 +msgid "Bible Study HowTo" +msgstr "" + +#: main.cpp:183 main.cpp:211 +msgid "Search dialog enhancements" +msgstr "" + +#: main.cpp:185 +msgid "Language codes and names" +msgstr "" + +#: main.cpp:187 +msgid "GUI improvements" +msgstr "" + +#: main.cpp:189 +msgid "Finnish translation" +msgstr "" + +#: main.cpp:191 main.cpp:199 +msgid "Frontend" +msgstr "" + +#: main.cpp:193 +msgid "Czech translation" +msgstr "" + +#: main.cpp:195 +msgid "Searchdialog" +msgstr "" + +#: main.cpp:197 +msgid "Polish translation" +msgstr "" + +#: main.cpp:201 main.cpp:209 +msgid "Russian website translation" +msgstr "" + +#: main.cpp:203 +msgid "Spanish website translation updates" +msgstr "" + +#: main.cpp:205 +msgid "Update to the russian website translation" +msgstr "" + +#: main.cpp:207 +msgid "Documentation" +msgstr "" + +#: main.cpp:213 +msgid "Very helpful and detailed testing" +msgstr "" + +#: main.cpp:215 +msgid "The first lead developer" +msgstr "" + +#: main.cpp:217 +msgid "Translation updates for the Dutch GUI, the website and the handbook" +msgstr "" + +#: main.cpp:219 +msgid "French handbook translation" +msgstr "" + +#: main.cpp:221 +msgid "Helpful source code additions" +msgstr "" + +#: main.cpp:223 +msgid "Translated the GUI into Russian" +msgstr "" + +#: main.cpp:225 +msgid "New Bible key choosers" +msgstr "" + +#: main.cpp:227 +msgid "Spanish translation" +msgstr "" + +#: main.cpp:267 +msgid "Starting BibleTime" +msgstr "" + +#: util/cresmgr.cpp:737 +msgid "" +"Open the printer dialog of BibleTime, where you can edit the print queue, " +"assign styles to the items and print them." +msgstr "" + +#: util/cresmgr.cpp:741 +msgid "Close BibleTime and save the settings." +msgstr "" + +#: util/cresmgr.cpp:748 +msgid "Show or hide the bookshelf." +msgstr "" + +#: util/cresmgr.cpp:752 +msgid "Toggle the main toolbar view." +msgstr "" + +#: util/cresmgr.cpp:760 +msgid "Open the search dialog to search in all works that are currently open." +msgstr "" + +#: util/cresmgr.cpp:764 +msgid "Open the search dialog to search in the standard Bible." +msgstr "" + +#: util/cresmgr.cpp:772 +msgid "Restore a saved BibleTime session." +msgstr "" + +#: util/cresmgr.cpp:776 +msgid "Save current BibleTime session so that it can be reused later." +msgstr "" + +#: util/cresmgr.cpp:780 +msgid "Create and save a new session." +msgstr "" + +#: util/cresmgr.cpp:784 +msgid "Delete a BibleTime session." +msgstr "" + +#: util/cresmgr.cpp:788 +msgid "Toggle fullscreen mode of the main window." +msgstr "" + +#: util/cresmgr.cpp:792 +msgid "Vertically tile the open windows." +msgstr "" + +#: util/cresmgr.cpp:796 +msgid "Horizontally tile the open windows." +msgstr "" + +#: util/cresmgr.cpp:800 +msgid "Cascade the open windows." +msgstr "" + +#: util/cresmgr.cpp:805 +msgid "Choose the way that is used to arrange the windows." +msgstr "" + +#: util/cresmgr.cpp:809 +msgid "Automatically tile the open windows vertically." +msgstr "" + +#: util/cresmgr.cpp:813 +msgid "Automatically tile the open windows horizontally." +msgstr "" + +#: util/cresmgr.cpp:817 +msgid "Automatically cascade the open windows." +msgstr "" + +#: util/cresmgr.cpp:822 +msgid "Close all open windows." +msgstr "" + +#: util/cresmgr.cpp:830 +msgid "Open BibleTime's toolbar editor." +msgstr "" + +#: util/cresmgr.cpp:834 +msgid "Open the dialog to set most of BibleTime's preferences." +msgstr "" + +#: util/cresmgr.cpp:838 +msgid "" +"Open the dialog to configure your bookshelf and install/update/remove works." +msgstr "" + +#: util/cresmgr.cpp:847 +msgid "Open BibleTime's handbook in the KDE helpbrowser." +msgstr "" + +#: util/cresmgr.cpp:851 +msgid "" +"Open the Bible study HowTo included with BibleTime in the KDE helpbrowser. " +"
This HowTo is an introduction on how to study the Bible in an efficient " +"way." +msgstr "" + +#: util/cresmgr.cpp:855 +msgid "Send a bugreport to the developers of BibleTime." +msgstr "" + +#: util/cresmgr.cpp:859 +msgid "" +"Show a daily tip each time BibleTime starts.
The tips contain important " +"Bible quotations and helpful tips for using BibleTime." +msgstr "" + +#: util/cresmgr.cpp:863 +msgid "Show detailed information about BibleTime." +msgstr "" + +#: util/cresmgr.cpp:867 +msgid "Show detailed information about the KDE project." +msgstr "" + +#: util/cresmgr.cpp:877 +msgid "Start to search the text in each of the chosen work(s)." +msgstr "" + +#: util/cresmgr.cpp:881 +msgid "Stop the active search." +msgstr "" + +#: util/cresmgr.cpp:888 +msgid "Open a dialog to choose work(s) for the search." +msgstr "" + +#: util/cresmgr.cpp:892 +msgid "Enter the text you want to search in the chosen work(s) here." +msgstr "" + +#: util/cresmgr.cpp:898 +msgid "" +"Treat the search text as multiple words. A text must contain all of the " +"words to match. The order of the words is unimportant." +msgstr "" + +#: util/cresmgr.cpp:902 +msgid "" +"Treat the search text as multiple words. A text must contain one or more " +"words of to match. The order is unimportant." +msgstr "" + +#: util/cresmgr.cpp:906 +msgid "The search text will be used exactly as entered." +msgstr "" + +#: util/cresmgr.cpp:910 +msgid "" +"Treat the search string as a GNU regular expression. The BibleTime handbook " +"contains an introduction to regular expressions." +msgstr "" + +#: util/cresmgr.cpp:918 +msgid "" +"If you choose this option the search will distinguish between upper and " +"lowercase characters." +msgstr "" + +#: util/cresmgr.cpp:923 +msgid "" +"Choose a scope from the list. Select the first item to use no scope, the " +"second one is to use each work's last search result as search scope. The " +"others are user defined search scopes." +msgstr "" + +#: util/cresmgr.cpp:931 +msgid "Select an item from the list to edit the search scope." +msgstr "" + +#: util/cresmgr.cpp:935 +msgid "Change the name of the selected search scope." +msgstr "" + +#: util/cresmgr.cpp:939 +msgid "" +"Change the search ranges of the selected search scope item. Have a look at " +"the predefined search scopes to see how search ranges are constructed." +msgstr "" + +#: util/cresmgr.cpp:943 +msgid "Contains the search ranges which will be used for the search." +msgstr "" + +#: util/cresmgr.cpp:947 +msgid "" +"Add a new search scope. First enter an appropriate name, then edit the " +"search ranges." +msgstr "" + +#: util/cresmgr.cpp:951 +msgid "" +"Deletes the selected search scope. If you close the dialog using Cancel the " +"settings won't be saved." +msgstr "" + +#: util/cresmgr.cpp:959 +msgid "The list of works chosen for the search." +msgstr "" + +#: util/cresmgr.cpp:963 +msgid "This list contains the search result of the selected work." +msgstr "" + +#: util/cresmgr.cpp:967 +msgid "The text preview of the selected search result item." +msgstr "" + +#: util/cresmgr.cpp:979 +msgid "" +"This button is useful to scroll through the entries of the list. Press the " +"button and move the mouse to increase or decrease the item." +msgstr "" + +#: util/cresmgr.cpp:983 +msgid "This button opens the search dialog with the work(s) of this window." +msgstr "" + +#: util/cresmgr.cpp:988 +msgid "Go back one item in the display history." +msgstr "" + +#: util/cresmgr.cpp:992 +msgid "Go forward one item in the display history." +msgstr "" + +#: util/cresmgr.cpp:997 +msgid "" +"Show all occurences of the Strong number currently under the mouse cursor." +msgstr "" + +#: util/cresmgr.cpp:1003 +msgid "This list contains the books which are available in this work." +msgstr "" + +#: util/cresmgr.cpp:1007 +msgid "Show the next book of this work." +msgstr "" + +#: util/cresmgr.cpp:1011 +msgid "Show the previous book of this work." +msgstr "" + +#: util/cresmgr.cpp:1015 +msgid "" +"This list contains the chapters which are available in the current book." +msgstr "" + +#: util/cresmgr.cpp:1019 +msgid "Show the next chapter of the work." +msgstr "" + +#: util/cresmgr.cpp:1023 +msgid "Show the previous chapter of the work." +msgstr "" + +#: util/cresmgr.cpp:1027 +msgid "" +"This list contains the verses which are available in the current chapter." +msgstr "" + +#: util/cresmgr.cpp:1031 +msgid "" +"In Bible texts, the next verse will be highlighted. In commentaries, the " +"next entry will be shown." +msgstr "" + +#: util/cresmgr.cpp:1036 +msgid "" +"In Bible texts, the previous verse will be highlighted. In commentaries, the " +"previous entry will be shown." +msgstr "" + +#: util/cresmgr.cpp:1043 +msgid "" +"Synchronize the displayed entry of this work with the active Bible window." +msgstr "" + +#: util/cresmgr.cpp:1050 +msgid "This list contains the entries of the current work." +msgstr "" + +#: util/cresmgr.cpp:1054 +msgid "The next entry of the work will be shown." +msgstr "" + +#: util/cresmgr.cpp:1058 +msgid "The previous entry of the work will be shown." +msgstr "" + +#: util/cresmgr.cpp:1066 +msgid "Save the curent text into the work. The old text will be overwritten." +msgstr "" + +#: util/cresmgr.cpp:1070 +msgid "" +"Loads the old text from the work and loads it into the edit area. The " +"unsaved text will be lost." +msgstr "" + +#: util/cresmgr.cpp:1074 +msgid "Deletes the current entry out of the work. The text will be lost." +msgstr "" + +#: util/cresmgr.cpp:1080 +msgid "Toggle bold formatting of the selected text." +msgstr "" + +#: util/cresmgr.cpp:1084 +msgid "Toggle italic formatting of the selected text." +msgstr "" + +#: util/cresmgr.cpp:1088 +msgid "Toggle underlined formatting of the selected text." +msgstr "" + +#: util/cresmgr.cpp:1093 +msgid "The text will be aligned on the left side of the page." +msgstr "" + +#: util/cresmgr.cpp:1097 +msgid "Centers the text horizontally." +msgstr "" + +#: util/cresmgr.cpp:1101 +msgid "Aligns the text on the right side of the page." +msgstr "" + +#: util/cresmgr.cpp:1105 +msgid "Justifies the text on the page." +msgstr "" + +#: util/cresmgr.cpp:1110 +msgid "Choose a new font for the selected text." +msgstr "" + +#: util/cresmgr.cpp:1113 +msgid "Choose a new font size for the selected text." +msgstr "" + +#: util/cresmgr.cpp:1116 +msgid "Choose a new color for the selected text." +msgstr "" + +#: util/cresmgr.cpp:1126 +msgid "Activate this box to see a daily tip on startup." +msgstr "" + +#: util/cresmgr.cpp:1130 +msgid "Activate this to see the BibleTime logo on startup." +msgstr "" + +#: util/cresmgr.cpp:1134 +msgid "" +"Save the user's session when BibleTime is closed and restore it on the next " +"startup." +msgstr "" + +#: util/cresmgr.cpp:1141 +msgid "The font selection below will apply to all texts in this language." +msgstr "" + +#: util/cresmgr.cpp:1150 +msgid "Contains the languages which can be used for the biblical booknames." +msgstr "" + +#: util/cresmgr.cpp:1157 +msgid "The standard Bible is used when a hyperlink into a Bible is clicked." +msgstr "" + +#: util/cresmgr.cpp:1161 +msgid "" +"The standard commentary is used when a hyperlink into a commentary is " +"clicked." +msgstr "" + +#: util/cresmgr.cpp:1165 +msgid "" +"The standard lexicon is used when a hyperlink into a lexicon is clicked." +msgstr "" + +#: util/cresmgr.cpp:1169 +msgid "" +"The standard devotional will be used to display a short start up devotional." +msgstr "" + +#: util/cresmgr.cpp:1173 +msgid "" +"The standard Hebrew lexicon is used when a hyperlink into a Hebrew lexicon " +"is clicked." +msgstr "" + +#: util/cresmgr.cpp:1177 +msgid "" +"The standard Greek lexicon is used when a hyperlink into a Greek lexicon is " +"clicked." +msgstr "" + +#: util/cresmgr.cpp:1181 +msgid "" +"The standard morphological lexicon for Hebrew texts is used when a hyperlink " +"of a morphological tag in a Hebrew text is clicked." +msgstr "" + +#: util/cresmgr.cpp:1185 +msgid "" +"The standard morphological lexicon for Greek texts is used when a hyperlink " +"of a morphological tag in a Greek text is clicked." +msgstr "" + +#: util/cresmgr.cpp:1194 +msgid "" +"Opens the search dialog to search in the work(s) that are currently open." +msgstr "" + +#: util/ctoolclass.cpp:78 +msgid "The file already exists." +msgstr "" + +#: util/ctoolclass.cpp:79 +msgid "Do you want to overwrite it?" +msgstr "" + +#: util/ctoolclass.cpp:99 +msgid "The file couldn't be saved." +msgstr "" + +#: util/ctoolclass.cpp:100 +msgid "Please check permissions etc." +msgstr "" + +#: util/ctoolclass.cpp:209 +msgid "not set" +msgstr "" + +#: xml/bibletimeui.rc:9 +#, no-c-format +msgid "&Search" +msgstr "" + +#: xml/bibletimeui.rc:19 +#, no-c-format +msgid "Se&ttings" +msgstr "" + +#: xml/bibletimeui.rc:26 +#, no-c-format +msgid "&Window" +msgstr "" + +#: ../docs/tips:3 +msgid "The Bible was written so we could believe in Jesus. (John 20:31)\n" +msgstr "" + +#: ../docs/tips:9 +msgid "" +"BibleTime includes a really useful handbook written by Fred Saalbach.\n" +"To read it choose the item \"Handbook\" in the \"Help\" menu of BibleTime.\n" +msgstr "" + +#: ../docs/tips:16 +msgid "" +"No one is allowed by God to add anything to or take anything away from the " +"Word. (Revelation 22:18-19)\n" +msgstr "" + +#: ../docs/tips:22 +msgid "The Bible is like a mirror. (James 1:23)\n" +msgstr "" + +#: ../docs/tips:28 +msgid "" +"BibleTime does include a Bible Study HowTo!\n" +"It was written by Bob Harman and is a great introduction how to study the " +"Bible.\n" +msgstr "" + +#: ../docs/tips:35 +msgid "" +"You can save, print and copy the whole search result by pressing the right " +"mouse button on the icon of the searched module in the search dialog.\n" +msgstr "" + +#: ../docs/tips:41 +msgid "The Bible is our only spiritual weapon. (Ephesians 6:17)\n" +msgstr "" + +#: ../docs/tips:47 +msgid "" +"To get the number of verses in the Bible search for a space in the module.\n" +"The search analysis shows you the number of verses of each book.\n" +msgstr "" + +#: ../docs/tips:54 +msgid "The Bible is truth. (John 17:17)\n" +msgstr "" + +#: ../docs/tips:60 +msgid "" +"If you would like to create a set of bookmarks around a specific topic with " +"comments containing what the Lord told you here, it's best to\n" +"make bookmarks from your personal commentary.\n" +msgstr "" + +#: ../docs/tips:67 +msgid "" +"The scriptures give us the wisdom that leads to salvation. (2 Timothy 3:15)\n" +msgstr "" + +#: ../docs/tips:73 +msgid "" +"To lookup the meaning of the original hebrew or greek word in a Bible " +"supporting Strong's numbers, switch them on and \n" +"click on the strong number. Now a new window showing the strong number with\n" +"it's explanation is shown. If your favourite translation doesn't support " +"Strong's numbers please refer to an alternate translation for the number of " +"the corresponding word.\n" +"Make sure you have set the default modules in the preferences.\n" +msgstr "" + +#: ../docs/tips:82 +msgid "" +"If you want to use a commentary as a topical reference, search it for terms " +"your topic is about.\n" +msgstr "" + +#: ../docs/tips:88 +msgid "" +"In the beginning was the Word, the Word was with God, and the Word was God. " +"(John 1:1)\n" +msgstr "" + +#: ../docs/tips:94 +msgid "" +"We will be judged on the last day by the words Jesus spoke. (John 12:48)\n" +msgstr "" + +#: ../docs/tips:100 +msgid "" +"If you want to find the full set of verses or entries on a area of content, " +"you should use the option \"Multiple words (OR)\" for searching.\n" +msgstr "" + +#: ../docs/tips:106 +msgid "" +"If you are searching a verse you know only fuzzy or in a different " +"translation search for the most probable terms in multiple Bible " +"translations at the same time.\n" +msgstr "" + +#: ../docs/tips:111 +msgid "" +"God's Word can be a lamp to your feet and a light to your path. (Psalm " +"119:105)\n" +msgstr "" + +#: ../docs/tips:117 +msgid "" +"If you want to search a word in a foreign module (e.g. greek or hebrew), " +"open a display window and choose a chapter or an entry which contains this " +"word.\n" +"Select it and copy it to the clipboard. Now insert the copied word in the " +"search text box of the searchdialog.\n" +msgstr "" + +#: ../docs/tips:124 +msgid "" +"The Word of God will not return to Him without accomplishing its purpose. " +"(Isaiah 55:11)\n" +msgstr "" + +#: ../docs/tips:130 +msgid "" +"Foreign modules do often require a special font to display correctly. You " +"can set the font for each language in the preferences.\n" +msgstr "" + +#: ../docs/tips:136 +msgid "" +"Did you know that the first book ever printed on a printing press was the " +"Bible (by Johann Gutenberg, in 1492)?\n" +msgstr "" + +#: ../docs/tips:142 +msgid "" +"God has already given to us everything pertaining to life and godliness. (2 " +"Peter 1:3)\n" +msgstr "" + +#: ../docs/tips:148 +msgid "" +"All important elements of BibleTime's graphical user interface have a " +"tooltip and a \"What's this?\" help.
\n" +"To read the \"What's this?\" help press the keys SHIFT+F1 and click on the " +"part.\n" +msgstr "" + +#: ../docs/tips:155 +msgid "" +"The Word of God is living, active, and sharper than any two-edged sword. " +"(Hebrews 4:12)\n" +msgstr "" + +#: ../docs/tips:161 +msgid "" +"You are using a program that has been written for the glory of God.
May " +"He bless you as you study His Word!\n" +msgstr "" diff --git a/translations/messages/nl.po b/translations/messages/nl.po new file mode 100644 index 0000000..f87e1d9 --- /dev/null +++ b/translations/messages/nl.po @@ -0,0 +1,2900 @@ +# SOME DESCRIPTIVE TITLE. +# FIRST AUTHOR , YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2022-09-26 18:29+0000\n" +"PO-Revision-Date: 2019-08-07 12:07+0000\n" +"Last-Translator: Heimen Stoffels \n" +"Language-Team: Dutch \n" +"Language: nl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 3.7.1\n" + +#. Instead of a literal translation, add your name to the end of the list (separated by a comma). +#: main.cpp:231 +msgid "" +"_: NAME OF TRANSLATORS\n" +"Your names" +msgstr "Heimen Stoffels" + +#. Instead of a literal translation, add your email to the end of the list (separated by a comma). +#: main.cpp:232 +msgid "" +"_: EMAIL OF TRANSLATORS\n" +"Your emails" +msgstr "vistausss@outlook.com" + +#: backend/bt_osishtml.cpp:325 +msgid "Alternative text" +msgstr "Alternatieve tekst" + +#: backend/bt_osishtml.cpp:483 +msgid "Added text" +msgstr "Toegevoegde tekst" + +#: backend/cdisplaytemplatemgr.cpp:184 +msgid "(user template)" +msgstr "(gebruikerssjabloon)" + +#: backend/clanguagemgr.cpp:197 +msgid "Afrikaans" +msgstr "Afrikaans" + +#: backend/clanguagemgr.cpp:200 +msgid "English, Old (ca.450-1100)" +msgstr "Oudengels (ca. 450-1100)" + +#: backend/clanguagemgr.cpp:202 +msgid "Arabic" +msgstr "" + +#: backend/clanguagemgr.cpp:205 +msgid "Azerbaijani" +msgstr "" + +#: backend/clanguagemgr.cpp:208 +msgid "Belarusian" +msgstr "" + +#: backend/clanguagemgr.cpp:210 +msgid "Bulgarian" +msgstr "" + +#: backend/clanguagemgr.cpp:216 +msgid "Breton" +msgstr "" + +#: backend/clanguagemgr.cpp:218 +msgid "Bosnian" +msgstr "" + +#: backend/clanguagemgr.cpp:220 +msgid "Catalan" +msgstr "" + +#: backend/clanguagemgr.cpp:223 +msgid "Cebuano" +msgstr "" + +#: backend/clanguagemgr.cpp:225 +msgid "Chamorro" +msgstr "" + +#: backend/clanguagemgr.cpp:228 +msgid "Coptic" +msgstr "" + +#: backend/clanguagemgr.cpp:230 +msgid "Czech" +msgstr "" + +#: backend/clanguagemgr.cpp:232 +msgid "Church Slavic" +msgstr "" + +#: backend/clanguagemgr.cpp:235 +msgid "Welsh" +msgstr "" + +#: backend/clanguagemgr.cpp:237 +msgid "Danish" +msgstr "" + +#: backend/clanguagemgr.cpp:239 +msgid "German" +msgstr "" + +#: backend/clanguagemgr.cpp:243 +msgid "Greek, Modern (1453-)" +msgstr "" + +#: backend/clanguagemgr.cpp:245 +msgid "English" +msgstr "" + +#: backend/clanguagemgr.cpp:247 +msgid "American English" +msgstr "" + +#: backend/clanguagemgr.cpp:249 +msgid "English, Middle (1100-1500)" +msgstr "" + +#: backend/clanguagemgr.cpp:251 +msgid "Esperanto" +msgstr "" + +#: backend/clanguagemgr.cpp:253 +msgid "Spanish" +msgstr "" + +#: backend/clanguagemgr.cpp:255 +msgid "Estonian" +msgstr "" + +#: backend/clanguagemgr.cpp:257 +msgid "Basque" +msgstr "" + +#: backend/clanguagemgr.cpp:260 +msgid "Finnish" +msgstr "" + +#: backend/clanguagemgr.cpp:264 +msgid "French" +msgstr "" + +#: backend/clanguagemgr.cpp:266 +msgid "Frisian" +msgstr "" + +#: backend/clanguagemgr.cpp:268 +msgid "Irish" +msgstr "" + +#: backend/clanguagemgr.cpp:270 +msgid "Gaelic (Scots)" +msgstr "" + +#: backend/clanguagemgr.cpp:275 +msgid "Gothic" +msgstr "" + +#: backend/clanguagemgr.cpp:277 +msgid "Manx" +msgstr "" + +#: backend/clanguagemgr.cpp:279 +msgid "Greek, Ancient (to 1453)" +msgstr "" + +#: backend/clanguagemgr.cpp:281 +msgid "Hebrew" +msgstr "" + +#: backend/clanguagemgr.cpp:283 +msgid "Hausa" +msgstr "" + +#: backend/clanguagemgr.cpp:285 +msgid "Hawaiian" +msgstr "" + +#: backend/clanguagemgr.cpp:289 +msgid "Croatian" +msgstr "" + +#: backend/clanguagemgr.cpp:291 +msgid "Hungarian" +msgstr "" + +#: backend/clanguagemgr.cpp:293 +msgid "Armenian" +msgstr "" + +#: backend/clanguagemgr.cpp:298 +msgid "Indonesian" +msgstr "" + +#: backend/clanguagemgr.cpp:302 +msgid "Icelandic" +msgstr "" + +#: backend/clanguagemgr.cpp:304 +msgid "Italian" +msgstr "" + +#: backend/clanguagemgr.cpp:308 +msgid "Japanese" +msgstr "" + +#: backend/clanguagemgr.cpp:310 +msgid "Georgian" +msgstr "" + +#: backend/clanguagemgr.cpp:319 +msgid "Korean" +msgstr "" + +#: backend/clanguagemgr.cpp:322 +msgid "Kurdish" +msgstr "" + +#: backend/clanguagemgr.cpp:326 +msgid "Kirghiz" +msgstr "" + +#: backend/clanguagemgr.cpp:328 +msgid "Latin" +msgstr "" + +#: backend/clanguagemgr.cpp:333 +msgid "Lithuanian" +msgstr "" + +#: backend/clanguagemgr.cpp:335 +msgid "Latvian" +msgstr "" + +#: backend/clanguagemgr.cpp:339 +msgid "Maori" +msgstr "" + +#: backend/clanguagemgr.cpp:341 backend/clanguagemgr.cpp:477 +msgid "Macedonian" +msgstr "" + +#: backend/clanguagemgr.cpp:346 +msgid "More" +msgstr "" + +#: backend/clanguagemgr.cpp:349 +msgid "Malay" +msgstr "" + +#: backend/clanguagemgr.cpp:351 +msgid "Maltese" +msgstr "" + +#: backend/clanguagemgr.cpp:358 +msgid "Low German; Low Saxon" +msgstr "" + +#: backend/clanguagemgr.cpp:362 +msgid "Dutch" +msgstr "" + +#: backend/clanguagemgr.cpp:365 +msgid "Norwegian" +msgstr "" + +#: backend/clanguagemgr.cpp:377 +msgid "Papiamento" +msgstr "" + +#: backend/clanguagemgr.cpp:380 +msgid "Polish" +msgstr "" + +#: backend/clanguagemgr.cpp:383 +msgid "Portuguese" +msgstr "" + +#: backend/clanguagemgr.cpp:385 +msgid "Brasilian Portuguese" +msgstr "" + +#: backend/clanguagemgr.cpp:392 +msgid "Romanian" +msgstr "" + +#: backend/clanguagemgr.cpp:394 +msgid "Russian" +msgstr "" + +#: backend/clanguagemgr.cpp:400 +msgid "Scots" +msgstr "" + +#: backend/clanguagemgr.cpp:406 +msgid "Slovak" +msgstr "" + +#: backend/clanguagemgr.cpp:408 +msgid "Slovenian" +msgstr "" + +#: backend/clanguagemgr.cpp:412 +msgid "Somali" +msgstr "" + +#: backend/clanguagemgr.cpp:414 +msgid "Albanian" +msgstr "" + +#: backend/clanguagemgr.cpp:420 +msgid "Swedish" +msgstr "" + +#: backend/clanguagemgr.cpp:422 +msgid "Swahili" +msgstr "" + +#: backend/clanguagemgr.cpp:424 +msgid "Syriac" +msgstr "" + +#: backend/clanguagemgr.cpp:426 +msgid "Tamil" +msgstr "" + +#: backend/clanguagemgr.cpp:430 +msgid "Thai" +msgstr "" + +#: backend/clanguagemgr.cpp:433 +msgid "Tagalog" +msgstr "" + +#: backend/clanguagemgr.cpp:435 +msgid "Tswana" +msgstr "" + +#: backend/clanguagemgr.cpp:437 +msgid "Turkish" +msgstr "" + +#: backend/clanguagemgr.cpp:442 +msgid "Tahitian" +msgstr "" + +#: backend/clanguagemgr.cpp:446 +msgid "Ukrainian" +msgstr "" + +#: backend/clanguagemgr.cpp:451 +msgid "Vietnamese" +msgstr "" + +#: backend/clanguagemgr.cpp:457 +msgid "Xhosa" +msgstr "" + +#: backend/clanguagemgr.cpp:459 +msgid "Bavarian" +msgstr "" + +#: backend/clanguagemgr.cpp:461 +msgid "Zarma" +msgstr "" + +#: backend/clanguagemgr.cpp:463 +msgid "Alemannisch" +msgstr "" + +#: backend/clanguagemgr.cpp:465 +msgid "Haitian Creole French" +msgstr "" + +#: backend/clanguagemgr.cpp:467 +msgid "Itzá" +msgstr "" + +#: backend/clanguagemgr.cpp:469 +msgid "Shuar" +msgstr "" + +#: backend/clanguagemgr.cpp:471 +msgid "Kekchí" +msgstr "" + +#: backend/clanguagemgr.cpp:473 +msgid "Kabyle" +msgstr "" + +#: backend/clanguagemgr.cpp:475 +msgid "Lombard" +msgstr "" + +#: backend/clanguagemgr.cpp:479 +msgid "Tok Pisin" +msgstr "" + +#: backend/clanguagemgr.cpp:481 +msgid "Uma" +msgstr "" + +#: backend/clanguagemgr.cpp:483 +msgid "Romani, Vlax" +msgstr "" + +#: backend/clanguagemgr.cpp:485 +msgid "Sango" +msgstr "" + +#: backend/clanguagemgr.cpp:487 +msgid "Sranan" +msgstr "" + +#: backend/clanguagemgr.cpp:492 +msgid "Chinese" +msgstr "" + +#: backend/clanguagemgr.cpp:494 +msgid "Zulu" +msgstr "" + +#: backend/cswordbackend.cpp:503 +msgid "Footnotes" +msgstr "" + +#: backend/cswordbackend.cpp:506 +msgid "Strong's numbers" +msgstr "" + +#: backend/cswordbackend.cpp:509 +msgid "Headings" +msgstr "" + +#: backend/cswordbackend.cpp:512 +msgid "Morphological tags" +msgstr "" + +#: backend/cswordbackend.cpp:515 +msgid "Lemmas" +msgstr "" + +#: backend/cswordbackend.cpp:518 +msgid "Hebrew vowel points" +msgstr "" + +#: backend/cswordbackend.cpp:521 +msgid "Hebrew cantillation marks" +msgstr "" + +#: backend/cswordbackend.cpp:524 +msgid "Greek accents" +msgstr "" + +#: backend/cswordbackend.cpp:527 +msgid "Red letter words" +msgstr "" + +#: backend/cswordbackend.cpp:530 +msgid "Textual variants" +msgstr "" + +#: backend/cswordbackend.cpp:533 +msgid "Scripture cross-references" +msgstr "" + +#: backend/cswordbackend.cpp:536 +msgid "Morph segmentation" +msgstr "" + +#: backend/cswordmoduleinfo.cpp:759 util/ctoolclass.cpp:213 +msgid "Version" +msgstr "" + +#: backend/cswordmoduleinfo.cpp:760 backend/cswordmoduleinfo.cpp:765 +#: frontend/cprofile.cpp:30 frontend/mainindex/cindexitem.cpp:289 +msgid "unknown" +msgstr "" + +#: backend/cswordmoduleinfo.cpp:763 +msgid "Markup" +msgstr "" + +#: backend/cswordmoduleinfo.cpp:768 frontend/cswordsetupmodulelistview.cpp:86 +msgid "Location" +msgstr "" + +#: backend/cswordmoduleinfo.cpp:772 util/ctoolclass.cpp:205 +msgid "Language" +msgstr "" + +#: backend/cswordmoduleinfo.cpp:777 +msgid "Category" +msgstr "" + +#: backend/cswordmoduleinfo.cpp:782 +msgid "LCSH" +msgstr "" + +#: backend/cswordmoduleinfo.cpp:786 +msgid "Writable" +msgstr "" + +#: backend/cswordmoduleinfo.cpp:787 +msgid "yes" +msgstr "" + +#: backend/cswordmoduleinfo.cpp:787 +msgid "no" +msgstr "" + +#: backend/cswordmoduleinfo.cpp:791 util/ctoolclass.cpp:208 +msgid "Unlock key" +msgstr "" + +#: backend/cswordmoduleinfo.cpp:810 +msgid "Features" +msgstr "" + +#: backend/cswordmoduleinfo.cpp:818 util/ctoolclass.cpp:201 +msgid "Take care, this work contains cult / questionable material!" +msgstr "" + +#: backend/cswordmoduleinfo.cpp:852 +msgid "Distribution license" +msgstr "" + +#: backend/cswordmoduleinfo.cpp:854 +msgid "Distribution source" +msgstr "" + +#: backend/cswordmoduleinfo.cpp:856 +msgid "Distribution notes" +msgstr "" + +#: backend/cswordmoduleinfo.cpp:858 +msgid "Text source" +msgstr "" + +#: backend/cswordmoduleinfo.cpp:860 +msgid "Copyright notes" +msgstr "" + +#: backend/cswordmoduleinfo.cpp:862 +msgid "Copyright holder" +msgstr "" + +#: backend/cswordmoduleinfo.cpp:864 +msgid "Copyright date" +msgstr "" + +#: backend/cswordmoduleinfo.cpp:866 +msgid "Copyright contact name" +msgstr "" + +#: backend/cswordmoduleinfo.cpp:868 +msgid "Copyright contact address" +msgstr "" + +#: backend/cswordmoduleinfo.cpp:870 +msgid "Copyright contact email" +msgstr "" + +#: bibletime_init.cpp:75 +msgid "Creating BibleTime's GUI" +msgstr "" + +#: bibletime_init.cpp:87 frontend/mainindex/cmainindex.cpp:147 +msgid "Bookshelf" +msgstr "" + +#: bibletime_init.cpp:104 +msgid "Initializing menu- and toolbars" +msgstr "" + +#: bibletime_init.cpp:115 +msgid "Search in &open work(s)" +msgstr "" + +#: bibletime_init.cpp:128 +msgid "Search in standard &Bible" +msgstr "" + +#: bibletime_init.cpp:150 +msgid "&Show bookshelf" +msgstr "" + +#: bibletime_init.cpp:162 +msgid "Show &mag" +msgstr "" + +#: bibletime_init.cpp:182 +msgid "Bookshelf &Manager" +msgstr "" + +#: bibletime_init.cpp:208 +msgid "&Arrangement mode" +msgstr "" + +#: bibletime_init.cpp:214 +msgid "&Manual mode" +msgstr "" + +#: bibletime_init.cpp:231 +msgid "Auto-tile &vertically" +msgstr "" + +#: bibletime_init.cpp:248 +msgid "Auto-tile &horizontally" +msgstr "" + +#: bibletime_init.cpp:265 +msgid "Auto-&cascade" +msgstr "" + +#: bibletime_init.cpp:281 +msgid "&Cascade" +msgstr "" + +#: bibletime_init.cpp:295 +msgid "Tile &vertically" +msgstr "" + +#: bibletime_init.cpp:307 +msgid "Tile &horizontally" +msgstr "" + +#: bibletime_init.cpp:321 +msgid "Cl&ose all" +msgstr "" + +#: bibletime_init.cpp:334 +msgid "&Save session" +msgstr "" + +#: bibletime_init.cpp:347 +msgid "Save as &new session" +msgstr "" + +#: bibletime_init.cpp:360 +msgid "&Load session" +msgstr "" + +#: bibletime_init.cpp:372 +msgid "&Delete session" +msgstr "" + +#: bibletime_init.cpp:384 +msgid "&Fullscreen mode" +msgstr "" + +#: bibletime_init.cpp:413 +msgid "&Handbook" +msgstr "" + +#: bibletime_init.cpp:426 +msgid "&Bible Study Howto" +msgstr "" + +#: bibletime_init.cpp:457 +msgid "&Daily tip" +msgstr "" + +#: bibletime_init.cpp:521 +msgid "Initializing Sword" +msgstr "" + +#: bibletime_init.cpp:570 +msgid "Checking indices" +msgstr "" + +#: bibletime_slots.cpp:528 +msgid "Session name:" +msgstr "" + +#: bibletime_slots.cpp:528 +msgid "Please enter a name for the new session." +msgstr "" + +#: display-templates/template-init.cpp:352 +msgid "Crazy" +msgstr "" + +#: display-templates/template-init.cpp:679 +msgid "Green" +msgstr "" + +#: display-templates/template-init.cpp:1008 +msgid "High contrast" +msgstr "" + +#: display-templates/template-init.cpp:1348 +msgid "Simple" +msgstr "" + +#: frontend/btinstallmgr.cpp:287 +msgid "" +"Do you wish to allow BibleTime to access the Internet?\n" +"WARNING: Click DENY if you live in a persecuted country!" +msgstr "" + +#: frontend/btinstallmgr.cpp:287 +msgid "Confirm Internet Access" +msgstr "" + +#: frontend/btinstallmgr.cpp:287 +msgid "DENY" +msgstr "" + +#: frontend/btinstallmgr.cpp:287 +msgid "Allow" +msgstr "" + +#: frontend/cbtconfig.cpp:252 +msgid "Old testament" +msgstr "" + +#: frontend/cbtconfig.cpp:253 +msgid "Moses/Pentateuch/Torah" +msgstr "" + +#: frontend/cbtconfig.cpp:254 +msgid "History" +msgstr "" + +#: frontend/cbtconfig.cpp:255 +msgid "Prophets" +msgstr "" + +#: frontend/cbtconfig.cpp:256 +msgid "New testament" +msgstr "" + +#: frontend/cbtconfig.cpp:257 +msgid "Gospels" +msgstr "" + +#: frontend/cbtconfig.cpp:258 +msgid "Letters/Epistles" +msgstr "" + +#: frontend/cbtconfig.cpp:259 +msgid "Paul's Epistles" +msgstr "" + +#: frontend/cexportmanager.cpp:472 +msgid "" +"*.html *.htm | HTML files\n" +" *.* | All files (*.*)" +msgstr "" + +#: frontend/cexportmanager.cpp:474 +msgid "" +"*.txt | Text files\n" +" *.* | All files (*.*)" +msgstr "" + +#: frontend/cexportmanager.cpp:476 +msgid "All files (*.*)" +msgstr "" + +#: frontend/cinfodisplay.cpp:53 +msgid "Mag (\"shift\" to lock)" +msgstr "" + +#: frontend/cinfodisplay.cpp:168 +msgid "Abbreviation" +msgstr "" + +#: frontend/cinfodisplay.cpp:179 frontend/cinfodisplay.cpp:272 +msgid "Cross references" +msgstr "" + +#: frontend/cinfodisplay.cpp:313 +msgid "Footnote" +msgstr "" + +#: frontend/cinfodisplay.cpp:340 +msgid "Strongs" +msgstr "" + +#: frontend/cinfodisplay.cpp:419 +msgid "Morphology" +msgstr "" + +#: frontend/cinfodisplay.cpp:442 +msgid "Word lookup" +msgstr "" + +#: frontend/cinputdialog.cpp:59 +msgid "C&lear" +msgstr "" + +#: frontend/cinputdialog.cpp:66 +msgid "&Ok" +msgstr "" + +#: frontend/cmanageindiceswidget.cpp:62 +msgid "Manage module search indices" +msgstr "" + +#: frontend/cmanageindiceswidget.cpp:63 +msgid "" +"You can use the list below to create and/or delete search indices for your " +"installed works." +msgstr "" + +#: frontend/cmanageindiceswidget.cpp:67 +msgid "Module" +msgstr "" + +#: frontend/cmanageindiceswidget.cpp:68 +msgid "Index size" +msgstr "" + +#: frontend/cmanageindiceswidget.cpp:90 +msgid "Modules with indices" +msgstr "" + +#: frontend/cmanageindiceswidget.cpp:94 +msgid "Modules without indices" +msgstr "" + +#: frontend/cmanageindiceswidget.cpp:106 frontend/cmanageindiceswidget.cpp:111 +msgid "KiB" +msgstr "" + +#: frontend/cmoduleindexdialog.cpp:41 +msgid "Preparing instant search" +msgstr "" + +#: frontend/cmoduleindexdialog.cpp:53 +#, c-format +msgid "Creating index for work %1" +msgstr "" + +#: frontend/coptionsdialog.cpp:75 +msgid "Configure BibleTime" +msgstr "" + +#: frontend/coptionsdialog.cpp:138 +msgid "Display" +msgstr "" + +#: frontend/coptionsdialog.cpp:144 +msgid "Show tip of the day" +msgstr "" + +#: frontend/coptionsdialog.cpp:157 +msgid "Show startuplogo" +msgstr "" + +#: frontend/coptionsdialog.cpp:169 +msgid "Display templates" +msgstr "" + +#: frontend/coptionsdialog.cpp:170 +msgid "" +"Display templates define how text is displayed. Please choose a template you " +"like." +msgstr "" + +#: frontend/coptionsdialog.cpp:183 +msgid "Available display styles:" +msgstr "" + +#: frontend/coptionsdialog.cpp:193 +msgid "Style preview" +msgstr "" + +#: frontend/coptionsdialog.cpp:214 +msgid "Languages" +msgstr "" + +#: frontend/coptionsdialog.cpp:220 +msgid "Specify a language for names of Bible books" +msgstr "" + +#: frontend/coptionsdialog.cpp:221 +msgid "" +"Sword has a number of locales available which can be used to " +"internationalize the names of books of the Bible. You can specify which " +"locale to use. If you want to create a new locale, see http://www." +"crosswire.org/sword/develop for details." +msgstr "" + +#: frontend/coptionsdialog.cpp:227 +msgid "Language for names of Bible books" +msgstr "" + +#: frontend/coptionsdialog.cpp:303 +msgid "Select custom fonts per-language" +msgstr "" + +#: frontend/coptionsdialog.cpp:304 +msgid "" +"Here you find a list of all languages of the installed works. You can " +"specify a custom font for each language that needs a special font to be " +"displayed correctly." +msgstr "" + +#: frontend/coptionsdialog.cpp:337 +msgid "Use custom font" +msgstr "" + +#: frontend/coptionsdialog.cpp:345 +msgid "The quick brown fox jumps over the lazy dog." +msgstr "" + +#: frontend/coptionsdialog.cpp:361 +msgid "HotKeys" +msgstr "" + +#: frontend/coptionsdialog.cpp:369 +msgid "Choose type:" +msgstr "" + +#: frontend/coptionsdialog.cpp:388 +msgid "BibleTime" +msgstr "" + +#: frontend/coptionsdialog.cpp:389 +msgid "All text windows" +msgstr "" + +#: frontend/coptionsdialog.cpp:390 +msgid "Bible windows" +msgstr "" + +#: frontend/coptionsdialog.cpp:391 +msgid "Commentary windows" +msgstr "" + +#: frontend/coptionsdialog.cpp:392 +msgid "Lexicon windows" +msgstr "" + +#: frontend/coptionsdialog.cpp:393 +msgid "Book windows" +msgstr "" + +#: frontend/coptionsdialog.cpp:458 +msgid "Desk" +msgstr "" + +#: frontend/coptionsdialog.cpp:463 frontend/coptionsdialog.cpp:468 +msgid "Standard works" +msgstr "" + +#: frontend/coptionsdialog.cpp:469 +msgid "" +"Standard works are used when no particular work is specified, for example " +"when a hyperlink into a Bible or lexicon was clicked ." +msgstr "" + +#: frontend/coptionsdialog.cpp:475 +msgid "Standard Bible" +msgstr "" + +#: frontend/coptionsdialog.cpp:484 +msgid "Standard Commentary" +msgstr "" + +#: frontend/coptionsdialog.cpp:494 +msgid "Standard Lexicon" +msgstr "" + +#: frontend/coptionsdialog.cpp:503 +msgid "Standard Daily Devotional" +msgstr "" + +#: frontend/coptionsdialog.cpp:512 +msgid "Standard Hebrew Strong's Lexicon" +msgstr "" + +#: frontend/coptionsdialog.cpp:521 +msgid "Standard Greek Strong's Lexicon" +msgstr "" + +#: frontend/coptionsdialog.cpp:530 +msgid "Standard Hebrew Morphological Lexicon" +msgstr "" + +#: frontend/coptionsdialog.cpp:538 +msgid "Standard Greek Morphological Lexicon" +msgstr "" + +#: frontend/coptionsdialog.cpp:660 frontend/coptionsdialog.cpp:663 +msgid "Text filters" +msgstr "" + +#: frontend/coptionsdialog.cpp:664 +msgid "" +"Filters control the appearance of text. Here you can specify default " +"settings for all filters. You can change the filter settings in each display " +"window, of course." +msgstr "" + +#: frontend/coptionsdialog.cpp:671 +msgid "Insert line break after each verse" +msgstr "" + +#: frontend/coptionsdialog.cpp:677 +msgid "Show verse numbers" +msgstr "" + +#: frontend/coptionsdialog.cpp:683 +msgid "Show section headings" +msgstr "" + +#: frontend/coptionsdialog.cpp:690 frontend/displaywindow/cbuttons.cpp:163 +msgid "Show scripture cross-references" +msgstr "" + +#: frontend/coptionsdialog.cpp:696 frontend/displaywindow/cbuttons.cpp:158 +msgid "Show Greek accents" +msgstr "" + +#: frontend/coptionsdialog.cpp:702 frontend/displaywindow/cbuttons.cpp:154 +msgid "Show Hebrew vowel points" +msgstr "" + +#: frontend/coptionsdialog.cpp:708 frontend/displaywindow/cbuttons.cpp:156 +msgid "Show Hebrew cantillation marks" +msgstr "" + +#: frontend/coptionsdialog.cpp:714 frontend/displaywindow/cbuttons.cpp:165 +msgid "Show morph segmentation" +msgstr "" + +#: frontend/coptionsdialog.cpp:720 +msgid "Use textual variants" +msgstr "" + +#: frontend/coptionsdialog.cpp:925 +msgid "" +"For God so loved the world, that he gave his one and only Son, that whoever " +"believes in him should not perish, but have eternal life." +msgstr "" + +#: frontend/coptionsdialog.cpp:930 +msgid "" +"For God didn't send his Son into the world to judge the world, but that the " +"world should be saved through him." +msgstr "" + +#: frontend/coptionsdialog.cpp:937 +msgid "" +"He who believes in him is not judged. He who doesn't believe has been judged " +"already, because he has not believed in the name of the one and only Son of " +"God." +msgstr "" + +#: frontend/coptionsdialog.cpp:944 +msgid "" +"This is the judgment, that the light has come into the world, and men loved " +"the darkness rather than the light; for their works were evil." +msgstr "" + +#: frontend/coptionsdialog.cpp:949 +msgid "" +"For everyone who does evil hates the light, and doesn't come to the light, " +"lest his works would be exposed." +msgstr "" + +#: frontend/coptionsdialog.cpp:954 +msgid "" +"But he who does the truth comes to the light, that his works may be " +"revealed, that they have been done in God." +msgstr "" + +#: frontend/cswordsetupdialog.cpp:59 +msgid "Bookshelf Manager" +msgstr "" + +#: frontend/cswordsetupdialog.cpp:75 +msgid "Bookshelf path(s)" +msgstr "" + +#: frontend/cswordsetupdialog.cpp:86 +msgid "Configure bookshelf path(s)" +msgstr "" + +#: frontend/cswordsetupdialog.cpp:87 +msgid "" +"You can store your bookshelfs in one or more directories, which you can " +"specify here." +msgstr "" + +#: frontend/cswordsetupdialog.cpp:93 +msgid "Your bookshelf configuration file is %1" +msgstr "" + +#: frontend/cswordsetupdialog.cpp:98 +msgid "Path to bookshelf" +msgstr "" + +#: frontend/cswordsetupdialog.cpp:102 +msgid "Edit Entry" +msgstr "" + +#: frontend/cswordsetupdialog.cpp:107 +msgid "Add Entry" +msgstr "" + +#: frontend/cswordsetupdialog.cpp:112 +msgid "Remove Entry" +msgstr "" + +#: frontend/cswordsetupdialog.cpp:121 +msgid "Install/Update works" +msgstr "" + +#: frontend/cswordsetupdialog.cpp:144 +msgid "Install/update works - Step 1" +msgstr "" + +#: frontend/cswordsetupdialog.cpp:145 +msgid "" +"Please choose a (local or remote) library and a bookshelf path to install " +"the work(s) to. After that step click on the connect button.
WARNING: " +"If you live in a persecuted country and do not wish to risk detection you " +"should NOT use the module remote installation feature!" +msgstr "" + +#: frontend/cswordsetupdialog.cpp:152 +msgid "Select library" +msgstr "" + +#: frontend/cswordsetupdialog.cpp:158 +msgid "Delete library" +msgstr "" + +#: frontend/cswordsetupdialog.cpp:163 +msgid "Add library" +msgstr "" + +#: frontend/cswordsetupdialog.cpp:171 +msgid "Select bookshelf path" +msgstr "" + +#: frontend/cswordsetupdialog.cpp:191 frontend/cswordsetupdialog.cpp:808 +msgid "Connect to library" +msgstr "" + +#: frontend/cswordsetupdialog.cpp:206 +msgid "Remove works" +msgstr "" + +#: frontend/cswordsetupdialog.cpp:218 +msgid "Remove installed work(s)" +msgstr "" + +#: frontend/cswordsetupdialog.cpp:219 +msgid "" +"This dialog lets you remove installed works from your system. Choose the " +"modules and then click on the remove button." +msgstr "" + +#: frontend/cswordsetupdialog.cpp:223 +msgid "Select works to be uninstalled" +msgstr "" + +#: frontend/cswordsetupdialog.cpp:229 +msgid "Remove selected work(s)" +msgstr "" + +#: frontend/cswordsetupdialog.cpp:241 +msgid "Manage search indicies" +msgstr "" + +#: frontend/cswordsetupdialog.cpp:319 frontend/cswordsetupdialog.cpp:371 +#: frontend/cswordsetupdialog.cpp:892 +msgid "[Remote]" +msgstr "" + +#: frontend/cswordsetupdialog.cpp:324 frontend/cswordsetupdialog.cpp:366 +#: frontend/cswordsetupdialog.cpp:887 +msgid "[Local]" +msgstr "" + +#: frontend/cswordsetupdialog.cpp:407 +msgid "" +"You selected the following work(s): %1.\n" +"\n" +"Do you really want to remove them from your system?" +msgstr "" + +#: frontend/cswordsetupdialog.cpp:484 +msgid "Download" +msgstr "" + +#: frontend/cswordsetupdialog.cpp:486 +msgid "Downloading library information..." +msgstr "" + +#: frontend/cswordsetupdialog.cpp:620 +msgid "Install/update works - Step 2" +msgstr "" + +#: frontend/cswordsetupdialog.cpp:621 +msgid "" +"Please choose the works which should be installed and/or updated and click " +"the install button." +msgstr "" + +#: frontend/cswordsetupdialog.cpp:647 +msgid "Install works" +msgstr "" + +#: frontend/cswordsetupdialog.cpp:698 +msgid "" +"You selected the following works: %1.\n" +"\n" +" Do you really want to install them on your system?" +msgstr "" + +#: frontend/cswordsetupdialog.cpp:725 +msgid "Download of work(s)" +msgstr "" + +#: frontend/cswordsetupdialog.cpp:798 +msgid "[%1]: %2% complete" +msgstr "" + +#: frontend/cswordsetupdialog.cpp:820 +msgid "" +"This directory is not writable, so works can not be installed here using " +"BibleTime. Do you want to use this directory instead of the previous " +"value?" +msgstr "" + +#: frontend/cswordsetupdialog.cpp:841 +msgid "" +"This directory is not writable, so works can not be installed here using " +"BibleTime. Do you want to add it to the list of module directories?" +msgstr "" + +#: frontend/cswordsetupinstallsourcesdialog.cpp:31 +msgid "Local" +msgstr "" + +#: frontend/cswordsetupinstallsourcesdialog.cpp:32 +msgid "Remote" +msgstr "" + +#: frontend/cswordsetupinstallsourcesdialog.cpp:43 +msgid "Caption" +msgstr "" + +#: frontend/cswordsetupinstallsourcesdialog.cpp:55 +msgid "Type" +msgstr "" + +#: frontend/cswordsetupinstallsourcesdialog.cpp:58 +msgid "Server" +msgstr "" + +#: frontend/cswordsetupinstallsourcesdialog.cpp:61 +msgid "Path" +msgstr "" + +#: frontend/cswordsetupinstallsourcesdialog.cpp:81 +msgid "Ok" +msgstr "" + +#: frontend/cswordsetupinstallsourcesdialog.cpp:95 +msgid "Please provide a caption." +msgstr "" + +#: frontend/cswordsetupinstallsourcesdialog.cpp:103 +msgid "" +"A source with this caption already exists.
Please provide a different " +"caption." +msgstr "" + +#: frontend/cswordsetupinstallsourcesdialog.cpp:109 +msgid "Please provide a server name." +msgstr "" + +#: frontend/cswordsetupinstallsourcesdialog.cpp:116 +msgid "Please provide a valid, readable path." +msgstr "" + +#: frontend/cswordsetupinstallsourcesdialog.cpp:120 +msgid "Please provide a path." +msgstr "" + +#: frontend/cswordsetupmodulelistview.cpp:74 +msgid "Name" +msgstr "" + +#: frontend/cswordsetupmodulelistview.cpp:78 +msgid "Status" +msgstr "" + +#: frontend/cswordsetupmodulelistview.cpp:80 +msgid "Installed version" +msgstr "" + +#: frontend/cswordsetupmodulelistview.cpp:84 +msgid "Remote version" +msgstr "" + +#: frontend/cswordsetupmodulelistview.cpp:106 +#: frontend/mainindex/cindexitem.cpp:585 +#: frontend/searchdialog/cmodulechooser.cpp:109 +msgid "Bibles" +msgstr "" + +#: frontend/cswordsetupmodulelistview.cpp:107 +#: frontend/mainindex/cindexitem.cpp:588 +#: frontend/searchdialog/cmodulechooser.cpp:110 +msgid "Commentaries" +msgstr "" + +#: frontend/cswordsetupmodulelistview.cpp:108 +#: frontend/mainindex/cindexitem.cpp:591 +#: frontend/searchdialog/cmodulechooser.cpp:111 +msgid "Lexicons" +msgstr "" + +#: frontend/cswordsetupmodulelistview.cpp:109 +#: frontend/mainindex/cindexitem.cpp:594 +#: frontend/searchdialog/cmodulechooser.cpp:112 +msgid "Books" +msgstr "" + +#: frontend/cswordsetupmodulelistview.cpp:110 +#: frontend/searchdialog/cmodulechooser.cpp:150 +msgid "Daily Devotionals" +msgstr "" + +#: frontend/cswordsetupmodulelistview.cpp:111 +#: frontend/mainindex/cindexitem.cpp:600 frontend/mainindex/cindexitem.cpp:1189 +#: frontend/searchdialog/cmodulechooser.cpp:161 +msgid "Glossaries" +msgstr "" + +#: frontend/cswordsetupmodulelistview.cpp:219 +msgid "New" +msgstr "" + +#: frontend/cswordsetupmodulelistview.cpp:219 +msgid "Updated" +msgstr "" + +#: frontend/cswordsetupmodulelistview.cpp:221 +msgid "Installed" +msgstr "" + +#: frontend/display/cdisplay.cpp:154 +#: frontend/searchdialog/csearchanalysis.cpp:517 +msgid "HTML files" +msgstr "" + +#: frontend/display/cdisplay.cpp:157 +msgid "Text files" +msgstr "" + +#: frontend/display/cdisplay.cpp:161 +msgid "Save document ..." +msgstr "" + +#: frontend/display/chtmlwritedisplay.cpp:133 +msgid "Choose a font" +msgstr "" + +#: frontend/display/chtmlwritedisplay.cpp:144 +msgid "Choose a font size" +msgstr "" + +#: frontend/display/chtmlwritedisplay.cpp:164 +msgid "Bold" +msgstr "" + +#: frontend/display/chtmlwritedisplay.cpp:186 +msgid "Underline" +msgstr "" + +#: frontend/display/chtmlwritedisplay.cpp:258 +msgid "Select all" +msgstr "" + +#: frontend/display/chtmlwritedisplay.cpp:262 +msgid "HTML editor window" +msgstr "" + +#: frontend/display/creaddisplay.cpp:67 +msgid "Print keys" +msgstr "" + +#: frontend/displaywindow/cbiblereadwindow.cpp:82 +#: frontend/displaywindow/cbiblereadwindow.cpp:134 +#: frontend/displaywindow/ccommentaryreadwindow.cpp:38 +#: frontend/displaywindow/ccommentaryreadwindow.cpp:111 +msgid "Next book" +msgstr "" + +#: frontend/displaywindow/cbiblereadwindow.cpp:86 +#: frontend/displaywindow/cbiblereadwindow.cpp:140 +#: frontend/displaywindow/ccommentaryreadwindow.cpp:42 +#: frontend/displaywindow/ccommentaryreadwindow.cpp:117 +msgid "Previous book" +msgstr "" + +#: frontend/displaywindow/cbiblereadwindow.cpp:90 +#: frontend/displaywindow/cbiblereadwindow.cpp:146 +#: frontend/displaywindow/ccommentaryreadwindow.cpp:46 +#: frontend/displaywindow/ccommentaryreadwindow.cpp:123 +msgid "Next chapter" +msgstr "" + +#: frontend/displaywindow/cbiblereadwindow.cpp:94 +#: frontend/displaywindow/cbiblereadwindow.cpp:152 +#: frontend/displaywindow/ccommentaryreadwindow.cpp:50 +#: frontend/displaywindow/ccommentaryreadwindow.cpp:129 +msgid "Previous chapter" +msgstr "" + +#: frontend/displaywindow/cbiblereadwindow.cpp:98 +#: frontend/displaywindow/cbiblereadwindow.cpp:158 +#: frontend/displaywindow/ccommentaryreadwindow.cpp:54 +#: frontend/displaywindow/ccommentaryreadwindow.cpp:135 +msgid "Next verse" +msgstr "" + +#: frontend/displaywindow/cbiblereadwindow.cpp:102 +#: frontend/displaywindow/cbiblereadwindow.cpp:164 +#: frontend/displaywindow/ccommentaryreadwindow.cpp:58 +#: frontend/displaywindow/ccommentaryreadwindow.cpp:141 +msgid "Previous verse" +msgstr "" + +#: frontend/displaywindow/cbiblereadwindow.cpp:113 +msgid "Copy chapter" +msgstr "" + +#: frontend/displaywindow/cbiblereadwindow.cpp:118 +msgid "Save chapter as plain text" +msgstr "" + +#: frontend/displaywindow/cbiblereadwindow.cpp:119 +msgid "Save chapter as HTML" +msgstr "" + +#: frontend/displaywindow/cbiblereadwindow.cpp:123 +msgid "Print chapter" +msgstr "" + +#: frontend/displaywindow/cbiblereadwindow.cpp:177 +#: frontend/displaywindow/clexiconreadwindow.cpp:101 +msgid "Strong's Search" +msgstr "" + +#: frontend/displaywindow/cbiblereadwindow.cpp:185 +#: frontend/displaywindow/clexiconreadwindow.cpp:108 +#: frontend/displaywindow/clexiconreadwindow.cpp:119 +#: frontend/searchdialog/cmoduleresultview.cpp:65 +#: frontend/searchdialog/cmoduleresultview.cpp:73 +#: frontend/searchdialog/csearchresultview.cpp:53 +#: frontend/searchdialog/csearchresultview.cpp:61 +msgid "Reference only" +msgstr "" + +#: frontend/displaywindow/cbiblereadwindow.cpp:187 +msgid "Text of reference" +msgstr "" + +#: frontend/displaywindow/cbiblereadwindow.cpp:189 +#: frontend/displaywindow/cbiblereadwindow.cpp:196 +#: frontend/displaywindow/cbiblereadwindow.cpp:202 +#: frontend/searchdialog/cmoduleresultview.cpp:67 +#: frontend/searchdialog/cmoduleresultview.cpp:75 +#: frontend/searchdialog/cmoduleresultview.cpp:81 +#: frontend/searchdialog/csearchresultview.cpp:55 +#: frontend/searchdialog/csearchresultview.cpp:63 +#: frontend/searchdialog/csearchresultview.cpp:69 +msgid "Reference with text" +msgstr "" + +#: frontend/displaywindow/cbiblereadwindow.cpp:191 +#: frontend/displaywindow/cbiblereadwindow.cpp:204 +msgid "Chapter" +msgstr "" + +#: frontend/displaywindow/cbiblereadwindow.cpp:198 +msgid "Chapter as plain text" +msgstr "" + +#: frontend/displaywindow/cbiblereadwindow.cpp:200 +msgid "Chapter as HTML" +msgstr "" + +#: frontend/displaywindow/cbiblereadwindow.cpp:229 +msgid "Bible window" +msgstr "" + +#: frontend/displaywindow/cbiblereadwindow.cpp:237 +#: frontend/displaywindow/clexiconreadwindow.cpp:211 +#: frontend/searchdialog/cmoduleresultview.cpp:63 +#: frontend/searchdialog/csearchresultview.cpp:51 +msgid "Copy..." +msgstr "" + +#: frontend/displaywindow/cbiblereadwindow.cpp:247 +#: frontend/displaywindow/clexiconreadwindow.cpp:220 +#: frontend/searchdialog/cmoduleresultview.cpp:71 +#: frontend/searchdialog/csearchresultview.cpp:59 +msgid "Save..." +msgstr "" + +#: frontend/displaywindow/cbiblereadwindow.cpp:254 +#: frontend/displaywindow/clexiconreadwindow.cpp:226 +#: frontend/searchdialog/cmoduleresultview.cpp:79 +#: frontend/searchdialog/csearchresultview.cpp:67 +msgid "Print..." +msgstr "" + +#: frontend/displaywindow/cbiblereadwindow.cpp:351 +msgid "Copy chapter to clipboard ..." +msgstr "" + +#: frontend/displaywindow/cbiblereadwindow.cpp:351 +msgid "Copying" +msgstr "" + +#: frontend/displaywindow/cbiblereadwindow.cpp:372 +#: frontend/displaywindow/cbiblereadwindow.cpp:390 +msgid "Saving chapter ..." +msgstr "" + +#: frontend/displaywindow/cbiblereadwindow.cpp:372 +#: frontend/displaywindow/cbiblereadwindow.cpp:390 +#: frontend/displaywindow/clexiconreadwindow.cpp:271 +#: frontend/displaywindow/clexiconreadwindow.cpp:277 +msgid "Saving" +msgstr "" + +#: frontend/displaywindow/cbookreadwindow.cpp:65 +#: frontend/displaywindow/cbookreadwindow.cpp:76 +msgid "Toggle tree view" +msgstr "" + +#: frontend/displaywindow/cbookreadwindow.cpp:82 +#: frontend/displaywindow/clexiconreadwindow.cpp:56 +msgid "Copy entry with text" +msgstr "" + +#: frontend/displaywindow/cbookreadwindow.cpp:84 +#: frontend/displaywindow/clexiconreadwindow.cpp:58 +msgid "Save entry as plain text" +msgstr "" + +#: frontend/displaywindow/cbookreadwindow.cpp:85 +#: frontend/displaywindow/clexiconreadwindow.cpp:59 +msgid "Save entry as HTML" +msgstr "" + +#: frontend/displaywindow/cbookreadwindow.cpp:87 +#: frontend/displaywindow/clexiconreadwindow.cpp:61 +msgid "Print entry with text" +msgstr "" + +#: frontend/displaywindow/cbookreadwindow.cpp:175 +msgid "Book window" +msgstr "" + +#: frontend/displaywindow/cbuttons.cpp:111 +msgid "Display settings: No options available" +msgstr "" + +#: frontend/displaywindow/cbuttons.cpp:116 +msgid "Display settings" +msgstr "" + +#: frontend/displaywindow/cbuttons.cpp:133 +msgid "Display options" +msgstr "" + +#: frontend/displaywindow/cbuttons.cpp:136 +msgid "Use linebreaks after each verse" +msgstr "" + +#: frontend/displaywindow/cbuttons.cpp:139 +msgid "Show versenumbers" +msgstr "" + +#: frontend/displaywindow/cbuttons.cpp:141 +msgid "Show headings" +msgstr "" + +#: frontend/displaywindow/cbuttons.cpp:145 +msgid "Highlight words of Jesus" +msgstr "" + +#: frontend/displaywindow/cbuttons.cpp:161 +msgid "Use alternative textual variant" +msgstr "" + +#: frontend/displaywindow/ccommentaryreadwindow.cpp:78 +#: frontend/displaywindow/chtmlwritewindow.cpp:59 +#: frontend/displaywindow/cplainwritewindow.cpp:55 +msgid "Sync with active Bible" +msgstr "" + +#: frontend/displaywindow/ccommentaryreadwindow.cpp:197 +msgid "Commentary window" +msgstr "" + +#: frontend/displaywindow/cdisplaywindow.cpp:146 +#: frontend/displaywindow/cdisplaywindow.cpp:197 +msgid "Back in history" +msgstr "" + +#: frontend/displaywindow/cdisplaywindow.cpp:153 +#: frontend/displaywindow/cdisplaywindow.cpp:203 +msgid "Forward in history" +msgstr "" + +#: frontend/displaywindow/cdisplaywindow.cpp:161 +#: frontend/searchdialog/csearchdialog.cpp:85 +msgid "Search" +msgstr "" + +#: frontend/displaywindow/chtmlwritewindow.cpp:68 +#: frontend/displaywindow/cplainwritewindow.cpp:65 +msgid "Save text" +msgstr "" + +#: frontend/displaywindow/chtmlwritewindow.cpp:78 +#: frontend/displaywindow/cplainwritewindow.cpp:76 +msgid "Delete current entry" +msgstr "" + +#: frontend/displaywindow/chtmlwritewindow.cpp:88 +#: frontend/displaywindow/cplainwritewindow.cpp:87 +msgid "Restore original text" +msgstr "" + +#: frontend/displaywindow/clexiconreadwindow.cpp:47 +#: frontend/displaywindow/clexiconreadwindow.cpp:83 +msgid "Next entry" +msgstr "" + +#: frontend/displaywindow/clexiconreadwindow.cpp:51 +#: frontend/displaywindow/clexiconreadwindow.cpp:88 +msgid "Previous entry" +msgstr "" + +#: frontend/displaywindow/clexiconreadwindow.cpp:110 +#: frontend/displaywindow/clexiconreadwindow.cpp:121 +msgid "Entry with text" +msgstr "" + +#: frontend/displaywindow/clexiconreadwindow.cpp:115 +msgid "Entry as plain text" +msgstr "" + +#: frontend/displaywindow/clexiconreadwindow.cpp:117 +msgid "Entry as HTML" +msgstr "" + +#: frontend/displaywindow/clexiconreadwindow.cpp:200 +msgid "Lexicon window" +msgstr "" + +#: frontend/displaywindow/clexiconreadwindow.cpp:271 +#: frontend/displaywindow/clexiconreadwindow.cpp:277 +msgid "Saving entry ..." +msgstr "" + +#: frontend/displaywindow/cmodulechooserbutton.cpp:112 +#: frontend/displaywindow/cmodulechooserbutton.cpp:159 +msgid "NONE" +msgstr "" + +#: frontend/displaywindow/cmodulechooserbutton.cpp:128 +#: frontend/displaywindow/cmodulechooserbutton.cpp:129 +#: frontend/displaywindow/cmodulechooserbutton.cpp:151 +msgid "Select a work" +msgstr "" + +#: frontend/displaywindow/cmodulechooserbutton.cpp:154 +msgid "Select an additional work" +msgstr "" + +#: frontend/displaywindow/cmodulechooserbutton.cpp:225 +msgid "[locked]" +msgstr "" + +#: frontend/displaywindow/cmodulechooserbutton.cpp:244 +msgid "No work selected" +msgstr "" + +#: frontend/displaywindow/cplainwritewindow.cpp:138 +msgid "Module is not writable." +msgstr "" + +#: frontend/displaywindow/cplainwritewindow.cpp:139 +msgid "" +"Either the module may not be edited, or you do not have write permission." +msgstr "" + +#: frontend/displaywindow/cplainwritewindow.cpp:141 +msgid "Module not writable" +msgstr "" + +#: frontend/displaywindow/cwritewindow.cpp:141 +msgid "Save text before closing?" +msgstr "" + +#: frontend/displaywindow/cwritewindow.cpp:165 +msgid "Save changed text?" +msgstr "" + +#: frontend/mainindex/cindexitem.cpp:393 +msgid "Change description ..." +msgstr "" + +#: frontend/mainindex/cindexitem.cpp:393 +msgid "Enter a new description for the chosen bookmark." +msgstr "" + +#: frontend/mainindex/cindexitem.cpp:488 +msgid "New folder" +msgstr "" + +#: frontend/mainindex/cindexitem.cpp:597 +msgid "Daily devotionals" +msgstr "" + +#: frontend/mainindex/cindexitem.cpp:606 +msgid "Old bookmarks" +msgstr "" + +#: frontend/mainindex/cindexitem.cpp:609 +msgid "Unknown" +msgstr "" + +#: frontend/mainindex/cindexitem.cpp:616 +msgid "Unknown language" +msgstr "" + +#: frontend/mainindex/cindexitem.cpp:974 frontend/mainindex/cindexitem.cpp:982 +msgid "" +"*.btb | BibleTime bookmark files (*.btb)\n" +"*.* | All files (*.*)" +msgstr "" + +#: frontend/mainindex/cindexitem.cpp:974 +msgid "BibleTime - Export bookmarks" +msgstr "" + +#: frontend/mainindex/cindexitem.cpp:982 +msgid "BibleTime - Import bookmarks" +msgstr "" + +#: frontend/mainindex/cmainindex.cpp:149 +msgid "Create a new folder" +msgstr "" + +#: frontend/mainindex/cmainindex.cpp:150 +msgid "Change this folder" +msgstr "" + +#: frontend/mainindex/cmainindex.cpp:152 +msgid "Change bookmark description" +msgstr "" + +#: frontend/mainindex/cmainindex.cpp:153 +msgid "Import bookmarks" +msgstr "" + +#: frontend/mainindex/cmainindex.cpp:154 +msgid "Export bookmarks" +msgstr "" + +#: frontend/mainindex/cmainindex.cpp:155 +msgid "Print bookmarks" +msgstr "" + +#: frontend/mainindex/cmainindex.cpp:157 +msgid "Remove selected item(s)" +msgstr "" + +#: frontend/mainindex/cmainindex.cpp:159 +msgid "Edit this work" +msgstr "" + +#: frontend/mainindex/cmainindex.cpp:161 +msgid "Plain text" +msgstr "" + +#: frontend/mainindex/cmainindex.cpp:162 +msgid "HTML" +msgstr "" + +#: frontend/mainindex/cmainindex.cpp:164 +msgid "Search in selected work(s)" +msgstr "" + +#: frontend/mainindex/cmainindex.cpp:165 +msgid "Unlock this work" +msgstr "" + +#: frontend/mainindex/cmainindex.cpp:166 +msgid "About this work" +msgstr "" + +#: frontend/mainindex/cmainindex.cpp:534 +msgid "Do you really want to delete the selected items and child-items?" +msgstr "" + +#: frontend/mainindex/cmainindex.cpp:534 +msgid "Delete Items" +msgstr "" + +#: frontend/mainindex/cmainindex.cpp:574 +msgid "BibleTime - Unlock work" +msgstr "" + +#: frontend/mainindex/cmainindex.cpp:575 +msgid "Enter the unlock key for this work." +msgstr "" + +#: frontend/manageindicesform.cpp:75 frontend/manageindicesform.ui:16 +#, no-c-format +msgid "Manage Indicies" +msgstr "" + +#: frontend/manageindicesform.cpp:76 frontend/manageindicesform.ui:52 +#, no-c-format +msgid "Automaticall&y delete orphaned indices when BibleTime starts" +msgstr "" + +#: frontend/manageindicesform.cpp:77 frontend/manageindicesform.ui:90 +#, no-c-format +msgid "&Create selected indices" +msgstr "" + +#: frontend/manageindicesform.cpp:78 frontend/manageindicesform.ui:98 +#, no-c-format +msgid "De&lete selected indices" +msgstr "" + +#: frontend/searchdialog/cmodulechooser.cpp:92 +#: frontend/searchdialog/cmoduleresultview.cpp:49 +msgid "Work" +msgstr "" + +#: frontend/searchdialog/cmodulechooser.cpp:271 +msgid "Choose work(s)" +msgstr "" + +#: frontend/searchdialog/cmodulechooser.cpp:283 +msgid "Use chosen work(s)" +msgstr "" + +#: frontend/searchdialog/cmoduleresultview.cpp:50 +msgid "Hits" +msgstr "" + +#: frontend/searchdialog/cmoduleresultview.cpp:227 +#: frontend/searchdialog/cmoduleresultview.cpp:236 +#: frontend/searchdialog/csearchresultview.cpp:212 +#: frontend/searchdialog/csearchresultview.cpp:231 +msgid "Copy search result..." +msgstr "" + +#: frontend/searchdialog/cmoduleresultview.cpp:227 +#: frontend/searchdialog/cmoduleresultview.cpp:236 +#: frontend/searchdialog/csearchresultview.cpp:212 +#: frontend/searchdialog/csearchresultview.cpp:231 +msgid "Copying search result" +msgstr "" + +#: frontend/searchdialog/cmoduleresultview.cpp:245 +#: frontend/searchdialog/cmoduleresultview.cpp:254 +#: frontend/searchdialog/csearchresultview.cpp:174 +#: frontend/searchdialog/csearchresultview.cpp:193 +msgid "Save search result..." +msgstr "" + +#: frontend/searchdialog/cmoduleresultview.cpp:245 +#: frontend/searchdialog/cmoduleresultview.cpp:254 +#: frontend/searchdialog/csearchresultview.cpp:174 +#: frontend/searchdialog/csearchresultview.cpp:193 +msgid "Saving search result" +msgstr "" + +#: frontend/searchdialog/cmoduleresultview.cpp:263 +#: frontend/searchdialog/csearchresultview.cpp:163 +msgid "Print search result..." +msgstr "" + +#: frontend/searchdialog/cmoduleresultview.cpp:263 +#: frontend/searchdialog/csearchresultview.cpp:163 +msgid "Printing search result" +msgstr "" + +#: frontend/searchdialog/crangechooser.cpp:74 +msgid "Search range editor" +msgstr "" + +#: frontend/searchdialog/crangechooser.cpp:102 +msgid "Search range" +msgstr "" + +#: frontend/searchdialog/crangechooser.cpp:110 +msgid "Add new range" +msgstr "" + +#: frontend/searchdialog/crangechooser.cpp:114 +msgid "Delete current range" +msgstr "" + +#: frontend/searchdialog/crangechooser.cpp:120 +msgid "Name:" +msgstr "" + +#: frontend/searchdialog/crangechooser.cpp:125 +msgid "Edit current search range:" +msgstr "" + +#: frontend/searchdialog/crangechooser.cpp:135 +msgid "Parsed search range:" +msgstr "" + +#: frontend/searchdialog/crangechooser.cpp:164 +msgid "New range" +msgstr "" + +#: frontend/searchdialog/crangechooser.cpp:229 +msgid "" +msgstr "" + +#: frontend/searchdialog/csearchanalysis.cpp:70 +msgid "Search analysis" +msgstr "" + +#: frontend/searchdialog/csearchanalysis.cpp:87 +msgid "Save search analysis as HTML" +msgstr "" + +#: frontend/searchdialog/csearchanalysis.cpp:519 +msgid "Save Search Analysis" +msgstr "" + +#: frontend/searchdialog/csearchanalysis.cpp:540 +msgid "BibleTime Search Analysis" +msgstr "" + +#: frontend/searchdialog/csearchanalysis.cpp:541 +msgid "Search text :" +msgstr "" + +#: frontend/searchdialog/csearchanalysis.cpp:543 +msgid "Book" +msgstr "" + +#: frontend/searchdialog/csearchanalysis.cpp:544 +msgid "Total hits" +msgstr "" + +#: frontend/searchdialog/csearchanalysis.cpp:580 +msgid "Created by" +msgstr "" + +#: frontend/searchdialog/csearchdialog.cpp:85 +msgid "Search dialog" +msgstr "" + +#: frontend/searchdialog/csearchdialog.cpp:111 +msgid "Missing indices" +msgstr "" + +#: frontend/searchdialog/csearchdialog.cpp:112 +msgid "" +"One or more modules need indexing before they can be searched.\n" +"This could take a long time. Proceed with indexing?" +msgstr "" + +#: frontend/searchdialog/csearchdialogpages.cpp:81 +msgid "Parsing Stong's Numbers" +msgstr "" + +#: frontend/searchdialog/csearchdialogpages.cpp:81 +msgid "Parsing Stong's numbers for translations." +msgstr "" + +#: frontend/searchdialog/csearchdialogpages.cpp:650 +msgid "Searching in: " +msgstr "" + +#: frontend/searchdialog/csearchdialogpages.cpp:723 +msgid "" +"

Enter search terms separated by spaces. By default the search function " +"will return results that match any of the search terms (OR). To search for " +"all the terms separate the terms by AND.

" +msgstr "" + +#: frontend/searchdialog/csearchdialogpages.cpp:726 +msgid "" +"

You can use wildcards: '*' matches any sequence of characters, while '?' " +"matches any single character. The use of brackets allows you to group your " +"search terms, e.g. '(Jesus OR spirit) AND God'.

" +msgstr "" + +#: frontend/searchdialog/csearchdialogpages.cpp:729 +msgid "" +"

To search text other than the main text, enter the text type followed by " +"\":\", and then the search term. For example, to search for the Strong's " +"number H8077, use 'strong:H8077'.

" +msgstr "" + +#: frontend/searchdialog/csearchdialogpages.cpp:732 +msgid "" +"

Available text types:
heading:searches " +"headings
footnote:searches footnotes
strong:searches Strong's Numbers
morph:" +"searches morphology codes

" +msgstr "" + +#: frontend/searchdialog/csearchdialogpages.cpp:737 +msgid "" +"

BibleTime uses the Lucene search engine to perform your searches. It has " +"many advanced features, and you can read more about it here: http://lucene." +"apache.org/java/docs/queryparsersyntax.html

" +msgstr "" + +#: frontend/searchdialog/csearchdialogpages.cpp:742 +msgid "Basic Search Syntax Introduction" +msgstr "" + +#: frontend/searchdialog/csearchdialogpages.cpp:750 +msgid "No search scope" +msgstr "" + +#: frontend/searchdialog/csearchresultview.cpp:41 +msgid "Results" +msgstr "" + +#: frontend/searchdialog/searchoptionsform.cpp:106 +#: frontend/searchdialog/searchoptionsform.ui:36 +#, no-c-format +msgid "Search Options" +msgstr "" + +#: frontend/searchdialog/searchoptionsform.cpp:107 +#: frontend/searchdialog/searchoptionsform.ui:50 +#, no-c-format +msgid "Search parameters" +msgstr "" + +#: frontend/searchdialog/searchoptionsform.cpp:108 +#: frontend/searchdialog/searchoptionsform.ui:75 +#, no-c-format +msgid "Search for:" +msgstr "" + +#: frontend/searchdialog/searchoptionsform.cpp:110 +#: frontend/searchdialog/searchoptionsform.ui:91 +#, no-c-format +msgid "&Choose" +msgstr "" + +#: frontend/searchdialog/searchoptionsform.cpp:111 +#: frontend/searchdialog/searchoptionsform.ui:99 +#, no-c-format +msgid "&Setup" +msgstr "" + +#: frontend/searchdialog/searchoptionsform.cpp:112 +#: frontend/searchdialog/searchoptionsform.ui:115 +#, no-c-format +msgid "Search scope:" +msgstr "" + +#: frontend/searchdialog/searchoptionsform.cpp:113 +#: frontend/searchdialog/searchoptionsform.ui:169 +#, no-c-format +msgid "Search in:" +msgstr "" + +#: frontend/searchdialog/searchresultsform.cpp:84 +#: frontend/searchdialog/searchresultsform.ui:36 +#, no-c-format +msgid "SearchResults" +msgstr "" + +#: frontend/searchdialog/searchresultsform.cpp:85 +#: frontend/searchdialog/searchresultsform.ui:106 +#, no-c-format +msgid "Analyze search" +msgstr "" + +#: main.cpp:124 +msgid "Enable debug messages" +msgstr "" + +#: main.cpp:125 +msgid "" +"Ignore the startup session that was saved when BibleTime was closed the last " +"time." +msgstr "" + +#: main.cpp:126 +msgid "" +"Open the standard Bible with the given key. Use to open at a random " +"position." +msgstr "" + +#: main.cpp:135 +msgid "Bible study tool for Trinity" +msgstr "" + +#: main.cpp:137 +msgid "(c)1999-2010, The BibleTime Team and The Trinity Project" +msgstr "" + +#: main.cpp:138 +msgid "" +"BibleTime is an easy to use but powerful Bible study tool for Trinity.\n" +"It is a fork of the main BibleTime project in order to provide a native " +"Trinity application.\n" +"\n" +"The BibleTime project is looking for developers and translators.\n" +"If you'd like to join their team, please send an email to info@bibletime." +"info." +msgstr "" + +#: main.cpp:147 +msgid "Project coordinator" +msgstr "" + +#: main.cpp:149 +msgid "Frontend, backend" +msgstr "" + +#: main.cpp:151 +msgid "Crystal icons, crystal startlogo, webpage" +msgstr "" + +#: main.cpp:153 +msgid "Trinity project" +msgstr "" + +#: main.cpp:161 +msgid "Romanian translation" +msgstr "" + +#: main.cpp:163 +msgid "High contrast template" +msgstr "" + +#: main.cpp:165 +msgid "Installation manager" +msgstr "" + +#: main.cpp:167 +msgid "Icons, startlogo" +msgstr "" + +#: main.cpp:169 +msgid "GUI" +msgstr "" + +#: main.cpp:171 +msgid "GUI, instant search" +msgstr "" + +#: main.cpp:173 +msgid "GUI translations into Traditional and Simplified Chinese" +msgstr "" + +#: main.cpp:175 +msgid "Binary packages" +msgstr "" + +#: main.cpp:177 +msgid "Founder of the Sword project" +msgstr "" + +#: main.cpp:179 +msgid "Sponsored our internet domain for many years" +msgstr "" + +#: main.cpp:181 +msgid "Bible Study HowTo" +msgstr "" + +#: main.cpp:183 main.cpp:211 +msgid "Search dialog enhancements" +msgstr "" + +#: main.cpp:185 +msgid "Language codes and names" +msgstr "" + +#: main.cpp:187 +msgid "GUI improvements" +msgstr "" + +#: main.cpp:189 +msgid "Finnish translation" +msgstr "" + +#: main.cpp:191 main.cpp:199 +msgid "Frontend" +msgstr "" + +#: main.cpp:193 +msgid "Czech translation" +msgstr "" + +#: main.cpp:195 +msgid "Searchdialog" +msgstr "" + +#: main.cpp:197 +msgid "Polish translation" +msgstr "" + +#: main.cpp:201 main.cpp:209 +msgid "Russian website translation" +msgstr "" + +#: main.cpp:203 +msgid "Spanish website translation updates" +msgstr "" + +#: main.cpp:205 +msgid "Update to the russian website translation" +msgstr "" + +#: main.cpp:207 +msgid "Documentation" +msgstr "" + +#: main.cpp:213 +msgid "Very helpful and detailed testing" +msgstr "" + +#: main.cpp:215 +msgid "The first lead developer" +msgstr "" + +#: main.cpp:217 +msgid "Translation updates for the Dutch GUI, the website and the handbook" +msgstr "" + +#: main.cpp:219 +msgid "French handbook translation" +msgstr "" + +#: main.cpp:221 +msgid "Helpful source code additions" +msgstr "" + +#: main.cpp:223 +msgid "Translated the GUI into Russian" +msgstr "" + +#: main.cpp:225 +msgid "New Bible key choosers" +msgstr "" + +#: main.cpp:227 +msgid "Spanish translation" +msgstr "" + +#: main.cpp:267 +msgid "Starting BibleTime" +msgstr "" + +#: util/cresmgr.cpp:737 +msgid "" +"Open the printer dialog of BibleTime, where you can edit the print queue, " +"assign styles to the items and print them." +msgstr "" + +#: util/cresmgr.cpp:741 +msgid "Close BibleTime and save the settings." +msgstr "" + +#: util/cresmgr.cpp:748 +msgid "Show or hide the bookshelf." +msgstr "" + +#: util/cresmgr.cpp:752 +msgid "Toggle the main toolbar view." +msgstr "" + +#: util/cresmgr.cpp:760 +msgid "Open the search dialog to search in all works that are currently open." +msgstr "" + +#: util/cresmgr.cpp:764 +msgid "Open the search dialog to search in the standard Bible." +msgstr "" + +#: util/cresmgr.cpp:772 +msgid "Restore a saved BibleTime session." +msgstr "" + +#: util/cresmgr.cpp:776 +msgid "Save current BibleTime session so that it can be reused later." +msgstr "" + +#: util/cresmgr.cpp:780 +msgid "Create and save a new session." +msgstr "" + +#: util/cresmgr.cpp:784 +msgid "Delete a BibleTime session." +msgstr "" + +#: util/cresmgr.cpp:788 +msgid "Toggle fullscreen mode of the main window." +msgstr "" + +#: util/cresmgr.cpp:792 +msgid "Vertically tile the open windows." +msgstr "" + +#: util/cresmgr.cpp:796 +msgid "Horizontally tile the open windows." +msgstr "" + +#: util/cresmgr.cpp:800 +msgid "Cascade the open windows." +msgstr "" + +#: util/cresmgr.cpp:805 +msgid "Choose the way that is used to arrange the windows." +msgstr "" + +#: util/cresmgr.cpp:809 +msgid "Automatically tile the open windows vertically." +msgstr "" + +#: util/cresmgr.cpp:813 +msgid "Automatically tile the open windows horizontally." +msgstr "" + +#: util/cresmgr.cpp:817 +msgid "Automatically cascade the open windows." +msgstr "" + +#: util/cresmgr.cpp:822 +msgid "Close all open windows." +msgstr "" + +#: util/cresmgr.cpp:830 +msgid "Open BibleTime's toolbar editor." +msgstr "" + +#: util/cresmgr.cpp:834 +msgid "Open the dialog to set most of BibleTime's preferences." +msgstr "" + +#: util/cresmgr.cpp:838 +msgid "" +"Open the dialog to configure your bookshelf and install/update/remove works." +msgstr "" + +#: util/cresmgr.cpp:847 +msgid "Open BibleTime's handbook in the KDE helpbrowser." +msgstr "" + +#: util/cresmgr.cpp:851 +msgid "" +"Open the Bible study HowTo included with BibleTime in the KDE helpbrowser. " +"
This HowTo is an introduction on how to study the Bible in an efficient " +"way." +msgstr "" + +#: util/cresmgr.cpp:855 +msgid "Send a bugreport to the developers of BibleTime." +msgstr "" + +#: util/cresmgr.cpp:859 +msgid "" +"Show a daily tip each time BibleTime starts.
The tips contain important " +"Bible quotations and helpful tips for using BibleTime." +msgstr "" + +#: util/cresmgr.cpp:863 +msgid "Show detailed information about BibleTime." +msgstr "" + +#: util/cresmgr.cpp:867 +msgid "Show detailed information about the KDE project." +msgstr "" + +#: util/cresmgr.cpp:877 +msgid "Start to search the text in each of the chosen work(s)." +msgstr "" + +#: util/cresmgr.cpp:881 +msgid "Stop the active search." +msgstr "" + +#: util/cresmgr.cpp:888 +msgid "Open a dialog to choose work(s) for the search." +msgstr "" + +#: util/cresmgr.cpp:892 +msgid "Enter the text you want to search in the chosen work(s) here." +msgstr "" + +#: util/cresmgr.cpp:898 +msgid "" +"Treat the search text as multiple words. A text must contain all of the " +"words to match. The order of the words is unimportant." +msgstr "" + +#: util/cresmgr.cpp:902 +msgid "" +"Treat the search text as multiple words. A text must contain one or more " +"words of to match. The order is unimportant." +msgstr "" + +#: util/cresmgr.cpp:906 +msgid "The search text will be used exactly as entered." +msgstr "" + +#: util/cresmgr.cpp:910 +msgid "" +"Treat the search string as a GNU regular expression. The BibleTime handbook " +"contains an introduction to regular expressions." +msgstr "" + +#: util/cresmgr.cpp:918 +msgid "" +"If you choose this option the search will distinguish between upper and " +"lowercase characters." +msgstr "" + +#: util/cresmgr.cpp:923 +msgid "" +"Choose a scope from the list. Select the first item to use no scope, the " +"second one is to use each work's last search result as search scope. The " +"others are user defined search scopes." +msgstr "" + +#: util/cresmgr.cpp:931 +msgid "Select an item from the list to edit the search scope." +msgstr "" + +#: util/cresmgr.cpp:935 +msgid "Change the name of the selected search scope." +msgstr "" + +#: util/cresmgr.cpp:939 +msgid "" +"Change the search ranges of the selected search scope item. Have a look at " +"the predefined search scopes to see how search ranges are constructed." +msgstr "" + +#: util/cresmgr.cpp:943 +msgid "Contains the search ranges which will be used for the search." +msgstr "" + +#: util/cresmgr.cpp:947 +msgid "" +"Add a new search scope. First enter an appropriate name, then edit the " +"search ranges." +msgstr "" + +#: util/cresmgr.cpp:951 +msgid "" +"Deletes the selected search scope. If you close the dialog using Cancel the " +"settings won't be saved." +msgstr "" + +#: util/cresmgr.cpp:959 +msgid "The list of works chosen for the search." +msgstr "" + +#: util/cresmgr.cpp:963 +msgid "This list contains the search result of the selected work." +msgstr "" + +#: util/cresmgr.cpp:967 +msgid "The text preview of the selected search result item." +msgstr "" + +#: util/cresmgr.cpp:979 +msgid "" +"This button is useful to scroll through the entries of the list. Press the " +"button and move the mouse to increase or decrease the item." +msgstr "" + +#: util/cresmgr.cpp:983 +msgid "This button opens the search dialog with the work(s) of this window." +msgstr "" + +#: util/cresmgr.cpp:988 +msgid "Go back one item in the display history." +msgstr "" + +#: util/cresmgr.cpp:992 +msgid "Go forward one item in the display history." +msgstr "" + +#: util/cresmgr.cpp:997 +msgid "" +"Show all occurences of the Strong number currently under the mouse cursor." +msgstr "" + +#: util/cresmgr.cpp:1003 +msgid "This list contains the books which are available in this work." +msgstr "" + +#: util/cresmgr.cpp:1007 +msgid "Show the next book of this work." +msgstr "" + +#: util/cresmgr.cpp:1011 +msgid "Show the previous book of this work." +msgstr "" + +#: util/cresmgr.cpp:1015 +msgid "" +"This list contains the chapters which are available in the current book." +msgstr "" + +#: util/cresmgr.cpp:1019 +msgid "Show the next chapter of the work." +msgstr "" + +#: util/cresmgr.cpp:1023 +msgid "Show the previous chapter of the work." +msgstr "" + +#: util/cresmgr.cpp:1027 +msgid "" +"This list contains the verses which are available in the current chapter." +msgstr "" + +#: util/cresmgr.cpp:1031 +msgid "" +"In Bible texts, the next verse will be highlighted. In commentaries, the " +"next entry will be shown." +msgstr "" + +#: util/cresmgr.cpp:1036 +msgid "" +"In Bible texts, the previous verse will be highlighted. In commentaries, the " +"previous entry will be shown." +msgstr "" + +#: util/cresmgr.cpp:1043 +msgid "" +"Synchronize the displayed entry of this work with the active Bible window." +msgstr "" + +#: util/cresmgr.cpp:1050 +msgid "This list contains the entries of the current work." +msgstr "" + +#: util/cresmgr.cpp:1054 +msgid "The next entry of the work will be shown." +msgstr "" + +#: util/cresmgr.cpp:1058 +msgid "The previous entry of the work will be shown." +msgstr "" + +#: util/cresmgr.cpp:1066 +msgid "Save the curent text into the work. The old text will be overwritten." +msgstr "" + +#: util/cresmgr.cpp:1070 +msgid "" +"Loads the old text from the work and loads it into the edit area. The " +"unsaved text will be lost." +msgstr "" + +#: util/cresmgr.cpp:1074 +msgid "Deletes the current entry out of the work. The text will be lost." +msgstr "" + +#: util/cresmgr.cpp:1080 +msgid "Toggle bold formatting of the selected text." +msgstr "" + +#: util/cresmgr.cpp:1084 +msgid "Toggle italic formatting of the selected text." +msgstr "" + +#: util/cresmgr.cpp:1088 +msgid "Toggle underlined formatting of the selected text." +msgstr "" + +#: util/cresmgr.cpp:1093 +msgid "The text will be aligned on the left side of the page." +msgstr "" + +#: util/cresmgr.cpp:1097 +msgid "Centers the text horizontally." +msgstr "" + +#: util/cresmgr.cpp:1101 +msgid "Aligns the text on the right side of the page." +msgstr "" + +#: util/cresmgr.cpp:1105 +msgid "Justifies the text on the page." +msgstr "" + +#: util/cresmgr.cpp:1110 +msgid "Choose a new font for the selected text." +msgstr "" + +#: util/cresmgr.cpp:1113 +msgid "Choose a new font size for the selected text." +msgstr "" + +#: util/cresmgr.cpp:1116 +msgid "Choose a new color for the selected text." +msgstr "" + +#: util/cresmgr.cpp:1126 +msgid "Activate this box to see a daily tip on startup." +msgstr "" + +#: util/cresmgr.cpp:1130 +msgid "Activate this to see the BibleTime logo on startup." +msgstr "" + +#: util/cresmgr.cpp:1134 +msgid "" +"Save the user's session when BibleTime is closed and restore it on the next " +"startup." +msgstr "" + +#: util/cresmgr.cpp:1141 +msgid "The font selection below will apply to all texts in this language." +msgstr "" + +#: util/cresmgr.cpp:1150 +msgid "Contains the languages which can be used for the biblical booknames." +msgstr "" + +#: util/cresmgr.cpp:1157 +msgid "The standard Bible is used when a hyperlink into a Bible is clicked." +msgstr "" + +#: util/cresmgr.cpp:1161 +msgid "" +"The standard commentary is used when a hyperlink into a commentary is " +"clicked." +msgstr "" + +#: util/cresmgr.cpp:1165 +msgid "" +"The standard lexicon is used when a hyperlink into a lexicon is clicked." +msgstr "" + +#: util/cresmgr.cpp:1169 +msgid "" +"The standard devotional will be used to display a short start up devotional." +msgstr "" + +#: util/cresmgr.cpp:1173 +msgid "" +"The standard Hebrew lexicon is used when a hyperlink into a Hebrew lexicon " +"is clicked." +msgstr "" + +#: util/cresmgr.cpp:1177 +msgid "" +"The standard Greek lexicon is used when a hyperlink into a Greek lexicon is " +"clicked." +msgstr "" + +#: util/cresmgr.cpp:1181 +msgid "" +"The standard morphological lexicon for Hebrew texts is used when a hyperlink " +"of a morphological tag in a Hebrew text is clicked." +msgstr "" + +#: util/cresmgr.cpp:1185 +msgid "" +"The standard morphological lexicon for Greek texts is used when a hyperlink " +"of a morphological tag in a Greek text is clicked." +msgstr "" + +#: util/cresmgr.cpp:1194 +msgid "" +"Opens the search dialog to search in the work(s) that are currently open." +msgstr "" + +#: util/ctoolclass.cpp:78 +msgid "The file already exists." +msgstr "" + +#: util/ctoolclass.cpp:79 +msgid "Do you want to overwrite it?" +msgstr "" + +#: util/ctoolclass.cpp:99 +msgid "The file couldn't be saved." +msgstr "" + +#: util/ctoolclass.cpp:100 +msgid "Please check permissions etc." +msgstr "" + +#: util/ctoolclass.cpp:209 +msgid "not set" +msgstr "" + +#: xml/bibletimeui.rc:9 +#, no-c-format +msgid "&Search" +msgstr "" + +#: xml/bibletimeui.rc:19 +#, no-c-format +msgid "Se&ttings" +msgstr "" + +#: xml/bibletimeui.rc:26 +#, no-c-format +msgid "&Window" +msgstr "" + +#: ../docs/tips:3 +msgid "The Bible was written so we could believe in Jesus. (John 20:31)\n" +msgstr "" + +#: ../docs/tips:9 +msgid "" +"BibleTime includes a really useful handbook written by Fred Saalbach.\n" +"To read it choose the item \"Handbook\" in the \"Help\" menu of BibleTime.\n" +msgstr "" + +#: ../docs/tips:16 +msgid "" +"No one is allowed by God to add anything to or take anything away from the " +"Word. (Revelation 22:18-19)\n" +msgstr "" + +#: ../docs/tips:22 +msgid "The Bible is like a mirror. (James 1:23)\n" +msgstr "" + +#: ../docs/tips:28 +msgid "" +"BibleTime does include a Bible Study HowTo!\n" +"It was written by Bob Harman and is a great introduction how to study the " +"Bible.\n" +msgstr "" + +#: ../docs/tips:35 +msgid "" +"You can save, print and copy the whole search result by pressing the right " +"mouse button on the icon of the searched module in the search dialog.\n" +msgstr "" + +#: ../docs/tips:41 +msgid "The Bible is our only spiritual weapon. (Ephesians 6:17)\n" +msgstr "" + +#: ../docs/tips:47 +msgid "" +"To get the number of verses in the Bible search for a space in the module.\n" +"The search analysis shows you the number of verses of each book.\n" +msgstr "" + +#: ../docs/tips:54 +msgid "The Bible is truth. (John 17:17)\n" +msgstr "" + +#: ../docs/tips:60 +msgid "" +"If you would like to create a set of bookmarks around a specific topic with " +"comments containing what the Lord told you here, it's best to\n" +"make bookmarks from your personal commentary.\n" +msgstr "" + +#: ../docs/tips:67 +msgid "" +"The scriptures give us the wisdom that leads to salvation. (2 Timothy 3:15)\n" +msgstr "" + +#: ../docs/tips:73 +msgid "" +"To lookup the meaning of the original hebrew or greek word in a Bible " +"supporting Strong's numbers, switch them on and \n" +"click on the strong number. Now a new window showing the strong number with\n" +"it's explanation is shown. If your favourite translation doesn't support " +"Strong's numbers please refer to an alternate translation for the number of " +"the corresponding word.\n" +"Make sure you have set the default modules in the preferences.\n" +msgstr "" + +#: ../docs/tips:82 +msgid "" +"If you want to use a commentary as a topical reference, search it for terms " +"your topic is about.\n" +msgstr "" + +#: ../docs/tips:88 +msgid "" +"In the beginning was the Word, the Word was with God, and the Word was God. " +"(John 1:1)\n" +msgstr "" + +#: ../docs/tips:94 +msgid "" +"We will be judged on the last day by the words Jesus spoke. (John 12:48)\n" +msgstr "" + +#: ../docs/tips:100 +msgid "" +"If you want to find the full set of verses or entries on a area of content, " +"you should use the option \"Multiple words (OR)\" for searching.\n" +msgstr "" + +#: ../docs/tips:106 +msgid "" +"If you are searching a verse you know only fuzzy or in a different " +"translation search for the most probable terms in multiple Bible " +"translations at the same time.\n" +msgstr "" + +#: ../docs/tips:111 +msgid "" +"God's Word can be a lamp to your feet and a light to your path. (Psalm " +"119:105)\n" +msgstr "" + +#: ../docs/tips:117 +msgid "" +"If you want to search a word in a foreign module (e.g. greek or hebrew), " +"open a display window and choose a chapter or an entry which contains this " +"word.\n" +"Select it and copy it to the clipboard. Now insert the copied word in the " +"search text box of the searchdialog.\n" +msgstr "" + +#: ../docs/tips:124 +msgid "" +"The Word of God will not return to Him without accomplishing its purpose. " +"(Isaiah 55:11)\n" +msgstr "" + +#: ../docs/tips:130 +msgid "" +"Foreign modules do often require a special font to display correctly. You " +"can set the font for each language in the preferences.\n" +msgstr "" + +#: ../docs/tips:136 +msgid "" +"Did you know that the first book ever printed on a printing press was the " +"Bible (by Johann Gutenberg, in 1492)?\n" +msgstr "" + +#: ../docs/tips:142 +msgid "" +"God has already given to us everything pertaining to life and godliness. (2 " +"Peter 1:3)\n" +msgstr "" + +#: ../docs/tips:148 +msgid "" +"All important elements of BibleTime's graphical user interface have a " +"tooltip and a \"What's this?\" help.
\n" +"To read the \"What's this?\" help press the keys SHIFT+F1 and click on the " +"part.\n" +msgstr "" + +#: ../docs/tips:155 +msgid "" +"The Word of God is living, active, and sharper than any two-edged sword. " +"(Hebrews 4:12)\n" +msgstr "" + +#: ../docs/tips:161 +msgid "" +"You are using a program that has been written for the glory of God.
May " +"He bless you as you study His Word!\n" +msgstr "" diff --git a/translations/messages/pt_BR.po b/translations/messages/pt_BR.po new file mode 100644 index 0000000..24ec5d2 --- /dev/null +++ b/translations/messages/pt_BR.po @@ -0,0 +1,2910 @@ +# SOME DESCRIPTIVE TITLE. +# Rodrigo Zimmermann , 2022. +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2022-09-26 18:29+0000\n" +"PO-Revision-Date: 2022-11-20 10:10+0000\n" +"Last-Translator: Rodrigo Zimmermann \n" +"Language-Team: Portuguese (Brazil) \n" +"Language: pt_BR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n > 1;\n" +"X-Generator: Weblate 4.14.2\n" + +#. Instead of a literal translation, add your name to the end of the list (separated by a comma). +#: main.cpp:231 +msgid "" +"_: NAME OF TRANSLATORS\n" +"Your names" +msgstr "Rodrigo Zimmermann" + +#. Instead of a literal translation, add your email to the end of the list (separated by a comma). +#: main.cpp:232 +msgid "" +"_: EMAIL OF TRANSLATORS\n" +"Your emails" +msgstr "" + +#: backend/bt_osishtml.cpp:325 +msgid "Alternative text" +msgstr "Texto alternativo" + +#: backend/bt_osishtml.cpp:483 +msgid "Added text" +msgstr "Texto adicionado" + +#: backend/cdisplaytemplatemgr.cpp:184 +msgid "(user template)" +msgstr "(modelo do usuário)" + +#: backend/clanguagemgr.cpp:197 +msgid "Afrikaans" +msgstr "" + +#: backend/clanguagemgr.cpp:200 +msgid "English, Old (ca.450-1100)" +msgstr "" + +#: backend/clanguagemgr.cpp:202 +msgid "Arabic" +msgstr "" + +#: backend/clanguagemgr.cpp:205 +msgid "Azerbaijani" +msgstr "" + +#: backend/clanguagemgr.cpp:208 +msgid "Belarusian" +msgstr "" + +#: backend/clanguagemgr.cpp:210 +msgid "Bulgarian" +msgstr "" + +#: backend/clanguagemgr.cpp:216 +msgid "Breton" +msgstr "" + +#: backend/clanguagemgr.cpp:218 +msgid "Bosnian" +msgstr "" + +#: backend/clanguagemgr.cpp:220 +msgid "Catalan" +msgstr "" + +#: backend/clanguagemgr.cpp:223 +msgid "Cebuano" +msgstr "" + +#: backend/clanguagemgr.cpp:225 +msgid "Chamorro" +msgstr "" + +#: backend/clanguagemgr.cpp:228 +msgid "Coptic" +msgstr "" + +#: backend/clanguagemgr.cpp:230 +msgid "Czech" +msgstr "" + +#: backend/clanguagemgr.cpp:232 +msgid "Church Slavic" +msgstr "" + +#: backend/clanguagemgr.cpp:235 +msgid "Welsh" +msgstr "" + +#: backend/clanguagemgr.cpp:237 +msgid "Danish" +msgstr "" + +#: backend/clanguagemgr.cpp:239 +msgid "German" +msgstr "" + +#: backend/clanguagemgr.cpp:243 +msgid "Greek, Modern (1453-)" +msgstr "" + +#: backend/clanguagemgr.cpp:245 +msgid "English" +msgstr "" + +#: backend/clanguagemgr.cpp:247 +msgid "American English" +msgstr "" + +#: backend/clanguagemgr.cpp:249 +msgid "English, Middle (1100-1500)" +msgstr "" + +#: backend/clanguagemgr.cpp:251 +msgid "Esperanto" +msgstr "" + +#: backend/clanguagemgr.cpp:253 +msgid "Spanish" +msgstr "" + +#: backend/clanguagemgr.cpp:255 +msgid "Estonian" +msgstr "" + +#: backend/clanguagemgr.cpp:257 +msgid "Basque" +msgstr "" + +#: backend/clanguagemgr.cpp:260 +msgid "Finnish" +msgstr "" + +#: backend/clanguagemgr.cpp:264 +msgid "French" +msgstr "" + +#: backend/clanguagemgr.cpp:266 +msgid "Frisian" +msgstr "" + +#: backend/clanguagemgr.cpp:268 +msgid "Irish" +msgstr "" + +#: backend/clanguagemgr.cpp:270 +msgid "Gaelic (Scots)" +msgstr "" + +#: backend/clanguagemgr.cpp:275 +msgid "Gothic" +msgstr "" + +#: backend/clanguagemgr.cpp:277 +msgid "Manx" +msgstr "" + +#: backend/clanguagemgr.cpp:279 +msgid "Greek, Ancient (to 1453)" +msgstr "" + +#: backend/clanguagemgr.cpp:281 +msgid "Hebrew" +msgstr "" + +#: backend/clanguagemgr.cpp:283 +msgid "Hausa" +msgstr "" + +#: backend/clanguagemgr.cpp:285 +msgid "Hawaiian" +msgstr "" + +#: backend/clanguagemgr.cpp:289 +msgid "Croatian" +msgstr "" + +#: backend/clanguagemgr.cpp:291 +msgid "Hungarian" +msgstr "" + +#: backend/clanguagemgr.cpp:293 +msgid "Armenian" +msgstr "" + +#: backend/clanguagemgr.cpp:298 +msgid "Indonesian" +msgstr "" + +#: backend/clanguagemgr.cpp:302 +msgid "Icelandic" +msgstr "" + +#: backend/clanguagemgr.cpp:304 +msgid "Italian" +msgstr "" + +#: backend/clanguagemgr.cpp:308 +msgid "Japanese" +msgstr "" + +#: backend/clanguagemgr.cpp:310 +msgid "Georgian" +msgstr "" + +#: backend/clanguagemgr.cpp:319 +msgid "Korean" +msgstr "" + +#: backend/clanguagemgr.cpp:322 +msgid "Kurdish" +msgstr "" + +#: backend/clanguagemgr.cpp:326 +msgid "Kirghiz" +msgstr "" + +#: backend/clanguagemgr.cpp:328 +msgid "Latin" +msgstr "" + +#: backend/clanguagemgr.cpp:333 +msgid "Lithuanian" +msgstr "" + +#: backend/clanguagemgr.cpp:335 +msgid "Latvian" +msgstr "" + +#: backend/clanguagemgr.cpp:339 +msgid "Maori" +msgstr "" + +#: backend/clanguagemgr.cpp:341 backend/clanguagemgr.cpp:477 +msgid "Macedonian" +msgstr "" + +#: backend/clanguagemgr.cpp:346 +msgid "More" +msgstr "" + +#: backend/clanguagemgr.cpp:349 +msgid "Malay" +msgstr "" + +#: backend/clanguagemgr.cpp:351 +msgid "Maltese" +msgstr "" + +#: backend/clanguagemgr.cpp:358 +msgid "Low German; Low Saxon" +msgstr "" + +#: backend/clanguagemgr.cpp:362 +msgid "Dutch" +msgstr "" + +#: backend/clanguagemgr.cpp:365 +msgid "Norwegian" +msgstr "" + +#: backend/clanguagemgr.cpp:377 +msgid "Papiamento" +msgstr "" + +#: backend/clanguagemgr.cpp:380 +msgid "Polish" +msgstr "" + +#: backend/clanguagemgr.cpp:383 +msgid "Portuguese" +msgstr "Português" + +#: backend/clanguagemgr.cpp:385 +msgid "Brasilian Portuguese" +msgstr "Português Brasileiro" + +#: backend/clanguagemgr.cpp:392 +msgid "Romanian" +msgstr "" + +#: backend/clanguagemgr.cpp:394 +msgid "Russian" +msgstr "" + +#: backend/clanguagemgr.cpp:400 +msgid "Scots" +msgstr "" + +#: backend/clanguagemgr.cpp:406 +msgid "Slovak" +msgstr "" + +#: backend/clanguagemgr.cpp:408 +msgid "Slovenian" +msgstr "" + +#: backend/clanguagemgr.cpp:412 +msgid "Somali" +msgstr "" + +#: backend/clanguagemgr.cpp:414 +msgid "Albanian" +msgstr "" + +#: backend/clanguagemgr.cpp:420 +msgid "Swedish" +msgstr "" + +#: backend/clanguagemgr.cpp:422 +msgid "Swahili" +msgstr "" + +#: backend/clanguagemgr.cpp:424 +msgid "Syriac" +msgstr "" + +#: backend/clanguagemgr.cpp:426 +msgid "Tamil" +msgstr "" + +#: backend/clanguagemgr.cpp:430 +msgid "Thai" +msgstr "" + +#: backend/clanguagemgr.cpp:433 +msgid "Tagalog" +msgstr "" + +#: backend/clanguagemgr.cpp:435 +msgid "Tswana" +msgstr "" + +#: backend/clanguagemgr.cpp:437 +msgid "Turkish" +msgstr "" + +#: backend/clanguagemgr.cpp:442 +msgid "Tahitian" +msgstr "" + +#: backend/clanguagemgr.cpp:446 +msgid "Ukrainian" +msgstr "" + +#: backend/clanguagemgr.cpp:451 +msgid "Vietnamese" +msgstr "" + +#: backend/clanguagemgr.cpp:457 +msgid "Xhosa" +msgstr "" + +#: backend/clanguagemgr.cpp:459 +msgid "Bavarian" +msgstr "" + +#: backend/clanguagemgr.cpp:461 +msgid "Zarma" +msgstr "" + +#: backend/clanguagemgr.cpp:463 +msgid "Alemannisch" +msgstr "" + +#: backend/clanguagemgr.cpp:465 +msgid "Haitian Creole French" +msgstr "" + +#: backend/clanguagemgr.cpp:467 +msgid "Itzá" +msgstr "" + +#: backend/clanguagemgr.cpp:469 +msgid "Shuar" +msgstr "" + +#: backend/clanguagemgr.cpp:471 +msgid "Kekchí" +msgstr "" + +#: backend/clanguagemgr.cpp:473 +msgid "Kabyle" +msgstr "" + +#: backend/clanguagemgr.cpp:475 +msgid "Lombard" +msgstr "" + +#: backend/clanguagemgr.cpp:479 +msgid "Tok Pisin" +msgstr "" + +#: backend/clanguagemgr.cpp:481 +msgid "Uma" +msgstr "" + +#: backend/clanguagemgr.cpp:483 +msgid "Romani, Vlax" +msgstr "" + +#: backend/clanguagemgr.cpp:485 +msgid "Sango" +msgstr "" + +#: backend/clanguagemgr.cpp:487 +msgid "Sranan" +msgstr "" + +#: backend/clanguagemgr.cpp:492 +msgid "Chinese" +msgstr "" + +#: backend/clanguagemgr.cpp:494 +msgid "Zulu" +msgstr "" + +#: backend/cswordbackend.cpp:503 +msgid "Footnotes" +msgstr "Notas de rodapé" + +#: backend/cswordbackend.cpp:506 +msgid "Strong's numbers" +msgstr "Números fortes" + +#: backend/cswordbackend.cpp:509 +msgid "Headings" +msgstr "Títulos" + +#: backend/cswordbackend.cpp:512 +msgid "Morphological tags" +msgstr "" + +#: backend/cswordbackend.cpp:515 +msgid "Lemmas" +msgstr "" + +#: backend/cswordbackend.cpp:518 +msgid "Hebrew vowel points" +msgstr "" + +#: backend/cswordbackend.cpp:521 +msgid "Hebrew cantillation marks" +msgstr "" + +#: backend/cswordbackend.cpp:524 +msgid "Greek accents" +msgstr "Acentuação grega" + +#: backend/cswordbackend.cpp:527 +msgid "Red letter words" +msgstr "Palavras en vermelho" + +#: backend/cswordbackend.cpp:530 +msgid "Textual variants" +msgstr "Variantes textuais" + +#: backend/cswordbackend.cpp:533 +msgid "Scripture cross-references" +msgstr "Referências cruzadas de escrituras" + +#: backend/cswordbackend.cpp:536 +msgid "Morph segmentation" +msgstr "Segmento morfológico" + +#: backend/cswordmoduleinfo.cpp:759 util/ctoolclass.cpp:213 +msgid "Version" +msgstr "Versão" + +#: backend/cswordmoduleinfo.cpp:760 backend/cswordmoduleinfo.cpp:765 +#: frontend/cprofile.cpp:30 frontend/mainindex/cindexitem.cpp:289 +msgid "unknown" +msgstr "desconhecido" + +#: backend/cswordmoduleinfo.cpp:763 +msgid "Markup" +msgstr "Marcação" + +#: backend/cswordmoduleinfo.cpp:768 frontend/cswordsetupmodulelistview.cpp:86 +msgid "Location" +msgstr "Localização" + +#: backend/cswordmoduleinfo.cpp:772 util/ctoolclass.cpp:205 +msgid "Language" +msgstr "Idioma" + +#: backend/cswordmoduleinfo.cpp:777 +msgid "Category" +msgstr "Categoria" + +#: backend/cswordmoduleinfo.cpp:782 +msgid "LCSH" +msgstr "" + +#: backend/cswordmoduleinfo.cpp:786 +msgid "Writable" +msgstr "" + +#: backend/cswordmoduleinfo.cpp:787 +msgid "yes" +msgstr "sim" + +#: backend/cswordmoduleinfo.cpp:787 +msgid "no" +msgstr "não" + +#: backend/cswordmoduleinfo.cpp:791 util/ctoolclass.cpp:208 +msgid "Unlock key" +msgstr "Desbloquear chave" + +#: backend/cswordmoduleinfo.cpp:810 +msgid "Features" +msgstr "Recursos" + +#: backend/cswordmoduleinfo.cpp:818 util/ctoolclass.cpp:201 +msgid "Take care, this work contains cult / questionable material!" +msgstr "" + +#: backend/cswordmoduleinfo.cpp:852 +msgid "Distribution license" +msgstr "Licença de distribuição" + +#: backend/cswordmoduleinfo.cpp:854 +msgid "Distribution source" +msgstr "Origem de distribuição" + +#: backend/cswordmoduleinfo.cpp:856 +msgid "Distribution notes" +msgstr "Notas de distribuição" + +#: backend/cswordmoduleinfo.cpp:858 +msgid "Text source" +msgstr "Origem do texto" + +#: backend/cswordmoduleinfo.cpp:860 +msgid "Copyright notes" +msgstr "Notas de Copyright" + +#: backend/cswordmoduleinfo.cpp:862 +msgid "Copyright holder" +msgstr "" + +#: backend/cswordmoduleinfo.cpp:864 +msgid "Copyright date" +msgstr "Data de Copyright" + +#: backend/cswordmoduleinfo.cpp:866 +msgid "Copyright contact name" +msgstr "Nome do contato de Copyright" + +#: backend/cswordmoduleinfo.cpp:868 +msgid "Copyright contact address" +msgstr "Endereço de cópia de Copyright" + +#: backend/cswordmoduleinfo.cpp:870 +msgid "Copyright contact email" +msgstr "E-mail de contato de Copyright" + +#: bibletime_init.cpp:75 +msgid "Creating BibleTime's GUI" +msgstr "Interface para Criação do BibleTime" + +#: bibletime_init.cpp:87 frontend/mainindex/cmainindex.cpp:147 +msgid "Bookshelf" +msgstr "" + +#: bibletime_init.cpp:104 +msgid "Initializing menu- and toolbars" +msgstr "Carregando menu- e barras de ferramentas" + +#: bibletime_init.cpp:115 +msgid "Search in &open work(s)" +msgstr "Pr&ocurar no(s) trabalho(s) aberto(s)" + +#: bibletime_init.cpp:128 +msgid "Search in standard &Bible" +msgstr "Procurar na &Bíblia padrão" + +#: bibletime_init.cpp:150 +msgid "&Show bookshelf" +msgstr "" + +#: bibletime_init.cpp:162 +msgid "Show &mag" +msgstr "" + +#: bibletime_init.cpp:182 +msgid "Bookshelf &Manager" +msgstr "" + +#: bibletime_init.cpp:208 +msgid "&Arrangement mode" +msgstr "Modo de &arranjo" + +#: bibletime_init.cpp:214 +msgid "&Manual mode" +msgstr "&Modo manual" + +#: bibletime_init.cpp:231 +msgid "Auto-tile &vertically" +msgstr "" + +#: bibletime_init.cpp:248 +msgid "Auto-tile &horizontally" +msgstr "" + +#: bibletime_init.cpp:265 +msgid "Auto-&cascade" +msgstr "Auto-&cascata" + +#: bibletime_init.cpp:281 +msgid "&Cascade" +msgstr "&Cascata" + +#: bibletime_init.cpp:295 +msgid "Tile &vertically" +msgstr "" + +#: bibletime_init.cpp:307 +msgid "Tile &horizontally" +msgstr "" + +#: bibletime_init.cpp:321 +msgid "Cl&ose all" +msgstr "Fechar tud&o" + +#: bibletime_init.cpp:334 +msgid "&Save session" +msgstr "&Salvar sessão" + +#: bibletime_init.cpp:347 +msgid "Save as &new session" +msgstr "Salvar como &nova sessão" + +#: bibletime_init.cpp:360 +msgid "&Load session" +msgstr "&Carregar sessão" + +#: bibletime_init.cpp:372 +msgid "&Delete session" +msgstr "&Deletar sessão" + +#: bibletime_init.cpp:384 +msgid "&Fullscreen mode" +msgstr "Modo de tela cheia" + +#: bibletime_init.cpp:413 +msgid "&Handbook" +msgstr "" + +#: bibletime_init.cpp:426 +msgid "&Bible Study Howto" +msgstr "" + +#: bibletime_init.cpp:457 +msgid "&Daily tip" +msgstr "&Dica do dia" + +#: bibletime_init.cpp:521 +msgid "Initializing Sword" +msgstr "" + +#: bibletime_init.cpp:570 +msgid "Checking indices" +msgstr "Verificando índices" + +#: bibletime_slots.cpp:528 +msgid "Session name:" +msgstr "Nome da sessão:" + +#: bibletime_slots.cpp:528 +msgid "Please enter a name for the new session." +msgstr "Por favor insira um nome para a nova sessão." + +#: display-templates/template-init.cpp:352 +msgid "Crazy" +msgstr "Loucura" + +#: display-templates/template-init.cpp:679 +msgid "Green" +msgstr "Verde" + +#: display-templates/template-init.cpp:1008 +msgid "High contrast" +msgstr "Contraste alto" + +#: display-templates/template-init.cpp:1348 +msgid "Simple" +msgstr "Simples" + +#: frontend/btinstallmgr.cpp:287 +msgid "" +"Do you wish to allow BibleTime to access the Internet?\n" +"WARNING: Click DENY if you live in a persecuted country!" +msgstr "" +"Você deseja permitir que o BibleTime acesse a internet?\n" +"ATENÇÃO: Clique em NEGAR se você estiver em um país de perseguição!" + +#: frontend/btinstallmgr.cpp:287 +msgid "Confirm Internet Access" +msgstr "Confirmar o Acesso à Internet" + +#: frontend/btinstallmgr.cpp:287 +msgid "DENY" +msgstr "NEGAR" + +#: frontend/btinstallmgr.cpp:287 +msgid "Allow" +msgstr "Aceitar" + +#: frontend/cbtconfig.cpp:252 +msgid "Old testament" +msgstr "Antigo Testamento" + +#: frontend/cbtconfig.cpp:253 +msgid "Moses/Pentateuch/Torah" +msgstr "Moisés/Pentateuco/Torá" + +#: frontend/cbtconfig.cpp:254 +msgid "History" +msgstr "Históricos" + +#: frontend/cbtconfig.cpp:255 +msgid "Prophets" +msgstr "Profetas" + +#: frontend/cbtconfig.cpp:256 +msgid "New testament" +msgstr "Novo testamento" + +#: frontend/cbtconfig.cpp:257 +msgid "Gospels" +msgstr "Evangelhos" + +#: frontend/cbtconfig.cpp:258 +msgid "Letters/Epistles" +msgstr "Cartas/Epístolas" + +#: frontend/cbtconfig.cpp:259 +msgid "Paul's Epistles" +msgstr "Epístolas de Paulo" + +#: frontend/cexportmanager.cpp:472 +msgid "" +"*.html *.htm | HTML files\n" +" *.* | All files (*.*)" +msgstr "" +"*.html *.htm | arquivos HTML\n" +" *.* | Todos os arquivos (*.*)" + +#: frontend/cexportmanager.cpp:474 +msgid "" +"*.txt | Text files\n" +" *.* | All files (*.*)" +msgstr "" +"*.txt | Arquivos de textos\n" +" *.* | Todos os arquivos (*.*)" + +#: frontend/cexportmanager.cpp:476 +msgid "All files (*.*)" +msgstr "Todos os arquivos (*.*)" + +#: frontend/cinfodisplay.cpp:53 +msgid "Mag (\"shift\" to lock)" +msgstr "" + +#: frontend/cinfodisplay.cpp:168 +msgid "Abbreviation" +msgstr "Abreviação" + +#: frontend/cinfodisplay.cpp:179 frontend/cinfodisplay.cpp:272 +msgid "Cross references" +msgstr "Referências cruzadas" + +#: frontend/cinfodisplay.cpp:313 +msgid "Footnote" +msgstr "Nota de rodapé" + +#: frontend/cinfodisplay.cpp:340 +msgid "Strongs" +msgstr "" + +#: frontend/cinfodisplay.cpp:419 +msgid "Morphology" +msgstr "" + +#: frontend/cinfodisplay.cpp:442 +msgid "Word lookup" +msgstr "" + +#: frontend/cinputdialog.cpp:59 +msgid "C&lear" +msgstr "&Limpar" + +#: frontend/cinputdialog.cpp:66 +msgid "&Ok" +msgstr "&Ok" + +#: frontend/cmanageindiceswidget.cpp:62 +msgid "Manage module search indices" +msgstr "" + +#: frontend/cmanageindiceswidget.cpp:63 +msgid "" +"You can use the list below to create and/or delete search indices for your " +"installed works." +msgstr "" +"Use a lista abaixo para criar e/ou apagar índices de pesquisa para todos os " +"trabalhos instalados." + +#: frontend/cmanageindiceswidget.cpp:67 +msgid "Module" +msgstr "Módulo" + +#: frontend/cmanageindiceswidget.cpp:68 +msgid "Index size" +msgstr "Tamanho do índice" + +#: frontend/cmanageindiceswidget.cpp:90 +msgid "Modules with indices" +msgstr "" + +#: frontend/cmanageindiceswidget.cpp:94 +msgid "Modules without indices" +msgstr "" + +#: frontend/cmanageindiceswidget.cpp:106 frontend/cmanageindiceswidget.cpp:111 +msgid "KiB" +msgstr "" + +#: frontend/cmoduleindexdialog.cpp:41 +msgid "Preparing instant search" +msgstr "Preparando a busca instantânea" + +#: frontend/cmoduleindexdialog.cpp:53 +#, c-format +msgid "Creating index for work %1" +msgstr "" + +#: frontend/coptionsdialog.cpp:75 +msgid "Configure BibleTime" +msgstr "Configurar o BibleTime" + +#: frontend/coptionsdialog.cpp:138 +msgid "Display" +msgstr "Exibição" + +#: frontend/coptionsdialog.cpp:144 +msgid "Show tip of the day" +msgstr "Exibir dica do dia" + +#: frontend/coptionsdialog.cpp:157 +msgid "Show startuplogo" +msgstr "Exibir imagem de início" + +#: frontend/coptionsdialog.cpp:169 +msgid "Display templates" +msgstr "Mostrar modelos" + +#: frontend/coptionsdialog.cpp:170 +msgid "" +"Display templates define how text is displayed. Please choose a template you " +"like." +msgstr "" + +#: frontend/coptionsdialog.cpp:183 +msgid "Available display styles:" +msgstr "Estilos de exibição disponíveis:" + +#: frontend/coptionsdialog.cpp:193 +msgid "Style preview" +msgstr "Prévia de estilo" + +#: frontend/coptionsdialog.cpp:214 +msgid "Languages" +msgstr "Idiomas" + +#: frontend/coptionsdialog.cpp:220 +msgid "Specify a language for names of Bible books" +msgstr "" + +#: frontend/coptionsdialog.cpp:221 +msgid "" +"Sword has a number of locales available which can be used to " +"internationalize the names of books of the Bible. You can specify which " +"locale to use. If you want to create a new locale, see http://www." +"crosswire.org/sword/develop for details." +msgstr "" + +#: frontend/coptionsdialog.cpp:227 +msgid "Language for names of Bible books" +msgstr "" + +#: frontend/coptionsdialog.cpp:303 +msgid "Select custom fonts per-language" +msgstr "" + +#: frontend/coptionsdialog.cpp:304 +msgid "" +"Here you find a list of all languages of the installed works. You can " +"specify a custom font for each language that needs a special font to be " +"displayed correctly." +msgstr "" + +#: frontend/coptionsdialog.cpp:337 +msgid "Use custom font" +msgstr "Usar fonte personalizada" + +#: frontend/coptionsdialog.cpp:345 +msgid "The quick brown fox jumps over the lazy dog." +msgstr "" + +#: frontend/coptionsdialog.cpp:361 +msgid "HotKeys" +msgstr "Teclas de atalhos" + +#: frontend/coptionsdialog.cpp:369 +msgid "Choose type:" +msgstr "Escolher tipo:" + +#: frontend/coptionsdialog.cpp:388 +msgid "BibleTime" +msgstr "" + +#: frontend/coptionsdialog.cpp:389 +msgid "All text windows" +msgstr "" + +#: frontend/coptionsdialog.cpp:390 +msgid "Bible windows" +msgstr "" + +#: frontend/coptionsdialog.cpp:391 +msgid "Commentary windows" +msgstr "" + +#: frontend/coptionsdialog.cpp:392 +msgid "Lexicon windows" +msgstr "" + +#: frontend/coptionsdialog.cpp:393 +msgid "Book windows" +msgstr "" + +#: frontend/coptionsdialog.cpp:458 +msgid "Desk" +msgstr "" + +#: frontend/coptionsdialog.cpp:463 frontend/coptionsdialog.cpp:468 +msgid "Standard works" +msgstr "" + +#: frontend/coptionsdialog.cpp:469 +msgid "" +"Standard works are used when no particular work is specified, for example " +"when a hyperlink into a Bible or lexicon was clicked ." +msgstr "" + +#: frontend/coptionsdialog.cpp:475 +msgid "Standard Bible" +msgstr "Bíblia Padrão" + +#: frontend/coptionsdialog.cpp:484 +msgid "Standard Commentary" +msgstr "" + +#: frontend/coptionsdialog.cpp:494 +msgid "Standard Lexicon" +msgstr "" + +#: frontend/coptionsdialog.cpp:503 +msgid "Standard Daily Devotional" +msgstr "" + +#: frontend/coptionsdialog.cpp:512 +msgid "Standard Hebrew Strong's Lexicon" +msgstr "" + +#: frontend/coptionsdialog.cpp:521 +msgid "Standard Greek Strong's Lexicon" +msgstr "" + +#: frontend/coptionsdialog.cpp:530 +msgid "Standard Hebrew Morphological Lexicon" +msgstr "" + +#: frontend/coptionsdialog.cpp:538 +msgid "Standard Greek Morphological Lexicon" +msgstr "" + +#: frontend/coptionsdialog.cpp:660 frontend/coptionsdialog.cpp:663 +msgid "Text filters" +msgstr "" + +#: frontend/coptionsdialog.cpp:664 +msgid "" +"Filters control the appearance of text. Here you can specify default " +"settings for all filters. You can change the filter settings in each display " +"window, of course." +msgstr "" + +#: frontend/coptionsdialog.cpp:671 +msgid "Insert line break after each verse" +msgstr "" + +#: frontend/coptionsdialog.cpp:677 +msgid "Show verse numbers" +msgstr "" + +#: frontend/coptionsdialog.cpp:683 +msgid "Show section headings" +msgstr "" + +#: frontend/coptionsdialog.cpp:690 frontend/displaywindow/cbuttons.cpp:163 +msgid "Show scripture cross-references" +msgstr "" + +#: frontend/coptionsdialog.cpp:696 frontend/displaywindow/cbuttons.cpp:158 +msgid "Show Greek accents" +msgstr "" + +#: frontend/coptionsdialog.cpp:702 frontend/displaywindow/cbuttons.cpp:154 +msgid "Show Hebrew vowel points" +msgstr "" + +#: frontend/coptionsdialog.cpp:708 frontend/displaywindow/cbuttons.cpp:156 +msgid "Show Hebrew cantillation marks" +msgstr "" + +#: frontend/coptionsdialog.cpp:714 frontend/displaywindow/cbuttons.cpp:165 +msgid "Show morph segmentation" +msgstr "" + +#: frontend/coptionsdialog.cpp:720 +msgid "Use textual variants" +msgstr "" + +#: frontend/coptionsdialog.cpp:925 +msgid "" +"For God so loved the world, that he gave his one and only Son, that whoever " +"believes in him should not perish, but have eternal life." +msgstr "" + +#: frontend/coptionsdialog.cpp:930 +msgid "" +"For God didn't send his Son into the world to judge the world, but that the " +"world should be saved through him." +msgstr "" + +#: frontend/coptionsdialog.cpp:937 +msgid "" +"He who believes in him is not judged. He who doesn't believe has been judged " +"already, because he has not believed in the name of the one and only Son of " +"God." +msgstr "" + +#: frontend/coptionsdialog.cpp:944 +msgid "" +"This is the judgment, that the light has come into the world, and men loved " +"the darkness rather than the light; for their works were evil." +msgstr "" + +#: frontend/coptionsdialog.cpp:949 +msgid "" +"For everyone who does evil hates the light, and doesn't come to the light, " +"lest his works would be exposed." +msgstr "" + +#: frontend/coptionsdialog.cpp:954 +msgid "" +"But he who does the truth comes to the light, that his works may be " +"revealed, that they have been done in God." +msgstr "" + +#: frontend/cswordsetupdialog.cpp:59 +msgid "Bookshelf Manager" +msgstr "" + +#: frontend/cswordsetupdialog.cpp:75 +msgid "Bookshelf path(s)" +msgstr "" + +#: frontend/cswordsetupdialog.cpp:86 +msgid "Configure bookshelf path(s)" +msgstr "" + +#: frontend/cswordsetupdialog.cpp:87 +msgid "" +"You can store your bookshelfs in one or more directories, which you can " +"specify here." +msgstr "" + +#: frontend/cswordsetupdialog.cpp:93 +msgid "Your bookshelf configuration file is %1" +msgstr "" + +#: frontend/cswordsetupdialog.cpp:98 +msgid "Path to bookshelf" +msgstr "" + +#: frontend/cswordsetupdialog.cpp:102 +msgid "Edit Entry" +msgstr "Editar Entrada" + +#: frontend/cswordsetupdialog.cpp:107 +msgid "Add Entry" +msgstr "Adicionar Entrada" + +#: frontend/cswordsetupdialog.cpp:112 +msgid "Remove Entry" +msgstr "Remover Entrada" + +#: frontend/cswordsetupdialog.cpp:121 +msgid "Install/Update works" +msgstr "" + +#: frontend/cswordsetupdialog.cpp:144 +msgid "Install/update works - Step 1" +msgstr "" + +#: frontend/cswordsetupdialog.cpp:145 +msgid "" +"Please choose a (local or remote) library and a bookshelf path to install " +"the work(s) to. After that step click on the connect button.
WARNING: " +"If you live in a persecuted country and do not wish to risk detection you " +"should NOT use the module remote installation feature!" +msgstr "" + +#: frontend/cswordsetupdialog.cpp:152 +msgid "Select library" +msgstr "" + +#: frontend/cswordsetupdialog.cpp:158 +msgid "Delete library" +msgstr "" + +#: frontend/cswordsetupdialog.cpp:163 +msgid "Add library" +msgstr "Adicionar biblioteca" + +#: frontend/cswordsetupdialog.cpp:171 +msgid "Select bookshelf path" +msgstr "" + +#: frontend/cswordsetupdialog.cpp:191 frontend/cswordsetupdialog.cpp:808 +msgid "Connect to library" +msgstr "" + +#: frontend/cswordsetupdialog.cpp:206 +msgid "Remove works" +msgstr "" + +#: frontend/cswordsetupdialog.cpp:218 +msgid "Remove installed work(s)" +msgstr "" + +#: frontend/cswordsetupdialog.cpp:219 +msgid "" +"This dialog lets you remove installed works from your system. Choose the " +"modules and then click on the remove button." +msgstr "" + +#: frontend/cswordsetupdialog.cpp:223 +msgid "Select works to be uninstalled" +msgstr "" + +#: frontend/cswordsetupdialog.cpp:229 +msgid "Remove selected work(s)" +msgstr "" + +#: frontend/cswordsetupdialog.cpp:241 +msgid "Manage search indicies" +msgstr "" + +#: frontend/cswordsetupdialog.cpp:319 frontend/cswordsetupdialog.cpp:371 +#: frontend/cswordsetupdialog.cpp:892 +msgid "[Remote]" +msgstr "" + +#: frontend/cswordsetupdialog.cpp:324 frontend/cswordsetupdialog.cpp:366 +#: frontend/cswordsetupdialog.cpp:887 +msgid "[Local]" +msgstr "" + +#: frontend/cswordsetupdialog.cpp:407 +msgid "" +"You selected the following work(s): %1.\n" +"\n" +"Do you really want to remove them from your system?" +msgstr "" + +#: frontend/cswordsetupdialog.cpp:484 +msgid "Download" +msgstr "Baixar" + +#: frontend/cswordsetupdialog.cpp:486 +msgid "Downloading library information..." +msgstr "" + +#: frontend/cswordsetupdialog.cpp:620 +msgid "Install/update works - Step 2" +msgstr "" + +#: frontend/cswordsetupdialog.cpp:621 +msgid "" +"Please choose the works which should be installed and/or updated and click " +"the install button." +msgstr "" + +#: frontend/cswordsetupdialog.cpp:647 +msgid "Install works" +msgstr "" + +#: frontend/cswordsetupdialog.cpp:698 +msgid "" +"You selected the following works: %1.\n" +"\n" +" Do you really want to install them on your system?" +msgstr "" + +#: frontend/cswordsetupdialog.cpp:725 +msgid "Download of work(s)" +msgstr "" + +#: frontend/cswordsetupdialog.cpp:798 +msgid "[%1]: %2% complete" +msgstr "" + +#: frontend/cswordsetupdialog.cpp:820 +msgid "" +"This directory is not writable, so works can not be installed here using " +"BibleTime. Do you want to use this directory instead of the previous " +"value?" +msgstr "" + +#: frontend/cswordsetupdialog.cpp:841 +msgid "" +"This directory is not writable, so works can not be installed here using " +"BibleTime. Do you want to add it to the list of module directories?" +msgstr "" + +#: frontend/cswordsetupinstallsourcesdialog.cpp:31 +msgid "Local" +msgstr "" + +#: frontend/cswordsetupinstallsourcesdialog.cpp:32 +msgid "Remote" +msgstr "" + +#: frontend/cswordsetupinstallsourcesdialog.cpp:43 +msgid "Caption" +msgstr "Título" + +#: frontend/cswordsetupinstallsourcesdialog.cpp:55 +msgid "Type" +msgstr "" + +#: frontend/cswordsetupinstallsourcesdialog.cpp:58 +msgid "Server" +msgstr "" + +#: frontend/cswordsetupinstallsourcesdialog.cpp:61 +msgid "Path" +msgstr "" + +#: frontend/cswordsetupinstallsourcesdialog.cpp:81 +msgid "Ok" +msgstr "" + +#: frontend/cswordsetupinstallsourcesdialog.cpp:95 +msgid "Please provide a caption." +msgstr "" + +#: frontend/cswordsetupinstallsourcesdialog.cpp:103 +msgid "" +"A source with this caption already exists.
Please provide a different " +"caption." +msgstr "" + +#: frontend/cswordsetupinstallsourcesdialog.cpp:109 +msgid "Please provide a server name." +msgstr "" + +#: frontend/cswordsetupinstallsourcesdialog.cpp:116 +msgid "Please provide a valid, readable path." +msgstr "" + +#: frontend/cswordsetupinstallsourcesdialog.cpp:120 +msgid "Please provide a path." +msgstr "" + +#: frontend/cswordsetupmodulelistview.cpp:74 +msgid "Name" +msgstr "Nome" + +#: frontend/cswordsetupmodulelistview.cpp:78 +msgid "Status" +msgstr "" + +#: frontend/cswordsetupmodulelistview.cpp:80 +msgid "Installed version" +msgstr "" + +#: frontend/cswordsetupmodulelistview.cpp:84 +msgid "Remote version" +msgstr "" + +#: frontend/cswordsetupmodulelistview.cpp:106 +#: frontend/mainindex/cindexitem.cpp:585 +#: frontend/searchdialog/cmodulechooser.cpp:109 +msgid "Bibles" +msgstr "" + +#: frontend/cswordsetupmodulelistview.cpp:107 +#: frontend/mainindex/cindexitem.cpp:588 +#: frontend/searchdialog/cmodulechooser.cpp:110 +msgid "Commentaries" +msgstr "" + +#: frontend/cswordsetupmodulelistview.cpp:108 +#: frontend/mainindex/cindexitem.cpp:591 +#: frontend/searchdialog/cmodulechooser.cpp:111 +msgid "Lexicons" +msgstr "" + +#: frontend/cswordsetupmodulelistview.cpp:109 +#: frontend/mainindex/cindexitem.cpp:594 +#: frontend/searchdialog/cmodulechooser.cpp:112 +msgid "Books" +msgstr "" + +#: frontend/cswordsetupmodulelistview.cpp:110 +#: frontend/searchdialog/cmodulechooser.cpp:150 +msgid "Daily Devotionals" +msgstr "" + +#: frontend/cswordsetupmodulelistview.cpp:111 +#: frontend/mainindex/cindexitem.cpp:600 frontend/mainindex/cindexitem.cpp:1189 +#: frontend/searchdialog/cmodulechooser.cpp:161 +msgid "Glossaries" +msgstr "" + +#: frontend/cswordsetupmodulelistview.cpp:219 +msgid "New" +msgstr "Novo" + +#: frontend/cswordsetupmodulelistview.cpp:219 +msgid "Updated" +msgstr "" + +#: frontend/cswordsetupmodulelistview.cpp:221 +msgid "Installed" +msgstr "" + +#: frontend/display/cdisplay.cpp:154 +#: frontend/searchdialog/csearchanalysis.cpp:517 +msgid "HTML files" +msgstr "" + +#: frontend/display/cdisplay.cpp:157 +msgid "Text files" +msgstr "Arquivos de texto" + +#: frontend/display/cdisplay.cpp:161 +msgid "Save document ..." +msgstr "Salvar documento..." + +#: frontend/display/chtmlwritedisplay.cpp:133 +msgid "Choose a font" +msgstr "Escolher a fonte" + +#: frontend/display/chtmlwritedisplay.cpp:144 +msgid "Choose a font size" +msgstr "Escolher o tamanho da fonte" + +#: frontend/display/chtmlwritedisplay.cpp:164 +msgid "Bold" +msgstr "Negrito" + +#: frontend/display/chtmlwritedisplay.cpp:186 +msgid "Underline" +msgstr "Sobrescrito" + +#: frontend/display/chtmlwritedisplay.cpp:258 +msgid "Select all" +msgstr "Selecionar tudo" + +#: frontend/display/chtmlwritedisplay.cpp:262 +msgid "HTML editor window" +msgstr "Janela do editor HTML" + +#: frontend/display/creaddisplay.cpp:67 +msgid "Print keys" +msgstr "" + +#: frontend/displaywindow/cbiblereadwindow.cpp:82 +#: frontend/displaywindow/cbiblereadwindow.cpp:134 +#: frontend/displaywindow/ccommentaryreadwindow.cpp:38 +#: frontend/displaywindow/ccommentaryreadwindow.cpp:111 +msgid "Next book" +msgstr "Próximo livro" + +#: frontend/displaywindow/cbiblereadwindow.cpp:86 +#: frontend/displaywindow/cbiblereadwindow.cpp:140 +#: frontend/displaywindow/ccommentaryreadwindow.cpp:42 +#: frontend/displaywindow/ccommentaryreadwindow.cpp:117 +msgid "Previous book" +msgstr "Livro anterior" + +#: frontend/displaywindow/cbiblereadwindow.cpp:90 +#: frontend/displaywindow/cbiblereadwindow.cpp:146 +#: frontend/displaywindow/ccommentaryreadwindow.cpp:46 +#: frontend/displaywindow/ccommentaryreadwindow.cpp:123 +msgid "Next chapter" +msgstr "Próximo capítulo" + +#: frontend/displaywindow/cbiblereadwindow.cpp:94 +#: frontend/displaywindow/cbiblereadwindow.cpp:152 +#: frontend/displaywindow/ccommentaryreadwindow.cpp:50 +#: frontend/displaywindow/ccommentaryreadwindow.cpp:129 +msgid "Previous chapter" +msgstr "Capítulo anterior" + +#: frontend/displaywindow/cbiblereadwindow.cpp:98 +#: frontend/displaywindow/cbiblereadwindow.cpp:158 +#: frontend/displaywindow/ccommentaryreadwindow.cpp:54 +#: frontend/displaywindow/ccommentaryreadwindow.cpp:135 +msgid "Next verse" +msgstr "Próximo versículo" + +#: frontend/displaywindow/cbiblereadwindow.cpp:102 +#: frontend/displaywindow/cbiblereadwindow.cpp:164 +#: frontend/displaywindow/ccommentaryreadwindow.cpp:58 +#: frontend/displaywindow/ccommentaryreadwindow.cpp:141 +msgid "Previous verse" +msgstr "Versículo Anterior" + +#: frontend/displaywindow/cbiblereadwindow.cpp:113 +msgid "Copy chapter" +msgstr "Copiar capítulo" + +#: frontend/displaywindow/cbiblereadwindow.cpp:118 +msgid "Save chapter as plain text" +msgstr "Salvar capítulo como texto puro" + +#: frontend/displaywindow/cbiblereadwindow.cpp:119 +msgid "Save chapter as HTML" +msgstr "Salvar capítulo como HTML" + +#: frontend/displaywindow/cbiblereadwindow.cpp:123 +msgid "Print chapter" +msgstr "Imprimir capítulo" + +#: frontend/displaywindow/cbiblereadwindow.cpp:177 +#: frontend/displaywindow/clexiconreadwindow.cpp:101 +msgid "Strong's Search" +msgstr "" + +#: frontend/displaywindow/cbiblereadwindow.cpp:185 +#: frontend/displaywindow/clexiconreadwindow.cpp:108 +#: frontend/displaywindow/clexiconreadwindow.cpp:119 +#: frontend/searchdialog/cmoduleresultview.cpp:65 +#: frontend/searchdialog/cmoduleresultview.cpp:73 +#: frontend/searchdialog/csearchresultview.cpp:53 +#: frontend/searchdialog/csearchresultview.cpp:61 +msgid "Reference only" +msgstr "" + +#: frontend/displaywindow/cbiblereadwindow.cpp:187 +msgid "Text of reference" +msgstr "" + +#: frontend/displaywindow/cbiblereadwindow.cpp:189 +#: frontend/displaywindow/cbiblereadwindow.cpp:196 +#: frontend/displaywindow/cbiblereadwindow.cpp:202 +#: frontend/searchdialog/cmoduleresultview.cpp:67 +#: frontend/searchdialog/cmoduleresultview.cpp:75 +#: frontend/searchdialog/cmoduleresultview.cpp:81 +#: frontend/searchdialog/csearchresultview.cpp:55 +#: frontend/searchdialog/csearchresultview.cpp:63 +#: frontend/searchdialog/csearchresultview.cpp:69 +msgid "Reference with text" +msgstr "" + +#: frontend/displaywindow/cbiblereadwindow.cpp:191 +#: frontend/displaywindow/cbiblereadwindow.cpp:204 +msgid "Chapter" +msgstr "Capítulo" + +#: frontend/displaywindow/cbiblereadwindow.cpp:198 +msgid "Chapter as plain text" +msgstr "Capítulo como texto puro" + +#: frontend/displaywindow/cbiblereadwindow.cpp:200 +msgid "Chapter as HTML" +msgstr "Capítulo como HTML" + +#: frontend/displaywindow/cbiblereadwindow.cpp:229 +msgid "Bible window" +msgstr "" + +#: frontend/displaywindow/cbiblereadwindow.cpp:237 +#: frontend/displaywindow/clexiconreadwindow.cpp:211 +#: frontend/searchdialog/cmoduleresultview.cpp:63 +#: frontend/searchdialog/csearchresultview.cpp:51 +msgid "Copy..." +msgstr "" + +#: frontend/displaywindow/cbiblereadwindow.cpp:247 +#: frontend/displaywindow/clexiconreadwindow.cpp:220 +#: frontend/searchdialog/cmoduleresultview.cpp:71 +#: frontend/searchdialog/csearchresultview.cpp:59 +msgid "Save..." +msgstr "" + +#: frontend/displaywindow/cbiblereadwindow.cpp:254 +#: frontend/displaywindow/clexiconreadwindow.cpp:226 +#: frontend/searchdialog/cmoduleresultview.cpp:79 +#: frontend/searchdialog/csearchresultview.cpp:67 +msgid "Print..." +msgstr "" + +#: frontend/displaywindow/cbiblereadwindow.cpp:351 +msgid "Copy chapter to clipboard ..." +msgstr "" + +#: frontend/displaywindow/cbiblereadwindow.cpp:351 +msgid "Copying" +msgstr "" + +#: frontend/displaywindow/cbiblereadwindow.cpp:372 +#: frontend/displaywindow/cbiblereadwindow.cpp:390 +msgid "Saving chapter ..." +msgstr "" + +#: frontend/displaywindow/cbiblereadwindow.cpp:372 +#: frontend/displaywindow/cbiblereadwindow.cpp:390 +#: frontend/displaywindow/clexiconreadwindow.cpp:271 +#: frontend/displaywindow/clexiconreadwindow.cpp:277 +msgid "Saving" +msgstr "Salvando" + +#: frontend/displaywindow/cbookreadwindow.cpp:65 +#: frontend/displaywindow/cbookreadwindow.cpp:76 +msgid "Toggle tree view" +msgstr "" + +#: frontend/displaywindow/cbookreadwindow.cpp:82 +#: frontend/displaywindow/clexiconreadwindow.cpp:56 +msgid "Copy entry with text" +msgstr "" + +#: frontend/displaywindow/cbookreadwindow.cpp:84 +#: frontend/displaywindow/clexiconreadwindow.cpp:58 +msgid "Save entry as plain text" +msgstr "" + +#: frontend/displaywindow/cbookreadwindow.cpp:85 +#: frontend/displaywindow/clexiconreadwindow.cpp:59 +msgid "Save entry as HTML" +msgstr "" + +#: frontend/displaywindow/cbookreadwindow.cpp:87 +#: frontend/displaywindow/clexiconreadwindow.cpp:61 +msgid "Print entry with text" +msgstr "" + +#: frontend/displaywindow/cbookreadwindow.cpp:175 +msgid "Book window" +msgstr "" + +#: frontend/displaywindow/cbuttons.cpp:111 +msgid "Display settings: No options available" +msgstr "" + +#: frontend/displaywindow/cbuttons.cpp:116 +msgid "Display settings" +msgstr "" + +#: frontend/displaywindow/cbuttons.cpp:133 +msgid "Display options" +msgstr "" + +#: frontend/displaywindow/cbuttons.cpp:136 +msgid "Use linebreaks after each verse" +msgstr "" + +#: frontend/displaywindow/cbuttons.cpp:139 +msgid "Show versenumbers" +msgstr "" + +#: frontend/displaywindow/cbuttons.cpp:141 +msgid "Show headings" +msgstr "" + +#: frontend/displaywindow/cbuttons.cpp:145 +msgid "Highlight words of Jesus" +msgstr "Destacar as palavras de Jesus" + +#: frontend/displaywindow/cbuttons.cpp:161 +msgid "Use alternative textual variant" +msgstr "" + +#: frontend/displaywindow/ccommentaryreadwindow.cpp:78 +#: frontend/displaywindow/chtmlwritewindow.cpp:59 +#: frontend/displaywindow/cplainwritewindow.cpp:55 +msgid "Sync with active Bible" +msgstr "" + +#: frontend/displaywindow/ccommentaryreadwindow.cpp:197 +msgid "Commentary window" +msgstr "" + +#: frontend/displaywindow/cdisplaywindow.cpp:146 +#: frontend/displaywindow/cdisplaywindow.cpp:197 +msgid "Back in history" +msgstr "" + +#: frontend/displaywindow/cdisplaywindow.cpp:153 +#: frontend/displaywindow/cdisplaywindow.cpp:203 +msgid "Forward in history" +msgstr "" + +#: frontend/displaywindow/cdisplaywindow.cpp:161 +#: frontend/searchdialog/csearchdialog.cpp:85 +msgid "Search" +msgstr "" + +#: frontend/displaywindow/chtmlwritewindow.cpp:68 +#: frontend/displaywindow/cplainwritewindow.cpp:65 +msgid "Save text" +msgstr "Salvar texto" + +#: frontend/displaywindow/chtmlwritewindow.cpp:78 +#: frontend/displaywindow/cplainwritewindow.cpp:76 +msgid "Delete current entry" +msgstr "" + +#: frontend/displaywindow/chtmlwritewindow.cpp:88 +#: frontend/displaywindow/cplainwritewindow.cpp:87 +msgid "Restore original text" +msgstr "" + +#: frontend/displaywindow/clexiconreadwindow.cpp:47 +#: frontend/displaywindow/clexiconreadwindow.cpp:83 +msgid "Next entry" +msgstr "Próxima entrada" + +#: frontend/displaywindow/clexiconreadwindow.cpp:51 +#: frontend/displaywindow/clexiconreadwindow.cpp:88 +msgid "Previous entry" +msgstr "Entrada anterior" + +#: frontend/displaywindow/clexiconreadwindow.cpp:110 +#: frontend/displaywindow/clexiconreadwindow.cpp:121 +msgid "Entry with text" +msgstr "Entrar com texto" + +#: frontend/displaywindow/clexiconreadwindow.cpp:115 +msgid "Entry as plain text" +msgstr "" + +#: frontend/displaywindow/clexiconreadwindow.cpp:117 +msgid "Entry as HTML" +msgstr "" + +#: frontend/displaywindow/clexiconreadwindow.cpp:200 +msgid "Lexicon window" +msgstr "" + +#: frontend/displaywindow/clexiconreadwindow.cpp:271 +#: frontend/displaywindow/clexiconreadwindow.cpp:277 +msgid "Saving entry ..." +msgstr "" + +#: frontend/displaywindow/cmodulechooserbutton.cpp:112 +#: frontend/displaywindow/cmodulechooserbutton.cpp:159 +msgid "NONE" +msgstr "NADA" + +#: frontend/displaywindow/cmodulechooserbutton.cpp:128 +#: frontend/displaywindow/cmodulechooserbutton.cpp:129 +#: frontend/displaywindow/cmodulechooserbutton.cpp:151 +msgid "Select a work" +msgstr "" + +#: frontend/displaywindow/cmodulechooserbutton.cpp:154 +msgid "Select an additional work" +msgstr "" + +#: frontend/displaywindow/cmodulechooserbutton.cpp:225 +msgid "[locked]" +msgstr "[bloqueado]" + +#: frontend/displaywindow/cmodulechooserbutton.cpp:244 +msgid "No work selected" +msgstr "Nenhum trabalho selecionado" + +#: frontend/displaywindow/cplainwritewindow.cpp:138 +msgid "Module is not writable." +msgstr "" + +#: frontend/displaywindow/cplainwritewindow.cpp:139 +msgid "" +"Either the module may not be edited, or you do not have write permission." +msgstr "" + +#: frontend/displaywindow/cplainwritewindow.cpp:141 +msgid "Module not writable" +msgstr "" + +#: frontend/displaywindow/cwritewindow.cpp:141 +msgid "Save text before closing?" +msgstr "" + +#: frontend/displaywindow/cwritewindow.cpp:165 +msgid "Save changed text?" +msgstr "Salvar o texto alterado?" + +#: frontend/mainindex/cindexitem.cpp:393 +msgid "Change description ..." +msgstr "Mudar descrição..." + +#: frontend/mainindex/cindexitem.cpp:393 +msgid "Enter a new description for the chosen bookmark." +msgstr "" + +#: frontend/mainindex/cindexitem.cpp:488 +msgid "New folder" +msgstr "Nova pasta" + +#: frontend/mainindex/cindexitem.cpp:597 +msgid "Daily devotionals" +msgstr "" + +#: frontend/mainindex/cindexitem.cpp:606 +msgid "Old bookmarks" +msgstr "Favoritos antigos" + +#: frontend/mainindex/cindexitem.cpp:609 +msgid "Unknown" +msgstr "" + +#: frontend/mainindex/cindexitem.cpp:616 +msgid "Unknown language" +msgstr "" + +#: frontend/mainindex/cindexitem.cpp:974 frontend/mainindex/cindexitem.cpp:982 +msgid "" +"*.btb | BibleTime bookmark files (*.btb)\n" +"*.* | All files (*.*)" +msgstr "" + +#: frontend/mainindex/cindexitem.cpp:974 +msgid "BibleTime - Export bookmarks" +msgstr "" + +#: frontend/mainindex/cindexitem.cpp:982 +msgid "BibleTime - Import bookmarks" +msgstr "" + +#: frontend/mainindex/cmainindex.cpp:149 +msgid "Create a new folder" +msgstr "" + +#: frontend/mainindex/cmainindex.cpp:150 +msgid "Change this folder" +msgstr "Alterar esta pasta" + +#: frontend/mainindex/cmainindex.cpp:152 +msgid "Change bookmark description" +msgstr "" + +#: frontend/mainindex/cmainindex.cpp:153 +msgid "Import bookmarks" +msgstr "Importar favoritos" + +#: frontend/mainindex/cmainindex.cpp:154 +msgid "Export bookmarks" +msgstr "Exportar favoritos" + +#: frontend/mainindex/cmainindex.cpp:155 +msgid "Print bookmarks" +msgstr "" + +#: frontend/mainindex/cmainindex.cpp:157 +msgid "Remove selected item(s)" +msgstr "Remover os itens selecionados" + +#: frontend/mainindex/cmainindex.cpp:159 +msgid "Edit this work" +msgstr "" + +#: frontend/mainindex/cmainindex.cpp:161 +msgid "Plain text" +msgstr "Texto puro" + +#: frontend/mainindex/cmainindex.cpp:162 +msgid "HTML" +msgstr "" + +#: frontend/mainindex/cmainindex.cpp:164 +msgid "Search in selected work(s)" +msgstr "" + +#: frontend/mainindex/cmainindex.cpp:165 +msgid "Unlock this work" +msgstr "" + +#: frontend/mainindex/cmainindex.cpp:166 +msgid "About this work" +msgstr "" + +#: frontend/mainindex/cmainindex.cpp:534 +msgid "Do you really want to delete the selected items and child-items?" +msgstr "" + +#: frontend/mainindex/cmainindex.cpp:534 +msgid "Delete Items" +msgstr "Apagar Itens" + +#: frontend/mainindex/cmainindex.cpp:574 +msgid "BibleTime - Unlock work" +msgstr "" + +#: frontend/mainindex/cmainindex.cpp:575 +msgid "Enter the unlock key for this work." +msgstr "" + +#: frontend/manageindicesform.cpp:75 frontend/manageindicesform.ui:16 +#, no-c-format +msgid "Manage Indicies" +msgstr "" + +#: frontend/manageindicesform.cpp:76 frontend/manageindicesform.ui:52 +#, no-c-format +msgid "Automaticall&y delete orphaned indices when BibleTime starts" +msgstr "" + +#: frontend/manageindicesform.cpp:77 frontend/manageindicesform.ui:90 +#, no-c-format +msgid "&Create selected indices" +msgstr "" + +#: frontend/manageindicesform.cpp:78 frontend/manageindicesform.ui:98 +#, no-c-format +msgid "De&lete selected indices" +msgstr "" + +#: frontend/searchdialog/cmodulechooser.cpp:92 +#: frontend/searchdialog/cmoduleresultview.cpp:49 +msgid "Work" +msgstr "Trabalho" + +#: frontend/searchdialog/cmodulechooser.cpp:271 +msgid "Choose work(s)" +msgstr "" + +#: frontend/searchdialog/cmodulechooser.cpp:283 +msgid "Use chosen work(s)" +msgstr "" + +#: frontend/searchdialog/cmoduleresultview.cpp:50 +msgid "Hits" +msgstr "Dicas" + +#: frontend/searchdialog/cmoduleresultview.cpp:227 +#: frontend/searchdialog/cmoduleresultview.cpp:236 +#: frontend/searchdialog/csearchresultview.cpp:212 +#: frontend/searchdialog/csearchresultview.cpp:231 +msgid "Copy search result..." +msgstr "Copiar resultado da pesquisa..." + +#: frontend/searchdialog/cmoduleresultview.cpp:227 +#: frontend/searchdialog/cmoduleresultview.cpp:236 +#: frontend/searchdialog/csearchresultview.cpp:212 +#: frontend/searchdialog/csearchresultview.cpp:231 +msgid "Copying search result" +msgstr "Copiando os resultados da pesquisa" + +#: frontend/searchdialog/cmoduleresultview.cpp:245 +#: frontend/searchdialog/cmoduleresultview.cpp:254 +#: frontend/searchdialog/csearchresultview.cpp:174 +#: frontend/searchdialog/csearchresultview.cpp:193 +msgid "Save search result..." +msgstr "" + +#: frontend/searchdialog/cmoduleresultview.cpp:245 +#: frontend/searchdialog/cmoduleresultview.cpp:254 +#: frontend/searchdialog/csearchresultview.cpp:174 +#: frontend/searchdialog/csearchresultview.cpp:193 +msgid "Saving search result" +msgstr "" + +#: frontend/searchdialog/cmoduleresultview.cpp:263 +#: frontend/searchdialog/csearchresultview.cpp:163 +msgid "Print search result..." +msgstr "" + +#: frontend/searchdialog/cmoduleresultview.cpp:263 +#: frontend/searchdialog/csearchresultview.cpp:163 +msgid "Printing search result" +msgstr "Imprimindo os resultados da pesquisa" + +#: frontend/searchdialog/crangechooser.cpp:74 +msgid "Search range editor" +msgstr "" + +#: frontend/searchdialog/crangechooser.cpp:102 +msgid "Search range" +msgstr "" + +#: frontend/searchdialog/crangechooser.cpp:110 +msgid "Add new range" +msgstr "" + +#: frontend/searchdialog/crangechooser.cpp:114 +msgid "Delete current range" +msgstr "" + +#: frontend/searchdialog/crangechooser.cpp:120 +msgid "Name:" +msgstr "Nome:" + +#: frontend/searchdialog/crangechooser.cpp:125 +msgid "Edit current search range:" +msgstr "" + +#: frontend/searchdialog/crangechooser.cpp:135 +msgid "Parsed search range:" +msgstr "" + +#: frontend/searchdialog/crangechooser.cpp:164 +msgid "New range" +msgstr "" + +#: frontend/searchdialog/crangechooser.cpp:229 +msgid "" +msgstr "" + +#: frontend/searchdialog/csearchanalysis.cpp:70 +msgid "Search analysis" +msgstr "" + +#: frontend/searchdialog/csearchanalysis.cpp:87 +msgid "Save search analysis as HTML" +msgstr "" + +#: frontend/searchdialog/csearchanalysis.cpp:519 +msgid "Save Search Analysis" +msgstr "" + +#: frontend/searchdialog/csearchanalysis.cpp:540 +msgid "BibleTime Search Analysis" +msgstr "" + +#: frontend/searchdialog/csearchanalysis.cpp:541 +msgid "Search text :" +msgstr "Texto da pesquisa:" + +#: frontend/searchdialog/csearchanalysis.cpp:543 +msgid "Book" +msgstr "" + +#: frontend/searchdialog/csearchanalysis.cpp:544 +msgid "Total hits" +msgstr "" + +#: frontend/searchdialog/csearchanalysis.cpp:580 +msgid "Created by" +msgstr "Criado por" + +#: frontend/searchdialog/csearchdialog.cpp:85 +msgid "Search dialog" +msgstr "Diálogo de pesquisa" + +#: frontend/searchdialog/csearchdialog.cpp:111 +msgid "Missing indices" +msgstr "" + +#: frontend/searchdialog/csearchdialog.cpp:112 +msgid "" +"One or more modules need indexing before they can be searched.\n" +"This could take a long time. Proceed with indexing?" +msgstr "" + +#: frontend/searchdialog/csearchdialogpages.cpp:81 +msgid "Parsing Stong's Numbers" +msgstr "" + +#: frontend/searchdialog/csearchdialogpages.cpp:81 +msgid "Parsing Stong's numbers for translations." +msgstr "" + +#: frontend/searchdialog/csearchdialogpages.cpp:650 +msgid "Searching in: " +msgstr "Procurando em: " + +#: frontend/searchdialog/csearchdialogpages.cpp:723 +msgid "" +"

Enter search terms separated by spaces. By default the search function " +"will return results that match any of the search terms (OR). To search for " +"all the terms separate the terms by AND.

" +msgstr "" + +#: frontend/searchdialog/csearchdialogpages.cpp:726 +msgid "" +"

You can use wildcards: '*' matches any sequence of characters, while '?' " +"matches any single character. The use of brackets allows you to group your " +"search terms, e.g. '(Jesus OR spirit) AND God'.

" +msgstr "" + +#: frontend/searchdialog/csearchdialogpages.cpp:729 +msgid "" +"

To search text other than the main text, enter the text type followed by " +"\":\", and then the search term. For example, to search for the Strong's " +"number H8077, use 'strong:H8077'.

" +msgstr "" + +#: frontend/searchdialog/csearchdialogpages.cpp:732 +msgid "" +"

Available text types:
heading:searches " +"headings
footnote:searches footnotes
strong:searches Strong's Numbers
morph:" +"searches morphology codes

" +msgstr "" + +#: frontend/searchdialog/csearchdialogpages.cpp:737 +msgid "" +"

BibleTime uses the Lucene search engine to perform your searches. It has " +"many advanced features, and you can read more about it here: http://lucene." +"apache.org/java/docs/queryparsersyntax.html

" +msgstr "" + +#: frontend/searchdialog/csearchdialogpages.cpp:742 +msgid "Basic Search Syntax Introduction" +msgstr "" + +#: frontend/searchdialog/csearchdialogpages.cpp:750 +msgid "No search scope" +msgstr "" + +#: frontend/searchdialog/csearchresultview.cpp:41 +msgid "Results" +msgstr "" + +#: frontend/searchdialog/searchoptionsform.cpp:106 +#: frontend/searchdialog/searchoptionsform.ui:36 +#, no-c-format +msgid "Search Options" +msgstr "" + +#: frontend/searchdialog/searchoptionsform.cpp:107 +#: frontend/searchdialog/searchoptionsform.ui:50 +#, no-c-format +msgid "Search parameters" +msgstr "" + +#: frontend/searchdialog/searchoptionsform.cpp:108 +#: frontend/searchdialog/searchoptionsform.ui:75 +#, no-c-format +msgid "Search for:" +msgstr "Procurar por:" + +#: frontend/searchdialog/searchoptionsform.cpp:110 +#: frontend/searchdialog/searchoptionsform.ui:91 +#, no-c-format +msgid "&Choose" +msgstr "" + +#: frontend/searchdialog/searchoptionsform.cpp:111 +#: frontend/searchdialog/searchoptionsform.ui:99 +#, no-c-format +msgid "&Setup" +msgstr "" + +#: frontend/searchdialog/searchoptionsform.cpp:112 +#: frontend/searchdialog/searchoptionsform.ui:115 +#, no-c-format +msgid "Search scope:" +msgstr "" + +#: frontend/searchdialog/searchoptionsform.cpp:113 +#: frontend/searchdialog/searchoptionsform.ui:169 +#, no-c-format +msgid "Search in:" +msgstr "Procurar em:" + +#: frontend/searchdialog/searchresultsform.cpp:84 +#: frontend/searchdialog/searchresultsform.ui:36 +#, no-c-format +msgid "SearchResults" +msgstr "" + +#: frontend/searchdialog/searchresultsform.cpp:85 +#: frontend/searchdialog/searchresultsform.ui:106 +#, no-c-format +msgid "Analyze search" +msgstr "" + +#: main.cpp:124 +msgid "Enable debug messages" +msgstr "" + +#: main.cpp:125 +msgid "" +"Ignore the startup session that was saved when BibleTime was closed the last " +"time." +msgstr "" + +#: main.cpp:126 +msgid "" +"Open the standard Bible with the given key. Use to open at a random " +"position." +msgstr "" + +#: main.cpp:135 +msgid "Bible study tool for Trinity" +msgstr "" + +#: main.cpp:137 +msgid "(c)1999-2010, The BibleTime Team and The Trinity Project" +msgstr "" + +#: main.cpp:138 +msgid "" +"BibleTime is an easy to use but powerful Bible study tool for Trinity.\n" +"It is a fork of the main BibleTime project in order to provide a native " +"Trinity application.\n" +"\n" +"The BibleTime project is looking for developers and translators.\n" +"If you'd like to join their team, please send an email to info@bibletime." +"info." +msgstr "" + +#: main.cpp:147 +msgid "Project coordinator" +msgstr "" + +#: main.cpp:149 +msgid "Frontend, backend" +msgstr "" + +#: main.cpp:151 +msgid "Crystal icons, crystal startlogo, webpage" +msgstr "" + +#: main.cpp:153 +msgid "Trinity project" +msgstr "Projeto Trinity" + +#: main.cpp:161 +msgid "Romanian translation" +msgstr "" + +#: main.cpp:163 +msgid "High contrast template" +msgstr "" + +#: main.cpp:165 +msgid "Installation manager" +msgstr "" + +#: main.cpp:167 +msgid "Icons, startlogo" +msgstr "" + +#: main.cpp:169 +msgid "GUI" +msgstr "" + +#: main.cpp:171 +msgid "GUI, instant search" +msgstr "" + +#: main.cpp:173 +msgid "GUI translations into Traditional and Simplified Chinese" +msgstr "" + +#: main.cpp:175 +msgid "Binary packages" +msgstr "" + +#: main.cpp:177 +msgid "Founder of the Sword project" +msgstr "" + +#: main.cpp:179 +msgid "Sponsored our internet domain for many years" +msgstr "" + +#: main.cpp:181 +msgid "Bible Study HowTo" +msgstr "" + +#: main.cpp:183 main.cpp:211 +msgid "Search dialog enhancements" +msgstr "" + +#: main.cpp:185 +msgid "Language codes and names" +msgstr "" + +#: main.cpp:187 +msgid "GUI improvements" +msgstr "" + +#: main.cpp:189 +msgid "Finnish translation" +msgstr "Tradução finlandesa" + +#: main.cpp:191 main.cpp:199 +msgid "Frontend" +msgstr "Interface" + +#: main.cpp:193 +msgid "Czech translation" +msgstr "" + +#: main.cpp:195 +msgid "Searchdialog" +msgstr "" + +#: main.cpp:197 +msgid "Polish translation" +msgstr "" + +#: main.cpp:201 main.cpp:209 +msgid "Russian website translation" +msgstr "" + +#: main.cpp:203 +msgid "Spanish website translation updates" +msgstr "" + +#: main.cpp:205 +msgid "Update to the russian website translation" +msgstr "" + +#: main.cpp:207 +msgid "Documentation" +msgstr "Documentação" + +#: main.cpp:213 +msgid "Very helpful and detailed testing" +msgstr "" + +#: main.cpp:215 +msgid "The first lead developer" +msgstr "" + +#: main.cpp:217 +msgid "Translation updates for the Dutch GUI, the website and the handbook" +msgstr "" + +#: main.cpp:219 +msgid "French handbook translation" +msgstr "" + +#: main.cpp:221 +msgid "Helpful source code additions" +msgstr "" + +#: main.cpp:223 +msgid "Translated the GUI into Russian" +msgstr "" + +#: main.cpp:225 +msgid "New Bible key choosers" +msgstr "" + +#: main.cpp:227 +msgid "Spanish translation" +msgstr "Tradução espanhola" + +#: main.cpp:267 +msgid "Starting BibleTime" +msgstr "" + +#: util/cresmgr.cpp:737 +msgid "" +"Open the printer dialog of BibleTime, where you can edit the print queue, " +"assign styles to the items and print them." +msgstr "" + +#: util/cresmgr.cpp:741 +msgid "Close BibleTime and save the settings." +msgstr "" + +#: util/cresmgr.cpp:748 +msgid "Show or hide the bookshelf." +msgstr "" + +#: util/cresmgr.cpp:752 +msgid "Toggle the main toolbar view." +msgstr "" + +#: util/cresmgr.cpp:760 +msgid "Open the search dialog to search in all works that are currently open." +msgstr "" + +#: util/cresmgr.cpp:764 +msgid "Open the search dialog to search in the standard Bible." +msgstr "" + +#: util/cresmgr.cpp:772 +msgid "Restore a saved BibleTime session." +msgstr "" + +#: util/cresmgr.cpp:776 +msgid "Save current BibleTime session so that it can be reused later." +msgstr "" + +#: util/cresmgr.cpp:780 +msgid "Create and save a new session." +msgstr "" + +#: util/cresmgr.cpp:784 +msgid "Delete a BibleTime session." +msgstr "" + +#: util/cresmgr.cpp:788 +msgid "Toggle fullscreen mode of the main window." +msgstr "" + +#: util/cresmgr.cpp:792 +msgid "Vertically tile the open windows." +msgstr "" + +#: util/cresmgr.cpp:796 +msgid "Horizontally tile the open windows." +msgstr "" + +#: util/cresmgr.cpp:800 +msgid "Cascade the open windows." +msgstr "Janelas abertas em cascata." + +#: util/cresmgr.cpp:805 +msgid "Choose the way that is used to arrange the windows." +msgstr "" + +#: util/cresmgr.cpp:809 +msgid "Automatically tile the open windows vertically." +msgstr "" + +#: util/cresmgr.cpp:813 +msgid "Automatically tile the open windows horizontally." +msgstr "" + +#: util/cresmgr.cpp:817 +msgid "Automatically cascade the open windows." +msgstr "" + +#: util/cresmgr.cpp:822 +msgid "Close all open windows." +msgstr "Fechar todas as janelas abertas." + +#: util/cresmgr.cpp:830 +msgid "Open BibleTime's toolbar editor." +msgstr "" + +#: util/cresmgr.cpp:834 +msgid "Open the dialog to set most of BibleTime's preferences." +msgstr "" + +#: util/cresmgr.cpp:838 +msgid "" +"Open the dialog to configure your bookshelf and install/update/remove works." +msgstr "" + +#: util/cresmgr.cpp:847 +msgid "Open BibleTime's handbook in the KDE helpbrowser." +msgstr "" + +#: util/cresmgr.cpp:851 +msgid "" +"Open the Bible study HowTo included with BibleTime in the KDE helpbrowser. " +"
This HowTo is an introduction on how to study the Bible in an efficient " +"way." +msgstr "" + +#: util/cresmgr.cpp:855 +msgid "Send a bugreport to the developers of BibleTime." +msgstr "" + +#: util/cresmgr.cpp:859 +msgid "" +"Show a daily tip each time BibleTime starts.
The tips contain important " +"Bible quotations and helpful tips for using BibleTime." +msgstr "" + +#: util/cresmgr.cpp:863 +msgid "Show detailed information about BibleTime." +msgstr "" + +#: util/cresmgr.cpp:867 +msgid "Show detailed information about the KDE project." +msgstr "" + +#: util/cresmgr.cpp:877 +msgid "Start to search the text in each of the chosen work(s)." +msgstr "" + +#: util/cresmgr.cpp:881 +msgid "Stop the active search." +msgstr "" + +#: util/cresmgr.cpp:888 +msgid "Open a dialog to choose work(s) for the search." +msgstr "" + +#: util/cresmgr.cpp:892 +msgid "Enter the text you want to search in the chosen work(s) here." +msgstr "" + +#: util/cresmgr.cpp:898 +msgid "" +"Treat the search text as multiple words. A text must contain all of the " +"words to match. The order of the words is unimportant." +msgstr "" + +#: util/cresmgr.cpp:902 +msgid "" +"Treat the search text as multiple words. A text must contain one or more " +"words of to match. The order is unimportant." +msgstr "" + +#: util/cresmgr.cpp:906 +msgid "The search text will be used exactly as entered." +msgstr "" + +#: util/cresmgr.cpp:910 +msgid "" +"Treat the search string as a GNU regular expression. The BibleTime handbook " +"contains an introduction to regular expressions." +msgstr "" + +#: util/cresmgr.cpp:918 +msgid "" +"If you choose this option the search will distinguish between upper and " +"lowercase characters." +msgstr "" + +#: util/cresmgr.cpp:923 +msgid "" +"Choose a scope from the list. Select the first item to use no scope, the " +"second one is to use each work's last search result as search scope. The " +"others are user defined search scopes." +msgstr "" + +#: util/cresmgr.cpp:931 +msgid "Select an item from the list to edit the search scope." +msgstr "" + +#: util/cresmgr.cpp:935 +msgid "Change the name of the selected search scope." +msgstr "" + +#: util/cresmgr.cpp:939 +msgid "" +"Change the search ranges of the selected search scope item. Have a look at " +"the predefined search scopes to see how search ranges are constructed." +msgstr "" + +#: util/cresmgr.cpp:943 +msgid "Contains the search ranges which will be used for the search." +msgstr "" + +#: util/cresmgr.cpp:947 +msgid "" +"Add a new search scope. First enter an appropriate name, then edit the " +"search ranges." +msgstr "" + +#: util/cresmgr.cpp:951 +msgid "" +"Deletes the selected search scope. If you close the dialog using Cancel the " +"settings won't be saved." +msgstr "" + +#: util/cresmgr.cpp:959 +msgid "The list of works chosen for the search." +msgstr "" + +#: util/cresmgr.cpp:963 +msgid "This list contains the search result of the selected work." +msgstr "" + +#: util/cresmgr.cpp:967 +msgid "The text preview of the selected search result item." +msgstr "" + +#: util/cresmgr.cpp:979 +msgid "" +"This button is useful to scroll through the entries of the list. Press the " +"button and move the mouse to increase or decrease the item." +msgstr "" + +#: util/cresmgr.cpp:983 +msgid "This button opens the search dialog with the work(s) of this window." +msgstr "" + +#: util/cresmgr.cpp:988 +msgid "Go back one item in the display history." +msgstr "" + +#: util/cresmgr.cpp:992 +msgid "Go forward one item in the display history." +msgstr "" + +#: util/cresmgr.cpp:997 +msgid "" +"Show all occurences of the Strong number currently under the mouse cursor." +msgstr "" + +#: util/cresmgr.cpp:1003 +msgid "This list contains the books which are available in this work." +msgstr "" + +#: util/cresmgr.cpp:1007 +msgid "Show the next book of this work." +msgstr "" + +#: util/cresmgr.cpp:1011 +msgid "Show the previous book of this work." +msgstr "" + +#: util/cresmgr.cpp:1015 +msgid "" +"This list contains the chapters which are available in the current book." +msgstr "" + +#: util/cresmgr.cpp:1019 +msgid "Show the next chapter of the work." +msgstr "" + +#: util/cresmgr.cpp:1023 +msgid "Show the previous chapter of the work." +msgstr "" + +#: util/cresmgr.cpp:1027 +msgid "" +"This list contains the verses which are available in the current chapter." +msgstr "" + +#: util/cresmgr.cpp:1031 +msgid "" +"In Bible texts, the next verse will be highlighted. In commentaries, the " +"next entry will be shown." +msgstr "" + +#: util/cresmgr.cpp:1036 +msgid "" +"In Bible texts, the previous verse will be highlighted. In commentaries, the " +"previous entry will be shown." +msgstr "" + +#: util/cresmgr.cpp:1043 +msgid "" +"Synchronize the displayed entry of this work with the active Bible window." +msgstr "" + +#: util/cresmgr.cpp:1050 +msgid "This list contains the entries of the current work." +msgstr "" + +#: util/cresmgr.cpp:1054 +msgid "The next entry of the work will be shown." +msgstr "" + +#: util/cresmgr.cpp:1058 +msgid "The previous entry of the work will be shown." +msgstr "" + +#: util/cresmgr.cpp:1066 +msgid "Save the curent text into the work. The old text will be overwritten." +msgstr "" + +#: util/cresmgr.cpp:1070 +msgid "" +"Loads the old text from the work and loads it into the edit area. The " +"unsaved text will be lost." +msgstr "" + +#: util/cresmgr.cpp:1074 +msgid "Deletes the current entry out of the work. The text will be lost." +msgstr "" + +#: util/cresmgr.cpp:1080 +msgid "Toggle bold formatting of the selected text." +msgstr "" + +#: util/cresmgr.cpp:1084 +msgid "Toggle italic formatting of the selected text." +msgstr "" + +#: util/cresmgr.cpp:1088 +msgid "Toggle underlined formatting of the selected text." +msgstr "" + +#: util/cresmgr.cpp:1093 +msgid "The text will be aligned on the left side of the page." +msgstr "" + +#: util/cresmgr.cpp:1097 +msgid "Centers the text horizontally." +msgstr "Centralizar o texto horizontalmente." + +#: util/cresmgr.cpp:1101 +msgid "Aligns the text on the right side of the page." +msgstr "Alinhar o texto à direita da página." + +#: util/cresmgr.cpp:1105 +msgid "Justifies the text on the page." +msgstr "Justificar o texto na página." + +#: util/cresmgr.cpp:1110 +msgid "Choose a new font for the selected text." +msgstr "Escolha uma nova fonte para o texto selecionado." + +#: util/cresmgr.cpp:1113 +msgid "Choose a new font size for the selected text." +msgstr "Escolha um novo tamanho para a fonte do texto selecionado." + +#: util/cresmgr.cpp:1116 +msgid "Choose a new color for the selected text." +msgstr "Escolha uma nova cor para o texto selecionado." + +#: util/cresmgr.cpp:1126 +msgid "Activate this box to see a daily tip on startup." +msgstr "Ative esta caixa para ver diariamente uma dica no início." + +#: util/cresmgr.cpp:1130 +msgid "Activate this to see the BibleTime logo on startup." +msgstr "Ative isto para ver a logomarca do BibleTime na inicialização." + +#: util/cresmgr.cpp:1134 +msgid "" +"Save the user's session when BibleTime is closed and restore it on the next " +"startup." +msgstr "" +"Salvar a sessão do usuário quando o BibleTime for fechado e restaurar na " +"próxima inicialização." + +#: util/cresmgr.cpp:1141 +msgid "The font selection below will apply to all texts in this language." +msgstr "" +"A fonte selecionada abaixo será aplicata a todos os textos deste idioma." + +#: util/cresmgr.cpp:1150 +msgid "Contains the languages which can be used for the biblical booknames." +msgstr "" + +#: util/cresmgr.cpp:1157 +msgid "The standard Bible is used when a hyperlink into a Bible is clicked." +msgstr "" + +#: util/cresmgr.cpp:1161 +msgid "" +"The standard commentary is used when a hyperlink into a commentary is " +"clicked." +msgstr "" + +#: util/cresmgr.cpp:1165 +msgid "" +"The standard lexicon is used when a hyperlink into a lexicon is clicked." +msgstr "" + +#: util/cresmgr.cpp:1169 +msgid "" +"The standard devotional will be used to display a short start up devotional." +msgstr "" + +#: util/cresmgr.cpp:1173 +msgid "" +"The standard Hebrew lexicon is used when a hyperlink into a Hebrew lexicon " +"is clicked." +msgstr "" + +#: util/cresmgr.cpp:1177 +msgid "" +"The standard Greek lexicon is used when a hyperlink into a Greek lexicon is " +"clicked." +msgstr "" + +#: util/cresmgr.cpp:1181 +msgid "" +"The standard morphological lexicon for Hebrew texts is used when a hyperlink " +"of a morphological tag in a Hebrew text is clicked." +msgstr "" + +#: util/cresmgr.cpp:1185 +msgid "" +"The standard morphological lexicon for Greek texts is used when a hyperlink " +"of a morphological tag in a Greek text is clicked." +msgstr "" + +#: util/cresmgr.cpp:1194 +msgid "" +"Opens the search dialog to search in the work(s) that are currently open." +msgstr "" + +#: util/ctoolclass.cpp:78 +msgid "The file already exists." +msgstr "O arquivo já existe." + +#: util/ctoolclass.cpp:79 +msgid "Do you want to overwrite it?" +msgstr "Tem certeza que deseja sobrescrever?" + +#: util/ctoolclass.cpp:99 +msgid "The file couldn't be saved." +msgstr "" + +#: util/ctoolclass.cpp:100 +msgid "Please check permissions etc." +msgstr "" + +#: util/ctoolclass.cpp:209 +msgid "not set" +msgstr "" + +#: xml/bibletimeui.rc:9 +#, no-c-format +msgid "&Search" +msgstr "" + +#: xml/bibletimeui.rc:19 +#, no-c-format +msgid "Se&ttings" +msgstr "" + +#: xml/bibletimeui.rc:26 +#, no-c-format +msgid "&Window" +msgstr "" + +#: ../docs/tips:3 +msgid "The Bible was written so we could believe in Jesus. (John 20:31)\n" +msgstr "" + +#: ../docs/tips:9 +msgid "" +"BibleTime includes a really useful handbook written by Fred Saalbach.\n" +"To read it choose the item \"Handbook\" in the \"Help\" menu of BibleTime.\n" +msgstr "" + +#: ../docs/tips:16 +msgid "" +"No one is allowed by God to add anything to or take anything away from the " +"Word. (Revelation 22:18-19)\n" +msgstr "" + +#: ../docs/tips:22 +msgid "The Bible is like a mirror. (James 1:23)\n" +msgstr "" + +#: ../docs/tips:28 +msgid "" +"BibleTime does include a Bible Study HowTo!\n" +"It was written by Bob Harman and is a great introduction how to study the " +"Bible.\n" +msgstr "" + +#: ../docs/tips:35 +msgid "" +"You can save, print and copy the whole search result by pressing the right " +"mouse button on the icon of the searched module in the search dialog.\n" +msgstr "" + +#: ../docs/tips:41 +msgid "The Bible is our only spiritual weapon. (Ephesians 6:17)\n" +msgstr "" + +#: ../docs/tips:47 +msgid "" +"To get the number of verses in the Bible search for a space in the module.\n" +"The search analysis shows you the number of verses of each book.\n" +msgstr "" + +#: ../docs/tips:54 +msgid "The Bible is truth. (John 17:17)\n" +msgstr "" + +#: ../docs/tips:60 +msgid "" +"If you would like to create a set of bookmarks around a specific topic with " +"comments containing what the Lord told you here, it's best to\n" +"make bookmarks from your personal commentary.\n" +msgstr "" + +#: ../docs/tips:67 +msgid "" +"The scriptures give us the wisdom that leads to salvation. (2 Timothy 3:15)\n" +msgstr "" + +#: ../docs/tips:73 +msgid "" +"To lookup the meaning of the original hebrew or greek word in a Bible " +"supporting Strong's numbers, switch them on and \n" +"click on the strong number. Now a new window showing the strong number with\n" +"it's explanation is shown. If your favourite translation doesn't support " +"Strong's numbers please refer to an alternate translation for the number of " +"the corresponding word.\n" +"Make sure you have set the default modules in the preferences.\n" +msgstr "" + +#: ../docs/tips:82 +msgid "" +"If you want to use a commentary as a topical reference, search it for terms " +"your topic is about.\n" +msgstr "" + +#: ../docs/tips:88 +msgid "" +"In the beginning was the Word, the Word was with God, and the Word was God. " +"(John 1:1)\n" +msgstr "" + +#: ../docs/tips:94 +msgid "" +"We will be judged on the last day by the words Jesus spoke. (John 12:48)\n" +msgstr "" + +#: ../docs/tips:100 +msgid "" +"If you want to find the full set of verses or entries on a area of content, " +"you should use the option \"Multiple words (OR)\" for searching.\n" +msgstr "" + +#: ../docs/tips:106 +msgid "" +"If you are searching a verse you know only fuzzy or in a different " +"translation search for the most probable terms in multiple Bible " +"translations at the same time.\n" +msgstr "" + +#: ../docs/tips:111 +msgid "" +"God's Word can be a lamp to your feet and a light to your path. (Psalm " +"119:105)\n" +msgstr "" + +#: ../docs/tips:117 +msgid "" +"If you want to search a word in a foreign module (e.g. greek or hebrew), " +"open a display window and choose a chapter or an entry which contains this " +"word.\n" +"Select it and copy it to the clipboard. Now insert the copied word in the " +"search text box of the searchdialog.\n" +msgstr "" + +#: ../docs/tips:124 +msgid "" +"The Word of God will not return to Him without accomplishing its purpose. " +"(Isaiah 55:11)\n" +msgstr "" + +#: ../docs/tips:130 +msgid "" +"Foreign modules do often require a special font to display correctly. You " +"can set the font for each language in the preferences.\n" +msgstr "" + +#: ../docs/tips:136 +msgid "" +"Did you know that the first book ever printed on a printing press was the " +"Bible (by Johann Gutenberg, in 1492)?\n" +msgstr "" + +#: ../docs/tips:142 +msgid "" +"God has already given to us everything pertaining to life and godliness. (2 " +"Peter 1:3)\n" +msgstr "" + +#: ../docs/tips:148 +msgid "" +"All important elements of BibleTime's graphical user interface have a " +"tooltip and a \"What's this?\" help.
\n" +"To read the \"What's this?\" help press the keys SHIFT+F1 and click on the " +"part.\n" +msgstr "" + +#: ../docs/tips:155 +msgid "" +"The Word of God is living, active, and sharper than any two-edged sword. " +"(Hebrews 4:12)\n" +msgstr "" + +#: ../docs/tips:161 +msgid "" +"You are using a program that has been written for the glory of God.
May " +"He bless you as you study His Word!\n" +msgstr "" diff --git a/translations/messages/sk.po b/translations/messages/sk.po new file mode 100644 index 0000000..6eaa187 --- /dev/null +++ b/translations/messages/sk.po @@ -0,0 +1,2899 @@ +# SOME DESCRIPTIVE TITLE. +# Marek Mlynar , 2020. +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2022-09-26 18:29+0000\n" +"PO-Revision-Date: 2020-05-27 20:46+0000\n" +"Last-Translator: Marek Mlynar \n" +"Language-Team: Slovak \n" +"Language: sk\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" +"X-Generator: Weblate 4.0.4\n" + +#. Instead of a literal translation, add your name to the end of the list (separated by a comma). +#: main.cpp:231 +msgid "" +"_: NAME OF TRANSLATORS\n" +"Your names" +msgstr "Marek Mlynár" + +#. Instead of a literal translation, add your email to the end of the list (separated by a comma). +#: main.cpp:232 +msgid "" +"_: EMAIL OF TRANSLATORS\n" +"Your emails" +msgstr "marek.inq.mlynar@gmail.com" + +#: backend/bt_osishtml.cpp:325 +msgid "Alternative text" +msgstr "Alternatívny text" + +#: backend/bt_osishtml.cpp:483 +msgid "Added text" +msgstr "Pridaný text" + +#: backend/cdisplaytemplatemgr.cpp:184 +msgid "(user template)" +msgstr "(užívateľská šablóna)" + +#: backend/clanguagemgr.cpp:197 +msgid "Afrikaans" +msgstr "" + +#: backend/clanguagemgr.cpp:200 +msgid "English, Old (ca.450-1100)" +msgstr "" + +#: backend/clanguagemgr.cpp:202 +msgid "Arabic" +msgstr "" + +#: backend/clanguagemgr.cpp:205 +msgid "Azerbaijani" +msgstr "" + +#: backend/clanguagemgr.cpp:208 +msgid "Belarusian" +msgstr "" + +#: backend/clanguagemgr.cpp:210 +msgid "Bulgarian" +msgstr "" + +#: backend/clanguagemgr.cpp:216 +msgid "Breton" +msgstr "" + +#: backend/clanguagemgr.cpp:218 +msgid "Bosnian" +msgstr "" + +#: backend/clanguagemgr.cpp:220 +msgid "Catalan" +msgstr "" + +#: backend/clanguagemgr.cpp:223 +msgid "Cebuano" +msgstr "" + +#: backend/clanguagemgr.cpp:225 +msgid "Chamorro" +msgstr "" + +#: backend/clanguagemgr.cpp:228 +msgid "Coptic" +msgstr "" + +#: backend/clanguagemgr.cpp:230 +msgid "Czech" +msgstr "" + +#: backend/clanguagemgr.cpp:232 +msgid "Church Slavic" +msgstr "" + +#: backend/clanguagemgr.cpp:235 +msgid "Welsh" +msgstr "" + +#: backend/clanguagemgr.cpp:237 +msgid "Danish" +msgstr "" + +#: backend/clanguagemgr.cpp:239 +msgid "German" +msgstr "" + +#: backend/clanguagemgr.cpp:243 +msgid "Greek, Modern (1453-)" +msgstr "" + +#: backend/clanguagemgr.cpp:245 +msgid "English" +msgstr "" + +#: backend/clanguagemgr.cpp:247 +msgid "American English" +msgstr "" + +#: backend/clanguagemgr.cpp:249 +msgid "English, Middle (1100-1500)" +msgstr "" + +#: backend/clanguagemgr.cpp:251 +msgid "Esperanto" +msgstr "" + +#: backend/clanguagemgr.cpp:253 +msgid "Spanish" +msgstr "" + +#: backend/clanguagemgr.cpp:255 +msgid "Estonian" +msgstr "" + +#: backend/clanguagemgr.cpp:257 +msgid "Basque" +msgstr "" + +#: backend/clanguagemgr.cpp:260 +msgid "Finnish" +msgstr "" + +#: backend/clanguagemgr.cpp:264 +msgid "French" +msgstr "" + +#: backend/clanguagemgr.cpp:266 +msgid "Frisian" +msgstr "" + +#: backend/clanguagemgr.cpp:268 +msgid "Irish" +msgstr "" + +#: backend/clanguagemgr.cpp:270 +msgid "Gaelic (Scots)" +msgstr "" + +#: backend/clanguagemgr.cpp:275 +msgid "Gothic" +msgstr "" + +#: backend/clanguagemgr.cpp:277 +msgid "Manx" +msgstr "" + +#: backend/clanguagemgr.cpp:279 +msgid "Greek, Ancient (to 1453)" +msgstr "" + +#: backend/clanguagemgr.cpp:281 +msgid "Hebrew" +msgstr "" + +#: backend/clanguagemgr.cpp:283 +msgid "Hausa" +msgstr "" + +#: backend/clanguagemgr.cpp:285 +msgid "Hawaiian" +msgstr "" + +#: backend/clanguagemgr.cpp:289 +msgid "Croatian" +msgstr "" + +#: backend/clanguagemgr.cpp:291 +msgid "Hungarian" +msgstr "" + +#: backend/clanguagemgr.cpp:293 +msgid "Armenian" +msgstr "" + +#: backend/clanguagemgr.cpp:298 +msgid "Indonesian" +msgstr "" + +#: backend/clanguagemgr.cpp:302 +msgid "Icelandic" +msgstr "" + +#: backend/clanguagemgr.cpp:304 +msgid "Italian" +msgstr "" + +#: backend/clanguagemgr.cpp:308 +msgid "Japanese" +msgstr "" + +#: backend/clanguagemgr.cpp:310 +msgid "Georgian" +msgstr "" + +#: backend/clanguagemgr.cpp:319 +msgid "Korean" +msgstr "" + +#: backend/clanguagemgr.cpp:322 +msgid "Kurdish" +msgstr "" + +#: backend/clanguagemgr.cpp:326 +msgid "Kirghiz" +msgstr "" + +#: backend/clanguagemgr.cpp:328 +msgid "Latin" +msgstr "" + +#: backend/clanguagemgr.cpp:333 +msgid "Lithuanian" +msgstr "" + +#: backend/clanguagemgr.cpp:335 +msgid "Latvian" +msgstr "" + +#: backend/clanguagemgr.cpp:339 +msgid "Maori" +msgstr "" + +#: backend/clanguagemgr.cpp:341 backend/clanguagemgr.cpp:477 +msgid "Macedonian" +msgstr "" + +#: backend/clanguagemgr.cpp:346 +msgid "More" +msgstr "" + +#: backend/clanguagemgr.cpp:349 +msgid "Malay" +msgstr "" + +#: backend/clanguagemgr.cpp:351 +msgid "Maltese" +msgstr "" + +#: backend/clanguagemgr.cpp:358 +msgid "Low German; Low Saxon" +msgstr "" + +#: backend/clanguagemgr.cpp:362 +msgid "Dutch" +msgstr "" + +#: backend/clanguagemgr.cpp:365 +msgid "Norwegian" +msgstr "" + +#: backend/clanguagemgr.cpp:377 +msgid "Papiamento" +msgstr "" + +#: backend/clanguagemgr.cpp:380 +msgid "Polish" +msgstr "" + +#: backend/clanguagemgr.cpp:383 +msgid "Portuguese" +msgstr "" + +#: backend/clanguagemgr.cpp:385 +msgid "Brasilian Portuguese" +msgstr "" + +#: backend/clanguagemgr.cpp:392 +msgid "Romanian" +msgstr "" + +#: backend/clanguagemgr.cpp:394 +msgid "Russian" +msgstr "" + +#: backend/clanguagemgr.cpp:400 +msgid "Scots" +msgstr "" + +#: backend/clanguagemgr.cpp:406 +msgid "Slovak" +msgstr "" + +#: backend/clanguagemgr.cpp:408 +msgid "Slovenian" +msgstr "" + +#: backend/clanguagemgr.cpp:412 +msgid "Somali" +msgstr "" + +#: backend/clanguagemgr.cpp:414 +msgid "Albanian" +msgstr "" + +#: backend/clanguagemgr.cpp:420 +msgid "Swedish" +msgstr "" + +#: backend/clanguagemgr.cpp:422 +msgid "Swahili" +msgstr "" + +#: backend/clanguagemgr.cpp:424 +msgid "Syriac" +msgstr "" + +#: backend/clanguagemgr.cpp:426 +msgid "Tamil" +msgstr "" + +#: backend/clanguagemgr.cpp:430 +msgid "Thai" +msgstr "" + +#: backend/clanguagemgr.cpp:433 +msgid "Tagalog" +msgstr "" + +#: backend/clanguagemgr.cpp:435 +msgid "Tswana" +msgstr "" + +#: backend/clanguagemgr.cpp:437 +msgid "Turkish" +msgstr "" + +#: backend/clanguagemgr.cpp:442 +msgid "Tahitian" +msgstr "" + +#: backend/clanguagemgr.cpp:446 +msgid "Ukrainian" +msgstr "" + +#: backend/clanguagemgr.cpp:451 +msgid "Vietnamese" +msgstr "" + +#: backend/clanguagemgr.cpp:457 +msgid "Xhosa" +msgstr "" + +#: backend/clanguagemgr.cpp:459 +msgid "Bavarian" +msgstr "" + +#: backend/clanguagemgr.cpp:461 +msgid "Zarma" +msgstr "" + +#: backend/clanguagemgr.cpp:463 +msgid "Alemannisch" +msgstr "" + +#: backend/clanguagemgr.cpp:465 +msgid "Haitian Creole French" +msgstr "" + +#: backend/clanguagemgr.cpp:467 +msgid "Itzá" +msgstr "" + +#: backend/clanguagemgr.cpp:469 +msgid "Shuar" +msgstr "" + +#: backend/clanguagemgr.cpp:471 +msgid "Kekchí" +msgstr "" + +#: backend/clanguagemgr.cpp:473 +msgid "Kabyle" +msgstr "" + +#: backend/clanguagemgr.cpp:475 +msgid "Lombard" +msgstr "" + +#: backend/clanguagemgr.cpp:479 +msgid "Tok Pisin" +msgstr "" + +#: backend/clanguagemgr.cpp:481 +msgid "Uma" +msgstr "" + +#: backend/clanguagemgr.cpp:483 +msgid "Romani, Vlax" +msgstr "" + +#: backend/clanguagemgr.cpp:485 +msgid "Sango" +msgstr "" + +#: backend/clanguagemgr.cpp:487 +msgid "Sranan" +msgstr "" + +#: backend/clanguagemgr.cpp:492 +msgid "Chinese" +msgstr "" + +#: backend/clanguagemgr.cpp:494 +msgid "Zulu" +msgstr "" + +#: backend/cswordbackend.cpp:503 +msgid "Footnotes" +msgstr "" + +#: backend/cswordbackend.cpp:506 +msgid "Strong's numbers" +msgstr "" + +#: backend/cswordbackend.cpp:509 +msgid "Headings" +msgstr "" + +#: backend/cswordbackend.cpp:512 +msgid "Morphological tags" +msgstr "" + +#: backend/cswordbackend.cpp:515 +msgid "Lemmas" +msgstr "" + +#: backend/cswordbackend.cpp:518 +msgid "Hebrew vowel points" +msgstr "" + +#: backend/cswordbackend.cpp:521 +msgid "Hebrew cantillation marks" +msgstr "" + +#: backend/cswordbackend.cpp:524 +msgid "Greek accents" +msgstr "" + +#: backend/cswordbackend.cpp:527 +msgid "Red letter words" +msgstr "" + +#: backend/cswordbackend.cpp:530 +msgid "Textual variants" +msgstr "" + +#: backend/cswordbackend.cpp:533 +msgid "Scripture cross-references" +msgstr "" + +#: backend/cswordbackend.cpp:536 +msgid "Morph segmentation" +msgstr "" + +#: backend/cswordmoduleinfo.cpp:759 util/ctoolclass.cpp:213 +msgid "Version" +msgstr "" + +#: backend/cswordmoduleinfo.cpp:760 backend/cswordmoduleinfo.cpp:765 +#: frontend/cprofile.cpp:30 frontend/mainindex/cindexitem.cpp:289 +msgid "unknown" +msgstr "" + +#: backend/cswordmoduleinfo.cpp:763 +msgid "Markup" +msgstr "" + +#: backend/cswordmoduleinfo.cpp:768 frontend/cswordsetupmodulelistview.cpp:86 +msgid "Location" +msgstr "" + +#: backend/cswordmoduleinfo.cpp:772 util/ctoolclass.cpp:205 +msgid "Language" +msgstr "" + +#: backend/cswordmoduleinfo.cpp:777 +msgid "Category" +msgstr "" + +#: backend/cswordmoduleinfo.cpp:782 +msgid "LCSH" +msgstr "" + +#: backend/cswordmoduleinfo.cpp:786 +msgid "Writable" +msgstr "" + +#: backend/cswordmoduleinfo.cpp:787 +msgid "yes" +msgstr "" + +#: backend/cswordmoduleinfo.cpp:787 +msgid "no" +msgstr "" + +#: backend/cswordmoduleinfo.cpp:791 util/ctoolclass.cpp:208 +msgid "Unlock key" +msgstr "" + +#: backend/cswordmoduleinfo.cpp:810 +msgid "Features" +msgstr "" + +#: backend/cswordmoduleinfo.cpp:818 util/ctoolclass.cpp:201 +msgid "Take care, this work contains cult / questionable material!" +msgstr "" + +#: backend/cswordmoduleinfo.cpp:852 +msgid "Distribution license" +msgstr "" + +#: backend/cswordmoduleinfo.cpp:854 +msgid "Distribution source" +msgstr "" + +#: backend/cswordmoduleinfo.cpp:856 +msgid "Distribution notes" +msgstr "" + +#: backend/cswordmoduleinfo.cpp:858 +msgid "Text source" +msgstr "" + +#: backend/cswordmoduleinfo.cpp:860 +msgid "Copyright notes" +msgstr "" + +#: backend/cswordmoduleinfo.cpp:862 +msgid "Copyright holder" +msgstr "" + +#: backend/cswordmoduleinfo.cpp:864 +msgid "Copyright date" +msgstr "" + +#: backend/cswordmoduleinfo.cpp:866 +msgid "Copyright contact name" +msgstr "" + +#: backend/cswordmoduleinfo.cpp:868 +msgid "Copyright contact address" +msgstr "" + +#: backend/cswordmoduleinfo.cpp:870 +msgid "Copyright contact email" +msgstr "" + +#: bibletime_init.cpp:75 +msgid "Creating BibleTime's GUI" +msgstr "" + +#: bibletime_init.cpp:87 frontend/mainindex/cmainindex.cpp:147 +msgid "Bookshelf" +msgstr "" + +#: bibletime_init.cpp:104 +msgid "Initializing menu- and toolbars" +msgstr "" + +#: bibletime_init.cpp:115 +msgid "Search in &open work(s)" +msgstr "" + +#: bibletime_init.cpp:128 +msgid "Search in standard &Bible" +msgstr "" + +#: bibletime_init.cpp:150 +msgid "&Show bookshelf" +msgstr "" + +#: bibletime_init.cpp:162 +msgid "Show &mag" +msgstr "" + +#: bibletime_init.cpp:182 +msgid "Bookshelf &Manager" +msgstr "" + +#: bibletime_init.cpp:208 +msgid "&Arrangement mode" +msgstr "" + +#: bibletime_init.cpp:214 +msgid "&Manual mode" +msgstr "" + +#: bibletime_init.cpp:231 +msgid "Auto-tile &vertically" +msgstr "" + +#: bibletime_init.cpp:248 +msgid "Auto-tile &horizontally" +msgstr "" + +#: bibletime_init.cpp:265 +msgid "Auto-&cascade" +msgstr "" + +#: bibletime_init.cpp:281 +msgid "&Cascade" +msgstr "" + +#: bibletime_init.cpp:295 +msgid "Tile &vertically" +msgstr "" + +#: bibletime_init.cpp:307 +msgid "Tile &horizontally" +msgstr "" + +#: bibletime_init.cpp:321 +msgid "Cl&ose all" +msgstr "" + +#: bibletime_init.cpp:334 +msgid "&Save session" +msgstr "" + +#: bibletime_init.cpp:347 +msgid "Save as &new session" +msgstr "" + +#: bibletime_init.cpp:360 +msgid "&Load session" +msgstr "" + +#: bibletime_init.cpp:372 +msgid "&Delete session" +msgstr "" + +#: bibletime_init.cpp:384 +msgid "&Fullscreen mode" +msgstr "" + +#: bibletime_init.cpp:413 +msgid "&Handbook" +msgstr "" + +#: bibletime_init.cpp:426 +msgid "&Bible Study Howto" +msgstr "" + +#: bibletime_init.cpp:457 +msgid "&Daily tip" +msgstr "" + +#: bibletime_init.cpp:521 +msgid "Initializing Sword" +msgstr "" + +#: bibletime_init.cpp:570 +msgid "Checking indices" +msgstr "" + +#: bibletime_slots.cpp:528 +msgid "Session name:" +msgstr "" + +#: bibletime_slots.cpp:528 +msgid "Please enter a name for the new session." +msgstr "" + +#: display-templates/template-init.cpp:352 +msgid "Crazy" +msgstr "" + +#: display-templates/template-init.cpp:679 +msgid "Green" +msgstr "" + +#: display-templates/template-init.cpp:1008 +msgid "High contrast" +msgstr "" + +#: display-templates/template-init.cpp:1348 +msgid "Simple" +msgstr "" + +#: frontend/btinstallmgr.cpp:287 +msgid "" +"Do you wish to allow BibleTime to access the Internet?\n" +"WARNING: Click DENY if you live in a persecuted country!" +msgstr "" + +#: frontend/btinstallmgr.cpp:287 +msgid "Confirm Internet Access" +msgstr "" + +#: frontend/btinstallmgr.cpp:287 +msgid "DENY" +msgstr "" + +#: frontend/btinstallmgr.cpp:287 +msgid "Allow" +msgstr "" + +#: frontend/cbtconfig.cpp:252 +msgid "Old testament" +msgstr "" + +#: frontend/cbtconfig.cpp:253 +msgid "Moses/Pentateuch/Torah" +msgstr "" + +#: frontend/cbtconfig.cpp:254 +msgid "History" +msgstr "" + +#: frontend/cbtconfig.cpp:255 +msgid "Prophets" +msgstr "" + +#: frontend/cbtconfig.cpp:256 +msgid "New testament" +msgstr "" + +#: frontend/cbtconfig.cpp:257 +msgid "Gospels" +msgstr "" + +#: frontend/cbtconfig.cpp:258 +msgid "Letters/Epistles" +msgstr "" + +#: frontend/cbtconfig.cpp:259 +msgid "Paul's Epistles" +msgstr "" + +#: frontend/cexportmanager.cpp:472 +msgid "" +"*.html *.htm | HTML files\n" +" *.* | All files (*.*)" +msgstr "" + +#: frontend/cexportmanager.cpp:474 +msgid "" +"*.txt | Text files\n" +" *.* | All files (*.*)" +msgstr "" + +#: frontend/cexportmanager.cpp:476 +msgid "All files (*.*)" +msgstr "" + +#: frontend/cinfodisplay.cpp:53 +msgid "Mag (\"shift\" to lock)" +msgstr "" + +#: frontend/cinfodisplay.cpp:168 +msgid "Abbreviation" +msgstr "" + +#: frontend/cinfodisplay.cpp:179 frontend/cinfodisplay.cpp:272 +msgid "Cross references" +msgstr "" + +#: frontend/cinfodisplay.cpp:313 +msgid "Footnote" +msgstr "" + +#: frontend/cinfodisplay.cpp:340 +msgid "Strongs" +msgstr "" + +#: frontend/cinfodisplay.cpp:419 +msgid "Morphology" +msgstr "" + +#: frontend/cinfodisplay.cpp:442 +msgid "Word lookup" +msgstr "" + +#: frontend/cinputdialog.cpp:59 +msgid "C&lear" +msgstr "" + +#: frontend/cinputdialog.cpp:66 +msgid "&Ok" +msgstr "" + +#: frontend/cmanageindiceswidget.cpp:62 +msgid "Manage module search indices" +msgstr "" + +#: frontend/cmanageindiceswidget.cpp:63 +msgid "" +"You can use the list below to create and/or delete search indices for your " +"installed works." +msgstr "" + +#: frontend/cmanageindiceswidget.cpp:67 +msgid "Module" +msgstr "" + +#: frontend/cmanageindiceswidget.cpp:68 +msgid "Index size" +msgstr "" + +#: frontend/cmanageindiceswidget.cpp:90 +msgid "Modules with indices" +msgstr "" + +#: frontend/cmanageindiceswidget.cpp:94 +msgid "Modules without indices" +msgstr "" + +#: frontend/cmanageindiceswidget.cpp:106 frontend/cmanageindiceswidget.cpp:111 +msgid "KiB" +msgstr "" + +#: frontend/cmoduleindexdialog.cpp:41 +msgid "Preparing instant search" +msgstr "" + +#: frontend/cmoduleindexdialog.cpp:53 +#, c-format +msgid "Creating index for work %1" +msgstr "" + +#: frontend/coptionsdialog.cpp:75 +msgid "Configure BibleTime" +msgstr "" + +#: frontend/coptionsdialog.cpp:138 +msgid "Display" +msgstr "" + +#: frontend/coptionsdialog.cpp:144 +msgid "Show tip of the day" +msgstr "" + +#: frontend/coptionsdialog.cpp:157 +msgid "Show startuplogo" +msgstr "" + +#: frontend/coptionsdialog.cpp:169 +msgid "Display templates" +msgstr "" + +#: frontend/coptionsdialog.cpp:170 +msgid "" +"Display templates define how text is displayed. Please choose a template you " +"like." +msgstr "" + +#: frontend/coptionsdialog.cpp:183 +msgid "Available display styles:" +msgstr "" + +#: frontend/coptionsdialog.cpp:193 +msgid "Style preview" +msgstr "" + +#: frontend/coptionsdialog.cpp:214 +msgid "Languages" +msgstr "" + +#: frontend/coptionsdialog.cpp:220 +msgid "Specify a language for names of Bible books" +msgstr "" + +#: frontend/coptionsdialog.cpp:221 +msgid "" +"Sword has a number of locales available which can be used to " +"internationalize the names of books of the Bible. You can specify which " +"locale to use. If you want to create a new locale, see http://www." +"crosswire.org/sword/develop for details." +msgstr "" + +#: frontend/coptionsdialog.cpp:227 +msgid "Language for names of Bible books" +msgstr "" + +#: frontend/coptionsdialog.cpp:303 +msgid "Select custom fonts per-language" +msgstr "" + +#: frontend/coptionsdialog.cpp:304 +msgid "" +"Here you find a list of all languages of the installed works. You can " +"specify a custom font for each language that needs a special font to be " +"displayed correctly." +msgstr "" + +#: frontend/coptionsdialog.cpp:337 +msgid "Use custom font" +msgstr "" + +#: frontend/coptionsdialog.cpp:345 +msgid "The quick brown fox jumps over the lazy dog." +msgstr "" + +#: frontend/coptionsdialog.cpp:361 +msgid "HotKeys" +msgstr "" + +#: frontend/coptionsdialog.cpp:369 +msgid "Choose type:" +msgstr "" + +#: frontend/coptionsdialog.cpp:388 +msgid "BibleTime" +msgstr "" + +#: frontend/coptionsdialog.cpp:389 +msgid "All text windows" +msgstr "" + +#: frontend/coptionsdialog.cpp:390 +msgid "Bible windows" +msgstr "" + +#: frontend/coptionsdialog.cpp:391 +msgid "Commentary windows" +msgstr "" + +#: frontend/coptionsdialog.cpp:392 +msgid "Lexicon windows" +msgstr "" + +#: frontend/coptionsdialog.cpp:393 +msgid "Book windows" +msgstr "" + +#: frontend/coptionsdialog.cpp:458 +msgid "Desk" +msgstr "" + +#: frontend/coptionsdialog.cpp:463 frontend/coptionsdialog.cpp:468 +msgid "Standard works" +msgstr "" + +#: frontend/coptionsdialog.cpp:469 +msgid "" +"Standard works are used when no particular work is specified, for example " +"when a hyperlink into a Bible or lexicon was clicked ." +msgstr "" + +#: frontend/coptionsdialog.cpp:475 +msgid "Standard Bible" +msgstr "" + +#: frontend/coptionsdialog.cpp:484 +msgid "Standard Commentary" +msgstr "" + +#: frontend/coptionsdialog.cpp:494 +msgid "Standard Lexicon" +msgstr "" + +#: frontend/coptionsdialog.cpp:503 +msgid "Standard Daily Devotional" +msgstr "" + +#: frontend/coptionsdialog.cpp:512 +msgid "Standard Hebrew Strong's Lexicon" +msgstr "" + +#: frontend/coptionsdialog.cpp:521 +msgid "Standard Greek Strong's Lexicon" +msgstr "" + +#: frontend/coptionsdialog.cpp:530 +msgid "Standard Hebrew Morphological Lexicon" +msgstr "" + +#: frontend/coptionsdialog.cpp:538 +msgid "Standard Greek Morphological Lexicon" +msgstr "" + +#: frontend/coptionsdialog.cpp:660 frontend/coptionsdialog.cpp:663 +msgid "Text filters" +msgstr "" + +#: frontend/coptionsdialog.cpp:664 +msgid "" +"Filters control the appearance of text. Here you can specify default " +"settings for all filters. You can change the filter settings in each display " +"window, of course." +msgstr "" + +#: frontend/coptionsdialog.cpp:671 +msgid "Insert line break after each verse" +msgstr "" + +#: frontend/coptionsdialog.cpp:677 +msgid "Show verse numbers" +msgstr "" + +#: frontend/coptionsdialog.cpp:683 +msgid "Show section headings" +msgstr "" + +#: frontend/coptionsdialog.cpp:690 frontend/displaywindow/cbuttons.cpp:163 +msgid "Show scripture cross-references" +msgstr "" + +#: frontend/coptionsdialog.cpp:696 frontend/displaywindow/cbuttons.cpp:158 +msgid "Show Greek accents" +msgstr "" + +#: frontend/coptionsdialog.cpp:702 frontend/displaywindow/cbuttons.cpp:154 +msgid "Show Hebrew vowel points" +msgstr "" + +#: frontend/coptionsdialog.cpp:708 frontend/displaywindow/cbuttons.cpp:156 +msgid "Show Hebrew cantillation marks" +msgstr "" + +#: frontend/coptionsdialog.cpp:714 frontend/displaywindow/cbuttons.cpp:165 +msgid "Show morph segmentation" +msgstr "" + +#: frontend/coptionsdialog.cpp:720 +msgid "Use textual variants" +msgstr "" + +#: frontend/coptionsdialog.cpp:925 +msgid "" +"For God so loved the world, that he gave his one and only Son, that whoever " +"believes in him should not perish, but have eternal life." +msgstr "" + +#: frontend/coptionsdialog.cpp:930 +msgid "" +"For God didn't send his Son into the world to judge the world, but that the " +"world should be saved through him." +msgstr "" + +#: frontend/coptionsdialog.cpp:937 +msgid "" +"He who believes in him is not judged. He who doesn't believe has been judged " +"already, because he has not believed in the name of the one and only Son of " +"God." +msgstr "" + +#: frontend/coptionsdialog.cpp:944 +msgid "" +"This is the judgment, that the light has come into the world, and men loved " +"the darkness rather than the light; for their works were evil." +msgstr "" + +#: frontend/coptionsdialog.cpp:949 +msgid "" +"For everyone who does evil hates the light, and doesn't come to the light, " +"lest his works would be exposed." +msgstr "" + +#: frontend/coptionsdialog.cpp:954 +msgid "" +"But he who does the truth comes to the light, that his works may be " +"revealed, that they have been done in God." +msgstr "" + +#: frontend/cswordsetupdialog.cpp:59 +msgid "Bookshelf Manager" +msgstr "" + +#: frontend/cswordsetupdialog.cpp:75 +msgid "Bookshelf path(s)" +msgstr "" + +#: frontend/cswordsetupdialog.cpp:86 +msgid "Configure bookshelf path(s)" +msgstr "" + +#: frontend/cswordsetupdialog.cpp:87 +msgid "" +"You can store your bookshelfs in one or more directories, which you can " +"specify here." +msgstr "" + +#: frontend/cswordsetupdialog.cpp:93 +msgid "Your bookshelf configuration file is %1" +msgstr "" + +#: frontend/cswordsetupdialog.cpp:98 +msgid "Path to bookshelf" +msgstr "" + +#: frontend/cswordsetupdialog.cpp:102 +msgid "Edit Entry" +msgstr "" + +#: frontend/cswordsetupdialog.cpp:107 +msgid "Add Entry" +msgstr "" + +#: frontend/cswordsetupdialog.cpp:112 +msgid "Remove Entry" +msgstr "" + +#: frontend/cswordsetupdialog.cpp:121 +msgid "Install/Update works" +msgstr "" + +#: frontend/cswordsetupdialog.cpp:144 +msgid "Install/update works - Step 1" +msgstr "" + +#: frontend/cswordsetupdialog.cpp:145 +msgid "" +"Please choose a (local or remote) library and a bookshelf path to install " +"the work(s) to. After that step click on the connect button.
WARNING: " +"If you live in a persecuted country and do not wish to risk detection you " +"should NOT use the module remote installation feature!" +msgstr "" + +#: frontend/cswordsetupdialog.cpp:152 +msgid "Select library" +msgstr "" + +#: frontend/cswordsetupdialog.cpp:158 +msgid "Delete library" +msgstr "" + +#: frontend/cswordsetupdialog.cpp:163 +msgid "Add library" +msgstr "" + +#: frontend/cswordsetupdialog.cpp:171 +msgid "Select bookshelf path" +msgstr "" + +#: frontend/cswordsetupdialog.cpp:191 frontend/cswordsetupdialog.cpp:808 +msgid "Connect to library" +msgstr "" + +#: frontend/cswordsetupdialog.cpp:206 +msgid "Remove works" +msgstr "" + +#: frontend/cswordsetupdialog.cpp:218 +msgid "Remove installed work(s)" +msgstr "" + +#: frontend/cswordsetupdialog.cpp:219 +msgid "" +"This dialog lets you remove installed works from your system. Choose the " +"modules and then click on the remove button." +msgstr "" + +#: frontend/cswordsetupdialog.cpp:223 +msgid "Select works to be uninstalled" +msgstr "" + +#: frontend/cswordsetupdialog.cpp:229 +msgid "Remove selected work(s)" +msgstr "" + +#: frontend/cswordsetupdialog.cpp:241 +msgid "Manage search indicies" +msgstr "" + +#: frontend/cswordsetupdialog.cpp:319 frontend/cswordsetupdialog.cpp:371 +#: frontend/cswordsetupdialog.cpp:892 +msgid "[Remote]" +msgstr "" + +#: frontend/cswordsetupdialog.cpp:324 frontend/cswordsetupdialog.cpp:366 +#: frontend/cswordsetupdialog.cpp:887 +msgid "[Local]" +msgstr "" + +#: frontend/cswordsetupdialog.cpp:407 +msgid "" +"You selected the following work(s): %1.\n" +"\n" +"Do you really want to remove them from your system?" +msgstr "" + +#: frontend/cswordsetupdialog.cpp:484 +msgid "Download" +msgstr "" + +#: frontend/cswordsetupdialog.cpp:486 +msgid "Downloading library information..." +msgstr "" + +#: frontend/cswordsetupdialog.cpp:620 +msgid "Install/update works - Step 2" +msgstr "" + +#: frontend/cswordsetupdialog.cpp:621 +msgid "" +"Please choose the works which should be installed and/or updated and click " +"the install button." +msgstr "" + +#: frontend/cswordsetupdialog.cpp:647 +msgid "Install works" +msgstr "" + +#: frontend/cswordsetupdialog.cpp:698 +msgid "" +"You selected the following works: %1.\n" +"\n" +" Do you really want to install them on your system?" +msgstr "" + +#: frontend/cswordsetupdialog.cpp:725 +msgid "Download of work(s)" +msgstr "" + +#: frontend/cswordsetupdialog.cpp:798 +msgid "[%1]: %2% complete" +msgstr "" + +#: frontend/cswordsetupdialog.cpp:820 +msgid "" +"This directory is not writable, so works can not be installed here using " +"BibleTime. Do you want to use this directory instead of the previous " +"value?" +msgstr "" + +#: frontend/cswordsetupdialog.cpp:841 +msgid "" +"This directory is not writable, so works can not be installed here using " +"BibleTime. Do you want to add it to the list of module directories?" +msgstr "" + +#: frontend/cswordsetupinstallsourcesdialog.cpp:31 +msgid "Local" +msgstr "" + +#: frontend/cswordsetupinstallsourcesdialog.cpp:32 +msgid "Remote" +msgstr "" + +#: frontend/cswordsetupinstallsourcesdialog.cpp:43 +msgid "Caption" +msgstr "" + +#: frontend/cswordsetupinstallsourcesdialog.cpp:55 +msgid "Type" +msgstr "" + +#: frontend/cswordsetupinstallsourcesdialog.cpp:58 +msgid "Server" +msgstr "" + +#: frontend/cswordsetupinstallsourcesdialog.cpp:61 +msgid "Path" +msgstr "" + +#: frontend/cswordsetupinstallsourcesdialog.cpp:81 +msgid "Ok" +msgstr "" + +#: frontend/cswordsetupinstallsourcesdialog.cpp:95 +msgid "Please provide a caption." +msgstr "" + +#: frontend/cswordsetupinstallsourcesdialog.cpp:103 +msgid "" +"A source with this caption already exists.
Please provide a different " +"caption." +msgstr "" + +#: frontend/cswordsetupinstallsourcesdialog.cpp:109 +msgid "Please provide a server name." +msgstr "" + +#: frontend/cswordsetupinstallsourcesdialog.cpp:116 +msgid "Please provide a valid, readable path." +msgstr "" + +#: frontend/cswordsetupinstallsourcesdialog.cpp:120 +msgid "Please provide a path." +msgstr "" + +#: frontend/cswordsetupmodulelistview.cpp:74 +msgid "Name" +msgstr "" + +#: frontend/cswordsetupmodulelistview.cpp:78 +msgid "Status" +msgstr "" + +#: frontend/cswordsetupmodulelistview.cpp:80 +msgid "Installed version" +msgstr "" + +#: frontend/cswordsetupmodulelistview.cpp:84 +msgid "Remote version" +msgstr "" + +#: frontend/cswordsetupmodulelistview.cpp:106 +#: frontend/mainindex/cindexitem.cpp:585 +#: frontend/searchdialog/cmodulechooser.cpp:109 +msgid "Bibles" +msgstr "" + +#: frontend/cswordsetupmodulelistview.cpp:107 +#: frontend/mainindex/cindexitem.cpp:588 +#: frontend/searchdialog/cmodulechooser.cpp:110 +msgid "Commentaries" +msgstr "" + +#: frontend/cswordsetupmodulelistview.cpp:108 +#: frontend/mainindex/cindexitem.cpp:591 +#: frontend/searchdialog/cmodulechooser.cpp:111 +msgid "Lexicons" +msgstr "" + +#: frontend/cswordsetupmodulelistview.cpp:109 +#: frontend/mainindex/cindexitem.cpp:594 +#: frontend/searchdialog/cmodulechooser.cpp:112 +msgid "Books" +msgstr "" + +#: frontend/cswordsetupmodulelistview.cpp:110 +#: frontend/searchdialog/cmodulechooser.cpp:150 +msgid "Daily Devotionals" +msgstr "" + +#: frontend/cswordsetupmodulelistview.cpp:111 +#: frontend/mainindex/cindexitem.cpp:600 frontend/mainindex/cindexitem.cpp:1189 +#: frontend/searchdialog/cmodulechooser.cpp:161 +msgid "Glossaries" +msgstr "" + +#: frontend/cswordsetupmodulelistview.cpp:219 +msgid "New" +msgstr "" + +#: frontend/cswordsetupmodulelistview.cpp:219 +msgid "Updated" +msgstr "" + +#: frontend/cswordsetupmodulelistview.cpp:221 +msgid "Installed" +msgstr "" + +#: frontend/display/cdisplay.cpp:154 +#: frontend/searchdialog/csearchanalysis.cpp:517 +msgid "HTML files" +msgstr "" + +#: frontend/display/cdisplay.cpp:157 +msgid "Text files" +msgstr "" + +#: frontend/display/cdisplay.cpp:161 +msgid "Save document ..." +msgstr "" + +#: frontend/display/chtmlwritedisplay.cpp:133 +msgid "Choose a font" +msgstr "" + +#: frontend/display/chtmlwritedisplay.cpp:144 +msgid "Choose a font size" +msgstr "" + +#: frontend/display/chtmlwritedisplay.cpp:164 +msgid "Bold" +msgstr "" + +#: frontend/display/chtmlwritedisplay.cpp:186 +msgid "Underline" +msgstr "" + +#: frontend/display/chtmlwritedisplay.cpp:258 +msgid "Select all" +msgstr "" + +#: frontend/display/chtmlwritedisplay.cpp:262 +msgid "HTML editor window" +msgstr "" + +#: frontend/display/creaddisplay.cpp:67 +msgid "Print keys" +msgstr "" + +#: frontend/displaywindow/cbiblereadwindow.cpp:82 +#: frontend/displaywindow/cbiblereadwindow.cpp:134 +#: frontend/displaywindow/ccommentaryreadwindow.cpp:38 +#: frontend/displaywindow/ccommentaryreadwindow.cpp:111 +msgid "Next book" +msgstr "" + +#: frontend/displaywindow/cbiblereadwindow.cpp:86 +#: frontend/displaywindow/cbiblereadwindow.cpp:140 +#: frontend/displaywindow/ccommentaryreadwindow.cpp:42 +#: frontend/displaywindow/ccommentaryreadwindow.cpp:117 +msgid "Previous book" +msgstr "" + +#: frontend/displaywindow/cbiblereadwindow.cpp:90 +#: frontend/displaywindow/cbiblereadwindow.cpp:146 +#: frontend/displaywindow/ccommentaryreadwindow.cpp:46 +#: frontend/displaywindow/ccommentaryreadwindow.cpp:123 +msgid "Next chapter" +msgstr "" + +#: frontend/displaywindow/cbiblereadwindow.cpp:94 +#: frontend/displaywindow/cbiblereadwindow.cpp:152 +#: frontend/displaywindow/ccommentaryreadwindow.cpp:50 +#: frontend/displaywindow/ccommentaryreadwindow.cpp:129 +msgid "Previous chapter" +msgstr "" + +#: frontend/displaywindow/cbiblereadwindow.cpp:98 +#: frontend/displaywindow/cbiblereadwindow.cpp:158 +#: frontend/displaywindow/ccommentaryreadwindow.cpp:54 +#: frontend/displaywindow/ccommentaryreadwindow.cpp:135 +msgid "Next verse" +msgstr "" + +#: frontend/displaywindow/cbiblereadwindow.cpp:102 +#: frontend/displaywindow/cbiblereadwindow.cpp:164 +#: frontend/displaywindow/ccommentaryreadwindow.cpp:58 +#: frontend/displaywindow/ccommentaryreadwindow.cpp:141 +msgid "Previous verse" +msgstr "" + +#: frontend/displaywindow/cbiblereadwindow.cpp:113 +msgid "Copy chapter" +msgstr "" + +#: frontend/displaywindow/cbiblereadwindow.cpp:118 +msgid "Save chapter as plain text" +msgstr "" + +#: frontend/displaywindow/cbiblereadwindow.cpp:119 +msgid "Save chapter as HTML" +msgstr "" + +#: frontend/displaywindow/cbiblereadwindow.cpp:123 +msgid "Print chapter" +msgstr "" + +#: frontend/displaywindow/cbiblereadwindow.cpp:177 +#: frontend/displaywindow/clexiconreadwindow.cpp:101 +msgid "Strong's Search" +msgstr "" + +#: frontend/displaywindow/cbiblereadwindow.cpp:185 +#: frontend/displaywindow/clexiconreadwindow.cpp:108 +#: frontend/displaywindow/clexiconreadwindow.cpp:119 +#: frontend/searchdialog/cmoduleresultview.cpp:65 +#: frontend/searchdialog/cmoduleresultview.cpp:73 +#: frontend/searchdialog/csearchresultview.cpp:53 +#: frontend/searchdialog/csearchresultview.cpp:61 +msgid "Reference only" +msgstr "" + +#: frontend/displaywindow/cbiblereadwindow.cpp:187 +msgid "Text of reference" +msgstr "" + +#: frontend/displaywindow/cbiblereadwindow.cpp:189 +#: frontend/displaywindow/cbiblereadwindow.cpp:196 +#: frontend/displaywindow/cbiblereadwindow.cpp:202 +#: frontend/searchdialog/cmoduleresultview.cpp:67 +#: frontend/searchdialog/cmoduleresultview.cpp:75 +#: frontend/searchdialog/cmoduleresultview.cpp:81 +#: frontend/searchdialog/csearchresultview.cpp:55 +#: frontend/searchdialog/csearchresultview.cpp:63 +#: frontend/searchdialog/csearchresultview.cpp:69 +msgid "Reference with text" +msgstr "" + +#: frontend/displaywindow/cbiblereadwindow.cpp:191 +#: frontend/displaywindow/cbiblereadwindow.cpp:204 +msgid "Chapter" +msgstr "" + +#: frontend/displaywindow/cbiblereadwindow.cpp:198 +msgid "Chapter as plain text" +msgstr "" + +#: frontend/displaywindow/cbiblereadwindow.cpp:200 +msgid "Chapter as HTML" +msgstr "" + +#: frontend/displaywindow/cbiblereadwindow.cpp:229 +msgid "Bible window" +msgstr "" + +#: frontend/displaywindow/cbiblereadwindow.cpp:237 +#: frontend/displaywindow/clexiconreadwindow.cpp:211 +#: frontend/searchdialog/cmoduleresultview.cpp:63 +#: frontend/searchdialog/csearchresultview.cpp:51 +msgid "Copy..." +msgstr "" + +#: frontend/displaywindow/cbiblereadwindow.cpp:247 +#: frontend/displaywindow/clexiconreadwindow.cpp:220 +#: frontend/searchdialog/cmoduleresultview.cpp:71 +#: frontend/searchdialog/csearchresultview.cpp:59 +msgid "Save..." +msgstr "" + +#: frontend/displaywindow/cbiblereadwindow.cpp:254 +#: frontend/displaywindow/clexiconreadwindow.cpp:226 +#: frontend/searchdialog/cmoduleresultview.cpp:79 +#: frontend/searchdialog/csearchresultview.cpp:67 +msgid "Print..." +msgstr "" + +#: frontend/displaywindow/cbiblereadwindow.cpp:351 +msgid "Copy chapter to clipboard ..." +msgstr "" + +#: frontend/displaywindow/cbiblereadwindow.cpp:351 +msgid "Copying" +msgstr "" + +#: frontend/displaywindow/cbiblereadwindow.cpp:372 +#: frontend/displaywindow/cbiblereadwindow.cpp:390 +msgid "Saving chapter ..." +msgstr "" + +#: frontend/displaywindow/cbiblereadwindow.cpp:372 +#: frontend/displaywindow/cbiblereadwindow.cpp:390 +#: frontend/displaywindow/clexiconreadwindow.cpp:271 +#: frontend/displaywindow/clexiconreadwindow.cpp:277 +msgid "Saving" +msgstr "" + +#: frontend/displaywindow/cbookreadwindow.cpp:65 +#: frontend/displaywindow/cbookreadwindow.cpp:76 +msgid "Toggle tree view" +msgstr "" + +#: frontend/displaywindow/cbookreadwindow.cpp:82 +#: frontend/displaywindow/clexiconreadwindow.cpp:56 +msgid "Copy entry with text" +msgstr "" + +#: frontend/displaywindow/cbookreadwindow.cpp:84 +#: frontend/displaywindow/clexiconreadwindow.cpp:58 +msgid "Save entry as plain text" +msgstr "" + +#: frontend/displaywindow/cbookreadwindow.cpp:85 +#: frontend/displaywindow/clexiconreadwindow.cpp:59 +msgid "Save entry as HTML" +msgstr "" + +#: frontend/displaywindow/cbookreadwindow.cpp:87 +#: frontend/displaywindow/clexiconreadwindow.cpp:61 +msgid "Print entry with text" +msgstr "" + +#: frontend/displaywindow/cbookreadwindow.cpp:175 +msgid "Book window" +msgstr "" + +#: frontend/displaywindow/cbuttons.cpp:111 +msgid "Display settings: No options available" +msgstr "" + +#: frontend/displaywindow/cbuttons.cpp:116 +msgid "Display settings" +msgstr "" + +#: frontend/displaywindow/cbuttons.cpp:133 +msgid "Display options" +msgstr "" + +#: frontend/displaywindow/cbuttons.cpp:136 +msgid "Use linebreaks after each verse" +msgstr "" + +#: frontend/displaywindow/cbuttons.cpp:139 +msgid "Show versenumbers" +msgstr "" + +#: frontend/displaywindow/cbuttons.cpp:141 +msgid "Show headings" +msgstr "" + +#: frontend/displaywindow/cbuttons.cpp:145 +msgid "Highlight words of Jesus" +msgstr "" + +#: frontend/displaywindow/cbuttons.cpp:161 +msgid "Use alternative textual variant" +msgstr "" + +#: frontend/displaywindow/ccommentaryreadwindow.cpp:78 +#: frontend/displaywindow/chtmlwritewindow.cpp:59 +#: frontend/displaywindow/cplainwritewindow.cpp:55 +msgid "Sync with active Bible" +msgstr "" + +#: frontend/displaywindow/ccommentaryreadwindow.cpp:197 +msgid "Commentary window" +msgstr "" + +#: frontend/displaywindow/cdisplaywindow.cpp:146 +#: frontend/displaywindow/cdisplaywindow.cpp:197 +msgid "Back in history" +msgstr "" + +#: frontend/displaywindow/cdisplaywindow.cpp:153 +#: frontend/displaywindow/cdisplaywindow.cpp:203 +msgid "Forward in history" +msgstr "" + +#: frontend/displaywindow/cdisplaywindow.cpp:161 +#: frontend/searchdialog/csearchdialog.cpp:85 +msgid "Search" +msgstr "" + +#: frontend/displaywindow/chtmlwritewindow.cpp:68 +#: frontend/displaywindow/cplainwritewindow.cpp:65 +msgid "Save text" +msgstr "" + +#: frontend/displaywindow/chtmlwritewindow.cpp:78 +#: frontend/displaywindow/cplainwritewindow.cpp:76 +msgid "Delete current entry" +msgstr "" + +#: frontend/displaywindow/chtmlwritewindow.cpp:88 +#: frontend/displaywindow/cplainwritewindow.cpp:87 +msgid "Restore original text" +msgstr "" + +#: frontend/displaywindow/clexiconreadwindow.cpp:47 +#: frontend/displaywindow/clexiconreadwindow.cpp:83 +msgid "Next entry" +msgstr "" + +#: frontend/displaywindow/clexiconreadwindow.cpp:51 +#: frontend/displaywindow/clexiconreadwindow.cpp:88 +msgid "Previous entry" +msgstr "" + +#: frontend/displaywindow/clexiconreadwindow.cpp:110 +#: frontend/displaywindow/clexiconreadwindow.cpp:121 +msgid "Entry with text" +msgstr "" + +#: frontend/displaywindow/clexiconreadwindow.cpp:115 +msgid "Entry as plain text" +msgstr "" + +#: frontend/displaywindow/clexiconreadwindow.cpp:117 +msgid "Entry as HTML" +msgstr "" + +#: frontend/displaywindow/clexiconreadwindow.cpp:200 +msgid "Lexicon window" +msgstr "" + +#: frontend/displaywindow/clexiconreadwindow.cpp:271 +#: frontend/displaywindow/clexiconreadwindow.cpp:277 +msgid "Saving entry ..." +msgstr "" + +#: frontend/displaywindow/cmodulechooserbutton.cpp:112 +#: frontend/displaywindow/cmodulechooserbutton.cpp:159 +msgid "NONE" +msgstr "" + +#: frontend/displaywindow/cmodulechooserbutton.cpp:128 +#: frontend/displaywindow/cmodulechooserbutton.cpp:129 +#: frontend/displaywindow/cmodulechooserbutton.cpp:151 +msgid "Select a work" +msgstr "" + +#: frontend/displaywindow/cmodulechooserbutton.cpp:154 +msgid "Select an additional work" +msgstr "" + +#: frontend/displaywindow/cmodulechooserbutton.cpp:225 +msgid "[locked]" +msgstr "" + +#: frontend/displaywindow/cmodulechooserbutton.cpp:244 +msgid "No work selected" +msgstr "" + +#: frontend/displaywindow/cplainwritewindow.cpp:138 +msgid "Module is not writable." +msgstr "" + +#: frontend/displaywindow/cplainwritewindow.cpp:139 +msgid "" +"Either the module may not be edited, or you do not have write permission." +msgstr "" + +#: frontend/displaywindow/cplainwritewindow.cpp:141 +msgid "Module not writable" +msgstr "" + +#: frontend/displaywindow/cwritewindow.cpp:141 +msgid "Save text before closing?" +msgstr "" + +#: frontend/displaywindow/cwritewindow.cpp:165 +msgid "Save changed text?" +msgstr "" + +#: frontend/mainindex/cindexitem.cpp:393 +msgid "Change description ..." +msgstr "" + +#: frontend/mainindex/cindexitem.cpp:393 +msgid "Enter a new description for the chosen bookmark." +msgstr "" + +#: frontend/mainindex/cindexitem.cpp:488 +msgid "New folder" +msgstr "" + +#: frontend/mainindex/cindexitem.cpp:597 +msgid "Daily devotionals" +msgstr "" + +#: frontend/mainindex/cindexitem.cpp:606 +msgid "Old bookmarks" +msgstr "" + +#: frontend/mainindex/cindexitem.cpp:609 +msgid "Unknown" +msgstr "" + +#: frontend/mainindex/cindexitem.cpp:616 +msgid "Unknown language" +msgstr "" + +#: frontend/mainindex/cindexitem.cpp:974 frontend/mainindex/cindexitem.cpp:982 +msgid "" +"*.btb | BibleTime bookmark files (*.btb)\n" +"*.* | All files (*.*)" +msgstr "" + +#: frontend/mainindex/cindexitem.cpp:974 +msgid "BibleTime - Export bookmarks" +msgstr "" + +#: frontend/mainindex/cindexitem.cpp:982 +msgid "BibleTime - Import bookmarks" +msgstr "" + +#: frontend/mainindex/cmainindex.cpp:149 +msgid "Create a new folder" +msgstr "" + +#: frontend/mainindex/cmainindex.cpp:150 +msgid "Change this folder" +msgstr "" + +#: frontend/mainindex/cmainindex.cpp:152 +msgid "Change bookmark description" +msgstr "" + +#: frontend/mainindex/cmainindex.cpp:153 +msgid "Import bookmarks" +msgstr "" + +#: frontend/mainindex/cmainindex.cpp:154 +msgid "Export bookmarks" +msgstr "" + +#: frontend/mainindex/cmainindex.cpp:155 +msgid "Print bookmarks" +msgstr "" + +#: frontend/mainindex/cmainindex.cpp:157 +msgid "Remove selected item(s)" +msgstr "" + +#: frontend/mainindex/cmainindex.cpp:159 +msgid "Edit this work" +msgstr "" + +#: frontend/mainindex/cmainindex.cpp:161 +msgid "Plain text" +msgstr "" + +#: frontend/mainindex/cmainindex.cpp:162 +msgid "HTML" +msgstr "" + +#: frontend/mainindex/cmainindex.cpp:164 +msgid "Search in selected work(s)" +msgstr "" + +#: frontend/mainindex/cmainindex.cpp:165 +msgid "Unlock this work" +msgstr "" + +#: frontend/mainindex/cmainindex.cpp:166 +msgid "About this work" +msgstr "" + +#: frontend/mainindex/cmainindex.cpp:534 +msgid "Do you really want to delete the selected items and child-items?" +msgstr "" + +#: frontend/mainindex/cmainindex.cpp:534 +msgid "Delete Items" +msgstr "" + +#: frontend/mainindex/cmainindex.cpp:574 +msgid "BibleTime - Unlock work" +msgstr "" + +#: frontend/mainindex/cmainindex.cpp:575 +msgid "Enter the unlock key for this work." +msgstr "" + +#: frontend/manageindicesform.cpp:75 frontend/manageindicesform.ui:16 +#, no-c-format +msgid "Manage Indicies" +msgstr "" + +#: frontend/manageindicesform.cpp:76 frontend/manageindicesform.ui:52 +#, no-c-format +msgid "Automaticall&y delete orphaned indices when BibleTime starts" +msgstr "" + +#: frontend/manageindicesform.cpp:77 frontend/manageindicesform.ui:90 +#, no-c-format +msgid "&Create selected indices" +msgstr "" + +#: frontend/manageindicesform.cpp:78 frontend/manageindicesform.ui:98 +#, no-c-format +msgid "De&lete selected indices" +msgstr "" + +#: frontend/searchdialog/cmodulechooser.cpp:92 +#: frontend/searchdialog/cmoduleresultview.cpp:49 +msgid "Work" +msgstr "" + +#: frontend/searchdialog/cmodulechooser.cpp:271 +msgid "Choose work(s)" +msgstr "" + +#: frontend/searchdialog/cmodulechooser.cpp:283 +msgid "Use chosen work(s)" +msgstr "" + +#: frontend/searchdialog/cmoduleresultview.cpp:50 +msgid "Hits" +msgstr "" + +#: frontend/searchdialog/cmoduleresultview.cpp:227 +#: frontend/searchdialog/cmoduleresultview.cpp:236 +#: frontend/searchdialog/csearchresultview.cpp:212 +#: frontend/searchdialog/csearchresultview.cpp:231 +msgid "Copy search result..." +msgstr "" + +#: frontend/searchdialog/cmoduleresultview.cpp:227 +#: frontend/searchdialog/cmoduleresultview.cpp:236 +#: frontend/searchdialog/csearchresultview.cpp:212 +#: frontend/searchdialog/csearchresultview.cpp:231 +msgid "Copying search result" +msgstr "" + +#: frontend/searchdialog/cmoduleresultview.cpp:245 +#: frontend/searchdialog/cmoduleresultview.cpp:254 +#: frontend/searchdialog/csearchresultview.cpp:174 +#: frontend/searchdialog/csearchresultview.cpp:193 +msgid "Save search result..." +msgstr "" + +#: frontend/searchdialog/cmoduleresultview.cpp:245 +#: frontend/searchdialog/cmoduleresultview.cpp:254 +#: frontend/searchdialog/csearchresultview.cpp:174 +#: frontend/searchdialog/csearchresultview.cpp:193 +msgid "Saving search result" +msgstr "" + +#: frontend/searchdialog/cmoduleresultview.cpp:263 +#: frontend/searchdialog/csearchresultview.cpp:163 +msgid "Print search result..." +msgstr "" + +#: frontend/searchdialog/cmoduleresultview.cpp:263 +#: frontend/searchdialog/csearchresultview.cpp:163 +msgid "Printing search result" +msgstr "" + +#: frontend/searchdialog/crangechooser.cpp:74 +msgid "Search range editor" +msgstr "" + +#: frontend/searchdialog/crangechooser.cpp:102 +msgid "Search range" +msgstr "" + +#: frontend/searchdialog/crangechooser.cpp:110 +msgid "Add new range" +msgstr "" + +#: frontend/searchdialog/crangechooser.cpp:114 +msgid "Delete current range" +msgstr "" + +#: frontend/searchdialog/crangechooser.cpp:120 +msgid "Name:" +msgstr "" + +#: frontend/searchdialog/crangechooser.cpp:125 +msgid "Edit current search range:" +msgstr "" + +#: frontend/searchdialog/crangechooser.cpp:135 +msgid "Parsed search range:" +msgstr "" + +#: frontend/searchdialog/crangechooser.cpp:164 +msgid "New range" +msgstr "" + +#: frontend/searchdialog/crangechooser.cpp:229 +msgid "" +msgstr "" + +#: frontend/searchdialog/csearchanalysis.cpp:70 +msgid "Search analysis" +msgstr "" + +#: frontend/searchdialog/csearchanalysis.cpp:87 +msgid "Save search analysis as HTML" +msgstr "" + +#: frontend/searchdialog/csearchanalysis.cpp:519 +msgid "Save Search Analysis" +msgstr "" + +#: frontend/searchdialog/csearchanalysis.cpp:540 +msgid "BibleTime Search Analysis" +msgstr "" + +#: frontend/searchdialog/csearchanalysis.cpp:541 +msgid "Search text :" +msgstr "" + +#: frontend/searchdialog/csearchanalysis.cpp:543 +msgid "Book" +msgstr "" + +#: frontend/searchdialog/csearchanalysis.cpp:544 +msgid "Total hits" +msgstr "" + +#: frontend/searchdialog/csearchanalysis.cpp:580 +msgid "Created by" +msgstr "" + +#: frontend/searchdialog/csearchdialog.cpp:85 +msgid "Search dialog" +msgstr "" + +#: frontend/searchdialog/csearchdialog.cpp:111 +msgid "Missing indices" +msgstr "" + +#: frontend/searchdialog/csearchdialog.cpp:112 +msgid "" +"One or more modules need indexing before they can be searched.\n" +"This could take a long time. Proceed with indexing?" +msgstr "" + +#: frontend/searchdialog/csearchdialogpages.cpp:81 +msgid "Parsing Stong's Numbers" +msgstr "" + +#: frontend/searchdialog/csearchdialogpages.cpp:81 +msgid "Parsing Stong's numbers for translations." +msgstr "" + +#: frontend/searchdialog/csearchdialogpages.cpp:650 +msgid "Searching in: " +msgstr "" + +#: frontend/searchdialog/csearchdialogpages.cpp:723 +msgid "" +"

Enter search terms separated by spaces. By default the search function " +"will return results that match any of the search terms (OR). To search for " +"all the terms separate the terms by AND.

" +msgstr "" + +#: frontend/searchdialog/csearchdialogpages.cpp:726 +msgid "" +"

You can use wildcards: '*' matches any sequence of characters, while '?' " +"matches any single character. The use of brackets allows you to group your " +"search terms, e.g. '(Jesus OR spirit) AND God'.

" +msgstr "" + +#: frontend/searchdialog/csearchdialogpages.cpp:729 +msgid "" +"

To search text other than the main text, enter the text type followed by " +"\":\", and then the search term. For example, to search for the Strong's " +"number H8077, use 'strong:H8077'.

" +msgstr "" + +#: frontend/searchdialog/csearchdialogpages.cpp:732 +msgid "" +"

Available text types:
heading:searches " +"headings
footnote:searches footnotes
strong:searches Strong's Numbers
morph:" +"searches morphology codes

" +msgstr "" + +#: frontend/searchdialog/csearchdialogpages.cpp:737 +msgid "" +"

BibleTime uses the Lucene search engine to perform your searches. It has " +"many advanced features, and you can read more about it here: http://lucene." +"apache.org/java/docs/queryparsersyntax.html

" +msgstr "" + +#: frontend/searchdialog/csearchdialogpages.cpp:742 +msgid "Basic Search Syntax Introduction" +msgstr "" + +#: frontend/searchdialog/csearchdialogpages.cpp:750 +msgid "No search scope" +msgstr "" + +#: frontend/searchdialog/csearchresultview.cpp:41 +msgid "Results" +msgstr "" + +#: frontend/searchdialog/searchoptionsform.cpp:106 +#: frontend/searchdialog/searchoptionsform.ui:36 +#, no-c-format +msgid "Search Options" +msgstr "" + +#: frontend/searchdialog/searchoptionsform.cpp:107 +#: frontend/searchdialog/searchoptionsform.ui:50 +#, no-c-format +msgid "Search parameters" +msgstr "" + +#: frontend/searchdialog/searchoptionsform.cpp:108 +#: frontend/searchdialog/searchoptionsform.ui:75 +#, no-c-format +msgid "Search for:" +msgstr "" + +#: frontend/searchdialog/searchoptionsform.cpp:110 +#: frontend/searchdialog/searchoptionsform.ui:91 +#, no-c-format +msgid "&Choose" +msgstr "" + +#: frontend/searchdialog/searchoptionsform.cpp:111 +#: frontend/searchdialog/searchoptionsform.ui:99 +#, no-c-format +msgid "&Setup" +msgstr "" + +#: frontend/searchdialog/searchoptionsform.cpp:112 +#: frontend/searchdialog/searchoptionsform.ui:115 +#, no-c-format +msgid "Search scope:" +msgstr "" + +#: frontend/searchdialog/searchoptionsform.cpp:113 +#: frontend/searchdialog/searchoptionsform.ui:169 +#, no-c-format +msgid "Search in:" +msgstr "" + +#: frontend/searchdialog/searchresultsform.cpp:84 +#: frontend/searchdialog/searchresultsform.ui:36 +#, no-c-format +msgid "SearchResults" +msgstr "" + +#: frontend/searchdialog/searchresultsform.cpp:85 +#: frontend/searchdialog/searchresultsform.ui:106 +#, no-c-format +msgid "Analyze search" +msgstr "" + +#: main.cpp:124 +msgid "Enable debug messages" +msgstr "" + +#: main.cpp:125 +msgid "" +"Ignore the startup session that was saved when BibleTime was closed the last " +"time." +msgstr "" + +#: main.cpp:126 +msgid "" +"Open the standard Bible with the given key. Use to open at a random " +"position." +msgstr "" + +#: main.cpp:135 +msgid "Bible study tool for Trinity" +msgstr "" + +#: main.cpp:137 +msgid "(c)1999-2010, The BibleTime Team and The Trinity Project" +msgstr "" + +#: main.cpp:138 +msgid "" +"BibleTime is an easy to use but powerful Bible study tool for Trinity.\n" +"It is a fork of the main BibleTime project in order to provide a native " +"Trinity application.\n" +"\n" +"The BibleTime project is looking for developers and translators.\n" +"If you'd like to join their team, please send an email to info@bibletime." +"info." +msgstr "" + +#: main.cpp:147 +msgid "Project coordinator" +msgstr "" + +#: main.cpp:149 +msgid "Frontend, backend" +msgstr "" + +#: main.cpp:151 +msgid "Crystal icons, crystal startlogo, webpage" +msgstr "" + +#: main.cpp:153 +msgid "Trinity project" +msgstr "" + +#: main.cpp:161 +msgid "Romanian translation" +msgstr "" + +#: main.cpp:163 +msgid "High contrast template" +msgstr "" + +#: main.cpp:165 +msgid "Installation manager" +msgstr "" + +#: main.cpp:167 +msgid "Icons, startlogo" +msgstr "" + +#: main.cpp:169 +msgid "GUI" +msgstr "" + +#: main.cpp:171 +msgid "GUI, instant search" +msgstr "" + +#: main.cpp:173 +msgid "GUI translations into Traditional and Simplified Chinese" +msgstr "" + +#: main.cpp:175 +msgid "Binary packages" +msgstr "" + +#: main.cpp:177 +msgid "Founder of the Sword project" +msgstr "" + +#: main.cpp:179 +msgid "Sponsored our internet domain for many years" +msgstr "" + +#: main.cpp:181 +msgid "Bible Study HowTo" +msgstr "" + +#: main.cpp:183 main.cpp:211 +msgid "Search dialog enhancements" +msgstr "" + +#: main.cpp:185 +msgid "Language codes and names" +msgstr "" + +#: main.cpp:187 +msgid "GUI improvements" +msgstr "" + +#: main.cpp:189 +msgid "Finnish translation" +msgstr "" + +#: main.cpp:191 main.cpp:199 +msgid "Frontend" +msgstr "" + +#: main.cpp:193 +msgid "Czech translation" +msgstr "" + +#: main.cpp:195 +msgid "Searchdialog" +msgstr "" + +#: main.cpp:197 +msgid "Polish translation" +msgstr "" + +#: main.cpp:201 main.cpp:209 +msgid "Russian website translation" +msgstr "" + +#: main.cpp:203 +msgid "Spanish website translation updates" +msgstr "" + +#: main.cpp:205 +msgid "Update to the russian website translation" +msgstr "" + +#: main.cpp:207 +msgid "Documentation" +msgstr "" + +#: main.cpp:213 +msgid "Very helpful and detailed testing" +msgstr "" + +#: main.cpp:215 +msgid "The first lead developer" +msgstr "" + +#: main.cpp:217 +msgid "Translation updates for the Dutch GUI, the website and the handbook" +msgstr "" + +#: main.cpp:219 +msgid "French handbook translation" +msgstr "" + +#: main.cpp:221 +msgid "Helpful source code additions" +msgstr "" + +#: main.cpp:223 +msgid "Translated the GUI into Russian" +msgstr "" + +#: main.cpp:225 +msgid "New Bible key choosers" +msgstr "" + +#: main.cpp:227 +msgid "Spanish translation" +msgstr "" + +#: main.cpp:267 +msgid "Starting BibleTime" +msgstr "" + +#: util/cresmgr.cpp:737 +msgid "" +"Open the printer dialog of BibleTime, where you can edit the print queue, " +"assign styles to the items and print them." +msgstr "" + +#: util/cresmgr.cpp:741 +msgid "Close BibleTime and save the settings." +msgstr "" + +#: util/cresmgr.cpp:748 +msgid "Show or hide the bookshelf." +msgstr "" + +#: util/cresmgr.cpp:752 +msgid "Toggle the main toolbar view." +msgstr "" + +#: util/cresmgr.cpp:760 +msgid "Open the search dialog to search in all works that are currently open." +msgstr "" + +#: util/cresmgr.cpp:764 +msgid "Open the search dialog to search in the standard Bible." +msgstr "" + +#: util/cresmgr.cpp:772 +msgid "Restore a saved BibleTime session." +msgstr "" + +#: util/cresmgr.cpp:776 +msgid "Save current BibleTime session so that it can be reused later." +msgstr "" + +#: util/cresmgr.cpp:780 +msgid "Create and save a new session." +msgstr "" + +#: util/cresmgr.cpp:784 +msgid "Delete a BibleTime session." +msgstr "" + +#: util/cresmgr.cpp:788 +msgid "Toggle fullscreen mode of the main window." +msgstr "" + +#: util/cresmgr.cpp:792 +msgid "Vertically tile the open windows." +msgstr "" + +#: util/cresmgr.cpp:796 +msgid "Horizontally tile the open windows." +msgstr "" + +#: util/cresmgr.cpp:800 +msgid "Cascade the open windows." +msgstr "" + +#: util/cresmgr.cpp:805 +msgid "Choose the way that is used to arrange the windows." +msgstr "" + +#: util/cresmgr.cpp:809 +msgid "Automatically tile the open windows vertically." +msgstr "" + +#: util/cresmgr.cpp:813 +msgid "Automatically tile the open windows horizontally." +msgstr "" + +#: util/cresmgr.cpp:817 +msgid "Automatically cascade the open windows." +msgstr "" + +#: util/cresmgr.cpp:822 +msgid "Close all open windows." +msgstr "" + +#: util/cresmgr.cpp:830 +msgid "Open BibleTime's toolbar editor." +msgstr "" + +#: util/cresmgr.cpp:834 +msgid "Open the dialog to set most of BibleTime's preferences." +msgstr "" + +#: util/cresmgr.cpp:838 +msgid "" +"Open the dialog to configure your bookshelf and install/update/remove works." +msgstr "" + +#: util/cresmgr.cpp:847 +msgid "Open BibleTime's handbook in the KDE helpbrowser." +msgstr "" + +#: util/cresmgr.cpp:851 +msgid "" +"Open the Bible study HowTo included with BibleTime in the KDE helpbrowser. " +"
This HowTo is an introduction on how to study the Bible in an efficient " +"way." +msgstr "" + +#: util/cresmgr.cpp:855 +msgid "Send a bugreport to the developers of BibleTime." +msgstr "" + +#: util/cresmgr.cpp:859 +msgid "" +"Show a daily tip each time BibleTime starts.
The tips contain important " +"Bible quotations and helpful tips for using BibleTime." +msgstr "" + +#: util/cresmgr.cpp:863 +msgid "Show detailed information about BibleTime." +msgstr "" + +#: util/cresmgr.cpp:867 +msgid "Show detailed information about the KDE project." +msgstr "" + +#: util/cresmgr.cpp:877 +msgid "Start to search the text in each of the chosen work(s)." +msgstr "" + +#: util/cresmgr.cpp:881 +msgid "Stop the active search." +msgstr "" + +#: util/cresmgr.cpp:888 +msgid "Open a dialog to choose work(s) for the search." +msgstr "" + +#: util/cresmgr.cpp:892 +msgid "Enter the text you want to search in the chosen work(s) here." +msgstr "" + +#: util/cresmgr.cpp:898 +msgid "" +"Treat the search text as multiple words. A text must contain all of the " +"words to match. The order of the words is unimportant." +msgstr "" + +#: util/cresmgr.cpp:902 +msgid "" +"Treat the search text as multiple words. A text must contain one or more " +"words of to match. The order is unimportant." +msgstr "" + +#: util/cresmgr.cpp:906 +msgid "The search text will be used exactly as entered." +msgstr "" + +#: util/cresmgr.cpp:910 +msgid "" +"Treat the search string as a GNU regular expression. The BibleTime handbook " +"contains an introduction to regular expressions." +msgstr "" + +#: util/cresmgr.cpp:918 +msgid "" +"If you choose this option the search will distinguish between upper and " +"lowercase characters." +msgstr "" + +#: util/cresmgr.cpp:923 +msgid "" +"Choose a scope from the list. Select the first item to use no scope, the " +"second one is to use each work's last search result as search scope. The " +"others are user defined search scopes." +msgstr "" + +#: util/cresmgr.cpp:931 +msgid "Select an item from the list to edit the search scope." +msgstr "" + +#: util/cresmgr.cpp:935 +msgid "Change the name of the selected search scope." +msgstr "" + +#: util/cresmgr.cpp:939 +msgid "" +"Change the search ranges of the selected search scope item. Have a look at " +"the predefined search scopes to see how search ranges are constructed." +msgstr "" + +#: util/cresmgr.cpp:943 +msgid "Contains the search ranges which will be used for the search." +msgstr "" + +#: util/cresmgr.cpp:947 +msgid "" +"Add a new search scope. First enter an appropriate name, then edit the " +"search ranges." +msgstr "" + +#: util/cresmgr.cpp:951 +msgid "" +"Deletes the selected search scope. If you close the dialog using Cancel the " +"settings won't be saved." +msgstr "" + +#: util/cresmgr.cpp:959 +msgid "The list of works chosen for the search." +msgstr "" + +#: util/cresmgr.cpp:963 +msgid "This list contains the search result of the selected work." +msgstr "" + +#: util/cresmgr.cpp:967 +msgid "The text preview of the selected search result item." +msgstr "" + +#: util/cresmgr.cpp:979 +msgid "" +"This button is useful to scroll through the entries of the list. Press the " +"button and move the mouse to increase or decrease the item." +msgstr "" + +#: util/cresmgr.cpp:983 +msgid "This button opens the search dialog with the work(s) of this window." +msgstr "" + +#: util/cresmgr.cpp:988 +msgid "Go back one item in the display history." +msgstr "" + +#: util/cresmgr.cpp:992 +msgid "Go forward one item in the display history." +msgstr "" + +#: util/cresmgr.cpp:997 +msgid "" +"Show all occurences of the Strong number currently under the mouse cursor." +msgstr "" + +#: util/cresmgr.cpp:1003 +msgid "This list contains the books which are available in this work." +msgstr "" + +#: util/cresmgr.cpp:1007 +msgid "Show the next book of this work." +msgstr "" + +#: util/cresmgr.cpp:1011 +msgid "Show the previous book of this work." +msgstr "" + +#: util/cresmgr.cpp:1015 +msgid "" +"This list contains the chapters which are available in the current book." +msgstr "" + +#: util/cresmgr.cpp:1019 +msgid "Show the next chapter of the work." +msgstr "" + +#: util/cresmgr.cpp:1023 +msgid "Show the previous chapter of the work." +msgstr "" + +#: util/cresmgr.cpp:1027 +msgid "" +"This list contains the verses which are available in the current chapter." +msgstr "" + +#: util/cresmgr.cpp:1031 +msgid "" +"In Bible texts, the next verse will be highlighted. In commentaries, the " +"next entry will be shown." +msgstr "" + +#: util/cresmgr.cpp:1036 +msgid "" +"In Bible texts, the previous verse will be highlighted. In commentaries, the " +"previous entry will be shown." +msgstr "" + +#: util/cresmgr.cpp:1043 +msgid "" +"Synchronize the displayed entry of this work with the active Bible window." +msgstr "" + +#: util/cresmgr.cpp:1050 +msgid "This list contains the entries of the current work." +msgstr "" + +#: util/cresmgr.cpp:1054 +msgid "The next entry of the work will be shown." +msgstr "" + +#: util/cresmgr.cpp:1058 +msgid "The previous entry of the work will be shown." +msgstr "" + +#: util/cresmgr.cpp:1066 +msgid "Save the curent text into the work. The old text will be overwritten." +msgstr "" + +#: util/cresmgr.cpp:1070 +msgid "" +"Loads the old text from the work and loads it into the edit area. The " +"unsaved text will be lost." +msgstr "" + +#: util/cresmgr.cpp:1074 +msgid "Deletes the current entry out of the work. The text will be lost." +msgstr "" + +#: util/cresmgr.cpp:1080 +msgid "Toggle bold formatting of the selected text." +msgstr "" + +#: util/cresmgr.cpp:1084 +msgid "Toggle italic formatting of the selected text." +msgstr "" + +#: util/cresmgr.cpp:1088 +msgid "Toggle underlined formatting of the selected text." +msgstr "" + +#: util/cresmgr.cpp:1093 +msgid "The text will be aligned on the left side of the page." +msgstr "" + +#: util/cresmgr.cpp:1097 +msgid "Centers the text horizontally." +msgstr "" + +#: util/cresmgr.cpp:1101 +msgid "Aligns the text on the right side of the page." +msgstr "" + +#: util/cresmgr.cpp:1105 +msgid "Justifies the text on the page." +msgstr "" + +#: util/cresmgr.cpp:1110 +msgid "Choose a new font for the selected text." +msgstr "" + +#: util/cresmgr.cpp:1113 +msgid "Choose a new font size for the selected text." +msgstr "" + +#: util/cresmgr.cpp:1116 +msgid "Choose a new color for the selected text." +msgstr "" + +#: util/cresmgr.cpp:1126 +msgid "Activate this box to see a daily tip on startup." +msgstr "" + +#: util/cresmgr.cpp:1130 +msgid "Activate this to see the BibleTime logo on startup." +msgstr "" + +#: util/cresmgr.cpp:1134 +msgid "" +"Save the user's session when BibleTime is closed and restore it on the next " +"startup." +msgstr "" + +#: util/cresmgr.cpp:1141 +msgid "The font selection below will apply to all texts in this language." +msgstr "" + +#: util/cresmgr.cpp:1150 +msgid "Contains the languages which can be used for the biblical booknames." +msgstr "" + +#: util/cresmgr.cpp:1157 +msgid "The standard Bible is used when a hyperlink into a Bible is clicked." +msgstr "" + +#: util/cresmgr.cpp:1161 +msgid "" +"The standard commentary is used when a hyperlink into a commentary is " +"clicked." +msgstr "" + +#: util/cresmgr.cpp:1165 +msgid "" +"The standard lexicon is used when a hyperlink into a lexicon is clicked." +msgstr "" + +#: util/cresmgr.cpp:1169 +msgid "" +"The standard devotional will be used to display a short start up devotional." +msgstr "" + +#: util/cresmgr.cpp:1173 +msgid "" +"The standard Hebrew lexicon is used when a hyperlink into a Hebrew lexicon " +"is clicked." +msgstr "" + +#: util/cresmgr.cpp:1177 +msgid "" +"The standard Greek lexicon is used when a hyperlink into a Greek lexicon is " +"clicked." +msgstr "" + +#: util/cresmgr.cpp:1181 +msgid "" +"The standard morphological lexicon for Hebrew texts is used when a hyperlink " +"of a morphological tag in a Hebrew text is clicked." +msgstr "" + +#: util/cresmgr.cpp:1185 +msgid "" +"The standard morphological lexicon for Greek texts is used when a hyperlink " +"of a morphological tag in a Greek text is clicked." +msgstr "" + +#: util/cresmgr.cpp:1194 +msgid "" +"Opens the search dialog to search in the work(s) that are currently open." +msgstr "" + +#: util/ctoolclass.cpp:78 +msgid "The file already exists." +msgstr "" + +#: util/ctoolclass.cpp:79 +msgid "Do you want to overwrite it?" +msgstr "" + +#: util/ctoolclass.cpp:99 +msgid "The file couldn't be saved." +msgstr "" + +#: util/ctoolclass.cpp:100 +msgid "Please check permissions etc." +msgstr "" + +#: util/ctoolclass.cpp:209 +msgid "not set" +msgstr "" + +#: xml/bibletimeui.rc:9 +#, no-c-format +msgid "&Search" +msgstr "" + +#: xml/bibletimeui.rc:19 +#, no-c-format +msgid "Se&ttings" +msgstr "" + +#: xml/bibletimeui.rc:26 +#, no-c-format +msgid "&Window" +msgstr "" + +#: ../docs/tips:3 +msgid "The Bible was written so we could believe in Jesus. (John 20:31)\n" +msgstr "" + +#: ../docs/tips:9 +msgid "" +"BibleTime includes a really useful handbook written by Fred Saalbach.\n" +"To read it choose the item \"Handbook\" in the \"Help\" menu of BibleTime.\n" +msgstr "" + +#: ../docs/tips:16 +msgid "" +"No one is allowed by God to add anything to or take anything away from the " +"Word. (Revelation 22:18-19)\n" +msgstr "" + +#: ../docs/tips:22 +msgid "The Bible is like a mirror. (James 1:23)\n" +msgstr "" + +#: ../docs/tips:28 +msgid "" +"BibleTime does include a Bible Study HowTo!\n" +"It was written by Bob Harman and is a great introduction how to study the " +"Bible.\n" +msgstr "" + +#: ../docs/tips:35 +msgid "" +"You can save, print and copy the whole search result by pressing the right " +"mouse button on the icon of the searched module in the search dialog.\n" +msgstr "" + +#: ../docs/tips:41 +msgid "The Bible is our only spiritual weapon. (Ephesians 6:17)\n" +msgstr "" + +#: ../docs/tips:47 +msgid "" +"To get the number of verses in the Bible search for a space in the module.\n" +"The search analysis shows you the number of verses of each book.\n" +msgstr "" + +#: ../docs/tips:54 +msgid "The Bible is truth. (John 17:17)\n" +msgstr "" + +#: ../docs/tips:60 +msgid "" +"If you would like to create a set of bookmarks around a specific topic with " +"comments containing what the Lord told you here, it's best to\n" +"make bookmarks from your personal commentary.\n" +msgstr "" + +#: ../docs/tips:67 +msgid "" +"The scriptures give us the wisdom that leads to salvation. (2 Timothy 3:15)\n" +msgstr "" + +#: ../docs/tips:73 +msgid "" +"To lookup the meaning of the original hebrew or greek word in a Bible " +"supporting Strong's numbers, switch them on and \n" +"click on the strong number. Now a new window showing the strong number with\n" +"it's explanation is shown. If your favourite translation doesn't support " +"Strong's numbers please refer to an alternate translation for the number of " +"the corresponding word.\n" +"Make sure you have set the default modules in the preferences.\n" +msgstr "" + +#: ../docs/tips:82 +msgid "" +"If you want to use a commentary as a topical reference, search it for terms " +"your topic is about.\n" +msgstr "" + +#: ../docs/tips:88 +msgid "" +"In the beginning was the Word, the Word was with God, and the Word was God. " +"(John 1:1)\n" +msgstr "" + +#: ../docs/tips:94 +msgid "" +"We will be judged on the last day by the words Jesus spoke. (John 12:48)\n" +msgstr "" + +#: ../docs/tips:100 +msgid "" +"If you want to find the full set of verses or entries on a area of content, " +"you should use the option \"Multiple words (OR)\" for searching.\n" +msgstr "" + +#: ../docs/tips:106 +msgid "" +"If you are searching a verse you know only fuzzy or in a different " +"translation search for the most probable terms in multiple Bible " +"translations at the same time.\n" +msgstr "" + +#: ../docs/tips:111 +msgid "" +"God's Word can be a lamp to your feet and a light to your path. (Psalm " +"119:105)\n" +msgstr "" + +#: ../docs/tips:117 +msgid "" +"If you want to search a word in a foreign module (e.g. greek or hebrew), " +"open a display window and choose a chapter or an entry which contains this " +"word.\n" +"Select it and copy it to the clipboard. Now insert the copied word in the " +"search text box of the searchdialog.\n" +msgstr "" + +#: ../docs/tips:124 +msgid "" +"The Word of God will not return to Him without accomplishing its purpose. " +"(Isaiah 55:11)\n" +msgstr "" + +#: ../docs/tips:130 +msgid "" +"Foreign modules do often require a special font to display correctly. You " +"can set the font for each language in the preferences.\n" +msgstr "" + +#: ../docs/tips:136 +msgid "" +"Did you know that the first book ever printed on a printing press was the " +"Bible (by Johann Gutenberg, in 1492)?\n" +msgstr "" + +#: ../docs/tips:142 +msgid "" +"God has already given to us everything pertaining to life and godliness. (2 " +"Peter 1:3)\n" +msgstr "" + +#: ../docs/tips:148 +msgid "" +"All important elements of BibleTime's graphical user interface have a " +"tooltip and a \"What's this?\" help.
\n" +"To read the \"What's this?\" help press the keys SHIFT+F1 and click on the " +"part.\n" +msgstr "" + +#: ../docs/tips:155 +msgid "" +"The Word of God is living, active, and sharper than any two-edged sword. " +"(Hebrews 4:12)\n" +msgstr "" + +#: ../docs/tips:161 +msgid "" +"You are using a program that has been written for the glory of God.
May " +"He bless you as you study His Word!\n" +msgstr ""