From d7e2705228d0580a16046a3f3c19f453a035b99d Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgouttes Date: Sat, 11 May 2013 00:15:57 +0200 Subject: [PATCH] Get rid of all traces of libintl. This requires to re-add some tests in configure.ac. Note that the code to generate a Makefile in po/ has been kept. --- ABOUT-NLS | 1101 -- INSTALL | 3 - Makefile.am | 4 +- README.Cygwin | 10 +- configure.ac | 36 +- development/attic/gettext.patch | 144 - intl/CMakeLists.txt | 68 - intl/ChangeLog | 4 - intl/Makefile.in | 562 - intl/VERSION | 1 - intl/bindtextdom.c | 357 - intl/config.charset | 640 - intl/dcgettext.c | 56 - intl/dcigettext.c | 1654 -- intl/dcngettext.c | 57 - intl/dgettext.c | 58 - intl/dngettext.c | 59 - intl/eval-plural.h | 108 - intl/explodename.c | 133 - intl/export.h | 6 - intl/finddomain.c | 208 - intl/gettext.c | 63 - intl/gettextP.h | 247 - intl/gmo.h | 149 - intl/hash-string.c | 51 - intl/hash-string.h | 36 - intl/intl-compat.c | 133 - intl/intl-exports.c | 36 - intl/l10nflist.c | 400 - intl/langprefs.c | 130 - intl/libgnuintl.h.cmake | 406 - intl/libgnuintl.h.in | 419 - intl/loadinfo.h | 132 - intl/loadmsgcat.c | 1333 -- intl/localcharset.c | 461 - intl/localcharset.h | 42 - intl/locale.alias | 78 - intl/localealias.c | 437 - intl/localename.c | 1499 -- intl/lock.c | 922 -- intl/lock.h | 833 - intl/log.c | 116 - intl/ngettext.c | 65 - intl/os2compat.c | 98 - intl/os2compat.h | 46 - intl/osdep.c | 26 - intl/plural-exp.c | 154 - intl/plural-exp.h | 118 - intl/plural.c | 1943 --- intl/plural.y | 383 - intl/printf-args.c | 142 - intl/printf-args.h | 137 - intl/printf-parse.c | 544 - intl/printf-parse.h | 75 - intl/printf.c | 422 - intl/ref-add.sin | 31 - intl/ref-del.sin | 26 - intl/relocatable.c | 468 - intl/relocatable.h | 79 - intl/textdomain.c | 141 - intl/vasnprintf.c | 890 - intl/vasnprintf.h | 78 - intl/vasnwprintf.h | 46 - intl/version.c | 26 - intl/wprintf-parse.h | 75 - intl/xsize.h | 109 - m4/Makefile.am | 2 +- m4/codeset.m4 | 21 - m4/gettext.m4 | 419 - m4/glibc2.m4 | 30 - m4/glibc21.m4 | 30 - m4/iconv.m4 | 143 +- m4/intdiv0.m4 | 70 - m4/intl.m4 | 260 - m4/intldir.m4 | 19 - m4/intmax.m4 | 33 - m4/inttypes-pri.m4 | 36 - m4/inttypes.m4 | 25 - m4/inttypes_h.m4 | 26 - m4/isc-posix.m4 | 24 - m4/lcmessage.m4 | 30 - m4/lib-ld.m4 | 110 - m4/lib-link.m4 | 644 - m4/lib-prefix.m4 | 185 - m4/lock.m4 | 311 - m4/longdouble.m4 | 31 - m4/longlong.m4 | 48 - m4/nls.m4 | 31 - m4/po.m4 | 32 +- m4/printf-posix.m4 | 44 - m4/progtest.m4 | 92 - m4/signed.m4 | 17 - m4/size_max.m4 | 62 - m4/stdint_h.m4 | 26 - m4/uintmax_t.m4 | 30 - m4/ulonglong.m4 | 48 - m4/visibility.m4 | 52 - m4/wchar_t.m4 | 20 - m4/wint_t.m4 | 20 - m4/xsize.m4 | 13 - po/cs.po | 26517 ++++++++++++------------------ src/Makefile.am | 8 +- src/client/Makefile.am | 2 +- src/support/Makefile.am | 6 +- src/support/Messages.cpp | 5 - src/support/docstring.cpp | 1 - src/tex2lyx/Makefile.am | 4 +- 107 files changed, 10758 insertions(+), 38083 deletions(-) delete mode 100644 ABOUT-NLS delete mode 100644 development/attic/gettext.patch delete mode 100644 intl/CMakeLists.txt delete mode 100644 intl/ChangeLog delete mode 100644 intl/Makefile.in delete mode 100644 intl/VERSION delete mode 100644 intl/bindtextdom.c delete mode 100755 intl/config.charset delete mode 100644 intl/dcgettext.c delete mode 100644 intl/dcigettext.c delete mode 100644 intl/dcngettext.c delete mode 100644 intl/dgettext.c delete mode 100644 intl/dngettext.c delete mode 100644 intl/eval-plural.h delete mode 100644 intl/explodename.c delete mode 100644 intl/export.h delete mode 100644 intl/finddomain.c delete mode 100644 intl/gettext.c delete mode 100644 intl/gettextP.h delete mode 100644 intl/gmo.h delete mode 100644 intl/hash-string.c delete mode 100644 intl/hash-string.h delete mode 100644 intl/intl-compat.c delete mode 100644 intl/intl-exports.c delete mode 100644 intl/l10nflist.c delete mode 100644 intl/langprefs.c delete mode 100644 intl/libgnuintl.h.cmake delete mode 100644 intl/libgnuintl.h.in delete mode 100644 intl/loadinfo.h delete mode 100644 intl/loadmsgcat.c delete mode 100644 intl/localcharset.c delete mode 100644 intl/localcharset.h delete mode 100644 intl/locale.alias delete mode 100644 intl/localealias.c delete mode 100644 intl/localename.c delete mode 100644 intl/lock.c delete mode 100644 intl/lock.h delete mode 100644 intl/log.c delete mode 100644 intl/ngettext.c delete mode 100644 intl/os2compat.c delete mode 100644 intl/os2compat.h delete mode 100644 intl/osdep.c delete mode 100644 intl/plural-exp.c delete mode 100644 intl/plural-exp.h delete mode 100644 intl/plural.c delete mode 100644 intl/plural.y delete mode 100644 intl/printf-args.c delete mode 100644 intl/printf-args.h delete mode 100644 intl/printf-parse.c delete mode 100644 intl/printf-parse.h delete mode 100644 intl/printf.c delete mode 100644 intl/ref-add.sin delete mode 100644 intl/ref-del.sin delete mode 100644 intl/relocatable.c delete mode 100644 intl/relocatable.h delete mode 100644 intl/textdomain.c delete mode 100644 intl/vasnprintf.c delete mode 100644 intl/vasnprintf.h delete mode 100644 intl/vasnwprintf.h delete mode 100644 intl/version.c delete mode 100644 intl/wprintf-parse.h delete mode 100644 intl/xsize.h delete mode 100644 m4/codeset.m4 delete mode 100644 m4/gettext.m4 delete mode 100644 m4/glibc2.m4 delete mode 100644 m4/glibc21.m4 delete mode 100644 m4/intdiv0.m4 delete mode 100644 m4/intl.m4 delete mode 100644 m4/intldir.m4 delete mode 100644 m4/intmax.m4 delete mode 100644 m4/inttypes-pri.m4 delete mode 100644 m4/inttypes.m4 delete mode 100644 m4/inttypes_h.m4 delete mode 100644 m4/isc-posix.m4 delete mode 100644 m4/lcmessage.m4 delete mode 100644 m4/lib-ld.m4 delete mode 100644 m4/lib-link.m4 delete mode 100644 m4/lib-prefix.m4 delete mode 100644 m4/lock.m4 delete mode 100644 m4/longdouble.m4 delete mode 100644 m4/longlong.m4 delete mode 100644 m4/nls.m4 delete mode 100644 m4/printf-posix.m4 delete mode 100644 m4/progtest.m4 delete mode 100644 m4/signed.m4 delete mode 100644 m4/size_max.m4 delete mode 100644 m4/stdint_h.m4 delete mode 100644 m4/uintmax_t.m4 delete mode 100644 m4/ulonglong.m4 delete mode 100644 m4/visibility.m4 delete mode 100644 m4/wchar_t.m4 delete mode 100644 m4/wint_t.m4 delete mode 100644 m4/xsize.m4 diff --git a/ABOUT-NLS b/ABOUT-NLS deleted file mode 100644 index ec20977e06..0000000000 --- a/ABOUT-NLS +++ /dev/null @@ -1,1101 +0,0 @@ -1 Notes on the Free Translation Project -*************************************** - -Free software is going international! The Free Translation Project is -a way to get maintainers of free software, translators, and users all -together, so that free software will gradually become able to speak many -languages. A few packages already provide translations for their -messages. - - If you found this `ABOUT-NLS' file inside a distribution, you may -assume that the distributed package does use GNU `gettext' internally, -itself available at your nearest GNU archive site. But you do _not_ -need to install GNU `gettext' prior to configuring, installing or using -this package with messages translated. - - Installers will find here some useful hints. These notes also -explain how users should proceed for getting the programs to use the -available translations. They tell how people wanting to contribute and -work on translations can contact the appropriate team. - - When reporting bugs in the `intl/' directory or bugs which may be -related to internationalization, you should tell about the version of -`gettext' which is used. The information can be found in the -`intl/VERSION' file, in internationalized packages. - -1.1 Quick configuration advice -============================== - -If you want to exploit the full power of internationalization, you -should configure it using - - ./configure --with-included-gettext - -to force usage of internationalizing routines provided within this -package, despite the existence of internationalizing capabilities in the -operating system where this package is being installed. So far, only -the `gettext' implementation in the GNU C library version 2 provides as -many features (such as locale alias, message inheritance, automatic -charset conversion or plural form handling) as the implementation here. -It is also not possible to offer this additional functionality on top -of a `catgets' implementation. Future versions of GNU `gettext' will -very likely convey even more functionality. So it might be a good idea -to change to GNU `gettext' as soon as possible. - - So you need _not_ provide this option if you are using GNU libc 2 or -you have installed a recent copy of the GNU gettext package with the -included `libintl'. - -1.2 INSTALL Matters -=================== - -Some packages are "localizable" when properly installed; the programs -they contain can be made to speak your own native language. Most such -packages use GNU `gettext'. Other packages have their own ways to -internationalization, predating GNU `gettext'. - - By default, this package will be installed to allow translation of -messages. It will automatically detect whether the system already -provides the GNU `gettext' functions. If not, the included GNU -`gettext' library will be used. This library is wholly contained -within this package, usually in the `intl/' subdirectory, so prior -installation of the GNU `gettext' package is _not_ required. -Installers may use special options at configuration time for changing -the default behaviour. The commands: - - ./configure --with-included-gettext - ./configure --disable-nls - -will, respectively, bypass any pre-existing `gettext' to use the -internationalizing routines provided within this package, or else, -_totally_ disable translation of messages. - - When you already have GNU `gettext' installed on your system and run -configure without an option for your new package, `configure' will -probably detect the previously built and installed `libintl.a' file and -will decide to use this. This might not be desirable. You should use -the more recent version of the GNU `gettext' library. I.e. if the file -`intl/VERSION' shows that the library which comes with this package is -more recent, you should use - - ./configure --with-included-gettext - -to prevent auto-detection. - - The configuration process will not test for the `catgets' function -and therefore it will not be used. The reason is that even an -emulation of `gettext' on top of `catgets' could not provide all the -extensions of the GNU `gettext' library. - - Internationalized packages usually have many `po/LL.po' files, where -LL gives an ISO 639 two-letter code identifying the language. Unless -translations have been forbidden at `configure' time by using the -`--disable-nls' switch, all available translations are installed -together with the package. However, the environment variable `LINGUAS' -may be set, prior to configuration, to limit the installed set. -`LINGUAS' should then contain a space separated list of two-letter -codes, stating which languages are allowed. - -1.3 Using This Package -====================== - -As a user, if your language has been installed for this package, you -only have to set the `LANG' environment variable to the appropriate -`LL_CC' combination. Here `LL' is an ISO 639 two-letter language code, -and `CC' is an ISO 3166 two-letter country code. For example, let's -suppose that you speak German and live in Germany. At the shell -prompt, merely execute `setenv LANG de_DE' (in `csh'), -`export LANG; LANG=de_DE' (in `sh') or `export LANG=de_DE' (in `bash'). -This can be done from your `.login' or `.profile' file, once and for -all. - - You might think that the country code specification is redundant. -But in fact, some languages have dialects in different countries. For -example, `de_AT' is used for Austria, and `pt_BR' for Brazil. The -country code serves to distinguish the dialects. - - The locale naming convention of `LL_CC', with `LL' denoting the -language and `CC' denoting the country, is the one use on systems based -on GNU libc. On other systems, some variations of this scheme are -used, such as `LL' or `LL_CC.ENCODING'. You can get the list of -locales supported by your system for your language by running the -command `locale -a | grep '^LL''. - - Not all programs have translations for all languages. By default, an -English message is shown in place of a nonexistent translation. If you -understand other languages, you can set up a priority list of languages. -This is done through a different environment variable, called -`LANGUAGE'. GNU `gettext' gives preference to `LANGUAGE' over `LANG' -for the purpose of message handling, but you still need to have `LANG' -set to the primary language; this is required by other parts of the -system libraries. For example, some Swedish users who would rather -read translations in German than English for when Swedish is not -available, set `LANGUAGE' to `sv:de' while leaving `LANG' to `sv_SE'. - - Special advice for Norwegian users: The language code for Norwegian -bokma*l changed from `no' to `nb' recently (in 2003). During the -transition period, while some message catalogs for this language are -installed under `nb' and some older ones under `no', it's recommended -for Norwegian users to set `LANGUAGE' to `nb:no' so that both newer and -older translations are used. - - In the `LANGUAGE' environment variable, but not in the `LANG' -environment variable, `LL_CC' combinations can be abbreviated as `LL' -to denote the language's main dialect. For example, `de' is equivalent -to `de_DE' (German as spoken in Germany), and `pt' to `pt_PT' -(Portuguese as spoken in Portugal) in this context. - -1.4 Translating Teams -===================== - -For the Free Translation Project to be a success, we need interested -people who like their own language and write it well, and who are also -able to synergize with other translators speaking the same language. -Each translation team has its own mailing list. The up-to-date list of -teams can be found at the Free Translation Project's homepage, -`http://www.iro.umontreal.ca/contrib/po/HTML/', in the "National teams" -area. - - If you'd like to volunteer to _work_ at translating messages, you -should become a member of the translating team for your own language. -The subscribing address is _not_ the same as the list itself, it has -`-request' appended. For example, speakers of Swedish can send a -message to `sv-request@li.org', having this message body: - - subscribe - - Keep in mind that team members are expected to participate -_actively_ in translations, or at solving translational difficulties, -rather than merely lurking around. If your team does not exist yet and -you want to start one, or if you are unsure about what to do or how to -get started, please write to `translation@iro.umontreal.ca' to reach the -coordinator for all translator teams. - - The English team is special. It works at improving and uniformizing -the terminology in use. Proven linguistic skills are praised more than -programming skills, here. - -1.5 Available Packages -====================== - -Languages are not equally supported in all packages. The following -matrix shows the current state of internationalization, as of October -2006. The matrix shows, in regard of each package, for which languages -PO files have been submitted to translation coordination, with a -translation percentage of at least 50%. - - Ready PO files af am ar az be bg bs ca cs cy da de el en en_GB eo - +----------------------------------------------------+ - GNUnet | [] | - a2ps | [] [] [] [] [] | - aegis | () | - ant-phone | () | - anubis | [] | - ap-utils | | - aspell | [] [] [] [] [] | - bash | [] [] [] | - batchelor | [] | - bfd | | - bibshelf | [] | - binutils | [] | - bison | [] [] | - bison-runtime | | - bluez-pin | [] [] [] [] [] | - cflow | [] | - clisp | [] [] | - console-tools | [] [] | - coreutils | [] [] [] | - cpio | | - cpplib | [] [] [] | - cryptonit | [] | - darkstat | [] () [] | - dialog | [] [] [] [] [] [] | - diffutils | [] [] [] [] [] [] | - doodle | [] | - e2fsprogs | [] [] | - enscript | [] [] [] [] | - error | [] [] [] [] | - fetchmail | [] [] () [] | - fileutils | [] [] | - findutils | [] [] [] | - flex | [] [] [] | - fslint | [] | - gas | | - gawk | [] [] [] | - gbiff | [] | - gcal | [] | - gcc | [] | - gettext-examples | [] [] [] [] [] | - gettext-runtime | [] [] [] [] [] | - gettext-tools | [] [] | - gimp-print | [] [] [] [] | - gip | [] | - gliv | [] | - glunarclock | [] | - gmult | [] [] | - gnubiff | () | - gnucash | () () [] | - gnucash-glossary | [] () | - gnuedu | | - gnulib | [] [] [] [] [] [] | - gnunet-gtk | | - gnutls | | - gpe-aerial | [] [] | - gpe-beam | [] [] | - gpe-calendar | | - gpe-clock | [] [] | - gpe-conf | [] [] | - gpe-contacts | | - gpe-edit | [] | - gpe-filemanager | | - gpe-go | [] | - gpe-login | [] [] | - gpe-ownerinfo | [] [] | - gpe-package | | - gpe-sketchbook | [] [] | - gpe-su | [] [] | - gpe-taskmanager | [] [] | - gpe-timesheet | [] | - gpe-today | [] [] | - gpe-todo | | - gphoto2 | [] [] [] [] | - gprof | [] [] | - gpsdrive | () () | - gramadoir | [] [] | - grep | [] [] [] [] [] [] | - gretl | | - gsasl | | - gss | | - gst-plugins | [] [] [] [] | - gst-plugins-base | [] [] [] | - gst-plugins-good | [] [] [] [] [] [] [] | - gstreamer | [] [] [] [] [] [] [] | - gtick | () | - gtkam | [] [] [] | - gtkorphan | [] [] | - gtkspell | [] [] [] [] | - gutenprint | [] | - hello | [] [] [] [] [] | - id-utils | [] [] | - impost | | - indent | [] [] [] | - iso_3166 | [] [] | - iso_3166_2 | | - iso_4217 | [] | - iso_639 | [] [] | - jpilot | [] | - jtag | | - jwhois | | - kbd | [] [] [] [] | - keytouch | | - keytouch-editor | | - keytouch-keyboa... | | - latrine | () | - ld | [] | - leafpad | [] [] [] [] [] | - libc | [] [] [] [] [] | - libexif | [] | - libextractor | [] | - libgpewidget | [] [] [] | - libgpg-error | [] | - libgphoto2 | [] [] | - libgphoto2_port | [] [] | - libgsasl | | - libiconv | [] [] | - libidn | [] [] | - lifelines | [] () | - lilypond | [] | - lingoteach | | - lynx | [] [] [] [] | - m4 | [] [] [] [] | - mailutils | [] | - make | [] [] | - man-db | [] () [] [] | - minicom | [] [] [] | - mysecretdiary | [] [] | - nano | [] [] [] | - nano_1_0 | [] () [] [] | - opcodes | [] | - parted | | - pilot-qof | [] | - psmisc | [] | - pwdutils | | - python | | - qof | | - radius | [] | - recode | [] [] [] [] [] [] | - rpm | [] [] | - screem | | - scrollkeeper | [] [] [] [] [] [] [] [] | - sed | [] [] [] | - sh-utils | [] [] | - shared-mime-info | [] [] [] [] | - sharutils | [] [] [] [] [] [] | - shishi | | - silky | | - skencil | [] () | - sketch | [] () | - solfege | | - soundtracker | [] [] | - sp | [] | - stardict | [] | - system-tools-ba... | [] [] [] [] [] [] [] [] [] | - tar | [] | - texinfo | [] [] [] | - textutils | [] [] [] | - tin | () () | - tp-robot | [] | - tuxpaint | [] [] [] [] [] | - unicode-han-tra... | | - unicode-transla... | | - util-linux | [] [] [] [] | - vorbis-tools | [] [] [] [] | - wastesedge | () | - wdiff | [] [] [] [] | - wget | [] [] | - xchat | [] [] [] [] [] [] | - xkeyboard-config | | - xpad | [] [] | - +----------------------------------------------------+ - af am ar az be bg bs ca cs cy da de el en en_GB eo - 10 0 1 2 9 22 1 42 41 2 60 95 16 1 17 16 - - es et eu fa fi fr ga gl gu he hi hr hu id is it - +--------------------------------------------------+ - GNUnet | | - a2ps | [] [] [] () | - aegis | | - ant-phone | [] | - anubis | [] | - ap-utils | [] [] | - aspell | [] [] [] | - bash | [] [] [] | - batchelor | [] [] | - bfd | [] | - bibshelf | [] [] [] | - binutils | [] [] [] | - bison | [] [] [] [] [] [] | - bison-runtime | [] [] [] [] [] | - bluez-pin | [] [] [] [] [] | - cflow | [] | - clisp | [] [] | - console-tools | | - coreutils | [] [] [] [] [] [] | - cpio | [] [] [] | - cpplib | [] [] | - cryptonit | [] | - darkstat | [] () [] [] [] | - dialog | [] [] [] [] [] [] [] [] | - diffutils | [] [] [] [] [] [] [] [] [] | - doodle | [] [] | - e2fsprogs | [] [] [] | - enscript | [] [] [] | - error | [] [] [] [] [] | - fetchmail | [] | - fileutils | [] [] [] [] [] [] | - findutils | [] [] [] [] | - flex | [] [] [] | - fslint | [] | - gas | [] [] | - gawk | [] [] [] [] | - gbiff | [] | - gcal | [] [] | - gcc | [] | - gettext-examples | [] [] [] [] [] [] | - gettext-runtime | [] [] [] [] [] [] | - gettext-tools | [] [] [] | - gimp-print | [] [] | - gip | [] [] [] | - gliv | () | - glunarclock | [] [] [] | - gmult | [] [] [] | - gnubiff | () () | - gnucash | () () () | - gnucash-glossary | [] [] | - gnuedu | [] | - gnulib | [] [] [] [] [] [] [] [] | - gnunet-gtk | | - gnutls | | - gpe-aerial | [] [] | - gpe-beam | [] [] | - gpe-calendar | | - gpe-clock | [] [] [] [] | - gpe-conf | [] | - gpe-contacts | [] [] | - gpe-edit | [] [] [] [] | - gpe-filemanager | [] | - gpe-go | [] [] [] | - gpe-login | [] [] [] | - gpe-ownerinfo | [] [] [] [] [] | - gpe-package | [] | - gpe-sketchbook | [] [] | - gpe-su | [] [] [] [] | - gpe-taskmanager | [] [] [] | - gpe-timesheet | [] [] [] [] | - gpe-today | [] [] [] [] | - gpe-todo | [] | - gphoto2 | [] [] [] [] [] | - gprof | [] [] [] [] | - gpsdrive | () () [] () | - gramadoir | [] [] | - grep | [] [] [] [] [] [] [] [] [] [] [] [] | - gretl | [] [] [] | - gsasl | [] [] | - gss | [] | - gst-plugins | [] [] [] | - gst-plugins-base | [] [] | - gst-plugins-good | [] [] [] | - gstreamer | [] [] [] | - gtick | [] | - gtkam | [] [] [] [] | - gtkorphan | [] [] | - gtkspell | [] [] [] [] [] [] | - gutenprint | [] | - hello | [] [] [] [] [] [] [] [] [] [] [] [] [] | - id-utils | [] [] [] [] [] | - impost | [] [] | - indent | [] [] [] [] [] [] [] [] [] [] | - iso_3166 | [] [] [] | - iso_3166_2 | [] | - iso_4217 | [] [] [] [] | - iso_639 | [] [] [] [] [] | - jpilot | [] [] | - jtag | [] | - jwhois | [] [] [] [] [] | - kbd | [] [] | - keytouch | [] | - keytouch-editor | [] | - keytouch-keyboa... | [] | - latrine | [] [] [] | - ld | [] [] | - leafpad | [] [] [] [] [] [] | - libc | [] [] [] [] [] | - libexif | [] | - libextractor | [] | - libgpewidget | [] [] [] [] [] | - libgpg-error | | - libgphoto2 | [] [] [] | - libgphoto2_port | [] [] | - libgsasl | [] [] | - libiconv | [] [] | - libidn | [] [] | - lifelines | () | - lilypond | [] | - lingoteach | [] [] [] | - lynx | [] [] [] | - m4 | [] [] [] [] | - mailutils | [] [] | - make | [] [] [] [] [] [] [] [] | - man-db | () | - minicom | [] [] [] [] | - mysecretdiary | [] [] [] | - nano | [] [] [] [] [] [] | - nano_1_0 | [] [] [] [] [] | - opcodes | [] [] [] [] | - parted | [] [] [] [] | - pilot-qof | | - psmisc | [] [] [] | - pwdutils | | - python | | - qof | [] | - radius | [] [] | - recode | [] [] [] [] [] [] [] [] | - rpm | [] [] | - screem | | - scrollkeeper | [] [] [] | - sed | [] [] [] [] [] | - sh-utils | [] [] [] [] [] [] [] | - shared-mime-info | [] [] [] [] [] [] | - sharutils | [] [] [] [] [] [] [] [] | - shishi | | - silky | [] | - skencil | [] [] | - sketch | [] [] | - solfege | [] | - soundtracker | [] [] [] | - sp | [] | - stardict | [] | - system-tools-ba... | [] [] [] [] [] [] [] [] | - tar | [] [] [] [] [] [] [] | - texinfo | [] [] | - textutils | [] [] [] [] [] | - tin | [] () | - tp-robot | [] [] [] [] | - tuxpaint | [] [] | - unicode-han-tra... | | - unicode-transla... | [] [] | - util-linux | [] [] [] [] [] [] [] | - vorbis-tools | [] [] | - wastesedge | () | - wdiff | [] [] [] [] [] [] [] [] | - wget | [] [] [] [] [] [] [] [] | - xchat | [] [] [] [] [] [] [] [] | - xkeyboard-config | [] [] [] [] | - xpad | [] [] [] | - +--------------------------------------------------+ - es et eu fa fi fr ga gl gu he hi hr hu id is it - 88 22 14 2 40 115 61 14 1 8 1 6 59 31 0 52 - - ja ko ku ky lg lt lv mk mn ms mt nb ne nl nn no - +-------------------------------------------------+ - GNUnet | | - a2ps | () [] [] () | - aegis | () | - ant-phone | [] | - anubis | [] [] [] | - ap-utils | [] | - aspell | [] [] | - bash | [] | - batchelor | [] [] | - bfd | | - bibshelf | [] | - binutils | | - bison | [] [] [] | - bison-runtime | [] [] [] | - bluez-pin | [] [] [] | - cflow | | - clisp | [] | - console-tools | | - coreutils | [] | - cpio | | - cpplib | [] | - cryptonit | [] | - darkstat | [] [] | - dialog | [] [] | - diffutils | [] [] [] | - doodle | | - e2fsprogs | [] | - enscript | [] | - error | [] | - fetchmail | [] [] | - fileutils | [] [] | - findutils | [] | - flex | [] [] | - fslint | [] [] | - gas | | - gawk | [] [] | - gbiff | [] | - gcal | | - gcc | | - gettext-examples | [] [] | - gettext-runtime | [] [] [] | - gettext-tools | [] [] | - gimp-print | [] [] | - gip | [] [] | - gliv | [] | - glunarclock | [] [] | - gmult | [] [] | - gnubiff | | - gnucash | () () | - gnucash-glossary | [] | - gnuedu | | - gnulib | [] [] [] [] | - gnunet-gtk | | - gnutls | | - gpe-aerial | [] | - gpe-beam | [] | - gpe-calendar | [] | - gpe-clock | [] [] [] | - gpe-conf | [] [] | - gpe-contacts | [] | - gpe-edit | [] [] [] | - gpe-filemanager | [] [] | - gpe-go | [] [] [] | - gpe-login | [] [] [] | - gpe-ownerinfo | [] [] | - gpe-package | [] [] | - gpe-sketchbook | [] [] | - gpe-su | [] [] [] | - gpe-taskmanager | [] [] [] [] | - gpe-timesheet | [] | - gpe-today | [] [] | - gpe-todo | [] | - gphoto2 | [] [] | - gprof | | - gpsdrive | () () () | - gramadoir | () | - grep | [] [] [] [] | - gretl | | - gsasl | [] | - gss | | - gst-plugins | [] | - gst-plugins-base | | - gst-plugins-good | [] | - gstreamer | [] | - gtick | | - gtkam | [] | - gtkorphan | [] | - gtkspell | [] [] | - gutenprint | | - hello | [] [] [] [] [] [] | - id-utils | [] | - impost | | - indent | [] [] | - iso_3166 | [] | - iso_3166_2 | [] | - iso_4217 | [] [] [] | - iso_639 | [] [] | - jpilot | () () () | - jtag | | - jwhois | [] | - kbd | [] | - keytouch | [] | - keytouch-editor | | - keytouch-keyboa... | | - latrine | [] | - ld | | - leafpad | [] [] | - libc | [] [] [] [] [] | - libexif | | - libextractor | | - libgpewidget | [] | - libgpg-error | | - libgphoto2 | [] | - libgphoto2_port | [] | - libgsasl | [] | - libiconv | | - libidn | [] [] | - lifelines | [] | - lilypond | | - lingoteach | [] | - lynx | [] [] | - m4 | [] [] | - mailutils | | - make | [] [] [] | - man-db | () | - minicom | [] | - mysecretdiary | [] | - nano | [] [] [] | - nano_1_0 | [] [] [] | - opcodes | [] | - parted | [] [] | - pilot-qof | | - psmisc | [] [] [] | - pwdutils | | - python | | - qof | | - radius | | - recode | [] | - rpm | [] [] | - screem | [] | - scrollkeeper | [] [] [] [] | - sed | [] [] | - sh-utils | [] [] | - shared-mime-info | [] [] [] [] [] | - sharutils | [] [] | - shishi | | - silky | [] | - skencil | | - sketch | | - solfege | | - soundtracker | | - sp | () | - stardict | [] [] | - system-tools-ba... | [] [] [] [] | - tar | [] [] [] | - texinfo | [] [] [] | - textutils | [] [] [] | - tin | | - tp-robot | [] | - tuxpaint | [] | - unicode-han-tra... | | - unicode-transla... | | - util-linux | [] [] | - vorbis-tools | [] | - wastesedge | [] | - wdiff | [] [] | - wget | [] [] | - xchat | [] [] [] [] | - xkeyboard-config | [] | - xpad | [] [] [] | - +-------------------------------------------------+ - ja ko ku ky lg lt lv mk mn ms mt nb ne nl nn no - 52 24 2 2 1 3 0 2 3 21 0 15 1 97 5 1 - - nso or pa pl pt pt_BR rm ro ru rw sk sl sq sr sv ta - +------------------------------------------------------+ - GNUnet | | - a2ps | () [] [] [] [] [] [] | - aegis | () () | - ant-phone | [] [] | - anubis | [] [] [] | - ap-utils | () | - aspell | [] [] | - bash | [] [] [] | - batchelor | [] [] | - bfd | | - bibshelf | [] | - binutils | [] [] | - bison | [] [] [] [] [] | - bison-runtime | [] [] [] [] | - bluez-pin | [] [] [] [] [] [] [] [] [] | - cflow | [] | - clisp | [] | - console-tools | [] | - coreutils | [] [] [] [] | - cpio | [] [] [] | - cpplib | [] | - cryptonit | [] [] | - darkstat | [] [] [] [] [] [] | - dialog | [] [] [] [] [] [] [] [] [] | - diffutils | [] [] [] [] [] [] | - doodle | [] [] | - e2fsprogs | [] [] | - enscript | [] [] [] [] [] | - error | [] [] [] [] | - fetchmail | [] [] [] | - fileutils | [] [] [] [] [] | - findutils | [] [] [] [] [] [] | - flex | [] [] [] [] [] | - fslint | [] [] [] [] | - gas | | - gawk | [] [] [] [] | - gbiff | [] | - gcal | [] | - gcc | [] | - gettext-examples | [] [] [] [] [] [] [] [] | - gettext-runtime | [] [] [] [] [] [] [] [] | - gettext-tools | [] [] [] [] [] [] [] | - gimp-print | [] [] | - gip | [] [] [] [] | - gliv | [] [] [] [] | - glunarclock | [] [] [] [] [] [] | - gmult | [] [] [] [] | - gnubiff | () | - gnucash | () [] | - gnucash-glossary | [] [] [] | - gnuedu | | - gnulib | [] [] [] [] [] | - gnunet-gtk | [] | - gnutls | [] [] | - gpe-aerial | [] [] [] [] [] [] [] | - gpe-beam | [] [] [] [] [] [] [] | - gpe-calendar | [] | - gpe-clock | [] [] [] [] [] [] [] [] | - gpe-conf | [] [] [] [] [] [] [] | - gpe-contacts | [] [] [] [] [] | - gpe-edit | [] [] [] [] [] [] [] [] | - gpe-filemanager | [] [] | - gpe-go | [] [] [] [] [] [] | - gpe-login | [] [] [] [] [] [] [] [] | - gpe-ownerinfo | [] [] [] [] [] [] [] [] | - gpe-package | [] [] | - gpe-sketchbook | [] [] [] [] [] [] [] [] | - gpe-su | [] [] [] [] [] [] [] [] | - gpe-taskmanager | [] [] [] [] [] [] [] [] | - gpe-timesheet | [] [] [] [] [] [] [] [] | - gpe-today | [] [] [] [] [] [] [] [] | - gpe-todo | [] [] [] [] | - gphoto2 | [] [] [] [] [] | - gprof | [] [] [] | - gpsdrive | [] [] [] | - gramadoir | [] [] | - grep | [] [] [] [] [] [] [] [] | - gretl | [] | - gsasl | [] [] [] | - gss | [] [] [] | - gst-plugins | [] [] [] [] | - gst-plugins-base | [] | - gst-plugins-good | [] [] [] [] | - gstreamer | [] [] [] | - gtick | [] | - gtkam | [] [] [] [] | - gtkorphan | [] | - gtkspell | [] [] [] [] [] [] [] [] | - gutenprint | [] | - hello | [] [] [] [] [] [] [] [] | - id-utils | [] [] [] [] | - impost | [] | - indent | [] [] [] [] [] [] | - iso_3166 | [] [] [] [] [] [] | - iso_3166_2 | | - iso_4217 | [] [] [] [] | - iso_639 | [] [] [] [] | - jpilot | | - jtag | [] | - jwhois | [] [] [] [] | - kbd | [] [] [] | - keytouch | [] | - keytouch-editor | [] | - keytouch-keyboa... | [] | - latrine | [] [] | - ld | [] | - leafpad | [] [] [] [] [] [] | - libc | [] [] [] [] [] | - libexif | [] | - libextractor | [] [] | - libgpewidget | [] [] [] [] [] [] [] | - libgpg-error | [] [] | - libgphoto2 | [] | - libgphoto2_port | [] [] [] | - libgsasl | [] [] [] [] | - libiconv | [] [] | - libidn | [] [] () | - lifelines | [] [] | - lilypond | | - lingoteach | [] | - lynx | [] [] [] | - m4 | [] [] [] [] [] | - mailutils | [] [] [] [] | - make | [] [] [] [] | - man-db | [] [] | - minicom | [] [] [] [] [] | - mysecretdiary | [] [] [] [] | - nano | [] [] [] | - nano_1_0 | [] [] [] [] | - opcodes | [] [] | - parted | [] | - pilot-qof | [] | - psmisc | [] [] | - pwdutils | [] [] | - python | | - qof | [] [] | - radius | [] [] | - recode | [] [] [] [] [] [] [] | - rpm | [] [] [] [] | - screem | | - scrollkeeper | [] [] [] [] [] [] [] | - sed | [] [] [] [] [] [] [] [] [] | - sh-utils | [] [] [] | - shared-mime-info | [] [] [] [] [] | - sharutils | [] [] [] [] | - shishi | [] | - silky | [] | - skencil | [] [] [] | - sketch | [] [] [] | - solfege | [] | - soundtracker | [] [] | - sp | | - stardict | [] [] [] | - system-tools-ba... | [] [] [] [] [] [] [] [] [] | - tar | [] [] [] [] [] | - texinfo | [] [] [] [] | - textutils | [] [] [] | - tin | () | - tp-robot | [] | - tuxpaint | [] [] [] [] [] | - unicode-han-tra... | | - unicode-transla... | | - util-linux | [] [] [] [] | - vorbis-tools | [] [] | - wastesedge | | - wdiff | [] [] [] [] [] [] | - wget | [] [] [] [] | - xchat | [] [] [] [] [] [] [] | - xkeyboard-config | [] [] | - xpad | [] [] [] | - +------------------------------------------------------+ - nso or pa pl pt pt_BR rm ro ru rw sk sl sq sr sv ta - 0 2 3 58 30 54 5 73 72 4 40 46 11 50 128 2 - - tg th tk tr uk ven vi wa xh zh_CN zh_HK zh_TW zu - +---------------------------------------------------+ - GNUnet | [] | 2 - a2ps | [] [] [] | 19 - aegis | | 0 - ant-phone | [] [] | 6 - anubis | [] [] [] | 11 - ap-utils | () [] | 4 - aspell | [] [] [] | 15 - bash | [] | 11 - batchelor | [] [] | 9 - bfd | | 1 - bibshelf | [] | 7 - binutils | [] [] [] | 9 - bison | [] [] [] | 19 - bison-runtime | [] [] [] | 15 - bluez-pin | [] [] [] [] [] [] | 28 - cflow | [] [] | 5 - clisp | | 6 - console-tools | [] [] | 5 - coreutils | [] [] | 16 - cpio | [] [] [] | 9 - cpplib | [] [] [] [] | 11 - cryptonit | | 5 - darkstat | [] () () | 15 - dialog | [] [] [] [] [] | 30 - diffutils | [] [] [] [] | 28 - doodle | [] | 6 - e2fsprogs | [] [] | 10 - enscript | [] [] [] | 16 - error | [] [] [] [] | 18 - fetchmail | [] [] | 12 - fileutils | [] [] [] | 18 - findutils | [] [] [] | 17 - flex | [] [] | 15 - fslint | [] | 9 - gas | [] | 3 - gawk | [] [] | 15 - gbiff | [] | 5 - gcal | [] | 5 - gcc | [] [] [] | 6 - gettext-examples | [] [] [] [] [] [] | 27 - gettext-runtime | [] [] [] [] [] [] | 28 - gettext-tools | [] [] [] [] [] | 19 - gimp-print | [] [] | 12 - gip | [] [] | 12 - gliv | [] [] | 8 - glunarclock | [] [] [] | 15 - gmult | [] [] [] [] | 15 - gnubiff | [] | 1 - gnucash | () | 2 - gnucash-glossary | [] [] | 9 - gnuedu | [] | 2 - gnulib | [] [] [] [] [] | 28 - gnunet-gtk | | 1 - gnutls | | 2 - gpe-aerial | [] [] | 14 - gpe-beam | [] [] | 14 - gpe-calendar | [] | 3 - gpe-clock | [] [] [] [] | 21 - gpe-conf | [] [] | 14 - gpe-contacts | [] [] | 10 - gpe-edit | [] [] [] [] | 20 - gpe-filemanager | [] | 6 - gpe-go | [] [] | 15 - gpe-login | [] [] [] [] [] | 21 - gpe-ownerinfo | [] [] [] [] | 21 - gpe-package | [] | 6 - gpe-sketchbook | [] [] | 16 - gpe-su | [] [] [] | 20 - gpe-taskmanager | [] [] [] | 20 - gpe-timesheet | [] [] [] [] | 18 - gpe-today | [] [] [] [] [] | 21 - gpe-todo | [] | 7 - gphoto2 | [] [] [] [] | 20 - gprof | [] [] | 11 - gpsdrive | | 4 - gramadoir | [] | 7 - grep | [] [] [] [] | 34 - gretl | | 4 - gsasl | [] [] | 8 - gss | [] | 5 - gst-plugins | [] [] [] | 15 - gst-plugins-base | [] [] [] | 9 - gst-plugins-good | [] [] [] [] [] | 20 - gstreamer | [] [] [] | 17 - gtick | [] | 3 - gtkam | [] | 13 - gtkorphan | [] | 7 - gtkspell | [] [] [] [] [] [] | 26 - gutenprint | | 3 - hello | [] [] [] [] [] | 37 - id-utils | [] [] | 14 - impost | [] | 4 - indent | [] [] [] [] | 25 - iso_3166 | [] [] [] [] | 16 - iso_3166_2 | | 2 - iso_4217 | [] [] | 14 - iso_639 | [] | 14 - jpilot | [] [] [] [] | 7 - jtag | [] | 3 - jwhois | [] [] [] | 13 - kbd | [] [] | 12 - keytouch | [] | 4 - keytouch-editor | | 2 - keytouch-keyboa... | [] | 3 - latrine | [] [] | 8 - ld | [] [] [] [] | 8 - leafpad | [] [] [] [] | 23 - libc | [] [] [] | 23 - libexif | [] | 4 - libextractor | [] | 5 - libgpewidget | [] [] [] | 19 - libgpg-error | [] | 4 - libgphoto2 | [] | 8 - libgphoto2_port | [] [] [] | 11 - libgsasl | [] | 8 - libiconv | [] | 7 - libidn | [] [] | 10 - lifelines | | 4 - lilypond | | 2 - lingoteach | [] | 6 - lynx | [] [] [] | 15 - m4 | [] [] [] | 18 - mailutils | [] | 8 - make | [] [] [] | 20 - man-db | [] | 6 - minicom | [] | 14 - mysecretdiary | [] [] | 12 - nano | [] [] | 17 - nano_1_0 | [] [] [] | 18 - opcodes | [] [] | 10 - parted | [] [] [] | 10 - pilot-qof | [] | 3 - psmisc | [] | 10 - pwdutils | [] | 3 - python | | 0 - qof | [] | 4 - radius | [] | 6 - recode | [] [] [] | 25 - rpm | [] [] [] [] | 14 - screem | [] | 2 - scrollkeeper | [] [] [] [] | 26 - sed | [] [] [] | 22 - sh-utils | [] | 15 - shared-mime-info | [] [] [] [] | 24 - sharutils | [] [] [] | 23 - shishi | | 1 - silky | [] | 4 - skencil | [] | 7 - sketch | | 6 - solfege | | 2 - soundtracker | [] [] | 9 - sp | [] | 3 - stardict | [] [] [] [] | 11 - system-tools-ba... | [] [] [] [] [] [] [] | 37 - tar | [] [] [] [] | 20 - texinfo | [] [] [] | 15 - textutils | [] [] [] | 17 - tin | | 1 - tp-robot | [] [] [] | 10 - tuxpaint | [] [] [] | 16 - unicode-han-tra... | | 0 - unicode-transla... | | 2 - util-linux | [] [] [] | 20 - vorbis-tools | [] [] | 11 - wastesedge | | 1 - wdiff | [] [] | 22 - wget | [] [] [] | 19 - xchat | [] [] [] [] | 29 - xkeyboard-config | [] [] [] [] | 11 - xpad | [] [] [] | 14 - +---------------------------------------------------+ - 77 teams tg th tk tr uk ven vi wa xh zh_CN zh_HK zh_TW zu - 170 domains 0 1 1 77 39 0 136 10 1 48 5 54 0 2028 - - Some counters in the preceding matrix are higher than the number of -visible blocks let us expect. This is because a few extra PO files are -used for implementing regional variants of languages, or language -dialects. - - For a PO file in the matrix above to be effective, the package to -which it applies should also have been internationalized and -distributed as such by its maintainer. There might be an observable -lag between the mere existence a PO file and its wide availability in a -distribution. - - If October 2006 seems to be old, you may fetch a more recent copy of -this `ABOUT-NLS' file on most GNU archive sites. The most up-to-date -matrix with full percentage details can be found at -`http://www.iro.umontreal.ca/contrib/po/HTML/matrix.html'. - -1.6 Using `gettext' in new packages -=================================== - -If you are writing a freely available program and want to -internationalize it you are welcome to use GNU `gettext' in your -package. Of course you have to respect the GNU Library General Public -License which covers the use of the GNU `gettext' library. This means -in particular that even non-free programs can use `libintl' as a shared -library, whereas only free software can use `libintl' as a static -library or use modified versions of `libintl'. - - Once the sources are changed appropriately and the setup can handle -the use of `gettext' the only thing missing are the translations. The -Free Translation Project is also available for packages which are not -developed inside the GNU project. Therefore the information given above -applies also for every other Free Software Project. Contact -`translation@iro.umontreal.ca' to make the `.pot' files available to -the translation teams. - diff --git a/INSTALL b/INSTALL index 72eac7302a..254e5f386b 100644 --- a/INSTALL +++ b/INSTALL @@ -155,9 +155,6 @@ LyX: o --disable-nls suppresses all internationalization support, yielding somewhat smaller code. - o --with-included-gettext forces the use of the included GNU gettext - library, although you might have another one installed. - o You can also set the environment variable LINGUAS to a list of languages in case you do not want to install all the translation files. For example, if you are only interested in German and diff --git a/Makefile.am b/Makefile.am index 8fb666f401..6df1254bd9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,7 +5,7 @@ ACLOCAL_AMFLAGS = -I m4 -I config MAINTAINERCLEANFILES += $(srcdir)/aclocal.m4 $(srcdir)/configure \ $(srcdir)/config.h.in -DIST_SUBDIRS = m4 config development intl po boost src sourcedoc lib +DIST_SUBDIRS = m4 config development po boost src sourcedoc lib if BUILD_CLIENT_SUBDIR CLIENT = src/client @@ -15,7 +15,7 @@ if USE_INCLUDED_BOOST BOOST = boost endif -SUBDIRS = config development intl po $(BOOST) src sourcedoc lib \ +SUBDIRS = config development po $(BOOST) src sourcedoc lib \ $(CLIENT) src/tex2lyx diff --git a/README.Cygwin b/README.Cygwin index 99a64e92ff..9da00ef6d2 100644 --- a/README.Cygwin +++ b/README.Cygwin @@ -2,7 +2,7 @@ LyX/Cygwin ========== Ruurd Reitsma -Bo Peng +Bo Peng Building LyX on Cygwin @@ -10,10 +10,10 @@ Building LyX on Cygwin To build lyx, you will need to install the following cygwin packages - aspell gzip libiconv libQtGui4 - aspell-dev gettext libpng libQtGui4-devel - gcc gettext-devel libQtCore4 pkg-config - gcc4 libintl8 libQtCore4-devel python + aspell gzip libpng libQtGui4-devel + aspell-dev gettext libQtCore4 pkg-config + gcc gettext-devel libQtCore4-devel python + gcc4 libiconv libQtGui4 Currently only the traditional autotools (autoconf, automake, make etc) build system is recommended to build LyX on cygwin. It does not differ diff --git a/configure.ac b/configure.ac index bab727feef..9b2c17f9f4 100644 --- a/configure.ac +++ b/configure.ac @@ -58,8 +58,8 @@ for file in config/install-sh ; do chmod 755 ${srcdir}/${file} done -# Check for installed python AM_PATH_PYTHON(2.4.0,, :) +AC_PROG_RANLIB ### we need to know the byte order for unicode conversions AC_C_BIGENDIAN @@ -143,16 +143,19 @@ if echo $prefix |grep ' ' >/dev/null 2>/dev/null ; then prefix=`pwd`/installprefix fi -### Setup GNU gettext -dnl GNU gettext is written in C -AC_LANG_PUSH(C) -dnl Dirty trick ahead: disable macro AC_GNU_SOURCE because it triggers a bug with autoconf 2.62. -dnl this can be removed if gettext is been updated to avoid that. -m4_undefine([AC_GNU_SOURCE]) -m4_defun([AC_GNU_SOURCE],[]) -AM_GNU_GETTEXT([no-libtool]) -AM_GNU_GETTEXT_VERSION([0.16.1]) -AC_LANG_POP(C) +### Setup po directory +AM_PO_SUBDIRS +AC_MSG_CHECKING([whether NLS is requested]) +dnl Default is enabled NLS +AC_ARG_ENABLE(nls, + [ --disable-nls do not use Native Language Support], + USE_NLS=$enableval, USE_NLS=yes) +AC_MSG_RESULT($USE_NLS) +if test $USE_NLS = "yes" ; then + AC_DEFINE(ENABLE_NLS, 1, + [Define to 1 if translation of program messages to the user's native language + is requested.])dnl' +fi # some standard header files AC_HEADER_MAJOR @@ -164,10 +167,18 @@ AC_TYPE_OFF_T AC_TYPE_PID_T AC_TYPE_SIZE_T AC_TYPE_UID_T +// Taken from gettext +AC_CACHE_CHECK([for wchar_t], [gt_cv_c_wchar_t], + [AC_TRY_COMPILE([#include + wchar_t foo = (wchar_t)'\0';], , + [gt_cv_c_wchar_t=yes], [gt_cv_c_wchar_t=no])]) +if test $gt_cv_c_wchar_t = yes; then + AC_DEFINE([HAVE_WCHAR_T], [1], [Define if you have the 'wchar_t' type.]) +fi LYX_CHECK_DEF(PATH_MAX, limits.h, [int n = PATH_MAX;]) -AC_CHECK_FUNCS(chmod close _close fork getpid _getpid lstat mkfifo open _open pclose _pclose popen _popen readlink strerror unsetenv) +AC_CHECK_FUNCS(chmod close _close fork getpid _getpid lstat mkfifo open _open pclose _pclose popen _popen readlink setenv strerror unsetenv) # Check the form of mkdir() AC_FUNC_MKDIR AC_FUNC_SELECT_ARGTYPES @@ -334,7 +345,6 @@ AC_CONFIG_FILES([Makefile \ development/cygwin/Makefile \ development/cygwin/lyxrc.dist \ development/lyx.spec \ - intl/Makefile \ lib/lyx.desktop-temp:lib/lyx.desktop.in lib/Makefile \ lib/doc/Makefile \ diff --git a/development/attic/gettext.patch b/development/attic/gettext.patch deleted file mode 100644 index 628dc4765e..0000000000 --- a/development/attic/gettext.patch +++ /dev/null @@ -1,144 +0,0 @@ - - This patch contains the changes that have been made wrt gettext 0.10.40 - ---- .common/src/gettext-0.10.40/intl/Makefile.in Sat Sep 15 03:15:49 2001 -+++ src/lyx/lyx-devel/intl/Makefile.in Mon Oct 8 16:24:11 2001 -@@ -102,7 +102,7 @@ - sed -e '/^#/d' -e 's/@''PACKAGE''@/@PACKAGE@/g' $< > t-$@ - mv t-$@ $@ - --INCLUDES = -I.. -I. -I$(top_srcdir)/intl -+INCLUDES = -I../src -I. -I$(top_srcdir)/intl - - all: all-@USE_INCLUDED_LIBINTL@ - all-yes: libintl.$la libintl.h charset.alias ref-add.sed ref-del.sed -@@ -253,7 +253,7 @@ - - info dvi: - --$(OBJECTS): ../config.h libgnuintl.h -+$(OBJECTS): ../src/config.h libgnuintl.h - bindtextdom.$lo finddomain.$lo loadmsgcat.$lo: gettextP.h gettext.h loadinfo.h - dcgettext.$lo: gettextP.h gettext.h hash-string.h loadinfo.h - ---- .common/src/gettext-0.10.38/po/Makefile.in.in Fri May 18 17:06:54 2001 -+++ src/lyx/lyx-devel/po/Makefile.in.in Mon Oct 8 16:24:11 2001 -@@ -50,6 +50,8 @@ - DISTFILES = ChangeLog Makefile.in.in POTFILES.in $(PACKAGE).pot \ - $(POFILES) $(GMOFILES) - -+POTFILE_IN_DEPS = $(shell find $(top_srcdir)/src -name Makefile.am) -+ - POTFILES = \ - - CATALOGS = @CATALOGS@ -@@ -69,7 +71,10 @@ - - .po.gmo: - file=$(srcdir)/`echo $* | sed 's,.*/,,'`.gmo \ -- && rm -f $$file && $(GMSGFMT) --statistics -o $$file $< -+ && case "$(GMSGFMT)" in \ -+ */msgfmt) rm -f $$file && $(GMSGFMT) --statistics -o $$file $<;; \ -+ *) touch $$file ;; \ -+ esac - - - all: all-@USE_NLS@ -@@ -89,7 +94,6 @@ - || ( rm -f $(srcdir)/$(PACKAGE).pot \ - && mv $(PACKAGE).po $(srcdir)/$(PACKAGE).pot ) - -- - install: install-exec install-data - install-exec: - install-data: install-data-@USE_NLS@ -@@ -190,6 +194,26 @@ - cd $(top_builddir) \ - && CONFIG_FILES=$(subdir)/$@.in CONFIG_HEADERS= \ - $(SHELL) ./config.status -+ -+${srcdir}/POTFILES.in: $(POTFILE_IN_DEPS) -+ rm -f $@-t \ -+ && ( cd $(top_srcdir); \ -+ grep -l "_(\".*\")" `find src -name \*.[hHC] -print` |\ -+ grep -v frontends/kde |\ -+ sed -e '/xforms.forms/d' | \ -+ sort -f -n | uniq ) > $@-t \ -+ && echo "src/ext_l10n.h" >> $@-t \ -+ && mv $@-t $@ -+ -+$(top_srcdir)/src/ext_l10n.h: $(top_srcdir)/lib/layouts/*.layout $(top_srcdir)/lib/layouts/*.inc $(top_srcdir)/lib/ui/default.ui $(top_srcdir)/lib/languages -+ sed < $(top_srcdir)/lib/ui/default.ui -n \ -+ -e 's/.*[sS]ub[mM]enu[^"]*\("[^"]*"\).*/_(\1);/p' \ -+ -e 's/.*[iI]tem[^"]*\("[^"]*"\).*/_(\1);/p' \ -+ > $@ -+ cat $(top_srcdir)/lib/layouts/*.layout $(top_srcdir)/lib/layouts/*.inc | \ -+ sed -n -e 's/^[sS]tyle[ ]*\([^ ]*\)$$/_("\1");/p' | \ -+ sort | uniq >> $@ -+ sed < $(top_srcdir)/lib/languages -e '/^#/d' -e 's/[^"]*\("[A-Za-z0-9][^"]*"\).*/_(\1);/' >> $@ - - # Tell versions [3.59,3.63) of GNU make not to export all variables. - # Otherwise a system limit (for SysV at least) may be exceeded. ---- .common/src/gettext-0.10.38/m4/progtest.m4 Thu Feb 8 14:25:47 2001 -+++ src/lyx/lyx-devel/config/progtest.m4 Mon Oct 8 16:24:11 2001 -@@ -2,15 +2,32 @@ - # Ulrich Drepper , 1996. - # - # This file can be copied and used freely without restrictions. It can --# be used in projects which are not available under the GNU Public License --# but which still want to provide support for the GNU gettext functionality. --# Please note that the actual code is *not* freely available. -+# be used in projects which are not available under the GNU General Public -+# License or the GNU Library General Public License but which still want -+# to provide support for the GNU gettext functionality. -+# Please note that the actual code of the GNU gettext library is covered -+# by the GNU Library General Public License, and the rest of the GNU -+# gettext package package is covered by the GNU General Public License. -+# They are *not* in the public domain. - --# serial 1 -+# serial 2 - - dnl AM_PATH_PROG_WITH_TEST(VARIABLE, PROG-TO-CHECK-FOR, - dnl TEST-PERFORMED-ON-FOUND_PROGRAM [, VALUE-IF-NOT-FOUND [, PATH]]) - AC_DEFUN([AM_PATH_PROG_WITH_TEST], -+[case "`uname -s 2> /dev/null`" in -+OS/2) -+ PATH=`echo -E "$PATH" | sed 's+\\\\+/+g'` -+ PATH_IFS=';' -+ EXE_EXT='.exe' -+ CMD_EXT='.cmd' -+ ;; -+*) -+ PATH_IFS=':' -+ EXE_EXT='' -+ CMD_EXT='' -+ ;; -+esac] - [# Extract the first word of "$2", so it can be a program name with args. - set dummy $2; ac_word=[$]2 - AC_MSG_CHECKING([for $ac_word]) -@@ -20,10 +37,12 @@ - ac_cv_path_$1="[$]$1" # Let the user override the test with a path. - ;; - *) -- IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" -+ IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}$PATH_IFS" - for ac_dir in ifelse([$5], , $PATH, [$5]); do - test -z "$ac_dir" && ac_dir=. -- if test -f $ac_dir/$ac_word; then -+ if test -f $ac_dir/$ac_word \ -+ -o -f $ac_dir/$ac_word$EXE_EXT \ -+ -o -f $ac_dir/$ac_word$CMD_EXT; then - if [$3]; then - ac_cv_path_$1="$ac_dir/$ac_word" - break -@@ -38,7 +57,7 @@ - ;; - esac])dnl - $1="$ac_cv_path_$1" --if test -n "[$]$1"; then -+if test ifelse([$4], , [-n "[$]$1"], ["[$]$1" != "$4"]); then - AC_MSG_RESULT([$]$1) - else - AC_MSG_RESULT(no) diff --git a/intl/CMakeLists.txt b/intl/CMakeLists.txt deleted file mode 100644 index 146edfbb36..0000000000 --- a/intl/CMakeLists.txt +++ /dev/null @@ -1,68 +0,0 @@ -# This file is part of LyX, the document processor. -# Licence details can be found in the file COPYING. -# -# Copyright (c) 2006,2011 Peter KĂźmmel, -# - -project(intl) - -# libgnuintl.h.in => libintl.h -configure_file("${TOP_SRC_DIR}/intl/libgnuintl.h.cmake" ${CMAKE_BINARY_DIR}/intl/libgnuintl.h) -configure_file("${TOP_SRC_DIR}/intl/libgnuintl.h.cmake" ${CMAKE_BINARY_DIR}/intl/libintl.h) - - -add_definitions( - -DHAVE_CONFIG_H=1 - -DMAKE_INTL_LIB - -DIN_LIBINTL - -DENABLE_RELOCATABLE=1 - -DIN_LIBRARY - -DNO_XMALLOC - -Dset_relocation_prefix=libintl_set_relocation_prefix - -Drelocate=libintl_relocate - -DDEPENDS_ON_LIBICONV=1) - -if(NOT APPLE) - add_definitions( - -DLOCALEDIR=\\"${LOACLE_DIR}\\" - -DLOCALE_ALIAS_PATH=\\"${LOACLE_DIR}\\" - -DLIBDIR=\\"${TOP_SRC_DIR}\\" - -DINSTALLDIR=\\"${PREFIX}\\" ) -else() - add_definitions( - -DLOCALEDIR='\"${LOCALE_DIR}\"' - -DLOCALE_ALIAS_PATH='\"${LOCALE_DIR}\"' - -DLIBDIR='\"${TOP_SRC_DIR}\"' - -DINSTALLDIR='\"${PREFIX}\"' ) -endif() - -file(GLOB intl_headers ${TOP_SRC_DIR}/intl/*.h) - -file(GLOB intl_sources RELATIVE "${TOP_SRC_DIR}/intl" "${TOP_SRC_DIR}/intl/*.c") -list(REMOVE_ITEM intl_sources vasnprintf.c version.c printf-parse.c os2compat.c intl-exports.c) - -lyx_add_path(intl_sources ${TOP_SRC_DIR}/intl) - -include_directories(${TOP_SRC_DIR}/intl ${CMAKE_CURRENT_BINARY_DIR}) - -if(ICONV_FOUND) - include_directories(${ICONV_INCLUDE_DIR}) -endif() - -add_library(intl STATIC ${intl_sources} ${intl_headers}) - -get_target_property(libintl_location intl LOCATION) -set(LIBINTL_LIBRARIES ${libintl_location} CACHE STRING "libintl library" FORCE) - -find_path(LIBINTL_INCLUDE_DIR intl/libintl.h - PATHS ${CMAKE_BINARY_DIR} NO_DEFAULT_PATH) - -find_file(LIBINTL_HEADER intl/libintl.h - PATHS ${CMAKE_BINARY_DIR} NO_DEFAULT_PATH) - -if(ICONV_FOUND) - target_link_libraries(intl ${ICONV_LIBRARY}) -endif() - -project_source_group("${GROUP_CODE}" intl_sources intl_headers) - diff --git a/intl/ChangeLog b/intl/ChangeLog deleted file mode 100644 index a1e3707ed8..0000000000 --- a/intl/ChangeLog +++ /dev/null @@ -1,4 +0,0 @@ -2006-11-27 GNU - - * Version 0.16.1 released. - diff --git a/intl/Makefile.in b/intl/Makefile.in deleted file mode 100644 index 49e8e7098e..0000000000 --- a/intl/Makefile.in +++ /dev/null @@ -1,562 +0,0 @@ -# Makefile for directory with message catalog handling library of GNU gettext -# Copyright (C) 1995-1998, 2000-2006 Free Software Foundation, Inc. -# -# This program is free software; you can redistribute it and/or modify it -# under the terms of the GNU Library General Public License as published -# by the Free Software Foundation; either version 2, or (at your option) -# any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Library General Public License for more details. -# -# You should have received a copy of the GNU Library General Public -# License along with this program; if not, write to the Free Software -# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, -# USA. - -PACKAGE = @PACKAGE@ -VERSION = @VERSION@ - -SHELL = /bin/sh - -srcdir = @srcdir@ -top_srcdir = @top_srcdir@ -top_builddir = .. - -# The VPATH variables allows builds with $builddir != $srcdir, assuming a -# 'make' program that supports VPATH (such as GNU make). This line is removed -# by autoconf automatically when "$(srcdir)" = ".". -# In this directory, the VPATH handling is particular: -# 1. If INTL_LIBTOOL_SUFFIX_PREFIX is 'l' (indicating a build with libtool), -# the .c -> .lo rules carefully use $(srcdir), so that VPATH can be omitted. -# 2. If PACKAGE = gettext-tools, VPATH _must_ be omitted, because otherwise -# 'make' does the wrong thing if GNU gettext was configured with -# "./configure --srcdir=`pwd`", namely it gets confused by the .lo and .la -# files it finds in srcdir = ../../gettext-runtime/intl. -VPATH = $(srcdir) - -prefix = @prefix@ -exec_prefix = @exec_prefix@ -transform = @program_transform_name@ -libdir = @libdir@ -includedir = @includedir@ -datarootdir = @datarootdir@ -datadir = @datadir@ -localedir = $(datadir)/locale -gettextsrcdir = $(datadir)/gettext/intl -aliaspath = $(localedir) -subdir = intl - -INSTALL = @INSTALL@ -INSTALL_DATA = @INSTALL_DATA@ - -# We use $(mkdir_p). -# In automake <= 1.9.x, $(mkdir_p) is defined either as "mkdir -p --" or as -# "$(mkinstalldirs)" or as "$(install_sh) -d". For these automake versions, -# @install_sh@ does not start with $(SHELL), so we add it. -# In automake >= 1.10, @mkdir_p@ is derived from ${MKDIR_P}, which is defined -# either as "/path/to/mkdir -p" or ".../install-sh -c -d". For these automake -# versions, $(mkinstalldirs) and $(install_sh) are unused. -mkinstalldirs = $(SHELL) @install_sh@ -d -install_sh = $(SHELL) @install_sh@ -MKDIR_P = @MKDIR_P@ -mkdir_p = @MKDIR_P@ - -l = @INTL_LIBTOOL_SUFFIX_PREFIX@ - -AR = ar -CC = @CC@ -LIBTOOL = @LIBTOOL@ -RANLIB = @RANLIB@ -YACC = @INTLBISON@ -y -d -YFLAGS = --name-prefix=__gettext - -# -DBUILDING_LIBINTL: Change expansion of LIBINTL_DLL_EXPORTED macro. -# -DBUILDING_DLL: Change expansion of RELOCATABLE_DLL_EXPORTED macro. -DEFS = -DLOCALEDIR=\"$(localedir)\" -DLOCALE_ALIAS_PATH=\"$(aliaspath)\" \ --DLIBDIR=\"$(libdir)\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL \ --DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"$(libdir)\" -DNO_XMALLOC \ --Dset_relocation_prefix=libintl_set_relocation_prefix \ --Drelocate=libintl_relocate \ --DDEPENDS_ON_LIBICONV=1 @DEFS@ -CPPFLAGS = @CPPFLAGS@ -CFLAGS = @CFLAGS@ @CFLAG_VISIBILITY@ -LDFLAGS = @LDFLAGS@ $(LDFLAGS_@WOE32DLL@) -LDFLAGS_yes = -Wl,--export-all-symbols -LDFLAGS_no = -LIBS = @LIBS@ - -COMPILE = $(CC) -c $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $(XCFLAGS) - -HEADERS = \ - gmo.h \ - gettextP.h \ - hash-string.h \ - loadinfo.h \ - plural-exp.h \ - eval-plural.h \ - localcharset.h \ - lock.h \ - relocatable.h \ - xsize.h \ - printf-args.h printf-args.c \ - printf-parse.h wprintf-parse.h printf-parse.c \ - vasnprintf.h vasnwprintf.h vasnprintf.c \ - os2compat.h \ - libgnuintl.h.in -SOURCES = \ - bindtextdom.c \ - dcgettext.c \ - dgettext.c \ - gettext.c \ - finddomain.c \ - hash-string.c \ - loadmsgcat.c \ - localealias.c \ - textdomain.c \ - l10nflist.c \ - explodename.c \ - dcigettext.c \ - dcngettext.c \ - dngettext.c \ - ngettext.c \ - plural.y \ - plural-exp.c \ - localcharset.c \ - lock.c \ - relocatable.c \ - langprefs.c \ - localename.c \ - log.c \ - printf.c \ - version.c \ - osdep.c \ - os2compat.c \ - intl-exports.c \ - intl-compat.c -OBJECTS = \ - bindtextdom.$lo \ - dcgettext.$lo \ - dgettext.$lo \ - gettext.$lo \ - finddomain.$lo \ - hash-string.$lo \ - loadmsgcat.$lo \ - localealias.$lo \ - textdomain.$lo \ - l10nflist.$lo \ - explodename.$lo \ - dcigettext.$lo \ - dcngettext.$lo \ - dngettext.$lo \ - ngettext.$lo \ - plural.$lo \ - plural-exp.$lo \ - localcharset.$lo \ - lock.$lo \ - relocatable.$lo \ - langprefs.$lo \ - localename.$lo \ - log.$lo \ - printf.$lo \ - version.$lo \ - osdep.$lo \ - intl-compat.$lo -DISTFILES.common = Makefile.in \ -config.charset locale.alias ref-add.sin ref-del.sin export.h \ -$(HEADERS) $(SOURCES) -DISTFILES.generated = plural.c -DISTFILES.normal = VERSION -DISTFILES.gettext = COPYING.LIB-2.0 COPYING.LIB-2.1 libintl.glibc README.woe32 -DISTFILES.obsolete = xopen-msg.sed linux-msg.sed po2tbl.sed.in cat-compat.c \ -COPYING.LIB-2 gettext.h libgettext.h plural-eval.c libgnuintl.h \ -libgnuintl.h_vms Makefile.vms libgnuintl.h.msvc-static \ -libgnuintl.h.msvc-shared Makefile.msvc - -all: all-@USE_INCLUDED_LIBINTL@ -all-yes: libintl.$la libintl.h charset.alias ref-add.sed ref-del.sed -all-no: all-no-@BUILD_INCLUDED_LIBINTL@ -all-no-yes: libgnuintl.$la -all-no-no: - -libintl.a libgnuintl.a: $(OBJECTS) - rm -f $@ - $(AR) cru $@ $(OBJECTS) - $(RANLIB) $@ - -libintl.la libgnuintl.la: $(OBJECTS) - $(LIBTOOL) --mode=link \ - $(CC) $(CPPFLAGS) $(CFLAGS) $(XCFLAGS) $(LDFLAGS) -o $@ \ - $(OBJECTS) @LTLIBICONV@ @INTL_MACOSX_LIBS@ $(LIBS) @LTLIBTHREAD@ -lc \ - -version-info $(LTV_CURRENT):$(LTV_REVISION):$(LTV_AGE) \ - -rpath $(libdir) \ - -no-undefined - -# Libtool's library version information for libintl. -# Before making a gettext release, the gettext maintainer must change this -# according to the libtool documentation, section "Library interface versions". -# Maintainers of other packages that include the intl directory must *not* -# change these values. -LTV_CURRENT=8 -LTV_REVISION=1 -LTV_AGE=0 - -.SUFFIXES: -.SUFFIXES: .c .y .o .lo .sin .sed - -.c.o: - $(COMPILE) $< - -.y.c: - $(YACC) $(YFLAGS) --output $@ $< - rm -f $*.h - -bindtextdom.lo: $(srcdir)/bindtextdom.c - $(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/bindtextdom.c -dcgettext.lo: $(srcdir)/dcgettext.c - $(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/dcgettext.c -dgettext.lo: $(srcdir)/dgettext.c - $(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/dgettext.c -gettext.lo: $(srcdir)/gettext.c - $(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/gettext.c -finddomain.lo: $(srcdir)/finddomain.c - $(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/finddomain.c -hash-string.lo: $(srcdir)/hash-string.c - $(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/hash-string.c -loadmsgcat.lo: $(srcdir)/loadmsgcat.c - $(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/loadmsgcat.c -localealias.lo: $(srcdir)/localealias.c - $(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/localealias.c -textdomain.lo: $(srcdir)/textdomain.c - $(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/textdomain.c -l10nflist.lo: $(srcdir)/l10nflist.c - $(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/l10nflist.c -explodename.lo: $(srcdir)/explodename.c - $(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/explodename.c -dcigettext.lo: $(srcdir)/dcigettext.c - $(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/dcigettext.c -dcngettext.lo: $(srcdir)/dcngettext.c - $(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/dcngettext.c -dngettext.lo: $(srcdir)/dngettext.c - $(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/dngettext.c -ngettext.lo: $(srcdir)/ngettext.c - $(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/ngettext.c -plural.lo: $(srcdir)/plural.c - $(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/plural.c -plural-exp.lo: $(srcdir)/plural-exp.c - $(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/plural-exp.c -localcharset.lo: $(srcdir)/localcharset.c - $(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/localcharset.c -lock.lo: $(srcdir)/lock.c - $(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/lock.c -relocatable.lo: $(srcdir)/relocatable.c - $(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/relocatable.c -langprefs.lo: $(srcdir)/langprefs.c - $(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/langprefs.c -localename.lo: $(srcdir)/localename.c - $(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/localename.c -log.lo: $(srcdir)/log.c - $(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/log.c -printf.lo: $(srcdir)/printf.c - $(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/printf.c -version.lo: $(srcdir)/version.c - $(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/version.c -osdep.lo: $(srcdir)/osdep.c - $(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/osdep.c -intl-compat.lo: $(srcdir)/intl-compat.c - $(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/intl-compat.c - -ref-add.sed: $(srcdir)/ref-add.sin - sed -e '/^#/d' -e 's/@''PACKAGE''@/@PACKAGE@/g' $(srcdir)/ref-add.sin > t-ref-add.sed - mv t-ref-add.sed ref-add.sed -ref-del.sed: $(srcdir)/ref-del.sin - sed -e '/^#/d' -e 's/@''PACKAGE''@/@PACKAGE@/g' $(srcdir)/ref-del.sin > t-ref-del.sed - mv t-ref-del.sed ref-del.sed - -INCLUDES = -I. -I$(srcdir) -I.. - -libgnuintl.h: $(srcdir)/libgnuintl.h.in - sed -e '/IN_LIBGLOCALE/d' \ - -e 's,@''HAVE_POSIX_PRINTF''@,@HAVE_POSIX_PRINTF@,g' \ - -e 's,@''HAVE_ASPRINTF''@,@HAVE_ASPRINTF@,g' \ - -e 's,@''HAVE_SNPRINTF''@,@HAVE_SNPRINTF@,g' \ - -e 's,@''HAVE_WPRINTF''@,@HAVE_WPRINTF@,g' \ - < $(srcdir)/libgnuintl.h.in \ - | if test '@WOE32DLL@' = yes; then \ - sed -e 's/extern \([^()]*\);/extern __declspec (dllimport) \1;/'; \ - else \ - cat; \ - fi \ - | sed -e 's/extern \([^"]\)/extern LIBINTL_DLL_EXPORTED \1/' \ - -e "/#define _LIBINTL_H/r $(srcdir)/export.h" \ - | sed -e 's,@''HAVE_VISIBILITY''@,@HAVE_VISIBILITY@,g' \ - > libgnuintl.h - -libintl.h: $(srcdir)/libgnuintl.h.in - sed -e '/IN_LIBGLOCALE/d' \ - -e 's,@''HAVE_POSIX_PRINTF''@,@HAVE_POSIX_PRINTF@,g' \ - -e 's,@''HAVE_ASPRINTF''@,@HAVE_ASPRINTF@,g' \ - -e 's,@''HAVE_SNPRINTF''@,@HAVE_SNPRINTF@,g' \ - -e 's,@''HAVE_WPRINTF''@,@HAVE_WPRINTF@,g' \ - < $(srcdir)/libgnuintl.h.in > libintl.h - -charset.alias: $(srcdir)/config.charset - $(SHELL) $(srcdir)/config.charset '@host@' > t-$@ - mv t-$@ $@ - -check: all - -# We must not install the libintl.h/libintl.a files if we are on a -# system which has the GNU gettext() function in its C library or in a -# separate library. -# If you want to use the one which comes with this version of the -# package, you have to use `configure --with-included-gettext'. -install: install-exec install-data -install-exec: all - if { test "$(PACKAGE)" = "gettext-runtime" || test "$(PACKAGE)" = "gettext-tools"; } \ - && test '@USE_INCLUDED_LIBINTL@' = yes; then \ - $(mkdir_p) $(DESTDIR)$(libdir) $(DESTDIR)$(includedir); \ - $(INSTALL_DATA) libintl.h $(DESTDIR)$(includedir)/libintl.h; \ - $(LIBTOOL) --mode=install \ - $(INSTALL_DATA) libintl.$la $(DESTDIR)$(libdir)/libintl.$la; \ - if test "@RELOCATABLE@" = yes; then \ - dependencies=`sed -n -e 's,^dependency_libs=\(.*\),\1,p' < $(DESTDIR)$(libdir)/libintl.la | sed -e "s,^',," -e "s,'\$$,,"`; \ - if test -n "$$dependencies"; then \ - rm -f $(DESTDIR)$(libdir)/libintl.la; \ - fi; \ - fi; \ - else \ - : ; \ - fi - if test "$(PACKAGE)" = "gettext-tools" \ - && test '@USE_INCLUDED_LIBINTL@' = no \ - && test @GLIBC2@ != no; then \ - $(mkdir_p) $(DESTDIR)$(libdir); \ - $(LIBTOOL) --mode=install \ - $(INSTALL_DATA) libgnuintl.$la $(DESTDIR)$(libdir)/libgnuintl.$la; \ - rm -f $(DESTDIR)$(libdir)/preloadable_libintl.so; \ - $(INSTALL_DATA) $(DESTDIR)$(libdir)/libgnuintl.so $(DESTDIR)$(libdir)/preloadable_libintl.so; \ - $(LIBTOOL) --mode=uninstall \ - rm -f $(DESTDIR)$(libdir)/libgnuintl.$la; \ - else \ - : ; \ - fi - if test '@USE_INCLUDED_LIBINTL@' = yes; then \ - test @GLIBC21@ != no || $(mkdir_p) $(DESTDIR)$(libdir); \ - temp=$(DESTDIR)$(libdir)/t-charset.alias; \ - dest=$(DESTDIR)$(libdir)/charset.alias; \ - if test -f $(DESTDIR)$(libdir)/charset.alias; then \ - orig=$(DESTDIR)$(libdir)/charset.alias; \ - sed -f ref-add.sed $$orig > $$temp; \ - $(INSTALL_DATA) $$temp $$dest; \ - rm -f $$temp; \ - else \ - if test @GLIBC21@ = no; then \ - orig=charset.alias; \ - sed -f ref-add.sed $$orig > $$temp; \ - $(INSTALL_DATA) $$temp $$dest; \ - rm -f $$temp; \ - fi; \ - fi; \ - $(mkdir_p) $(DESTDIR)$(localedir); \ - test -f $(DESTDIR)$(localedir)/locale.alias \ - && orig=$(DESTDIR)$(localedir)/locale.alias \ - || orig=$(srcdir)/locale.alias; \ - temp=$(DESTDIR)$(localedir)/t-locale.alias; \ - dest=$(DESTDIR)$(localedir)/locale.alias; \ - sed -f ref-add.sed $$orig > $$temp; \ - $(INSTALL_DATA) $$temp $$dest; \ - rm -f $$temp; \ - else \ - : ; \ - fi -install-data: all - if test "$(PACKAGE)" = "gettext-tools"; then \ - $(mkdir_p) $(DESTDIR)$(gettextsrcdir); \ - $(INSTALL_DATA) VERSION $(DESTDIR)$(gettextsrcdir)/VERSION; \ - $(INSTALL_DATA) ChangeLog.inst $(DESTDIR)$(gettextsrcdir)/ChangeLog; \ - dists="COPYING.LIB-2.0 COPYING.LIB-2.1 $(DISTFILES.common)"; \ - for file in $$dists; do \ - $(INSTALL_DATA) $(srcdir)/$$file \ - $(DESTDIR)$(gettextsrcdir)/$$file; \ - done; \ - chmod a+x $(DESTDIR)$(gettextsrcdir)/config.charset; \ - dists="$(DISTFILES.generated)"; \ - for file in $$dists; do \ - if test -f $$file; then dir=.; else dir=$(srcdir); fi; \ - $(INSTALL_DATA) $$dir/$$file \ - $(DESTDIR)$(gettextsrcdir)/$$file; \ - done; \ - dists="$(DISTFILES.obsolete)"; \ - for file in $$dists; do \ - rm -f $(DESTDIR)$(gettextsrcdir)/$$file; \ - done; \ - else \ - : ; \ - fi - -install-strip: install - -installdirs: - if { test "$(PACKAGE)" = "gettext-runtime" || test "$(PACKAGE)" = "gettext-tools"; } \ - && test '@USE_INCLUDED_LIBINTL@' = yes; then \ - $(mkdir_p) $(DESTDIR)$(libdir) $(DESTDIR)$(includedir); \ - else \ - : ; \ - fi - if test "$(PACKAGE)" = "gettext-tools" \ - && test '@USE_INCLUDED_LIBINTL@' = no \ - && test @GLIBC2@ != no; then \ - $(mkdir_p) $(DESTDIR)$(libdir); \ - else \ - : ; \ - fi - if test '@USE_INCLUDED_LIBINTL@' = yes; then \ - test @GLIBC21@ != no || $(mkdir_p) $(DESTDIR)$(libdir); \ - $(mkdir_p) $(DESTDIR)$(localedir); \ - else \ - : ; \ - fi - if test "$(PACKAGE)" = "gettext-tools"; then \ - $(mkdir_p) $(DESTDIR)$(gettextsrcdir); \ - else \ - : ; \ - fi - -# Define this as empty until I found a useful application. -installcheck: - -uninstall: - if { test "$(PACKAGE)" = "gettext-runtime" || test "$(PACKAGE)" = "gettext-tools"; } \ - && test '@USE_INCLUDED_LIBINTL@' = yes; then \ - rm -f $(DESTDIR)$(includedir)/libintl.h; \ - $(LIBTOOL) --mode=uninstall \ - rm -f $(DESTDIR)$(libdir)/libintl.$la; \ - else \ - : ; \ - fi - if test "$(PACKAGE)" = "gettext-tools" \ - && test '@USE_INCLUDED_LIBINTL@' = no \ - && test @GLIBC2@ != no; then \ - rm -f $(DESTDIR)$(libdir)/preloadable_libintl.so; \ - else \ - : ; \ - fi - if test '@USE_INCLUDED_LIBINTL@' = yes; then \ - if test -f $(DESTDIR)$(libdir)/charset.alias; then \ - temp=$(DESTDIR)$(libdir)/t-charset.alias; \ - dest=$(DESTDIR)$(libdir)/charset.alias; \ - sed -f ref-del.sed $$dest > $$temp; \ - if grep '^# Packages using this file: $$' $$temp > /dev/null; then \ - rm -f $$dest; \ - else \ - $(INSTALL_DATA) $$temp $$dest; \ - fi; \ - rm -f $$temp; \ - fi; \ - if test -f $(DESTDIR)$(localedir)/locale.alias; then \ - temp=$(DESTDIR)$(localedir)/t-locale.alias; \ - dest=$(DESTDIR)$(localedir)/locale.alias; \ - sed -f ref-del.sed $$dest > $$temp; \ - if grep '^# Packages using this file: $$' $$temp > /dev/null; then \ - rm -f $$dest; \ - else \ - $(INSTALL_DATA) $$temp $$dest; \ - fi; \ - rm -f $$temp; \ - fi; \ - else \ - : ; \ - fi - if test "$(PACKAGE)" = "gettext-tools"; then \ - for file in VERSION ChangeLog COPYING.LIB-2.0 COPYING.LIB-2.1 $(DISTFILES.common) $(DISTFILES.generated); do \ - rm -f $(DESTDIR)$(gettextsrcdir)/$$file; \ - done; \ - else \ - : ; \ - fi - -info dvi ps pdf html: - -$(OBJECTS): ../config.h libgnuintl.h -bindtextdom.$lo dcgettext.$lo dcigettext.$lo dcngettext.$lo dgettext.$lo dngettext.$lo finddomain.$lo gettext.$lo intl-compat.$lo loadmsgcat.$lo localealias.$lo ngettext.$lo textdomain.$lo: $(srcdir)/gettextP.h $(srcdir)/gmo.h $(srcdir)/loadinfo.h -hash-string.$lo dcigettext.$lo loadmsgcat.$lo: $(srcdir)/hash-string.h -explodename.$lo l10nflist.$lo: $(srcdir)/loadinfo.h -dcigettext.$lo loadmsgcat.$lo plural.$lo plural-exp.$lo: $(srcdir)/plural-exp.h -dcigettext.$lo: $(srcdir)/eval-plural.h -localcharset.$lo: $(srcdir)/localcharset.h -bindtextdom.$lo dcigettext.$lo finddomain.$lo loadmsgcat.$lo localealias.$lo lock.$lo log.$lo: $(srcdir)/lock.h -localealias.$lo localcharset.$lo relocatable.$lo: $(srcdir)/relocatable.h -printf.$lo: $(srcdir)/printf-args.h $(srcdir)/printf-args.c $(srcdir)/printf-parse.h $(srcdir)/wprintf-parse.h $(srcdir)/xsize.h $(srcdir)/printf-parse.c $(srcdir)/vasnprintf.h $(srcdir)/vasnwprintf.h $(srcdir)/vasnprintf.c - -# A bison-2.1 generated plural.c includes if ENABLE_NLS. -PLURAL_DEPS_yes = libintl.h -PLURAL_DEPS_no = -plural.$lo: $(PLURAL_DEPS_@USE_INCLUDED_LIBINTL@) - -tags: TAGS - -TAGS: $(HEADERS) $(SOURCES) - here=`pwd`; cd $(srcdir) && etags -o $$here/TAGS $(HEADERS) $(SOURCES) - -ctags: CTAGS - -CTAGS: $(HEADERS) $(SOURCES) - here=`pwd`; cd $(srcdir) && ctags -o $$here/CTAGS $(HEADERS) $(SOURCES) - -id: ID - -ID: $(HEADERS) $(SOURCES) - here=`pwd`; cd $(srcdir) && mkid -f$$here/ID $(HEADERS) $(SOURCES) - - -mostlyclean: - rm -f *.a *.la *.o *.obj *.lo core core.* - rm -f libgnuintl.h libintl.h charset.alias ref-add.sed ref-del.sed - rm -f -r .libs _libs - -clean: mostlyclean - -distclean: clean - rm -f Makefile ID TAGS - if test "$(PACKAGE)" = "gettext-runtime" || test "$(PACKAGE)" = "gettext-tools"; then \ - rm -f ChangeLog.inst $(DISTFILES.normal); \ - else \ - : ; \ - fi - -maintainer-clean: distclean - @echo "This command is intended for maintainers to use;" - @echo "it deletes files that may require special tools to rebuild." - - -# GNU gettext needs not contain the file `VERSION' but contains some -# other files which should not be distributed in other packages. -distdir = ../$(PACKAGE)-$(VERSION)/$(subdir) -dist distdir: Makefile - if test "$(PACKAGE)" = "gettext-tools"; then \ - : ; \ - else \ - if test "$(PACKAGE)" = "gettext-runtime"; then \ - additional="$(DISTFILES.gettext)"; \ - else \ - additional="$(DISTFILES.normal)"; \ - fi; \ - $(MAKE) $(DISTFILES.common) $(DISTFILES.generated) $$additional; \ - for file in ChangeLog $(DISTFILES.common) $(DISTFILES.generated) $$additional; do \ - if test -f $$file; then dir=.; else dir=$(srcdir); fi; \ - cp -p $$dir/$$file $(distdir) || test $$file = Makefile.in || exit 1; \ - done; \ - fi - -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - cd $(top_builddir) && $(SHELL) ./config.status -# This would be more efficient, but doesn't work any more with autoconf-2.57, -# when AC_CONFIG_FILES([intl/Makefile:somedir/Makefile.in]) is used. -# cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ - -# Tell versions [3.59,3.63) of GNU make not to export all variables. -# Otherwise a system limit (for SysV at least) may be exceeded. -.NOEXPORT: diff --git a/intl/VERSION b/intl/VERSION deleted file mode 100644 index 2525c4ea8f..0000000000 --- a/intl/VERSION +++ /dev/null @@ -1 +0,0 @@ -GNU gettext library from gettext-0.16.1 diff --git a/intl/bindtextdom.c b/intl/bindtextdom.c deleted file mode 100644 index d1b1f9028f..0000000000 --- a/intl/bindtextdom.c +++ /dev/null @@ -1,357 +0,0 @@ -/* Implementation of the bindtextdomain(3) function - Copyright (C) 1995-1998, 2000-2003, 2005-2006 Free Software Foundation, Inc. - - This program is free software; you can redistribute it and/or modify it - under the terms of the GNU Library General Public License as published - by the Free Software Foundation; either version 2, or (at your option) - any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Library General Public License for more details. - - You should have received a copy of the GNU Library General Public - License along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, - USA. */ - -#ifdef HAVE_CONFIG_H -# include -#endif - -#include -#include -#include - -#include "gettextP.h" -#ifdef _LIBC -# include -#else -# include "libgnuintl.h" -#endif - -/* Handle multi-threaded applications. */ -#ifdef _LIBC -# include -# define gl_rwlock_define __libc_rwlock_define -# define gl_rwlock_wrlock __libc_rwlock_wrlock -# define gl_rwlock_unlock __libc_rwlock_unlock -#else -# include "lock.h" -#endif - -/* The internal variables in the standalone libintl.a must have different - names than the internal variables in GNU libc, otherwise programs - using libintl.a cannot be linked statically. */ -#if !defined _LIBC -# define _nl_default_dirname libintl_nl_default_dirname -# define _nl_domain_bindings libintl_nl_domain_bindings -#endif - -/* Some compilers, like SunOS4 cc, don't have offsetof in . */ -#ifndef offsetof -# define offsetof(type,ident) ((size_t)&(((type*)0)->ident)) -#endif - -/* @@ end of prolog @@ */ - -/* Contains the default location of the message catalogs. */ -extern const char _nl_default_dirname[]; -#ifdef _LIBC -libc_hidden_proto (_nl_default_dirname) -#endif - -/* List with bindings of specific domains. */ -extern struct binding *_nl_domain_bindings; - -/* Lock variable to protect the global data in the gettext implementation. */ -gl_rwlock_define (extern, _nl_state_lock attribute_hidden) - - -/* Names for the libintl functions are a problem. They must not clash - with existing names and they should follow ANSI C. But this source - code is also used in GNU C Library where the names have a __ - prefix. So we have to make a difference here. */ -#ifdef _LIBC -# define BINDTEXTDOMAIN __bindtextdomain -# define BIND_TEXTDOMAIN_CODESET __bind_textdomain_codeset -# ifndef strdup -# define strdup(str) __strdup (str) -# endif -#else -# define BINDTEXTDOMAIN libintl_bindtextdomain -# define BIND_TEXTDOMAIN_CODESET libintl_bind_textdomain_codeset -#endif - -/* Specifies the directory name *DIRNAMEP and the output codeset *CODESETP - to be used for the DOMAINNAME message catalog. - If *DIRNAMEP or *CODESETP is NULL, the corresponding attribute is not - modified, only the current value is returned. - If DIRNAMEP or CODESETP is NULL, the corresponding attribute is neither - modified nor returned. */ -static void -set_binding_values (const char *domainname, - const char **dirnamep, const char **codesetp) -{ - struct binding *binding; - int modified; - - /* Some sanity checks. */ - if (domainname == NULL || domainname[0] == '\0') - { - if (dirnamep) - *dirnamep = NULL; - if (codesetp) - *codesetp = NULL; - return; - } - - gl_rwlock_wrlock (_nl_state_lock); - - modified = 0; - - for (binding = _nl_domain_bindings; binding != NULL; binding = binding->next) - { - int compare = strcmp (domainname, binding->domainname); - if (compare == 0) - /* We found it! */ - break; - if (compare < 0) - { - /* It is not in the list. */ - binding = NULL; - break; - } - } - - if (binding != NULL) - { - if (dirnamep) - { - const char *dirname = *dirnamep; - - if (dirname == NULL) - /* The current binding has be to returned. */ - *dirnamep = binding->dirname; - else - { - /* The domain is already bound. If the new value and the old - one are equal we simply do nothing. Otherwise replace the - old binding. */ - char *result = binding->dirname; - if (strcmp (dirname, result) != 0) - { - if (strcmp (dirname, _nl_default_dirname) == 0) - result = (char *) _nl_default_dirname; - else - { -#if defined _LIBC || defined HAVE_STRDUP - result = strdup (dirname); -#else - size_t len = strlen (dirname) + 1; - result = (char *) malloc (len); - if (__builtin_expect (result != NULL, 1)) - memcpy (result, dirname, len); -#endif - } - - if (__builtin_expect (result != NULL, 1)) - { - if (binding->dirname != _nl_default_dirname) - free (binding->dirname); - - binding->dirname = result; - modified = 1; - } - } - *dirnamep = result; - } - } - - if (codesetp) - { - const char *codeset = *codesetp; - - if (codeset == NULL) - /* The current binding has be to returned. */ - *codesetp = binding->codeset; - else - { - /* The domain is already bound. If the new value and the old - one are equal we simply do nothing. Otherwise replace the - old binding. */ - char *result = binding->codeset; - if (result == NULL || strcmp (codeset, result) != 0) - { -#if defined _LIBC || defined HAVE_STRDUP - result = strdup (codeset); -#else - size_t len = strlen (codeset) + 1; - result = (char *) malloc (len); - if (__builtin_expect (result != NULL, 1)) - memcpy (result, codeset, len); -#endif - - if (__builtin_expect (result != NULL, 1)) - { - if (binding->codeset != NULL) - free (binding->codeset); - - binding->codeset = result; - modified = 1; - } - } - *codesetp = result; - } - } - } - else if ((dirnamep == NULL || *dirnamep == NULL) - && (codesetp == NULL || *codesetp == NULL)) - { - /* Simply return the default values. */ - if (dirnamep) - *dirnamep = _nl_default_dirname; - if (codesetp) - *codesetp = NULL; - } - else - { - /* We have to create a new binding. */ - size_t len = strlen (domainname) + 1; - struct binding *new_binding = - (struct binding *) malloc (offsetof (struct binding, domainname) + len); - - if (__builtin_expect (new_binding == NULL, 0)) - goto failed; - - memcpy (new_binding->domainname, domainname, len); - - if (dirnamep) - { - const char *dirname = *dirnamep; - - if (dirname == NULL) - /* The default value. */ - dirname = _nl_default_dirname; - else - { - if (strcmp (dirname, _nl_default_dirname) == 0) - dirname = _nl_default_dirname; - else - { - char *result; -#if defined _LIBC || defined HAVE_STRDUP - result = strdup (dirname); - if (__builtin_expect (result == NULL, 0)) - goto failed_dirname; -#else - size_t len = strlen (dirname) + 1; - result = (char *) malloc (len); - if (__builtin_expect (result == NULL, 0)) - goto failed_dirname; - memcpy (result, dirname, len); -#endif - dirname = result; - } - } - *dirnamep = dirname; - new_binding->dirname = (char *) dirname; - } - else - /* The default value. */ - new_binding->dirname = (char *) _nl_default_dirname; - - if (codesetp) - { - const char *codeset = *codesetp; - - if (codeset != NULL) - { - char *result; - -#if defined _LIBC || defined HAVE_STRDUP - result = strdup (codeset); - if (__builtin_expect (result == NULL, 0)) - goto failed_codeset; -#else - size_t len = strlen (codeset) + 1; - result = (char *) malloc (len); - if (__builtin_expect (result == NULL, 0)) - goto failed_codeset; - memcpy (result, codeset, len); -#endif - codeset = result; - } - *codesetp = codeset; - new_binding->codeset = (char *) codeset; - } - else - new_binding->codeset = NULL; - - /* Now enqueue it. */ - if (_nl_domain_bindings == NULL - || strcmp (domainname, _nl_domain_bindings->domainname) < 0) - { - new_binding->next = _nl_domain_bindings; - _nl_domain_bindings = new_binding; - } - else - { - binding = _nl_domain_bindings; - while (binding->next != NULL - && strcmp (domainname, binding->next->domainname) > 0) - binding = binding->next; - - new_binding->next = binding->next; - binding->next = new_binding; - } - - modified = 1; - - /* Here we deal with memory allocation failures. */ - if (0) - { - failed_codeset: - if (new_binding->dirname != _nl_default_dirname) - free (new_binding->dirname); - failed_dirname: - free (new_binding); - failed: - if (dirnamep) - *dirnamep = NULL; - if (codesetp) - *codesetp = NULL; - } - } - - /* If we modified any binding, we flush the caches. */ - if (modified) - ++_nl_msg_cat_cntr; - - gl_rwlock_unlock (_nl_state_lock); -} - -/* Specify that the DOMAINNAME message catalog will be found - in DIRNAME rather than in the system locale data base. */ -char * -BINDTEXTDOMAIN (const char *domainname, const char *dirname) -{ - set_binding_values (domainname, &dirname, NULL); - return (char *) dirname; -} - -/* Specify the character encoding in which the messages from the - DOMAINNAME message catalog will be returned. */ -char * -BIND_TEXTDOMAIN_CODESET (const char *domainname, const char *codeset) -{ - set_binding_values (domainname, NULL, &codeset); - return (char *) codeset; -} - -#ifdef _LIBC -/* Aliases for function names in GNU C Library. */ -weak_alias (__bindtextdomain, bindtextdomain); -weak_alias (__bind_textdomain_codeset, bind_textdomain_codeset); -#endif diff --git a/intl/config.charset b/intl/config.charset deleted file mode 100755 index e8c258b3fa..0000000000 --- a/intl/config.charset +++ /dev/null @@ -1,640 +0,0 @@ -#! /bin/sh -# Output a system dependent table of character encoding aliases. -# -# Copyright (C) 2000-2004, 2006 Free Software Foundation, Inc. -# -# This program is free software; you can redistribute it and/or modify it -# under the terms of the GNU Library General Public License as published -# by the Free Software Foundation; either version 2, or (at your option) -# any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Library General Public License for more details. -# -# You should have received a copy of the GNU Library General Public -# License along with this program; if not, write to the Free Software -# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, -# USA. -# -# The table consists of lines of the form -# ALIAS CANONICAL -# -# ALIAS is the (system dependent) result of "nl_langinfo (CODESET)". -# ALIAS is compared in a case sensitive way. -# -# CANONICAL is the GNU canonical name for this character encoding. -# It must be an encoding supported by libiconv. Support by GNU libc is -# also desirable. CANONICAL is case insensitive. Usually an upper case -# MIME charset name is preferred. -# The current list of GNU canonical charset names is as follows. -# -# name MIME? used by which systems -# ASCII, ANSI_X3.4-1968 glibc solaris freebsd netbsd darwin -# ISO-8859-1 Y glibc aix hpux irix osf solaris freebsd netbsd darwin -# ISO-8859-2 Y glibc aix hpux irix osf solaris freebsd netbsd darwin -# ISO-8859-3 Y glibc solaris -# ISO-8859-4 Y osf solaris freebsd netbsd darwin -# ISO-8859-5 Y glibc aix hpux irix osf solaris freebsd netbsd darwin -# ISO-8859-6 Y glibc aix hpux solaris -# ISO-8859-7 Y glibc aix hpux irix osf solaris netbsd darwin -# ISO-8859-8 Y glibc aix hpux osf solaris -# ISO-8859-9 Y glibc aix hpux irix osf solaris darwin -# ISO-8859-13 glibc netbsd darwin -# ISO-8859-14 glibc -# ISO-8859-15 glibc aix osf solaris freebsd darwin -# KOI8-R Y glibc solaris freebsd netbsd darwin -# KOI8-U Y glibc freebsd netbsd darwin -# KOI8-T glibc -# CP437 dos -# CP775 dos -# CP850 aix osf dos -# CP852 dos -# CP855 dos -# CP856 aix -# CP857 dos -# CP861 dos -# CP862 dos -# CP864 dos -# CP865 dos -# CP866 freebsd netbsd darwin dos -# CP869 dos -# CP874 woe32 dos -# CP922 aix -# CP932 aix woe32 dos -# CP943 aix -# CP949 osf woe32 dos -# CP950 woe32 dos -# CP1046 aix -# CP1124 aix -# CP1125 dos -# CP1129 aix -# CP1250 woe32 -# CP1251 glibc solaris netbsd darwin woe32 -# CP1252 aix woe32 -# CP1253 woe32 -# CP1254 woe32 -# CP1255 glibc woe32 -# CP1256 woe32 -# CP1257 woe32 -# GB2312 Y glibc aix hpux irix solaris freebsd netbsd darwin -# EUC-JP Y glibc aix hpux irix osf solaris freebsd netbsd darwin -# EUC-KR Y glibc aix hpux irix osf solaris freebsd netbsd darwin -# EUC-TW glibc aix hpux irix osf solaris netbsd -# BIG5 Y glibc aix hpux osf solaris freebsd netbsd darwin -# BIG5-HKSCS glibc solaris -# GBK glibc aix osf solaris woe32 dos -# GB18030 glibc solaris netbsd -# SHIFT_JIS Y hpux osf solaris freebsd netbsd darwin -# JOHAB glibc solaris woe32 -# TIS-620 glibc aix hpux osf solaris -# VISCII Y glibc -# TCVN5712-1 glibc -# GEORGIAN-PS glibc -# HP-ROMAN8 hpux -# HP-ARABIC8 hpux -# HP-GREEK8 hpux -# HP-HEBREW8 hpux -# HP-TURKISH8 hpux -# HP-KANA8 hpux -# DEC-KANJI osf -# DEC-HANYU osf -# UTF-8 Y glibc aix hpux osf solaris netbsd darwin -# -# Note: Names which are not marked as being a MIME name should not be used in -# Internet protocols for information interchange (mail, news, etc.). -# -# Note: ASCII and ANSI_X3.4-1968 are synonymous canonical names. Applications -# must understand both names and treat them as equivalent. -# -# The first argument passed to this file is the canonical host specification, -# CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM -# or -# CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM - -host="$1" -os=`echo "$host" | sed -e 's/^[^-]*-[^-]*-\(.*\)$/\1/'` -echo "# This file contains a table of character encoding aliases," -echo "# suitable for operating system '${os}'." -echo "# It was automatically generated from config.charset." -# List of references, updated during installation: -echo "# Packages using this file: " -case "$os" in - linux-gnulibc1*) - # Linux libc5 doesn't have nl_langinfo(CODESET); therefore - # localcharset.c falls back to using the full locale name - # from the environment variables. - echo "C ASCII" - echo "POSIX ASCII" - for l in af af_ZA ca ca_ES da da_DK de de_AT de_BE de_CH de_DE de_LU \ - en en_AU en_BW en_CA en_DK en_GB en_IE en_NZ en_US en_ZA \ - en_ZW es es_AR es_BO es_CL es_CO es_DO es_EC es_ES es_GT \ - es_HN es_MX es_PA es_PE es_PY es_SV es_US es_UY es_VE et \ - et_EE eu eu_ES fi fi_FI fo fo_FO fr fr_BE fr_CA fr_CH fr_FR \ - fr_LU ga ga_IE gl gl_ES id id_ID in in_ID is is_IS it it_CH \ - it_IT kl kl_GL nl nl_BE nl_NL no no_NO pt pt_BR pt_PT sv \ - sv_FI sv_SE; do - echo "$l ISO-8859-1" - echo "$l.iso-8859-1 ISO-8859-1" - echo "$l.iso-8859-15 ISO-8859-15" - echo "$l.iso-8859-15@euro ISO-8859-15" - echo "$l@euro ISO-8859-15" - echo "$l.cp-437 CP437" - echo "$l.cp-850 CP850" - echo "$l.cp-1252 CP1252" - echo "$l.cp-1252@euro CP1252" - #echo "$l.atari-st ATARI-ST" # not a commonly used encoding - echo "$l.utf-8 UTF-8" - echo "$l.utf-8@euro UTF-8" - done - for l in cs cs_CZ hr hr_HR hu hu_HU pl pl_PL ro ro_RO sk sk_SK sl \ - sl_SI sr sr_CS sr_YU; do - echo "$l ISO-8859-2" - echo "$l.iso-8859-2 ISO-8859-2" - echo "$l.cp-852 CP852" - echo "$l.cp-1250 CP1250" - echo "$l.utf-8 UTF-8" - done - for l in mk mk_MK ru ru_RU; do - echo "$l ISO-8859-5" - echo "$l.iso-8859-5 ISO-8859-5" - echo "$l.koi8-r KOI8-R" - echo "$l.cp-866 CP866" - echo "$l.cp-1251 CP1251" - echo "$l.utf-8 UTF-8" - done - for l in ar ar_SA; do - echo "$l ISO-8859-6" - echo "$l.iso-8859-6 ISO-8859-6" - echo "$l.cp-864 CP864" - #echo "$l.cp-868 CP868" # not a commonly used encoding - echo "$l.cp-1256 CP1256" - echo "$l.utf-8 UTF-8" - done - for l in el el_GR gr gr_GR; do - echo "$l ISO-8859-7" - echo "$l.iso-8859-7 ISO-8859-7" - echo "$l.cp-869 CP869" - echo "$l.cp-1253 CP1253" - echo "$l.cp-1253@euro CP1253" - echo "$l.utf-8 UTF-8" - echo "$l.utf-8@euro UTF-8" - done - for l in he he_IL iw iw_IL; do - echo "$l ISO-8859-8" - echo "$l.iso-8859-8 ISO-8859-8" - echo "$l.cp-862 CP862" - echo "$l.cp-1255 CP1255" - echo "$l.utf-8 UTF-8" - done - for l in tr tr_TR; do - echo "$l ISO-8859-9" - echo "$l.iso-8859-9 ISO-8859-9" - echo "$l.cp-857 CP857" - echo "$l.cp-1254 CP1254" - echo "$l.utf-8 UTF-8" - done - for l in lt lt_LT lv lv_LV; do - #echo "$l BALTIC" # not a commonly used encoding, wrong encoding name - echo "$l ISO-8859-13" - done - for l in ru_UA uk uk_UA; do - echo "$l KOI8-U" - done - for l in zh zh_CN; do - #echo "$l GB_2312-80" # not a commonly used encoding, wrong encoding name - echo "$l GB2312" - done - for l in ja ja_JP ja_JP.EUC; do - echo "$l EUC-JP" - done - for l in ko ko_KR; do - echo "$l EUC-KR" - done - for l in th th_TH; do - echo "$l TIS-620" - done - for l in fa fa_IR; do - #echo "$l ISIRI-3342" # a broken encoding - echo "$l.utf-8 UTF-8" - done - ;; - linux* | *-gnu*) - # With glibc-2.1 or newer, we don't need any canonicalization, - # because glibc has iconv and both glibc and libiconv support all - # GNU canonical names directly. Therefore, the Makefile does not - # need to install the alias file at all. - # The following applies only to glibc-2.0.x and older libcs. - echo "ISO_646.IRV:1983 ASCII" - ;; - aix*) - echo "ISO8859-1 ISO-8859-1" - echo "ISO8859-2 ISO-8859-2" - echo "ISO8859-5 ISO-8859-5" - echo "ISO8859-6 ISO-8859-6" - echo "ISO8859-7 ISO-8859-7" - echo "ISO8859-8 ISO-8859-8" - echo "ISO8859-9 ISO-8859-9" - echo "ISO8859-15 ISO-8859-15" - echo "IBM-850 CP850" - echo "IBM-856 CP856" - echo "IBM-921 ISO-8859-13" - echo "IBM-922 CP922" - echo "IBM-932 CP932" - echo "IBM-943 CP943" - echo "IBM-1046 CP1046" - echo "IBM-1124 CP1124" - echo "IBM-1129 CP1129" - echo "IBM-1252 CP1252" - echo "IBM-eucCN GB2312" - echo "IBM-eucJP EUC-JP" - echo "IBM-eucKR EUC-KR" - echo "IBM-eucTW EUC-TW" - echo "big5 BIG5" - echo "GBK GBK" - echo "TIS-620 TIS-620" - echo "UTF-8 UTF-8" - ;; - hpux*) - echo "iso88591 ISO-8859-1" - echo "iso88592 ISO-8859-2" - echo "iso88595 ISO-8859-5" - echo "iso88596 ISO-8859-6" - echo "iso88597 ISO-8859-7" - echo "iso88598 ISO-8859-8" - echo "iso88599 ISO-8859-9" - echo "iso885915 ISO-8859-15" - echo "roman8 HP-ROMAN8" - echo "arabic8 HP-ARABIC8" - echo "greek8 HP-GREEK8" - echo "hebrew8 HP-HEBREW8" - echo "turkish8 HP-TURKISH8" - echo "kana8 HP-KANA8" - echo "tis620 TIS-620" - echo "big5 BIG5" - echo "eucJP EUC-JP" - echo "eucKR EUC-KR" - echo "eucTW EUC-TW" - echo "hp15CN GB2312" - #echo "ccdc ?" # what is this? - echo "SJIS SHIFT_JIS" - echo "utf8 UTF-8" - ;; - irix*) - echo "ISO8859-1 ISO-8859-1" - echo "ISO8859-2 ISO-8859-2" - echo "ISO8859-5 ISO-8859-5" - echo "ISO8859-7 ISO-8859-7" - echo "ISO8859-9 ISO-8859-9" - echo "eucCN GB2312" - echo "eucJP EUC-JP" - echo "eucKR EUC-KR" - echo "eucTW EUC-TW" - ;; - osf*) - echo "ISO8859-1 ISO-8859-1" - echo "ISO8859-2 ISO-8859-2" - echo "ISO8859-4 ISO-8859-4" - echo "ISO8859-5 ISO-8859-5" - echo "ISO8859-7 ISO-8859-7" - echo "ISO8859-8 ISO-8859-8" - echo "ISO8859-9 ISO-8859-9" - echo "ISO8859-15 ISO-8859-15" - echo "cp850 CP850" - echo "big5 BIG5" - echo "dechanyu DEC-HANYU" - echo "dechanzi GB2312" - echo "deckanji DEC-KANJI" - echo "deckorean EUC-KR" - echo "eucJP EUC-JP" - echo "eucKR EUC-KR" - echo "eucTW EUC-TW" - echo "GBK GBK" - echo "KSC5601 CP949" - echo "sdeckanji EUC-JP" - echo "SJIS SHIFT_JIS" - echo "TACTIS TIS-620" - echo "UTF-8 UTF-8" - ;; - solaris*) - echo "646 ASCII" - echo "ISO8859-1 ISO-8859-1" - echo "ISO8859-2 ISO-8859-2" - echo "ISO8859-3 ISO-8859-3" - echo "ISO8859-4 ISO-8859-4" - echo "ISO8859-5 ISO-8859-5" - echo "ISO8859-6 ISO-8859-6" - echo "ISO8859-7 ISO-8859-7" - echo "ISO8859-8 ISO-8859-8" - echo "ISO8859-9 ISO-8859-9" - echo "ISO8859-15 ISO-8859-15" - echo "koi8-r KOI8-R" - echo "ansi-1251 CP1251" - echo "BIG5 BIG5" - echo "Big5-HKSCS BIG5-HKSCS" - echo "gb2312 GB2312" - echo "GBK GBK" - echo "GB18030 GB18030" - echo "cns11643 EUC-TW" - echo "5601 EUC-KR" - echo "ko_KR.johap92 JOHAB" - echo "eucJP EUC-JP" - echo "PCK SHIFT_JIS" - echo "TIS620.2533 TIS-620" - #echo "sun_eu_greek ?" # what is this? - echo "UTF-8 UTF-8" - ;; - freebsd* | os2*) - # FreeBSD 4.2 doesn't have nl_langinfo(CODESET); therefore - # localcharset.c falls back to using the full locale name - # from the environment variables. - # Likewise for OS/2. OS/2 has XFree86 just like FreeBSD. Just - # reuse FreeBSD's locale data for OS/2. - echo "C ASCII" - echo "US-ASCII ASCII" - for l in la_LN lt_LN; do - echo "$l.ASCII ASCII" - done - for l in da_DK de_AT de_CH de_DE en_AU en_CA en_GB en_US es_ES \ - fi_FI fr_BE fr_CA fr_CH fr_FR is_IS it_CH it_IT la_LN \ - lt_LN nl_BE nl_NL no_NO pt_PT sv_SE; do - echo "$l.ISO_8859-1 ISO-8859-1" - echo "$l.DIS_8859-15 ISO-8859-15" - done - for l in cs_CZ hr_HR hu_HU la_LN lt_LN pl_PL sl_SI; do - echo "$l.ISO_8859-2 ISO-8859-2" - done - for l in la_LN lt_LT; do - echo "$l.ISO_8859-4 ISO-8859-4" - done - for l in ru_RU ru_SU; do - echo "$l.KOI8-R KOI8-R" - echo "$l.ISO_8859-5 ISO-8859-5" - echo "$l.CP866 CP866" - done - echo "uk_UA.KOI8-U KOI8-U" - echo "zh_TW.BIG5 BIG5" - echo "zh_TW.Big5 BIG5" - echo "zh_CN.EUC GB2312" - echo "ja_JP.EUC EUC-JP" - echo "ja_JP.SJIS SHIFT_JIS" - echo "ja_JP.Shift_JIS SHIFT_JIS" - echo "ko_KR.EUC EUC-KR" - ;; - netbsd*) - echo "646 ASCII" - echo "ISO8859-1 ISO-8859-1" - echo "ISO8859-2 ISO-8859-2" - echo "ISO8859-4 ISO-8859-4" - echo "ISO8859-5 ISO-8859-5" - echo "ISO8859-7 ISO-8859-7" - echo "ISO8859-13 ISO-8859-13" - echo "ISO8859-15 ISO-8859-15" - echo "eucCN GB2312" - echo "eucJP EUC-JP" - echo "eucKR EUC-KR" - echo "eucTW EUC-TW" - echo "BIG5 BIG5" - echo "SJIS SHIFT_JIS" - ;; - darwin[56]*) - # Darwin 6.8 doesn't have nl_langinfo(CODESET); therefore - # localcharset.c falls back to using the full locale name - # from the environment variables. - echo "C ASCII" - for l in en_AU en_CA en_GB en_US la_LN; do - echo "$l.US-ASCII ASCII" - done - for l in da_DK de_AT de_CH de_DE en_AU en_CA en_GB en_US es_ES \ - fi_FI fr_BE fr_CA fr_CH fr_FR is_IS it_CH it_IT nl_BE \ - nl_NL no_NO pt_PT sv_SE; do - echo "$l ISO-8859-1" - echo "$l.ISO8859-1 ISO-8859-1" - echo "$l.ISO8859-15 ISO-8859-15" - done - for l in la_LN; do - echo "$l.ISO8859-1 ISO-8859-1" - echo "$l.ISO8859-15 ISO-8859-15" - done - for l in cs_CZ hr_HR hu_HU la_LN pl_PL sl_SI; do - echo "$l.ISO8859-2 ISO-8859-2" - done - for l in la_LN lt_LT; do - echo "$l.ISO8859-4 ISO-8859-4" - done - for l in ru_RU; do - echo "$l.KOI8-R KOI8-R" - echo "$l.ISO8859-5 ISO-8859-5" - echo "$l.CP866 CP866" - done - for l in bg_BG; do - echo "$l.CP1251 CP1251" - done - echo "uk_UA.KOI8-U KOI8-U" - echo "zh_TW.BIG5 BIG5" - echo "zh_TW.Big5 BIG5" - echo "zh_CN.EUC GB2312" - echo "ja_JP.EUC EUC-JP" - echo "ja_JP.SJIS SHIFT_JIS" - echo "ko_KR.EUC EUC-KR" - ;; - darwin*) - # Darwin 7.5 has nl_langinfo(CODESET), but it is useless: - # - It returns the empty string when LANG is set to a locale of the - # form ll_CC, although ll_CC/LC_CTYPE is a symlink to an UTF-8 - # LC_CTYPE file. - # - The environment variables LANG, LC_CTYPE, LC_ALL are not set by - # the system; nl_langinfo(CODESET) returns "US-ASCII" in this case. - # - The documentation says: - # "... all code that calls BSD system routines should ensure - # that the const *char parameters of these routines are in UTF-8 - # encoding. All BSD system functions expect their string - # parameters to be in UTF-8 encoding and nothing else." - # It also says - # "An additional caveat is that string parameters for files, - # paths, and other file-system entities must be in canonical - # UTF-8. In a canonical UTF-8 Unicode string, all decomposable - # characters are decomposed ..." - # but this is not true: You can pass non-decomposed UTF-8 strings - # to file system functions, and it is the OS which will convert - # them to decomposed UTF-8 before accessing the file system. - # - The Apple Terminal application displays UTF-8 by default. - # - However, other applications are free to use different encodings: - # - xterm uses ISO-8859-1 by default. - # - TextEdit uses MacRoman by default. - # We prefer UTF-8 over decomposed UTF-8-MAC because one should - # minimize the use of decomposed Unicode. Unfortunately, through the - # Darwin file system, decomposed UTF-8 strings are leaked into user - # space nevertheless. - echo "* UTF-8" - ;; - beos*) - # BeOS has a single locale, and it has UTF-8 encoding. - echo "* UTF-8" - ;; - msdosdjgpp*) - # DJGPP 2.03 doesn't have nl_langinfo(CODESET); therefore - # localcharset.c falls back to using the full locale name - # from the environment variables. - echo "#" - echo "# The encodings given here may not all be correct." - echo "# If you find that the encoding given for your language and" - echo "# country is not the one your DOS machine actually uses, just" - echo "# correct it in this file, and send a mail to" - echo "# Juan Manuel Guerrero " - echo "# and Bruno Haible ." - echo "#" - echo "C ASCII" - # ISO-8859-1 languages - echo "ca CP850" - echo "ca_ES CP850" - echo "da CP865" # not CP850 ?? - echo "da_DK CP865" # not CP850 ?? - echo "de CP850" - echo "de_AT CP850" - echo "de_CH CP850" - echo "de_DE CP850" - echo "en CP850" - echo "en_AU CP850" # not CP437 ?? - echo "en_CA CP850" - echo "en_GB CP850" - echo "en_NZ CP437" - echo "en_US CP437" - echo "en_ZA CP850" # not CP437 ?? - echo "es CP850" - echo "es_AR CP850" - echo "es_BO CP850" - echo "es_CL CP850" - echo "es_CO CP850" - echo "es_CR CP850" - echo "es_CU CP850" - echo "es_DO CP850" - echo "es_EC CP850" - echo "es_ES CP850" - echo "es_GT CP850" - echo "es_HN CP850" - echo "es_MX CP850" - echo "es_NI CP850" - echo "es_PA CP850" - echo "es_PY CP850" - echo "es_PE CP850" - echo "es_SV CP850" - echo "es_UY CP850" - echo "es_VE CP850" - echo "et CP850" - echo "et_EE CP850" - echo "eu CP850" - echo "eu_ES CP850" - echo "fi CP850" - echo "fi_FI CP850" - echo "fr CP850" - echo "fr_BE CP850" - echo "fr_CA CP850" - echo "fr_CH CP850" - echo "fr_FR CP850" - echo "ga CP850" - echo "ga_IE CP850" - echo "gd CP850" - echo "gd_GB CP850" - echo "gl CP850" - echo "gl_ES CP850" - echo "id CP850" # not CP437 ?? - echo "id_ID CP850" # not CP437 ?? - echo "is CP861" # not CP850 ?? - echo "is_IS CP861" # not CP850 ?? - echo "it CP850" - echo "it_CH CP850" - echo "it_IT CP850" - echo "lt CP775" - echo "lt_LT CP775" - echo "lv CP775" - echo "lv_LV CP775" - echo "nb CP865" # not CP850 ?? - echo "nb_NO CP865" # not CP850 ?? - echo "nl CP850" - echo "nl_BE CP850" - echo "nl_NL CP850" - echo "nn CP865" # not CP850 ?? - echo "nn_NO CP865" # not CP850 ?? - echo "no CP865" # not CP850 ?? - echo "no_NO CP865" # not CP850 ?? - echo "pt CP850" - echo "pt_BR CP850" - echo "pt_PT CP850" - echo "sv CP850" - echo "sv_SE CP850" - # ISO-8859-2 languages - echo "cs CP852" - echo "cs_CZ CP852" - echo "hr CP852" - echo "hr_HR CP852" - echo "hu CP852" - echo "hu_HU CP852" - echo "pl CP852" - echo "pl_PL CP852" - echo "ro CP852" - echo "ro_RO CP852" - echo "sk CP852" - echo "sk_SK CP852" - echo "sl CP852" - echo "sl_SI CP852" - echo "sq CP852" - echo "sq_AL CP852" - echo "sr CP852" # CP852 or CP866 or CP855 ?? - echo "sr_CS CP852" # CP852 or CP866 or CP855 ?? - echo "sr_YU CP852" # CP852 or CP866 or CP855 ?? - # ISO-8859-3 languages - echo "mt CP850" - echo "mt_MT CP850" - # ISO-8859-5 languages - echo "be CP866" - echo "be_BE CP866" - echo "bg CP866" # not CP855 ?? - echo "bg_BG CP866" # not CP855 ?? - echo "mk CP866" # not CP855 ?? - echo "mk_MK CP866" # not CP855 ?? - echo "ru CP866" - echo "ru_RU CP866" - echo "uk CP1125" - echo "uk_UA CP1125" - # ISO-8859-6 languages - echo "ar CP864" - echo "ar_AE CP864" - echo "ar_DZ CP864" - echo "ar_EG CP864" - echo "ar_IQ CP864" - echo "ar_IR CP864" - echo "ar_JO CP864" - echo "ar_KW CP864" - echo "ar_MA CP864" - echo "ar_OM CP864" - echo "ar_QA CP864" - echo "ar_SA CP864" - echo "ar_SY CP864" - # ISO-8859-7 languages - echo "el CP869" - echo "el_GR CP869" - # ISO-8859-8 languages - echo "he CP862" - echo "he_IL CP862" - # ISO-8859-9 languages - echo "tr CP857" - echo "tr_TR CP857" - # Japanese - echo "ja CP932" - echo "ja_JP CP932" - # Chinese - echo "zh_CN GBK" - echo "zh_TW CP950" # not CP938 ?? - # Korean - echo "kr CP949" # not CP934 ?? - echo "kr_KR CP949" # not CP934 ?? - # Thai - echo "th CP874" - echo "th_TH CP874" - # Other - echo "eo CP850" - echo "eo_EO CP850" - ;; -esac diff --git a/intl/dcgettext.c b/intl/dcgettext.c deleted file mode 100644 index c2a63f08eb..0000000000 --- a/intl/dcgettext.c +++ /dev/null @@ -1,56 +0,0 @@ -/* Implementation of the dcgettext(3) function. - Copyright (C) 1995-1999, 2000-2003 Free Software Foundation, Inc. - - This program is free software; you can redistribute it and/or modify it - under the terms of the GNU Library General Public License as published - by the Free Software Foundation; either version 2, or (at your option) - any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Library General Public License for more details. - - You should have received a copy of the GNU Library General Public - License along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, - USA. */ - -#ifdef HAVE_CONFIG_H -# include -#endif - -#include "gettextP.h" -#ifdef _LIBC -# include -#else -# include "libgnuintl.h" -#endif - -/* @@ end of prolog @@ */ - -/* Names for the libintl functions are a problem. They must not clash - with existing names and they should follow ANSI C. But this source - code is also used in GNU C Library where the names have a __ - prefix. So we have to make a difference here. */ -#ifdef _LIBC -# define DCGETTEXT __dcgettext -# define DCIGETTEXT __dcigettext -#else -# define DCGETTEXT libintl_dcgettext -# define DCIGETTEXT libintl_dcigettext -#endif - -/* Look up MSGID in the DOMAINNAME message catalog for the current CATEGORY - locale. */ -char * -DCGETTEXT (const char *domainname, const char *msgid, int category) -{ - return DCIGETTEXT (domainname, msgid, NULL, 0, 0, category); -} - -#ifdef _LIBC -/* Alias for function name in GNU C Library. */ -INTDEF(__dcgettext) -weak_alias (__dcgettext, dcgettext); -#endif diff --git a/intl/dcigettext.c b/intl/dcigettext.c deleted file mode 100644 index 583976821b..0000000000 --- a/intl/dcigettext.c +++ /dev/null @@ -1,1654 +0,0 @@ -/* Implementation of the internal dcigettext function. - Copyright (C) 1995-1999, 2000-2006 Free Software Foundation, Inc. - - This program is free software; you can redistribute it and/or modify it - under the terms of the GNU Library General Public License as published - by the Free Software Foundation; either version 2, or (at your option) - any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Library General Public License for more details. - - You should have received a copy of the GNU Library General Public - License along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, - USA. */ - -/* Tell glibc's to provide a prototype for mempcpy(). - This must come before because may include - , and once has been included, it's too late. */ -#ifndef _GNU_SOURCE -# define _GNU_SOURCE 1 -#endif - -#ifdef HAVE_CONFIG_H -# include -#endif - -/* NL_LOCALE_NAME does not work in glibc-2.4. Ignore it. */ -#undef HAVE_NL_LOCALE_NAME - -#include - -#ifdef __GNUC__ -# define alloca __builtin_alloca -# define HAVE_ALLOCA 1 -#else -# ifdef _MSC_VER -# include -# define alloca _alloca -# else -# if defined HAVE_ALLOCA_H || defined _LIBC -# include -# else -# ifdef _AIX - #pragma alloca -# else -# ifndef alloca -char *alloca (); -# endif -# endif -# endif -# endif -#endif - -#include -#ifndef errno -extern int errno; -#endif -#ifndef __set_errno -# define __set_errno(val) errno = (val) -#endif - -#include -#include -#include - -#if defined HAVE_UNISTD_H || defined _LIBC -# include -#endif - -#include - -#ifdef _LIBC - /* Guess whether integer division by zero raises signal SIGFPE. - Set to 1 only if you know for sure. In case of doubt, set to 0. */ -# if defined __alpha__ || defined __arm__ || defined __i386__ \ - || defined __m68k__ || defined __s390__ -# define INTDIV0_RAISES_SIGFPE 1 -# else -# define INTDIV0_RAISES_SIGFPE 0 -# endif -#endif -#if !INTDIV0_RAISES_SIGFPE -# include -#endif - -#if defined HAVE_SYS_PARAM_H || defined _LIBC -# include -#endif - -#if !defined _LIBC && HAVE_NL_LOCALE_NAME -# include -#endif - -#include "gettextP.h" -#include "plural-exp.h" -#ifdef _LIBC -# include -#else -# ifdef IN_LIBGLOCALE -# include -# endif -# include "libgnuintl.h" -#endif -#include "hash-string.h" - -/* Handle multi-threaded applications. */ -#ifdef _LIBC -# include -# define gl_rwlock_define_initialized __libc_rwlock_define_initialized -# define gl_rwlock_rdlock __libc_rwlock_rdlock -# define gl_rwlock_wrlock __libc_rwlock_wrlock -# define gl_rwlock_unlock __libc_rwlock_unlock -#else -# include "lock.h" -#endif - -/* Alignment of types. */ -#if defined __GNUC__ && __GNUC__ >= 2 -# define alignof(TYPE) __alignof__ (TYPE) -#else -# define alignof(TYPE) \ - ((int) &((struct { char dummy1; TYPE dummy2; } *) 0)->dummy2) -#endif - -/* The internal variables in the standalone libintl.a must have different - names than the internal variables in GNU libc, otherwise programs - using libintl.a cannot be linked statically. */ -#if !defined _LIBC -# define _nl_default_default_domain libintl_nl_default_default_domain -# define _nl_current_default_domain libintl_nl_current_default_domain -# define _nl_default_dirname libintl_nl_default_dirname -# define _nl_domain_bindings libintl_nl_domain_bindings -#endif - -/* Some compilers, like SunOS4 cc, don't have offsetof in . */ -#ifndef offsetof -# define offsetof(type,ident) ((size_t)&(((type*)0)->ident)) -#endif - -/* @@ end of prolog @@ */ - -#ifdef _LIBC -/* Rename the non ANSI C functions. This is required by the standard - because some ANSI C functions will require linking with this object - file and the name space must not be polluted. */ -# define getcwd __getcwd -# ifndef stpcpy -# define stpcpy __stpcpy -# endif -# define tfind __tfind -#else -# if !defined HAVE_GETCWD -char *getwd (); -# define getcwd(buf, max) getwd (buf) -# else -# if VMS -# define getcwd(buf, max) (getcwd) (buf, max, 0) -# else -char *getcwd (); -# endif -# endif -# ifndef HAVE_STPCPY -static char *stpcpy (char *dest, const char *src); -# endif -# ifndef HAVE_MEMPCPY -static void *mempcpy (void *dest, const void *src, size_t n); -# endif -#endif - -/* Amount to increase buffer size by in each try. */ -#define PATH_INCR 32 - -/* The following is from pathmax.h. */ -/* Non-POSIX BSD systems might have gcc's limits.h, which doesn't define - PATH_MAX but might cause redefinition warnings when sys/param.h is - later included (as on MORE/BSD 4.3). */ -#if defined _POSIX_VERSION || (defined HAVE_LIMITS_H && !defined __GNUC__) -# include -#endif - -#ifndef _POSIX_PATH_MAX -# define _POSIX_PATH_MAX 255 -#endif - -#if !defined PATH_MAX && defined _PC_PATH_MAX -# define PATH_MAX (pathconf ("/", _PC_PATH_MAX) < 1 ? 1024 : pathconf ("/", _PC_PATH_MAX)) -#endif - -/* Don't include sys/param.h if it already has been. */ -#if defined HAVE_SYS_PARAM_H && !defined PATH_MAX && !defined MAXPATHLEN -# include -#endif - -#if !defined PATH_MAX && defined MAXPATHLEN -# define PATH_MAX MAXPATHLEN -#endif - -#ifndef PATH_MAX -# define PATH_MAX _POSIX_PATH_MAX -#endif - -/* Pathname support. - ISSLASH(C) tests whether C is a directory separator character. - IS_ABSOLUTE_PATH(P) tests whether P is an absolute path. If it is not, - it may be concatenated to a directory pathname. - IS_PATH_WITH_DIR(P) tests whether P contains a directory specification. - */ -#if defined _WIN32 || defined __WIN32__ || defined __CYGWIN__ || defined __EMX__ || defined __DJGPP__ - /* Win32, Cygwin, OS/2, DOS */ -# define ISSLASH(C) ((C) == '/' || (C) == '\\') -# define HAS_DEVICE(P) \ - ((((P)[0] >= 'A' && (P)[0] <= 'Z') || ((P)[0] >= 'a' && (P)[0] <= 'z')) \ - && (P)[1] == ':') -# define IS_ABSOLUTE_PATH(P) (ISSLASH ((P)[0]) || HAS_DEVICE (P)) -# define IS_PATH_WITH_DIR(P) \ - (strchr (P, '/') != NULL || strchr (P, '\\') != NULL || HAS_DEVICE (P)) -#else - /* Unix */ -# define ISSLASH(C) ((C) == '/') -# define IS_ABSOLUTE_PATH(P) ISSLASH ((P)[0]) -# define IS_PATH_WITH_DIR(P) (strchr (P, '/') != NULL) -#endif - -/* Whether to support different locales in different threads. */ -#if defined _LIBC || HAVE_NL_LOCALE_NAME || (HAVE_STRUCT___LOCALE_STRUCT___NAMES && defined USE_IN_GETTEXT_TESTS) || defined IN_LIBGLOCALE -# define HAVE_PER_THREAD_LOCALE -#endif - -/* This is the type used for the search tree where known translations - are stored. */ -struct known_translation_t -{ - /* Domain in which to search. */ - const char *domainname; - - /* The category. */ - int category; - -#ifdef HAVE_PER_THREAD_LOCALE - /* Name of the relevant locale category, or "" for the global locale. */ - const char *localename; -#endif - -#ifdef IN_LIBGLOCALE - /* The character encoding. */ - const char *encoding; -#endif - - /* State of the catalog counter at the point the string was found. */ - int counter; - - /* Catalog where the string was found. */ - struct loaded_l10nfile *domain; - - /* And finally the translation. */ - const char *translation; - size_t translation_length; - - /* Pointer to the string in question. */ - char msgid[ZERO]; -}; - -/* Root of the search tree with known translations. We can use this - only if the system provides the `tsearch' function family. */ -#if defined HAVE_TSEARCH || defined _LIBC -# include - -gl_rwlock_define_initialized (static, tree_lock) - -static void *root; - -# ifdef _LIBC -# define tsearch __tsearch -# endif - -/* Function to compare two entries in the table of known translations. */ -static int -transcmp (const void *p1, const void *p2) -{ - const struct known_translation_t *s1; - const struct known_translation_t *s2; - int result; - - s1 = (const struct known_translation_t *) p1; - s2 = (const struct known_translation_t *) p2; - - result = strcmp (s1->msgid, s2->msgid); - if (result == 0) - { - result = strcmp (s1->domainname, s2->domainname); - if (result == 0) - { -#ifdef HAVE_PER_THREAD_LOCALE - result = strcmp (s1->localename, s2->localename); - if (result == 0) -#endif - { -#ifdef IN_LIBGLOCALE - result = strcmp (s1->encoding, s2->encoding); - if (result == 0) -#endif - /* We compare the category last (though this is the cheapest - operation) since it is hopefully always the same (namely - LC_MESSAGES). */ - result = s1->category - s2->category; - } - } - } - - return result; -} -#endif - -/* Name of the default domain used for gettext(3) prior any call to - textdomain(3). The default value for this is "messages". */ -const char _nl_default_default_domain[] attribute_hidden = "messages"; - -#ifndef IN_LIBGLOCALE -/* Value used as the default domain for gettext(3). */ -const char *_nl_current_default_domain attribute_hidden - = _nl_default_default_domain; -#endif - -/* Contains the default location of the message catalogs. */ -#if defined __EMX__ -extern const char _nl_default_dirname[]; -#else -# ifdef _LIBC -extern const char _nl_default_dirname[]; -libc_hidden_proto (_nl_default_dirname) -# endif -const char _nl_default_dirname[] = LOCALEDIR; -# ifdef _LIBC -libc_hidden_data_def (_nl_default_dirname) -# endif -#endif - -#ifndef IN_LIBGLOCALE -/* List with bindings of specific domains created by bindtextdomain() - calls. */ -struct binding *_nl_domain_bindings; -#endif - -/* Prototypes for local functions. */ -static char *plural_lookup (struct loaded_l10nfile *domain, - unsigned long int n, - const char *translation, size_t translation_len) - internal_function; - -#ifdef IN_LIBGLOCALE -static const char *guess_category_value (int category, - const char *categoryname, - const char *localename) - internal_function; -#else -static const char *guess_category_value (int category, - const char *categoryname) - internal_function; -#endif - -#ifdef _LIBC -# include "../locale/localeinfo.h" -# define category_to_name(category) \ - _nl_category_names.str + _nl_category_name_idxs[category] -#else -static const char *category_to_name (int category) internal_function; -#endif -#if (defined _LIBC || HAVE_ICONV) && !defined IN_LIBGLOCALE -static const char *get_output_charset (struct binding *domainbinding) - internal_function; -#endif - - -/* For those loosing systems which don't have `alloca' we have to add - some additional code emulating it. */ -#ifdef HAVE_ALLOCA -/* Nothing has to be done. */ -# define freea(p) /* nothing */ -# define ADD_BLOCK(list, address) /* nothing */ -# define FREE_BLOCKS(list) /* nothing */ -#else -struct block_list -{ - void *address; - struct block_list *next; -}; -# define ADD_BLOCK(list, addr) \ - do { \ - struct block_list *newp = (struct block_list *) malloc (sizeof (*newp)); \ - /* If we cannot get a free block we cannot add the new element to \ - the list. */ \ - if (newp != NULL) { \ - newp->address = (addr); \ - newp->next = (list); \ - (list) = newp; \ - } \ - } while (0) -# define FREE_BLOCKS(list) \ - do { \ - while (list != NULL) { \ - struct block_list *old = list; \ - list = list->next; \ - free (old->address); \ - free (old); \ - } \ - } while (0) -# undef alloca -# define alloca(size) (malloc (size)) -# define freea(p) free (p) -#endif /* have alloca */ - - -#ifdef _LIBC -/* List of blocks allocated for translations. */ -typedef struct transmem_list -{ - struct transmem_list *next; - char data[ZERO]; -} transmem_block_t; -static struct transmem_list *transmem_list; -#else -typedef unsigned char transmem_block_t; -#endif - - -/* Names for the libintl functions are a problem. They must not clash - with existing names and they should follow ANSI C. But this source - code is also used in GNU C Library where the names have a __ - prefix. So we have to make a difference here. */ -#ifdef _LIBC -# define DCIGETTEXT __dcigettext -#else -# define DCIGETTEXT libintl_dcigettext -#endif - -/* Lock variable to protect the global data in the gettext implementation. */ -gl_rwlock_define_initialized (, _nl_state_lock attribute_hidden) - -/* Checking whether the binaries runs SUID must be done and glibc provides - easier methods therefore we make a difference here. */ -#ifdef _LIBC -# define ENABLE_SECURE __libc_enable_secure -# define DETERMINE_SECURE -#else -# ifndef HAVE_GETUID -# define getuid() 0 -# endif -# ifndef HAVE_GETGID -# define getgid() 0 -# endif -# ifndef HAVE_GETEUID -# define geteuid() getuid() -# endif -# ifndef HAVE_GETEGID -# define getegid() getgid() -# endif -static int enable_secure; -# define ENABLE_SECURE (enable_secure == 1) -# define DETERMINE_SECURE \ - if (enable_secure == 0) \ - { \ - if (getuid () != geteuid () || getgid () != getegid ()) \ - enable_secure = 1; \ - else \ - enable_secure = -1; \ - } -#endif - -/* Get the function to evaluate the plural expression. */ -#include "eval-plural.h" - -/* Look up MSGID in the DOMAINNAME message catalog for the current - CATEGORY locale and, if PLURAL is nonzero, search over string - depending on the plural form determined by N. */ -#ifdef IN_LIBGLOCALE -char * -gl_dcigettext (const char *domainname, - const char *msgid1, const char *msgid2, - int plural, unsigned long int n, - int category, - const char *localename, const char *encoding) -#else -char * -DCIGETTEXT (const char *domainname, const char *msgid1, const char *msgid2, - int plural, unsigned long int n, int category) -#endif -{ -#ifndef HAVE_ALLOCA - struct block_list *block_list = NULL; -#endif - struct loaded_l10nfile *domain; - struct binding *binding; - const char *categoryname; - const char *categoryvalue; - const char *dirname; - char *xdomainname; - char *single_locale; - char *retval; - size_t retlen; - int saved_errno; -#if defined HAVE_TSEARCH || defined _LIBC - struct known_translation_t *search; - struct known_translation_t **foundp = NULL; - size_t msgid_len; -# if defined HAVE_PER_THREAD_LOCALE && !defined IN_LIBGLOCALE - const char *localename; -# endif -#endif - size_t domainname_len; - - /* If no real MSGID is given return NULL. */ - if (msgid1 == NULL) - return NULL; - -#ifdef _LIBC - if (category < 0 || category >= __LC_LAST || category == LC_ALL) - /* Bogus. */ - return (plural == 0 - ? (char *) msgid1 - /* Use the Germanic plural rule. */ - : n == 1 ? (char *) msgid1 : (char *) msgid2); -#endif - - gl_rwlock_rdlock (_nl_state_lock); - - /* If DOMAINNAME is NULL, we are interested in the default domain. If - CATEGORY is not LC_MESSAGES this might not make much sense but the - definition left this undefined. */ - if (domainname == NULL) - domainname = _nl_current_default_domain; - - /* OS/2 specific: backward compatibility with older libintl versions */ -#ifdef LC_MESSAGES_COMPAT - if (category == LC_MESSAGES_COMPAT) - category = LC_MESSAGES; -#endif - -#if defined HAVE_TSEARCH || defined _LIBC - msgid_len = strlen (msgid1) + 1; - - /* Try to find the translation among those which we found at - some time. */ - search = (struct known_translation_t *) - alloca (offsetof (struct known_translation_t, msgid) + msgid_len); - memcpy (search->msgid, msgid1, msgid_len); - search->domainname = domainname; - search->category = category; -# ifdef HAVE_PER_THREAD_LOCALE -# ifndef IN_LIBGLOCALE -# ifdef _LIBC - localename = __current_locale_name (category); -# else -# if HAVE_NL_LOCALE_NAME - /* NL_LOCALE_NAME is public glibc API introduced in glibc-2.4. */ - localename = nl_langinfo (NL_LOCALE_NAME (category)); -# else -# if HAVE_STRUCT___LOCALE_STRUCT___NAMES && defined USE_IN_GETTEXT_TESTS - /* The __names field is not public glibc API and must therefore not be used - in code that is installed in public locations. */ - { - locale_t thread_locale = uselocale (NULL); - if (thread_locale != LC_GLOBAL_LOCALE) - localename = thread_locale->__names[category]; - else - localename = ""; - } -# endif -# endif -# endif -# endif - search->localename = localename; -# ifdef IN_LIBGLOCALE - search->encoding = encoding; -# endif -# endif - - /* Since tfind/tsearch manage a balanced tree, concurrent tfind and - tsearch calls can be fatal. */ - gl_rwlock_rdlock (tree_lock); - - foundp = (struct known_translation_t **) tfind (search, &root, transcmp); - - gl_rwlock_unlock (tree_lock); - - freea (search); - if (foundp != NULL && (*foundp)->counter == _nl_msg_cat_cntr) - { - /* Now deal with plural. */ - if (plural) - retval = plural_lookup ((*foundp)->domain, n, (*foundp)->translation, - (*foundp)->translation_length); - else - retval = (char *) (*foundp)->translation; - - gl_rwlock_unlock (_nl_state_lock); - return retval; - } -#endif - - /* Preserve the `errno' value. */ - saved_errno = errno; - - /* See whether this is a SUID binary or not. */ - DETERMINE_SECURE; - - /* First find matching binding. */ -#ifdef IN_LIBGLOCALE - /* We can use a trivial binding, since _nl_find_msg will ignore it anyway, - and _nl_load_domain and _nl_find_domain just pass it through. */ - binding = NULL; - dirname = bindtextdomain (domainname, NULL); -#else - for (binding = _nl_domain_bindings; binding != NULL; binding = binding->next) - { - int compare = strcmp (domainname, binding->domainname); - if (compare == 0) - /* We found it! */ - break; - if (compare < 0) - { - /* It is not in the list. */ - binding = NULL; - break; - } - } - - if (binding == NULL) - dirname = _nl_default_dirname; - else - { - dirname = binding->dirname; -#endif - if (!IS_ABSOLUTE_PATH (dirname)) - { - /* We have a relative path. Make it absolute now. */ - size_t dirname_len = strlen (dirname) + 1; - size_t path_max; - char *resolved_dirname; - char *ret; - - path_max = (unsigned int) PATH_MAX; - path_max += 2; /* The getcwd docs say to do this. */ - - for (;;) - { - resolved_dirname = (char *) alloca (path_max + dirname_len); - ADD_BLOCK (block_list, tmp_dirname); - - __set_errno (0); - ret = getcwd (resolved_dirname, path_max); - if (ret != NULL || errno != ERANGE) - break; - - path_max += path_max / 2; - path_max += PATH_INCR; - } - - if (ret == NULL) - /* We cannot get the current working directory. Don't signal an - error but simply return the default string. */ - goto return_untranslated; - - stpcpy (stpcpy (strchr (resolved_dirname, '\0'), "/"), dirname); - dirname = resolved_dirname; - } -#ifndef IN_LIBGLOCALE - } -#endif - - /* Now determine the symbolic name of CATEGORY and its value. */ - categoryname = category_to_name (category); -#ifdef IN_LIBGLOCALE - categoryvalue = guess_category_value (category, categoryname, localename); -#else - categoryvalue = guess_category_value (category, categoryname); -#endif - - domainname_len = strlen (domainname); - xdomainname = (char *) alloca (strlen (categoryname) - + domainname_len + 5); - ADD_BLOCK (block_list, xdomainname); - - stpcpy (mempcpy (stpcpy (stpcpy (xdomainname, categoryname), "/"), - domainname, domainname_len), - ".mo"); - - /* Creating working area. */ - single_locale = (char *) alloca (strlen (categoryvalue) + 1); - ADD_BLOCK (block_list, single_locale); - - - /* Search for the given string. This is a loop because we perhaps - got an ordered list of languages to consider for the translation. */ - while (1) - { - /* Make CATEGORYVALUE point to the next element of the list. */ - while (categoryvalue[0] != '\0' && categoryvalue[0] == ':') - ++categoryvalue; - if (categoryvalue[0] == '\0') - { - /* The whole contents of CATEGORYVALUE has been searched but - no valid entry has been found. We solve this situation - by implicitly appending a "C" entry, i.e. no translation - will take place. */ - single_locale[0] = 'C'; - single_locale[1] = '\0'; - } - else - { - char *cp = single_locale; - while (categoryvalue[0] != '\0' && categoryvalue[0] != ':') - *cp++ = *categoryvalue++; - *cp = '\0'; - - /* When this is a SUID binary we must not allow accessing files - outside the dedicated directories. */ - if (ENABLE_SECURE && IS_PATH_WITH_DIR (single_locale)) - /* Ingore this entry. */ - continue; - } - - /* If the current locale value is C (or POSIX) we don't load a - domain. Return the MSGID. */ - if (strcmp (single_locale, "C") == 0 - || strcmp (single_locale, "POSIX") == 0) - break; - - /* Find structure describing the message catalog matching the - DOMAINNAME and CATEGORY. */ - domain = _nl_find_domain (dirname, single_locale, xdomainname, binding); - - if (domain != NULL) - { -#if defined IN_LIBGLOCALE - retval = _nl_find_msg (domain, binding, encoding, msgid1, &retlen); -#else - retval = _nl_find_msg (domain, binding, msgid1, 1, &retlen); -#endif - - if (retval == NULL) - { - int cnt; - - for (cnt = 0; domain->successor[cnt] != NULL; ++cnt) - { -#if defined IN_LIBGLOCALE - retval = _nl_find_msg (domain->successor[cnt], binding, - encoding, msgid1, &retlen); -#else - retval = _nl_find_msg (domain->successor[cnt], binding, - msgid1, 1, &retlen); -#endif - - if (retval != NULL) - { - domain = domain->successor[cnt]; - break; - } - } - } - - /* Returning -1 means that some resource problem exists - (likely memory) and that the strings could not be - converted. Return the original strings. */ - if (__builtin_expect (retval == (char *) -1, 0)) - break; - - if (retval != NULL) - { - /* Found the translation of MSGID1 in domain DOMAIN: - starting at RETVAL, RETLEN bytes. */ - FREE_BLOCKS (block_list); -#if defined HAVE_TSEARCH || defined _LIBC - if (foundp == NULL) - { - /* Create a new entry and add it to the search tree. */ - size_t size; - struct known_translation_t *newp; - - size = offsetof (struct known_translation_t, msgid) - + msgid_len + domainname_len + 1; -# ifdef HAVE_PER_THREAD_LOCALE - size += strlen (localename) + 1; -# endif - newp = (struct known_translation_t *) malloc (size); - if (newp != NULL) - { - char *new_domainname; -# ifdef HAVE_PER_THREAD_LOCALE - char *new_localename; -# endif - - new_domainname = mempcpy (newp->msgid, msgid1, msgid_len); - memcpy (new_domainname, domainname, domainname_len + 1); -# ifdef HAVE_PER_THREAD_LOCALE - new_localename = new_domainname + domainname_len + 1; - strcpy (new_localename, localename); -# endif - newp->domainname = new_domainname; - newp->category = category; -# ifdef HAVE_PER_THREAD_LOCALE - newp->localename = new_localename; -# endif -# ifdef IN_LIBGLOCALE - newp->encoding = encoding; -# endif - newp->counter = _nl_msg_cat_cntr; - newp->domain = domain; - newp->translation = retval; - newp->translation_length = retlen; - - gl_rwlock_wrlock (tree_lock); - - /* Insert the entry in the search tree. */ - foundp = (struct known_translation_t **) - tsearch (newp, &root, transcmp); - - gl_rwlock_unlock (tree_lock); - - if (foundp == NULL - || __builtin_expect (*foundp != newp, 0)) - /* The insert failed. */ - free (newp); - } - } - else - { - /* We can update the existing entry. */ - (*foundp)->counter = _nl_msg_cat_cntr; - (*foundp)->domain = domain; - (*foundp)->translation = retval; - (*foundp)->translation_length = retlen; - } -#endif - __set_errno (saved_errno); - - /* Now deal with plural. */ - if (plural) - retval = plural_lookup (domain, n, retval, retlen); - - gl_rwlock_unlock (_nl_state_lock); - return retval; - } - } - } - - return_untranslated: - /* Return the untranslated MSGID. */ - FREE_BLOCKS (block_list); - gl_rwlock_unlock (_nl_state_lock); -#ifndef _LIBC - if (!ENABLE_SECURE) - { - extern void _nl_log_untranslated (const char *logfilename, - const char *domainname, - const char *msgid1, const char *msgid2, - int plural); - const char *logfilename = getenv ("GETTEXT_LOG_UNTRANSLATED"); - - if (logfilename != NULL && logfilename[0] != '\0') - _nl_log_untranslated (logfilename, domainname, msgid1, msgid2, plural); - } -#endif - __set_errno (saved_errno); - return (plural == 0 - ? (char *) msgid1 - /* Use the Germanic plural rule. */ - : n == 1 ? (char *) msgid1 : (char *) msgid2); -} - - -/* Look up the translation of msgid within DOMAIN_FILE and DOMAINBINDING. - Return it if found. Return NULL if not found or in case of a conversion - failure (problem in the particular message catalog). Return (char *) -1 - in case of a memory allocation failure during conversion (only if - ENCODING != NULL resp. CONVERT == true). */ -char * -internal_function -#ifdef IN_LIBGLOCALE -_nl_find_msg (struct loaded_l10nfile *domain_file, - struct binding *domainbinding, const char *encoding, - const char *msgid, - size_t *lengthp) -#else -_nl_find_msg (struct loaded_l10nfile *domain_file, - struct binding *domainbinding, - const char *msgid, int convert, - size_t *lengthp) -#endif -{ - struct loaded_domain *domain; - nls_uint32 nstrings; - size_t act; - char *result; - size_t resultlen; - - if (domain_file->decided <= 0) - _nl_load_domain (domain_file, domainbinding); - - if (domain_file->data == NULL) - return NULL; - - domain = (struct loaded_domain *) domain_file->data; - - nstrings = domain->nstrings; - - /* Locate the MSGID and its translation. */ - if (domain->hash_tab != NULL) - { - /* Use the hashing table. */ - nls_uint32 len = strlen (msgid); - nls_uint32 hash_val = __hash_string (msgid); - nls_uint32 idx = hash_val % domain->hash_size; - nls_uint32 incr = 1 + (hash_val % (domain->hash_size - 2)); - - while (1) - { - nls_uint32 nstr = - W (domain->must_swap_hash_tab, domain->hash_tab[idx]); - - if (nstr == 0) - /* Hash table entry is empty. */ - return NULL; - - nstr--; - - /* Compare msgid with the original string at index nstr. - We compare the lengths with >=, not ==, because plural entries - are represented by strings with an embedded NUL. */ - if (nstr < nstrings - ? W (domain->must_swap, domain->orig_tab[nstr].length) >= len - && (strcmp (msgid, - domain->data + W (domain->must_swap, - domain->orig_tab[nstr].offset)) - == 0) - : domain->orig_sysdep_tab[nstr - nstrings].length > len - && (strcmp (msgid, - domain->orig_sysdep_tab[nstr - nstrings].pointer) - == 0)) - { - act = nstr; - goto found; - } - - if (idx >= domain->hash_size - incr) - idx -= domain->hash_size - incr; - else - idx += incr; - } - /* NOTREACHED */ - } - else - { - /* Try the default method: binary search in the sorted array of - messages. */ - size_t top, bottom; - - bottom = 0; - top = nstrings; - while (bottom < top) - { - int cmp_val; - - act = (bottom + top) / 2; - cmp_val = strcmp (msgid, (domain->data - + W (domain->must_swap, - domain->orig_tab[act].offset))); - if (cmp_val < 0) - top = act; - else if (cmp_val > 0) - bottom = act + 1; - else - goto found; - } - /* No translation was found. */ - return NULL; - } - - found: - /* The translation was found at index ACT. If we have to convert the - string to use a different character set, this is the time. */ - if (act < nstrings) - { - result = (char *) - (domain->data + W (domain->must_swap, domain->trans_tab[act].offset)); - resultlen = W (domain->must_swap, domain->trans_tab[act].length) + 1; - } - else - { - result = (char *) domain->trans_sysdep_tab[act - nstrings].pointer; - resultlen = domain->trans_sysdep_tab[act - nstrings].length; - } - -#if defined _LIBC || HAVE_ICONV -# ifdef IN_LIBGLOCALE - if (encoding != NULL) -# else - if (convert) -# endif - { - /* We are supposed to do a conversion. */ -# ifndef IN_LIBGLOCALE - const char *encoding = get_output_charset (domainbinding); -# endif - - /* Search whether a table with converted translations for this - encoding has already been allocated. */ - size_t nconversions = domain->nconversions; - struct converted_domain *convd = NULL; - size_t i; - - for (i = nconversions; i > 0; ) - { - i--; - if (strcmp (domain->conversions[i].encoding, encoding) == 0) - { - convd = &domain->conversions[i]; - break; - } - } - - if (convd == NULL) - { - /* Allocate a table for the converted translations for this - encoding. */ - struct converted_domain *new_conversions = - (struct converted_domain *) - (domain->conversions != NULL - ? realloc (domain->conversions, - (nconversions + 1) * sizeof (struct converted_domain)) - : malloc ((nconversions + 1) * sizeof (struct converted_domain))); - - if (__builtin_expect (new_conversions == NULL, 0)) - /* Nothing we can do, no more memory. We cannot use the - translation because it might be encoded incorrectly. */ - return (char *) -1; - - domain->conversions = new_conversions; - - /* Copy the 'encoding' string to permanent storage. */ - encoding = strdup (encoding); - if (__builtin_expect (encoding == NULL, 0)) - /* Nothing we can do, no more memory. We cannot use the - translation because it might be encoded incorrectly. */ - return (char *) -1; - - convd = &new_conversions[nconversions]; - convd->encoding = encoding; - - /* Find out about the character set the file is encoded with. - This can be found (in textual form) in the entry "". If this - entry does not exist or if this does not contain the 'charset=' - information, we will assume the charset matches the one the - current locale and we don't have to perform any conversion. */ -# ifdef _LIBC - convd->conv = (__gconv_t) -1; -# else -# if HAVE_ICONV - convd->conv = (iconv_t) -1; -# endif -# endif - { - char *nullentry; - size_t nullentrylen; - - /* Get the header entry. This is a recursion, but it doesn't - reallocate domain->conversions because we pass - encoding = NULL or convert = 0, respectively. */ - nullentry = -# ifdef IN_LIBGLOCALE - _nl_find_msg (domain_file, domainbinding, NULL, "", - &nullentrylen); -# else - _nl_find_msg (domain_file, domainbinding, "", 0, &nullentrylen); -# endif - - if (nullentry != NULL) - { - const char *charsetstr; - - charsetstr = strstr (nullentry, "charset="); - if (charsetstr != NULL) - { - size_t len; - char *charset; - const char *outcharset; - - charsetstr += strlen ("charset="); - len = strcspn (charsetstr, " \t\n"); - - charset = (char *) alloca (len + 1); -# if defined _LIBC || HAVE_MEMPCPY - *((char *) mempcpy (charset, charsetstr, len)) = '\0'; -# else - memcpy (charset, charsetstr, len); - charset[len] = '\0'; -# endif - - outcharset = encoding; - -# ifdef _LIBC - /* We always want to use transliteration. */ - outcharset = norm_add_slashes (outcharset, "TRANSLIT"); - charset = norm_add_slashes (charset, ""); - int r = __gconv_open (outcharset, charset, &convd->conv, - GCONV_AVOID_NOCONV); - if (__builtin_expect (r != __GCONV_OK, 0)) - { - /* If the output encoding is the same there is - nothing to do. Otherwise do not use the - translation at all. */ - if (__builtin_expect (r != __GCONV_NOCONV, 1)) - return NULL; - - convd->conv = (__gconv_t) -1; - } -# else -# if HAVE_ICONV - /* When using GNU libc >= 2.2 or GNU libiconv >= 1.5, - we want to use transliteration. */ -# if (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 2) || __GLIBC__ > 2 \ - || _LIBICONV_VERSION >= 0x0105 - if (strchr (outcharset, '/') == NULL) - { - char *tmp; - - len = strlen (outcharset); - tmp = (char *) alloca (len + 10 + 1); - memcpy (tmp, outcharset, len); - memcpy (tmp + len, "//TRANSLIT", 10 + 1); - outcharset = tmp; - - convd->conv = iconv_open (outcharset, charset); - - freea (outcharset); - } - else -# endif - convd->conv = iconv_open (outcharset, charset); -# endif -# endif - - freea (charset); - } - } - } - convd->conv_tab = NULL; - /* Here domain->conversions is still == new_conversions. */ - domain->nconversions++; - } - - if ( -# ifdef _LIBC - convd->conv != (__gconv_t) -1 -# else -# if HAVE_ICONV - convd->conv != (iconv_t) -1 -# endif -# endif - ) - { - /* We are supposed to do a conversion. First allocate an - appropriate table with the same structure as the table - of translations in the file, where we can put the pointers - to the converted strings in. - There is a slight complication with plural entries. They - are represented by consecutive NUL terminated strings. We - handle this case by converting RESULTLEN bytes, including - NULs. */ - - if (convd->conv_tab == NULL - && ((convd->conv_tab = - (char **) calloc (nstrings + domain->n_sysdep_strings, - sizeof (char *))) - == NULL)) - /* Mark that we didn't succeed allocating a table. */ - convd->conv_tab = (char **) -1; - - if (__builtin_expect (convd->conv_tab == (char **) -1, 0)) - /* Nothing we can do, no more memory. We cannot use the - translation because it might be encoded incorrectly. */ - return (char *) -1; - - if (convd->conv_tab[act] == NULL) - { - /* We haven't used this string so far, so it is not - translated yet. Do this now. */ - /* We use a bit more efficient memory handling. - We allocate always larger blocks which get used over - time. This is faster than many small allocations. */ - __libc_lock_define_initialized (static, lock) -# define INITIAL_BLOCK_SIZE 4080 - static unsigned char *freemem; - static size_t freemem_size; - - const unsigned char *inbuf; - unsigned char *outbuf; - int malloc_count; -# ifndef _LIBC - transmem_block_t *transmem_list = NULL; -# endif - - __libc_lock_lock (lock); - - inbuf = (const unsigned char *) result; - outbuf = freemem + sizeof (size_t); - - malloc_count = 0; - while (1) - { - transmem_block_t *newmem; -# ifdef _LIBC - size_t non_reversible; - int res; - - if (freemem_size < sizeof (size_t)) - goto resize_freemem; - - res = __gconv (convd->conv, - &inbuf, inbuf + resultlen, - &outbuf, - outbuf + freemem_size - sizeof (size_t), - &non_reversible); - - if (res == __GCONV_OK || res == __GCONV_EMPTY_INPUT) - break; - - if (res != __GCONV_FULL_OUTPUT) - { - /* We should not use the translation at all, it - is incorrectly encoded. */ - __libc_lock_unlock (lock); - return NULL; - } - - inbuf = (const unsigned char *) result; -# else -# if HAVE_ICONV - const char *inptr = (const char *) inbuf; - size_t inleft = resultlen; - char *outptr = (char *) outbuf; - size_t outleft; - - if (freemem_size < sizeof (size_t)) - goto resize_freemem; - - outleft = freemem_size - sizeof (size_t); - if (iconv (convd->conv, - (ICONV_CONST char **) &inptr, &inleft, - &outptr, &outleft) - != (size_t) (-1)) - { - outbuf = (unsigned char *) outptr; - break; - } - if (errno != E2BIG) - { - __libc_lock_unlock (lock); - return NULL; - } -# endif -# endif - - resize_freemem: - /* We must allocate a new buffer or resize the old one. */ - if (malloc_count > 0) - { - ++malloc_count; - freemem_size = malloc_count * INITIAL_BLOCK_SIZE; - newmem = (transmem_block_t *) realloc (transmem_list, - freemem_size); -# ifdef _LIBC - if (newmem != NULL) - transmem_list = transmem_list->next; - else - { - struct transmem_list *old = transmem_list; - - transmem_list = transmem_list->next; - free (old); - } -# endif - } - else - { - malloc_count = 1; - freemem_size = INITIAL_BLOCK_SIZE; - newmem = (transmem_block_t *) malloc (freemem_size); - } - if (__builtin_expect (newmem == NULL, 0)) - { - freemem = NULL; - freemem_size = 0; - __libc_lock_unlock (lock); - return (char *) -1; - } - -# ifdef _LIBC - /* Add the block to the list of blocks we have to free - at some point. */ - newmem->next = transmem_list; - transmem_list = newmem; - - freemem = (unsigned char *) newmem->data; - freemem_size -= offsetof (struct transmem_list, data); -# else - transmem_list = newmem; - freemem = newmem; -# endif - - outbuf = freemem + sizeof (size_t); - } - - /* We have now in our buffer a converted string. Put this - into the table of conversions. */ - *(size_t *) freemem = outbuf - freemem - sizeof (size_t); - convd->conv_tab[act] = (char *) freemem; - /* Shrink freemem, but keep it aligned. */ - freemem_size -= outbuf - freemem; - freemem = outbuf; - freemem += freemem_size & (alignof (size_t) - 1); - freemem_size = freemem_size & ~ (alignof (size_t) - 1); - - __libc_lock_unlock (lock); - } - - /* Now convd->conv_tab[act] contains the translation of all - the plural variants. */ - result = convd->conv_tab[act] + sizeof (size_t); - resultlen = *(size_t *) convd->conv_tab[act]; - } - } - - /* The result string is converted. */ - -#endif /* _LIBC || HAVE_ICONV */ - - *lengthp = resultlen; - return result; -} - - -/* Look up a plural variant. */ -static char * -internal_function -plural_lookup (struct loaded_l10nfile *domain, unsigned long int n, - const char *translation, size_t translation_len) -{ - struct loaded_domain *domaindata = (struct loaded_domain *) domain->data; - unsigned long int index; - const char *p; - - index = plural_eval (domaindata->plural, n); - if (index >= domaindata->nplurals) - /* This should never happen. It means the plural expression and the - given maximum value do not match. */ - index = 0; - - /* Skip INDEX strings at TRANSLATION. */ - p = translation; - while (index-- > 0) - { -#ifdef _LIBC - p = __rawmemchr (p, '\0'); -#else - p = strchr (p, '\0'); -#endif - /* And skip over the NUL byte. */ - p++; - - if (p >= translation + translation_len) - /* This should never happen. It means the plural expression - evaluated to a value larger than the number of variants - available for MSGID1. */ - return (char *) translation; - } - return (char *) p; -} - -#ifndef _LIBC -/* Return string representation of locale CATEGORY. */ -static const char * -internal_function -category_to_name (int category) -{ - const char *retval; - - switch (category) - { -#ifdef LC_COLLATE - case LC_COLLATE: - retval = "LC_COLLATE"; - break; -#endif -#ifdef LC_CTYPE - case LC_CTYPE: - retval = "LC_CTYPE"; - break; -#endif -#ifdef LC_MONETARY - case LC_MONETARY: - retval = "LC_MONETARY"; - break; -#endif -#ifdef LC_NUMERIC - case LC_NUMERIC: - retval = "LC_NUMERIC"; - break; -#endif -#ifdef LC_TIME - case LC_TIME: - retval = "LC_TIME"; - break; -#endif -#ifdef LC_MESSAGES - case LC_MESSAGES: - retval = "LC_MESSAGES"; - break; -#endif -#ifdef LC_RESPONSE - case LC_RESPONSE: - retval = "LC_RESPONSE"; - break; -#endif -#ifdef LC_ALL - case LC_ALL: - /* This might not make sense but is perhaps better than any other - value. */ - retval = "LC_ALL"; - break; -#endif - default: - /* If you have a better idea for a default value let me know. */ - retval = "LC_XXX"; - } - - return retval; -} -#endif - -/* Guess value of current locale from value of the environment variables - or system-dependent defaults. */ -static const char * -internal_function -#ifdef IN_LIBGLOCALE -guess_category_value (int category, const char *categoryname, - const char *locale) - -#else -guess_category_value (int category, const char *categoryname) -#endif -{ - const char *language; -#ifndef IN_LIBGLOCALE - const char *locale; -# ifndef _LIBC - const char *language_default; - int locale_defaulted; -# endif -#endif - - /* We use the settings in the following order: - 1. The value of the environment variable 'LANGUAGE'. This is a GNU - extension. Its value can be a colon-separated list of locale names. - 2. The value of the environment variable 'LC_ALL', 'LC_xxx', or 'LANG'. - More precisely, the first among these that is set to a non-empty value. - This is how POSIX specifies it. The value is a single locale name. - 3. A system-dependent preference list of languages. Its value can be a - colon-separated list of locale names. - 4. A system-dependent default locale name. - This way: - - System-dependent settings can be overridden by environment variables. - - If the system provides both a list of languages and a default locale, - the former is used. */ - -#ifndef IN_LIBGLOCALE - /* Fetch the locale name, through the POSIX method of looking to `LC_ALL', - `LC_xxx', and `LANG'. On some systems this can be done by the - `setlocale' function itself. */ -# ifdef _LIBC - locale = __current_locale_name (category); -# else -# if HAVE_STRUCT___LOCALE_STRUCT___NAMES && defined USE_IN_GETTEXT_TESTS - /* The __names field is not public glibc API and must therefore not be used - in code that is installed in public locations. */ - locale_t thread_locale = uselocale (NULL); - if (thread_locale != LC_GLOBAL_LOCALE) - { - locale = thread_locale->__names[category]; - locale_defaulted = 0; - } - else -# endif - { - locale = _nl_locale_name_posix (category, categoryname); - locale_defaulted = 0; - if (locale == NULL) - { - locale = _nl_locale_name_default (); - locale_defaulted = 1; - } - } -# endif -#endif - - /* Ignore LANGUAGE and its system-dependent analogon if the locale is set - to "C" because - 1. "C" locale usually uses the ASCII encoding, and most international - messages use non-ASCII characters. These characters get displayed - as question marks (if using glibc's iconv()) or as invalid 8-bit - characters (because other iconv()s refuse to convert most non-ASCII - characters to ASCII). In any case, the output is ugly. - 2. The precise output of some programs in the "C" locale is specified - by POSIX and should not depend on environment variables like - "LANGUAGE" or system-dependent information. We allow such programs - to use gettext(). */ - if (strcmp (locale, "C") == 0) - return locale; - - /* The highest priority value is the value of the 'LANGUAGE' environment - variable. */ - language = getenv ("LANGUAGE"); - if (language != NULL && language[0] != '\0') - return language; -#if !defined IN_LIBGLOCALE && !defined _LIBC - /* The next priority value is the locale name, if not defaulted. */ - if (locale_defaulted) - { - /* The next priority value is the default language preferences list. */ - language_default = _nl_language_preferences_default (); - if (language_default != NULL) - return language_default; - } - /* The least priority value is the locale name, if defaulted. */ -#endif - return locale; -} - -#if (defined _LIBC || HAVE_ICONV) && !defined IN_LIBGLOCALE -/* Returns the output charset. */ -static const char * -internal_function -get_output_charset (struct binding *domainbinding) -{ - /* The output charset should normally be determined by the locale. But - sometimes the locale is not used or not correctly set up, so we provide - a possibility for the user to override this: the OUTPUT_CHARSET - environment variable. Moreover, the value specified through - bind_textdomain_codeset overrides both. */ - if (domainbinding != NULL && domainbinding->codeset != NULL) - return domainbinding->codeset; - else - { - /* For speed reasons, we look at the value of OUTPUT_CHARSET only - once. This is a user variable that is not supposed to change - during a program run. */ - static char *output_charset_cache; - static int output_charset_cached; - - if (!output_charset_cached) - { - const char *value = getenv ("OUTPUT_CHARSET"); - - if (value != NULL && value[0] != '\0') - { - size_t len = strlen (value) + 1; - char *value_copy = (char *) malloc (len); - - if (value_copy != NULL) - memcpy (value_copy, value, len); - output_charset_cache = value_copy; - } - output_charset_cached = 1; - } - - if (output_charset_cache != NULL) - return output_charset_cache; - else - { -# ifdef _LIBC - return _NL_CURRENT (LC_CTYPE, CODESET); -# else -# if HAVE_ICONV - extern const char *locale_charset (void); - return locale_charset (); -# endif -# endif - } - } -} -#endif - -/* @@ begin of epilog @@ */ - -/* We don't want libintl.a to depend on any other library. So we - avoid the non-standard function stpcpy. In GNU C Library this - function is available, though. Also allow the symbol HAVE_STPCPY - to be defined. */ -#if !_LIBC && !HAVE_STPCPY -static char * -stpcpy (char *dest, const char *src) -{ - while ((*dest++ = *src++) != '\0') - /* Do nothing. */ ; - return dest - 1; -} -#endif - -#if !_LIBC && !HAVE_MEMPCPY -static void * -mempcpy (void *dest, const void *src, size_t n) -{ - return (void *) ((char *) memcpy (dest, src, n) + n); -} -#endif - - -#ifdef _LIBC -/* If we want to free all resources we have to do some work at - program's end. */ -libc_freeres_fn (free_mem) -{ - void *old; - - while (_nl_domain_bindings != NULL) - { - struct binding *oldp = _nl_domain_bindings; - _nl_domain_bindings = _nl_domain_bindings->next; - if (oldp->dirname != _nl_default_dirname) - /* Yes, this is a pointer comparison. */ - free (oldp->dirname); - free (oldp->codeset); - free (oldp); - } - - if (_nl_current_default_domain != _nl_default_default_domain) - /* Yes, again a pointer comparison. */ - free ((char *) _nl_current_default_domain); - - /* Remove the search tree with the known translations. */ - __tdestroy (root, free); - root = NULL; - - while (transmem_list != NULL) - { - old = transmem_list; - transmem_list = transmem_list->next; - free (old); - } -} -#endif diff --git a/intl/dcngettext.c b/intl/dcngettext.c deleted file mode 100644 index eb368336c1..0000000000 --- a/intl/dcngettext.c +++ /dev/null @@ -1,57 +0,0 @@ -/* Implementation of the dcngettext(3) function. - Copyright (C) 1995-1999, 2000-2003 Free Software Foundation, Inc. - - This program is free software; you can redistribute it and/or modify it - under the terms of the GNU Library General Public License as published - by the Free Software Foundation; either version 2, or (at your option) - any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Library General Public License for more details. - - You should have received a copy of the GNU Library General Public - License along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, - USA. */ - -#ifdef HAVE_CONFIG_H -# include -#endif - -#include "gettextP.h" -#ifdef _LIBC -# include -#else -# include "libgnuintl.h" -#endif - -/* @@ end of prolog @@ */ - -/* Names for the libintl functions are a problem. They must not clash - with existing names and they should follow ANSI C. But this source - code is also used in GNU C Library where the names have a __ - prefix. So we have to make a difference here. */ -#ifdef _LIBC -# define DCNGETTEXT __dcngettext -# define DCIGETTEXT __dcigettext -#else -# define DCNGETTEXT libintl_dcngettext -# define DCIGETTEXT libintl_dcigettext -#endif - -/* Look up MSGID in the DOMAINNAME message catalog for the current CATEGORY - locale. */ -char * -DCNGETTEXT (const char *domainname, - const char *msgid1, const char *msgid2, unsigned long int n, - int category) -{ - return DCIGETTEXT (domainname, msgid1, msgid2, 1, n, category); -} - -#ifdef _LIBC -/* Alias for function name in GNU C Library. */ -weak_alias (__dcngettext, dcngettext); -#endif diff --git a/intl/dgettext.c b/intl/dgettext.c deleted file mode 100644 index 9b0d0de6c9..0000000000 --- a/intl/dgettext.c +++ /dev/null @@ -1,58 +0,0 @@ -/* Implementation of the dgettext(3) function. - Copyright (C) 1995-1997, 2000-2003 Free Software Foundation, Inc. - - This program is free software; you can redistribute it and/or modify it - under the terms of the GNU Library General Public License as published - by the Free Software Foundation; either version 2, or (at your option) - any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Library General Public License for more details. - - You should have received a copy of the GNU Library General Public - License along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, - USA. */ - -#ifdef HAVE_CONFIG_H -# include -#endif - -#include "gettextP.h" - -#include - -#ifdef _LIBC -# include -#else -# include "libgnuintl.h" -#endif - -/* @@ end of prolog @@ */ - -/* Names for the libintl functions are a problem. They must not clash - with existing names and they should follow ANSI C. But this source - code is also used in GNU C Library where the names have a __ - prefix. So we have to make a difference here. */ -#ifdef _LIBC -# define DGETTEXT __dgettext -# define DCGETTEXT INTUSE(__dcgettext) -#else -# define DGETTEXT libintl_dgettext -# define DCGETTEXT libintl_dcgettext -#endif - -/* Look up MSGID in the DOMAINNAME message catalog of the current - LC_MESSAGES locale. */ -char * -DGETTEXT (const char *domainname, const char *msgid) -{ - return DCGETTEXT (domainname, msgid, LC_MESSAGES); -} - -#ifdef _LIBC -/* Alias for function name in GNU C Library. */ -weak_alias (__dgettext, dgettext); -#endif diff --git a/intl/dngettext.c b/intl/dngettext.c deleted file mode 100644 index 3278438fe9..0000000000 --- a/intl/dngettext.c +++ /dev/null @@ -1,59 +0,0 @@ -/* Implementation of the dngettext(3) function. - Copyright (C) 1995-1997, 2000-2003 Free Software Foundation, Inc. - - This program is free software; you can redistribute it and/or modify it - under the terms of the GNU Library General Public License as published - by the Free Software Foundation; either version 2, or (at your option) - any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Library General Public License for more details. - - You should have received a copy of the GNU Library General Public - License along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, - USA. */ - -#ifdef HAVE_CONFIG_H -# include -#endif - -#include "gettextP.h" - -#include - -#ifdef _LIBC -# include -#else -# include "libgnuintl.h" -#endif - -/* @@ end of prolog @@ */ - -/* Names for the libintl functions are a problem. They must not clash - with existing names and they should follow ANSI C. But this source - code is also used in GNU C Library where the names have a __ - prefix. So we have to make a difference here. */ -#ifdef _LIBC -# define DNGETTEXT __dngettext -# define DCNGETTEXT __dcngettext -#else -# define DNGETTEXT libintl_dngettext -# define DCNGETTEXT libintl_dcngettext -#endif - -/* Look up MSGID in the DOMAINNAME message catalog of the current - LC_MESSAGES locale and skip message according to the plural form. */ -char * -DNGETTEXT (const char *domainname, - const char *msgid1, const char *msgid2, unsigned long int n) -{ - return DCNGETTEXT (domainname, msgid1, msgid2, n, LC_MESSAGES); -} - -#ifdef _LIBC -/* Alias for function name in GNU C Library. */ -weak_alias (__dngettext, dngettext); -#endif diff --git a/intl/eval-plural.h b/intl/eval-plural.h deleted file mode 100644 index dacd003db0..0000000000 --- a/intl/eval-plural.h +++ /dev/null @@ -1,108 +0,0 @@ -/* Plural expression evaluation. - Copyright (C) 2000-2003 Free Software Foundation, Inc. - - This program is free software; you can redistribute it and/or modify it - under the terms of the GNU Library General Public License as published - by the Free Software Foundation; either version 2, or (at your option) - any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Library General Public License for more details. - - You should have received a copy of the GNU Library General Public - License along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, - USA. */ - -#ifndef STATIC -#define STATIC static -#endif - -/* Evaluate the plural expression and return an index value. */ -STATIC -unsigned long int -internal_function -plural_eval (struct expression *pexp, unsigned long int n) -{ - switch (pexp->nargs) - { - case 0: - switch (pexp->operation) - { - case var: - return n; - case num: - return pexp->val.num; - default: - break; - } - /* NOTREACHED */ - break; - case 1: - { - /* pexp->operation must be lnot. */ - unsigned long int arg = plural_eval (pexp->val.args[0], n); - return ! arg; - } - case 2: - { - unsigned long int leftarg = plural_eval (pexp->val.args[0], n); - if (pexp->operation == lor) - return leftarg || plural_eval (pexp->val.args[1], n); - else if (pexp->operation == land) - return leftarg && plural_eval (pexp->val.args[1], n); - else - { - unsigned long int rightarg = plural_eval (pexp->val.args[1], n); - - switch (pexp->operation) - { - case mult: - return leftarg * rightarg; - case divide: -#if !INTDIV0_RAISES_SIGFPE - if (rightarg == 0) - raise (SIGFPE); -#endif - return leftarg / rightarg; - case module: -#if !INTDIV0_RAISES_SIGFPE - if (rightarg == 0) - raise (SIGFPE); -#endif - return leftarg % rightarg; - case plus: - return leftarg + rightarg; - case minus: - return leftarg - rightarg; - case less_than: - return leftarg < rightarg; - case greater_than: - return leftarg > rightarg; - case less_or_equal: - return leftarg <= rightarg; - case greater_or_equal: - return leftarg >= rightarg; - case equal: - return leftarg == rightarg; - case not_equal: - return leftarg != rightarg; - default: - break; - } - } - /* NOTREACHED */ - break; - } - case 3: - { - /* pexp->operation must be qmop. */ - unsigned long int boolarg = plural_eval (pexp->val.args[0], n); - return plural_eval (pexp->val.args[boolarg ? 1 : 2], n); - } - } - /* NOTREACHED */ - return 0; -} diff --git a/intl/explodename.c b/intl/explodename.c deleted file mode 100644 index 8d3e1463d1..0000000000 --- a/intl/explodename.c +++ /dev/null @@ -1,133 +0,0 @@ -/* Copyright (C) 1995-1998, 2000-2001, 2003, 2005 Free Software Foundation, Inc. - Contributed by Ulrich Drepper , 1995. - - This program is free software; you can redistribute it and/or modify it - under the terms of the GNU Library General Public License as published - by the Free Software Foundation; either version 2, or (at your option) - any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Library General Public License for more details. - - You should have received a copy of the GNU Library General Public - License along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, - USA. */ - -#ifdef HAVE_CONFIG_H -# include -#endif - -#include -#include -#include - -#include "loadinfo.h" - -/* On some strange systems still no definition of NULL is found. Sigh! */ -#ifndef NULL -# if defined __STDC__ && __STDC__ -# define NULL ((void *) 0) -# else -# define NULL 0 -# endif -#endif - -/* @@ end of prolog @@ */ - -/* Split a locale name NAME into a leading language part and all the - rest. Return a pointer to the first character after the language, - i.e. to the first byte of the rest. */ -static char *_nl_find_language (const char *name); - -static char * -_nl_find_language (const char *name) -{ - while (name[0] != '\0' && name[0] != '_' && name[0] != '@' && name[0] != '.') - ++name; - - return (char *) name; -} - - -int -_nl_explode_name (char *name, - const char **language, const char **modifier, - const char **territory, const char **codeset, - const char **normalized_codeset) -{ - char *cp; - int mask; - - *modifier = NULL; - *territory = NULL; - *codeset = NULL; - *normalized_codeset = NULL; - - /* Now we determine the single parts of the locale name. First - look for the language. Termination symbols are `_', '.', and `@'. */ - mask = 0; - *language = cp = name; - cp = _nl_find_language (*language); - - if (*language == cp) - /* This does not make sense: language has to be specified. Use - this entry as it is without exploding. Perhaps it is an alias. */ - cp = strchr (*language, '\0'); - else - { - if (cp[0] == '_') - { - /* Next is the territory. */ - cp[0] = '\0'; - *territory = ++cp; - - while (cp[0] != '\0' && cp[0] != '.' && cp[0] != '@') - ++cp; - - mask |= XPG_TERRITORY; - } - - if (cp[0] == '.') - { - /* Next is the codeset. */ - cp[0] = '\0'; - *codeset = ++cp; - - while (cp[0] != '\0' && cp[0] != '@') - ++cp; - - mask |= XPG_CODESET; - - if (*codeset != cp && (*codeset)[0] != '\0') - { - *normalized_codeset = _nl_normalize_codeset (*codeset, - cp - *codeset); - if (strcmp (*codeset, *normalized_codeset) == 0) - free ((char *) *normalized_codeset); - else - mask |= XPG_NORM_CODESET; - } - } - } - - if (cp[0] == '@') - { - /* Next is the modifier. */ - cp[0] = '\0'; - *modifier = ++cp; - - if (cp[0] != '\0') - mask |= XPG_MODIFIER; - } - - if (*territory != NULL && (*territory)[0] == '\0') - mask &= ~XPG_TERRITORY; - - if (*codeset != NULL && (*codeset)[0] == '\0') - mask &= ~XPG_CODESET; - - return mask; -} diff --git a/intl/export.h b/intl/export.h deleted file mode 100644 index b5c47ad5b3..0000000000 --- a/intl/export.h +++ /dev/null @@ -1,6 +0,0 @@ - -#if @HAVE_VISIBILITY@ && BUILDING_LIBINTL -#define LIBINTL_DLL_EXPORTED __attribute__((__visibility__("default"))) -#else -#define LIBINTL_DLL_EXPORTED -#endif diff --git a/intl/finddomain.c b/intl/finddomain.c deleted file mode 100644 index a25bebcb9e..0000000000 --- a/intl/finddomain.c +++ /dev/null @@ -1,208 +0,0 @@ -/* Handle list of needed message catalogs - Copyright (C) 1995-1999, 2000-2001, 2003-2006 Free Software Foundation, Inc. - Written by Ulrich Drepper , 1995. - - This program is free software; you can redistribute it and/or modify it - under the terms of the GNU Library General Public License as published - by the Free Software Foundation; either version 2, or (at your option) - any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Library General Public License for more details. - - You should have received a copy of the GNU Library General Public - License along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, - USA. */ - -#ifdef HAVE_CONFIG_H -# include -#endif - -#include -#include -#include -#include - -#if defined HAVE_UNISTD_H || defined _LIBC -# include -#endif - -#include "gettextP.h" -#ifdef _LIBC -# include -#else -# include "libgnuintl.h" -#endif - -/* Handle multi-threaded applications. */ -#ifdef _LIBC -# include -# define gl_rwlock_define_initialized __libc_rwlock_define_initialized -# define gl_rwlock_rdlock __libc_rwlock_rdlock -# define gl_rwlock_wrlock __libc_rwlock_wrlock -# define gl_rwlock_unlock __libc_rwlock_unlock -#else -# include "lock.h" -#endif - -/* @@ end of prolog @@ */ -/* List of already loaded domains. */ -static struct loaded_l10nfile *_nl_loaded_domains; - - -/* Return a data structure describing the message catalog described by - the DOMAINNAME and CATEGORY parameters with respect to the currently - established bindings. */ -struct loaded_l10nfile * -internal_function -_nl_find_domain (const char *dirname, char *locale, - const char *domainname, struct binding *domainbinding) -{ - struct loaded_l10nfile *retval; - const char *language; - const char *modifier; - const char *territory; - const char *codeset; - const char *normalized_codeset; - const char *alias_value; - int mask; - - /* LOCALE can consist of up to four recognized parts for the XPG syntax: - - language[_territory][.codeset][@modifier] - - Beside the first part all of them are allowed to be missing. If - the full specified locale is not found, the less specific one are - looked for. The various parts will be stripped off according to - the following order: - (1) codeset - (2) normalized codeset - (3) territory - (4) modifier - */ - - /* We need to protect modifying the _NL_LOADED_DOMAINS data. */ - gl_rwlock_define_initialized (static, lock); - gl_rwlock_rdlock (lock); - - /* If we have already tested for this locale entry there has to - be one data set in the list of loaded domains. */ - retval = _nl_make_l10nflist (&_nl_loaded_domains, dirname, - strlen (dirname) + 1, 0, locale, NULL, NULL, - NULL, NULL, domainname, 0); - - gl_rwlock_unlock (lock); - - if (retval != NULL) - { - /* We know something about this locale. */ - int cnt; - - if (retval->decided <= 0) - _nl_load_domain (retval, domainbinding); - - if (retval->data != NULL) - return retval; - - for (cnt = 0; retval->successor[cnt] != NULL; ++cnt) - { - if (retval->successor[cnt]->decided <= 0) - _nl_load_domain (retval->successor[cnt], domainbinding); - - if (retval->successor[cnt]->data != NULL) - break; - } - - return retval; - /* NOTREACHED */ - } - - /* See whether the locale value is an alias. If yes its value - *overwrites* the alias name. No test for the original value is - done. */ - alias_value = _nl_expand_alias (locale); - if (alias_value != NULL) - { -#if defined _LIBC || defined HAVE_STRDUP - locale = strdup (alias_value); - if (locale == NULL) - return NULL; -#else - size_t len = strlen (alias_value) + 1; - locale = (char *) malloc (len); - if (locale == NULL) - return NULL; - - memcpy (locale, alias_value, len); -#endif - } - - /* Now we determine the single parts of the locale name. First - look for the language. Termination symbols are `_', '.', and `@'. */ - mask = _nl_explode_name (locale, &language, &modifier, &territory, - &codeset, &normalized_codeset); - - /* We need to protect modifying the _NL_LOADED_DOMAINS data. */ - gl_rwlock_wrlock (lock); - - /* Create all possible locale entries which might be interested in - generalization. */ - retval = _nl_make_l10nflist (&_nl_loaded_domains, dirname, - strlen (dirname) + 1, mask, language, territory, - codeset, normalized_codeset, modifier, - domainname, 1); - - gl_rwlock_unlock (lock); - - if (retval == NULL) - /* This means we are out of core. */ - return NULL; - - if (retval->decided <= 0) - _nl_load_domain (retval, domainbinding); - if (retval->data == NULL) - { - int cnt; - for (cnt = 0; retval->successor[cnt] != NULL; ++cnt) - { - if (retval->successor[cnt]->decided <= 0) - _nl_load_domain (retval->successor[cnt], domainbinding); - if (retval->successor[cnt]->data != NULL) - break; - } - } - - /* The room for an alias was dynamically allocated. Free it now. */ - if (alias_value != NULL) - free (locale); - - /* The space for normalized_codeset is dynamically allocated. Free it. */ - if (mask & XPG_NORM_CODESET) - free ((void *) normalized_codeset); - - return retval; -} - - -#ifdef _LIBC -/* This is called from iconv/gconv_db.c's free_mem, as locales must - be freed before freeing gconv steps arrays. */ -void __libc_freeres_fn_section -_nl_finddomain_subfreeres () -{ - struct loaded_l10nfile *runp = _nl_loaded_domains; - - while (runp != NULL) - { - struct loaded_l10nfile *here = runp; - if (runp->data != NULL) - _nl_unload_domain ((struct loaded_domain *) runp->data); - runp = runp->next; - free ((char *) here->filename); - free (here); - } -} -#endif diff --git a/intl/gettext.c b/intl/gettext.c deleted file mode 100644 index d82d439c03..0000000000 --- a/intl/gettext.c +++ /dev/null @@ -1,63 +0,0 @@ -/* Implementation of gettext(3) function. - Copyright (C) 1995, 1997, 2000-2003 Free Software Foundation, Inc. - - This program is free software; you can redistribute it and/or modify it - under the terms of the GNU Library General Public License as published - by the Free Software Foundation; either version 2, or (at your option) - any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Library General Public License for more details. - - You should have received a copy of the GNU Library General Public - License along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, - USA. */ - -#ifdef HAVE_CONFIG_H -# include -#endif - -#ifdef _LIBC -# define __need_NULL -# include -#else -# include /* Just for NULL. */ -#endif - -#include "gettextP.h" -#ifdef _LIBC -# include -#else -# include "libgnuintl.h" -#endif - -/* @@ end of prolog @@ */ - -/* Names for the libintl functions are a problem. They must not clash - with existing names and they should follow ANSI C. But this source - code is also used in GNU C Library where the names have a __ - prefix. So we have to make a difference here. */ -#ifdef _LIBC -# define GETTEXT __gettext -# define DCGETTEXT INTUSE(__dcgettext) -#else -# define GETTEXT libintl_gettext -# define DCGETTEXT libintl_dcgettext -#endif - -/* Look up MSGID in the current default message catalog for the current - LC_MESSAGES locale. If not found, returns MSGID itself (the default - text). */ -char * -GETTEXT (const char *msgid) -{ - return DCGETTEXT (NULL, msgid, LC_MESSAGES); -} - -#ifdef _LIBC -/* Alias for function name in GNU C Library. */ -weak_alias (__gettext, gettext); -#endif diff --git a/intl/gettextP.h b/intl/gettextP.h deleted file mode 100644 index 8be38d2d7f..0000000000 --- a/intl/gettextP.h +++ /dev/null @@ -1,247 +0,0 @@ -/* Header describing internals of libintl library. - Copyright (C) 1995-1999, 2000-2005 Free Software Foundation, Inc. - Written by Ulrich Drepper , 1995. - - This program is free software; you can redistribute it and/or modify it - under the terms of the GNU Library General Public License as published - by the Free Software Foundation; either version 2, or (at your option) - any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Library General Public License for more details. - - You should have received a copy of the GNU Library General Public - License along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, - USA. */ - -#ifndef _GETTEXTP_H -#define _GETTEXTP_H - -#include /* Get size_t. */ - -#ifdef _LIBC -# include "../iconv/gconv_int.h" -#else -# if HAVE_ICONV -# include -# endif -#endif - -#ifdef _LIBC -extern char *__gettext (const char *__msgid); -extern char *__dgettext (const char *__domainname, const char *__msgid); -extern char *__dcgettext (const char *__domainname, const char *__msgid, - int __category); -extern char *__ngettext (const char *__msgid1, const char *__msgid2, - unsigned long int __n); -extern char *__dngettext (const char *__domainname, - const char *__msgid1, const char *__msgid2, - unsigned long int n); -extern char *__dcngettext (const char *__domainname, - const char *__msgid1, const char *__msgid2, - unsigned long int __n, int __category); -extern char *__dcigettext (const char *__domainname, - const char *__msgid1, const char *__msgid2, - int __plural, unsigned long int __n, - int __category); -extern char *__textdomain (const char *__domainname); -extern char *__bindtextdomain (const char *__domainname, - const char *__dirname); -extern char *__bind_textdomain_codeset (const char *__domainname, - const char *__codeset); -extern void _nl_finddomain_subfreeres (void) attribute_hidden; -extern void _nl_unload_domain (struct loaded_domain *__domain) - internal_function attribute_hidden; -#else -/* Declare the exported libintl_* functions, in a way that allows us to - call them under their real name. */ -# undef _INTL_REDIRECT_INLINE -# undef _INTL_REDIRECT_MACROS -# define _INTL_REDIRECT_MACROS -# include "libgnuintl.h" -# ifdef IN_LIBGLOCALE -extern char *gl_dcigettext (const char *__domainname, - const char *__msgid1, const char *__msgid2, - int __plural, unsigned long int __n, - int __category, - const char *__localename, const char *__encoding); -# else -extern char *libintl_dcigettext (const char *__domainname, - const char *__msgid1, const char *__msgid2, - int __plural, unsigned long int __n, - int __category); -# endif -#endif - -#include "loadinfo.h" - -#include "gmo.h" /* Get nls_uint32. */ - -/* @@ end of prolog @@ */ - -#ifndef internal_function -# define internal_function -#endif - -#ifndef attribute_hidden -# define attribute_hidden -#endif - -/* Tell the compiler when a conditional or integer expression is - almost always true or almost always false. */ -#ifndef HAVE_BUILTIN_EXPECT -# define __builtin_expect(expr, val) (expr) -#endif - -#ifndef W -# define W(flag, data) ((flag) ? SWAP (data) : (data)) -#endif - - -#ifdef _LIBC -# include -# define SWAP(i) bswap_32 (i) -#else -static inline nls_uint32 -SWAP (i) - nls_uint32 i; -{ - return (i << 24) | ((i & 0xff00) << 8) | ((i >> 8) & 0xff00) | (i >> 24); -} -#endif - - -/* In-memory representation of system dependent string. */ -struct sysdep_string_desc -{ - /* Length of addressed string, including the trailing NUL. */ - size_t length; - /* Pointer to addressed string. */ - const char *pointer; -}; - -/* Cache of translated strings after charset conversion. - Note: The strings are converted to the target encoding only on an as-needed - basis. */ -struct converted_domain -{ - /* The target encoding name. */ - const char *encoding; - /* The descriptor for conversion from the message catalog's encoding to - this target encoding. */ -#ifdef _LIBC - __gconv_t conv; -#else -# if HAVE_ICONV - iconv_t conv; -# endif -#endif - /* The table of translated strings after charset conversion. */ - char **conv_tab; -}; - -/* The representation of an opened message catalog. */ -struct loaded_domain -{ - /* Pointer to memory containing the .mo file. */ - const char *data; - /* 1 if the memory is mmap()ed, 0 if the memory is malloc()ed. */ - int use_mmap; - /* Size of mmap()ed memory. */ - size_t mmap_size; - /* 1 if the .mo file uses a different endianness than this machine. */ - int must_swap; - /* Pointer to additional malloc()ed memory. */ - void *malloced; - - /* Number of static strings pairs. */ - nls_uint32 nstrings; - /* Pointer to descriptors of original strings in the file. */ - const struct string_desc *orig_tab; - /* Pointer to descriptors of translated strings in the file. */ - const struct string_desc *trans_tab; - - /* Number of system dependent strings pairs. */ - nls_uint32 n_sysdep_strings; - /* Pointer to descriptors of original sysdep strings. */ - const struct sysdep_string_desc *orig_sysdep_tab; - /* Pointer to descriptors of translated sysdep strings. */ - const struct sysdep_string_desc *trans_sysdep_tab; - - /* Size of hash table. */ - nls_uint32 hash_size; - /* Pointer to hash table. */ - const nls_uint32 *hash_tab; - /* 1 if the hash table uses a different endianness than this machine. */ - int must_swap_hash_tab; - - /* Cache of charset conversions of the translated strings. */ - struct converted_domain *conversions; - size_t nconversions; - - struct expression *plural; - unsigned long int nplurals; -}; - -/* We want to allocate a string at the end of the struct. But ISO C - doesn't allow zero sized arrays. */ -#ifdef __GNUC__ -# define ZERO 0 -#else -# define ZERO 1 -#endif - -/* A set of settings bound to a message domain. Used to store settings - from bindtextdomain() and bind_textdomain_codeset(). */ -struct binding -{ - struct binding *next; - char *dirname; - char *codeset; - char domainname[ZERO]; -}; - -/* A counter which is incremented each time some previous translations - become invalid. - This variable is part of the external ABI of the GNU libintl. */ -#ifdef IN_LIBGLOCALE -# include -extern LIBGLOCALE_DLL_EXPORTED int _nl_msg_cat_cntr; -#else -extern LIBINTL_DLL_EXPORTED int _nl_msg_cat_cntr; -#endif - -#ifndef _LIBC -const char *_nl_language_preferences_default (void); -const char *_nl_locale_name_posix (int category, const char *categoryname); -const char *_nl_locale_name_default (void); -const char *_nl_locale_name (int category, const char *categoryname); -#endif - -struct loaded_l10nfile *_nl_find_domain (const char *__dirname, char *__locale, - const char *__domainname, - struct binding *__domainbinding) - internal_function; -void _nl_load_domain (struct loaded_l10nfile *__domain, - struct binding *__domainbinding) - internal_function; - -#ifdef IN_LIBGLOCALE -char *_nl_find_msg (struct loaded_l10nfile *domain_file, - struct binding *domainbinding, const char *encoding, - const char *msgid, - size_t *lengthp) - internal_function; -#else -char *_nl_find_msg (struct loaded_l10nfile *domain_file, - struct binding *domainbinding, const char *msgid, - int convert, size_t *lengthp) - internal_function; -#endif - -/* @@ begin of epilog @@ */ - -#endif /* gettextP.h */ diff --git a/intl/gmo.h b/intl/gmo.h deleted file mode 100644 index 26515feb28..0000000000 --- a/intl/gmo.h +++ /dev/null @@ -1,149 +0,0 @@ -/* Description of GNU message catalog format: general file layout. - Copyright (C) 1995, 1997, 2000-2002, 2004 Free Software Foundation, Inc. - - This program is free software; you can redistribute it and/or modify it - under the terms of the GNU Library General Public License as published - by the Free Software Foundation; either version 2, or (at your option) - any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Library General Public License for more details. - - You should have received a copy of the GNU Library General Public - License along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, - USA. */ - -#ifndef _GETTEXT_H -#define _GETTEXT_H 1 - -#include - -/* @@ end of prolog @@ */ - -/* The magic number of the GNU message catalog format. */ -#define _MAGIC 0x950412de -#define _MAGIC_SWAPPED 0xde120495 - -/* Revision number of the currently used .mo (binary) file format. */ -#define MO_REVISION_NUMBER 0 -#define MO_REVISION_NUMBER_WITH_SYSDEP_I 1 - -/* The following contortions are an attempt to use the C preprocessor - to determine an unsigned integral type that is 32 bits wide. An - alternative approach is to use autoconf's AC_CHECK_SIZEOF macro, but - as of version autoconf-2.13, the AC_CHECK_SIZEOF macro doesn't work - when cross-compiling. */ - -#if __STDC__ -# define UINT_MAX_32_BITS 4294967295U -#else -# define UINT_MAX_32_BITS 0xFFFFFFFF -#endif - -/* If UINT_MAX isn't defined, assume it's a 32-bit type. - This should be valid for all systems GNU cares about because - that doesn't include 16-bit systems, and only modern systems - (that certainly have ) have 64+-bit integral types. */ - -#ifndef UINT_MAX -# define UINT_MAX UINT_MAX_32_BITS -#endif - -#if UINT_MAX == UINT_MAX_32_BITS -typedef unsigned nls_uint32; -#else -# if USHRT_MAX == UINT_MAX_32_BITS -typedef unsigned short nls_uint32; -# else -# if ULONG_MAX == UINT_MAX_32_BITS -typedef unsigned long nls_uint32; -# else - /* The following line is intended to throw an error. Using #error is - not portable enough. */ - "Cannot determine unsigned 32-bit data type." -# endif -# endif -#endif - - -/* Header for binary .mo file format. */ -struct mo_file_header -{ - /* The magic number. */ - nls_uint32 magic; - /* The revision number of the file format. */ - nls_uint32 revision; - - /* The following are only used in .mo files with major revision 0 or 1. */ - - /* The number of strings pairs. */ - nls_uint32 nstrings; - /* Offset of table with start offsets of original strings. */ - nls_uint32 orig_tab_offset; - /* Offset of table with start offsets of translated strings. */ - nls_uint32 trans_tab_offset; - /* Size of hash table. */ - nls_uint32 hash_tab_size; - /* Offset of first hash table entry. */ - nls_uint32 hash_tab_offset; - - /* The following are only used in .mo files with minor revision >= 1. */ - - /* The number of system dependent segments. */ - nls_uint32 n_sysdep_segments; - /* Offset of table describing system dependent segments. */ - nls_uint32 sysdep_segments_offset; - /* The number of system dependent strings pairs. */ - nls_uint32 n_sysdep_strings; - /* Offset of table with start offsets of original sysdep strings. */ - nls_uint32 orig_sysdep_tab_offset; - /* Offset of table with start offsets of translated sysdep strings. */ - nls_uint32 trans_sysdep_tab_offset; -}; - -/* Descriptor for static string contained in the binary .mo file. */ -struct string_desc -{ - /* Length of addressed string, not including the trailing NUL. */ - nls_uint32 length; - /* Offset of string in file. */ - nls_uint32 offset; -}; - -/* The following are only used in .mo files with minor revision >= 1. */ - -/* Descriptor for system dependent string segment. */ -struct sysdep_segment -{ - /* Length of addressed string, including the trailing NUL. */ - nls_uint32 length; - /* Offset of string in file. */ - nls_uint32 offset; -}; - -/* Descriptor for system dependent string. */ -struct sysdep_string -{ - /* Offset of static string segments in file. */ - nls_uint32 offset; - /* Alternating sequence of static and system dependent segments. - The last segment is a static segment, including the trailing NUL. */ - struct segment_pair - { - /* Size of static segment. */ - nls_uint32 segsize; - /* Reference to system dependent string segment, or ~0 at the end. */ - nls_uint32 sysdepref; - } segments[1]; -}; - -/* Marker for the end of the segments[] array. This has the value 0xFFFFFFFF, - regardless whether 'int' is 16 bit, 32 bit, or 64 bit. */ -#define SEGMENTS_END ((nls_uint32) ~0) - -/* @@ begin of epilog @@ */ - -#endif /* gettext.h */ diff --git a/intl/hash-string.c b/intl/hash-string.c deleted file mode 100644 index 3c513f0997..0000000000 --- a/intl/hash-string.c +++ /dev/null @@ -1,51 +0,0 @@ -/* Implements a string hashing function. - Copyright (C) 1995, 1997, 1998, 2000, 2003 Free Software Foundation, Inc. - This file is part of the GNU C Library. - - The GNU C Library is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2.1 of the License, or (at your option) any later version. - - The GNU C Library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser General Public License for more details. - - You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - Boston, MA 02110-1301, USA. */ - -#ifdef HAVE_CONFIG_H -# include -#endif - -/* Specification. */ -#include "hash-string.h" - - -/* Defines the so called `hashpjw' function by P.J. Weinberger - [see Aho/Sethi/Ullman, COMPILERS: Principles, Techniques and Tools, - 1986, 1987 Bell Telephone Laboratories, Inc.] */ -unsigned long int -__hash_string (const char *str_param) -{ - unsigned long int hval, g; - const char *str = str_param; - - /* Compute the hash value for the given string. */ - hval = 0; - while (*str != '\0') - { - hval <<= 4; - hval += (unsigned char) *str++; - g = hval & ((unsigned long int) 0xf << (HASHWORDBITS - 4)); - if (g != 0) - { - hval ^= g >> (HASHWORDBITS - 8); - hval ^= g; - } - } - return hval; -} diff --git a/intl/hash-string.h b/intl/hash-string.h deleted file mode 100644 index 98c07e4a7c..0000000000 --- a/intl/hash-string.h +++ /dev/null @@ -1,36 +0,0 @@ -/* Description of GNU message catalog format: string hashing function. - Copyright (C) 1995, 1997-1998, 2000-2003, 2005 Free Software Foundation, Inc. - - This program is free software; you can redistribute it and/or modify it - under the terms of the GNU Library General Public License as published - by the Free Software Foundation; either version 2, or (at your option) - any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Library General Public License for more details. - - You should have received a copy of the GNU Library General Public - License along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, - USA. */ - -/* @@ end of prolog @@ */ - -/* We assume to have `unsigned long int' value with at least 32 bits. */ -#define HASHWORDBITS 32 - - -#ifndef _LIBC -# ifdef IN_LIBINTL -# define __hash_string libintl_hash_string -# else -# define __hash_string hash_string -# endif -#endif - -/* Defines the so called `hashpjw' function by P.J. Weinberger - [see Aho/Sethi/Ullman, COMPILERS: Principles, Techniques and Tools, - 1986, 1987 Bell Telephone Laboratories, Inc.] */ -extern unsigned long int __hash_string (const char *str_param); diff --git a/intl/intl-compat.c b/intl/intl-compat.c deleted file mode 100644 index 9b9ecbb648..0000000000 --- a/intl/intl-compat.c +++ /dev/null @@ -1,133 +0,0 @@ -/* intl-compat.c - Stub functions to call gettext functions from GNU gettext - Library. - Copyright (C) 1995, 2000-2003, 2005 Software Foundation, Inc. - - This program is free software; you can redistribute it and/or modify it - under the terms of the GNU Library General Public License as published - by the Free Software Foundation; either version 2, or (at your option) - any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Library General Public License for more details. - - You should have received a copy of the GNU Library General Public - License along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, - USA. */ - -#ifdef HAVE_CONFIG_H -# include -#endif - -#include "gettextP.h" - -/* @@ end of prolog @@ */ - -/* This file redirects the gettext functions (without prefix) to those - defined in the included GNU libintl library (with "libintl_" prefix). - It is compiled into libintl in order to make the AM_GNU_GETTEXT test - of gettext <= 0.11.2 work with the libintl library >= 0.11.3 which - has the redirections primarily in the include file. - It is also compiled into libgnuintl so that libgnuintl.so can be used - as LD_PRELOADable library on glibc systems, to provide the extra - features that the functions in the libc don't have (namely, logging). */ - - -#undef gettext -#undef dgettext -#undef dcgettext -#undef ngettext -#undef dngettext -#undef dcngettext -#undef textdomain -#undef bindtextdomain -#undef bind_textdomain_codeset - - -/* When building a DLL, we must export some functions. Note that because - the functions are only defined for binary backward compatibility, we - don't need to use __declspec(dllimport) in any case. */ -#if HAVE_VISIBILITY && BUILDING_DLL -# define DLL_EXPORTED __attribute__((__visibility__("default"))) -#elif defined _MSC_VER && BUILDING_DLL -# define DLL_EXPORTED __declspec(dllexport) -#else -# define DLL_EXPORTED -#endif - - -DLL_EXPORTED -char * -gettext (const char *msgid) -{ - return libintl_gettext (msgid); -} - - -DLL_EXPORTED -char * -dgettext (const char *domainname, const char *msgid) -{ - return libintl_dgettext (domainname, msgid); -} - - -DLL_EXPORTED -char * -dcgettext (const char *domainname, const char *msgid, int category) -{ - return libintl_dcgettext (domainname, msgid, category); -} - - -DLL_EXPORTED -char * -ngettext (const char *msgid1, const char *msgid2, unsigned long int n) -{ - return libintl_ngettext (msgid1, msgid2, n); -} - - -DLL_EXPORTED -char * -dngettext (const char *domainname, - const char *msgid1, const char *msgid2, unsigned long int n) -{ - return libintl_dngettext (domainname, msgid1, msgid2, n); -} - - -DLL_EXPORTED -char * -dcngettext (const char *domainname, - const char *msgid1, const char *msgid2, unsigned long int n, - int category) -{ - return libintl_dcngettext (domainname, msgid1, msgid2, n, category); -} - - -DLL_EXPORTED -char * -textdomain (const char *domainname) -{ - return libintl_textdomain (domainname); -} - - -DLL_EXPORTED -char * -bindtextdomain (const char *domainname, const char *dirname) -{ - return libintl_bindtextdomain (domainname, dirname); -} - - -DLL_EXPORTED -char * -bind_textdomain_codeset (const char *domainname, const char *codeset) -{ - return libintl_bind_textdomain_codeset (domainname, codeset); -} diff --git a/intl/intl-exports.c b/intl/intl-exports.c deleted file mode 100644 index 717658994d..0000000000 --- a/intl/intl-exports.c +++ /dev/null @@ -1,36 +0,0 @@ -/* List of exported symbols of libintl on Cygwin. - Copyright (C) 2006 Free Software Foundation, Inc. - Written by Bruno Haible , 2006. - - This program is free software; you can redistribute it and/or modify it - under the terms of the GNU Library General Public License as published - by the Free Software Foundation; either version 2, or (at your option) - any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Library General Public License for more details. - - You should have received a copy of the GNU Library General Public - License along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, - USA. */ - - /* IMP(x) is a symbol that contains the address of x. */ -#define IMP(x) _imp__##x - - /* Ensure that the variable x is exported from the library, and that a - pseudo-variable IMP(x) is available. */ -#define VARIABLE(x) \ - /* Export x without redefining x. This code was found by compiling a \ - snippet: \ - extern __declspec(dllexport) int x; int x = 42; */ \ - asm (".section .drectve\n"); \ - asm (".ascii \" -export:" #x ",data\"\n"); \ - asm (".data\n"); \ - /* Allocate a pseudo-variable IMP(x). */ \ - extern int x; \ - void * IMP(x) = &x; - -VARIABLE(libintl_version) diff --git a/intl/l10nflist.c b/intl/l10nflist.c deleted file mode 100644 index 365aeb7085..0000000000 --- a/intl/l10nflist.c +++ /dev/null @@ -1,400 +0,0 @@ -/* Copyright (C) 1995-1999, 2000-2006 Free Software Foundation, Inc. - Contributed by Ulrich Drepper , 1995. - - This program is free software; you can redistribute it and/or modify it - under the terms of the GNU Library General Public License as published - by the Free Software Foundation; either version 2, or (at your option) - any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Library General Public License for more details. - - You should have received a copy of the GNU Library General Public - License along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, - USA. */ - -/* Tell glibc's to provide a prototype for stpcpy(). - This must come before because may include - , and once has been included, it's too late. */ -#ifndef _GNU_SOURCE -# define _GNU_SOURCE 1 -#endif - -#ifdef HAVE_CONFIG_H -# include -#endif - -#include - -#if defined _LIBC || defined HAVE_ARGZ_H -# include -#endif -#include -#include -#include - -#include "loadinfo.h" - -/* On some strange systems still no definition of NULL is found. Sigh! */ -#ifndef NULL -# if defined __STDC__ && __STDC__ -# define NULL ((void *) 0) -# else -# define NULL 0 -# endif -#endif - -/* @@ end of prolog @@ */ - -#ifdef _LIBC -/* Rename the non ANSI C functions. This is required by the standard - because some ANSI C functions will require linking with this object - file and the name space must not be polluted. */ -# ifndef stpcpy -# define stpcpy(dest, src) __stpcpy(dest, src) -# endif -#else -# ifndef HAVE_STPCPY -static char *stpcpy (char *dest, const char *src); -# endif -#endif - -/* Pathname support. - ISSLASH(C) tests whether C is a directory separator character. - IS_ABSOLUTE_PATH(P) tests whether P is an absolute path. If it is not, - it may be concatenated to a directory pathname. - */ -#if defined _WIN32 || defined __WIN32__ || defined __CYGWIN__ || defined __EMX__ || defined __DJGPP__ - /* Win32, Cygwin, OS/2, DOS */ -# define ISSLASH(C) ((C) == '/' || (C) == '\\') -# define HAS_DEVICE(P) \ - ((((P)[0] >= 'A' && (P)[0] <= 'Z') || ((P)[0] >= 'a' && (P)[0] <= 'z')) \ - && (P)[1] == ':') -# define IS_ABSOLUTE_PATH(P) (ISSLASH ((P)[0]) || HAS_DEVICE (P)) -#else - /* Unix */ -# define ISSLASH(C) ((C) == '/') -# define IS_ABSOLUTE_PATH(P) ISSLASH ((P)[0]) -#endif - -/* Define function which are usually not available. */ - -#ifdef _LIBC -# define __argz_count(argz, len) INTUSE(__argz_count) (argz, len) -#elif defined HAVE_ARGZ_COUNT -# undef __argz_count -# define __argz_count argz_count -#else -/* Returns the number of strings in ARGZ. */ -static size_t -argz_count__ (const char *argz, size_t len) -{ - size_t count = 0; - while (len > 0) - { - size_t part_len = strlen (argz); - argz += part_len + 1; - len -= part_len + 1; - count++; - } - return count; -} -# undef __argz_count -# define __argz_count(argz, len) argz_count__ (argz, len) -#endif /* !_LIBC && !HAVE_ARGZ_COUNT */ - -#ifdef _LIBC -# define __argz_stringify(argz, len, sep) \ - INTUSE(__argz_stringify) (argz, len, sep) -#elif defined HAVE_ARGZ_STRINGIFY -# undef __argz_stringify -# define __argz_stringify argz_stringify -#else -/* Make '\0' separated arg vector ARGZ printable by converting all the '\0's - except the last into the character SEP. */ -static void -argz_stringify__ (char *argz, size_t len, int sep) -{ - while (len > 0) - { - size_t part_len = strlen (argz); - argz += part_len; - len -= part_len + 1; - if (len > 0) - *argz++ = sep; - } -} -# undef __argz_stringify -# define __argz_stringify(argz, len, sep) argz_stringify__ (argz, len, sep) -#endif /* !_LIBC && !HAVE_ARGZ_STRINGIFY */ - -#ifdef _LIBC -#elif defined HAVE_ARGZ_NEXT -# undef __argz_next -# define __argz_next argz_next -#else -static char * -argz_next__ (char *argz, size_t argz_len, const char *entry) -{ - if (entry) - { - if (entry < argz + argz_len) - entry = strchr (entry, '\0') + 1; - - return entry >= argz + argz_len ? NULL : (char *) entry; - } - else - if (argz_len > 0) - return argz; - else - return 0; -} -# undef __argz_next -# define __argz_next(argz, len, entry) argz_next__ (argz, len, entry) -#endif /* !_LIBC && !HAVE_ARGZ_NEXT */ - - -/* Return number of bits set in X. */ -static inline int -pop (int x) -{ - /* We assume that no more than 16 bits are used. */ - x = ((x & ~0x5555) >> 1) + (x & 0x5555); - x = ((x & ~0x3333) >> 2) + (x & 0x3333); - x = ((x >> 4) + x) & 0x0f0f; - x = ((x >> 8) + x) & 0xff; - - return x; -} - - -struct loaded_l10nfile * -_nl_make_l10nflist (struct loaded_l10nfile **l10nfile_list, - const char *dirlist, size_t dirlist_len, - int mask, const char *language, const char *territory, - const char *codeset, const char *normalized_codeset, - const char *modifier, - const char *filename, int do_allocate) -{ - char *abs_filename; - struct loaded_l10nfile **lastp; - struct loaded_l10nfile *retval; - char *cp; - size_t dirlist_count; - size_t entries; - int cnt; - - /* If LANGUAGE contains an absolute directory specification, we ignore - DIRLIST. */ - if (IS_ABSOLUTE_PATH (language)) - dirlist_len = 0; - - /* Allocate room for the full file name. */ - abs_filename = (char *) malloc (dirlist_len - + strlen (language) - + ((mask & XPG_TERRITORY) != 0 - ? strlen (territory) + 1 : 0) - + ((mask & XPG_CODESET) != 0 - ? strlen (codeset) + 1 : 0) - + ((mask & XPG_NORM_CODESET) != 0 - ? strlen (normalized_codeset) + 1 : 0) - + ((mask & XPG_MODIFIER) != 0 - ? strlen (modifier) + 1 : 0) - + 1 + strlen (filename) + 1); - - if (abs_filename == NULL) - return NULL; - - /* Construct file name. */ - cp = abs_filename; - if (dirlist_len > 0) - { - memcpy (cp, dirlist, dirlist_len); - __argz_stringify (cp, dirlist_len, PATH_SEPARATOR); - cp += dirlist_len; - cp[-1] = '/'; - } - - cp = stpcpy (cp, language); - - if ((mask & XPG_TERRITORY) != 0) - { - *cp++ = '_'; - cp = stpcpy (cp, territory); - } - if ((mask & XPG_CODESET) != 0) - { - *cp++ = '.'; - cp = stpcpy (cp, codeset); - } - if ((mask & XPG_NORM_CODESET) != 0) - { - *cp++ = '.'; - cp = stpcpy (cp, normalized_codeset); - } - if ((mask & XPG_MODIFIER) != 0) - { - *cp++ = '@'; - cp = stpcpy (cp, modifier); - } - - *cp++ = '/'; - stpcpy (cp, filename); - - /* Look in list of already loaded domains whether it is already - available. */ - lastp = l10nfile_list; - for (retval = *l10nfile_list; retval != NULL; retval = retval->next) - if (retval->filename != NULL) - { - int compare = strcmp (retval->filename, abs_filename); - if (compare == 0) - /* We found it! */ - break; - if (compare < 0) - { - /* It's not in the list. */ - retval = NULL; - break; - } - - lastp = &retval->next; - } - - if (retval != NULL || do_allocate == 0) - { - free (abs_filename); - return retval; - } - - dirlist_count = (dirlist_len > 0 ? __argz_count (dirlist, dirlist_len) : 1); - - /* Allocate a new loaded_l10nfile. */ - retval = - (struct loaded_l10nfile *) - malloc (sizeof (*retval) - + (((dirlist_count << pop (mask)) + (dirlist_count > 1 ? 1 : 0)) - * sizeof (struct loaded_l10nfile *))); - if (retval == NULL) - { - free (abs_filename); - return NULL; - } - - retval->filename = abs_filename; - - /* We set retval->data to NULL here; it is filled in later. - Setting retval->decided to 1 here means that retval does not - correspond to a real file (dirlist_count > 1) or is not worth - looking up (if an unnormalized codeset was specified). */ - retval->decided = (dirlist_count > 1 - || ((mask & XPG_CODESET) != 0 - && (mask & XPG_NORM_CODESET) != 0)); - retval->data = NULL; - - retval->next = *lastp; - *lastp = retval; - - entries = 0; - /* Recurse to fill the inheritance list of RETVAL. - If the DIRLIST is a real list (i.e. DIRLIST_COUNT > 1), the RETVAL - entry does not correspond to a real file; retval->filename contains - colons. In this case we loop across all elements of DIRLIST and - across all bit patterns dominated by MASK. - If the DIRLIST is a single directory or entirely redundant (i.e. - DIRLIST_COUNT == 1), we loop across all bit patterns dominated by - MASK, excluding MASK itself. - In either case, we loop down from MASK to 0. This has the effect - that the extra bits in the locale name are dropped in this order: - first the modifier, then the territory, then the codeset, then the - normalized_codeset. */ - for (cnt = dirlist_count > 1 ? mask : mask - 1; cnt >= 0; --cnt) - if ((cnt & ~mask) == 0 - && !((cnt & XPG_CODESET) != 0 && (cnt & XPG_NORM_CODESET) != 0)) - { - if (dirlist_count > 1) - { - /* Iterate over all elements of the DIRLIST. */ - char *dir = NULL; - - while ((dir = __argz_next ((char *) dirlist, dirlist_len, dir)) - != NULL) - retval->successor[entries++] - = _nl_make_l10nflist (l10nfile_list, dir, strlen (dir) + 1, - cnt, language, territory, codeset, - normalized_codeset, modifier, filename, - 1); - } - else - retval->successor[entries++] - = _nl_make_l10nflist (l10nfile_list, dirlist, dirlist_len, - cnt, language, territory, codeset, - normalized_codeset, modifier, filename, 1); - } - retval->successor[entries] = NULL; - - return retval; -} - -/* Normalize codeset name. There is no standard for the codeset - names. Normalization allows the user to use any of the common - names. The return value is dynamically allocated and has to be - freed by the caller. */ -const char * -_nl_normalize_codeset (const char *codeset, size_t name_len) -{ - int len = 0; - int only_digit = 1; - char *retval; - char *wp; - size_t cnt; - - for (cnt = 0; cnt < name_len; ++cnt) - if (isalnum ((unsigned char) codeset[cnt])) - { - ++len; - - if (isalpha ((unsigned char) codeset[cnt])) - only_digit = 0; - } - - retval = (char *) malloc ((only_digit ? 3 : 0) + len + 1); - - if (retval != NULL) - { - if (only_digit) - wp = stpcpy (retval, "iso"); - else - wp = retval; - - for (cnt = 0; cnt < name_len; ++cnt) - if (isalpha ((unsigned char) codeset[cnt])) - *wp++ = tolower ((unsigned char) codeset[cnt]); - else if (isdigit ((unsigned char) codeset[cnt])) - *wp++ = codeset[cnt]; - - *wp = '\0'; - } - - return (const char *) retval; -} - - -/* @@ begin of epilog @@ */ - -/* We don't want libintl.a to depend on any other library. So we - avoid the non-standard function stpcpy. In GNU C Library this - function is available, though. Also allow the symbol HAVE_STPCPY - to be defined. */ -#if !_LIBC && !HAVE_STPCPY -static char * -stpcpy (char *dest, const char *src) -{ - while ((*dest++ = *src++) != '\0') - /* Do nothing. */ ; - return dest - 1; -} -#endif diff --git a/intl/langprefs.c b/intl/langprefs.c deleted file mode 100644 index 59c8def215..0000000000 --- a/intl/langprefs.c +++ /dev/null @@ -1,130 +0,0 @@ -/* Determine the user's language preferences. - Copyright (C) 2004-2006 Free Software Foundation, Inc. - - This program is free software; you can redistribute it and/or modify it - under the terms of the GNU Library General Public License as published - by the Free Software Foundation; either version 2, or (at your option) - any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Library General Public License for more details. - - You should have received a copy of the GNU Library General Public - License along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, - USA. */ - -/* Written by Bruno Haible . */ - -#ifdef HAVE_CONFIG_H -# include -#endif - -#include - -#if HAVE_CFPREFERENCESCOPYAPPVALUE -# include -# include -# include -# include -# include -extern void _nl_locale_name_canonicalize (char *name); -#endif - -/* Determine the user's language preferences, as a colon separated list of - locale names in XPG syntax - language[_territory][.codeset][@modifier] - The result must not be freed; it is statically allocated. - The LANGUAGE environment variable does not need to be considered; it is - already taken into account by the caller. */ - -const char * -_nl_language_preferences_default (void) -{ -#if HAVE_CFPREFERENCESCOPYAPPVALUE /* MacOS X 10.2 or newer */ - { - /* Cache the preferences list, since CoreFoundation calls are expensive. */ - static const char *cached_languages; - static int cache_initialized; - - if (!cache_initialized) - { - CFTypeRef preferences = - CFPreferencesCopyAppValue (CFSTR ("AppleLanguages"), - kCFPreferencesCurrentApplication); - if (preferences != NULL - && CFGetTypeID (preferences) == CFArrayGetTypeID ()) - { - CFArrayRef prefArray = (CFArrayRef)preferences; - int n = CFArrayGetCount (prefArray); - char buf[256]; - size_t size = 0; - int i; - - for (i = 0; i < n; i++) - { - CFTypeRef element = CFArrayGetValueAtIndex (prefArray, i); - if (element != NULL - && CFGetTypeID (element) == CFStringGetTypeID () - && CFStringGetCString ((CFStringRef)element, - buf, sizeof (buf), - kCFStringEncodingASCII)) - { - _nl_locale_name_canonicalize (buf); - size += strlen (buf) + 1; - /* Most GNU programs use msgids in English and don't ship - an en.mo message catalog. Therefore when we see "en" - in the preferences list, arrange for gettext() to - return the msgid, and ignore all further elements of - the preferences list. */ - if (strcmp (buf, "en") == 0) - break; - } - else - break; - } - if (size > 0) - { - char *languages = (char *) malloc (size); - - if (languages != NULL) - { - char *p = languages; - - for (i = 0; i < n; i++) - { - CFTypeRef element = - CFArrayGetValueAtIndex (prefArray, i); - if (element != NULL - && CFGetTypeID (element) == CFStringGetTypeID () - && CFStringGetCString ((CFStringRef)element, - buf, sizeof (buf), - kCFStringEncodingASCII)) - { - _nl_locale_name_canonicalize (buf); - strcpy (p, buf); - p += strlen (buf); - *p++ = ':'; - if (strcmp (buf, "en") == 0) - break; - } - else - break; - } - *--p = '\0'; - - cached_languages = languages; - } - } - } - cache_initialized = 1; - } - if (cached_languages != NULL) - return cached_languages; - } -#endif - - return NULL; -} diff --git a/intl/libgnuintl.h.cmake b/intl/libgnuintl.h.cmake deleted file mode 100644 index 86042d28b5..0000000000 --- a/intl/libgnuintl.h.cmake +++ /dev/null @@ -1,406 +0,0 @@ -/* Message catalogs for internationalization. - Copyright (C) 1995-1997, 2000-2003 Free Software Foundation, Inc. - - This program is free software; you can redistribute it and/or modify it - under the terms of the GNU Library General Public License as published - by the Free Software Foundation; either version 2, or (at your option) - any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Library General Public License for more details. - - You should have received a copy of the GNU Library General Public - License along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, - USA. */ - -#ifndef _LIBINTL_H -#define _LIBINTL_H 1 - -// already defined in config.h but not with 0/1 values -#undef HAVE_POSIX_PRINTF -#undef HAVE_ASPRINTF -#undef HAVE_WPRINTF -#cmakedefine01 HAVE_POSIX_PRINTF -#cmakedefine01 HAVE_ASPRINTF -#cmakedefine01 HAVE_WPRINTF - -#include - -/* The LC_MESSAGES locale category is the category used by the functions - gettext() and dgettext(). It is specified in POSIX, but not in ANSI C. - On systems that don't define it, use an arbitrary value instead. - On Solaris, defines __LOCALE_H (or _LOCALE_H in Solaris 2.5) - then includes (i.e. this file!) and then only defines - LC_MESSAGES. To avoid a redefinition warning, don't define LC_MESSAGES - in this case. */ -#if !defined LC_MESSAGES && !(defined __LOCALE_H || (defined _LOCALE_H && defined __sun)) -# define LC_MESSAGES 1729 -#endif - -/* We define an additional symbol to signal that we use the GNU - implementation of gettext. */ -#define __USE_GNU_GETTEXT 1 - -/* Provide information about the supported file formats. Returns the - maximum minor revision number supported for a given major revision. */ -#define __GNU_GETTEXT_SUPPORTED_REVISION(major) \ - ((major) == 0 ? 1 : -1) - -/* Resolve a platform specific conflict on DJGPP. GNU gettext takes - precedence over _conio_gettext. */ -#ifdef __DJGPP__ -# undef gettext -#endif - -#ifdef __cplusplus -extern "C" { -#endif - - -/* Version number: (major<<16) + (minor<<8) + subminor */ -#define LIBINTL_VERSION 0x001000 -extern int libintl_version; - - -/* We redirect the functions to those prefixed with "libintl_". This is - necessary, because some systems define gettext/textdomain/... in the C - library (namely, Solaris 2.4 and newer, and GNU libc 2.0 and newer). - If we used the unprefixed names, there would be cases where the - definition in the C library would override the one in the libintl.so - shared library. Recall that on ELF systems, the symbols are looked - up in the following order: - 1. in the executable, - 2. in the shared libraries specified on the link command line, in order, - 3. in the dependencies of the shared libraries specified on the link - command line, - 4. in the dlopen()ed shared libraries, in the order in which they were - dlopen()ed. - The definition in the C library would override the one in libintl.so if - either - * -lc is given on the link command line and -lintl isn't, or - * -lc is given on the link command line before -lintl, or - * libintl.so is a dependency of a dlopen()ed shared library but not - linked to the executable at link time. - Since Solaris gettext() behaves differently than GNU gettext(), this - would be unacceptable. - - The redirection happens by default through macros in C, so that &gettext - is independent of the compilation unit, but through inline functions in - C++, in order not to interfere with the name mangling of class fields or - class methods called 'gettext'. */ - -/* The user can define _INTL_REDIRECT_INLINE or _INTL_REDIRECT_MACROS. - If he doesn't, we choose the method. A third possible method is - _INTL_REDIRECT_ASM, supported only by GCC. */ -#if !(defined _INTL_REDIRECT_INLINE || defined _INTL_REDIRECT_MACROS) -# if __GNUC__ >= 2 && !defined __APPLE_CC__ && !defined __MINGW32__ && !(__GNUC__ == 2 && defined _AIX) && (defined __STDC__ || defined __cplusplus) -# define _INTL_REDIRECT_ASM -# else -# ifdef __cplusplus -# define _INTL_REDIRECT_INLINE -# else -# define _INTL_REDIRECT_MACROS -# endif -# endif -#endif -/* Auxiliary macros. */ -#ifdef _INTL_REDIRECT_ASM -# define _INTL_ASM(cname) __asm__ (_INTL_ASMNAME (__USER_LABEL_PREFIX__, #cname)) -# define _INTL_ASMNAME(prefix,cnamestring) _INTL_STRINGIFY (prefix) cnamestring -# define _INTL_STRINGIFY(prefix) #prefix -#else -# define _INTL_ASM(cname) -#endif - -/* Look up MSGID in the current default message catalog for the current - LC_MESSAGES locale. If not found, returns MSGID itself (the default - text). */ -#ifdef _INTL_REDIRECT_INLINE -extern char *libintl_gettext (const char *__msgid); -static inline char *gettext (const char *__msgid) -{ - return libintl_gettext (__msgid); -} -#else -#ifdef _INTL_REDIRECT_MACROS -# define gettext libintl_gettext -#endif -extern char *gettext (const char *__msgid) - _INTL_ASM (libintl_gettext); -#endif - -/* Look up MSGID in the DOMAINNAME message catalog for the current - LC_MESSAGES locale. */ -#ifdef _INTL_REDIRECT_INLINE -extern char *libintl_dgettext (const char *__domainname, const char *__msgid); -static inline char *dgettext (const char *__domainname, const char *__msgid) -{ - return libintl_dgettext (__domainname, __msgid); -} -#else -#ifdef _INTL_REDIRECT_MACROS -# define dgettext libintl_dgettext -#endif -extern char *dgettext (const char *__domainname, const char *__msgid) - _INTL_ASM (libintl_dgettext); -#endif - -/* Look up MSGID in the DOMAINNAME message catalog for the current CATEGORY - locale. */ -#ifdef _INTL_REDIRECT_INLINE -extern char *libintl_dcgettext (const char *__domainname, const char *__msgid, - int __category); -static inline char *dcgettext (const char *__domainname, const char *__msgid, - int __category) -{ - return libintl_dcgettext (__domainname, __msgid, __category); -} -#else -#ifdef _INTL_REDIRECT_MACROS -# define dcgettext libintl_dcgettext -#endif -extern char *dcgettext (const char *__domainname, const char *__msgid, - int __category) - _INTL_ASM (libintl_dcgettext); -#endif - - -/* Similar to `gettext' but select the plural form corresponding to the - number N. */ -#ifdef _INTL_REDIRECT_INLINE -extern char *libintl_ngettext (const char *__msgid1, const char *__msgid2, - unsigned long int __n); -static inline char *ngettext (const char *__msgid1, const char *__msgid2, - unsigned long int __n) -{ - return libintl_ngettext (__msgid1, __msgid2, __n); -} -#else -#ifdef _INTL_REDIRECT_MACROS -# define ngettext libintl_ngettext -#endif -extern char *ngettext (const char *__msgid1, const char *__msgid2, - unsigned long int __n) - _INTL_ASM (libintl_ngettext); -#endif - -/* Similar to `dgettext' but select the plural form corresponding to the - number N. */ -#ifdef _INTL_REDIRECT_INLINE -extern char *libintl_dngettext (const char *__domainname, const char *__msgid1, - const char *__msgid2, unsigned long int __n); -static inline char *dngettext (const char *__domainname, const char *__msgid1, - const char *__msgid2, unsigned long int __n) -{ - return libintl_dngettext (__domainname, __msgid1, __msgid2, __n); -} -#else -#ifdef _INTL_REDIRECT_MACROS -# define dngettext libintl_dngettext -#endif -extern char *dngettext (const char *__domainname, - const char *__msgid1, const char *__msgid2, - unsigned long int __n) - _INTL_ASM (libintl_dngettext); -#endif - -/* Similar to `dcgettext' but select the plural form corresponding to the - number N. */ -#ifdef _INTL_REDIRECT_INLINE -extern char *libintl_dcngettext (const char *__domainname, - const char *__msgid1, const char *__msgid2, - unsigned long int __n, int __category); -static inline char *dcngettext (const char *__domainname, - const char *__msgid1, const char *__msgid2, - unsigned long int __n, int __category) -{ - return libintl_dcngettext (__domainname, __msgid1, __msgid2, __n, __category); -} -#else -#ifdef _INTL_REDIRECT_MACROS -# define dcngettext libintl_dcngettext -#endif -extern char *dcngettext (const char *__domainname, - const char *__msgid1, const char *__msgid2, - unsigned long int __n, int __category) - _INTL_ASM (libintl_dcngettext); -#endif - - -#ifndef IN_LIBGLOCALE - -/* Set the current default message catalog to DOMAINNAME. - If DOMAINNAME is null, return the current default. - If DOMAINNAME is "", reset to the default of "messages". */ -#ifdef _INTL_REDIRECT_INLINE -extern char *libintl_textdomain (const char *__domainname); -static inline char *textdomain (const char *__domainname) -{ - return libintl_textdomain (__domainname); -} -#else -#ifdef _INTL_REDIRECT_MACROS -# define textdomain libintl_textdomain -#endif -extern char *textdomain (const char *__domainname) - _INTL_ASM (libintl_textdomain); -#endif - -/* Specify that the DOMAINNAME message catalog will be found - in DIRNAME rather than in the system locale data base. */ -#ifdef _INTL_REDIRECT_INLINE -extern char *libintl_bindtextdomain (const char *__domainname, - const char *__dirname); -static inline char *bindtextdomain (const char *__domainname, - const char *__dirname) -{ - return libintl_bindtextdomain (__domainname, __dirname); -} -#else -#ifdef _INTL_REDIRECT_MACROS -# define bindtextdomain libintl_bindtextdomain -#endif -extern char *bindtextdomain (const char *__domainname, const char *__dirname) - _INTL_ASM (libintl_bindtextdomain); -#endif - -/* Specify the character encoding in which the messages from the - DOMAINNAME message catalog will be returned. */ -#ifdef _INTL_REDIRECT_INLINE -extern char *libintl_bind_textdomain_codeset (const char *__domainname, - const char *__codeset); -static inline char *bind_textdomain_codeset (const char *__domainname, - const char *__codeset) -{ - return libintl_bind_textdomain_codeset (__domainname, __codeset); -} -#else -#ifdef _INTL_REDIRECT_MACROS -# define bind_textdomain_codeset libintl_bind_textdomain_codeset -#endif -extern char *bind_textdomain_codeset (const char *__domainname, - const char *__codeset) - _INTL_ASM (libintl_bind_textdomain_codeset); -#endif - -#endif /* IN_LIBGLOCALE */ - - -/* Support for format strings with positions in *printf(), following the - POSIX/XSI specification. - Note: These replacements for the *printf() functions are visible only - in source files that #include or #include "gettext.h". - Packages that use *printf() in source files that don't refer to _() - or gettext() but for which the format string could be the return value - of _() or gettext() need to add this #include. Oh well. */ - -#if !HAVE_POSIX_PRINTF - -#include -#include - -/* Get va_list. */ -#if __STDC__ || defined __cplusplus || defined _MSC_VER -# include -#else -# include -#endif - -#undef fprintf -#define fprintf libintl_fprintf -extern int fprintf (FILE *, const char *, ...); -#undef vfprintf -#define vfprintf libintl_vfprintf -extern int vfprintf (FILE *, const char *, va_list); - -#undef printf -#if defined __NetBSD__ || defined __CYGWIN__ || defined __MINGW32__ -/* Don't break __attribute__((format(printf,M,N))). - This redefinition is only possible because the libc in NetBSD, Cygwin, - mingw does not have a function __printf__. */ -# define libintl_printf __printf__ -#endif -#define printf libintl_printf -extern int printf (const char *, ...); -#undef vprintf -#define vprintf libintl_vprintf -extern int vprintf (const char *, va_list); - -#undef sprintf -#define sprintf libintl_sprintf -extern int sprintf (char *, const char *, ...); -#undef vsprintf -#define vsprintf libintl_vsprintf -extern int vsprintf (char *, const char *, va_list); - -#if HAVE_SNPRINTF - -#undef snprintf -#define snprintf libintl_snprintf -extern int snprintf (char *, size_t, const char *, ...); -#undef vsnprintf -#define vsnprintf libintl_vsnprintf -extern int vsnprintf (char *, size_t, const char *, va_list); - -#endif - -#if HAVE_ASPRINTF - -#undef asprintf -#define asprintf libintl_asprintf -extern int asprintf (char **, const char *, ...); -#undef vasprintf -#define vasprintf libintl_vasprintf -extern int vasprintf (char **, const char *, va_list); - -#endif - -#if HAVE_WPRINTF - -#undef fwprintf -#define fwprintf libintl_fwprintf -extern int fwprintf (FILE *, const wchar_t *, ...); -#undef vfwprintf -#define vfwprintf libintl_vfwprintf -extern int vfwprintf (FILE *, const wchar_t *, va_list); - -#undef wprintf -#define wprintf libintl_wprintf -extern int wprintf (const wchar_t *, ...); -#undef vwprintf -#define vwprintf libintl_vwprintf -extern int vwprintf (const wchar_t *, va_list); - -#undef swprintf -#define swprintf libintl_swprintf -extern int swprintf (wchar_t *, size_t, const wchar_t *, ...); -#undef vswprintf -#define vswprintf libintl_vswprintf -extern int vswprintf (wchar_t *, size_t, const wchar_t *, va_list); - -#endif - -#endif - - -/* Support for relocatable packages. */ - -/* Sets the original and the current installation prefix of the package. - Relocation simply replaces a pathname starting with the original prefix - by the corresponding pathname with the current prefix instead. Both - prefixes should be directory names without trailing slash (i.e. use "" - instead of "/"). */ -#define libintl_set_relocation_prefix libintl_set_relocation_prefix -extern void - libintl_set_relocation_prefix (const char *orig_prefix, - const char *curr_prefix); - - -#ifdef __cplusplus -} -#endif - -#endif /* libintl.h */ diff --git a/intl/libgnuintl.h.in b/intl/libgnuintl.h.in deleted file mode 100644 index 5e1ccd6767..0000000000 --- a/intl/libgnuintl.h.in +++ /dev/null @@ -1,419 +0,0 @@ -/* Message catalogs for internationalization. - Copyright (C) 1995-1997, 2000-2006 Free Software Foundation, Inc. - - This program is free software; you can redistribute it and/or modify it - under the terms of the GNU Library General Public License as published - by the Free Software Foundation; either version 2, or (at your option) - any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Library General Public License for more details. - - You should have received a copy of the GNU Library General Public - License along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, - USA. */ - -#ifndef _LIBINTL_H -#define _LIBINTL_H 1 - -#include - -/* The LC_MESSAGES locale category is the category used by the functions - gettext() and dgettext(). It is specified in POSIX, but not in ANSI C. - On systems that don't define it, use an arbitrary value instead. - On Solaris, defines __LOCALE_H (or _LOCALE_H in Solaris 2.5) - then includes (i.e. this file!) and then only defines - LC_MESSAGES. To avoid a redefinition warning, don't define LC_MESSAGES - in this case. */ -#if !defined LC_MESSAGES && !(defined __LOCALE_H || (defined _LOCALE_H && defined __sun)) -# define LC_MESSAGES 1729 -#endif - -/* We define an additional symbol to signal that we use the GNU - implementation of gettext. */ -#define __USE_GNU_GETTEXT 1 - -/* Provide information about the supported file formats. Returns the - maximum minor revision number supported for a given major revision. */ -#define __GNU_GETTEXT_SUPPORTED_REVISION(major) \ - ((major) == 0 || (major) == 1 ? 1 : -1) - -/* Resolve a platform specific conflict on DJGPP. GNU gettext takes - precedence over _conio_gettext. */ -#ifdef __DJGPP__ -# undef gettext -#endif - -#ifdef __cplusplus -extern "C" { -#endif - - -/* Version number: (major<<16) + (minor<<8) + subminor */ -#define LIBINTL_VERSION 0x001000 -extern int libintl_version; - - -/* We redirect the functions to those prefixed with "libintl_". This is - necessary, because some systems define gettext/textdomain/... in the C - library (namely, Solaris 2.4 and newer, and GNU libc 2.0 and newer). - If we used the unprefixed names, there would be cases where the - definition in the C library would override the one in the libintl.so - shared library. Recall that on ELF systems, the symbols are looked - up in the following order: - 1. in the executable, - 2. in the shared libraries specified on the link command line, in order, - 3. in the dependencies of the shared libraries specified on the link - command line, - 4. in the dlopen()ed shared libraries, in the order in which they were - dlopen()ed. - The definition in the C library would override the one in libintl.so if - either - * -lc is given on the link command line and -lintl isn't, or - * -lc is given on the link command line before -lintl, or - * libintl.so is a dependency of a dlopen()ed shared library but not - linked to the executable at link time. - Since Solaris gettext() behaves differently than GNU gettext(), this - would be unacceptable. - - The redirection happens by default through macros in C, so that &gettext - is independent of the compilation unit, but through inline functions in - C++, in order not to interfere with the name mangling of class fields or - class methods called 'gettext'. */ - -/* The user can define _INTL_REDIRECT_INLINE or _INTL_REDIRECT_MACROS. - If he doesn't, we choose the method. A third possible method is - _INTL_REDIRECT_ASM, supported only by GCC. */ -#if !(defined _INTL_REDIRECT_INLINE || defined _INTL_REDIRECT_MACROS) -# if __GNUC__ >= 2 && !(__APPLE_CC__ > 1) && !defined __MINGW32__ && !(__GNUC__ == 2 && defined _AIX) && (defined __STDC__ || defined __cplusplus) -# define _INTL_REDIRECT_ASM -# else -# ifdef __cplusplus -# define _INTL_REDIRECT_INLINE -# else -# define _INTL_REDIRECT_MACROS -# endif -# endif -#endif -/* Auxiliary macros. */ -#ifdef _INTL_REDIRECT_ASM -# define _INTL_ASM(cname) __asm__ (_INTL_ASMNAME (__USER_LABEL_PREFIX__, #cname)) -# define _INTL_ASMNAME(prefix,cnamestring) _INTL_STRINGIFY (prefix) cnamestring -# define _INTL_STRINGIFY(prefix) #prefix -#else -# define _INTL_ASM(cname) -#endif - -/* _INTL_MAY_RETURN_STRING_ARG(n) declares that the given function may return - its n-th argument literally. This enables GCC to warn for example about - printf (gettext ("foo %y")). */ -#if __GNUC__ >= 3 && !(__APPLE_CC__ > 1 && defined __cplusplus) -# define _INTL_MAY_RETURN_STRING_ARG(n) __attribute__ ((__format_arg__ (n))) -#else -# define _INTL_MAY_RETURN_STRING_ARG(n) -#endif - -/* Look up MSGID in the current default message catalog for the current - LC_MESSAGES locale. If not found, returns MSGID itself (the default - text). */ -#ifdef _INTL_REDIRECT_INLINE -extern char *libintl_gettext (const char *__msgid) - _INTL_MAY_RETURN_STRING_ARG (1); -static inline char *gettext (const char *__msgid) -{ - return libintl_gettext (__msgid); -} -#else -#ifdef _INTL_REDIRECT_MACROS -# define gettext libintl_gettext -#endif -extern char *gettext (const char *__msgid) - _INTL_ASM (libintl_gettext) - _INTL_MAY_RETURN_STRING_ARG (1); -#endif - -/* Look up MSGID in the DOMAINNAME message catalog for the current - LC_MESSAGES locale. */ -#ifdef _INTL_REDIRECT_INLINE -extern char *libintl_dgettext (const char *__domainname, const char *__msgid) - _INTL_MAY_RETURN_STRING_ARG (2); -static inline char *dgettext (const char *__domainname, const char *__msgid) -{ - return libintl_dgettext (__domainname, __msgid); -} -#else -#ifdef _INTL_REDIRECT_MACROS -# define dgettext libintl_dgettext -#endif -extern char *dgettext (const char *__domainname, const char *__msgid) - _INTL_ASM (libintl_dgettext) - _INTL_MAY_RETURN_STRING_ARG (2); -#endif - -/* Look up MSGID in the DOMAINNAME message catalog for the current CATEGORY - locale. */ -#ifdef _INTL_REDIRECT_INLINE -extern char *libintl_dcgettext (const char *__domainname, const char *__msgid, - int __category) - _INTL_MAY_RETURN_STRING_ARG (2); -static inline char *dcgettext (const char *__domainname, const char *__msgid, - int __category) -{ - return libintl_dcgettext (__domainname, __msgid, __category); -} -#else -#ifdef _INTL_REDIRECT_MACROS -# define dcgettext libintl_dcgettext -#endif -extern char *dcgettext (const char *__domainname, const char *__msgid, - int __category) - _INTL_ASM (libintl_dcgettext) - _INTL_MAY_RETURN_STRING_ARG (2); -#endif - - -/* Similar to `gettext' but select the plural form corresponding to the - number N. */ -#ifdef _INTL_REDIRECT_INLINE -extern char *libintl_ngettext (const char *__msgid1, const char *__msgid2, - unsigned long int __n) - _INTL_MAY_RETURN_STRING_ARG (1) _INTL_MAY_RETURN_STRING_ARG (2); -static inline char *ngettext (const char *__msgid1, const char *__msgid2, - unsigned long int __n) -{ - return libintl_ngettext (__msgid1, __msgid2, __n); -} -#else -#ifdef _INTL_REDIRECT_MACROS -# define ngettext libintl_ngettext -#endif -extern char *ngettext (const char *__msgid1, const char *__msgid2, - unsigned long int __n) - _INTL_ASM (libintl_ngettext) - _INTL_MAY_RETURN_STRING_ARG (1) _INTL_MAY_RETURN_STRING_ARG (2); -#endif - -/* Similar to `dgettext' but select the plural form corresponding to the - number N. */ -#ifdef _INTL_REDIRECT_INLINE -extern char *libintl_dngettext (const char *__domainname, const char *__msgid1, - const char *__msgid2, unsigned long int __n) - _INTL_MAY_RETURN_STRING_ARG (2) _INTL_MAY_RETURN_STRING_ARG (3); -static inline char *dngettext (const char *__domainname, const char *__msgid1, - const char *__msgid2, unsigned long int __n) -{ - return libintl_dngettext (__domainname, __msgid1, __msgid2, __n); -} -#else -#ifdef _INTL_REDIRECT_MACROS -# define dngettext libintl_dngettext -#endif -extern char *dngettext (const char *__domainname, - const char *__msgid1, const char *__msgid2, - unsigned long int __n) - _INTL_ASM (libintl_dngettext) - _INTL_MAY_RETURN_STRING_ARG (2) _INTL_MAY_RETURN_STRING_ARG (3); -#endif - -/* Similar to `dcgettext' but select the plural form corresponding to the - number N. */ -#ifdef _INTL_REDIRECT_INLINE -extern char *libintl_dcngettext (const char *__domainname, - const char *__msgid1, const char *__msgid2, - unsigned long int __n, int __category) - _INTL_MAY_RETURN_STRING_ARG (2) _INTL_MAY_RETURN_STRING_ARG (3); -static inline char *dcngettext (const char *__domainname, - const char *__msgid1, const char *__msgid2, - unsigned long int __n, int __category) -{ - return libintl_dcngettext (__domainname, __msgid1, __msgid2, __n, __category); -} -#else -#ifdef _INTL_REDIRECT_MACROS -# define dcngettext libintl_dcngettext -#endif -extern char *dcngettext (const char *__domainname, - const char *__msgid1, const char *__msgid2, - unsigned long int __n, int __category) - _INTL_ASM (libintl_dcngettext) - _INTL_MAY_RETURN_STRING_ARG (2) _INTL_MAY_RETURN_STRING_ARG (3); -#endif - - -#ifndef IN_LIBGLOCALE - -/* Set the current default message catalog to DOMAINNAME. - If DOMAINNAME is null, return the current default. - If DOMAINNAME is "", reset to the default of "messages". */ -#ifdef _INTL_REDIRECT_INLINE -extern char *libintl_textdomain (const char *__domainname); -static inline char *textdomain (const char *__domainname) -{ - return libintl_textdomain (__domainname); -} -#else -#ifdef _INTL_REDIRECT_MACROS -# define textdomain libintl_textdomain -#endif -extern char *textdomain (const char *__domainname) - _INTL_ASM (libintl_textdomain); -#endif - -/* Specify that the DOMAINNAME message catalog will be found - in DIRNAME rather than in the system locale data base. */ -#ifdef _INTL_REDIRECT_INLINE -extern char *libintl_bindtextdomain (const char *__domainname, - const char *__dirname); -static inline char *bindtextdomain (const char *__domainname, - const char *__dirname) -{ - return libintl_bindtextdomain (__domainname, __dirname); -} -#else -#ifdef _INTL_REDIRECT_MACROS -# define bindtextdomain libintl_bindtextdomain -#endif -extern char *bindtextdomain (const char *__domainname, const char *__dirname) - _INTL_ASM (libintl_bindtextdomain); -#endif - -/* Specify the character encoding in which the messages from the - DOMAINNAME message catalog will be returned. */ -#ifdef _INTL_REDIRECT_INLINE -extern char *libintl_bind_textdomain_codeset (const char *__domainname, - const char *__codeset); -static inline char *bind_textdomain_codeset (const char *__domainname, - const char *__codeset) -{ - return libintl_bind_textdomain_codeset (__domainname, __codeset); -} -#else -#ifdef _INTL_REDIRECT_MACROS -# define bind_textdomain_codeset libintl_bind_textdomain_codeset -#endif -extern char *bind_textdomain_codeset (const char *__domainname, - const char *__codeset) - _INTL_ASM (libintl_bind_textdomain_codeset); -#endif - -#endif /* IN_LIBGLOCALE */ - - -/* Support for format strings with positions in *printf(), following the - POSIX/XSI specification. - Note: These replacements for the *printf() functions are visible only - in source files that #include or #include "gettext.h". - Packages that use *printf() in source files that don't refer to _() - or gettext() but for which the format string could be the return value - of _() or gettext() need to add this #include. Oh well. */ - -#if !@HAVE_POSIX_PRINTF@ - -#include -#include - -/* Get va_list. */ -#if __STDC__ || defined __cplusplus || defined _MSC_VER -# include -#else -# include -#endif - -#undef fprintf -#define fprintf libintl_fprintf -extern int fprintf (FILE *, const char *, ...); -#undef vfprintf -#define vfprintf libintl_vfprintf -extern int vfprintf (FILE *, const char *, va_list); - -#undef printf -#if defined __NetBSD__ || defined __CYGWIN__ || defined __MINGW32__ -/* Don't break __attribute__((format(printf,M,N))). - This redefinition is only possible because the libc in NetBSD, Cygwin, - mingw does not have a function __printf__. */ -# define libintl_printf __printf__ -#endif -#define printf libintl_printf -extern int printf (const char *, ...); -#undef vprintf -#define vprintf libintl_vprintf -extern int vprintf (const char *, va_list); - -#undef sprintf -#define sprintf libintl_sprintf -extern int sprintf (char *, const char *, ...); -#undef vsprintf -#define vsprintf libintl_vsprintf -extern int vsprintf (char *, const char *, va_list); - -#if @HAVE_SNPRINTF@ - -#undef snprintf -#define snprintf libintl_snprintf -extern int snprintf (char *, size_t, const char *, ...); -#undef vsnprintf -#define vsnprintf libintl_vsnprintf -extern int vsnprintf (char *, size_t, const char *, va_list); - -#endif - -#if @HAVE_ASPRINTF@ - -#undef asprintf -#define asprintf libintl_asprintf -extern int asprintf (char **, const char *, ...); -#undef vasprintf -#define vasprintf libintl_vasprintf -extern int vasprintf (char **, const char *, va_list); - -#endif - -#if @HAVE_WPRINTF@ - -#undef fwprintf -#define fwprintf libintl_fwprintf -extern int fwprintf (FILE *, const wchar_t *, ...); -#undef vfwprintf -#define vfwprintf libintl_vfwprintf -extern int vfwprintf (FILE *, const wchar_t *, va_list); - -#undef wprintf -#define wprintf libintl_wprintf -extern int wprintf (const wchar_t *, ...); -#undef vwprintf -#define vwprintf libintl_vwprintf -extern int vwprintf (const wchar_t *, va_list); - -#undef swprintf -#define swprintf libintl_swprintf -extern int swprintf (wchar_t *, size_t, const wchar_t *, ...); -#undef vswprintf -#define vswprintf libintl_vswprintf -extern int vswprintf (wchar_t *, size_t, const wchar_t *, va_list); - -#endif - -#endif - - -/* Support for relocatable packages. */ - -/* Sets the original and the current installation prefix of the package. - Relocation simply replaces a pathname starting with the original prefix - by the corresponding pathname with the current prefix instead. Both - prefixes should be directory names without trailing slash (i.e. use "" - instead of "/"). */ -#define libintl_set_relocation_prefix libintl_set_relocation_prefix -extern void - libintl_set_relocation_prefix (const char *orig_prefix, - const char *curr_prefix); - - -#ifdef __cplusplus -} -#endif - -#endif /* libintl.h */ diff --git a/intl/loadinfo.h b/intl/loadinfo.h deleted file mode 100644 index a7a1970310..0000000000 --- a/intl/loadinfo.h +++ /dev/null @@ -1,132 +0,0 @@ -/* Copyright (C) 1996-1999, 2000-2003, 2005-2006 Free Software Foundation, Inc. - This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1996. - - This program is free software; you can redistribute it and/or modify it - under the terms of the GNU Library General Public License as published - by the Free Software Foundation; either version 2, or (at your option) - any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Library General Public License for more details. - - You should have received a copy of the GNU Library General Public - License along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, - USA. */ - -#ifndef _LOADINFO_H -#define _LOADINFO_H 1 - -/* Declarations of locale dependent catalog lookup functions. - Implemented in - - localealias.c Possibly replace a locale name by another. - explodename.c Split a locale name into its various fields. - l10nflist.c Generate a list of filenames of possible message catalogs. - finddomain.c Find and open the relevant message catalogs. - - The main function _nl_find_domain() in finddomain.c is declared - in gettextP.h. - */ - -#ifndef internal_function -# define internal_function -#endif - -#ifndef LIBINTL_DLL_EXPORTED -# define LIBINTL_DLL_EXPORTED -#endif - -/* Tell the compiler when a conditional or integer expression is - almost always true or almost always false. */ -#ifndef HAVE_BUILTIN_EXPECT -# define __builtin_expect(expr, val) (expr) -#endif - -/* Separator in PATH like lists of pathnames. */ -#if ((defined _WIN32 || defined __WIN32__) && !defined __CYGWIN__) || defined __EMX__ || defined __DJGPP__ - /* Win32, OS/2, DOS */ -# define PATH_SEPARATOR ';' -#else - /* Unix */ -# define PATH_SEPARATOR ':' -#endif - -/* Encoding of locale name parts. */ -#define XPG_NORM_CODESET 1 -#define XPG_CODESET 2 -#define XPG_TERRITORY 4 -#define XPG_MODIFIER 8 - - -struct loaded_l10nfile -{ - const char *filename; - int decided; - - const void *data; - - struct loaded_l10nfile *next; - struct loaded_l10nfile *successor[1]; -}; - - -/* Normalize codeset name. There is no standard for the codeset - names. Normalization allows the user to use any of the common - names. The return value is dynamically allocated and has to be - freed by the caller. */ -extern const char *_nl_normalize_codeset (const char *codeset, - size_t name_len); - -/* Lookup a locale dependent file. - *L10NFILE_LIST denotes a pool of lookup results of locale dependent - files of the same kind, sorted in decreasing order of ->filename. - DIRLIST and DIRLIST_LEN are an argz list of directories in which to - look, containing at least one directory (i.e. DIRLIST_LEN > 0). - MASK, LANGUAGE, TERRITORY, CODESET, NORMALIZED_CODESET, MODIFIER - are the pieces of the locale name, as produced by _nl_explode_name(). - FILENAME is the filename suffix. - The return value is the lookup result, either found in *L10NFILE_LIST, - or - if DO_ALLOCATE is nonzero - freshly allocated, or possibly NULL. - If the return value is non-NULL, it is added to *L10NFILE_LIST, and - its ->next field denotes the chaining inside *L10NFILE_LIST, and - furthermore its ->successor[] field contains a list of other lookup - results from which this lookup result inherits. */ -extern struct loaded_l10nfile * -_nl_make_l10nflist (struct loaded_l10nfile **l10nfile_list, - const char *dirlist, size_t dirlist_len, int mask, - const char *language, const char *territory, - const char *codeset, const char *normalized_codeset, - const char *modifier, - const char *filename, int do_allocate); - -/* Lookup the real locale name for a locale alias NAME, or NULL if - NAME is not a locale alias (but possibly a real locale name). - The return value is statically allocated and must not be freed. */ -/* Part of the libintl ABI only for the sake of the gettext.m4 macro. */ -extern LIBINTL_DLL_EXPORTED const char *_nl_expand_alias (const char *name); - -/* Split a locale name NAME into its pieces: language, modifier, - territory, codeset. - NAME gets destructively modified: NUL bytes are inserted here and - there. *LANGUAGE gets assigned NAME. Each of *MODIFIER, *TERRITORY, - *CODESET gets assigned either a pointer into the old NAME string, or - NULL. *NORMALIZED_CODESET gets assigned the expanded *CODESET, if it - is different from *CODESET; this one is dynamically allocated and has - to be freed by the caller. - The return value is a bitmask, where each bit corresponds to one - filled-in value: - XPG_MODIFIER for *MODIFIER, - XPG_TERRITORY for *TERRITORY, - XPG_CODESET for *CODESET, - XPG_NORM_CODESET for *NORMALIZED_CODESET. - */ -extern int _nl_explode_name (char *name, const char **language, - const char **modifier, const char **territory, - const char **codeset, - const char **normalized_codeset); - -#endif /* loadinfo.h */ diff --git a/intl/loadmsgcat.c b/intl/loadmsgcat.c deleted file mode 100644 index 2520c8c217..0000000000 --- a/intl/loadmsgcat.c +++ /dev/null @@ -1,1333 +0,0 @@ -/* Load needed message catalogs. - Copyright (C) 1995-1999, 2000-2005 Free Software Foundation, Inc. - - This program is free software; you can redistribute it and/or modify it - under the terms of the GNU Library General Public License as published - by the Free Software Foundation; either version 2, or (at your option) - any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Library General Public License for more details. - - You should have received a copy of the GNU Library General Public - License along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, - USA. */ - -/* Tell glibc's to provide a prototype for mempcpy(). - This must come before because may include - , and once has been included, it's too late. */ -#ifndef _GNU_SOURCE -# define _GNU_SOURCE 1 -#endif - -#ifdef HAVE_CONFIG_H -# include -#endif - -#include -#include -#include -#include -#include - -#ifdef __GNUC__ -# undef alloca -# define alloca __builtin_alloca -# define HAVE_ALLOCA 1 -#else -# ifdef _MSC_VER -# include -# define alloca _alloca -# else -# if defined HAVE_ALLOCA_H || defined _LIBC -# include -# else -# ifdef _AIX - #pragma alloca -# else -# ifndef alloca -char *alloca (); -# endif -# endif -# endif -# endif -#endif - -#include -#include - -#if defined HAVE_UNISTD_H || defined _LIBC -# include -#endif - -#ifdef _LIBC -# include -# include -#endif - -#if (defined HAVE_MMAP && defined HAVE_MUNMAP && !defined DISALLOW_MMAP) \ - || (defined _LIBC && defined _POSIX_MAPPED_FILES) -# include -# undef HAVE_MMAP -# define HAVE_MMAP 1 -#else -# undef HAVE_MMAP -#endif - -#if defined HAVE_STDINT_H_WITH_UINTMAX || defined _LIBC -# include -#endif -#if defined HAVE_INTTYPES_H || defined _LIBC -# include -#endif - -#include "gmo.h" -#include "gettextP.h" -#include "hash-string.h" -#include "plural-exp.h" - -#ifdef _LIBC -# include "../locale/localeinfo.h" -# include -#endif - -/* Handle multi-threaded applications. */ -#ifdef _LIBC -# include -#else -# include "lock.h" -#endif - -/* Provide fallback values for macros that ought to be defined in . - Note that our fallback values need not be literal strings, because we don't - use them with preprocessor string concatenation. */ -#if !defined PRId8 || PRI_MACROS_BROKEN -# undef PRId8 -# define PRId8 "d" -#endif -#if !defined PRIi8 || PRI_MACROS_BROKEN -# undef PRIi8 -# define PRIi8 "i" -#endif -#if !defined PRIo8 || PRI_MACROS_BROKEN -# undef PRIo8 -# define PRIo8 "o" -#endif -#if !defined PRIu8 || PRI_MACROS_BROKEN -# undef PRIu8 -# define PRIu8 "u" -#endif -#if !defined PRIx8 || PRI_MACROS_BROKEN -# undef PRIx8 -# define PRIx8 "x" -#endif -#if !defined PRIX8 || PRI_MACROS_BROKEN -# undef PRIX8 -# define PRIX8 "X" -#endif -#if !defined PRId16 || PRI_MACROS_BROKEN -# undef PRId16 -# define PRId16 "d" -#endif -#if !defined PRIi16 || PRI_MACROS_BROKEN -# undef PRIi16 -# define PRIi16 "i" -#endif -#if !defined PRIo16 || PRI_MACROS_BROKEN -# undef PRIo16 -# define PRIo16 "o" -#endif -#if !defined PRIu16 || PRI_MACROS_BROKEN -# undef PRIu16 -# define PRIu16 "u" -#endif -#if !defined PRIx16 || PRI_MACROS_BROKEN -# undef PRIx16 -# define PRIx16 "x" -#endif -#if !defined PRIX16 || PRI_MACROS_BROKEN -# undef PRIX16 -# define PRIX16 "X" -#endif -#if !defined PRId32 || PRI_MACROS_BROKEN -# undef PRId32 -# define PRId32 "d" -#endif -#if !defined PRIi32 || PRI_MACROS_BROKEN -# undef PRIi32 -# define PRIi32 "i" -#endif -#if !defined PRIo32 || PRI_MACROS_BROKEN -# undef PRIo32 -# define PRIo32 "o" -#endif -#if !defined PRIu32 || PRI_MACROS_BROKEN -# undef PRIu32 -# define PRIu32 "u" -#endif -#if !defined PRIx32 || PRI_MACROS_BROKEN -# undef PRIx32 -# define PRIx32 "x" -#endif -#if !defined PRIX32 || PRI_MACROS_BROKEN -# undef PRIX32 -# define PRIX32 "X" -#endif -#if !defined PRId64 || PRI_MACROS_BROKEN -# undef PRId64 -# define PRId64 (sizeof (long) == 8 ? "ld" : "lld") -#endif -#if !defined PRIi64 || PRI_MACROS_BROKEN -# undef PRIi64 -# define PRIi64 (sizeof (long) == 8 ? "li" : "lli") -#endif -#if !defined PRIo64 || PRI_MACROS_BROKEN -# undef PRIo64 -# define PRIo64 (sizeof (long) == 8 ? "lo" : "llo") -#endif -#if !defined PRIu64 || PRI_MACROS_BROKEN -# undef PRIu64 -# define PRIu64 (sizeof (long) == 8 ? "lu" : "llu") -#endif -#if !defined PRIx64 || PRI_MACROS_BROKEN -# undef PRIx64 -# define PRIx64 (sizeof (long) == 8 ? "lx" : "llx") -#endif -#if !defined PRIX64 || PRI_MACROS_BROKEN -# undef PRIX64 -# define PRIX64 (sizeof (long) == 8 ? "lX" : "llX") -#endif -#if !defined PRIdLEAST8 || PRI_MACROS_BROKEN -# undef PRIdLEAST8 -# define PRIdLEAST8 "d" -#endif -#if !defined PRIiLEAST8 || PRI_MACROS_BROKEN -# undef PRIiLEAST8 -# define PRIiLEAST8 "i" -#endif -#if !defined PRIoLEAST8 || PRI_MACROS_BROKEN -# undef PRIoLEAST8 -# define PRIoLEAST8 "o" -#endif -#if !defined PRIuLEAST8 || PRI_MACROS_BROKEN -# undef PRIuLEAST8 -# define PRIuLEAST8 "u" -#endif -#if !defined PRIxLEAST8 || PRI_MACROS_BROKEN -# undef PRIxLEAST8 -# define PRIxLEAST8 "x" -#endif -#if !defined PRIXLEAST8 || PRI_MACROS_BROKEN -# undef PRIXLEAST8 -# define PRIXLEAST8 "X" -#endif -#if !defined PRIdLEAST16 || PRI_MACROS_BROKEN -# undef PRIdLEAST16 -# define PRIdLEAST16 "d" -#endif -#if !defined PRIiLEAST16 || PRI_MACROS_BROKEN -# undef PRIiLEAST16 -# define PRIiLEAST16 "i" -#endif -#if !defined PRIoLEAST16 || PRI_MACROS_BROKEN -# undef PRIoLEAST16 -# define PRIoLEAST16 "o" -#endif -#if !defined PRIuLEAST16 || PRI_MACROS_BROKEN -# undef PRIuLEAST16 -# define PRIuLEAST16 "u" -#endif -#if !defined PRIxLEAST16 || PRI_MACROS_BROKEN -# undef PRIxLEAST16 -# define PRIxLEAST16 "x" -#endif -#if !defined PRIXLEAST16 || PRI_MACROS_BROKEN -# undef PRIXLEAST16 -# define PRIXLEAST16 "X" -#endif -#if !defined PRIdLEAST32 || PRI_MACROS_BROKEN -# undef PRIdLEAST32 -# define PRIdLEAST32 "d" -#endif -#if !defined PRIiLEAST32 || PRI_MACROS_BROKEN -# undef PRIiLEAST32 -# define PRIiLEAST32 "i" -#endif -#if !defined PRIoLEAST32 || PRI_MACROS_BROKEN -# undef PRIoLEAST32 -# define PRIoLEAST32 "o" -#endif -#if !defined PRIuLEAST32 || PRI_MACROS_BROKEN -# undef PRIuLEAST32 -# define PRIuLEAST32 "u" -#endif -#if !defined PRIxLEAST32 || PRI_MACROS_BROKEN -# undef PRIxLEAST32 -# define PRIxLEAST32 "x" -#endif -#if !defined PRIXLEAST32 || PRI_MACROS_BROKEN -# undef PRIXLEAST32 -# define PRIXLEAST32 "X" -#endif -#if !defined PRIdLEAST64 || PRI_MACROS_BROKEN -# undef PRIdLEAST64 -# define PRIdLEAST64 PRId64 -#endif -#if !defined PRIiLEAST64 || PRI_MACROS_BROKEN -# undef PRIiLEAST64 -# define PRIiLEAST64 PRIi64 -#endif -#if !defined PRIoLEAST64 || PRI_MACROS_BROKEN -# undef PRIoLEAST64 -# define PRIoLEAST64 PRIo64 -#endif -#if !defined PRIuLEAST64 || PRI_MACROS_BROKEN -# undef PRIuLEAST64 -# define PRIuLEAST64 PRIu64 -#endif -#if !defined PRIxLEAST64 || PRI_MACROS_BROKEN -# undef PRIxLEAST64 -# define PRIxLEAST64 PRIx64 -#endif -#if !defined PRIXLEAST64 || PRI_MACROS_BROKEN -# undef PRIXLEAST64 -# define PRIXLEAST64 PRIX64 -#endif -#if !defined PRIdFAST8 || PRI_MACROS_BROKEN -# undef PRIdFAST8 -# define PRIdFAST8 "d" -#endif -#if !defined PRIiFAST8 || PRI_MACROS_BROKEN -# undef PRIiFAST8 -# define PRIiFAST8 "i" -#endif -#if !defined PRIoFAST8 || PRI_MACROS_BROKEN -# undef PRIoFAST8 -# define PRIoFAST8 "o" -#endif -#if !defined PRIuFAST8 || PRI_MACROS_BROKEN -# undef PRIuFAST8 -# define PRIuFAST8 "u" -#endif -#if !defined PRIxFAST8 || PRI_MACROS_BROKEN -# undef PRIxFAST8 -# define PRIxFAST8 "x" -#endif -#if !defined PRIXFAST8 || PRI_MACROS_BROKEN -# undef PRIXFAST8 -# define PRIXFAST8 "X" -#endif -#if !defined PRIdFAST16 || PRI_MACROS_BROKEN -# undef PRIdFAST16 -# define PRIdFAST16 "d" -#endif -#if !defined PRIiFAST16 || PRI_MACROS_BROKEN -# undef PRIiFAST16 -# define PRIiFAST16 "i" -#endif -#if !defined PRIoFAST16 || PRI_MACROS_BROKEN -# undef PRIoFAST16 -# define PRIoFAST16 "o" -#endif -#if !defined PRIuFAST16 || PRI_MACROS_BROKEN -# undef PRIuFAST16 -# define PRIuFAST16 "u" -#endif -#if !defined PRIxFAST16 || PRI_MACROS_BROKEN -# undef PRIxFAST16 -# define PRIxFAST16 "x" -#endif -#if !defined PRIXFAST16 || PRI_MACROS_BROKEN -# undef PRIXFAST16 -# define PRIXFAST16 "X" -#endif -#if !defined PRIdFAST32 || PRI_MACROS_BROKEN -# undef PRIdFAST32 -# define PRIdFAST32 "d" -#endif -#if !defined PRIiFAST32 || PRI_MACROS_BROKEN -# undef PRIiFAST32 -# define PRIiFAST32 "i" -#endif -#if !defined PRIoFAST32 || PRI_MACROS_BROKEN -# undef PRIoFAST32 -# define PRIoFAST32 "o" -#endif -#if !defined PRIuFAST32 || PRI_MACROS_BROKEN -# undef PRIuFAST32 -# define PRIuFAST32 "u" -#endif -#if !defined PRIxFAST32 || PRI_MACROS_BROKEN -# undef PRIxFAST32 -# define PRIxFAST32 "x" -#endif -#if !defined PRIXFAST32 || PRI_MACROS_BROKEN -# undef PRIXFAST32 -# define PRIXFAST32 "X" -#endif -#if !defined PRIdFAST64 || PRI_MACROS_BROKEN -# undef PRIdFAST64 -# define PRIdFAST64 PRId64 -#endif -#if !defined PRIiFAST64 || PRI_MACROS_BROKEN -# undef PRIiFAST64 -# define PRIiFAST64 PRIi64 -#endif -#if !defined PRIoFAST64 || PRI_MACROS_BROKEN -# undef PRIoFAST64 -# define PRIoFAST64 PRIo64 -#endif -#if !defined PRIuFAST64 || PRI_MACROS_BROKEN -# undef PRIuFAST64 -# define PRIuFAST64 PRIu64 -#endif -#if !defined PRIxFAST64 || PRI_MACROS_BROKEN -# undef PRIxFAST64 -# define PRIxFAST64 PRIx64 -#endif -#if !defined PRIXFAST64 || PRI_MACROS_BROKEN -# undef PRIXFAST64 -# define PRIXFAST64 PRIX64 -#endif -#if !defined PRIdMAX || PRI_MACROS_BROKEN -# undef PRIdMAX -# define PRIdMAX (sizeof (uintmax_t) == sizeof (long) ? "ld" : "lld") -#endif -#if !defined PRIiMAX || PRI_MACROS_BROKEN -# undef PRIiMAX -# define PRIiMAX (sizeof (uintmax_t) == sizeof (long) ? "li" : "lli") -#endif -#if !defined PRIoMAX || PRI_MACROS_BROKEN -# undef PRIoMAX -# define PRIoMAX (sizeof (uintmax_t) == sizeof (long) ? "lo" : "llo") -#endif -#if !defined PRIuMAX || PRI_MACROS_BROKEN -# undef PRIuMAX -# define PRIuMAX (sizeof (uintmax_t) == sizeof (long) ? "lu" : "llu") -#endif -#if !defined PRIxMAX || PRI_MACROS_BROKEN -# undef PRIxMAX -# define PRIxMAX (sizeof (uintmax_t) == sizeof (long) ? "lx" : "llx") -#endif -#if !defined PRIXMAX || PRI_MACROS_BROKEN -# undef PRIXMAX -# define PRIXMAX (sizeof (uintmax_t) == sizeof (long) ? "lX" : "llX") -#endif -#if !defined PRIdPTR || PRI_MACROS_BROKEN -# undef PRIdPTR -# define PRIdPTR \ - (sizeof (void *) == sizeof (long) ? "ld" : \ - sizeof (void *) == sizeof (int) ? "d" : \ - "lld") -#endif -#if !defined PRIiPTR || PRI_MACROS_BROKEN -# undef PRIiPTR -# define PRIiPTR \ - (sizeof (void *) == sizeof (long) ? "li" : \ - sizeof (void *) == sizeof (int) ? "i" : \ - "lli") -#endif -#if !defined PRIoPTR || PRI_MACROS_BROKEN -# undef PRIoPTR -# define PRIoPTR \ - (sizeof (void *) == sizeof (long) ? "lo" : \ - sizeof (void *) == sizeof (int) ? "o" : \ - "llo") -#endif -#if !defined PRIuPTR || PRI_MACROS_BROKEN -# undef PRIuPTR -# define PRIuPTR \ - (sizeof (void *) == sizeof (long) ? "lu" : \ - sizeof (void *) == sizeof (int) ? "u" : \ - "llu") -#endif -#if !defined PRIxPTR || PRI_MACROS_BROKEN -# undef PRIxPTR -# define PRIxPTR \ - (sizeof (void *) == sizeof (long) ? "lx" : \ - sizeof (void *) == sizeof (int) ? "x" : \ - "llx") -#endif -#if !defined PRIXPTR || PRI_MACROS_BROKEN -# undef PRIXPTR -# define PRIXPTR \ - (sizeof (void *) == sizeof (long) ? "lX" : \ - sizeof (void *) == sizeof (int) ? "X" : \ - "llX") -#endif - -/* @@ end of prolog @@ */ - -#ifdef _LIBC -/* Rename the non ISO C functions. This is required by the standard - because some ISO C functions will require linking with this object - file and the name space must not be polluted. */ -# define open(name, flags) open_not_cancel_2 (name, flags) -# define close(fd) close_not_cancel_no_status (fd) -# define read(fd, buf, n) read_not_cancel (fd, buf, n) -# define mmap(addr, len, prot, flags, fd, offset) \ - __mmap (addr, len, prot, flags, fd, offset) -# define munmap(addr, len) __munmap (addr, len) -#endif - -/* For those losing systems which don't have `alloca' we have to add - some additional code emulating it. */ -#ifdef HAVE_ALLOCA -# define freea(p) /* nothing */ -#else -# define alloca(n) malloc (n) -# define freea(p) free (p) -#endif - -/* For systems that distinguish between text and binary I/O. - O_BINARY is usually declared in . */ -#if !defined O_BINARY && defined _O_BINARY - /* For MSC-compatible compilers. */ -# define O_BINARY _O_BINARY -# define O_TEXT _O_TEXT -#endif -#ifdef __BEOS__ - /* BeOS 5 has O_BINARY and O_TEXT, but they have no effect. */ -# undef O_BINARY -# undef O_TEXT -#endif -/* On reasonable systems, binary I/O is the default. */ -#ifndef O_BINARY -# define O_BINARY 0 -#endif - - -/* We need a sign, whether a new catalog was loaded, which can be associated - with all translations. This is important if the translations are - cached by one of GCC's features. */ -int _nl_msg_cat_cntr; - - -/* Expand a system dependent string segment. Return NULL if unsupported. */ -static const char * -get_sysdep_segment_value (const char *name) -{ - /* Test for an ISO C 99 section 7.8.1 format string directive. - Syntax: - P R I { d | i | o | u | x | X } - { { | LEAST | FAST } { 8 | 16 | 32 | 64 } | MAX | PTR } */ - /* We don't use a table of 14 times 6 'const char *' strings here, because - data relocations cost startup time. */ - if (name[0] == 'P' && name[1] == 'R' && name[2] == 'I') - { - if (name[3] == 'd' || name[3] == 'i' || name[3] == 'o' || name[3] == 'u' - || name[3] == 'x' || name[3] == 'X') - { - if (name[4] == '8' && name[5] == '\0') - { - if (name[3] == 'd') - return PRId8; - if (name[3] == 'i') - return PRIi8; - if (name[3] == 'o') - return PRIo8; - if (name[3] == 'u') - return PRIu8; - if (name[3] == 'x') - return PRIx8; - if (name[3] == 'X') - return PRIX8; - abort (); - } - if (name[4] == '1' && name[5] == '6' && name[6] == '\0') - { - if (name[3] == 'd') - return PRId16; - if (name[3] == 'i') - return PRIi16; - if (name[3] == 'o') - return PRIo16; - if (name[3] == 'u') - return PRIu16; - if (name[3] == 'x') - return PRIx16; - if (name[3] == 'X') - return PRIX16; - abort (); - } - if (name[4] == '3' && name[5] == '2' && name[6] == '\0') - { - if (name[3] == 'd') - return PRId32; - if (name[3] == 'i') - return PRIi32; - if (name[3] == 'o') - return PRIo32; - if (name[3] == 'u') - return PRIu32; - if (name[3] == 'x') - return PRIx32; - if (name[3] == 'X') - return PRIX32; - abort (); - } - if (name[4] == '6' && name[5] == '4' && name[6] == '\0') - { - if (name[3] == 'd') - return PRId64; - if (name[3] == 'i') - return PRIi64; - if (name[3] == 'o') - return PRIo64; - if (name[3] == 'u') - return PRIu64; - if (name[3] == 'x') - return PRIx64; - if (name[3] == 'X') - return PRIX64; - abort (); - } - if (name[4] == 'L' && name[5] == 'E' && name[6] == 'A' - && name[7] == 'S' && name[8] == 'T') - { - if (name[9] == '8' && name[10] == '\0') - { - if (name[3] == 'd') - return PRIdLEAST8; - if (name[3] == 'i') - return PRIiLEAST8; - if (name[3] == 'o') - return PRIoLEAST8; - if (name[3] == 'u') - return PRIuLEAST8; - if (name[3] == 'x') - return PRIxLEAST8; - if (name[3] == 'X') - return PRIXLEAST8; - abort (); - } - if (name[9] == '1' && name[10] == '6' && name[11] == '\0') - { - if (name[3] == 'd') - return PRIdLEAST16; - if (name[3] == 'i') - return PRIiLEAST16; - if (name[3] == 'o') - return PRIoLEAST16; - if (name[3] == 'u') - return PRIuLEAST16; - if (name[3] == 'x') - return PRIxLEAST16; - if (name[3] == 'X') - return PRIXLEAST16; - abort (); - } - if (name[9] == '3' && name[10] == '2' && name[11] == '\0') - { - if (name[3] == 'd') - return PRIdLEAST32; - if (name[3] == 'i') - return PRIiLEAST32; - if (name[3] == 'o') - return PRIoLEAST32; - if (name[3] == 'u') - return PRIuLEAST32; - if (name[3] == 'x') - return PRIxLEAST32; - if (name[3] == 'X') - return PRIXLEAST32; - abort (); - } - if (name[9] == '6' && name[10] == '4' && name[11] == '\0') - { - if (name[3] == 'd') - return PRIdLEAST64; - if (name[3] == 'i') - return PRIiLEAST64; - if (name[3] == 'o') - return PRIoLEAST64; - if (name[3] == 'u') - return PRIuLEAST64; - if (name[3] == 'x') - return PRIxLEAST64; - if (name[3] == 'X') - return PRIXLEAST64; - abort (); - } - } - if (name[4] == 'F' && name[5] == 'A' && name[6] == 'S' - && name[7] == 'T') - { - if (name[8] == '8' && name[9] == '\0') - { - if (name[3] == 'd') - return PRIdFAST8; - if (name[3] == 'i') - return PRIiFAST8; - if (name[3] == 'o') - return PRIoFAST8; - if (name[3] == 'u') - return PRIuFAST8; - if (name[3] == 'x') - return PRIxFAST8; - if (name[3] == 'X') - return PRIXFAST8; - abort (); - } - if (name[8] == '1' && name[9] == '6' && name[10] == '\0') - { - if (name[3] == 'd') - return PRIdFAST16; - if (name[3] == 'i') - return PRIiFAST16; - if (name[3] == 'o') - return PRIoFAST16; - if (name[3] == 'u') - return PRIuFAST16; - if (name[3] == 'x') - return PRIxFAST16; - if (name[3] == 'X') - return PRIXFAST16; - abort (); - } - if (name[8] == '3' && name[9] == '2' && name[10] == '\0') - { - if (name[3] == 'd') - return PRIdFAST32; - if (name[3] == 'i') - return PRIiFAST32; - if (name[3] == 'o') - return PRIoFAST32; - if (name[3] == 'u') - return PRIuFAST32; - if (name[3] == 'x') - return PRIxFAST32; - if (name[3] == 'X') - return PRIXFAST32; - abort (); - } - if (name[8] == '6' && name[9] == '4' && name[10] == '\0') - { - if (name[3] == 'd') - return PRIdFAST64; - if (name[3] == 'i') - return PRIiFAST64; - if (name[3] == 'o') - return PRIoFAST64; - if (name[3] == 'u') - return PRIuFAST64; - if (name[3] == 'x') - return PRIxFAST64; - if (name[3] == 'X') - return PRIXFAST64; - abort (); - } - } - if (name[4] == 'M' && name[5] == 'A' && name[6] == 'X' - && name[7] == '\0') - { - if (name[3] == 'd') - return PRIdMAX; - if (name[3] == 'i') - return PRIiMAX; - if (name[3] == 'o') - return PRIoMAX; - if (name[3] == 'u') - return PRIuMAX; - if (name[3] == 'x') - return PRIxMAX; - if (name[3] == 'X') - return PRIXMAX; - abort (); - } - if (name[4] == 'P' && name[5] == 'T' && name[6] == 'R' - && name[7] == '\0') - { - if (name[3] == 'd') - return PRIdPTR; - if (name[3] == 'i') - return PRIiPTR; - if (name[3] == 'o') - return PRIoPTR; - if (name[3] == 'u') - return PRIuPTR; - if (name[3] == 'x') - return PRIxPTR; - if (name[3] == 'X') - return PRIXPTR; - abort (); - } - } - } - /* Test for a glibc specific printf() format directive flag. */ - if (name[0] == 'I' && name[1] == '\0') - { -#if defined _LIBC || __GLIBC__ > 2 || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 2) - /* The 'I' flag, in numeric format directives, replaces ASCII digits - with the 'outdigits' defined in the LC_CTYPE locale facet. This is - used for Farsi (Persian) and maybe Arabic. */ - return "I"; -#else - return ""; -#endif - } - /* Other system dependent strings are not valid. */ - return NULL; -} - -/* Load the message catalogs specified by FILENAME. If it is no valid - message catalog do nothing. */ -void -internal_function -_nl_load_domain (struct loaded_l10nfile *domain_file, - struct binding *domainbinding) -{ - __libc_lock_define_initialized_recursive (static, lock) - int fd = -1; - size_t size; -#ifdef _LIBC - struct stat64 st; -#else - struct stat st; -#endif - struct mo_file_header *data = (struct mo_file_header *) -1; - int use_mmap = 0; - struct loaded_domain *domain; - int revision; - const char *nullentry; - size_t nullentrylen; - - __libc_lock_lock_recursive (lock); - if (domain_file->decided != 0) - { - /* There are two possibilities: - - + this is the same thread calling again during this initialization - via _nl_find_msg. We have initialized everything this call needs. - - + this is another thread which tried to initialize this object. - Not necessary anymore since if the lock is available this - is finished. - */ - goto done; - } - - domain_file->decided = -1; - domain_file->data = NULL; - - /* Note that it would be useless to store domainbinding in domain_file - because domainbinding might be == NULL now but != NULL later (after - a call to bind_textdomain_codeset). */ - - /* If the record does not represent a valid locale the FILENAME - might be NULL. This can happen when according to the given - specification the locale file name is different for XPG and CEN - syntax. */ - if (domain_file->filename == NULL) - goto out; - - /* Try to open the addressed file. */ - fd = open (domain_file->filename, O_RDONLY | O_BINARY); - if (fd == -1) - goto out; - - /* We must know about the size of the file. */ - if ( -#ifdef _LIBC - __builtin_expect (fstat64 (fd, &st) != 0, 0) -#else - __builtin_expect (fstat (fd, &st) != 0, 0) -#endif - || __builtin_expect ((size = (size_t) st.st_size) != st.st_size, 0) - || __builtin_expect (size < sizeof (struct mo_file_header), 0)) - /* Something went wrong. */ - goto out; - -#ifdef HAVE_MMAP - /* Now we are ready to load the file. If mmap() is available we try - this first. If not available or it failed we try to load it. */ - data = (struct mo_file_header *) mmap (NULL, size, PROT_READ, - MAP_PRIVATE, fd, 0); - - if (__builtin_expect (data != (struct mo_file_header *) -1, 1)) - { - /* mmap() call was successful. */ - close (fd); - fd = -1; - use_mmap = 1; - } -#endif - - /* If the data is not yet available (i.e. mmap'ed) we try to load - it manually. */ - if (data == (struct mo_file_header *) -1) - { - size_t to_read; - char *read_ptr; - - data = (struct mo_file_header *) malloc (size); - if (data == NULL) - goto out; - - to_read = size; - read_ptr = (char *) data; - do - { - long int nb = (long int) read (fd, read_ptr, to_read); - if (nb <= 0) - { -#ifdef EINTR - if (nb == -1 && errno == EINTR) - continue; -#endif - goto out; - } - read_ptr += nb; - to_read -= nb; - } - while (to_read > 0); - - close (fd); - fd = -1; - } - - /* Using the magic number we can test whether it really is a message - catalog file. */ - if (__builtin_expect (data->magic != _MAGIC && data->magic != _MAGIC_SWAPPED, - 0)) - { - /* The magic number is wrong: not a message catalog file. */ -#ifdef HAVE_MMAP - if (use_mmap) - munmap ((caddr_t) data, size); - else -#endif - free (data); - goto out; - } - - domain = (struct loaded_domain *) malloc (sizeof (struct loaded_domain)); - if (domain == NULL) - goto out; - domain_file->data = domain; - - domain->data = (char *) data; - domain->use_mmap = use_mmap; - domain->mmap_size = size; - domain->must_swap = data->magic != _MAGIC; - domain->malloced = NULL; - - /* Fill in the information about the available tables. */ - revision = W (domain->must_swap, data->revision); - /* We support only the major revisions 0 and 1. */ - switch (revision >> 16) - { - case 0: - case 1: - domain->nstrings = W (domain->must_swap, data->nstrings); - domain->orig_tab = (const struct string_desc *) - ((char *) data + W (domain->must_swap, data->orig_tab_offset)); - domain->trans_tab = (const struct string_desc *) - ((char *) data + W (domain->must_swap, data->trans_tab_offset)); - domain->hash_size = W (domain->must_swap, data->hash_tab_size); - domain->hash_tab = - (domain->hash_size > 2 - ? (const nls_uint32 *) - ((char *) data + W (domain->must_swap, data->hash_tab_offset)) - : NULL); - domain->must_swap_hash_tab = domain->must_swap; - - /* Now dispatch on the minor revision. */ - switch (revision & 0xffff) - { - case 0: - domain->n_sysdep_strings = 0; - domain->orig_sysdep_tab = NULL; - domain->trans_sysdep_tab = NULL; - break; - case 1: - default: - { - nls_uint32 n_sysdep_strings; - - if (domain->hash_tab == NULL) - /* This is invalid. These minor revisions need a hash table. */ - goto invalid; - - n_sysdep_strings = - W (domain->must_swap, data->n_sysdep_strings); - if (n_sysdep_strings > 0) - { - nls_uint32 n_sysdep_segments; - const struct sysdep_segment *sysdep_segments; - const char **sysdep_segment_values; - const nls_uint32 *orig_sysdep_tab; - const nls_uint32 *trans_sysdep_tab; - nls_uint32 n_inmem_sysdep_strings; - size_t memneed; - char *mem; - struct sysdep_string_desc *inmem_orig_sysdep_tab; - struct sysdep_string_desc *inmem_trans_sysdep_tab; - nls_uint32 *inmem_hash_tab; - unsigned int i, j; - - /* Get the values of the system dependent segments. */ - n_sysdep_segments = - W (domain->must_swap, data->n_sysdep_segments); - sysdep_segments = (const struct sysdep_segment *) - ((char *) data - + W (domain->must_swap, data->sysdep_segments_offset)); - sysdep_segment_values = - alloca (n_sysdep_segments * sizeof (const char *)); - for (i = 0; i < n_sysdep_segments; i++) - { - const char *name = - (char *) data - + W (domain->must_swap, sysdep_segments[i].offset); - nls_uint32 namelen = - W (domain->must_swap, sysdep_segments[i].length); - - if (!(namelen > 0 && name[namelen - 1] == '\0')) - { - freea (sysdep_segment_values); - goto invalid; - } - - sysdep_segment_values[i] = get_sysdep_segment_value (name); - } - - orig_sysdep_tab = (const nls_uint32 *) - ((char *) data - + W (domain->must_swap, data->orig_sysdep_tab_offset)); - trans_sysdep_tab = (const nls_uint32 *) - ((char *) data - + W (domain->must_swap, data->trans_sysdep_tab_offset)); - - /* Compute the amount of additional memory needed for the - system dependent strings and the augmented hash table. - At the same time, also drop string pairs which refer to - an undefined system dependent segment. */ - n_inmem_sysdep_strings = 0; - memneed = domain->hash_size * sizeof (nls_uint32); - for (i = 0; i < n_sysdep_strings; i++) - { - int valid = 1; - size_t needs[2]; - - for (j = 0; j < 2; j++) - { - const struct sysdep_string *sysdep_string = - (const struct sysdep_string *) - ((char *) data - + W (domain->must_swap, - j == 0 - ? orig_sysdep_tab[i] - : trans_sysdep_tab[i])); - size_t need = 0; - const struct segment_pair *p = sysdep_string->segments; - - if (W (domain->must_swap, p->sysdepref) != SEGMENTS_END) - for (p = sysdep_string->segments;; p++) - { - nls_uint32 sysdepref; - - need += W (domain->must_swap, p->segsize); - - sysdepref = W (domain->must_swap, p->sysdepref); - if (sysdepref == SEGMENTS_END) - break; - - if (sysdepref >= n_sysdep_segments) - { - /* Invalid. */ - freea (sysdep_segment_values); - goto invalid; - } - - if (sysdep_segment_values[sysdepref] == NULL) - { - /* This particular string pair is invalid. */ - valid = 0; - break; - } - - need += strlen (sysdep_segment_values[sysdepref]); - } - - needs[j] = need; - if (!valid) - break; - } - - if (valid) - { - n_inmem_sysdep_strings++; - memneed += needs[0] + needs[1]; - } - } - memneed += 2 * n_inmem_sysdep_strings - * sizeof (struct sysdep_string_desc); - - if (n_inmem_sysdep_strings > 0) - { - unsigned int k; - - /* Allocate additional memory. */ - mem = (char *) malloc (memneed); - if (mem == NULL) - goto invalid; - - domain->malloced = mem; - inmem_orig_sysdep_tab = (struct sysdep_string_desc *) mem; - mem += n_inmem_sysdep_strings - * sizeof (struct sysdep_string_desc); - inmem_trans_sysdep_tab = (struct sysdep_string_desc *) mem; - mem += n_inmem_sysdep_strings - * sizeof (struct sysdep_string_desc); - inmem_hash_tab = (nls_uint32 *) mem; - mem += domain->hash_size * sizeof (nls_uint32); - - /* Compute the system dependent strings. */ - k = 0; - for (i = 0; i < n_sysdep_strings; i++) - { - int valid = 1; - - for (j = 0; j < 2; j++) - { - const struct sysdep_string *sysdep_string = - (const struct sysdep_string *) - ((char *) data - + W (domain->must_swap, - j == 0 - ? orig_sysdep_tab[i] - : trans_sysdep_tab[i])); - const struct segment_pair *p = - sysdep_string->segments; - - if (W (domain->must_swap, p->sysdepref) - != SEGMENTS_END) - for (p = sysdep_string->segments;; p++) - { - nls_uint32 sysdepref; - - sysdepref = - W (domain->must_swap, p->sysdepref); - if (sysdepref == SEGMENTS_END) - break; - - if (sysdep_segment_values[sysdepref] == NULL) - { - /* This particular string pair is - invalid. */ - valid = 0; - break; - } - } - - if (!valid) - break; - } - - if (valid) - { - for (j = 0; j < 2; j++) - { - const struct sysdep_string *sysdep_string = - (const struct sysdep_string *) - ((char *) data - + W (domain->must_swap, - j == 0 - ? orig_sysdep_tab[i] - : trans_sysdep_tab[i])); - const char *static_segments = - (char *) data - + W (domain->must_swap, sysdep_string->offset); - const struct segment_pair *p = - sysdep_string->segments; - - /* Concatenate the segments, and fill - inmem_orig_sysdep_tab[k] (for j == 0) and - inmem_trans_sysdep_tab[k] (for j == 1). */ - - struct sysdep_string_desc *inmem_tab_entry = - (j == 0 - ? inmem_orig_sysdep_tab - : inmem_trans_sysdep_tab) - + k; - - if (W (domain->must_swap, p->sysdepref) - == SEGMENTS_END) - { - /* Only one static segment. */ - inmem_tab_entry->length = - W (domain->must_swap, p->segsize); - inmem_tab_entry->pointer = static_segments; - } - else - { - inmem_tab_entry->pointer = mem; - - for (p = sysdep_string->segments;; p++) - { - nls_uint32 segsize = - W (domain->must_swap, p->segsize); - nls_uint32 sysdepref = - W (domain->must_swap, p->sysdepref); - size_t n; - - if (segsize > 0) - { - memcpy (mem, static_segments, segsize); - mem += segsize; - static_segments += segsize; - } - - if (sysdepref == SEGMENTS_END) - break; - - n = strlen (sysdep_segment_values[sysdepref]); - memcpy (mem, sysdep_segment_values[sysdepref], n); - mem += n; - } - - inmem_tab_entry->length = - mem - inmem_tab_entry->pointer; - } - } - - k++; - } - } - if (k != n_inmem_sysdep_strings) - abort (); - - /* Compute the augmented hash table. */ - for (i = 0; i < domain->hash_size; i++) - inmem_hash_tab[i] = - W (domain->must_swap_hash_tab, domain->hash_tab[i]); - for (i = 0; i < n_inmem_sysdep_strings; i++) - { - const char *msgid = inmem_orig_sysdep_tab[i].pointer; - nls_uint32 hash_val = __hash_string (msgid); - nls_uint32 idx = hash_val % domain->hash_size; - nls_uint32 incr = - 1 + (hash_val % (domain->hash_size - 2)); - - for (;;) - { - if (inmem_hash_tab[idx] == 0) - { - /* Hash table entry is empty. Use it. */ - inmem_hash_tab[idx] = 1 + domain->nstrings + i; - break; - } - - if (idx >= domain->hash_size - incr) - idx -= domain->hash_size - incr; - else - idx += incr; - } - } - - domain->n_sysdep_strings = n_inmem_sysdep_strings; - domain->orig_sysdep_tab = inmem_orig_sysdep_tab; - domain->trans_sysdep_tab = inmem_trans_sysdep_tab; - - domain->hash_tab = inmem_hash_tab; - domain->must_swap_hash_tab = 0; - } - else - { - domain->n_sysdep_strings = 0; - domain->orig_sysdep_tab = NULL; - domain->trans_sysdep_tab = NULL; - } - - freea (sysdep_segment_values); - } - else - { - domain->n_sysdep_strings = 0; - domain->orig_sysdep_tab = NULL; - domain->trans_sysdep_tab = NULL; - } - } - break; - } - break; - default: - /* This is an invalid revision. */ - invalid: - /* This is an invalid .mo file. */ - if (domain->malloced) - free (domain->malloced); -#ifdef HAVE_MMAP - if (use_mmap) - munmap ((caddr_t) data, size); - else -#endif - free (data); - free (domain); - domain_file->data = NULL; - goto out; - } - - /* No caches of converted translations so far. */ - domain->conversions = NULL; - domain->nconversions = 0; - - /* Get the header entry and look for a plural specification. */ -#ifdef IN_LIBGLOCALE - nullentry = - _nl_find_msg (domain_file, domainbinding, NULL, "", &nullentrylen); -#else - nullentry = _nl_find_msg (domain_file, domainbinding, "", 0, &nullentrylen); -#endif - EXTRACT_PLURAL_EXPRESSION (nullentry, &domain->plural, &domain->nplurals); - - out: - if (fd != -1) - close (fd); - - domain_file->decided = 1; - - done: - __libc_lock_unlock_recursive (lock); -} - - -#ifdef _LIBC -void -internal_function __libc_freeres_fn_section -_nl_unload_domain (struct loaded_domain *domain) -{ - size_t i; - - if (domain->plural != &__gettext_germanic_plural) - __gettext_free_exp (domain->plural); - - for (i = 0; i < domain->nconversions; i++) - { - struct converted_domain *convd = &domain->conversions[i]; - - free (convd->encoding); - if (convd->conv_tab != NULL && convd->conv_tab != (char **) -1) - free (convd->conv_tab); - if (convd->conv != (__gconv_t) -1) - __gconv_close (convd->conv); - } - if (domain->conversions != NULL) - free (domain->conversions); - - if (domain->malloced) - free (domain->malloced); - -# ifdef _POSIX_MAPPED_FILES - if (domain->use_mmap) - munmap ((caddr_t) domain->data, domain->mmap_size); - else -# endif /* _POSIX_MAPPED_FILES */ - free ((void *) domain->data); - - free (domain); -} -#endif diff --git a/intl/localcharset.c b/intl/localcharset.c deleted file mode 100644 index e796ae71c5..0000000000 --- a/intl/localcharset.c +++ /dev/null @@ -1,461 +0,0 @@ -/* Determine a canonical name for the current locale's character encoding. - - Copyright (C) 2000-2006 Free Software Foundation, Inc. - - This program is free software; you can redistribute it and/or modify it - under the terms of the GNU Library General Public License as published - by the Free Software Foundation; either version 2, or (at your option) - any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Library General Public License for more details. - - You should have received a copy of the GNU Library General Public - License along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, - USA. */ - -/* Written by Bruno Haible . */ - -#include - -/* Specification. */ -#include "localcharset.h" - -#include -#include -#include -#include - -#if defined _WIN32 || defined __WIN32__ -# define WIN32_NATIVE -#endif - -#if defined __EMX__ -/* Assume EMX program runs on OS/2, even if compiled under DOS. */ -# define OS2 -#endif - -#if !defined WIN32_NATIVE -# if HAVE_LANGINFO_CODESET -# include -# else -# if 0 /* see comment below */ -# include -# endif -# endif -# ifdef __CYGWIN__ -# define WIN32_LEAN_AND_MEAN -# include -# endif -#elif defined WIN32_NATIVE -# define WIN32_LEAN_AND_MEAN -# include -#endif -#if defined OS2 -# define INCL_DOS -# include -#endif - -#if ENABLE_RELOCATABLE -# include "relocatable.h" -#else -# define relocate(pathname) (pathname) -#endif - -/* Get LIBDIR. */ -#ifndef LIBDIR -# include "configmake.h" -#endif - -#if defined _WIN32 || defined __WIN32__ || defined __CYGWIN__ || defined __EMX__ || defined __DJGPP__ - /* Win32, Cygwin, OS/2, DOS */ -# define ISSLASH(C) ((C) == '/' || (C) == '\\') -#endif - -#ifndef DIRECTORY_SEPARATOR -# define DIRECTORY_SEPARATOR '/' -#endif - -#ifndef ISSLASH -# define ISSLASH(C) ((C) == DIRECTORY_SEPARATOR) -#endif - -#if HAVE_DECL_GETC_UNLOCKED -# undef getc -# define getc getc_unlocked -#endif - -/* The following static variable is declared 'volatile' to avoid a - possible multithread problem in the function get_charset_aliases. If we - are running in a threaded environment, and if two threads initialize - 'charset_aliases' simultaneously, both will produce the same value, - and everything will be ok if the two assignments to 'charset_aliases' - are atomic. But I don't know what will happen if the two assignments mix. */ -#if __STDC__ != 1 -# define volatile /* empty */ -#endif -/* Pointer to the contents of the charset.alias file, if it has already been - read, else NULL. Its format is: - ALIAS_1 '\0' CANONICAL_1 '\0' ... ALIAS_n '\0' CANONICAL_n '\0' '\0' */ -static const char * volatile charset_aliases; - -/* Return a pointer to the contents of the charset.alias file. */ -static const char * -get_charset_aliases (void) -{ - const char *cp; - - cp = charset_aliases; - if (cp == NULL) - { -#if !(defined VMS || defined WIN32_NATIVE || defined __CYGWIN__) - FILE *fp; - const char *dir; - const char *base = "charset.alias"; - char *file_name; - - /* Make it possible to override the charset.alias location. This is - necessary for running the testsuite before "make install". */ - dir = getenv ("CHARSETALIASDIR"); - if (dir == NULL || dir[0] == '\0') - dir = relocate (LIBDIR); - - /* Concatenate dir and base into freshly allocated file_name. */ - { - size_t dir_len = strlen (dir); - size_t base_len = strlen (base); - int add_slash = (dir_len > 0 && !ISSLASH (dir[dir_len - 1])); - file_name = (char *) malloc (dir_len + add_slash + base_len + 1); - if (file_name != NULL) - { - memcpy (file_name, dir, dir_len); - if (add_slash) - file_name[dir_len] = DIRECTORY_SEPARATOR; - memcpy (file_name + dir_len + add_slash, base, base_len + 1); - } - } - - if (file_name == NULL || (fp = fopen (file_name, "r")) == NULL) - /* Out of memory or file not found, treat it as empty. */ - cp = ""; - else - { - /* Parse the file's contents. */ - char *res_ptr = NULL; - size_t res_size = 0; - - for (;;) - { - int c; - char buf1[50+1]; - char buf2[50+1]; - size_t l1, l2; - char *old_res_ptr; - - c = getc (fp); - if (c == EOF) - break; - if (c == '\n' || c == ' ' || c == '\t') - continue; - if (c == '#') - { - /* Skip comment, to end of line. */ - do - c = getc (fp); - while (!(c == EOF || c == '\n')); - if (c == EOF) - break; - continue; - } - ungetc (c, fp); - if (fscanf (fp, "%50s %50s", buf1, buf2) < 2) - break; - l1 = strlen (buf1); - l2 = strlen (buf2); - old_res_ptr = res_ptr; - if (res_size == 0) - { - res_size = l1 + 1 + l2 + 1; - res_ptr = (char *) malloc (res_size + 1); - } - else - { - res_size += l1 + 1 + l2 + 1; - res_ptr = (char *) realloc (res_ptr, res_size + 1); - } - if (res_ptr == NULL) - { - /* Out of memory. */ - res_size = 0; - if (old_res_ptr != NULL) - free (old_res_ptr); - break; - } - strcpy (res_ptr + res_size - (l2 + 1) - (l1 + 1), buf1); - strcpy (res_ptr + res_size - (l2 + 1), buf2); - } - fclose (fp); - if (res_size == 0) - cp = ""; - else - { - *(res_ptr + res_size) = '\0'; - cp = res_ptr; - } - } - - if (file_name != NULL) - free (file_name); - -#else - -# if defined VMS - /* To avoid the troubles of an extra file charset.alias_vms in the - sources of many GNU packages, simply inline the aliases here. */ - /* The list of encodings is taken from the OpenVMS 7.3-1 documentation - "Compaq C Run-Time Library Reference Manual for OpenVMS systems" - section 10.7 "Handling Different Character Sets". */ - cp = "ISO8859-1" "\0" "ISO-8859-1" "\0" - "ISO8859-2" "\0" "ISO-8859-2" "\0" - "ISO8859-5" "\0" "ISO-8859-5" "\0" - "ISO8859-7" "\0" "ISO-8859-7" "\0" - "ISO8859-8" "\0" "ISO-8859-8" "\0" - "ISO8859-9" "\0" "ISO-8859-9" "\0" - /* Japanese */ - "eucJP" "\0" "EUC-JP" "\0" - "SJIS" "\0" "SHIFT_JIS" "\0" - "DECKANJI" "\0" "DEC-KANJI" "\0" - "SDECKANJI" "\0" "EUC-JP" "\0" - /* Chinese */ - "eucTW" "\0" "EUC-TW" "\0" - "DECHANYU" "\0" "DEC-HANYU" "\0" - "DECHANZI" "\0" "GB2312" "\0" - /* Korean */ - "DECKOREAN" "\0" "EUC-KR" "\0"; -# endif - -# if defined WIN32_NATIVE || defined __CYGWIN__ - /* To avoid the troubles of installing a separate file in the same - directory as the DLL and of retrieving the DLL's directory at - runtime, simply inline the aliases here. */ - - cp = "CP936" "\0" "GBK" "\0" - "CP1361" "\0" "JOHAB" "\0" - "CP20127" "\0" "ASCII" "\0" - "CP20866" "\0" "KOI8-R" "\0" - "CP20936" "\0" "GB2312" "\0" - "CP21866" "\0" "KOI8-RU" "\0" - "CP28591" "\0" "ISO-8859-1" "\0" - "CP28592" "\0" "ISO-8859-2" "\0" - "CP28593" "\0" "ISO-8859-3" "\0" - "CP28594" "\0" "ISO-8859-4" "\0" - "CP28595" "\0" "ISO-8859-5" "\0" - "CP28596" "\0" "ISO-8859-6" "\0" - "CP28597" "\0" "ISO-8859-7" "\0" - "CP28598" "\0" "ISO-8859-8" "\0" - "CP28599" "\0" "ISO-8859-9" "\0" - "CP28605" "\0" "ISO-8859-15" "\0" - "CP38598" "\0" "ISO-8859-8" "\0" - "CP51932" "\0" "EUC-JP" "\0" - "CP51936" "\0" "GB2312" "\0" - "CP51949" "\0" "EUC-KR" "\0" - "CP51950" "\0" "EUC-TW" "\0" - "CP54936" "\0" "GB18030" "\0" - "CP65001" "\0" "UTF-8" "\0"; -# endif -#endif - - charset_aliases = cp; - } - - return cp; -} - -/* Determine the current locale's character encoding, and canonicalize it - into one of the canonical names listed in config.charset. - The result must not be freed; it is statically allocated. - If the canonical name cannot be determined, the result is a non-canonical - name. */ - -#ifdef STATIC -STATIC -#endif -const char * -locale_charset (void) -{ - const char *codeset; - const char *aliases; - -#if !(defined WIN32_NATIVE || defined OS2) - -# if HAVE_LANGINFO_CODESET - - /* Most systems support nl_langinfo (CODESET) nowadays. */ - codeset = nl_langinfo (CODESET); - -# ifdef __CYGWIN__ - /* Cygwin 2006 does not have locales. nl_langinfo (CODESET) always - returns "US-ASCII". As long as this is not fixed, return the suffix - of the locale name from the environment variables (if present) or - the codepage as a number. */ - if (codeset != NULL && strcmp (codeset, "US-ASCII") == 0) - { - const char *locale; - static char buf[2 + 10 + 1]; - - locale = getenv ("LC_ALL"); - if (locale == NULL || locale[0] == '\0') - { - locale = getenv ("LC_CTYPE"); - if (locale == NULL || locale[0] == '\0') - locale = getenv ("LANG"); - } - if (locale != NULL && locale[0] != '\0') - { - /* If the locale name contains an encoding after the dot, return - it. */ - const char *dot = strchr (locale, '.'); - - if (dot != NULL) - { - const char *modifier; - - dot++; - /* Look for the possible @... trailer and remove it, if any. */ - modifier = strchr (dot, '@'); - if (modifier == NULL) - return dot; - if (modifier - dot < sizeof (buf)) - { - memcpy (buf, dot, modifier - dot); - buf [modifier - dot] = '\0'; - return buf; - } - } - } - - /* Woe32 has a function returning the locale's codepage as a number. */ - sprintf (buf, "CP%u", GetACP ()); - codeset = buf; - } -# endif - -# else - - /* On old systems which lack it, use setlocale or getenv. */ - const char *locale = NULL; - - /* But most old systems don't have a complete set of locales. Some - (like SunOS 4 or DJGPP) have only the C locale. Therefore we don't - use setlocale here; it would return "C" when it doesn't support the - locale name the user has set. */ -# if 0 - locale = setlocale (LC_CTYPE, NULL); -# endif - if (locale == NULL || locale[0] == '\0') - { - locale = getenv ("LC_ALL"); - if (locale == NULL || locale[0] == '\0') - { - locale = getenv ("LC_CTYPE"); - if (locale == NULL || locale[0] == '\0') - locale = getenv ("LANG"); - } - } - - /* On some old systems, one used to set locale = "iso8859_1". On others, - you set it to "language_COUNTRY.charset". In any case, we resolve it - through the charset.alias file. */ - codeset = locale; - -# endif - -#elif defined WIN32_NATIVE - - static char buf[2 + 10 + 1]; - - /* Woe32 has a function returning the locale's codepage as a number. */ - sprintf (buf, "CP%u", GetACP ()); - codeset = buf; - -#elif defined OS2 - - const char *locale; - static char buf[2 + 10 + 1]; - ULONG cp[3]; - ULONG cplen; - - /* Allow user to override the codeset, as set in the operating system, - with standard language environment variables. */ - locale = getenv ("LC_ALL"); - if (locale == NULL || locale[0] == '\0') - { - locale = getenv ("LC_CTYPE"); - if (locale == NULL || locale[0] == '\0') - locale = getenv ("LANG"); - } - if (locale != NULL && locale[0] != '\0') - { - /* If the locale name contains an encoding after the dot, return it. */ - const char *dot = strchr (locale, '.'); - - if (dot != NULL) - { - const char *modifier; - - dot++; - /* Look for the possible @... trailer and remove it, if any. */ - modifier = strchr (dot, '@'); - if (modifier == NULL) - return dot; - if (modifier - dot < sizeof (buf)) - { - memcpy (buf, dot, modifier - dot); - buf [modifier - dot] = '\0'; - return buf; - } - } - - /* Resolve through the charset.alias file. */ - codeset = locale; - } - else - { - /* OS/2 has a function returning the locale's codepage as a number. */ - if (DosQueryCp (sizeof (cp), cp, &cplen)) - codeset = ""; - else - { - sprintf (buf, "CP%u", cp[0]); - codeset = buf; - } - } - -#endif - - if (codeset == NULL) - /* The canonical name cannot be determined. */ - codeset = ""; - - /* Resolve alias. */ - for (aliases = get_charset_aliases (); - *aliases != '\0'; - aliases += strlen (aliases) + 1, aliases += strlen (aliases) + 1) - if (strcmp (codeset, aliases) == 0 - || (aliases[0] == '*' && aliases[1] == '\0')) - { - codeset = aliases + strlen (aliases) + 1; - break; - } - - /* Don't return an empty string. GNU libc and GNU libiconv interpret - the empty string as denoting "the locale's character encoding", - thus GNU libiconv would call this function a second time. */ - if (codeset[0] == '\0') - codeset = "ASCII"; - - return codeset; -} diff --git a/intl/localcharset.h b/intl/localcharset.h deleted file mode 100644 index 129e4a4a32..0000000000 --- a/intl/localcharset.h +++ /dev/null @@ -1,42 +0,0 @@ -/* Determine a canonical name for the current locale's character encoding. - Copyright (C) 2000-2003 Free Software Foundation, Inc. - This file is part of the GNU CHARSET Library. - - This program is free software; you can redistribute it and/or modify it - under the terms of the GNU Library General Public License as published - by the Free Software Foundation; either version 2, or (at your option) - any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Library General Public License for more details. - - You should have received a copy of the GNU Library General Public - License along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, - USA. */ - -#ifndef _LOCALCHARSET_H -#define _LOCALCHARSET_H - - -#ifdef __cplusplus -extern "C" { -#endif - - -/* Determine the current locale's character encoding, and canonicalize it - into one of the canonical names listed in config.charset. - The result must not be freed; it is statically allocated. - If the canonical name cannot be determined, the result is a non-canonical - name. */ -extern const char * locale_charset (void); - - -#ifdef __cplusplus -} -#endif - - -#endif /* _LOCALCHARSET_H */ diff --git a/intl/locale.alias b/intl/locale.alias deleted file mode 100644 index faa696918e..0000000000 --- a/intl/locale.alias +++ /dev/null @@ -1,78 +0,0 @@ -# Locale name alias data base. -# Copyright (C) 1996-2001,2003 Free Software Foundation, Inc. -# -# This program is free software; you can redistribute it and/or modify it -# under the terms of the GNU Library General Public License as published -# by the Free Software Foundation; either version 2, or (at your option) -# any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Library General Public License for more details. -# -# You should have received a copy of the GNU Library General Public -# License along with this program; if not, write to the Free Software -# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, -# USA. - -# The format of this file is the same as for the corresponding file of -# the X Window System, which normally can be found in -# /usr/lib/X11/locale/locale.alias -# A single line contains two fields: an alias and a substitution value. -# All entries are case independent. - -# Note: This file is far from being complete. If you have a value for -# your own site which you think might be useful for others too, share -# it with the rest of us. Send it using the `glibcbug' script to -# bugs@gnu.org. - -# Packages using this file: - -bokmal nb_NO.ISO-8859-1 -bokmĺl nb_NO.ISO-8859-1 -catalan ca_ES.ISO-8859-1 -croatian hr_HR.ISO-8859-2 -czech cs_CZ.ISO-8859-2 -danish da_DK.ISO-8859-1 -dansk da_DK.ISO-8859-1 -deutsch de_DE.ISO-8859-1 -dutch nl_NL.ISO-8859-1 -eesti et_EE.ISO-8859-1 -estonian et_EE.ISO-8859-1 -finnish fi_FI.ISO-8859-1 -français fr_FR.ISO-8859-1 -french fr_FR.ISO-8859-1 -galego gl_ES.ISO-8859-1 -galician gl_ES.ISO-8859-1 -german de_DE.ISO-8859-1 -greek el_GR.ISO-8859-7 -hebrew he_IL.ISO-8859-8 -hrvatski hr_HR.ISO-8859-2 -hungarian hu_HU.ISO-8859-2 -icelandic is_IS.ISO-8859-1 -italian it_IT.ISO-8859-1 -japanese ja_JP.eucJP -japanese.euc ja_JP.eucJP -ja_JP ja_JP.eucJP -ja_JP.ujis ja_JP.eucJP -japanese.sjis ja_JP.SJIS -korean ko_KR.eucKR -korean.euc ko_KR.eucKR -ko_KR ko_KR.eucKR -lithuanian lt_LT.ISO-8859-13 -no_NO nb_NO.ISO-8859-1 -no_NO.ISO-8859-1 nb_NO.ISO-8859-1 -norwegian nb_NO.ISO-8859-1 -nynorsk nn_NO.ISO-8859-1 -polish pl_PL.ISO-8859-2 -portuguese pt_PT.ISO-8859-1 -romanian ro_RO.ISO-8859-2 -russian ru_RU.ISO-8859-5 -slovak sk_SK.ISO-8859-2 -slovene sl_SI.ISO-8859-2 -slovenian sl_SI.ISO-8859-2 -spanish es_ES.ISO-8859-1 -swedish sv_SE.ISO-8859-1 -thai th_TH.TIS-620 -turkish tr_TR.ISO-8859-9 diff --git a/intl/localealias.c b/intl/localealias.c deleted file mode 100644 index 26122a0118..0000000000 --- a/intl/localealias.c +++ /dev/null @@ -1,437 +0,0 @@ -/* Handle aliases for locale names. - Copyright (C) 1995-1999, 2000-2001, 2003, 2005 Free Software Foundation, Inc. - - This program is free software; you can redistribute it and/or modify it - under the terms of the GNU Library General Public License as published - by the Free Software Foundation; either version 2, or (at your option) - any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Library General Public License for more details. - - You should have received a copy of the GNU Library General Public - License along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, - USA. */ - -/* Tell glibc's to provide a prototype for mempcpy(). - This must come before because may include - , and once has been included, it's too late. */ -#ifndef _GNU_SOURCE -# define _GNU_SOURCE 1 -#endif - -#ifdef HAVE_CONFIG_H -# include -#endif - -#include -#include -#if defined _LIBC || defined HAVE___FSETLOCKING -# include -#endif -#include - -#ifdef __GNUC__ -# undef alloca -# define alloca __builtin_alloca -# define HAVE_ALLOCA 1 -#else -# ifdef _MSC_VER -# include -# define alloca _alloca -# else -# if defined HAVE_ALLOCA_H || defined _LIBC -# include -# else -# ifdef _AIX - #pragma alloca -# else -# ifndef alloca -char *alloca (); -# endif -# endif -# endif -# endif -#endif - -#include -#include - -#include "gettextP.h" - -#if ENABLE_RELOCATABLE -# include "relocatable.h" -#else -# define relocate(pathname) (pathname) -#endif - -/* @@ end of prolog @@ */ - -#ifdef _LIBC -/* Rename the non ANSI C functions. This is required by the standard - because some ANSI C functions will require linking with this object - file and the name space must not be polluted. */ -# define strcasecmp __strcasecmp - -# ifndef mempcpy -# define mempcpy __mempcpy -# endif -# define HAVE_MEMPCPY 1 -# define HAVE___FSETLOCKING 1 -#endif - -/* Handle multi-threaded applications. */ -#ifdef _LIBC -# include -#else -# include "lock.h" -#endif - -#ifndef internal_function -# define internal_function -#endif - -/* Some optimizations for glibc. */ -#ifdef _LIBC -# define FEOF(fp) feof_unlocked (fp) -# define FGETS(buf, n, fp) fgets_unlocked (buf, n, fp) -#else -# define FEOF(fp) feof (fp) -# define FGETS(buf, n, fp) fgets (buf, n, fp) -#endif - -/* For those losing systems which don't have `alloca' we have to add - some additional code emulating it. */ -#ifdef HAVE_ALLOCA -# define freea(p) /* nothing */ -#else -# define alloca(n) malloc (n) -# define freea(p) free (p) -#endif - -#if defined _LIBC_REENTRANT || HAVE_DECL_FGETS_UNLOCKED -# undef fgets -# define fgets(buf, len, s) fgets_unlocked (buf, len, s) -#endif -#if defined _LIBC_REENTRANT || HAVE_DECL_FEOF_UNLOCKED -# undef feof -# define feof(s) feof_unlocked (s) -#endif - - -__libc_lock_define_initialized (static, lock) - - -struct alias_map -{ - const char *alias; - const char *value; -}; - - -#ifndef _LIBC -# define libc_freeres_ptr(decl) decl -#endif - -libc_freeres_ptr (static char *string_space); -static size_t string_space_act; -static size_t string_space_max; -libc_freeres_ptr (static struct alias_map *map); -static size_t nmap; -static size_t maxmap; - - -/* Prototypes for local functions. */ -static size_t read_alias_file (const char *fname, int fname_len) - internal_function; -static int extend_alias_table (void); -static int alias_compare (const struct alias_map *map1, - const struct alias_map *map2); - - -const char * -_nl_expand_alias (const char *name) -{ - static const char *locale_alias_path; - struct alias_map *retval; - const char *result = NULL; - size_t added; - - __libc_lock_lock (lock); - - if (locale_alias_path == NULL) - locale_alias_path = LOCALE_ALIAS_PATH; - - do - { - struct alias_map item; - - item.alias = name; - - if (nmap > 0) - retval = (struct alias_map *) bsearch (&item, map, nmap, - sizeof (struct alias_map), - (int (*) (const void *, - const void *) - ) alias_compare); - else - retval = NULL; - - /* We really found an alias. Return the value. */ - if (retval != NULL) - { - result = retval->value; - break; - } - - /* Perhaps we can find another alias file. */ - added = 0; - while (added == 0 && locale_alias_path[0] != '\0') - { - const char *start; - - while (locale_alias_path[0] == PATH_SEPARATOR) - ++locale_alias_path; - start = locale_alias_path; - - while (locale_alias_path[0] != '\0' - && locale_alias_path[0] != PATH_SEPARATOR) - ++locale_alias_path; - - if (start < locale_alias_path) - added = read_alias_file (start, locale_alias_path - start); - } - } - while (added != 0); - - __libc_lock_unlock (lock); - - return result; -} - - -static size_t -internal_function -read_alias_file (const char *fname, int fname_len) -{ - FILE *fp; - char *full_fname; - size_t added; - static const char aliasfile[] = "/locale.alias"; - - full_fname = (char *) alloca (fname_len + sizeof aliasfile); -#ifdef HAVE_MEMPCPY - mempcpy (mempcpy (full_fname, fname, fname_len), - aliasfile, sizeof aliasfile); -#else - memcpy (full_fname, fname, fname_len); - memcpy (&full_fname[fname_len], aliasfile, sizeof aliasfile); -#endif - -#ifdef _LIBC - /* Note the file is opened with cancellation in the I/O functions - disabled. */ - fp = fopen (relocate (full_fname), "rc"); -#else - fp = fopen (relocate (full_fname), "r"); -#endif - freea (full_fname); - if (fp == NULL) - return 0; - -#ifdef HAVE___FSETLOCKING - /* No threads present. */ - __fsetlocking (fp, FSETLOCKING_BYCALLER); -#endif - - added = 0; - while (!FEOF (fp)) - { - /* It is a reasonable approach to use a fix buffer here because - a) we are only interested in the first two fields - b) these fields must be usable as file names and so must not - be that long - We avoid a multi-kilobyte buffer here since this would use up - stack space which we might not have if the program ran out of - memory. */ - char buf[400]; - char *alias; - char *value; - char *cp; - int complete_line; - - if (FGETS (buf, sizeof buf, fp) == NULL) - /* EOF reached. */ - break; - - /* Determine whether the line is complete. */ - complete_line = strchr (buf, '\n') != NULL; - - cp = buf; - /* Ignore leading white space. */ - while (isspace ((unsigned char) cp[0])) - ++cp; - - /* A leading '#' signals a comment line. */ - if (cp[0] != '\0' && cp[0] != '#') - { - alias = cp++; - while (cp[0] != '\0' && !isspace ((unsigned char) cp[0])) - ++cp; - /* Terminate alias name. */ - if (cp[0] != '\0') - *cp++ = '\0'; - - /* Now look for the beginning of the value. */ - while (isspace ((unsigned char) cp[0])) - ++cp; - - if (cp[0] != '\0') - { - value = cp++; - while (cp[0] != '\0' && !isspace ((unsigned char) cp[0])) - ++cp; - /* Terminate value. */ - if (cp[0] == '\n') - { - /* This has to be done to make the following test - for the end of line possible. We are looking for - the terminating '\n' which do not overwrite here. */ - *cp++ = '\0'; - *cp = '\n'; - } - else if (cp[0] != '\0') - *cp++ = '\0'; - -#ifdef IN_LIBGLOCALE - /* glibc's locale.alias contains entries for ja_JP and ko_KR - that make it impossible to use a Japanese or Korean UTF-8 - locale under the name "ja_JP" or "ko_KR". Ignore these - entries. */ - if (strchr (alias, '_') == NULL) -#endif - { - size_t alias_len; - size_t value_len; - - if (nmap >= maxmap) - if (__builtin_expect (extend_alias_table (), 0)) - goto out; - - alias_len = strlen (alias) + 1; - value_len = strlen (value) + 1; - - if (string_space_act + alias_len + value_len > string_space_max) - { - /* Increase size of memory pool. */ - size_t new_size = (string_space_max - + (alias_len + value_len > 1024 - ? alias_len + value_len : 1024)); - char *new_pool = (char *) realloc (string_space, new_size); - if (new_pool == NULL) - goto out; - - if (__builtin_expect (string_space != new_pool, 0)) - { - size_t i; - - for (i = 0; i < nmap; i++) - { - map[i].alias += new_pool - string_space; - map[i].value += new_pool - string_space; - } - } - - string_space = new_pool; - string_space_max = new_size; - } - - map[nmap].alias = memcpy (&string_space[string_space_act], - alias, alias_len); - string_space_act += alias_len; - - map[nmap].value = memcpy (&string_space[string_space_act], - value, value_len); - string_space_act += value_len; - - ++nmap; - ++added; - } - } - } - - /* Possibly not the whole line fits into the buffer. Ignore - the rest of the line. */ - if (! complete_line) - do - if (FGETS (buf, sizeof buf, fp) == NULL) - /* Make sure the inner loop will be left. The outer loop - will exit at the `feof' test. */ - break; - while (strchr (buf, '\n') == NULL); - } - - out: - /* Should we test for ferror()? I think we have to silently ignore - errors. --drepper */ - fclose (fp); - - if (added > 0) - qsort (map, nmap, sizeof (struct alias_map), - (int (*) (const void *, const void *)) alias_compare); - - return added; -} - - -static int -extend_alias_table () -{ - size_t new_size; - struct alias_map *new_map; - - new_size = maxmap == 0 ? 100 : 2 * maxmap; - new_map = (struct alias_map *) realloc (map, (new_size - * sizeof (struct alias_map))); - if (new_map == NULL) - /* Simply don't extend: we don't have any more core. */ - return -1; - - map = new_map; - maxmap = new_size; - return 0; -} - - -static int -alias_compare (const struct alias_map *map1, const struct alias_map *map2) -{ -#if defined _LIBC || defined HAVE_STRCASECMP - return strcasecmp (map1->alias, map2->alias); -#else - const unsigned char *p1 = (const unsigned char *) map1->alias; - const unsigned char *p2 = (const unsigned char *) map2->alias; - unsigned char c1, c2; - - if (p1 == p2) - return 0; - - do - { - /* I know this seems to be odd but the tolower() function in - some systems libc cannot handle nonalpha characters. */ - c1 = isupper (*p1) ? tolower (*p1) : *p1; - c2 = isupper (*p2) ? tolower (*p2) : *p2; - if (c1 == '\0') - break; - ++p1; - ++p2; - } - while (c1 == c2); - - return c1 - c2; -#endif -} diff --git a/intl/localename.c b/intl/localename.c deleted file mode 100644 index e1b4615a05..0000000000 --- a/intl/localename.c +++ /dev/null @@ -1,1499 +0,0 @@ -/* Determine the current selected locale. - Copyright (C) 1995-1999, 2000-2006 Free Software Foundation, Inc. - - This program is free software; you can redistribute it and/or modify it - under the terms of the GNU Library General Public License as published - by the Free Software Foundation; either version 2, or (at your option) - any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Library General Public License for more details. - - You should have received a copy of the GNU Library General Public - License along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, - USA. */ - -/* Written by Ulrich Drepper , 1995. */ -/* Win32 code written by Tor Lillqvist . */ -/* MacOS X code written by Bruno Haible . */ - -#ifdef HAVE_CONFIG_H -# include -#endif - -#include -#include - -#if HAVE_CFLOCALECOPYCURRENT || HAVE_CFPREFERENCESCOPYAPPVALUE -# include -# include -# if HAVE_CFLOCALECOPYCURRENT -# include -# elif HAVE_CFPREFERENCESCOPYAPPVALUE -# include -# endif -#endif - -#if defined _WIN32 || defined __WIN32__ -# define WIN32_NATIVE -#endif - -#ifdef WIN32_NATIVE -# define WIN32_LEAN_AND_MEAN -# include -/* List of language codes, sorted by value: - 0x01 LANG_ARABIC - 0x02 LANG_BULGARIAN - 0x03 LANG_CATALAN - 0x04 LANG_CHINESE - 0x05 LANG_CZECH - 0x06 LANG_DANISH - 0x07 LANG_GERMAN - 0x08 LANG_GREEK - 0x09 LANG_ENGLISH - 0x0a LANG_SPANISH - 0x0b LANG_FINNISH - 0x0c LANG_FRENCH - 0x0d LANG_HEBREW - 0x0e LANG_HUNGARIAN - 0x0f LANG_ICELANDIC - 0x10 LANG_ITALIAN - 0x11 LANG_JAPANESE - 0x12 LANG_KOREAN - 0x13 LANG_DUTCH - 0x14 LANG_NORWEGIAN - 0x15 LANG_POLISH - 0x16 LANG_PORTUGUESE - 0x17 LANG_RHAETO_ROMANCE - 0x18 LANG_ROMANIAN - 0x19 LANG_RUSSIAN - 0x1a LANG_CROATIAN == LANG_SERBIAN - 0x1b LANG_SLOVAK - 0x1c LANG_ALBANIAN - 0x1d LANG_SWEDISH - 0x1e LANG_THAI - 0x1f LANG_TURKISH - 0x20 LANG_URDU - 0x21 LANG_INDONESIAN - 0x22 LANG_UKRAINIAN - 0x23 LANG_BELARUSIAN - 0x24 LANG_SLOVENIAN - 0x25 LANG_ESTONIAN - 0x26 LANG_LATVIAN - 0x27 LANG_LITHUANIAN - 0x28 LANG_TAJIK - 0x29 LANG_FARSI - 0x2a LANG_VIETNAMESE - 0x2b LANG_ARMENIAN - 0x2c LANG_AZERI - 0x2d LANG_BASQUE - 0x2e LANG_SORBIAN - 0x2f LANG_MACEDONIAN - 0x30 LANG_SUTU - 0x31 LANG_TSONGA - 0x32 LANG_TSWANA - 0x33 LANG_VENDA - 0x34 LANG_XHOSA - 0x35 LANG_ZULU - 0x36 LANG_AFRIKAANS - 0x37 LANG_GEORGIAN - 0x38 LANG_FAEROESE - 0x39 LANG_HINDI - 0x3a LANG_MALTESE - 0x3b LANG_SAAMI - 0x3c LANG_GAELIC - 0x3d LANG_YIDDISH - 0x3e LANG_MALAY - 0x3f LANG_KAZAK - 0x40 LANG_KYRGYZ - 0x41 LANG_SWAHILI - 0x42 LANG_TURKMEN - 0x43 LANG_UZBEK - 0x44 LANG_TATAR - 0x45 LANG_BENGALI - 0x46 LANG_PUNJABI - 0x47 LANG_GUJARATI - 0x48 LANG_ORIYA - 0x49 LANG_TAMIL - 0x4a LANG_TELUGU - 0x4b LANG_KANNADA - 0x4c LANG_MALAYALAM - 0x4d LANG_ASSAMESE - 0x4e LANG_MARATHI - 0x4f LANG_SANSKRIT - 0x50 LANG_MONGOLIAN - 0x51 LANG_TIBETAN - 0x52 LANG_WELSH - 0x53 LANG_CAMBODIAN - 0x54 LANG_LAO - 0x55 LANG_BURMESE - 0x56 LANG_GALICIAN - 0x57 LANG_KONKANI - 0x58 LANG_MANIPURI - 0x59 LANG_SINDHI - 0x5a LANG_SYRIAC - 0x5b LANG_SINHALESE - 0x5c LANG_CHEROKEE - 0x5d LANG_INUKTITUT - 0x5e LANG_AMHARIC - 0x5f LANG_TAMAZIGHT - 0x60 LANG_KASHMIRI - 0x61 LANG_NEPALI - 0x62 LANG_FRISIAN - 0x63 LANG_PASHTO - 0x64 LANG_TAGALOG - 0x65 LANG_DIVEHI - 0x66 LANG_EDO - 0x67 LANG_FULFULDE - 0x68 LANG_HAUSA - 0x69 LANG_IBIBIO - 0x6a LANG_YORUBA - 0x70 LANG_IGBO - 0x71 LANG_KANURI - 0x72 LANG_OROMO - 0x73 LANG_TIGRINYA - 0x74 LANG_GUARANI - 0x75 LANG_HAWAIIAN - 0x76 LANG_LATIN - 0x77 LANG_SOMALI - 0x78 LANG_YI - 0x79 LANG_PAPIAMENTU -*/ -/* Mingw headers don't have latest language and sublanguage codes. */ -# ifndef LANG_AFRIKAANS -# define LANG_AFRIKAANS 0x36 -# endif -# ifndef LANG_ALBANIAN -# define LANG_ALBANIAN 0x1c -# endif -# ifndef LANG_AMHARIC -# define LANG_AMHARIC 0x5e -# endif -# ifndef LANG_ARABIC -# define LANG_ARABIC 0x01 -# endif -# ifndef LANG_ARMENIAN -# define LANG_ARMENIAN 0x2b -# endif -# ifndef LANG_ASSAMESE -# define LANG_ASSAMESE 0x4d -# endif -# ifndef LANG_AZERI -# define LANG_AZERI 0x2c -# endif -# ifndef LANG_BASQUE -# define LANG_BASQUE 0x2d -# endif -# ifndef LANG_BELARUSIAN -# define LANG_BELARUSIAN 0x23 -# endif -# ifndef LANG_BENGALI -# define LANG_BENGALI 0x45 -# endif -# ifndef LANG_BURMESE -# define LANG_BURMESE 0x55 -# endif -# ifndef LANG_CAMBODIAN -# define LANG_CAMBODIAN 0x53 -# endif -# ifndef LANG_CATALAN -# define LANG_CATALAN 0x03 -# endif -# ifndef LANG_CHEROKEE -# define LANG_CHEROKEE 0x5c -# endif -# ifndef LANG_DIVEHI -# define LANG_DIVEHI 0x65 -# endif -# ifndef LANG_EDO -# define LANG_EDO 0x66 -# endif -# ifndef LANG_ESTONIAN -# define LANG_ESTONIAN 0x25 -# endif -# ifndef LANG_FAEROESE -# define LANG_FAEROESE 0x38 -# endif -# ifndef LANG_FARSI -# define LANG_FARSI 0x29 -# endif -# ifndef LANG_FRISIAN -# define LANG_FRISIAN 0x62 -# endif -# ifndef LANG_FULFULDE -# define LANG_FULFULDE 0x67 -# endif -# ifndef LANG_GAELIC -# define LANG_GAELIC 0x3c -# endif -# ifndef LANG_GALICIAN -# define LANG_GALICIAN 0x56 -# endif -# ifndef LANG_GEORGIAN -# define LANG_GEORGIAN 0x37 -# endif -# ifndef LANG_GUARANI -# define LANG_GUARANI 0x74 -# endif -# ifndef LANG_GUJARATI -# define LANG_GUJARATI 0x47 -# endif -# ifndef LANG_HAUSA -# define LANG_HAUSA 0x68 -# endif -# ifndef LANG_HAWAIIAN -# define LANG_HAWAIIAN 0x75 -# endif -# ifndef LANG_HEBREW -# define LANG_HEBREW 0x0d -# endif -# ifndef LANG_HINDI -# define LANG_HINDI 0x39 -# endif -# ifndef LANG_IBIBIO -# define LANG_IBIBIO 0x69 -# endif -# ifndef LANG_IGBO -# define LANG_IGBO 0x70 -# endif -# ifndef LANG_INDONESIAN -# define LANG_INDONESIAN 0x21 -# endif -# ifndef LANG_INUKTITUT -# define LANG_INUKTITUT 0x5d -# endif -# ifndef LANG_KANNADA -# define LANG_KANNADA 0x4b -# endif -# ifndef LANG_KANURI -# define LANG_KANURI 0x71 -# endif -# ifndef LANG_KASHMIRI -# define LANG_KASHMIRI 0x60 -# endif -# ifndef LANG_KAZAK -# define LANG_KAZAK 0x3f -# endif -# ifndef LANG_KONKANI -# define LANG_KONKANI 0x57 -# endif -# ifndef LANG_KYRGYZ -# define LANG_KYRGYZ 0x40 -# endif -# ifndef LANG_LAO -# define LANG_LAO 0x54 -# endif -# ifndef LANG_LATIN -# define LANG_LATIN 0x76 -# endif -# ifndef LANG_LATVIAN -# define LANG_LATVIAN 0x26 -# endif -# ifndef LANG_LITHUANIAN -# define LANG_LITHUANIAN 0x27 -# endif -# ifndef LANG_MACEDONIAN -# define LANG_MACEDONIAN 0x2f -# endif -# ifndef LANG_MALAY -# define LANG_MALAY 0x3e -# endif -# ifndef LANG_MALAYALAM -# define LANG_MALAYALAM 0x4c -# endif -# ifndef LANG_MALTESE -# define LANG_MALTESE 0x3a -# endif -# ifndef LANG_MANIPURI -# define LANG_MANIPURI 0x58 -# endif -# ifndef LANG_MARATHI -# define LANG_MARATHI 0x4e -# endif -# ifndef LANG_MONGOLIAN -# define LANG_MONGOLIAN 0x50 -# endif -# ifndef LANG_NEPALI -# define LANG_NEPALI 0x61 -# endif -# ifndef LANG_ORIYA -# define LANG_ORIYA 0x48 -# endif -# ifndef LANG_OROMO -# define LANG_OROMO 0x72 -# endif -# ifndef LANG_PAPIAMENTU -# define LANG_PAPIAMENTU 0x79 -# endif -# ifndef LANG_PASHTO -# define LANG_PASHTO 0x63 -# endif -# ifndef LANG_PUNJABI -# define LANG_PUNJABI 0x46 -# endif -# ifndef LANG_RHAETO_ROMANCE -# define LANG_RHAETO_ROMANCE 0x17 -# endif -# ifndef LANG_SAAMI -# define LANG_SAAMI 0x3b -# endif -# ifndef LANG_SANSKRIT -# define LANG_SANSKRIT 0x4f -# endif -# ifndef LANG_SERBIAN -# define LANG_SERBIAN 0x1a -# endif -# ifndef LANG_SINDHI -# define LANG_SINDHI 0x59 -# endif -# ifndef LANG_SINHALESE -# define LANG_SINHALESE 0x5b -# endif -# ifndef LANG_SLOVAK -# define LANG_SLOVAK 0x1b -# endif -# ifndef LANG_SOMALI -# define LANG_SOMALI 0x77 -# endif -# ifndef LANG_SORBIAN -# define LANG_SORBIAN 0x2e -# endif -# ifndef LANG_SUTU -# define LANG_SUTU 0x30 -# endif -# ifndef LANG_SWAHILI -# define LANG_SWAHILI 0x41 -# endif -# ifndef LANG_SYRIAC -# define LANG_SYRIAC 0x5a -# endif -# ifndef LANG_TAGALOG -# define LANG_TAGALOG 0x64 -# endif -# ifndef LANG_TAJIK -# define LANG_TAJIK 0x28 -# endif -# ifndef LANG_TAMAZIGHT -# define LANG_TAMAZIGHT 0x5f -# endif -# ifndef LANG_TAMIL -# define LANG_TAMIL 0x49 -# endif -# ifndef LANG_TATAR -# define LANG_TATAR 0x44 -# endif -# ifndef LANG_TELUGU -# define LANG_TELUGU 0x4a -# endif -# ifndef LANG_THAI -# define LANG_THAI 0x1e -# endif -# ifndef LANG_TIBETAN -# define LANG_TIBETAN 0x51 -# endif -# ifndef LANG_TIGRINYA -# define LANG_TIGRINYA 0x73 -# endif -# ifndef LANG_TSONGA -# define LANG_TSONGA 0x31 -# endif -# ifndef LANG_TSWANA -# define LANG_TSWANA 0x32 -# endif -# ifndef LANG_TURKMEN -# define LANG_TURKMEN 0x42 -# endif -# ifndef LANG_UKRAINIAN -# define LANG_UKRAINIAN 0x22 -# endif -# ifndef LANG_URDU -# define LANG_URDU 0x20 -# endif -# ifndef LANG_UZBEK -# define LANG_UZBEK 0x43 -# endif -# ifndef LANG_VENDA -# define LANG_VENDA 0x33 -# endif -# ifndef LANG_VIETNAMESE -# define LANG_VIETNAMESE 0x2a -# endif -# ifndef LANG_WELSH -# define LANG_WELSH 0x52 -# endif -# ifndef LANG_XHOSA -# define LANG_XHOSA 0x34 -# endif -# ifndef LANG_YI -# define LANG_YI 0x78 -# endif -# ifndef LANG_YIDDISH -# define LANG_YIDDISH 0x3d -# endif -# ifndef LANG_YORUBA -# define LANG_YORUBA 0x6a -# endif -# ifndef LANG_ZULU -# define LANG_ZULU 0x35 -# endif -# ifndef SUBLANG_ARABIC_SAUDI_ARABIA -# define SUBLANG_ARABIC_SAUDI_ARABIA 0x01 -# endif -# ifndef SUBLANG_ARABIC_IRAQ -# define SUBLANG_ARABIC_IRAQ 0x02 -# endif -# ifndef SUBLANG_ARABIC_EGYPT -# define SUBLANG_ARABIC_EGYPT 0x03 -# endif -# ifndef SUBLANG_ARABIC_LIBYA -# define SUBLANG_ARABIC_LIBYA 0x04 -# endif -# ifndef SUBLANG_ARABIC_ALGERIA -# define SUBLANG_ARABIC_ALGERIA 0x05 -# endif -# ifndef SUBLANG_ARABIC_MOROCCO -# define SUBLANG_ARABIC_MOROCCO 0x06 -# endif -# ifndef SUBLANG_ARABIC_TUNISIA -# define SUBLANG_ARABIC_TUNISIA 0x07 -# endif -# ifndef SUBLANG_ARABIC_OMAN -# define SUBLANG_ARABIC_OMAN 0x08 -# endif -# ifndef SUBLANG_ARABIC_YEMEN -# define SUBLANG_ARABIC_YEMEN 0x09 -# endif -# ifndef SUBLANG_ARABIC_SYRIA -# define SUBLANG_ARABIC_SYRIA 0x0a -# endif -# ifndef SUBLANG_ARABIC_JORDAN -# define SUBLANG_ARABIC_JORDAN 0x0b -# endif -# ifndef SUBLANG_ARABIC_LEBANON -# define SUBLANG_ARABIC_LEBANON 0x0c -# endif -# ifndef SUBLANG_ARABIC_KUWAIT -# define SUBLANG_ARABIC_KUWAIT 0x0d -# endif -# ifndef SUBLANG_ARABIC_UAE -# define SUBLANG_ARABIC_UAE 0x0e -# endif -# ifndef SUBLANG_ARABIC_BAHRAIN -# define SUBLANG_ARABIC_BAHRAIN 0x0f -# endif -# ifndef SUBLANG_ARABIC_QATAR -# define SUBLANG_ARABIC_QATAR 0x10 -# endif -# ifndef SUBLANG_AZERI_LATIN -# define SUBLANG_AZERI_LATIN 0x01 -# endif -# ifndef SUBLANG_AZERI_CYRILLIC -# define SUBLANG_AZERI_CYRILLIC 0x02 -# endif -# ifndef SUBLANG_BENGALI_INDIA -# define SUBLANG_BENGALI_INDIA 0x00 -# endif -# ifndef SUBLANG_BENGALI_BANGLADESH -# define SUBLANG_BENGALI_BANGLADESH 0x01 -# endif -# ifndef SUBLANG_CHINESE_MACAU -# define SUBLANG_CHINESE_MACAU 0x05 -# endif -# ifndef SUBLANG_ENGLISH_SOUTH_AFRICA -# define SUBLANG_ENGLISH_SOUTH_AFRICA 0x07 -# endif -# ifndef SUBLANG_ENGLISH_JAMAICA -# define SUBLANG_ENGLISH_JAMAICA 0x08 -# endif -# ifndef SUBLANG_ENGLISH_CARIBBEAN -# define SUBLANG_ENGLISH_CARIBBEAN 0x09 -# endif -# ifndef SUBLANG_ENGLISH_BELIZE -# define SUBLANG_ENGLISH_BELIZE 0x0a -# endif -# ifndef SUBLANG_ENGLISH_TRINIDAD -# define SUBLANG_ENGLISH_TRINIDAD 0x0b -# endif -# ifndef SUBLANG_ENGLISH_ZIMBABWE -# define SUBLANG_ENGLISH_ZIMBABWE 0x0c -# endif -# ifndef SUBLANG_ENGLISH_PHILIPPINES -# define SUBLANG_ENGLISH_PHILIPPINES 0x0d -# endif -# ifndef SUBLANG_ENGLISH_INDONESIA -# define SUBLANG_ENGLISH_INDONESIA 0x0e -# endif -# ifndef SUBLANG_ENGLISH_HONGKONG -# define SUBLANG_ENGLISH_HONGKONG 0x0f -# endif -# ifndef SUBLANG_ENGLISH_INDIA -# define SUBLANG_ENGLISH_INDIA 0x10 -# endif -# ifndef SUBLANG_ENGLISH_MALAYSIA -# define SUBLANG_ENGLISH_MALAYSIA 0x11 -# endif -# ifndef SUBLANG_ENGLISH_SINGAPORE -# define SUBLANG_ENGLISH_SINGAPORE 0x12 -# endif -# ifndef SUBLANG_FRENCH_LUXEMBOURG -# define SUBLANG_FRENCH_LUXEMBOURG 0x05 -# endif -# ifndef SUBLANG_FRENCH_MONACO -# define SUBLANG_FRENCH_MONACO 0x06 -# endif -# ifndef SUBLANG_FRENCH_WESTINDIES -# define SUBLANG_FRENCH_WESTINDIES 0x07 -# endif -# ifndef SUBLANG_FRENCH_REUNION -# define SUBLANG_FRENCH_REUNION 0x08 -# endif -# ifndef SUBLANG_FRENCH_CONGO -# define SUBLANG_FRENCH_CONGO 0x09 -# endif -# ifndef SUBLANG_FRENCH_SENEGAL -# define SUBLANG_FRENCH_SENEGAL 0x0a -# endif -# ifndef SUBLANG_FRENCH_CAMEROON -# define SUBLANG_FRENCH_CAMEROON 0x0b -# endif -# ifndef SUBLANG_FRENCH_COTEDIVOIRE -# define SUBLANG_FRENCH_COTEDIVOIRE 0x0c -# endif -# ifndef SUBLANG_FRENCH_MALI -# define SUBLANG_FRENCH_MALI 0x0d -# endif -# ifndef SUBLANG_FRENCH_MOROCCO -# define SUBLANG_FRENCH_MOROCCO 0x0e -# endif -# ifndef SUBLANG_FRENCH_HAITI -# define SUBLANG_FRENCH_HAITI 0x0f -# endif -# ifndef SUBLANG_GERMAN_LUXEMBOURG -# define SUBLANG_GERMAN_LUXEMBOURG 0x04 -# endif -# ifndef SUBLANG_GERMAN_LIECHTENSTEIN -# define SUBLANG_GERMAN_LIECHTENSTEIN 0x05 -# endif -# ifndef SUBLANG_KASHMIRI_INDIA -# define SUBLANG_KASHMIRI_INDIA 0x02 -# endif -# ifndef SUBLANG_MALAY_MALAYSIA -# define SUBLANG_MALAY_MALAYSIA 0x01 -# endif -# ifndef SUBLANG_MALAY_BRUNEI_DARUSSALAM -# define SUBLANG_MALAY_BRUNEI_DARUSSALAM 0x02 -# endif -# ifndef SUBLANG_NEPALI_INDIA -# define SUBLANG_NEPALI_INDIA 0x02 -# endif -# ifndef SUBLANG_PUNJABI_INDIA -# define SUBLANG_PUNJABI_INDIA 0x00 -# endif -# ifndef SUBLANG_PUNJABI_PAKISTAN -# define SUBLANG_PUNJABI_PAKISTAN 0x01 -# endif -# ifndef SUBLANG_ROMANIAN_ROMANIA -# define SUBLANG_ROMANIAN_ROMANIA 0x00 -# endif -# ifndef SUBLANG_ROMANIAN_MOLDOVA -# define SUBLANG_ROMANIAN_MOLDOVA 0x01 -# endif -# ifndef SUBLANG_SERBIAN_LATIN -# define SUBLANG_SERBIAN_LATIN 0x02 -# endif -# ifndef SUBLANG_SERBIAN_CYRILLIC -# define SUBLANG_SERBIAN_CYRILLIC 0x03 -# endif -# ifndef SUBLANG_SINDHI_INDIA -# define SUBLANG_SINDHI_INDIA 0x00 -# endif -# ifndef SUBLANG_SINDHI_PAKISTAN -# define SUBLANG_SINDHI_PAKISTAN 0x01 -# endif -# ifndef SUBLANG_SPANISH_GUATEMALA -# define SUBLANG_SPANISH_GUATEMALA 0x04 -# endif -# ifndef SUBLANG_SPANISH_COSTA_RICA -# define SUBLANG_SPANISH_COSTA_RICA 0x05 -# endif -# ifndef SUBLANG_SPANISH_PANAMA -# define SUBLANG_SPANISH_PANAMA 0x06 -# endif -# ifndef SUBLANG_SPANISH_DOMINICAN_REPUBLIC -# define SUBLANG_SPANISH_DOMINICAN_REPUBLIC 0x07 -# endif -# ifndef SUBLANG_SPANISH_VENEZUELA -# define SUBLANG_SPANISH_VENEZUELA 0x08 -# endif -# ifndef SUBLANG_SPANISH_COLOMBIA -# define SUBLANG_SPANISH_COLOMBIA 0x09 -# endif -# ifndef SUBLANG_SPANISH_PERU -# define SUBLANG_SPANISH_PERU 0x0a -# endif -# ifndef SUBLANG_SPANISH_ARGENTINA -# define SUBLANG_SPANISH_ARGENTINA 0x0b -# endif -# ifndef SUBLANG_SPANISH_ECUADOR -# define SUBLANG_SPANISH_ECUADOR 0x0c -# endif -# ifndef SUBLANG_SPANISH_CHILE -# define SUBLANG_SPANISH_CHILE 0x0d -# endif -# ifndef SUBLANG_SPANISH_URUGUAY -# define SUBLANG_SPANISH_URUGUAY 0x0e -# endif -# ifndef SUBLANG_SPANISH_PARAGUAY -# define SUBLANG_SPANISH_PARAGUAY 0x0f -# endif -# ifndef SUBLANG_SPANISH_BOLIVIA -# define SUBLANG_SPANISH_BOLIVIA 0x10 -# endif -# ifndef SUBLANG_SPANISH_EL_SALVADOR -# define SUBLANG_SPANISH_EL_SALVADOR 0x11 -# endif -# ifndef SUBLANG_SPANISH_HONDURAS -# define SUBLANG_SPANISH_HONDURAS 0x12 -# endif -# ifndef SUBLANG_SPANISH_NICARAGUA -# define SUBLANG_SPANISH_NICARAGUA 0x13 -# endif -# ifndef SUBLANG_SPANISH_PUERTO_RICO -# define SUBLANG_SPANISH_PUERTO_RICO 0x14 -# endif -# ifndef SUBLANG_SWEDISH_FINLAND -# define SUBLANG_SWEDISH_FINLAND 0x02 -# endif -# ifndef SUBLANG_TAMAZIGHT_ARABIC -# define SUBLANG_TAMAZIGHT_ARABIC 0x01 -# endif -# ifndef SUBLANG_TAMAZIGHT_LATIN -# define SUBLANG_TAMAZIGHT_LATIN 0x02 -# endif -# ifndef SUBLANG_TIGRINYA_ETHIOPIA -# define SUBLANG_TIGRINYA_ETHIOPIA 0x00 -# endif -# ifndef SUBLANG_TIGRINYA_ERITREA -# define SUBLANG_TIGRINYA_ERITREA 0x01 -# endif -# ifndef SUBLANG_URDU_PAKISTAN -# define SUBLANG_URDU_PAKISTAN 0x01 -# endif -# ifndef SUBLANG_URDU_INDIA -# define SUBLANG_URDU_INDIA 0x02 -# endif -# ifndef SUBLANG_UZBEK_LATIN -# define SUBLANG_UZBEK_LATIN 0x01 -# endif -# ifndef SUBLANG_UZBEK_CYRILLIC -# define SUBLANG_UZBEK_CYRILLIC 0x02 -# endif -#endif - -# if HAVE_CFLOCALECOPYCURRENT || HAVE_CFPREFERENCESCOPYAPPVALUE -/* MacOS X 10.2 or newer */ - -/* Canonicalize a MacOS X locale name to a Unix locale name. - NAME is a sufficiently large buffer. - On input, it contains the MacOS X locale name. - On output, it contains the Unix locale name. */ -void -_nl_locale_name_canonicalize (char *name) -{ - /* This conversion is based on a posting by - Deborah GoldSmith on 2005-03-08, - http://lists.apple.com/archives/carbon-dev/2005/Mar/msg00293.html */ - - /* Convert legacy (NeXTstep inherited) English names to Unix (ISO 639 and - ISO 3166) names. Prior to MacOS X 10.3, there is no API for doing this. - Therefore we do it ourselves, using a table based on the results of the - MacOS X 10.3.8 function - CFLocaleCreateCanonicalLocaleIdentifierFromString(). */ - typedef struct { const char legacy[21+1]; const char unixy[5+1]; } - legacy_entry; - static const legacy_entry legacy_table[] = { - { "Afrikaans", "af" }, - { "Albanian", "sq" }, - { "Amharic", "am" }, - { "Arabic", "ar" }, - { "Armenian", "hy" }, - { "Assamese", "as" }, - { "Aymara", "ay" }, - { "Azerbaijani", "az" }, - { "Basque", "eu" }, - { "Belarusian", "be" }, - { "Belorussian", "be" }, - { "Bengali", "bn" }, - { "Brazilian Portugese", "pt_BR" }, - { "Brazilian Portuguese", "pt_BR" }, - { "Breton", "br" }, - { "Bulgarian", "bg" }, - { "Burmese", "my" }, - { "Byelorussian", "be" }, - { "Catalan", "ca" }, - { "Chewa", "ny" }, - { "Chichewa", "ny" }, - { "Chinese", "zh" }, - { "Chinese, Simplified", "zh_CN" }, - { "Chinese, Traditional", "zh_TW" }, - { "Chinese, Tradtional", "zh_TW" }, - { "Croatian", "hr" }, - { "Czech", "cs" }, - { "Danish", "da" }, - { "Dutch", "nl" }, - { "Dzongkha", "dz" }, - { "English", "en" }, - { "Esperanto", "eo" }, - { "Estonian", "et" }, - { "Faroese", "fo" }, - { "Farsi", "fa" }, - { "Finnish", "fi" }, - { "Flemish", "nl_BE" }, - { "French", "fr" }, - { "Galician", "gl" }, - { "Gallegan", "gl" }, - { "Georgian", "ka" }, - { "German", "de" }, - { "Greek", "el" }, - { "Greenlandic", "kl" }, - { "Guarani", "gn" }, - { "Gujarati", "gu" }, - { "Hawaiian", "haw" }, /* Yes, "haw", not "cpe". */ - { "Hebrew", "he" }, - { "Hindi", "hi" }, - { "Hungarian", "hu" }, - { "Icelandic", "is" }, - { "Indonesian", "id" }, - { "Inuktitut", "iu" }, - { "Irish", "ga" }, - { "Italian", "it" }, - { "Japanese", "ja" }, - { "Javanese", "jv" }, - { "Kalaallisut", "kl" }, - { "Kannada", "kn" }, - { "Kashmiri", "ks" }, - { "Kazakh", "kk" }, - { "Khmer", "km" }, - { "Kinyarwanda", "rw" }, - { "Kirghiz", "ky" }, - { "Korean", "ko" }, - { "Kurdish", "ku" }, - { "Latin", "la" }, - { "Latvian", "lv" }, - { "Lithuanian", "lt" }, - { "Macedonian", "mk" }, - { "Malagasy", "mg" }, - { "Malay", "ms" }, - { "Malayalam", "ml" }, - { "Maltese", "mt" }, - { "Manx", "gv" }, - { "Marathi", "mr" }, - { "Moldavian", "mo" }, - { "Mongolian", "mn" }, - { "Nepali", "ne" }, - { "Norwegian", "nb" }, /* Yes, "nb", not the obsolete "no". */ - { "Nyanja", "ny" }, - { "Nynorsk", "nn" }, - { "Oriya", "or" }, - { "Oromo", "om" }, - { "Panjabi", "pa" }, - { "Pashto", "ps" }, - { "Persian", "fa" }, - { "Polish", "pl" }, - { "Portuguese", "pt" }, - { "Portuguese, Brazilian", "pt_BR" }, - { "Punjabi", "pa" }, - { "Pushto", "ps" }, - { "Quechua", "qu" }, - { "Romanian", "ro" }, - { "Ruanda", "rw" }, - { "Rundi", "rn" }, - { "Russian", "ru" }, - { "Sami", "se_NO" }, /* Not just "se". */ - { "Sanskrit", "sa" }, - { "Scottish", "gd" }, - { "Serbian", "sr" }, - { "Simplified Chinese", "zh_CN" }, - { "Sindhi", "sd" }, - { "Sinhalese", "si" }, - { "Slovak", "sk" }, - { "Slovenian", "sl" }, - { "Somali", "so" }, - { "Spanish", "es" }, - { "Sundanese", "su" }, - { "Swahili", "sw" }, - { "Swedish", "sv" }, - { "Tagalog", "tl" }, - { "Tajik", "tg" }, - { "Tajiki", "tg" }, - { "Tamil", "ta" }, - { "Tatar", "tt" }, - { "Telugu", "te" }, - { "Thai", "th" }, - { "Tibetan", "bo" }, - { "Tigrinya", "ti" }, - { "Tongan", "to" }, - { "Traditional Chinese", "zh_TW" }, - { "Turkish", "tr" }, - { "Turkmen", "tk" }, - { "Uighur", "ug" }, - { "Ukrainian", "uk" }, - { "Urdu", "ur" }, - { "Uzbek", "uz" }, - { "Vietnamese", "vi" }, - { "Welsh", "cy" }, - { "Yiddish", "yi" } - }; - - /* Convert new-style locale names with language tags (ISO 639 and ISO 15924) - to Unix (ISO 639 and ISO 3166) names. */ - typedef struct { const char langtag[7+1]; const char unixy[12+1]; } - langtag_entry; - static const langtag_entry langtag_table[] = { - /* MacOS X has "az-Arab", "az-Cyrl", "az-Latn". - The default script for az on Unix is Latin. */ - { "az-Latn", "az" }, - /* MacOS X has "ga-dots". Does not yet exist on Unix. */ - { "ga-dots", "ga" }, - /* MacOS X has "kk-Cyrl". Does not yet exist on Unix. */ - /* MacOS X has "mn-Cyrl", "mn-Mong". - The default script for mn on Unix is Cyrillic. */ - { "mn-Cyrl", "mn" }, - /* MacOS X has "ms-Arab", "ms-Latn". - The default script for ms on Unix is Latin. */ - { "ms-Latn", "ms" }, - /* MacOS X has "tg-Cyrl". - The default script for tg on Unix is Cyrillic. */ - { "tg-Cyrl", "tg" }, - /* MacOS X has "tk-Cyrl". Does not yet exist on Unix. */ - /* MacOS X has "tt-Cyrl". - The default script for tt on Unix is Cyrillic. */ - { "tt-Cyrl", "tt" }, - /* MacOS X has "zh-Hans", "zh-Hant". - Country codes are used to distinguish these on Unix. */ - { "zh-Hans", "zh_CN" }, - { "zh-Hant", "zh_TW" } - }; - - /* Convert script names (ISO 15924) to Unix conventions. - See http://www.unicode.org/iso15924/iso15924-codes.html */ - typedef struct { const char script[4+1]; const char unixy[9+1]; } - script_entry; - static const script_entry script_table[] = { - { "Arab", "arabic" }, - { "Cyrl", "cyrillic" }, - { "Mong", "mongolian" } - }; - - /* Step 1: Convert using legacy_table. */ - if (name[0] >= 'A' && name[0] <= 'Z') - { - unsigned int i1, i2; - i1 = 0; - i2 = sizeof (legacy_table) / sizeof (legacy_entry); - while (i2 - i1 > 1) - { - /* At this point we know that if name occurs in legacy_table, - its index must be >= i1 and < i2. */ - unsigned int i = (i1 + i2) >> 1; - const legacy_entry *p = &legacy_table[i]; - if (strcmp (name, p->legacy) < 0) - i2 = i; - else - i1 = i; - } - if (strcmp (name, legacy_table[i1].legacy) == 0) - { - strcpy (name, legacy_table[i1].unixy); - return; - } - } - - /* Step 2: Convert using langtag_table and script_table. */ - if (strlen (name) == 7 && name[2] == '-') - { - unsigned int i1, i2; - i1 = 0; - i2 = sizeof (langtag_table) / sizeof (langtag_entry); - while (i2 - i1 > 1) - { - /* At this point we know that if name occurs in langtag_table, - its index must be >= i1 and < i2. */ - unsigned int i = (i1 + i2) >> 1; - const langtag_entry *p = &langtag_table[i]; - if (strcmp (name, p->langtag) < 0) - i2 = i; - else - i1 = i; - } - if (strcmp (name, langtag_table[i1].langtag) == 0) - { - strcpy (name, langtag_table[i1].unixy); - return; - } - - i1 = 0; - i2 = sizeof (script_table) / sizeof (script_entry); - while (i2 - i1 > 1) - { - /* At this point we know that if (name + 3) occurs in script_table, - its index must be >= i1 and < i2. */ - unsigned int i = (i1 + i2) >> 1; - const script_entry *p = &script_table[i]; - if (strcmp (name + 3, p->script) < 0) - i2 = i; - else - i1 = i; - } - if (strcmp (name + 3, script_table[i1].script) == 0) - { - name[2] = '@'; - strcpy (name + 3, script_table[i1].unixy); - return; - } - } - - /* Step 3: Convert new-style dash to Unix underscore. */ - { - char *p; - for (p = name; *p != '\0'; p++) - if (*p == '-') - *p = '_'; - } -} - -#endif - -/* XPG3 defines the result of 'setlocale (category, NULL)' as: - "Directs 'setlocale()' to query 'category' and return the current - setting of 'local'." - However it does not specify the exact format. Neither do SUSV2 and - ISO C 99. So we can use this feature only on selected systems (e.g. - those using GNU C Library). */ -#if defined _LIBC || (defined __GLIBC__ && __GLIBC__ >= 2) -# define HAVE_LOCALE_NULL -#endif - -/* Determine the current locale's name, and canonicalize it into XPG syntax - language[_territory][.codeset][@modifier] - The codeset part in the result is not reliable; the locale_charset() - should be used for codeset information instead. - The result must not be freed; it is statically allocated. */ - -const char * -_nl_locale_name_posix (int category, const char *categoryname) -{ - /* Use the POSIX methods of looking to 'LC_ALL', 'LC_xxx', and 'LANG'. - On some systems this can be done by the 'setlocale' function itself. */ -#if defined HAVE_SETLOCALE && defined HAVE_LC_MESSAGES && defined HAVE_LOCALE_NULL - return setlocale (category, NULL); -#else - const char *retval; - - /* Setting of LC_ALL overrides all other. */ - retval = getenv ("LC_ALL"); - if (retval != NULL && retval[0] != '\0') - return retval; - /* Next comes the name of the desired category. */ - retval = getenv (categoryname); - if (retval != NULL && retval[0] != '\0') - return retval; - /* Last possibility is the LANG environment variable. */ - retval = getenv ("LANG"); - if (retval != NULL && retval[0] != '\0') - return retval; - - return NULL; -#endif -} - -const char * -_nl_locale_name_default (void) -{ - /* POSIX:2001 says: - "All implementations shall define a locale as the default locale, to be - invoked when no environment variables are set, or set to the empty - string. This default locale can be the POSIX locale or any other - implementation-defined locale. Some implementations may provide - facilities for local installation administrators to set the default - locale, customizing it for each location. POSIX:2001 does not require - such a facility. */ - -#if !(HAVE_CFLOCALECOPYCURRENT || HAVE_CFPREFERENCESCOPYAPPVALUE || defined(WIN32_NATIVE)) - - /* The system does not have a way of setting the locale, other than the - POSIX specified environment variables. We use C as default locale. */ - return "C"; - -#else - - /* Return an XPG style locale name language[_territory][@modifier]. - Don't even bother determining the codeset; it's not useful in this - context, because message catalogs are not specific to a single - codeset. */ - -# if HAVE_CFLOCALECOPYCURRENT || HAVE_CFPREFERENCESCOPYAPPVALUE - /* MacOS X 10.2 or newer */ - { - /* Cache the locale name, since CoreFoundation calls are expensive. */ - static const char *cached_localename; - - if (cached_localename == NULL) - { - char namebuf[256]; -# if HAVE_CFLOCALECOPYCURRENT /* MacOS X 10.3 or newer */ - CFLocaleRef locale = CFLocaleCopyCurrent (); - CFStringRef name = CFLocaleGetIdentifier (locale); - - if (CFStringGetCString (name, namebuf, sizeof(namebuf), - kCFStringEncodingASCII)) - { - _nl_locale_name_canonicalize (namebuf); - cached_localename = strdup (namebuf); - } - CFRelease (locale); -# elif HAVE_CFPREFERENCESCOPYAPPVALUE /* MacOS X 10.2 or newer */ - CFTypeRef value = - CFPreferencesCopyAppValue (CFSTR ("AppleLocale"), - kCFPreferencesCurrentApplication); - if (value != NULL - && CFGetTypeID (value) == CFStringGetTypeID () - && CFStringGetCString ((CFStringRef)value, namebuf, sizeof(namebuf), - kCFStringEncodingASCII)) - { - _nl_locale_name_canonicalize (namebuf); - cached_localename = strdup (namebuf); - } -# endif - if (cached_localename == NULL) - cached_localename = "C"; - } - return cached_localename; - } - -# endif - -# if defined(WIN32_NATIVE) /* WIN32, not Cygwin */ - { - LCID lcid; - LANGID langid; - int primary, sub; - - /* Use native Win32 API locale ID. */ - lcid = GetThreadLocale (); - - /* Strip off the sorting rules, keep only the language part. */ - langid = LANGIDFROMLCID (lcid); - - /* Split into language and territory part. */ - primary = PRIMARYLANGID (langid); - sub = SUBLANGID (langid); - - /* Dispatch on language. - See also http://www.unicode.org/unicode/onlinedat/languages.html . - For details about languages, see http://www.ethnologue.com/ . */ - switch (primary) - { - case LANG_AFRIKAANS: return "af_ZA"; - case LANG_ALBANIAN: return "sq_AL"; - case LANG_AMHARIC: return "am_ET"; - case LANG_ARABIC: - switch (sub) - { - case SUBLANG_ARABIC_SAUDI_ARABIA: return "ar_SA"; - case SUBLANG_ARABIC_IRAQ: return "ar_IQ"; - case SUBLANG_ARABIC_EGYPT: return "ar_EG"; - case SUBLANG_ARABIC_LIBYA: return "ar_LY"; - case SUBLANG_ARABIC_ALGERIA: return "ar_DZ"; - case SUBLANG_ARABIC_MOROCCO: return "ar_MA"; - case SUBLANG_ARABIC_TUNISIA: return "ar_TN"; - case SUBLANG_ARABIC_OMAN: return "ar_OM"; - case SUBLANG_ARABIC_YEMEN: return "ar_YE"; - case SUBLANG_ARABIC_SYRIA: return "ar_SY"; - case SUBLANG_ARABIC_JORDAN: return "ar_JO"; - case SUBLANG_ARABIC_LEBANON: return "ar_LB"; - case SUBLANG_ARABIC_KUWAIT: return "ar_KW"; - case SUBLANG_ARABIC_UAE: return "ar_AE"; - case SUBLANG_ARABIC_BAHRAIN: return "ar_BH"; - case SUBLANG_ARABIC_QATAR: return "ar_QA"; - } - return "ar"; - case LANG_ARMENIAN: return "hy_AM"; - case LANG_ASSAMESE: return "as_IN"; - case LANG_AZERI: - switch (sub) - { - /* FIXME: Adjust this when Azerbaijani locales appear on Unix. */ - case SUBLANG_AZERI_LATIN: return "az_AZ@latin"; - case SUBLANG_AZERI_CYRILLIC: return "az_AZ@cyrillic"; - } - return "az"; - case LANG_BASQUE: - switch (sub) - { - case SUBLANG_DEFAULT: return "eu_ES"; - } - return "eu"; /* Ambiguous: could be "eu_ES" or "eu_FR". */ - case LANG_BELARUSIAN: return "be_BY"; - case LANG_BENGALI: - switch (sub) - { - case SUBLANG_BENGALI_INDIA: return "bn_IN"; - case SUBLANG_BENGALI_BANGLADESH: return "bn_BD"; - } - return "bn"; - case LANG_BULGARIAN: return "bg_BG"; - case LANG_BURMESE: return "my_MM"; - case LANG_CAMBODIAN: return "km_KH"; - case LANG_CATALAN: return "ca_ES"; - case LANG_CHEROKEE: return "chr_US"; - case LANG_CHINESE: - switch (sub) - { - case SUBLANG_CHINESE_TRADITIONAL: return "zh_TW"; - case SUBLANG_CHINESE_SIMPLIFIED: return "zh_CN"; - case SUBLANG_CHINESE_HONGKONG: return "zh_HK"; - case SUBLANG_CHINESE_SINGAPORE: return "zh_SG"; - case SUBLANG_CHINESE_MACAU: return "zh_MO"; - } - return "zh"; - case LANG_CROATIAN: /* LANG_CROATIAN == LANG_SERBIAN - * What used to be called Serbo-Croatian - * should really now be two separate - * languages because of political reasons. - * (Says tml, who knows nothing about Serbian - * or Croatian.) - * (I can feel those flames coming already.) - */ - switch (sub) - { - case SUBLANG_DEFAULT: return "hr_HR"; - case SUBLANG_SERBIAN_LATIN: return "sr_CS"; - case SUBLANG_SERBIAN_CYRILLIC: return "sr_CS@cyrillic"; - } - return "hr"; - case LANG_CZECH: return "cs_CZ"; - case LANG_DANISH: return "da_DK"; - case LANG_DIVEHI: return "dv_MV"; - case LANG_DUTCH: - switch (sub) - { - case SUBLANG_DUTCH: return "nl_NL"; - case SUBLANG_DUTCH_BELGIAN: /* FLEMISH, VLAAMS */ return "nl_BE"; - } - return "nl"; - case LANG_EDO: return "bin_NG"; - case LANG_ENGLISH: - switch (sub) - { - /* SUBLANG_ENGLISH_US == SUBLANG_DEFAULT. Heh. I thought - * English was the language spoken in England. - * Oh well. - */ - case SUBLANG_ENGLISH_US: return "en_US"; - case SUBLANG_ENGLISH_UK: return "en_GB"; - case SUBLANG_ENGLISH_AUS: return "en_AU"; - case SUBLANG_ENGLISH_CAN: return "en_CA"; - case SUBLANG_ENGLISH_NZ: return "en_NZ"; - case SUBLANG_ENGLISH_EIRE: return "en_IE"; - case SUBLANG_ENGLISH_SOUTH_AFRICA: return "en_ZA"; - case SUBLANG_ENGLISH_JAMAICA: return "en_JM"; - case SUBLANG_ENGLISH_CARIBBEAN: return "en_GD"; /* Grenada? */ - case SUBLANG_ENGLISH_BELIZE: return "en_BZ"; - case SUBLANG_ENGLISH_TRINIDAD: return "en_TT"; - case SUBLANG_ENGLISH_ZIMBABWE: return "en_ZW"; - case SUBLANG_ENGLISH_PHILIPPINES: return "en_PH"; - case SUBLANG_ENGLISH_INDONESIA: return "en_ID"; - case SUBLANG_ENGLISH_HONGKONG: return "en_HK"; - case SUBLANG_ENGLISH_INDIA: return "en_IN"; - case SUBLANG_ENGLISH_MALAYSIA: return "en_MY"; - case SUBLANG_ENGLISH_SINGAPORE: return "en_SG"; - } - return "en"; - case LANG_ESTONIAN: return "et_EE"; - case LANG_FAEROESE: return "fo_FO"; - case LANG_FARSI: return "fa_IR"; - case LANG_FINNISH: return "fi_FI"; - case LANG_FRENCH: - switch (sub) - { - case SUBLANG_FRENCH: return "fr_FR"; - case SUBLANG_FRENCH_BELGIAN: /* WALLOON */ return "fr_BE"; - case SUBLANG_FRENCH_CANADIAN: return "fr_CA"; - case SUBLANG_FRENCH_SWISS: return "fr_CH"; - case SUBLANG_FRENCH_LUXEMBOURG: return "fr_LU"; - case SUBLANG_FRENCH_MONACO: return "fr_MC"; - case SUBLANG_FRENCH_WESTINDIES: return "fr"; /* Caribbean? */ - case SUBLANG_FRENCH_REUNION: return "fr_RE"; - case SUBLANG_FRENCH_CONGO: return "fr_CG"; - case SUBLANG_FRENCH_SENEGAL: return "fr_SN"; - case SUBLANG_FRENCH_CAMEROON: return "fr_CM"; - case SUBLANG_FRENCH_COTEDIVOIRE: return "fr_CI"; - case SUBLANG_FRENCH_MALI: return "fr_ML"; - case SUBLANG_FRENCH_MOROCCO: return "fr_MA"; - case SUBLANG_FRENCH_HAITI: return "fr_HT"; - } - return "fr"; - case LANG_FRISIAN: return "fy_NL"; - case LANG_FULFULDE: - /* Spoken in Nigeria, Guinea, Senegal, Mali, Niger, Cameroon, Benin. */ - return "ff_NG"; - case LANG_GAELIC: - switch (sub) - { - case 0x01: /* SCOTTISH */ return "gd_GB"; - case 0x02: /* IRISH */ return "ga_IE"; - } - return "C"; - case LANG_GALICIAN: return "gl_ES"; - case LANG_GEORGIAN: return "ka_GE"; - case LANG_GERMAN: - switch (sub) - { - case SUBLANG_GERMAN: return "de_DE"; - case SUBLANG_GERMAN_SWISS: return "de_CH"; - case SUBLANG_GERMAN_AUSTRIAN: return "de_AT"; - case SUBLANG_GERMAN_LUXEMBOURG: return "de_LU"; - case SUBLANG_GERMAN_LIECHTENSTEIN: return "de_LI"; - } - return "de"; - case LANG_GREEK: return "el_GR"; - case LANG_GUARANI: return "gn_PY"; - case LANG_GUJARATI: return "gu_IN"; - case LANG_HAUSA: return "ha_NG"; - case LANG_HAWAIIAN: - /* FIXME: Do they mean Hawaiian ("haw_US", 1000 speakers) - or Hawaii Creole English ("cpe_US", 600000 speakers)? */ - return "cpe_US"; - case LANG_HEBREW: return "he_IL"; - case LANG_HINDI: return "hi_IN"; - case LANG_HUNGARIAN: return "hu_HU"; - case LANG_IBIBIO: return "nic_NG"; - case LANG_ICELANDIC: return "is_IS"; - case LANG_IGBO: return "ig_NG"; - case LANG_INDONESIAN: return "id_ID"; - case LANG_INUKTITUT: return "iu_CA"; - case LANG_ITALIAN: - switch (sub) - { - case SUBLANG_ITALIAN: return "it_IT"; - case SUBLANG_ITALIAN_SWISS: return "it_CH"; - } - return "it"; - case LANG_JAPANESE: return "ja_JP"; - case LANG_KANNADA: return "kn_IN"; - case LANG_KANURI: return "kr_NG"; - case LANG_KASHMIRI: - switch (sub) - { - case SUBLANG_DEFAULT: return "ks_PK"; - case SUBLANG_KASHMIRI_INDIA: return "ks_IN"; - } - return "ks"; - case LANG_KAZAK: return "kk_KZ"; - case LANG_KONKANI: - /* FIXME: Adjust this when such locales appear on Unix. */ - return "kok_IN"; - case LANG_KOREAN: return "ko_KR"; - case LANG_KYRGYZ: return "ky_KG"; - case LANG_LAO: return "lo_LA"; - case LANG_LATIN: return "la_VA"; - case LANG_LATVIAN: return "lv_LV"; - case LANG_LITHUANIAN: return "lt_LT"; - case LANG_MACEDONIAN: return "mk_MK"; - case LANG_MALAY: - switch (sub) - { - case SUBLANG_MALAY_MALAYSIA: return "ms_MY"; - case SUBLANG_MALAY_BRUNEI_DARUSSALAM: return "ms_BN"; - } - return "ms"; - case LANG_MALAYALAM: return "ml_IN"; - case LANG_MALTESE: return "mt_MT"; - case LANG_MANIPURI: - /* FIXME: Adjust this when such locales appear on Unix. */ - return "mni_IN"; - case LANG_MARATHI: return "mr_IN"; - case LANG_MONGOLIAN: - switch (sub) - { - case SUBLANG_DEFAULT: return "mn_MN"; - } - return "mn"; /* Ambiguous: could be "mn_CN" or "mn_MN". */ - case LANG_NEPALI: - switch (sub) - { - case SUBLANG_DEFAULT: return "ne_NP"; - case SUBLANG_NEPALI_INDIA: return "ne_IN"; - } - return "ne"; - case LANG_NORWEGIAN: - switch (sub) - { - case SUBLANG_NORWEGIAN_BOKMAL: return "nb_NO"; - case SUBLANG_NORWEGIAN_NYNORSK: return "nn_NO"; - } - return "no"; - case LANG_ORIYA: return "or_IN"; - case LANG_OROMO: return "om_ET"; - case LANG_PAPIAMENTU: return "pap_AN"; - case LANG_PASHTO: - return "ps"; /* Ambiguous: could be "ps_PK" or "ps_AF". */ - case LANG_POLISH: return "pl_PL"; - case LANG_PORTUGUESE: - switch (sub) - { - case SUBLANG_PORTUGUESE: return "pt_PT"; - /* Hmm. SUBLANG_PORTUGUESE_BRAZILIAN == SUBLANG_DEFAULT. - Same phenomenon as SUBLANG_ENGLISH_US == SUBLANG_DEFAULT. */ - case SUBLANG_PORTUGUESE_BRAZILIAN: return "pt_BR"; - } - return "pt"; - case LANG_PUNJABI: - switch (sub) - { - case SUBLANG_PUNJABI_INDIA: return "pa_IN"; /* Gurmukhi script */ - case SUBLANG_PUNJABI_PAKISTAN: return "pa_PK"; /* Arabic script */ - } - return "pa"; - case LANG_RHAETO_ROMANCE: return "rm_CH"; - case LANG_ROMANIAN: - switch (sub) - { - case SUBLANG_ROMANIAN_ROMANIA: return "ro_RO"; - case SUBLANG_ROMANIAN_MOLDOVA: return "ro_MD"; - } - return "ro"; - case LANG_RUSSIAN: - switch (sub) - { - case SUBLANG_DEFAULT: return "ru_RU"; - } - return "ru"; /* Ambiguous: could be "ru_RU" or "ru_UA" or "ru_MD". */ - case LANG_SAAMI: /* actually Northern Sami */ return "se_NO"; - case LANG_SANSKRIT: return "sa_IN"; - case LANG_SINDHI: - switch (sub) - { - case SUBLANG_SINDHI_INDIA: return "sd_IN"; - case SUBLANG_SINDHI_PAKISTAN: return "sd_PK"; - } - return "sd"; - case LANG_SINHALESE: return "si_LK"; - case LANG_SLOVAK: return "sk_SK"; - case LANG_SLOVENIAN: return "sl_SI"; - case LANG_SOMALI: return "so_SO"; - case LANG_SORBIAN: - /* FIXME: Adjust this when such locales appear on Unix. */ - return "wen_DE"; - case LANG_SPANISH: - switch (sub) - { - case SUBLANG_SPANISH: return "es_ES"; - case SUBLANG_SPANISH_MEXICAN: return "es_MX"; - case SUBLANG_SPANISH_MODERN: - return "es_ES@modern"; /* not seen on Unix */ - case SUBLANG_SPANISH_GUATEMALA: return "es_GT"; - case SUBLANG_SPANISH_COSTA_RICA: return "es_CR"; - case SUBLANG_SPANISH_PANAMA: return "es_PA"; - case SUBLANG_SPANISH_DOMINICAN_REPUBLIC: return "es_DO"; - case SUBLANG_SPANISH_VENEZUELA: return "es_VE"; - case SUBLANG_SPANISH_COLOMBIA: return "es_CO"; - case SUBLANG_SPANISH_PERU: return "es_PE"; - case SUBLANG_SPANISH_ARGENTINA: return "es_AR"; - case SUBLANG_SPANISH_ECUADOR: return "es_EC"; - case SUBLANG_SPANISH_CHILE: return "es_CL"; - case SUBLANG_SPANISH_URUGUAY: return "es_UY"; - case SUBLANG_SPANISH_PARAGUAY: return "es_PY"; - case SUBLANG_SPANISH_BOLIVIA: return "es_BO"; - case SUBLANG_SPANISH_EL_SALVADOR: return "es_SV"; - case SUBLANG_SPANISH_HONDURAS: return "es_HN"; - case SUBLANG_SPANISH_NICARAGUA: return "es_NI"; - case SUBLANG_SPANISH_PUERTO_RICO: return "es_PR"; - } - return "es"; - case LANG_SUTU: return "bnt_TZ"; /* or "st_LS" or "nso_ZA"? */ - case LANG_SWAHILI: return "sw_KE"; - case LANG_SWEDISH: - switch (sub) - { - case SUBLANG_DEFAULT: return "sv_SE"; - case SUBLANG_SWEDISH_FINLAND: return "sv_FI"; - } - return "sv"; - case LANG_SYRIAC: return "syr_TR"; /* An extinct language. */ - case LANG_TAGALOG: return "tl_PH"; - case LANG_TAJIK: return "tg_TJ"; - case LANG_TAMAZIGHT: - switch (sub) - { - /* FIXME: Adjust this when Tamazight locales appear on Unix. */ - case SUBLANG_TAMAZIGHT_ARABIC: return "ber_MA@arabic"; - case SUBLANG_TAMAZIGHT_LATIN: return "ber_MA@latin"; - } - return "ber_MA"; - case LANG_TAMIL: - switch (sub) - { - case SUBLANG_DEFAULT: return "ta_IN"; - } - return "ta"; /* Ambiguous: could be "ta_IN" or "ta_LK" or "ta_SG". */ - case LANG_TATAR: return "tt_RU"; - case LANG_TELUGU: return "te_IN"; - case LANG_THAI: return "th_TH"; - case LANG_TIBETAN: return "bo_CN"; - case LANG_TIGRINYA: - switch (sub) - { - case SUBLANG_TIGRINYA_ETHIOPIA: return "ti_ET"; - case SUBLANG_TIGRINYA_ERITREA: return "ti_ER"; - } - return "ti"; - case LANG_TSONGA: return "ts_ZA"; - case LANG_TSWANA: return "tn_BW"; - case LANG_TURKISH: return "tr_TR"; - case LANG_TURKMEN: return "tk_TM"; - case LANG_UKRAINIAN: return "uk_UA"; - case LANG_URDU: - switch (sub) - { - case SUBLANG_URDU_PAKISTAN: return "ur_PK"; - case SUBLANG_URDU_INDIA: return "ur_IN"; - } - return "ur"; - case LANG_UZBEK: - switch (sub) - { - case SUBLANG_UZBEK_LATIN: return "uz_UZ"; - case SUBLANG_UZBEK_CYRILLIC: return "uz_UZ@cyrillic"; - } - return "uz"; - case LANG_VENDA: return "ve_ZA"; - case LANG_VIETNAMESE: return "vi_VN"; - case LANG_WELSH: return "cy_GB"; - case LANG_XHOSA: return "xh_ZA"; - case LANG_YI: return "sit_CN"; - case LANG_YIDDISH: return "yi_IL"; - case LANG_YORUBA: return "yo_NG"; - case LANG_ZULU: return "zu_ZA"; - default: return "C"; - } - } -# endif -#endif -} - -const char * -_nl_locale_name (int category, const char *categoryname) -{ - const char *retval; - - retval = _nl_locale_name_posix (category, categoryname); - if (retval != NULL) - return retval; - - return _nl_locale_name_default (); -} diff --git a/intl/lock.c b/intl/lock.c deleted file mode 100644 index f60a8d9be1..0000000000 --- a/intl/lock.c +++ /dev/null @@ -1,922 +0,0 @@ -/* Locking in multithreaded situations. - Copyright (C) 2005-2006 Free Software Foundation, Inc. - - This program is free software; you can redistribute it and/or modify it - under the terms of the GNU Library General Public License as published - by the Free Software Foundation; either version 2, or (at your option) - any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Library General Public License for more details. - - You should have received a copy of the GNU Library General Public - License along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, - USA. */ - -/* Written by Bruno Haible , 2005. - Based on GCC's gthr-posix.h, gthr-posix95.h, gthr-solaris.h, - gthr-win32.h. */ - -#include - -#include "lock.h" - -/* ========================================================================= */ - -#if USE_POSIX_THREADS - -/* Use the POSIX threads library. */ - -# if PTHREAD_IN_USE_DETECTION_HARD - -/* The function to be executed by a dummy thread. */ -static void * -dummy_thread_func (void *arg) -{ - return arg; -} - -int -glthread_in_use (void) -{ - static int tested; - static int result; /* 1: linked with -lpthread, 0: only with libc */ - - if (!tested) - { - pthread_t thread; - - if (pthread_create (&thread, NULL, dummy_thread_func, NULL) != 0) - /* Thread creation failed. */ - result = 0; - else - { - /* Thread creation works. */ - void *retval; - if (pthread_join (thread, &retval) != 0) - abort (); - result = 1; - } - tested = 1; - } - return result; -} - -# endif - -/* -------------------------- gl_lock_t datatype -------------------------- */ - -/* ------------------------- gl_rwlock_t datatype ------------------------- */ - -# if HAVE_PTHREAD_RWLOCK - -# if !defined PTHREAD_RWLOCK_INITIALIZER - -void -glthread_rwlock_init (gl_rwlock_t *lock) -{ - if (pthread_rwlock_init (&lock->rwlock, NULL) != 0) - abort (); - lock->initialized = 1; -} - -void -glthread_rwlock_rdlock (gl_rwlock_t *lock) -{ - if (!lock->initialized) - { - if (pthread_mutex_lock (&lock->guard) != 0) - abort (); - if (!lock->initialized) - glthread_rwlock_init (lock); - if (pthread_mutex_unlock (&lock->guard) != 0) - abort (); - } - if (pthread_rwlock_rdlock (&lock->rwlock) != 0) - abort (); -} - -void -glthread_rwlock_wrlock (gl_rwlock_t *lock) -{ - if (!lock->initialized) - { - if (pthread_mutex_lock (&lock->guard) != 0) - abort (); - if (!lock->initialized) - glthread_rwlock_init (lock); - if (pthread_mutex_unlock (&lock->guard) != 0) - abort (); - } - if (pthread_rwlock_wrlock (&lock->rwlock) != 0) - abort (); -} - -void -glthread_rwlock_unlock (gl_rwlock_t *lock) -{ - if (!lock->initialized) - abort (); - if (pthread_rwlock_unlock (&lock->rwlock) != 0) - abort (); -} - -void -glthread_rwlock_destroy (gl_rwlock_t *lock) -{ - if (!lock->initialized) - abort (); - if (pthread_rwlock_destroy (&lock->rwlock) != 0) - abort (); - lock->initialized = 0; -} - -# endif - -# else - -void -glthread_rwlock_init (gl_rwlock_t *lock) -{ - if (pthread_mutex_init (&lock->lock, NULL) != 0) - abort (); - if (pthread_cond_init (&lock->waiting_readers, NULL) != 0) - abort (); - if (pthread_cond_init (&lock->waiting_writers, NULL) != 0) - abort (); - lock->waiting_writers_count = 0; - lock->runcount = 0; -} - -void -glthread_rwlock_rdlock (gl_rwlock_t *lock) -{ - if (pthread_mutex_lock (&lock->lock) != 0) - abort (); - /* Test whether only readers are currently running, and whether the runcount - field will not overflow. */ - /* POSIX says: "It is implementation-defined whether the calling thread - acquires the lock when a writer does not hold the lock and there are - writers blocked on the lock." Let's say, no: give the writers a higher - priority. */ - while (!(lock->runcount + 1 > 0 && lock->waiting_writers_count == 0)) - { - /* This thread has to wait for a while. Enqueue it among the - waiting_readers. */ - if (pthread_cond_wait (&lock->waiting_readers, &lock->lock) != 0) - abort (); - } - lock->runcount++; - if (pthread_mutex_unlock (&lock->lock) != 0) - abort (); -} - -void -glthread_rwlock_wrlock (gl_rwlock_t *lock) -{ - if (pthread_mutex_lock (&lock->lock) != 0) - abort (); - /* Test whether no readers or writers are currently running. */ - while (!(lock->runcount == 0)) - { - /* This thread has to wait for a while. Enqueue it among the - waiting_writers. */ - lock->waiting_writers_count++; - if (pthread_cond_wait (&lock->waiting_writers, &lock->lock) != 0) - abort (); - lock->waiting_writers_count--; - } - lock->runcount--; /* runcount becomes -1 */ - if (pthread_mutex_unlock (&lock->lock) != 0) - abort (); -} - -void -glthread_rwlock_unlock (gl_rwlock_t *lock) -{ - if (pthread_mutex_lock (&lock->lock) != 0) - abort (); - if (lock->runcount < 0) - { - /* Drop a writer lock. */ - if (!(lock->runcount == -1)) - abort (); - lock->runcount = 0; - } - else - { - /* Drop a reader lock. */ - if (!(lock->runcount > 0)) - abort (); - lock->runcount--; - } - if (lock->runcount == 0) - { - /* POSIX recommends that "write locks shall take precedence over read - locks", to avoid "writer starvation". */ - if (lock->waiting_writers_count > 0) - { - /* Wake up one of the waiting writers. */ - if (pthread_cond_signal (&lock->waiting_writers) != 0) - abort (); - } - else - { - /* Wake up all waiting readers. */ - if (pthread_cond_broadcast (&lock->waiting_readers) != 0) - abort (); - } - } - if (pthread_mutex_unlock (&lock->lock) != 0) - abort (); -} - -void -glthread_rwlock_destroy (gl_rwlock_t *lock) -{ - if (pthread_mutex_destroy (&lock->lock) != 0) - abort (); - if (pthread_cond_destroy (&lock->waiting_readers) != 0) - abort (); - if (pthread_cond_destroy (&lock->waiting_writers) != 0) - abort (); -} - -# endif - -/* --------------------- gl_recursive_lock_t datatype --------------------- */ - -# if HAVE_PTHREAD_MUTEX_RECURSIVE - -# if !(defined PTHREAD_RECURSIVE_MUTEX_INITIALIZER || defined PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP) - -void -glthread_recursive_lock_init (gl_recursive_lock_t *lock) -{ - pthread_mutexattr_t attributes; - - if (pthread_mutexattr_init (&attributes) != 0) - abort (); - if (pthread_mutexattr_settype (&attributes, PTHREAD_MUTEX_RECURSIVE) != 0) - abort (); - if (pthread_mutex_init (&lock->recmutex, &attributes) != 0) - abort (); - if (pthread_mutexattr_destroy (&attributes) != 0) - abort (); - lock->initialized = 1; -} - -void -glthread_recursive_lock_lock (gl_recursive_lock_t *lock) -{ - if (!lock->initialized) - { - if (pthread_mutex_lock (&lock->guard) != 0) - abort (); - if (!lock->initialized) - glthread_recursive_lock_init (lock); - if (pthread_mutex_unlock (&lock->guard) != 0) - abort (); - } - if (pthread_mutex_lock (&lock->recmutex) != 0) - abort (); -} - -void -glthread_recursive_lock_unlock (gl_recursive_lock_t *lock) -{ - if (!lock->initialized) - abort (); - if (pthread_mutex_unlock (&lock->recmutex) != 0) - abort (); -} - -void -glthread_recursive_lock_destroy (gl_recursive_lock_t *lock) -{ - if (!lock->initialized) - abort (); - if (pthread_mutex_destroy (&lock->recmutex) != 0) - abort (); - lock->initialized = 0; -} - -# endif - -# else - -void -glthread_recursive_lock_init (gl_recursive_lock_t *lock) -{ - if (pthread_mutex_init (&lock->mutex, NULL) != 0) - abort (); - lock->owner = (pthread_t) 0; - lock->depth = 0; -} - -void -glthread_recursive_lock_lock (gl_recursive_lock_t *lock) -{ - pthread_t self = pthread_self (); - if (lock->owner != self) - { - if (pthread_mutex_lock (&lock->mutex) != 0) - abort (); - lock->owner = self; - } - if (++(lock->depth) == 0) /* wraparound? */ - abort (); -} - -void -glthread_recursive_lock_unlock (gl_recursive_lock_t *lock) -{ - if (lock->owner != pthread_self ()) - abort (); - if (lock->depth == 0) - abort (); - if (--(lock->depth) == 0) - { - lock->owner = (pthread_t) 0; - if (pthread_mutex_unlock (&lock->mutex) != 0) - abort (); - } -} - -void -glthread_recursive_lock_destroy (gl_recursive_lock_t *lock) -{ - if (lock->owner != (pthread_t) 0) - abort (); - if (pthread_mutex_destroy (&lock->mutex) != 0) - abort (); -} - -# endif - -/* -------------------------- gl_once_t datatype -------------------------- */ - -static const pthread_once_t fresh_once = PTHREAD_ONCE_INIT; - -int -glthread_once_singlethreaded (pthread_once_t *once_control) -{ - /* We don't know whether pthread_once_t is an integer type, a floating-point - type, a pointer type, or a structure type. */ - char *firstbyte = (char *)once_control; - if (*firstbyte == *(const char *)&fresh_once) - { - /* First time use of once_control. Invert the first byte. */ - *firstbyte = ~ *(const char *)&fresh_once; - return 1; - } - else - return 0; -} - -#endif - -/* ========================================================================= */ - -#if USE_PTH_THREADS - -/* Use the GNU Pth threads library. */ - -/* -------------------------- gl_lock_t datatype -------------------------- */ - -/* ------------------------- gl_rwlock_t datatype ------------------------- */ - -/* --------------------- gl_recursive_lock_t datatype --------------------- */ - -/* -------------------------- gl_once_t datatype -------------------------- */ - -void -glthread_once_call (void *arg) -{ - void (**gl_once_temp_addr) (void) = (void (**) (void)) arg; - void (*initfunction) (void) = *gl_once_temp_addr; - initfunction (); -} - -int -glthread_once_singlethreaded (pth_once_t *once_control) -{ - /* We know that pth_once_t is an integer type. */ - if (*once_control == PTH_ONCE_INIT) - { - /* First time use of once_control. Invert the marker. */ - *once_control = ~ PTH_ONCE_INIT; - return 1; - } - else - return 0; -} - -#endif - -/* ========================================================================= */ - -#if USE_SOLARIS_THREADS - -/* Use the old Solaris threads library. */ - -/* -------------------------- gl_lock_t datatype -------------------------- */ - -/* ------------------------- gl_rwlock_t datatype ------------------------- */ - -/* --------------------- gl_recursive_lock_t datatype --------------------- */ - -void -glthread_recursive_lock_init (gl_recursive_lock_t *lock) -{ - if (mutex_init (&lock->mutex, USYNC_THREAD, NULL) != 0) - abort (); - lock->owner = (thread_t) 0; - lock->depth = 0; -} - -void -glthread_recursive_lock_lock (gl_recursive_lock_t *lock) -{ - thread_t self = thr_self (); - if (lock->owner != self) - { - if (mutex_lock (&lock->mutex) != 0) - abort (); - lock->owner = self; - } - if (++(lock->depth) == 0) /* wraparound? */ - abort (); -} - -void -glthread_recursive_lock_unlock (gl_recursive_lock_t *lock) -{ - if (lock->owner != thr_self ()) - abort (); - if (lock->depth == 0) - abort (); - if (--(lock->depth) == 0) - { - lock->owner = (thread_t) 0; - if (mutex_unlock (&lock->mutex) != 0) - abort (); - } -} - -void -glthread_recursive_lock_destroy (gl_recursive_lock_t *lock) -{ - if (lock->owner != (thread_t) 0) - abort (); - if (mutex_destroy (&lock->mutex) != 0) - abort (); -} - -/* -------------------------- gl_once_t datatype -------------------------- */ - -void -glthread_once (gl_once_t *once_control, void (*initfunction) (void)) -{ - if (!once_control->inited) - { - /* Use the mutex to guarantee that if another thread is already calling - the initfunction, this thread waits until it's finished. */ - if (mutex_lock (&once_control->mutex) != 0) - abort (); - if (!once_control->inited) - { - once_control->inited = 1; - initfunction (); - } - if (mutex_unlock (&once_control->mutex) != 0) - abort (); - } -} - -int -glthread_once_singlethreaded (gl_once_t *once_control) -{ - /* We know that gl_once_t contains an integer type. */ - if (!once_control->inited) - { - /* First time use of once_control. Invert the marker. */ - once_control->inited = ~ 0; - return 1; - } - else - return 0; -} - -#endif - -/* ========================================================================= */ - -#if USE_WIN32_THREADS - -/* -------------------------- gl_lock_t datatype -------------------------- */ - -void -glthread_lock_init (gl_lock_t *lock) -{ - InitializeCriticalSection (&lock->lock); - lock->guard.done = 1; -} - -void -glthread_lock_lock (gl_lock_t *lock) -{ - if (!lock->guard.done) - { - if (InterlockedIncrement (&lock->guard.started) == 0) - /* This thread is the first one to need this lock. Initialize it. */ - glthread_lock_init (lock); - else - /* Yield the CPU while waiting for another thread to finish - initializing this lock. */ - while (!lock->guard.done) - Sleep (0); - } - EnterCriticalSection (&lock->lock); -} - -void -glthread_lock_unlock (gl_lock_t *lock) -{ - if (!lock->guard.done) - abort (); - LeaveCriticalSection (&lock->lock); -} - -void -glthread_lock_destroy (gl_lock_t *lock) -{ - if (!lock->guard.done) - abort (); - DeleteCriticalSection (&lock->lock); - lock->guard.done = 0; -} - -/* ------------------------- gl_rwlock_t datatype ------------------------- */ - -static inline void -gl_waitqueue_init (gl_waitqueue_t *wq) -{ - wq->array = NULL; - wq->count = 0; - wq->alloc = 0; - wq->offset = 0; -} - -/* Enqueues the current thread, represented by an event, in a wait queue. - Returns INVALID_HANDLE_VALUE if an allocation failure occurs. */ -static HANDLE -gl_waitqueue_add (gl_waitqueue_t *wq) -{ - HANDLE event; - unsigned int index; - - if (wq->count == wq->alloc) - { - unsigned int new_alloc = 2 * wq->alloc + 1; - HANDLE *new_array = - (HANDLE *) realloc (wq->array, new_alloc * sizeof (HANDLE)); - if (new_array == NULL) - /* No more memory. */ - return INVALID_HANDLE_VALUE; - /* Now is a good opportunity to rotate the array so that its contents - starts at offset 0. */ - if (wq->offset > 0) - { - unsigned int old_count = wq->count; - unsigned int old_alloc = wq->alloc; - unsigned int old_offset = wq->offset; - unsigned int i; - if (old_offset + old_count > old_alloc) - { - unsigned int limit = old_offset + old_count - old_alloc; - for (i = 0; i < limit; i++) - new_array[old_alloc + i] = new_array[i]; - } - for (i = 0; i < old_count; i++) - new_array[i] = new_array[old_offset + i]; - wq->offset = 0; - } - wq->array = new_array; - wq->alloc = new_alloc; - } - event = CreateEvent (NULL, TRUE, FALSE, NULL); - if (event == INVALID_HANDLE_VALUE) - /* No way to allocate an event. */ - return INVALID_HANDLE_VALUE; - index = wq->offset + wq->count; - if (index >= wq->alloc) - index -= wq->alloc; - wq->array[index] = event; - wq->count++; - return event; -} - -/* Notifies the first thread from a wait queue and dequeues it. */ -static inline void -gl_waitqueue_notify_first (gl_waitqueue_t *wq) -{ - SetEvent (wq->array[wq->offset + 0]); - wq->offset++; - wq->count--; - if (wq->count == 0 || wq->offset == wq->alloc) - wq->offset = 0; -} - -/* Notifies all threads from a wait queue and dequeues them all. */ -static inline void -gl_waitqueue_notify_all (gl_waitqueue_t *wq) -{ - unsigned int i; - - for (i = 0; i < wq->count; i++) - { - unsigned int index = wq->offset + i; - if (index >= wq->alloc) - index -= wq->alloc; - SetEvent (wq->array[index]); - } - wq->count = 0; - wq->offset = 0; -} - -void -glthread_rwlock_init (gl_rwlock_t *lock) -{ - InitializeCriticalSection (&lock->lock); - gl_waitqueue_init (&lock->waiting_readers); - gl_waitqueue_init (&lock->waiting_writers); - lock->runcount = 0; - lock->guard.done = 1; -} - -void -glthread_rwlock_rdlock (gl_rwlock_t *lock) -{ - if (!lock->guard.done) - { - if (InterlockedIncrement (&lock->guard.started) == 0) - /* This thread is the first one to need this lock. Initialize it. */ - glthread_rwlock_init (lock); - else - /* Yield the CPU while waiting for another thread to finish - initializing this lock. */ - while (!lock->guard.done) - Sleep (0); - } - EnterCriticalSection (&lock->lock); - /* Test whether only readers are currently running, and whether the runcount - field will not overflow. */ - if (!(lock->runcount + 1 > 0)) - { - /* This thread has to wait for a while. Enqueue it among the - waiting_readers. */ - HANDLE event = gl_waitqueue_add (&lock->waiting_readers); - if (event != INVALID_HANDLE_VALUE) - { - DWORD result; - LeaveCriticalSection (&lock->lock); - /* Wait until another thread signals this event. */ - result = WaitForSingleObject (event, INFINITE); - if (result == WAIT_FAILED || result == WAIT_TIMEOUT) - abort (); - CloseHandle (event); - /* The thread which signalled the event already did the bookkeeping: - removed us from the waiting_readers, incremented lock->runcount. */ - if (!(lock->runcount > 0)) - abort (); - return; - } - else - { - /* Allocation failure. Weird. */ - do - { - LeaveCriticalSection (&lock->lock); - Sleep (1); - EnterCriticalSection (&lock->lock); - } - while (!(lock->runcount + 1 > 0)); - } - } - lock->runcount++; - LeaveCriticalSection (&lock->lock); -} - -void -glthread_rwlock_wrlock (gl_rwlock_t *lock) -{ - if (!lock->guard.done) - { - if (InterlockedIncrement (&lock->guard.started) == 0) - /* This thread is the first one to need this lock. Initialize it. */ - glthread_rwlock_init (lock); - else - /* Yield the CPU while waiting for another thread to finish - initializing this lock. */ - while (!lock->guard.done) - Sleep (0); - } - EnterCriticalSection (&lock->lock); - /* Test whether no readers or writers are currently running. */ - if (!(lock->runcount == 0)) - { - /* This thread has to wait for a while. Enqueue it among the - waiting_writers. */ - HANDLE event = gl_waitqueue_add (&lock->waiting_writers); - if (event != INVALID_HANDLE_VALUE) - { - DWORD result; - LeaveCriticalSection (&lock->lock); - /* Wait until another thread signals this event. */ - result = WaitForSingleObject (event, INFINITE); - if (result == WAIT_FAILED || result == WAIT_TIMEOUT) - abort (); - CloseHandle (event); - /* The thread which signalled the event already did the bookkeeping: - removed us from the waiting_writers, set lock->runcount = -1. */ - if (!(lock->runcount == -1)) - abort (); - return; - } - else - { - /* Allocation failure. Weird. */ - do - { - LeaveCriticalSection (&lock->lock); - Sleep (1); - EnterCriticalSection (&lock->lock); - } - while (!(lock->runcount == 0)); - } - } - lock->runcount--; /* runcount becomes -1 */ - LeaveCriticalSection (&lock->lock); -} - -void -glthread_rwlock_unlock (gl_rwlock_t *lock) -{ - if (!lock->guard.done) - abort (); - EnterCriticalSection (&lock->lock); - if (lock->runcount < 0) - { - /* Drop a writer lock. */ - if (!(lock->runcount == -1)) - abort (); - lock->runcount = 0; - } - else - { - /* Drop a reader lock. */ - if (!(lock->runcount > 0)) - abort (); - lock->runcount--; - } - if (lock->runcount == 0) - { - /* POSIX recommends that "write locks shall take precedence over read - locks", to avoid "writer starvation". */ - if (lock->waiting_writers.count > 0) - { - /* Wake up one of the waiting writers. */ - lock->runcount--; - gl_waitqueue_notify_first (&lock->waiting_writers); - } - else - { - /* Wake up all waiting readers. */ - lock->runcount += lock->waiting_readers.count; - gl_waitqueue_notify_all (&lock->waiting_readers); - } - } - LeaveCriticalSection (&lock->lock); -} - -void -glthread_rwlock_destroy (gl_rwlock_t *lock) -{ - if (!lock->guard.done) - abort (); - if (lock->runcount != 0) - abort (); - DeleteCriticalSection (&lock->lock); - if (lock->waiting_readers.array != NULL) - free (lock->waiting_readers.array); - if (lock->waiting_writers.array != NULL) - free (lock->waiting_writers.array); - lock->guard.done = 0; -} - -/* --------------------- gl_recursive_lock_t datatype --------------------- */ - -void -glthread_recursive_lock_init (gl_recursive_lock_t *lock) -{ - lock->owner = 0; - lock->depth = 0; - InitializeCriticalSection (&lock->lock); - lock->guard.done = 1; -} - -void -glthread_recursive_lock_lock (gl_recursive_lock_t *lock) -{ - if (!lock->guard.done) - { - if (InterlockedIncrement (&lock->guard.started) == 0) - /* This thread is the first one to need this lock. Initialize it. */ - glthread_recursive_lock_init (lock); - else - /* Yield the CPU while waiting for another thread to finish - initializing this lock. */ - while (!lock->guard.done) - Sleep (0); - } - { - DWORD self = GetCurrentThreadId (); - if (lock->owner != self) - { - EnterCriticalSection (&lock->lock); - lock->owner = self; - } - if (++(lock->depth) == 0) /* wraparound? */ - abort (); - } -} - -void -glthread_recursive_lock_unlock (gl_recursive_lock_t *lock) -{ - if (lock->owner != GetCurrentThreadId ()) - abort (); - if (lock->depth == 0) - abort (); - if (--(lock->depth) == 0) - { - lock->owner = 0; - LeaveCriticalSection (&lock->lock); - } -} - -void -glthread_recursive_lock_destroy (gl_recursive_lock_t *lock) -{ - if (lock->owner != 0) - abort (); - DeleteCriticalSection (&lock->lock); - lock->guard.done = 0; -} - -/* -------------------------- gl_once_t datatype -------------------------- */ - -void -glthread_once (gl_once_t *once_control, void (*initfunction) (void)) -{ - if (once_control->inited <= 0) - { - if (InterlockedIncrement (&once_control->started) == 0) - { - /* This thread is the first one to come to this once_control. */ - InitializeCriticalSection (&once_control->lock); - EnterCriticalSection (&once_control->lock); - once_control->inited = 0; - initfunction (); - once_control->inited = 1; - LeaveCriticalSection (&once_control->lock); - } - else - { - /* Undo last operation. */ - InterlockedDecrement (&once_control->started); - /* Some other thread has already started the initialization. - Yield the CPU while waiting for the other thread to finish - initializing and taking the lock. */ - while (once_control->inited < 0) - Sleep (0); - if (once_control->inited <= 0) - { - /* Take the lock. This blocks until the other thread has - finished calling the initfunction. */ - EnterCriticalSection (&once_control->lock); - LeaveCriticalSection (&once_control->lock); - if (!(once_control->inited > 0)) - abort (); - } - } - } -} - -#endif - -/* ========================================================================= */ diff --git a/intl/lock.h b/intl/lock.h deleted file mode 100644 index 04d1369223..0000000000 --- a/intl/lock.h +++ /dev/null @@ -1,833 +0,0 @@ -/* Locking in multithreaded situations. - Copyright (C) 2005-2006 Free Software Foundation, Inc. - - This program is free software; you can redistribute it and/or modify it - under the terms of the GNU Library General Public License as published - by the Free Software Foundation; either version 2, or (at your option) - any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Library General Public License for more details. - - You should have received a copy of the GNU Library General Public - License along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, - USA. */ - -/* Written by Bruno Haible , 2005. - Based on GCC's gthr-posix.h, gthr-posix95.h, gthr-solaris.h, - gthr-win32.h. */ - -/* This file contains locking primitives for use with a given thread library. - It does not contain primitives for creating threads or for other - synchronization primitives. - - Normal (non-recursive) locks: - Type: gl_lock_t - Declaration: gl_lock_define(extern, name) - Initializer: gl_lock_define_initialized(, name) - Initialization: gl_lock_init (name); - Taking the lock: gl_lock_lock (name); - Releasing the lock: gl_lock_unlock (name); - De-initialization: gl_lock_destroy (name); - - Read-Write (non-recursive) locks: - Type: gl_rwlock_t - Declaration: gl_rwlock_define(extern, name) - Initializer: gl_rwlock_define_initialized(, name) - Initialization: gl_rwlock_init (name); - Taking the lock: gl_rwlock_rdlock (name); - gl_rwlock_wrlock (name); - Releasing the lock: gl_rwlock_unlock (name); - De-initialization: gl_rwlock_destroy (name); - - Recursive locks: - Type: gl_recursive_lock_t - Declaration: gl_recursive_lock_define(extern, name) - Initializer: gl_recursive_lock_define_initialized(, name) - Initialization: gl_recursive_lock_init (name); - Taking the lock: gl_recursive_lock_lock (name); - Releasing the lock: gl_recursive_lock_unlock (name); - De-initialization: gl_recursive_lock_destroy (name); - - Once-only execution: - Type: gl_once_t - Initializer: gl_once_define(extern, name) - Execution: gl_once (name, initfunction); -*/ - - -#ifndef _LOCK_H -#define _LOCK_H - -/* ========================================================================= */ - -#if USE_POSIX_THREADS - -/* Use the POSIX threads library. */ - -# include -# include - -# ifdef __cplusplus -extern "C" { -# endif - -# if PTHREAD_IN_USE_DETECTION_HARD - -/* The pthread_in_use() detection needs to be done at runtime. */ -# define pthread_in_use() \ - glthread_in_use () -extern int glthread_in_use (void); - -# endif - -# if USE_POSIX_THREADS_WEAK - -/* Use weak references to the POSIX threads library. */ - -/* Weak references avoid dragging in external libraries if the other parts - of the program don't use them. Here we use them, because we don't want - every program that uses libintl to depend on libpthread. This assumes - that libpthread would not be loaded after libintl; i.e. if libintl is - loaded first, by an executable that does not depend on libpthread, and - then a module is dynamically loaded that depends on libpthread, libintl - will not be multithread-safe. */ - -/* The way to test at runtime whether libpthread is present is to test - whether a function pointer's value, such as &pthread_mutex_init, is - non-NULL. However, some versions of GCC have a bug through which, in - PIC mode, &foo != NULL always evaluates to true if there is a direct - call to foo(...) in the same function. To avoid this, we test the - address of a function in libpthread that we don't use. */ - -# pragma weak pthread_mutex_init -# pragma weak pthread_mutex_lock -# pragma weak pthread_mutex_unlock -# pragma weak pthread_mutex_destroy -# pragma weak pthread_rwlock_init -# pragma weak pthread_rwlock_rdlock -# pragma weak pthread_rwlock_wrlock -# pragma weak pthread_rwlock_unlock -# pragma weak pthread_rwlock_destroy -# pragma weak pthread_once -# pragma weak pthread_cond_init -# pragma weak pthread_cond_wait -# pragma weak pthread_cond_signal -# pragma weak pthread_cond_broadcast -# pragma weak pthread_cond_destroy -# pragma weak pthread_mutexattr_init -# pragma weak pthread_mutexattr_settype -# pragma weak pthread_mutexattr_destroy -# ifndef pthread_self -# pragma weak pthread_self -# endif - -# if !PTHREAD_IN_USE_DETECTION_HARD -# pragma weak pthread_cancel -# define pthread_in_use() (pthread_cancel != NULL) -# endif - -# else - -# if !PTHREAD_IN_USE_DETECTION_HARD -# define pthread_in_use() 1 -# endif - -# endif - -/* -------------------------- gl_lock_t datatype -------------------------- */ - -typedef pthread_mutex_t gl_lock_t; -# define gl_lock_define(STORAGECLASS, NAME) \ - STORAGECLASS pthread_mutex_t NAME; -# define gl_lock_define_initialized(STORAGECLASS, NAME) \ - STORAGECLASS pthread_mutex_t NAME = gl_lock_initializer; -# define gl_lock_initializer \ - PTHREAD_MUTEX_INITIALIZER -# define gl_lock_init(NAME) \ - if (pthread_in_use () && pthread_mutex_init (&NAME, NULL) != 0) abort () -# define gl_lock_lock(NAME) \ - if (pthread_in_use () && pthread_mutex_lock (&NAME) != 0) abort () -# define gl_lock_unlock(NAME) \ - if (pthread_in_use () && pthread_mutex_unlock (&NAME) != 0) abort () -# define gl_lock_destroy(NAME) \ - if (pthread_in_use () && pthread_mutex_destroy (&NAME) != 0) abort () - -/* ------------------------- gl_rwlock_t datatype ------------------------- */ - -# if HAVE_PTHREAD_RWLOCK - -# ifdef PTHREAD_RWLOCK_INITIALIZER - -typedef pthread_rwlock_t gl_rwlock_t; -# define gl_rwlock_define(STORAGECLASS, NAME) \ - STORAGECLASS pthread_rwlock_t NAME; -# define gl_rwlock_define_initialized(STORAGECLASS, NAME) \ - STORAGECLASS pthread_rwlock_t NAME = gl_rwlock_initializer; -# define gl_rwlock_initializer \ - PTHREAD_RWLOCK_INITIALIZER -# define gl_rwlock_init(NAME) \ - if (pthread_in_use () && pthread_rwlock_init (&NAME, NULL) != 0) abort () -# define gl_rwlock_rdlock(NAME) \ - if (pthread_in_use () && pthread_rwlock_rdlock (&NAME) != 0) abort () -# define gl_rwlock_wrlock(NAME) \ - if (pthread_in_use () && pthread_rwlock_wrlock (&NAME) != 0) abort () -# define gl_rwlock_unlock(NAME) \ - if (pthread_in_use () && pthread_rwlock_unlock (&NAME) != 0) abort () -# define gl_rwlock_destroy(NAME) \ - if (pthread_in_use () && pthread_rwlock_destroy (&NAME) != 0) abort () - -# else - -typedef struct - { - int initialized; - pthread_mutex_t guard; /* protects the initialization */ - pthread_rwlock_t rwlock; /* read-write lock */ - } - gl_rwlock_t; -# define gl_rwlock_define(STORAGECLASS, NAME) \ - STORAGECLASS gl_rwlock_t NAME; -# define gl_rwlock_define_initialized(STORAGECLASS, NAME) \ - STORAGECLASS gl_rwlock_t NAME = gl_rwlock_initializer; -# define gl_rwlock_initializer \ - { 0, PTHREAD_MUTEX_INITIALIZER } -# define gl_rwlock_init(NAME) \ - if (pthread_in_use ()) glthread_rwlock_init (&NAME) -# define gl_rwlock_rdlock(NAME) \ - if (pthread_in_use ()) glthread_rwlock_rdlock (&NAME) -# define gl_rwlock_wrlock(NAME) \ - if (pthread_in_use ()) glthread_rwlock_wrlock (&NAME) -# define gl_rwlock_unlock(NAME) \ - if (pthread_in_use ()) glthread_rwlock_unlock (&NAME) -# define gl_rwlock_destroy(NAME) \ - if (pthread_in_use ()) glthread_rwlock_destroy (&NAME) -extern void glthread_rwlock_init (gl_rwlock_t *lock); -extern void glthread_rwlock_rdlock (gl_rwlock_t *lock); -extern void glthread_rwlock_wrlock (gl_rwlock_t *lock); -extern void glthread_rwlock_unlock (gl_rwlock_t *lock); -extern void glthread_rwlock_destroy (gl_rwlock_t *lock); - -# endif - -# else - -typedef struct - { - pthread_mutex_t lock; /* protects the remaining fields */ - pthread_cond_t waiting_readers; /* waiting readers */ - pthread_cond_t waiting_writers; /* waiting writers */ - unsigned int waiting_writers_count; /* number of waiting writers */ - int runcount; /* number of readers running, or -1 when a writer runs */ - } - gl_rwlock_t; -# define gl_rwlock_define(STORAGECLASS, NAME) \ - STORAGECLASS gl_rwlock_t NAME; -# define gl_rwlock_define_initialized(STORAGECLASS, NAME) \ - STORAGECLASS gl_rwlock_t NAME = gl_rwlock_initializer; -# define gl_rwlock_initializer \ - { PTHREAD_MUTEX_INITIALIZER, PTHREAD_COND_INITIALIZER, PTHREAD_COND_INITIALIZER, 0, 0 } -# define gl_rwlock_init(NAME) \ - if (pthread_in_use ()) glthread_rwlock_init (&NAME) -# define gl_rwlock_rdlock(NAME) \ - if (pthread_in_use ()) glthread_rwlock_rdlock (&NAME) -# define gl_rwlock_wrlock(NAME) \ - if (pthread_in_use ()) glthread_rwlock_wrlock (&NAME) -# define gl_rwlock_unlock(NAME) \ - if (pthread_in_use ()) glthread_rwlock_unlock (&NAME) -# define gl_rwlock_destroy(NAME) \ - if (pthread_in_use ()) glthread_rwlock_destroy (&NAME) -extern void glthread_rwlock_init (gl_rwlock_t *lock); -extern void glthread_rwlock_rdlock (gl_rwlock_t *lock); -extern void glthread_rwlock_wrlock (gl_rwlock_t *lock); -extern void glthread_rwlock_unlock (gl_rwlock_t *lock); -extern void glthread_rwlock_destroy (gl_rwlock_t *lock); - -# endif - -/* --------------------- gl_recursive_lock_t datatype --------------------- */ - -# if HAVE_PTHREAD_MUTEX_RECURSIVE - -# if defined PTHREAD_RECURSIVE_MUTEX_INITIALIZER || defined PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP - -typedef pthread_mutex_t gl_recursive_lock_t; -# define gl_recursive_lock_define(STORAGECLASS, NAME) \ - STORAGECLASS pthread_mutex_t NAME; -# define gl_recursive_lock_define_initialized(STORAGECLASS, NAME) \ - STORAGECLASS pthread_mutex_t NAME = gl_recursive_lock_initializer; -# ifdef PTHREAD_RECURSIVE_MUTEX_INITIALIZER -# define gl_recursive_lock_initializer \ - PTHREAD_RECURSIVE_MUTEX_INITIALIZER -# else -# define gl_recursive_lock_initializer \ - PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP -# endif -# define gl_recursive_lock_init(NAME) \ - if (pthread_in_use () && pthread_mutex_init (&NAME, NULL) != 0) abort () -# define gl_recursive_lock_lock(NAME) \ - if (pthread_in_use () && pthread_mutex_lock (&NAME) != 0) abort () -# define gl_recursive_lock_unlock(NAME) \ - if (pthread_in_use () && pthread_mutex_unlock (&NAME) != 0) abort () -# define gl_recursive_lock_destroy(NAME) \ - if (pthread_in_use () && pthread_mutex_destroy (&NAME) != 0) abort () - -# else - -typedef struct - { - pthread_mutex_t recmutex; /* recursive mutex */ - pthread_mutex_t guard; /* protects the initialization */ - int initialized; - } - gl_recursive_lock_t; -# define gl_recursive_lock_define(STORAGECLASS, NAME) \ - STORAGECLASS gl_recursive_lock_t NAME; -# define gl_recursive_lock_define_initialized(STORAGECLASS, NAME) \ - STORAGECLASS gl_recursive_lock_t NAME = gl_recursive_lock_initializer; -# define gl_recursive_lock_initializer \ - { PTHREAD_MUTEX_INITIALIZER, PTHREAD_MUTEX_INITIALIZER, 0 } -# define gl_recursive_lock_init(NAME) \ - if (pthread_in_use ()) glthread_recursive_lock_init (&NAME) -# define gl_recursive_lock_lock(NAME) \ - if (pthread_in_use ()) glthread_recursive_lock_lock (&NAME) -# define gl_recursive_lock_unlock(NAME) \ - if (pthread_in_use ()) glthread_recursive_lock_unlock (&NAME) -# define gl_recursive_lock_destroy(NAME) \ - if (pthread_in_use ()) glthread_recursive_lock_destroy (&NAME) -extern void glthread_recursive_lock_init (gl_recursive_lock_t *lock); -extern void glthread_recursive_lock_lock (gl_recursive_lock_t *lock); -extern void glthread_recursive_lock_unlock (gl_recursive_lock_t *lock); -extern void glthread_recursive_lock_destroy (gl_recursive_lock_t *lock); - -# endif - -# else - -/* Old versions of POSIX threads on Solaris did not have recursive locks. - We have to implement them ourselves. */ - -typedef struct - { - pthread_mutex_t mutex; - pthread_t owner; - unsigned long depth; - } - gl_recursive_lock_t; -# define gl_recursive_lock_define(STORAGECLASS, NAME) \ - STORAGECLASS gl_recursive_lock_t NAME; -# define gl_recursive_lock_define_initialized(STORAGECLASS, NAME) \ - STORAGECLASS gl_recursive_lock_t NAME = gl_recursive_lock_initializer; -# define gl_recursive_lock_initializer \ - { PTHREAD_MUTEX_INITIALIZER, (pthread_t) 0, 0 } -# define gl_recursive_lock_init(NAME) \ - if (pthread_in_use ()) glthread_recursive_lock_init (&NAME) -# define gl_recursive_lock_lock(NAME) \ - if (pthread_in_use ()) glthread_recursive_lock_lock (&NAME) -# define gl_recursive_lock_unlock(NAME) \ - if (pthread_in_use ()) glthread_recursive_lock_unlock (&NAME) -# define gl_recursive_lock_destroy(NAME) \ - if (pthread_in_use ()) glthread_recursive_lock_destroy (&NAME) -extern void glthread_recursive_lock_init (gl_recursive_lock_t *lock); -extern void glthread_recursive_lock_lock (gl_recursive_lock_t *lock); -extern void glthread_recursive_lock_unlock (gl_recursive_lock_t *lock); -extern void glthread_recursive_lock_destroy (gl_recursive_lock_t *lock); - -# endif - -/* -------------------------- gl_once_t datatype -------------------------- */ - -typedef pthread_once_t gl_once_t; -# define gl_once_define(STORAGECLASS, NAME) \ - STORAGECLASS pthread_once_t NAME = PTHREAD_ONCE_INIT; -# define gl_once(NAME, INITFUNCTION) \ - do \ - { \ - if (pthread_in_use ()) \ - { \ - if (pthread_once (&NAME, INITFUNCTION) != 0) \ - abort (); \ - } \ - else \ - { \ - if (glthread_once_singlethreaded (&NAME)) \ - INITFUNCTION (); \ - } \ - } \ - while (0) -extern int glthread_once_singlethreaded (pthread_once_t *once_control); - -# ifdef __cplusplus -} -# endif - -#endif - -/* ========================================================================= */ - -#if USE_PTH_THREADS - -/* Use the GNU Pth threads library. */ - -# include -# include - -# ifdef __cplusplus -extern "C" { -# endif - -# if USE_PTH_THREADS_WEAK - -/* Use weak references to the GNU Pth threads library. */ - -# pragma weak pth_mutex_init -# pragma weak pth_mutex_acquire -# pragma weak pth_mutex_release -# pragma weak pth_rwlock_init -# pragma weak pth_rwlock_acquire -# pragma weak pth_rwlock_release -# pragma weak pth_once - -# pragma weak pth_cancel -# define pth_in_use() (pth_cancel != NULL) - -# else - -# define pth_in_use() 1 - -# endif - -/* -------------------------- gl_lock_t datatype -------------------------- */ - -typedef pth_mutex_t gl_lock_t; -# define gl_lock_define(STORAGECLASS, NAME) \ - STORAGECLASS pth_mutex_t NAME; -# define gl_lock_define_initialized(STORAGECLASS, NAME) \ - STORAGECLASS pth_mutex_t NAME = gl_lock_initializer; -# define gl_lock_initializer \ - PTH_MUTEX_INIT -# define gl_lock_init(NAME) \ - if (pth_in_use() && !pth_mutex_init (&NAME)) abort () -# define gl_lock_lock(NAME) \ - if (pth_in_use() && !pth_mutex_acquire (&NAME, 0, NULL)) abort () -# define gl_lock_unlock(NAME) \ - if (pth_in_use() && !pth_mutex_release (&NAME)) abort () -# define gl_lock_destroy(NAME) \ - (void)(&NAME) - -/* ------------------------- gl_rwlock_t datatype ------------------------- */ - -typedef pth_rwlock_t gl_rwlock_t; -# define gl_rwlock_define(STORAGECLASS, NAME) \ - STORAGECLASS pth_rwlock_t NAME; -# define gl_rwlock_define_initialized(STORAGECLASS, NAME) \ - STORAGECLASS pth_rwlock_t NAME = gl_rwlock_initializer; -# define gl_rwlock_initializer \ - PTH_RWLOCK_INIT -# define gl_rwlock_init(NAME) \ - if (pth_in_use() && !pth_rwlock_init (&NAME)) abort () -# define gl_rwlock_rdlock(NAME) \ - if (pth_in_use() && !pth_rwlock_acquire (&NAME, PTH_RWLOCK_RD, 0, NULL)) abort () -# define gl_rwlock_wrlock(NAME) \ - if (pth_in_use() && !pth_rwlock_acquire (&NAME, PTH_RWLOCK_RW, 0, NULL)) abort () -# define gl_rwlock_unlock(NAME) \ - if (pth_in_use() && !pth_rwlock_release (&NAME)) abort () -# define gl_rwlock_destroy(NAME) \ - (void)(&NAME) - -/* --------------------- gl_recursive_lock_t datatype --------------------- */ - -/* In Pth, mutexes are recursive by default. */ -typedef pth_mutex_t gl_recursive_lock_t; -# define gl_recursive_lock_define(STORAGECLASS, NAME) \ - STORAGECLASS pth_mutex_t NAME; -# define gl_recursive_lock_define_initialized(STORAGECLASS, NAME) \ - STORAGECLASS pth_mutex_t NAME = gl_recursive_lock_initializer; -# define gl_recursive_lock_initializer \ - PTH_MUTEX_INIT -# define gl_recursive_lock_init(NAME) \ - if (pth_in_use() && !pth_mutex_init (&NAME)) abort () -# define gl_recursive_lock_lock(NAME) \ - if (pth_in_use() && !pth_mutex_acquire (&NAME, 0, NULL)) abort () -# define gl_recursive_lock_unlock(NAME) \ - if (pth_in_use() && !pth_mutex_release (&NAME)) abort () -# define gl_recursive_lock_destroy(NAME) \ - (void)(&NAME) - -/* -------------------------- gl_once_t datatype -------------------------- */ - -typedef pth_once_t gl_once_t; -# define gl_once_define(STORAGECLASS, NAME) \ - STORAGECLASS pth_once_t NAME = PTH_ONCE_INIT; -# define gl_once(NAME, INITFUNCTION) \ - do \ - { \ - if (pth_in_use ()) \ - { \ - void (*gl_once_temp) (void) = INITFUNCTION; \ - if (!pth_once (&NAME, glthread_once_call, &gl_once_temp)) \ - abort (); \ - } \ - else \ - { \ - if (glthread_once_singlethreaded (&NAME)) \ - INITFUNCTION (); \ - } \ - } \ - while (0) -extern void glthread_once_call (void *arg); -extern int glthread_once_singlethreaded (pth_once_t *once_control); - -# ifdef __cplusplus -} -# endif - -#endif - -/* ========================================================================= */ - -#if USE_SOLARIS_THREADS - -/* Use the old Solaris threads library. */ - -# include -# include -# include - -# ifdef __cplusplus -extern "C" { -# endif - -# if USE_SOLARIS_THREADS_WEAK - -/* Use weak references to the old Solaris threads library. */ - -# pragma weak mutex_init -# pragma weak mutex_lock -# pragma weak mutex_unlock -# pragma weak mutex_destroy -# pragma weak rwlock_init -# pragma weak rw_rdlock -# pragma weak rw_wrlock -# pragma weak rw_unlock -# pragma weak rwlock_destroy -# pragma weak thr_self - -# pragma weak thr_suspend -# define thread_in_use() (thr_suspend != NULL) - -# else - -# define thread_in_use() 1 - -# endif - -/* -------------------------- gl_lock_t datatype -------------------------- */ - -typedef mutex_t gl_lock_t; -# define gl_lock_define(STORAGECLASS, NAME) \ - STORAGECLASS mutex_t NAME; -# define gl_lock_define_initialized(STORAGECLASS, NAME) \ - STORAGECLASS mutex_t NAME = gl_lock_initializer; -# define gl_lock_initializer \ - DEFAULTMUTEX -# define gl_lock_init(NAME) \ - if (thread_in_use () && mutex_init (&NAME, USYNC_THREAD, NULL) != 0) abort () -# define gl_lock_lock(NAME) \ - if (thread_in_use () && mutex_lock (&NAME) != 0) abort () -# define gl_lock_unlock(NAME) \ - if (thread_in_use () && mutex_unlock (&NAME) != 0) abort () -# define gl_lock_destroy(NAME) \ - if (thread_in_use () && mutex_destroy (&NAME) != 0) abort () - -/* ------------------------- gl_rwlock_t datatype ------------------------- */ - -typedef rwlock_t gl_rwlock_t; -# define gl_rwlock_define(STORAGECLASS, NAME) \ - STORAGECLASS rwlock_t NAME; -# define gl_rwlock_define_initialized(STORAGECLASS, NAME) \ - STORAGECLASS rwlock_t NAME = gl_rwlock_initializer; -# define gl_rwlock_initializer \ - DEFAULTRWLOCK -# define gl_rwlock_init(NAME) \ - if (thread_in_use () && rwlock_init (&NAME, USYNC_THREAD, NULL) != 0) abort () -# define gl_rwlock_rdlock(NAME) \ - if (thread_in_use () && rw_rdlock (&NAME) != 0) abort () -# define gl_rwlock_wrlock(NAME) \ - if (thread_in_use () && rw_wrlock (&NAME) != 0) abort () -# define gl_rwlock_unlock(NAME) \ - if (thread_in_use () && rw_unlock (&NAME) != 0) abort () -# define gl_rwlock_destroy(NAME) \ - if (thread_in_use () && rwlock_destroy (&NAME) != 0) abort () - -/* --------------------- gl_recursive_lock_t datatype --------------------- */ - -/* Old Solaris threads did not have recursive locks. - We have to implement them ourselves. */ - -typedef struct - { - mutex_t mutex; - thread_t owner; - unsigned long depth; - } - gl_recursive_lock_t; -# define gl_recursive_lock_define(STORAGECLASS, NAME) \ - STORAGECLASS gl_recursive_lock_t NAME; -# define gl_recursive_lock_define_initialized(STORAGECLASS, NAME) \ - STORAGECLASS gl_recursive_lock_t NAME = gl_recursive_lock_initializer; -# define gl_recursive_lock_initializer \ - { DEFAULTMUTEX, (thread_t) 0, 0 } -# define gl_recursive_lock_init(NAME) \ - if (thread_in_use ()) glthread_recursive_lock_init (&NAME) -# define gl_recursive_lock_lock(NAME) \ - if (thread_in_use ()) glthread_recursive_lock_lock (&NAME) -# define gl_recursive_lock_unlock(NAME) \ - if (thread_in_use ()) glthread_recursive_lock_unlock (&NAME) -# define gl_recursive_lock_destroy(NAME) \ - if (thread_in_use ()) glthread_recursive_lock_destroy (&NAME) -extern void glthread_recursive_lock_init (gl_recursive_lock_t *lock); -extern void glthread_recursive_lock_lock (gl_recursive_lock_t *lock); -extern void glthread_recursive_lock_unlock (gl_recursive_lock_t *lock); -extern void glthread_recursive_lock_destroy (gl_recursive_lock_t *lock); - -/* -------------------------- gl_once_t datatype -------------------------- */ - -typedef struct - { - volatile int inited; - mutex_t mutex; - } - gl_once_t; -# define gl_once_define(STORAGECLASS, NAME) \ - STORAGECLASS gl_once_t NAME = { 0, DEFAULTMUTEX }; -# define gl_once(NAME, INITFUNCTION) \ - do \ - { \ - if (thread_in_use ()) \ - { \ - glthread_once (&NAME, INITFUNCTION); \ - } \ - else \ - { \ - if (glthread_once_singlethreaded (&NAME)) \ - INITFUNCTION (); \ - } \ - } \ - while (0) -extern void glthread_once (gl_once_t *once_control, void (*initfunction) (void)); -extern int glthread_once_singlethreaded (gl_once_t *once_control); - -# ifdef __cplusplus -} -# endif - -#endif - -/* ========================================================================= */ - -#if USE_WIN32_THREADS - -# include - -# ifdef __cplusplus -extern "C" { -# endif - -/* We can use CRITICAL_SECTION directly, rather than the Win32 Event, Mutex, - Semaphore types, because - - we need only to synchronize inside a single process (address space), - not inter-process locking, - - we don't need to support trylock operations. (TryEnterCriticalSection - does not work on Windows 95/98/ME. Packages that need trylock usually - define their own mutex type.) */ - -/* There is no way to statically initialize a CRITICAL_SECTION. It needs - to be done lazily, once only. For this we need spinlocks. */ - -typedef struct { volatile int done; volatile long started; } gl_spinlock_t; - -/* -------------------------- gl_lock_t datatype -------------------------- */ - -typedef struct - { - gl_spinlock_t guard; /* protects the initialization */ - CRITICAL_SECTION lock; - } - gl_lock_t; -# define gl_lock_define(STORAGECLASS, NAME) \ - STORAGECLASS gl_lock_t NAME; -# define gl_lock_define_initialized(STORAGECLASS, NAME) \ - STORAGECLASS gl_lock_t NAME = gl_lock_initializer; -# define gl_lock_initializer \ - { { 0, -1 } } -# define gl_lock_init(NAME) \ - glthread_lock_init (&NAME) -# define gl_lock_lock(NAME) \ - glthread_lock_lock (&NAME) -# define gl_lock_unlock(NAME) \ - glthread_lock_unlock (&NAME) -# define gl_lock_destroy(NAME) \ - glthread_lock_destroy (&NAME) -extern void glthread_lock_init (gl_lock_t *lock); -extern void glthread_lock_lock (gl_lock_t *lock); -extern void glthread_lock_unlock (gl_lock_t *lock); -extern void glthread_lock_destroy (gl_lock_t *lock); - -/* ------------------------- gl_rwlock_t datatype ------------------------- */ - -/* It is impossible to implement read-write locks using plain locks, without - introducing an extra thread dedicated to managing read-write locks. - Therefore here we need to use the low-level Event type. */ - -typedef struct - { - HANDLE *array; /* array of waiting threads, each represented by an event */ - unsigned int count; /* number of waiting threads */ - unsigned int alloc; /* length of allocated array */ - unsigned int offset; /* index of first waiting thread in array */ - } - gl_waitqueue_t; -typedef struct - { - gl_spinlock_t guard; /* protects the initialization */ - CRITICAL_SECTION lock; /* protects the remaining fields */ - gl_waitqueue_t waiting_readers; /* waiting readers */ - gl_waitqueue_t waiting_writers; /* waiting writers */ - int runcount; /* number of readers running, or -1 when a writer runs */ - } - gl_rwlock_t; -# define gl_rwlock_define(STORAGECLASS, NAME) \ - STORAGECLASS gl_rwlock_t NAME; -# define gl_rwlock_define_initialized(STORAGECLASS, NAME) \ - STORAGECLASS gl_rwlock_t NAME = gl_rwlock_initializer; -# define gl_rwlock_initializer \ - { { 0, -1 } } -# define gl_rwlock_init(NAME) \ - glthread_rwlock_init (&NAME) -# define gl_rwlock_rdlock(NAME) \ - glthread_rwlock_rdlock (&NAME) -# define gl_rwlock_wrlock(NAME) \ - glthread_rwlock_wrlock (&NAME) -# define gl_rwlock_unlock(NAME) \ - glthread_rwlock_unlock (&NAME) -# define gl_rwlock_destroy(NAME) \ - glthread_rwlock_destroy (&NAME) -extern void glthread_rwlock_init (gl_rwlock_t *lock); -extern void glthread_rwlock_rdlock (gl_rwlock_t *lock); -extern void glthread_rwlock_wrlock (gl_rwlock_t *lock); -extern void glthread_rwlock_unlock (gl_rwlock_t *lock); -extern void glthread_rwlock_destroy (gl_rwlock_t *lock); - -/* --------------------- gl_recursive_lock_t datatype --------------------- */ - -/* The Win32 documentation says that CRITICAL_SECTION already implements a - recursive lock. But we need not rely on it: It's easy to implement a - recursive lock without this assumption. */ - -typedef struct - { - gl_spinlock_t guard; /* protects the initialization */ - DWORD owner; - unsigned long depth; - CRITICAL_SECTION lock; - } - gl_recursive_lock_t; -# define gl_recursive_lock_define(STORAGECLASS, NAME) \ - STORAGECLASS gl_recursive_lock_t NAME; -# define gl_recursive_lock_define_initialized(STORAGECLASS, NAME) \ - STORAGECLASS gl_recursive_lock_t NAME = gl_recursive_lock_initializer; -# define gl_recursive_lock_initializer \ - { { 0, -1 }, 0, 0 } -# define gl_recursive_lock_init(NAME) \ - glthread_recursive_lock_init (&NAME) -# define gl_recursive_lock_lock(NAME) \ - glthread_recursive_lock_lock (&NAME) -# define gl_recursive_lock_unlock(NAME) \ - glthread_recursive_lock_unlock (&NAME) -# define gl_recursive_lock_destroy(NAME) \ - glthread_recursive_lock_destroy (&NAME) -extern void glthread_recursive_lock_init (gl_recursive_lock_t *lock); -extern void glthread_recursive_lock_lock (gl_recursive_lock_t *lock); -extern void glthread_recursive_lock_unlock (gl_recursive_lock_t *lock); -extern void glthread_recursive_lock_destroy (gl_recursive_lock_t *lock); - -/* -------------------------- gl_once_t datatype -------------------------- */ - -typedef struct - { - volatile int inited; - volatile long started; - CRITICAL_SECTION lock; - } - gl_once_t; -# define gl_once_define(STORAGECLASS, NAME) \ - STORAGECLASS gl_once_t NAME = { -1, -1 }; -# define gl_once(NAME, INITFUNCTION) \ - glthread_once (&NAME, INITFUNCTION) -extern void glthread_once (gl_once_t *once_control, void (*initfunction) (void)); - -# ifdef __cplusplus -} -# endif - -#endif - -/* ========================================================================= */ - -#if !(USE_POSIX_THREADS || USE_PTH_THREADS || USE_SOLARIS_THREADS || USE_WIN32_THREADS) - -/* Provide dummy implementation if threads are not supported. */ - -/* -------------------------- gl_lock_t datatype -------------------------- */ - -typedef int gl_lock_t; -# define gl_lock_define(STORAGECLASS, NAME) -# define gl_lock_define_initialized(STORAGECLASS, NAME) -# define gl_lock_init(NAME) -# define gl_lock_lock(NAME) -# define gl_lock_unlock(NAME) - -/* ------------------------- gl_rwlock_t datatype ------------------------- */ - -typedef int gl_rwlock_t; -# define gl_rwlock_define(STORAGECLASS, NAME) -# define gl_rwlock_define_initialized(STORAGECLASS, NAME) -# define gl_rwlock_init(NAME) -# define gl_rwlock_rdlock(NAME) -# define gl_rwlock_wrlock(NAME) -# define gl_rwlock_unlock(NAME) - -/* --------------------- gl_recursive_lock_t datatype --------------------- */ - -typedef int gl_recursive_lock_t; -# define gl_recursive_lock_define(STORAGECLASS, NAME) -# define gl_recursive_lock_define_initialized(STORAGECLASS, NAME) -# define gl_recursive_lock_init(NAME) -# define gl_recursive_lock_lock(NAME) -# define gl_recursive_lock_unlock(NAME) - -/* -------------------------- gl_once_t datatype -------------------------- */ - -typedef int gl_once_t; -# define gl_once_define(STORAGECLASS, NAME) \ - STORAGECLASS gl_once_t NAME = 0; -# define gl_once(NAME, INITFUNCTION) \ - do \ - { \ - if (NAME == 0) \ - { \ - NAME = ~ 0; \ - INITFUNCTION (); \ - } \ - } \ - while (0) - -#endif - -/* ========================================================================= */ - -#endif /* _LOCK_H */ diff --git a/intl/log.c b/intl/log.c deleted file mode 100644 index e3ab5d0e66..0000000000 --- a/intl/log.c +++ /dev/null @@ -1,116 +0,0 @@ -/* Log file output. - Copyright (C) 2003, 2005 Free Software Foundation, Inc. - - This program is free software; you can redistribute it and/or modify it - under the terms of the GNU Library General Public License as published - by the Free Software Foundation; either version 2, or (at your option) - any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Library General Public License for more details. - - You should have received a copy of the GNU Library General Public - License along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, - USA. */ - -/* Written by Bruno Haible . */ - -#ifdef HAVE_CONFIG_H -# include -#endif - -#include -#include -#include - -/* Handle multi-threaded applications. */ -#ifdef _LIBC -# include -#else -# include "lock.h" -#endif - -/* Print an ASCII string with quotes and escape sequences where needed. */ -static void -print_escaped (FILE *stream, const char *str) -{ - putc ('"', stream); - for (; *str != '\0'; str++) - if (*str == '\n') - { - fputs ("\\n\"", stream); - if (str[1] == '\0') - return; - fputs ("\n\"", stream); - } - else - { - if (*str == '"' || *str == '\\') - putc ('\\', stream); - putc (*str, stream); - } - putc ('"', stream); -} - -static char *last_logfilename = NULL; -static FILE *last_logfile = NULL; -__libc_lock_define_initialized (static, lock) - -static inline void -_nl_log_untranslated_locked (const char *logfilename, const char *domainname, - const char *msgid1, const char *msgid2, int plural) -{ - FILE *logfile; - - /* Can we reuse the last opened logfile? */ - if (last_logfilename == NULL || strcmp (logfilename, last_logfilename) != 0) - { - /* Close the last used logfile. */ - if (last_logfilename != NULL) - { - if (last_logfile != NULL) - { - fclose (last_logfile); - last_logfile = NULL; - } - free (last_logfilename); - last_logfilename = NULL; - } - /* Open the logfile. */ - last_logfilename = (char *) malloc (strlen (logfilename) + 1); - if (last_logfilename == NULL) - return; - strcpy (last_logfilename, logfilename); - last_logfile = fopen (logfilename, "a"); - if (last_logfile == NULL) - return; - } - logfile = last_logfile; - - fprintf (logfile, "domain "); - print_escaped (logfile, domainname); - fprintf (logfile, "\nmsgid "); - print_escaped (logfile, msgid1); - if (plural) - { - fprintf (logfile, "\nmsgid_plural "); - print_escaped (logfile, msgid2); - fprintf (logfile, "\nmsgstr[0] \"\"\n"); - } - else - fprintf (logfile, "\nmsgstr \"\"\n"); - putc ('\n', logfile); -} - -/* Add to the log file an entry denoting a failed translation. */ -void -_nl_log_untranslated (const char *logfilename, const char *domainname, - const char *msgid1, const char *msgid2, int plural) -{ - __libc_lock_lock (lock); - _nl_log_untranslated_locked (logfilename, domainname, msgid1, msgid2, plural); - __libc_lock_unlock (lock); -} diff --git a/intl/ngettext.c b/intl/ngettext.c deleted file mode 100644 index a33529c200..0000000000 --- a/intl/ngettext.c +++ /dev/null @@ -1,65 +0,0 @@ -/* Implementation of ngettext(3) function. - Copyright (C) 1995, 1997, 2000-2003 Free Software Foundation, Inc. - - This program is free software; you can redistribute it and/or modify it - under the terms of the GNU Library General Public License as published - by the Free Software Foundation; either version 2, or (at your option) - any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Library General Public License for more details. - - You should have received a copy of the GNU Library General Public - License along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, - USA. */ - -#ifdef HAVE_CONFIG_H -# include -#endif - -#ifdef _LIBC -# define __need_NULL -# include -#else -# include /* Just for NULL. */ -#endif - -#include "gettextP.h" -#ifdef _LIBC -# include -#else -# include "libgnuintl.h" -#endif - -#include - -/* @@ end of prolog @@ */ - -/* Names for the libintl functions are a problem. They must not clash - with existing names and they should follow ANSI C. But this source - code is also used in GNU C Library where the names have a __ - prefix. So we have to make a difference here. */ -#ifdef _LIBC -# define NGETTEXT __ngettext -# define DCNGETTEXT __dcngettext -#else -# define NGETTEXT libintl_ngettext -# define DCNGETTEXT libintl_dcngettext -#endif - -/* Look up MSGID in the current default message catalog for the current - LC_MESSAGES locale. If not found, returns MSGID itself (the default - text). */ -char * -NGETTEXT (const char *msgid1, const char *msgid2, unsigned long int n) -{ - return DCNGETTEXT (NULL, msgid1, msgid2, n, LC_MESSAGES); -} - -#ifdef _LIBC -/* Alias for function name in GNU C Library. */ -weak_alias (__ngettext, ngettext); -#endif diff --git a/intl/os2compat.c b/intl/os2compat.c deleted file mode 100644 index d041de2af4..0000000000 --- a/intl/os2compat.c +++ /dev/null @@ -1,98 +0,0 @@ -/* OS/2 compatibility functions. - Copyright (C) 2001-2002 Free Software Foundation, Inc. - - This program is free software; you can redistribute it and/or modify it - under the terms of the GNU Library General Public License as published - by the Free Software Foundation; either version 2, or (at your option) - any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Library General Public License for more details. - - You should have received a copy of the GNU Library General Public - License along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, - USA. */ - -#define OS2_AWARE -#ifdef HAVE_CONFIG_H -#include -#endif - -#include -#include -#include - -/* A version of getenv() that works from DLLs */ -extern unsigned long DosScanEnv (const unsigned char *pszName, unsigned char **ppszValue); - -char * -_nl_getenv (const char *name) -{ - unsigned char *value; - if (DosScanEnv (name, &value)) - return NULL; - else - return value; -} - -/* A fixed size buffer. */ -char libintl_nl_default_dirname[MAXPATHLEN+1]; - -char *_nlos2_libdir = NULL; -char *_nlos2_localealiaspath = NULL; -char *_nlos2_localedir = NULL; - -static __attribute__((constructor)) void -nlos2_initialize () -{ - char *root = getenv ("UNIXROOT"); - char *gnulocaledir = getenv ("GNULOCALEDIR"); - - _nlos2_libdir = gnulocaledir; - if (!_nlos2_libdir) - { - if (root) - { - size_t sl = strlen (root); - _nlos2_libdir = (char *) malloc (sl + strlen (LIBDIR) + 1); - memcpy (_nlos2_libdir, root, sl); - memcpy (_nlos2_libdir + sl, LIBDIR, strlen (LIBDIR) + 1); - } - else - _nlos2_libdir = LIBDIR; - } - - _nlos2_localealiaspath = gnulocaledir; - if (!_nlos2_localealiaspath) - { - if (root) - { - size_t sl = strlen (root); - _nlos2_localealiaspath = (char *) malloc (sl + strlen (LOCALE_ALIAS_PATH) + 1); - memcpy (_nlos2_localealiaspath, root, sl); - memcpy (_nlos2_localealiaspath + sl, LOCALE_ALIAS_PATH, strlen (LOCALE_ALIAS_PATH) + 1); - } - else - _nlos2_localealiaspath = LOCALE_ALIAS_PATH; - } - - _nlos2_localedir = gnulocaledir; - if (!_nlos2_localedir) - { - if (root) - { - size_t sl = strlen (root); - _nlos2_localedir = (char *) malloc (sl + strlen (LOCALEDIR) + 1); - memcpy (_nlos2_localedir, root, sl); - memcpy (_nlos2_localedir + sl, LOCALEDIR, strlen (LOCALEDIR) + 1); - } - else - _nlos2_localedir = LOCALEDIR; - } - - if (strlen (_nlos2_localedir) <= MAXPATHLEN) - strcpy (libintl_nl_default_dirname, _nlos2_localedir); -} diff --git a/intl/os2compat.h b/intl/os2compat.h deleted file mode 100644 index a18d582cd8..0000000000 --- a/intl/os2compat.h +++ /dev/null @@ -1,46 +0,0 @@ -/* OS/2 compatibility defines. - This file is intended to be included from config.h - Copyright (C) 2001-2002 Free Software Foundation, Inc. - - This program is free software; you can redistribute it and/or modify it - under the terms of the GNU Library General Public License as published - by the Free Software Foundation; either version 2, or (at your option) - any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Library General Public License for more details. - - You should have received a copy of the GNU Library General Public - License along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, - USA. */ - -/* When included from os2compat.h we need all the original definitions */ -#ifndef OS2_AWARE - -#undef LIBDIR -#define LIBDIR _nlos2_libdir -extern char *_nlos2_libdir; - -#undef LOCALEDIR -#define LOCALEDIR _nlos2_localedir -extern char *_nlos2_localedir; - -#undef LOCALE_ALIAS_PATH -#define LOCALE_ALIAS_PATH _nlos2_localealiaspath -extern char *_nlos2_localealiaspath; - -#endif - -#undef HAVE_STRCASECMP -#define HAVE_STRCASECMP 1 -#define strcasecmp stricmp -#define strncasecmp strnicmp - -/* We have our own getenv() which works even if library is compiled as DLL */ -#define getenv _nl_getenv - -/* Older versions of gettext used -1 as the value of LC_MESSAGES */ -#define LC_MESSAGES_COMPAT (-1) diff --git a/intl/osdep.c b/intl/osdep.c deleted file mode 100644 index 3cc35c03b7..0000000000 --- a/intl/osdep.c +++ /dev/null @@ -1,26 +0,0 @@ -/* OS dependent parts of libintl. - Copyright (C) 2001-2002, 2006 Free Software Foundation, Inc. - - This program is free software; you can redistribute it and/or modify it - under the terms of the GNU Library General Public License as published - by the Free Software Foundation; either version 2, or (at your option) - any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Library General Public License for more details. - - You should have received a copy of the GNU Library General Public - License along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, - USA. */ - -#if defined __CYGWIN__ -# include "intl-exports.c" -#elif defined __EMX__ -# include "os2compat.c" -#else -/* Avoid AIX compiler warning. */ -typedef int dummy; -#endif diff --git a/intl/plural-exp.c b/intl/plural-exp.c deleted file mode 100644 index f518bf1dc6..0000000000 --- a/intl/plural-exp.c +++ /dev/null @@ -1,154 +0,0 @@ -/* Expression parsing for plural form selection. - Copyright (C) 2000-2001, 2003, 2005 Free Software Foundation, Inc. - Written by Ulrich Drepper , 2000. - - This program is free software; you can redistribute it and/or modify it - under the terms of the GNU Library General Public License as published - by the Free Software Foundation; either version 2, or (at your option) - any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Library General Public License for more details. - - You should have received a copy of the GNU Library General Public - License along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, - USA. */ - -#ifdef HAVE_CONFIG_H -# include -#endif - -#include -#include -#include - -#include "plural-exp.h" - -#if (defined __GNUC__ && !(__APPLE_CC__ > 1)) \ - || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 199901L) - -/* These structs are the constant expression for the germanic plural - form determination. It represents the expression "n != 1". */ -static const struct expression plvar = -{ - .nargs = 0, - .operation = var, -}; -static const struct expression plone = -{ - .nargs = 0, - .operation = num, - .val = - { - .num = 1 - } -}; -struct expression GERMANIC_PLURAL = -{ - .nargs = 2, - .operation = not_equal, - .val = - { - .args = - { - [0] = (struct expression *) &plvar, - [1] = (struct expression *) &plone - } - } -}; - -# define INIT_GERMANIC_PLURAL() - -#else - -/* For compilers without support for ISO C 99 struct/union initializers: - Initialization at run-time. */ - -static struct expression plvar; -static struct expression plone; -struct expression GERMANIC_PLURAL; - -static void -init_germanic_plural () -{ - if (plone.val.num == 0) - { - plvar.nargs = 0; - plvar.operation = var; - - plone.nargs = 0; - plone.operation = num; - plone.val.num = 1; - - GERMANIC_PLURAL.nargs = 2; - GERMANIC_PLURAL.operation = not_equal; - GERMANIC_PLURAL.val.args[0] = &plvar; - GERMANIC_PLURAL.val.args[1] = &plone; - } -} - -# define INIT_GERMANIC_PLURAL() init_germanic_plural () - -#endif - -void -internal_function -EXTRACT_PLURAL_EXPRESSION (const char *nullentry, struct expression **pluralp, - unsigned long int *npluralsp) -{ - if (nullentry != NULL) - { - const char *plural; - const char *nplurals; - - plural = strstr (nullentry, "plural="); - nplurals = strstr (nullentry, "nplurals="); - if (plural == NULL || nplurals == NULL) - goto no_plural; - else - { - char *endp; - unsigned long int n; - struct parse_args args; - - /* First get the number. */ - nplurals += 9; - while (*nplurals != '\0' && isspace ((unsigned char) *nplurals)) - ++nplurals; - if (!(*nplurals >= '0' && *nplurals <= '9')) - goto no_plural; -#if defined HAVE_STRTOUL || defined _LIBC - n = strtoul (nplurals, &endp, 10); -#else - for (endp = nplurals, n = 0; *endp >= '0' && *endp <= '9'; endp++) - n = n * 10 + (*endp - '0'); -#endif - if (nplurals == endp) - goto no_plural; - *npluralsp = n; - - /* Due to the restrictions bison imposes onto the interface of the - scanner function we have to put the input string and the result - passed up from the parser into the same structure which address - is passed down to the parser. */ - plural += 7; - args.cp = plural; - if (PLURAL_PARSE (&args) != 0) - goto no_plural; - *pluralp = args.res; - } - } - else - { - /* By default we are using the Germanic form: singular form only - for `one', the plural form otherwise. Yes, this is also what - English is using since English is a Germanic language. */ - no_plural: - INIT_GERMANIC_PLURAL (); - *pluralp = &GERMANIC_PLURAL; - *npluralsp = 2; - } -} diff --git a/intl/plural-exp.h b/intl/plural-exp.h deleted file mode 100644 index dc590d374e..0000000000 --- a/intl/plural-exp.h +++ /dev/null @@ -1,118 +0,0 @@ -/* Expression parsing and evaluation for plural form selection. - Copyright (C) 2000-2003, 2005 Free Software Foundation, Inc. - Written by Ulrich Drepper , 2000. - - This program is free software; you can redistribute it and/or modify it - under the terms of the GNU Library General Public License as published - by the Free Software Foundation; either version 2, or (at your option) - any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Library General Public License for more details. - - You should have received a copy of the GNU Library General Public - License along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, - USA. */ - -#ifndef _PLURAL_EXP_H -#define _PLURAL_EXP_H - -#ifndef internal_function -# define internal_function -#endif - -#ifndef attribute_hidden -# define attribute_hidden -#endif - - -/* This is the representation of the expressions to determine the - plural form. */ -struct expression -{ - int nargs; /* Number of arguments. */ - enum operator - { - /* Without arguments: */ - var, /* The variable "n". */ - num, /* Decimal number. */ - /* Unary operators: */ - lnot, /* Logical NOT. */ - /* Binary operators: */ - mult, /* Multiplication. */ - divide, /* Division. */ - module, /* Modulo operation. */ - plus, /* Addition. */ - minus, /* Subtraction. */ - less_than, /* Comparison. */ - greater_than, /* Comparison. */ - less_or_equal, /* Comparison. */ - greater_or_equal, /* Comparison. */ - equal, /* Comparison for equality. */ - not_equal, /* Comparison for inequality. */ - land, /* Logical AND. */ - lor, /* Logical OR. */ - /* Ternary operators: */ - qmop /* Question mark operator. */ - } operation; - union - { - unsigned long int num; /* Number value for `num'. */ - struct expression *args[3]; /* Up to three arguments. */ - } val; -}; - -/* This is the data structure to pass information to the parser and get - the result in a thread-safe way. */ -struct parse_args -{ - const char *cp; - struct expression *res; -}; - - -/* Names for the libintl functions are a problem. This source code is used - 1. in the GNU C Library library, - 2. in the GNU libintl library, - 3. in the GNU gettext tools. - The function names in each situation must be different, to allow for - binary incompatible changes in 'struct expression'. Furthermore, - 1. in the GNU C Library library, the names have a __ prefix, - 2.+3. in the GNU libintl library and in the GNU gettext tools, the names - must follow ANSI C and not start with __. - So we have to distinguish the three cases. */ -#ifdef _LIBC -# define FREE_EXPRESSION __gettext_free_exp -# define PLURAL_PARSE __gettextparse -# define GERMANIC_PLURAL __gettext_germanic_plural -# define EXTRACT_PLURAL_EXPRESSION __gettext_extract_plural -#elif defined (IN_LIBINTL) -# define FREE_EXPRESSION libintl_gettext_free_exp -# define PLURAL_PARSE libintl_gettextparse -# define GERMANIC_PLURAL libintl_gettext_germanic_plural -# define EXTRACT_PLURAL_EXPRESSION libintl_gettext_extract_plural -#else -# define FREE_EXPRESSION free_plural_expression -# define PLURAL_PARSE parse_plural_expression -# define GERMANIC_PLURAL germanic_plural -# define EXTRACT_PLURAL_EXPRESSION extract_plural_expression -#endif - -extern void FREE_EXPRESSION (struct expression *exp) - internal_function; -extern int PLURAL_PARSE (void *arg); -extern struct expression GERMANIC_PLURAL attribute_hidden; -extern void EXTRACT_PLURAL_EXPRESSION (const char *nullentry, - struct expression **pluralp, - unsigned long int *npluralsp) - internal_function; - -#if !defined (_LIBC) && !defined (IN_LIBINTL) && !defined (IN_LIBGLOCALE) -extern unsigned long int plural_eval (struct expression *pexp, - unsigned long int n); -#endif - -#endif /* _PLURAL_EXP_H */ diff --git a/intl/plural.c b/intl/plural.c deleted file mode 100644 index 9ce0beb436..0000000000 --- a/intl/plural.c +++ /dev/null @@ -1,1943 +0,0 @@ -/* A Bison parser, made by GNU Bison 2.3. */ - -/* Skeleton implementation for Bison's Yacc-like parsers in C - - Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006 - Free Software Foundation, Inc. - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2, or (at your option) - any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, - Boston, MA 02110-1301, USA. */ - -/* As a special exception, you may create a larger work that contains - part or all of the Bison parser skeleton and distribute that work - under terms of your choice, so long as that work isn't itself a - parser generator using the skeleton or a modified version thereof - as a parser skeleton. Alternatively, if you modify or redistribute - the parser skeleton itself, you may (at your option) remove this - special exception, which will cause the skeleton and the resulting - Bison output files to be licensed under the GNU General Public - License without this special exception. - - This special exception was added by the Free Software Foundation in - version 2.2 of Bison. */ - -/* C LALR(1) parser skeleton written by Richard Stallman, by - simplifying the original so-called "semantic" parser. */ - -/* All symbols defined below should begin with yy or YY, to avoid - infringing on user name space. This should be done even for local - variables, as they might otherwise be expanded by user macros. - There are some unavoidable exceptions within include files to - define necessary library symbols; they are noted "INFRINGES ON - USER NAME SPACE" below. */ - -/* Identify Bison output. */ -#define YYBISON 1 - -/* Bison version. */ -#define YYBISON_VERSION "2.3" - -/* Skeleton name. */ -#define YYSKELETON_NAME "yacc.c" - -/* Pure parsers. */ -#define YYPURE 1 - -/* Using locations. */ -#define YYLSP_NEEDED 0 - -/* Substitute the variable and function names. */ -#define yyparse __gettextparse -#define yylex __gettextlex -#define yyerror __gettexterror -#define yylval __gettextlval -#define yychar __gettextchar -#define yydebug __gettextdebug -#define yynerrs __gettextnerrs - - -/* Tokens. */ -#ifndef YYTOKENTYPE -# define YYTOKENTYPE - /* Put the tokens into the symbol table, so that GDB and other debuggers - know about them. */ - enum yytokentype { - EQUOP2 = 258, - CMPOP2 = 259, - ADDOP2 = 260, - MULOP2 = 261, - NUMBER = 262 - }; -#endif -/* Tokens. */ -#define EQUOP2 258 -#define CMPOP2 259 -#define ADDOP2 260 -#define MULOP2 261 -#define NUMBER 262 - - - - -/* Copy the first part of user declarations. */ -#line 1 "../../lyx-devel/intl/plural.y" - -/* Expression parsing for plural form selection. - Copyright (C) 2000-2001, 2003, 2005 Free Software Foundation, Inc. - Written by Ulrich Drepper , 2000. - - This program is free software; you can redistribute it and/or modify it - under the terms of the GNU Library General Public License as published - by the Free Software Foundation; either version 2, or (at your option) - any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Library General Public License for more details. - - You should have received a copy of the GNU Library General Public - License along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, - USA. */ - -/* For bison < 2.0, the bison generated parser uses alloca. AIX 3 forces us - to put this declaration at the beginning of the file. The declaration in - bison's skeleton file comes too late. This must come before - because may include arbitrary system headers. - This can go away once the AM_INTL_SUBDIR macro requires bison >= 2.0. */ -#if defined _AIX && !defined __GNUC__ - #pragma alloca -#endif - -#ifdef HAVE_CONFIG_H -# include -#endif - -#include -#include -#include -#include "plural-exp.h" - -/* The main function generated by the parser is called __gettextparse, - but we want it to be called PLURAL_PARSE. */ -#ifndef _LIBC -# define __gettextparse PLURAL_PARSE -#endif - -#define YYLEX_PARAM &((struct parse_args *) arg)->cp -#define YYPARSE_PARAM arg - - -/* Enabling traces. */ -#ifndef YYDEBUG -# define YYDEBUG 0 -#endif - -/* Enabling verbose error messages. */ -#ifdef YYERROR_VERBOSE -# undef YYERROR_VERBOSE -# define YYERROR_VERBOSE 1 -#else -# define YYERROR_VERBOSE 0 -#endif - -/* Enabling the token table. */ -#ifndef YYTOKEN_TABLE -# define YYTOKEN_TABLE 0 -#endif - -#if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED -typedef union YYSTYPE -#line 51 "../../lyx-devel/intl/plural.y" -{ - unsigned long int num; - enum operator op; - struct expression *exp; -} -/* Line 187 of yacc.c. */ -#line 172 "../../lyx-devel/intl/plural.c" - YYSTYPE; -# define yystype YYSTYPE /* obsolescent; will be withdrawn */ -# define YYSTYPE_IS_DECLARED 1 -# define YYSTYPE_IS_TRIVIAL 1 -#endif - - - -/* Copy the second part of user declarations. */ -#line 57 "../../lyx-devel/intl/plural.y" - -/* Prototypes for local functions. */ -static int yylex (YYSTYPE *lval, const char **pexp); -static void yyerror (const char *str); - -/* Allocation of expressions. */ - -static struct expression * -new_exp (int nargs, enum operator op, struct expression * const *args) -{ - int i; - struct expression *newp; - - /* If any of the argument could not be malloc'ed, just return NULL. */ - for (i = nargs - 1; i >= 0; i--) - if (args[i] == NULL) - goto fail; - - /* Allocate a new expression. */ - newp = (struct expression *) malloc (sizeof (*newp)); - if (newp != NULL) - { - newp->nargs = nargs; - newp->operation = op; - for (i = nargs - 1; i >= 0; i--) - newp->val.args[i] = args[i]; - return newp; - } - - fail: - for (i = nargs - 1; i >= 0; i--) - FREE_EXPRESSION (args[i]); - - return NULL; -} - -static inline struct expression * -new_exp_0 (enum operator op) -{ - return new_exp (0, op, NULL); -} - -static inline struct expression * -new_exp_1 (enum operator op, struct expression *right) -{ - struct expression *args[1]; - - args[0] = right; - return new_exp (1, op, args); -} - -static struct expression * -new_exp_2 (enum operator op, struct expression *left, struct expression *right) -{ - struct expression *args[2]; - - args[0] = left; - args[1] = right; - return new_exp (2, op, args); -} - -static inline struct expression * -new_exp_3 (enum operator op, struct expression *bexp, - struct expression *tbranch, struct expression *fbranch) -{ - struct expression *args[3]; - - args[0] = bexp; - args[1] = tbranch; - args[2] = fbranch; - return new_exp (3, op, args); -} - - - -/* Line 216 of yacc.c. */ -#line 259 "../../lyx-devel/intl/plural.c" - -#ifdef short -# undef short -#endif - -#ifdef YYTYPE_UINT8 -typedef YYTYPE_UINT8 yytype_uint8; -#else -typedef unsigned char yytype_uint8; -#endif - -#ifdef YYTYPE_INT8 -typedef YYTYPE_INT8 yytype_int8; -#elif (defined __STDC__ || defined __C99__FUNC__ \ - || defined __cplusplus || defined _MSC_VER) -typedef signed char yytype_int8; -#else -typedef short int yytype_int8; -#endif - -#ifdef YYTYPE_UINT16 -typedef YYTYPE_UINT16 yytype_uint16; -#else -typedef unsigned short int yytype_uint16; -#endif - -#ifdef YYTYPE_INT16 -typedef YYTYPE_INT16 yytype_int16; -#else -typedef short int yytype_int16; -#endif - -#ifndef YYSIZE_T -# ifdef __SIZE_TYPE__ -# define YYSIZE_T __SIZE_TYPE__ -# elif defined size_t -# define YYSIZE_T size_t -# elif ! defined YYSIZE_T && (defined __STDC__ || defined __C99__FUNC__ \ - || defined __cplusplus || defined _MSC_VER) -# include /* INFRINGES ON USER NAME SPACE */ -# define YYSIZE_T size_t -# else -# define YYSIZE_T unsigned int -# endif -#endif - -#define YYSIZE_MAXIMUM ((YYSIZE_T) -1) - -#ifndef YY_ -# if YYENABLE_NLS -# if ENABLE_NLS -# include /* INFRINGES ON USER NAME SPACE */ -# define YY_(msgid) dgettext ("bison-runtime", msgid) -# endif -# endif -# ifndef YY_ -# define YY_(msgid) msgid -# endif -#endif - -/* Suppress unused-variable warnings by "using" E. */ -#if ! defined lint || defined __GNUC__ -# define YYUSE(e) ((void) (e)) -#else -# define YYUSE(e) /* empty */ -#endif - -/* Identity function, used to suppress warnings about constant conditions. */ -#ifndef lint -# define YYID(n) (n) -#else -#if (defined __STDC__ || defined __C99__FUNC__ \ - || defined __cplusplus || defined _MSC_VER) -static int -YYID (int i) -#else -static int -YYID (i) - int i; -#endif -{ - return i; -} -#endif - -#if ! defined yyoverflow || YYERROR_VERBOSE - -/* The parser invokes alloca or malloc; define the necessary symbols. */ - -# ifdef YYSTACK_USE_ALLOCA -# if YYSTACK_USE_ALLOCA -# ifdef __GNUC__ -# define YYSTACK_ALLOC __builtin_alloca -# elif defined __BUILTIN_VA_ARG_INCR -# include /* INFRINGES ON USER NAME SPACE */ -# elif defined _AIX -# define YYSTACK_ALLOC __alloca -# elif defined _MSC_VER -# include /* INFRINGES ON USER NAME SPACE */ -# define alloca _alloca -# else -# define YYSTACK_ALLOC alloca -# if ! defined _ALLOCA_H && ! defined _STDLIB_H && (defined __STDC__ || defined __C99__FUNC__ \ - || defined __cplusplus || defined _MSC_VER) -# include /* INFRINGES ON USER NAME SPACE */ -# ifndef _STDLIB_H -# define _STDLIB_H 1 -# endif -# endif -# endif -# endif -# endif - -# ifdef YYSTACK_ALLOC - /* Pacify GCC's `empty if-body' warning. */ -# define YYSTACK_FREE(Ptr) do { /* empty */; } while (YYID (0)) -# ifndef YYSTACK_ALLOC_MAXIMUM - /* The OS might guarantee only one guard page at the bottom of the stack, - and a page size can be as small as 4096 bytes. So we cannot safely - invoke alloca (N) if N exceeds 4096. Use a slightly smaller number - to allow for a few compiler-allocated temporary stack slots. */ -# define YYSTACK_ALLOC_MAXIMUM 4032 /* reasonable circa 2006 */ -# endif -# else -# define YYSTACK_ALLOC YYMALLOC -# define YYSTACK_FREE YYFREE -# ifndef YYSTACK_ALLOC_MAXIMUM -# define YYSTACK_ALLOC_MAXIMUM YYSIZE_MAXIMUM -# endif -# if (defined __cplusplus && ! defined _STDLIB_H \ - && ! ((defined YYMALLOC || defined malloc) \ - && (defined YYFREE || defined free))) -# include /* INFRINGES ON USER NAME SPACE */ -# ifndef _STDLIB_H -# define _STDLIB_H 1 -# endif -# endif -# ifndef YYMALLOC -# define YYMALLOC malloc -# if ! defined malloc && ! defined _STDLIB_H && (defined __STDC__ || defined __C99__FUNC__ \ - || defined __cplusplus || defined _MSC_VER) -void *malloc (YYSIZE_T); /* INFRINGES ON USER NAME SPACE */ -# endif -# endif -# ifndef YYFREE -# define YYFREE free -# if ! defined free && ! defined _STDLIB_H && (defined __STDC__ || defined __C99__FUNC__ \ - || defined __cplusplus || defined _MSC_VER) -void free (void *); /* INFRINGES ON USER NAME SPACE */ -# endif -# endif -# endif -#endif /* ! defined yyoverflow || YYERROR_VERBOSE */ - - -#if (! defined yyoverflow \ - && (! defined __cplusplus \ - || (defined YYSTYPE_IS_TRIVIAL && YYSTYPE_IS_TRIVIAL))) - -/* A type that is properly aligned for any stack member. */ -union yyalloc -{ - yytype_int16 yyss; - YYSTYPE yyvs; - }; - -/* The size of the maximum gap between one aligned stack and the next. */ -# define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1) - -/* The size of an array large to enough to hold all stacks, each with - N elements. */ -# define YYSTACK_BYTES(N) \ - ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE)) \ - + YYSTACK_GAP_MAXIMUM) - -/* Copy COUNT objects from FROM to TO. The source and destination do - not overlap. */ -# ifndef YYCOPY -# if defined __GNUC__ && 1 < __GNUC__ -# define YYCOPY(To, From, Count) \ - __builtin_memcpy (To, From, (Count) * sizeof (*(From))) -# else -# define YYCOPY(To, From, Count) \ - do \ - { \ - YYSIZE_T yyi; \ - for (yyi = 0; yyi < (Count); yyi++) \ - (To)[yyi] = (From)[yyi]; \ - } \ - while (YYID (0)) -# endif -# endif - -/* Relocate STACK from its old location to the new one. The - local variables YYSIZE and YYSTACKSIZE give the old and new number of - elements in the stack, and YYPTR gives the new location of the - stack. Advance YYPTR to a properly aligned location for the next - stack. */ -# define YYSTACK_RELOCATE(Stack) \ - do \ - { \ - YYSIZE_T yynewbytes; \ - YYCOPY (&yyptr->Stack, Stack, yysize); \ - Stack = &yyptr->Stack; \ - yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \ - yyptr += yynewbytes / sizeof (*yyptr); \ - } \ - while (YYID (0)) - -#endif - -/* YYFINAL -- State number of the termination state. */ -#define YYFINAL 9 -/* YYLAST -- Last index in YYTABLE. */ -#define YYLAST 54 - -/* YYNTOKENS -- Number of terminals. */ -#define YYNTOKENS 16 -/* YYNNTS -- Number of nonterminals. */ -#define YYNNTS 3 -/* YYNRULES -- Number of rules. */ -#define YYNRULES 13 -/* YYNRULES -- Number of states. */ -#define YYNSTATES 27 - -/* YYTRANSLATE(YYLEX) -- Bison symbol number corresponding to YYLEX. */ -#define YYUNDEFTOK 2 -#define YYMAXUTOK 262 - -#define YYTRANSLATE(YYX) \ - ((unsigned int) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK) - -/* YYTRANSLATE[YYLEX] -- Bison symbol number corresponding to YYLEX. */ -static const yytype_uint8 yytranslate[] = -{ - 0, 2, 2, 2, 2, 2, 2, 2, 2, 2, - 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, - 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, - 2, 2, 2, 10, 2, 2, 2, 2, 5, 2, - 14, 15, 2, 2, 2, 2, 2, 2, 2, 2, - 2, 2, 2, 2, 2, 2, 2, 2, 12, 2, - 2, 2, 2, 3, 2, 2, 2, 2, 2, 2, - 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, - 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, - 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, - 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, - 13, 2, 2, 2, 2, 2, 2, 2, 2, 2, - 2, 2, 2, 2, 4, 2, 2, 2, 2, 2, - 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, - 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, - 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, - 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, - 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, - 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, - 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, - 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, - 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, - 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, - 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, - 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, - 2, 2, 2, 2, 2, 2, 1, 2, 6, 7, - 8, 9, 11 -}; - -#if YYDEBUG -/* YYPRHS[YYN] -- Index of the first RHS symbol of rule number YYN in - YYRHS. */ -static const yytype_uint8 yyprhs[] = -{ - 0, 0, 3, 5, 11, 15, 19, 23, 27, 31, - 35, 38, 40, 42 -}; - -/* YYRHS -- A `-1'-separated list of the rules' RHS. */ -static const yytype_int8 yyrhs[] = -{ - 17, 0, -1, 18, -1, 18, 3, 18, 12, 18, - -1, 18, 4, 18, -1, 18, 5, 18, -1, 18, - 6, 18, -1, 18, 7, 18, -1, 18, 8, 18, - -1, 18, 9, 18, -1, 10, 18, -1, 13, -1, - 11, -1, 14, 18, 15, -1 -}; - -/* YYRLINE[YYN] -- source line where rule number YYN was defined. */ -static const yytype_uint8 yyrline[] = -{ - 0, 152, 152, 160, 164, 168, 172, 176, 180, 184, - 188, 192, 196, 201 -}; -#endif - -#if YYDEBUG || YYERROR_VERBOSE || YYTOKEN_TABLE -/* YYTNAME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM. - First, the terminals, then, starting at YYNTOKENS, nonterminals. */ -static const char *const yytname[] = -{ - "$end", "error", "$undefined", "'?'", "'|'", "'&'", "EQUOP2", "CMPOP2", - "ADDOP2", "MULOP2", "'!'", "NUMBER", "':'", "'n'", "'('", "')'", - "$accept", "start", "exp", 0 -}; -#endif - -# ifdef YYPRINT -/* YYTOKNUM[YYLEX-NUM] -- Internal token number corresponding to - token YYLEX-NUM. */ -static const yytype_uint16 yytoknum[] = -{ - 0, 256, 257, 63, 124, 38, 258, 259, 260, 261, - 33, 262, 58, 110, 40, 41 -}; -# endif - -/* YYR1[YYN] -- Symbol number of symbol that rule YYN derives. */ -static const yytype_uint8 yyr1[] = -{ - 0, 16, 17, 18, 18, 18, 18, 18, 18, 18, - 18, 18, 18, 18 -}; - -/* YYR2[YYN] -- Number of symbols composing right hand side of rule YYN. */ -static const yytype_uint8 yyr2[] = -{ - 0, 2, 1, 5, 3, 3, 3, 3, 3, 3, - 2, 1, 1, 3 -}; - -/* YYDEFACT[STATE-NAME] -- Default rule to reduce with in state - STATE-NUM when YYTABLE doesn't specify something else to do. Zero - means the default is an error. */ -static const yytype_uint8 yydefact[] = -{ - 0, 0, 12, 11, 0, 0, 2, 10, 0, 1, - 0, 0, 0, 0, 0, 0, 0, 13, 0, 4, - 5, 6, 7, 8, 9, 0, 3 -}; - -/* YYDEFGOTO[NTERM-NUM]. */ -static const yytype_int8 yydefgoto[] = -{ - -1, 5, 6 -}; - -/* YYPACT[STATE-NUM] -- Index in YYTABLE of the portion describing - STATE-NUM. */ -#define YYPACT_NINF -10 -static const yytype_int8 yypact[] = -{ - -9, -9, -10, -10, -9, 8, 36, -10, 13, -10, - -9, -9, -9, -9, -9, -9, -9, -10, 26, 41, - 45, 18, -2, 14, -10, -9, 36 -}; - -/* YYPGOTO[NTERM-NUM]. */ -static const yytype_int8 yypgoto[] = -{ - -10, -10, -1 -}; - -/* YYTABLE[YYPACT[STATE-NUM]]. What to do in state STATE-NUM. If - positive, shift that token. If negative, reduce the rule which - number is the opposite. If zero, do what YYDEFACT says. - If YYTABLE_NINF, syntax error. */ -#define YYTABLE_NINF -1 -static const yytype_uint8 yytable[] = -{ - 7, 1, 2, 8, 3, 4, 15, 16, 9, 18, - 19, 20, 21, 22, 23, 24, 10, 11, 12, 13, - 14, 15, 16, 16, 26, 14, 15, 16, 17, 10, - 11, 12, 13, 14, 15, 16, 0, 0, 25, 10, - 11, 12, 13, 14, 15, 16, 12, 13, 14, 15, - 16, 13, 14, 15, 16 -}; - -static const yytype_int8 yycheck[] = -{ - 1, 10, 11, 4, 13, 14, 8, 9, 0, 10, - 11, 12, 13, 14, 15, 16, 3, 4, 5, 6, - 7, 8, 9, 9, 25, 7, 8, 9, 15, 3, - 4, 5, 6, 7, 8, 9, -1, -1, 12, 3, - 4, 5, 6, 7, 8, 9, 5, 6, 7, 8, - 9, 6, 7, 8, 9 -}; - -/* YYSTOS[STATE-NUM] -- The (internal number of the) accessing - symbol of state STATE-NUM. */ -static const yytype_uint8 yystos[] = -{ - 0, 10, 11, 13, 14, 17, 18, 18, 18, 0, - 3, 4, 5, 6, 7, 8, 9, 15, 18, 18, - 18, 18, 18, 18, 18, 12, 18 -}; - -#define yyerrok (yyerrstatus = 0) -#define yyclearin (yychar = YYEMPTY) -#define YYEMPTY (-2) -#define YYEOF 0 - -#define YYACCEPT goto yyacceptlab -#define YYABORT goto yyabortlab -#define YYERROR goto yyerrorlab - - -/* Like YYERROR except do call yyerror. This remains here temporarily - to ease the transition to the new meaning of YYERROR, for GCC. - Once GCC version 2 has supplanted version 1, this can go. */ - -#define YYFAIL goto yyerrlab - -#define YYRECOVERING() (!!yyerrstatus) - -#define YYBACKUP(Token, Value) \ -do \ - if (yychar == YYEMPTY && yylen == 1) \ - { \ - yychar = (Token); \ - yylval = (Value); \ - yytoken = YYTRANSLATE (yychar); \ - YYPOPSTACK (1); \ - goto yybackup; \ - } \ - else \ - { \ - yyerror (YY_("syntax error: cannot back up")); \ - YYERROR; \ - } \ -while (YYID (0)) - - -#define YYTERROR 1 -#define YYERRCODE 256 - - -/* YYLLOC_DEFAULT -- Set CURRENT to span from RHS[1] to RHS[N]. - If N is 0, then set CURRENT to the empty location which ends - the previous symbol: RHS[0] (always defined). */ - -#define YYRHSLOC(Rhs, K) ((Rhs)[K]) -#ifndef YYLLOC_DEFAULT -# define YYLLOC_DEFAULT(Current, Rhs, N) \ - do \ - if (YYID (N)) \ - { \ - (Current).first_line = YYRHSLOC (Rhs, 1).first_line; \ - (Current).first_column = YYRHSLOC (Rhs, 1).first_column; \ - (Current).last_line = YYRHSLOC (Rhs, N).last_line; \ - (Current).last_column = YYRHSLOC (Rhs, N).last_column; \ - } \ - else \ - { \ - (Current).first_line = (Current).last_line = \ - YYRHSLOC (Rhs, 0).last_line; \ - (Current).first_column = (Current).last_column = \ - YYRHSLOC (Rhs, 0).last_column; \ - } \ - while (YYID (0)) -#endif - - -/* YY_LOCATION_PRINT -- Print the location on the stream. - This macro was not mandated originally: define only if we know - we won't break user code: when these are the locations we know. */ - -#ifndef YY_LOCATION_PRINT -# if YYLTYPE_IS_TRIVIAL -# define YY_LOCATION_PRINT(File, Loc) \ - fprintf (File, "%d.%d-%d.%d", \ - (Loc).first_line, (Loc).first_column, \ - (Loc).last_line, (Loc).last_column) -# else -# define YY_LOCATION_PRINT(File, Loc) ((void) 0) -# endif -#endif - - -/* YYLEX -- calling `yylex' with the right arguments. */ - -#ifdef YYLEX_PARAM -# define YYLEX yylex (&yylval, YYLEX_PARAM) -#else -# define YYLEX yylex (&yylval) -#endif - -/* Enable debugging if requested. */ -#if YYDEBUG - -# ifndef YYFPRINTF -# include /* INFRINGES ON USER NAME SPACE */ -# define YYFPRINTF fprintf -# endif - -# define YYDPRINTF(Args) \ -do { \ - if (yydebug) \ - YYFPRINTF Args; \ -} while (YYID (0)) - -# define YY_SYMBOL_PRINT(Title, Type, Value, Location) \ -do { \ - if (yydebug) \ - { \ - YYFPRINTF (stderr, "%s ", Title); \ - yy_symbol_print (stderr, \ - Type, Value); \ - YYFPRINTF (stderr, "\n"); \ - } \ -} while (YYID (0)) - - -/*--------------------------------. -| Print this symbol on YYOUTPUT. | -`--------------------------------*/ - -/*ARGSUSED*/ -#if (defined __STDC__ || defined __C99__FUNC__ \ - || defined __cplusplus || defined _MSC_VER) -static void -yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep) -#else -static void -yy_symbol_value_print (yyoutput, yytype, yyvaluep) - FILE *yyoutput; - int yytype; - YYSTYPE const * const yyvaluep; -#endif -{ - if (!yyvaluep) - return; -# ifdef YYPRINT - if (yytype < YYNTOKENS) - YYPRINT (yyoutput, yytoknum[yytype], *yyvaluep); -# else - YYUSE (yyoutput); -# endif - switch (yytype) - { - default: - break; - } -} - - -/*--------------------------------. -| Print this symbol on YYOUTPUT. | -`--------------------------------*/ - -#if (defined __STDC__ || defined __C99__FUNC__ \ - || defined __cplusplus || defined _MSC_VER) -static void -yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep) -#else -static void -yy_symbol_print (yyoutput, yytype, yyvaluep) - FILE *yyoutput; - int yytype; - YYSTYPE const * const yyvaluep; -#endif -{ - if (yytype < YYNTOKENS) - YYFPRINTF (yyoutput, "token %s (", yytname[yytype]); - else - YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]); - - yy_symbol_value_print (yyoutput, yytype, yyvaluep); - YYFPRINTF (yyoutput, ")"); -} - -/*------------------------------------------------------------------. -| yy_stack_print -- Print the state stack from its BOTTOM up to its | -| TOP (included). | -`------------------------------------------------------------------*/ - -#if (defined __STDC__ || defined __C99__FUNC__ \ - || defined __cplusplus || defined _MSC_VER) -static void -yy_stack_print (yytype_int16 *bottom, yytype_int16 *top) -#else -static void -yy_stack_print (bottom, top) - yytype_int16 *bottom; - yytype_int16 *top; -#endif -{ - YYFPRINTF (stderr, "Stack now"); - for (; bottom <= top; ++bottom) - YYFPRINTF (stderr, " %d", *bottom); - YYFPRINTF (stderr, "\n"); -} - -# define YY_STACK_PRINT(Bottom, Top) \ -do { \ - if (yydebug) \ - yy_stack_print ((Bottom), (Top)); \ -} while (YYID (0)) - - -/*------------------------------------------------. -| Report that the YYRULE is going to be reduced. | -`------------------------------------------------*/ - -#if (defined __STDC__ || defined __C99__FUNC__ \ - || defined __cplusplus || defined _MSC_VER) -static void -yy_reduce_print (YYSTYPE *yyvsp, int yyrule) -#else -static void -yy_reduce_print (yyvsp, yyrule) - YYSTYPE *yyvsp; - int yyrule; -#endif -{ - int yynrhs = yyr2[yyrule]; - int yyi; - unsigned long int yylno = yyrline[yyrule]; - YYFPRINTF (stderr, "Reducing stack by rule %d (line %lu):\n", - yyrule - 1, yylno); - /* The symbols being reduced. */ - for (yyi = 0; yyi < yynrhs; yyi++) - { - fprintf (stderr, " $%d = ", yyi + 1); - yy_symbol_print (stderr, yyrhs[yyprhs[yyrule] + yyi], - &(yyvsp[(yyi + 1) - (yynrhs)]) - ); - fprintf (stderr, "\n"); - } -} - -# define YY_REDUCE_PRINT(Rule) \ -do { \ - if (yydebug) \ - yy_reduce_print (yyvsp, Rule); \ -} while (YYID (0)) - -/* Nonzero means print parse trace. It is left uninitialized so that - multiple parsers can coexist. */ -int yydebug; -#else /* !YYDEBUG */ -# define YYDPRINTF(Args) -# define YY_SYMBOL_PRINT(Title, Type, Value, Location) -# define YY_STACK_PRINT(Bottom, Top) -# define YY_REDUCE_PRINT(Rule) -#endif /* !YYDEBUG */ - - -/* YYINITDEPTH -- initial size of the parser's stacks. */ -#ifndef YYINITDEPTH -# define YYINITDEPTH 200 -#endif - -/* YYMAXDEPTH -- maximum size the stacks can grow to (effective only - if the built-in stack extension method is used). - - Do not make this value too large; the results are undefined if - YYSTACK_ALLOC_MAXIMUM < YYSTACK_BYTES (YYMAXDEPTH) - evaluated with infinite-precision integer arithmetic. */ - -#ifndef YYMAXDEPTH -# define YYMAXDEPTH 10000 -#endif - - - -#if YYERROR_VERBOSE - -# ifndef yystrlen -# if defined __GLIBC__ && defined _STRING_H -# define yystrlen strlen -# else -/* Return the length of YYSTR. */ -#if (defined __STDC__ || defined __C99__FUNC__ \ - || defined __cplusplus || defined _MSC_VER) -static YYSIZE_T -yystrlen (const char *yystr) -#else -static YYSIZE_T -yystrlen (yystr) - const char *yystr; -#endif -{ - YYSIZE_T yylen; - for (yylen = 0; yystr[yylen]; yylen++) - continue; - return yylen; -} -# endif -# endif - -# ifndef yystpcpy -# if defined __GLIBC__ && defined _STRING_H && defined _GNU_SOURCE -# define yystpcpy stpcpy -# else -/* Copy YYSRC to YYDEST, returning the address of the terminating '\0' in - YYDEST. */ -#if (defined __STDC__ || defined __C99__FUNC__ \ - || defined __cplusplus || defined _MSC_VER) -static char * -yystpcpy (char *yydest, const char *yysrc) -#else -static char * -yystpcpy (yydest, yysrc) - char *yydest; - const char *yysrc; -#endif -{ - char *yyd = yydest; - const char *yys = yysrc; - - while ((*yyd++ = *yys++) != '\0') - continue; - - return yyd - 1; -} -# endif -# endif - -# ifndef yytnamerr -/* Copy to YYRES the contents of YYSTR after stripping away unnecessary - quotes and backslashes, so that it's suitable for yyerror. The - heuristic is that double-quoting is unnecessary unless the string - contains an apostrophe, a comma, or backslash (other than - backslash-backslash). YYSTR is taken from yytname. If YYRES is - null, do not copy; instead, return the length of what the result - would have been. */ -static YYSIZE_T -yytnamerr (char *yyres, const char *yystr) -{ - if (*yystr == '"') - { - YYSIZE_T yyn = 0; - char const *yyp = yystr; - - for (;;) - switch (*++yyp) - { - case '\'': - case ',': - goto do_not_strip_quotes; - - case '\\': - if (*++yyp != '\\') - goto do_not_strip_quotes; - /* Fall through. */ - default: - if (yyres) - yyres[yyn] = *yyp; - yyn++; - break; - - case '"': - if (yyres) - yyres[yyn] = '\0'; - return yyn; - } - do_not_strip_quotes: ; - } - - if (! yyres) - return yystrlen (yystr); - - return yystpcpy (yyres, yystr) - yyres; -} -# endif - -/* Copy into YYRESULT an error message about the unexpected token - YYCHAR while in state YYSTATE. Return the number of bytes copied, - including the terminating null byte. If YYRESULT is null, do not - copy anything; just return the number of bytes that would be - copied. As a special case, return 0 if an ordinary "syntax error" - message will do. Return YYSIZE_MAXIMUM if overflow occurs during - size calculation. */ -static YYSIZE_T -yysyntax_error (char *yyresult, int yystate, int yychar) -{ - int yyn = yypact[yystate]; - - if (! (YYPACT_NINF < yyn && yyn <= YYLAST)) - return 0; - else - { - int yytype = YYTRANSLATE (yychar); - YYSIZE_T yysize0 = yytnamerr (0, yytname[yytype]); - YYSIZE_T yysize = yysize0; - YYSIZE_T yysize1; - int yysize_overflow = 0; - enum { YYERROR_VERBOSE_ARGS_MAXIMUM = 5 }; - char const *yyarg[YYERROR_VERBOSE_ARGS_MAXIMUM]; - int yyx; - -# if 0 - /* This is so xgettext sees the translatable formats that are - constructed on the fly. */ - YY_("syntax error, unexpected %s"); - YY_("syntax error, unexpected %s, expecting %s"); - YY_("syntax error, unexpected %s, expecting %s or %s"); - YY_("syntax error, unexpected %s, expecting %s or %s or %s"); - YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s"); -# endif - char *yyfmt; - char const *yyf; - static char const yyunexpected[] = "syntax error, unexpected %s"; - static char const yyexpecting[] = ", expecting %s"; - static char const yyor[] = " or %s"; - char yyformat[sizeof yyunexpected - + sizeof yyexpecting - 1 - + ((YYERROR_VERBOSE_ARGS_MAXIMUM - 2) - * (sizeof yyor - 1))]; - char const *yyprefix = yyexpecting; - - /* Start YYX at -YYN if negative to avoid negative indexes in - YYCHECK. */ - int yyxbegin = yyn < 0 ? -yyn : 0; - - /* Stay within bounds of both yycheck and yytname. */ - int yychecklim = YYLAST - yyn + 1; - int yyxend = yychecklim < YYNTOKENS ? yychecklim : YYNTOKENS; - int yycount = 1; - - yyarg[0] = yytname[yytype]; - yyfmt = yystpcpy (yyformat, yyunexpected); - - for (yyx = yyxbegin; yyx < yyxend; ++yyx) - if (yycheck[yyx + yyn] == yyx && yyx != YYTERROR) - { - if (yycount == YYERROR_VERBOSE_ARGS_MAXIMUM) - { - yycount = 1; - yysize = yysize0; - yyformat[sizeof yyunexpected - 1] = '\0'; - break; - } - yyarg[yycount++] = yytname[yyx]; - yysize1 = yysize + yytnamerr (0, yytname[yyx]); - yysize_overflow |= (yysize1 < yysize); - yysize = yysize1; - yyfmt = yystpcpy (yyfmt, yyprefix); - yyprefix = yyor; - } - - yyf = YY_(yyformat); - yysize1 = yysize + yystrlen (yyf); - yysize_overflow |= (yysize1 < yysize); - yysize = yysize1; - - if (yysize_overflow) - return YYSIZE_MAXIMUM; - - if (yyresult) - { - /* Avoid sprintf, as that infringes on the user's name space. - Don't have undefined behavior even if the translation - produced a string with the wrong number of "%s"s. */ - char *yyp = yyresult; - int yyi = 0; - while ((*yyp = *yyf) != '\0') - { - if (*yyp == '%' && yyf[1] == 's' && yyi < yycount) - { - yyp += yytnamerr (yyp, yyarg[yyi++]); - yyf += 2; - } - else - { - yyp++; - yyf++; - } - } - } - return yysize; - } -} -#endif /* YYERROR_VERBOSE */ - - -/*-----------------------------------------------. -| Release the memory associated to this symbol. | -`-----------------------------------------------*/ - -/*ARGSUSED*/ -#if (defined __STDC__ || defined __C99__FUNC__ \ - || defined __cplusplus || defined _MSC_VER) -static void -yydestruct (const char *yymsg, int yytype, YYSTYPE *yyvaluep) -#else -static void -yydestruct (yymsg, yytype, yyvaluep) - const char *yymsg; - int yytype; - YYSTYPE *yyvaluep; -#endif -{ - YYUSE (yyvaluep); - - if (!yymsg) - yymsg = "Deleting"; - YY_SYMBOL_PRINT (yymsg, yytype, yyvaluep, yylocationp); - - switch (yytype) - { - - default: - break; - } -} - - -/* Prevent warnings from -Wmissing-prototypes. */ - -#ifdef YYPARSE_PARAM -#if defined __STDC__ || defined __cplusplus -int yyparse (void *YYPARSE_PARAM); -#else -int yyparse (); -#endif -#else /* ! YYPARSE_PARAM */ -#if defined __STDC__ || defined __cplusplus -int yyparse (void); -#else -int yyparse (); -#endif -#endif /* ! YYPARSE_PARAM */ - - - - - - -/*----------. -| yyparse. | -`----------*/ - -#ifdef YYPARSE_PARAM -#if (defined __STDC__ || defined __C99__FUNC__ \ - || defined __cplusplus || defined _MSC_VER) -int -yyparse (void *YYPARSE_PARAM) -#else -int -yyparse (YYPARSE_PARAM) - void *YYPARSE_PARAM; -#endif -#else /* ! YYPARSE_PARAM */ -#if (defined __STDC__ || defined __C99__FUNC__ \ - || defined __cplusplus || defined _MSC_VER) -int -yyparse (void) -#else -int -yyparse () - -#endif -#endif -{ - /* The look-ahead symbol. */ -int yychar; - -/* The semantic value of the look-ahead symbol. */ -YYSTYPE yylval; - -/* Number of syntax errors so far. */ -int yynerrs; - - int yystate; - int yyn; - int yyresult; - /* Number of tokens to shift before error messages enabled. */ - int yyerrstatus; - /* Look-ahead token as an internal (translated) token number. */ - int yytoken = 0; -#if YYERROR_VERBOSE - /* Buffer for error messages, and its allocated size. */ - char yymsgbuf[128]; - char *yymsg = yymsgbuf; - YYSIZE_T yymsg_alloc = sizeof yymsgbuf; -#endif - - /* Three stacks and their tools: - `yyss': related to states, - `yyvs': related to semantic values, - `yyls': related to locations. - - Refer to the stacks thru separate pointers, to allow yyoverflow - to reallocate them elsewhere. */ - - /* The state stack. */ - yytype_int16 yyssa[YYINITDEPTH]; - yytype_int16 *yyss = yyssa; - yytype_int16 *yyssp; - - /* The semantic value stack. */ - YYSTYPE yyvsa[YYINITDEPTH]; - YYSTYPE *yyvs = yyvsa; - YYSTYPE *yyvsp; - - - -#define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N)) - - YYSIZE_T yystacksize = YYINITDEPTH; - - /* The variables used to return semantic value and location from the - action routines. */ - YYSTYPE yyval; - - - /* The number of symbols on the RHS of the reduced rule. - Keep to zero when no symbol should be popped. */ - int yylen = 0; - - YYDPRINTF ((stderr, "Starting parse\n")); - - yystate = 0; - yyerrstatus = 0; - yynerrs = 0; - yychar = YYEMPTY; /* Cause a token to be read. */ - - /* Initialize stack pointers. - Waste one element of value and location stack - so that they stay on the same level as the state stack. - The wasted elements are never initialized. */ - - yyssp = yyss; - yyvsp = yyvs; - - goto yysetstate; - -/*------------------------------------------------------------. -| yynewstate -- Push a new state, which is found in yystate. | -`------------------------------------------------------------*/ - yynewstate: - /* In all cases, when you get here, the value and location stacks - have just been pushed. So pushing a state here evens the stacks. */ - yyssp++; - - yysetstate: - *yyssp = yystate; - - if (yyss + yystacksize - 1 <= yyssp) - { - /* Get the current used size of the three stacks, in elements. */ - YYSIZE_T yysize = yyssp - yyss + 1; - -#ifdef yyoverflow - { - /* Give user a chance to reallocate the stack. Use copies of - these so that the &'s don't force the real ones into - memory. */ - YYSTYPE *yyvs1 = yyvs; - yytype_int16 *yyss1 = yyss; - - - /* Each stack pointer address is followed by the size of the - data in use in that stack, in bytes. This used to be a - conditional around just the two extra args, but that might - be undefined if yyoverflow is a macro. */ - yyoverflow (YY_("memory exhausted"), - &yyss1, yysize * sizeof (*yyssp), - &yyvs1, yysize * sizeof (*yyvsp), - - &yystacksize); - - yyss = yyss1; - yyvs = yyvs1; - } -#else /* no yyoverflow */ -# ifndef YYSTACK_RELOCATE - goto yyexhaustedlab; -# else - /* Extend the stack our own way. */ - if (YYMAXDEPTH <= yystacksize) - goto yyexhaustedlab; - yystacksize *= 2; - if (YYMAXDEPTH < yystacksize) - yystacksize = YYMAXDEPTH; - - { - yytype_int16 *yyss1 = yyss; - union yyalloc *yyptr = - (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize)); - if (! yyptr) - goto yyexhaustedlab; - YYSTACK_RELOCATE (yyss); - YYSTACK_RELOCATE (yyvs); - -# undef YYSTACK_RELOCATE - if (yyss1 != yyssa) - YYSTACK_FREE (yyss1); - } -# endif -#endif /* no yyoverflow */ - - yyssp = yyss + yysize - 1; - yyvsp = yyvs + yysize - 1; - - - YYDPRINTF ((stderr, "Stack size increased to %lu\n", - (unsigned long int) yystacksize)); - - if (yyss + yystacksize - 1 <= yyssp) - YYABORT; - } - - YYDPRINTF ((stderr, "Entering state %d\n", yystate)); - - goto yybackup; - -/*-----------. -| yybackup. | -`-----------*/ -yybackup: - - /* Do appropriate processing given the current state. Read a - look-ahead token if we need one and don't already have one. */ - - /* First try to decide what to do without reference to look-ahead token. */ - yyn = yypact[yystate]; - if (yyn == YYPACT_NINF) - goto yydefault; - - /* Not known => get a look-ahead token if don't already have one. */ - - /* YYCHAR is either YYEMPTY or YYEOF or a valid look-ahead symbol. */ - if (yychar == YYEMPTY) - { - YYDPRINTF ((stderr, "Reading a token: ")); - yychar = YYLEX; - } - - if (yychar <= YYEOF) - { - yychar = yytoken = YYEOF; - YYDPRINTF ((stderr, "Now at end of input.\n")); - } - else - { - yytoken = YYTRANSLATE (yychar); - YY_SYMBOL_PRINT ("Next token is", yytoken, &yylval, &yylloc); - } - - /* If the proper action on seeing token YYTOKEN is to reduce or to - detect an error, take that action. */ - yyn += yytoken; - if (yyn < 0 || YYLAST < yyn || yycheck[yyn] != yytoken) - goto yydefault; - yyn = yytable[yyn]; - if (yyn <= 0) - { - if (yyn == 0 || yyn == YYTABLE_NINF) - goto yyerrlab; - yyn = -yyn; - goto yyreduce; - } - - if (yyn == YYFINAL) - YYACCEPT; - - /* Count tokens shifted since error; after three, turn off error - status. */ - if (yyerrstatus) - yyerrstatus--; - - /* Shift the look-ahead token. */ - YY_SYMBOL_PRINT ("Shifting", yytoken, &yylval, &yylloc); - - /* Discard the shifted token unless it is eof. */ - if (yychar != YYEOF) - yychar = YYEMPTY; - - yystate = yyn; - *++yyvsp = yylval; - - goto yynewstate; - - -/*-----------------------------------------------------------. -| yydefault -- do the default action for the current state. | -`-----------------------------------------------------------*/ -yydefault: - yyn = yydefact[yystate]; - if (yyn == 0) - goto yyerrlab; - goto yyreduce; - - -/*-----------------------------. -| yyreduce -- Do a reduction. | -`-----------------------------*/ -yyreduce: - /* yyn is the number of a rule to reduce with. */ - yylen = yyr2[yyn]; - - /* If YYLEN is nonzero, implement the default value of the action: - `$$ = $1'. - - Otherwise, the following line sets YYVAL to garbage. - This behavior is undocumented and Bison - users should not rely upon it. Assigning to YYVAL - unconditionally makes the parser a bit smaller, and it avoids a - GCC warning that YYVAL may be used uninitialized. */ - yyval = yyvsp[1-yylen]; - - - YY_REDUCE_PRINT (yyn); - switch (yyn) - { - case 2: -#line 153 "../../lyx-devel/intl/plural.y" - { - if ((yyvsp[(1) - (1)].exp) == NULL) - YYABORT; - ((struct parse_args *) arg)->res = (yyvsp[(1) - (1)].exp); - } - break; - - case 3: -#line 161 "../../lyx-devel/intl/plural.y" - { - (yyval.exp) = new_exp_3 (qmop, (yyvsp[(1) - (5)].exp), (yyvsp[(3) - (5)].exp), (yyvsp[(5) - (5)].exp)); - } - break; - - case 4: -#line 165 "../../lyx-devel/intl/plural.y" - { - (yyval.exp) = new_exp_2 (lor, (yyvsp[(1) - (3)].exp), (yyvsp[(3) - (3)].exp)); - } - break; - - case 5: -#line 169 "../../lyx-devel/intl/plural.y" - { - (yyval.exp) = new_exp_2 (land, (yyvsp[(1) - (3)].exp), (yyvsp[(3) - (3)].exp)); - } - break; - - case 6: -#line 173 "../../lyx-devel/intl/plural.y" - { - (yyval.exp) = new_exp_2 ((yyvsp[(2) - (3)].op), (yyvsp[(1) - (3)].exp), (yyvsp[(3) - (3)].exp)); - } - break; - - case 7: -#line 177 "../../lyx-devel/intl/plural.y" - { - (yyval.exp) = new_exp_2 ((yyvsp[(2) - (3)].op), (yyvsp[(1) - (3)].exp), (yyvsp[(3) - (3)].exp)); - } - break; - - case 8: -#line 181 "../../lyx-devel/intl/plural.y" - { - (yyval.exp) = new_exp_2 ((yyvsp[(2) - (3)].op), (yyvsp[(1) - (3)].exp), (yyvsp[(3) - (3)].exp)); - } - break; - - case 9: -#line 185 "../../lyx-devel/intl/plural.y" - { - (yyval.exp) = new_exp_2 ((yyvsp[(2) - (3)].op), (yyvsp[(1) - (3)].exp), (yyvsp[(3) - (3)].exp)); - } - break; - - case 10: -#line 189 "../../lyx-devel/intl/plural.y" - { - (yyval.exp) = new_exp_1 (lnot, (yyvsp[(2) - (2)].exp)); - } - break; - - case 11: -#line 193 "../../lyx-devel/intl/plural.y" - { - (yyval.exp) = new_exp_0 (var); - } - break; - - case 12: -#line 197 "../../lyx-devel/intl/plural.y" - { - if (((yyval.exp) = new_exp_0 (num)) != NULL) - (yyval.exp)->val.num = (yyvsp[(1) - (1)].num); - } - break; - - case 13: -#line 202 "../../lyx-devel/intl/plural.y" - { - (yyval.exp) = (yyvsp[(2) - (3)].exp); - } - break; - - -/* Line 1267 of yacc.c. */ -#line 1552 "../../lyx-devel/intl/plural.c" - default: break; - } - YY_SYMBOL_PRINT ("-> $$ =", yyr1[yyn], &yyval, &yyloc); - - YYPOPSTACK (yylen); - yylen = 0; - YY_STACK_PRINT (yyss, yyssp); - - *++yyvsp = yyval; - - - /* Now `shift' the result of the reduction. Determine what state - that goes to, based on the state we popped back to and the rule - number reduced by. */ - - yyn = yyr1[yyn]; - - yystate = yypgoto[yyn - YYNTOKENS] + *yyssp; - if (0 <= yystate && yystate <= YYLAST && yycheck[yystate] == *yyssp) - yystate = yytable[yystate]; - else - yystate = yydefgoto[yyn - YYNTOKENS]; - - goto yynewstate; - - -/*------------------------------------. -| yyerrlab -- here on detecting error | -`------------------------------------*/ -yyerrlab: - /* If not already recovering from an error, report this error. */ - if (!yyerrstatus) - { - ++yynerrs; -#if ! YYERROR_VERBOSE - yyerror (YY_("syntax error")); -#else - { - YYSIZE_T yysize = yysyntax_error (0, yystate, yychar); - if (yymsg_alloc < yysize && yymsg_alloc < YYSTACK_ALLOC_MAXIMUM) - { - YYSIZE_T yyalloc = 2 * yysize; - if (! (yysize <= yyalloc && yyalloc <= YYSTACK_ALLOC_MAXIMUM)) - yyalloc = YYSTACK_ALLOC_MAXIMUM; - if (yymsg != yymsgbuf) - YYSTACK_FREE (yymsg); - yymsg = (char *) YYSTACK_ALLOC (yyalloc); - if (yymsg) - yymsg_alloc = yyalloc; - else - { - yymsg = yymsgbuf; - yymsg_alloc = sizeof yymsgbuf; - } - } - - if (0 < yysize && yysize <= yymsg_alloc) - { - (void) yysyntax_error (yymsg, yystate, yychar); - yyerror (yymsg); - } - else - { - yyerror (YY_("syntax error")); - if (yysize != 0) - goto yyexhaustedlab; - } - } -#endif - } - - - - if (yyerrstatus == 3) - { - /* If just tried and failed to reuse look-ahead token after an - error, discard it. */ - - if (yychar <= YYEOF) - { - /* Return failure if at end of input. */ - if (yychar == YYEOF) - YYABORT; - } - else - { - yydestruct ("Error: discarding", - yytoken, &yylval); - yychar = YYEMPTY; - } - } - - /* Else will try to reuse look-ahead token after shifting the error - token. */ - goto yyerrlab1; - - -/*---------------------------------------------------. -| yyerrorlab -- error raised explicitly by YYERROR. | -`---------------------------------------------------*/ -yyerrorlab: - - /* Pacify compilers like GCC when the user code never invokes - YYERROR and the label yyerrorlab therefore never appears in user - code. */ - if (/*CONSTCOND*/ 0) - goto yyerrorlab; - - /* Do not reclaim the symbols of the rule which action triggered - this YYERROR. */ - YYPOPSTACK (yylen); - yylen = 0; - YY_STACK_PRINT (yyss, yyssp); - yystate = *yyssp; - goto yyerrlab1; - - -/*-------------------------------------------------------------. -| yyerrlab1 -- common code for both syntax error and YYERROR. | -`-------------------------------------------------------------*/ -yyerrlab1: - yyerrstatus = 3; /* Each real token shifted decrements this. */ - - for (;;) - { - yyn = yypact[yystate]; - if (yyn != YYPACT_NINF) - { - yyn += YYTERROR; - if (0 <= yyn && yyn <= YYLAST && yycheck[yyn] == YYTERROR) - { - yyn = yytable[yyn]; - if (0 < yyn) - break; - } - } - - /* Pop the current state because it cannot handle the error token. */ - if (yyssp == yyss) - YYABORT; - - - yydestruct ("Error: popping", - yystos[yystate], yyvsp); - YYPOPSTACK (1); - yystate = *yyssp; - YY_STACK_PRINT (yyss, yyssp); - } - - if (yyn == YYFINAL) - YYACCEPT; - - *++yyvsp = yylval; - - - /* Shift the error token. */ - YY_SYMBOL_PRINT ("Shifting", yystos[yyn], yyvsp, yylsp); - - yystate = yyn; - goto yynewstate; - - -/*-------------------------------------. -| yyacceptlab -- YYACCEPT comes here. | -`-------------------------------------*/ -yyacceptlab: - yyresult = 0; - goto yyreturn; - -/*-----------------------------------. -| yyabortlab -- YYABORT comes here. | -`-----------------------------------*/ -yyabortlab: - yyresult = 1; - goto yyreturn; - -#ifndef yyoverflow -/*-------------------------------------------------. -| yyexhaustedlab -- memory exhaustion comes here. | -`-------------------------------------------------*/ -yyexhaustedlab: - yyerror (YY_("memory exhausted")); - yyresult = 2; - /* Fall through. */ -#endif - -yyreturn: - if (yychar != YYEOF && yychar != YYEMPTY) - yydestruct ("Cleanup: discarding lookahead", - yytoken, &yylval); - /* Do not reclaim the symbols of the rule which action triggered - this YYABORT or YYACCEPT. */ - YYPOPSTACK (yylen); - YY_STACK_PRINT (yyss, yyssp); - while (yyssp != yyss) - { - yydestruct ("Cleanup: popping", - yystos[*yyssp], yyvsp); - YYPOPSTACK (1); - } -#ifndef yyoverflow - if (yyss != yyssa) - YYSTACK_FREE (yyss); -#endif -#if YYERROR_VERBOSE - if (yymsg != yymsgbuf) - YYSTACK_FREE (yymsg); -#endif - /* Make sure YYID is used. */ - return YYID (yyresult); -} - - -#line 207 "../../lyx-devel/intl/plural.y" - - -void -internal_function -FREE_EXPRESSION (struct expression *exp) -{ - if (exp == NULL) - return; - - /* Handle the recursive case. */ - switch (exp->nargs) - { - case 3: - FREE_EXPRESSION (exp->val.args[2]); - /* FALLTHROUGH */ - case 2: - FREE_EXPRESSION (exp->val.args[1]); - /* FALLTHROUGH */ - case 1: - FREE_EXPRESSION (exp->val.args[0]); - /* FALLTHROUGH */ - default: - break; - } - - free (exp); -} - - -static int -yylex (YYSTYPE *lval, const char **pexp) -{ - const char *exp = *pexp; - int result; - - while (1) - { - if (exp[0] == '\0') - { - *pexp = exp; - return YYEOF; - } - - if (exp[0] != ' ' && exp[0] != '\t') - break; - - ++exp; - } - - result = *exp++; - switch (result) - { - case '0': case '1': case '2': case '3': case '4': - case '5': case '6': case '7': case '8': case '9': - { - unsigned long int n = result - '0'; - while (exp[0] >= '0' && exp[0] <= '9') - { - n *= 10; - n += exp[0] - '0'; - ++exp; - } - lval->num = n; - result = NUMBER; - } - break; - - case '=': - if (exp[0] == '=') - { - ++exp; - lval->op = equal; - result = EQUOP2; - } - else - result = YYERRCODE; - break; - - case '!': - if (exp[0] == '=') - { - ++exp; - lval->op = not_equal; - result = EQUOP2; - } - break; - - case '&': - case '|': - if (exp[0] == result) - ++exp; - else - result = YYERRCODE; - break; - - case '<': - if (exp[0] == '=') - { - ++exp; - lval->op = less_or_equal; - } - else - lval->op = less_than; - result = CMPOP2; - break; - - case '>': - if (exp[0] == '=') - { - ++exp; - lval->op = greater_or_equal; - } - else - lval->op = greater_than; - result = CMPOP2; - break; - - case '*': - lval->op = mult; - result = MULOP2; - break; - - case '/': - lval->op = divide; - result = MULOP2; - break; - - case '%': - lval->op = module; - result = MULOP2; - break; - - case '+': - lval->op = plus; - result = ADDOP2; - break; - - case '-': - lval->op = minus; - result = ADDOP2; - break; - - case 'n': - case '?': - case ':': - case '(': - case ')': - /* Nothing, just return the character. */ - break; - - case ';': - case '\n': - case '\0': - /* Be safe and let the user call this function again. */ - --exp; - result = YYEOF; - break; - - default: - result = YYERRCODE; -#if YYDEBUG != 0 - --exp; -#endif - break; - } - - *pexp = exp; - - return result; -} - - -static void -yyerror (const char *str) -{ - /* Do nothing. We don't print error messages here. */ -} - diff --git a/intl/plural.y b/intl/plural.y deleted file mode 100644 index 45d68e949e..0000000000 --- a/intl/plural.y +++ /dev/null @@ -1,383 +0,0 @@ -%{ -/* Expression parsing for plural form selection. - Copyright (C) 2000-2001, 2003, 2005 Free Software Foundation, Inc. - Written by Ulrich Drepper , 2000. - - This program is free software; you can redistribute it and/or modify it - under the terms of the GNU Library General Public License as published - by the Free Software Foundation; either version 2, or (at your option) - any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Library General Public License for more details. - - You should have received a copy of the GNU Library General Public - License along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, - USA. */ - -/* For bison < 2.0, the bison generated parser uses alloca. AIX 3 forces us - to put this declaration at the beginning of the file. The declaration in - bison's skeleton file comes too late. This must come before - because may include arbitrary system headers. - This can go away once the AM_INTL_SUBDIR macro requires bison >= 2.0. */ -#if defined _AIX && !defined __GNUC__ - #pragma alloca -#endif - -#ifdef HAVE_CONFIG_H -# include -#endif - -#include -#include -#include -#include "plural-exp.h" - -/* The main function generated by the parser is called __gettextparse, - but we want it to be called PLURAL_PARSE. */ -#ifndef _LIBC -# define __gettextparse PLURAL_PARSE -#endif - -#define YYLEX_PARAM &((struct parse_args *) arg)->cp -#define YYPARSE_PARAM arg -%} -%pure_parser -%expect 7 - -%union { - unsigned long int num; - enum operator op; - struct expression *exp; -} - -%{ -/* Prototypes for local functions. */ -static int yylex (YYSTYPE *lval, const char **pexp); -static void yyerror (const char *str); - -/* Allocation of expressions. */ - -static struct expression * -new_exp (int nargs, enum operator op, struct expression * const *args) -{ - int i; - struct expression *newp; - - /* If any of the argument could not be malloc'ed, just return NULL. */ - for (i = nargs - 1; i >= 0; i--) - if (args[i] == NULL) - goto fail; - - /* Allocate a new expression. */ - newp = (struct expression *) malloc (sizeof (*newp)); - if (newp != NULL) - { - newp->nargs = nargs; - newp->operation = op; - for (i = nargs - 1; i >= 0; i--) - newp->val.args[i] = args[i]; - return newp; - } - - fail: - for (i = nargs - 1; i >= 0; i--) - FREE_EXPRESSION (args[i]); - - return NULL; -} - -static inline struct expression * -new_exp_0 (enum operator op) -{ - return new_exp (0, op, NULL); -} - -static inline struct expression * -new_exp_1 (enum operator op, struct expression *right) -{ - struct expression *args[1]; - - args[0] = right; - return new_exp (1, op, args); -} - -static struct expression * -new_exp_2 (enum operator op, struct expression *left, struct expression *right) -{ - struct expression *args[2]; - - args[0] = left; - args[1] = right; - return new_exp (2, op, args); -} - -static inline struct expression * -new_exp_3 (enum operator op, struct expression *bexp, - struct expression *tbranch, struct expression *fbranch) -{ - struct expression *args[3]; - - args[0] = bexp; - args[1] = tbranch; - args[2] = fbranch; - return new_exp (3, op, args); -} - -%} - -/* This declares that all operators have the same associativity and the - precedence order as in C. See [Harbison, Steele: C, A Reference Manual]. - There is no unary minus and no bitwise operators. - Operators with the same syntactic behaviour have been merged into a single - token, to save space in the array generated by bison. */ -%right '?' /* ? */ -%left '|' /* || */ -%left '&' /* && */ -%left EQUOP2 /* == != */ -%left CMPOP2 /* < > <= >= */ -%left ADDOP2 /* + - */ -%left MULOP2 /* * / % */ -%right '!' /* ! */ - -%token EQUOP2 CMPOP2 ADDOP2 MULOP2 -%token NUMBER -%type exp - -%% - -start: exp - { - if ($1 == NULL) - YYABORT; - ((struct parse_args *) arg)->res = $1; - } - ; - -exp: exp '?' exp ':' exp - { - $$ = new_exp_3 (qmop, $1, $3, $5); - } - | exp '|' exp - { - $$ = new_exp_2 (lor, $1, $3); - } - | exp '&' exp - { - $$ = new_exp_2 (land, $1, $3); - } - | exp EQUOP2 exp - { - $$ = new_exp_2 ($2, $1, $3); - } - | exp CMPOP2 exp - { - $$ = new_exp_2 ($2, $1, $3); - } - | exp ADDOP2 exp - { - $$ = new_exp_2 ($2, $1, $3); - } - | exp MULOP2 exp - { - $$ = new_exp_2 ($2, $1, $3); - } - | '!' exp - { - $$ = new_exp_1 (lnot, $2); - } - | 'n' - { - $$ = new_exp_0 (var); - } - | NUMBER - { - if (($$ = new_exp_0 (num)) != NULL) - $$->val.num = $1; - } - | '(' exp ')' - { - $$ = $2; - } - ; - -%% - -void -internal_function -FREE_EXPRESSION (struct expression *exp) -{ - if (exp == NULL) - return; - - /* Handle the recursive case. */ - switch (exp->nargs) - { - case 3: - FREE_EXPRESSION (exp->val.args[2]); - /* FALLTHROUGH */ - case 2: - FREE_EXPRESSION (exp->val.args[1]); - /* FALLTHROUGH */ - case 1: - FREE_EXPRESSION (exp->val.args[0]); - /* FALLTHROUGH */ - default: - break; - } - - free (exp); -} - - -static int -yylex (YYSTYPE *lval, const char **pexp) -{ - const char *exp = *pexp; - int result; - - while (1) - { - if (exp[0] == '\0') - { - *pexp = exp; - return YYEOF; - } - - if (exp[0] != ' ' && exp[0] != '\t') - break; - - ++exp; - } - - result = *exp++; - switch (result) - { - case '0': case '1': case '2': case '3': case '4': - case '5': case '6': case '7': case '8': case '9': - { - unsigned long int n = result - '0'; - while (exp[0] >= '0' && exp[0] <= '9') - { - n *= 10; - n += exp[0] - '0'; - ++exp; - } - lval->num = n; - result = NUMBER; - } - break; - - case '=': - if (exp[0] == '=') - { - ++exp; - lval->op = equal; - result = EQUOP2; - } - else - result = YYERRCODE; - break; - - case '!': - if (exp[0] == '=') - { - ++exp; - lval->op = not_equal; - result = EQUOP2; - } - break; - - case '&': - case '|': - if (exp[0] == result) - ++exp; - else - result = YYERRCODE; - break; - - case '<': - if (exp[0] == '=') - { - ++exp; - lval->op = less_or_equal; - } - else - lval->op = less_than; - result = CMPOP2; - break; - - case '>': - if (exp[0] == '=') - { - ++exp; - lval->op = greater_or_equal; - } - else - lval->op = greater_than; - result = CMPOP2; - break; - - case '*': - lval->op = mult; - result = MULOP2; - break; - - case '/': - lval->op = divide; - result = MULOP2; - break; - - case '%': - lval->op = module; - result = MULOP2; - break; - - case '+': - lval->op = plus; - result = ADDOP2; - break; - - case '-': - lval->op = minus; - result = ADDOP2; - break; - - case 'n': - case '?': - case ':': - case '(': - case ')': - /* Nothing, just return the character. */ - break; - - case ';': - case '\n': - case '\0': - /* Be safe and let the user call this function again. */ - --exp; - result = YYEOF; - break; - - default: - result = YYERRCODE; -#if YYDEBUG != 0 - --exp; -#endif - break; - } - - *pexp = exp; - - return result; -} - - -static void -yyerror (const char *str) -{ - /* Do nothing. We don't print error messages here. */ -} diff --git a/intl/printf-args.c b/intl/printf-args.c deleted file mode 100644 index ee0faba16b..0000000000 --- a/intl/printf-args.c +++ /dev/null @@ -1,142 +0,0 @@ -/* Decomposed printf argument list. - Copyright (C) 1999, 2002-2003, 2005-2006 Free Software Foundation, Inc. - - This program is free software; you can redistribute it and/or modify it - under the terms of the GNU Library General Public License as published - by the Free Software Foundation; either version 2, or (at your option) - any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Library General Public License for more details. - - You should have received a copy of the GNU Library General Public - License along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, - USA. */ - -#include - -/* Specification. */ -#include "printf-args.h" - -#ifdef STATIC -STATIC -#endif -int -printf_fetchargs (va_list args, arguments *a) -{ - size_t i; - argument *ap; - - for (i = 0, ap = &a->arg[0]; i < a->count; i++, ap++) - switch (ap->type) - { - case TYPE_SCHAR: - ap->a.a_schar = va_arg (args, /*signed char*/ int); - break; - case TYPE_UCHAR: - ap->a.a_uchar = va_arg (args, /*unsigned char*/ int); - break; - case TYPE_SHORT: - ap->a.a_short = va_arg (args, /*short*/ int); - break; - case TYPE_USHORT: - ap->a.a_ushort = va_arg (args, /*unsigned short*/ int); - break; - case TYPE_INT: - ap->a.a_int = va_arg (args, int); - break; - case TYPE_UINT: - ap->a.a_uint = va_arg (args, unsigned int); - break; - case TYPE_LONGINT: - ap->a.a_longint = va_arg (args, long int); - break; - case TYPE_ULONGINT: - ap->a.a_ulongint = va_arg (args, unsigned long int); - break; -#ifdef HAVE_LONG_LONG_INT - case TYPE_LONGLONGINT: - ap->a.a_longlongint = va_arg (args, long long int); - break; - case TYPE_ULONGLONGINT: - ap->a.a_ulonglongint = va_arg (args, unsigned long long int); - break; -#endif - case TYPE_DOUBLE: - ap->a.a_double = va_arg (args, double); - break; -#ifdef HAVE_LONG_DOUBLE - case TYPE_LONGDOUBLE: - ap->a.a_longdouble = va_arg (args, long double); - break; -#endif - case TYPE_CHAR: - ap->a.a_char = va_arg (args, int); - break; -#ifdef HAVE_WINT_T - case TYPE_WIDE_CHAR: - /* Although ISO C 99 7.24.1.(2) says that wint_t is "unchanged by - default argument promotions", this is not the case in mingw32, - where wint_t is 'unsigned short'. */ - ap->a.a_wide_char = - (sizeof (wint_t) < sizeof (int) - ? va_arg (args, int) - : va_arg (args, wint_t)); - break; -#endif - case TYPE_STRING: - ap->a.a_string = va_arg (args, const char *); - /* A null pointer is an invalid argument for "%s", but in practice - it occurs quite frequently in printf statements that produce - debug output. Use a fallback in this case. */ - if (ap->a.a_string == NULL) - ap->a.a_string = "(NULL)"; - break; -#ifdef HAVE_WCHAR_T - case TYPE_WIDE_STRING: - ap->a.a_wide_string = va_arg (args, const wchar_t *); - /* A null pointer is an invalid argument for "%ls", but in practice - it occurs quite frequently in printf statements that produce - debug output. Use a fallback in this case. */ - if (ap->a.a_wide_string == NULL) - { - static const wchar_t wide_null_string[] = - { - (wchar_t)'(', - (wchar_t)'N', (wchar_t)'U', (wchar_t)'L', (wchar_t)'L', - (wchar_t)')', - (wchar_t)0 - }; - ap->a.a_wide_string = wide_null_string; - } - break; -#endif - case TYPE_POINTER: - ap->a.a_pointer = va_arg (args, void *); - break; - case TYPE_COUNT_SCHAR_POINTER: - ap->a.a_count_schar_pointer = va_arg (args, signed char *); - break; - case TYPE_COUNT_SHORT_POINTER: - ap->a.a_count_short_pointer = va_arg (args, short *); - break; - case TYPE_COUNT_INT_POINTER: - ap->a.a_count_int_pointer = va_arg (args, int *); - break; - case TYPE_COUNT_LONGINT_POINTER: - ap->a.a_count_longint_pointer = va_arg (args, long int *); - break; -#ifdef HAVE_LONG_LONG_INT - case TYPE_COUNT_LONGLONGINT_POINTER: - ap->a.a_count_longlongint_pointer = va_arg (args, long long int *); - break; -#endif - default: - /* Unknown type. */ - return -1; - } - return 0; -} diff --git a/intl/printf-args.h b/intl/printf-args.h deleted file mode 100644 index 886febe666..0000000000 --- a/intl/printf-args.h +++ /dev/null @@ -1,137 +0,0 @@ -/* Decomposed printf argument list. - Copyright (C) 1999, 2002-2003, 2006 Free Software Foundation, Inc. - - This program is free software; you can redistribute it and/or modify it - under the terms of the GNU Library General Public License as published - by the Free Software Foundation; either version 2, or (at your option) - any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Library General Public License for more details. - - You should have received a copy of the GNU Library General Public - License along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, - USA. */ - -#ifndef _PRINTF_ARGS_H -#define _PRINTF_ARGS_H - -/* Get size_t. */ -#include - -/* Get wchar_t. */ -#ifdef HAVE_WCHAR_T -# include -#endif - -/* Get wint_t. */ -#ifdef HAVE_WINT_T -# include -#endif - -/* Get va_list. */ -#include - - -/* Argument types */ -typedef enum -{ - TYPE_NONE, - TYPE_SCHAR, - TYPE_UCHAR, - TYPE_SHORT, - TYPE_USHORT, - TYPE_INT, - TYPE_UINT, - TYPE_LONGINT, - TYPE_ULONGINT, -#ifdef HAVE_LONG_LONG_INT - TYPE_LONGLONGINT, - TYPE_ULONGLONGINT, -#endif - TYPE_DOUBLE, -#ifdef HAVE_LONG_DOUBLE - TYPE_LONGDOUBLE, -#endif - TYPE_CHAR, -#ifdef HAVE_WINT_T - TYPE_WIDE_CHAR, -#endif - TYPE_STRING, -#ifdef HAVE_WCHAR_T - TYPE_WIDE_STRING, -#endif - TYPE_POINTER, - TYPE_COUNT_SCHAR_POINTER, - TYPE_COUNT_SHORT_POINTER, - TYPE_COUNT_INT_POINTER, - TYPE_COUNT_LONGINT_POINTER -#ifdef HAVE_LONG_LONG_INT -, TYPE_COUNT_LONGLONGINT_POINTER -#endif -} arg_type; - -/* Polymorphic argument */ -typedef struct -{ - arg_type type; - union - { - signed char a_schar; - unsigned char a_uchar; - short a_short; - unsigned short a_ushort; - int a_int; - unsigned int a_uint; - long int a_longint; - unsigned long int a_ulongint; -#ifdef HAVE_LONG_LONG_INT - long long int a_longlongint; - unsigned long long int a_ulonglongint; -#endif - float a_float; - double a_double; -#ifdef HAVE_LONG_DOUBLE - long double a_longdouble; -#endif - int a_char; -#ifdef HAVE_WINT_T - wint_t a_wide_char; -#endif - const char* a_string; -#ifdef HAVE_WCHAR_T - const wchar_t* a_wide_string; -#endif - void* a_pointer; - signed char * a_count_schar_pointer; - short * a_count_short_pointer; - int * a_count_int_pointer; - long int * a_count_longint_pointer; -#ifdef HAVE_LONG_LONG_INT - long long int * a_count_longlongint_pointer; -#endif - } - a; -} -argument; - -typedef struct -{ - size_t count; - argument *arg; -} -arguments; - - -/* Fetch the arguments, putting them into a. */ -#ifdef STATIC -STATIC -#else -extern -#endif -int printf_fetchargs (va_list args, arguments *a); - -#endif /* _PRINTF_ARGS_H */ diff --git a/intl/printf-parse.c b/intl/printf-parse.c deleted file mode 100644 index 1a06b1a90c..0000000000 --- a/intl/printf-parse.c +++ /dev/null @@ -1,544 +0,0 @@ -/* Formatted output to strings. - Copyright (C) 1999-2000, 2002-2003, 2006 Free Software Foundation, Inc. - - This program is free software; you can redistribute it and/or modify it - under the terms of the GNU Library General Public License as published - by the Free Software Foundation; either version 2, or (at your option) - any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Library General Public License for more details. - - You should have received a copy of the GNU Library General Public - License along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, - USA. */ - -#include - -/* Specification. */ -#if WIDE_CHAR_VERSION -# include "wprintf-parse.h" -#else -# include "printf-parse.h" -#endif - -/* Get size_t, NULL. */ -#include - -/* Get intmax_t. */ -#if HAVE_STDINT_H_WITH_UINTMAX -# include -#endif -#if HAVE_INTTYPES_H_WITH_UINTMAX -# include -#endif - -/* malloc(), realloc(), free(). */ -#include - -/* Checked size_t computations. */ -#include "xsize.h" - -#if WIDE_CHAR_VERSION -# define PRINTF_PARSE wprintf_parse -# define CHAR_T wchar_t -# define DIRECTIVE wchar_t_directive -# define DIRECTIVES wchar_t_directives -#else -# define PRINTF_PARSE printf_parse -# define CHAR_T char -# define DIRECTIVE char_directive -# define DIRECTIVES char_directives -#endif - -#ifdef STATIC -STATIC -#endif -int -PRINTF_PARSE (const CHAR_T *format, DIRECTIVES *d, arguments *a) -{ - const CHAR_T *cp = format; /* pointer into format */ - size_t arg_posn = 0; /* number of regular arguments consumed */ - size_t d_allocated; /* allocated elements of d->dir */ - size_t a_allocated; /* allocated elements of a->arg */ - size_t max_width_length = 0; - size_t max_precision_length = 0; - - d->count = 0; - d_allocated = 1; - d->dir = malloc (d_allocated * sizeof (DIRECTIVE)); - if (d->dir == NULL) - /* Out of memory. */ - return -1; - - a->count = 0; - a_allocated = 0; - a->arg = NULL; - -#define REGISTER_ARG(_index_,_type_) \ - { \ - size_t n = (_index_); \ - if (n >= a_allocated) \ - { \ - size_t memory_size; \ - argument *memory; \ - \ - a_allocated = xtimes (a_allocated, 2); \ - if (a_allocated <= n) \ - a_allocated = xsum (n, 1); \ - memory_size = xtimes (a_allocated, sizeof (argument)); \ - if (size_overflow_p (memory_size)) \ - /* Overflow, would lead to out of memory. */ \ - goto error; \ - memory = (a->arg \ - ? realloc (a->arg, memory_size) \ - : malloc (memory_size)); \ - if (memory == NULL) \ - /* Out of memory. */ \ - goto error; \ - a->arg = memory; \ - } \ - while (a->count <= n) \ - a->arg[a->count++].type = TYPE_NONE; \ - if (a->arg[n].type == TYPE_NONE) \ - a->arg[n].type = (_type_); \ - else if (a->arg[n].type != (_type_)) \ - /* Ambiguous type for positional argument. */ \ - goto error; \ - } - - while (*cp != '\0') - { - CHAR_T c = *cp++; - if (c == '%') - { - size_t arg_index = ARG_NONE; - DIRECTIVE *dp = &d->dir[d->count];/* pointer to next directive */ - - /* Initialize the next directive. */ - dp->dir_start = cp - 1; - dp->flags = 0; - dp->width_start = NULL; - dp->width_end = NULL; - dp->width_arg_index = ARG_NONE; - dp->precision_start = NULL; - dp->precision_end = NULL; - dp->precision_arg_index = ARG_NONE; - dp->arg_index = ARG_NONE; - - /* Test for positional argument. */ - if (*cp >= '0' && *cp <= '9') - { - const CHAR_T *np; - - for (np = cp; *np >= '0' && *np <= '9'; np++) - ; - if (*np == '$') - { - size_t n = 0; - - for (np = cp; *np >= '0' && *np <= '9'; np++) - n = xsum (xtimes (n, 10), *np - '0'); - if (n == 0) - /* Positional argument 0. */ - goto error; - if (size_overflow_p (n)) - /* n too large, would lead to out of memory later. */ - goto error; - arg_index = n - 1; - cp = np + 1; - } - } - - /* Read the flags. */ - for (;;) - { - if (*cp == '\'') - { - dp->flags |= FLAG_GROUP; - cp++; - } - else if (*cp == '-') - { - dp->flags |= FLAG_LEFT; - cp++; - } - else if (*cp == '+') - { - dp->flags |= FLAG_SHOWSIGN; - cp++; - } - else if (*cp == ' ') - { - dp->flags |= FLAG_SPACE; - cp++; - } - else if (*cp == '#') - { - dp->flags |= FLAG_ALT; - cp++; - } - else if (*cp == '0') - { - dp->flags |= FLAG_ZERO; - cp++; - } - else - break; - } - - /* Parse the field width. */ - if (*cp == '*') - { - dp->width_start = cp; - cp++; - dp->width_end = cp; - if (max_width_length < 1) - max_width_length = 1; - - /* Test for positional argument. */ - if (*cp >= '0' && *cp <= '9') - { - const CHAR_T *np; - - for (np = cp; *np >= '0' && *np <= '9'; np++) - ; - if (*np == '$') - { - size_t n = 0; - - for (np = cp; *np >= '0' && *np <= '9'; np++) - n = xsum (xtimes (n, 10), *np - '0'); - if (n == 0) - /* Positional argument 0. */ - goto error; - if (size_overflow_p (n)) - /* n too large, would lead to out of memory later. */ - goto error; - dp->width_arg_index = n - 1; - cp = np + 1; - } - } - if (dp->width_arg_index == ARG_NONE) - { - dp->width_arg_index = arg_posn++; - if (dp->width_arg_index == ARG_NONE) - /* arg_posn wrapped around. */ - goto error; - } - REGISTER_ARG (dp->width_arg_index, TYPE_INT); - } - else if (*cp >= '0' && *cp <= '9') - { - size_t width_length; - - dp->width_start = cp; - for (; *cp >= '0' && *cp <= '9'; cp++) - ; - dp->width_end = cp; - width_length = dp->width_end - dp->width_start; - if (max_width_length < width_length) - max_width_length = width_length; - } - - /* Parse the precision. */ - if (*cp == '.') - { - cp++; - if (*cp == '*') - { - dp->precision_start = cp - 1; - cp++; - dp->precision_end = cp; - if (max_precision_length < 2) - max_precision_length = 2; - - /* Test for positional argument. */ - if (*cp >= '0' && *cp <= '9') - { - const CHAR_T *np; - - for (np = cp; *np >= '0' && *np <= '9'; np++) - ; - if (*np == '$') - { - size_t n = 0; - - for (np = cp; *np >= '0' && *np <= '9'; np++) - n = xsum (xtimes (n, 10), *np - '0'); - if (n == 0) - /* Positional argument 0. */ - goto error; - if (size_overflow_p (n)) - /* n too large, would lead to out of memory - later. */ - goto error; - dp->precision_arg_index = n - 1; - cp = np + 1; - } - } - if (dp->precision_arg_index == ARG_NONE) - { - dp->precision_arg_index = arg_posn++; - if (dp->precision_arg_index == ARG_NONE) - /* arg_posn wrapped around. */ - goto error; - } - REGISTER_ARG (dp->precision_arg_index, TYPE_INT); - } - else - { - size_t precision_length; - - dp->precision_start = cp - 1; - for (; *cp >= '0' && *cp <= '9'; cp++) - ; - dp->precision_end = cp; - precision_length = dp->precision_end - dp->precision_start; - if (max_precision_length < precision_length) - max_precision_length = precision_length; - } - } - - { - arg_type type; - - /* Parse argument type/size specifiers. */ - { - int flags = 0; - - for (;;) - { - if (*cp == 'h') - { - flags |= (1 << (flags & 1)); - cp++; - } - else if (*cp == 'L') - { - flags |= 4; - cp++; - } - else if (*cp == 'l') - { - flags += 8; - cp++; - } -#ifdef HAVE_INTMAX_T - else if (*cp == 'j') - { - if (sizeof (intmax_t) > sizeof (long)) - { - /* intmax_t = long long */ - flags += 16; - } - else if (sizeof (intmax_t) > sizeof (int)) - { - /* intmax_t = long */ - flags += 8; - } - cp++; - } -#endif - else if (*cp == 'z' || *cp == 'Z') - { - /* 'z' is standardized in ISO C 99, but glibc uses 'Z' - because the warning facility in gcc-2.95.2 understands - only 'Z' (see gcc-2.95.2/gcc/c-common.c:1784). */ - if (sizeof (size_t) > sizeof (long)) - { - /* size_t = long long */ - flags += 16; - } - else if (sizeof (size_t) > sizeof (int)) - { - /* size_t = long */ - flags += 8; - } - cp++; - } - else if (*cp == 't') - { - if (sizeof (ptrdiff_t) > sizeof (long)) - { - /* ptrdiff_t = long long */ - flags += 16; - } - else if (sizeof (ptrdiff_t) > sizeof (int)) - { - /* ptrdiff_t = long */ - flags += 8; - } - cp++; - } - else - break; - } - - /* Read the conversion character. */ - c = *cp++; - switch (c) - { - case 'd': case 'i': -#ifdef HAVE_LONG_LONG_INT - /* If 'long long' exists and is larger than 'long': */ - if (flags >= 16 || (flags & 4)) - type = TYPE_LONGLONGINT; - else -#endif - /* If 'long long' exists and is the same as 'long', we parse - "lld" into TYPE_LONGINT. */ - if (flags >= 8) - type = TYPE_LONGINT; - else if (flags & 2) - type = TYPE_SCHAR; - else if (flags & 1) - type = TYPE_SHORT; - else - type = TYPE_INT; - break; - case 'o': case 'u': case 'x': case 'X': -#ifdef HAVE_LONG_LONG_INT - /* If 'long long' exists and is larger than 'long': */ - if (flags >= 16 || (flags & 4)) - type = TYPE_ULONGLONGINT; - else -#endif - /* If 'unsigned long long' exists and is the same as - 'unsigned long', we parse "llu" into TYPE_ULONGINT. */ - if (flags >= 8) - type = TYPE_ULONGINT; - else if (flags & 2) - type = TYPE_UCHAR; - else if (flags & 1) - type = TYPE_USHORT; - else - type = TYPE_UINT; - break; - case 'f': case 'F': case 'e': case 'E': case 'g': case 'G': - case 'a': case 'A': -#ifdef HAVE_LONG_DOUBLE - if (flags >= 16 || (flags & 4)) - type = TYPE_LONGDOUBLE; - else -#endif - type = TYPE_DOUBLE; - break; - case 'c': - if (flags >= 8) -#ifdef HAVE_WINT_T - type = TYPE_WIDE_CHAR; -#else - goto error; -#endif - else - type = TYPE_CHAR; - break; -#ifdef HAVE_WINT_T - case 'C': - type = TYPE_WIDE_CHAR; - c = 'c'; - break; -#endif - case 's': - if (flags >= 8) -#ifdef HAVE_WCHAR_T - type = TYPE_WIDE_STRING; -#else - goto error; -#endif - else - type = TYPE_STRING; - break; -#ifdef HAVE_WCHAR_T - case 'S': - type = TYPE_WIDE_STRING; - c = 's'; - break; -#endif - case 'p': - type = TYPE_POINTER; - break; - case 'n': -#ifdef HAVE_LONG_LONG_INT - /* If 'long long' exists and is larger than 'long': */ - if (flags >= 16 || (flags & 4)) - type = TYPE_COUNT_LONGLONGINT_POINTER; - else -#endif - /* If 'long long' exists and is the same as 'long', we parse - "lln" into TYPE_COUNT_LONGINT_POINTER. */ - if (flags >= 8) - type = TYPE_COUNT_LONGINT_POINTER; - else if (flags & 2) - type = TYPE_COUNT_SCHAR_POINTER; - else if (flags & 1) - type = TYPE_COUNT_SHORT_POINTER; - else - type = TYPE_COUNT_INT_POINTER; - break; - case '%': - type = TYPE_NONE; - break; - default: - /* Unknown conversion character. */ - goto error; - } - } - - if (type != TYPE_NONE) - { - dp->arg_index = arg_index; - if (dp->arg_index == ARG_NONE) - { - dp->arg_index = arg_posn++; - if (dp->arg_index == ARG_NONE) - /* arg_posn wrapped around. */ - goto error; - } - REGISTER_ARG (dp->arg_index, type); - } - dp->conversion = c; - dp->dir_end = cp; - } - - d->count++; - if (d->count >= d_allocated) - { - size_t memory_size; - DIRECTIVE *memory; - - d_allocated = xtimes (d_allocated, 2); - memory_size = xtimes (d_allocated, sizeof (DIRECTIVE)); - if (size_overflow_p (memory_size)) - /* Overflow, would lead to out of memory. */ - goto error; - memory = realloc (d->dir, memory_size); - if (memory == NULL) - /* Out of memory. */ - goto error; - d->dir = memory; - } - } - } - d->dir[d->count].dir_start = cp; - - d->max_width_length = max_width_length; - d->max_precision_length = max_precision_length; - return 0; - -error: - if (a->arg) - free (a->arg); - if (d->dir) - free (d->dir); - return -1; -} - -#undef DIRECTIVES -#undef DIRECTIVE -#undef CHAR_T -#undef PRINTF_PARSE diff --git a/intl/printf-parse.h b/intl/printf-parse.h deleted file mode 100644 index e785338955..0000000000 --- a/intl/printf-parse.h +++ /dev/null @@ -1,75 +0,0 @@ -/* Parse printf format string. - Copyright (C) 1999, 2002-2003 Free Software Foundation, Inc. - - This program is free software; you can redistribute it and/or modify it - under the terms of the GNU Library General Public License as published - by the Free Software Foundation; either version 2, or (at your option) - any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Library General Public License for more details. - - You should have received a copy of the GNU Library General Public - License along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, - USA. */ - -#ifndef _PRINTF_PARSE_H -#define _PRINTF_PARSE_H - -#include "printf-args.h" - - -/* Flags */ -#define FLAG_GROUP 1 /* ' flag */ -#define FLAG_LEFT 2 /* - flag */ -#define FLAG_SHOWSIGN 4 /* + flag */ -#define FLAG_SPACE 8 /* space flag */ -#define FLAG_ALT 16 /* # flag */ -#define FLAG_ZERO 32 - -/* arg_index value indicating that no argument is consumed. */ -#define ARG_NONE (~(size_t)0) - -/* A parsed directive. */ -typedef struct -{ - const char* dir_start; - const char* dir_end; - int flags; - const char* width_start; - const char* width_end; - size_t width_arg_index; - const char* precision_start; - const char* precision_end; - size_t precision_arg_index; - char conversion; /* d i o u x X f e E g G c s p n U % but not C S */ - size_t arg_index; -} -char_directive; - -/* A parsed format string. */ -typedef struct -{ - size_t count; - char_directive *dir; - size_t max_width_length; - size_t max_precision_length; -} -char_directives; - - -/* Parses the format string. Fills in the number N of directives, and fills - in directives[0], ..., directives[N-1], and sets directives[N].dir_start - to the end of the format string. Also fills in the arg_type fields of the - arguments and the needed count of arguments. */ -#ifdef STATIC -STATIC -#else -extern -#endif -int printf_parse (const char *format, char_directives *d, arguments *a); - -#endif /* _PRINTF_PARSE_H */ diff --git a/intl/printf.c b/intl/printf.c deleted file mode 100644 index 004c66f783..0000000000 --- a/intl/printf.c +++ /dev/null @@ -1,422 +0,0 @@ -/* Formatted output to strings, using POSIX/XSI format strings with positions. - Copyright (C) 2003, 2006 Free Software Foundation, Inc. - Written by Bruno Haible , 2003. - - This program is free software; you can redistribute it and/or modify it - under the terms of the GNU Library General Public License as published - by the Free Software Foundation; either version 2, or (at your option) - any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Library General Public License for more details. - - You should have received a copy of the GNU Library General Public - License along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, - USA. */ - -#ifdef HAVE_CONFIG_H -# include -#endif - -#ifdef __GNUC__ -# define alloca __builtin_alloca -# define HAVE_ALLOCA 1 -#else -# ifdef _MSC_VER -# include -# define alloca _alloca -# else -# if defined HAVE_ALLOCA_H || defined _LIBC -# include -# else -# ifdef _AIX - #pragma alloca -# else -# ifndef alloca -char *alloca (); -# endif -# endif -# endif -# endif -#endif - -#include - -#if !HAVE_POSIX_PRINTF - -#include -#include -#include -#include - -/* Some systems, like OSF/1 4.0 and Woe32, don't have EOVERFLOW. */ -#ifndef EOVERFLOW -# define EOVERFLOW E2BIG -#endif - -/* When building a DLL, we must export some functions. Note that because - the functions are only defined for binary backward compatibility, we - don't need to use __declspec(dllimport) in any case. */ -#if defined _MSC_VER && BUILDING_DLL -# define DLL_EXPORTED __declspec(dllexport) -#else -# define DLL_EXPORTED -#endif - -#define STATIC static - -/* This needs to be consistent with libgnuintl.h.in. */ -#if defined __NetBSD__ || defined __CYGWIN__ || defined __MINGW32__ -/* Don't break __attribute__((format(printf,M,N))). - This redefinition is only possible because the libc in NetBSD, Cygwin, - mingw does not have a function __printf__. */ -# define libintl_printf __printf__ -#endif - -/* Define auxiliary functions declared in "printf-args.h". */ -#include "printf-args.c" - -/* Define auxiliary functions declared in "printf-parse.h". */ -#include "printf-parse.c" - -/* Define functions declared in "vasnprintf.h". */ -#define vasnprintf libintl_vasnprintf -#include "vasnprintf.c" -#if 0 /* not needed */ -#define asnprintf libintl_asnprintf -#include "asnprintf.c" -#endif - -DLL_EXPORTED -int -libintl_vfprintf (FILE *stream, const char *format, va_list args) -{ - if (strchr (format, '$') == NULL) - return vfprintf (stream, format, args); - else - { - size_t length; - char *result = libintl_vasnprintf (NULL, &length, format, args); - int retval = -1; - if (result != NULL) - { - size_t written = fwrite (result, 1, length, stream); - free (result); - if (written == length) - { - if (length > INT_MAX) - errno = EOVERFLOW; - else - retval = length; - } - } - return retval; - } -} - -DLL_EXPORTED -int -libintl_fprintf (FILE *stream, const char *format, ...) -{ - va_list args; - int retval; - - va_start (args, format); - retval = libintl_vfprintf (stream, format, args); - va_end (args); - return retval; -} - -DLL_EXPORTED -int -libintl_vprintf (const char *format, va_list args) -{ - return libintl_vfprintf (stdout, format, args); -} - -DLL_EXPORTED -int -libintl_printf (const char *format, ...) -{ - va_list args; - int retval; - - va_start (args, format); - retval = libintl_vprintf (format, args); - va_end (args); - return retval; -} - -DLL_EXPORTED -int -libintl_vsprintf (char *resultbuf, const char *format, va_list args) -{ - if (strchr (format, '$') == NULL) - return vsprintf (resultbuf, format, args); - else - { - size_t length = (size_t) ~0 / (4 * sizeof (char)); - char *result = libintl_vasnprintf (resultbuf, &length, format, args); - if (result != resultbuf) - { - free (result); - return -1; - } - if (length > INT_MAX) - { - errno = EOVERFLOW; - return -1; - } - else - return length; - } -} - -DLL_EXPORTED -int -libintl_sprintf (char *resultbuf, const char *format, ...) -{ - va_list args; - int retval; - - va_start (args, format); - retval = libintl_vsprintf (resultbuf, format, args); - va_end (args); - return retval; -} - -#if HAVE_SNPRINTF - -# if HAVE_DECL__SNPRINTF - /* Windows. */ -# define system_vsnprintf _vsnprintf -# else - /* Unix. */ -# define system_vsnprintf vsnprintf -# endif - -DLL_EXPORTED -int -libintl_vsnprintf (char *resultbuf, size_t length, const char *format, va_list args) -{ - if (strchr (format, '$') == NULL) - return system_vsnprintf (resultbuf, length, format, args); - else - { - size_t maxlength = length; - char *result = libintl_vasnprintf (resultbuf, &length, format, args); - if (result != resultbuf) - { - if (maxlength > 0) - { - size_t pruned_length = - (length < maxlength ? length : maxlength - 1); - memcpy (resultbuf, result, pruned_length); - resultbuf[pruned_length] = '\0'; - } - free (result); - } - if (length > INT_MAX) - { - errno = EOVERFLOW; - return -1; - } - else - return length; - } -} - -DLL_EXPORTED -int -libintl_snprintf (char *resultbuf, size_t length, const char *format, ...) -{ - va_list args; - int retval; - - va_start (args, format); - retval = libintl_vsnprintf (resultbuf, length, format, args); - va_end (args); - return retval; -} - -#endif - -#if HAVE_ASPRINTF - -DLL_EXPORTED -int -libintl_vasprintf (char **resultp, const char *format, va_list args) -{ - size_t length; - char *result = libintl_vasnprintf (NULL, &length, format, args); - if (result == NULL) - return -1; - if (length > INT_MAX) - { - free (result); - errno = EOVERFLOW; - return -1; - } - *resultp = result; - return length; -} - -DLL_EXPORTED -int -libintl_asprintf (char **resultp, const char *format, ...) -{ - va_list args; - int retval; - - va_start (args, format); - retval = libintl_vasprintf (resultp, format, args); - va_end (args); - return retval; -} - -#endif - -#if HAVE_FWPRINTF - -#include - -#define WIDE_CHAR_VERSION 1 - -/* Define auxiliary functions declared in "wprintf-parse.h". */ -#include "printf-parse.c" - -/* Define functions declared in "vasnprintf.h". */ -#define vasnwprintf libintl_vasnwprintf -#include "vasnprintf.c" -#if 0 /* not needed */ -#define asnwprintf libintl_asnwprintf -#include "asnprintf.c" -#endif - -# if HAVE_DECL__SNWPRINTF - /* Windows. */ -# define system_vswprintf _vsnwprintf -# else - /* Unix. */ -# define system_vswprintf vswprintf -# endif - -DLL_EXPORTED -int -libintl_vfwprintf (FILE *stream, const wchar_t *format, va_list args) -{ - if (wcschr (format, '$') == NULL) - return vfwprintf (stream, format, args); - else - { - size_t length; - wchar_t *result = libintl_vasnwprintf (NULL, &length, format, args); - int retval = -1; - if (result != NULL) - { - size_t i; - for (i = 0; i < length; i++) - if (fputwc (result[i], stream) == WEOF) - break; - free (result); - if (i == length) - { - if (length > INT_MAX) - errno = EOVERFLOW; - else - retval = length; - } - } - return retval; - } -} - -DLL_EXPORTED -int -libintl_fwprintf (FILE *stream, const wchar_t *format, ...) -{ - va_list args; - int retval; - - va_start (args, format); - retval = libintl_vfwprintf (stream, format, args); - va_end (args); - return retval; -} - -DLL_EXPORTED -int -libintl_vwprintf (const wchar_t *format, va_list args) -{ - return libintl_vfwprintf (stdout, format, args); -} - -DLL_EXPORTED -int -libintl_wprintf (const wchar_t *format, ...) -{ - va_list args; - int retval; - - va_start (args, format); - retval = libintl_vwprintf (format, args); - va_end (args); - return retval; -} - -DLL_EXPORTED -int -libintl_vswprintf (wchar_t *resultbuf, size_t length, const wchar_t *format, va_list args) -{ - if (wcschr (format, '$') == NULL) - return system_vswprintf (resultbuf, length, format, args); - else - { - size_t maxlength = length; - wchar_t *result = libintl_vasnwprintf (resultbuf, &length, format, args); - if (result != resultbuf) - { - if (maxlength > 0) - { - size_t pruned_length = - (length < maxlength ? length : maxlength - 1); - memcpy (resultbuf, result, pruned_length * sizeof (wchar_t)); - resultbuf[pruned_length] = 0; - } - free (result); - /* Unlike vsnprintf, which has to return the number of character that - would have been produced if the resultbuf had been sufficiently - large, the vswprintf function has to return a negative value if - the resultbuf was not sufficiently large. */ - if (length >= maxlength) - return -1; - } - if (length > INT_MAX) - { - errno = EOVERFLOW; - return -1; - } - else - return length; - } -} - -DLL_EXPORTED -int -libintl_swprintf (wchar_t *resultbuf, size_t length, const wchar_t *format, ...) -{ - va_list args; - int retval; - - va_start (args, format); - retval = libintl_vswprintf (resultbuf, length, format, args); - va_end (args); - return retval; -} - -#endif - -#endif diff --git a/intl/ref-add.sin b/intl/ref-add.sin deleted file mode 100644 index 3678c28929..0000000000 --- a/intl/ref-add.sin +++ /dev/null @@ -1,31 +0,0 @@ -# Add this package to a list of references stored in a text file. -# -# Copyright (C) 2000 Free Software Foundation, Inc. -# -# This program is free software; you can redistribute it and/or modify it -# under the terms of the GNU Library General Public License as published -# by the Free Software Foundation; either version 2, or (at your option) -# any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Library General Public License for more details. -# -# You should have received a copy of the GNU Library General Public -# License along with this program; if not, write to the Free Software -# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, -# USA. -# -# Written by Bruno Haible . -# -/^# Packages using this file: / { - s/# Packages using this file:// - ta - :a - s/ @PACKAGE@ / @PACKAGE@ / - tb - s/ $/ @PACKAGE@ / - :b - s/^/# Packages using this file:/ -} diff --git a/intl/ref-del.sin b/intl/ref-del.sin deleted file mode 100644 index 0c12d8e958..0000000000 --- a/intl/ref-del.sin +++ /dev/null @@ -1,26 +0,0 @@ -# Remove this package from a list of references stored in a text file. -# -# Copyright (C) 2000 Free Software Foundation, Inc. -# -# This program is free software; you can redistribute it and/or modify it -# under the terms of the GNU Library General Public License as published -# by the Free Software Foundation; either version 2, or (at your option) -# any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Library General Public License for more details. -# -# You should have received a copy of the GNU Library General Public -# License along with this program; if not, write to the Free Software -# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, -# USA. -# -# Written by Bruno Haible . -# -/^# Packages using this file: / { - s/# Packages using this file:// - s/ @PACKAGE@ / / - s/^/# Packages using this file:/ -} diff --git a/intl/relocatable.c b/intl/relocatable.c deleted file mode 100644 index 5e1dde6c8d..0000000000 --- a/intl/relocatable.c +++ /dev/null @@ -1,468 +0,0 @@ -/* Provide relocatable packages. - Copyright (C) 2003-2006 Free Software Foundation, Inc. - Written by Bruno Haible , 2003. - - This program is free software; you can redistribute it and/or modify it - under the terms of the GNU Library General Public License as published - by the Free Software Foundation; either version 2, or (at your option) - any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Library General Public License for more details. - - You should have received a copy of the GNU Library General Public - License along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, - USA. */ - - -/* Tell glibc's to provide a prototype for getline(). - This must come before because may include - , and once has been included, it's too late. */ -#ifndef _GNU_SOURCE -# define _GNU_SOURCE 1 -#endif - -#include - -/* Specification. */ -#include "relocatable.h" - -#if ENABLE_RELOCATABLE - -#include -#include -#include -#include - -#ifdef NO_XMALLOC -# define xmalloc malloc -#else -# include "xalloc.h" -#endif - -#if defined _WIN32 || defined __WIN32__ || defined __CYGWIN__ -# define WIN32_LEAN_AND_MEAN -# include -#endif - -#if DEPENDS_ON_LIBCHARSET -# include -#endif -#if DEPENDS_ON_LIBICONV && HAVE_ICONV -# include -#endif -#if DEPENDS_ON_LIBINTL && ENABLE_NLS -# include -#endif - -/* Faked cheap 'bool'. */ -#undef bool -#undef false -#undef true -#define bool int -#define false 0 -#define true 1 - -/* Pathname support. - ISSLASH(C) tests whether C is a directory separator character. - IS_PATH_WITH_DIR(P) tests whether P contains a directory specification. - */ -#if defined _WIN32 || defined __WIN32__ || defined __CYGWIN__ || defined __EMX__ || defined __DJGPP__ - /* Win32, Cygwin, OS/2, DOS */ -# define ISSLASH(C) ((C) == '/' || (C) == '\\') -# define HAS_DEVICE(P) \ - ((((P)[0] >= 'A' && (P)[0] <= 'Z') || ((P)[0] >= 'a' && (P)[0] <= 'z')) \ - && (P)[1] == ':') -# define IS_PATH_WITH_DIR(P) \ - (strchr (P, '/') != NULL || strchr (P, '\\') != NULL || HAS_DEVICE (P)) -# define FILE_SYSTEM_PREFIX_LEN(P) (HAS_DEVICE (P) ? 2 : 0) -#else - /* Unix */ -# define ISSLASH(C) ((C) == '/') -# define IS_PATH_WITH_DIR(P) (strchr (P, '/') != NULL) -# define FILE_SYSTEM_PREFIX_LEN(P) 0 -#endif - -/* Original installation prefix. */ -static char *orig_prefix; -static size_t orig_prefix_len; -/* Current installation prefix. */ -static char *curr_prefix; -static size_t curr_prefix_len; -/* These prefixes do not end in a slash. Anything that will be concatenated - to them must start with a slash. */ - -/* Sets the original and the current installation prefix of this module. - Relocation simply replaces a pathname starting with the original prefix - by the corresponding pathname with the current prefix instead. Both - prefixes should be directory names without trailing slash (i.e. use "" - instead of "/"). */ -static void -set_this_relocation_prefix (const char *orig_prefix_arg, - const char *curr_prefix_arg) -{ - if (orig_prefix_arg != NULL && curr_prefix_arg != NULL - /* Optimization: if orig_prefix and curr_prefix are equal, the - relocation is a nop. */ - && strcmp (orig_prefix_arg, curr_prefix_arg) != 0) - { - /* Duplicate the argument strings. */ - char *memory; - - orig_prefix_len = strlen (orig_prefix_arg); - curr_prefix_len = strlen (curr_prefix_arg); - memory = (char *) xmalloc (orig_prefix_len + 1 + curr_prefix_len + 1); -#ifdef NO_XMALLOC - if (memory != NULL) -#endif - { - memcpy (memory, orig_prefix_arg, orig_prefix_len + 1); - orig_prefix = memory; - memory += orig_prefix_len + 1; - memcpy (memory, curr_prefix_arg, curr_prefix_len + 1); - curr_prefix = memory; - return; - } - } - orig_prefix = NULL; - curr_prefix = NULL; - /* Don't worry about wasted memory here - this function is usually only - called once. */ -} - -/* Sets the original and the current installation prefix of the package. - Relocation simply replaces a pathname starting with the original prefix - by the corresponding pathname with the current prefix instead. Both - prefixes should be directory names without trailing slash (i.e. use "" - instead of "/"). */ -void -set_relocation_prefix (const char *orig_prefix_arg, const char *curr_prefix_arg) -{ - set_this_relocation_prefix (orig_prefix_arg, curr_prefix_arg); - - /* Now notify all dependent libraries. */ -#if DEPENDS_ON_LIBCHARSET - libcharset_set_relocation_prefix (orig_prefix_arg, curr_prefix_arg); -#endif -#if DEPENDS_ON_LIBICONV && HAVE_ICONV && _LIBICONV_VERSION >= 0x0109 - libiconv_set_relocation_prefix (orig_prefix_arg, curr_prefix_arg); -#endif -#if DEPENDS_ON_LIBINTL && ENABLE_NLS && defined libintl_set_relocation_prefix - libintl_set_relocation_prefix (orig_prefix_arg, curr_prefix_arg); -#endif -} - -#if !defined IN_LIBRARY || (defined PIC && defined INSTALLDIR) - -/* Convenience function: - Computes the current installation prefix, based on the original - installation prefix, the original installation directory of a particular - file, and the current pathname of this file. Returns NULL upon failure. */ -#ifdef IN_LIBRARY -#define compute_curr_prefix local_compute_curr_prefix -static -#endif -const char * -compute_curr_prefix (const char *orig_installprefix, - const char *orig_installdir, - const char *curr_pathname) -{ - const char *curr_installdir; - const char *rel_installdir; - - if (curr_pathname == NULL) - return NULL; - - /* Determine the relative installation directory, relative to the prefix. - This is simply the difference between orig_installprefix and - orig_installdir. */ - if (strncmp (orig_installprefix, orig_installdir, strlen (orig_installprefix)) - != 0) - /* Shouldn't happen - nothing should be installed outside $(prefix). */ - return NULL; - rel_installdir = orig_installdir + strlen (orig_installprefix); - - /* Determine the current installation directory. */ - { - const char *p_base = curr_pathname + FILE_SYSTEM_PREFIX_LEN (curr_pathname); - const char *p = curr_pathname + strlen (curr_pathname); - char *q; - - while (p > p_base) - { - p--; - if (ISSLASH (*p)) - break; - } - - q = (char *) xmalloc (p - curr_pathname + 1); -#ifdef NO_XMALLOC - if (q == NULL) - return NULL; -#endif - memcpy (q, curr_pathname, p - curr_pathname); - q[p - curr_pathname] = '\0'; - curr_installdir = q; - } - - /* Compute the current installation prefix by removing the trailing - rel_installdir from it. */ - { - const char *rp = rel_installdir + strlen (rel_installdir); - const char *cp = curr_installdir + strlen (curr_installdir); - const char *cp_base = - curr_installdir + FILE_SYSTEM_PREFIX_LEN (curr_installdir); - - while (rp > rel_installdir && cp > cp_base) - { - bool same = false; - const char *rpi = rp; - const char *cpi = cp; - - while (rpi > rel_installdir && cpi > cp_base) - { - rpi--; - cpi--; - if (ISSLASH (*rpi) || ISSLASH (*cpi)) - { - if (ISSLASH (*rpi) && ISSLASH (*cpi)) - same = true; - break; - } - /* Do case-insensitive comparison if the filesystem is always or - often case-insensitive. It's better to accept the comparison - if the difference is only in case, rather than to fail. */ -#if defined _WIN32 || defined __WIN32__ || defined __CYGWIN__ || defined __EMX__ || defined __DJGPP__ - /* Win32, Cygwin, OS/2, DOS - case insignificant filesystem */ - if ((*rpi >= 'a' && *rpi <= 'z' ? *rpi - 'a' + 'A' : *rpi) - != (*cpi >= 'a' && *cpi <= 'z' ? *cpi - 'a' + 'A' : *cpi)) - break; -#else - if (*rpi != *cpi) - break; -#endif - } - if (!same) - break; - /* The last pathname component was the same. opi and cpi now point - to the slash before it. */ - rp = rpi; - cp = cpi; - } - - if (rp > rel_installdir) - /* Unexpected: The curr_installdir does not end with rel_installdir. */ - return NULL; - - { - size_t curr_prefix_len = cp - curr_installdir; - char *curr_prefix; - - curr_prefix = (char *) xmalloc (curr_prefix_len + 1); -#ifdef NO_XMALLOC - if (curr_prefix == NULL) - return NULL; -#endif - memcpy (curr_prefix, curr_installdir, curr_prefix_len); - curr_prefix[curr_prefix_len] = '\0'; - - return curr_prefix; - } - } -} - -#endif /* !IN_LIBRARY || PIC */ - -#if defined PIC && defined INSTALLDIR - -/* Full pathname of shared library, or NULL. */ -static char *shared_library_fullname; - -#if defined _WIN32 || defined __WIN32__ || defined __CYGWIN__ - -/* Determine the full pathname of the shared library when it is loaded. */ - -BOOL WINAPI -DllMain (HINSTANCE module_handle, DWORD event, LPVOID reserved) -{ - (void) reserved; - - if (event == DLL_PROCESS_ATTACH) - { - /* The DLL is being loaded into an application's address range. */ - static char location[MAX_PATH]; - - if (!GetModuleFileName (module_handle, location, sizeof (location))) - /* Shouldn't happen. */ - return FALSE; - - if (!IS_PATH_WITH_DIR (location)) - /* Shouldn't happen. */ - return FALSE; - - { -#if defined __CYGWIN__ - /* On Cygwin, we need to convert paths coming from Win32 system calls - to the Unix-like slashified notation. */ - static char location_as_posix_path[2 * MAX_PATH]; - /* There's no error return defined for cygwin_conv_to_posix_path. - See cygwin-api/func-cygwin-conv-to-posix-path.html. - Does it overflow the buffer of expected size MAX_PATH or does it - truncate the path? I don't know. Let's catch both. */ - cygwin_conv_to_posix_path (location, location_as_posix_path); - location_as_posix_path[MAX_PATH - 1] = '\0'; - if (strlen (location_as_posix_path) >= MAX_PATH - 1) - /* A sign of buffer overflow or path truncation. */ - return FALSE; - shared_library_fullname = strdup (location_as_posix_path); -#else - shared_library_fullname = strdup (location); -#endif - } - } - - return TRUE; -} - -#else /* Unix except Cygwin */ - -static void -find_shared_library_fullname () -{ -#if defined __linux__ && __GLIBC__ >= 2 - /* Linux has /proc/self/maps. glibc 2 has the getline() function. */ - FILE *fp; - - /* Open the current process' maps file. It describes one VMA per line. */ - fp = fopen ("/proc/self/maps", "r"); - if (fp) - { - unsigned long address = (unsigned long) &find_shared_library_fullname; - for (;;) - { - unsigned long start, end; - int c; - - if (fscanf (fp, "%lx-%lx", &start, &end) != 2) - break; - if (address >= start && address <= end - 1) - { - /* Found it. Now see if this line contains a filename. */ - while (c = getc (fp), c != EOF && c != '\n' && c != '/') - continue; - if (c == '/') - { - size_t size; - int len; - - ungetc (c, fp); - shared_library_fullname = NULL; size = 0; - len = getline (&shared_library_fullname, &size, fp); - if (len >= 0) - { - /* Success: filled shared_library_fullname. */ - if (len > 0 && shared_library_fullname[len - 1] == '\n') - shared_library_fullname[len - 1] = '\0'; - } - } - break; - } - while (c = getc (fp), c != EOF && c != '\n') - continue; - } - fclose (fp); - } -#endif -} - -#endif /* (WIN32 or Cygwin) / (Unix except Cygwin) */ - -/* Return the full pathname of the current shared library. - Return NULL if unknown. - Guaranteed to work only on Linux, Cygwin and Woe32. */ -static char * -get_shared_library_fullname () -{ -#if !(defined _WIN32 || defined __WIN32__ || defined __CYGWIN__) - static bool tried_find_shared_library_fullname; - if (!tried_find_shared_library_fullname) - { - find_shared_library_fullname (); - tried_find_shared_library_fullname = true; - } -#endif - return shared_library_fullname; -} - -#endif /* PIC */ - -/* Returns the pathname, relocated according to the current installation - directory. */ -const char * -relocate (const char *pathname) -{ -#if defined PIC && defined INSTALLDIR - static int initialized; - - /* Initialization code for a shared library. */ - if (!initialized) - { - /* At this point, orig_prefix and curr_prefix likely have already been - set through the main program's set_program_name_and_installdir - function. This is sufficient in the case that the library has - initially been installed in the same orig_prefix. But we can do - better, to also cover the cases that 1. it has been installed - in a different prefix before being moved to orig_prefix and (later) - to curr_prefix, 2. unlike the program, it has not moved away from - orig_prefix. */ - const char *orig_installprefix = INSTALLPREFIX; - const char *orig_installdir = INSTALLDIR; - const char *curr_prefix_better; - - curr_prefix_better = - compute_curr_prefix (orig_installprefix, orig_installdir, - get_shared_library_fullname ()); - if (curr_prefix_better == NULL) - curr_prefix_better = curr_prefix; - - set_relocation_prefix (orig_installprefix, curr_prefix_better); - - initialized = 1; - } -#endif - - /* Note: It is not necessary to perform case insensitive comparison here, - even for DOS-like filesystems, because the pathname argument was - typically created from the same Makefile variable as orig_prefix came - from. */ - if (orig_prefix != NULL && curr_prefix != NULL - && strncmp (pathname, orig_prefix, orig_prefix_len) == 0) - { - if (pathname[orig_prefix_len] == '\0') - /* pathname equals orig_prefix. */ - return curr_prefix; - if (ISSLASH (pathname[orig_prefix_len])) - { - /* pathname starts with orig_prefix. */ - const char *pathname_tail = &pathname[orig_prefix_len]; - char *result = - (char *) xmalloc (curr_prefix_len + strlen (pathname_tail) + 1); - -#ifdef NO_XMALLOC - if (result != NULL) -#endif - { - memcpy (result, curr_prefix, curr_prefix_len); - strcpy (result + curr_prefix_len, pathname_tail); - return result; - } - } - } - /* Nothing to relocate. */ - return pathname; -} - -#endif diff --git a/intl/relocatable.h b/intl/relocatable.h deleted file mode 100644 index f6d38321ae..0000000000 --- a/intl/relocatable.h +++ /dev/null @@ -1,79 +0,0 @@ -/* Provide relocatable packages. - Copyright (C) 2003, 2005 Free Software Foundation, Inc. - Written by Bruno Haible , 2003. - - This program is free software; you can redistribute it and/or modify it - under the terms of the GNU Library General Public License as published - by the Free Software Foundation; either version 2, or (at your option) - any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Library General Public License for more details. - - You should have received a copy of the GNU Library General Public - License along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, - USA. */ - -#ifndef _RELOCATABLE_H -#define _RELOCATABLE_H - -#ifdef __cplusplus -extern "C" { -#endif - - -/* This can be enabled through the configure --enable-relocatable option. */ -#if ENABLE_RELOCATABLE - -/* When building a DLL, we must export some functions. Note that because - this is a private .h file, we don't need to use __declspec(dllimport) - in any case. */ -#if HAVE_VISIBILITY && BUILDING_DLL -# define RELOCATABLE_DLL_EXPORTED __attribute__((__visibility__("default"))) -#elif defined _MSC_VER && BUILDING_DLL -# define RELOCATABLE_DLL_EXPORTED __declspec(dllexport) -#else -# define RELOCATABLE_DLL_EXPORTED -#endif - -/* Sets the original and the current installation prefix of the package. - Relocation simply replaces a pathname starting with the original prefix - by the corresponding pathname with the current prefix instead. Both - prefixes should be directory names without trailing slash (i.e. use "" - instead of "/"). */ -extern RELOCATABLE_DLL_EXPORTED void - set_relocation_prefix (const char *orig_prefix, - const char *curr_prefix); - -/* Returns the pathname, relocated according to the current installation - directory. */ -extern const char * relocate (const char *pathname); - -/* Memory management: relocate() leaks memory, because it has to construct - a fresh pathname. If this is a problem because your program calls - relocate() frequently, think about caching the result. */ - -/* Convenience function: - Computes the current installation prefix, based on the original - installation prefix, the original installation directory of a particular - file, and the current pathname of this file. Returns NULL upon failure. */ -extern const char * compute_curr_prefix (const char *orig_installprefix, - const char *orig_installdir, - const char *curr_pathname); - -#else - -/* By default, we use the hardwired pathnames. */ -#define relocate(pathname) (pathname) - -#endif - - -#ifdef __cplusplus -} -#endif - -#endif /* _RELOCATABLE_H */ diff --git a/intl/textdomain.c b/intl/textdomain.c deleted file mode 100644 index c316460fd5..0000000000 --- a/intl/textdomain.c +++ /dev/null @@ -1,141 +0,0 @@ -/* Implementation of the textdomain(3) function. - Copyright (C) 1995-1998, 2000-2003, 2005-2006 Free Software Foundation, Inc. - - This program is free software; you can redistribute it and/or modify it - under the terms of the GNU Library General Public License as published - by the Free Software Foundation; either version 2, or (at your option) - any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Library General Public License for more details. - - You should have received a copy of the GNU Library General Public - License along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, - USA. */ - -#ifdef HAVE_CONFIG_H -# include -#endif - -#include -#include - -#include "gettextP.h" -#ifdef _LIBC -# include -#else -# include "libgnuintl.h" -#endif - -/* Handle multi-threaded applications. */ -#ifdef _LIBC -# include -# define gl_rwlock_define __libc_rwlock_define -# define gl_rwlock_wrlock __libc_rwlock_wrlock -# define gl_rwlock_unlock __libc_rwlock_unlock -#else -# include "lock.h" -#endif - -/* The internal variables in the standalone libintl.a must have different - names than the internal variables in GNU libc, otherwise programs - using libintl.a cannot be linked statically. */ -#if !defined _LIBC -# define _nl_default_default_domain libintl_nl_default_default_domain -# define _nl_current_default_domain libintl_nl_current_default_domain -#endif - -/* @@ end of prolog @@ */ - -/* Name of the default text domain. */ -extern const char _nl_default_default_domain[] attribute_hidden; - -/* Default text domain in which entries for gettext(3) are to be found. */ -extern const char *_nl_current_default_domain attribute_hidden; - - -/* Names for the libintl functions are a problem. They must not clash - with existing names and they should follow ANSI C. But this source - code is also used in GNU C Library where the names have a __ - prefix. So we have to make a difference here. */ -#ifdef _LIBC -# define TEXTDOMAIN __textdomain -# ifndef strdup -# define strdup(str) __strdup (str) -# endif -#else -# define TEXTDOMAIN libintl_textdomain -#endif - -/* Lock variable to protect the global data in the gettext implementation. */ -gl_rwlock_define (extern, _nl_state_lock attribute_hidden) - -/* Set the current default message catalog to DOMAINNAME. - If DOMAINNAME is null, return the current default. - If DOMAINNAME is "", reset to the default of "messages". */ -char * -TEXTDOMAIN (const char *domainname) -{ - char *new_domain; - char *old_domain; - - /* A NULL pointer requests the current setting. */ - if (domainname == NULL) - return (char *) _nl_current_default_domain; - - gl_rwlock_wrlock (_nl_state_lock); - - old_domain = (char *) _nl_current_default_domain; - - /* If domain name is the null string set to default domain "messages". */ - if (domainname[0] == '\0' - || strcmp (domainname, _nl_default_default_domain) == 0) - { - _nl_current_default_domain = _nl_default_default_domain; - new_domain = (char *) _nl_current_default_domain; - } - else if (strcmp (domainname, old_domain) == 0) - /* This can happen and people will use it to signal that some - environment variable changed. */ - new_domain = old_domain; - else - { - /* If the following malloc fails `_nl_current_default_domain' - will be NULL. This value will be returned and so signals we - are out of core. */ -#if defined _LIBC || defined HAVE_STRDUP - new_domain = strdup (domainname); -#else - size_t len = strlen (domainname) + 1; - new_domain = (char *) malloc (len); - if (new_domain != NULL) - memcpy (new_domain, domainname, len); -#endif - - if (new_domain != NULL) - _nl_current_default_domain = new_domain; - } - - /* We use this possibility to signal a change of the loaded catalogs - since this is most likely the case and there is no other easy we - to do it. Do it only when the call was successful. */ - if (new_domain != NULL) - { - ++_nl_msg_cat_cntr; - - if (old_domain != new_domain && old_domain != _nl_default_default_domain) - free (old_domain); - } - - gl_rwlock_unlock (_nl_state_lock); - - return new_domain; -} - -#ifdef _LIBC -/* Alias for function name in GNU C Library. */ -weak_alias (__textdomain, textdomain); -#endif diff --git a/intl/vasnprintf.c b/intl/vasnprintf.c deleted file mode 100644 index 8b073103bd..0000000000 --- a/intl/vasnprintf.c +++ /dev/null @@ -1,890 +0,0 @@ -/* vsprintf with automatic memory allocation. - Copyright (C) 1999, 2002-2006 Free Software Foundation, Inc. - - This program is free software; you can redistribute it and/or modify it - under the terms of the GNU Library General Public License as published - by the Free Software Foundation; either version 2, or (at your option) - any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Library General Public License for more details. - - You should have received a copy of the GNU Library General Public - License along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, - USA. */ - -/* Tell glibc's to provide a prototype for snprintf(). - This must come before because may include - , and once has been included, it's too late. */ -#ifndef _GNU_SOURCE -# define _GNU_SOURCE 1 -#endif - -#include -#ifndef IN_LIBINTL -# include -#endif - -/* Specification. */ -#if WIDE_CHAR_VERSION -# include "vasnwprintf.h" -#else -# include "vasnprintf.h" -#endif - -#include /* snprintf(), sprintf() */ -#include /* abort(), malloc(), realloc(), free() */ -#include /* memcpy(), strlen() */ -#include /* errno */ -#include /* CHAR_BIT */ -#include /* DBL_MAX_EXP, LDBL_MAX_EXP */ -#if WIDE_CHAR_VERSION -# include "wprintf-parse.h" -#else -# include "printf-parse.h" -#endif - -/* Checked size_t computations. */ -#include "xsize.h" - -#ifdef HAVE_WCHAR_T -# ifdef HAVE_WCSLEN -# define local_wcslen wcslen -# else - /* Solaris 2.5.1 has wcslen() in a separate library libw.so. To avoid - a dependency towards this library, here is a local substitute. - Define this substitute only once, even if this file is included - twice in the same compilation unit. */ -# ifndef local_wcslen_defined -# define local_wcslen_defined 1 -static size_t -local_wcslen (const wchar_t *s) -{ - const wchar_t *ptr; - - for (ptr = s; *ptr != (wchar_t) 0; ptr++) - ; - return ptr - s; -} -# endif -# endif -#endif - -#if WIDE_CHAR_VERSION -# define VASNPRINTF vasnwprintf -# define CHAR_T wchar_t -# define DIRECTIVE wchar_t_directive -# define DIRECTIVES wchar_t_directives -# define PRINTF_PARSE wprintf_parse -# define USE_SNPRINTF 1 -# if HAVE_DECL__SNWPRINTF - /* On Windows, the function swprintf() has a different signature than - on Unix; we use the _snwprintf() function instead. */ -# define SNPRINTF _snwprintf -# else - /* Unix. */ -# define SNPRINTF swprintf -# endif -#else -# define VASNPRINTF vasnprintf -# define CHAR_T char -# define DIRECTIVE char_directive -# define DIRECTIVES char_directives -# define PRINTF_PARSE printf_parse -# define USE_SNPRINTF (HAVE_DECL__SNPRINTF || HAVE_SNPRINTF) -# if HAVE_DECL__SNPRINTF - /* Windows. */ -# define SNPRINTF _snprintf -# else - /* Unix. */ -# define SNPRINTF snprintf -# endif -#endif - -CHAR_T * -VASNPRINTF (CHAR_T *resultbuf, size_t *lengthp, const CHAR_T *format, va_list args) -{ - DIRECTIVES d; - arguments a; - - if (PRINTF_PARSE (format, &d, &a) < 0) - { - errno = EINVAL; - return NULL; - } - -#define CLEANUP() \ - free (d.dir); \ - if (a.arg) \ - free (a.arg); - - if (printf_fetchargs (args, &a) < 0) - { - CLEANUP (); - errno = EINVAL; - return NULL; - } - - { - size_t buf_neededlength; - CHAR_T *buf; - CHAR_T *buf_malloced; - const CHAR_T *cp; - size_t i; - DIRECTIVE *dp; - /* Output string accumulator. */ - CHAR_T *result; - size_t allocated; - size_t length; - - /* Allocate a small buffer that will hold a directive passed to - sprintf or snprintf. */ - buf_neededlength = - xsum4 (7, d.max_width_length, d.max_precision_length, 6); -#if HAVE_ALLOCA - if (buf_neededlength < 4000 / sizeof (CHAR_T)) - { - buf = (CHAR_T *) alloca (buf_neededlength * sizeof (CHAR_T)); - buf_malloced = NULL; - } - else -#endif - { - size_t buf_memsize = xtimes (buf_neededlength, sizeof (CHAR_T)); - if (size_overflow_p (buf_memsize)) - goto out_of_memory_1; - buf = (CHAR_T *) malloc (buf_memsize); - if (buf == NULL) - goto out_of_memory_1; - buf_malloced = buf; - } - - if (resultbuf != NULL) - { - result = resultbuf; - allocated = *lengthp; - } - else - { - result = NULL; - allocated = 0; - } - length = 0; - /* Invariants: - result is either == resultbuf or == NULL or malloc-allocated. - If length > 0, then result != NULL. */ - - /* Ensures that allocated >= needed. Aborts through a jump to - out_of_memory if needed is SIZE_MAX or otherwise too big. */ -#define ENSURE_ALLOCATION(needed) \ - if ((needed) > allocated) \ - { \ - size_t memory_size; \ - CHAR_T *memory; \ - \ - allocated = (allocated > 0 ? xtimes (allocated, 2) : 12); \ - if ((needed) > allocated) \ - allocated = (needed); \ - memory_size = xtimes (allocated, sizeof (CHAR_T)); \ - if (size_overflow_p (memory_size)) \ - goto out_of_memory; \ - if (result == resultbuf || result == NULL) \ - memory = (CHAR_T *) malloc (memory_size); \ - else \ - memory = (CHAR_T *) realloc (result, memory_size); \ - if (memory == NULL) \ - goto out_of_memory; \ - if (result == resultbuf && length > 0) \ - memcpy (memory, result, length * sizeof (CHAR_T)); \ - result = memory; \ - } - - for (cp = format, i = 0, dp = &d.dir[0]; ; cp = dp->dir_end, i++, dp++) - { - if (cp != dp->dir_start) - { - size_t n = dp->dir_start - cp; - size_t augmented_length = xsum (length, n); - - ENSURE_ALLOCATION (augmented_length); - memcpy (result + length, cp, n * sizeof (CHAR_T)); - length = augmented_length; - } - if (i == d.count) - break; - - /* Execute a single directive. */ - if (dp->conversion == '%') - { - size_t augmented_length; - - if (!(dp->arg_index == ARG_NONE)) - abort (); - augmented_length = xsum (length, 1); - ENSURE_ALLOCATION (augmented_length); - result[length] = '%'; - length = augmented_length; - } - else - { - if (!(dp->arg_index != ARG_NONE)) - abort (); - - if (dp->conversion == 'n') - { - switch (a.arg[dp->arg_index].type) - { - case TYPE_COUNT_SCHAR_POINTER: - *a.arg[dp->arg_index].a.a_count_schar_pointer = length; - break; - case TYPE_COUNT_SHORT_POINTER: - *a.arg[dp->arg_index].a.a_count_short_pointer = length; - break; - case TYPE_COUNT_INT_POINTER: - *a.arg[dp->arg_index].a.a_count_int_pointer = length; - break; - case TYPE_COUNT_LONGINT_POINTER: - *a.arg[dp->arg_index].a.a_count_longint_pointer = length; - break; -#ifdef HAVE_LONG_LONG_INT - case TYPE_COUNT_LONGLONGINT_POINTER: - *a.arg[dp->arg_index].a.a_count_longlongint_pointer = length; - break; -#endif - default: - abort (); - } - } - else - { - arg_type type = a.arg[dp->arg_index].type; - CHAR_T *p; - unsigned int prefix_count; - int prefixes[2]; -#if !USE_SNPRINTF - size_t tmp_length; - CHAR_T tmpbuf[700]; - CHAR_T *tmp; - - /* Allocate a temporary buffer of sufficient size for calling - sprintf. */ - { - size_t width; - size_t precision; - - width = 0; - if (dp->width_start != dp->width_end) - { - if (dp->width_arg_index != ARG_NONE) - { - int arg; - - if (!(a.arg[dp->width_arg_index].type == TYPE_INT)) - abort (); - arg = a.arg[dp->width_arg_index].a.a_int; - width = (arg < 0 ? (unsigned int) (-arg) : arg); - } - else - { - const CHAR_T *digitp = dp->width_start; - - do - width = xsum (xtimes (width, 10), *digitp++ - '0'); - while (digitp != dp->width_end); - } - } - - precision = 6; - if (dp->precision_start != dp->precision_end) - { - if (dp->precision_arg_index != ARG_NONE) - { - int arg; - - if (!(a.arg[dp->precision_arg_index].type == TYPE_INT)) - abort (); - arg = a.arg[dp->precision_arg_index].a.a_int; - precision = (arg < 0 ? 0 : arg); - } - else - { - const CHAR_T *digitp = dp->precision_start + 1; - - precision = 0; - while (digitp != dp->precision_end) - precision = xsum (xtimes (precision, 10), *digitp++ - '0'); - } - } - - switch (dp->conversion) - { - - case 'd': case 'i': case 'u': -# ifdef HAVE_LONG_LONG_INT - if (type == TYPE_LONGLONGINT || type == TYPE_ULONGLONGINT) - tmp_length = - (unsigned int) (sizeof (unsigned long long) * CHAR_BIT - * 0.30103 /* binary -> decimal */ - ) - + 1; /* turn floor into ceil */ - else -# endif - if (type == TYPE_LONGINT || type == TYPE_ULONGINT) - tmp_length = - (unsigned int) (sizeof (unsigned long) * CHAR_BIT - * 0.30103 /* binary -> decimal */ - ) - + 1; /* turn floor into ceil */ - else - tmp_length = - (unsigned int) (sizeof (unsigned int) * CHAR_BIT - * 0.30103 /* binary -> decimal */ - ) - + 1; /* turn floor into ceil */ - if (tmp_length < precision) - tmp_length = precision; - /* Multiply by 2, as an estimate for FLAG_GROUP. */ - tmp_length = xsum (tmp_length, tmp_length); - /* Add 1, to account for a leading sign. */ - tmp_length = xsum (tmp_length, 1); - break; - - case 'o': -# ifdef HAVE_LONG_LONG_INT - if (type == TYPE_LONGLONGINT || type == TYPE_ULONGLONGINT) - tmp_length = - (unsigned int) (sizeof (unsigned long long) * CHAR_BIT - * 0.333334 /* binary -> octal */ - ) - + 1; /* turn floor into ceil */ - else -# endif - if (type == TYPE_LONGINT || type == TYPE_ULONGINT) - tmp_length = - (unsigned int) (sizeof (unsigned long) * CHAR_BIT - * 0.333334 /* binary -> octal */ - ) - + 1; /* turn floor into ceil */ - else - tmp_length = - (unsigned int) (sizeof (unsigned int) * CHAR_BIT - * 0.333334 /* binary -> octal */ - ) - + 1; /* turn floor into ceil */ - if (tmp_length < precision) - tmp_length = precision; - /* Add 1, to account for a leading sign. */ - tmp_length = xsum (tmp_length, 1); - break; - - case 'x': case 'X': -# ifdef HAVE_LONG_LONG_INT - if (type == TYPE_LONGLONGINT || type == TYPE_ULONGLONGINT) - tmp_length = - (unsigned int) (sizeof (unsigned long long) * CHAR_BIT - * 0.25 /* binary -> hexadecimal */ - ) - + 1; /* turn floor into ceil */ - else -# endif - if (type == TYPE_LONGINT || type == TYPE_ULONGINT) - tmp_length = - (unsigned int) (sizeof (unsigned long) * CHAR_BIT - * 0.25 /* binary -> hexadecimal */ - ) - + 1; /* turn floor into ceil */ - else - tmp_length = - (unsigned int) (sizeof (unsigned int) * CHAR_BIT - * 0.25 /* binary -> hexadecimal */ - ) - + 1; /* turn floor into ceil */ - if (tmp_length < precision) - tmp_length = precision; - /* Add 2, to account for a leading sign or alternate form. */ - tmp_length = xsum (tmp_length, 2); - break; - - case 'f': case 'F': -# ifdef HAVE_LONG_DOUBLE - if (type == TYPE_LONGDOUBLE) - tmp_length = - (unsigned int) (LDBL_MAX_EXP - * 0.30103 /* binary -> decimal */ - * 2 /* estimate for FLAG_GROUP */ - ) - + 1 /* turn floor into ceil */ - + 10; /* sign, decimal point etc. */ - else -# endif - tmp_length = - (unsigned int) (DBL_MAX_EXP - * 0.30103 /* binary -> decimal */ - * 2 /* estimate for FLAG_GROUP */ - ) - + 1 /* turn floor into ceil */ - + 10; /* sign, decimal point etc. */ - tmp_length = xsum (tmp_length, precision); - break; - - case 'e': case 'E': case 'g': case 'G': - case 'a': case 'A': - tmp_length = - 12; /* sign, decimal point, exponent etc. */ - tmp_length = xsum (tmp_length, precision); - break; - - case 'c': -# if defined HAVE_WINT_T && !WIDE_CHAR_VERSION - if (type == TYPE_WIDE_CHAR) - tmp_length = MB_CUR_MAX; - else -# endif - tmp_length = 1; - break; - - case 's': -# ifdef HAVE_WCHAR_T - if (type == TYPE_WIDE_STRING) - { - tmp_length = - local_wcslen (a.arg[dp->arg_index].a.a_wide_string); - -# if !WIDE_CHAR_VERSION - tmp_length = xtimes (tmp_length, MB_CUR_MAX); -# endif - } - else -# endif - tmp_length = strlen (a.arg[dp->arg_index].a.a_string); - break; - - case 'p': - tmp_length = - (unsigned int) (sizeof (void *) * CHAR_BIT - * 0.25 /* binary -> hexadecimal */ - ) - + 1 /* turn floor into ceil */ - + 2; /* account for leading 0x */ - break; - - default: - abort (); - } - - if (tmp_length < width) - tmp_length = width; - - tmp_length = xsum (tmp_length, 1); /* account for trailing NUL */ - } - - if (tmp_length <= sizeof (tmpbuf) / sizeof (CHAR_T)) - tmp = tmpbuf; - else - { - size_t tmp_memsize = xtimes (tmp_length, sizeof (CHAR_T)); - - if (size_overflow_p (tmp_memsize)) - /* Overflow, would lead to out of memory. */ - goto out_of_memory; - tmp = (CHAR_T *) malloc (tmp_memsize); - if (tmp == NULL) - /* Out of memory. */ - goto out_of_memory; - } -#endif - - /* Construct the format string for calling snprintf or - sprintf. */ - p = buf; - *p++ = '%'; - if (dp->flags & FLAG_GROUP) - *p++ = '\''; - if (dp->flags & FLAG_LEFT) - *p++ = '-'; - if (dp->flags & FLAG_SHOWSIGN) - *p++ = '+'; - if (dp->flags & FLAG_SPACE) - *p++ = ' '; - if (dp->flags & FLAG_ALT) - *p++ = '#'; - if (dp->flags & FLAG_ZERO) - *p++ = '0'; - if (dp->width_start != dp->width_end) - { - size_t n = dp->width_end - dp->width_start; - memcpy (p, dp->width_start, n * sizeof (CHAR_T)); - p += n; - } - if (dp->precision_start != dp->precision_end) - { - size_t n = dp->precision_end - dp->precision_start; - memcpy (p, dp->precision_start, n * sizeof (CHAR_T)); - p += n; - } - - switch (type) - { -#ifdef HAVE_LONG_LONG_INT - case TYPE_LONGLONGINT: - case TYPE_ULONGLONGINT: - *p++ = 'l'; - /*FALLTHROUGH*/ -#endif - case TYPE_LONGINT: - case TYPE_ULONGINT: -#ifdef HAVE_WINT_T - case TYPE_WIDE_CHAR: -#endif -#ifdef HAVE_WCHAR_T - case TYPE_WIDE_STRING: -#endif - *p++ = 'l'; - break; -#ifdef HAVE_LONG_DOUBLE - case TYPE_LONGDOUBLE: - *p++ = 'L'; - break; -#endif - default: - break; - } - *p = dp->conversion; -#if USE_SNPRINTF - p[1] = '%'; - p[2] = 'n'; - p[3] = '\0'; -#else - p[1] = '\0'; -#endif - - /* Construct the arguments for calling snprintf or sprintf. */ - prefix_count = 0; - if (dp->width_arg_index != ARG_NONE) - { - if (!(a.arg[dp->width_arg_index].type == TYPE_INT)) - abort (); - prefixes[prefix_count++] = a.arg[dp->width_arg_index].a.a_int; - } - if (dp->precision_arg_index != ARG_NONE) - { - if (!(a.arg[dp->precision_arg_index].type == TYPE_INT)) - abort (); - prefixes[prefix_count++] = a.arg[dp->precision_arg_index].a.a_int; - } - -#if USE_SNPRINTF - /* Prepare checking whether snprintf returns the count - via %n. */ - ENSURE_ALLOCATION (xsum (length, 1)); - result[length] = '\0'; -#endif - - for (;;) - { - size_t maxlen; - int count; - int retcount; - - maxlen = allocated - length; - count = -1; - retcount = 0; - -#if USE_SNPRINTF -# define SNPRINTF_BUF(arg) \ - switch (prefix_count) \ - { \ - case 0: \ - retcount = SNPRINTF (result + length, maxlen, buf, \ - arg, &count); \ - break; \ - case 1: \ - retcount = SNPRINTF (result + length, maxlen, buf, \ - prefixes[0], arg, &count); \ - break; \ - case 2: \ - retcount = SNPRINTF (result + length, maxlen, buf, \ - prefixes[0], prefixes[1], arg, \ - &count); \ - break; \ - default: \ - abort (); \ - } -#else -# define SNPRINTF_BUF(arg) \ - switch (prefix_count) \ - { \ - case 0: \ - count = sprintf (tmp, buf, arg); \ - break; \ - case 1: \ - count = sprintf (tmp, buf, prefixes[0], arg); \ - break; \ - case 2: \ - count = sprintf (tmp, buf, prefixes[0], prefixes[1],\ - arg); \ - break; \ - default: \ - abort (); \ - } -#endif - - switch (type) - { - case TYPE_SCHAR: - { - int arg = a.arg[dp->arg_index].a.a_schar; - SNPRINTF_BUF (arg); - } - break; - case TYPE_UCHAR: - { - unsigned int arg = a.arg[dp->arg_index].a.a_uchar; - SNPRINTF_BUF (arg); - } - break; - case TYPE_SHORT: - { - int arg = a.arg[dp->arg_index].a.a_short; - SNPRINTF_BUF (arg); - } - break; - case TYPE_USHORT: - { - unsigned int arg = a.arg[dp->arg_index].a.a_ushort; - SNPRINTF_BUF (arg); - } - break; - case TYPE_INT: - { - int arg = a.arg[dp->arg_index].a.a_int; - SNPRINTF_BUF (arg); - } - break; - case TYPE_UINT: - { - unsigned int arg = a.arg[dp->arg_index].a.a_uint; - SNPRINTF_BUF (arg); - } - break; - case TYPE_LONGINT: - { - long int arg = a.arg[dp->arg_index].a.a_longint; - SNPRINTF_BUF (arg); - } - break; - case TYPE_ULONGINT: - { - unsigned long int arg = a.arg[dp->arg_index].a.a_ulongint; - SNPRINTF_BUF (arg); - } - break; -#ifdef HAVE_LONG_LONG_INT - case TYPE_LONGLONGINT: - { - long long int arg = a.arg[dp->arg_index].a.a_longlongint; - SNPRINTF_BUF (arg); - } - break; - case TYPE_ULONGLONGINT: - { - unsigned long long int arg = a.arg[dp->arg_index].a.a_ulonglongint; - SNPRINTF_BUF (arg); - } - break; -#endif - case TYPE_DOUBLE: - { - double arg = a.arg[dp->arg_index].a.a_double; - SNPRINTF_BUF (arg); - } - break; -#ifdef HAVE_LONG_DOUBLE - case TYPE_LONGDOUBLE: - { - long double arg = a.arg[dp->arg_index].a.a_longdouble; - SNPRINTF_BUF (arg); - } - break; -#endif - case TYPE_CHAR: - { - int arg = a.arg[dp->arg_index].a.a_char; - SNPRINTF_BUF (arg); - } - break; -#ifdef HAVE_WINT_T - case TYPE_WIDE_CHAR: - { - wint_t arg = a.arg[dp->arg_index].a.a_wide_char; - SNPRINTF_BUF (arg); - } - break; -#endif - case TYPE_STRING: - { - const char *arg = a.arg[dp->arg_index].a.a_string; - SNPRINTF_BUF (arg); - } - break; -#ifdef HAVE_WCHAR_T - case TYPE_WIDE_STRING: - { - const wchar_t *arg = a.arg[dp->arg_index].a.a_wide_string; - SNPRINTF_BUF (arg); - } - break; -#endif - case TYPE_POINTER: - { - void *arg = a.arg[dp->arg_index].a.a_pointer; - SNPRINTF_BUF (arg); - } - break; - default: - abort (); - } - -#if USE_SNPRINTF - /* Portability: Not all implementations of snprintf() - are ISO C 99 compliant. Determine the number of - bytes that snprintf() has produced or would have - produced. */ - if (count >= 0) - { - /* Verify that snprintf() has NUL-terminated its - result. */ - if (count < maxlen && result[length + count] != '\0') - abort (); - /* Portability hack. */ - if (retcount > count) - count = retcount; - } - else - { - /* snprintf() doesn't understand the '%n' - directive. */ - if (p[1] != '\0') - { - /* Don't use the '%n' directive; instead, look - at the snprintf() return value. */ - p[1] = '\0'; - continue; - } - else - { - /* Look at the snprintf() return value. */ - if (retcount < 0) - { - /* HP-UX 10.20 snprintf() is doubly deficient: - It doesn't understand the '%n' directive, - *and* it returns -1 (rather than the length - that would have been required) when the - buffer is too small. */ - size_t bigger_need = - xsum (xtimes (allocated, 2), 12); - ENSURE_ALLOCATION (bigger_need); - continue; - } - else - count = retcount; - } - } -#endif - - /* Attempt to handle failure. */ - if (count < 0) - { - if (!(result == resultbuf || result == NULL)) - free (result); - if (buf_malloced != NULL) - free (buf_malloced); - CLEANUP (); - errno = EINVAL; - return NULL; - } - -#if !USE_SNPRINTF - if (count >= tmp_length) - /* tmp_length was incorrectly calculated - fix the - code above! */ - abort (); -#endif - - /* Make room for the result. */ - if (count >= maxlen) - { - /* Need at least count bytes. But allocate - proportionally, to avoid looping eternally if - snprintf() reports a too small count. */ - size_t n = - xmax (xsum (length, count), xtimes (allocated, 2)); - - ENSURE_ALLOCATION (n); -#if USE_SNPRINTF - continue; -#endif - } - -#if USE_SNPRINTF - /* The snprintf() result did fit. */ -#else - /* Append the sprintf() result. */ - memcpy (result + length, tmp, count * sizeof (CHAR_T)); - if (tmp != tmpbuf) - free (tmp); -#endif - - length += count; - break; - } - } - } - } - - /* Add the final NUL. */ - ENSURE_ALLOCATION (xsum (length, 1)); - result[length] = '\0'; - - if (result != resultbuf && length + 1 < allocated) - { - /* Shrink the allocated memory if possible. */ - CHAR_T *memory; - - memory = (CHAR_T *) realloc (result, (length + 1) * sizeof (CHAR_T)); - if (memory != NULL) - result = memory; - } - - if (buf_malloced != NULL) - free (buf_malloced); - CLEANUP (); - *lengthp = length; - /* Note that we can produce a big string of a length > INT_MAX. POSIX - says that snprintf() fails with errno = EOVERFLOW in this case, but - that's only because snprintf() returns an 'int'. This function does - not have this limitation. */ - return result; - - out_of_memory: - if (!(result == resultbuf || result == NULL)) - free (result); - if (buf_malloced != NULL) - free (buf_malloced); - out_of_memory_1: - CLEANUP (); - errno = ENOMEM; - return NULL; - } -} - -#undef SNPRINTF -#undef USE_SNPRINTF -#undef PRINTF_PARSE -#undef DIRECTIVES -#undef DIRECTIVE -#undef CHAR_T -#undef VASNPRINTF diff --git a/intl/vasnprintf.h b/intl/vasnprintf.h deleted file mode 100644 index e67b88da3b..0000000000 --- a/intl/vasnprintf.h +++ /dev/null @@ -1,78 +0,0 @@ -/* vsprintf with automatic memory allocation. - Copyright (C) 2002-2004 Free Software Foundation, Inc. - - This program is free software; you can redistribute it and/or modify it - under the terms of the GNU Library General Public License as published - by the Free Software Foundation; either version 2, or (at your option) - any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Library General Public License for more details. - - You should have received a copy of the GNU Library General Public - License along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, - USA. */ - -#ifndef _VASNPRINTF_H -#define _VASNPRINTF_H - -/* Get va_list. */ -#include - -/* Get size_t. */ -#include - -#ifndef __attribute__ -/* This feature is available in gcc versions 2.5 and later. */ -# if __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 5) || __STRICT_ANSI__ -# define __attribute__(Spec) /* empty */ -# endif -/* The __-protected variants of `format' and `printf' attributes - are accepted by gcc versions 2.6.4 (effectively 2.7) and later. */ -# if __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 7) -# define __format__ format -# define __printf__ printf -# endif -#endif - -#ifdef __cplusplus -extern "C" { -#endif - -/* Write formatted output to a string dynamically allocated with malloc(). - You can pass a preallocated buffer for the result in RESULTBUF and its - size in *LENGTHP; otherwise you pass RESULTBUF = NULL. - If successful, return the address of the string (this may be = RESULTBUF - if no dynamic memory allocation was necessary) and set *LENGTHP to the - number of resulting bytes, excluding the trailing NUL. Upon error, set - errno and return NULL. - - When dynamic memory allocation occurs, the preallocated buffer is left - alone (with possibly modified contents). This makes it possible to use - a statically allocated or stack-allocated buffer, like this: - - char buf[100]; - size_t len = sizeof (buf); - char *output = vasnprintf (buf, &len, format, args); - if (output == NULL) - ... error handling ...; - else - { - ... use the output string ...; - if (output != buf) - free (output); - } - */ -extern char * asnprintf (char *resultbuf, size_t *lengthp, const char *format, ...) - __attribute__ ((__format__ (__printf__, 3, 4))); -extern char * vasnprintf (char *resultbuf, size_t *lengthp, const char *format, va_list args) - __attribute__ ((__format__ (__printf__, 3, 0))); - -#ifdef __cplusplus -} -#endif - -#endif /* _VASNPRINTF_H */ diff --git a/intl/vasnwprintf.h b/intl/vasnwprintf.h deleted file mode 100644 index 6ff03ce16b..0000000000 --- a/intl/vasnwprintf.h +++ /dev/null @@ -1,46 +0,0 @@ -/* vswprintf with automatic memory allocation. - Copyright (C) 2002-2003 Free Software Foundation, Inc. - - This program is free software; you can redistribute it and/or modify it - under the terms of the GNU Library General Public License as published - by the Free Software Foundation; either version 2, or (at your option) - any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Library General Public License for more details. - - You should have received a copy of the GNU Library General Public - License along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, - USA. */ - -#ifndef _VASNWPRINTF_H -#define _VASNWPRINTF_H - -/* Get va_list. */ -#include - -/* Get wchar_t, size_t. */ -#include - -#ifdef __cplusplus -extern "C" { -#endif - -/* Write formatted output to a string dynamically allocated with malloc(). - You can pass a preallocated buffer for the result in RESULTBUF and its - size in *LENGTHP; otherwise you pass RESULTBUF = NULL. - If successful, return the address of the string (this may be = RESULTBUF - if no dynamic memory allocation was necessary) and set *LENGTHP to the - number of resulting bytes, excluding the trailing NUL. Upon error, set - errno and return NULL. */ -extern wchar_t * asnwprintf (wchar_t *resultbuf, size_t *lengthp, const wchar_t *format, ...); -extern wchar_t * vasnwprintf (wchar_t *resultbuf, size_t *lengthp, const wchar_t *format, va_list args); - -#ifdef __cplusplus -} -#endif - -#endif /* _VASNWPRINTF_H */ diff --git a/intl/version.c b/intl/version.c deleted file mode 100644 index a968cf746f..0000000000 --- a/intl/version.c +++ /dev/null @@ -1,26 +0,0 @@ -/* libintl library version. - Copyright (C) 2005 Free Software Foundation, Inc. - - This program is free software; you can redistribute it and/or modify it - under the terms of the GNU Library General Public License as published - by the Free Software Foundation; either version 2, or (at your option) - any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Library General Public License for more details. - - You should have received a copy of the GNU Library General Public - License along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, - USA. */ - -#ifdef HAVE_CONFIG_H -# include -#endif - -#include "libgnuintl.h" - -/* Version number: (major<<16) + (minor<<8) + subminor */ -int libintl_version = LIBINTL_VERSION; diff --git a/intl/wprintf-parse.h b/intl/wprintf-parse.h deleted file mode 100644 index 600b89adc4..0000000000 --- a/intl/wprintf-parse.h +++ /dev/null @@ -1,75 +0,0 @@ -/* Parse printf format string. - Copyright (C) 1999, 2002-2003 Free Software Foundation, Inc. - - This program is free software; you can redistribute it and/or modify it - under the terms of the GNU Library General Public License as published - by the Free Software Foundation; either version 2, or (at your option) - any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Library General Public License for more details. - - You should have received a copy of the GNU Library General Public - License along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, - USA. */ - -#ifndef _WPRINTF_PARSE_H -#define _WPRINTF_PARSE_H - -#include "printf-args.h" - - -/* Flags */ -#define FLAG_GROUP 1 /* ' flag */ -#define FLAG_LEFT 2 /* - flag */ -#define FLAG_SHOWSIGN 4 /* + flag */ -#define FLAG_SPACE 8 /* space flag */ -#define FLAG_ALT 16 /* # flag */ -#define FLAG_ZERO 32 - -/* arg_index value indicating that no argument is consumed. */ -#define ARG_NONE (~(size_t)0) - -/* A parsed directive. */ -typedef struct -{ - const wchar_t* dir_start; - const wchar_t* dir_end; - int flags; - const wchar_t* width_start; - const wchar_t* width_end; - size_t width_arg_index; - const wchar_t* precision_start; - const wchar_t* precision_end; - size_t precision_arg_index; - wchar_t conversion; /* d i o u x X f e E g G c s p n U % but not C S */ - size_t arg_index; -} -wchar_t_directive; - -/* A parsed format string. */ -typedef struct -{ - size_t count; - wchar_t_directive *dir; - size_t max_width_length; - size_t max_precision_length; -} -wchar_t_directives; - - -/* Parses the format string. Fills in the number N of directives, and fills - in directives[0], ..., directives[N-1], and sets directives[N].dir_start - to the end of the format string. Also fills in the arg_type fields of the - arguments and the needed count of arguments. */ -#ifdef STATIC -STATIC -#else -extern -#endif -int wprintf_parse (const wchar_t *format, wchar_t_directives *d, arguments *a); - -#endif /* _WPRINTF_PARSE_H */ diff --git a/intl/xsize.h b/intl/xsize.h deleted file mode 100644 index b3023a7d47..0000000000 --- a/intl/xsize.h +++ /dev/null @@ -1,109 +0,0 @@ -/* xsize.h -- Checked size_t computations. - - Copyright (C) 2003 Free Software Foundation, Inc. - - This program is free software; you can redistribute it and/or modify it - under the terms of the GNU Library General Public License as published - by the Free Software Foundation; either version 2, or (at your option) - any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Library General Public License for more details. - - You should have received a copy of the GNU Library General Public - License along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, - USA. */ - -#ifndef _XSIZE_H -#define _XSIZE_H - -/* Get size_t. */ -#include - -/* Get SIZE_MAX. */ -#include -#if HAVE_STDINT_H -# include -#endif - -/* The size of memory objects is often computed through expressions of - type size_t. Example: - void* p = malloc (header_size + n * element_size). - These computations can lead to overflow. When this happens, malloc() - returns a piece of memory that is way too small, and the program then - crashes while attempting to fill the memory. - To avoid this, the functions and macros in this file check for overflow. - The convention is that SIZE_MAX represents overflow. - malloc (SIZE_MAX) is not guaranteed to fail -- think of a malloc - implementation that uses mmap --, it's recommended to use size_overflow_p() - or size_in_bounds_p() before invoking malloc(). - The example thus becomes: - size_t size = xsum (header_size, xtimes (n, element_size)); - void *p = (size_in_bounds_p (size) ? malloc (size) : NULL); -*/ - -/* Convert an arbitrary value >= 0 to type size_t. */ -#define xcast_size_t(N) \ - ((N) <= SIZE_MAX ? (size_t) (N) : SIZE_MAX) - -/* Sum of two sizes, with overflow check. */ -static inline size_t -#if __GNUC__ >= 3 -__attribute__ ((__pure__)) -#endif -xsum (size_t size1, size_t size2) -{ - size_t sum = size1 + size2; - return (sum >= size1 ? sum : SIZE_MAX); -} - -/* Sum of three sizes, with overflow check. */ -static inline size_t -#if __GNUC__ >= 3 -__attribute__ ((__pure__)) -#endif -xsum3 (size_t size1, size_t size2, size_t size3) -{ - return xsum (xsum (size1, size2), size3); -} - -/* Sum of four sizes, with overflow check. */ -static inline size_t -#if __GNUC__ >= 3 -__attribute__ ((__pure__)) -#endif -xsum4 (size_t size1, size_t size2, size_t size3, size_t size4) -{ - return xsum (xsum (xsum (size1, size2), size3), size4); -} - -/* Maximum of two sizes, with overflow check. */ -static inline size_t -#if __GNUC__ >= 3 -__attribute__ ((__pure__)) -#endif -xmax (size_t size1, size_t size2) -{ - /* No explicit check is needed here, because for any n: - max (SIZE_MAX, n) == SIZE_MAX and max (n, SIZE_MAX) == SIZE_MAX. */ - return (size1 >= size2 ? size1 : size2); -} - -/* Multiplication of a count with an element size, with overflow check. - The count must be >= 0 and the element size must be > 0. - This is a macro, not an inline function, so that it works correctly even - when N is of a wider tupe and N > SIZE_MAX. */ -#define xtimes(N, ELSIZE) \ - ((N) <= SIZE_MAX / (ELSIZE) ? (size_t) (N) * (ELSIZE) : SIZE_MAX) - -/* Check for overflow. */ -#define size_overflow_p(SIZE) \ - ((SIZE) == SIZE_MAX) -/* Check against overflow. */ -#define size_in_bounds_p(SIZE) \ - ((SIZE) != SIZE_MAX) - -#endif /* _XSIZE_H */ diff --git a/m4/Makefile.am b/m4/Makefile.am index f971283a37..6ba665c499 100644 --- a/m4/Makefile.am +++ b/m4/Makefile.am @@ -1 +1 @@ -EXTRA_DIST = codeset.m4 gettext.m4 glibc21.m4 iconv.m4 intdiv0.m4 intmax.m4 inttypes.m4 inttypes_h.m4 inttypes-pri.m4 isc-posix.m4 lcmessage.m4 lib-ld.m4 lib-link.m4 lib-prefix.m4 longdouble.m4 longlong.m4 nls.m4 po.m4 printf-posix.m4 progtest.m4 signed.m4 size_max.m4 stdint_h.m4 uintmax_t.m4 ulonglong.m4 wchar_t.m4 wint_t.m4 xsize.m4 +EXTRA_DIST = iconv.m4 po.m4 diff --git a/m4/codeset.m4 b/m4/codeset.m4 deleted file mode 100644 index 223955b454..0000000000 --- a/m4/codeset.m4 +++ /dev/null @@ -1,21 +0,0 @@ -# codeset.m4 serial 2 (gettext-0.16) -dnl Copyright (C) 2000-2002, 2006 Free Software Foundation, Inc. -dnl This file is free software; the Free Software Foundation -dnl gives unlimited permission to copy and/or distribute it, -dnl with or without modifications, as long as this notice is preserved. - -dnl From Bruno Haible. - -AC_DEFUN([AM_LANGINFO_CODESET], -[ - AC_CACHE_CHECK([for nl_langinfo and CODESET], am_cv_langinfo_codeset, - [AC_TRY_LINK([#include ], - [char* cs = nl_langinfo(CODESET); return !cs;], - am_cv_langinfo_codeset=yes, - am_cv_langinfo_codeset=no) - ]) - if test $am_cv_langinfo_codeset = yes; then - AC_DEFINE(HAVE_LANGINFO_CODESET, 1, - [Define if you have and nl_langinfo(CODESET).]) - fi -]) diff --git a/m4/gettext.m4 b/m4/gettext.m4 deleted file mode 100644 index 91c345e992..0000000000 --- a/m4/gettext.m4 +++ /dev/null @@ -1,419 +0,0 @@ -# gettext.m4 serial 59 (gettext-0.16.1) -dnl Copyright (C) 1995-2006 Free Software Foundation, Inc. -dnl This file is free software; the Free Software Foundation -dnl gives unlimited permission to copy and/or distribute it, -dnl with or without modifications, as long as this notice is preserved. -dnl -dnl This file can can be used in projects which are not available under -dnl the GNU General Public License or the GNU Library General Public -dnl License but which still want to provide support for the GNU gettext -dnl functionality. -dnl Please note that the actual code of the GNU gettext library is covered -dnl by the GNU Library General Public License, and the rest of the GNU -dnl gettext package package is covered by the GNU General Public License. -dnl They are *not* in the public domain. - -dnl Authors: -dnl Ulrich Drepper , 1995-2000. -dnl Bruno Haible , 2000-2006. - -dnl Macro to add for using GNU gettext. - -dnl Usage: AM_GNU_GETTEXT([INTLSYMBOL], [NEEDSYMBOL], [INTLDIR]). -dnl INTLSYMBOL can be one of 'external', 'no-libtool', 'use-libtool'. The -dnl default (if it is not specified or empty) is 'no-libtool'. -dnl INTLSYMBOL should be 'external' for packages with no intl directory, -dnl and 'no-libtool' or 'use-libtool' for packages with an intl directory. -dnl If INTLSYMBOL is 'use-libtool', then a libtool library -dnl $(top_builddir)/intl/libintl.la will be created (shared and/or static, -dnl depending on --{enable,disable}-{shared,static} and on the presence of -dnl AM-DISABLE-SHARED). If INTLSYMBOL is 'no-libtool', a static library -dnl $(top_builddir)/intl/libintl.a will be created. -dnl If NEEDSYMBOL is specified and is 'need-ngettext', then GNU gettext -dnl implementations (in libc or libintl) without the ngettext() function -dnl will be ignored. If NEEDSYMBOL is specified and is -dnl 'need-formatstring-macros', then GNU gettext implementations that don't -dnl support the ISO C 99 formatstring macros will be ignored. -dnl INTLDIR is used to find the intl libraries. If empty, -dnl the value `$(top_builddir)/intl/' is used. -dnl -dnl The result of the configuration is one of three cases: -dnl 1) GNU gettext, as included in the intl subdirectory, will be compiled -dnl and used. -dnl Catalog format: GNU --> install in $(datadir) -dnl Catalog extension: .mo after installation, .gmo in source tree -dnl 2) GNU gettext has been found in the system's C library. -dnl Catalog format: GNU --> install in $(datadir) -dnl Catalog extension: .mo after installation, .gmo in source tree -dnl 3) No internationalization, always use English msgid. -dnl Catalog format: none -dnl Catalog extension: none -dnl If INTLSYMBOL is 'external', only cases 2 and 3 can occur. -dnl The use of .gmo is historical (it was needed to avoid overwriting the -dnl GNU format catalogs when building on a platform with an X/Open gettext), -dnl but we keep it in order not to force irrelevant filename changes on the -dnl maintainers. -dnl -AC_DEFUN([AM_GNU_GETTEXT], -[ - dnl Argument checking. - ifelse([$1], [], , [ifelse([$1], [external], , [ifelse([$1], [no-libtool], , [ifelse([$1], [use-libtool], , - [errprint([ERROR: invalid first argument to AM_GNU_GETTEXT -])])])])]) - ifelse([$2], [], , [ifelse([$2], [need-ngettext], , [ifelse([$2], [need-formatstring-macros], , - [errprint([ERROR: invalid second argument to AM_GNU_GETTEXT -])])])]) - define([gt_included_intl], - ifelse([$1], [external], - ifdef([AM_GNU_GETTEXT_][INTL_SUBDIR], [yes], [no]), - [yes])) - define([gt_libtool_suffix_prefix], ifelse([$1], [use-libtool], [l], [])) - gt_NEEDS_INIT - AM_GNU_GETTEXT_NEED([$2]) - - AC_REQUIRE([AM_PO_SUBDIRS])dnl - ifelse(gt_included_intl, yes, [ - AC_REQUIRE([AM_INTL_SUBDIR])dnl - ]) - - dnl Prerequisites of AC_LIB_LINKFLAGS_BODY. - AC_REQUIRE([AC_LIB_PREPARE_PREFIX]) - AC_REQUIRE([AC_LIB_RPATH]) - - dnl Sometimes libintl requires libiconv, so first search for libiconv. - dnl Ideally we would do this search only after the - dnl if test "$USE_NLS" = "yes"; then - dnl if { eval "gt_val=\$$gt_func_gnugettext_libc"; test "$gt_val" != "yes"; }; then - dnl tests. But if configure.in invokes AM_ICONV after AM_GNU_GETTEXT - dnl the configure script would need to contain the same shell code - dnl again, outside any 'if'. There are two solutions: - dnl - Invoke AM_ICONV_LINKFLAGS_BODY here, outside any 'if'. - dnl - Control the expansions in more detail using AC_PROVIDE_IFELSE. - dnl Since AC_PROVIDE_IFELSE is only in autoconf >= 2.52 and not - dnl documented, we avoid it. - ifelse(gt_included_intl, yes, , [ - AC_REQUIRE([AM_ICONV_LINKFLAGS_BODY]) - ]) - - dnl Sometimes, on MacOS X, libintl requires linking with CoreFoundation. - gt_INTL_MACOSX - - dnl Set USE_NLS. - AC_REQUIRE([AM_NLS]) - - ifelse(gt_included_intl, yes, [ - BUILD_INCLUDED_LIBINTL=no - USE_INCLUDED_LIBINTL=no - ]) - LIBINTL= - LTLIBINTL= - POSUB= - - dnl Add a version number to the cache macros. - case " $gt_needs " in - *" need-formatstring-macros "*) gt_api_version=3 ;; - *" need-ngettext "*) gt_api_version=2 ;; - *) gt_api_version=1 ;; - esac - gt_func_gnugettext_libc="gt_cv_func_gnugettext${gt_api_version}_libc" - gt_func_gnugettext_libintl="gt_cv_func_gnugettext${gt_api_version}_libintl" - - dnl If we use NLS figure out what method - if test "$USE_NLS" = "yes"; then - gt_use_preinstalled_gnugettext=no - ifelse(gt_included_intl, yes, [ - AC_MSG_CHECKING([whether included gettext is requested]) - AC_ARG_WITH(included-gettext, - [ --with-included-gettext use the GNU gettext library included here], - nls_cv_force_use_gnu_gettext=$withval, - nls_cv_force_use_gnu_gettext=no) - AC_MSG_RESULT($nls_cv_force_use_gnu_gettext) - - nls_cv_use_gnu_gettext="$nls_cv_force_use_gnu_gettext" - if test "$nls_cv_force_use_gnu_gettext" != "yes"; then - ]) - dnl User does not insist on using GNU NLS library. Figure out what - dnl to use. If GNU gettext is available we use this. Else we have - dnl to fall back to GNU NLS library. - - if test $gt_api_version -ge 3; then - gt_revision_test_code=' -#ifndef __GNU_GETTEXT_SUPPORTED_REVISION -#define __GNU_GETTEXT_SUPPORTED_REVISION(major) ((major) == 0 ? 0 : -1) -#endif -changequote(,)dnl -typedef int array [2 * (__GNU_GETTEXT_SUPPORTED_REVISION(0) >= 1) - 1]; -changequote([,])dnl -' - else - gt_revision_test_code= - fi - if test $gt_api_version -ge 2; then - gt_expression_test_code=' + * ngettext ("", "", 0)' - else - gt_expression_test_code= - fi - - AC_CACHE_CHECK([for GNU gettext in libc], [$gt_func_gnugettext_libc], - [AC_TRY_LINK([#include -$gt_revision_test_code -extern int _nl_msg_cat_cntr; -extern int *_nl_domain_bindings;], - [bindtextdomain ("", ""); -return * gettext ("")$gt_expression_test_code + _nl_msg_cat_cntr + *_nl_domain_bindings], - [eval "$gt_func_gnugettext_libc=yes"], - [eval "$gt_func_gnugettext_libc=no"])]) - - if { eval "gt_val=\$$gt_func_gnugettext_libc"; test "$gt_val" != "yes"; }; then - dnl Sometimes libintl requires libiconv, so first search for libiconv. - ifelse(gt_included_intl, yes, , [ - AM_ICONV_LINK - ]) - dnl Search for libintl and define LIBINTL, LTLIBINTL and INCINTL - dnl accordingly. Don't use AC_LIB_LINKFLAGS_BODY([intl],[iconv]) - dnl because that would add "-liconv" to LIBINTL and LTLIBINTL - dnl even if libiconv doesn't exist. - AC_LIB_LINKFLAGS_BODY([intl]) - AC_CACHE_CHECK([for GNU gettext in libintl], - [$gt_func_gnugettext_libintl], - [gt_save_CPPFLAGS="$CPPFLAGS" - CPPFLAGS="$CPPFLAGS $INCINTL" - gt_save_LIBS="$LIBS" - LIBS="$LIBS $LIBINTL" - dnl Now see whether libintl exists and does not depend on libiconv. - AC_TRY_LINK([#include -$gt_revision_test_code -extern int _nl_msg_cat_cntr; -extern -#ifdef __cplusplus -"C" -#endif -const char *_nl_expand_alias (const char *);], - [bindtextdomain ("", ""); -return * gettext ("")$gt_expression_test_code + _nl_msg_cat_cntr + *_nl_expand_alias ("")], - [eval "$gt_func_gnugettext_libintl=yes"], - [eval "$gt_func_gnugettext_libintl=no"]) - dnl Now see whether libintl exists and depends on libiconv. - if { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" != yes; } && test -n "$LIBICONV"; then - LIBS="$LIBS $LIBICONV" - AC_TRY_LINK([#include -$gt_revision_test_code -extern int _nl_msg_cat_cntr; -extern -#ifdef __cplusplus -"C" -#endif -const char *_nl_expand_alias (const char *);], - [bindtextdomain ("", ""); -return * gettext ("")$gt_expression_test_code + _nl_msg_cat_cntr + *_nl_expand_alias ("")], - [LIBINTL="$LIBINTL $LIBICONV" - LTLIBINTL="$LTLIBINTL $LTLIBICONV" - eval "$gt_func_gnugettext_libintl=yes" - ]) - fi - CPPFLAGS="$gt_save_CPPFLAGS" - LIBS="$gt_save_LIBS"]) - fi - - dnl If an already present or preinstalled GNU gettext() is found, - dnl use it. But if this macro is used in GNU gettext, and GNU - dnl gettext is already preinstalled in libintl, we update this - dnl libintl. (Cf. the install rule in intl/Makefile.in.) - if { eval "gt_val=\$$gt_func_gnugettext_libc"; test "$gt_val" = "yes"; } \ - || { { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; } \ - && test "$PACKAGE" != gettext-runtime \ - && test "$PACKAGE" != gettext-tools; }; then - gt_use_preinstalled_gnugettext=yes - else - dnl Reset the values set by searching for libintl. - LIBINTL= - LTLIBINTL= - INCINTL= - fi - - ifelse(gt_included_intl, yes, [ - if test "$gt_use_preinstalled_gnugettext" != "yes"; then - dnl GNU gettext is not found in the C library. - dnl Fall back on included GNU gettext library. - nls_cv_use_gnu_gettext=yes - fi - fi - - if test "$nls_cv_use_gnu_gettext" = "yes"; then - dnl Mark actions used to generate GNU NLS library. - BUILD_INCLUDED_LIBINTL=yes - USE_INCLUDED_LIBINTL=yes - LIBINTL="ifelse([$3],[],\${top_builddir}/intl,[$3])/libintl.[]gt_libtool_suffix_prefix[]a $LIBICONV $LIBTHREAD" - LTLIBINTL="ifelse([$3],[],\${top_builddir}/intl,[$3])/libintl.[]gt_libtool_suffix_prefix[]a $LTLIBICONV $LTLIBTHREAD" - LIBS=`echo " $LIBS " | sed -e 's/ -lintl / /' -e 's/^ //' -e 's/ $//'` - fi - - CATOBJEXT= - if test "$gt_use_preinstalled_gnugettext" = "yes" \ - || test "$nls_cv_use_gnu_gettext" = "yes"; then - dnl Mark actions to use GNU gettext tools. - CATOBJEXT=.gmo - fi - ]) - - if test -n "$INTL_MACOSX_LIBS"; then - if test "$gt_use_preinstalled_gnugettext" = "yes" \ - || test "$nls_cv_use_gnu_gettext" = "yes"; then - dnl Some extra flags are needed during linking. - LIBINTL="$LIBINTL $INTL_MACOSX_LIBS" - LTLIBINTL="$LTLIBINTL $INTL_MACOSX_LIBS" - fi - fi - - if test "$gt_use_preinstalled_gnugettext" = "yes" \ - || test "$nls_cv_use_gnu_gettext" = "yes"; then - AC_DEFINE(ENABLE_NLS, 1, - [Define to 1 if translation of program messages to the user's native language - is requested.]) - else - USE_NLS=no - fi - fi - - AC_MSG_CHECKING([whether to use NLS]) - AC_MSG_RESULT([$USE_NLS]) - if test "$USE_NLS" = "yes"; then - AC_MSG_CHECKING([where the gettext function comes from]) - if test "$gt_use_preinstalled_gnugettext" = "yes"; then - if { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; }; then - gt_source="external libintl" - else - gt_source="libc" - fi - else - gt_source="included intl directory" - fi - AC_MSG_RESULT([$gt_source]) - fi - - if test "$USE_NLS" = "yes"; then - - if test "$gt_use_preinstalled_gnugettext" = "yes"; then - if { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; }; then - AC_MSG_CHECKING([how to link with libintl]) - AC_MSG_RESULT([$LIBINTL]) - AC_LIB_APPENDTOVAR([CPPFLAGS], [$INCINTL]) - fi - - dnl For backward compatibility. Some packages may be using this. - AC_DEFINE(HAVE_GETTEXT, 1, - [Define if the GNU gettext() function is already present or preinstalled.]) - AC_DEFINE(HAVE_DCGETTEXT, 1, - [Define if the GNU dcgettext() function is already present or preinstalled.]) - fi - - dnl We need to process the po/ directory. - POSUB=po - fi - - ifelse(gt_included_intl, yes, [ - dnl If this is used in GNU gettext we have to set BUILD_INCLUDED_LIBINTL - dnl to 'yes' because some of the testsuite requires it. - if test "$PACKAGE" = gettext-runtime || test "$PACKAGE" = gettext-tools; then - BUILD_INCLUDED_LIBINTL=yes - fi - - dnl Make all variables we use known to autoconf. - AC_SUBST(BUILD_INCLUDED_LIBINTL) - AC_SUBST(USE_INCLUDED_LIBINTL) - AC_SUBST(CATOBJEXT) - - dnl For backward compatibility. Some configure.ins may be using this. - nls_cv_header_intl= - nls_cv_header_libgt= - - dnl For backward compatibility. Some Makefiles may be using this. - DATADIRNAME=share - AC_SUBST(DATADIRNAME) - - dnl For backward compatibility. Some Makefiles may be using this. - INSTOBJEXT=.mo - AC_SUBST(INSTOBJEXT) - - dnl For backward compatibility. Some Makefiles may be using this. - GENCAT=gencat - AC_SUBST(GENCAT) - - dnl For backward compatibility. Some Makefiles may be using this. - INTLOBJS= - if test "$USE_INCLUDED_LIBINTL" = yes; then - INTLOBJS="\$(GETTOBJS)" - fi - AC_SUBST(INTLOBJS) - - dnl Enable libtool support if the surrounding package wishes it. - INTL_LIBTOOL_SUFFIX_PREFIX=gt_libtool_suffix_prefix - AC_SUBST(INTL_LIBTOOL_SUFFIX_PREFIX) - ]) - - dnl For backward compatibility. Some Makefiles may be using this. - INTLLIBS="$LIBINTL" - AC_SUBST(INTLLIBS) - - dnl Make all documented variables known to autoconf. - AC_SUBST(LIBINTL) - AC_SUBST(LTLIBINTL) - AC_SUBST(POSUB) -]) - - -dnl Checks for special options needed on MacOS X. -dnl Defines INTL_MACOSX_LIBS. -AC_DEFUN([gt_INTL_MACOSX], -[ - dnl Check for API introduced in MacOS X 10.2. - AC_CACHE_CHECK([for CFPreferencesCopyAppValue], - gt_cv_func_CFPreferencesCopyAppValue, - [gt_save_LIBS="$LIBS" - LIBS="$LIBS -Wl,-framework -Wl,CoreFoundation" - AC_TRY_LINK([#include ], - [CFPreferencesCopyAppValue(NULL, NULL)], - [gt_cv_func_CFPreferencesCopyAppValue=yes], - [gt_cv_func_CFPreferencesCopyAppValue=no]) - LIBS="$gt_save_LIBS"]) - if test $gt_cv_func_CFPreferencesCopyAppValue = yes; then - AC_DEFINE([HAVE_CFPREFERENCESCOPYAPPVALUE], 1, - [Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in the CoreFoundation framework.]) - fi - dnl Check for API introduced in MacOS X 10.3. - AC_CACHE_CHECK([for CFLocaleCopyCurrent], gt_cv_func_CFLocaleCopyCurrent, - [gt_save_LIBS="$LIBS" - LIBS="$LIBS -Wl,-framework -Wl,CoreFoundation" - AC_TRY_LINK([#include ], [CFLocaleCopyCurrent();], - [gt_cv_func_CFLocaleCopyCurrent=yes], - [gt_cv_func_CFLocaleCopyCurrent=no]) - LIBS="$gt_save_LIBS"]) - if test $gt_cv_func_CFLocaleCopyCurrent = yes; then - AC_DEFINE([HAVE_CFLOCALECOPYCURRENT], 1, - [Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the CoreFoundation framework.]) - fi - INTL_MACOSX_LIBS= - if test $gt_cv_func_CFPreferencesCopyAppValue = yes || test $gt_cv_func_CFLocaleCopyCurrent = yes; then - INTL_MACOSX_LIBS="-Wl,-framework -Wl,CoreFoundation" - fi - AC_SUBST([INTL_MACOSX_LIBS]) -]) - - -dnl gt_NEEDS_INIT ensures that the gt_needs variable is initialized. -m4_define([gt_NEEDS_INIT], -[ - m4_divert_text([DEFAULTS], [gt_needs=]) - m4_define([gt_NEEDS_INIT], []) -]) - - -dnl Usage: AM_GNU_GETTEXT_NEED([NEEDSYMBOL]) -AC_DEFUN([AM_GNU_GETTEXT_NEED], -[ - m4_divert_text([INIT_PREPARE], [gt_needs="$gt_needs $1"]) -]) - - -dnl Usage: AM_GNU_GETTEXT_VERSION([gettext-version]) -AC_DEFUN([AM_GNU_GETTEXT_VERSION], []) diff --git a/m4/glibc2.m4 b/m4/glibc2.m4 deleted file mode 100644 index e8f5bfe6ed..0000000000 --- a/m4/glibc2.m4 +++ /dev/null @@ -1,30 +0,0 @@ -# glibc2.m4 serial 1 -dnl Copyright (C) 2000-2002, 2004 Free Software Foundation, Inc. -dnl This file is free software; the Free Software Foundation -dnl gives unlimited permission to copy and/or distribute it, -dnl with or without modifications, as long as this notice is preserved. - -# Test for the GNU C Library, version 2.0 or newer. -# From Bruno Haible. - -AC_DEFUN([gt_GLIBC2], - [ - AC_CACHE_CHECK(whether we are using the GNU C Library 2 or newer, - ac_cv_gnu_library_2, - [AC_EGREP_CPP([Lucky GNU user], - [ -#include -#ifdef __GNU_LIBRARY__ - #if (__GLIBC__ >= 2) - Lucky GNU user - #endif -#endif - ], - ac_cv_gnu_library_2=yes, - ac_cv_gnu_library_2=no) - ] - ) - AC_SUBST(GLIBC2) - GLIBC2="$ac_cv_gnu_library_2" - ] -) diff --git a/m4/glibc21.m4 b/m4/glibc21.m4 deleted file mode 100644 index d95fd98613..0000000000 --- a/m4/glibc21.m4 +++ /dev/null @@ -1,30 +0,0 @@ -# glibc21.m4 serial 3 -dnl Copyright (C) 2000-2002, 2004 Free Software Foundation, Inc. -dnl This file is free software; the Free Software Foundation -dnl gives unlimited permission to copy and/or distribute it, -dnl with or without modifications, as long as this notice is preserved. - -# Test for the GNU C Library, version 2.1 or newer. -# From Bruno Haible. - -AC_DEFUN([gl_GLIBC21], - [ - AC_CACHE_CHECK(whether we are using the GNU C Library 2.1 or newer, - ac_cv_gnu_library_2_1, - [AC_EGREP_CPP([Lucky GNU user], - [ -#include -#ifdef __GNU_LIBRARY__ - #if (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 1) || (__GLIBC__ > 2) - Lucky GNU user - #endif -#endif - ], - ac_cv_gnu_library_2_1=yes, - ac_cv_gnu_library_2_1=no) - ] - ) - AC_SUBST(GLIBC21) - GLIBC21="$ac_cv_gnu_library_2_1" - ] -) diff --git a/m4/iconv.m4 b/m4/iconv.m4 index 654c415894..e2041b9b49 100644 --- a/m4/iconv.m4 +++ b/m4/iconv.m4 @@ -1,5 +1,5 @@ -# iconv.m4 serial AM4 (gettext-0.11.3) -dnl Copyright (C) 2000-2002 Free Software Foundation, Inc. +# iconv.m4 serial 11 (gettext-0.18.1) +dnl Copyright (C) 2000-2002, 2007-2010 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. @@ -21,6 +21,7 @@ AC_DEFUN([AM_ICONV_LINK], [ dnl Some systems have iconv in libc, some have it in libiconv (OSF/1 and dnl those with the standalone portable GNU libiconv installed). + AC_REQUIRE([AC_CANONICAL_HOST]) dnl for cross-compiles dnl Search for libiconv and define LIBICONV, LTLIBICONV and INCICONV dnl accordingly. @@ -33,7 +34,7 @@ AC_DEFUN([AM_ICONV_LINK], am_save_CPPFLAGS="$CPPFLAGS" AC_LIB_APPENDTOVAR([CPPFLAGS], [$INCICONV]) - AC_CACHE_CHECK(for iconv, am_cv_func_iconv, [ + AC_CACHE_CHECK([for iconv], [am_cv_func_iconv], [ am_cv_func_iconv="no, consider installing GNU libiconv" am_cv_lib_iconv=no AC_TRY_LINK([#include @@ -41,7 +42,7 @@ AC_DEFUN([AM_ICONV_LINK], [iconv_t cd = iconv_open("",""); iconv(cd,NULL,NULL,NULL,NULL); iconv_close(cd);], - am_cv_func_iconv=yes) + [am_cv_func_iconv=yes]) if test "$am_cv_func_iconv" != yes; then am_save_LIBS="$LIBS" LIBS="$LIBS $LIBICONV" @@ -50,13 +51,110 @@ AC_DEFUN([AM_ICONV_LINK], [iconv_t cd = iconv_open("",""); iconv(cd,NULL,NULL,NULL,NULL); iconv_close(cd);], - am_cv_lib_iconv=yes - am_cv_func_iconv=yes) + [am_cv_lib_iconv=yes] + [am_cv_func_iconv=yes]) LIBS="$am_save_LIBS" fi ]) if test "$am_cv_func_iconv" = yes; then - AC_DEFINE(HAVE_ICONV, 1, [Define if you have the iconv() function.]) + AC_CACHE_CHECK([for working iconv], [am_cv_func_iconv_works], [ + dnl This tests against bugs in AIX 5.1, HP-UX 11.11, Solaris 10. + am_save_LIBS="$LIBS" + if test $am_cv_lib_iconv = yes; then + LIBS="$LIBS $LIBICONV" + fi + AC_TRY_RUN([ +#include +#include +int main () +{ + /* Test against AIX 5.1 bug: Failures are not distinguishable from successful + returns. */ + { + iconv_t cd_utf8_to_88591 = iconv_open ("ISO8859-1", "UTF-8"); + if (cd_utf8_to_88591 != (iconv_t)(-1)) + { + static const char input[] = "\342\202\254"; /* EURO SIGN */ + char buf[10]; + const char *inptr = input; + size_t inbytesleft = strlen (input); + char *outptr = buf; + size_t outbytesleft = sizeof (buf); + size_t res = iconv (cd_utf8_to_88591, + (char **) &inptr, &inbytesleft, + &outptr, &outbytesleft); + if (res == 0) + return 1; + } + } + /* Test against Solaris 10 bug: Failures are not distinguishable from + successful returns. */ + { + iconv_t cd_ascii_to_88591 = iconv_open ("ISO8859-1", "646"); + if (cd_ascii_to_88591 != (iconv_t)(-1)) + { + static const char input[] = "\263"; + char buf[10]; + const char *inptr = input; + size_t inbytesleft = strlen (input); + char *outptr = buf; + size_t outbytesleft = sizeof (buf); + size_t res = iconv (cd_ascii_to_88591, + (char **) &inptr, &inbytesleft, + &outptr, &outbytesleft); + if (res == 0) + return 1; + } + } +#if 0 /* This bug could be worked around by the caller. */ + /* Test against HP-UX 11.11 bug: Positive return value instead of 0. */ + { + iconv_t cd_88591_to_utf8 = iconv_open ("utf8", "iso88591"); + if (cd_88591_to_utf8 != (iconv_t)(-1)) + { + static const char input[] = "\304rger mit b\366sen B\374bchen ohne Augenma\337"; + char buf[50]; + const char *inptr = input; + size_t inbytesleft = strlen (input); + char *outptr = buf; + size_t outbytesleft = sizeof (buf); + size_t res = iconv (cd_88591_to_utf8, + (char **) &inptr, &inbytesleft, + &outptr, &outbytesleft); + if ((int)res > 0) + return 1; + } + } +#endif + /* Test against HP-UX 11.11 bug: No converter from EUC-JP to UTF-8 is + provided. */ + if (/* Try standardized names. */ + iconv_open ("UTF-8", "EUC-JP") == (iconv_t)(-1) + /* Try IRIX, OSF/1 names. */ + && iconv_open ("UTF-8", "eucJP") == (iconv_t)(-1) + /* Try AIX names. */ + && iconv_open ("UTF-8", "IBM-eucJP") == (iconv_t)(-1) + /* Try HP-UX names. */ + && iconv_open ("utf8", "eucJP") == (iconv_t)(-1)) + return 1; + return 0; +}], [am_cv_func_iconv_works=yes], [am_cv_func_iconv_works=no], + [case "$host_os" in + aix* | hpux*) am_cv_func_iconv_works="guessing no" ;; + *) am_cv_func_iconv_works="guessing yes" ;; + esac]) + LIBS="$am_save_LIBS" + ]) + case "$am_cv_func_iconv_works" in + *no) am_func_iconv=no am_cv_lib_iconv=no ;; + *) am_func_iconv=yes ;; + esac + else + am_func_iconv=no am_cv_lib_iconv=no + fi + if test "$am_func_iconv" = yes; then + AC_DEFINE([HAVE_ICONV], [1], + [Define if you have the iconv() function and it works.]) fi if test "$am_cv_lib_iconv" = yes; then AC_MSG_CHECKING([how to link with libiconv]) @@ -68,16 +166,31 @@ AC_DEFUN([AM_ICONV_LINK], LIBICONV= LTLIBICONV= fi - AC_SUBST(LIBICONV) - AC_SUBST(LTLIBICONV) + AC_SUBST([LIBICONV]) + AC_SUBST([LTLIBICONV]) ]) -AC_DEFUN([AM_ICONV], +dnl Define AM_ICONV using AC_DEFUN_ONCE for Autoconf >= 2.64, in order to +dnl avoid warnings like +dnl "warning: AC_REQUIRE: `AM_ICONV' was expanded before it was required". +dnl This is tricky because of the way 'aclocal' is implemented: +dnl - It requires defining an auxiliary macro whose name ends in AC_DEFUN. +dnl Otherwise aclocal's initial scan pass would miss the macro definition. +dnl - It requires a line break inside the AC_DEFUN_ONCE and AC_DEFUN expansions. +dnl Otherwise aclocal would emit many "Use of uninitialized value $1" +dnl warnings. +m4_define([gl_iconv_AC_DEFUN], + m4_version_prereq([2.64], + [[AC_DEFUN_ONCE( + [$1], [$2])]], + [[AC_DEFUN( + [$1], [$2])]])) +gl_iconv_AC_DEFUN([AM_ICONV], [ AM_ICONV_LINK if test "$am_cv_func_iconv" = yes; then AC_MSG_CHECKING([for iconv declaration]) - AC_CACHE_VAL(am_cv_proto_iconv, [ + AC_CACHE_VAL([am_cv_proto_iconv], [ AC_TRY_COMPILE([ #include #include @@ -90,12 +203,12 @@ size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, si #else size_t iconv(); #endif -], [], am_cv_proto_iconv_arg1="", am_cv_proto_iconv_arg1="const") +], [], [am_cv_proto_iconv_arg1=""], [am_cv_proto_iconv_arg1="const"]) am_cv_proto_iconv="extern size_t iconv (iconv_t cd, $am_cv_proto_iconv_arg1 char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);"]) am_cv_proto_iconv=`echo "[$]am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'` - AC_MSG_RESULT([$]{ac_t:- - }[$]am_cv_proto_iconv) - AC_DEFINE_UNQUOTED(ICONV_CONST, $am_cv_proto_iconv_arg1, + AC_MSG_RESULT([ + $am_cv_proto_iconv]) + AC_DEFINE_UNQUOTED([ICONV_CONST], [$am_cv_proto_iconv_arg1], [Define as const if the declaration of iconv() needs const.]) fi ]) diff --git a/m4/intdiv0.m4 b/m4/intdiv0.m4 deleted file mode 100644 index b8d78176a6..0000000000 --- a/m4/intdiv0.m4 +++ /dev/null @@ -1,70 +0,0 @@ -# intdiv0.m4 serial 1 (gettext-0.11.3) -dnl Copyright (C) 2002 Free Software Foundation, Inc. -dnl This file is free software; the Free Software Foundation -dnl gives unlimited permission to copy and/or distribute it, -dnl with or without modifications, as long as this notice is preserved. - -dnl From Bruno Haible. - -AC_DEFUN([gt_INTDIV0], -[ - AC_REQUIRE([AC_PROG_CC])dnl - AC_REQUIRE([AC_CANONICAL_HOST])dnl - - AC_CACHE_CHECK([whether integer division by zero raises SIGFPE], - gt_cv_int_divbyzero_sigfpe, - [ - AC_TRY_RUN([ -#include -#include - -static void -#ifdef __cplusplus -sigfpe_handler (int sig) -#else -sigfpe_handler (sig) int sig; -#endif -{ - /* Exit with code 0 if SIGFPE, with code 1 if any other signal. */ - exit (sig != SIGFPE); -} - -int x = 1; -int y = 0; -int z; -int nan; - -int main () -{ - signal (SIGFPE, sigfpe_handler); -/* IRIX and AIX (when "xlc -qcheck" is used) yield signal SIGTRAP. */ -#if (defined (__sgi) || defined (_AIX)) && defined (SIGTRAP) - signal (SIGTRAP, sigfpe_handler); -#endif -/* Linux/SPARC yields signal SIGILL. */ -#if defined (__sparc__) && defined (__linux__) - signal (SIGILL, sigfpe_handler); -#endif - - z = x / y; - nan = y / y; - exit (1); -} -], gt_cv_int_divbyzero_sigfpe=yes, gt_cv_int_divbyzero_sigfpe=no, - [ - # Guess based on the CPU. - case "$host_cpu" in - alpha* | i[34567]86 | m68k | s390*) - gt_cv_int_divbyzero_sigfpe="guessing yes";; - *) - gt_cv_int_divbyzero_sigfpe="guessing no";; - esac - ]) - ]) - case "$gt_cv_int_divbyzero_sigfpe" in - *yes) value=1;; - *) value=0;; - esac - AC_DEFINE_UNQUOTED(INTDIV0_RAISES_SIGFPE, $value, - [Define if integer division by zero raises signal SIGFPE.]) -]) diff --git a/m4/intl.m4 b/m4/intl.m4 deleted file mode 100644 index 286efc9085..0000000000 --- a/m4/intl.m4 +++ /dev/null @@ -1,260 +0,0 @@ -# intl.m4 serial 3 (gettext-0.16) -dnl Copyright (C) 1995-2006 Free Software Foundation, Inc. -dnl This file is free software; the Free Software Foundation -dnl gives unlimited permission to copy and/or distribute it, -dnl with or without modifications, as long as this notice is preserved. -dnl -dnl This file can can be used in projects which are not available under -dnl the GNU General Public License or the GNU Library General Public -dnl License but which still want to provide support for the GNU gettext -dnl functionality. -dnl Please note that the actual code of the GNU gettext library is covered -dnl by the GNU Library General Public License, and the rest of the GNU -dnl gettext package package is covered by the GNU General Public License. -dnl They are *not* in the public domain. - -dnl Authors: -dnl Ulrich Drepper , 1995-2000. -dnl Bruno Haible , 2000-2006. - -AC_PREREQ(2.52) - -dnl Checks for all prerequisites of the intl subdirectory, -dnl except for INTL_LIBTOOL_SUFFIX_PREFIX (and possibly LIBTOOL), INTLOBJS, -dnl USE_INCLUDED_LIBINTL, BUILD_INCLUDED_LIBINTL. -AC_DEFUN([AM_INTL_SUBDIR], -[ - AC_REQUIRE([AC_PROG_INSTALL])dnl - AC_REQUIRE([AC_PROG_MKDIR_P])dnl defined by autoconf -dnl AC_REQUIRE([AM_PROG_MKDIR_P])dnl defined by automake (obsolete) - AC_REQUIRE([AC_PROG_CC])dnl - AC_REQUIRE([AC_CANONICAL_HOST])dnl - AC_REQUIRE([gt_GLIBC2])dnl - AC_REQUIRE([AC_PROG_RANLIB])dnl - AC_REQUIRE([gl_VISIBILITY])dnl - AC_REQUIRE([gt_INTL_SUBDIR_CORE])dnl - AC_REQUIRE([AC_TYPE_LONG_LONG_INT])dnl - AC_REQUIRE([gt_TYPE_LONGDOUBLE])dnl - AC_REQUIRE([gt_TYPE_WCHAR_T])dnl - AC_REQUIRE([gt_TYPE_WINT_T])dnl - AC_REQUIRE([gl_AC_HEADER_INTTYPES_H]) - AC_REQUIRE([gt_TYPE_INTMAX_T]) - AC_REQUIRE([gt_PRINTF_POSIX]) - AC_REQUIRE([gl_GLIBC21])dnl - AC_REQUIRE([gl_XSIZE])dnl - AC_REQUIRE([gt_INTL_MACOSX])dnl - - AC_CHECK_TYPE([ptrdiff_t], , - [AC_DEFINE([ptrdiff_t], [long], - [Define as the type of the result of subtracting two pointers, if the system doesn't define it.]) - ]) - AC_CHECK_HEADERS([stddef.h stdlib.h string.h]) - AC_CHECK_FUNCS([asprintf fwprintf putenv setenv setlocale snprintf wcslen]) - - dnl Use the _snprintf function only if it is declared (because on NetBSD it - dnl is defined as a weak alias of snprintf; we prefer to use the latter). - gt_CHECK_DECL(_snprintf, [#include ]) - gt_CHECK_DECL(_snwprintf, [#include ]) - - dnl Use the *_unlocked functions only if they are declared. - dnl (because some of them were defined without being declared in Solaris - dnl 2.5.1 but were removed in Solaris 2.6, whereas we want binaries built - dnl on Solaris 2.5.1 to run on Solaris 2.6). - dnl Don't use AC_CHECK_DECLS because it isn't supported in autoconf-2.13. - gt_CHECK_DECL(getc_unlocked, [#include ]) - - case $gt_cv_func_printf_posix in - *yes) HAVE_POSIX_PRINTF=1 ;; - *) HAVE_POSIX_PRINTF=0 ;; - esac - AC_SUBST([HAVE_POSIX_PRINTF]) - if test "$ac_cv_func_asprintf" = yes; then - HAVE_ASPRINTF=1 - else - HAVE_ASPRINTF=0 - fi - AC_SUBST([HAVE_ASPRINTF]) - if test "$ac_cv_func_snprintf" = yes; then - HAVE_SNPRINTF=1 - else - HAVE_SNPRINTF=0 - fi - AC_SUBST([HAVE_SNPRINTF]) - if test "$ac_cv_func_wprintf" = yes; then - HAVE_WPRINTF=1 - else - HAVE_WPRINTF=0 - fi - AC_SUBST([HAVE_WPRINTF]) - - AM_LANGINFO_CODESET - gt_LC_MESSAGES - - dnl Compilation on mingw and Cygwin needs special Makefile rules, because - dnl 1. when we install a shared library, we must arrange to export - dnl auxiliary pointer variables for every exported variable, - dnl 2. when we install a shared library and a static library simultaneously, - dnl the include file specifies __declspec(dllimport) and therefore we - dnl must arrange to define the auxiliary pointer variables for the - dnl exported variables _also_ in the static library. - if test "$enable_shared" = yes; then - case "$host_os" in - cygwin*) is_woe32dll=yes ;; - *) is_woe32dll=no ;; - esac - else - is_woe32dll=no - fi - WOE32DLL=$is_woe32dll - AC_SUBST([WOE32DLL]) - - dnl Rename some macros and functions used for locking. - AH_BOTTOM([ -#define __libc_lock_t gl_lock_t -#define __libc_lock_define gl_lock_define -#define __libc_lock_define_initialized gl_lock_define_initialized -#define __libc_lock_init gl_lock_init -#define __libc_lock_lock gl_lock_lock -#define __libc_lock_unlock gl_lock_unlock -#define __libc_lock_recursive_t gl_recursive_lock_t -#define __libc_lock_define_recursive gl_recursive_lock_define -#define __libc_lock_define_initialized_recursive gl_recursive_lock_define_initialized -#define __libc_lock_init_recursive gl_recursive_lock_init -#define __libc_lock_lock_recursive gl_recursive_lock_lock -#define __libc_lock_unlock_recursive gl_recursive_lock_unlock -#define glthread_in_use libintl_thread_in_use -#define glthread_lock_init libintl_lock_init -#define glthread_lock_lock libintl_lock_lock -#define glthread_lock_unlock libintl_lock_unlock -#define glthread_lock_destroy libintl_lock_destroy -#define glthread_rwlock_init libintl_rwlock_init -#define glthread_rwlock_rdlock libintl_rwlock_rdlock -#define glthread_rwlock_wrlock libintl_rwlock_wrlock -#define glthread_rwlock_unlock libintl_rwlock_unlock -#define glthread_rwlock_destroy libintl_rwlock_destroy -#define glthread_recursive_lock_init libintl_recursive_lock_init -#define glthread_recursive_lock_lock libintl_recursive_lock_lock -#define glthread_recursive_lock_unlock libintl_recursive_lock_unlock -#define glthread_recursive_lock_destroy libintl_recursive_lock_destroy -#define glthread_once libintl_once -#define glthread_once_call libintl_once_call -#define glthread_once_singlethreaded libintl_once_singlethreaded -]) -]) - - -dnl Checks for the core files of the intl subdirectory: -dnl dcigettext.c -dnl eval-plural.h -dnl explodename.c -dnl finddomain.c -dnl gettextP.h -dnl gmo.h -dnl hash-string.h hash-string.c -dnl l10nflist.c -dnl libgnuintl.h.in (except the *printf stuff) -dnl loadinfo.h -dnl loadmsgcat.c -dnl localealias.c -dnl log.c -dnl plural-exp.h plural-exp.c -dnl plural.y -dnl Used by libglocale. -AC_DEFUN([gt_INTL_SUBDIR_CORE], -[ - AC_REQUIRE([AC_C_INLINE])dnl - AC_REQUIRE([AC_TYPE_SIZE_T])dnl - AC_REQUIRE([gl_AC_HEADER_STDINT_H]) - AC_REQUIRE([AC_FUNC_ALLOCA])dnl - AC_REQUIRE([AC_FUNC_MMAP])dnl - AC_REQUIRE([gt_INTDIV0])dnl - AC_REQUIRE([gl_AC_TYPE_UINTMAX_T])dnl - AC_REQUIRE([gt_INTTYPES_PRI])dnl - AC_REQUIRE([gl_LOCK])dnl - - AC_TRY_LINK( - [int foo (int a) { a = __builtin_expect (a, 10); return a == 10 ? 0 : 1; }], - [], - [AC_DEFINE([HAVE_BUILTIN_EXPECT], 1, - [Define to 1 if the compiler understands __builtin_expect.])]) - - AC_CHECK_HEADERS([argz.h inttypes.h limits.h unistd.h sys/param.h]) - AC_CHECK_FUNCS([getcwd getegid geteuid getgid getuid mempcpy munmap \ - stpcpy strcasecmp strdup strtoul tsearch argz_count argz_stringify \ - argz_next __fsetlocking]) - - dnl Use the *_unlocked functions only if they are declared. - dnl (because some of them were defined without being declared in Solaris - dnl 2.5.1 but were removed in Solaris 2.6, whereas we want binaries built - dnl on Solaris 2.5.1 to run on Solaris 2.6). - dnl Don't use AC_CHECK_DECLS because it isn't supported in autoconf-2.13. - gt_CHECK_DECL(feof_unlocked, [#include ]) - gt_CHECK_DECL(fgets_unlocked, [#include ]) - - AM_ICONV - - dnl glibc >= 2.4 has a NL_LOCALE_NAME macro when _GNU_SOURCE is defined, - dnl and a _NL_LOCALE_NAME macro always. - AC_CACHE_CHECK([for NL_LOCALE_NAME macro], gt_cv_nl_locale_name, - [AC_TRY_LINK([#include -#include ], - [char* cs = nl_langinfo(_NL_LOCALE_NAME(LC_MESSAGES));], - gt_cv_nl_locale_name=yes, - gt_cv_nl_locale_name=no) - ]) - if test $gt_cv_nl_locale_name = yes; then - AC_DEFINE(HAVE_NL_LOCALE_NAME, 1, - [Define if you have and it defines the NL_LOCALE_NAME macro if _GNU_SOURCE is defined.]) - fi - - dnl intl/plural.c is generated from intl/plural.y. It requires bison, - dnl because plural.y uses bison specific features. It requires at least - dnl bison-1.26 because earlier versions generate a plural.c that doesn't - dnl compile. - dnl bison is only needed for the maintainer (who touches plural.y). But in - dnl order to avoid separate Makefiles or --enable-maintainer-mode, we put - dnl the rule in general Makefile. Now, some people carelessly touch the - dnl files or have a broken "make" program, hence the plural.c rule will - dnl sometimes fire. To avoid an error, defines BISON to ":" if it is not - dnl present or too old. - AC_CHECK_PROGS([INTLBISON], [bison]) - if test -z "$INTLBISON"; then - ac_verc_fail=yes - else - dnl Found it, now check the version. - AC_MSG_CHECKING([version of bison]) -changequote(<<,>>)dnl - ac_prog_version=`$INTLBISON --version 2>&1 | sed -n 's/^.*GNU Bison.* \([0-9]*\.[0-9.]*\).*$/\1/p'` - case $ac_prog_version in - '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;; - 1.2[6-9]* | 1.[3-9][0-9]* | [2-9].*) -changequote([,])dnl - ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;; - *) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;; - esac - AC_MSG_RESULT([$ac_prog_version]) - fi - if test $ac_verc_fail = yes; then - INTLBISON=: - fi -]) - - -dnl gt_CHECK_DECL(FUNC, INCLUDES) -dnl Check whether a function is declared. -AC_DEFUN([gt_CHECK_DECL], -[ - AC_CACHE_CHECK([whether $1 is declared], ac_cv_have_decl_$1, - [AC_TRY_COMPILE([$2], [ -#ifndef $1 - char *p = (char *) $1; -#endif -], ac_cv_have_decl_$1=yes, ac_cv_have_decl_$1=no)]) - if test $ac_cv_have_decl_$1 = yes; then - gt_value=1 - else - gt_value=0 - fi - AC_DEFINE_UNQUOTED([HAVE_DECL_]translit($1, [a-z], [A-Z]), [$gt_value], - [Define to 1 if you have the declaration of `$1', and to 0 if you don't.]) -]) diff --git a/m4/intldir.m4 b/m4/intldir.m4 deleted file mode 100644 index 7a28843f64..0000000000 --- a/m4/intldir.m4 +++ /dev/null @@ -1,19 +0,0 @@ -# intldir.m4 serial 1 (gettext-0.16) -dnl Copyright (C) 2006 Free Software Foundation, Inc. -dnl This file is free software; the Free Software Foundation -dnl gives unlimited permission to copy and/or distribute it, -dnl with or without modifications, as long as this notice is preserved. -dnl -dnl This file can can be used in projects which are not available under -dnl the GNU General Public License or the GNU Library General Public -dnl License but which still want to provide support for the GNU gettext -dnl functionality. -dnl Please note that the actual code of the GNU gettext library is covered -dnl by the GNU Library General Public License, and the rest of the GNU -dnl gettext package package is covered by the GNU General Public License. -dnl They are *not* in the public domain. - -AC_PREREQ(2.52) - -dnl Tells the AM_GNU_GETTEXT macro to consider an intl/ directory. -AC_DEFUN([AM_GNU_GETTEXT_INTL_SUBDIR], []) diff --git a/m4/intmax.m4 b/m4/intmax.m4 deleted file mode 100644 index ce7a8a49de..0000000000 --- a/m4/intmax.m4 +++ /dev/null @@ -1,33 +0,0 @@ -# intmax.m4 serial 3 (gettext-0.16) -dnl Copyright (C) 2002-2005 Free Software Foundation, Inc. -dnl This file is free software; the Free Software Foundation -dnl gives unlimited permission to copy and/or distribute it, -dnl with or without modifications, as long as this notice is preserved. - -dnl From Bruno Haible. -dnl Test whether the system has the 'intmax_t' type, but don't attempt to -dnl find a replacement if it is lacking. - -AC_DEFUN([gt_TYPE_INTMAX_T], -[ - AC_REQUIRE([gl_AC_HEADER_INTTYPES_H]) - AC_REQUIRE([gl_AC_HEADER_STDINT_H]) - AC_CACHE_CHECK(for intmax_t, gt_cv_c_intmax_t, - [AC_TRY_COMPILE([ -#include -#include -#if HAVE_STDINT_H_WITH_UINTMAX -#include -#endif -#if HAVE_INTTYPES_H_WITH_UINTMAX -#include -#endif -], [intmax_t x = -1; - return !x;], - gt_cv_c_intmax_t=yes, - gt_cv_c_intmax_t=no)]) - if test $gt_cv_c_intmax_t = yes; then - AC_DEFINE(HAVE_INTMAX_T, 1, - [Define if you have the 'intmax_t' type in or .]) - fi -]) diff --git a/m4/inttypes-pri.m4 b/m4/inttypes-pri.m4 deleted file mode 100644 index 7c7f89401a..0000000000 --- a/m4/inttypes-pri.m4 +++ /dev/null @@ -1,36 +0,0 @@ -# inttypes-pri.m4 serial 4 (gettext-0.16) -dnl Copyright (C) 1997-2002, 2006 Free Software Foundation, Inc. -dnl This file is free software; the Free Software Foundation -dnl gives unlimited permission to copy and/or distribute it, -dnl with or without modifications, as long as this notice is preserved. - -dnl From Bruno Haible. - -AC_PREREQ(2.52) - -# Define PRI_MACROS_BROKEN if exists and defines the PRI* -# macros to non-string values. This is the case on AIX 4.3.3. - -AC_DEFUN([gt_INTTYPES_PRI], -[ - AC_CHECK_HEADERS([inttypes.h]) - if test $ac_cv_header_inttypes_h = yes; then - AC_CACHE_CHECK([whether the inttypes.h PRIxNN macros are broken], - gt_cv_inttypes_pri_broken, - [ - AC_TRY_COMPILE([#include -#ifdef PRId32 -char *p = PRId32; -#endif -], [], gt_cv_inttypes_pri_broken=no, gt_cv_inttypes_pri_broken=yes) - ]) - fi - if test "$gt_cv_inttypes_pri_broken" = yes; then - AC_DEFINE_UNQUOTED(PRI_MACROS_BROKEN, 1, - [Define if exists and defines unusable PRI* macros.]) - PRI_MACROS_BROKEN=1 - else - PRI_MACROS_BROKEN=0 - fi - AC_SUBST([PRI_MACROS_BROKEN]) -]) diff --git a/m4/inttypes.m4 b/m4/inttypes.m4 deleted file mode 100644 index 779bcea059..0000000000 --- a/m4/inttypes.m4 +++ /dev/null @@ -1,25 +0,0 @@ -# inttypes.m4 serial 1 (gettext-0.11.4) -dnl Copyright (C) 1997-2002 Free Software Foundation, Inc. -dnl This file is free software; the Free Software Foundation -dnl gives unlimited permission to copy and/or distribute it, -dnl with or without modifications, as long as this notice is preserved. - -dnl From Paul Eggert. - -# Define HAVE_INTTYPES_H if exists and doesn't clash with -# . - -AC_DEFUN([gt_HEADER_INTTYPES_H], -[ - AC_CACHE_CHECK([for inttypes.h], gt_cv_header_inttypes_h, - [ - AC_TRY_COMPILE( - [#include -#include ], - [], gt_cv_header_inttypes_h=yes, gt_cv_header_inttypes_h=no) - ]) - if test $gt_cv_header_inttypes_h = yes; then - AC_DEFINE_UNQUOTED(HAVE_INTTYPES_H, 1, - [Define if exists and doesn't clash with .]) - fi -]) diff --git a/m4/inttypes_h.m4 b/m4/inttypes_h.m4 deleted file mode 100644 index edc8ecb2db..0000000000 --- a/m4/inttypes_h.m4 +++ /dev/null @@ -1,26 +0,0 @@ -# inttypes_h.m4 serial 7 -dnl Copyright (C) 1997-2004, 2006 Free Software Foundation, Inc. -dnl This file is free software; the Free Software Foundation -dnl gives unlimited permission to copy and/or distribute it, -dnl with or without modifications, as long as this notice is preserved. - -dnl From Paul Eggert. - -# Define HAVE_INTTYPES_H_WITH_UINTMAX if exists, -# doesn't clash with , and declares uintmax_t. - -AC_DEFUN([gl_AC_HEADER_INTTYPES_H], -[ - AC_CACHE_CHECK([for inttypes.h], gl_cv_header_inttypes_h, - [AC_TRY_COMPILE( - [#include -#include ], - [uintmax_t i = (uintmax_t) -1; return !i;], - gl_cv_header_inttypes_h=yes, - gl_cv_header_inttypes_h=no)]) - if test $gl_cv_header_inttypes_h = yes; then - AC_DEFINE_UNQUOTED(HAVE_INTTYPES_H_WITH_UINTMAX, 1, - [Define if exists, doesn't clash with , - and declares uintmax_t. ]) - fi -]) diff --git a/m4/isc-posix.m4 b/m4/isc-posix.m4 deleted file mode 100644 index 74dc8f26d8..0000000000 --- a/m4/isc-posix.m4 +++ /dev/null @@ -1,24 +0,0 @@ -# isc-posix.m4 serial 2 (gettext-0.11.2) -dnl Copyright (C) 1995-2002 Free Software Foundation, Inc. -dnl This file is free software; the Free Software Foundation -dnl gives unlimited permission to copy and/or distribute it, -dnl with or without modifications, as long as this notice is preserved. - -# This file is not needed with autoconf-2.53 and newer. Remove it in 2005. - -# This test replaces the one in autoconf. -# Currently this macro should have the same name as the autoconf macro -# because gettext's gettext.m4 (distributed in the automake package) -# still uses it. Otherwise, the use in gettext.m4 makes autoheader -# give these diagnostics: -# configure.in:556: AC_TRY_COMPILE was called before AC_ISC_POSIX -# configure.in:556: AC_TRY_RUN was called before AC_ISC_POSIX - -undefine([AC_ISC_POSIX]) - -AC_DEFUN([AC_ISC_POSIX], - [ - dnl This test replaces the obsolescent AC_ISC_POSIX kludge. - AC_CHECK_LIB(cposix, strerror, [LIBS="$LIBS -lcposix"]) - ] -) diff --git a/m4/lcmessage.m4 b/m4/lcmessage.m4 deleted file mode 100644 index 19aa77e4f7..0000000000 --- a/m4/lcmessage.m4 +++ /dev/null @@ -1,30 +0,0 @@ -# lcmessage.m4 serial 4 (gettext-0.14.2) -dnl Copyright (C) 1995-2002, 2004-2005 Free Software Foundation, Inc. -dnl This file is free software; the Free Software Foundation -dnl gives unlimited permission to copy and/or distribute it, -dnl with or without modifications, as long as this notice is preserved. -dnl -dnl This file can can be used in projects which are not available under -dnl the GNU General Public License or the GNU Library General Public -dnl License but which still want to provide support for the GNU gettext -dnl functionality. -dnl Please note that the actual code of the GNU gettext library is covered -dnl by the GNU Library General Public License, and the rest of the GNU -dnl gettext package package is covered by the GNU General Public License. -dnl They are *not* in the public domain. - -dnl Authors: -dnl Ulrich Drepper , 1995. - -# Check whether LC_MESSAGES is available in . - -AC_DEFUN([gt_LC_MESSAGES], -[ - AC_CACHE_CHECK([for LC_MESSAGES], gt_cv_val_LC_MESSAGES, - [AC_TRY_LINK([#include ], [return LC_MESSAGES], - gt_cv_val_LC_MESSAGES=yes, gt_cv_val_LC_MESSAGES=no)]) - if test $gt_cv_val_LC_MESSAGES = yes; then - AC_DEFINE(HAVE_LC_MESSAGES, 1, - [Define if your file defines LC_MESSAGES.]) - fi -]) diff --git a/m4/lib-ld.m4 b/m4/lib-ld.m4 deleted file mode 100644 index 96c4e2c339..0000000000 --- a/m4/lib-ld.m4 +++ /dev/null @@ -1,110 +0,0 @@ -# lib-ld.m4 serial 3 (gettext-0.13) -dnl Copyright (C) 1996-2003 Free Software Foundation, Inc. -dnl This file is free software; the Free Software Foundation -dnl gives unlimited permission to copy and/or distribute it, -dnl with or without modifications, as long as this notice is preserved. - -dnl Subroutines of libtool.m4, -dnl with replacements s/AC_/AC_LIB/ and s/lt_cv/acl_cv/ to avoid collision -dnl with libtool.m4. - -dnl From libtool-1.4. Sets the variable with_gnu_ld to yes or no. -AC_DEFUN([AC_LIB_PROG_LD_GNU], -[AC_CACHE_CHECK([if the linker ($LD) is GNU ld], acl_cv_prog_gnu_ld, -[# I'd rather use --version here, but apparently some GNU ld's only accept -v. -case `$LD -v 2>&1 conf$$.sh - echo "exit 0" >>conf$$.sh - chmod +x conf$$.sh - if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then - PATH_SEPARATOR=';' - else - PATH_SEPARATOR=: - fi - rm -f conf$$.sh -fi -ac_prog=ld -if test "$GCC" = yes; then - # Check if gcc -print-prog-name=ld gives a path. - AC_MSG_CHECKING([for ld used by GCC]) - case $host in - *-*-mingw*) - # gcc leaves a trailing carriage return which upsets mingw - ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; - *) - ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; - esac - case $ac_prog in - # Accept absolute paths. - [[\\/]* | [A-Za-z]:[\\/]*)] - [re_direlt='/[^/][^/]*/\.\./'] - # Canonicalize the path of ld - ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'` - while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do - ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"` - done - test -z "$LD" && LD="$ac_prog" - ;; - "") - # If it fails, then pretend we aren't using GCC. - ac_prog=ld - ;; - *) - # If it is relative, then search for the first ld in PATH. - with_gnu_ld=unknown - ;; - esac -elif test "$with_gnu_ld" = yes; then - AC_MSG_CHECKING([for GNU ld]) -else - AC_MSG_CHECKING([for non-GNU ld]) -fi -AC_CACHE_VAL(acl_cv_path_LD, -[if test -z "$LD"; then - IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}" - for ac_dir in $PATH; do - test -z "$ac_dir" && ac_dir=. - if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then - acl_cv_path_LD="$ac_dir/$ac_prog" - # Check to see if the program is GNU ld. I'd rather use --version, - # but apparently some GNU ld's only accept -v. - # Break only if it was the GNU/non-GNU ld that we prefer. - case `"$acl_cv_path_LD" -v 2>&1 < /dev/null` in - *GNU* | *'with BFD'*) - test "$with_gnu_ld" != no && break ;; - *) - test "$with_gnu_ld" != yes && break ;; - esac - fi - done - IFS="$ac_save_ifs" -else - acl_cv_path_LD="$LD" # Let the user override the test with a path. -fi]) -LD="$acl_cv_path_LD" -if test -n "$LD"; then - AC_MSG_RESULT($LD) -else - AC_MSG_RESULT(no) -fi -test -z "$LD" && AC_MSG_ERROR([no acceptable ld found in \$PATH]) -AC_LIB_PROG_LD_GNU -]) diff --git a/m4/lib-link.m4 b/m4/lib-link.m4 deleted file mode 100644 index f95b7ba88d..0000000000 --- a/m4/lib-link.m4 +++ /dev/null @@ -1,644 +0,0 @@ -# lib-link.m4 serial 9 (gettext-0.16) -dnl Copyright (C) 2001-2006 Free Software Foundation, Inc. -dnl This file is free software; the Free Software Foundation -dnl gives unlimited permission to copy and/or distribute it, -dnl with or without modifications, as long as this notice is preserved. - -dnl From Bruno Haible. - -AC_PREREQ(2.50) - -dnl AC_LIB_LINKFLAGS(name [, dependencies]) searches for libname and -dnl the libraries corresponding to explicit and implicit dependencies. -dnl Sets and AC_SUBSTs the LIB${NAME} and LTLIB${NAME} variables and -dnl augments the CPPFLAGS variable. -AC_DEFUN([AC_LIB_LINKFLAGS], -[ - AC_REQUIRE([AC_LIB_PREPARE_PREFIX]) - AC_REQUIRE([AC_LIB_RPATH]) - define([Name],[translit([$1],[./-], [___])]) - define([NAME],[translit([$1],[abcdefghijklmnopqrstuvwxyz./-], - [ABCDEFGHIJKLMNOPQRSTUVWXYZ___])]) - AC_CACHE_CHECK([how to link with lib[]$1], [ac_cv_lib[]Name[]_libs], [ - AC_LIB_LINKFLAGS_BODY([$1], [$2]) - ac_cv_lib[]Name[]_libs="$LIB[]NAME" - ac_cv_lib[]Name[]_ltlibs="$LTLIB[]NAME" - ac_cv_lib[]Name[]_cppflags="$INC[]NAME" - ]) - LIB[]NAME="$ac_cv_lib[]Name[]_libs" - LTLIB[]NAME="$ac_cv_lib[]Name[]_ltlibs" - INC[]NAME="$ac_cv_lib[]Name[]_cppflags" - AC_LIB_APPENDTOVAR([CPPFLAGS], [$INC]NAME) - AC_SUBST([LIB]NAME) - AC_SUBST([LTLIB]NAME) - dnl Also set HAVE_LIB[]NAME so that AC_LIB_HAVE_LINKFLAGS can reuse the - dnl results of this search when this library appears as a dependency. - HAVE_LIB[]NAME=yes - undefine([Name]) - undefine([NAME]) -]) - -dnl AC_LIB_HAVE_LINKFLAGS(name, dependencies, includes, testcode) -dnl searches for libname and the libraries corresponding to explicit and -dnl implicit dependencies, together with the specified include files and -dnl the ability to compile and link the specified testcode. If found, it -dnl sets and AC_SUBSTs HAVE_LIB${NAME}=yes and the LIB${NAME} and -dnl LTLIB${NAME} variables and augments the CPPFLAGS variable, and -dnl #defines HAVE_LIB${NAME} to 1. Otherwise, it sets and AC_SUBSTs -dnl HAVE_LIB${NAME}=no and LIB${NAME} and LTLIB${NAME} to empty. -AC_DEFUN([AC_LIB_HAVE_LINKFLAGS], -[ - AC_REQUIRE([AC_LIB_PREPARE_PREFIX]) - AC_REQUIRE([AC_LIB_RPATH]) - define([Name],[translit([$1],[./-], [___])]) - define([NAME],[translit([$1],[abcdefghijklmnopqrstuvwxyz./-], - [ABCDEFGHIJKLMNOPQRSTUVWXYZ___])]) - - dnl Search for lib[]Name and define LIB[]NAME, LTLIB[]NAME and INC[]NAME - dnl accordingly. - AC_LIB_LINKFLAGS_BODY([$1], [$2]) - - dnl Add $INC[]NAME to CPPFLAGS before performing the following checks, - dnl because if the user has installed lib[]Name and not disabled its use - dnl via --without-lib[]Name-prefix, he wants to use it. - ac_save_CPPFLAGS="$CPPFLAGS" - AC_LIB_APPENDTOVAR([CPPFLAGS], [$INC]NAME) - - AC_CACHE_CHECK([for lib[]$1], [ac_cv_lib[]Name], [ - ac_save_LIBS="$LIBS" - LIBS="$LIBS $LIB[]NAME" - AC_TRY_LINK([$3], [$4], [ac_cv_lib[]Name=yes], [ac_cv_lib[]Name=no]) - LIBS="$ac_save_LIBS" - ]) - if test "$ac_cv_lib[]Name" = yes; then - HAVE_LIB[]NAME=yes - AC_DEFINE([HAVE_LIB]NAME, 1, [Define if you have the $1 library.]) - AC_MSG_CHECKING([how to link with lib[]$1]) - AC_MSG_RESULT([$LIB[]NAME]) - else - HAVE_LIB[]NAME=no - dnl If $LIB[]NAME didn't lead to a usable library, we don't need - dnl $INC[]NAME either. - CPPFLAGS="$ac_save_CPPFLAGS" - LIB[]NAME= - LTLIB[]NAME= - fi - AC_SUBST([HAVE_LIB]NAME) - AC_SUBST([LIB]NAME) - AC_SUBST([LTLIB]NAME) - undefine([Name]) - undefine([NAME]) -]) - -dnl Determine the platform dependent parameters needed to use rpath: -dnl libext, shlibext, hardcode_libdir_flag_spec, hardcode_libdir_separator, -dnl hardcode_direct, hardcode_minus_L. -AC_DEFUN([AC_LIB_RPATH], -[ - dnl Tell automake >= 1.10 to complain if config.rpath is missing. - m4_ifdef([AC_REQUIRE_AUX_FILE], [AC_REQUIRE_AUX_FILE([config.rpath])]) - AC_REQUIRE([AC_PROG_CC]) dnl we use $CC, $GCC, $LDFLAGS - AC_REQUIRE([AC_LIB_PROG_LD]) dnl we use $LD, $with_gnu_ld - AC_REQUIRE([AC_CANONICAL_HOST]) dnl we use $host - AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT]) dnl we use $ac_aux_dir - AC_CACHE_CHECK([for shared library run path origin], acl_cv_rpath, [ - CC="$CC" GCC="$GCC" LDFLAGS="$LDFLAGS" LD="$LD" with_gnu_ld="$with_gnu_ld" \ - ${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh - . ./conftest.sh - rm -f ./conftest.sh - acl_cv_rpath=done - ]) - wl="$acl_cv_wl" - libext="$acl_cv_libext" - shlibext="$acl_cv_shlibext" - hardcode_libdir_flag_spec="$acl_cv_hardcode_libdir_flag_spec" - hardcode_libdir_separator="$acl_cv_hardcode_libdir_separator" - hardcode_direct="$acl_cv_hardcode_direct" - hardcode_minus_L="$acl_cv_hardcode_minus_L" - dnl Determine whether the user wants rpath handling at all. - AC_ARG_ENABLE(rpath, - [ --disable-rpath do not hardcode runtime library paths], - :, enable_rpath=yes) -]) - -dnl AC_LIB_LINKFLAGS_BODY(name [, dependencies]) searches for libname and -dnl the libraries corresponding to explicit and implicit dependencies. -dnl Sets the LIB${NAME}, LTLIB${NAME} and INC${NAME} variables. -AC_DEFUN([AC_LIB_LINKFLAGS_BODY], -[ - AC_REQUIRE([AC_LIB_PREPARE_MULTILIB]) - define([NAME],[translit([$1],[abcdefghijklmnopqrstuvwxyz./-], - [ABCDEFGHIJKLMNOPQRSTUVWXYZ___])]) - dnl By default, look in $includedir and $libdir. - use_additional=yes - AC_LIB_WITH_FINAL_PREFIX([ - eval additional_includedir=\"$includedir\" - eval additional_libdir=\"$libdir\" - ]) - AC_LIB_ARG_WITH([lib$1-prefix], -[ --with-lib$1-prefix[=DIR] search for lib$1 in DIR/include and DIR/lib - --without-lib$1-prefix don't search for lib$1 in includedir and libdir], -[ - if test "X$withval" = "Xno"; then - use_additional=no - else - if test "X$withval" = "X"; then - AC_LIB_WITH_FINAL_PREFIX([ - eval additional_includedir=\"$includedir\" - eval additional_libdir=\"$libdir\" - ]) - else - additional_includedir="$withval/include" - additional_libdir="$withval/$acl_libdirstem" - fi - fi -]) - dnl Search the library and its dependencies in $additional_libdir and - dnl $LDFLAGS. Using breadth-first-seach. - LIB[]NAME= - LTLIB[]NAME= - INC[]NAME= - rpathdirs= - ltrpathdirs= - names_already_handled= - names_next_round='$1 $2' - while test -n "$names_next_round"; do - names_this_round="$names_next_round" - names_next_round= - for name in $names_this_round; do - already_handled= - for n in $names_already_handled; do - if test "$n" = "$name"; then - already_handled=yes - break - fi - done - if test -z "$already_handled"; then - names_already_handled="$names_already_handled $name" - dnl See if it was already located by an earlier AC_LIB_LINKFLAGS - dnl or AC_LIB_HAVE_LINKFLAGS call. - uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'` - eval value=\"\$HAVE_LIB$uppername\" - if test -n "$value"; then - if test "$value" = yes; then - eval value=\"\$LIB$uppername\" - test -z "$value" || LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$value" - eval value=\"\$LTLIB$uppername\" - test -z "$value" || LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }$value" - else - dnl An earlier call to AC_LIB_HAVE_LINKFLAGS has determined - dnl that this library doesn't exist. So just drop it. - : - fi - else - dnl Search the library lib$name in $additional_libdir and $LDFLAGS - dnl and the already constructed $LIBNAME/$LTLIBNAME. - found_dir= - found_la= - found_so= - found_a= - if test $use_additional = yes; then - if test -n "$shlibext" \ - && { test -f "$additional_libdir/lib$name.$shlibext" \ - || { test "$shlibext" = dll \ - && test -f "$additional_libdir/lib$name.dll.a"; }; }; then - found_dir="$additional_libdir" - if test -f "$additional_libdir/lib$name.$shlibext"; then - found_so="$additional_libdir/lib$name.$shlibext" - else - found_so="$additional_libdir/lib$name.dll.a" - fi - if test -f "$additional_libdir/lib$name.la"; then - found_la="$additional_libdir/lib$name.la" - fi - else - if test -f "$additional_libdir/lib$name.$libext"; then - found_dir="$additional_libdir" - found_a="$additional_libdir/lib$name.$libext" - if test -f "$additional_libdir/lib$name.la"; then - found_la="$additional_libdir/lib$name.la" - fi - fi - fi - fi - if test "X$found_dir" = "X"; then - for x in $LDFLAGS $LTLIB[]NAME; do - AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) - case "$x" in - -L*) - dir=`echo "X$x" | sed -e 's/^X-L//'` - if test -n "$shlibext" \ - && { test -f "$dir/lib$name.$shlibext" \ - || { test "$shlibext" = dll \ - && test -f "$dir/lib$name.dll.a"; }; }; then - found_dir="$dir" - if test -f "$dir/lib$name.$shlibext"; then - found_so="$dir/lib$name.$shlibext" - else - found_so="$dir/lib$name.dll.a" - fi - if test -f "$dir/lib$name.la"; then - found_la="$dir/lib$name.la" - fi - else - if test -f "$dir/lib$name.$libext"; then - found_dir="$dir" - found_a="$dir/lib$name.$libext" - if test -f "$dir/lib$name.la"; then - found_la="$dir/lib$name.la" - fi - fi - fi - ;; - esac - if test "X$found_dir" != "X"; then - break - fi - done - fi - if test "X$found_dir" != "X"; then - dnl Found the library. - LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-L$found_dir -l$name" - if test "X$found_so" != "X"; then - dnl Linking with a shared library. We attempt to hardcode its - dnl directory into the executable's runpath, unless it's the - dnl standard /usr/lib. - if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/$acl_libdirstem"; then - dnl No hardcoding is needed. - LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so" - else - dnl Use an explicit option to hardcode DIR into the resulting - dnl binary. - dnl Potentially add DIR to ltrpathdirs. - dnl The ltrpathdirs will be appended to $LTLIBNAME at the end. - haveit= - for x in $ltrpathdirs; do - if test "X$x" = "X$found_dir"; then - haveit=yes - break - fi - done - if test -z "$haveit"; then - ltrpathdirs="$ltrpathdirs $found_dir" - fi - dnl The hardcoding into $LIBNAME is system dependent. - if test "$hardcode_direct" = yes; then - dnl Using DIR/libNAME.so during linking hardcodes DIR into the - dnl resulting binary. - LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so" - else - if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then - dnl Use an explicit option to hardcode DIR into the resulting - dnl binary. - LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so" - dnl Potentially add DIR to rpathdirs. - dnl The rpathdirs will be appended to $LIBNAME at the end. - haveit= - for x in $rpathdirs; do - if test "X$x" = "X$found_dir"; then - haveit=yes - break - fi - done - if test -z "$haveit"; then - rpathdirs="$rpathdirs $found_dir" - fi - else - dnl Rely on "-L$found_dir". - dnl But don't add it if it's already contained in the LDFLAGS - dnl or the already constructed $LIBNAME - haveit= - for x in $LDFLAGS $LIB[]NAME; do - AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) - if test "X$x" = "X-L$found_dir"; then - haveit=yes - break - fi - done - if test -z "$haveit"; then - LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-L$found_dir" - fi - if test "$hardcode_minus_L" != no; then - dnl FIXME: Not sure whether we should use - dnl "-L$found_dir -l$name" or "-L$found_dir $found_so" - dnl here. - LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so" - else - dnl We cannot use $hardcode_runpath_var and LD_RUN_PATH - dnl here, because this doesn't fit in flags passed to the - dnl compiler. So give up. No hardcoding. This affects only - dnl very old systems. - dnl FIXME: Not sure whether we should use - dnl "-L$found_dir -l$name" or "-L$found_dir $found_so" - dnl here. - LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-l$name" - fi - fi - fi - fi - else - if test "X$found_a" != "X"; then - dnl Linking with a static library. - LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_a" - else - dnl We shouldn't come here, but anyway it's good to have a - dnl fallback. - LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-L$found_dir -l$name" - fi - fi - dnl Assume the include files are nearby. - additional_includedir= - case "$found_dir" in - */$acl_libdirstem | */$acl_libdirstem/) - basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'` - additional_includedir="$basedir/include" - ;; - esac - if test "X$additional_includedir" != "X"; then - dnl Potentially add $additional_includedir to $INCNAME. - dnl But don't add it - dnl 1. if it's the standard /usr/include, - dnl 2. if it's /usr/local/include and we are using GCC on Linux, - dnl 3. if it's already present in $CPPFLAGS or the already - dnl constructed $INCNAME, - dnl 4. if it doesn't exist as a directory. - if test "X$additional_includedir" != "X/usr/include"; then - haveit= - if test "X$additional_includedir" = "X/usr/local/include"; then - if test -n "$GCC"; then - case $host_os in - linux* | gnu* | k*bsd*-gnu) haveit=yes;; - esac - fi - fi - if test -z "$haveit"; then - for x in $CPPFLAGS $INC[]NAME; do - AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) - if test "X$x" = "X-I$additional_includedir"; then - haveit=yes - break - fi - done - if test -z "$haveit"; then - if test -d "$additional_includedir"; then - dnl Really add $additional_includedir to $INCNAME. - INC[]NAME="${INC[]NAME}${INC[]NAME:+ }-I$additional_includedir" - fi - fi - fi - fi - fi - dnl Look for dependencies. - if test -n "$found_la"; then - dnl Read the .la file. It defines the variables - dnl dlname, library_names, old_library, dependency_libs, current, - dnl age, revision, installed, dlopen, dlpreopen, libdir. - save_libdir="$libdir" - case "$found_la" in - */* | *\\*) . "$found_la" ;; - *) . "./$found_la" ;; - esac - libdir="$save_libdir" - dnl We use only dependency_libs. - for dep in $dependency_libs; do - case "$dep" in - -L*) - additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'` - dnl Potentially add $additional_libdir to $LIBNAME and $LTLIBNAME. - dnl But don't add it - dnl 1. if it's the standard /usr/lib, - dnl 2. if it's /usr/local/lib and we are using GCC on Linux, - dnl 3. if it's already present in $LDFLAGS or the already - dnl constructed $LIBNAME, - dnl 4. if it doesn't exist as a directory. - if test "X$additional_libdir" != "X/usr/$acl_libdirstem"; then - haveit= - if test "X$additional_libdir" = "X/usr/local/$acl_libdirstem"; then - if test -n "$GCC"; then - case $host_os in - linux* | gnu* | k*bsd*-gnu) haveit=yes;; - esac - fi - fi - if test -z "$haveit"; then - haveit= - for x in $LDFLAGS $LIB[]NAME; do - AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) - if test "X$x" = "X-L$additional_libdir"; then - haveit=yes - break - fi - done - if test -z "$haveit"; then - if test -d "$additional_libdir"; then - dnl Really add $additional_libdir to $LIBNAME. - LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-L$additional_libdir" - fi - fi - haveit= - for x in $LDFLAGS $LTLIB[]NAME; do - AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) - if test "X$x" = "X-L$additional_libdir"; then - haveit=yes - break - fi - done - if test -z "$haveit"; then - if test -d "$additional_libdir"; then - dnl Really add $additional_libdir to $LTLIBNAME. - LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-L$additional_libdir" - fi - fi - fi - fi - ;; - -R*) - dir=`echo "X$dep" | sed -e 's/^X-R//'` - if test "$enable_rpath" != no; then - dnl Potentially add DIR to rpathdirs. - dnl The rpathdirs will be appended to $LIBNAME at the end. - haveit= - for x in $rpathdirs; do - if test "X$x" = "X$dir"; then - haveit=yes - break - fi - done - if test -z "$haveit"; then - rpathdirs="$rpathdirs $dir" - fi - dnl Potentially add DIR to ltrpathdirs. - dnl The ltrpathdirs will be appended to $LTLIBNAME at the end. - haveit= - for x in $ltrpathdirs; do - if test "X$x" = "X$dir"; then - haveit=yes - break - fi - done - if test -z "$haveit"; then - ltrpathdirs="$ltrpathdirs $dir" - fi - fi - ;; - -l*) - dnl Handle this in the next round. - names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'` - ;; - *.la) - dnl Handle this in the next round. Throw away the .la's - dnl directory; it is already contained in a preceding -L - dnl option. - names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'` - ;; - *) - dnl Most likely an immediate library name. - LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$dep" - LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }$dep" - ;; - esac - done - fi - else - dnl Didn't find the library; assume it is in the system directories - dnl known to the linker and runtime loader. (All the system - dnl directories known to the linker should also be known to the - dnl runtime loader, otherwise the system is severely misconfigured.) - LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-l$name" - LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-l$name" - fi - fi - fi - done - done - if test "X$rpathdirs" != "X"; then - if test -n "$hardcode_libdir_separator"; then - dnl Weird platform: only the last -rpath option counts, the user must - dnl pass all path elements in one option. We can arrange that for a - dnl single library, but not when more than one $LIBNAMEs are used. - alldirs= - for found_dir in $rpathdirs; do - alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir" - done - dnl Note: hardcode_libdir_flag_spec uses $libdir and $wl. - acl_save_libdir="$libdir" - libdir="$alldirs" - eval flag=\"$hardcode_libdir_flag_spec\" - libdir="$acl_save_libdir" - LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$flag" - else - dnl The -rpath options are cumulative. - for found_dir in $rpathdirs; do - acl_save_libdir="$libdir" - libdir="$found_dir" - eval flag=\"$hardcode_libdir_flag_spec\" - libdir="$acl_save_libdir" - LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$flag" - done - fi - fi - if test "X$ltrpathdirs" != "X"; then - dnl When using libtool, the option that works for both libraries and - dnl executables is -R. The -R options are cumulative. - for found_dir in $ltrpathdirs; do - LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-R$found_dir" - done - fi -]) - -dnl AC_LIB_APPENDTOVAR(VAR, CONTENTS) appends the elements of CONTENTS to VAR, -dnl unless already present in VAR. -dnl Works only for CPPFLAGS, not for LIB* variables because that sometimes -dnl contains two or three consecutive elements that belong together. -AC_DEFUN([AC_LIB_APPENDTOVAR], -[ - for element in [$2]; do - haveit= - for x in $[$1]; do - AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) - if test "X$x" = "X$element"; then - haveit=yes - break - fi - done - if test -z "$haveit"; then - [$1]="${[$1]}${[$1]:+ }$element" - fi - done -]) - -dnl For those cases where a variable contains several -L and -l options -dnl referring to unknown libraries and directories, this macro determines the -dnl necessary additional linker options for the runtime path. -dnl AC_LIB_LINKFLAGS_FROM_LIBS([LDADDVAR], [LIBSVALUE], [USE-LIBTOOL]) -dnl sets LDADDVAR to linker options needed together with LIBSVALUE. -dnl If USE-LIBTOOL evaluates to non-empty, linking with libtool is assumed, -dnl otherwise linking without libtool is assumed. -AC_DEFUN([AC_LIB_LINKFLAGS_FROM_LIBS], -[ - AC_REQUIRE([AC_LIB_RPATH]) - AC_REQUIRE([AC_LIB_PREPARE_MULTILIB]) - $1= - if test "$enable_rpath" != no; then - if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then - dnl Use an explicit option to hardcode directories into the resulting - dnl binary. - rpathdirs= - next= - for opt in $2; do - if test -n "$next"; then - dir="$next" - dnl No need to hardcode the standard /usr/lib. - if test "X$dir" != "X/usr/$acl_libdirstem"; then - rpathdirs="$rpathdirs $dir" - fi - next= - else - case $opt in - -L) next=yes ;; - -L*) dir=`echo "X$opt" | sed -e 's,^X-L,,'` - dnl No need to hardcode the standard /usr/lib. - if test "X$dir" != "X/usr/$acl_libdirstem"; then - rpathdirs="$rpathdirs $dir" - fi - next= ;; - *) next= ;; - esac - fi - done - if test "X$rpathdirs" != "X"; then - if test -n ""$3""; then - dnl libtool is used for linking. Use -R options. - for dir in $rpathdirs; do - $1="${$1}${$1:+ }-R$dir" - done - else - dnl The linker is used for linking directly. - if test -n "$hardcode_libdir_separator"; then - dnl Weird platform: only the last -rpath option counts, the user - dnl must pass all path elements in one option. - alldirs= - for dir in $rpathdirs; do - alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$dir" - done - acl_save_libdir="$libdir" - libdir="$alldirs" - eval flag=\"$hardcode_libdir_flag_spec\" - libdir="$acl_save_libdir" - $1="$flag" - else - dnl The -rpath options are cumulative. - for dir in $rpathdirs; do - acl_save_libdir="$libdir" - libdir="$dir" - eval flag=\"$hardcode_libdir_flag_spec\" - libdir="$acl_save_libdir" - $1="${$1}${$1:+ }$flag" - done - fi - fi - fi - fi - fi - AC_SUBST([$1]) -]) diff --git a/m4/lib-prefix.m4 b/m4/lib-prefix.m4 deleted file mode 100644 index a8684e17e3..0000000000 --- a/m4/lib-prefix.m4 +++ /dev/null @@ -1,185 +0,0 @@ -# lib-prefix.m4 serial 5 (gettext-0.15) -dnl Copyright (C) 2001-2005 Free Software Foundation, Inc. -dnl This file is free software; the Free Software Foundation -dnl gives unlimited permission to copy and/or distribute it, -dnl with or without modifications, as long as this notice is preserved. - -dnl From Bruno Haible. - -dnl AC_LIB_ARG_WITH is synonymous to AC_ARG_WITH in autoconf-2.13, and -dnl similar to AC_ARG_WITH in autoconf 2.52...2.57 except that is doesn't -dnl require excessive bracketing. -ifdef([AC_HELP_STRING], -[AC_DEFUN([AC_LIB_ARG_WITH], [AC_ARG_WITH([$1],[[$2]],[$3],[$4])])], -[AC_DEFUN([AC_][LIB_ARG_WITH], [AC_ARG_WITH([$1],[$2],[$3],[$4])])]) - -dnl AC_LIB_PREFIX adds to the CPPFLAGS and LDFLAGS the flags that are needed -dnl to access previously installed libraries. The basic assumption is that -dnl a user will want packages to use other packages he previously installed -dnl with the same --prefix option. -dnl This macro is not needed if only AC_LIB_LINKFLAGS is used to locate -dnl libraries, but is otherwise very convenient. -AC_DEFUN([AC_LIB_PREFIX], -[ - AC_BEFORE([$0], [AC_LIB_LINKFLAGS]) - AC_REQUIRE([AC_PROG_CC]) - AC_REQUIRE([AC_CANONICAL_HOST]) - AC_REQUIRE([AC_LIB_PREPARE_MULTILIB]) - AC_REQUIRE([AC_LIB_PREPARE_PREFIX]) - dnl By default, look in $includedir and $libdir. - use_additional=yes - AC_LIB_WITH_FINAL_PREFIX([ - eval additional_includedir=\"$includedir\" - eval additional_libdir=\"$libdir\" - ]) - AC_LIB_ARG_WITH([lib-prefix], -[ --with-lib-prefix[=DIR] search for libraries in DIR/include and DIR/lib - --without-lib-prefix don't search for libraries in includedir and libdir], -[ - if test "X$withval" = "Xno"; then - use_additional=no - else - if test "X$withval" = "X"; then - AC_LIB_WITH_FINAL_PREFIX([ - eval additional_includedir=\"$includedir\" - eval additional_libdir=\"$libdir\" - ]) - else - additional_includedir="$withval/include" - additional_libdir="$withval/$acl_libdirstem" - fi - fi -]) - if test $use_additional = yes; then - dnl Potentially add $additional_includedir to $CPPFLAGS. - dnl But don't add it - dnl 1. if it's the standard /usr/include, - dnl 2. if it's already present in $CPPFLAGS, - dnl 3. if it's /usr/local/include and we are using GCC on Linux, - dnl 4. if it doesn't exist as a directory. - if test "X$additional_includedir" != "X/usr/include"; then - haveit= - for x in $CPPFLAGS; do - AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) - if test "X$x" = "X-I$additional_includedir"; then - haveit=yes - break - fi - done - if test -z "$haveit"; then - if test "X$additional_includedir" = "X/usr/local/include"; then - if test -n "$GCC"; then - case $host_os in - linux* | gnu* | k*bsd*-gnu) haveit=yes;; - esac - fi - fi - if test -z "$haveit"; then - if test -d "$additional_includedir"; then - dnl Really add $additional_includedir to $CPPFLAGS. - CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }-I$additional_includedir" - fi - fi - fi - fi - dnl Potentially add $additional_libdir to $LDFLAGS. - dnl But don't add it - dnl 1. if it's the standard /usr/lib, - dnl 2. if it's already present in $LDFLAGS, - dnl 3. if it's /usr/local/lib and we are using GCC on Linux, - dnl 4. if it doesn't exist as a directory. - if test "X$additional_libdir" != "X/usr/$acl_libdirstem"; then - haveit= - for x in $LDFLAGS; do - AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) - if test "X$x" = "X-L$additional_libdir"; then - haveit=yes - break - fi - done - if test -z "$haveit"; then - if test "X$additional_libdir" = "X/usr/local/$acl_libdirstem"; then - if test -n "$GCC"; then - case $host_os in - linux*) haveit=yes;; - esac - fi - fi - if test -z "$haveit"; then - if test -d "$additional_libdir"; then - dnl Really add $additional_libdir to $LDFLAGS. - LDFLAGS="${LDFLAGS}${LDFLAGS:+ }-L$additional_libdir" - fi - fi - fi - fi - fi -]) - -dnl AC_LIB_PREPARE_PREFIX creates variables acl_final_prefix, -dnl acl_final_exec_prefix, containing the values to which $prefix and -dnl $exec_prefix will expand at the end of the configure script. -AC_DEFUN([AC_LIB_PREPARE_PREFIX], -[ - dnl Unfortunately, prefix and exec_prefix get only finally determined - dnl at the end of configure. - if test "X$prefix" = "XNONE"; then - acl_final_prefix="$ac_default_prefix" - else - acl_final_prefix="$prefix" - fi - if test "X$exec_prefix" = "XNONE"; then - acl_final_exec_prefix='${prefix}' - else - acl_final_exec_prefix="$exec_prefix" - fi - acl_save_prefix="$prefix" - prefix="$acl_final_prefix" - eval acl_final_exec_prefix=\"$acl_final_exec_prefix\" - prefix="$acl_save_prefix" -]) - -dnl AC_LIB_WITH_FINAL_PREFIX([statement]) evaluates statement, with the -dnl variables prefix and exec_prefix bound to the values they will have -dnl at the end of the configure script. -AC_DEFUN([AC_LIB_WITH_FINAL_PREFIX], -[ - acl_save_prefix="$prefix" - prefix="$acl_final_prefix" - acl_save_exec_prefix="$exec_prefix" - exec_prefix="$acl_final_exec_prefix" - $1 - exec_prefix="$acl_save_exec_prefix" - prefix="$acl_save_prefix" -]) - -dnl AC_LIB_PREPARE_MULTILIB creates a variable acl_libdirstem, containing -dnl the basename of the libdir, either "lib" or "lib64". -AC_DEFUN([AC_LIB_PREPARE_MULTILIB], -[ - dnl There is no formal standard regarding lib and lib64. The current - dnl practice is that on a system supporting 32-bit and 64-bit instruction - dnl sets or ABIs, 64-bit libraries go under $prefix/lib64 and 32-bit - dnl libraries go under $prefix/lib. We determine the compiler's default - dnl mode by looking at the compiler's library search path. If at least - dnl of its elements ends in /lib64 or points to a directory whose absolute - dnl pathname ends in /lib64, we assume a 64-bit ABI. Otherwise we use the - dnl default, namely "lib". - acl_libdirstem=lib - searchpath=`(LC_ALL=C $CC -print-search-dirs) 2>/dev/null | sed -n -e 's,^libraries: ,,p' | sed -e 's,^=,,'` - if test -n "$searchpath"; then - acl_save_IFS="${IFS= }"; IFS=":" - for searchdir in $searchpath; do - if test -d "$searchdir"; then - case "$searchdir" in - */lib64/ | */lib64 ) acl_libdirstem=lib64 ;; - *) searchdir=`cd "$searchdir" && pwd` - case "$searchdir" in - */lib64 ) acl_libdirstem=lib64 ;; - esac ;; - esac - fi - done - IFS="$acl_save_IFS" - fi -]) diff --git a/m4/lock.m4 b/m4/lock.m4 deleted file mode 100644 index 0224f2ff87..0000000000 --- a/m4/lock.m4 +++ /dev/null @@ -1,311 +0,0 @@ -# lock.m4 serial 6 (gettext-0.16) -dnl Copyright (C) 2005-2006 Free Software Foundation, Inc. -dnl This file is free software; the Free Software Foundation -dnl gives unlimited permission to copy and/or distribute it, -dnl with or without modifications, as long as this notice is preserved. - -dnl From Bruno Haible. - -dnl Tests for a multithreading library to be used. -dnl Defines at most one of the macros USE_POSIX_THREADS, USE_SOLARIS_THREADS, -dnl USE_PTH_THREADS, USE_WIN32_THREADS -dnl Sets the variables LIBTHREAD and LTLIBTHREAD to the linker options for use -dnl in a Makefile (LIBTHREAD for use without libtool, LTLIBTHREAD for use with -dnl libtool). -dnl Sets the variables LIBMULTITHREAD and LTLIBMULTITHREAD similarly, for -dnl programs that really need multithread functionality. The difference -dnl between LIBTHREAD and LIBMULTITHREAD is that on platforms supporting weak -dnl symbols, typically LIBTHREAD="" whereas LIBMULTITHREAD="-lpthread". -dnl Adds to CPPFLAGS the flag -D_REENTRANT or -D_THREAD_SAFE if needed for -dnl multithread-safe programs. - -AC_DEFUN([gl_LOCK_EARLY], -[ - AC_REQUIRE([gl_LOCK_EARLY_BODY]) -]) - -dnl The guts of gl_LOCK_EARLY. Needs to be expanded only once. - -AC_DEFUN([gl_LOCK_EARLY_BODY], -[ - dnl Ordering constraints: This macro modifies CPPFLAGS in a way that - dnl influences the result of the autoconf tests that test for *_unlocked - dnl declarations, on AIX 5 at least. Therefore it must come early. - AC_BEFORE([$0], [gl_FUNC_GLIBC_UNLOCKED_IO])dnl - AC_BEFORE([$0], [gl_ARGP])dnl - - AC_REQUIRE([AC_CANONICAL_HOST]) - AC_REQUIRE([AC_GNU_SOURCE]) dnl needed for pthread_rwlock_t on glibc systems - dnl Check for multithreading. - AC_ARG_ENABLE(threads, -AC_HELP_STRING([--enable-threads={posix|solaris|pth|win32}], [specify multithreading API]) -AC_HELP_STRING([--disable-threads], [build without multithread safety]), - [gl_use_threads=$enableval], - [case "$host_os" in - dnl Disable multithreading by default on OSF/1, because it interferes - dnl with fork()/exec(): When msgexec is linked with -lpthread, its child - dnl process gets an endless segmentation fault inside execvp(). - osf*) gl_use_threads=no ;; - *) gl_use_threads=yes ;; - esac - ]) - if test "$gl_use_threads" = yes || test "$gl_use_threads" = posix; then - # For using : - case "$host_os" in - osf*) - # On OSF/1, the compiler needs the flag -D_REENTRANT so that it - # groks . cc also understands the flag -pthread, but - # we don't use it because 1. gcc-2.95 doesn't understand -pthread, - # 2. putting a flag into CPPFLAGS that has an effect on the linker - # causes the AC_TRY_LINK test below to succeed unexpectedly, - # leading to wrong values of LIBTHREAD and LTLIBTHREAD. - CPPFLAGS="$CPPFLAGS -D_REENTRANT" - ;; - esac - # Some systems optimize for single-threaded programs by default, and - # need special flags to disable these optimizations. For example, the - # definition of 'errno' in . - case "$host_os" in - aix* | freebsd*) CPPFLAGS="$CPPFLAGS -D_THREAD_SAFE" ;; - solaris*) CPPFLAGS="$CPPFLAGS -D_REENTRANT" ;; - esac - fi -]) - -dnl The guts of gl_LOCK. Needs to be expanded only once. - -AC_DEFUN([gl_LOCK_BODY], -[ - AC_REQUIRE([gl_LOCK_EARLY_BODY]) - gl_threads_api=none - LIBTHREAD= - LTLIBTHREAD= - LIBMULTITHREAD= - LTLIBMULTITHREAD= - if test "$gl_use_threads" != no; then - dnl Check whether the compiler and linker support weak declarations. - AC_MSG_CHECKING([whether imported symbols can be declared weak]) - gl_have_weak=no - AC_TRY_LINK([extern void xyzzy (); -#pragma weak xyzzy], [xyzzy();], [gl_have_weak=yes]) - AC_MSG_RESULT([$gl_have_weak]) - if test "$gl_use_threads" = yes || test "$gl_use_threads" = posix; then - # On OSF/1, the compiler needs the flag -pthread or -D_REENTRANT so that - # it groks . It's added above, in gl_LOCK_EARLY_BODY. - AC_CHECK_HEADER(pthread.h, gl_have_pthread_h=yes, gl_have_pthread_h=no) - if test "$gl_have_pthread_h" = yes; then - # Other possible tests: - # -lpthreads (FSU threads, PCthreads) - # -lgthreads - gl_have_pthread= - # Test whether both pthread_mutex_lock and pthread_mutexattr_init exist - # in libc. IRIX 6.5 has the first one in both libc and libpthread, but - # the second one only in libpthread, and lock.c needs it. - AC_TRY_LINK([#include ], - [pthread_mutex_lock((pthread_mutex_t*)0); - pthread_mutexattr_init((pthread_mutexattr_t*)0);], - [gl_have_pthread=yes]) - # Test for libpthread by looking for pthread_kill. (Not pthread_self, - # since it is defined as a macro on OSF/1.) - if test -n "$gl_have_pthread"; then - # The program links fine without libpthread. But it may actually - # need to link with libpthread in order to create multiple threads. - AC_CHECK_LIB(pthread, pthread_kill, - [LIBMULTITHREAD=-lpthread LTLIBMULTITHREAD=-lpthread - # On Solaris and HP-UX, most pthread functions exist also in libc. - # Therefore pthread_in_use() needs to actually try to create a - # thread: pthread_create from libc will fail, whereas - # pthread_create will actually create a thread. - case "$host_os" in - solaris* | hpux*) - AC_DEFINE([PTHREAD_IN_USE_DETECTION_HARD], 1, - [Define if the pthread_in_use() detection is hard.]) - esac - ]) - else - # Some library is needed. Try libpthread and libc_r. - AC_CHECK_LIB(pthread, pthread_kill, - [gl_have_pthread=yes - LIBTHREAD=-lpthread LTLIBTHREAD=-lpthread - LIBMULTITHREAD=-lpthread LTLIBMULTITHREAD=-lpthread]) - if test -z "$gl_have_pthread"; then - # For FreeBSD 4. - AC_CHECK_LIB(c_r, pthread_kill, - [gl_have_pthread=yes - LIBTHREAD=-lc_r LTLIBTHREAD=-lc_r - LIBMULTITHREAD=-lc_r LTLIBMULTITHREAD=-lc_r]) - fi - fi - if test -n "$gl_have_pthread"; then - gl_threads_api=posix - AC_DEFINE([USE_POSIX_THREADS], 1, - [Define if the POSIX multithreading library can be used.]) - if test -n "$LIBMULTITHREAD" || test -n "$LTLIBMULTITHREAD"; then - if test $gl_have_weak = yes; then - AC_DEFINE([USE_POSIX_THREADS_WEAK], 1, - [Define if references to the POSIX multithreading library should be made weak.]) - LIBTHREAD= - LTLIBTHREAD= - fi - fi - # OSF/1 4.0 and MacOS X 10.1 lack the pthread_rwlock_t type and the - # pthread_rwlock_* functions. - AC_CHECK_TYPE([pthread_rwlock_t], - [AC_DEFINE([HAVE_PTHREAD_RWLOCK], 1, - [Define if the POSIX multithreading library has read/write locks.])], - [], - [#include ]) - # glibc defines PTHREAD_MUTEX_RECURSIVE as enum, not as a macro. - AC_TRY_COMPILE([#include ], - [#if __FreeBSD__ == 4 -error "No, in FreeBSD 4.0 recursive mutexes actually don't work." -#else -int x = (int)PTHREAD_MUTEX_RECURSIVE; -return !x; -#endif], - [AC_DEFINE([HAVE_PTHREAD_MUTEX_RECURSIVE], 1, - [Define if the defines PTHREAD_MUTEX_RECURSIVE.])]) - fi - fi - fi - if test -z "$gl_have_pthread"; then - if test "$gl_use_threads" = yes || test "$gl_use_threads" = solaris; then - gl_have_solaristhread= - gl_save_LIBS="$LIBS" - LIBS="$LIBS -lthread" - AC_TRY_LINK([#include -#include ], - [thr_self();], - [gl_have_solaristhread=yes]) - LIBS="$gl_save_LIBS" - if test -n "$gl_have_solaristhread"; then - gl_threads_api=solaris - LIBTHREAD=-lthread - LTLIBTHREAD=-lthread - LIBMULTITHREAD="$LIBTHREAD" - LTLIBMULTITHREAD="$LTLIBTHREAD" - AC_DEFINE([USE_SOLARIS_THREADS], 1, - [Define if the old Solaris multithreading library can be used.]) - if test $gl_have_weak = yes; then - AC_DEFINE([USE_SOLARIS_THREADS_WEAK], 1, - [Define if references to the old Solaris multithreading library should be made weak.]) - LIBTHREAD= - LTLIBTHREAD= - fi - fi - fi - fi - if test "$gl_use_threads" = pth; then - gl_save_CPPFLAGS="$CPPFLAGS" - AC_LIB_LINKFLAGS(pth) - gl_have_pth= - gl_save_LIBS="$LIBS" - LIBS="$LIBS -lpth" - AC_TRY_LINK([#include ], [pth_self();], gl_have_pth=yes) - LIBS="$gl_save_LIBS" - if test -n "$gl_have_pth"; then - gl_threads_api=pth - LIBTHREAD="$LIBPTH" - LTLIBTHREAD="$LTLIBPTH" - LIBMULTITHREAD="$LIBTHREAD" - LTLIBMULTITHREAD="$LTLIBTHREAD" - AC_DEFINE([USE_PTH_THREADS], 1, - [Define if the GNU Pth multithreading library can be used.]) - if test -n "$LIBMULTITHREAD" || test -n "$LTLIBMULTITHREAD"; then - if test $gl_have_weak = yes; then - AC_DEFINE([USE_PTH_THREADS_WEAK], 1, - [Define if references to the GNU Pth multithreading library should be made weak.]) - LIBTHREAD= - LTLIBTHREAD= - fi - fi - else - CPPFLAGS="$gl_save_CPPFLAGS" - fi - fi - if test -z "$gl_have_pthread"; then - if test "$gl_use_threads" = yes || test "$gl_use_threads" = win32; then - if { case "$host_os" in - mingw*) true;; - *) false;; - esac - }; then - gl_threads_api=win32 - AC_DEFINE([USE_WIN32_THREADS], 1, - [Define if the Win32 multithreading API can be used.]) - fi - fi - fi - fi - AC_MSG_CHECKING([for multithread API to use]) - AC_MSG_RESULT([$gl_threads_api]) - AC_SUBST(LIBTHREAD) - AC_SUBST(LTLIBTHREAD) - AC_SUBST(LIBMULTITHREAD) - AC_SUBST(LTLIBMULTITHREAD) -]) - -AC_DEFUN([gl_LOCK], -[ - AC_REQUIRE([gl_LOCK_EARLY]) - AC_REQUIRE([gl_LOCK_BODY]) - gl_PREREQ_LOCK -]) - -# Prerequisites of lib/lock.c. -AC_DEFUN([gl_PREREQ_LOCK], [ - AC_REQUIRE([AC_C_INLINE]) -]) - -dnl Survey of platforms: -dnl -dnl Platform Available Compiler Supports test-lock -dnl flavours option weak result -dnl --------------- --------- --------- -------- --------- -dnl Linux 2.4/glibc posix -lpthread Y OK -dnl -dnl GNU Hurd/glibc posix -dnl -dnl FreeBSD 5.3 posix -lc_r Y -dnl posix -lkse ? Y -dnl posix -lpthread ? Y -dnl posix -lthr Y -dnl -dnl FreeBSD 5.2 posix -lc_r Y -dnl posix -lkse Y -dnl posix -lthr Y -dnl -dnl FreeBSD 4.0,4.10 posix -lc_r Y OK -dnl -dnl NetBSD 1.6 -- -dnl -dnl OpenBSD 3.4 posix -lpthread Y OK -dnl -dnl MacOS X 10.[123] posix -lpthread Y OK -dnl -dnl Solaris 7,8,9 posix -lpthread Y Sol 7,8: 0.0; Sol 9: OK -dnl solaris -lthread Y Sol 7,8: 0.0; Sol 9: OK -dnl -dnl HP-UX 11 posix -lpthread N (cc) OK -dnl Y (gcc) -dnl -dnl IRIX 6.5 posix -lpthread Y 0.5 -dnl -dnl AIX 4.3,5.1 posix -lpthread N AIX 4: 0.5; AIX 5: OK -dnl -dnl OSF/1 4.0,5.1 posix -pthread (cc) N OK -dnl -lpthread (gcc) Y -dnl -dnl Cygwin posix -lpthread Y OK -dnl -dnl Any of the above pth -lpth 0.0 -dnl -dnl Mingw win32 N OK -dnl -dnl BeOS 5 -- -dnl -dnl The test-lock result shows what happens if in test-lock.c EXPLICIT_YIELD is -dnl turned off: -dnl OK if all three tests terminate OK, -dnl 0.5 if the first test terminates OK but the second one loops endlessly, -dnl 0.0 if the first test already loops endlessly. diff --git a/m4/longdouble.m4 b/m4/longdouble.m4 deleted file mode 100644 index 25590f4704..0000000000 --- a/m4/longdouble.m4 +++ /dev/null @@ -1,31 +0,0 @@ -# longdouble.m4 serial 2 (gettext-0.15) -dnl Copyright (C) 2002-2003, 2006 Free Software Foundation, Inc. -dnl This file is free software; the Free Software Foundation -dnl gives unlimited permission to copy and/or distribute it, -dnl with or without modifications, as long as this notice is preserved. - -dnl From Bruno Haible. -dnl Test whether the compiler supports the 'long double' type. -dnl Prerequisite: AC_PROG_CC - -dnl This file is only needed in autoconf <= 2.59. Newer versions of autoconf -dnl have a macro AC_TYPE_LONG_DOUBLE with identical semantics. - -AC_DEFUN([gt_TYPE_LONGDOUBLE], -[ - AC_CACHE_CHECK([for long double], gt_cv_c_long_double, - [if test "$GCC" = yes; then - gt_cv_c_long_double=yes - else - AC_TRY_COMPILE([ - /* The Stardent Vistra knows sizeof(long double), but does not support it. */ - long double foo = 0.0; - /* On Ultrix 4.3 cc, long double is 4 and double is 8. */ - int array [2*(sizeof(long double) >= sizeof(double)) - 1]; - ], , - gt_cv_c_long_double=yes, gt_cv_c_long_double=no) - fi]) - if test $gt_cv_c_long_double = yes; then - AC_DEFINE(HAVE_LONG_DOUBLE, 1, [Define if you have the 'long double' type.]) - fi -]) diff --git a/m4/longlong.m4 b/m4/longlong.m4 deleted file mode 100644 index 3716c09f6c..0000000000 --- a/m4/longlong.m4 +++ /dev/null @@ -1,48 +0,0 @@ -# longlong.m4 serial 8 -dnl Copyright (C) 1999-2006 Free Software Foundation, Inc. -dnl This file is free software; the Free Software Foundation -dnl gives unlimited permission to copy and/or distribute it, -dnl with or without modifications, as long as this notice is preserved. - -dnl From Paul Eggert. - -# Define HAVE_LONG_LONG_INT if 'long long int' works. -# This fixes a bug in Autoconf 2.60, but can be removed once we -# assume 2.61 everywhere. - -# Note: If the type 'long long int' exists but is only 32 bits large -# (as on some very old compilers), AC_TYPE_LONG_LONG_INT will not be -# defined. In this case you can treat 'long long int' like 'long int'. - -AC_DEFUN([AC_TYPE_LONG_LONG_INT], -[ - AC_CACHE_CHECK([for long long int], [ac_cv_type_long_long_int], - [AC_LINK_IFELSE( - [AC_LANG_PROGRAM( - [[long long int ll = 9223372036854775807ll; - long long int nll = -9223372036854775807LL; - typedef int a[((-9223372036854775807LL < 0 - && 0 < 9223372036854775807ll) - ? 1 : -1)]; - int i = 63;]], - [[long long int llmax = 9223372036854775807ll; - return ((ll << 63) | (ll >> 63) | (ll < i) | (ll > i) - | (llmax / ll) | (llmax % ll));]])], - [ac_cv_type_long_long_int=yes], - [ac_cv_type_long_long_int=no])]) - if test $ac_cv_type_long_long_int = yes; then - AC_DEFINE([HAVE_LONG_LONG_INT], 1, - [Define to 1 if the system has the type `long long int'.]) - fi -]) - -# This macro is obsolescent and should go away soon. -AC_DEFUN([gl_AC_TYPE_LONG_LONG], -[ - AC_REQUIRE([AC_TYPE_LONG_LONG_INT]) - ac_cv_type_long_long=$ac_cv_type_long_long_int - if test $ac_cv_type_long_long = yes; then - AC_DEFINE(HAVE_LONG_LONG, 1, - [Define if you have the 'long long' type.]) - fi -]) diff --git a/m4/nls.m4 b/m4/nls.m4 deleted file mode 100644 index 7967cc2f9a..0000000000 --- a/m4/nls.m4 +++ /dev/null @@ -1,31 +0,0 @@ -# nls.m4 serial 3 (gettext-0.15) -dnl Copyright (C) 1995-2003, 2005-2006 Free Software Foundation, Inc. -dnl This file is free software; the Free Software Foundation -dnl gives unlimited permission to copy and/or distribute it, -dnl with or without modifications, as long as this notice is preserved. -dnl -dnl This file can can be used in projects which are not available under -dnl the GNU General Public License or the GNU Library General Public -dnl License but which still want to provide support for the GNU gettext -dnl functionality. -dnl Please note that the actual code of the GNU gettext library is covered -dnl by the GNU Library General Public License, and the rest of the GNU -dnl gettext package package is covered by the GNU General Public License. -dnl They are *not* in the public domain. - -dnl Authors: -dnl Ulrich Drepper , 1995-2000. -dnl Bruno Haible , 2000-2003. - -AC_PREREQ(2.50) - -AC_DEFUN([AM_NLS], -[ - AC_MSG_CHECKING([whether NLS is requested]) - dnl Default is enabled NLS - AC_ARG_ENABLE(nls, - [ --disable-nls do not use Native Language Support], - USE_NLS=$enableval, USE_NLS=yes) - AC_MSG_RESULT($USE_NLS) - AC_SUBST(USE_NLS) -]) diff --git a/m4/po.m4 b/m4/po.m4 index 815c873be4..47f36a41a0 100644 --- a/m4/po.m4 +++ b/m4/po.m4 @@ -1,5 +1,5 @@ -# po.m4 serial 13 (gettext-0.15) -dnl Copyright (C) 1995-2006 Free Software Foundation, Inc. +# po.m4 serial 17 (gettext-0.18) +dnl Copyright (C) 1995-2010 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. @@ -17,17 +17,20 @@ dnl Authors: dnl Ulrich Drepper , 1995-2000. dnl Bruno Haible , 2000-2003. -AC_PREREQ(2.50) +AC_PREREQ([2.50]) dnl Checks for all prerequisites of the po subdirectory. AC_DEFUN([AM_PO_SUBDIRS], [ AC_REQUIRE([AC_PROG_MAKE_SET])dnl AC_REQUIRE([AC_PROG_INSTALL])dnl - AC_REQUIRE([AC_PROG_MKDIR_P])dnl defined by autoconf -dnl AC_REQUIRE([AM_PROG_MKDIR_P])dnl defined by automake (obsolete) + AC_REQUIRE([AM_PROG_MKDIR_P])dnl defined by automake AC_REQUIRE([AM_NLS])dnl + dnl Release version of the gettext macros. This is used to ensure that + dnl the gettext macros and po/Makefile.in.in are in sync. + AC_SUBST([GETTEXT_MACRO_VERSION], [0.18]) + dnl Perform the following tests also if --disable-nls has been given, dnl because they are needed for "make dist" to work. @@ -38,7 +41,7 @@ dnl AC_REQUIRE([AM_PROG_MKDIR_P])dnl defined by automake (obsolete) [$ac_dir/$ac_word --statistics /dev/null >&]AS_MESSAGE_LOG_FD[ 2>&1 && (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi)], :) - AC_PATH_PROG(GMSGFMT, gmsgfmt, $MSGFMT) + AC_PATH_PROG([GMSGFMT], [gmsgfmt], [$MSGFMT]) dnl Test whether it is GNU msgfmt >= 0.15. changequote(,)dnl @@ -85,6 +88,10 @@ changequote([,])dnl test -n "$localedir" || localedir='${datadir}/locale' AC_SUBST([localedir]) + dnl Support for AM_XGETTEXT_OPTION. + test -n "${XGETTEXT_EXTRA_OPTIONS+set}" || XGETTEXT_EXTRA_OPTIONS= + AC_SUBST([XGETTEXT_EXTRA_OPTIONS]) + AC_CONFIG_COMMANDS([po-directories], [[ for ac_file in $CONFIG_FILES; do # Support "outfile[:infile[:infile...]]" @@ -427,3 +434,16 @@ EOF fi mv "$ac_file.tmp" "$ac_file" ]) + +dnl Initializes the accumulator used by AM_XGETTEXT_OPTION. +AC_DEFUN([AM_XGETTEXT_OPTION_INIT], +[ + XGETTEXT_EXTRA_OPTIONS= +]) + +dnl Registers an option to be passed to xgettext in the po subdirectory. +AC_DEFUN([AM_XGETTEXT_OPTION], +[ + AC_REQUIRE([AM_XGETTEXT_OPTION_INIT]) + XGETTEXT_EXTRA_OPTIONS="$XGETTEXT_EXTRA_OPTIONS $1" +]) diff --git a/m4/printf-posix.m4 b/m4/printf-posix.m4 deleted file mode 100644 index af10170af0..0000000000 --- a/m4/printf-posix.m4 +++ /dev/null @@ -1,44 +0,0 @@ -# printf-posix.m4 serial 2 (gettext-0.13.1) -dnl Copyright (C) 2003 Free Software Foundation, Inc. -dnl This file is free software; the Free Software Foundation -dnl gives unlimited permission to copy and/or distribute it, -dnl with or without modifications, as long as this notice is preserved. - -dnl From Bruno Haible. -dnl Test whether the printf() function supports POSIX/XSI format strings with -dnl positions. - -AC_DEFUN([gt_PRINTF_POSIX], -[ - AC_REQUIRE([AC_PROG_CC]) - AC_CACHE_CHECK([whether printf() supports POSIX/XSI format strings], - gt_cv_func_printf_posix, - [ - AC_TRY_RUN([ -#include -#include -/* The string "%2$d %1$d", with dollar characters protected from the shell's - dollar expansion (possibly an autoconf bug). */ -static char format[] = { '%', '2', '$', 'd', ' ', '%', '1', '$', 'd', '\0' }; -static char buf[100]; -int main () -{ - sprintf (buf, format, 33, 55); - return (strcmp (buf, "55 33") != 0); -}], gt_cv_func_printf_posix=yes, gt_cv_func_printf_posix=no, - [ - AC_EGREP_CPP(notposix, [ -#if defined __NetBSD__ || defined _MSC_VER || defined __MINGW32__ || defined __CYGWIN__ - notposix -#endif - ], gt_cv_func_printf_posix="guessing no", - gt_cv_func_printf_posix="guessing yes") - ]) - ]) - case $gt_cv_func_printf_posix in - *yes) - AC_DEFINE(HAVE_POSIX_PRINTF, 1, - [Define if your printf() function supports format strings with positions.]) - ;; - esac -]) diff --git a/m4/progtest.m4 b/m4/progtest.m4 deleted file mode 100644 index a56365cd37..0000000000 --- a/m4/progtest.m4 +++ /dev/null @@ -1,92 +0,0 @@ -# progtest.m4 serial 4 (gettext-0.14.2) -dnl Copyright (C) 1996-2003, 2005 Free Software Foundation, Inc. -dnl This file is free software; the Free Software Foundation -dnl gives unlimited permission to copy and/or distribute it, -dnl with or without modifications, as long as this notice is preserved. -dnl -dnl This file can can be used in projects which are not available under -dnl the GNU General Public License or the GNU Library General Public -dnl License but which still want to provide support for the GNU gettext -dnl functionality. -dnl Please note that the actual code of the GNU gettext library is covered -dnl by the GNU Library General Public License, and the rest of the GNU -dnl gettext package package is covered by the GNU General Public License. -dnl They are *not* in the public domain. - -dnl Authors: -dnl Ulrich Drepper , 1996. - -AC_PREREQ(2.50) - -# Search path for a program which passes the given test. - -dnl AM_PATH_PROG_WITH_TEST(VARIABLE, PROG-TO-CHECK-FOR, -dnl TEST-PERFORMED-ON-FOUND_PROGRAM [, VALUE-IF-NOT-FOUND [, PATH]]) -AC_DEFUN([AM_PATH_PROG_WITH_TEST], -[ -# Prepare PATH_SEPARATOR. -# The user is always right. -if test "${PATH_SEPARATOR+set}" != set; then - echo "#! /bin/sh" >conf$$.sh - echo "exit 0" >>conf$$.sh - chmod +x conf$$.sh - if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then - PATH_SEPARATOR=';' - else - PATH_SEPARATOR=: - fi - rm -f conf$$.sh -fi - -# Find out how to test for executable files. Don't use a zero-byte file, -# as systems may use methods other than mode bits to determine executability. -cat >conf$$.file <<_ASEOF -#! /bin/sh -exit 0 -_ASEOF -chmod +x conf$$.file -if test -x conf$$.file >/dev/null 2>&1; then - ac_executable_p="test -x" -else - ac_executable_p="test -f" -fi -rm -f conf$$.file - -# Extract the first word of "$2", so it can be a program name with args. -set dummy $2; ac_word=[$]2 -AC_MSG_CHECKING([for $ac_word]) -AC_CACHE_VAL(ac_cv_path_$1, -[case "[$]$1" in - [[\\/]]* | ?:[[\\/]]*) - ac_cv_path_$1="[$]$1" # Let the user override the test with a path. - ;; - *) - ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR - for ac_dir in ifelse([$5], , $PATH, [$5]); do - IFS="$ac_save_IFS" - test -z "$ac_dir" && ac_dir=. - for ac_exec_ext in '' $ac_executable_extensions; do - if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then - echo "$as_me: trying $ac_dir/$ac_word..." >&AS_MESSAGE_LOG_FD - if [$3]; then - ac_cv_path_$1="$ac_dir/$ac_word$ac_exec_ext" - break 2 - fi - fi - done - done - IFS="$ac_save_IFS" -dnl If no 4th arg is given, leave the cache variable unset, -dnl so AC_PATH_PROGS will keep looking. -ifelse([$4], , , [ test -z "[$]ac_cv_path_$1" && ac_cv_path_$1="$4" -])dnl - ;; -esac])dnl -$1="$ac_cv_path_$1" -if test ifelse([$4], , [-n "[$]$1"], ["[$]$1" != "$4"]); then - AC_MSG_RESULT([$]$1) -else - AC_MSG_RESULT(no) -fi -AC_SUBST($1)dnl -]) diff --git a/m4/signed.m4 b/m4/signed.m4 deleted file mode 100644 index 048f593698..0000000000 --- a/m4/signed.m4 +++ /dev/null @@ -1,17 +0,0 @@ -# signed.m4 serial 1 (gettext-0.10.40) -dnl Copyright (C) 2001-2002 Free Software Foundation, Inc. -dnl This file is free software; the Free Software Foundation -dnl gives unlimited permission to copy and/or distribute it, -dnl with or without modifications, as long as this notice is preserved. - -dnl From Bruno Haible. - -AC_DEFUN([bh_C_SIGNED], -[ - AC_CACHE_CHECK([for signed], bh_cv_c_signed, - [AC_TRY_COMPILE(, [signed char x;], bh_cv_c_signed=yes, bh_cv_c_signed=no)]) - if test $bh_cv_c_signed = no; then - AC_DEFINE(signed, , - [Define to empty if the C compiler doesn't support this keyword.]) - fi -]) diff --git a/m4/size_max.m4 b/m4/size_max.m4 deleted file mode 100644 index bfba811eb6..0000000000 --- a/m4/size_max.m4 +++ /dev/null @@ -1,62 +0,0 @@ -# size_max.m4 serial 5 -dnl Copyright (C) 2003, 2005-2006 Free Software Foundation, Inc. -dnl This file is free software; the Free Software Foundation -dnl gives unlimited permission to copy and/or distribute it, -dnl with or without modifications, as long as this notice is preserved. - -dnl From Bruno Haible. - -AC_DEFUN([gl_SIZE_MAX], -[ - AC_CHECK_HEADERS(stdint.h) - dnl First test whether the system already has SIZE_MAX. - AC_MSG_CHECKING([for SIZE_MAX]) - AC_CACHE_VAL([gl_cv_size_max], [ - gl_cv_size_max= - AC_EGREP_CPP([Found it], [ -#include -#if HAVE_STDINT_H -#include -#endif -#ifdef SIZE_MAX -Found it -#endif -], gl_cv_size_max=yes) - if test -z "$gl_cv_size_max"; then - dnl Define it ourselves. Here we assume that the type 'size_t' is not wider - dnl than the type 'unsigned long'. Try hard to find a definition that can - dnl be used in a preprocessor #if, i.e. doesn't contain a cast. - _AC_COMPUTE_INT([sizeof (size_t) * CHAR_BIT - 1], size_t_bits_minus_1, - [#include -#include ], size_t_bits_minus_1=) - _AC_COMPUTE_INT([sizeof (size_t) <= sizeof (unsigned int)], fits_in_uint, - [#include ], fits_in_uint=) - if test -n "$size_t_bits_minus_1" && test -n "$fits_in_uint"; then - if test $fits_in_uint = 1; then - dnl Even though SIZE_MAX fits in an unsigned int, it must be of type - dnl 'unsigned long' if the type 'size_t' is the same as 'unsigned long'. - AC_TRY_COMPILE([#include - extern size_t foo; - extern unsigned long foo; - ], [], fits_in_uint=0) - fi - dnl We cannot use 'expr' to simplify this expression, because 'expr' - dnl works only with 'long' integers in the host environment, while we - dnl might be cross-compiling from a 32-bit platform to a 64-bit platform. - if test $fits_in_uint = 1; then - gl_cv_size_max="(((1U << $size_t_bits_minus_1) - 1) * 2 + 1)" - else - gl_cv_size_max="(((1UL << $size_t_bits_minus_1) - 1) * 2 + 1)" - fi - else - dnl Shouldn't happen, but who knows... - gl_cv_size_max='((size_t)~(size_t)0)' - fi - fi - ]) - AC_MSG_RESULT([$gl_cv_size_max]) - if test "$gl_cv_size_max" != yes; then - AC_DEFINE_UNQUOTED([SIZE_MAX], [$gl_cv_size_max], - [Define as the maximum value of type 'size_t', if the system doesn't define it.]) - fi -]) diff --git a/m4/stdint_h.m4 b/m4/stdint_h.m4 deleted file mode 100644 index db9a8ac4c2..0000000000 --- a/m4/stdint_h.m4 +++ /dev/null @@ -1,26 +0,0 @@ -# stdint_h.m4 serial 6 -dnl Copyright (C) 1997-2004, 2006 Free Software Foundation, Inc. -dnl This file is free software; the Free Software Foundation -dnl gives unlimited permission to copy and/or distribute it, -dnl with or without modifications, as long as this notice is preserved. - -dnl From Paul Eggert. - -# Define HAVE_STDINT_H_WITH_UINTMAX if exists, -# doesn't clash with , and declares uintmax_t. - -AC_DEFUN([gl_AC_HEADER_STDINT_H], -[ - AC_CACHE_CHECK([for stdint.h], gl_cv_header_stdint_h, - [AC_TRY_COMPILE( - [#include -#include ], - [uintmax_t i = (uintmax_t) -1; return !i;], - gl_cv_header_stdint_h=yes, - gl_cv_header_stdint_h=no)]) - if test $gl_cv_header_stdint_h = yes; then - AC_DEFINE_UNQUOTED(HAVE_STDINT_H_WITH_UINTMAX, 1, - [Define if exists, doesn't clash with , - and declares uintmax_t. ]) - fi -]) diff --git a/m4/uintmax_t.m4 b/m4/uintmax_t.m4 deleted file mode 100644 index bf83ed7464..0000000000 --- a/m4/uintmax_t.m4 +++ /dev/null @@ -1,30 +0,0 @@ -# uintmax_t.m4 serial 9 -dnl Copyright (C) 1997-2004 Free Software Foundation, Inc. -dnl This file is free software; the Free Software Foundation -dnl gives unlimited permission to copy and/or distribute it, -dnl with or without modifications, as long as this notice is preserved. - -dnl From Paul Eggert. - -AC_PREREQ(2.13) - -# Define uintmax_t to 'unsigned long' or 'unsigned long long' -# if it is not already defined in or . - -AC_DEFUN([gl_AC_TYPE_UINTMAX_T], -[ - AC_REQUIRE([gl_AC_HEADER_INTTYPES_H]) - AC_REQUIRE([gl_AC_HEADER_STDINT_H]) - if test $gl_cv_header_inttypes_h = no && test $gl_cv_header_stdint_h = no; then - AC_REQUIRE([gl_AC_TYPE_UNSIGNED_LONG_LONG]) - test $ac_cv_type_unsigned_long_long = yes \ - && ac_type='unsigned long long' \ - || ac_type='unsigned long' - AC_DEFINE_UNQUOTED(uintmax_t, $ac_type, - [Define to unsigned long or unsigned long long - if and don't define.]) - else - AC_DEFINE(HAVE_UINTMAX_T, 1, - [Define if you have the 'uintmax_t' type in or .]) - fi -]) diff --git a/m4/ulonglong.m4 b/m4/ulonglong.m4 deleted file mode 100644 index 9fae98e3a6..0000000000 --- a/m4/ulonglong.m4 +++ /dev/null @@ -1,48 +0,0 @@ -# ulonglong.m4 serial 6 -dnl Copyright (C) 1999-2006 Free Software Foundation, Inc. -dnl This file is free software; the Free Software Foundation -dnl gives unlimited permission to copy and/or distribute it, -dnl with or without modifications, as long as this notice is preserved. - -dnl From Paul Eggert. - -# Define HAVE_UNSIGNED_LONG_LONG_INT if 'unsigned long long int' works. -# This fixes a bug in Autoconf 2.60, but can be removed once we -# assume 2.61 everywhere. - -# Note: If the type 'unsigned long long int' exists but is only 32 bits -# large (as on some very old compilers), AC_TYPE_UNSIGNED_LONG_LONG_INT -# will not be defined. In this case you can treat 'unsigned long long int' -# like 'unsigned long int'. - -AC_DEFUN([AC_TYPE_UNSIGNED_LONG_LONG_INT], -[ - AC_CACHE_CHECK([for unsigned long long int], - [ac_cv_type_unsigned_long_long_int], - [AC_LINK_IFELSE( - [AC_LANG_PROGRAM( - [[unsigned long long int ull = 18446744073709551615ULL; - typedef int a[(18446744073709551615ULL <= (unsigned long long int) -1 - ? 1 : -1)]; - int i = 63;]], - [[unsigned long long int ullmax = 18446744073709551615ull; - return (ull << 63 | ull >> 63 | ull << i | ull >> i - | ullmax / ull | ullmax % ull);]])], - [ac_cv_type_unsigned_long_long_int=yes], - [ac_cv_type_unsigned_long_long_int=no])]) - if test $ac_cv_type_unsigned_long_long_int = yes; then - AC_DEFINE([HAVE_UNSIGNED_LONG_LONG_INT], 1, - [Define to 1 if the system has the type `unsigned long long int'.]) - fi -]) - -# This macro is obsolescent and should go away soon. -AC_DEFUN([gl_AC_TYPE_UNSIGNED_LONG_LONG], -[ - AC_REQUIRE([AC_TYPE_UNSIGNED_LONG_LONG_INT]) - ac_cv_type_unsigned_long_long=$ac_cv_type_unsigned_long_long_int - if test $ac_cv_type_unsigned_long_long = yes; then - AC_DEFINE(HAVE_UNSIGNED_LONG_LONG, 1, - [Define if you have the 'unsigned long long' type.]) - fi -]) diff --git a/m4/visibility.m4 b/m4/visibility.m4 deleted file mode 100644 index 2ff6330aa4..0000000000 --- a/m4/visibility.m4 +++ /dev/null @@ -1,52 +0,0 @@ -# visibility.m4 serial 1 (gettext-0.15) -dnl Copyright (C) 2005 Free Software Foundation, Inc. -dnl This file is free software; the Free Software Foundation -dnl gives unlimited permission to copy and/or distribute it, -dnl with or without modifications, as long as this notice is preserved. - -dnl From Bruno Haible. - -dnl Tests whether the compiler supports the command-line option -dnl -fvisibility=hidden and the function and variable attributes -dnl __attribute__((__visibility__("hidden"))) and -dnl __attribute__((__visibility__("default"))). -dnl Does *not* test for __visibility__("protected") - which has tricky -dnl semantics (see the 'vismain' test in glibc) and does not exist e.g. on -dnl MacOS X. -dnl Does *not* test for __visibility__("internal") - which has processor -dnl dependent semantics. -dnl Does *not* test for #pragma GCC visibility push(hidden) - which is -dnl "really only recommended for legacy code". -dnl Set the variable CFLAG_VISIBILITY. -dnl Defines and sets the variable HAVE_VISIBILITY. - -AC_DEFUN([gl_VISIBILITY], -[ - AC_REQUIRE([AC_PROG_CC]) - CFLAG_VISIBILITY= - HAVE_VISIBILITY=0 - if test -n "$GCC"; then - AC_MSG_CHECKING([for simple visibility declarations]) - AC_CACHE_VAL(gl_cv_cc_visibility, [ - gl_save_CFLAGS="$CFLAGS" - CFLAGS="$CFLAGS -fvisibility=hidden" - AC_TRY_COMPILE( - [extern __attribute__((__visibility__("hidden"))) int hiddenvar; - extern __attribute__((__visibility__("default"))) int exportedvar; - extern __attribute__((__visibility__("hidden"))) int hiddenfunc (void); - extern __attribute__((__visibility__("default"))) int exportedfunc (void);], - [], - gl_cv_cc_visibility=yes, - gl_cv_cc_visibility=no) - CFLAGS="$gl_save_CFLAGS"]) - AC_MSG_RESULT([$gl_cv_cc_visibility]) - if test $gl_cv_cc_visibility = yes; then - CFLAG_VISIBILITY="-fvisibility=hidden" - HAVE_VISIBILITY=1 - fi - fi - AC_SUBST([CFLAG_VISIBILITY]) - AC_SUBST([HAVE_VISIBILITY]) - AC_DEFINE_UNQUOTED([HAVE_VISIBILITY], [$HAVE_VISIBILITY], - [Define to 1 or 0, depending whether the compiler supports simple visibility declarations.]) -]) diff --git a/m4/wchar_t.m4 b/m4/wchar_t.m4 deleted file mode 100644 index cde2129a97..0000000000 --- a/m4/wchar_t.m4 +++ /dev/null @@ -1,20 +0,0 @@ -# wchar_t.m4 serial 1 (gettext-0.12) -dnl Copyright (C) 2002-2003 Free Software Foundation, Inc. -dnl This file is free software; the Free Software Foundation -dnl gives unlimited permission to copy and/or distribute it, -dnl with or without modifications, as long as this notice is preserved. - -dnl From Bruno Haible. -dnl Test whether has the 'wchar_t' type. -dnl Prerequisite: AC_PROG_CC - -AC_DEFUN([gt_TYPE_WCHAR_T], -[ - AC_CACHE_CHECK([for wchar_t], gt_cv_c_wchar_t, - [AC_TRY_COMPILE([#include - wchar_t foo = (wchar_t)'\0';], , - gt_cv_c_wchar_t=yes, gt_cv_c_wchar_t=no)]) - if test $gt_cv_c_wchar_t = yes; then - AC_DEFINE(HAVE_WCHAR_T, 1, [Define if you have the 'wchar_t' type.]) - fi -]) diff --git a/m4/wint_t.m4 b/m4/wint_t.m4 deleted file mode 100644 index b8fff9c86f..0000000000 --- a/m4/wint_t.m4 +++ /dev/null @@ -1,20 +0,0 @@ -# wint_t.m4 serial 1 (gettext-0.12) -dnl Copyright (C) 2003 Free Software Foundation, Inc. -dnl This file is free software; the Free Software Foundation -dnl gives unlimited permission to copy and/or distribute it, -dnl with or without modifications, as long as this notice is preserved. - -dnl From Bruno Haible. -dnl Test whether has the 'wint_t' type. -dnl Prerequisite: AC_PROG_CC - -AC_DEFUN([gt_TYPE_WINT_T], -[ - AC_CACHE_CHECK([for wint_t], gt_cv_c_wint_t, - [AC_TRY_COMPILE([#include - wint_t foo = (wchar_t)'\0';], , - gt_cv_c_wint_t=yes, gt_cv_c_wint_t=no)]) - if test $gt_cv_c_wint_t = yes; then - AC_DEFINE(HAVE_WINT_T, 1, [Define if you have the 'wint_t' type.]) - fi -]) diff --git a/m4/xsize.m4 b/m4/xsize.m4 deleted file mode 100644 index 85bb721e43..0000000000 --- a/m4/xsize.m4 +++ /dev/null @@ -1,13 +0,0 @@ -# xsize.m4 serial 3 -dnl Copyright (C) 2003-2004 Free Software Foundation, Inc. -dnl This file is free software; the Free Software Foundation -dnl gives unlimited permission to copy and/or distribute it, -dnl with or without modifications, as long as this notice is preserved. - -AC_DEFUN([gl_XSIZE], -[ - dnl Prerequisites of lib/xsize.h. - AC_REQUIRE([gl_SIZE_MAX]) - AC_REQUIRE([AC_C_INLINE]) - AC_CHECK_HEADERS(stdint.h) -]) diff --git a/po/cs.po b/po/cs.po index cccb8ac936..1b2cf1513c 100644 --- a/po/cs.po +++ b/po/cs.po @@ -4,15 +4,15 @@ # msgid "" msgstr "" -"Project-Id-Version: Lyx 1.6.0\n" +"Project-Id-Version: Lyx 2.1\n" "Report-Msgid-Bugs-To: lyx-devel@lists.lyx.org\n" -"POT-Creation-Date: 2013-05-22 07:51+0200\n" -"PO-Revision-Date: 2013-03-08 01:09-0800\n" +"POT-Creation-Date: 2012-03-12 11:29+0100\n" +"PO-Revision-Date: 2011-04-12 05:50+0100\n" "Last-Translator: Pavel Sanda \n" "Language-Team: Czech \n" "Language: cs\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=iso-8859-2\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: src/frontends/qt4/ui/AboutUi.ui:32 @@ -23,21 +23,16 @@ msgstr "Verze" msgid "Version goes here" msgstr "Zde je verze" -#: src/frontends/qt4/ui/AboutUi.ui:67 +#: src/frontends/qt4/ui/AboutUi.ui:64 msgid "Credits" msgstr "Spolupracovali" -#: src/frontends/qt4/ui/AboutUi.ui:83 lib/layouts/apa6.layout:315 -#: lib/layouts/apa.layout:205 lib/layouts/agu_stdtitle.inc:81 +#: src/frontends/qt4/ui/AboutUi.ui:80 lib/layouts/apa.layout:199 +#: lib/layouts/agu_stdtitle.inc:81 msgid "Copyright" -msgstr "Autorská práva" +msgstr "AutorskĂĄ prĂĄva" -#: src/frontends/qt4/ui/AboutUi.ui:99 -#, fuzzy -msgid "Build Info" -msgstr "Chyby při sestavování" - -#: src/frontends/qt4/ui/AboutUi.ui:150 src/frontends/qt4/ui/CompareUi.ui:163 +#: src/frontends/qt4/ui/AboutUi.ui:131 src/frontends/qt4/ui/CompareUi.ui:163 #: src/frontends/qt4/ui/DelimiterUi.ui:286 #: src/frontends/qt4/ui/ErrorListUi.ui:60 #: src/frontends/qt4/ui/ExternalUi.ui:608 @@ -48,26 +43,26 @@ msgstr "Chyby p #: src/frontends/qt4/ui/ShowFileUi.ui:55 src/frontends/qt4/ui/SymbolsUi.ui:66 #: src/frontends/qt4/ui/TexinfoUi.ui:58 #: src/frontends/qt4/ui/ThesaurusUi.ui:138 src/frontends/qt4/ui/WrapUi.ui:173 -#: src/frontends/qt4/GuiParagraph.cpp:161 src/frontends/qt4/GuiView.cpp:2528 +#: src/frontends/qt4/GuiParagraph.cpp:161 msgid "&Close" -msgstr "&Zavřít" +msgstr "&Zavřít" #: src/frontends/qt4/ui/BibitemUi.ui:31 src/frontends/qt4/ui/BibitemUi.ui:64 msgid "The bibliography key" -msgstr "Klíč bibliografie" +msgstr "Klíč bibliografie" #: src/frontends/qt4/ui/BibitemUi.ui:44 src/frontends/qt4/ui/BibitemUi.ui:51 msgid "The label as it appears in the document" -msgstr "Značka tak, jak se objeví v dokumentu" +msgstr "Značka tak, jak se objevĂ­ v dokumentu" #: src/frontends/qt4/ui/BibitemUi.ui:54 src/frontends/qt4/ui/LabelUi.ui:36 #: src/frontends/qt4/ui/RefUi.ui:190 msgid "&Label:" -msgstr "Z&načka:" +msgstr "Z&načka:" #: src/frontends/qt4/ui/BibitemUi.ui:67 msgid "&Key:" -msgstr "&Klíč:" +msgstr "&Klíč:" #: src/frontends/qt4/ui/BiblioUi.ui:19 msgid "Citation Style" @@ -75,19 +70,19 @@ msgstr "Styl citace" #: src/frontends/qt4/ui/BiblioUi.ui:28 msgid "Use BibTeX's default numerical styles" -msgstr "Použít standardní numerické styly BibTeX-u" +msgstr "PouŞít standardnĂ­ numerickĂŠ styly BibTeX-u" #: src/frontends/qt4/ui/BiblioUi.ui:31 msgid "&Default (numerical)" -msgstr "&Standard (numerický)" +msgstr "&Standard (numerickĂ˝)" #: src/frontends/qt4/ui/BiblioUi.ui:38 msgid "" "Use the natbib styles for natural sciences and arts. Set additional " "parameters in document class options." msgstr "" -"Použít natbib styly pro přírodní vědy a umělecké obory. Další parametry jsou " -"v nastaveních dokumentu." +"PouŞít natbib styly pro přírodnĂ­ vědy a uměleckĂŠ obory. DalĹĄĂ­ parametry jsou " +"v nastavenĂ­ch dokumentu." #: src/frontends/qt4/ui/BiblioUi.ui:41 msgid "&Natbib" @@ -99,7 +94,7 @@ msgstr "N&atbib-styl:" #: src/frontends/qt4/ui/BiblioUi.ui:97 msgid "Use the jurabib styles for law and humanities" -msgstr "Použít styly jurabib pro humanitní vědy a právo" +msgstr "PouŞít styly jurabib pro humanitnĂ­ vědy a prĂĄvo" #: src/frontends/qt4/ui/BiblioUi.ui:100 msgid "&Jurabib" @@ -113,7 +108,7 @@ msgstr "Heslo bibliografie" #: src/frontends/qt4/ui/BiblioUi.ui:121 #, fuzzy msgid "Default st&yle:" -msgstr "&Standarní tiskárna:" +msgstr "&StandarnĂ­ tiskĂĄrna:" #: src/frontends/qt4/ui/BiblioUi.ui:131 #, fuzzy @@ -122,7 +117,7 @@ msgstr "Vybrat styl BibTeX-u" #: src/frontends/qt4/ui/BiblioUi.ui:140 msgid "Select this if you want to split your bibliography into sections" -msgstr "Vyberte tuto možnost, pokud chcete rozdělit bibliografii do sekcí" +msgstr "Vyberte tuto moĹžnost, pokud chcete rozdělit bibliografii do sekcĂ­" #: src/frontends/qt4/ui/BiblioUi.ui:143 msgid "S&ectioned bibliography" @@ -131,26 +126,26 @@ msgstr "&Bibliografie (sekce)" #: src/frontends/qt4/ui/BiblioUi.ui:153 msgid "" "Here you can define an alternative program to or specific options of BibTeX." -msgstr "Zde lze definovat alternativní program a volby pro BibTeX." +msgstr "Zde lze definovat alternativnĂ­ program a volby pro BibTeX." #: src/frontends/qt4/ui/BiblioUi.ui:156 src/frontends/qt4/ui/PrefLatexUi.ui:73 msgid "Bibliography generation" -msgstr "Generování bibliografie" +msgstr "GenerovĂĄnĂ­ bibliografie" #: src/frontends/qt4/ui/BiblioUi.ui:167 src/frontends/qt4/ui/IndicesUi.ui:33 #: src/frontends/qt4/ui/PrefLatexUi.ui:85 msgid "&Processor:" -msgstr "&Generátor:" +msgstr "&GenerĂĄtor:" #: src/frontends/qt4/ui/BiblioUi.ui:177 src/frontends/qt4/ui/IndicesUi.ui:43 msgid "Select a processor" -msgstr "Vybrat generátor" +msgstr "Vybrat generĂĄtor" #: src/frontends/qt4/ui/BiblioUi.ui:201 src/frontends/qt4/ui/IndicesUi.ui:54 -#: src/frontends/qt4/ui/PrefLatexUi.ui:98 src/frontends/qt4/GuiPrefs.cpp:777 -#: src/frontends/qt4/GuiPrefs.cpp:870 +#: src/frontends/qt4/ui/PrefLatexUi.ui:98 src/frontends/qt4/GuiPrefs.cpp:776 +#: src/frontends/qt4/GuiPrefs.cpp:869 msgid "&Options:" -msgstr "&Možnosti:" +msgstr "&MoĹžnosti:" #: src/frontends/qt4/ui/BiblioUi.ui:211 msgid "" @@ -159,11 +154,11 @@ msgstr "Definice voleb typu --min-crossrefs (viz dokumentace BibTeXu)" #: src/frontends/qt4/ui/BibtexAddUi.ui:21 msgid "LyX: Add BibTeX Database" -msgstr "LyX: Přidat databázi BibTex-u" +msgstr "LyX: Přidat databĂĄzi BibTex-u" #: src/frontends/qt4/ui/BibtexAddUi.ui:36 src/frontends/qt4/ui/BibtexUi.ui:47 msgid "Scan for new databases and styles" -msgstr "Nalézt nové databáze a styly" +msgstr "NalĂŠzt novĂŠ databĂĄze a styly" #: src/frontends/qt4/ui/BibtexAddUi.ui:39 src/frontends/qt4/ui/BibtexUi.ui:50 #: src/frontends/qt4/ui/TexinfoUi.ui:94 @@ -173,30 +168,30 @@ msgstr "&Aktualizovat seznam" #: src/frontends/qt4/ui/BibtexAddUi.ui:46 src/frontends/qt4/ui/BibtexUi.ui:97 #: src/frontends/qt4/ui/CompareUi.ui:50 src/frontends/qt4/ui/ExternalUi.ui:70 #: src/frontends/qt4/ui/GraphicsUi.ui:58 src/frontends/qt4/ui/IncludeUi.ui:335 -#: src/frontends/qt4/ui/LaTeXUi.ui:160 src/frontends/qt4/ui/PrefInputUi.ui:111 +#: src/frontends/qt4/ui/LaTeXUi.ui:160 src/frontends/qt4/ui/PrefInputUi.ui:110 #: src/frontends/qt4/ui/PrintUi.ui:313 msgid "&Browse..." -msgstr "&Procházet..." +msgstr "&ProchĂĄzet..." #: src/frontends/qt4/ui/BibtexAddUi.ui:83 msgid "Enter BibTeX database name" -msgstr "Vložit jméno BibTeX-ové databáze" +msgstr "VloĹžit jmĂŠno BibTeX-ovĂŠ databĂĄze" #: src/frontends/qt4/ui/BibtexAddUi.ui:114 #: src/frontends/qt4/ui/BranchesUi.ui:113 #: src/frontends/qt4/ui/CitationUi.ui:75 src/frontends/qt4/ui/IndicesUi.ui:134 -#: src/CutAndPaste.cpp:367 +#: src/CutAndPaste.cpp:351 msgid "&Add" -msgstr "&Přidat" +msgstr "&Přidat" #: src/frontends/qt4/ui/BibtexAddUi.ui:127 #: src/frontends/qt4/ui/BibtexUi.ui:213 src/frontends/qt4/ui/ChangesUi.ui:91 #: src/frontends/qt4/ui/SendtoUi.ui:92 src/frontends/qt4/ui/ShortcutUi.ui:65 -#: src/buffer_funcs.cpp:113 src/frontends/qt4/ButtonController.cpp:239 -#: src/frontends/qt4/GuiApplication.cpp:1668 +#: src/buffer_funcs.cpp:110 src/frontends/qt4/ButtonController.cpp:239 +#: src/frontends/qt4/GuiApplication.cpp:1501 #: src/frontends/qt4/GuiCompare.cpp:192 msgid "Cancel" -msgstr "Zrušit" +msgstr "ZruĹĄit" #: src/frontends/qt4/ui/BibtexUi.ui:81 msgid "The BibTeX style" @@ -212,32 +207,32 @@ msgstr "Vybrat soubor se stylem" #: src/frontends/qt4/ui/BibtexUi.ui:131 src/frontends/qt4/ui/BibtexUi.ui:144 msgid "This bibliography section contains..." -msgstr "Tato bibliografická sekce obsahuje..." +msgstr "Tato bibliografickĂĄ sekce obsahuje..." #: src/frontends/qt4/ui/BibtexUi.ui:134 msgid "&Content:" msgstr "&Obsah:" -#: src/frontends/qt4/ui/BibtexUi.ui:148 src/insets/InsetBibtex.cpp:216 +#: src/frontends/qt4/ui/BibtexUi.ui:148 src/insets/InsetBibtex.cpp:217 msgid "all cited references" -msgstr "všechny citované reference" +msgstr "vĹĄechny citovanĂŠ reference" #: src/frontends/qt4/ui/BibtexUi.ui:153 src/frontends/qt4/GuiBibtex.cpp:328 -#: src/insets/InsetBibtex.cpp:214 +#: src/insets/InsetBibtex.cpp:215 msgid "all uncited references" -msgstr "všechny necitované reference" +msgstr "vĹĄechny necitovanĂŠ reference" -#: src/frontends/qt4/ui/BibtexUi.ui:158 src/insets/InsetBibtex.cpp:212 +#: src/frontends/qt4/ui/BibtexUi.ui:158 src/insets/InsetBibtex.cpp:213 msgid "all references" -msgstr "všechny reference" +msgstr "vĹĄechny reference" #: src/frontends/qt4/ui/BibtexUi.ui:166 msgid "Add bibliography to the table of contents" -msgstr "Přidat bibliografii do obsahu" +msgstr "Přidat bibliografii do obsahu" #: src/frontends/qt4/ui/BibtexUi.ui:169 msgid "Add bibliography to &TOC" -msgstr "Přidat bibliografii k O&bsahu" +msgstr "Přidat bibliografii k O&bsahu" #: src/frontends/qt4/ui/BibtexUi.ui:200 #: src/frontends/qt4/ui/CharacterUi.ui:357 @@ -249,7 +244,7 @@ msgstr "P #: src/frontends/qt4/ui/IncludeUi.ui:237 src/frontends/qt4/ui/IndexUi.ui:41 #: src/frontends/qt4/ui/InsetParamsUi.ui:118 #: src/frontends/qt4/ui/ListingsUi.ui:539 -#: src/frontends/qt4/ui/MathMatrixUi.ui:263 src/frontends/qt4/ui/NoteUi.ui:38 +#: src/frontends/qt4/ui/MathMatrixUi.ui:307 src/frontends/qt4/ui/NoteUi.ui:38 #: src/frontends/qt4/ui/ParagraphUi.ui:240 #: src/frontends/qt4/ui/PhantomUi.ui:38 #: src/frontends/qt4/ui/PrintindexUi.ui:38 src/frontends/qt4/ui/RefUi.ui:317 @@ -263,15 +258,15 @@ msgstr "&OK" #: src/frontends/qt4/ui/BibtexUi.ui:225 msgid "Move the selected database downwards in the list" -msgstr "Přesuň vybranou databázi v seznamu dolů" +msgstr "Přesuň vybranou databĂĄzi v seznamu dolĹŻ" #: src/frontends/qt4/ui/BibtexUi.ui:228 src/frontends/qt4/ui/ModulesUi.ui:121 msgid "Do&wn" -msgstr "&Dolů" +msgstr "&DolĹŻ" #: src/frontends/qt4/ui/BibtexUi.ui:235 msgid "Move the selected database upwards in the list" -msgstr "Přesuň vybranou databázi v seznamu nahoru" +msgstr "Přesuň vybranou databĂĄzi v seznamu nahoru" #: src/frontends/qt4/ui/BibtexUi.ui:238 src/frontends/qt4/ui/CitationUi.ui:127 #: src/frontends/qt4/ui/ModulesUi.ui:114 @@ -280,215 +275,209 @@ msgstr "&Nahoru" #: src/frontends/qt4/ui/BibtexUi.ui:253 msgid "BibTeX database to use" -msgstr "BibTeX-ová databáze k použití" +msgstr "BibTeX-ovĂĄ databĂĄze k pouĹžitĂ­" #: src/frontends/qt4/ui/BibtexUi.ui:256 msgid "Databa&ses" -msgstr "&Databáze" +msgstr "&DatabĂĄze" #: src/frontends/qt4/ui/BibtexUi.ui:269 msgid "Add a BibTeX database file" -msgstr "Přidej soubor s BibTeX-ovou databází" +msgstr "Přidej soubor s BibTeX-ovou databĂĄzĂ­" #: src/frontends/qt4/ui/BibtexUi.ui:272 msgid "&Add..." -msgstr "Přida&t..." +msgstr "Přida&t..." #: src/frontends/qt4/ui/BibtexUi.ui:279 msgid "Remove the selected database" -msgstr "Smazat vybrané databáze" +msgstr "Smazat vybranĂŠ databĂĄze" #: src/frontends/qt4/ui/BibtexUi.ui:282 src/frontends/qt4/ui/CitationUi.ui:95 msgid "&Delete" msgstr "&Smazat" -#: src/frontends/qt4/ui/BoxUi.ui:29 +#: src/frontends/qt4/ui/BoxUi.ui:28 msgid "Check this if the box should break across pages" -msgstr "Rámeček lze vysázet přes zalomení stránky" +msgstr "RĂĄmeček lze vysĂĄzet přes zalomenĂ­ strĂĄnky" -#: src/frontends/qt4/ui/BoxUi.ui:32 +#: src/frontends/qt4/ui/BoxUi.ui:31 msgid "Allow &page breaks" -msgstr "&Povol zalomení stránky" +msgstr "&Povol zalomenĂ­ strĂĄnky" -#: src/frontends/qt4/ui/BoxUi.ui:39 src/frontends/qt4/ui/MathMatrixUi.ui:152 +#: src/frontends/qt4/ui/BoxUi.ui:38 src/frontends/qt4/ui/MathMatrixUi.ui:151 #: src/frontends/qt4/ui/ParagraphUi.ui:153 msgid "Alignment" -msgstr "Zarovnání" +msgstr "ZarovnĂĄnĂ­" -#: src/frontends/qt4/ui/BoxUi.ui:60 src/frontends/qt4/ui/BoxUi.ui:175 +#: src/frontends/qt4/ui/BoxUi.ui:59 src/frontends/qt4/ui/BoxUi.ui:174 msgid "Horizontal alignment of the content inside the box" -msgstr "Horizontální uspořádání obsahu uvnitř rámečku" +msgstr "HorizontĂĄlnĂ­ uspořádĂĄnĂ­ obsahu uvnitř rĂĄmečku" -#: src/frontends/qt4/ui/BoxUi.ui:64 src/frontends/qt4/ui/ListingsUi.ui:103 -#: src/frontends/qt4/ui/TabularUi.ui:391 -#: src/frontends/qt4/ui/TabularUi.ui:1549 src/frontends/qt4/ui/WrapUi.ui:209 -#: src/frontends/qt4/GuiParagraph.cpp:109 src/frontends/qt4/GuiTabular.cpp:832 +#: src/frontends/qt4/ui/BoxUi.ui:63 src/frontends/qt4/ui/ListingsUi.ui:103 +#: src/frontends/qt4/ui/TabularUi.ui:69 src/frontends/qt4/ui/TabularUi.ui:1387 +#: src/frontends/qt4/ui/WrapUi.ui:209 src/frontends/qt4/GuiParagraph.cpp:109 +#: src/frontends/qt4/GuiTabular.cpp:799 msgid "Left" msgstr "Nalevo" -#: src/frontends/qt4/ui/BoxUi.ui:69 src/frontends/qt4/ui/TabularUi.ui:396 -#: src/frontends/qt4/ui/TabularUi.ui:1556 src/frontends/qt4/GuiExternal.cpp:78 +#: src/frontends/qt4/ui/BoxUi.ui:68 src/frontends/qt4/ui/TabularUi.ui:74 +#: src/frontends/qt4/ui/TabularUi.ui:1394 src/frontends/qt4/GuiExternal.cpp:78 #: src/frontends/qt4/GuiGraphics.cpp:73 src/frontends/qt4/GuiParagraph.cpp:111 -#: src/frontends/qt4/GuiTabular.cpp:833 +#: src/frontends/qt4/GuiTabular.cpp:800 msgid "Center" -msgstr "Na střed" +msgstr "Na střed" -#: src/frontends/qt4/ui/BoxUi.ui:74 src/frontends/qt4/ui/ListingsUi.ui:108 -#: src/frontends/qt4/ui/TabularUi.ui:401 -#: src/frontends/qt4/ui/TabularUi.ui:1566 src/frontends/qt4/ui/WrapUi.ui:214 -#: src/frontends/qt4/GuiParagraph.cpp:110 src/frontends/qt4/GuiTabular.cpp:834 +#: src/frontends/qt4/ui/BoxUi.ui:73 src/frontends/qt4/ui/ListingsUi.ui:108 +#: src/frontends/qt4/ui/TabularUi.ui:79 src/frontends/qt4/ui/TabularUi.ui:1404 +#: src/frontends/qt4/ui/WrapUi.ui:214 src/frontends/qt4/GuiParagraph.cpp:110 +#: src/frontends/qt4/GuiTabular.cpp:801 msgid "Right" msgstr "Napravo" -#: src/frontends/qt4/ui/BoxUi.ui:79 src/frontends/qt4/ui/BoxUi.ui:112 +#: src/frontends/qt4/ui/BoxUi.ui:78 src/frontends/qt4/ui/BoxUi.ui:111 msgid "Stretch" -msgstr "Roztáhnout" +msgstr "RoztĂĄhnout" -#: src/frontends/qt4/ui/BoxUi.ui:93 src/frontends/qt4/ui/BoxUi.ui:165 +#: src/frontends/qt4/ui/BoxUi.ui:92 src/frontends/qt4/ui/BoxUi.ui:164 msgid "Vertical alignment of the content inside the box" -msgstr "Vertikální zarovnání obsahu v rámečku" +msgstr "VertikĂĄlnĂ­ zarovnĂĄnĂ­ obsahu v rĂĄmečku" -#: src/frontends/qt4/ui/BoxUi.ui:97 src/frontends/qt4/ui/BoxUi.ui:124 -#: src/frontends/qt4/ui/TabularUi.ui:277 src/frontends/qt4/ui/TabularUi.ui:532 -#: src/frontends/qt4/GuiMathMatrix.cpp:52 +#: src/frontends/qt4/ui/BoxUi.ui:96 src/frontends/qt4/ui/BoxUi.ui:123 +#: src/frontends/qt4/ui/MathMatrixUi.ui:167 +#: src/frontends/qt4/ui/TabularUi.ui:210 src/frontends/qt4/ui/TabularUi.ui:371 msgid "Top" -msgstr "Nahoře" +msgstr "Nahoře" -#: src/frontends/qt4/ui/BoxUi.ui:102 src/frontends/qt4/ui/BoxUi.ui:129 -#: src/frontends/qt4/ui/TabularUi.ui:282 src/frontends/qt4/ui/TabularUi.ui:537 -#: src/frontends/qt4/GuiMathMatrix.cpp:53 src/frontends/qt4/GuiTabular.cpp:225 +#: src/frontends/qt4/ui/BoxUi.ui:101 src/frontends/qt4/ui/BoxUi.ui:128 +#: src/frontends/qt4/ui/MathMatrixUi.ui:172 +#: src/frontends/qt4/ui/TabularUi.ui:215 src/frontends/qt4/ui/TabularUi.ui:376 +#: src/frontends/qt4/GuiTabular.cpp:212 msgid "Middle" -msgstr "Vprostřed" +msgstr "Vprostřed" -#: src/frontends/qt4/ui/BoxUi.ui:107 src/frontends/qt4/ui/BoxUi.ui:134 -#: src/frontends/qt4/ui/TabularUi.ui:287 src/frontends/qt4/ui/TabularUi.ui:542 -#: lib/layouts/g-brief2.layout:104 lib/layouts/g-brief2.layout:125 -#: lib/layouts/g-brief2.layout:145 lib/layouts/g-brief2.layout:165 -#: lib/layouts/g-brief2.layout:185 lib/layouts/g-brief2.layout:205 -#: lib/layouts/g-brief2.layout:225 lib/layouts/g-brief2.layout:246 -#: lib/layouts/g-brief2.layout:267 lib/layouts/g-brief2.layout:287 -#: lib/layouts/g-brief2.layout:307 lib/layouts/g-brief2.layout:327 -#: lib/layouts/g-brief2.layout:347 lib/layouts/g-brief2.layout:367 -#: lib/layouts/g-brief2.layout:388 lib/layouts/g-brief2.layout:408 -#: lib/layouts/g-brief2.layout:428 lib/layouts/g-brief2.layout:448 -#: lib/layouts/g-brief2.layout:468 lib/layouts/g-brief2.layout:488 -#: lib/layouts/g-brief2.layout:509 lib/layouts/g-brief2.layout:529 -#: lib/layouts/g-brief2.layout:549 lib/layouts/g-brief2.layout:569 -#: lib/layouts/g-brief2.layout:589 lib/layouts/g-brief2.layout:609 -#: lib/layouts/g-brief2.layout:630 lib/layouts/g-brief2.layout:650 -#: lib/layouts/g-brief2.layout:670 lib/layouts/g-brief2.layout:690 -#: lib/layouts/g-brief2.layout:710 src/frontends/qt4/GuiMathMatrix.cpp:54 +#: src/frontends/qt4/ui/BoxUi.ui:106 src/frontends/qt4/ui/BoxUi.ui:133 +#: src/frontends/qt4/ui/MathMatrixUi.ui:177 +#: src/frontends/qt4/ui/TabularUi.ui:220 src/frontends/qt4/ui/TabularUi.ui:381 msgid "Bottom" msgstr "Dole" -#: src/frontends/qt4/ui/BoxUi.ui:120 src/frontends/qt4/ui/BoxUi.ui:142 +#: src/frontends/qt4/ui/BoxUi.ui:119 src/frontends/qt4/ui/BoxUi.ui:141 msgid "Vertical alignment of the box (with regard to baseline)" -msgstr "Vertikální uspořádání obsahu uvnitř rámečku" +msgstr "VertikĂĄlnĂ­ uspořádĂĄnĂ­ obsahu uvnitř rĂĄmečku" -#: src/frontends/qt4/ui/BoxUi.ui:145 +#: src/frontends/qt4/ui/BoxUi.ui:144 msgid "&Box:" -msgstr "&Rámeček:" +msgstr "&RĂĄmeček:" -#: src/frontends/qt4/ui/BoxUi.ui:155 +#: src/frontends/qt4/ui/BoxUi.ui:154 msgid "Co&ntent:" msgstr "&Obsah:" -#: src/frontends/qt4/ui/BoxUi.ui:168 +#: src/frontends/qt4/ui/BoxUi.ui:167 msgid "Vertical" -msgstr "Vertikální" +msgstr "VertikĂĄlnĂ­" -#: src/frontends/qt4/ui/BoxUi.ui:178 +#: src/frontends/qt4/ui/BoxUi.ui:177 msgid "Horizontal" -msgstr "Horizontální" +msgstr "HorizontĂĄlnĂ­" -#: src/frontends/qt4/ui/BoxUi.ui:198 src/frontends/qt4/ui/ExternalUi.ui:446 -#: src/frontends/qt4/ui/PageLayoutUi.ui:71 +#: src/frontends/qt4/ui/BoxUi.ui:197 src/frontends/qt4/ui/ExternalUi.ui:446 +#: src/frontends/qt4/ui/PageLayoutUi.ui:70 msgid "&Height:" -msgstr "&Výška:" +msgstr "&Výťka:" -#: src/frontends/qt4/ui/BoxUi.ui:214 +#: src/frontends/qt4/ui/BoxUi.ui:213 msgid "Inner Bo&x:" -msgstr "Vn&itřní rámeček:" +msgstr "Vn&itřnĂ­ rĂĄmeček:" -#: src/frontends/qt4/ui/BoxUi.ui:230 +#: src/frontends/qt4/ui/BoxUi.ui:229 msgid "&Decoration:" msgstr "&Dekorace:" -#: src/frontends/qt4/ui/BoxUi.ui:243 src/frontends/qt4/ui/ExternalUi.ui:420 -#: src/frontends/qt4/ui/LineUi.ui:58 src/frontends/qt4/ui/PageLayoutUi.ui:100 -#: src/frontends/qt4/ui/TabularUi.ui:475 src/frontends/qt4/ui/WrapUi.ui:85 +#: src/frontends/qt4/ui/BoxUi.ui:242 src/frontends/qt4/ui/ExternalUi.ui:420 +#: src/frontends/qt4/ui/LineUi.ui:58 src/frontends/qt4/ui/PageLayoutUi.ui:99 +#: src/frontends/qt4/ui/TabularUi.ui:153 src/frontends/qt4/ui/WrapUi.ui:85 msgid "&Width:" -msgstr "Šíř&ka:" +msgstr "Šíř&ka:" -#: src/frontends/qt4/ui/BoxUi.ui:259 +#: src/frontends/qt4/ui/BoxUi.ui:255 msgid "Height value" -msgstr "Hodnota výšky" +msgstr "Hodnota výťky" -#: src/frontends/qt4/ui/BoxUi.ui:266 src/frontends/qt4/ui/WrapUi.ui:103 +#: src/frontends/qt4/ui/BoxUi.ui:262 src/frontends/qt4/ui/WrapUi.ui:103 msgid "Width value" -msgstr "Hodnota šířky" +msgstr "Hodnota šířky" -#: src/frontends/qt4/ui/BoxUi.ui:273 +#: src/frontends/qt4/ui/BoxUi.ui:269 msgid "Inner box -- needed for fixed width & line breaks" -msgstr "Vnitřní rámeček -- potřebné pro pevnou šířku & konce řádků" +msgstr "VnitřnĂ­ rĂĄmeček -- potřebnĂŠ pro pevnou šířku & konce řádkĹŻ" -#: src/frontends/qt4/ui/BoxUi.ui:277 src/frontends/qt4/ui/HSpaceUi.ui:32 +#: src/frontends/qt4/ui/BoxUi.ui:273 src/frontends/qt4/ui/HSpaceUi.ui:32 #: src/frontends/qt4/ui/ListingsUi.ui:98 -#: src/frontends/qt4/ui/TabularUi.ui:1199 -#: src/frontends/qt4/ui/TabularUi.ui:1218 -#: src/frontends/qt4/ui/TabularUi.ui:1266 src/frontends/qt4/GuiBox.cpp:229 -#: src/frontends/qt4/GuiBox.cpp:358 src/frontends/qt4/GuiBox.cpp:444 -#: src/frontends/qt4/GuiDocument.cpp:117 src/frontends/qt4/GuiGraphics.cpp:580 -#: src/frontends/qt4/GuiMathMatrix.cpp:33 src/frontends/qt4/GuiPrefs.cpp:2137 -#: src/frontends/qt4/GuiPrefs.cpp:2160 +#: src/frontends/qt4/ui/MathMatrixUi.ui:247 +#: src/frontends/qt4/ui/TabularUi.ui:1037 +#: src/frontends/qt4/ui/TabularUi.ui:1056 +#: src/frontends/qt4/ui/TabularUi.ui:1104 src/frontends/qt4/GuiBox.cpp:193 +#: src/frontends/qt4/GuiBox.cpp:311 src/frontends/qt4/GuiBox.cpp:388 +#: src/frontends/qt4/GuiDocument.cpp:114 src/frontends/qt4/GuiGraphics.cpp:580 +#: src/frontends/qt4/GuiPrefs.cpp:2138 src/frontends/qt4/GuiPrefs.cpp:2161 msgid "None" -msgstr "Žádné" +msgstr "ŽådnĂŠ" -#: src/frontends/qt4/ui/BoxUi.ui:282 src/frontends/qt4/GuiBox.cpp:360 -#: src/frontends/qt4/GuiBox.cpp:447 src/insets/InsetBox.cpp:136 +#: src/frontends/qt4/ui/BoxUi.ui:278 src/frontends/qt4/GuiBox.cpp:313 +#: src/frontends/qt4/GuiBox.cpp:391 src/insets/InsetBox.cpp:135 msgid "Parbox" msgstr "Parbox" -#: src/frontends/qt4/ui/BoxUi.ui:287 src/frontends/qt4/GuiBox.cpp:448 -#: src/insets/InsetBox.cpp:140 +#: src/frontends/qt4/ui/BoxUi.ui:283 src/frontends/qt4/GuiBox.cpp:392 +#: src/insets/InsetBox.cpp:139 msgid "Minipage" -msgstr "Ministránka" +msgstr "MinistrĂĄnka" -#: src/frontends/qt4/ui/BoxUi.ui:295 +#: src/frontends/qt4/ui/BoxUi.ui:291 msgid "Supported box types" -msgstr "Podporované typy rámečků" +msgstr "PodporovanĂŠ typy rĂĄmečkĹŻ" + +#: src/frontends/qt4/ui/BranchUi.ui:19 +msgid "&Available branches:" +msgstr "&DostupnĂŠ větve:" + +#: src/frontends/qt4/ui/BranchUi.ui:29 +msgid "Select your branch" +msgstr "Vyber svoji větev" #: src/frontends/qt4/ui/BranchesUi.ui:25 msgid "&New:[[branch]]" -msgstr "&Nová:" +msgstr "" #: src/frontends/qt4/ui/BranchesUi.ui:35 msgid "" "Append the name of this branch to the output filename, given the branch is " "active." msgstr "" -"Připojit jméno větve ke jménu výstupního souboru v případě, že je daná větev " -"aktivní." +"Připojit jmĂŠno větve ke jmĂŠnu vĂ˝stupnĂ­ho souboru v případě, Ĺže je danĂĄ větev " +"aktivnĂ­." #: src/frontends/qt4/ui/BranchesUi.ui:38 msgid "Filename &Suffix" -msgstr "&Přípona souboru" +msgstr "&Přípona souboru" #: src/frontends/qt4/ui/BranchesUi.ui:61 msgid "Show undefined branches used in this document." -msgstr "Zobrazit nedefinované větve použité v tomto dokumentu." +msgstr "Zobrazit nedefinovanĂŠ větve pouĹžitĂŠ v tomto dokumentu." #: src/frontends/qt4/ui/BranchesUi.ui:64 msgid "&Undefined Branches" -msgstr "&Nedefinované větve" +msgstr "&NedefinovanĂŠ větve" #: src/frontends/qt4/ui/BranchesUi.ui:84 msgid "A&vailable Branches:" -msgstr "Dostupné &větve:" +msgstr "DostupnĂŠ &větve:" #: src/frontends/qt4/ui/BranchesUi.ui:94 msgid "Toggle the selected branch" -msgstr "Přepnout aktivaci vybrané větve" +msgstr "Přepnout aktivaci vybranĂŠ větve" #: src/frontends/qt4/ui/BranchesUi.ui:97 msgid "(&De)activate" @@ -496,88 +485,79 @@ msgstr "(&De)/Aktivovat" #: src/frontends/qt4/ui/BranchesUi.ui:110 msgid "Add a new branch to the list" -msgstr "Přidat novou větev do seznamu" +msgstr "Přidat novou větev do seznamu" #: src/frontends/qt4/ui/BranchesUi.ui:123 msgid "Define or change background color" -msgstr "Definovat nebo změnit barvu pozadí" +msgstr "Definovat nebo změnit barvu pozadĂ­" #: src/frontends/qt4/ui/BranchesUi.ui:126 #: src/frontends/qt4/ui/IndicesUi.ui:185 msgid "Alter Co&lor..." -msgstr "&Změnit barvu..." +msgstr "&Změnit barvu..." #: src/frontends/qt4/ui/BranchesUi.ui:133 msgid "Remove the selected branch" -msgstr "Smazat vybranou větev" +msgstr "Smazat vybranou větev" #: src/frontends/qt4/ui/BranchesUi.ui:136 -#: src/frontends/qt4/ui/IndicesUi.ui:165 src/Buffer.cpp:4148 -#: src/Buffer.cpp:4161 +#: src/frontends/qt4/ui/IndicesUi.ui:165 src/Buffer.cpp:3957 +#: src/Buffer.cpp:3970 msgid "&Remove" msgstr "&Smazat" #: src/frontends/qt4/ui/BranchesUi.ui:143 msgid "Change the name of the selected branch" -msgstr "Změnit jméno vybrané větve" +msgstr "Změnit jmĂŠno vybranĂŠ větve" #: src/frontends/qt4/ui/BranchesUi.ui:146 msgid "Re&name..." -msgstr "Pře&jmenovat..." +msgstr "Pře&jmenovat..." #: src/frontends/qt4/ui/BranchesUnknownUi.ui:25 msgid "Add the selected branches to the list." -msgstr "Přidat vybrané větve do seznamu." +msgstr "Přidat vybranĂŠ větve do seznamu." #: src/frontends/qt4/ui/BranchesUnknownUi.ui:28 msgid "&Add Selected" -msgstr "&Přidat Vybrané" +msgstr "&Přidat VybranĂŠ" #: src/frontends/qt4/ui/BranchesUnknownUi.ui:35 msgid "Add all unknown branches to the list." -msgstr "Přidat všechny neznámé větve do seznamu." +msgstr "Přidat vĹĄechny neznĂĄmĂŠ větve do seznamu." #: src/frontends/qt4/ui/BranchesUnknownUi.ui:38 msgid "Add A&ll" -msgstr "Přidat &všechny" +msgstr "Přidat &vĹĄechny" #: src/frontends/qt4/ui/BranchesUnknownUi.ui:58 #: src/frontends/qt4/ui/CitationUi.ui:220 #: src/frontends/qt4/ui/CompareHistoryUi.ui:205 #: src/frontends/qt4/ui/DocumentUi.ui:84 src/frontends/qt4/ui/IndexUi.ui:78 #: src/frontends/qt4/ui/ListingsUi.ui:559 -#: src/frontends/qt4/ui/PrintindexUi.ui:28 src/Buffer.cpp:1255 -#: src/Buffer.cpp:2624 src/Buffer.cpp:4122 src/Buffer.cpp:4186 -#: src/LyXVC.cpp:107 src/LyXVC.cpp:297 src/frontends/qt4/GuiBranches.cpp:219 -#: src/frontends/qt4/GuiClipboard.cpp:246 -#: src/frontends/qt4/GuiDocument.cpp:2087 +#: src/frontends/qt4/ui/PrintindexUi.ui:28 src/Buffer.cpp:1162 +#: src/Buffer.cpp:2467 src/Buffer.cpp:3932 src/Buffer.cpp:3995 +#: src/LyXVC.cpp:89 src/LyXVC.cpp:224 src/frontends/qt4/GuiBranches.cpp:216 +#: src/frontends/qt4/GuiClipboard.cpp:242 +#: src/frontends/qt4/GuiDocument.cpp:1936 #: src/frontends/qt4/GuiParagraph.cpp:69 -#: src/frontends/qt4/GuiParagraph.cpp:159 src/frontends/qt4/GuiView.cpp:2141 -#: src/frontends/qt4/GuiView.cpp:2292 src/frontends/qt4/GuiView.cpp:2316 -#: src/frontends/qt4/GuiView.cpp:2330 src/frontends/qt4/GuiView.cpp:2429 -#: src/frontends/qt4/GuiView.cpp:2473 src/frontends/qt4/GuiView.cpp:2723 -#: src/frontends/qt4/GuiView.cpp:2730 src/frontends/qt4/GuiView.cpp:2829 -#: src/frontends/qt4/GuiView.cpp:2857 src/frontends/qt4/GuiView.cpp:3475 -#: src/insets/InsetBibtex.cpp:152 +#: src/frontends/qt4/GuiParagraph.cpp:159 src/frontends/qt4/GuiView.cpp:2146 +#: src/frontends/qt4/GuiView.cpp:2296 src/frontends/qt4/GuiView.cpp:2311 +#: src/frontends/qt4/GuiView.cpp:2386 src/frontends/qt4/GuiView.cpp:2434 +#: src/frontends/qt4/GuiView.cpp:2649 src/frontends/qt4/GuiView.cpp:2656 +#: src/frontends/qt4/GuiView.cpp:2755 src/frontends/qt4/GuiView.cpp:2783 +#: src/frontends/qt4/GuiView.cpp:3400 src/insets/InsetBibtex.cpp:153 msgid "&Cancel" -msgstr "&Zrušit" +msgstr "&ZruĹĄit" #: src/frontends/qt4/ui/BranchesUnknownUi.ui:65 #: src/frontends/qt4/ui/BranchesUnknownUi.ui:78 msgid "Undefined branches used in this document." -msgstr "Nedefinované větve použité v tomto dokumentu." +msgstr "NedefinovanĂŠ větve pouĹžitĂŠ v tomto dokumentu." #: src/frontends/qt4/ui/BranchesUnknownUi.ui:68 msgid "&Undefined Branches:" -msgstr "&Nedefinované větve:" - -#: src/frontends/qt4/ui/BranchUi.ui:19 -msgid "&Available branches:" -msgstr "&Dostupné větve:" - -#: src/frontends/qt4/ui/BranchUi.ui:29 -msgid "Select your branch" -msgstr "Vyber svoji větev" +msgstr "&NedefinovanĂŠ větve:" #: src/frontends/qt4/ui/BulletsUi.ui:34 msgid "&Font:" @@ -590,115 +570,113 @@ msgstr "Ve&likost:" #: src/frontends/qt4/ui/BulletsUi.ui:66 #: src/frontends/qt4/ui/ParagraphUi.ui:115 -#: src/frontends/qt4/ui/TabularUi.ui:1204 -#: src/frontends/qt4/ui/TabularUi.ui:1223 -#: src/frontends/qt4/ui/TabularUi.ui:1271 lib/ui/stdtoolbars.inc:113 -#: src/Font.cpp:180 src/HSpace.cpp:114 src/frontends/qt4/GuiDocument.cpp:113 -#: src/frontends/qt4/GuiDocument.cpp:704 src/frontends/qt4/GuiDocument.cpp:825 -#: src/frontends/qt4/GuiDocument.cpp:830 src/frontends/qt4/GuiDocument.cpp:871 -#: src/frontends/qt4/GuiDocument.cpp:882 -#: src/frontends/qt4/GuiDocument.cpp:1052 -#: src/frontends/qt4/GuiDocument.cpp:1137 -#: src/frontends/qt4/GuiDocument.cpp:1843 -#: src/frontends/qt4/GuiDocument.cpp:1921 -#: src/frontends/qt4/GuiDocument.cpp:1922 -#: src/frontends/qt4/GuiDocument.cpp:1923 -#: src/frontends/qt4/GuiDocument.cpp:1943 -#: src/frontends/qt4/GuiDocument.cpp:1950 -#: src/frontends/qt4/GuiDocument.cpp:1957 -#: src/frontends/qt4/GuiDocument.cpp:2042 -#: src/frontends/qt4/GuiDocument.cpp:2480 -#: src/frontends/qt4/GuiDocument.cpp:3563 src/frontends/qt4/GuiExternal.cpp:76 +#: src/frontends/qt4/ui/TabularUi.ui:1042 +#: src/frontends/qt4/ui/TabularUi.ui:1061 +#: src/frontends/qt4/ui/TabularUi.ui:1109 lib/ui/stdtoolbars.inc:112 +#: src/Font.cpp:178 src/HSpace.cpp:117 src/frontends/qt4/GuiDocument.cpp:110 +#: src/frontends/qt4/GuiDocument.cpp:128 src/frontends/qt4/GuiDocument.cpp:144 +#: src/frontends/qt4/GuiDocument.cpp:157 src/frontends/qt4/GuiDocument.cpp:764 +#: src/frontends/qt4/GuiDocument.cpp:877 src/frontends/qt4/GuiDocument.cpp:882 +#: src/frontends/qt4/GuiDocument.cpp:923 src/frontends/qt4/GuiDocument.cpp:934 +#: src/frontends/qt4/GuiDocument.cpp:1095 +#: src/frontends/qt4/GuiDocument.cpp:1181 +#: src/frontends/qt4/GuiDocument.cpp:1791 +#: src/frontends/qt4/GuiDocument.cpp:1814 +#: src/frontends/qt4/GuiDocument.cpp:1815 +#: src/frontends/qt4/GuiDocument.cpp:1816 +#: src/frontends/qt4/GuiDocument.cpp:1891 +#: src/frontends/qt4/GuiDocument.cpp:2321 +#: src/frontends/qt4/GuiDocument.cpp:3390 src/frontends/qt4/GuiExternal.cpp:76 #: src/frontends/qt4/GuiGraphics.cpp:71 src/frontends/qt4/GuiIndices.cpp:57 #: src/frontends/qt4/GuiListings.cpp:152 src/frontends/qt4/GuiListings.cpp:159 -#: src/frontends/qt4/GuiPrefs.cpp:2290 src/frontends/qt4/GuiPrefs.cpp:2524 +#: src/frontends/qt4/GuiPrefs.cpp:2291 src/frontends/qt4/GuiPrefs.cpp:2546 #: src/frontends/qt4/GuiPrintNomencl.cpp:47 -#: src/frontends/qt4/GuiViewSource.cpp:204 +#: src/frontends/qt4/GuiViewSource.cpp:198 msgid "Default" -msgstr "Standardní" +msgstr "StandardnĂ­" #: src/frontends/qt4/ui/BulletsUi.ui:71 src/Font.cpp:71 #: src/frontends/qt4/GuiCharacter.cpp:56 src/frontends/qt4/GuiListings.cpp:152 msgid "Tiny" -msgstr "Drobné" +msgstr "DrobnĂŠ" #: src/frontends/qt4/ui/BulletsUi.ui:76 src/Font.cpp:71 #: src/frontends/qt4/GuiCharacter.cpp:57 src/frontends/qt4/GuiListings.cpp:152 msgid "Smallest" -msgstr "Nejmenší" +msgstr "NejmenĹĄĂ­" #: src/frontends/qt4/ui/BulletsUi.ui:81 src/Font.cpp:71 #: src/frontends/qt4/GuiCharacter.cpp:58 src/frontends/qt4/GuiListings.cpp:152 msgid "Smaller" -msgstr "Menší" +msgstr "MenĹĄĂ­" #: src/frontends/qt4/ui/BulletsUi.ui:86 src/Font.cpp:71 #: src/frontends/qt4/GuiCharacter.cpp:59 src/frontends/qt4/GuiListings.cpp:152 msgid "Small" -msgstr "Malé" +msgstr "MalĂŠ" #: src/frontends/qt4/ui/BulletsUi.ui:91 src/Font.cpp:71 #: src/frontends/qt4/GuiCharacter.cpp:60 src/frontends/qt4/GuiListings.cpp:152 msgid "Normal" -msgstr "Normální" +msgstr "NormĂĄlnĂ­" #: src/frontends/qt4/ui/BulletsUi.ui:96 src/Font.cpp:71 #: src/frontends/qt4/GuiCharacter.cpp:61 src/frontends/qt4/GuiListings.cpp:153 msgid "Large" -msgstr "Velké" +msgstr "VelkĂŠ" #: src/frontends/qt4/ui/BulletsUi.ui:101 src/Font.cpp:72 #: src/frontends/qt4/GuiCharacter.cpp:62 src/frontends/qt4/GuiListings.cpp:153 msgid "Larger" -msgstr "Větší" +msgstr "VětĹĄĂ­" #: src/frontends/qt4/ui/BulletsUi.ui:106 src/Font.cpp:72 #: src/frontends/qt4/GuiCharacter.cpp:63 msgid "Largest" -msgstr "Největší" +msgstr "NejvětĹĄĂ­" #: src/frontends/qt4/ui/BulletsUi.ui:111 src/Font.cpp:72 #: src/frontends/qt4/GuiCharacter.cpp:64 msgid "Huge" -msgstr "Obrovské" +msgstr "ObrovskĂŠ" #: src/frontends/qt4/ui/BulletsUi.ui:116 src/Font.cpp:72 #: src/frontends/qt4/GuiCharacter.cpp:65 msgid "Huger" -msgstr "Obrovité" +msgstr "ObrovitĂŠ" #: src/frontends/qt4/ui/BulletsUi.ui:144 msgid "&Custom Bullet:" -msgstr "&Vlastní odrážka:" +msgstr "&VlastnĂ­ odrĂĄĹžka:" #: src/frontends/qt4/ui/BulletsUi.ui:174 #: src/frontends/qt4/ui/PDFSupportUi.ui:336 msgid "&Level:" -msgstr "Ú&roveň:" +msgstr "Ú&roveň:" #: src/frontends/qt4/ui/ChangesUi.ui:31 msgid "Change:" -msgstr "Změnit:" +msgstr "Změnit:" #: src/frontends/qt4/ui/ChangesUi.ui:49 msgid "Go to previous change" -msgstr "Přechod na předchozí změnu" +msgstr "Přechod na předchozĂ­ změnu" #: src/frontends/qt4/ui/ChangesUi.ui:52 msgid "&Previous change" -msgstr "&Předchozí změna" +msgstr "&PředchozĂ­ změna" #: src/frontends/qt4/ui/ChangesUi.ui:62 msgid "Go to next change" -msgstr "Přechod na další změnu" +msgstr "Přechod na dalĹĄĂ­ změnu" #: src/frontends/qt4/ui/ChangesUi.ui:65 msgid "&Next change" -msgstr "&Další změna" +msgstr "&DalĹĄĂ­ změna" #: src/frontends/qt4/ui/ChangesUi.ui:108 msgid "Accept this change" -msgstr "Akceptovat tuto změnu" +msgstr "Akceptovat tuto změnu" #: src/frontends/qt4/ui/ChangesUi.ui:111 msgid "&Accept" @@ -706,16 +684,16 @@ msgstr "&Akceptovat" #: src/frontends/qt4/ui/ChangesUi.ui:121 msgid "Reject this change" -msgstr "Zamítnout tuto změnu" +msgstr "ZamĂ­tnout tuto změnu" #: src/frontends/qt4/ui/ChangesUi.ui:124 msgid "&Reject" -msgstr "&Zamítnout" +msgstr "&ZamĂ­tnout" #: src/frontends/qt4/ui/CharacterUi.ui:44 #: src/frontends/qt4/ui/CharacterUi.ui:123 msgid "Font family" -msgstr "Rodina písma" +msgstr "Rodina pĂ­sma" #: src/frontends/qt4/ui/CharacterUi.ui:47 msgid "&Family:" @@ -724,30 +702,29 @@ msgstr "&Rodina:" #: src/frontends/qt4/ui/CharacterUi.ui:65 #: src/frontends/qt4/ui/CharacterUi.ui:72 msgid "Font shape" -msgstr "Řez písma" +msgstr "Řez pĂ­sma" #: src/frontends/qt4/ui/CharacterUi.ui:75 msgid "S&hape:" -msgstr "Ře&z:" +msgstr "Ře&z:" #: src/frontends/qt4/ui/CharacterUi.ui:93 #: src/frontends/qt4/ui/CharacterUi.ui:158 msgid "Font series" -msgstr "Tloušťka kresby písma" +msgstr "TlouĹĄĹĽka kresby pĂ­sma" #: src/frontends/qt4/ui/CharacterUi.ui:108 #: src/frontends/qt4/ui/CharacterUi.ui:145 -#: src/frontends/qt4/ui/ListingsUi.ui:339 lib/layouts/europecv.layout:241 -#: lib/layouts/europecv.layout:247 lib/layouts/moderncv.layout:419 -#: lib/layouts/bicaption.module:15 src/frontends/qt4/GuiDocument.cpp:1402 -#: src/frontends/qt4/GuiPrefs.cpp:2240 src/frontends/qt4/Menus.cpp:885 +#: src/frontends/qt4/ui/ListingsUi.ui:339 lib/layouts/europecv.layout:119 +#: lib/layouts/moderncv.layout:116 src/frontends/qt4/GuiDocument.cpp:1419 +#: src/frontends/qt4/GuiPrefs.cpp:2241 src/frontends/qt4/Menus.cpp:849 msgid "Language" msgstr "Jazyk" #: src/frontends/qt4/ui/CharacterUi.ui:138 #: src/frontends/qt4/ui/CharacterUi.ui:174 msgid "Font color" -msgstr "Barva písma" +msgstr "Barva pĂ­sma" #: src/frontends/qt4/ui/CharacterUi.ui:148 #: src/frontends/qt4/ui/LanguageUi.ui:20 @@ -766,41 +743,41 @@ msgstr "&Barva:" #: src/frontends/qt4/ui/CharacterUi.ui:197 msgid "Never Toggled" -msgstr "Nikdy nepřepínáno při použití" +msgstr "Nikdy nepřepĂ­nĂĄno při pouĹžitĂ­" #: src/frontends/qt4/ui/CharacterUi.ui:209 #: src/frontends/qt4/ui/CharacterUi.ui:230 msgid "Font size" -msgstr "Velikost písma" +msgstr "Velikost pĂ­sma" #: src/frontends/qt4/ui/CharacterUi.ui:240 #: src/frontends/qt4/ui/CharacterUi.ui:273 msgid "Other font settings" -msgstr "Další nastavení písma" +msgstr "DalĹĄĂ­ nastavenĂ­ pĂ­sma" #: src/frontends/qt4/ui/CharacterUi.ui:243 msgid "Always Toggled" -msgstr "Vždy přepínáno při použití" +msgstr "VĹždy přepĂ­nĂĄno při pouĹžitĂ­" #: src/frontends/qt4/ui/CharacterUi.ui:255 msgid "&Misc:" -msgstr "Růz&né:" +msgstr "RĹŻz&nĂŠ:" #: src/frontends/qt4/ui/CharacterUi.ui:295 msgid "toggle font on all of the above" -msgstr "Přepnout písmo na všech výše vybraných" +msgstr "Přepnout pĂ­smo na vĹĄech výťe vybranĂ˝ch" #: src/frontends/qt4/ui/CharacterUi.ui:298 msgid "&Toggle all" -msgstr "&Přepnout vše" +msgstr "&Přepnout vĹĄe" #: src/frontends/qt4/ui/CharacterUi.ui:305 msgid "Apply each change automatically" -msgstr "Použít každou změnu automaticky" +msgstr "PouŞít kaĹždou změnu automaticky" #: src/frontends/qt4/ui/CharacterUi.ui:308 msgid "Apply changes &immediately" -msgstr "&Okamžitě použít změny" +msgstr "&OkamĹžitě pouŞít změny" #: src/frontends/qt4/ui/CharacterUi.ui:367 #: src/frontends/qt4/ui/DocumentUi.ui:77 @@ -811,48 +788,48 @@ msgstr "&Okam #: src/frontends/qt4/ui/ParagraphUi.ui:250 src/frontends/qt4/ui/PrefsUi.ui:80 #: src/frontends/qt4/ui/RefUi.ui:330 src/frontends/qt4/ui/SendtoUi.ui:85 #: src/frontends/qt4/ui/SymbolsUi.ui:59 src/frontends/qt4/ui/WrapUi.ui:163 -#: src/frontends/qt4/GuiDocument.cpp:2170 -#: src/frontends/qt4/GuiDocument.cpp:3509 +#: src/frontends/qt4/GuiDocument.cpp:2012 +#: src/frontends/qt4/GuiDocument.cpp:3333 msgid "&Apply" -msgstr "&Použít" +msgstr "&PouŞít" #: src/frontends/qt4/ui/CharacterUi.ui:377 #: src/frontends/qt4/ui/GraphicsUi.ui:763 -#: src/frontends/qt4/ui/MathMatrixUi.ui:270 src/frontends/qt4/ui/NoteUi.ui:28 +#: src/frontends/qt4/ui/MathMatrixUi.ui:314 src/frontends/qt4/ui/NoteUi.ui:28 #: src/frontends/qt4/ui/PhantomUi.ui:28 src/frontends/qt4/ui/PrintUi.ui:243 #: src/frontends/qt4/ui/TabularCreateUi.ui:72 #: src/frontends/qt4/ButtonController.cpp:241 #: src/frontends/qt4/GuiCompare.cpp:190 msgid "Close" -msgstr "Zavřít" +msgstr "Zavřít" #: src/frontends/qt4/ui/CitationUi.ui:30 msgid "A&vailable Citations:" -msgstr "&Dostupné citace:" +msgstr "&DostupnĂŠ citace:" #: src/frontends/qt4/ui/CitationUi.ui:53 msgid "S&elected Citations:" -msgstr "&Vybrané citace:" +msgstr "&VybranĂŠ citace:" #: src/frontends/qt4/ui/CitationUi.ui:72 msgid "Click or press Enter to add the selected citation to the list" -msgstr "Stiskněte Enter pro přidání citace do seznamu" +msgstr "Stiskněte Enter pro přidĂĄnĂ­ citace do seznamu" #: src/frontends/qt4/ui/CitationUi.ui:92 msgid "Click or press Delete to delete the selected citation from the list" -msgstr "Stiskněte Delete pro smazání citace ze seznamu" +msgstr "Stiskněte Delete pro smazĂĄnĂ­ citace ze seznamu" #: src/frontends/qt4/ui/CitationUi.ui:124 msgid "Move the selected citation up (Ctrl-Up)" -msgstr "Přesun označené citace nahoru (Ctrl+nahoru)" +msgstr "Přesun označenĂŠ citace nahoru (Ctrl+nahoru)" #: src/frontends/qt4/ui/CitationUi.ui:148 msgid "Move the selected citation down (Ctrl-Down)" -msgstr "Přesun označené citace dolů (Ctrl+dolů)" +msgstr "Přesun označenĂŠ citace dolĹŻ (Ctrl+dolĹŻ)" #: src/frontends/qt4/ui/CitationUi.ui:151 msgid "&Down" -msgstr "&Dolů" +msgstr "&DolĹŻ" #: src/frontends/qt4/ui/CitationUi.ui:174 #: src/frontends/qt4/ui/DocumentUi.ui:44 @@ -865,11 +842,11 @@ msgstr "O&bnovit" #: src/frontends/qt4/ui/CitationUi.ui:210 msgid "App&ly" -msgstr "&Použít" +msgstr "&PouŞít" #: src/frontends/qt4/ui/CitationUi.ui:248 msgid "Formatting" -msgstr "Formátování" +msgstr "FormĂĄtovĂĄnĂ­" #: src/frontends/qt4/ui/CitationUi.ui:257 msgid "Citation st&yle:" @@ -877,15 +854,15 @@ msgstr "St&yl Citace:" #: src/frontends/qt4/ui/CitationUi.ui:267 msgid "Natbib citation style to use" -msgstr "Natbib citační styl pro použití" +msgstr "Natbib citačnĂ­ styl pro pouĹžitĂ­" #: src/frontends/qt4/ui/CitationUi.ui:274 msgid "Text &before:" -msgstr "Text &před:" +msgstr "Text &před:" #: src/frontends/qt4/ui/CitationUi.ui:284 msgid "Text to place before citation" -msgstr "Text umístěný před citací" +msgstr "Text umĂ­stěnĂ˝ před citacĂ­" #: src/frontends/qt4/ui/CitationUi.ui:291 msgid "Text a&fter:" @@ -893,23 +870,23 @@ msgstr "T&ext za:" #: src/frontends/qt4/ui/CitationUi.ui:301 msgid "Text to place after citation" -msgstr "Text umístěný za citací" +msgstr "Text umĂ­stěnĂ˝ za citacĂ­" #: src/frontends/qt4/ui/CitationUi.ui:329 msgid "List all authors" -msgstr "Seznam všech autorů" +msgstr "Seznam vĹĄech autorĹŻ" #: src/frontends/qt4/ui/CitationUi.ui:332 msgid "Full aut&hor list" -msgstr "Úplný &autorský list" +msgstr "ÚplnĂ˝ &autorskĂ˝ list" #: src/frontends/qt4/ui/CitationUi.ui:339 msgid "Force upper case in citation" -msgstr "Vynutit velké písmo v citaci" +msgstr "Vynutit velkĂŠ pĂ­smo v citaci" #: src/frontends/qt4/ui/CitationUi.ui:342 msgid "Force u&pper case" -msgstr "&Vynutit velké písmo" +msgstr "&Vynutit velkĂŠ pĂ­smo" #: src/frontends/qt4/ui/CitationUi.ui:354 msgid "Search Citation" @@ -922,11 +899,11 @@ msgstr "&Hledat:" #: src/frontends/qt4/ui/CitationUi.ui:382 msgid "" "Enter the text to search for and press Enter or click the button to search" -msgstr "Vložte text a stiskněte enter" +msgstr "VloĹžte text a stiskněte enter" #: src/frontends/qt4/ui/CitationUi.ui:395 msgid "Click or press Enter in the search box to search" -msgstr "Můžete také použít enter ve vyhledávacím poli" +msgstr "MĹŻĹžete takĂŠ pouŞít enter ve vyhledĂĄvacĂ­m poli" #: src/frontends/qt4/ui/CitationUi.ui:398 msgid "&Search" @@ -934,55 +911,55 @@ msgstr "&Vyhledat" #: src/frontends/qt4/ui/CitationUi.ui:408 msgid "Search field:" -msgstr "Kde vyhledávat:" +msgstr "Kde vyhledĂĄvat:" #: src/frontends/qt4/ui/CitationUi.ui:428 #: src/frontends/qt4/GuiCitation.cpp:285 msgid "All fields" -msgstr "Všechna pole" +msgstr "VĹĄechna pole" #: src/frontends/qt4/ui/CitationUi.ui:449 msgid "Regular e&xpression" -msgstr "&Regulární výraz" +msgstr "&RegulĂĄrnĂ­ vĂ˝raz" #: src/frontends/qt4/ui/CitationUi.ui:456 msgid "Case se&nsitive" -msgstr "Velikost &písmen" +msgstr "Velikost &pĂ­smen" #: src/frontends/qt4/ui/CitationUi.ui:463 msgid "Entry types:" -msgstr "Typy záznamů:" +msgstr "Typy zĂĄznamĹŻ:" #: src/frontends/qt4/ui/CitationUi.ui:480 #: src/frontends/qt4/GuiCitation.cpp:300 msgid "All entry types" -msgstr "Všechny typy záznamů" +msgstr "VĹĄechny typy zĂĄznamĹŻ" #: src/frontends/qt4/ui/CitationUi.ui:501 msgid "Search as you &type" -msgstr "&Vyhledávat při zadávání" +msgstr "&VyhledĂĄvat při zadĂĄvĂĄnĂ­" #: src/frontends/qt4/ui/ColorUi.ui:27 msgid "Font colors" -msgstr "Barva písma" +msgstr "Barva pĂ­sma" #: src/frontends/qt4/ui/ColorUi.ui:38 msgid "Main text:" -msgstr "Hlavní text:" +msgstr "HlavnĂ­ text:" #: src/frontends/qt4/ui/ColorUi.ui:54 src/frontends/qt4/ui/ColorUi.ui:115 #: src/frontends/qt4/ui/ColorUi.ui:192 src/frontends/qt4/ui/ColorUi.ui:253 msgid "Click to change the color" -msgstr "Klikněte pro změnu barvy" +msgstr "Klikněte pro změnu barvy" #: src/frontends/qt4/ui/ColorUi.ui:57 src/frontends/qt4/ui/ColorUi.ui:195 msgid "Default..." -msgstr "Standardní..." +msgstr "StandardnĂ­..." #: src/frontends/qt4/ui/ColorUi.ui:70 src/frontends/qt4/ui/ColorUi.ui:131 #: src/frontends/qt4/ui/ColorUi.ui:208 src/frontends/qt4/ui/ColorUi.ui:269 msgid "Revert the color to the default" -msgstr "Vrátit barvu na standardní" +msgstr "VrĂĄtit barvu na standardnĂ­" #: src/frontends/qt4/ui/ColorUi.ui:73 src/frontends/qt4/ui/ColorUi.ui:134 #: src/frontends/qt4/ui/ColorUi.ui:211 src/frontends/qt4/ui/ColorUi.ui:272 @@ -991,25 +968,25 @@ msgstr "V&ynulovat" #: src/frontends/qt4/ui/ColorUi.ui:99 msgid "Greyed-out notes:" -msgstr "Zašedlé poznámky:" +msgstr "ZaĹĄedlĂŠ poznĂĄmky:" #: src/frontends/qt4/ui/ColorUi.ui:118 src/frontends/qt4/ui/ColorUi.ui:256 -#: src/frontends/qt4/GuiDocument.cpp:1631 -#: src/frontends/qt4/GuiDocument.cpp:1661 +#: src/frontends/qt4/GuiDocument.cpp:1648 +#: src/frontends/qt4/GuiDocument.cpp:1678 msgid "&Change..." -msgstr "&Změnit..." +msgstr "&Změnit..." #: src/frontends/qt4/ui/ColorUi.ui:165 msgid "Background colors" -msgstr "Barvy pozadí" +msgstr "Barvy pozadĂ­" -#: src/frontends/qt4/ui/ColorUi.ui:176 lib/layouts/europecv.layout:124 +#: src/frontends/qt4/ui/ColorUi.ui:176 msgid "Page:" -msgstr "Stránka:" +msgstr "StrĂĄnka:" #: src/frontends/qt4/ui/ColorUi.ui:237 msgid "Shaded boxes:" -msgstr "Stínované rámečky:" +msgstr "StĂ­novanĂŠ rĂĄmečky:" #: src/frontends/qt4/ui/CompareHistoryUi.ui:22 msgid "Compare Revisions" @@ -1017,7 +994,7 @@ msgstr "Porovnat revize" #: src/frontends/qt4/ui/CompareHistoryUi.ui:30 msgid "&Revisions back" -msgstr "&Revizí nazpět" +msgstr "&RevizĂ­ nazpět" #: src/frontends/qt4/ui/CompareHistoryUi.ui:83 msgid "&Between revisions" @@ -1025,58 +1002,58 @@ msgstr "&Mezi revizemi" #: src/frontends/qt4/ui/CompareHistoryUi.ui:96 msgid "Old:" -msgstr "Stará:" +msgstr "StarĂĄ:" #: src/frontends/qt4/ui/CompareHistoryUi.ui:131 msgid "New:" -msgstr "Nová:" +msgstr "NovĂĄ:" #: src/frontends/qt4/ui/CompareUi.ui:27 msgid "&New Document:" -msgstr "&Nový dokument:" +msgstr "&NovĂ˝ dokument:" #: src/frontends/qt4/ui/CompareUi.ui:60 msgid "&Old Document:" -msgstr "&Starý dokument:" +msgstr "&StarĂ˝ dokument:" -#: src/frontends/qt4/ui/CompareUi.ui:83 src/frontends/qt4/ui/PrefUi.ui:50 +#: src/frontends/qt4/ui/CompareUi.ui:83 src/frontends/qt4/ui/PrefUi.ui:38 msgid "Bro&wse..." -msgstr "P&rocházet..." +msgstr "P&rochĂĄzet..." #: src/frontends/qt4/ui/CompareUi.ui:99 msgid "Copy Document Settings from:" -msgstr "Nastavení dokumentu vzít z:" +msgstr "NastavenĂ­ dokumentu vzĂ­t z:" #: src/frontends/qt4/ui/CompareUi.ui:105 msgid "N&ew Document" -msgstr "N&ový dokument" +msgstr "N&ovĂ˝ dokument" #: src/frontends/qt4/ui/CompareUi.ui:112 msgid "Ol&d Document" -msgstr "S&tarý dokument" +msgstr "S&tarĂ˝ dokument" #: src/frontends/qt4/ui/CompareUi.ui:178 msgid "" "Turns on the change tracking and showing changes in LaTeX output for the " "resulting document" -msgstr "Zapne kontrolu revizí a zobrazí změny ve výstupním LaTeX-ovém souboru" +msgstr "Zapne kontrolu revizĂ­ a zobrazĂ­ změny ve vĂ˝stupnĂ­m LaTeX-ovĂŠm souboru" #: src/frontends/qt4/ui/CompareUi.ui:181 msgid "Enable &change tracking features in the output" -msgstr "&Zapnout kontrolu revizí na výstupu" +msgstr "&Zapnout kontrolu revizĂ­ na vĂ˝stupu" #: src/frontends/qt4/ui/DelimiterUi.ui:143 -#: src/frontends/qt4/GuiDelimiter.cpp:283 +#: src/frontends/qt4/GuiDelimiter.cpp:278 msgid "TeX Code: " -msgstr "Kód TeX-u: " +msgstr "KĂłd TeX-u: " #: src/frontends/qt4/ui/DelimiterUi.ui:167 msgid "Match delimiter types" -msgstr "Párovat typy oddělovačů" +msgstr "PĂĄrovat typy oddělovačů" #: src/frontends/qt4/ui/DelimiterUi.ui:170 msgid "&Keep matched" -msgstr "Drže&t spárované" +msgstr "DrĹže&t spĂĄrovanĂŠ" #: src/frontends/qt4/ui/DelimiterUi.ui:196 msgid "&Size:" @@ -1085,55 +1062,35 @@ msgstr "&Velikost:" #: src/frontends/qt4/ui/DelimiterUi.ui:268 #: src/frontends/qt4/ui/SymbolsUi.ui:56 msgid "Insert the delimiters" -msgstr "Vložit oddělovače" +msgstr "VloĹžit oddělovače" #: src/frontends/qt4/ui/DelimiterUi.ui:271 msgid "&Insert" -msgstr "&Vložit" +msgstr "&VloĹžit" #: src/frontends/qt4/ui/DocumentUi.ui:112 msgid "Reset to the default settings for the document class" -msgstr "Obnovit standardní nastavení třídy dokumentu" +msgstr "Obnovit standardnĂ­ nastavenĂ­ třídy dokumentu" #: src/frontends/qt4/ui/DocumentUi.ui:115 msgid "Use Class Defaults" -msgstr "Použít standardní nastavení třídy" +msgstr "PouŞít standardnĂ­ nastavenĂ­ třídy" #: src/frontends/qt4/ui/DocumentUi.ui:130 msgid "Save settings as LyX's default document settings" -msgstr "Ulož jako standardní nastavení Lyx-ového dokumentu" +msgstr "UloĹž jako standardnĂ­ nastavenĂ­ Lyx-ovĂŠho dokumentu" #: src/frontends/qt4/ui/DocumentUi.ui:133 msgid "Save as Document Defaults" -msgstr "Uložit jako standardní nastavení dokumentu" +msgstr "UloĹžit jako standardnĂ­ nastavenĂ­ dokumentu" -#: src/frontends/qt4/ui/ErrorListUi.ui:36 -msgid "For more information, refer to the complete log." -msgstr "Pro více informací se podívejte do kompletního logu." - -#: src/frontends/qt4/ui/ErrorListUi.ui:43 -msgid "&Errors:" -msgstr "&Chyby:" - -#: src/frontends/qt4/ui/ErrorListUi.ui:53 -msgid "Description:" -msgstr "Popis:" - -#: src/frontends/qt4/ui/ErrorListUi.ui:83 -msgid "Open the LaTeX Log File dialog" -msgstr "Otevřít log LaTeX-u" - -#: src/frontends/qt4/ui/ErrorListUi.ui:86 -msgid "View Complete &Log..." -msgstr "Zobraz úplný &log ..." - -#: src/frontends/qt4/ui/ERTUi.ui:28 src/frontends/qt4/GuiPrefs.cpp:1230 +#: src/frontends/qt4/ui/ERTUi.ui:28 src/frontends/qt4/GuiPrefs.cpp:1229 msgid "Display" -msgstr "Zobrazení" +msgstr "ZobrazenĂ­" #: src/frontends/qt4/ui/ERTUi.ui:40 msgid "Show ERT button only" -msgstr "Zobrazit pouze tlačítko ERT" +msgstr "Zobrazit pouze tlačítko ERT" #: src/frontends/qt4/ui/ERTUi.ui:43 msgid "&Collapsed" @@ -1145,17 +1102,37 @@ msgstr "Zobrazit obsah ERT" #: src/frontends/qt4/ui/ERTUi.ui:53 msgid "O&pen" -msgstr "O&tevřít" +msgstr "O&tevřít" + +#: src/frontends/qt4/ui/ErrorListUi.ui:36 +msgid "For more information, refer to the complete log." +msgstr "Pro vĂ­ce informacĂ­ se podĂ­vejte do kompletnĂ­ho logu." + +#: src/frontends/qt4/ui/ErrorListUi.ui:43 +msgid "&Errors:" +msgstr "&Chyby:" + +#: src/frontends/qt4/ui/ErrorListUi.ui:53 +msgid "Description:" +msgstr "Popis:" + +#: src/frontends/qt4/ui/ErrorListUi.ui:83 +msgid "Open the LaTeX Log File dialog" +msgstr "Otevřít log LaTeX-u" + +#: src/frontends/qt4/ui/ErrorListUi.ui:86 +msgid "View Complete &Log..." +msgstr "Zobraz ĂşplnĂ˝ &log ..." #: src/frontends/qt4/ui/ExternalUi.ui:35 msgid "F&ile" msgstr "S&oubor" #: src/frontends/qt4/ui/ExternalUi.ui:47 src/frontends/qt4/ui/ExternalUi.ui:54 -#: lib/layouts/agu_stdclass.inc:79 lib/layouts/agu_stdclass.inc:81 +#: lib/layouts/agu_stdclass.inc:78 lib/layouts/agu_stdclass.inc:80 #: lib/layouts/db_stdcharstyles.inc:6 lib/layouts/db_stdcharstyles.inc:8 msgid "Filename" -msgstr "Jméno souboru" +msgstr "JmĂŠno souboru" #: src/frontends/qt4/ui/ExternalUi.ui:57 #: src/frontends/qt4/ui/GraphicsUi.ui:266 @@ -1173,11 +1150,11 @@ msgstr "&Koncept" #: src/frontends/qt4/ui/ExternalUi.ui:84 msgid "&Template" -msgstr "Š&ablona" +msgstr "Ĺ &ablona" #: src/frontends/qt4/ui/ExternalUi.ui:121 msgid "Available templates" -msgstr "Dostupné šablony" +msgstr "DostupnĂŠ ĹĄablony" #: src/frontends/qt4/ui/ExternalUi.ui:132 #: src/frontends/qt4/ui/GraphicsUi.ui:448 @@ -1194,15 +1171,15 @@ msgstr "&Volba:" #: src/frontends/qt4/ui/ExternalUi.ui:175 msgid "Forma&t:" -msgstr "&Formát:" +msgstr "&FormĂĄt:" #: src/frontends/qt4/ui/ExternalUi.ui:191 msgid "" "Enable LyX to preview this material; only if graphics previewing is not " "disabled at application level (see Preference dialog)." msgstr "" -"Zapnout náhled tohoto obrázku. Pouze v případě že náhled obrázků není " -"vypnutý v Nastaveních." +"Zapnout nĂĄhled tohoto obrĂĄzku. Pouze v případě Ĺže nĂĄhled obrĂĄzkĹŻ nenĂ­ " +"vypnutĂ˝ v NastavenĂ­ch." #: src/frontends/qt4/ui/ExternalUi.ui:194 msgid "&Show in LyX" @@ -1213,85 +1190,84 @@ msgstr "&Zobrazit v LyX-u" #: src/frontends/qt4/ui/GraphicsUi.ui:559 #: src/frontends/qt4/ui/GraphicsUi.ui:566 msgid "Percentage to scale by in LyX" -msgstr "Měřítko zvětšení v procentech" +msgstr "Měřítko zvětĹĄenĂ­ v procentech" #: src/frontends/qt4/ui/ExternalUi.ui:215 #: src/frontends/qt4/ui/GraphicsUi.ui:569 msgid "Sca&le on Screen (%):" -msgstr "Měřítko na o&brazovce (%):" +msgstr "Měřítko na o&brazovce (%):" #: src/frontends/qt4/ui/ExternalUi.ui:271 msgid "Si&ze and Rotation" msgstr "&Velikost a rotace" #: src/frontends/qt4/ui/ExternalUi.ui:283 -#: src/frontends/qt4/ui/TabularUi.ui:175 msgid "Rotate" -msgstr "Otočení" +msgstr "OtočenĂ­" #: src/frontends/qt4/ui/ExternalUi.ui:328 #: src/frontends/qt4/ui/ExternalUi.ui:358 #: src/frontends/qt4/ui/GraphicsUi.ui:240 #: src/frontends/qt4/ui/GraphicsUi.ui:247 msgid "Angle to rotate image by" -msgstr "Úhel otočení obrázku" +msgstr "Úhel otočenĂ­ obrĂĄzku" #: src/frontends/qt4/ui/ExternalUi.ui:338 #: src/frontends/qt4/ui/ExternalUi.ui:351 #: src/frontends/qt4/ui/GraphicsUi.ui:212 #: src/frontends/qt4/ui/GraphicsUi.ui:219 msgid "The origin of the rotation" -msgstr "Počátek otáčení" +msgstr "Počátek otáčenĂ­" #: src/frontends/qt4/ui/ExternalUi.ui:341 msgid "Ori&gin:" -msgstr "&Počátek:" +msgstr "&Počátek:" #: src/frontends/qt4/ui/ExternalUi.ui:361 msgid "A&ngle:" -msgstr "Ú&hel:" +msgstr "Ú&hel:" -#: src/frontends/qt4/ui/ExternalUi.ui:376 lib/layouts/shapepar.module:122 +#: src/frontends/qt4/ui/ExternalUi.ui:376 msgid "Scale" -msgstr "Měřítko" +msgstr "Měřítko" #: src/frontends/qt4/ui/ExternalUi.ui:400 #: src/frontends/qt4/ui/GraphicsUi.ui:131 msgid "Height of image in output" -msgstr "Výška obrázku na výstupu" +msgstr "Výťka obrĂĄzku na vĂ˝stupu" #: src/frontends/qt4/ui/ExternalUi.ui:410 #: src/frontends/qt4/ui/GraphicsUi.ui:97 msgid "Width of image in output" -msgstr "Šířka obrázku na výstupu" +msgstr "Šířka obrĂĄzku na vĂ˝stupu" #: src/frontends/qt4/ui/ExternalUi.ui:433 msgid "Maintain aspect ratio with largest dimension" -msgstr "Zachovat poměr s největším rozměrem" +msgstr "Zachovat poměr s největĹĄĂ­m rozměrem" #: src/frontends/qt4/ui/ExternalUi.ui:436 #: src/frontends/qt4/ui/GraphicsUi.ui:177 msgid "&Maintain aspect ratio" -msgstr "Z&achovat poměr stran" +msgstr "Z&achovat poměr stran" #: src/frontends/qt4/ui/ExternalUi.ui:459 msgid "Crop" -msgstr "Ořezat" +msgstr "Ořezat" #: src/frontends/qt4/ui/ExternalUi.ui:474 #: src/frontends/qt4/ui/GraphicsUi.ui:309 msgid "Clip to bounding box values" -msgstr "Seříznout podle hodnot ohraničujícího rámečku" +msgstr "Seříznout podle hodnot ohraničujĂ­cĂ­ho rĂĄmečku" #: src/frontends/qt4/ui/ExternalUi.ui:477 #: src/frontends/qt4/ui/GraphicsUi.ui:312 msgid "Clip to &bounding box" -msgstr "&Seříznout k ohraničujícímu rámečku" +msgstr "&Seříznout k ohraničujĂ­cĂ­mu rĂĄmečku" #: src/frontends/qt4/ui/ExternalUi.ui:484 #: src/frontends/qt4/ui/GraphicsUi.ui:345 msgid "&Left bottom:" -msgstr "&Levý dolní:" +msgstr "&LevĂ˝ dolnĂ­:" #: src/frontends/qt4/ui/ExternalUi.ui:497 msgid "x" @@ -1300,158 +1276,154 @@ msgstr "x" #: src/frontends/qt4/ui/ExternalUi.ui:504 #: src/frontends/qt4/ui/GraphicsUi.ui:383 msgid "Right &top:" -msgstr "&Pravý horní:" +msgstr "&PravĂ˝ hornĂ­:" #: src/frontends/qt4/ui/ExternalUi.ui:514 #: src/frontends/qt4/ui/GraphicsUi.ui:437 msgid "Get bounding box from the (EPS) file" -msgstr "Načíst ohraničující rám z (EPS) souboru" +msgstr "Načíst ohraničujĂ­cĂ­ rĂĄm z (EPS) souboru" #: src/frontends/qt4/ui/ExternalUi.ui:517 #: src/frontends/qt4/ui/GraphicsUi.ui:440 msgid "&Get from File" -msgstr "Načíst ze sou&boru" +msgstr "Načíst ze sou&boru" #: src/frontends/qt4/ui/ExternalUi.ui:547 msgid "y" msgstr "y" -#: src/frontends/qt4/ui/FindAndReplaceUi.ui:20 +#: src/frontends/qt4/ui/FindAndReplaceUi.ui:13 msgid "TabWidget" msgstr "TabWidget" -#: src/frontends/qt4/ui/FindAndReplaceUi.ui:27 +#: src/frontends/qt4/ui/FindAndReplaceUi.ui:20 msgid "Sear&ch" msgstr "&Vyhledat" -#: src/frontends/qt4/ui/FindAndReplaceUi.ui:35 +#: src/frontends/qt4/ui/FindAndReplaceUi.ui:26 #: src/frontends/qt4/ui/LogUi.ui:28 src/frontends/qt4/ui/SearchUi.ui:28 msgid "&Find:" -msgstr "&Najít:" +msgstr "&NajĂ­t:" -#: src/frontends/qt4/ui/FindAndReplaceUi.ui:59 +#: src/frontends/qt4/ui/FindAndReplaceUi.ui:46 #: src/frontends/qt4/ui/SearchUi.ui:66 msgid "Replace &with:" -msgstr "N&ahradit čím:" +msgstr "N&ahradit čím:" -#: src/frontends/qt4/ui/FindAndReplaceUi.ui:89 +#: src/frontends/qt4/ui/FindAndReplaceUi.ui:72 msgid "Perform a case-sensitive search" -msgstr "Respektovat velikost písma" +msgstr "Respektovat velikost pĂ­sma" -#: src/frontends/qt4/ui/FindAndReplaceUi.ui:92 +#: src/frontends/qt4/ui/FindAndReplaceUi.ui:75 msgid "Case &sensitive" -msgstr "Velikost pís&men" +msgstr "Velikost pĂ­s&men" -#: src/frontends/qt4/ui/FindAndReplaceUi.ui:108 +#: src/frontends/qt4/ui/FindAndReplaceUi.ui:91 msgid "Find next occurrence [Enter]" -msgstr "Nalézt další výskyt [Enter]" +msgstr "NalĂŠzt dalĹĄĂ­ vĂ˝skyt [Enter]" -#: src/frontends/qt4/ui/FindAndReplaceUi.ui:111 +#: src/frontends/qt4/ui/FindAndReplaceUi.ui:94 #: src/frontends/qt4/ui/SearchUi.ui:166 msgid "Find &Next" -msgstr "Najdi &další" +msgstr "Najdi &dalĹĄĂ­" -#: src/frontends/qt4/ui/FindAndReplaceUi.ui:124 +#: src/frontends/qt4/ui/FindAndReplaceUi.ui:107 msgid "Restrict search to whole words only" -msgstr "Hledat pouze celá slova" +msgstr "Hledat pouze celĂĄ slova" -#: src/frontends/qt4/ui/FindAndReplaceUi.ui:127 +#: src/frontends/qt4/ui/FindAndReplaceUi.ui:110 msgid "W&hole words" -msgstr "&Celá slova" +msgstr "&CelĂĄ slova" -#: src/frontends/qt4/ui/FindAndReplaceUi.ui:143 +#: src/frontends/qt4/ui/FindAndReplaceUi.ui:126 msgid "Replace and find next occurrence [Enter]" -msgstr "Nahradit a přejít na další výskyt [Enter]" +msgstr "Nahradit a přejĂ­t na dalĹĄĂ­ vĂ˝skyt [Enter]" -#: src/frontends/qt4/ui/FindAndReplaceUi.ui:146 +#: src/frontends/qt4/ui/FindAndReplaceUi.ui:129 #: src/frontends/qt4/ui/SearchUi.ui:179 #: src/frontends/qt4/ui/SpellcheckerUi.ui:133 #: src/frontends/qt4/ui/ThesaurusUi.ui:95 msgid "&Replace" -msgstr "Nah&raď" +msgstr "Nah&raď" -#: src/frontends/qt4/ui/FindAndReplaceUi.ui:153 -msgid "Shift+Enter search backwards directly" -msgstr "" - -#: src/frontends/qt4/ui/FindAndReplaceUi.ui:156 +#: src/frontends/qt4/ui/FindAndReplaceUi.ui:136 #: src/frontends/qt4/ui/SearchUi.ui:196 msgid "Search &backwards" -msgstr "Hledat na&zpět" +msgstr "Hledat na&zpět" -#: src/frontends/qt4/ui/FindAndReplaceUi.ui:172 +#: src/frontends/qt4/ui/FindAndReplaceUi.ui:152 msgid "Replace all occurences at once" -msgstr "Nahradit všechny výskyty najednou" +msgstr "Nahradit vĹĄechny vĂ˝skyty najednou" -#: src/frontends/qt4/ui/FindAndReplaceUi.ui:175 +#: src/frontends/qt4/ui/FindAndReplaceUi.ui:155 #: src/frontends/qt4/ui/SearchUi.ui:189 #: src/frontends/qt4/ui/SpellcheckerUi.ui:165 msgid "Replace &All" -msgstr "Nahraď &vše" +msgstr "Nahraď &vĹĄe" -#: src/frontends/qt4/ui/FindAndReplaceUi.ui:185 +#: src/frontends/qt4/ui/FindAndReplaceUi.ui:163 msgid "S&ettings" -msgstr "&Nastavení" +msgstr "&NastavenĂ­" -#: src/frontends/qt4/ui/FindAndReplaceUi.ui:200 +#: src/frontends/qt4/ui/FindAndReplaceUi.ui:178 msgid "The scope to which the search horizon is restricted" -msgstr "Rozsah na kterém je hledání prováděno" +msgstr "Rozsah na kterĂŠm je hledĂĄnĂ­ provĂĄděno" -#: src/frontends/qt4/ui/FindAndReplaceUi.ui:206 +#: src/frontends/qt4/ui/FindAndReplaceUi.ui:184 msgid "Sco&pe" msgstr "Rozsa&h" -#: src/frontends/qt4/ui/FindAndReplaceUi.ui:218 +#: src/frontends/qt4/ui/FindAndReplaceUi.ui:196 msgid "Current &document" -msgstr "Aktuální &dokument" +msgstr "AktuĂĄlnĂ­ &dokument" -#: src/frontends/qt4/ui/FindAndReplaceUi.ui:237 +#: src/frontends/qt4/ui/FindAndReplaceUi.ui:215 msgid "" "Current document and all related documents belonging to the same master " "document" msgstr "" -"Aktuální dokument a všechny příbuzné dokumenty náležející témuž hlavnímu " +"AktuĂĄlnĂ­ dokument a vĹĄechny příbuznĂŠ dokumenty nĂĄleĹžejĂ­cĂ­ tĂŠmuĹž hlavnĂ­mu " "souboru" -#: src/frontends/qt4/ui/FindAndReplaceUi.ui:240 +#: src/frontends/qt4/ui/FindAndReplaceUi.ui:218 msgid "&Master document" -msgstr "Hla&vní dokument" +msgstr "Hla&vnĂ­ dokument" -#: src/frontends/qt4/ui/FindAndReplaceUi.ui:250 +#: src/frontends/qt4/ui/FindAndReplaceUi.ui:228 msgid "All open documents" -msgstr "Všechny otevřené dokumenty" +msgstr "VĹĄechny otevřenĂŠ dokumenty" -#: src/frontends/qt4/ui/FindAndReplaceUi.ui:253 +#: src/frontends/qt4/ui/FindAndReplaceUi.ui:231 msgid "&Open documents" -msgstr "&Otevřené dokumenty" +msgstr "&OtevřenĂŠ dokumenty" -#: src/frontends/qt4/ui/FindAndReplaceUi.ui:263 +#: src/frontends/qt4/ui/FindAndReplaceUi.ui:241 msgid "All ma&nuals" -msgstr "Všechny &manuály" +msgstr "VĹĄechny &manuĂĄly" -#: src/frontends/qt4/ui/FindAndReplaceUi.ui:294 +#: src/frontends/qt4/ui/FindAndReplaceUi.ui:254 msgid "" "If unchecked, the search will be limited to occurrences of the selected text " "and paragraph style" msgstr "" -"Pokud nezaškrtnuto, hledání bude limitováno pouze na výskyty vybraného textu " -"ve zvoleném stylu" +"Pokud nezaĹĄkrtnuto, hledĂĄnĂ­ bude limitovĂĄno pouze na vĂ˝skyty vybranĂŠho textu " +"ve zvolenĂŠm stylu" -#: src/frontends/qt4/ui/FindAndReplaceUi.ui:297 +#: src/frontends/qt4/ui/FindAndReplaceUi.ui:257 msgid "Ignore &format" -msgstr "Ignorovat &formát" +msgstr "Ignorovat &formĂĄt" -#: src/frontends/qt4/ui/FindAndReplaceUi.ui:307 +#: src/frontends/qt4/ui/FindAndReplaceUi.ui:267 msgid "" "Keep the case of the replacement's first letter as in each matching text " "first letter" -msgstr "Zachovat velikost prvního písmene při nahrazování" +msgstr "Zachovat velikost prvnĂ­ho pĂ­smene při nahrazovĂĄnĂ­" -#: src/frontends/qt4/ui/FindAndReplaceUi.ui:310 +#: src/frontends/qt4/ui/FindAndReplaceUi.ui:270 msgid "&Preserve first case on replace" -msgstr "Zachovat velikost &prvního" +msgstr "Zachovat velikost &prvnĂ­ho" -#: src/frontends/qt4/ui/FindAndReplaceUi.ui:320 +#: src/frontends/qt4/ui/FindAndReplaceUi.ui:280 msgid "&Expand macros" msgstr "Rozvinout &makra" @@ -1463,19 +1435,19 @@ msgstr "Form" #: src/frontends/qt4/ui/FloatPlacementUi.ui:19 msgid "Float Type:" -msgstr "Typ plovoucího objektu:" +msgstr "Typ plovoucĂ­ho objektu:" #: src/frontends/qt4/ui/FloatPlacementUi.ui:36 msgid "Use &default placement" -msgstr "Po&užij standardní umístění" +msgstr "Po&uĹžij standardnĂ­ umĂ­stěnĂ­" #: src/frontends/qt4/ui/FloatPlacementUi.ui:43 msgid "Advanced Placement Options" -msgstr "Umístění - rozšířené volby" +msgstr "UmĂ­stěnĂ­ - rozšířenĂŠ volby" #: src/frontends/qt4/ui/FloatPlacementUi.ui:55 msgid "&Top of page" -msgstr "&Vršek stránky" +msgstr "&VrĹĄek strĂĄnky" #: src/frontends/qt4/ui/FloatPlacementUi.ui:62 msgid "&Ignore LaTeX rules" @@ -1483,219 +1455,208 @@ msgstr "&Ignoruj pravidla LaTeX-u" #: src/frontends/qt4/ui/FloatPlacementUi.ui:69 msgid "Here de&finitely" -msgstr "Určitě zd&e" +msgstr "Určitě zd&e" #: src/frontends/qt4/ui/FloatPlacementUi.ui:76 msgid "&Here if possible" -msgstr "Pokud možno &zde" +msgstr "Pokud moĹžno &zde" #: src/frontends/qt4/ui/FloatPlacementUi.ui:83 msgid "&Page of floats" -msgstr "Stránka &plovoucích objektů" +msgstr "StrĂĄnka &plovoucĂ­ch objektĹŻ" #: src/frontends/qt4/ui/FloatPlacementUi.ui:90 msgid "&Bottom of page" -msgstr "&Spodek stránky" +msgstr "&Spodek strĂĄnky" #: src/frontends/qt4/ui/FloatPlacementUi.ui:100 msgid "&Span columns" -msgstr "&Překlenout sloupce" +msgstr "&Překlenout sloupce" #: src/frontends/qt4/ui/FloatPlacementUi.ui:107 msgid "&Rotate sideways" msgstr "Z&rotuj na bok" # TODO -#: src/frontends/qt4/ui/FontUi.ui:14 +#: src/frontends/qt4/ui/FontUi.ui:13 msgid "FontUi" msgstr "FontUi" -#: src/frontends/qt4/ui/FontUi.ui:20 +#: src/frontends/qt4/ui/FontUi.ui:19 +#, fuzzy msgid "" "Use OpenType and TrueType fonts with the fontspec package (requires XeTeX or " "LuaTeX)" -msgstr "" -"Používat OpenType a TrueType fonty spolu s balíčkem fontspec (vyžaduje XeTeX " -"nebo LuaTeX)" +msgstr "PouŞívat OpenType a TrueType fonty přímo (vyĹžaduje XeTeX nebo LuaTeX)" -#: src/frontends/qt4/ui/FontUi.ui:23 +#: src/frontends/qt4/ui/FontUi.ui:22 msgid "&Use non-TeX fonts (via XeTeX/LuaTeX)" -msgstr "Použít i fonty mimo distribuci TeX-u (&XeTeX/LuaTeX)" +msgstr "PouŞít i fonty mimo distribuci TeX-u (&XeTeX/LuaTeX)" -#: src/frontends/qt4/ui/FontUi.ui:43 +#: src/frontends/qt4/ui/FontUi.ui:42 msgid "&Default family:" msgstr "" -"Stan&dardní\n" +"Stan&dardnĂ­\n" "rodina:" -#: src/frontends/qt4/ui/FontUi.ui:53 +#: src/frontends/qt4/ui/FontUi.ui:52 msgid "Select the default family for the document" -msgstr "Nastavit standardní rodinu písma pro dokument" +msgstr "Nastavit standardnĂ­ rodinu pĂ­sma pro dokument" -#: src/frontends/qt4/ui/FontUi.ui:60 +#: src/frontends/qt4/ui/FontUi.ui:59 msgid "&Base Size:" msgstr "" -"&Základní\n" +"&ZĂĄkladnĂ­\n" "velikost:" -#: src/frontends/qt4/ui/FontUi.ui:77 +#: src/frontends/qt4/ui/FontUi.ui:76 msgid "LaTe&X font encoding:" msgstr "" -"Kódování\n" +"KĂłdovĂĄnĂ­\n" "LaTe&X fontu:" -#: src/frontends/qt4/ui/FontUi.ui:90 src/frontends/qt4/ui/PrefLatexUi.ui:34 +#: src/frontends/qt4/ui/FontUi.ui:89 src/frontends/qt4/ui/PrefLatexUi.ui:34 msgid "Specify the font encoding (e.g., T1)." -msgstr "Určit kódování fontu (např. T1)." +msgstr "Určit kĂłdovĂĄnĂ­ fontu (např. T1)." -#: src/frontends/qt4/ui/FontUi.ui:97 +#: src/frontends/qt4/ui/FontUi.ui:96 msgid "&Roman:" msgstr "" "&Antikva\n" "(Roman):" -#: src/frontends/qt4/ui/FontUi.ui:107 +#: src/frontends/qt4/ui/FontUi.ui:106 msgid "Select the roman (serif) typeface" msgstr "Zvolit antikvu (roman serif)" -#: src/frontends/qt4/ui/FontUi.ui:114 +#: src/frontends/qt4/ui/FontUi.ui:113 msgid "&Sans Serif:" msgstr "" -"&Bezpatkové\n" +"&BezpatkovĂŠ\n" "(Sans Serif):" -#: src/frontends/qt4/ui/FontUi.ui:124 +#: src/frontends/qt4/ui/FontUi.ui:123 msgid "Select the Sans Serif (grotesque) typeface" -msgstr "Zvolit bezpatkovou rodinu písma (Sans Serif)" +msgstr "Zvolit bezpatkovou rodinu pĂ­sma (Sans Serif)" -#: src/frontends/qt4/ui/FontUi.ui:131 +#: src/frontends/qt4/ui/FontUi.ui:130 msgid "S&cale (%):" -msgstr "Měřítk&o (%):" +msgstr "Měřítk&o (%):" -#: src/frontends/qt4/ui/FontUi.ui:141 +#: src/frontends/qt4/ui/FontUi.ui:140 msgid "Scale the Sans Serif font to match the base font's dimensions" msgstr "" -"Změnit měřítko bezpatkového fontu tak, aby odpovídal rozměru základního fontu" +"Změnit měřítko bezpatkovĂŠho fontu tak, aby odpovĂ­dal rozměru zĂĄkladnĂ­ho fontu" -#: src/frontends/qt4/ui/FontUi.ui:154 +#: src/frontends/qt4/ui/FontUi.ui:153 msgid "&Typewriter:" -msgstr "S&trojopisný:" +msgstr "S&trojopisnĂ˝:" -#: src/frontends/qt4/ui/FontUi.ui:164 +#: src/frontends/qt4/ui/FontUi.ui:163 msgid "Select the typewriter (monospaced) typeface" -msgstr "Zvolit strojopisnou rodinu písma" +msgstr "Zvolit strojopisnou rodinu pĂ­sma" -#: src/frontends/qt4/ui/FontUi.ui:171 +#: src/frontends/qt4/ui/FontUi.ui:170 msgid "Sc&ale (%):" -msgstr "&Měřítko (%):" +msgstr "&Měřítko (%):" -#: src/frontends/qt4/ui/FontUi.ui:181 +#: src/frontends/qt4/ui/FontUi.ui:180 msgid "Scale the Typewriter font to match the base font's dimensions" msgstr "" -"Změnit měřítko strojopisného fontu tak, aby odpovídal rozměru základního " +"Změnit měřítko strojopisnĂŠho fontu tak, aby odpovĂ­dal rozměru zĂĄkladnĂ­ho " "fontu" -#: src/frontends/qt4/ui/FontUi.ui:194 -#, fuzzy -msgid "&Math:" -msgstr "Matematika" - -#: src/frontends/qt4/ui/FontUi.ui:204 -#, fuzzy -msgid "Select the math typeface" -msgstr "Zvolit antikvu (roman serif)" - -#: src/frontends/qt4/ui/FontUi.ui:211 +#: src/frontends/qt4/ui/FontUi.ui:193 msgid "C&JK:" msgstr "C&JK:" -#: src/frontends/qt4/ui/FontUi.ui:221 +#: src/frontends/qt4/ui/FontUi.ui:203 msgid "Input the font to be used for Chinese, Japanese or Korean (CJK) script" -msgstr "Vložit font, který má být použit pro CJK skript" +msgstr "VloĹžit font, kterĂ˝ mĂĄ bĂ˝t pouĹžit pro CJK skript" -#: src/frontends/qt4/ui/FontUi.ui:228 +#: src/frontends/qt4/ui/FontUi.ui:210 msgid "Use a real small caps shape, if the font provides one" -msgstr "Použít reálné kapitálky v případě, že jsou poskytovány fontem" +msgstr "PouŞít reĂĄlnĂŠ kapitĂĄlky v případě, Ĺže jsou poskytovĂĄny fontem" -#: src/frontends/qt4/ui/FontUi.ui:231 +#: src/frontends/qt4/ui/FontUi.ui:213 msgid "Use true S&mall Caps" -msgstr "&Kapitálky" +msgstr "&KapitĂĄlky" -#: src/frontends/qt4/ui/FontUi.ui:238 +#: src/frontends/qt4/ui/FontUi.ui:220 msgid "Use old style instead of lining figures" -msgstr "Použít minuskové číslice namísto verzálkových" +msgstr "PouŞít minuskovĂŠ číslice namĂ­sto verzĂĄlkovĂ˝ch" -#: src/frontends/qt4/ui/FontUi.ui:241 +#: src/frontends/qt4/ui/FontUi.ui:223 msgid "Use &Old Style Figures" -msgstr "Použít &minuskové číslice (old style figures)" +msgstr "PouŞít &minuskovĂŠ číslice (old style figures)" #: src/frontends/qt4/ui/GraphicsUi.ui:43 msgid "&Graphics" -msgstr "&Obrázek" +msgstr "&ObrĂĄzek" #: src/frontends/qt4/ui/GraphicsUi.ui:55 msgid "Select an image file" -msgstr "Vyber soubor s obrázkem" +msgstr "Vyber soubor s obrĂĄzkem" #: src/frontends/qt4/ui/GraphicsUi.ui:65 msgid "Output Size" -msgstr "Velikost na výstupu" +msgstr "Velikost na vĂ˝stupu" #: src/frontends/qt4/ui/GraphicsUi.ui:141 msgid "Sets height of graphic. Leave unchecked to set automatically." msgstr "" -"Nastavit výšku obrázku. Ponechte nezaškrtnuté pro automatické nastavení." +"Nastavit výťku obrĂĄzku. Ponechte nezaĹĄkrtnutĂŠ pro automatickĂŠ nastavenĂ­." #: src/frontends/qt4/ui/GraphicsUi.ui:144 msgid "Set &height:" -msgstr "&Výška:" +msgstr "&Výťka:" #: src/frontends/qt4/ui/GraphicsUi.ui:151 msgid "&Scale Graphics (%):" -msgstr "&Měřítko obrázku (%):" +msgstr "&Měřítko obrĂĄzku (%):" #: src/frontends/qt4/ui/GraphicsUi.ui:161 msgid "Sets width of graphic. Leave unchecked to set automatically." msgstr "" -"Nastavit šířku obrázku. Ponechte nezaškrtnuté pro automatické nastavení." +"Nastavit šířku obrĂĄzku. Ponechte nezaĹĄkrtnutĂŠ pro automatickĂŠ nastavenĂ­." #: src/frontends/qt4/ui/GraphicsUi.ui:164 msgid "Set &width:" -msgstr "Šíř&ka:" +msgstr "Šíř&ka:" #: src/frontends/qt4/ui/GraphicsUi.ui:174 msgid "Scale image to maximum size not exceeding width and height" msgstr "" -"Změnit měřítko obrázku na maximální velikost (nepřesahuje výšku a šířku)" +"Změnit měřítko obrĂĄzku na maximĂĄlnĂ­ velikost (nepřesahuje výťku a šířku)" #: src/frontends/qt4/ui/GraphicsUi.ui:187 msgid "Rotate Graphics" -msgstr "Otočení obrázku" +msgstr "OtočenĂ­ obrĂĄzku" #: src/frontends/qt4/ui/GraphicsUi.ui:202 msgid "Check to change the order of rotating and scaling" -msgstr "Prohodit pořadí změny měřítka a rotace" +msgstr "Prohodit pořadĂ­ změny měřítka a rotace" #: src/frontends/qt4/ui/GraphicsUi.ui:205 msgid "Ro&tate after scaling" -msgstr "&Otočit až po změně měřítka" +msgstr "&Otočit aĹž po změně měřítka" #: src/frontends/qt4/ui/GraphicsUi.ui:222 msgid "Or&igin:" -msgstr "Počá&tek:" +msgstr "Počá&tek:" #: src/frontends/qt4/ui/GraphicsUi.ui:250 msgid "A&ngle (Degrees):" -msgstr "Ú&hel (stupně):" +msgstr "Ú&hel (stupně):" #: src/frontends/qt4/ui/GraphicsUi.ui:263 #: src/frontends/qt4/ui/GraphicsUi.ui:276 msgid "File name of image" -msgstr "Jméno obrázku" +msgstr "JmĂŠno obrĂĄzku" #: src/frontends/qt4/ui/GraphicsUi.ui:284 msgid "&Clipping" -msgstr "Seříz&nutí" +msgstr "Seříz&nutĂ­" #: src/frontends/qt4/ui/GraphicsUi.ui:393 #: src/frontends/qt4/ui/GraphicsUi.ui:400 @@ -1709,16 +1670,16 @@ msgstr "x:" #: src/frontends/qt4/ui/GraphicsUi.ui:460 msgid "Don't uncompress image before exporting to LaTeX" -msgstr "Bez dekomprimace obrázku před exportem do LaTeXu" +msgstr "Bez dekomprimace obrĂĄzku před exportem do LaTeXu" #: src/frontends/qt4/ui/GraphicsUi.ui:463 msgid "Don't un&zip on export" -msgstr "Nerozbaluj při exportu (&unzip)" +msgstr "Nerozbaluj při exportu (&unzip)" #: src/frontends/qt4/ui/GraphicsUi.ui:491 #: src/frontends/qt4/ui/GraphicsUi.ui:498 msgid "Additional LaTeX options" -msgstr "Doplňkové parametry pro LaTeX" +msgstr "DoplňkovĂŠ parametry pro LaTeX" #: src/frontends/qt4/ui/GraphicsUi.ui:501 msgid "LaTeX &options:" @@ -1729,8 +1690,8 @@ msgid "" "Enable LyX to preview this graphics, only if graphics previewing is not " "disabled at application level (see Preference dialog)." msgstr "" -"Zapnout náhled tohoto obrázku. Pouze v případě že náhled obrázků nenívypnutý " -"v Nastaveních." +"Zapnout nĂĄhled tohoto obrĂĄzku. Pouze v případě Ĺže nĂĄhled obrĂĄzkĹŻ nenĂ­vypnutĂ˝ " +"v NastavenĂ­ch." #: src/frontends/qt4/ui/GraphicsUi.ui:530 msgid "Sho&w in LyX" @@ -1738,39 +1699,39 @@ msgstr "&Zobrazit v LyX-u" #: src/frontends/qt4/ui/GraphicsUi.ui:595 msgid "Assign the graphic to a group of graphics that share the same settings" -msgstr "Přiřaď obrázek do skupiny obrázků sdílející svá nastavení" +msgstr "Přiřaď obrĂĄzek do skupiny obrĂĄzkĹŻ sdĂ­lejĂ­cĂ­ svĂĄ nastavenĂ­" #: src/frontends/qt4/ui/GraphicsUi.ui:598 msgid "Graphics Group" -msgstr "Skupiny obrázků" +msgstr "Skupiny obrĂĄzkĹŻ" #: src/frontends/qt4/ui/GraphicsUi.ui:637 msgid "A&ssigned to group:" -msgstr "&Přiřadit ke skupině:" +msgstr "&Přiřadit ke skupině:" #: src/frontends/qt4/ui/GraphicsUi.ui:647 msgid "Click to define a new graphics group." -msgstr "Definice nové skupiny obrázků." +msgstr "Definice novĂŠ skupiny obrĂĄzkĹŻ." #: src/frontends/qt4/ui/GraphicsUi.ui:650 msgid "O&pen new group..." -msgstr "&Založit novou skupinu..." +msgstr "&ZaloĹžit novou skupinu..." #: src/frontends/qt4/ui/GraphicsUi.ui:657 msgid "Select an existing group for the current graphics." -msgstr "Zvolit existující skupinu pro tento obrázek." +msgstr "Zvolit existujĂ­cĂ­ skupinu pro tento obrĂĄzek." #: src/frontends/qt4/ui/GraphicsUi.ui:670 msgid "Draft mode" -msgstr "Mód konceptu" +msgstr "MĂłd konceptu" #: src/frontends/qt4/ui/GraphicsUi.ui:673 msgid "&Draft mode" -msgstr "&Mód konceptu" +msgstr "&MĂłd konceptu" #: src/frontends/qt4/ui/HSpaceUi.ui:28 msgid "Select a fill pattern style for HFills" -msgstr "Nastavte vzorek výplně pro HFill" +msgstr "Nastavte vzorek vĂ˝plně pro HFill" #: src/frontends/qt4/ui/HSpaceUi.ui:37 msgid "..............." @@ -1802,7 +1763,7 @@ msgstr "&Mezera:" #: src/frontends/qt4/ui/HSpaceUi.ui:80 src/frontends/qt4/ui/VSpaceUi.ui:78 msgid "Supported spacing types" -msgstr "Podporované typy mezer" +msgstr "PodporovanĂŠ typy mezer" #: src/frontends/qt4/ui/HSpaceUi.ui:87 src/frontends/qt4/ui/VSpaceUi.ui:68 msgid "&Value:" @@ -1810,44 +1771,44 @@ msgstr "&Hodnota:" #: src/frontends/qt4/ui/HSpaceUi.ui:100 src/frontends/qt4/ui/VSpaceUi.ui:61 msgid "Custom value. Needs spacing type \"Custom\"." -msgstr "Vlastní hodnota. Nastavte typ mezery na \"Vlastní\"." +msgstr "VlastnĂ­ hodnota. Nastavte typ mezery na \"VlastnĂ­\"." #: src/frontends/qt4/ui/HSpaceUi.ui:110 msgid "&Fill Pattern:" -msgstr "&Vzorek výplně:" +msgstr "&Vzorek vĂ˝plně:" #: src/frontends/qt4/ui/HSpaceUi.ui:123 src/frontends/qt4/ui/VSpaceUi.ui:45 msgid "&Protect:" -msgstr "&Chránit:" +msgstr "&ChrĂĄnit:" #: src/frontends/qt4/ui/HSpaceUi.ui:133 src/frontends/qt4/GuiHSpace.cpp:215 msgid "Insert the spacing even after a line break" -msgstr "Vložit mezeru i za zalomení řádku" +msgstr "VloĹžit mezeru i za zalomenĂ­ řádku" #: src/frontends/qt4/ui/HyperlinkUi.ui:19 -#: src/frontends/qt4/ui/HyperlinkUi.ui:32 lib/layouts/scrlttr2.layout:211 -#: lib/layouts/amsdefs.inc:156 lib/layouts/stdinsets.inc:422 -#: lib/layouts/stdinsets.inc:425 lib/layouts/minimalistic.module:26 +#: src/frontends/qt4/ui/HyperlinkUi.ui:32 lib/layouts/scrlttr2.layout:207 +#: lib/layouts/amsdefs.inc:153 lib/layouts/stdinsets.inc:336 +#: lib/layouts/stdinsets.inc:339 lib/layouts/minimalistic.module:26 msgid "URL" msgstr "URL" #: src/frontends/qt4/ui/HyperlinkUi.ui:22 msgid "&Target:" -msgstr "&Cíl:" +msgstr "&CĂ­l:" #: src/frontends/qt4/ui/HyperlinkUi.ui:39 #: src/frontends/qt4/ui/HyperlinkUi.ui:52 msgid "Name associated with the URL" -msgstr "Jméno asociované s URL" +msgstr "JmĂŠno asociovanĂŠ s URL" #: src/frontends/qt4/ui/HyperlinkUi.ui:42 #: src/frontends/qt4/ui/PrefIdentityUi.ui:50 src/frontends/qt4/ui/RefUi.ui:257 msgid "&Name:" -msgstr "J&méno:" +msgstr "J&mĂŠno:" #: src/frontends/qt4/ui/HyperlinkUi.ui:59 msgid "Specify the link target" -msgstr "Nastavit cíl odkazu" +msgstr "Nastavit cĂ­l odkazu" #: src/frontends/qt4/ui/HyperlinkUi.ui:62 msgid "Link type" @@ -1855,7 +1816,7 @@ msgstr "Typ odkazu" #: src/frontends/qt4/ui/HyperlinkUi.ui:74 msgid "Link to the web or to every other target" -msgstr "Odkaz na web nebo ostatní odkazy" +msgstr "Odkaz na web nebo ostatnĂ­ odkazy" #: src/frontends/qt4/ui/HyperlinkUi.ui:77 msgid "&Web" @@ -1879,19 +1840,19 @@ msgstr "&Soubor" #: src/frontends/qt4/ui/IncludeUi.ui:36 msgid "Listing Parameters" -msgstr "Parametry výpisu" +msgstr "Parametry vĂ˝pisu" #: src/frontends/qt4/ui/IncludeUi.ui:66 #: src/frontends/qt4/ui/ListingsSettingsUi.ui:83 #: src/frontends/qt4/ui/ListingsUi.ui:507 msgid "Check it to enter parameters that are not recognizable by LyX" -msgstr "Pro zadání parametrů, které nejsou rozpoznávané LyX-em" +msgstr "Pro zadĂĄnĂ­ parametrĹŻ, kterĂŠ nejsou rozpoznĂĄvanĂŠ LyX-em" #: src/frontends/qt4/ui/IncludeUi.ui:69 #: src/frontends/qt4/ui/ListingsSettingsUi.ui:86 #: src/frontends/qt4/ui/ListingsUi.ui:510 msgid "&Bypass validation" -msgstr "&Přeskočit ověření platnosti" +msgstr "&Přeskočit ověřenĂ­ platnosti" #: src/frontends/qt4/ui/IncludeUi.ui:86 msgid "C&aption:" @@ -1899,54 +1860,54 @@ msgstr "Popis&ek:" #: src/frontends/qt4/ui/IncludeUi.ui:99 msgid "La&bel:" -msgstr "Z&načka:" +msgstr "Z&načka:" #: src/frontends/qt4/ui/IncludeUi.ui:109 msgid "Mo&re parameters" -msgstr "&Další parametry" +msgstr "&DalĹĄĂ­ parametry" #: src/frontends/qt4/ui/IncludeUi.ui:183 msgid "Underline spaces in generated output" -msgstr "Podtrhni mezery v generovaném výstupu" +msgstr "Podtrhni mezery v generovanĂŠm vĂ˝stupu" #: src/frontends/qt4/ui/IncludeUi.ui:186 msgid "&Mark spaces in output" -msgstr "&Označ mezery ve výstupu" +msgstr "&Označ mezery ve vĂ˝stupu" #: src/frontends/qt4/ui/IncludeUi.ui:201 msgid "Show LaTeX preview" -msgstr "Zobraz náhled pomocí LaTeXu" +msgstr "Zobraz nĂĄhled pomocĂ­ LaTeXu" #: src/frontends/qt4/ui/IncludeUi.ui:204 msgid "&Show preview" -msgstr "Zo&braz náhled" +msgstr "Zo&braz nĂĄhled" #: src/frontends/qt4/ui/IncludeUi.ui:275 msgid "File name to include" -msgstr "Jméno souboru k zahrnutí" +msgstr "JmĂŠno souboru k zahrnutĂ­" #: src/frontends/qt4/ui/IncludeUi.ui:282 msgid "&Include Type:" -msgstr "&Způsob zahrnutí:" +msgstr "&ZpĹŻsob zahrnutĂ­:" # TODO nova stranka; viz wiki -#: src/frontends/qt4/ui/IncludeUi.ui:293 src/insets/InsetInclude.cpp:383 +#: src/frontends/qt4/ui/IncludeUi.ui:293 src/insets/InsetInclude.cpp:382 msgid "Include" -msgstr "Zahrnout (nová stránka)" +msgstr "Zahrnout (novĂĄ strĂĄnka)" # TODO lze i rekurzivne -#: src/frontends/qt4/ui/IncludeUi.ui:298 src/insets/InsetInclude.cpp:373 +#: src/frontends/qt4/ui/IncludeUi.ui:298 src/insets/InsetInclude.cpp:372 msgid "Input" -msgstr "Vstup (lze rekurzivně)" +msgstr "Vstup (lze rekurzivně)" #: src/frontends/qt4/ui/IncludeUi.ui:303 lib/layouts/stdlayouts.inc:74 msgid "Verbatim" -msgstr "Doslovně" +msgstr "Doslovně" -#: src/frontends/qt4/ui/IncludeUi.ui:308 src/insets/InsetInclude.cpp:1177 -#: src/insets/InsetInclude.cpp:1183 +#: src/frontends/qt4/ui/IncludeUi.ui:308 src/insets/InsetInclude.cpp:1145 +#: src/insets/InsetInclude.cpp:1151 msgid "Program Listing" -msgstr "Výpis zdrojového kódu" +msgstr "VĂ˝pis zdrojovĂŠho kĂłdu" #: src/frontends/qt4/ui/IncludeUi.ui:342 msgid "Edit the file" @@ -1958,49 +1919,49 @@ msgstr "&Editace" #: src/frontends/qt4/ui/IndexUi.ui:59 src/frontends/qt4/ui/IndicesUi.ui:143 msgid "A&vailable Indexes:" -msgstr "Dostupné &rejstříky:" +msgstr "DostupnĂŠ &rejstříky:" #: src/frontends/qt4/ui/IndexUi.ui:69 msgid "Select the index this entry should be listed in." -msgstr "Zvolit rejstřík ve kterém má být tato položka vypsána." +msgstr "Zvolit rejstřík ve kterĂŠm mĂĄ bĂ˝t tato poloĹžka vypsĂĄna." #: src/frontends/qt4/ui/IndicesUi.ui:19 msgid "" "Here you can define an alternative index processor and specify its options." -msgstr "Zde lze nastavit alternativní generátor rejstříku a určit jeho volby." +msgstr "Zde lze nastavit alternativnĂ­ generĂĄtor rejstříku a určit jeho volby." #: src/frontends/qt4/ui/IndicesUi.ui:22 -#: src/frontends/qt4/ui/PrefLatexUi.ui:161 +#: src/frontends/qt4/ui/PrefLatexUi.ui:148 msgid "Index generation" -msgstr "Generování rejstříku" +msgstr "GenerovĂĄnĂ­ rejstříku" #: src/frontends/qt4/ui/IndicesUi.ui:64 msgid "Define program options of the selected processor." -msgstr "Definovat volby zvoleného generátoru." +msgstr "Definovat volby zvolenĂŠho generĂĄtoru." #: src/frontends/qt4/ui/IndicesUi.ui:89 msgid "Check if you need multiple indexes (e.g., an Index of Names)" msgstr "" -"Zaškrtněte pokud potřebujete vícenásobný rejstřík (např. rejstřík jmen)" +"ZaĹĄkrtněte pokud potřebujete vĂ­cenĂĄsobnĂ˝ rejstřík (např. rejstřík jmen)" #: src/frontends/qt4/ui/IndicesUi.ui:92 msgid "&Use multiple indexes" -msgstr "&Vícenásobný rejstřík" +msgstr "&VĂ­cenĂĄsobnĂ˝ rejstřík" #: src/frontends/qt4/ui/IndicesUi.ui:114 msgid "&New:[[index]]" -msgstr "&Nový" +msgstr "" #: src/frontends/qt4/ui/IndicesUi.ui:124 msgid "" "Enter the name of the desired index (e.g. \"Index of Names\") and hit \"Add\"" msgstr "" -"Vložte pojmenování rejstříku (např. \"Rejstřík jmen\") a stiskněte \"Přidat" +"VloĹžte pojmenovĂĄnĂ­ rejstříku (např. \"Rejstřík jmen\") a stiskněte \"Přidat" "\")" #: src/frontends/qt4/ui/IndicesUi.ui:131 msgid "Add a new index to the list" -msgstr "Přidat nový rejstřík do seznamu" +msgstr "Přidat novĂ˝ rejstřík do seznamu" #: src/frontends/qt4/ui/IndicesUi.ui:154 #: src/frontends/qt4/ui/ProgressViewUi.ui:149 src/frontends/qt4/ui/RefUi.ui:60 @@ -2009,19 +1970,19 @@ msgstr "1" #: src/frontends/qt4/ui/IndicesUi.ui:162 msgid "Remove the selected index" -msgstr "Smazat vybraný rejstřík" +msgstr "Smazat vybranĂ˝ rejstřík" #: src/frontends/qt4/ui/IndicesUi.ui:172 msgid "Rename the selected index" -msgstr "Přejmenovat vybraný rejstřík" +msgstr "Přejmenovat vybranĂ˝ rejstřík" #: src/frontends/qt4/ui/IndicesUi.ui:175 msgid "R&ename..." -msgstr "Pře&jmenovat..." +msgstr "Pře&jmenovat..." #: src/frontends/qt4/ui/IndicesUi.ui:182 msgid "Define or change button color" -msgstr "Změnit barvu tlačítka" +msgstr "Změnit barvu tlačítka" #: src/frontends/qt4/ui/InfoUi.ui:24 msgid "Information Type:" @@ -2029,40 +1990,105 @@ msgstr "Typ informace:" #: src/frontends/qt4/ui/InfoUi.ui:34 msgid "Information Name:" -msgstr "Jméno informace:" +msgstr "JmĂŠno informace:" #: src/frontends/qt4/ui/InsetParamsUi.ui:16 msgid "Inset Parameter Configuration" -msgstr "Konfigurace parametrů vložky" +msgstr "Konfigurace parametrĹŻ vloĹžky" #: src/frontends/qt4/ui/InsetParamsUi.ui:46 msgid "Update dialog when moving context" -msgstr "Aktualizovat dialog při pohybu v dokumentu" +msgstr "Aktualizovat dialog při pohybu v dokumentu" #: src/frontends/qt4/ui/InsetParamsUi.ui:49 msgid "S&ynchronize Dialog" -msgstr "S&ynchronizovat s výstupem" +msgstr "S&ynchronizovat s vĂ˝stupem" #: src/frontends/qt4/ui/InsetParamsUi.ui:56 msgid "Apply settings immediately" -msgstr "O&kamžitě použít změny" +msgstr "O&kamĹžitě pouŞít změny" #: src/frontends/qt4/ui/InsetParamsUi.ui:62 #: src/frontends/qt4/ui/ParagraphUi.ui:44 msgid "I&mmediate Apply" -msgstr "O&kamžitě použít" +msgstr "O&kamĹžitě pouŞít" #: src/frontends/qt4/ui/InsetParamsUi.ui:79 msgid "Restore initial values in dialog" -msgstr "Obnovit počáteční hodnoty v dialogu" +msgstr "Obnovit počátečnĂ­ hodnoty v dialogu" #: src/frontends/qt4/ui/InsetParamsUi.ui:92 msgid "Push new inset into the document" -msgstr "Vsunout novou vložku do koumentu" +msgstr "Vsunout novou vloĹžku do koumentu" #: src/frontends/qt4/ui/InsetParamsUi.ui:95 msgid "New Inset" -msgstr "Novou vložku" +msgstr "Novou vloĹžku" + +#: src/frontends/qt4/ui/LaTeXUi.ui:19 +msgid "Document &class" +msgstr "Třída &dokumentu" + +#: src/frontends/qt4/ui/LaTeXUi.ui:44 +msgid "Click to select a local document class definition file" +msgstr "Nastavit lokĂĄlnĂ­ definičnĂ­ soubor třídy dokumentu" + +#: src/frontends/qt4/ui/LaTeXUi.ui:47 +msgid "&Local Layout..." +msgstr "&LokĂĄlnĂ­ rozvrĹženĂ­..." + +#: src/frontends/qt4/ui/LaTeXUi.ui:57 +msgid "Class options" +msgstr "NastavenĂ­ třídy" + +#: src/frontends/qt4/ui/LaTeXUi.ui:63 +msgid "Enable to use the options that are predefined in the layout file" +msgstr "Aktivuj nastavenĂ­ předdefinovanĂĄ v souboru s rozvrĹženĂ­m." + +#: src/frontends/qt4/ui/LaTeXUi.ui:66 +msgid "&Predefined:" +msgstr "Před&definovĂĄno:" + +#: src/frontends/qt4/ui/LaTeXUi.ui:73 +msgid "" +"The options that are predefined in the layout file. Click to the left to " +"select/deselect." +msgstr "" +"NastavenĂ­, kterĂĄ jsou definovĂĄna v souboru rozvrĹženĂ­. Klikněte nalevo pro " +"aktivaci." + +#: src/frontends/qt4/ui/LaTeXUi.ui:83 +msgid "Cus&tom:" +msgstr "V&lastnĂ­:" + +#: src/frontends/qt4/ui/LaTeXUi.ui:99 +msgid "&Graphics driver:" +msgstr "&Ovladač pro obrĂĄzky:" + +#: src/frontends/qt4/ui/LaTeXUi.ui:129 +msgid "Select if the current document is included to a master file" +msgstr "" +"Vyberte v případě, Ĺže je současnĂ˝ dokument vklĂĄdĂĄn do hlavnĂ­ho dokumentu." + +#: src/frontends/qt4/ui/LaTeXUi.ui:135 +msgid "Select de&fault master document" +msgstr "Nastavit &implicitně hlavnĂ­ dokument" + +#: src/frontends/qt4/ui/LaTeXUi.ui:150 +msgid "&Master:" +msgstr "&HlavnĂ­ dokument:" + +#: src/frontends/qt4/ui/LaTeXUi.ui:167 +msgid "Enter the name of the default master document" +msgstr "JmĂŠno implicitnĂ­ho hlavnĂ­ho dokumentu" + +#: src/frontends/qt4/ui/LaTeXUi.ui:186 +msgid "&Suppress default date on front page" +msgstr "Potlačit standardnĂ­ &datum na přednĂ­ straně" + +#: src/frontends/qt4/ui/LaTeXUi.ui:206 +msgid "&Use refstyle (not prettyref) for cross-references" +msgstr "&PouŞít refstyle (ne prettyref) pro křížovĂŠ odkazy" #: src/frontends/qt4/ui/LanguageUi.ui:53 msgid "&Quote Style:" @@ -2070,97 +2096,31 @@ msgstr "&Typ uvozovek:" #: src/frontends/qt4/ui/LanguageUi.ui:66 msgid "Encoding" -msgstr "Kódování" +msgstr "KĂłdovĂĄnĂ­" #: src/frontends/qt4/ui/LanguageUi.ui:81 msgid "Language &Default" -msgstr "&Standardní pro daný jazyk" +msgstr "&StandardnĂ­ pro danĂ˝ jazyk" #: src/frontends/qt4/ui/LanguageUi.ui:104 msgid "&Other:" -msgstr "&Jiný:" +msgstr "&JinĂ˝:" #: src/frontends/qt4/ui/LanguageUi.ui:126 msgid "Language pac&kage:" -msgstr "Jazykový &balíček:" +msgstr "JazykovĂ˝ &balíček:" #: src/frontends/qt4/ui/LanguageUi.ui:136 #: src/frontends/qt4/ui/PrefLanguageUi.ui:51 msgid "Select which language package LyX should use" -msgstr "Vybrat jazykový balíček, který má LyX používat" +msgstr "Vybrat jazykovĂ˝ balíček, kterĂ˝ mĂĄ LyX pouŞívat" #: src/frontends/qt4/ui/LanguageUi.ui:143 #: src/frontends/qt4/ui/PrefLanguageUi.ui:78 +#, fuzzy msgid "" "Enter the command to load the language package (default: \\usepackage{babel})" -msgstr "" -"Zadejte příkaz pro načtení jazykového balíčku (standardně \\usepackage" -"{babel})" - -#: src/frontends/qt4/ui/LaTeXUi.ui:19 -msgid "Document &class" -msgstr "Třída &dokumentu" - -#: src/frontends/qt4/ui/LaTeXUi.ui:44 -msgid "Click to select a local document class definition file" -msgstr "Nastavit lokální definiční soubor třídy dokumentu" - -#: src/frontends/qt4/ui/LaTeXUi.ui:47 -msgid "&Local Layout..." -msgstr "&Lokální rozvržení..." - -#: src/frontends/qt4/ui/LaTeXUi.ui:57 -msgid "Class options" -msgstr "Nastavení třídy" - -#: src/frontends/qt4/ui/LaTeXUi.ui:63 -msgid "Enable to use the options that are predefined in the layout file" -msgstr "Aktivuj nastavení předdefinovaná v souboru s rozvržením." - -#: src/frontends/qt4/ui/LaTeXUi.ui:66 -msgid "&Predefined:" -msgstr "Před&definováno:" - -#: src/frontends/qt4/ui/LaTeXUi.ui:73 -msgid "" -"The options that are predefined in the layout file. Click to the left to " -"select/deselect." -msgstr "" -"Nastavení, která jsou definována v souboru rozvržení. Klikněte nalevo pro " -"aktivaci." - -#: src/frontends/qt4/ui/LaTeXUi.ui:83 -msgid "Cus&tom:" -msgstr "V&lastní:" - -#: src/frontends/qt4/ui/LaTeXUi.ui:99 -msgid "&Graphics driver:" -msgstr "&Ovladač pro obrázky:" - -#: src/frontends/qt4/ui/LaTeXUi.ui:129 -msgid "Select if the current document is included to a master file" -msgstr "" -"Vyberte v případě, že je současný dokument vkládán do hlavního dokumentu." - -#: src/frontends/qt4/ui/LaTeXUi.ui:135 -msgid "Select de&fault master document" -msgstr "Nastavit &implicitně hlavní dokument" - -#: src/frontends/qt4/ui/LaTeXUi.ui:150 -msgid "&Master:" -msgstr "&Hlavní dokument:" - -#: src/frontends/qt4/ui/LaTeXUi.ui:167 -msgid "Enter the name of the default master document" -msgstr "Jméno implicitního hlavního dokumentu" - -#: src/frontends/qt4/ui/LaTeXUi.ui:186 -msgid "&Suppress default date on front page" -msgstr "Potlačit standardní &datum na přední straně" - -#: src/frontends/qt4/ui/LaTeXUi.ui:206 -msgid "&Use refstyle (not prettyref) for cross-references" -msgstr "&Použít refstyle (ne prettyref) pro křížové odkazy" +msgstr "Zadejte příkaz pro načtenĂ­ jazykovĂŠho balíčku (standartně babel)" #: src/frontends/qt4/ui/LineUi.ui:22 msgid "Of&fset:" @@ -2168,70 +2128,69 @@ msgstr "&Posun:" #: src/frontends/qt4/ui/LineUi.ui:35 msgid "Value of the vertical line offset." -msgstr "Hodnota posunu vertikální linky." +msgstr "Hodnota posunu vertikĂĄlnĂ­ linky." #: src/frontends/qt4/ui/LineUi.ui:71 msgid "Value of the line width." -msgstr "Hodnota šířky linky." +msgstr "Hodnota šířky linky." #: src/frontends/qt4/ui/LineUi.ui:94 msgid "&Thickness:" -msgstr "&Tloušťka:" +msgstr "&TlouĹĄĹĽka:" #: src/frontends/qt4/ui/LineUi.ui:107 msgid "Value of the line thickness." -msgstr "Hodnota tloušťky linky." +msgstr "Hodnota tlouĹĄĹĽky linky." #: src/frontends/qt4/ui/ListingsSettingsUi.ui:49 msgid "Input here the listings parameters" -msgstr "Zde vyplňte parametry výpisu" +msgstr "Zde vyplňte parametry vĂ˝pisu" #: src/frontends/qt4/ui/ListingsSettingsUi.ui:67 #: src/frontends/qt4/ui/ListingsUi.ui:477 msgid "Feedback window" msgstr "Okno pro odezvu" -#: src/frontends/qt4/ui/ListingsUi.ui:13 lib/layouts/stdinsets.inc:247 -#: lib/layouts/stdinsets.inc:253 src/insets/InsetCaption.cpp:390 -#: src/insets/InsetListings.cpp:365 src/insets/InsetListings.cpp:367 +#: src/frontends/qt4/ui/ListingsUi.ui:13 src/insets/InsetCaption.cpp:332 +#: src/insets/InsetListings.cpp:351 src/insets/InsetListings.cpp:353 msgid "Listing" -msgstr "Výpis" +msgstr "VĂ˝pis" #: src/frontends/qt4/ui/ListingsUi.ui:23 msgid "&Main Settings" -msgstr "&Hlavní nastavení" +msgstr "&HlavnĂ­ nastavenĂ­" #: src/frontends/qt4/ui/ListingsUi.ui:29 msgid "Placement" -msgstr "Umístění" +msgstr "UmĂ­stěnĂ­" #: src/frontends/qt4/ui/ListingsUi.ui:35 msgid "Check for inline listings" -msgstr "Výpisy uvnitř řádky" +msgstr "VĂ˝pisy uvnitř řádky" #: src/frontends/qt4/ui/ListingsUi.ui:38 msgid "&Inline listing" -msgstr "&Uvnitř řádku" +msgstr "&Uvnitř řádku" #: src/frontends/qt4/ui/ListingsUi.ui:45 msgid "Check for floating listings" -msgstr "Plovoucí výpisy" +msgstr "PlovoucĂ­ vĂ˝pisy" #: src/frontends/qt4/ui/ListingsUi.ui:48 msgid "&Float" -msgstr "P&lovoucí" +msgstr "P&lovoucĂ­" #: src/frontends/qt4/ui/ListingsUi.ui:55 src/frontends/qt4/ui/WrapUi.ui:185 msgid "&Placement:" -msgstr "&Umístění:" +msgstr "&UmĂ­stěnĂ­:" #: src/frontends/qt4/ui/ListingsUi.ui:68 msgid "Specify placement (htbp) for floating listings" -msgstr "Určit umístění (htpb) pro plovoucí výpisy" +msgstr "Určit umĂ­stěnĂ­ (htpb) pro plovoucĂ­ vĂ˝pisy" #: src/frontends/qt4/ui/ListingsUi.ui:78 msgid "Line numbering" -msgstr "Číslování řádek" +msgstr "ČíslovĂĄnĂ­ řádek" #: src/frontends/qt4/ui/ListingsUi.ui:84 msgid "&Side:" @@ -2239,7 +2198,7 @@ msgstr "Str&ana:" #: src/frontends/qt4/ui/ListingsUi.ui:94 msgid "On which side should line numbers be printed?" -msgstr "Na jaké straně by měla být vysázena čísla řádků ?" +msgstr "Na jakĂŠ straně by měla bĂ˝t vysĂĄzena čísla řádkĹŻ ?" #: src/frontends/qt4/ui/ListingsUi.ui:119 msgid "S&tep:" @@ -2247,48 +2206,48 @@ msgstr "&Krok:" #: src/frontends/qt4/ui/ListingsUi.ui:132 msgid "Difference between two numbered lines" -msgstr "Velikost kroku v číslování řádek" +msgstr "Velikost kroku v číslovĂĄnĂ­ řádek" #: src/frontends/qt4/ui/ListingsUi.ui:148 msgid "Font si&ze:" -msgstr "Velikos&t písma:" +msgstr "Velikos&t pĂ­sma:" #: src/frontends/qt4/ui/ListingsUi.ui:169 msgid "Choose the font size for line numbers" -msgstr "Vybrat velikost písma pro čísla řádek" +msgstr "Vybrat velikost pĂ­sma pro čísla řádek" #: src/frontends/qt4/ui/ListingsUi.ui:188 -#: src/frontends/qt4/ui/TabularUi.ui:1128 +#: src/frontends/qt4/ui/TabularUi.ui:966 msgid "Style" msgstr "Styl" #: src/frontends/qt4/ui/ListingsUi.ui:194 msgid "F&ont size:" -msgstr "&Velikost písma:" +msgstr "&Velikost pĂ­sma:" #: src/frontends/qt4/ui/ListingsUi.ui:215 msgid "The content's base font size" -msgstr "Základní velikost písma" +msgstr "ZĂĄkladnĂ­ velikost pĂ­sma" #: src/frontends/qt4/ui/ListingsUi.ui:231 msgid "Font Famil&y:" -msgstr "&Rodina písma:" +msgstr "&Rodina pĂ­sma:" #: src/frontends/qt4/ui/ListingsUi.ui:252 msgid "The content's base font style" -msgstr "Základní rodina písma" +msgstr "ZĂĄkladnĂ­ rodina pĂ­sma" #: src/frontends/qt4/ui/ListingsUi.ui:268 msgid "Break lines longer than the linewidth" -msgstr "Zalomovat řádky přesahující standardní délku řádku" +msgstr "Zalomovat řádky přesahujĂ­cĂ­ standardnĂ­ dĂŠlku řádku" #: src/frontends/qt4/ui/ListingsUi.ui:271 msgid "&Break long lines" -msgstr "&Zalamovat dlouhé řádky" +msgstr "&Zalamovat dlouhĂŠ řádky" #: src/frontends/qt4/ui/ListingsUi.ui:281 msgid "Make spaces visible by a special symbol" -msgstr "Zobraz mezery speciálním symbolem" +msgstr "Zobraz mezery speciĂĄlnĂ­m symbolem" #: src/frontends/qt4/ui/ListingsUi.ui:284 msgid "S&pace as symbol" @@ -2296,23 +2255,23 @@ msgstr "M&ezera jako symbol" #: src/frontends/qt4/ui/ListingsUi.ui:294 msgid "Make spaces in strings visible by a special symbol" -msgstr "Zobraz mezery v řetězcích speciálním symbolem" +msgstr "Zobraz mezery v řetězcĂ­ch speciĂĄlnĂ­m symbolem" #: src/frontends/qt4/ui/ListingsUi.ui:297 msgid "Space i&n string as symbol" -msgstr "&Mezera v řetězci jako symbol" +msgstr "&Mezera v řetězci jako symbol" #: src/frontends/qt4/ui/ListingsUi.ui:307 msgid "Tab&ulator size:" -msgstr "Velikost &tabelátoru:" +msgstr "Velikost &tabelĂĄtoru:" #: src/frontends/qt4/ui/ListingsUi.ui:323 msgid "Use extended character table" -msgstr "Použít rozšířenou tabulku znaků" +msgstr "PouŞít rozšířenou tabulku znakĹŻ" #: src/frontends/qt4/ui/ListingsUi.ui:326 msgid "&Extended character table" -msgstr "&Rozšířená tabulka znaků" +msgstr "&RozšířenĂĄ tabulka znakĹŻ" #: src/frontends/qt4/ui/ListingsUi.ui:345 msgid "Lan&guage:" @@ -2320,7 +2279,7 @@ msgstr "&Jazyk:" #: src/frontends/qt4/ui/ListingsUi.ui:355 msgid "Select the programming language" -msgstr "Vybrat Programovací jazyk" +msgstr "Vybrat ProgramovacĂ­ jazyk" #: src/frontends/qt4/ui/ListingsUi.ui:362 msgid "&Dialect:" @@ -2328,53 +2287,53 @@ msgstr "&Dialekt:" #: src/frontends/qt4/ui/ListingsUi.ui:372 msgid "Select the dialect of the programming language, if available" -msgstr "Vybrat dialekt programovacího jazyka" +msgstr "Vybrat dialekt programovacĂ­ho jazyka" #: src/frontends/qt4/ui/ListingsUi.ui:382 msgid "Range" -msgstr "Rozmezí" +msgstr "RozmezĂ­" #: src/frontends/qt4/ui/ListingsUi.ui:388 msgid "Fi&rst line:" -msgstr "Pr&vní řádek:" +msgstr "Pr&vnĂ­ řádek:" #: src/frontends/qt4/ui/ListingsUi.ui:401 msgid "The first line to be printed" -msgstr "První řádek výpisu" +msgstr "PrvnĂ­ řádek vĂ˝pisu" #: src/frontends/qt4/ui/ListingsUi.ui:414 msgid "&Last line:" -msgstr "Po&slední řádek:" +msgstr "Po&slednĂ­ řádek:" #: src/frontends/qt4/ui/ListingsUi.ui:427 msgid "The last line to be printed" -msgstr "Poslední řádek výpisu" +msgstr "PoslednĂ­ řádek vĂ˝pisu" #: src/frontends/qt4/ui/ListingsUi.ui:444 msgid "Ad&vanced" -msgstr "Rozšířené vol&by" +msgstr "RozšířenĂŠ vol&by" #: src/frontends/qt4/ui/ListingsUi.ui:458 msgid "More Parameters" -msgstr "Další parametry" +msgstr "DalĹĄĂ­ parametry" #: src/frontends/qt4/ui/ListingsUi.ui:499 msgid "Input listing parameters here. Enter ? for a list of parameters." msgstr "" -"Zde vkládejte další parametry výpisu. Pro seznam parametrů vložte znak '?'" +"Zde vklĂĄdejte dalĹĄĂ­ parametry vĂ˝pisu. Pro seznam parametrĹŻ vloĹžte znak '?'" #: src/frontends/qt4/ui/LocalLayoutUi.ui:19 msgid "Document-specific layout information" -msgstr "Specifické volby rozvržení pro dokument" +msgstr "Pro dokument specifickĂŠ volby rozvrĹženĂ­" #: src/frontends/qt4/ui/LocalLayoutUi.ui:35 msgid "&Validate" -msgstr "Ověřit &správnost" +msgstr "Ověřit &sprĂĄvnost" #: src/frontends/qt4/ui/LocalLayoutUi.ui:45 #: src/frontends/qt4/ui/LocalLayoutUi.ui:68 msgid "Errors reported in terminal." -msgstr "Chyby vypsány na terminál." +msgstr "Chyby vypsĂĄny na terminĂĄl." #: src/frontends/qt4/ui/LocalLayoutUi.ui:58 #, fuzzy @@ -2383,7 +2342,7 @@ msgstr "Konvertory" #: src/frontends/qt4/ui/LogUi.ui:38 msgid "Hit Enter to search, or click Go!" -msgstr "Stiskněte enter nebo tlačítko pro vyhledání" +msgstr "Stiskněte enter nebo tlačítko pro vyhledĂĄnĂ­" #: src/frontends/qt4/ui/LogUi.ui:45 msgid "Log &Type:" @@ -2391,16 +2350,16 @@ msgstr "&Typ logu:" #: src/frontends/qt4/ui/LogUi.ui:74 msgid "Update the display" -msgstr "Aktualizuj zobrazení" +msgstr "Aktualizuj zobrazenĂ­" #: src/frontends/qt4/ui/LogUi.ui:77 src/frontends/qt4/ui/RefUi.ui:294 -#: src/frontends/qt4/ui/ViewSourceUi.ui:150 +#: src/frontends/qt4/ui/ViewSourceUi.ui:93 msgid "&Update" msgstr "&Aktualizace" #: src/frontends/qt4/ui/LogUi.ui:110 msgid "Copy to Clip&board" -msgstr "&Zkopírovat do schránky" +msgstr "&ZkopĂ­rovat do schrĂĄnky" #: src/frontends/qt4/ui/LogUi.ui:130 msgid "&Go!" @@ -2408,176 +2367,177 @@ msgstr "&Hledej" #: src/frontends/qt4/ui/LogUi.ui:137 msgid "Jump to the next warning message." -msgstr "Přeskočit na další výstražnou zprávu." +msgstr "Přeskočit na dalĹĄĂ­ vĂ˝straĹžnou zprĂĄvu." #: src/frontends/qt4/ui/LogUi.ui:140 msgid "Next &Warning" -msgstr "Další &upozornění" +msgstr "DalĹĄĂ­ &upozorněnĂ­" #: src/frontends/qt4/ui/LogUi.ui:147 msgid "Jump to the next error message." -msgstr "Přeskočit na další chybovou zprávu." +msgstr "Přeskočit na dalĹĄĂ­ chybovou zprĂĄvu." #: src/frontends/qt4/ui/LogUi.ui:150 msgid "Next &Error" -msgstr "Další &chyba" +msgstr "DalĹĄĂ­ &chyba" #: src/frontends/qt4/ui/MarginsUi.ui:28 msgid "Use the margin settings provided by the document class" -msgstr "Použít nastavení okraje z třídy dokumentu" +msgstr "PouŞít nastavenĂ­ okraje z třídy dokumentu" #: src/frontends/qt4/ui/MarginsUi.ui:31 msgid "&Default Margins" -msgstr "&Standardní okraje" +msgstr "&StandardnĂ­ okraje" #: src/frontends/qt4/ui/MarginsUi.ui:89 msgid "&Top:" -msgstr "&Horní:" +msgstr "&HornĂ­:" #: src/frontends/qt4/ui/MarginsUi.ui:102 msgid "&Bottom:" -msgstr "&Dolní:" +msgstr "&DolnĂ­:" #: src/frontends/qt4/ui/MarginsUi.ui:115 msgid "&Inner:" -msgstr "&Vnitřní:" +msgstr "&VnitřnĂ­:" #: src/frontends/qt4/ui/MarginsUi.ui:128 msgid "O&uter:" -msgstr "V&nější:" +msgstr "V&nějĹĄĂ­:" #: src/frontends/qt4/ui/MarginsUi.ui:141 msgid "Head &sep:" -msgstr "&Oddělovač hlavičky:" +msgstr "&Oddělovač hlavičky:" #: src/frontends/qt4/ui/MarginsUi.ui:154 msgid "Head &height:" -msgstr "Výška h&lavičky:" +msgstr "Výťka h&lavičky:" #: src/frontends/qt4/ui/MarginsUi.ui:167 msgid "&Foot skip:" -msgstr "&Mezera patičky:" +msgstr "&Mezera patičky:" #: src/frontends/qt4/ui/MarginsUi.ui:180 msgid "&Column Sep:" -msgstr "&Vzdálenost sloupců:" +msgstr "&VzdĂĄlenost sloupcĹŻ:" #: src/frontends/qt4/ui/MasterChildUi.ui:25 msgid "Master Document Output" -msgstr "Výstup hlavního dokumentu" +msgstr "VĂ˝stup hlavnĂ­ho dokumentu" #: src/frontends/qt4/ui/MasterChildUi.ui:40 msgid "Include only the selected subdocuments in the output" -msgstr "Zahrnout pouze vybrané poddokumenty ve výstupu" +msgstr "Zahrnout pouze vybranĂŠ poddokumenty ve vĂ˝stupu" #: src/frontends/qt4/ui/MasterChildUi.ui:43 msgid "Include only &selected children" -msgstr "Zahrnout pouze vybrané &potomky" +msgstr "Zahrnout pouze vybranĂŠ &potomky" #: src/frontends/qt4/ui/MasterChildUi.ui:50 msgid "" "Assure counters and references are as in the complete document (prolonges " "compilation)" msgstr "" -"Zajistit aby všechno očíslování a reference byly shodné s verzí kompletního " -"dokumentu (prodlužuje kompilaci)" +"Zajistit aby vĹĄechno očíslovĂĄnĂ­ a reference byly shodnĂŠ s verzĂ­ kompletnĂ­ho " +"dokumentu (prodluĹžuje kompilaci)" #: src/frontends/qt4/ui/MasterChildUi.ui:53 msgid "&Maintain counters and references" -msgstr "&Udržovat číslování a reference" +msgstr "&UdrĹžovat číslovĂĄnĂ­ a reference" #: src/frontends/qt4/ui/MasterChildUi.ui:63 msgid "Include all subdocuments in the output" -msgstr "Zahrnout všechny poddokumenty ve výstupu" +msgstr "Zahrnout vĹĄechny poddokumenty ve vĂ˝stupu" #: src/frontends/qt4/ui/MasterChildUi.ui:66 msgid "&Include all children" -msgstr "Zahrnout &všechny potomky" +msgstr "Zahrnout &vĹĄechny potomky" -#: src/frontends/qt4/ui/MathMatrixUi.ui:31 -#: src/frontends/qt4/ui/MathMatrixUi.ui:44 +#: src/frontends/qt4/ui/MathMatrixUi.ui:30 +#: src/frontends/qt4/ui/MathMatrixUi.ui:43 #: src/frontends/qt4/ui/TabularCreateUi.ui:81 #: src/frontends/qt4/ui/TabularCreateUi.ui:123 msgid "Number of rows" -msgstr "Počet řádek" +msgstr "Počet řádek" -#: src/frontends/qt4/ui/MathMatrixUi.ui:34 +#: src/frontends/qt4/ui/MathMatrixUi.ui:33 #: src/frontends/qt4/ui/TabularCreateUi.ui:84 msgid "&Rows:" -msgstr "Řá&dky:" +msgstr "Řå&dky:" -#: src/frontends/qt4/ui/MathMatrixUi.ui:60 -#: src/frontends/qt4/ui/MathMatrixUi.ui:73 +#: src/frontends/qt4/ui/MathMatrixUi.ui:59 +#: src/frontends/qt4/ui/MathMatrixUi.ui:72 #: src/frontends/qt4/ui/TabularCreateUi.ui:110 #: src/frontends/qt4/ui/TabularCreateUi.ui:139 msgid "Number of columns" -msgstr "Počet sloupců" +msgstr "Počet sloupcĹŻ" -#: src/frontends/qt4/ui/MathMatrixUi.ui:63 +#: src/frontends/qt4/ui/MathMatrixUi.ui:62 #: src/frontends/qt4/ui/TabularCreateUi.ui:113 msgid "&Columns:" msgstr "&Sloupce:" -#: src/frontends/qt4/ui/MathMatrixUi.ui:113 +#: src/frontends/qt4/ui/MathMatrixUi.ui:112 msgid "Resize this to the correct table dimensions" -msgstr "Změň toto pro opravu velikosti tabulky" +msgstr "Změň toto pro opravu velikosti tabulky" -#: src/frontends/qt4/ui/MathMatrixUi.ui:164 src/frontends/qt4/ui/WrapUi.ui:195 +#: src/frontends/qt4/ui/MathMatrixUi.ui:163 src/frontends/qt4/ui/WrapUi.ui:195 msgid "Vertical alignment" -msgstr "Vertikální zarovnání" +msgstr "VertikĂĄlnĂ­ zarovnĂĄnĂ­" -#: src/frontends/qt4/ui/MathMatrixUi.ui:171 +#: src/frontends/qt4/ui/MathMatrixUi.ui:185 msgid "&Vertical:" -msgstr "&Vertikálně:" +msgstr "&VertikĂĄlně:" -#: src/frontends/qt4/ui/MathMatrixUi.ui:190 +#: src/frontends/qt4/ui/MathMatrixUi.ui:204 msgid "Horizontal alignment per column (l,c,r)" -msgstr "Horizontální zarovnání dle sloupce (l,s,p)" +msgstr "HorizontĂĄlnĂ­ zarovnĂĄnĂ­ dle sloupce (l,s,p)" -#: src/frontends/qt4/ui/MathMatrixUi.ui:197 +#: src/frontends/qt4/ui/MathMatrixUi.ui:211 msgid "&Horizontal:" -msgstr "&Horizontálně:" +msgstr "&HorizontĂĄlně:" -#: src/frontends/qt4/ui/MathMatrixUi.ui:210 +#: src/frontends/qt4/ui/MathMatrixUi.ui:224 msgid "Decoration" msgstr "Dekorace" -#: src/frontends/qt4/ui/MathMatrixUi.ui:216 +#: src/frontends/qt4/ui/MathMatrixUi.ui:230 msgid "&Type:" msgstr "&Typ:" -#: src/frontends/qt4/ui/MathMatrixUi.ui:229 +#: src/frontends/qt4/ui/MathMatrixUi.ui:243 msgid "decoration type / matrix border" msgstr "typ dekorace / okraj matice" -#: src/frontends/qt4/ui/MathsUi.ui:45 -#, fuzzy -msgid "All packages:" -msgstr "balíček" +#: src/frontends/qt4/ui/MathMatrixUi.ui:252 +msgid "[x]" +msgstr "[x]" -#: src/frontends/qt4/ui/MathsUi.ui:52 -#, fuzzy -msgid "Load a&utomatically" -msgstr "automaticky" +#: src/frontends/qt4/ui/MathMatrixUi.ui:257 +msgid "(x)" +msgstr "(x)" -#: src/frontends/qt4/ui/MathsUi.ui:59 -msgid "Load alwa&ys" -msgstr "" +#: src/frontends/qt4/ui/MathMatrixUi.ui:262 +msgid "{x}" +msgstr "{x}" -#: src/frontends/qt4/ui/MathsUi.ui:66 -#, fuzzy -msgid "Do ¬ load" -msgstr "Dokument nenačten" +#: src/frontends/qt4/ui/MathMatrixUi.ui:267 +msgid "|x|" +msgstr "|x|" + +#: src/frontends/qt4/ui/MathMatrixUi.ui:272 +msgid "||x||" +msgstr "||x||" #: src/frontends/qt4/ui/ModulesUi.ui:60 msgid "A&vailable:" -msgstr "&Dostupné:" +msgstr "&DostupnĂŠ:" #: src/frontends/qt4/ui/ModulesUi.ui:100 #: src/frontends/qt4/ui/PrefConvertersUi.ui:187 #: src/frontends/qt4/ui/SpellcheckerUi.ui:216 msgid "A&dd" -msgstr "Při&dat" +msgstr "Při&dat" #: src/frontends/qt4/ui/ModulesUi.ui:107 msgid "De&lete" @@ -2585,15 +2545,15 @@ msgstr "&Smazat" #: src/frontends/qt4/ui/ModulesUi.ui:151 msgid "S&elected:" -msgstr "&Vybrané:" +msgstr "&VybranĂŠ:" -#: src/frontends/qt4/ui/NomenclUi.ui:13 src/insets/InsetNomencl.cpp:172 +#: src/frontends/qt4/ui/NomenclUi.ui:13 src/insets/InsetNomencl.cpp:162 msgid "Nomenclature" msgstr "Nomenklatura" #: src/frontends/qt4/ui/NomenclUi.ui:28 msgid "Sort &as:" -msgstr "&Třídit jako:" +msgstr "&Třídit jako:" #: src/frontends/qt4/ui/NomenclUi.ui:38 msgid "&Description:" @@ -2613,7 +2573,7 @@ msgstr "Pouze pro LyX" #: src/frontends/qt4/ui/NoteUi.ui:63 msgid "LyX &Note" -msgstr "LyX - &Poznámka" +msgstr "LyX - &PoznĂĄmka" #: src/frontends/qt4/ui/NoteUi.ui:70 msgid "Export to LaTeX/Docbook but don't print" @@ -2621,74 +2581,74 @@ msgstr "Export do LaTeX/Docbook bez tisku" #: src/frontends/qt4/ui/NoteUi.ui:73 msgid "&Comment" -msgstr "&Komentář" +msgstr "&Komentář" #: src/frontends/qt4/ui/NoteUi.ui:80 msgid "Print as grey text" -msgstr "Vytisknout jako šedý text" +msgstr "Vytisknout jako ĹĄedĂ˝ text" #: src/frontends/qt4/ui/NoteUi.ui:83 msgid "&Greyed out" -msgstr "&Zašedlé" +msgstr "&ZaĹĄedlĂŠ" #: src/frontends/qt4/ui/NumberingUi.ui:60 msgid "&List in Table of Contents" -msgstr "Uvést v O&bsahu" +msgstr "UvĂŠst v O&bsahu" #: src/frontends/qt4/ui/NumberingUi.ui:70 msgid "&Numbering" -msgstr "Čí&slování" +msgstr "Čí&slovĂĄnĂ­" #: src/frontends/qt4/ui/OutputUi.ui:20 msgid "Output Format" -msgstr "Výstupní formát" +msgstr "VĂ˝stupnĂ­ formĂĄt" #: src/frontends/qt4/ui/OutputUi.ui:43 src/frontends/qt4/ui/OutputUi.ui:56 msgid "Specify the default output format (for view/update)" msgstr "" -"Nastavit standardní výstupní formát (pro prohlížení a aktualizaci výstupu)" +"Nastavit standardnĂ­ vĂ˝stupnĂ­ formĂĄt (pro prohlĂ­ĹženĂ­ a aktualizaci vĂ˝stupu)" #: src/frontends/qt4/ui/OutputUi.ui:46 -#: src/frontends/qt4/ui/PrefFileformatsUi.ui:174 +#: src/frontends/qt4/ui/PrefFileformatsUi.ui:190 msgid "De&fault Output Format:" -msgstr "&Standarní výstupní formát:" +msgstr "&StandarnĂ­ vĂ˝stupnĂ­ formĂĄt:" #: src/frontends/qt4/ui/OutputUi.ui:68 msgid "Enable forward/reverse search between editor and output (e.g., SyncTeX)" msgstr "" -"Umožnit zpětné/dopředné vyhledávání mezi editorem a výstupem (např. SyncTeX)" +"UmoĹžnit zpětnĂŠ/dopřednĂŠ vyhledĂĄvĂĄnĂ­ mezi editorem a vĂ˝stupem (např. SyncTeX)" #: src/frontends/qt4/ui/OutputUi.ui:71 msgid "S&ynchronize with Output" -msgstr "S&ynchronizovat s výstupem" +msgstr "S&ynchronizovat s vĂ˝stupem" #: src/frontends/qt4/ui/OutputUi.ui:88 msgid "C&ustom Macro:" -msgstr "&Vlastní makro:" +msgstr "&VlastnĂ­ makro:" #: src/frontends/qt4/ui/OutputUi.ui:98 msgid "Custom LaTeX preamble macro" -msgstr "Vlastní makro do preambule LaTeX-u" +msgstr "VlastnĂ­ makro do preambule LaTeX-u" #: src/frontends/qt4/ui/OutputUi.ui:113 msgid "XHTML Output Options" -msgstr "Volby pro XHTML výstup" +msgstr "Volby pro XHTML vĂ˝stup" #: src/frontends/qt4/ui/OutputUi.ui:122 msgid "Whether to comply strictly with XHTML 1.1." -msgstr "Zaškrtněte pro striktní dodržování standardu XHTML 1.1." +msgstr "ZaĹĄkrtněte pro striktnĂ­ dodrĹžovĂĄnĂ­ standardu XHTML 1.1." #: src/frontends/qt4/ui/OutputUi.ui:125 msgid "&Strict XHTML 1.1" -msgstr "&Striktní XHTML 1.1" +msgstr "&StriktnĂ­ XHTML 1.1" #: src/frontends/qt4/ui/OutputUi.ui:138 msgid "&Math output:" -msgstr "&Výstup vzorců:" +msgstr "&VĂ˝stup vzorcĹŻ:" #: src/frontends/qt4/ui/OutputUi.ui:154 msgid "Format to use for math output." -msgstr "Jaký formát použít pro zobrazení matematických vzorců" +msgstr "JakĂ˝ formĂĄt pouŞít pro zobrazenĂ­ matematickĂ˝ch vzorcĹŻ" #: src/frontends/qt4/ui/OutputUi.ui:158 msgid "MathML" @@ -2700,96 +2660,198 @@ msgstr "HTML" #: src/frontends/qt4/ui/OutputUi.ui:168 msgid "Images" -msgstr "Obrázky" +msgstr "ObrĂĄzky" -#: src/frontends/qt4/ui/OutputUi.ui:173 lib/layouts/aapaper.layout:63 -#: lib/layouts/egs.layout:634 lib/languages:81 -#: src/frontends/qt4/GuiDocument.cpp:1264 +#: src/frontends/qt4/ui/OutputUi.ui:173 lib/layouts/aapaper.layout:61 +#: lib/layouts/egs.layout:615 lib/languages:69 #: src/frontends/qt4/GuiErrorList.cpp:48 src/frontends/qt4/GuiLog.cpp:226 -#: src/frontends/qt4/GuiPrefs.cpp:702 +#: src/frontends/qt4/GuiPrefs.cpp:701 msgid "LaTeX" msgstr "LaTeX" #: src/frontends/qt4/ui/OutputUi.ui:187 msgid "Math &image scaling:" -msgstr "&Měřítko obrázků:" +msgstr "&Měřítko obrĂĄzkĹŻ:" #: src/frontends/qt4/ui/OutputUi.ui:203 msgid "Scaling factor for images used for math output." -msgstr "Měřítko pro zvětšení obrázků použitých pro výstup vzorců" +msgstr "Měřítko pro zvětĹĄenĂ­ obrĂĄzkĹŻ pouĹžitĂ˝ch pro vĂ˝stup vzorcĹŻ" #: src/frontends/qt4/ui/OutputUi.ui:222 #, fuzzy msgid "Write CSS to File" msgstr "Tisk do souboru" -#: src/frontends/qt4/ui/PageLayoutUi.ui:20 -msgid "Paper Format" -msgstr "Formát stránky" +#: src/frontends/qt4/ui/PDFSupportUi.ui:28 +msgid "&Use hyperref support" +msgstr "Po&uŞít balíček hyperref" -#: src/frontends/qt4/ui/PageLayoutUi.ui:29 -#: src/frontends/qt4/ui/PrefFileformatsUi.ui:22 +#: src/frontends/qt4/ui/PDFSupportUi.ui:53 +msgid "&General" +msgstr "Ob&ecnĂŠ" + +#: src/frontends/qt4/ui/PDFSupportUi.ui:91 +msgid "Header Information" +msgstr "Informace v hlavičce" + +#: src/frontends/qt4/ui/PDFSupportUi.ui:103 +msgid "&Title:" +msgstr "&NĂĄzev:" + +#: src/frontends/qt4/ui/PDFSupportUi.ui:116 +msgid "&Author:" +msgstr "&Autor:" + +#: src/frontends/qt4/ui/PDFSupportUi.ui:129 +msgid "&Subject:" +msgstr "&Předmět:" + +#: src/frontends/qt4/ui/PDFSupportUi.ui:142 +msgid "&Keywords:" +msgstr "&KlíčovĂĄ slova:" + +#: src/frontends/qt4/ui/PDFSupportUi.ui:166 +msgid "" +"If not stated explicitly, fill title and author from appropriate environments" +msgstr "" +"Pokud nenĂ­ zadĂĄno explicitně, budou informace dolpněny z přísluĹĄnĂ˝ch polĂ­ v " +"dokumentu" + +#: src/frontends/qt4/ui/PDFSupportUi.ui:169 +msgid "Automatically fi&ll header" +msgstr "&Automaticky vyplnit informace do hlavičky" + +#: src/frontends/qt4/ui/PDFSupportUi.ui:176 +msgid "Enable fullscreen PDF presentation" +msgstr "Zapnout celoobrazovkovou prezentaci po načtenĂ­ pdf souboru" + +#: src/frontends/qt4/ui/PDFSupportUi.ui:179 +msgid "Load in &fullscreen mode" +msgstr "Načíst v &celoobrazovkovĂŠm reĹžimu" + +# TODO +#: src/frontends/qt4/ui/PDFSupportUi.ui:189 +msgid "H&yperlinks" +msgstr "&Odkaz (hyperlink)" + +#: src/frontends/qt4/ui/PDFSupportUi.ui:222 +msgid "Allows link text to break across lines." +msgstr "Rozdělit odkazy přes vĂ­ce řádek" + +#: src/frontends/qt4/ui/PDFSupportUi.ui:225 +msgid "B&reak links over lines" +msgstr "&Rozdělit vĂ­ceřádkovĂŠ odkazy" + +#: src/frontends/qt4/ui/PDFSupportUi.ui:232 +msgid "No &frames around links" +msgstr "Bez rĂĄ&mu kolem odkazĹŻ" + +#: src/frontends/qt4/ui/PDFSupportUi.ui:242 +msgid "C&olor links" +msgstr "&BarevnĂŠ odkazy" + +#: src/frontends/qt4/ui/PDFSupportUi.ui:249 +msgid "Bibliographical backreferences" +msgstr "BibliografickĂŠ zpětnĂŠ reference" + +#: src/frontends/qt4/ui/PDFSupportUi.ui:252 +msgid "B&ackreferences:" +msgstr "Zpě&tnĂŠ reference:" + +#: src/frontends/qt4/ui/PDFSupportUi.ui:281 +msgid "&Bookmarks" +msgstr "&ZĂĄloĹžky" + +#: src/frontends/qt4/ui/PDFSupportUi.ui:293 +msgid "G&enerate Bookmarks" +msgstr "Vytvořit zĂĄ&loĹžky" + +#: src/frontends/qt4/ui/PDFSupportUi.ui:314 +msgid "&Numbered bookmarks" +msgstr "Očí&slovanĂŠ zĂĄloĹžky" + +#: src/frontends/qt4/ui/PDFSupportUi.ui:321 +msgid "&Open bookmarks" +msgstr "Rozbalit zĂĄloĹž&ky" + +#: src/frontends/qt4/ui/PDFSupportUi.ui:346 +msgid "Number of levels" +msgstr "Rozbalit do zadanĂŠ Ăşrovně" + +#: src/frontends/qt4/ui/PDFSupportUi.ui:388 +msgid "Additional o&ptions" +msgstr "&DoplňkovĂŠ parametry pro LaTeX" + +#: src/frontends/qt4/ui/PDFSupportUi.ui:417 +msgid "e.g.: pdfstartview=XYZ, plainpages=false, pdfpagelabels" +msgstr "např.: pdfstartview=XYZ, plainpages=false, pdfpagelabels" + +#: src/frontends/qt4/ui/PageLayoutUi.ui:19 +msgid "Paper Format" +msgstr "FormĂĄt strĂĄnky" + +#: src/frontends/qt4/ui/PageLayoutUi.ui:28 +#: src/frontends/qt4/ui/PrefFileformatsUi.ui:19 #: src/frontends/qt4/ui/RefUi.ui:355 msgid "&Format:" -msgstr "&Formát:" +msgstr "&FormĂĄt:" -#: src/frontends/qt4/ui/PageLayoutUi.ui:45 +#: src/frontends/qt4/ui/PageLayoutUi.ui:44 msgid "Choose a particular paper size, or set your own with \"Custom\"" -msgstr "Vyberte velikost papíru stránky nebo nastavte svou vlastní \"Vlastní\"" +msgstr "Vyberte velikost papĂ­ru strĂĄnky nebo nastavte svou vlastnĂ­ \"VlastnĂ­\"" -#: src/frontends/qt4/ui/PageLayoutUi.ui:126 +#: src/frontends/qt4/ui/PageLayoutUi.ui:125 msgid "&Orientation:" msgstr "&Orientace:" -#: src/frontends/qt4/ui/PageLayoutUi.ui:136 +#: src/frontends/qt4/ui/PageLayoutUi.ui:135 msgid "&Portrait" -msgstr "&Na výšku" +msgstr "&Na výťku" -#: src/frontends/qt4/ui/PageLayoutUi.ui:146 +#: src/frontends/qt4/ui/PageLayoutUi.ui:145 msgid "&Landscape" -msgstr "Na šířk&u" +msgstr "Na šířk&u" -#: src/frontends/qt4/ui/PageLayoutUi.ui:162 -#: src/frontends/qt4/GuiDocument.cpp:1400 +#: src/frontends/qt4/ui/PageLayoutUi.ui:161 +#: src/frontends/qt4/GuiDocument.cpp:1417 msgid "Page Layout" -msgstr "Rozvržení stránky" +msgstr "RozvrĹženĂ­ strĂĄnky" -#: src/frontends/qt4/ui/PageLayoutUi.ui:171 -#, fuzzy -msgid "Page &style:" -msgstr "Styl &hlavičky:" +#: src/frontends/qt4/ui/PageLayoutUi.ui:170 +msgid "Headings &style:" +msgstr "Styl &hlavičky:" -#: src/frontends/qt4/ui/PageLayoutUi.ui:187 +#: src/frontends/qt4/ui/PageLayoutUi.ui:186 msgid "Style used for the page header and footer" -msgstr "Styl použitý pro hlavičku a patičku stránky" +msgstr "Styl pouĹžitĂ˝ pro hlavičku a patičku strĂĄnky" -#: src/frontends/qt4/ui/PageLayoutUi.ui:207 +#: src/frontends/qt4/ui/PageLayoutUi.ui:206 msgid "Lay out the page for double-sided printing" -msgstr "Rozvrhni stránku pro oboustranný tisk" +msgstr "Rozvrhni strĂĄnku pro oboustrannĂ˝ tisk" -#: src/frontends/qt4/ui/PageLayoutUi.ui:210 +#: src/frontends/qt4/ui/PageLayoutUi.ui:209 msgid "&Two-sided document" -msgstr "&Dvoustranný dokument" +msgstr "&DvoustrannĂ˝ dokument" #: src/frontends/qt4/ui/ParagraphUi.ui:54 msgid "Label Width" -msgstr "Šířka značky" +msgstr "Šířka značky" #: src/frontends/qt4/ui/ParagraphUi.ui:69 #: src/frontends/qt4/ui/ParagraphUi.ui:82 msgid "This text defines the width of the paragraph label" -msgstr "Tento text definuje šířku značky v odstavci" +msgstr "Tento text definuje šířku značky v odstavci" #: src/frontends/qt4/ui/ParagraphUi.ui:72 msgid "Lo&ngest label" -msgstr "&Nejdelší značka" +msgstr "&NejdelĹĄĂ­ značka" #: src/frontends/qt4/ui/ParagraphUi.ui:92 msgid "Line &spacing" -msgstr "Řá&dkování" +msgstr "Řå&dkovĂĄnĂ­" -#: src/frontends/qt4/ui/ParagraphUi.ui:120 src/Text.cpp:1870 -#: src/frontends/qt4/GuiDocument.cpp:711 +#: src/frontends/qt4/ui/ParagraphUi.ui:120 src/Text.cpp:1849 +#: src/frontends/qt4/GuiDocument.cpp:771 msgid "Single" msgstr "Jedna" @@ -2797,26 +2859,26 @@ msgstr "Jedna" msgid "1.5" msgstr "1.5" -#: src/frontends/qt4/ui/ParagraphUi.ui:130 src/Text.cpp:1876 -#: src/frontends/qt4/GuiDocument.cpp:715 +#: src/frontends/qt4/ui/ParagraphUi.ui:130 src/Text.cpp:1855 +#: src/frontends/qt4/GuiDocument.cpp:775 msgid "Double" msgstr "Dva" #: src/frontends/qt4/ui/ParagraphUi.ui:135 #: src/frontends/qt4/ui/PrefLanguageUi.ui:65 -#: src/frontends/qt4/ui/TabularUi.ui:1209 -#: src/frontends/qt4/ui/TabularUi.ui:1228 -#: src/frontends/qt4/ui/TabularUi.ui:1276 src/frontends/qt4/ui/VSpaceUi.ui:107 -#: lib/layouts/stdcustom.inc:8 src/frontends/qt4/GuiDocument.cpp:705 -#: src/frontends/qt4/GuiDocument.cpp:709 src/frontends/qt4/GuiDocument.cpp:717 -#: src/frontends/qt4/GuiDocument.cpp:831 src/frontends/qt4/GuiDocument.cpp:883 -#: src/frontends/qt4/GuiDocument.cpp:1058 src/frontends/qt4/GuiHSpace.cpp:56 -#: src/frontends/qt4/GuiHSpace.cpp:67 src/frontends/qt4/GuiPrefs.cpp:852 -#: src/frontends/qt4/GuiPrefs.cpp:879 src/frontends/qt4/GuiPrefs.cpp:2139 -#: src/frontends/qt4/GuiPrefs.cpp:2162 +#: src/frontends/qt4/ui/TabularUi.ui:1047 +#: src/frontends/qt4/ui/TabularUi.ui:1066 +#: src/frontends/qt4/ui/TabularUi.ui:1114 src/frontends/qt4/ui/VSpaceUi.ui:107 +#: lib/layouts/stdcustom.inc:8 src/frontends/qt4/GuiDocument.cpp:765 +#: src/frontends/qt4/GuiDocument.cpp:769 src/frontends/qt4/GuiDocument.cpp:777 +#: src/frontends/qt4/GuiDocument.cpp:883 src/frontends/qt4/GuiDocument.cpp:935 +#: src/frontends/qt4/GuiDocument.cpp:1101 src/frontends/qt4/GuiHSpace.cpp:56 +#: src/frontends/qt4/GuiHSpace.cpp:67 src/frontends/qt4/GuiPrefs.cpp:851 +#: src/frontends/qt4/GuiPrefs.cpp:878 src/frontends/qt4/GuiPrefs.cpp:2140 +#: src/frontends/qt4/GuiPrefs.cpp:2163 #: src/frontends/qt4/GuiPrintNomencl.cpp:51 msgid "Custom" -msgstr "Vlastní" +msgstr "VlastnĂ­" #: src/frontends/qt4/ui/ParagraphUi.ui:146 msgid "&Indent Paragraph" @@ -2832,7 +2894,7 @@ msgstr "Na&levo" #: src/frontends/qt4/ui/ParagraphUi.ui:182 msgid "C&enter" -msgstr "Na &střed" +msgstr "Na &střed" #: src/frontends/qt4/ui/ParagraphUi.ui:189 msgid "Ri&ght" @@ -2840,171 +2902,65 @@ msgstr "Na&pravo" #: src/frontends/qt4/ui/ParagraphUi.ui:196 msgid "Use the default alignment for this paragraph, whatever it is." -msgstr "Použít standardní zarovnání pro tento odstavec, ať už je jakékoliv." +msgstr "PouŞít standardnĂ­ zarovnĂĄnĂ­ pro tento odstavec, aĹĽ uĹž je jakĂŠkoliv." #: src/frontends/qt4/ui/ParagraphUi.ui:199 msgid "Paragraph's &Default" -msgstr "Standardní &zarovnání" - -#: src/frontends/qt4/ui/PDFSupportUi.ui:28 -msgid "&Use hyperref support" -msgstr "Po&užít balíček hyperref" - -#: src/frontends/qt4/ui/PDFSupportUi.ui:53 -msgid "&General" -msgstr "Ob&ecné" - -#: src/frontends/qt4/ui/PDFSupportUi.ui:91 -msgid "Header Information" -msgstr "Informace v hlavičce" - -#: src/frontends/qt4/ui/PDFSupportUi.ui:103 -msgid "&Title:" -msgstr "&Název:" - -#: src/frontends/qt4/ui/PDFSupportUi.ui:116 -msgid "&Author:" -msgstr "&Autor:" - -#: src/frontends/qt4/ui/PDFSupportUi.ui:129 -msgid "&Subject:" -msgstr "&Předmět:" - -#: src/frontends/qt4/ui/PDFSupportUi.ui:142 -msgid "&Keywords:" -msgstr "&Klíčová slova:" - -#: src/frontends/qt4/ui/PDFSupportUi.ui:166 -msgid "" -"If not stated explicitly, fill title and author from appropriate environments" -msgstr "" -"Pokud není zadáno explicitně, budou informace dolpněny z příslušných polí v " -"dokumentu" - -#: src/frontends/qt4/ui/PDFSupportUi.ui:169 -msgid "Automatically fi&ll header" -msgstr "&Automaticky vyplnit informace do hlavičky" - -#: src/frontends/qt4/ui/PDFSupportUi.ui:176 -msgid "Enable fullscreen PDF presentation" -msgstr "Zapnout celoobrazovkovou prezentaci po načtení pdf souboru" - -#: src/frontends/qt4/ui/PDFSupportUi.ui:179 -msgid "Load in &fullscreen mode" -msgstr "Načíst v &celoobrazovkovém režimu" - -# TODO -#: src/frontends/qt4/ui/PDFSupportUi.ui:189 -msgid "H&yperlinks" -msgstr "&Odkaz (hyperlink)" - -#: src/frontends/qt4/ui/PDFSupportUi.ui:222 -msgid "Allows link text to break across lines." -msgstr "Rozdělit odkazy přes více řádek" - -#: src/frontends/qt4/ui/PDFSupportUi.ui:225 -msgid "B&reak links over lines" -msgstr "&Rozdělit víceřádkové odkazy" - -#: src/frontends/qt4/ui/PDFSupportUi.ui:232 -msgid "No &frames around links" -msgstr "Bez rá&mu kolem odkazů" - -#: src/frontends/qt4/ui/PDFSupportUi.ui:242 -msgid "C&olor links" -msgstr "&Barevné odkazy" - -#: src/frontends/qt4/ui/PDFSupportUi.ui:249 -msgid "Bibliographical backreferences" -msgstr "Bibliografické zpětné reference" - -#: src/frontends/qt4/ui/PDFSupportUi.ui:252 -msgid "B&ackreferences:" -msgstr "Zpě&tné reference:" - -#: src/frontends/qt4/ui/PDFSupportUi.ui:281 -msgid "&Bookmarks" -msgstr "&Záložky" - -#: src/frontends/qt4/ui/PDFSupportUi.ui:293 -#, fuzzy -msgid "G&enerate Bookmarks (ToC)" -msgstr "Vytvořit zá&ložky" - -#: src/frontends/qt4/ui/PDFSupportUi.ui:314 -msgid "&Numbered bookmarks" -msgstr "Očí&slované záložky" - -#: src/frontends/qt4/ui/PDFSupportUi.ui:321 -#, fuzzy -msgid "&Open bookmark tree" -msgstr "Rozbalit zálož&ky" - -#: src/frontends/qt4/ui/PDFSupportUi.ui:346 -msgid "Number of levels" -msgstr "Rozbalit do zadané úrovně" - -#: src/frontends/qt4/ui/PDFSupportUi.ui:388 -msgid "Additional o&ptions" -msgstr "&Doplňkové parametry pro LaTeX" - -#: src/frontends/qt4/ui/PDFSupportUi.ui:417 -msgid "e.g.: pdfstartview=XYZ, plainpages=false, pdfpagelabels" -msgstr "např.: pdfstartview=XYZ, plainpages=false, pdfpagelabels" +msgstr "StandardnĂ­ &zarovnĂĄnĂ­" #: src/frontends/qt4/ui/PhantomUi.ui:60 msgid "Horizontal and vertical space of the phantom content" -msgstr "Horizontální a vertikální velikost pro kontext fantómu" +msgstr "HorizontĂĄlnĂ­ a vertikĂĄlnĂ­ velikost pro kontext fantĂłmu" #: src/frontends/qt4/ui/PhantomUi.ui:63 msgid "&Phantom" -msgstr "&Fantóm" +msgstr "&FantĂłm" #: src/frontends/qt4/ui/PhantomUi.ui:70 msgid "Horizontal space of the phantom content" -msgstr "Horizontální velikost pro kontext fantómu" +msgstr "HorizontĂĄlnĂ­ velikost pro kontext fantĂłmu" #: src/frontends/qt4/ui/PhantomUi.ui:73 msgid "&Horizontal Phantom" -msgstr "&Horizontální Fantóm" +msgstr "&HorizontĂĄlnĂ­ FantĂłm" #: src/frontends/qt4/ui/PhantomUi.ui:80 msgid "Vertical space of the phantom content" -msgstr "Vertikální velikost pro kontext fantómu" +msgstr "VertikĂĄlnĂ­ velikost pro kontext fantĂłmu" #: src/frontends/qt4/ui/PhantomUi.ui:83 msgid "&Vertical Phantom" -msgstr "&Vertikální fantóm" +msgstr "&VertikĂĄlnĂ­ fantĂłm" -#: src/frontends/qt4/ui/PrefColorsUi.ui:46 +#: src/frontends/qt4/ui/PrefColorsUi.ui:42 msgid "A<er..." -msgstr "Z&měnit..." +msgstr "Z&měnit..." -#: src/frontends/qt4/ui/PrefColorsUi.ui:81 +#: src/frontends/qt4/ui/PrefColorsUi.ui:62 msgid "&Use system colors" -msgstr "Používat &sytémové barvy" +msgstr "PouŞívat &sytĂŠmovĂŠ barvy" #: src/frontends/qt4/ui/PrefCompletionUi.ui:25 msgid "In Math" -msgstr "Ve vzorcích" +msgstr "Ve vzorcĂ­ch" #: src/frontends/qt4/ui/PrefCompletionUi.ui:40 msgid "" "Show the grey inline completion behind the cursor in math mode after the " "delay." -msgstr "Zobrazovat doplnění za kurzorem na dané řádce po prodlevě" +msgstr "Zobrazovat doplněnĂ­ za kurzorem na danĂŠ řádce po prodlevě" #: src/frontends/qt4/ui/PrefCompletionUi.ui:43 msgid "Automatic in&line completion" -msgstr "Automatické &doplňování v řádce" +msgstr "AutomatickĂŠ &doplňovĂĄnĂ­ v řádce" #: src/frontends/qt4/ui/PrefCompletionUi.ui:50 msgid "Show the popup in math mode after the delay." -msgstr "Zobraz vyskakovací menu po prodlevě" +msgstr "Zobraz vyskakovacĂ­ menu po prodlevě" #: src/frontends/qt4/ui/PrefCompletionUi.ui:53 msgid "Automatic p&opup" -msgstr "Automatické &menu" +msgstr "AutomatickĂŠ &menu" #: src/frontends/qt4/ui/PrefCompletionUi.ui:60 msgid "Autoco&rrection" @@ -3018,60 +2974,60 @@ msgstr "V textu" msgid "" "Show the grey inline completion behind the cursor in text mode after the " "delay." -msgstr "Zobrazovat doplnění za kurzorem na dané řádce po prodlevě" +msgstr "Zobrazovat doplněnĂ­ za kurzorem na danĂŠ řádce po prodlevě" #: src/frontends/qt4/ui/PrefCompletionUi.ui:88 msgid "Automatic &inline completion" -msgstr "Automatické do&plňování v řádce" +msgstr "AutomatickĂŠ do&plňovĂĄnĂ­ v řádce" #: src/frontends/qt4/ui/PrefCompletionUi.ui:95 msgid "Show the popup after the set delay in text mode." -msgstr "Zobraz vyskakovací menu po prodlevě" +msgstr "Zobraz vyskakovacĂ­ menu po prodlevě" #: src/frontends/qt4/ui/PrefCompletionUi.ui:98 msgid "Automatic &popup" -msgstr "Automatické m&enu" +msgstr "AutomatickĂŠ m&enu" #: src/frontends/qt4/ui/PrefCompletionUi.ui:105 msgid "" "Show a small triangle on the cursor if a completion is available in text " "mode." msgstr "" -"Zobrazit v textovém módu malý trojúhelník za kurzorem pokud je doplnění " -"možné." +"Zobrazit v textovĂŠm mĂłdu malĂ˝ trojĂşhelnĂ­k za kurzorem pokud je doplněnĂ­ " +"moĹžnĂŠ." #: src/frontends/qt4/ui/PrefCompletionUi.ui:108 msgid "Cursor i&ndicator" -msgstr "I&ndikátor kurzoru" +msgstr "I&ndikĂĄtor kurzoru" #: src/frontends/qt4/ui/PrefCompletionUi.ui:118 -#: lib/layouts/hollywood.layout:281 src/frontends/qt4/GuiPrefs.cpp:390 +#: lib/layouts/hollywood.layout:280 src/frontends/qt4/GuiPrefs.cpp:389 msgid "General" -msgstr "Obecné" +msgstr "ObecnĂŠ" #: src/frontends/qt4/ui/PrefCompletionUi.ui:141 msgid "" "After the cursor has not moved for this time, the inline completion is shown " "if it is available." msgstr "" -"Dostupné doplnění v řádce bude zobrazeno, jestliže se kurzor nepohne po tuto " +"DostupnĂŠ doplněnĂ­ v řádce bude zobrazeno, jestliĹže se kurzor nepohne po tuto " "dobu." #: src/frontends/qt4/ui/PrefCompletionUi.ui:154 msgid "s inline completion dela&y" -msgstr "s - prodle&va pro řádkové doplnění" +msgstr "s - prodle&va pro řádkovĂŠ doplněnĂ­" #: src/frontends/qt4/ui/PrefCompletionUi.ui:187 msgid "" "After the cursor has not moved for this time, the completion popup is shown " "if it is available." msgstr "" -"Dostupné doplnění ve vyskakovacím menu bude zobrazeno, jestliže se kurzor " +"DostupnĂŠ doplněnĂ­ ve vyskakovacĂ­m menu bude zobrazeno, jestliĹže se kurzor " "nepohne po tuto dobu." #: src/frontends/qt4/ui/PrefCompletionUi.ui:200 msgid "s popup d&elay" -msgstr "&s - prodleva pro doplnění v menu" +msgstr "&s - prodleva pro doplněnĂ­ v menu" #: src/frontends/qt4/ui/PrefCompletionUi.ui:233 msgid "." @@ -3086,20 +3042,20 @@ msgid "" "When the TAB completion is not unique, there won't be a delay of the popup. " "It will be shown right away." msgstr "" -"Jestliže doplnění na klávesu TAB není unikátní, zobrazí se vyskakovací menu " -"okamžitě." +"JestliĹže doplněnĂ­ na klĂĄvesu TAB nenĂ­ unikĂĄtnĂ­, zobrazĂ­ se vyskakovacĂ­ menu " +"okamĹžitě." #: src/frontends/qt4/ui/PrefCompletionUi.ui:277 msgid "Sho&w popup without delay for non-unique completions" -msgstr "Při neje&dnoznačnosti zobrazit vyskakovací menu bez prodlevy" +msgstr "Při neje&dnoznačnosti zobrazit vyskakovacĂ­ menu bez prodlevy" #: src/frontends/qt4/ui/PrefCompletionUi.ui:284 msgid "Long completions are cut-off and shown with \"...\"." -msgstr "Dlouhé doplňující slova budou zkráceny pomocí \"...\"." +msgstr "DlouhĂŠ doplňujĂ­cĂ­ slova budou zkrĂĄceny pomocĂ­ \"...\"." #: src/frontends/qt4/ui/PrefCompletionUi.ui:287 msgid "&Use \"...\" to shorten long completions" -msgstr "&Použít \"...\" pro zkrácení dlouhých doplnění" +msgstr "&PouŞít \"...\" pro zkrĂĄcenĂ­ dlouhĂ˝ch doplněnĂ­" #: src/frontends/qt4/ui/PrefConvertersUi.ui:81 msgid "C&onverter:" @@ -3107,24 +3063,24 @@ msgstr "K&onvertor:" #: src/frontends/qt4/ui/PrefConvertersUi.ui:91 msgid "E&xtra flag:" -msgstr "Příznak naví&c:" +msgstr "Příznak navĂ­&c:" #: src/frontends/qt4/ui/PrefConvertersUi.ui:121 msgid "&From format:" -msgstr "&Z formátu:" +msgstr "&Z formĂĄtu:" #: src/frontends/qt4/ui/PrefConvertersUi.ui:153 msgid "&To format:" -msgstr "D&o formátu:" +msgstr "D&o formĂĄtu:" #: src/frontends/qt4/ui/PrefConvertersUi.ui:194 #: src/frontends/qt4/ui/PrefShortcutsUi.ui:54 msgid "&Modify" -msgstr "Z&měnit" +msgstr "Z&měnit" #: src/frontends/qt4/ui/PrefConvertersUi.ui:209 #: src/frontends/qt4/ui/PrefShortcutsUi.ui:61 -#: src/frontends/qt4/GuiPrefs.cpp:2996 src/frontends/qt4/GuiPrefs.cpp:3060 +#: src/frontends/qt4/GuiPrefs.cpp:2944 src/frontends/qt4/GuiPrefs.cpp:3008 msgid "Remo&ve" msgstr "&Smazat" @@ -3134,7 +3090,7 @@ msgstr "Definice &konvertoru" #: src/frontends/qt4/ui/PrefConvertersUi.ui:252 msgid "Converter File Cache" -msgstr "Vyrovnávací paměť pro konvertor souborů" +msgstr "VyrovnĂĄvacĂ­ paměť pro konvertor souborĹŻ" #: src/frontends/qt4/ui/PrefConvertersUi.ui:272 msgid "&Enabled" @@ -3142,272 +3098,182 @@ msgstr "&Zapnuto" #: src/frontends/qt4/ui/PrefConvertersUi.ui:292 msgid "Maximum A&ge (in days):" -msgstr "Živo&tnost (ve dnech):" +msgstr "Ĺ˝ivo&tnost (ve dnech):" -#: src/frontends/qt4/ui/PrefDisplayUi.ui:31 +#: src/frontends/qt4/ui/PrefDisplayUi.ui:25 msgid "Display &Graphics" -msgstr "&Zobrazit obrázky" +msgstr "&Zobrazit obrĂĄzky" -#: src/frontends/qt4/ui/PrefDisplayUi.ui:51 +#: src/frontends/qt4/ui/PrefDisplayUi.ui:45 msgid "Instant &Preview:" -msgstr "&Okamžitý náhled (vzorce):" +msgstr "&OkamĹžitĂ˝ nĂĄhled (vzorce):" -#: src/frontends/qt4/ui/PrefDisplayUi.ui:62 src/Font.cpp:76 -#: src/frontends/qt4/GuiDocument.cpp:129 +#: src/frontends/qt4/ui/PrefDisplayUi.ui:56 src/Font.cpp:76 +#: src/frontends/qt4/GuiDocument.cpp:171 msgid "Off" msgstr "Vypnuto" -#: src/frontends/qt4/ui/PrefDisplayUi.ui:67 +#: src/frontends/qt4/ui/PrefDisplayUi.ui:61 msgid "No math" msgstr "Bez matematiky" -#: src/frontends/qt4/ui/PrefDisplayUi.ui:72 src/Font.cpp:76 +#: src/frontends/qt4/ui/PrefDisplayUi.ui:66 src/Font.cpp:76 msgid "On" msgstr "Zapnuto" -#: src/frontends/qt4/ui/PrefDisplayUi.ui:80 +#: src/frontends/qt4/ui/PrefDisplayUi.ui:74 msgid "Preview Si&ze:" -msgstr "&Velikost náhledu:" +msgstr "&Velikost nĂĄhledu:" -#: src/frontends/qt4/ui/PrefDisplayUi.ui:96 +#: src/frontends/qt4/ui/PrefDisplayUi.ui:92 msgid "Factor for the preview size" -msgstr "Měřítko pro náhled" +msgstr "Měřítko pro nĂĄhled" -#: src/frontends/qt4/ui/PrefDisplayUi.ui:118 +#: src/frontends/qt4/ui/PrefDisplayUi.ui:114 msgid "Mark end of paragraphs on screen with a pilcrow character." -msgstr "Označí konec odstavce na obrazovce speciálním znakem" +msgstr "Označí konec odstavce na obrazovce speciĂĄlnĂ­m znakem" -#: src/frontends/qt4/ui/PrefDisplayUi.ui:121 +#: src/frontends/qt4/ui/PrefDisplayUi.ui:117 msgid "&Mark end of paragraphs" -msgstr "Označit &konec odstavců" +msgstr "Označit &konec odstavcĹŻ" -#: src/frontends/qt4/ui/PrefDocHandlingUi.ui:26 -msgid "Session handling" -msgstr "Nastavení relace" - -#: src/frontends/qt4/ui/PrefDocHandlingUi.ui:38 -msgid "Restore window layouts and &geometries" -msgstr "Povolit načtení/zápis rozvržení oken a jejich &geometrie" - -#: src/frontends/qt4/ui/PrefDocHandlingUi.ui:45 -msgid "Restore to the cursor position when the file was last closed" -msgstr "Obnovit pozici kurzoru v místě, kde byl při posledním zavření souboru" - -#: src/frontends/qt4/ui/PrefDocHandlingUi.ui:48 -msgid "Restore cursor &positions" -msgstr "Obnovit &pozici kurzorů" - -#: src/frontends/qt4/ui/PrefDocHandlingUi.ui:55 -msgid "&Load opened files from last session" -msgstr "&Načíst soubory otevřené v předchozí relaci" - -#: src/frontends/qt4/ui/PrefDocHandlingUi.ui:62 -msgid "&Clear all session information" -msgstr "Smazat veškerá nastavení &rozvrhu oken" - -#: src/frontends/qt4/ui/PrefDocHandlingUi.ui:85 -msgid "Backup && saving" -msgstr "Zálohování a ukládání" - -#: src/frontends/qt4/ui/PrefDocHandlingUi.ui:94 -msgid "Backup &original documents when saving" -msgstr "&Zálohovat původní dokumenty při ukládání" - -#: src/frontends/qt4/ui/PrefDocHandlingUi.ui:103 -msgid "&Backup documents, every" -msgstr "Zá&lohovat dokumenty, každých" - -#: src/frontends/qt4/ui/PrefDocHandlingUi.ui:120 -msgid "&minutes" -msgstr "&minut" - -#: src/frontends/qt4/ui/PrefDocHandlingUi.ui:145 -msgid "&Save documents compressed by default" -msgstr "Standardně &ukládat dokumenty komprimované" - -#: src/frontends/qt4/ui/PrefDocHandlingUi.ui:155 -msgid "Windows && work area" -msgstr "Okna a pracovní plocha" - -#: src/frontends/qt4/ui/PrefDocHandlingUi.ui:164 -msgid "Open documents in &tabs" -msgstr "Otevírat dokumenty v &panelech" - -#: src/frontends/qt4/ui/PrefDocHandlingUi.ui:171 -msgid "" -"Whether to open documents in an already running instance of LyX.\n" -"(Set the LyXServer pipe path and restart LyX to enable this feature)" -msgstr "" -"Otevírat dokumenty v již běžící instanci LyX-u.\n" -"(Nastavte cestu pro napojení k LyXServeru (pipe) a restartujte LyX.)" - -#: src/frontends/qt4/ui/PrefDocHandlingUi.ui:174 -msgid "Use s&ingle instance" -msgstr "Jediná &instance" - -#: src/frontends/qt4/ui/PrefDocHandlingUi.ui:181 -msgid "Whether to place close button on each tab or only one in the top left." -msgstr "Má se zavírací tlačítko objevit na každém panelu zvlášť?" - -#: src/frontends/qt4/ui/PrefDocHandlingUi.ui:184 -msgid "Displa&y single close-tab button" -msgstr "&Jediné tlačítko pro zavírání panelu" - -#: src/frontends/qt4/ui/PrefDocHandlingUi.ui:193 -msgid "Closing last &view:" -msgstr "" - -#: src/frontends/qt4/ui/PrefDocHandlingUi.ui:204 -#, fuzzy -msgid "Closes document" -msgstr "Zavřít dokument" - -#: src/frontends/qt4/ui/PrefDocHandlingUi.ui:209 -#, fuzzy -msgid "Hides document" -msgstr "Nový dokument" - -#: src/frontends/qt4/ui/PrefDocHandlingUi.ui:214 -msgid "Ask the user" -msgstr "" - -#: src/frontends/qt4/ui/PrefEditUi.ui:25 src/frontends/qt4/GuiPrefs.cpp:253 +#: src/frontends/qt4/ui/PrefEditUi.ui:25 src/frontends/qt4/GuiPrefs.cpp:252 msgid "Editing" msgstr "Editace" #: src/frontends/qt4/ui/PrefEditUi.ui:37 msgid "Cursor &follows scrollbar" -msgstr "&Kurzor následuje posuvník" +msgstr "&Kurzor nĂĄsleduje posuvnĂ­k" -#: src/frontends/qt4/ui/PrefEditUi.ui:46 src/LyXRC.cpp:3137 +#: src/frontends/qt4/ui/PrefEditUi.ui:46 src/LyXRC.cpp:3124 msgid "" "Configure the width of the text cursor. Automatic zoom-controlled cursor " "width used when set to 0." msgstr "" -"Automatická šířka (dle zvětšení) bude použita, pokud zvolíte hodnotu 0." +"AutomatickĂĄ šířka (dle zvětĹĄenĂ­) bude pouĹžita, pokud zvolĂ­te hodnotu 0." #: src/frontends/qt4/ui/PrefEditUi.ui:49 msgid "Cursor width (&pixels):" -msgstr "Šířka kurzoru v pi&xelech:" +msgstr "Šířka kurzoru v pi&xelech:" -#: src/frontends/qt4/ui/PrefEditUi.ui:90 +#: src/frontends/qt4/ui/PrefEditUi.ui:77 msgid "Scroll &below end of document" -msgstr "Posuvníkem za k&onec dokumentu" +msgstr "PosuvnĂ­kem za k&onec dokumentu" -#: src/frontends/qt4/ui/PrefEditUi.ui:97 +#: src/frontends/qt4/ui/PrefEditUi.ui:84 +msgid "Sort &environments alphabetically" +msgstr "Třídit nabĂ­dku prostředĂ­ v &abecednĂ­m pořádku" + +#: src/frontends/qt4/ui/PrefEditUi.ui:91 +msgid "&Group environments by their category" +msgstr "&Seskupit nabĂ­dku prostředĂ­ dle kategoriĂ­" + +#: src/frontends/qt4/ui/PrefEditUi.ui:99 +msgid "Edit Math Macros inline with a box around" +msgstr "Editace matematickĂ˝ch maker v řádku s rĂĄmečkem kolem" + +#: src/frontends/qt4/ui/PrefEditUi.ui:104 +msgid "Edit Math Macros inline with the name in the status bar" +msgstr "Editace mat. maker v řádku, jmĂŠno makra ve stavovĂŠm řádku" + +#: src/frontends/qt4/ui/PrefEditUi.ui:109 +msgid "Edit Math Macros with a parameter list (like in LyX < 1.6)" +msgstr "Editace mat. maker se seznamem parametrĹŻ (jako v LyXu < 1.6)" + +#: src/frontends/qt4/ui/PrefEditUi.ui:130 msgid "Skip trailing non-word characters" -msgstr "Přeskakovat speciální znaky" +msgstr "Přeskakovat speciĂĄlnĂ­ znaky" -#: src/frontends/qt4/ui/PrefEditUi.ui:100 +#: src/frontends/qt4/ui/PrefEditUi.ui:133 msgid "Use Mac-style for cursor moving between &words" msgstr "&Skok kurzoru mezi slovy jako na Mac-u" -#: src/frontends/qt4/ui/PrefEditUi.ui:107 -msgid "Sort &environments alphabetically" -msgstr "Třídit nabídku prostředí v &abecedním pořádku" - -#: src/frontends/qt4/ui/PrefEditUi.ui:114 -msgid "&Group environments by their category" -msgstr "&Seskupit nabídku prostředí dle kategorií" - -#: src/frontends/qt4/ui/PrefEditUi.ui:122 -msgid "Edit Math Macros inline with a box around" -msgstr "Editace matematických maker v řádku s rámečkem kolem" - -#: src/frontends/qt4/ui/PrefEditUi.ui:127 -msgid "Edit Math Macros inline with the name in the status bar" -msgstr "Editace mat. maker v řádku, jméno makra ve stavovém řádku" - -#: src/frontends/qt4/ui/PrefEditUi.ui:132 -msgid "Edit Math Macros with a parameter list (like in LyX < 1.6)" -msgstr "Editace mat. maker se seznamem parametrů (jako v LyXu < 1.6)" - -#: src/frontends/qt4/ui/PrefEditUi.ui:156 +#: src/frontends/qt4/ui/PrefEditUi.ui:143 msgid "Fullscreen" -msgstr "Celoobrazovkový mód" +msgstr "CeloobrazovkovĂ˝ mĂłd" -#: src/frontends/qt4/ui/PrefEditUi.ui:174 +#: src/frontends/qt4/ui/PrefEditUi.ui:161 msgid "&Hide toolbars" -msgstr "Skrýt panel s &nástroji" +msgstr "SkrĂ˝t panel s &nĂĄstroji" -#: src/frontends/qt4/ui/PrefEditUi.ui:181 +#: src/frontends/qt4/ui/PrefEditUi.ui:168 msgid "Hide scr&ollbar" -msgstr "Skrýt &posuvník" +msgstr "SkrĂ˝t &posuvnĂ­k" -#: src/frontends/qt4/ui/PrefEditUi.ui:188 +#: src/frontends/qt4/ui/PrefEditUi.ui:175 msgid "Hide &tabbar" -msgstr "&Skrýt lištu s dokumenty" +msgstr "&SkrĂ˝t liĹĄtu s dokumenty" -#: src/frontends/qt4/ui/PrefEditUi.ui:195 +#: src/frontends/qt4/ui/PrefEditUi.ui:182 msgid "Hide &menubar" -msgstr "Skrýt &menu" +msgstr "SkrĂ˝t &menu" -#: src/frontends/qt4/ui/PrefEditUi.ui:202 +#: src/frontends/qt4/ui/PrefEditUi.ui:189 msgid "&Limit text width" -msgstr "&Omezit šířku textu" +msgstr "&Omezit šířku textu" -#: src/frontends/qt4/ui/PrefEditUi.ui:214 +#: src/frontends/qt4/ui/PrefEditUi.ui:201 msgid "Screen used (&pixels):" -msgstr "Šířka v pi&xelech:" +msgstr "Šířka v pi&xelech:" -#: src/frontends/qt4/ui/PrefFileformatsUi.ui:32 +#: src/frontends/qt4/ui/PrefFileformatsUi.ui:45 msgid "&New..." -msgstr "&Nový..." +msgstr "&NovĂ˝..." -#: src/frontends/qt4/ui/PrefFileformatsUi.ui:39 +#: src/frontends/qt4/ui/PrefFileformatsUi.ui:52 msgid "Re&move" msgstr "O&dstranit" -#: src/frontends/qt4/ui/PrefFileformatsUi.ui:46 +#: src/frontends/qt4/ui/PrefFileformatsUi.ui:59 msgid "&Document format" -msgstr "Formát &dokumentu" +msgstr "FormĂĄt &dokumentu" -#: src/frontends/qt4/ui/PrefFileformatsUi.ui:53 +#: src/frontends/qt4/ui/PrefFileformatsUi.ui:66 msgid "Check this to show the current format in the File > Export menu" -msgstr "Zaškrtněte, pokud chcete tento formát v menu Soubor > Export" +msgstr "ZaĹĄkrtněte, pokud chcete tento formĂĄt v menu Soubor > Export" -#: src/frontends/qt4/ui/PrefFileformatsUi.ui:56 +#: src/frontends/qt4/ui/PrefFileformatsUi.ui:69 msgid "Sho&w in export menu" msgstr "Zobrazit v menu &Export" -#: src/frontends/qt4/ui/PrefFileformatsUi.ui:63 +#: src/frontends/qt4/ui/PrefFileformatsUi.ui:76 msgid "Vector &graphics format" -msgstr "&Vektorový formát obrázku" +msgstr "&VektorovĂ˝ formĂĄt obrĂĄzku" -#: src/frontends/qt4/ui/PrefFileformatsUi.ui:70 +#: src/frontends/qt4/ui/PrefFileformatsUi.ui:83 msgid "S&hort Name:" msgstr "&Zkratka:" -#: src/frontends/qt4/ui/PrefFileformatsUi.ui:83 +#: src/frontends/qt4/ui/PrefFileformatsUi.ui:96 #, fuzzy msgid "E&xtensions:" -msgstr "Přípo&na:" +msgstr "Přípo&na:" -#: src/frontends/qt4/ui/PrefFileformatsUi.ui:96 +#: src/frontends/qt4/ui/PrefFileformatsUi.ui:109 msgid "&MIME:" msgstr "" -#: src/frontends/qt4/ui/PrefFileformatsUi.ui:109 +#: src/frontends/qt4/ui/PrefFileformatsUi.ui:122 msgid "Shortc&ut:" msgstr "&Zkratka:" -#: src/frontends/qt4/ui/PrefFileformatsUi.ui:129 +#: src/frontends/qt4/ui/PrefFileformatsUi.ui:145 msgid "&Viewer:" -msgstr "P&rohlížeč:" - -#: src/frontends/qt4/ui/PrefFileformatsUi.ui:149 -msgid "Co&pier:" -msgstr "&Kopír.skript:" - -#: src/frontends/qt4/ui/PrefFileformatsUi.ui:162 -msgid "Specify the default output format when using (PDF)LaTeX" -msgstr "Nastavit standardní výstupní formát při použití (PDF)LaTeX-u" +msgstr "P&rohlĂ­Ĺžeč:" #: src/frontends/qt4/ui/PrefFileformatsUi.ui:165 -msgid "Default Format" -msgstr "Standardní formát" +msgid "Co&pier:" +msgstr "&KopĂ­r.skript:" -#: src/frontends/qt4/ui/PrefFileformatsUi.ui:216 +#: src/frontends/qt4/ui/PrefFileformatsUi.ui:178 +msgid "Specify the default output format when using (PDF)LaTeX" +msgstr "Nastavit standardnĂ­ vĂ˝stupnĂ­ formĂĄt při pouĹžitĂ­ (PDF)LaTeX-u" + +#: src/frontends/qt4/ui/PrefFileformatsUi.ui:181 +msgid "Default Format" +msgstr "StandardnĂ­ formĂĄt" + +#: src/frontends/qt4/ui/PrefFileformatsUi.ui:232 msgid "Ed&itor:" msgstr "&Editor:" @@ -3417,164 +3283,162 @@ msgstr "&E-mail:" #: src/frontends/qt4/ui/PrefIdentityUi.ui:43 msgid "Your name" -msgstr "Vaše jméno" +msgstr "VaĹĄe jmĂŠno" #: src/frontends/qt4/ui/PrefIdentityUi.ui:60 msgid "Your E-mail address" -msgstr "Vaše E-mailová adresa" +msgstr "VaĹĄe E-mailovĂĄ adresa" -#: src/frontends/qt4/ui/PrefInputUi.ui:20 +#: src/frontends/qt4/ui/PrefInputUi.ui:19 msgid "Keyboard" -msgstr "Klávesnice" +msgstr "KlĂĄvesnice" -#: src/frontends/qt4/ui/PrefInputUi.ui:32 +#: src/frontends/qt4/ui/PrefInputUi.ui:31 msgid "Use &keyboard map" -msgstr "Použít &mapu kláves" +msgstr "PouŞít &mapu klĂĄves" -#: src/frontends/qt4/ui/PrefInputUi.ui:45 -msgid "&Primary:" -msgstr "" +#: src/frontends/qt4/ui/PrefInputUi.ui:44 +msgid "&First:" +msgstr "Prv&nĂ­:" -#: src/frontends/qt4/ui/PrefInputUi.ui:65 +#: src/frontends/qt4/ui/PrefInputUi.ui:64 #: src/frontends/qt4/ui/PrefShortcutsUi.ui:83 msgid "Br&owse..." -msgstr "&Procházet..." +msgstr "&ProchĂĄzet..." -#: src/frontends/qt4/ui/PrefInputUi.ui:91 -#, fuzzy -msgid "S&econdary:" -msgstr "&Druhá:" +#: src/frontends/qt4/ui/PrefInputUi.ui:90 +msgid "S&econd:" +msgstr "&DruhĂĄ:" -#: src/frontends/qt4/ui/PrefInputUi.ui:121 +#: src/frontends/qt4/ui/PrefInputUi.ui:120 msgid "" "Mac OS X specific setting for use with emacs bindings. Takes effect next " "time LyX is launched." msgstr "" -"Nastavení specifické pro Mac OS X zejména v emacs módu klávesových zkratek. " -"LyX musí být restartován pro tuto volbu." +"NastavenĂ­ specifickĂŠ pro Mac OS X zejmĂŠna v emacs mĂłdu klĂĄvesovĂ˝ch zkratek. " +"LyX musĂ­ bĂ˝t restartovĂĄn pro tuto volbu." -#: src/frontends/qt4/ui/PrefInputUi.ui:124 +#: src/frontends/qt4/ui/PrefInputUi.ui:123 msgid "Do not swap Apple and Control keys" -msgstr "Neprohazovat klávesy Apple a Control" +msgstr "Neprohazovat klĂĄvesy Apple a Control" -#: src/frontends/qt4/ui/PrefInputUi.ui:137 +#: src/frontends/qt4/ui/PrefInputUi.ui:136 msgid "Mouse" -msgstr "Myška" +msgstr "MyĹĄka" -#: src/frontends/qt4/ui/PrefInputUi.ui:149 +#: src/frontends/qt4/ui/PrefInputUi.ui:148 msgid "&Wheel scrolling speed:" -msgstr "Rychlost posouvání textu pomocí &kolečka myši:" +msgstr "Rychlost posouvĂĄnĂ­ textu pomocĂ­ &kolečka myĹĄi:" -#: src/frontends/qt4/ui/PrefInputUi.ui:159 +#: src/frontends/qt4/ui/PrefInputUi.ui:158 msgid "" "1.0 is the standard scrolling speed with the mouse wheel. Higher values will " "speed it up, low values slow it down." -msgstr "1.0 je standardní rychlost. Vyšší hodnoty zrychlí, nižší zpomalí." +msgstr "1.0 je standardnĂ­ rychlost. VyĹĄĹĄĂ­ hodnoty zrychlĂ­, niŞťí zpomalĂ­." -#: src/frontends/qt4/ui/PrefInputUi.ui:203 +#: src/frontends/qt4/ui/PrefInputUi.ui:202 msgid "Scroll wheel zoom" -msgstr "Lupa pomocí kolečka myši" +msgstr "Lupa pomocĂ­ kolečka myĹĄi" -#: src/frontends/qt4/ui/PrefInputUi.ui:236 +#: src/frontends/qt4/ui/PrefInputUi.ui:235 msgid "Enable" msgstr "Zapnuto" -#: src/frontends/qt4/ui/PrefInputUi.ui:250 +#: src/frontends/qt4/ui/PrefInputUi.ui:249 msgid "Ctrl" msgstr "Ctrl" -#: src/frontends/qt4/ui/PrefInputUi.ui:255 +#: src/frontends/qt4/ui/PrefInputUi.ui:254 msgid "Shift" msgstr "Shift" -#: src/frontends/qt4/ui/PrefInputUi.ui:260 +#: src/frontends/qt4/ui/PrefInputUi.ui:259 msgid "Alt" msgstr "Alt" #: src/frontends/qt4/ui/PrefLanguageUi.ui:19 msgid "User &interface language:" -msgstr "&Jazyk uživatelského rozhraní:" +msgstr "&Jazyk uĹživatelskĂŠho rozhranĂ­:" #: src/frontends/qt4/ui/PrefLanguageUi.ui:29 msgid "Select the language of the user interface (menus, dialogs, etc.)" -msgstr "Zvolit jazyk uživatelského rozhraní (menu, dialogy, ...)" +msgstr "Zvolit jazyk uĹživatelskĂŠho rozhranĂ­ (menu, dialogy, ...)" #: src/frontends/qt4/ui/PrefLanguageUi.ui:39 #, fuzzy msgid "Language &package:" -msgstr "Jazykový &balíček:" +msgstr "JazykovĂ˝ &balíček:" #: src/frontends/qt4/ui/PrefLanguageUi.ui:55 -#: src/frontends/qt4/GuiDocument.cpp:1054 -#: src/frontends/qt4/GuiDocument.cpp:1964 +#: src/frontends/qt4/GuiDocument.cpp:1097 msgid "Automatic" msgstr "Automaticky" #: src/frontends/qt4/ui/PrefLanguageUi.ui:60 -#: src/frontends/qt4/GuiDocument.cpp:1056 +#: src/frontends/qt4/GuiDocument.cpp:1099 msgid "Always Babel" -msgstr "Vždy Babel" +msgstr "VĹždy Babel" #: src/frontends/qt4/ui/PrefLanguageUi.ui:70 -#: src/frontends/qt4/GuiDocument.cpp:1060 +#: src/frontends/qt4/GuiDocument.cpp:1103 msgid "None[[language package]]" -msgstr "Žádný" +msgstr "ŽådnĂ˝" #: src/frontends/qt4/ui/PrefLanguageUi.ui:87 msgid "Command s&tart:" -msgstr "Začá&tek příkazu:" +msgstr "Začá&tek příkazu:" #: src/frontends/qt4/ui/PrefLanguageUi.ui:97 msgid "The LaTeX command that starts a switch to a foreign language" -msgstr "Příkaz LaTeX-u, který začíná přepnutí změny jazyka." +msgstr "Příkaz LaTeX-u, kterĂ˝ začínĂĄ přepnutĂ­ změny jazyka." #: src/frontends/qt4/ui/PrefLanguageUi.ui:117 msgid "Command e&nd:" -msgstr "Kone&c příkazu:" +msgstr "Kone&c příkazu:" #: src/frontends/qt4/ui/PrefLanguageUi.ui:127 msgid "The LaTeX command that ends a switch to a foreign language" -msgstr "Příkaz LaTeX-u, který ukončuje přepnutí změny jazyka." +msgstr "Příkaz LaTeX-u, kterĂ˝ ukončuje přepnutĂ­ změny jazyka." #: src/frontends/qt4/ui/PrefLanguageUi.ui:134 #, fuzzy msgid "Default Decimal &Separator:" -msgstr "Na desetinné čárce" +msgstr "Na desetinnĂŠ čárce" #: src/frontends/qt4/ui/PrefLanguageUi.ui:160 #, fuzzy msgid "Default length &unit:" -msgstr "Stan&dardní jazyk:" +msgstr "Stan&dardnĂ­ jazyk:" #: src/frontends/qt4/ui/PrefLanguageUi.ui:173 msgid "" "Check to pass the language globally (to the document class), not locally (to " "the language package)" msgstr "" -"Zaškrtněte pro nastavení jazyka globálně (třídě dokumentu), nikoli lokálně " -"(jazykovému balíčku)" +"ZaĹĄkrtněte pro nastavenĂ­ jazyka globĂĄlně (třídě dokumentu), nikoli lokĂĄlně " +"(jazykovĂŠmu balíčku)" #: src/frontends/qt4/ui/PrefLanguageUi.ui:176 msgid "Set languages &globally" -msgstr "Nastavit jazyky &globálně" +msgstr "Nastavit jazyky &globĂĄlně" #: src/frontends/qt4/ui/PrefLanguageUi.ui:183 msgid "" "If checked, the document language is not explicitly set by a language switch " "command" msgstr "" -"Při zaškrtnutí není jazyk dokumentu explicitně nastaven přepínacím příkazem" +"Při zaĹĄkrtnutĂ­ nenĂ­ jazyk dokumentu explicitně nastaven přepĂ­nacĂ­m příkazem" #: src/frontends/qt4/ui/PrefLanguageUi.ui:186 msgid "Auto &begin" -msgstr "Auto. &začátek" +msgstr "Auto. &začátek" #: src/frontends/qt4/ui/PrefLanguageUi.ui:193 msgid "" "If checked, the document language is not explicitly closed by a language " "switch command" msgstr "" -"Při zaškrtnutí není jazyk dokumentu explicitně uzavřen přepínacím příkazem" +"Při zaĹĄkrtnutĂ­ nenĂ­ jazyk dokumentu explicitně uzavřen přepĂ­nacĂ­m příkazem" #: src/frontends/qt4/ui/PrefLanguageUi.ui:196 msgid "Auto &end" @@ -3582,27 +3446,27 @@ msgstr "Auto. &konec" #: src/frontends/qt4/ui/PrefLanguageUi.ui:203 msgid "Check to highlight foreign languages visually in the work area" -msgstr "Zaškrtněte pro zvýraznění cizího jazyka v dokumentu na ploše" +msgstr "ZaĹĄkrtněte pro zvĂ˝razněnĂ­ cizĂ­ho jazyka v dokumentu na ploĹĄe" #: src/frontends/qt4/ui/PrefLanguageUi.ui:206 msgid "Mark &foreign languages" -msgstr "Označit cizí &jazyk" +msgstr "Označit cizĂ­ &jazyk" #: src/frontends/qt4/ui/PrefLanguageUi.ui:216 msgid "Right-to-left language support" -msgstr "Podpora psaní zprava-doleva" +msgstr "Podpora psanĂ­ zprava-doleva" -#: src/frontends/qt4/ui/PrefLanguageUi.ui:228 src/LyXRC.cpp:3410 +#: src/frontends/qt4/ui/PrefLanguageUi.ui:228 src/LyXRC.cpp:3401 msgid "" "Select to enable support of right-to-left languages (e.g. Hebrew, Arabic)." msgstr "" -"Zapnutí podpory pro jazyky píšící zprava-doleva (např. hebrejština, " -"arabština)." +"ZapnutĂ­ podpory pro jazyky pĂ­ĹĄĂ­cĂ­ zprava-doleva (např. hebrejĹĄtina, " +"arabĹĄtina)." #: src/frontends/qt4/ui/PrefLanguageUi.ui:231 #, fuzzy msgid "Enable &RTL support" -msgstr "&Zapnout podporu psaní zprava-doleva" +msgstr "&Zapnout podporu psanĂ­ zprava-doleva" #: src/frontends/qt4/ui/PrefLanguageUi.ui:246 msgid "Cursor movement:" @@ -3610,79 +3474,78 @@ msgstr "Pohyb kurzoru:" #: src/frontends/qt4/ui/PrefLanguageUi.ui:256 msgid "&Logical" -msgstr "&Logický" +msgstr "&LogickĂ˝" #: src/frontends/qt4/ui/PrefLanguageUi.ui:266 msgid "&Visual" -msgstr "&Visuální" +msgstr "&VisuĂĄlnĂ­" #: src/frontends/qt4/ui/PrefLatexUi.ui:24 msgid "" "Enable if a specific font encoding (such as T1) should be used (via fontenc)" msgstr "" -"Zapnout, pokud se má použít specifické kódování fontu pomocí fontenc (např. " +"Zapnout, pokud se mĂĄ pouŞít specifickĂŠ kĂłdovĂĄnĂ­ fontu pomocĂ­ fontenc (např. " "T1)" #: src/frontends/qt4/ui/PrefLatexUi.ui:27 msgid "Use LaTe&X font encoding:" -msgstr "Kódování fontu v LaTe&X-u:" +msgstr "KĂłdovĂĄnĂ­ fontu v LaTe&X-u:" #: src/frontends/qt4/ui/PrefLatexUi.ui:41 msgid "&DVI viewer paper size options:" -msgstr "Velikost papíru pro &DVI prohlížeč:" +msgstr "Velikost papĂ­ru pro &DVI prohlĂ­Ĺžeč:" #: src/frontends/qt4/ui/PrefLatexUi.ui:51 msgid "Optional paper size flag (-paper) for some DVI viewers" -msgstr "Volitelný příznak velikosti (-paper) pro některé DVI prohlížeče" +msgstr "VolitelnĂ˝ příznak velikosti (-paper) pro některĂŠ DVI prohlĂ­Ĺžeče" #: src/frontends/qt4/ui/PrefLatexUi.ui:108 msgid "BibTeX command and options" -msgstr "Příkaz a nastavení pro BibTeX" +msgstr "Příkaz a nastavenĂ­ pro BibTeX" #: src/frontends/qt4/ui/PrefLatexUi.ui:128 -#: src/frontends/qt4/ui/PrefLatexUi.ui:216 +#: src/frontends/qt4/ui/PrefLatexUi.ui:203 msgid "Processor for &Japanese:" -msgstr "Generátor pro &japonštinu:" +msgstr "GenerĂĄtor pro &japonĹĄtinu:" #: src/frontends/qt4/ui/PrefLatexUi.ui:138 msgid "Specific BibTeX command and options for pLaTeX (Japanese)" -msgstr "Vlastní příkaz pro BibTeX a nastavení pro PLaTeX (Japonština)" +msgstr "VlastnĂ­ příkaz pro BibTeX a nastavenĂ­ pro PLaTeX (JaponĹĄtina)" -#: src/frontends/qt4/ui/PrefLatexUi.ui:173 +#: src/frontends/qt4/ui/PrefLatexUi.ui:160 msgid "Pr&ocessor:" -msgstr "&Generátor:" +msgstr "&GenerĂĄtor:" -#: src/frontends/qt4/ui/PrefLatexUi.ui:199 src/frontends/qt4/GuiPrefs.cpp:802 -#: src/frontends/qt4/GuiPrefs.cpp:897 +#: src/frontends/qt4/ui/PrefLatexUi.ui:186 src/frontends/qt4/GuiPrefs.cpp:801 +#: src/frontends/qt4/GuiPrefs.cpp:896 msgid "Op&tions:" -msgstr "&Možnosti:" +msgstr "&MoĹžnosti:" -#: src/frontends/qt4/ui/PrefLatexUi.ui:209 +#: src/frontends/qt4/ui/PrefLatexUi.ui:196 msgid "Index command and options (makeindex, xindy)" -msgstr "Příkaz a nastavení pro rejstřík (makeindex, xindi)" +msgstr "Příkaz a nastavenĂ­ pro rejstřík (makeindex, xindi)" -#: src/frontends/qt4/ui/PrefLatexUi.ui:226 +#: src/frontends/qt4/ui/PrefLatexUi.ui:213 msgid "Specific index command and options for pLaTeX (Japanese)" -msgstr "Vlastní příkaz pro rejstřík a volby pro pLaTeX (Japonština)" +msgstr "VlastnĂ­ příkaz pro rejstřík a volby pro pLaTeX (JaponĹĄtina)" -#: src/frontends/qt4/ui/PrefLatexUi.ui:248 +#: src/frontends/qt4/ui/PrefLatexUi.ui:235 msgid "&Nomenclature command:" -msgstr "&Příkaz nomenklatury:" +msgstr "&Příkaz nomenklatury:" -#: src/frontends/qt4/ui/PrefLatexUi.ui:258 +#: src/frontends/qt4/ui/PrefLatexUi.ui:245 msgid "Command and options for nomencl (usually makeindex)" -msgstr "Příkaz a nastavení pro nomenklaturu (obvykle makeindex)" +msgstr "Příkaz a nastavenĂ­ pro nomenklaturu (obvykle makeindex)" -#: src/frontends/qt4/ui/PrefLatexUi.ui:265 +#: src/frontends/qt4/ui/PrefLatexUi.ui:252 msgid "Chec&kTeX command:" -msgstr "Příkaz Chec&kTex-u:" +msgstr "Příkaz Chec&kTex-u:" -#: src/frontends/qt4/ui/PrefLatexUi.ui:275 +#: src/frontends/qt4/ui/PrefLatexUi.ui:262 msgid "CheckTeX start options and flags" -msgstr "Nastavení pro CheckTeX" +msgstr "NastavenĂ­ pro CheckTeX" -#: src/frontends/qt4/ui/PrefLatexUi.ui:285 -#, fuzzy +#: src/frontends/qt4/ui/PrefLatexUi.ui:272 msgid "" "Select whether LyX should output Windows or Cygwin style paths to LaTeX " "files.\n" @@ -3690,107 +3553,102 @@ msgid "" "configure time.\n" "Warning: Your changes here will not be saved." msgstr "" -"Zvolte, zda-li má LyX na výstupu používat styl Windows/Cygwin pro cesty k " -"LaTeX-ovým souborům.\n" -"Změňte standardní nastavení pouze v případě, že TeX nebyl koretkně detekován " -"při konfiguraci.\n" -"Pozor: vaše změny nebudou uloženy." -#: src/frontends/qt4/ui/PrefLatexUi.ui:291 +#: src/frontends/qt4/ui/PrefLatexUi.ui:278 msgid "&Use Windows-style paths in LaTeX files" -msgstr "&Používat zápis cest Windows-stylem v souborech LaTeX-u" +msgstr "&PouŞívat zĂĄpis cest Windows-stylem v souborech LaTeX-u" -#: src/frontends/qt4/ui/PrefLatexUi.ui:298 +#: src/frontends/qt4/ui/PrefLatexUi.ui:285 msgid "Set class options to default on class change" -msgstr "Zvolit standardní nastavení při změně třídy" +msgstr "Zvolit standardnĂ­ nastavenĂ­ při změně třídy" -#: src/frontends/qt4/ui/PrefLatexUi.ui:301 +#: src/frontends/qt4/ui/PrefLatexUi.ui:288 msgid "R&eset class options when document class changes" -msgstr "&Obnovit nastavení, když se změní třída dokumentu" +msgstr "&Obnovit nastavenĂ­, kdyĹž se změnĂ­ třída dokumentu" #: src/frontends/qt4/ui/PrefOutputUi.ui:21 msgid "Output &line length:" -msgstr "&Délka řádku na výstupu:" +msgstr "&DĂŠlka řádku na vĂ˝stupu:" -#: src/frontends/qt4/ui/PrefOutputUi.ui:37 src/LyXRC.cpp:3084 +#: src/frontends/qt4/ui/PrefOutputUi.ui:37 src/LyXRC.cpp:3071 msgid "" "The maximum line length of exported plain text/LaTeX/SGML files. If set to " "0, paragraphs are output in a single line; if the line length is > 0, " "paragraphs are separated by a blank line." msgstr "" -"Maximální délka řádky exportovaných text/LaTeX/SGML souborů. Pokudnastaveno " -"0, odstavce jsou na výstupu jediným řádkem; pokud je délka >0, odstavce jsou " -"oddělené prázdnou řádkou." +"MaximĂĄlnĂ­ dĂŠlka řádky exportovanĂ˝ch text/LaTeX/SGML souborĹŻ. Pokudnastaveno " +"0, odstavce jsou na vĂ˝stupu jedinĂ˝m řádkem; pokud je dĂŠlka >0, odstavce jsou " +"oddělenĂŠ prĂĄzdnou řádkou." #: src/frontends/qt4/ui/PrefOutputUi.ui:64 msgid "&Date format:" -msgstr "Formát &datumu:" +msgstr "FormĂĄt &datumu:" #: src/frontends/qt4/ui/PrefOutputUi.ui:80 msgid "Date format for strftime output" -msgstr "Formát data pro výstup fce strftime" +msgstr "FormĂĄt data pro vĂ˝stup fce strftime" #: src/frontends/qt4/ui/PrefOutputUi.ui:104 msgid "&Overwrite on export:" -msgstr "&Přepsat při exportu:" +msgstr "&Přepsat při exportu:" #: src/frontends/qt4/ui/PrefOutputUi.ui:115 msgid "Ask permission" -msgstr "Dotázat se na povolení" +msgstr "DotĂĄzat se na povolenĂ­" #: src/frontends/qt4/ui/PrefOutputUi.ui:120 msgid "Main file only" -msgstr "Pouze hlavní soubor" +msgstr "Pouze hlavnĂ­ soubor" #: src/frontends/qt4/ui/PrefOutputUi.ui:125 msgid "All files" -msgstr "Všechny soubory" +msgstr "VĹĄechny soubory" #: src/frontends/qt4/ui/PrefOutputUi.ui:129 msgid "What to do when existing files are going to be overwritten on export." msgstr "" -"Jak reagovat v případě, že existující soubory mají být přepsány při exportu." +"Jak reagovat v případě, Ĺže existujĂ­cĂ­ soubory majĂ­ bĂ˝t přepsĂĄny při exportu." #: src/frontends/qt4/ui/PrefOutputUi.ui:151 msgid "Forward search" -msgstr "Dopředné hledání" +msgstr "DopřednĂŠ hledĂĄnĂ­" #: src/frontends/qt4/ui/PrefOutputUi.ui:171 msgid "DV&I command:" -msgstr "DV&I příkaz:" +msgstr "DV&I příkaz:" #: src/frontends/qt4/ui/PrefOutputUi.ui:207 msgid "&PDF command:" -msgstr "PD&F příkaz:" +msgstr "PD&F příkaz:" #: src/frontends/qt4/ui/PrefPathsUi.ui:41 msgid "&PATH prefix:" msgstr "P&refix cesty:" -#: src/frontends/qt4/ui/PrefPathsUi.ui:51 src/LyXRC.cpp:3320 +#: src/frontends/qt4/ui/PrefPathsUi.ui:51 src/LyXRC.cpp:3311 +#, fuzzy msgid "" "Specify those directories which should be prepended to the PATH environment " "variable.\n" "Use the OS native format." msgstr "" -"Určete adresáře, které by měly být přidány do proměnné prostředí PATH před " -"ostatní adresáře.\n" -"Použijte formát vlastní danému operačnímu systému." +"Určete adresáře, kterĂŠ by měly bĂ˝t přidĂĄny do proměnnĂŠ prostředĂ­ PATH před " +"ostatnĂ­ adresáře. PouĹžijte formĂĄt vlastnĂ­ danĂŠmu operačnĂ­mu systĂŠmu." #: src/frontends/qt4/ui/PrefPathsUi.ui:58 +#, fuzzy msgid "TEX&INPUTS prefix:" -msgstr "P&refix TEXINPUTS:" +msgstr "P&refix cesty:" -#: src/frontends/qt4/ui/PrefPathsUi.ui:68 src/LyXRC.cpp:3483 +#: src/frontends/qt4/ui/PrefPathsUi.ui:68 src/LyXRC.cpp:3470 +#, fuzzy msgid "" "Specify those directories which should be prepended to the TEXINPUTS " "environment variable.\n" "A '.' represents the current document directory. Use the OS native format." msgstr "" -"Určete adresáře, které by měly být přidány do proměnné prostředí PATH před " -"ostatní adresáře.\n" -"'.' reprezentuje aktuální adresář. Použijte formát vlastní danému operačnímu " -"systému." +"Určete adresáře, kterĂŠ by měly bĂ˝t přidĂĄny do proměnnĂŠ prostředĂ­ PATH před " +"ostatnĂ­ adresáře. PouĹžijte formĂĄt vlastnĂ­ danĂŠmu operačnĂ­mu systĂŠmu." #: src/frontends/qt4/ui/PrefPathsUi.ui:75 #: src/frontends/qt4/ui/PrefPathsUi.ui:98 @@ -3801,55 +3659,55 @@ msgstr "" #: src/frontends/qt4/ui/PrefPathsUi.ui:213 #: src/frontends/qt4/ui/PrefPathsUi.ui:249 msgid "Browse..." -msgstr "Procházet..." +msgstr "ProchĂĄzet..." #: src/frontends/qt4/ui/PrefPathsUi.ui:85 msgid "T&hesaurus dictionaries:" -msgstr "Adresáře te&zauru:" +msgstr "Adresáře te&zauru:" #: src/frontends/qt4/ui/PrefPathsUi.ui:111 msgid "&Temporary directory:" -msgstr "Po&mocný adresář:" +msgstr "Po&mocnĂ˝ adresář:" #: src/frontends/qt4/ui/PrefPathsUi.ui:134 msgid "Ly&XServer pipe:" -msgstr "Napojení na Ly&XServer(pipe):" +msgstr "NapojenĂ­ na Ly&XServer(pipe):" #: src/frontends/qt4/ui/PrefPathsUi.ui:157 msgid "&Backup directory:" -msgstr "&Adresář pro zálohy:" +msgstr "&Adresář pro zĂĄlohy:" #: src/frontends/qt4/ui/PrefPathsUi.ui:180 msgid "&Example files:" -msgstr "Dokumenty s přík&lady:" +msgstr "Dokumenty s přík&lady:" #: src/frontends/qt4/ui/PrefPathsUi.ui:203 msgid "&Document templates:" -msgstr "Šablony &dokumentu:" +msgstr "Ĺ ablony &dokumentu:" #: src/frontends/qt4/ui/PrefPathsUi.ui:226 msgid "&Working directory:" -msgstr "Pra&covní adresář:" +msgstr "Pra&covnĂ­ adresář:" #: src/frontends/qt4/ui/PrefPathsUi.ui:236 msgid "H&unspell dictionaries:" -msgstr "Adresáře pro H&unspell:" +msgstr "Adresáře pro H&unspell:" #: src/frontends/qt4/ui/PrefPrinterUi.ui:41 msgid "Printer Command Options" -msgstr "Nastavení příkazů pro tiskárnu" +msgstr "NastavenĂ­ příkazĹŻ pro tiskĂĄrnu" #: src/frontends/qt4/ui/PrefPrinterUi.ui:69 msgid "Extension to be used when printing to file." -msgstr "Rozšíření, které má být použito, když se tiskne do souboru" +msgstr "RozšířenĂ­, kterĂŠ mĂĄ bĂ˝t pouĹžito, kdyĹž se tiskne do souboru" #: src/frontends/qt4/ui/PrefPrinterUi.ui:72 msgid "File ex&tension:" -msgstr "Přípona &souboru:" +msgstr "Přípona &souboru:" #: src/frontends/qt4/ui/PrefPrinterUi.ui:85 msgid "Option used to print to a file." -msgstr "Nastavení použitá pro tisk do souboru." +msgstr "NastavenĂ­ pouĹžitĂĄ pro tisk do souboru." #: src/frontends/qt4/ui/PrefPrinterUi.ui:88 msgid "Print to &file:" @@ -3857,52 +3715,53 @@ msgstr "Tisk do &souboru:" #: src/frontends/qt4/ui/PrefPrinterUi.ui:98 msgid "Option used to print to non-default printer." -msgstr "Volba pro tisk na tiskárnu, jež není nastavena implicitně." +msgstr "Volba pro tisk na tiskĂĄrnu, jeĹž nenĂ­ nastavena implicitně." #: src/frontends/qt4/ui/PrefPrinterUi.ui:101 msgid "Set &printer:" -msgstr "Nastavit &tiskárnu:" +msgstr "Nastavit &tiskĂĄrnu:" #: src/frontends/qt4/ui/PrefPrinterUi.ui:114 msgid "Option used with spool command to set printer." -msgstr "Volba použitá spool-em k nastavení tiskátny." +msgstr "Volba pouĹžitĂĄ spool-em k nastavenĂ­ tiskĂĄtny." #: src/frontends/qt4/ui/PrefPrinterUi.ui:117 msgid "Spool &printer:" -msgstr "&Spool pro tiskárnu:" +msgstr "&Spool pro tiskĂĄrnu:" #: src/frontends/qt4/ui/PrefPrinterUi.ui:130 msgid "" -"Command transmitted to the system to actually print the postscript file." -msgstr "" +"Setting causes printer command to print to file and then use this actually " +"to print." +msgstr "ZpĹŻsobĂ­ tisk do souboru a tento pak ke skutečnĂŠmu tisku." #: src/frontends/qt4/ui/PrefPrinterUi.ui:136 msgid "Spool co&mmand:" -msgstr "Příka&z do spool-u:" +msgstr "Příka&z do spool-u:" #: src/frontends/qt4/ui/PrefPrinterUi.ui:153 msgid "Option used to reverse page order." -msgstr "Volba pro nastavení tisku v opačném pořadí" +msgstr "Volba pro nastavenĂ­ tisku v opačnĂŠm pořadĂ­" #: src/frontends/qt4/ui/PrefPrinterUi.ui:156 msgid "Re&verse pages:" -msgstr "Přev&rátit stránky:" +msgstr "Přev&rĂĄtit strĂĄnky:" #: src/frontends/qt4/ui/PrefPrinterUi.ui:169 msgid "Lan&dscape:" -msgstr "Na šíř&ku:" +msgstr "Na šíř&ku:" #: src/frontends/qt4/ui/PrefPrinterUi.ui:182 msgid "&Number of copies:" -msgstr "Počet &kopií:" +msgstr "Počet &kopiĂ­:" #: src/frontends/qt4/ui/PrefPrinterUi.ui:192 msgid "Option used to set number of copies." -msgstr "Volba určující počet kopií pro tisk." +msgstr "Volba určujĂ­cĂ­ počet kopiĂ­ pro tisk." #: src/frontends/qt4/ui/PrefPrinterUi.ui:199 msgid "Option used to print a range of pages." -msgstr "Volba určující tisk rozsahu stran." +msgstr "Volba určujĂ­cĂ­ tisk rozsahu stran." #: src/frontends/qt4/ui/PrefPrinterUi.ui:206 msgid "Co&llated:" @@ -3914,35 +3773,35 @@ msgstr "&Rozsah stran:" #: src/frontends/qt4/ui/PrefPrinterUi.ui:226 msgid "Option used to collate multiple copies." -msgstr "Volba určující srovnání kopií za sebou." +msgstr "Volba určujĂ­cĂ­ srovnĂĄnĂ­ kopiĂ­ za sebou." #: src/frontends/qt4/ui/PrefPrinterUi.ui:233 msgid "&Odd pages:" -msgstr "&Liché stránky:" +msgstr "&LichĂŠ strĂĄnky:" #: src/frontends/qt4/ui/PrefPrinterUi.ui:246 msgid "&Even pages:" -msgstr "&Sudé stránky:" +msgstr "&SudĂŠ strĂĄnky:" #: src/frontends/qt4/ui/PrefPrinterUi.ui:256 msgid "Paper t&ype:" -msgstr "T&yp papíru:" +msgstr "T&yp papĂ­ru:" #: src/frontends/qt4/ui/PrefPrinterUi.ui:266 msgid "Paper si&ze:" -msgstr "&Velikost papíru:" +msgstr "&Velikost papĂ­ru:" #: src/frontends/qt4/ui/PrefPrinterUi.ui:279 msgid "Any other options you'd like to use with the printer command." -msgstr "Libovolné další volby pro příkaz k tisku." +msgstr "LibovolnĂŠ dalĹĄĂ­ volby pro příkaz k tisku." #: src/frontends/qt4/ui/PrefPrinterUi.ui:282 msgid "E&xtra options:" -msgstr "Nastavení naví&c:" +msgstr "NastavenĂ­ navĂ­&c:" #: src/frontends/qt4/ui/PrefPrinterUi.ui:298 msgid "Customizes output to a given printer. Expert option." -msgstr "Přizpůsobí výstup na danou tiskárnu. Pokročilé nastavení." +msgstr "PřizpĹŻsobĂ­ vĂ˝stup na danou tiskĂĄrnu. PokročilĂŠ nastavenĂ­." #: src/frontends/qt4/ui/PrefPrinterUi.ui:301 msgid "" @@ -3950,35 +3809,35 @@ msgid "" "printer command and you have config. files installed for all your " "printers." msgstr "" -"Toto musí být obvykle kontrolováno pouze v případě, že používáte dvips " -"jakožto váš příkaz k tisku a máte soubory typu config. " -"nainstalovány pro všechny vaše tiskárny." +"Toto musĂ­ bĂ˝t obvykle kontrolovĂĄno pouze v případě, Ĺže pouŞívĂĄte dvips " +"jakoĹžto vĂĄĹĄ příkaz k tisku a mĂĄte soubory typu config. " +"nainstalovĂĄny pro vĹĄechny vaĹĄe tiskĂĄrny." #: src/frontends/qt4/ui/PrefPrinterUi.ui:304 msgid "Adapt &output to printer" -msgstr "Přizpůsobit &výstup na tiskárnu" +msgstr "PřizpĹŻsobit &vĂ˝stup na tiskĂĄrnu" #: src/frontends/qt4/ui/PrefPrinterUi.ui:311 msgid "Name of the default printer" -msgstr "Jméno standardní tiskárny" +msgstr "JmĂŠno standardnĂ­ tiskĂĄrny" #: src/frontends/qt4/ui/PrefPrinterUi.ui:318 msgid "Default &printer:" -msgstr "&Standarní tiskárna:" +msgstr "&StandarnĂ­ tiskĂĄrna:" #: src/frontends/qt4/ui/PrefPrinterUi.ui:331 msgid "Printer co&mmand:" -msgstr "Příkaz pro &tiskárnu:" +msgstr "Příkaz pro &tiskĂĄrnu:" #: src/frontends/qt4/ui/PrefScreenFontsUi.ui:69 msgid "Sans Seri&f:" msgstr "" -"&Bezpatkové\n" +"&BezpatkovĂŠ\n" "(Sans Serif):" #: src/frontends/qt4/ui/PrefScreenFontsUi.ui:107 msgid "T&ypewriter:" -msgstr "&Strojopisné:" +msgstr "&StrojopisnĂŠ:" #: src/frontends/qt4/ui/PrefScreenFontsUi.ui:117 msgid "R&oman:" @@ -3992,78 +3851,78 @@ msgstr "&Lupa %:" #: src/frontends/qt4/ui/PrefScreenFontsUi.ui:206 msgid "Font Sizes" -msgstr "Velikost Písma" +msgstr "Velikost PĂ­sma" #: src/frontends/qt4/ui/PrefScreenFontsUi.ui:245 msgid "&Large:" -msgstr "Velké:" +msgstr "VelkĂŠ:" #: src/frontends/qt4/ui/PrefScreenFontsUi.ui:255 msgid "&Larger:" -msgstr "Větší:" +msgstr "VětĹĄĂ­:" #: src/frontends/qt4/ui/PrefScreenFontsUi.ui:265 msgid "&Largest:" -msgstr "Největší:" +msgstr "NejvětĹĄĂ­:" #: src/frontends/qt4/ui/PrefScreenFontsUi.ui:278 msgid "&Huge:" -msgstr "Obrovské:" +msgstr "ObrovskĂŠ:" #: src/frontends/qt4/ui/PrefScreenFontsUi.ui:288 msgid "&Hugest:" -msgstr "Obrovité:" +msgstr "ObrovitĂŠ:" #: src/frontends/qt4/ui/PrefScreenFontsUi.ui:298 msgid "S&mallest:" -msgstr "Nejmenší:" +msgstr "NejmenĹĄĂ­:" #: src/frontends/qt4/ui/PrefScreenFontsUi.ui:308 msgid "S&maller:" -msgstr "Menší:" +msgstr "MenĹĄĂ­:" #: src/frontends/qt4/ui/PrefScreenFontsUi.ui:318 msgid "S&mall:" -msgstr "Malé:" +msgstr "MalĂŠ:" #: src/frontends/qt4/ui/PrefScreenFontsUi.ui:328 msgid "&Normal:" -msgstr "Normální:" +msgstr "NormĂĄlnĂ­:" #: src/frontends/qt4/ui/PrefScreenFontsUi.ui:338 msgid "&Tiny:" -msgstr "Drobné:" +msgstr "DrobnĂŠ:" #: src/frontends/qt4/ui/PrefScreenFontsUi.ui:364 msgid "" "Checking this improves performance, but might decrease the on-screen quality " "of fonts" msgstr "" -"Zlepší rychlost vykreslování, ale může zhoršit zobrazení fontů na obrazovce." +"ZlepĹĄĂ­ rychlost vykreslovĂĄnĂ­, ale mĹŻĹže zhorĹĄit zobrazenĂ­ fontĹŻ na obrazovce." #: src/frontends/qt4/ui/PrefScreenFontsUi.ui:367 msgid "&Use pixmap cache to speed up font rendering" -msgstr "Použít &vyrovnávací paměť pro rychlejší vykreslování fontů" +msgstr "PouŞít &vyrovnĂĄvacĂ­ paměť pro rychlejĹĄĂ­ vykreslovĂĄnĂ­ fontĹŻ" #: src/frontends/qt4/ui/PrefShortcutsUi.ui:68 msgid "&New" -msgstr "&Nová" +msgstr "&NovĂĄ" #: src/frontends/qt4/ui/PrefShortcutsUi.ui:90 msgid "&Bind file:" -msgstr "&Soubor klávesových zkratek:" +msgstr "&Soubor klĂĄvesovĂ˝ch zkratek:" #: src/frontends/qt4/ui/PrefShortcutsUi.ui:108 msgid "Show ke&y-bindings containing:" -msgstr "&Zobrazit zkratky obsahující:" +msgstr "&Zobrazit zkratky obsahujĂ­cĂ­:" #: src/frontends/qt4/ui/PrefSpellcheckerUi.ui:41 msgid "If unchecked, notes and comments will be excluded from spell checking" -msgstr "Kontrolovat poznámky a komentáře pro pravopis" +msgstr "Kontrolovat poznĂĄmky a komentáře pro pravopis" #: src/frontends/qt4/ui/PrefSpellcheckerUi.ui:44 msgid "Spellcheck ¬es and comments" -msgstr "Kontrolovat po&známky a komentáře" +msgstr "Kontrolovat po&znĂĄmky a komentáře" #: src/frontends/qt4/ui/PrefSpellcheckerUi.ui:51 msgid "&Spellchecker engine:" @@ -4071,24 +3930,24 @@ msgstr "Program pro &kontrolu pravopisu:" #: src/frontends/qt4/ui/PrefSpellcheckerUi.ui:64 msgid "Accept words such as \"diskdrive\"" -msgstr "Akceptuj slova na způsob \"kafemlejnek\"" +msgstr "Akceptuj slova na zpĹŻsob \"kafemlejnek\"" #: src/frontends/qt4/ui/PrefSpellcheckerUi.ui:67 msgid "Accept compound &words" -msgstr "Akceptovat &složeniny" +msgstr "Akceptovat &sloĹženiny" #: src/frontends/qt4/ui/PrefSpellcheckerUi.ui:74 msgid "Mark misspelled words with a underline." -msgstr "Podrtáhavat slova při kontrole pravopisu" +msgstr "PodrtĂĄhavat slova při kontrole pravopisu" #: src/frontends/qt4/ui/PrefSpellcheckerUi.ui:77 msgid "S&pellcheck continuously" -msgstr "&Nepřetžitá kontrola pravopisu" +msgstr "&NepřetĹžitĂĄ kontrola pravopisu" #: src/frontends/qt4/ui/PrefSpellcheckerUi.ui:100 #, fuzzy msgid "The characters inserted here are ignored by the spellchecker." -msgstr "Kontrola pravopisu ignoruje znaky vložené do tohoto pole." +msgstr "Kontrola pravopisu ignoruje znaky vloĹženĂŠ do tohoto pole." #: src/frontends/qt4/ui/PrefSpellcheckerUi.ui:107 msgid "&Escape characters:" @@ -4096,105 +3955,144 @@ msgstr "&Vypustit znaky:" #: src/frontends/qt4/ui/PrefSpellcheckerUi.ui:117 msgid "Override the language used for the spellchecker" -msgstr "Překrýt jazyk používaný pro kontrolu pravopisu" +msgstr "PřekrĂ˝t jazyk pouŞívanĂ˝ pro kontrolu pravopisu" #: src/frontends/qt4/ui/PrefSpellcheckerUi.ui:124 msgid "Al&ternative language:" -msgstr "&Alternativní jazyk:" +msgstr "&AlternativnĂ­ jazyk:" -#: src/frontends/qt4/ui/PrefsUi.ui:70 src/frontends/qt4/GuiView.cpp:2723 -#: src/frontends/qt4/GuiView.cpp:2730 src/frontends/qt4/GuiView.cpp:2829 -msgid "&Save" -msgstr "&Uložit" - -#: src/frontends/qt4/ui/PrefUi.ui:26 -msgid "General Look && Feel" -msgstr "Vzhled" - -#: src/frontends/qt4/ui/PrefUi.ui:37 +#: src/frontends/qt4/ui/PrefUi.ui:25 msgid "&User interface file:" -msgstr "Soubor s už&ivatelským rozhraním:" +msgstr "Soubor s uĹž&ivatelskĂ˝m rozhranĂ­m:" -#: src/frontends/qt4/ui/PrefUi.ui:74 +#: src/frontends/qt4/ui/PrefUi.ui:58 msgid "&Icon Set:" msgstr "&Sada ikon:" -#: src/frontends/qt4/ui/PrefUi.ui:84 +#: src/frontends/qt4/ui/PrefUi.ui:68 msgid "" "The icon set to use. Warning: normal size of icons may be\n" "wrong until you save the preferences and restart LyX." msgstr "" -"Sada ikon pro nástrojovou lištu. Upozornění: velikost ikon\n" -" může být nesprávná dokud neuložíte nastavení a restartujete LyX." +"Sada ikon pro nĂĄstrojovou liĹĄtu. UpozorněnĂ­: velikost ikon\n" +" mĹŻĹže bĂ˝t nesprĂĄvnĂĄ dokud neuloŞíte nastavenĂ­ a restartujete LyX." -#: src/frontends/qt4/ui/PrefUi.ui:108 -msgid "Use icons from system's &theme:" -msgstr "" +#: src/frontends/qt4/ui/PrefUi.ui:75 +msgid "Automatic help" +msgstr "AutomatickĂĄ nĂĄpověda" -#: src/frontends/qt4/ui/PrefUi.ui:126 -msgid "Context help" -msgstr "Kontextová nápověda" - -#: src/frontends/qt4/ui/PrefUi.ui:144 +#: src/frontends/qt4/ui/PrefUi.ui:93 msgid "" "Checking this allows the automatic display of helpful comments for insets in " "the main work area of an edited document" -msgstr "Zobrazuje komentáře s nápovědou pro vložky v editovaném dokumentu" +msgstr "Zobrazuje komentáře s nĂĄpovědou pro vloĹžky v editovanĂŠm dokumentu" -#: src/frontends/qt4/ui/PrefUi.ui:147 +#: src/frontends/qt4/ui/PrefUi.ui:96 msgid "&Enable tool tips in main work area" -msgstr "Zapnout &bublinovou nápovědu na pracovní ploše" +msgstr "Zapnout &bublinovou nĂĄpovědu na pracovnĂ­ ploĹĄe" -#: src/frontends/qt4/ui/PrefUi.ui:157 -msgid "Menus" -msgstr "Menu" +#: src/frontends/qt4/ui/PrefUi.ui:106 +msgid "Session" +msgstr "Relace" -#: src/frontends/qt4/ui/PrefUi.ui:168 +#: src/frontends/qt4/ui/PrefUi.ui:118 +msgid "Restore window layouts and &geometries" +msgstr "Povolit načtenĂ­/zĂĄpis rozvrĹženĂ­ oken a jejich &geometrie" + +#: src/frontends/qt4/ui/PrefUi.ui:125 +msgid "Restore to the cursor position when the file was last closed" +msgstr "Obnovit pozici kurzoru v mĂ­stě, kde byl při poslednĂ­m zavřenĂ­ souboru" + +#: src/frontends/qt4/ui/PrefUi.ui:128 +msgid "Restore cursor &positions" +msgstr "Obnovit &pozici kurzorĹŻ" + +#: src/frontends/qt4/ui/PrefUi.ui:135 +msgid "&Load opened files from last session" +msgstr "&Načíst soubory otevřenĂŠ v předchozĂ­ relaci" + +#: src/frontends/qt4/ui/PrefUi.ui:142 +msgid "&Clear all session information" +msgstr "Smazat veĹĄkerĂĄ nastavenĂ­ &rozvrhu oken" + +#: src/frontends/qt4/ui/PrefUi.ui:165 +msgid "Documents" +msgstr "Dokumenty" + +#: src/frontends/qt4/ui/PrefUi.ui:174 +msgid "Backup original documents when saving" +msgstr "ZĂĄlohovat pĹŻvodnĂ­ dokumenty při uklĂĄdĂĄnĂ­" + +#: src/frontends/qt4/ui/PrefUi.ui:181 +msgid "&Backup documents, every" +msgstr "ZĂĄ&lohovat dokumenty, kaĹždĂ˝ch" + +#: src/frontends/qt4/ui/PrefUi.ui:198 +msgid "minutes" +msgstr "minut" + +#: src/frontends/qt4/ui/PrefUi.ui:218 +msgid "&Save documents compressed by default" +msgstr "Standardně &uklĂĄdat dokumenty komprimovanĂŠ" + +#: src/frontends/qt4/ui/PrefUi.ui:225 msgid "&Maximum last files:" -msgstr "&Maximum posledních souborů:" +msgstr "&Maximum poslednĂ­ch souborĹŻ:" -#: src/frontends/qt4/ui/PrintindexUi.ui:61 -msgid "Check if this index should be part (e.g., a section) of the former one." +#: src/frontends/qt4/ui/PrefUi.ui:255 +msgid "&Open documents in tabs" +msgstr "OtevĂ­rat dokumenty v &panelech" + +#: src/frontends/qt4/ui/PrefUi.ui:262 +msgid "" +"Whether to open documents in an already running instance of LyX.\n" +"(Set the LyXServer pipe path and restart LyX to enable this feature)" msgstr "" -"Zaškrtněte pokud má být tento rejstřík součástí (např. sekcí) předchozího." +"OtevĂ­rat dokumenty v jiĹž běžícĂ­ instanci LyX-u.\n" +"(Nastavte cestu pro napojenĂ­ k LyXServeru (pipe) a restartujte LyX.)" -#: src/frontends/qt4/ui/PrintindexUi.ui:64 -msgid "&Subindex" -msgstr "&Podrejstřík" +#: src/frontends/qt4/ui/PrefUi.ui:265 +msgid "S&ingle instance" +msgstr "JedinĂĄ &instance" -#: src/frontends/qt4/ui/PrintindexUi.ui:79 -msgid "A&vailable indexes:" -msgstr "Dostupné &rejstříky:" +#: src/frontends/qt4/ui/PrefUi.ui:272 +msgid "Whether to place close button on each tab or only one in the top left." +msgstr "MĂĄ se zavĂ­racĂ­ tlačítko objevit na kaĹždĂŠm panelu zvlĂĄĹĄĹĽ?" -#: src/frontends/qt4/ui/PrintindexUi.ui:89 -msgid "Select the index that shall be printed at this place of the document." -msgstr "Nastavit rejstřík, který má být vytištěn na tomto místě dokumentu." +#: src/frontends/qt4/ui/PrefUi.ui:275 +msgid "&Single close-tab button" +msgstr "&JedinĂŠ tlačítko pro zavĂ­rĂĄnĂ­ panelu" + +#: src/frontends/qt4/ui/PrefsUi.ui:70 src/frontends/qt4/GuiView.cpp:2649 +#: src/frontends/qt4/GuiView.cpp:2656 src/frontends/qt4/GuiView.cpp:2755 +msgid "&Save" +msgstr "&UloĹžit" #: src/frontends/qt4/ui/PrintNomenclUi.ui:13 msgid "Nomenclature settings" -msgstr "Nastavení nomenklatury" +msgstr "NastavenĂ­ nomenklatury" #: src/frontends/qt4/ui/PrintNomenclUi.ui:19 #: src/frontends/qt4/ui/PrintNomenclUi.ui:32 msgid "Define hanging indentation/label length for the nomenclature list." -msgstr "Nastavení indentace/šířky štítku pro seznam nomenklatury." +msgstr "NastavenĂ­ indentace/šířky ĹĄtĂ­tku pro seznam nomenklatury." #: src/frontends/qt4/ui/PrintNomenclUi.ui:22 msgid "&List Indentation:" -msgstr "O&dsazení seznamu:" +msgstr "O&dsazenĂ­ seznamu:" #: src/frontends/qt4/ui/PrintNomenclUi.ui:39 msgid "Custom &Width:" -msgstr "&Vlastní šířka:" +msgstr "&VlastnĂ­ šířka:" #: src/frontends/qt4/ui/PrintNomenclUi.ui:52 msgid "Custom value. \"List Indentation\" needs to be set to \"Custom\"." msgstr "" -"Vlastní hodnota. \"Odsazení seznamu\" musí být nastavené na \"Vlastní\"." +"VlastnĂ­ hodnota. \"OdsazenĂ­ seznamu\" musĂ­ bĂ˝t nastavenĂŠ na \"VlastnĂ­\"." #: src/frontends/qt4/ui/PrintUi.ui:28 msgid "Pages" -msgstr "Stránky" +msgstr "StrĂĄnky" #: src/frontends/qt4/ui/PrintUi.ui:59 msgid "Page number to print from" @@ -4210,7 +4108,7 @@ msgstr "Tisknout do strany" #: src/frontends/qt4/ui/PrintUi.ui:88 src/frontends/qt4/ui/PrintUi.ui:101 msgid "Print all pages" -msgstr "Tisk všech stran" +msgstr "Tisk vĹĄech stran" #: src/frontends/qt4/ui/PrintUi.ui:91 msgid "Fro&m" @@ -4219,23 +4117,23 @@ msgstr "&Z" #: src/frontends/qt4/ui/PrintUi.ui:104 #: src/frontends/qt4/ui/ProgressViewUi.ui:226 msgid "&All" -msgstr "&Vše" +msgstr "&VĹĄe" #: src/frontends/qt4/ui/PrintUi.ui:116 msgid "Print &odd-numbered pages" -msgstr "Tisk &lichých stran" +msgstr "Tisk &lichĂ˝ch stran" #: src/frontends/qt4/ui/PrintUi.ui:126 msgid "Print &even-numbered pages" -msgstr "Tisk s&udých stran" +msgstr "Tisk s&udĂ˝ch stran" #: src/frontends/qt4/ui/PrintUi.ui:136 msgid "Print in reverse order" -msgstr "Tisknout v opačném pořadí" +msgstr "Tisknout v opačnĂŠm pořadĂ­" #: src/frontends/qt4/ui/PrintUi.ui:139 msgid "Re&verse order" -msgstr "Př&evrácené pořadí" +msgstr "Př&evrĂĄcenĂŠ pořadĂ­" #: src/frontends/qt4/ui/PrintUi.ui:149 msgid "Copie&s" @@ -4243,11 +4141,11 @@ msgstr "K&opie" #: src/frontends/qt4/ui/PrintUi.ui:161 msgid "Number of copies" -msgstr "Počet kopií" +msgstr "Počet kopiĂ­" #: src/frontends/qt4/ui/PrintUi.ui:177 msgid "Collate copies" -msgstr "Postupný tisk každé kopie znovu" +msgstr "PostupnĂ˝ tisk kaĹždĂŠ kopie znovu" #: src/frontends/qt4/ui/PrintUi.ui:180 msgid "&Collate" @@ -4263,36 +4161,53 @@ msgstr "Kam tisknout" #: src/frontends/qt4/ui/PrintUi.ui:270 msgid "Send output to the printer" -msgstr "Poslat výstup na tiskárnu" +msgstr "Poslat vĂ˝stup na tiskĂĄrnu" #: src/frontends/qt4/ui/PrintUi.ui:273 msgid "P&rinter:" -msgstr "Tis&kárna:" +msgstr "Tis&kĂĄrna:" #: src/frontends/qt4/ui/PrintUi.ui:283 msgid "Send output to the given printer" -msgstr "Poslat výstup na zadanou tiskárnu" +msgstr "Poslat vĂ˝stup na zadanou tiskĂĄrnu" #: src/frontends/qt4/ui/PrintUi.ui:290 src/frontends/qt4/ui/PrintUi.ui:303 msgid "Send output to a file" -msgstr "Poslat výstup do souboru" +msgstr "Poslat vĂ˝stup do souboru" + +#: src/frontends/qt4/ui/PrintindexUi.ui:61 +msgid "Check if this index should be part (e.g., a section) of the former one." +msgstr "" +"ZaĹĄkrtněte pokud mĂĄ bĂ˝t tento rejstřík součástĂ­ (např. sekcĂ­) předchozĂ­ho." + +#: src/frontends/qt4/ui/PrintindexUi.ui:64 +msgid "&Subindex" +msgstr "&Podrejstřík" + +#: src/frontends/qt4/ui/PrintindexUi.ui:79 +msgid "A&vailable indexes:" +msgstr "DostupnĂŠ &rejstříky:" + +#: src/frontends/qt4/ui/PrintindexUi.ui:89 +msgid "Select the index that shall be printed at this place of the document." +msgstr "Nastavit rejstřík, kterĂ˝ mĂĄ bĂ˝t vytiĹĄtěn na tomto mĂ­stě dokumentu." #: src/frontends/qt4/ui/ProgressViewUi.ui:90 -#: src/frontends/qt4/GuiDocument.cpp:1413 src/frontends/qt4/GuiPrefs.cpp:255 +#: src/frontends/qt4/GuiDocument.cpp:1430 src/frontends/qt4/GuiPrefs.cpp:254 msgid "Output" -msgstr "Výstup" +msgstr "VĂ˝stup" #: src/frontends/qt4/ui/ProgressViewUi.ui:133 msgid "Settings" -msgstr "Nastavení" +msgstr "NastavenĂ­" #: src/frontends/qt4/ui/ProgressViewUi.ui:145 msgid "Select the debug messages that should be displayed" -msgstr "Nastavit ladící výpisy, které mají být zobrazeny" +msgstr "Nastavit ladĂ­cĂ­ vĂ˝pisy, kterĂŠ majĂ­ bĂ˝t zobrazeny" #: src/frontends/qt4/ui/ProgressViewUi.ui:173 msgid "Automatic cleanup of the window before LaTeX compilation proceeds" -msgstr "Automaticky mazat výpisy v okně před kompilací LaTeX-u." +msgstr "Automaticky mazat vĂ˝pisy v okně před kompilacĂ­ LaTeX-u." #: src/frontends/qt4/ui/ProgressViewUi.ui:176 msgid "&Clear automatically" @@ -4300,43 +4215,44 @@ msgstr "&Automaticky mazat" #: src/frontends/qt4/ui/ProgressViewUi.ui:191 msgid "Debug messages" -msgstr "Ladící výpisy" +msgstr "LadĂ­cĂ­ vĂ˝pisy" #: src/frontends/qt4/ui/ProgressViewUi.ui:203 msgid "Display no debug messages" -msgstr "Nezobrazovat ladící výpisy" +msgstr "Nezobrazovat ladĂ­cĂ­ vĂ˝pisy" #: src/frontends/qt4/ui/ProgressViewUi.ui:206 msgid "&None" -msgstr "Žá&dné" +msgstr "Žå&dnĂŠ" #: src/frontends/qt4/ui/ProgressViewUi.ui:213 msgid "Display the debug messages selected to the right" -msgstr "Zobrazovat ladící výpisy vybrané v pravém sloupci" +msgstr "Zobrazovat ladĂ­cĂ­ vĂ˝pisy vybranĂŠ v pravĂŠm sloupci" #: src/frontends/qt4/ui/ProgressViewUi.ui:216 msgid "S&elected" -msgstr "&Vybrané" +msgstr "&VybranĂŠ" #: src/frontends/qt4/ui/ProgressViewUi.ui:223 msgid "Display all debug messages" -msgstr "Zobrazovat všechny ladící výpisy" +msgstr "Zobrazovat vĹĄechny ladĂ­cĂ­ vĂ˝pisy" #: src/frontends/qt4/ui/ProgressViewUi.ui:236 msgid "Display statusbar messages?" -msgstr "Zobrazovat zprávy ze stavového řádku?" +msgstr "Zobrazovat zprĂĄvy ze stavovĂŠho řádku?" #: src/frontends/qt4/ui/ProgressViewUi.ui:239 msgid "&Statusbar messages" -msgstr "Zprávy ze &stavového řádku" +msgstr "ZprĂĄvy ze &stavovĂŠho řádku" #: src/frontends/qt4/ui/RefUi.ui:22 msgid "La&bels in:" -msgstr "&Značky v:" +msgstr "&Značky v:" #: src/frontends/qt4/ui/RefUi.ui:49 +#, fuzzy msgid "&References" -msgstr "&Reference" +msgstr "Reference" #: src/frontends/qt4/ui/RefUi.ui:76 msgid "Fil&ter:" @@ -4344,49 +4260,49 @@ msgstr "Fil&tr:" #: src/frontends/qt4/ui/RefUi.ui:89 msgid "Enter string to filter the label list" -msgstr "Zadejte řetězec pro filtrování seznamu značek" +msgstr "Zadejte řetězec pro filtrovĂĄnĂ­ seznamu značek" #: src/frontends/qt4/ui/RefUi.ui:99 msgid "Filter case-sensitively" -msgstr "Rozlišovat velikost písmen při filtrování" +msgstr "RozliĹĄovat velikost pĂ­smen při filtrovĂĄnĂ­" #: src/frontends/qt4/ui/RefUi.ui:102 msgid "Case-sensiti&ve" -msgstr "Velikost pís&men" +msgstr "Velikost pĂ­s&men" #: src/frontends/qt4/ui/RefUi.ui:127 msgid "" "Sort labels in alphabetical order (case-insensitively unless the Case-" "sensitive option is checked)" -msgstr "Třídit značky v abecedním pořadí" +msgstr "Třídit značky v abecednĂ­m pořadĂ­" #: src/frontends/qt4/ui/RefUi.ui:130 msgid "&Sort" -msgstr "&Setřídit" +msgstr "&Setřídit" #: src/frontends/qt4/ui/RefUi.ui:140 msgid "Sort labels case-sensitively in alphabetical order" -msgstr "Rozlišovat velikost písmen při třídění značek v abecedním pořádku" +msgstr "RozliĹĄovat velikost pĂ­smen při tříděnĂ­ značek v abecednĂ­m pořádku" #: src/frontends/qt4/ui/RefUi.ui:143 msgid "Cas&e-sensitive" -msgstr "Velikost písm&en" +msgstr "Velikost pĂ­sm&en" #: src/frontends/qt4/ui/RefUi.ui:150 msgid "Group labels by prefix (e.g. \"sec:\")" -msgstr "Seskupit značky dle prefixu (např. \"sec:\")" +msgstr "Seskupit značky dle prefixu (např. \"sec:\")" #: src/frontends/qt4/ui/RefUi.ui:153 msgid "Grou&p" msgstr "&Seskupit" -#: src/frontends/qt4/ui/RefUi.ui:181 src/frontends/qt4/GuiRef.cpp:313 +#: src/frontends/qt4/ui/RefUi.ui:181 src/frontends/qt4/GuiRef.cpp:314 msgid "&Go to Label" -msgstr "&Jdi na značku" +msgstr "&Jdi na značku" #: src/frontends/qt4/ui/RefUi.ui:212 msgid "Cross-reference as it appears in output" -msgstr "Křížový odkaz tak, jak se objeví na výstupu" +msgstr "KřížovĂ˝ odkaz tak, jak se objevĂ­ na vĂ˝stupu" #: src/frontends/qt4/ui/RefUi.ui:216 msgid "" @@ -4402,43 +4318,43 @@ msgstr "" #: src/frontends/qt4/ui/RefUi.ui:231 msgid "on page " -msgstr "na straně " +msgstr "na straně " #: src/frontends/qt4/ui/RefUi.ui:236 msgid " on page " -msgstr " na straně " +msgstr " na straně " #: src/frontends/qt4/ui/RefUi.ui:241 msgid "Formatted reference" -msgstr "Formátovaná reference" +msgstr "FormĂĄtovanĂĄ reference" #: src/frontends/qt4/ui/RefUi.ui:246 msgid "Textual reference" -msgstr "Doslovná reference" +msgstr "DoslovnĂĄ reference" #: src/frontends/qt4/ui/RefUi.ui:291 msgid "Update the label list" -msgstr "Aktualizuj seznam značek" +msgstr "Aktualizuj seznam značek" #: src/frontends/qt4/ui/SearchUi.ui:101 msgid "Case &sensitive[[search]]" -msgstr "Velikost pís&men" +msgstr "Velikost pĂ­s&men" #: src/frontends/qt4/ui/SearchUi.ui:108 msgid "Match w&hole words only" -msgstr "&Hledat pouze celá slova" +msgstr "&Hledat pouze celĂĄ slova" #: src/frontends/qt4/ui/SendtoUi.ui:42 msgid "Process the converted file with this command ($$FName = file name)" -msgstr "Zpracuj konvertovaný soubor tímto příkazem ($$FName = jméno souboru)" +msgstr "Zpracuj konvertovanĂ˝ soubor tĂ­mto příkazem ($$FName = jmĂŠno souboru)" #: src/frontends/qt4/ui/SendtoUi.ui:101 msgid "&Export formats:" -msgstr "&Exportovat formáty:" +msgstr "&Exportovat formĂĄty:" #: src/frontends/qt4/ui/SendtoUi.ui:111 msgid "&Send exported file to command:" -msgstr "&Výstupní soubor zpracovat příkazem:" +msgstr "&VĂ˝stupnĂ­ soubor zpracovat příkazem:" #: src/frontends/qt4/ui/ShortcutUi.ui:13 msgid "Edit shortcut" @@ -4446,22 +4362,22 @@ msgstr "Editovat zkratku" #: src/frontends/qt4/ui/ShortcutUi.ui:77 msgid "Enter LyX function or command sequence" -msgstr "Vložte funkci LyX-u nebo sekvenci příkazů" +msgstr "VloĹžte funkci LyX-u nebo sekvenci příkazĹŻ" #: src/frontends/qt4/ui/ShortcutUi.ui:87 msgid "Remove last key from the shortcut sequence" -msgstr "Smazat poslední klávesu ze sekvence" +msgstr "Smazat poslednĂ­ klĂĄvesu ze sekvence" #: src/frontends/qt4/ui/ShortcutUi.ui:90 msgid "&Delete Key" -msgstr "&Smazat Klávesu" +msgstr "&Smazat KlĂĄvesu" #: src/frontends/qt4/ui/ShortcutUi.ui:97 msgid "Clear current shortcut" -msgstr "Smazat současnou zkratku" +msgstr "Smazat současnou zkratku" #: src/frontends/qt4/ui/ShortcutUi.ui:100 -#: src/frontends/qt4/ui/TabularUi.ui:1118 +#: src/frontends/qt4/ui/TabularUi.ui:956 msgid "C&lear" msgstr "S&mazat" @@ -4478,48 +4394,48 @@ msgid "" "Type shortcut after clicking on this field. You can reset the content with " "the 'Clear' button" msgstr "" -"Zadejte zkratku po kliknutí na toto políčko. Jeho obsah můžete smazat pomocí " -"tlačítka 'Smazat'" +"Zadejte zkratku po kliknutĂ­ na toto políčko. Jeho obsah mĹŻĹžete smazat pomocĂ­ " +"tlačítka 'Smazat'" #: src/frontends/qt4/ui/SpellcheckerUi.ui:19 #: src/frontends/qt4/GuiSpellchecker.cpp:251 #: src/frontends/qt4/GuiSpellchecker.cpp:258 -#: src/frontends/qt4/GuiSpellchecker.cpp:539 +#: src/frontends/qt4/GuiSpellchecker.cpp:529 msgid "Spell Checker" msgstr "Kontrola pravopisu" #: src/frontends/qt4/ui/SpellcheckerUi.ui:43 msgid "" "The checked language. Switching this alters the language of the checked word." -msgstr "Kontrolovaný jazyk. Přepnutím změníte jazyk kontrolovaného slova." +msgstr "KontrolovanĂ˝ jazyk. PřepnutĂ­m změnĂ­te jazyk kontrolovanĂŠho slova." #: src/frontends/qt4/ui/SpellcheckerUi.ui:59 msgid "Unknown word:" -msgstr "Neznámé slovo:" +msgstr "NeznĂĄmĂŠ slovo:" #: src/frontends/qt4/ui/SpellcheckerUi.ui:69 msgid "Current word" -msgstr "Současné slovo" +msgstr "SoučasnĂŠ slovo" #: src/frontends/qt4/ui/SpellcheckerUi.ui:85 msgid "&Find Next" -msgstr "Najdi &další" +msgstr "Najdi &dalĹĄĂ­" #: src/frontends/qt4/ui/SpellcheckerUi.ui:92 msgid "Re&placement:" -msgstr "&Náhrada:" +msgstr "&NĂĄhrada:" #: src/frontends/qt4/ui/SpellcheckerUi.ui:105 msgid "Replace with selected word" -msgstr "Nahraď označeným slovem" +msgstr "Nahraď označenĂ˝m slovem" #: src/frontends/qt4/ui/SpellcheckerUi.ui:130 msgid "Replace word with current choice" -msgstr "Nahradit slovo aktuálně vybraným" +msgstr "Nahradit slovo aktuĂĄlně vybranĂ˝m" #: src/frontends/qt4/ui/SpellcheckerUi.ui:146 msgid "S&uggestions:" -msgstr "Návr&hy:" +msgstr "NĂĄvr&hy:" #: src/frontends/qt4/ui/SpellcheckerUi.ui:181 msgid "Ignore this word" @@ -4531,23 +4447,23 @@ msgstr "&Ignorovat" #: src/frontends/qt4/ui/SpellcheckerUi.ui:197 msgid "Ignore this word throughout this session" -msgstr "Ignorovat toto slovo po celý běh" +msgstr "Ignorovat toto slovo po celĂ˝ běh" #: src/frontends/qt4/ui/SpellcheckerUi.ui:200 msgid "I&gnore All" -msgstr "I&gnorovat vše" +msgstr "I&gnorovat vĹĄe" #: src/frontends/qt4/ui/SpellcheckerUi.ui:213 msgid "Add the word to your personal dictionary" -msgstr "Přidat slovo do vlastního slovníku" +msgstr "Přidat slovo do vlastnĂ­ho slovnĂ­ku" #: src/frontends/qt4/ui/SymbolsUi.ui:83 msgid "" "Available categories depend on the document encoding. Select UTF-8 for the " "full range." msgstr "" -"Dostupné kategorie závisí na zvoleném kódování dokumentu. Vyberte UTF-8 pro " -"plný rozsah." +"DostupnĂŠ kategorie zĂĄvisĂ­ na zvolenĂŠm kĂłdovĂĄnĂ­ dokumentu. Vyberte UTF-8 pro " +"plnĂ˝ rozsah." #: src/frontends/qt4/ui/SymbolsUi.ui:86 msgid "Ca&tegory:" @@ -4555,350 +4471,341 @@ msgstr "K&ategorie:" #: src/frontends/qt4/ui/SymbolsUi.ui:116 msgid "Select this to display all available characters at once" -msgstr "Zaškrtněte pro zobrazení všech symbolů najednou" +msgstr "ZaĹĄkrtněte pro zobrazenĂ­ vĹĄech symbolĹŻ najednou" #: src/frontends/qt4/ui/SymbolsUi.ui:119 msgid "&Display all" -msgstr "Zo&brazit všechny" +msgstr "Zo&brazit vĹĄechny" -#: src/frontends/qt4/ui/TabularUi.ui:27 -msgid "Current cell:" -msgstr "Současná buňka:" - -#: src/frontends/qt4/ui/TabularUi.ui:49 -msgid "Current row position" -msgstr "Současná řádka" - -#: src/frontends/qt4/ui/TabularUi.ui:71 -msgid "Current column position" -msgstr "Současný sloupec" - -#: src/frontends/qt4/ui/TabularUi.ui:106 +#: src/frontends/qt4/ui/TabularUi.ui:35 msgid "&Table Settings" -msgstr "Nastavení &Tabulky" +msgstr "NastavenĂ­ &Tabulky" -#: src/frontends/qt4/ui/TabularUi.ui:112 -msgid "Row setting" -msgstr "Nastavení řádku" - -#: src/frontends/qt4/ui/TabularUi.ui:118 -msgid "Merge cells of different rows" -msgstr "Sloučit buňky odlišných řádků" - -#: src/frontends/qt4/ui/TabularUi.ui:121 -msgid "M&ultirow" -msgstr "Víceřá&dkový" - -#: src/frontends/qt4/ui/TabularUi.ui:133 -msgid "&Vertical Offset:" -msgstr "&Vertikální posun:" - -#: src/frontends/qt4/ui/TabularUi.ui:146 -msgid "Optional vertical offset" -msgstr "Volitelný vertikální posun" - -#: src/frontends/qt4/ui/TabularUi.ui:164 -msgid "Cell setting" -msgstr "Nastavení buňky" - -#: src/frontends/qt4/ui/TabularUi.ui:172 -msgid "Rotate this cell by 90 degrees" -msgstr "Otoč tuto buňku o 90 stupňů" - -#: src/frontends/qt4/ui/TabularUi.ui:188 src/frontends/qt4/ui/TabularUi.ui:332 -#, fuzzy -msgid "rotation angle" -msgstr "Styl citace" - -#: src/frontends/qt4/ui/TabularUi.ui:207 src/frontends/qt4/ui/TabularUi.ui:351 -#, fuzzy -msgid "degrees" -msgstr "zelená" - -#: src/frontends/qt4/ui/TabularUi.ui:238 -msgid "Table-wide settings" -msgstr "Celotabulkové nastavení" - -#: src/frontends/qt4/ui/TabularUi.ui:244 -#, fuzzy -msgid "W&idth:" -msgstr "Šíř&ka:" - -#: src/frontends/qt4/ui/TabularUi.ui:260 -msgid "Verti&cal alignment:" -msgstr "Vertiká&lní zarovnání:" - -#: src/frontends/qt4/ui/TabularUi.ui:270 -msgid "Vertical alignment of the table" -msgstr "Vertikální zarovnání tabulky" - -#: src/frontends/qt4/ui/TabularUi.ui:316 -msgid "Rotate the table by 90 degrees" -msgstr "Otoč tabulku o 90 stupňů" - -#: src/frontends/qt4/ui/TabularUi.ui:319 -#, fuzzy -msgid "&Rotate" -msgstr "Otočení" - -#: src/frontends/qt4/ui/TabularUi.ui:366 +#: src/frontends/qt4/ui/TabularUi.ui:41 msgid "Column settings" -msgstr "Nastavení sloupce" +msgstr "NastavenĂ­ sloupce" -#: src/frontends/qt4/ui/TabularUi.ui:372 +#: src/frontends/qt4/ui/TabularUi.ui:47 msgid "&Horizontal alignment:" -msgstr "&Horizontální zarovnání:" +msgstr "&HorizontĂĄlnĂ­ zarovnĂĄnĂ­:" -#: src/frontends/qt4/ui/TabularUi.ui:382 +#: src/frontends/qt4/ui/TabularUi.ui:57 msgid "Horizontal alignment in column" -msgstr "Horizontální zarovnání ve sloupci" +msgstr "HorizontĂĄlnĂ­ zarovnĂĄnĂ­ ve sloupci" -#: src/frontends/qt4/ui/TabularUi.ui:386 -#: src/frontends/qt4/GuiParagraph.cpp:108 src/frontends/qt4/GuiTabular.cpp:836 +#: src/frontends/qt4/ui/TabularUi.ui:64 src/frontends/qt4/GuiParagraph.cpp:108 +#: src/frontends/qt4/GuiTabular.cpp:803 msgid "Justified" msgstr "Do bloku" -#: src/frontends/qt4/ui/TabularUi.ui:406 src/frontends/qt4/GuiTabular.cpp:219 -#: src/frontends/qt4/GuiTabular.cpp:838 +#: src/frontends/qt4/ui/TabularUi.ui:84 src/frontends/qt4/GuiTabular.cpp:805 msgid "At Decimal Separator" -msgstr "Na desetinné čárce" +msgstr "Na desetinnĂŠ čárce" -#: src/frontends/qt4/ui/TabularUi.ui:432 +#: src/frontends/qt4/ui/TabularUi.ui:110 msgid "&Decimal separator:" -msgstr "&Znak desetinné čárky:" +msgstr "&Znak desetinnĂŠ čárky:" -#: src/frontends/qt4/ui/TabularUi.ui:490 +#: src/frontends/qt4/ui/TabularUi.ui:168 msgid "Fixed width of the column" -msgstr "Pevná šířka sloupce" +msgstr "PevnĂĄ šířka sloupce" -#: src/frontends/qt4/ui/TabularUi.ui:518 +#: src/frontends/qt4/ui/TabularUi.ui:196 msgid "&Vertical alignment in row:" -msgstr "&Vertikální zarovnání v řádku:" +msgstr "&VertikĂĄlnĂ­ zarovnĂĄnĂ­ v řádku:" -#: src/frontends/qt4/ui/TabularUi.ui:528 +#: src/frontends/qt4/ui/TabularUi.ui:206 msgid "" "Specifies the vertical alignment of this cell in relation to the baseline of " "the row." -msgstr "Udává vertikální zarovnání této buňky vzhledem k základní lince řádku." +msgstr "UdĂĄvĂĄ vertikĂĄlnĂ­ zarovnĂĄnĂ­ tĂŠto buňky vzhledem k zĂĄkladnĂ­ lince řádku." -#: src/frontends/qt4/ui/TabularUi.ui:550 +#: src/frontends/qt4/ui/TabularUi.ui:228 msgid "Merge cells of different columns" -msgstr "Sloučit buňky odlišných sloupců" +msgstr "Sloučit buňky odliĹĄnĂ˝ch sloupcĹŻ" -#: src/frontends/qt4/ui/TabularUi.ui:553 +#: src/frontends/qt4/ui/TabularUi.ui:231 msgid "&Multicolumn" -msgstr "&Vícesloupcová" +msgstr "&VĂ­cesloupcovĂĄ" -#: src/frontends/qt4/ui/TabularUi.ui:560 +#: src/frontends/qt4/ui/TabularUi.ui:241 +msgid "Row setting" +msgstr "NastavenĂ­ řádku" + +#: src/frontends/qt4/ui/TabularUi.ui:247 +msgid "Merge cells of different rows" +msgstr "Sloučit buňky odliĹĄnĂ˝ch řádkĹŻ" + +#: src/frontends/qt4/ui/TabularUi.ui:250 +msgid "M&ultirow" +msgstr "VĂ­ceřá&dkovĂ˝" + +#: src/frontends/qt4/ui/TabularUi.ui:262 +msgid "&Vertical Offset:" +msgstr "&VertikĂĄlnĂ­ posun:" + +#: src/frontends/qt4/ui/TabularUi.ui:275 +msgid "Optional vertical offset" +msgstr "VolitelnĂ˝ vertikĂĄlnĂ­ posun" + +#: src/frontends/qt4/ui/TabularUi.ui:293 +msgid "Cell setting" +msgstr "NastavenĂ­ buňky" + +#: src/frontends/qt4/ui/TabularUi.ui:299 +msgid "Rotate this cell by 90 degrees" +msgstr "Otoč tuto buňku o 90 stupňů" + +#: src/frontends/qt4/ui/TabularUi.ui:302 +msgid "Rotate &cell 90 degrees" +msgstr "Otoč &buňku o 90 stupňů" + +#: src/frontends/qt4/ui/TabularUi.ui:312 msgid "LaTe&X argument:" msgstr "Argument pro LaTe&X:" -#: src/frontends/qt4/ui/TabularUi.ui:570 +#: src/frontends/qt4/ui/TabularUi.ui:322 msgid "Custom column format (LaTeX)" -msgstr "Vlastní formát sloupce (LaTeX)" +msgstr "VlastnĂ­ formĂĄt sloupce (LaTeX)" -#: src/frontends/qt4/ui/TabularUi.ui:584 +#: src/frontends/qt4/ui/TabularUi.ui:332 +msgid "Table-wide settings" +msgstr "CelotabulkovĂŠ nastavenĂ­" + +#: src/frontends/qt4/ui/TabularUi.ui:338 +msgid "Table w&idth:" +msgstr "Šířka tabulk&y:" + +#: src/frontends/qt4/ui/TabularUi.ui:354 +msgid "Verti&cal alignment:" +msgstr "VertikĂĄ&lnĂ­ zarovnĂĄnĂ­:" + +#: src/frontends/qt4/ui/TabularUi.ui:364 +msgid "Vertical alignment of the table" +msgstr "VertikĂĄlnĂ­ zarovnĂĄnĂ­ tabulky" + +#: src/frontends/qt4/ui/TabularUi.ui:408 +msgid "Rotate the table by 90 degrees" +msgstr "Otoč tabulku o 90 stupňů" + +#: src/frontends/qt4/ui/TabularUi.ui:411 +msgid "&Rotate table 90 degrees" +msgstr "O&toč tabulku o 90 stupňů" + +#: src/frontends/qt4/ui/TabularUi.ui:422 msgid "&Borders" msgstr "&Okraje" -#: src/frontends/qt4/ui/TabularUi.ui:590 +#: src/frontends/qt4/ui/TabularUi.ui:428 msgid "Set Borders" msgstr "Nastav Okraje" -#: src/frontends/qt4/ui/TabularUi.ui:1086 +#: src/frontends/qt4/ui/TabularUi.ui:924 msgid "Set borders of the current (selected) cell(s)" -msgstr "Nastav okraje aktuálně označených buněk" +msgstr "Nastav okraje aktuĂĄlně označenĂ˝ch buněk" -#: src/frontends/qt4/ui/TabularUi.ui:1099 +#: src/frontends/qt4/ui/TabularUi.ui:937 msgid "All Borders" -msgstr "Všechy okraje" +msgstr "VĹĄechy okraje" -#: src/frontends/qt4/ui/TabularUi.ui:1105 +#: src/frontends/qt4/ui/TabularUi.ui:943 msgid "Set all borders of the current (selected) cell(s)" -msgstr "Nastav všechny okraje aktuálně vybrané buňky (buněk)" +msgstr "Nastav vĹĄechny okraje aktuĂĄlně vybranĂŠ buňky (buněk)" -#: src/frontends/qt4/ui/TabularUi.ui:1108 +#: src/frontends/qt4/ui/TabularUi.ui:946 msgid "&Set" msgstr "&Nastavit" -#: src/frontends/qt4/ui/TabularUi.ui:1115 +#: src/frontends/qt4/ui/TabularUi.ui:953 msgid "Unset all borders of the current (selected) cell(s)" -msgstr "Zruš všechny okraje aktuálně vybraných buněk" +msgstr "ZruĹĄ vĹĄechny okraje aktuĂĄlně vybranĂ˝ch buněk" -#: src/frontends/qt4/ui/TabularUi.ui:1134 +#: src/frontends/qt4/ui/TabularUi.ui:972 msgid "Use formal (a.k.a. booktabs) border style (no vertical borders)" -msgstr "Použít formální (booktabs) styl okraje (bez vertikálních okrajů)" +msgstr "PouŞít formĂĄlnĂ­ (booktabs) styl okraje (bez vertikĂĄlnĂ­ch okrajĹŻ)" -#: src/frontends/qt4/ui/TabularUi.ui:1137 +#: src/frontends/qt4/ui/TabularUi.ui:975 msgid "Fo&rmal" -msgstr "Fo&rmální" +msgstr "Fo&rmĂĄlnĂ­" -#: src/frontends/qt4/ui/TabularUi.ui:1147 +#: src/frontends/qt4/ui/TabularUi.ui:985 msgid "Use default (grid-like) border style" -msgstr "Použít standardní styl okraje (mřížka)" +msgstr "PouŞít standardnĂ­ styl okraje (mřížka)" -#: src/frontends/qt4/ui/TabularUi.ui:1150 +#: src/frontends/qt4/ui/TabularUi.ui:988 msgid "De&fault" -msgstr "S&tandardní" +msgstr "S&tandardnĂ­" -#: src/frontends/qt4/ui/TabularUi.ui:1176 +#: src/frontends/qt4/ui/TabularUi.ui:1014 msgid "Additional Space" -msgstr "Dodatečná mezera" +msgstr "DodatečnĂĄ mezera" -#: src/frontends/qt4/ui/TabularUi.ui:1182 +#: src/frontends/qt4/ui/TabularUi.ui:1020 msgid "T&op of row:" -msgstr "&Vršek řádku:" +msgstr "&VrĹĄek řádku:" -#: src/frontends/qt4/ui/TabularUi.ui:1242 +#: src/frontends/qt4/ui/TabularUi.ui:1080 msgid "Botto&m of row:" -msgstr "&Spodek řádku:" +msgstr "&Spodek řádku:" -#: src/frontends/qt4/ui/TabularUi.ui:1255 +#: src/frontends/qt4/ui/TabularUi.ui:1093 msgid "Bet&ween rows:" -msgstr "&Mezi řádky:" +msgstr "&Mezi řádky:" -#: src/frontends/qt4/ui/TabularUi.ui:1304 +#: src/frontends/qt4/ui/TabularUi.ui:1142 msgid "&Longtable" -msgstr "D&louhá tabulka" +msgstr "D&louhĂĄ tabulka" -#: src/frontends/qt4/ui/TabularUi.ui:1310 +#: src/frontends/qt4/ui/TabularUi.ui:1148 msgid "Select for tables that span multiple pages" -msgstr "Použít pro tabulky rozsahem na více stran" +msgstr "PouŞít pro tabulky rozsahem na vĂ­ce stran" -#: src/frontends/qt4/ui/TabularUi.ui:1313 +#: src/frontends/qt4/ui/TabularUi.ui:1151 msgid "&Use long table" -msgstr "Použít &dlouhou tabulku" +msgstr "PouŞít &dlouhou tabulku" -#: src/frontends/qt4/ui/TabularUi.ui:1323 +#: src/frontends/qt4/ui/TabularUi.ui:1161 msgid "Row settings" -msgstr "Nastavení řádku" +msgstr "NastavenĂ­ řádku" -#: src/frontends/qt4/ui/TabularUi.ui:1329 +#: src/frontends/qt4/ui/TabularUi.ui:1167 msgid "Status" msgstr "Status" -#: src/frontends/qt4/ui/TabularUi.ui:1336 +#: src/frontends/qt4/ui/TabularUi.ui:1174 msgid "Border above" msgstr "Okraj nad" -#: src/frontends/qt4/ui/TabularUi.ui:1343 +#: src/frontends/qt4/ui/TabularUi.ui:1181 msgid "Border below" msgstr "Okraj pod" -#: src/frontends/qt4/ui/TabularUi.ui:1350 +#: src/frontends/qt4/ui/TabularUi.ui:1188 msgid "Contents" msgstr "Obsah" -#: src/frontends/qt4/ui/TabularUi.ui:1357 +#: src/frontends/qt4/ui/TabularUi.ui:1195 msgid "Header:" -msgstr "Hlavička:" +msgstr "Hlavička:" -#: src/frontends/qt4/ui/TabularUi.ui:1364 +#: src/frontends/qt4/ui/TabularUi.ui:1202 msgid "Repeat this row as header on every (except the first) page" -msgstr "Opakovat tento řádek jako hlavičku na všech stranách (krom první)" +msgstr "Opakovat tento řádek jako hlavičku na vĹĄech stranĂĄch (krom prvnĂ­)" -#: src/frontends/qt4/ui/TabularUi.ui:1367 -#: src/frontends/qt4/ui/TabularUi.ui:1404 -#: src/frontends/qt4/ui/TabularUi.ui:1445 -#: src/frontends/qt4/ui/TabularUi.ui:1476 -#: src/frontends/qt4/ui/TabularUi.ui:1514 src/frontends/qt4/GuiToolbar.cpp:396 -#: src/frontends/qt4/GuiToolbar.cpp:405 +#: src/frontends/qt4/ui/TabularUi.ui:1205 +#: src/frontends/qt4/ui/TabularUi.ui:1242 +#: src/frontends/qt4/ui/TabularUi.ui:1283 +#: src/frontends/qt4/ui/TabularUi.ui:1314 +#: src/frontends/qt4/ui/TabularUi.ui:1352 src/frontends/qt4/GuiToolbar.cpp:361 +#: src/frontends/qt4/GuiToolbar.cpp:370 msgid "on" msgstr "zapnuto" -#: src/frontends/qt4/ui/TabularUi.ui:1377 -#: src/frontends/qt4/ui/TabularUi.ui:1384 -#: src/frontends/qt4/ui/TabularUi.ui:1411 -#: src/frontends/qt4/ui/TabularUi.ui:1418 -#: src/frontends/qt4/ui/TabularUi.ui:1452 -#: src/frontends/qt4/ui/TabularUi.ui:1459 -#: src/frontends/qt4/ui/TabularUi.ui:1483 -#: src/frontends/qt4/ui/TabularUi.ui:1490 +#: src/frontends/qt4/ui/TabularUi.ui:1215 +#: src/frontends/qt4/ui/TabularUi.ui:1222 +#: src/frontends/qt4/ui/TabularUi.ui:1249 +#: src/frontends/qt4/ui/TabularUi.ui:1256 +#: src/frontends/qt4/ui/TabularUi.ui:1290 +#: src/frontends/qt4/ui/TabularUi.ui:1297 +#: src/frontends/qt4/ui/TabularUi.ui:1321 +#: src/frontends/qt4/ui/TabularUi.ui:1328 msgid "double" -msgstr "dvojitá" +msgstr "dvojitĂĄ" -#: src/frontends/qt4/ui/TabularUi.ui:1391 +#: src/frontends/qt4/ui/TabularUi.ui:1229 msgid "First header:" -msgstr "První hlavička:" +msgstr "PrvnĂ­ hlavička:" -#: src/frontends/qt4/ui/TabularUi.ui:1398 +#: src/frontends/qt4/ui/TabularUi.ui:1236 msgid "This row is the header of the first page" -msgstr "Tento řádek je hlavičkou první strany" +msgstr "Tento řádek je hlavičkou prvnĂ­ strany" -#: src/frontends/qt4/ui/TabularUi.ui:1425 +#: src/frontends/qt4/ui/TabularUi.ui:1263 msgid "Don't output the first header" -msgstr "Negeneruj první hlavičku" +msgstr "Negeneruj prvnĂ­ hlavičku" -#: src/frontends/qt4/ui/TabularUi.ui:1428 -#: src/frontends/qt4/ui/TabularUi.ui:1500 +#: src/frontends/qt4/ui/TabularUi.ui:1266 +#: src/frontends/qt4/ui/TabularUi.ui:1338 msgid "is empty" -msgstr "prázdná" +msgstr "prĂĄzdnĂĄ" -#: src/frontends/qt4/ui/TabularUi.ui:1435 +#: src/frontends/qt4/ui/TabularUi.ui:1273 msgid "Footer:" -msgstr "Patička:" +msgstr "Patička:" -#: src/frontends/qt4/ui/TabularUi.ui:1442 +#: src/frontends/qt4/ui/TabularUi.ui:1280 msgid "Repeat this row as footer on every (except the last) page" -msgstr "Opakovat tento řádek jako patičku na všech stranách (krom poslední)" +msgstr "Opakovat tento řádek jako patičku na vĹĄech stranĂĄch (krom poslednĂ­)" -#: src/frontends/qt4/ui/TabularUi.ui:1466 +#: src/frontends/qt4/ui/TabularUi.ui:1304 msgid "Last footer:" -msgstr "Poslední patička:" +msgstr "PoslednĂ­ patička:" -#: src/frontends/qt4/ui/TabularUi.ui:1473 +#: src/frontends/qt4/ui/TabularUi.ui:1311 msgid "This row is the footer of the last page" -msgstr "Tento řádek je patičkou na poslední stránce" +msgstr "Tento řádek je patičkou na poslednĂ­ strĂĄnce" -#: src/frontends/qt4/ui/TabularUi.ui:1497 +#: src/frontends/qt4/ui/TabularUi.ui:1335 msgid "Don't output the last footer" -msgstr "Negeneruj poslední patičku" +msgstr "Negeneruj poslednĂ­ patičku" -#: src/frontends/qt4/ui/TabularUi.ui:1507 +#: src/frontends/qt4/ui/TabularUi.ui:1345 msgid "Caption:" msgstr "Popisek:" -#: src/frontends/qt4/ui/TabularUi.ui:1524 +#: src/frontends/qt4/ui/TabularUi.ui:1362 msgid "Set a page break on the current row" -msgstr "Nastav zalomení stránky na aktuálním řádku" +msgstr "Nastav zalomenĂ­ strĂĄnky na aktuĂĄlnĂ­m řádku" -#: src/frontends/qt4/ui/TabularUi.ui:1527 +#: src/frontends/qt4/ui/TabularUi.ui:1365 msgid "Page &break on current row" -msgstr "Zalo&m stranu na aktuálním řádku" +msgstr "Zalo&m stranu na aktuĂĄlnĂ­m řádku" -#: src/frontends/qt4/ui/TabularUi.ui:1540 +#: src/frontends/qt4/ui/TabularUi.ui:1378 msgid "Horizontal alignment of the longtable" -msgstr "Horizontální zarovnání pro dlouhou tabulku" +msgstr "HorizontĂĄlnĂ­ zarovnĂĄnĂ­ pro dlouhou tabulku" -#: src/frontends/qt4/ui/TabularUi.ui:1543 +#: src/frontends/qt4/ui/TabularUi.ui:1381 msgid "Longtable alignment" -msgstr "Zarovnání dlouhé tabulky" +msgstr "ZarovnĂĄnĂ­ dlouhĂŠ tabulky" + +#: src/frontends/qt4/ui/TabularUi.ui:1433 +msgid "Current cell:" +msgstr "SoučasnĂĄ buňka:" + +#: src/frontends/qt4/ui/TabularUi.ui:1455 +msgid "Current row position" +msgstr "SoučasnĂĄ řádka" + +#: src/frontends/qt4/ui/TabularUi.ui:1477 +msgid "Current column position" +msgstr "SoučasnĂ˝ sloupec" #: src/frontends/qt4/ui/TexinfoUi.ui:55 msgid "Close this dialog" -msgstr "Zavři tento dialog" +msgstr "Zavři tento dialog" #: src/frontends/qt4/ui/TexinfoUi.ui:91 msgid "Rebuild the file lists" -msgstr "Znovu sestavit seznam souborů" +msgstr "Znovu sestavit seznam souborĹŻ" #: src/frontends/qt4/ui/TexinfoUi.ui:104 msgid "" "Show contents of marked file. Only possible when files are shown with path" msgstr "" -"Zobrazit označený soubor. Možné jen tehdy, jsou-li soubory zobrazeny s cestou" +"Zobrazit označenĂ˝ soubor. MoĹžnĂŠ jen tehdy, jsou-li soubory zobrazeny s cestou" #: src/frontends/qt4/ui/TexinfoUi.ui:107 msgid "&View" -msgstr "&Prohlédnout" +msgstr "&ProhlĂŠdnout" #: src/frontends/qt4/ui/TexinfoUi.ui:124 msgid "Selected classes or styles" -msgstr "Vybrané třídy nebo styly" +msgstr "VybranĂŠ třídy nebo styly" #: src/frontends/qt4/ui/TexinfoUi.ui:128 msgid "LaTeX classes" -msgstr "Třídy LaTeX-u" +msgstr "Třídy LaTeX-u" #: src/frontends/qt4/ui/TexinfoUi.ui:133 msgid "LaTeX styles" @@ -4911,11 +4818,11 @@ msgstr "Styly BibTeX-u" #: src/frontends/qt4/ui/TexinfoUi.ui:143 #, fuzzy msgid "BibTeX databases" -msgstr "BibTeX-ová databáze k použití" +msgstr "BibTeX-ovĂĄ databĂĄze k pouĹžitĂ­" #: src/frontends/qt4/ui/TexinfoUi.ui:167 msgid "Toggles view of the file list" -msgstr "Přepni zobrazení seznamu souborů" +msgstr "Přepni zobrazenĂ­ seznamu souborĹŻ" #: src/frontends/qt4/ui/TexinfoUi.ui:170 msgid "Show &path" @@ -4923,15 +4830,15 @@ msgstr "Zobraz &cestu" #: src/frontends/qt4/ui/TextLayoutUi.ui:20 msgid "Separate paragraphs with" -msgstr "Oddělit odstavce čím" +msgstr "Oddělit odstavce čím" #: src/frontends/qt4/ui/TextLayoutUi.ui:35 msgid "Indent consecutive paragraphs" -msgstr "Odsazení (indentace) po sobě jdoucích odstavců" +msgstr "OdsazenĂ­ (indentace) po sobě jdoucĂ­ch odstavcĹŻ" #: src/frontends/qt4/ui/TextLayoutUi.ui:38 msgid "&Indentation:" -msgstr "&Odsazení:" +msgstr "&OdsazenĂ­:" #: src/frontends/qt4/ui/TextLayoutUi.ui:48 msgid "Size of the indentation" @@ -4939,11 +4846,11 @@ msgstr "Velikost indentace" #: src/frontends/qt4/ui/TextLayoutUi.ui:116 msgid "&Vertical space:" -msgstr "&Vertikální mezera:" +msgstr "&VertikĂĄlnĂ­ mezera:" #: src/frontends/qt4/ui/TextLayoutUi.ui:126 msgid "Size of the vertical space" -msgstr "Velikost vertikální mezery" +msgstr "Velikost vertikĂĄlnĂ­ mezery" #: src/frontends/qt4/ui/TextLayoutUi.ui:191 msgid "Spacing" @@ -4951,7 +4858,7 @@ msgstr "Mezera" #: src/frontends/qt4/ui/TextLayoutUi.ui:209 msgid "&Line spacing:" -msgstr "Řád&kování:" +msgstr "Řåd&kovĂĄnĂ­:" #: src/frontends/qt4/ui/TextLayoutUi.ui:219 msgid "Spacing type" @@ -4959,15 +4866,15 @@ msgstr "Typ mezery" #: src/frontends/qt4/ui/TextLayoutUi.ui:232 msgid "Number of lines" -msgstr "Počet řádků" +msgstr "Počet řádkĹŻ" #: src/frontends/qt4/ui/TextLayoutUi.ui:271 msgid "Format text into two columns" -msgstr "Zformátovat text do dvou sloupců" +msgstr "ZformĂĄtovat text do dvou sloupcĹŻ" #: src/frontends/qt4/ui/TextLayoutUi.ui:274 msgid "Two-&column document" -msgstr "&Dvousloupcový dokument" +msgstr "&DvousloupcovĂ˝ dokument" #: src/frontends/qt4/ui/TextLayoutUi.ui:281 msgid "" @@ -4985,15 +4892,15 @@ msgstr "Jazyk tezauru" #: src/frontends/qt4/ui/ThesaurusUi.ui:39 msgid "Index entry" -msgstr "Heslo v rejstříku" +msgstr "Heslo v rejstříku" #: src/frontends/qt4/ui/ThesaurusUi.ui:42 msgid "&Keyword:" -msgstr "&Hledané slovo:" +msgstr "&HledanĂŠ slovo:" #: src/frontends/qt4/ui/ThesaurusUi.ui:52 msgid "Word to look up" -msgstr "Slovo k vyhledání" +msgstr "Slovo k vyhledĂĄnĂ­" #: src/frontends/qt4/ui/ThesaurusUi.ui:65 msgid "L&ookup" @@ -5002,19 +4909,19 @@ msgstr "&Vyhledat" #: src/frontends/qt4/ui/ThesaurusUi.ui:72 #: src/frontends/qt4/ui/ThesaurusUi.ui:85 msgid "The selected entry" -msgstr "Označené heslo" +msgstr "OznačenĂŠ heslo" #: src/frontends/qt4/ui/ThesaurusUi.ui:75 msgid "&Selection:" -msgstr "&Výběr:" +msgstr "&VĂ˝běr:" #: src/frontends/qt4/ui/ThesaurusUi.ui:92 msgid "Replace the entry with the selection" -msgstr "Zaměň heslo s vybraným" +msgstr "Zaměň heslo s vybranĂ˝m" #: src/frontends/qt4/ui/ThesaurusUi.ui:102 msgid "Click to select a proposal, double click to look it up." -msgstr "Klik pro výběr návrhu, dvojitý klik pro vyhledání." +msgstr "Klik pro vĂ˝běr nĂĄvrhu, dvojitĂ˝ klik pro vyhledĂĄnĂ­." #: src/frontends/qt4/ui/TocUi.ui:36 msgid "Filter:" @@ -5022,14 +4929,14 @@ msgstr "Filtr:" #: src/frontends/qt4/ui/TocUi.ui:46 msgid "Enter string to filter contents" -msgstr "Zadejte řetězec pro filtrování obsahu" +msgstr "Zadejte řetězec pro filtrovĂĄnĂ­ obsahu" #: src/frontends/qt4/ui/TocUi.ui:63 msgid "" "Switch between available lists (table of contents, list of figures, list of " "tables, and others)" msgstr "" -"Přepínání mezi dostupnými seznamy (obsahem, seznamem obrázků a seznamem " +"PřepĂ­nĂĄnĂ­ mezi dostupnĂ˝mi seznamy (obsahem, seznamem obrĂĄzkĹŻ a seznamem " "tabulek)" #: src/frontends/qt4/ui/TocUi.ui:90 @@ -5044,31 +4951,31 @@ msgstr "..." #: src/frontends/qt4/ui/TocUi.ui:122 msgid "Decrease nesting depth of selected item" -msgstr "Zvětšit hloubku zanoření označené položky" +msgstr "ZvětĹĄit hloubku zanořenĂ­ označenĂŠ poloĹžky" #: src/frontends/qt4/ui/TocUi.ui:141 msgid "Increase nesting depth of selected item" -msgstr "Zmenšit hloubku zanoření označené položky" +msgstr "ZmenĹĄit hloubku zanořenĂ­ označenĂŠ poloĹžky" #: src/frontends/qt4/ui/TocUi.ui:160 msgid "Move selected item down by one" -msgstr "Přesun označené položky dolů" +msgstr "Přesun označenĂŠ poloĹžky dolĹŻ" #: src/frontends/qt4/ui/TocUi.ui:179 msgid "Move selected item up by one" -msgstr "Přesun označené citace nahoru" +msgstr "Přesun označenĂŠ citace nahoru" #: src/frontends/qt4/ui/TocUi.ui:225 msgid "Sort" -msgstr "Třídit" +msgstr "Třídit" #: src/frontends/qt4/ui/TocUi.ui:246 msgid "Try to keep persistent view of the uncollapsed nodes" -msgstr "Pokusit se udržet strukturu rozbalení položek" +msgstr "Pokusit se udrĹžet strukturu rozbalenĂ­ poloĹžek" #: src/frontends/qt4/ui/TocUi.ui:249 msgid "Keep" -msgstr "Držet" +msgstr "DrĹžet" #: src/frontends/qt4/ui/TocUi.ui:266 msgid "Adjust the depth of the navigation tree" @@ -5076,495 +4983,245 @@ msgstr "Nastavit hloubku stromu" #: src/frontends/qt4/ui/ToggleWarningUi.ui:13 msgid "LyX: Enter text" -msgstr "LyX: Vlož text" +msgstr "LyX: VloĹž text" #: src/frontends/qt4/ui/ToggleWarningUi.ui:44 msgid "If you check this, LyX will not warn you again in the given case." -msgstr "Při zaškrtnutí vás již LyX nebude příště pro tento případ varovat." +msgstr "Při zaĹĄkrtnutĂ­ vĂĄs jiĹž LyX nebude příště pro tento případ varovat." #: src/frontends/qt4/ui/ToggleWarningUi.ui:47 msgid "&Do not show this warning again!" -msgstr "&Příště již tento dialog nezobrazovat!" - -#: src/frontends/qt4/ui/ViewSourceUi.ui:90 -msgid "F&ormat:" -msgstr "F&ormát:" - -#: src/frontends/qt4/ui/ViewSourceUi.ui:109 -msgid "Select the output format" -msgstr "Vybrat výstupní formát" - -#: src/frontends/qt4/ui/ViewSourceUi.ui:127 -msgid "Show the source as the master document gets it" -msgstr "" - -#: src/frontends/qt4/ui/ViewSourceUi.ui:130 -msgid "&Master's perspective" -msgstr "" - -#: src/frontends/qt4/ui/ViewSourceUi.ui:137 -msgid "Automatic update" -msgstr "Automatická aktualizace" - -#: src/frontends/qt4/ui/ViewSourceUi.ui:164 -msgid "Current Paragraph" -msgstr "Současný odstavec" - -#: src/frontends/qt4/ui/ViewSourceUi.ui:169 -msgid "Complete Source" -msgstr "Celý zdrojový kód" - -#: src/frontends/qt4/ui/ViewSourceUi.ui:174 -msgid "Preamble Only" -msgstr "Pouze preambule" - -#: src/frontends/qt4/ui/ViewSourceUi.ui:179 -msgid "Body Only" -msgstr "Pouze tělo" +msgstr "&Příště jiĹž tento dialog nezobrazovat!" #: src/frontends/qt4/ui/VSpaceUi.ui:32 msgid "Insert the spacing even after a page break" -msgstr "Vložit mezeru i za zalomení stránky" +msgstr "VloĹžit mezeru i za zalomenĂ­ strĂĄnky" #: src/frontends/qt4/ui/VSpaceUi.ui:82 msgid "DefSkip" -msgstr "Definovaná mezera (DefSkip)" +msgstr "DefinovanĂĄ mezera (DefSkip)" -#: src/frontends/qt4/ui/VSpaceUi.ui:87 src/frontends/qt4/GuiDocument.cpp:706 +#: src/frontends/qt4/ui/VSpaceUi.ui:87 src/frontends/qt4/GuiDocument.cpp:766 msgid "SmallSkip" -msgstr "Malá mezera (SmallSkip)" +msgstr "MalĂĄ mezera (SmallSkip)" -#: src/frontends/qt4/ui/VSpaceUi.ui:92 src/frontends/qt4/GuiDocument.cpp:707 +#: src/frontends/qt4/ui/VSpaceUi.ui:92 src/frontends/qt4/GuiDocument.cpp:767 msgid "MedSkip" -msgstr "Střední mezera (MedSkip)" +msgstr "StřednĂ­ mezera (MedSkip)" -#: src/frontends/qt4/ui/VSpaceUi.ui:97 src/frontends/qt4/GuiDocument.cpp:708 +#: src/frontends/qt4/ui/VSpaceUi.ui:97 src/frontends/qt4/GuiDocument.cpp:768 msgid "BigSkip" -msgstr "Velká mezera (BigSkip)" +msgstr "VelkĂĄ mezera (BigSkip)" #: src/frontends/qt4/ui/VSpaceUi.ui:102 msgid "VFill" -msgstr "Výplň (VFill)" +msgstr "VĂ˝plň (VFill)" + +#: src/frontends/qt4/ui/ViewSourceUi.ui:33 +msgid "F&ormat:" +msgstr "F&ormĂĄt:" + +#: src/frontends/qt4/ui/ViewSourceUi.ui:46 +msgid "Select the output format" +msgstr "Vybrat vĂ˝stupnĂ­ formĂĄt" + +#: src/frontends/qt4/ui/ViewSourceUi.ui:57 +#, fuzzy +msgid "Current Paragraph" +msgstr "SoučasnĂ˝ odstavec" + +#: src/frontends/qt4/ui/ViewSourceUi.ui:62 +#, fuzzy +msgid "Complete Source" +msgstr "Zobraz celĂ˝ zdrojovĂ˝ kĂłd" + +#: src/frontends/qt4/ui/ViewSourceUi.ui:67 +msgid "Preamble Only" +msgstr "" + +#: src/frontends/qt4/ui/ViewSourceUi.ui:72 +#, fuzzy +msgid "Body Only" +msgstr "Only" + +#: src/frontends/qt4/ui/ViewSourceUi.ui:80 +msgid "Automatic update" +msgstr "AutomatickĂĄ aktualizace" #: src/frontends/qt4/ui/WrapUi.ui:45 msgid "Unit of width value" -msgstr "Jednotky šířky" +msgstr "Jednotky šířky" #: src/frontends/qt4/ui/WrapUi.ui:68 msgid "number of needed lines" -msgstr "počet potřebných kopií" +msgstr "počet potřebnĂ˝ch kopiĂ­" #: src/frontends/qt4/ui/WrapUi.ui:75 msgid "use number of lines" -msgstr "použít počet řádek" +msgstr "pouŞít počet řádek" #: src/frontends/qt4/ui/WrapUi.ui:78 msgid "&Line span:" -msgstr "&Rozpětí řádek:" +msgstr "&RozpětĂ­ řádek:" #: src/frontends/qt4/ui/WrapUi.ui:199 msgid "Outer (default)" -msgstr "Vnější (standardní)" +msgstr "VnějĹĄĂ­ (standardnĂ­)" #: src/frontends/qt4/ui/WrapUi.ui:204 msgid "Inner" -msgstr "Vnitřní" +msgstr "VnitřnĂ­" #: src/frontends/qt4/ui/WrapUi.ui:222 msgid "use overhang" -msgstr "použit přesah" +msgstr "pouĹžit přesah" #: src/frontends/qt4/ui/WrapUi.ui:225 msgid "Over&hang:" -msgstr "Přesa&h:" +msgstr "Přesa&h:" #: src/frontends/qt4/ui/WrapUi.ui:246 msgid "Overhang value" -msgstr "Hodnota přesahu" +msgstr "Hodnota přesahu" #: src/frontends/qt4/ui/WrapUi.ui:273 msgid "Unit of overhang value" -msgstr "Jednotky přesahu" +msgstr "Jednotky přesahu" #: src/frontends/qt4/ui/WrapUi.ui:280 msgid "Check this to allow flexible placement" -msgstr "Povoluje proměnlivé umístění" +msgstr "Povoluje proměnlivĂŠ umĂ­stěnĂ­" #: src/frontends/qt4/ui/WrapUi.ui:283 msgid "Allow &floating" -msgstr "Plovoucí &objekt" +msgstr "PlovoucĂ­ &objekt" -#: lib/layouts/aa.layout:3 -msgid "Astronomy & Astrophysics" -msgstr "" +#: lib/layouts/AEA.layout:55 lib/layouts/apa.layout:92 +msgid "ShortTitle" +msgstr "ShortTitle" -#: lib/layouts/aa.layout:4 lib/layouts/aapaper.layout:4 -#: lib/layouts/aastex.layout:4 lib/layouts/achemso.layout:4 -#: lib/layouts/acmsiggraph.layout:4 lib/layouts/AEA.layout:4 -#: lib/layouts/agums.layout:4 lib/layouts/agutex.layout:4 -#: lib/layouts/amsart.layout:4 lib/layouts/apa6.layout:4 -#: lib/layouts/apa.layout:4 lib/layouts/arab-article.layout:4 -#: lib/layouts/article-beamer.layout:4 lib/layouts/article.layout:4 -#: lib/layouts/chess.layout:4 lib/layouts/cl2emult.layout:4 -#: lib/layouts/ctex-article.layout:4 lib/layouts/doublecol-new.layout:4 -#: lib/layouts/dtk.layout:4 lib/layouts/ectaart.layout:4 -#: lib/layouts/egs.layout:4 lib/layouts/elsarticle.layout:4 -#: lib/layouts/elsart.layout:4 lib/layouts/entcs.layout:4 -#: lib/layouts/extarticle.layout:4 lib/layouts/heb-article.layout:4 -#: lib/layouts/IEEEtran-CompSoc.layout:4 lib/layouts/IEEEtran.layout:4 -#: lib/layouts/IEEEtran-TransMag.layout:4 lib/layouts/ijmpc.layout:4 -#: lib/layouts/ijmpd.layout:4 lib/layouts/iopart.layout:4 -#: lib/layouts/isprs.layout:4 lib/layouts/jarticle.layout:4 -#: lib/layouts/jasatex.layout:4 lib/layouts/jgrga.layout:4 -#: lib/layouts/jsarticle.layout:4 lib/layouts/jss.layout:4 -#: lib/layouts/kluwer.layout:4 lib/layouts/latex8.layout:4 -#: lib/layouts/llncs.layout:4 lib/layouts/ltugboat.layout:4 -#: lib/layouts/mwart.layout:4 lib/layouts/paper.layout:4 -#: lib/layouts/revtex4-1.layout:4 lib/layouts/revtex4.layout:4 -#: lib/layouts/revtex.layout:4 lib/layouts/scrartcl.layout:4 -#: lib/layouts/scrarticle-beamer.layout:4 lib/layouts/siamltex.layout:4 -#: lib/layouts/sigplanconf.layout:4 lib/layouts/singlecol.layout:4 -#: lib/layouts/singlecol-new.layout:4 lib/layouts/spie.layout:4 -#: lib/layouts/svglobal3.layout:4 lib/layouts/svglobal.layout:4 -#: lib/layouts/svjog.layout:4 lib/layouts/svprobth.layout:4 -#: lib/layouts/tarticle.layout:4 -#, fuzzy -msgid "Articles" -msgstr "Article" +#: lib/layouts/AEA.layout:56 lib/layouts/AEA.layout:99 +#: lib/layouts/IEEEtran.layout:68 lib/layouts/IEEEtran.layout:117 +#: lib/layouts/IEEEtran.layout:158 lib/layouts/IEEEtran.layout:192 +#: lib/layouts/aa.layout:124 lib/layouts/aa.layout:147 +#: lib/layouts/aa.layout:162 lib/layouts/aa.layout:186 +#: lib/layouts/aa.layout:326 lib/layouts/aastex.layout:276 +#: lib/layouts/aastex.layout:293 lib/layouts/aastex.layout:333 +#: lib/layouts/aastex.layout:359 lib/layouts/aastex.layout:398 +#: lib/layouts/achemso.layout:57 lib/layouts/achemso.layout:190 +#: lib/layouts/acmsiggraph.layout:68 lib/layouts/acmsiggraph.layout:114 +#: lib/layouts/acmsiggraph.layout:141 lib/layouts/agutex.layout:58 +#: lib/layouts/agutex.layout:75 lib/layouts/agutex.layout:116 +#: lib/layouts/agutex.layout:134 lib/layouts/ectaart.layout:22 +#: lib/layouts/ectaart.layout:47 lib/layouts/ectaart.layout:70 +#: lib/layouts/elsarticle.layout:58 lib/layouts/elsarticle.layout:83 +#: lib/layouts/elsarticle.layout:126 lib/layouts/elsarticle.layout:145 +#: lib/layouts/elsarticle.layout:223 lib/layouts/elsarticle.layout:251 +#: lib/layouts/elsarticle.layout:280 lib/layouts/entcs.layout:74 +#: lib/layouts/ijmpc.layout:66 lib/layouts/ijmpc.layout:85 +#: lib/layouts/ijmpc.layout:103 lib/layouts/ijmpc.layout:121 +#: lib/layouts/ijmpc.layout:156 lib/layouts/ijmpc.layout:204 +#: lib/layouts/ijmpd.layout:71 lib/layouts/ijmpd.layout:90 +#: lib/layouts/ijmpd.layout:108 lib/layouts/ijmpd.layout:126 +#: lib/layouts/ijmpd.layout:146 lib/layouts/ijmpd.layout:211 +#: lib/layouts/ijmpd.layout:223 lib/layouts/iopart.layout:60 +#: lib/layouts/iopart.layout:130 lib/layouts/iopart.layout:149 +#: lib/layouts/iopart.layout:174 lib/layouts/iopart.layout:203 +#: lib/layouts/jasatex.layout:61 lib/layouts/jasatex.layout:82 +#: lib/layouts/jasatex.layout:102 lib/layouts/jasatex.layout:140 +#: lib/layouts/jasatex.layout:160 lib/layouts/jasatex.layout:189 +#: lib/layouts/revtex4-1.layout:79 lib/layouts/revtex4-1.layout:164 +#: lib/layouts/revtex4-1.layout:183 lib/layouts/revtex4.layout:103 +#: lib/layouts/revtex4.layout:133 lib/layouts/revtex4.layout:250 +#: lib/layouts/siamltex.layout:279 lib/layouts/siamltex.layout:299 +#: lib/layouts/sigplanconf.layout:71 lib/layouts/sigplanconf.layout:124 +#: lib/layouts/sigplanconf.layout:157 lib/layouts/svmult.layout:48 +#: lib/layouts/svmult.layout:98 lib/layouts/tufte-handout.layout:49 +#: lib/layouts/amsdefs.inc:25 lib/layouts/amsdefs.inc:48 +#: lib/layouts/amsdefs.inc:68 lib/layouts/amsdefs.inc:92 +#: lib/layouts/amsdefs.inc:119 lib/layouts/lyxmacros.inc:45 +#: lib/layouts/lyxmacros.inc:66 lib/layouts/stdstruct.inc:16 +#: lib/layouts/stdtitle.inc:58 lib/layouts/stdtitle.inc:79 +#: lib/layouts/stdtitle.inc:98 lib/layouts/svcommon.inc:348 +#: lib/layouts/svcommon.inc:372 lib/layouts/svcommon.inc:423 +#: lib/layouts/svcommon.inc:460 lib/layouts/svcommon.inc:478 +#: lib/layouts/svcommon.inc:499 lib/layouts/svcommon.inc:523 +#: lib/layouts/bicaption.module:13 +msgid "FrontMatter" +msgstr "FrontMatter" -#: lib/layouts/aa.layout:28 lib/layouts/aapaper.layout:35 -#: lib/layouts/aastex.layout:54 lib/layouts/achemso.layout:33 -#: lib/layouts/acmsiggraph.layout:35 lib/layouts/agutex.layout:32 -#: lib/layouts/amsart.layout:31 lib/layouts/amsbook.layout:32 -#: lib/layouts/apa6.layout:22 lib/layouts/apa.layout:25 -#: lib/layouts/beamer.layout:63 lib/layouts/broadway.layout:174 -#: lib/layouts/chess.layout:30 lib/layouts/cl2emult.layout:130 -#: lib/layouts/dtk.layout:32 lib/layouts/egs.layout:19 -#: lib/layouts/elsarticle.layout:33 lib/layouts/elsart.layout:48 -#: lib/layouts/europecv.layout:17 lib/layouts/foils.layout:31 -#: lib/layouts/g-brief2.layout:31 lib/layouts/hollywood.layout:347 -#: lib/layouts/IEEEtran.layout:35 lib/layouts/ijmpc.layout:23 -#: lib/layouts/ijmpd.layout:28 lib/layouts/iopart.layout:35 -#: lib/layouts/jasatex.layout:36 lib/layouts/kluwer.layout:34 -#: lib/layouts/lettre.layout:31 lib/layouts/llncs.layout:24 -#: lib/layouts/ltugboat.layout:31 lib/layouts/memoir.layout:32 -#: lib/layouts/moderncv.layout:20 lib/layouts/paper.layout:14 -#: lib/layouts/powerdot.layout:110 lib/layouts/revtex4.layout:45 -#: lib/layouts/revtex.layout:23 lib/layouts/scrlettr.layout:8 -#: lib/layouts/scrlttr2.layout:11 lib/layouts/siamltex.layout:37 -#: lib/layouts/sigplanconf.layout:38 lib/layouts/simplecv.layout:18 -#: lib/layouts/slides.layout:61 lib/layouts/tufte-book.layout:20 -#: lib/layouts/agu_stdclass.inc:22 lib/layouts/db_stdclass.inc:22 -#: lib/layouts/scrclass.inc:17 lib/layouts/stdclass.inc:28 -#: lib/layouts/stdinsets.inc:519 lib/layouts/stdletter.inc:12 -#: lib/layouts/svcommon.inc:26 lib/ui/stdtoolbars.inc:69 -#: src/insets/InsetRef.cpp:355 -msgid "Standard" -msgstr "Standardní" +#: lib/layouts/AEA.layout:63 +msgid "Publication Month" +msgstr "Publication Month" -#: lib/layouts/aa.layout:29 lib/layouts/aapaper.layout:36 -#: lib/layouts/aastex.layout:55 lib/layouts/achemso.layout:34 -#: lib/layouts/acmsiggraph.layout:36 lib/layouts/AEA.layout:116 -#: lib/layouts/AEA.layout:302 lib/layouts/agutex.layout:33 -#: lib/layouts/amsart.layout:32 lib/layouts/amsbook.layout:33 -#: lib/layouts/apa6.layout:23 lib/layouts/apa.layout:26 -#: lib/layouts/beamer.layout:64 lib/layouts/beamer.layout:1073 -#: lib/layouts/beamer.layout:1098 lib/layouts/beamer.layout:1123 -#: lib/layouts/beamer.layout:1237 lib/layouts/beamer.layout:1260 -#: lib/layouts/beamer.layout:1294 lib/layouts/broadway.layout:175 -#: lib/layouts/cl2emult.layout:131 lib/layouts/dtk.layout:33 -#: lib/layouts/egs.layout:20 lib/layouts/elsarticle.layout:34 -#: lib/layouts/elsart.layout:49 lib/layouts/europecv.layout:18 -#: lib/layouts/europecv.layout:156 lib/layouts/europecv.layout:215 -#: lib/layouts/foils.layout:32 lib/layouts/g-brief2.layout:32 -#: lib/layouts/hollywood.layout:282 lib/layouts/IEEEtran.layout:36 -#: lib/layouts/ijmpc.layout:24 lib/layouts/ijmpd.layout:29 -#: lib/layouts/iopart.layout:36 lib/layouts/jasatex.layout:37 -#: lib/layouts/kluwer.layout:35 lib/layouts/llncs.layout:25 -#: lib/layouts/ltugboat.layout:32 lib/layouts/memoir.layout:33 -#: lib/layouts/memoir.layout:169 lib/layouts/memoir.layout:248 -#: lib/layouts/moderncv.layout:21 lib/layouts/paper.layout:15 -#: lib/layouts/powerdot.layout:111 lib/layouts/powerdot.layout:374 -#: lib/layouts/powerdot.layout:395 lib/layouts/powerdot.layout:416 -#: lib/layouts/powerdot.layout:436 lib/layouts/revtex4.layout:46 -#: lib/layouts/revtex.layout:24 lib/layouts/scrlettr.layout:9 -#: lib/layouts/scrlttr2.layout:12 lib/layouts/siamltex.layout:38 -#: lib/layouts/sigplanconf.layout:39 lib/layouts/simplecv.layout:19 -#: lib/layouts/slides.layout:62 lib/layouts/tufte-book.layout:202 -#: lib/layouts/agu_stdclass.inc:23 lib/layouts/db_stdclass.inc:23 -#: lib/layouts/lyxmacros.inc:13 lib/layouts/scrclass.inc:18 -#: lib/layouts/scrclass.inc:309 lib/layouts/stdclass.inc:29 -#: lib/layouts/stdlayouts.inc:13 lib/layouts/stdlayouts.inc:34 -#: lib/layouts/stdlayouts.inc:55 lib/layouts/stdlayouts.inc:75 -#: lib/layouts/stdlayouts.inc:100 lib/layouts/stdletter.inc:13 -#: lib/layouts/svcommon.inc:27 lib/layouts/svcommon.inc:608 -#: lib/layouts/svcommon.inc:619 lib/layouts/initials.module:26 -#: lib/layouts/multicol.module:19 lib/layouts/rsphrase.module:45 -msgid "MainText" -msgstr "MainText" +#: lib/layouts/AEA.layout:69 +msgid "Publication Month:" +msgstr "Publication Month:" -#: lib/layouts/aa.layout:44 lib/layouts/aa.layout:231 -#: lib/layouts/aapaper.layout:66 lib/layouts/aapaper.layout:139 -#: lib/layouts/aastex.layout:70 lib/layouts/aastex.layout:180 -#: lib/layouts/amsart.layout:64 lib/layouts/amsbook.layout:55 -#: lib/layouts/apa6.layout:402 lib/layouts/apa.layout:302 -#: lib/layouts/beamer.layout:232 lib/layouts/egs.layout:32 -#: lib/layouts/europecv.layout:127 lib/layouts/isprs.layout:148 -#: lib/layouts/kluwer.layout:62 lib/layouts/latex8.layout:47 -#: lib/layouts/llncs.layout:48 lib/layouts/ltugboat.layout:47 -#: lib/layouts/memoir.layout:84 lib/layouts/moderncv.layout:188 -#: lib/layouts/paper.layout:60 lib/layouts/powerdot.layout:231 -#: lib/layouts/revtex4-1.layout:46 lib/layouts/revtex4.layout:65 -#: lib/layouts/revtex.layout:40 lib/layouts/siamltex.layout:365 -#: lib/layouts/simplecv.layout:31 lib/layouts/spie.layout:21 -#: lib/layouts/tufte-book.layout:89 lib/layouts/aguplus.inc:29 -#: lib/layouts/agu_stdsections.inc:30 lib/layouts/db_stdsections.inc:28 -#: lib/layouts/numrevtex.inc:6 lib/layouts/scrclass.inc:72 -#: lib/layouts/stdsections.inc:71 lib/layouts/svcommon.inc:195 -#: src/frontends/qt4/GuiDocument.cpp:129 -msgid "Section" -msgstr "Sekce" +#: lib/layouts/AEA.layout:76 +msgid "Publication Year" +msgstr "Publication Year" -#: lib/layouts/aa.layout:48 lib/layouts/aa.layout:242 -#: lib/layouts/aapaper.layout:70 lib/layouts/aapaper.layout:149 -#: lib/layouts/aastex.layout:74 lib/layouts/aastex.layout:193 -#: lib/layouts/amsart.layout:105 lib/layouts/amsbook.layout:65 -#: lib/layouts/apa6.layout:413 lib/layouts/apa.layout:313 -#: lib/layouts/beamer.layout:289 lib/layouts/egs.layout:55 -#: lib/layouts/isprs.layout:160 lib/layouts/kluwer.layout:71 -#: lib/layouts/latex8.layout:56 lib/layouts/llncs.layout:57 -#: lib/layouts/ltugboat.layout:68 lib/layouts/memoir.layout:97 -#: lib/layouts/moderncv.layout:221 lib/layouts/paper.layout:69 -#: lib/layouts/revtex.layout:52 lib/layouts/siamltex.layout:376 -#: lib/layouts/simplecv.layout:57 lib/layouts/tufte-book.layout:116 -#: lib/layouts/aguplus.inc:44 lib/layouts/agu_stdsections.inc:40 -#: lib/layouts/db_stdsections.inc:36 lib/layouts/numrevtex.inc:15 -#: lib/layouts/scrclass.inc:80 lib/layouts/stdsections.inc:99 -#: lib/layouts/svcommon.inc:204 -msgid "Subsection" -msgstr "Podsekce" +#: lib/layouts/AEA.layout:79 +msgid "Publication Year:" +msgstr "Publication Year:" -#: lib/layouts/aa.layout:52 lib/layouts/aa.layout:255 -#: lib/layouts/aapaper.layout:74 lib/layouts/aapaper.layout:161 -#: lib/layouts/aastex.layout:78 lib/layouts/aastex.layout:206 -#: lib/layouts/amsart.layout:128 lib/layouts/amsbook.layout:74 -#: lib/layouts/apa6.layout:423 lib/layouts/apa.layout:323 -#: lib/layouts/beamer.layout:346 lib/layouts/isprs.layout:170 -#: lib/layouts/kluwer.layout:81 lib/layouts/llncs.layout:66 -#: lib/layouts/ltugboat.layout:89 lib/layouts/memoir.layout:110 -#: lib/layouts/paper.layout:78 lib/layouts/recipebook.layout:98 -#: lib/layouts/revtex4-1.layout:54 lib/layouts/revtex4.layout:74 -#: lib/layouts/revtex.layout:61 lib/layouts/siamltex.layout:385 -#: lib/layouts/agu_stdsections.inc:50 lib/layouts/db_stdsections.inc:44 -#: lib/layouts/numrevtex.inc:24 lib/layouts/scrclass.inc:88 -#: lib/layouts/stdsections.inc:115 lib/layouts/svcommon.inc:213 -msgid "Subsubsection" -msgstr "Podpodsekce" +#: lib/layouts/AEA.layout:82 +msgid "Publication Volume" +msgstr "Publication Volume" -#: lib/layouts/aa.layout:56 lib/layouts/aapaper.layout:50 -#: lib/layouts/aastex.layout:86 lib/layouts/apa6.layout:454 -#: lib/layouts/apa.layout:354 lib/layouts/beamer.layout:80 -#: lib/layouts/egs.layout:177 lib/layouts/powerdot.layout:253 -#: lib/layouts/simplecv.layout:86 lib/layouts/agu_stdlists.inc:13 -#: lib/layouts/db_stdlists.inc:12 lib/layouts/stdlists.inc:13 -msgid "Itemize" -msgstr "Položka" +#: lib/layouts/AEA.layout:85 +msgid "Publication Volume:" +msgstr "Publication Volume:" -#: lib/layouts/aa.layout:59 lib/layouts/aapaper.layout:53 -#: lib/layouts/aastex.layout:89 lib/layouts/apa6.layout:477 -#: lib/layouts/apa.layout:376 lib/layouts/beamer.layout:113 -#: lib/layouts/egs.layout:153 lib/layouts/powerdot.layout:301 -#: lib/layouts/agu_stdlists.inc:21 lib/layouts/db_stdlists.inc:19 -#: lib/layouts/stdlists.inc:38 -msgid "Enumerate" -msgstr "Výčet" +#: lib/layouts/AEA.layout:88 +msgid "Publication Issue" +msgstr "Publication Issue" -#: lib/layouts/aa.layout:62 lib/layouts/aapaper.layout:56 -#: lib/layouts/aastex.layout:92 lib/layouts/beamer.layout:152 -#: lib/layouts/egs.layout:199 lib/layouts/hollywood.layout:130 -#: lib/layouts/paper.layout:103 lib/layouts/scrlettr.layout:19 -#: lib/layouts/scrlttr2.layout:23 lib/layouts/agu_stdlists.inc:29 -#: lib/layouts/db_stdlists.inc:26 lib/layouts/scrclass.inc:37 -#: lib/layouts/stdlists.inc:65 lib/layouts/svcommon.inc:596 -#: lib/ui/stdtoolbars.inc:117 -msgid "Description" -msgstr "Popis" +#: lib/layouts/AEA.layout:91 +msgid "Publication Issue:" +msgstr "Publication Issue:" -#: lib/layouts/aa.layout:65 lib/layouts/aapaper.layout:59 -#: lib/layouts/aastex.layout:95 lib/layouts/apa6.layout:455 -#: lib/layouts/apa6.layout:478 lib/layouts/apa6.layout:502 -#: lib/layouts/apa.layout:355 lib/layouts/apa.layout:377 -#: lib/layouts/apa.layout:401 lib/layouts/beamer.layout:81 -#: lib/layouts/beamer.layout:114 lib/layouts/beamer.layout:153 -#: lib/layouts/egs.layout:136 lib/layouts/egs.layout:154 -#: lib/layouts/egs.layout:178 lib/layouts/ijmpc.layout:279 -#: lib/layouts/ijmpc.layout:299 lib/layouts/ijmpd.layout:282 -#: lib/layouts/ijmpd.layout:302 lib/layouts/scrlettr.layout:34 -#: lib/layouts/scrlttr2.layout:39 lib/layouts/simplecv.layout:87 -#: lib/layouts/scrclass.inc:44 lib/layouts/stdlists.inc:14 -#: lib/layouts/stdlists.inc:39 lib/layouts/stdlists.inc:66 -#: lib/layouts/stdlists.inc:95 lib/layouts/stdlyxlist.inc:7 -#: lib/layouts/enumitem.module:83 lib/ui/stdtoolbars.inc:116 -msgid "List" -msgstr "Seznam" - -#: lib/layouts/aa.layout:69 lib/layouts/aa.layout:266 -#: lib/layouts/aapaper.layout:78 lib/layouts/aapaper.layout:172 -#: lib/layouts/aastex.layout:98 lib/layouts/aastex.layout:220 -#: lib/layouts/achemso.layout:56 lib/layouts/acmsiggraph.layout:141 -#: lib/layouts/agutex.layout:56 lib/layouts/apa6.layout:38 -#: lib/layouts/apa.layout:41 lib/layouts/beamer.layout:877 -#: lib/layouts/broadway.layout:187 lib/layouts/cl2emult.layout:41 -#: lib/layouts/docbook-book.layout:12 lib/layouts/docbook-chapter.layout:10 -#: lib/layouts/docbook-section.layout:10 lib/layouts/ectaart.layout:16 -#: lib/layouts/egs.layout:263 lib/layouts/elsarticle.layout:82 -#: lib/layouts/elsart.layout:93 lib/layouts/entcs.layout:40 -#: lib/layouts/foils.layout:127 lib/layouts/hollywood.layout:333 -#: lib/layouts/IEEEtran.layout:66 lib/layouts/ijmpc.layout:107 -#: lib/layouts/ijmpd.layout:112 lib/layouts/iopart.layout:58 -#: lib/layouts/isprs.layout:94 lib/layouts/jasatex.layout:60 -#: lib/layouts/kluwer.layout:113 lib/layouts/latex8.layout:39 -#: lib/layouts/llncs.layout:108 lib/layouts/ltugboat.layout:140 -#: lib/layouts/moderncv.layout:84 lib/layouts/paper.layout:112 -#: lib/layouts/powerdot.layout:42 lib/layouts/revtex4-1.layout:212 -#: lib/layouts/revtex4.layout:116 lib/layouts/revtex.layout:96 -#: lib/layouts/scrlettr.layout:193 lib/layouts/scrlttr2.layout:275 -#: lib/layouts/siamltex.layout:192 lib/layouts/simplecv.layout:131 -#: lib/layouts/svmult.layout:47 lib/layouts/svprobth.layout:80 -#: lib/layouts/tufte-book.layout:35 lib/layouts/agu_stdtitle.inc:247 -#: lib/layouts/amsdefs.inc:24 lib/layouts/db_stdtitle.inc:13 -#: lib/layouts/scrclass.inc:175 lib/layouts/stdtitle.inc:14 -#: lib/layouts/svcommon.inc:57 lib/layouts/svcommon.inc:323 -msgid "Title" -msgstr "Titulek" - -#: lib/layouts/aa.layout:72 lib/layouts/aa.layout:121 -#: lib/layouts/aapaper.layout:81 lib/layouts/beamer.layout:909 -#: lib/layouts/kluwer.layout:132 lib/layouts/llncs.layout:131 -#: lib/layouts/sigplanconf.layout:127 lib/layouts/svprobth.layout:89 -#: lib/layouts/aapaper.inc:9 lib/layouts/scrclass.inc:182 -#: lib/layouts/svcommon.inc:332 -msgid "Subtitle" -msgstr "Podtitulek" - -#: lib/layouts/aa.layout:75 lib/layouts/aa.layout:278 -#: lib/layouts/aapaper.layout:84 lib/layouts/aapaper.layout:183 -#: lib/layouts/aastex.layout:101 lib/layouts/aastex.layout:232 -#: lib/layouts/achemso.layout:82 lib/layouts/acmsiggraph.layout:151 -#: lib/layouts/apa6.layout:74 lib/layouts/apa.layout:119 -#: lib/layouts/beamer.layout:933 lib/layouts/broadway.layout:202 -#: lib/layouts/cl2emult.layout:60 lib/layouts/ectaart.layout:109 -#: lib/layouts/ectaart.layout:184 lib/layouts/ectaart.layout:187 -#: lib/layouts/egs.layout:306 lib/layouts/elsarticle.layout:149 -#: lib/layouts/elsart.layout:115 lib/layouts/entcs.layout:51 -#: lib/layouts/foils.layout:135 lib/layouts/hollywood.layout:320 -#: lib/layouts/IEEEtran.layout:117 lib/layouts/ijmpc.layout:126 -#: lib/layouts/ijmpd.layout:131 lib/layouts/iopart.layout:131 -#: lib/layouts/isprs.layout:77 lib/layouts/jasatex.layout:85 -#: lib/layouts/kluwer.layout:168 lib/layouts/llncs.layout:183 -#: lib/layouts/ltugboat.layout:160 lib/layouts/paper.layout:122 -#: lib/layouts/powerdot.layout:66 lib/layouts/revtex.layout:104 -#: lib/layouts/siamltex.layout:217 lib/layouts/sigplanconf.layout:137 -#: lib/layouts/svmult.layout:79 lib/layouts/svprobth.layout:97 -#: lib/layouts/tufte-book.layout:39 lib/layouts/agu_stdtitle.inc:168 -#: lib/layouts/amsdefs.inc:50 lib/layouts/db_stdtitle.inc:21 -#: lib/layouts/scrclass.inc:191 lib/layouts/stdtitle.inc:35 -#: lib/layouts/svcommon.inc:343 -msgid "Author" -msgstr "Autor" - -#: lib/layouts/aa.layout:78 lib/layouts/aa.layout:143 -#: lib/layouts/aapaper.layout:87 lib/layouts/dinbrief.layout:264 -#: lib/layouts/ectaart.layout:63 lib/layouts/egs.layout:250 -#: lib/layouts/elsarticle.layout:223 lib/layouts/entcs.layout:61 -#: lib/layouts/europecv.layout:65 lib/layouts/g-brief2.layout:40 -#: lib/layouts/g-brief2.layout:775 lib/layouts/g-brief.layout:182 -#: lib/layouts/ijmpc.layout:144 lib/layouts/iopart.layout:150 -#: lib/layouts/isprs.layout:112 lib/layouts/kluwer.layout:186 -#: lib/layouts/moderncv.layout:105 lib/layouts/revtex4-1.layout:120 -#: lib/layouts/revtex4.layout:180 lib/layouts/revtex.layout:122 -#: lib/layouts/RJournal.layout:60 lib/layouts/scrlettr.layout:144 -#: lib/layouts/scrlttr2.layout:49 lib/layouts/siamltex.layout:286 -#: lib/layouts/aapaper.inc:29 lib/layouts/amsdefs.inc:121 -#: lib/layouts/lyxmacros.inc:44 -msgid "Address" -msgstr "Adresa" - -#: lib/layouts/aa.layout:81 lib/layouts/aa.layout:161 -#: lib/layouts/aapaper.layout:93 lib/layouts/aapaper.inc:63 -msgid "Offprint" -msgstr "Offprint" - -#: lib/layouts/aa.layout:84 lib/layouts/aa.layout:184 -#: lib/layouts/svglobal.layout:134 lib/layouts/svjog.layout:138 -#: lib/layouts/svprobth.layout:168 -msgid "Mail" -msgstr "Mail" - -#: lib/layouts/aa.layout:87 lib/layouts/aa.layout:289 -#: lib/layouts/aapaper.layout:99 lib/layouts/aapaper.layout:194 -#: lib/layouts/aastex.layout:113 lib/layouts/aastex.layout:244 -#: lib/layouts/beamer.layout:998 lib/layouts/dinbrief.layout:161 -#: lib/layouts/egs.layout:485 lib/layouts/foils.layout:142 -#: lib/layouts/frletter.layout:22 lib/layouts/g-brief2.layout:54 -#: lib/layouts/g-brief2.layout:862 lib/layouts/g-brief.layout:191 -#: lib/layouts/jasatex.layout:147 lib/layouts/kluwer.layout:152 -#: lib/layouts/lettre.layout:52 lib/layouts/lettre.layout:214 -#: lib/layouts/moderncv.layout:520 lib/layouts/powerdot.layout:88 -#: lib/layouts/revtex4-1.layout:164 lib/layouts/revtex4.layout:124 -#: lib/layouts/revtex.layout:112 lib/layouts/scrlettr.layout:165 -#: lib/layouts/scrlttr2.layout:243 lib/layouts/siamltex.layout:236 -#: lib/layouts/tufte-book.layout:43 lib/layouts/agu_stdtitle.inc:239 -#: lib/layouts/amsdefs.inc:70 lib/layouts/db_stdtitle.inc:35 -#: lib/layouts/scrclass.inc:198 lib/layouts/stdtitle.inc:54 -#: lib/layouts/svcommon.inc:369 lib/ui/stdmenus.inc:381 -#: lib/external_templates:343 lib/external_templates:344 -#: lib/external_templates:348 -msgid "Date" -msgstr "Datum" - -#: lib/layouts/aa.layout:90 lib/layouts/aa.layout:324 -#: lib/layouts/aa.layout:340 lib/layouts/aapaper.layout:102 -#: lib/layouts/aapaper.layout:205 lib/layouts/aastex.layout:116 -#: lib/layouts/aastex.layout:255 lib/layouts/acmsiggraph.layout:194 -#: lib/layouts/acmsiggraph.layout:210 lib/layouts/AEA.layout:101 -#: lib/layouts/agutex.layout:137 lib/layouts/apa6.layout:228 -#: lib/layouts/apa.layout:73 lib/layouts/cl2emult.layout:85 -#: lib/layouts/cl2emult.layout:96 lib/layouts/ectaart.layout:43 -#: lib/layouts/ectaart.layout:56 lib/layouts/egs.layout:500 -#: lib/layouts/elsarticle.layout:257 lib/layouts/elsarticle.layout:274 -#: lib/layouts/elsart.layout:218 lib/layouts/elsart.layout:233 -#: lib/layouts/entcs.layout:86 lib/layouts/foils.layout:149 -#: lib/layouts/IEEEtran-CompSoc.layout:48 lib/layouts/IEEEtran.layout:254 -#: lib/layouts/IEEEtran-TransMag.layout:27 lib/layouts/ijmpc.layout:207 -#: lib/layouts/ijmpd.layout:214 lib/layouts/iopart.layout:175 -#: lib/layouts/iopart.layout:192 lib/layouts/isprs.layout:26 -#: lib/layouts/jasatex.layout:166 lib/layouts/jasatex.layout:183 -#: lib/layouts/kluwer.layout:263 lib/layouts/latex8.layout:109 -#: lib/layouts/llncs.layout:247 lib/layouts/ltugboat.layout:177 -#: lib/layouts/ltugboat.layout:191 lib/layouts/paper.layout:132 -#: lib/layouts/revtex4-1.layout:74 lib/layouts/revtex4.layout:233 -#: lib/layouts/revtex.layout:141 lib/layouts/RJournal.layout:36 -#: lib/layouts/siamltex.layout:259 lib/layouts/sigplanconf.layout:185 -#: lib/layouts/sigplanconf.layout:201 lib/layouts/spie.layout:76 -#: lib/layouts/svglobal.layout:150 lib/layouts/svjog.layout:154 -#: lib/layouts/svmono.layout:21 lib/layouts/svmult.layout:96 -#: lib/layouts/svmult.layout:100 lib/layouts/svprobth.layout:184 -#: lib/layouts/tufte-handout.layout:49 lib/layouts/tufte-handout.layout:64 -#: lib/layouts/agu_stdtitle.inc:194 lib/layouts/amsdefs.inc:94 -#: lib/layouts/db_stdstruct.inc:11 lib/layouts/scrclass.inc:252 +#: lib/layouts/AEA.layout:94 lib/layouts/IEEEtran.layout:188 +#: lib/layouts/aa.layout:88 lib/layouts/aa.layout:322 +#: lib/layouts/aa.layout:338 lib/layouts/aapaper.layout:100 +#: lib/layouts/aapaper.layout:203 lib/layouts/aastex.layout:113 +#: lib/layouts/aastex.layout:252 lib/layouts/achemso.layout:186 +#: lib/layouts/achemso.layout:203 lib/layouts/acmsiggraph.layout:110 +#: lib/layouts/acmsiggraph.layout:126 lib/layouts/agutex.layout:130 +#: lib/layouts/apa.layout:70 lib/layouts/cl2emult.layout:81 +#: lib/layouts/cl2emult.layout:92 lib/layouts/ectaart.layout:42 +#: lib/layouts/ectaart.layout:55 lib/layouts/egs.layout:484 +#: lib/layouts/elsart.layout:205 lib/layouts/elsart.layout:220 +#: lib/layouts/elsarticle.layout:247 lib/layouts/elsarticle.layout:264 +#: lib/layouts/entcs.layout:85 lib/layouts/foils.layout:147 +#: lib/layouts/ijmpc.layout:200 lib/layouts/ijmpd.layout:207 +#: lib/layouts/iopart.layout:170 lib/layouts/iopart.layout:187 +#: lib/layouts/isprs.layout:25 lib/layouts/jasatex.layout:156 +#: lib/layouts/jasatex.layout:173 lib/layouts/kluwer.layout:259 +#: lib/layouts/latex8.layout:107 lib/layouts/llncs.layout:242 +#: lib/layouts/ltugboat.layout:171 lib/layouts/ltugboat.layout:185 +#: lib/layouts/paper.layout:130 lib/layouts/revtex.layout:139 +#: lib/layouts/revtex4-1.layout:73 lib/layouts/revtex4.layout:223 +#: lib/layouts/siamltex.layout:251 lib/layouts/sigplanconf.layout:153 +#: lib/layouts/sigplanconf.layout:169 lib/layouts/spie.layout:75 +#: lib/layouts/svglobal.layout:149 lib/layouts/svjog.layout:153 +#: lib/layouts/svmono.layout:20 lib/layouts/svmult.layout:95 +#: lib/layouts/svmult.layout:99 lib/layouts/svprobth.layout:183 +#: lib/layouts/tufte-handout.layout:45 lib/layouts/tufte-handout.layout:60 +#: lib/layouts/agu_stdtitle.inc:193 lib/layouts/amsdefs.inc:91 +#: lib/layouts/db_stdstruct.inc:11 lib/layouts/scrclass.inc:239 #: lib/layouts/stdstruct.inc:12 lib/layouts/stdstruct.inc:27 -#: lib/layouts/svcommon.inc:427 lib/layouts/svcommon.inc:433 -#: src/output_plaintext.cpp:141 +#: lib/layouts/svcommon.inc:422 lib/layouts/svcommon.inc:428 +#: src/output_plaintext.cpp:138 msgid "Abstract" msgstr "Abstrakt" -#: lib/layouts/aa.layout:93 lib/layouts/aa.layout:207 -#: lib/layouts/aapaper.layout:105 lib/layouts/achemso.layout:231 -#: lib/layouts/achemso.layout:238 lib/layouts/AEA.layout:105 -#: lib/layouts/egs.layout:548 lib/layouts/elsart.layout:439 -#: lib/layouts/svmult.layout:147 lib/layouts/aapaper.inc:80 -#: lib/layouts/svcommon.inc:543 +#: lib/layouts/AEA.layout:98 lib/layouts/aa.layout:91 +#: lib/layouts/aa.layout:205 lib/layouts/aapaper.layout:103 +#: lib/layouts/egs.layout:530 lib/layouts/elsart.layout:424 +#: lib/layouts/svmult.layout:146 lib/layouts/aapaper.inc:80 +#: lib/layouts/svcommon.inc:535 #: lib/layouts/theorems-ams-extended-bytype.module:304 #: lib/layouts/theorems-ams-extended-bytype.module:313 #: lib/layouts/theorems-ams-extended-bytype.module:316 @@ -5576,863 +5233,47 @@ msgstr "Abstrakt" #: lib/layouts/theorems-ams-extended.module:302 #: lib/layouts/theorems-ams-extended.module:305 msgid "Acknowledgement" -msgstr "Poděkování" +msgstr "PoděkovĂĄnĂ­" -#: lib/layouts/aa.layout:96 lib/layouts/aa.layout:383 -#: lib/layouts/aapaper.layout:108 lib/layouts/aapaper.layout:222 -#: lib/layouts/agutex.layout:207 lib/layouts/beamer.layout:1045 -#: lib/layouts/book.layout:22 lib/layouts/book.layout:24 -#: lib/layouts/cl2emult.layout:107 lib/layouts/egs.layout:573 -#: lib/layouts/elsarticle.layout:307 lib/layouts/foils.layout:212 -#: lib/layouts/IEEEtran.layout:338 lib/layouts/ijmpc.layout:441 -#: lib/layouts/ijmpd.layout:454 lib/layouts/jasatex.layout:269 -#: lib/layouts/latex8.layout:127 lib/layouts/llncs.layout:269 -#: lib/layouts/memoir.layout:234 lib/layouts/memoir.layout:236 -#: lib/layouts/moderncv.layout:451 lib/layouts/mwbk.layout:23 -#: lib/layouts/mwbk.layout:25 lib/layouts/mwrep.layout:14 -#: lib/layouts/mwrep.layout:16 lib/layouts/powerdot.layout:351 -#: lib/layouts/recipebook.layout:47 lib/layouts/recipebook.layout:49 -#: lib/layouts/report.layout:13 lib/layouts/report.layout:15 -#: lib/layouts/scrbook.layout:23 lib/layouts/scrbook.layout:25 -#: lib/layouts/scrreprt.layout:12 lib/layouts/scrreprt.layout:14 -#: lib/layouts/siamltex.layout:325 lib/layouts/simplecv.layout:153 -#: lib/layouts/tufte-book.layout:248 lib/layouts/tufte-book.layout:250 -#: lib/layouts/aguplus.inc:172 lib/layouts/aguplus.inc:174 -#: lib/layouts/amsdefs.inc:199 lib/layouts/scrclass.inc:259 -#: lib/layouts/stdstruct.inc:53 lib/layouts/svcommon.inc:574 -#: src/frontends/qt4/GuiDocument.cpp:1405 -msgid "Bibliography" -msgstr "Literatura" - -#: lib/layouts/aa.layout:126 lib/layouts/aa.layout:149 -#: lib/layouts/aa.layout:164 lib/layouts/aa.layout:188 -#: lib/layouts/aa.layout:328 lib/layouts/aastex.layout:279 -#: lib/layouts/aastex.layout:296 lib/layouts/aastex.layout:341 -#: lib/layouts/aastex.layout:367 lib/layouts/aastex.layout:407 -#: lib/layouts/achemso.layout:59 lib/layouts/achemso.layout:85 -#: lib/layouts/acmsiggraph.layout:70 lib/layouts/acmsiggraph.layout:179 -#: lib/layouts/acmsiggraph.layout:198 lib/layouts/AEA.layout:51 -#: lib/layouts/AEA.layout:106 lib/layouts/agutex.layout:60 -#: lib/layouts/agutex.layout:77 lib/layouts/agutex.layout:118 -#: lib/layouts/agutex.layout:141 lib/layouts/apa6.layout:39 -#: lib/layouts/apa6.layout:52 lib/layouts/apa6.layout:75 -#: lib/layouts/apa6.layout:91 lib/layouts/apa6.layout:99 -#: lib/layouts/apa6.layout:107 lib/layouts/apa6.layout:114 -#: lib/layouts/apa6.layout:121 lib/layouts/apa6.layout:128 -#: lib/layouts/apa6.layout:150 lib/layouts/apa6.layout:171 -#: lib/layouts/apa6.layout:178 lib/layouts/apa6.layout:185 -#: lib/layouts/apa6.layout:192 lib/layouts/apa6.layout:199 -#: lib/layouts/apa6.layout:207 lib/layouts/apa6.layout:229 -#: lib/layouts/apa6.layout:251 lib/layouts/apa6.layout:275 -#: lib/layouts/apa.layout:42 lib/layouts/apa.layout:74 -#: lib/layouts/apa.layout:97 lib/layouts/apa.layout:120 -#: lib/layouts/apa.layout:136 lib/layouts/apa.layout:144 -#: lib/layouts/apa.layout:152 lib/layouts/apa.layout:160 -#: lib/layouts/apa.layout:182 lib/layouts/apa.layout:190 -#: lib/layouts/apa.layout:198 lib/layouts/broadway.layout:188 -#: lib/layouts/broadway.layout:203 lib/layouts/cl2emult.layout:42 -#: lib/layouts/cl2emult.layout:61 lib/layouts/cl2emult.layout:74 -#: lib/layouts/ectaart.layout:23 lib/layouts/ectaart.layout:48 -#: lib/layouts/ectaart.layout:74 lib/layouts/egs.layout:264 -#: lib/layouts/egs.layout:307 lib/layouts/egs.layout:501 -#: lib/layouts/elsarticle.layout:61 lib/layouts/elsarticle.layout:86 -#: lib/layouts/elsarticle.layout:130 lib/layouts/elsarticle.layout:152 -#: lib/layouts/elsarticle.layout:226 lib/layouts/elsarticle.layout:261 -#: lib/layouts/elsarticle.layout:290 lib/layouts/elsart.layout:94 -#: lib/layouts/elsart.layout:116 lib/layouts/entcs.layout:75 -#: lib/layouts/europecv.layout:35 lib/layouts/europecv.layout:188 -#: lib/layouts/IEEEtran-CompSoc.layout:21 -#: lib/layouts/IEEEtran-CompSoc.layout:63 lib/layouts/IEEEtran.layout:70 -#: lib/layouts/IEEEtran.layout:120 lib/layouts/IEEEtran.layout:218 -#: lib/layouts/IEEEtran.layout:258 lib/layouts/IEEEtran.layout:321 -#: lib/layouts/IEEEtran-TransMag.layout:22 -#: lib/layouts/IEEEtran-TransMag.layout:42 lib/layouts/ijmpc.layout:68 -#: lib/layouts/ijmpc.layout:93 lib/layouts/ijmpc.layout:111 -#: lib/layouts/ijmpc.layout:129 lib/layouts/ijmpc.layout:163 -#: lib/layouts/ijmpc.layout:211 lib/layouts/ijmpd.layout:73 -#: lib/layouts/ijmpd.layout:98 lib/layouts/ijmpd.layout:116 -#: lib/layouts/ijmpd.layout:134 lib/layouts/ijmpd.layout:153 -#: lib/layouts/ijmpd.layout:218 lib/layouts/ijmpd.layout:230 -#: lib/layouts/iopart.layout:62 lib/layouts/iopart.layout:135 -#: lib/layouts/iopart.layout:154 lib/layouts/iopart.layout:179 -#: lib/layouts/iopart.layout:208 lib/layouts/jasatex.layout:64 -#: lib/layouts/jasatex.layout:89 lib/layouts/jasatex.layout:109 -#: lib/layouts/jasatex.layout:150 lib/layouts/jasatex.layout:170 -#: lib/layouts/jasatex.layout:199 lib/layouts/kluwer.layout:114 -#: lib/layouts/kluwer.layout:169 lib/layouts/latex8.layout:90 -#: lib/layouts/llncs.layout:109 lib/layouts/llncs.layout:184 -#: lib/layouts/llncs.layout:221 lib/layouts/llncs.layout:248 -#: lib/layouts/ltugboat.layout:141 lib/layouts/ltugboat.layout:161 -#: lib/layouts/moderncv.layout:40 lib/layouts/moderncv.layout:67 -#: lib/layouts/moderncv.layout:87 lib/layouts/moderncv.layout:431 -#: lib/layouts/revtex4-1.layout:80 lib/layouts/revtex4-1.layout:174 -#: lib/layouts/revtex4-1.layout:193 lib/layouts/revtex4.layout:104 -#: lib/layouts/revtex4.layout:134 lib/layouts/revtex4.layout:260 -#: lib/layouts/RJournal.layout:61 lib/layouts/siamltex.layout:287 -#: lib/layouts/siamltex.layout:307 lib/layouts/sigplanconf.layout:73 -#: lib/layouts/sigplanconf.layout:141 lib/layouts/sigplanconf.layout:189 -#: lib/layouts/simplecv.layout:132 lib/layouts/svmult.layout:49 -#: lib/layouts/svmult.layout:99 lib/layouts/tufte-handout.layout:53 -#: lib/layouts/agu_stdtitle.inc:129 lib/layouts/amsdefs.inc:25 -#: lib/layouts/amsdefs.inc:51 lib/layouts/amsdefs.inc:71 -#: lib/layouts/amsdefs.inc:95 lib/layouts/amsdefs.inc:122 -#: lib/layouts/lyxmacros.inc:45 lib/layouts/lyxmacros.inc:66 -#: lib/layouts/stdstruct.inc:16 lib/layouts/stdtitle.inc:17 -#: lib/layouts/stdtitle.inc:38 lib/layouts/stdtitle.inc:57 -#: lib/layouts/svcommon.inc:353 lib/layouts/svcommon.inc:377 -#: lib/layouts/svcommon.inc:428 lib/layouts/svcommon.inc:465 -#: lib/layouts/svcommon.inc:483 lib/layouts/svcommon.inc:504 -#: lib/layouts/svcommon.inc:531 lib/layouts/bicaption.module:13 -msgid "FrontMatter" -msgstr "Úvodní část" - -#: lib/layouts/aa.layout:170 lib/layouts/aapaper.inc:71 -msgid "Offprint Requests to:" -msgstr "Offprint Requests to:" - -#: lib/layouts/aa.layout:193 -msgid "Correspondence to:" -msgstr "Correspondence to:" - -#: lib/layouts/aa.layout:211 lib/layouts/aastex.layout:382 -#: lib/layouts/aastex.layout:466 lib/layouts/aastex.layout:498 -#: lib/layouts/achemso.layout:234 lib/layouts/acmsiggraph.layout:299 -#: lib/layouts/agutex.layout:158 lib/layouts/agutex.layout:168 -#: lib/layouts/agutex.layout:188 lib/layouts/agutex.layout:211 -#: lib/layouts/apa.layout:213 lib/layouts/beamer.layout:1046 -#: lib/layouts/egs.layout:523 lib/layouts/egs.layout:574 -#: lib/layouts/elsarticle.layout:311 lib/layouts/europecv.layout:288 -#: lib/layouts/IEEEtran.layout:304 lib/layouts/IEEEtran.layout:342 -#: lib/layouts/IEEEtran.layout:365 lib/layouts/ijmpc.layout:421 -#: lib/layouts/ijmpc.layout:445 lib/layouts/ijmpd.layout:434 -#: lib/layouts/ijmpd.layout:458 lib/layouts/iopart.layout:248 -#: lib/layouts/iopart.layout:270 lib/layouts/iopart.layout:293 -#: lib/layouts/isprs.layout:210 lib/layouts/jasatex.layout:233 -#: lib/layouts/jasatex.layout:273 lib/layouts/kluwer.layout:306 -#: lib/layouts/llncs.layout:270 lib/layouts/moderncv.layout:452 -#: lib/layouts/powerdot.layout:352 lib/layouts/revtex4-1.layout:228 -#: lib/layouts/revtex4.layout:241 lib/layouts/siamltex.layout:326 -#: lib/layouts/sigplanconf.layout:217 lib/layouts/simplecv.layout:155 -#: lib/layouts/amsdefs.inc:200 lib/layouts/stdstruct.inc:57 -#: lib/layouts/svcommon.inc:544 lib/layouts/svcommon.inc:578 -msgid "BackMatter" -msgstr "Závěrečná část" - -#: lib/layouts/aa.layout:219 lib/layouts/egs.layout:537 -msgid "Acknowledgements." -msgstr "Acknowledgements." - -#: lib/layouts/aa.layout:301 -msgid "institutemark" -msgstr "institutemark" - -#: lib/layouts/aa.layout:305 lib/layouts/beamer.layout:981 -#, fuzzy -msgid "Institute Mark" -msgstr "InstituteMark" - -#: lib/layouts/aa.layout:354 lib/layouts/aastex.layout:119 -#: lib/layouts/aastex.layout:335 lib/layouts/achemso.layout:156 -#: lib/layouts/acmsiggraph.layout:163 lib/layouts/AEA.layout:95 -#: lib/layouts/apa6.layout:250 lib/layouts/elsarticle.layout:286 -#: lib/layouts/elsart.layout:64 lib/layouts/IEEEtran-CompSoc.layout:54 -#: lib/layouts/IEEEtran.layout:276 lib/layouts/IEEEtran-TransMag.layout:33 -#: lib/layouts/ijmpc.layout:220 lib/layouts/ijmpc.layout:224 -#: lib/layouts/ijmpd.layout:227 lib/layouts/iopart.layout:204 -#: lib/layouts/isprs.layout:53 lib/layouts/jasatex.layout:195 -#: lib/layouts/kluwer.layout:286 lib/layouts/paper.layout:174 -#: lib/layouts/revtex4-1.layout:173 lib/layouts/revtex4.layout:271 -#: lib/layouts/siamltex.layout:311 lib/layouts/sigplanconf.layout:178 -#: lib/layouts/spie.layout:42 lib/layouts/svglobal3.layout:57 -#: lib/layouts/svglobal3.layout:60 lib/layouts/svglobal.layout:114 -#: lib/layouts/svglobal.layout:117 lib/layouts/svjog.layout:118 -#: lib/layouts/svjog.layout:121 lib/layouts/svprobth.layout:148 -#: lib/layouts/svprobth.layout:151 lib/layouts/agu_stdtitle.inc:120 -#: lib/layouts/amsdefs.inc:164 lib/layouts/svcommon.inc:461 -#: lib/layouts/svcommon.inc:476 -msgid "Keywords" -msgstr "Keywords" - -#: lib/layouts/aa.layout:369 -#, fuzzy -msgid "Key Words." -msgstr "Key words." - -#: lib/layouts/aa.layout:391 lib/layouts/beamer.layout:955 -#: lib/layouts/cl2emult.layout:73 lib/layouts/llncs.layout:220 -#: lib/layouts/svcommon.inc:352 -msgid "Institute" -msgstr "Institute" - -#: lib/layouts/aa.layout:401 lib/layouts/scrlttr2.layout:203 -msgid "E-Mail" -msgstr "E-Mail" - -#: lib/layouts/aa.layout:412 lib/layouts/aa.layout:416 -#: lib/layouts/aapaper.layout:90 lib/layouts/aastex.layout:107 -#: lib/layouts/aastex.layout:362 lib/layouts/achemso.layout:95 -#: lib/layouts/ectaart.layout:73 lib/layouts/elsarticle.layout:243 -#: lib/layouts/europecv.layout:71 lib/layouts/iopart.layout:165 -#: lib/layouts/jasatex.layout:141 lib/layouts/latex8.layout:65 -#: lib/layouts/lettre.layout:46 lib/layouts/lettre.layout:399 -#: lib/layouts/llncs.layout:239 lib/layouts/moderncv.layout:143 -#: lib/layouts/RJournal.layout:73 lib/layouts/RJournal.layout:74 -#: lib/layouts/aapaper.inc:46 lib/layouts/amsdefs.inc:148 -#: lib/layouts/db_stdcharstyles.inc:71 lib/layouts/db_stdcharstyles.inc:73 -#: lib/layouts/svcommon.inc:676 lib/layouts/svcommon.inc:681 -msgid "Email" -msgstr "Email" - -#: lib/layouts/aapaper.layout:3 lib/layouts/aapaper.layout:14 -msgid "Astronomy & Astrophysics (V. 4, Obsolete)" -msgstr "" - -#: lib/layouts/aapaper.layout:96 lib/layouts/aapaper.inc:103 -#: lib/ui/stdtoolbars.inc:140 src/frontends/qt4/GuiThesaurus.cpp:47 -msgid "Thesaurus" -msgstr "Tezaurus" - -#: lib/layouts/aastex.layout:3 -msgid "American Astronomical Society (AASTeX)" -msgstr "" - -#: lib/layouts/aastex.layout:82 lib/layouts/agutex.layout:156 -#: lib/layouts/amsbook.layout:127 lib/layouts/apa6.layout:433 -#: lib/layouts/apa.layout:333 lib/layouts/egs.layout:75 -#: lib/layouts/kluwer.layout:91 lib/layouts/llncs.layout:75 -#: lib/layouts/ltugboat.layout:109 lib/layouts/memoir.layout:123 -#: lib/layouts/paper.layout:87 lib/layouts/revtex4-1.layout:61 -#: lib/layouts/revtex4.layout:82 lib/layouts/revtex.layout:70 -#: lib/layouts/aguplus.inc:59 lib/layouts/agu_stdsections.inc:60 -#: lib/layouts/db_stdsections.inc:52 lib/layouts/numrevtex.inc:33 -#: lib/layouts/scrclass.inc:96 lib/layouts/stdsections.inc:130 -#: lib/layouts/svcommon.inc:222 -msgid "Paragraph" -msgstr "Odstavec" - -#: lib/layouts/aastex.layout:104 lib/layouts/aastex.layout:275 -#: lib/layouts/achemso.layout:104 lib/layouts/apa6.layout:149 -#: lib/layouts/apa.layout:159 lib/layouts/jasatex.layout:105 -#: lib/layouts/latex8.layout:89 lib/layouts/moderncv.layout:299 -#: lib/layouts/moderncv.layout:300 lib/layouts/revtex4-1.layout:79 -#: lib/layouts/revtex4.layout:133 lib/layouts/sigplanconf.layout:159 -#: lib/layouts/aguplus.inc:65 lib/layouts/agu_stdtitle.inc:128 -msgid "Affiliation" -msgstr "Affiliation" - -#: lib/layouts/aastex.layout:110 lib/layouts/aastex.layout:402 -msgid "And" -msgstr "And" - -#: lib/layouts/aastex.layout:122 lib/layouts/aastex.layout:381 -#: lib/layouts/apa.layout:212 lib/layouts/egs.layout:522 -#: lib/layouts/elsart.layout:445 lib/layouts/isprs.layout:209 -#: lib/layouts/kluwer.layout:305 lib/layouts/kluwer.layout:317 -#: lib/layouts/aapaper.inc:91 lib/layouts/svcommon.inc:558 -#: lib/layouts/svcommon.inc:569 -msgid "Acknowledgements" -msgstr "Acknowledgements" - -#: lib/layouts/aastex.layout:125 lib/layouts/aastex.layout:462 -#: lib/layouts/IEEEtran.layout:327 lib/layouts/IEEEtran.layout:330 -#: lib/layouts/ijmpc.layout:418 lib/layouts/ijmpd.layout:431 -#: lib/layouts/kluwer.layout:326 lib/layouts/kluwer.layout:339 -#: src/rowpainter.cpp:548 -msgid "Appendix" -msgstr "Příloha" - -#: lib/layouts/aastex.layout:128 lib/layouts/aastex.layout:494 -#: lib/layouts/aastex.layout:507 lib/layouts/agutex.layout:222 -#: lib/layouts/beamer.layout:1059 lib/layouts/cl2emult.layout:121 -#: lib/layouts/egs.layout:588 lib/layouts/elsarticle.layout:322 -#: lib/layouts/IEEEtran.layout:353 lib/layouts/ijmpc.layout:456 -#: lib/layouts/ijmpd.layout:469 lib/layouts/iopart.layout:281 -#: lib/layouts/iopart.layout:296 lib/layouts/jasatex.layout:284 -#: lib/layouts/kluwer.layout:347 lib/layouts/kluwer.layout:359 -#: lib/layouts/llncs.layout:284 lib/layouts/moderncv.layout:466 -#: lib/layouts/siamltex.layout:340 lib/layouts/amsdefs.inc:214 -#: lib/layouts/stdstruct.inc:68 lib/layouts/svcommon.inc:589 -#: src/insets/InsetBibtex.cpp:934 src/insets/InsetBibtex.cpp:981 -#: src/output_plaintext.cpp:153 -msgid "References" -msgstr "Reference" - -#: lib/layouts/aastex.layout:131 lib/layouts/aastex.layout:422 -msgid "PlaceFigure" -msgstr "PlaceFigure" - -#: lib/layouts/aastex.layout:134 lib/layouts/aastex.layout:442 -msgid "PlaceTable" -msgstr "PlaceTable" - -#: lib/layouts/aastex.layout:137 lib/layouts/aastex.layout:562 -msgid "TableComments" -msgstr "TableComments" - -#: lib/layouts/aastex.layout:140 lib/layouts/aastex.layout:542 -msgid "TableRefs" -msgstr "TableRefs" - -#: lib/layouts/aastex.layout:144 lib/layouts/aastex.layout:482 -msgid "MathLetters" -msgstr "MathLetters" - -#: lib/layouts/aastex.layout:147 lib/layouts/aastex.layout:521 -msgid "NoteToEditor" -msgstr "NoteToEditor" - -#: lib/layouts/aastex.layout:150 lib/layouts/aastex.layout:640 -msgid "Facility" -msgstr "Facility" - -#: lib/layouts/aastex.layout:153 lib/layouts/aastex.layout:666 -msgid "Objectname" -msgstr "Objectname" - -#: lib/layouts/aastex.layout:156 lib/layouts/aastex.layout:696 -msgid "Dataset" -msgstr "Dataset" - -#: lib/layouts/aastex.layout:292 -msgid "Altaffilation" -msgstr "Altaffilation" - -#: lib/layouts/aastex.layout:301 lib/layouts/agutex.layout:124 -#: src/mathed/InsetMathHull.cpp:1401 src/mathed/InsetMathHull.cpp:1410 -msgid "Number" -msgstr "Číslo" - -#: lib/layouts/aastex.layout:302 -msgid "Consecutive number for the alternative affiliations" -msgstr "" - -#: lib/layouts/aastex.layout:306 -msgid "Alternative affiliation:" -msgstr "Alternative affiliation:" - -#: lib/layouts/aastex.layout:313 -msgid "altaffilmark" -msgstr "altaffilmark" - -#: lib/layouts/aastex.layout:317 -msgid "altaffiliation mark" -msgstr "altaffiliation mark" - -#: lib/layouts/aastex.layout:348 -msgid "Subject headings:" -msgstr "Subject headings:" - -#: lib/layouts/aastex.layout:392 -msgid "[Acknowledgements]" -msgstr "[Acknowledgements]" - -#: lib/layouts/aastex.layout:413 src/frontends/qt4/GuiDocument.cpp:2289 -#: src/frontends/qt4/GuiDocument.cpp:2301 -#: src/frontends/qt4/GuiDocument.cpp:2400 -#: src/frontends/qt4/GuiDocument.cpp:2419 -msgid "and" -msgstr "and" - -#: lib/layouts/aastex.layout:433 -msgid "Place Figure here:" -msgstr "Place Figure here:" - -#: lib/layouts/aastex.layout:453 -msgid "Place Table here:" -msgstr "Place Table here:" - -#: lib/layouts/aastex.layout:472 -msgid "[Appendix]" -msgstr "[Appendix]" - -#: lib/layouts/aastex.layout:533 -msgid "Note to Editor:" -msgstr "Note to Editor:" - -#: lib/layouts/aastex.layout:554 -msgid "References. ---" -msgstr "References. ---" - -#: lib/layouts/aastex.layout:574 -msgid "Note. ---" -msgstr "Note. ---" - -#: lib/layouts/aastex.layout:582 -msgid "Table note" -msgstr "Table note" - -#: lib/layouts/aastex.layout:590 -msgid "Table note:" -msgstr "Table note:" - -#: lib/layouts/aastex.layout:597 -msgid "tablenotemark" -msgstr "tablenotemark" - -#: lib/layouts/aastex.layout:601 -msgid "tablenote mark" -msgstr "tablenote mark" - -#: lib/layouts/aastex.layout:619 -msgid "FigCaption" -msgstr "FigCaption" - -#: lib/layouts/aastex.layout:620 -msgid "fig." -msgstr "" - -#: lib/layouts/aastex.layout:624 lib/layouts/achemso.layout:77 -#: lib/layouts/apa6.layout:355 lib/layouts/apa.layout:255 -#: lib/layouts/beamer.layout:207 lib/layouts/beamer.layout:257 -#: lib/layouts/beamer.layout:314 lib/layouts/beamer.layout:371 -#: lib/layouts/beamer.layout:891 lib/layouts/europecv.layout:135 -#: lib/layouts/iopart.layout:65 lib/layouts/jasatex.layout:74 -#: lib/layouts/memoir.layout:56 lib/layouts/revtex4-1.layout:214 -#: lib/layouts/siamltex.layout:205 lib/layouts/simplecv.layout:51 -#: lib/layouts/tufte-book.layout:80 lib/layouts/tufte-book.layout:107 -#: lib/layouts/tufte-handout.layout:40 lib/layouts/amsdefs.inc:38 -#: lib/layouts/scrclass.inc:118 lib/layouts/scrclass.inc:128 -#: lib/layouts/scrclass.inc:138 lib/layouts/scrclass.inc:273 -#: lib/layouts/scrclass.inc:293 lib/layouts/stdinsets.inc:524 -#: lib/layouts/stdsections.inc:31 lib/layouts/stdsections.inc:60 -#: lib/layouts/stdsections.inc:88 -msgid "Short Title|S" -msgstr "Krátký titulek" - -#: lib/layouts/aastex.layout:625 -#, fuzzy -msgid "The caption as it appears in the list of figures" -msgstr "Značka tak, jak se objeví v dokumentu" - -#: lib/layouts/aastex.layout:652 -msgid "Facility:" -msgstr "Facility:" - -#: lib/layouts/aastex.layout:678 -msgid "Obj:" -msgstr "Obj:" - -#: lib/layouts/aastex.layout:680 lib/layouts/aastex.layout:710 -msgid "Recognized Name" -msgstr "" - -#: lib/layouts/aastex.layout:681 -msgid "Separate the recognized name of an object from text" -msgstr "" - -#: lib/layouts/aastex.layout:708 -msgid "Dataset:" -msgstr "Dataset:" - -#: lib/layouts/aastex.layout:711 -msgid "Separate the dataset ID from text" -msgstr "" - -#: lib/layouts/achemso.layout:3 -msgid "American Chemical Society (ACS)" -msgstr "" - -#: lib/layouts/achemso.layout:78 -msgid "Short title which will appear in the running header" -msgstr "" - -#: lib/layouts/achemso.layout:111 -#, fuzzy -msgid "Short name" -msgstr "&Zkratka:" - -#: lib/layouts/achemso.layout:112 -#, fuzzy -msgid "Short name which appears in the footer of the title page" -msgstr "Tento řádek je patičkou na poslední stránce" - -#: lib/layouts/achemso.layout:116 -msgid "Alt Affiliation" -msgstr "Alt Affiliation" - -#: lib/layouts/achemso.layout:122 -msgid "Also Affiliation" -msgstr "Also Affiliation" - -#: lib/layouts/achemso.layout:128 lib/layouts/europecv.layout:93 -#: lib/layouts/lettre.layout:42 lib/layouts/lettre.layout:343 -#: lib/layouts/moderncv.layout:137 lib/layouts/scrlttr2.layout:195 -#: lib/configure.py:620 -msgid "Fax" -msgstr "Fax" - -#: lib/layouts/achemso.layout:134 lib/layouts/europecv.layout:96 -#: lib/layouts/lettre.layout:356 lib/layouts/moderncv.layout:140 -msgid "Fax:" -msgstr "Fax:" - -#: lib/layouts/achemso.layout:137 lib/layouts/dinbrief.layout:309 -#: lib/layouts/g-brief.layout:119 lib/layouts/moderncv.layout:131 -msgid "Phone" -msgstr "Phone" - -#: lib/layouts/achemso.layout:140 lib/layouts/g-brief.layout:122 -#: lib/layouts/moderncv.layout:134 -msgid "Phone:" -msgstr "Phone:" - -#: lib/layouts/achemso.layout:144 -msgid "Abbreviations" -msgstr "Abbreviations" - -#: lib/layouts/achemso.layout:150 -msgid "Abbreviations:" -msgstr "Abbreviations:" - -#: lib/layouts/achemso.layout:159 lib/layouts/acmsiggraph.layout:167 -#: lib/layouts/AEA.layout:98 lib/layouts/apa6.layout:266 -#: lib/layouts/ectaart.layout:127 lib/layouts/elsarticle.layout:299 -#: lib/layouts/ijmpd.layout:231 lib/layouts/iopart.layout:215 -#: lib/layouts/jasatex.layout:209 lib/layouts/kluwer.layout:293 -#: lib/layouts/paper.layout:177 lib/layouts/revtex4-1.layout:181 -#: lib/layouts/revtex4.layout:276 lib/layouts/sigplanconf.layout:181 -#: lib/layouts/spie.layout:49 lib/layouts/agu_stdtitle.inc:123 -msgid "Keywords:" -msgstr "Keywords:" - -#: lib/layouts/achemso.layout:165 lib/layouts/achemso.layout:176 -msgid "Scheme" -msgstr "Schéma" - -#: lib/layouts/achemso.layout:170 -msgid "List of Schemes" -msgstr "Seznam schémat" - -#: lib/layouts/achemso.layout:187 lib/layouts/achemso.layout:198 -msgid "Chart" -msgstr "Diagram" - -#: lib/layouts/achemso.layout:192 -msgid "List of Charts" -msgstr "Seznam diagramů" - -#: lib/layouts/achemso.layout:209 lib/layouts/achemso.layout:220 -msgid "Graph" -msgstr "Graf" - -#: lib/layouts/achemso.layout:214 -msgid "List of Graphs" -msgstr "Seznam grafů" - -#: lib/layouts/achemso.layout:248 -msgid "SupplementalInfo" -msgstr "SupplementalInfo" - -#: lib/layouts/achemso.layout:251 -msgid "Supporting Information Available" -msgstr "Supporting Information Available" - -#: lib/layouts/achemso.layout:254 -msgid "TOC entry" -msgstr "TOC entry" - -#: lib/layouts/achemso.layout:258 -msgid "Graphical TOC Entry" -msgstr "Graphical TOC Entry" - -#: lib/layouts/achemso.layout:262 -msgid "Bibnote" -msgstr "Bibnote" - -#: lib/layouts/achemso.layout:266 -msgid "bibnote" -msgstr "bibnote" - -#: lib/layouts/achemso.layout:285 -msgid "Chemistry" -msgstr "Chemistry" - -#: lib/layouts/achemso.layout:288 -msgid "chemistry" -msgstr "chemistry" - -#: lib/layouts/acmsiggraph.layout:3 -msgid "ACM SIGGRAPH" -msgstr "" - -#: lib/layouts/acmsiggraph.layout:66 -msgid "TOG online ID" -msgstr "" - -#: lib/layouts/acmsiggraph.layout:77 -#, fuzzy -msgid "Online ID:" -msgstr "Uvnitř řádky (inline)|U" - -#: lib/layouts/acmsiggraph.layout:85 -#, fuzzy -msgid "TOG volume" -msgstr "AGU-volume" - -#: lib/layouts/acmsiggraph.layout:88 -#, fuzzy -msgid "Volume number:" -msgstr "Žádné číslo" - -#: lib/layouts/acmsiggraph.layout:92 -#, fuzzy -msgid "TOG number" -msgstr "Žádné číslo" - -#: lib/layouts/acmsiggraph.layout:95 -#, fuzzy -msgid "Article number:" -msgstr "PACS number:" - -#: lib/layouts/acmsiggraph.layout:99 -msgid "TOG article DOI" -msgstr "" - -#: lib/layouts/acmsiggraph.layout:102 -#, fuzzy -msgid "Article DOI:" -msgstr "Article" - -#: lib/layouts/acmsiggraph.layout:106 -msgid "TOG project URL" -msgstr "" - -#: lib/layouts/acmsiggraph.layout:110 -msgid "Project URL:" -msgstr "" - -#: lib/layouts/acmsiggraph.layout:114 -msgid "TOG video URL" -msgstr "" - -#: lib/layouts/acmsiggraph.layout:117 -#, fuzzy -msgid "Video URL:" -msgstr "Sender URL:" - -#: lib/layouts/acmsiggraph.layout:121 -msgid "TOG data URL" -msgstr "" - -#: lib/layouts/acmsiggraph.layout:124 -#, fuzzy -msgid "Data URL:" -msgstr "URL:" - -#: lib/layouts/acmsiggraph.layout:128 -msgid "TOG code URL" -msgstr "" - -#: lib/layouts/acmsiggraph.layout:131 -#, fuzzy -msgid "Code URL:" -msgstr "Sender URL:" - -#: lib/layouts/acmsiggraph.layout:157 -#, fuzzy -msgid "PDF author" -msgstr "TOC author:" - -#: lib/layouts/acmsiggraph.layout:160 -#, fuzzy -msgid "PDF author:" -msgstr "TOC author:" - -#: lib/layouts/acmsiggraph.layout:175 -msgid "Teaser" -msgstr "Teaser" - -#: lib/layouts/acmsiggraph.layout:185 -msgid "Teaser image:" -msgstr "Teaser image:" - -#: lib/layouts/acmsiggraph.layout:222 -msgid "CR categories" -msgstr "CR categories" - -#: lib/layouts/acmsiggraph.layout:230 -#, fuzzy -msgid "CR Categories:" -msgstr "CR categories" - -#: lib/layouts/acmsiggraph.layout:238 -msgid "CRcat" -msgstr "CRcat" - -#: lib/layouts/acmsiggraph.layout:243 -msgid "CR category" -msgstr "CR category" - -#: lib/layouts/acmsiggraph.layout:260 -#, fuzzy -msgid "CR-number" -msgstr "msnumber" - -#: lib/layouts/acmsiggraph.layout:261 -#, fuzzy -msgid "Number of the category" -msgstr "Rozbalit do zadané úrovně" - -#: lib/layouts/acmsiggraph.layout:265 lib/layouts/acmsiggraph.layout:266 -#, fuzzy -msgid "Subcategory" -msgstr "CR category" - -#: lib/layouts/acmsiggraph.layout:270 -msgid "Third-level" -msgstr "" - -#: lib/layouts/acmsiggraph.layout:271 -msgid "Third-level of the category" -msgstr "" - -#: lib/layouts/acmsiggraph.layout:276 -#, fuzzy -msgid "ShortCite" -msgstr "ShortTitle" - -#: lib/layouts/acmsiggraph.layout:281 -#, fuzzy -msgid "Short cite" -msgstr "Krátký titulek|i" - -#: lib/layouts/acmsiggraph.layout:285 lib/layouts/elsart.layout:201 -#: lib/layouts/revtex4-1.layout:205 lib/layouts/revtex4.layout:194 -#: lib/layouts/amsdefs.inc:171 -msgid "Thanks" -msgstr "Thanks" - -#: lib/layouts/acmsiggraph.layout:289 -#, fuzzy -msgid "E-mail" -msgstr "E-mail:" - -#: lib/layouts/acmsiggraph.layout:296 lib/layouts/acmsiggraph.layout:303 -#: lib/layouts/agutex.layout:184 lib/layouts/apa6.layout:302 -#: lib/layouts/apa.layout:234 lib/layouts/iopart.layout:244 -#: lib/layouts/iopart.layout:258 lib/layouts/jasatex.layout:230 -#: lib/layouts/jasatex.layout:236 lib/layouts/revtex4-1.layout:226 -#: lib/layouts/revtex4.layout:240 lib/layouts/revtex4.layout:250 -#: lib/layouts/sigplanconf.layout:213 lib/layouts/sigplanconf.layout:220 -#: lib/layouts/spie.layout:91 -msgid "Acknowledgments" -msgstr "Acknowledgments" - -#: lib/layouts/AEA.layout:3 -msgid "American Economic Association (AEA)" -msgstr "" - -#: lib/layouts/AEA.layout:50 lib/layouts/apa6.layout:51 -#: lib/layouts/apa.layout:96 -msgid "ShortTitle" -msgstr "ShortTitle" - -#: lib/layouts/AEA.layout:58 -msgid "Publication Month" -msgstr "Publication Month" - -#: lib/layouts/AEA.layout:64 -msgid "Publication Month:" -msgstr "Publication Month:" - -#: lib/layouts/AEA.layout:71 -msgid "Publication Year" -msgstr "Publication Year" - -#: lib/layouts/AEA.layout:74 -msgid "Publication Year:" -msgstr "Publication Year:" - -#: lib/layouts/AEA.layout:77 -msgid "Publication Volume" -msgstr "Publication Volume" - -#: lib/layouts/AEA.layout:80 -msgid "Publication Volume:" -msgstr "Publication Volume:" - -#: lib/layouts/AEA.layout:83 -msgid "Publication Issue" -msgstr "Publication Issue" - -#: lib/layouts/AEA.layout:86 -msgid "Publication Issue:" -msgstr "Publication Issue:" - -#: lib/layouts/AEA.layout:89 -msgid "JEL" -msgstr "" - -#: lib/layouts/AEA.layout:92 -msgid "JEL:" -msgstr "" - -#: lib/layouts/AEA.layout:107 lib/layouts/egs.layout:562 +#: lib/layouts/AEA.layout:100 lib/layouts/egs.layout:544 #: lib/layouts/theorems-ams-extended-bytype.module:325 #: lib/layouts/theorems-ams-extended.module:296 msgid "Acknowledgement." -msgstr "Poděkování." +msgstr "PoděkovĂĄnĂ­." -#: lib/layouts/AEA.layout:112 -#, fuzzy -msgid "Figure Notes" -msgstr "Figures" - -#: lib/layouts/AEA.layout:119 -#, fuzzy -msgid "Figure Note" -msgstr "Obrázek" - -#: lib/layouts/AEA.layout:120 -msgid "Text of a note in a figure" -msgstr "" - -#: lib/layouts/AEA.layout:127 lib/layouts/apa6.layout:219 -#: lib/layouts/beamer.layout:1306 lib/layouts/powerdot.layout:217 -msgid "Note:" -msgstr "Note:" - -#: lib/layouts/AEA.layout:138 -#, fuzzy -msgid "Table Notes" -msgstr "Table note" - -#: lib/layouts/AEA.layout:142 -#, fuzzy -msgid "Table Note" -msgstr "Table note" - -#: lib/layouts/AEA.layout:143 -#, fuzzy -msgid "Text of a note in a table" -msgstr "Kurzor není v tabulce" - -#: lib/layouts/AEA.layout:147 lib/layouts/beamer.layout:1225 -#: lib/layouts/elsart.layout:272 lib/layouts/foils.layout:220 -#: lib/layouts/heb-article.layout:19 lib/layouts/ijmpc.layout:345 -#: lib/layouts/ijmpd.layout:351 lib/layouts/llncs.layout:425 -#: lib/layouts/siamltex.layout:68 lib/layouts/theorems-ams-bytype.inc:50 -#: lib/layouts/theorems-ams-bytype.inc:85 -#: lib/layouts/theorems-ams-bytype.inc:88 lib/layouts/theorems-ams.inc:24 -#: lib/layouts/theorems-ams.inc:59 lib/layouts/theorems-ams.inc:62 -#: lib/layouts/theorems-bytype.inc:26 lib/layouts/theorems-bytype.inc:61 -#: lib/layouts/theorems-bytype.inc:64 lib/layouts/theorems.inc:24 -#: lib/layouts/theorems.inc:59 lib/layouts/theorems.inc:62 -#: lib/layouts/theorems-order.inc:7 +#: lib/layouts/AEA.layout:105 lib/layouts/IEEEtran.layout:290 +#: lib/layouts/beamer.layout:1053 lib/layouts/elsart.layout:259 +#: lib/layouts/foils.layout:218 lib/layouts/heb-article.layout:18 +#: lib/layouts/ijmpc.layout:318 lib/layouts/ijmpc.layout:335 +#: lib/layouts/ijmpd.layout:321 lib/layouts/ijmpd.layout:341 +#: lib/layouts/llncs.layout:417 lib/layouts/siamltex.layout:66 +#: lib/layouts/siamltex.layout:116 lib/layouts/svcommon.inc:626 +#: lib/layouts/theorems-ams-bytype.inc:50 +#: lib/layouts/theorems-ams-bytype.inc:51 +#: lib/layouts/theorems-ams-bytype.inc:82 +#: lib/layouts/theorems-ams-bytype.inc:85 lib/layouts/theorems-ams.inc:24 +#: lib/layouts/theorems-ams.inc:25 lib/layouts/theorems-ams.inc:56 +#: lib/layouts/theorems-ams.inc:59 lib/layouts/theorems-bytype.inc:26 +#: lib/layouts/theorems-bytype.inc:27 lib/layouts/theorems-bytype.inc:58 +#: lib/layouts/theorems-bytype.inc:61 lib/layouts/theorems-case.inc:28 +#: lib/layouts/theorems-order.inc:7 lib/layouts/theorems-proof.inc:14 #: lib/layouts/theorems-starred-equivalents.inc:6 -#: lib/layouts/theorems-starred.inc:57 lib/layouts/theorems-starred.inc:60 +#: lib/layouts/theorems-starred.inc:24 lib/layouts/theorems-starred.inc:54 +#: lib/layouts/theorems-starred.inc:57 #: lib/layouts/theorems-without-preamble.inc:34 -#: lib/layouts/theorems-without-preamble.inc:65 -#: lib/layouts/theorems-without-preamble.inc:68 -#: lib/layouts/theorems-chap-bytype.module:54 -#: lib/layouts/theorems-chap.module:19 +#: lib/layouts/theorems-without-preamble.inc:35 +#: lib/layouts/theorems-without-preamble.inc:62 +#: lib/layouts/theorems-without-preamble.inc:65 lib/layouts/theorems.inc:24 +#: lib/layouts/theorems.inc:25 lib/layouts/theorems.inc:56 +#: lib/layouts/theorems.inc:59 lib/layouts/theorems-chap-bytype.module:54 +#: lib/layouts/theorems-chap.module:19 lib/layouts/theorems-named.module:13 #: lib/layouts/theorems-sec-bytype.module:54 #: lib/layouts/theorems-sec.module:18 msgid "Theorem" -msgstr "Věta" +msgstr "Věta" -#: lib/layouts/AEA.layout:154 lib/layouts/elsart.layout:358 -#: lib/layouts/powerdot.layout:524 lib/layouts/siamltex.layout:117 +#: lib/layouts/AEA.layout:112 lib/layouts/elsart.layout:343 +#: lib/layouts/powerdot.layout:397 lib/layouts/siamltex.layout:115 #: lib/layouts/stdfloats.inc:41 #: lib/layouts/theorems-ams-extended-bytype.module:94 #: lib/layouts/theorems-ams-extended-bytype.module:103 @@ -6447,7 +5288,7 @@ msgstr "V msgid "Algorithm" msgstr "Algoritmus" -#: lib/layouts/AEA.layout:161 +#: lib/layouts/AEA.layout:119 #: lib/layouts/theorems-ams-extended-bytype.module:129 #: lib/layouts/theorems-ams-extended-bytype.module:138 #: lib/layouts/theorems-ams-extended-bytype.module:141 @@ -6461,43 +5302,42 @@ msgstr "Algoritmus" msgid "Axiom" msgstr "Axiom" -#: lib/layouts/AEA.layout:168 lib/layouts/elsart.layout:429 -#: lib/layouts/llncs.layout:293 lib/layouts/theorems-case.inc:27 +#: lib/layouts/AEA.layout:126 lib/layouts/elsart.layout:414 +#: lib/layouts/llncs.layout:286 lib/layouts/theorems-case.inc:27 #: lib/layouts/theorems-case.inc:51 lib/layouts/theorems-case.inc:54 #: lib/layouts/theorems-order.inc:73 -#: lib/layouts/theorems-without-preamble.inc:344 -#: lib/layouts/theorems-without-preamble.inc:351 -#: lib/layouts/theorems-without-preamble.inc:354 -msgid "Case" -msgstr "Případ" - -#: lib/layouts/AEA.layout:172 lib/layouts/theorems-without-preamble.inc:348 -msgid "Case \\thecase." -msgstr "Případ \\thecase." - -#: lib/layouts/AEA.layout:178 lib/layouts/elsart.layout:414 -#: lib/layouts/heb-article.layout:67 lib/layouts/ijmpc.layout:387 -#: lib/layouts/ijmpd.layout:407 lib/layouts/llncs.layout:315 -#: lib/layouts/svmono.layout:81 lib/layouts/theorems-ams-bytype.inc:292 -#: lib/layouts/theorems-ams-bytype.inc:302 -#: lib/layouts/theorems-ams-bytype.inc:305 lib/layouts/theorems-ams.inc:260 -#: lib/layouts/theorems-ams.inc:269 lib/layouts/theorems-ams.inc:272 -#: lib/layouts/theorems-bytype.inc:268 lib/layouts/theorems-bytype.inc:278 -#: lib/layouts/theorems-bytype.inc:281 lib/layouts/theorems.inc:260 -#: lib/layouts/theorems.inc:269 lib/layouts/theorems.inc:272 -#: lib/layouts/theorems-order.inc:67 -#: lib/layouts/theorems-starred-equivalents.inc:76 -#: lib/layouts/theorems-starred.inc:261 lib/layouts/theorems-starred.inc:264 -#: lib/layouts/theorems-without-preamble.inc:329 -#: lib/layouts/theorems-without-preamble.inc:332 -#: lib/layouts/theorems-without-preamble.inc:334 #: lib/layouts/theorems-without-preamble.inc:337 +#: lib/layouts/theorems-without-preamble.inc:344 +#: lib/layouts/theorems-without-preamble.inc:347 +msgid "Case" +msgstr "Případ" + +#: lib/layouts/AEA.layout:130 lib/layouts/theorems-without-preamble.inc:341 +msgid "Case \\thecase." +msgstr "Case \\thecase." + +#: lib/layouts/AEA.layout:136 lib/layouts/elsart.layout:399 +#: lib/layouts/heb-article.layout:65 lib/layouts/ijmpc.layout:377 +#: lib/layouts/ijmpd.layout:397 lib/layouts/llncs.layout:307 +#: lib/layouts/svmono.layout:80 lib/layouts/theorems-ams-bytype.inc:289 +#: lib/layouts/theorems-ams-bytype.inc:299 +#: lib/layouts/theorems-ams-bytype.inc:302 lib/layouts/theorems-ams.inc:257 +#: lib/layouts/theorems-ams.inc:266 lib/layouts/theorems-ams.inc:269 +#: lib/layouts/theorems-bytype.inc:265 lib/layouts/theorems-bytype.inc:275 +#: lib/layouts/theorems-bytype.inc:278 lib/layouts/theorems-order.inc:67 +#: lib/layouts/theorems-starred-equivalents.inc:76 +#: lib/layouts/theorems-starred.inc:258 lib/layouts/theorems-starred.inc:261 +#: lib/layouts/theorems-without-preamble.inc:322 +#: lib/layouts/theorems-without-preamble.inc:325 +#: lib/layouts/theorems-without-preamble.inc:327 +#: lib/layouts/theorems-without-preamble.inc:330 lib/layouts/theorems.inc:257 +#: lib/layouts/theorems.inc:266 lib/layouts/theorems.inc:269 #: lib/layouts/theorems-chap-bytype.module:186 #: lib/layouts/theorems-sec-bytype.module:142 msgid "Claim" -msgstr "Tvrzení" +msgstr "TvrzenĂ­" -#: lib/layouts/AEA.layout:185 +#: lib/layouts/AEA.layout:143 #: lib/layouts/theorems-ams-extended-bytype.module:339 #: lib/layouts/theorems-ams-extended-bytype.module:348 #: lib/layouts/theorems-ams-extended-bytype.module:351 @@ -6509,9 +5349,9 @@ msgstr "Tvrzen #: lib/layouts/theorems-ams-extended.module:336 #: lib/layouts/theorems-ams-extended.module:339 msgid "Conclusion" -msgstr "Závěr" +msgstr "ZĂĄvěr" -#: lib/layouts/AEA.layout:193 +#: lib/layouts/AEA.layout:151 #: lib/layouts/theorems-ams-extended-bytype.module:164 #: lib/layouts/theorems-ams-extended-bytype.module:173 #: lib/layouts/theorems-ams-extended-bytype.module:176 @@ -6523,52 +5363,50 @@ msgstr "Z #: lib/layouts/theorems-ams-extended.module:166 #: lib/layouts/theorems-ams-extended.module:169 msgid "Condition" -msgstr "Podmínka" +msgstr "PodmĂ­nka" -#: lib/layouts/AEA.layout:201 lib/layouts/elsart.layout:379 -#: lib/layouts/ijmpc.layout:399 lib/layouts/ijmpd.layout:418 -#: lib/layouts/llncs.layout:322 lib/layouts/siamltex.layout:108 -#: lib/layouts/theorems-ams-bytype.inc:148 -#: lib/layouts/theorems-ams-bytype.inc:157 -#: lib/layouts/theorems-ams-bytype.inc:160 lib/layouts/theorems-ams.inc:122 -#: lib/layouts/theorems-ams.inc:132 lib/layouts/theorems-ams.inc:135 -#: lib/layouts/theorems-bytype.inc:124 lib/layouts/theorems-bytype.inc:133 -#: lib/layouts/theorems-bytype.inc:136 lib/layouts/theorems.inc:122 -#: lib/layouts/theorems.inc:132 lib/layouts/theorems.inc:135 -#: lib/layouts/theorems-order.inc:31 +#: lib/layouts/AEA.layout:159 lib/layouts/elsart.layout:364 +#: lib/layouts/ijmpc.layout:389 lib/layouts/ijmpd.layout:408 +#: lib/layouts/llncs.layout:314 lib/layouts/siamltex.layout:106 +#: lib/layouts/theorems-ams-bytype.inc:145 +#: lib/layouts/theorems-ams-bytype.inc:154 +#: lib/layouts/theorems-ams-bytype.inc:157 lib/layouts/theorems-ams.inc:119 +#: lib/layouts/theorems-ams.inc:129 lib/layouts/theorems-ams.inc:132 +#: lib/layouts/theorems-bytype.inc:121 lib/layouts/theorems-bytype.inc:130 +#: lib/layouts/theorems-bytype.inc:133 lib/layouts/theorems-order.inc:31 #: lib/layouts/theorems-starred-equivalents.inc:34 -#: lib/layouts/theorems-starred.inc:126 lib/layouts/theorems-starred.inc:129 -#: lib/layouts/theorems-without-preamble.inc:139 -#: lib/layouts/theorems-without-preamble.inc:152 -#: lib/layouts/theorems-without-preamble.inc:155 +#: lib/layouts/theorems-starred.inc:123 lib/layouts/theorems-starred.inc:126 +#: lib/layouts/theorems-without-preamble.inc:136 +#: lib/layouts/theorems-without-preamble.inc:149 +#: lib/layouts/theorems-without-preamble.inc:152 lib/layouts/theorems.inc:119 +#: lib/layouts/theorems.inc:129 lib/layouts/theorems.inc:132 #: lib/layouts/theorems-chap-bytype.module:102 #: lib/layouts/theorems-sec-bytype.module:86 msgid "Conjecture" -msgstr "Hypotéza" +msgstr "HypotĂŠza" -#: lib/layouts/AEA.layout:208 lib/layouts/beamer.layout:1151 -#: lib/layouts/elsart.layout:337 lib/layouts/foils.layout:253 -#: lib/layouts/heb-article.layout:57 lib/layouts/ijmpc.layout:364 -#: lib/layouts/ijmpd.layout:376 lib/layouts/llncs.layout:329 -#: lib/layouts/siamltex.layout:78 lib/layouts/theorems-ams-bytype.inc:94 -#: lib/layouts/theorems-ams-bytype.inc:104 -#: lib/layouts/theorems-ams-bytype.inc:107 lib/layouts/theorems-ams.inc:68 -#: lib/layouts/theorems-ams.inc:78 lib/layouts/theorems-ams.inc:81 -#: lib/layouts/theorems-bytype.inc:70 lib/layouts/theorems-bytype.inc:79 -#: lib/layouts/theorems-bytype.inc:82 lib/layouts/theorems.inc:68 -#: lib/layouts/theorems.inc:78 lib/layouts/theorems.inc:81 -#: lib/layouts/theorems-order.inc:13 +#: lib/layouts/AEA.layout:166 lib/layouts/beamer.layout:983 +#: lib/layouts/elsart.layout:322 lib/layouts/foils.layout:250 +#: lib/layouts/heb-article.layout:55 lib/layouts/ijmpc.layout:354 +#: lib/layouts/ijmpd.layout:366 lib/layouts/llncs.layout:321 +#: lib/layouts/siamltex.layout:76 lib/layouts/theorems-ams-bytype.inc:91 +#: lib/layouts/theorems-ams-bytype.inc:101 +#: lib/layouts/theorems-ams-bytype.inc:104 lib/layouts/theorems-ams.inc:65 +#: lib/layouts/theorems-ams.inc:75 lib/layouts/theorems-ams.inc:78 +#: lib/layouts/theorems-bytype.inc:67 lib/layouts/theorems-bytype.inc:76 +#: lib/layouts/theorems-bytype.inc:79 lib/layouts/theorems-order.inc:13 #: lib/layouts/theorems-starred-equivalents.inc:13 -#: lib/layouts/theorems-starred.inc:75 lib/layouts/theorems-starred.inc:78 -#: lib/layouts/theorems-without-preamble.inc:75 -#: lib/layouts/theorems-without-preamble.inc:81 -#: lib/layouts/theorems-without-preamble.inc:84 +#: lib/layouts/theorems-starred.inc:72 lib/layouts/theorems-starred.inc:75 +#: lib/layouts/theorems-without-preamble.inc:72 +#: lib/layouts/theorems-without-preamble.inc:78 +#: lib/layouts/theorems-without-preamble.inc:81 lib/layouts/theorems.inc:65 +#: lib/layouts/theorems.inc:75 lib/layouts/theorems.inc:78 #: lib/layouts/theorems-chap-bytype.module:66 #: lib/layouts/theorems-sec-bytype.module:62 msgid "Corollary" -msgstr "Důsledek" +msgstr "DĹŻsledek" -#: lib/layouts/AEA.layout:215 lib/layouts/elsart.layout:351 +#: lib/layouts/AEA.layout:173 lib/layouts/elsart.layout:336 #: lib/layouts/theorems-ams-extended-bytype.module:60 #: lib/layouts/theorems-ams-extended-bytype.module:69 #: lib/layouts/theorems-ams-extended-bytype.module:72 @@ -6580,95 +5418,91 @@ msgstr "D #: lib/layouts/theorems-ams-extended.module:62 #: lib/layouts/theorems-ams-extended.module:65 msgid "Criterion" -msgstr "Kritérium" +msgstr "KritĂŠrium" -#: lib/layouts/AEA.layout:223 lib/layouts/beamer.layout:1185 -#: lib/layouts/elsart.layout:365 lib/layouts/foils.layout:267 -#: lib/layouts/heb-article.layout:77 lib/layouts/llncs.layout:343 -#: lib/layouts/siamltex.layout:127 lib/layouts/theorems-ams-bytype.inc:184 -#: lib/layouts/theorems-ams-bytype.inc:200 -#: lib/layouts/theorems-ams-bytype.inc:203 lib/layouts/theorems-ams.inc:158 -#: lib/layouts/theorems-ams.inc:175 lib/layouts/theorems-ams.inc:178 -#: lib/layouts/theorems-bytype.inc:160 lib/layouts/theorems-bytype.inc:176 -#: lib/layouts/theorems-bytype.inc:179 lib/layouts/theorems.inc:158 -#: lib/layouts/theorems.inc:175 lib/layouts/theorems.inc:178 -#: lib/layouts/theorems-order.inc:37 +#: lib/layouts/AEA.layout:181 lib/layouts/beamer.layout:1011 +#: lib/layouts/elsart.layout:350 lib/layouts/foils.layout:264 +#: lib/layouts/heb-article.layout:75 lib/layouts/llncs.layout:335 +#: lib/layouts/siamltex.layout:125 lib/layouts/theorems-ams-bytype.inc:181 +#: lib/layouts/theorems-ams-bytype.inc:197 +#: lib/layouts/theorems-ams-bytype.inc:200 lib/layouts/theorems-ams.inc:155 +#: lib/layouts/theorems-ams.inc:172 lib/layouts/theorems-ams.inc:175 +#: lib/layouts/theorems-bytype.inc:157 lib/layouts/theorems-bytype.inc:173 +#: lib/layouts/theorems-bytype.inc:176 lib/layouts/theorems-order.inc:37 #: lib/layouts/theorems-starred-equivalents.inc:41 -#: lib/layouts/theorems-starred.inc:168 lib/layouts/theorems-starred.inc:171 -#: lib/layouts/theorems-without-preamble.inc:178 -#: lib/layouts/theorems-without-preamble.inc:192 -#: lib/layouts/theorems-without-preamble.inc:195 +#: lib/layouts/theorems-starred.inc:165 lib/layouts/theorems-starred.inc:168 +#: lib/layouts/theorems-without-preamble.inc:175 +#: lib/layouts/theorems-without-preamble.inc:189 +#: lib/layouts/theorems-without-preamble.inc:192 lib/layouts/theorems.inc:155 +#: lib/layouts/theorems.inc:172 lib/layouts/theorems.inc:175 #: lib/layouts/theorems-chap-bytype.module:126 #: lib/layouts/theorems-sec-bytype.module:102 msgid "Definition" msgstr "Definice" -#: lib/layouts/AEA.layout:230 lib/layouts/beamer.layout:1197 -#: lib/layouts/elsart.layout:386 lib/layouts/llncs.layout:350 -#: lib/layouts/theorems-ams-bytype.inc:209 -#: lib/layouts/theorems-ams-bytype.inc:219 -#: lib/layouts/theorems-ams-bytype.inc:222 lib/layouts/theorems-ams.inc:183 -#: lib/layouts/theorems-ams.inc:192 lib/layouts/theorems-ams.inc:195 -#: lib/layouts/theorems-bytype.inc:185 lib/layouts/theorems-bytype.inc:195 -#: lib/layouts/theorems-bytype.inc:198 lib/layouts/theorems.inc:183 -#: lib/layouts/theorems.inc:192 lib/layouts/theorems.inc:195 -#: lib/layouts/theorems-order.inc:43 +#: lib/layouts/AEA.layout:188 lib/layouts/beamer.layout:1023 +#: lib/layouts/elsart.layout:371 lib/layouts/llncs.layout:342 +#: lib/layouts/theorems-ams-bytype.inc:206 +#: lib/layouts/theorems-ams-bytype.inc:216 +#: lib/layouts/theorems-ams-bytype.inc:219 lib/layouts/theorems-ams.inc:180 +#: lib/layouts/theorems-ams.inc:189 lib/layouts/theorems-ams.inc:192 +#: lib/layouts/theorems-bytype.inc:182 lib/layouts/theorems-bytype.inc:192 +#: lib/layouts/theorems-bytype.inc:195 lib/layouts/theorems-order.inc:43 #: lib/layouts/theorems-starred-equivalents.inc:48 -#: lib/layouts/theorems-starred.inc:185 lib/layouts/theorems-starred.inc:188 -#: lib/layouts/theorems-without-preamble.inc:202 -#: lib/layouts/theorems-without-preamble.inc:209 -#: lib/layouts/theorems-without-preamble.inc:212 +#: lib/layouts/theorems-starred.inc:182 lib/layouts/theorems-starred.inc:185 +#: lib/layouts/theorems-without-preamble.inc:199 +#: lib/layouts/theorems-without-preamble.inc:206 +#: lib/layouts/theorems-without-preamble.inc:209 lib/layouts/theorems.inc:180 +#: lib/layouts/theorems.inc:189 lib/layouts/theorems.inc:192 #: lib/layouts/theorems-chap-bytype.module:138 #: lib/layouts/theorems-sec-bytype.module:110 -#: src/frontends/qt4/GuiDocument.cpp:1094 +#: src/frontends/qt4/GuiDocument.cpp:1137 msgid "Example" -msgstr "Příklad" +msgstr "Příklad" -#: lib/layouts/AEA.layout:237 lib/layouts/llncs.layout:357 -#: lib/layouts/theorems-ams-bytype.inc:247 -#: lib/layouts/theorems-ams-bytype.inc:257 -#: lib/layouts/theorems-ams-bytype.inc:260 lib/layouts/theorems-ams.inc:217 -#: lib/layouts/theorems-ams.inc:226 lib/layouts/theorems-ams.inc:229 -#: lib/layouts/theorems-bytype.inc:223 lib/layouts/theorems-bytype.inc:233 -#: lib/layouts/theorems-bytype.inc:236 lib/layouts/theorems.inc:217 -#: lib/layouts/theorems.inc:226 lib/layouts/theorems.inc:229 -#: lib/layouts/theorems-order.inc:55 +#: lib/layouts/AEA.layout:195 lib/layouts/llncs.layout:349 +#: lib/layouts/theorems-ams-bytype.inc:244 +#: lib/layouts/theorems-ams-bytype.inc:254 +#: lib/layouts/theorems-ams-bytype.inc:257 lib/layouts/theorems-ams.inc:214 +#: lib/layouts/theorems-ams.inc:223 lib/layouts/theorems-ams.inc:226 +#: lib/layouts/theorems-bytype.inc:220 lib/layouts/theorems-bytype.inc:230 +#: lib/layouts/theorems-bytype.inc:233 lib/layouts/theorems-order.inc:55 #: lib/layouts/theorems-starred-equivalents.inc:62 -#: lib/layouts/theorems-starred.inc:219 lib/layouts/theorems-starred.inc:222 -#: lib/layouts/theorems-without-preamble.inc:221 -#: lib/layouts/theorems-without-preamble.inc:240 +#: lib/layouts/theorems-starred.inc:216 lib/layouts/theorems-starred.inc:219 +#: lib/layouts/theorems-without-preamble.inc:218 +#: lib/layouts/theorems-without-preamble.inc:237 +#: lib/layouts/theorems-without-preamble.inc:290 #: lib/layouts/theorems-without-preamble.inc:297 -#: lib/layouts/theorems-without-preamble.inc:304 -#: lib/layouts/theorems-without-preamble.inc:307 +#: lib/layouts/theorems-without-preamble.inc:300 lib/layouts/theorems.inc:214 +#: lib/layouts/theorems.inc:223 lib/layouts/theorems.inc:226 #: lib/layouts/theorems-chap-bytype.module:162 #: lib/layouts/theorems-sec-bytype.module:126 msgid "Exercise" -msgstr "Cvičení" +msgstr "CvičenĂ­" -#: lib/layouts/AEA.layout:244 lib/layouts/elsart.layout:330 -#: lib/layouts/foils.layout:246 lib/layouts/heb-article.layout:47 -#: lib/layouts/ijmpc.layout:368 lib/layouts/ijmpd.layout:383 -#: lib/layouts/llncs.layout:364 lib/layouts/siamltex.layout:88 -#: lib/layouts/theorems-ams-bytype.inc:112 -#: lib/layouts/theorems-ams-bytype.inc:121 -#: lib/layouts/theorems-ams-bytype.inc:124 lib/layouts/theorems-ams.inc:86 -#: lib/layouts/theorems-ams.inc:96 lib/layouts/theorems-ams.inc:99 -#: lib/layouts/theorems-bytype.inc:88 lib/layouts/theorems-bytype.inc:97 -#: lib/layouts/theorems-bytype.inc:100 lib/layouts/theorems.inc:86 -#: lib/layouts/theorems.inc:96 lib/layouts/theorems.inc:99 -#: lib/layouts/theorems-order.inc:19 +#: lib/layouts/AEA.layout:202 lib/layouts/elsart.layout:315 +#: lib/layouts/foils.layout:243 lib/layouts/heb-article.layout:45 +#: lib/layouts/ijmpc.layout:358 lib/layouts/ijmpd.layout:373 +#: lib/layouts/llncs.layout:356 lib/layouts/siamltex.layout:86 +#: lib/layouts/theorems-ams-bytype.inc:109 +#: lib/layouts/theorems-ams-bytype.inc:118 +#: lib/layouts/theorems-ams-bytype.inc:121 lib/layouts/theorems-ams.inc:83 +#: lib/layouts/theorems-ams.inc:93 lib/layouts/theorems-ams.inc:96 +#: lib/layouts/theorems-bytype.inc:85 lib/layouts/theorems-bytype.inc:94 +#: lib/layouts/theorems-bytype.inc:97 lib/layouts/theorems-order.inc:19 #: lib/layouts/theorems-starred-equivalents.inc:20 -#: lib/layouts/theorems-starred.inc:92 lib/layouts/theorems-starred.inc:95 -#: lib/layouts/theorems-without-preamble.inc:91 -#: lib/layouts/theorems-without-preamble.inc:97 -#: lib/layouts/theorems-without-preamble.inc:100 +#: lib/layouts/theorems-starred.inc:89 lib/layouts/theorems-starred.inc:92 +#: lib/layouts/theorems-without-preamble.inc:88 +#: lib/layouts/theorems-without-preamble.inc:94 +#: lib/layouts/theorems-without-preamble.inc:97 lib/layouts/theorems.inc:83 +#: lib/layouts/theorems.inc:93 lib/layouts/theorems.inc:96 #: lib/layouts/theorems-chap-bytype.module:78 #: lib/layouts/theorems-sec-bytype.module:70 msgid "Lemma" msgstr "Lemma" -#: lib/layouts/AEA.layout:251 lib/layouts/agutex.layout:164 -#: lib/layouts/agutex.layout:176 +#: lib/layouts/AEA.layout:209 lib/layouts/agutex.layout:157 +#: lib/layouts/agutex.layout:169 #: lib/layouts/theorems-ams-extended-bytype.module:234 #: lib/layouts/theorems-ams-extended-bytype.module:243 #: lib/layouts/theorems-ams-extended-bytype.module:246 @@ -6680,91 +5514,85 @@ msgstr "Lemma" #: lib/layouts/theorems-ams-extended.module:234 #: lib/layouts/theorems-ams-extended.module:237 msgid "Notation" -msgstr "Značení" +msgstr "ZnačenĂ­" -#: lib/layouts/AEA.layout:259 lib/layouts/elsart.layout:393 -#: lib/layouts/llncs.layout:377 lib/layouts/theorems-ams-bytype.inc:228 -#: lib/layouts/theorems-ams-bytype.inc:238 -#: lib/layouts/theorems-ams-bytype.inc:241 lib/layouts/theorems-ams.inc:200 -#: lib/layouts/theorems-ams.inc:209 lib/layouts/theorems-ams.inc:212 -#: lib/layouts/theorems-bytype.inc:204 lib/layouts/theorems-bytype.inc:214 -#: lib/layouts/theorems-bytype.inc:217 lib/layouts/theorems.inc:200 -#: lib/layouts/theorems.inc:209 lib/layouts/theorems.inc:212 -#: lib/layouts/theorems-order.inc:49 +#: lib/layouts/AEA.layout:217 lib/layouts/elsart.layout:378 +#: lib/layouts/llncs.layout:369 lib/layouts/theorems-ams-bytype.inc:225 +#: lib/layouts/theorems-ams-bytype.inc:235 +#: lib/layouts/theorems-ams-bytype.inc:238 lib/layouts/theorems-ams.inc:197 +#: lib/layouts/theorems-ams.inc:206 lib/layouts/theorems-ams.inc:209 +#: lib/layouts/theorems-bytype.inc:201 lib/layouts/theorems-bytype.inc:211 +#: lib/layouts/theorems-bytype.inc:214 lib/layouts/theorems-order.inc:49 #: lib/layouts/theorems-starred-equivalents.inc:55 -#: lib/layouts/theorems-starred.inc:202 lib/layouts/theorems-starred.inc:205 -#: lib/layouts/theorems-without-preamble.inc:219 -#: lib/layouts/theorems-without-preamble.inc:227 -#: lib/layouts/theorems-without-preamble.inc:230 +#: lib/layouts/theorems-starred.inc:199 lib/layouts/theorems-starred.inc:202 +#: lib/layouts/theorems-without-preamble.inc:216 +#: lib/layouts/theorems-without-preamble.inc:224 +#: lib/layouts/theorems-without-preamble.inc:227 lib/layouts/theorems.inc:197 +#: lib/layouts/theorems.inc:206 lib/layouts/theorems.inc:209 #: lib/layouts/theorems-chap-bytype.module:150 #: lib/layouts/theorems-sec-bytype.module:118 msgid "Problem" -msgstr "Úloha" +msgstr "Úloha" -#: lib/layouts/AEA.layout:267 lib/layouts/elsart.layout:344 -#: lib/layouts/foils.layout:260 lib/layouts/ijmpc.layout:372 -#: lib/layouts/ijmpd.layout:390 lib/layouts/llncs.layout:398 -#: lib/layouts/siamltex.layout:98 lib/layouts/theorems-ams-bytype.inc:130 -#: lib/layouts/theorems-ams-bytype.inc:139 -#: lib/layouts/theorems-ams-bytype.inc:142 lib/layouts/theorems-ams.inc:104 -#: lib/layouts/theorems-ams.inc:114 lib/layouts/theorems-ams.inc:117 -#: lib/layouts/theorems-bytype.inc:106 lib/layouts/theorems-bytype.inc:115 -#: lib/layouts/theorems-bytype.inc:118 lib/layouts/theorems.inc:104 -#: lib/layouts/theorems.inc:114 lib/layouts/theorems.inc:117 -#: lib/layouts/theorems-order.inc:25 +#: lib/layouts/AEA.layout:225 lib/layouts/elsart.layout:329 +#: lib/layouts/foils.layout:257 lib/layouts/ijmpc.layout:362 +#: lib/layouts/ijmpd.layout:380 lib/layouts/llncs.layout:390 +#: lib/layouts/siamltex.layout:96 lib/layouts/theorems-ams-bytype.inc:127 +#: lib/layouts/theorems-ams-bytype.inc:136 +#: lib/layouts/theorems-ams-bytype.inc:139 lib/layouts/theorems-ams.inc:101 +#: lib/layouts/theorems-ams.inc:111 lib/layouts/theorems-ams.inc:114 +#: lib/layouts/theorems-bytype.inc:103 lib/layouts/theorems-bytype.inc:112 +#: lib/layouts/theorems-bytype.inc:115 lib/layouts/theorems-order.inc:25 #: lib/layouts/theorems-starred-equivalents.inc:27 -#: lib/layouts/theorems-starred.inc:109 lib/layouts/theorems-starred.inc:112 -#: lib/layouts/theorems-without-preamble.inc:107 -#: lib/layouts/theorems-without-preamble.inc:113 -#: lib/layouts/theorems-without-preamble.inc:116 +#: lib/layouts/theorems-starred.inc:106 lib/layouts/theorems-starred.inc:109 +#: lib/layouts/theorems-without-preamble.inc:104 +#: lib/layouts/theorems-without-preamble.inc:110 +#: lib/layouts/theorems-without-preamble.inc:113 lib/layouts/theorems.inc:101 +#: lib/layouts/theorems.inc:111 lib/layouts/theorems.inc:114 #: lib/layouts/theorems-chap-bytype.module:90 #: lib/layouts/theorems-sec-bytype.module:78 msgid "Proposition" -msgstr "Tvrzení" +msgstr "TvrzenĂ­" -#: lib/layouts/AEA.layout:274 lib/layouts/elsart.layout:400 -#: lib/layouts/ijmpc.layout:356 lib/layouts/ijmpd.layout:365 -#: lib/layouts/llncs.layout:411 lib/layouts/theorems-ams-bytype.inc:266 -#: lib/layouts/theorems-ams-bytype.inc:283 -#: lib/layouts/theorems-ams-bytype.inc:286 lib/layouts/theorems-ams.inc:234 -#: lib/layouts/theorems-ams.inc:252 lib/layouts/theorems-ams.inc:255 -#: lib/layouts/theorems-bytype.inc:242 lib/layouts/theorems-bytype.inc:259 -#: lib/layouts/theorems-bytype.inc:262 lib/layouts/theorems.inc:234 -#: lib/layouts/theorems.inc:252 lib/layouts/theorems.inc:255 -#: lib/layouts/theorems-order.inc:61 +#: lib/layouts/AEA.layout:232 lib/layouts/elsart.layout:385 +#: lib/layouts/ijmpc.layout:346 lib/layouts/ijmpd.layout:355 +#: lib/layouts/llncs.layout:403 lib/layouts/theorems-ams-bytype.inc:263 +#: lib/layouts/theorems-ams-bytype.inc:280 +#: lib/layouts/theorems-ams-bytype.inc:283 lib/layouts/theorems-ams.inc:231 +#: lib/layouts/theorems-ams.inc:249 lib/layouts/theorems-ams.inc:252 +#: lib/layouts/theorems-bytype.inc:239 lib/layouts/theorems-bytype.inc:256 +#: lib/layouts/theorems-bytype.inc:259 lib/layouts/theorems-order.inc:61 #: lib/layouts/theorems-starred-equivalents.inc:69 -#: lib/layouts/theorems-starred.inc:244 lib/layouts/theorems-starred.inc:247 +#: lib/layouts/theorems-starred.inc:241 lib/layouts/theorems-starred.inc:244 +#: lib/layouts/theorems-without-preamble.inc:307 #: lib/layouts/theorems-without-preamble.inc:314 -#: lib/layouts/theorems-without-preamble.inc:321 -#: lib/layouts/theorems-without-preamble.inc:324 +#: lib/layouts/theorems-without-preamble.inc:317 lib/layouts/theorems.inc:231 +#: lib/layouts/theorems.inc:249 lib/layouts/theorems.inc:252 #: lib/layouts/theorems-chap-bytype.module:174 #: lib/layouts/theorems-sec-bytype.module:134 msgid "Remark" -msgstr "Poznámka" +msgstr "PoznĂĄmka" -#: lib/layouts/AEA.layout:276 lib/layouts/ijmpc.layout:357 -#: lib/layouts/ijmpd.layout:366 lib/layouts/theorems-ams-bytype.inc:269 -#: lib/layouts/theorems-bytype.inc:245 -#: lib/layouts/theorems-without-preamble.inc:318 +#: lib/layouts/AEA.layout:234 lib/layouts/ijmpc.layout:347 +#: lib/layouts/ijmpd.layout:356 lib/layouts/theorems-ams-bytype.inc:266 +#: lib/layouts/theorems-bytype.inc:242 +#: lib/layouts/theorems-without-preamble.inc:311 msgid "Remark \\theremark." -msgstr "Poznámka \\theremark." +msgstr "PoznĂĄmka \\theremark." -#: lib/layouts/AEA.layout:282 lib/layouts/llncs.layout:418 -#: lib/layouts/svglobal3.layout:86 -#: lib/layouts/theorems-without-preamble.inc:267 +#: lib/layouts/AEA.layout:240 lib/layouts/llncs.layout:410 +#: lib/layouts/svglobal3.layout:85 +#: lib/layouts/theorems-without-preamble.inc:264 +#: lib/layouts/theorems-without-preamble.inc:271 #: lib/layouts/theorems-without-preamble.inc:274 -#: lib/layouts/theorems-without-preamble.inc:277 msgid "Solution" msgstr "Solution" -#: lib/layouts/AEA.layout:286 lib/layouts/theorems-without-preamble.inc:271 +#: lib/layouts/AEA.layout:244 lib/layouts/theorems-without-preamble.inc:268 msgid "Solution \\thesolution." msgstr "Solution \\thesolution." -#: lib/layouts/AEA.layout:292 lib/layouts/elsart.layout:421 -#: lib/layouts/europecv.layout:164 lib/layouts/moderncv.layout:333 -#: lib/layouts/moderncv.layout:334 lib/layouts/moderncv.layout:355 -#: lib/layouts/moderncv.layout:356 +#: lib/layouts/AEA.layout:250 lib/layouts/elsart.layout:406 #: lib/layouts/theorems-ams-extended-bytype.module:269 #: lib/layouts/theorems-ams-extended-bytype.module:278 #: lib/layouts/theorems-ams-extended-bytype.module:281 @@ -6778,208 +5606,879 @@ msgstr "Solution \\thesolution." msgid "Summary" msgstr "Souhrn" -#: lib/layouts/AEA.layout:300 src/frontends/qt4/Menus.cpp:1617 -#: src/frontends/qt4/Menus.cpp:1646 +#: lib/layouts/AEA.layout:258 lib/ui/stdmenus.inc:365 msgid "Caption" msgstr "Popisek" -#: lib/layouts/AEA.layout:306 +#: lib/layouts/AEA.layout:260 lib/layouts/amsart.layout:31 +#: lib/layouts/amsbook.layout:32 lib/layouts/beamer.layout:33 +#: lib/layouts/beamer.layout:904 lib/layouts/beamer.layout:923 +#: lib/layouts/beamer.layout:942 lib/layouts/beamer.layout:1062 +#: lib/layouts/beamer.layout:1086 lib/layouts/beamer.layout:1124 +#: lib/layouts/revtex4.layout:45 lib/layouts/siamltex.layout:36 +#: lib/layouts/tufte-book.layout:195 lib/layouts/lyxmacros.inc:13 +#: lib/layouts/scrclass.inc:295 lib/layouts/stdclass.inc:29 +#: lib/layouts/stdlayouts.inc:13 lib/layouts/stdlayouts.inc:34 +#: lib/layouts/stdlayouts.inc:55 lib/layouts/stdlayouts.inc:75 +#: lib/layouts/stdlayouts.inc:99 lib/layouts/svcommon.inc:597 +#: lib/layouts/svcommon.inc:608 lib/layouts/bicaption.module:37 +#: lib/layouts/initials.module:26 lib/layouts/multicol.module:12 +#: lib/layouts/rsphrase.module:45 +msgid "MainText" +msgstr "MainText" + +#: lib/layouts/AEA.layout:264 msgid "Caption: " msgstr "Caption: " -#: lib/layouts/AEA.layout:311 lib/layouts/beamer.layout:1219 -#: lib/layouts/elsart.layout:302 lib/layouts/foils.layout:281 -#: lib/layouts/heb-article.layout:97 lib/layouts/IEEEtran.layout:400 -#: lib/layouts/ijmpc.layout:325 lib/layouts/ijmpd.layout:328 -#: lib/layouts/llncs.layout:384 lib/layouts/siamltex.layout:156 -#: lib/layouts/svmono.layout:85 lib/layouts/svcommon.inc:636 -#: lib/layouts/svcommon.inc:651 lib/layouts/svcommon.inc:654 -#: lib/layouts/theorems-order.inc:76 lib/layouts/theorems-proof.inc:13 -#: lib/layouts/theorems-proof-std.inc:6 lib/layouts/theorems-bytype.module:46 +#: lib/layouts/AEA.layout:269 lib/layouts/IEEEtran.layout:289 +#: lib/layouts/beamer.layout:1047 lib/layouts/elsart.layout:288 +#: lib/layouts/foils.layout:278 lib/layouts/heb-article.layout:95 +#: lib/layouts/ijmpc.layout:315 lib/layouts/ijmpd.layout:318 +#: lib/layouts/llncs.layout:376 lib/layouts/siamltex.layout:154 +#: lib/layouts/svmono.layout:84 lib/layouts/svcommon.inc:625 +#: lib/layouts/svcommon.inc:640 lib/layouts/svcommon.inc:643 +#: lib/layouts/theorems-order.inc:76 lib/layouts/theorems-proof-std.inc:6 +#: lib/layouts/theorems-proof.inc:13 lib/layouts/theorems-bytype.module:46 msgid "Proof" -msgstr "Důkaz" +msgstr "DĹŻkaz" -#: lib/layouts/agu-dtd.layout:3 -msgid "American Geophysical Union (AGU, SGML Article)" -msgstr "" +#: lib/layouts/IEEEtran.layout:34 lib/layouts/aa.layout:27 +#: lib/layouts/aapaper.layout:34 lib/layouts/aastex.layout:52 +#: lib/layouts/achemso.layout:32 lib/layouts/acmsiggraph.layout:34 +#: lib/layouts/agutex.layout:31 lib/layouts/amsart.layout:30 +#: lib/layouts/amsbook.layout:31 lib/layouts/apa.layout:24 +#: lib/layouts/beamer.layout:32 lib/layouts/broadway.layout:173 +#: lib/layouts/chess.layout:29 lib/layouts/cl2emult.layout:126 +#: lib/layouts/dtk.layout:31 lib/layouts/egs.layout:18 +#: lib/layouts/elsart.layout:47 lib/layouts/elsarticle.layout:31 +#: lib/layouts/europecv.layout:16 lib/layouts/foils.layout:30 +#: lib/layouts/g-brief2.layout:30 lib/layouts/hollywood.layout:345 +#: lib/layouts/ijmpc.layout:22 lib/layouts/ijmpd.layout:27 +#: lib/layouts/iopart.layout:34 lib/layouts/jasatex.layout:34 +#: lib/layouts/kluwer.layout:33 lib/layouts/lettre.layout:30 +#: lib/layouts/llncs.layout:23 lib/layouts/ltugboat.layout:30 +#: lib/layouts/memoir.layout:31 lib/layouts/moderncv.layout:19 +#: lib/layouts/paper.layout:13 lib/layouts/powerdot.layout:106 +#: lib/layouts/revtex.layout:22 lib/layouts/revtex4.layout:44 +#: lib/layouts/scrlettr.layout:7 lib/layouts/scrlttr2.layout:10 +#: lib/layouts/siamltex.layout:35 lib/layouts/sigplanconf.layout:37 +#: lib/layouts/simplecv.layout:17 lib/layouts/slides.layout:60 +#: lib/layouts/tufte-book.layout:19 lib/layouts/agu_stdclass.inc:22 +#: lib/layouts/db_stdclass.inc:22 lib/layouts/scrclass.inc:17 +#: lib/layouts/stdclass.inc:28 lib/layouts/stdletter.inc:12 +#: lib/layouts/svcommon.inc:26 lib/ui/stdtoolbars.inc:69 +#: src/insets/InsetRef.cpp:338 +msgid "Standard" +msgstr "StandardnĂ­" -#: lib/layouts/agu-dtd.layout:4 lib/layouts/docbook.layout:4 -msgid "Articles (DocBook)" -msgstr "" +#: lib/layouts/IEEEtran.layout:64 lib/layouts/aa.layout:67 +#: lib/layouts/aa.layout:264 lib/layouts/aapaper.layout:76 +#: lib/layouts/aapaper.layout:170 lib/layouts/aastex.layout:95 +#: lib/layouts/aastex.layout:217 lib/layouts/achemso.layout:54 +#: lib/layouts/agutex.layout:54 lib/layouts/apa.layout:39 +#: lib/layouts/beamer.layout:734 lib/layouts/broadway.layout:185 +#: lib/layouts/cl2emult.layout:40 lib/layouts/docbook-book.layout:11 +#: lib/layouts/docbook-chapter.layout:9 lib/layouts/docbook-section.layout:9 +#: lib/layouts/ectaart.layout:15 lib/layouts/egs.layout:249 +#: lib/layouts/elsart.layout:91 lib/layouts/elsarticle.layout:79 +#: lib/layouts/entcs.layout:39 lib/layouts/foils.layout:125 +#: lib/layouts/hollywood.layout:331 lib/layouts/ijmpc.layout:99 +#: lib/layouts/ijmpd.layout:104 lib/layouts/iopart.layout:56 +#: lib/layouts/isprs.layout:93 lib/layouts/jasatex.layout:57 +#: lib/layouts/kluwer.layout:111 lib/layouts/latex8.layout:38 +#: lib/layouts/llncs.layout:106 lib/layouts/ltugboat.layout:136 +#: lib/layouts/paper.layout:110 lib/layouts/powerdot.layout:41 +#: lib/layouts/revtex.layout:94 lib/layouts/revtex4-1.layout:202 +#: lib/layouts/revtex4.layout:115 lib/layouts/scrlettr.layout:188 +#: lib/layouts/scrlttr2.layout:271 lib/layouts/siamltex.layout:187 +#: lib/layouts/sigplanconf.layout:104 lib/layouts/simplecv.layout:124 +#: lib/layouts/svmult.layout:46 lib/layouts/svprobth.layout:79 +#: lib/layouts/tufte-book.layout:34 lib/layouts/agu_stdtitle.inc:246 +#: lib/layouts/amsdefs.inc:24 lib/layouts/db_stdtitle.inc:13 +#: lib/layouts/scrclass.inc:162 lib/layouts/stdtitle.inc:55 +#: lib/layouts/svcommon.inc:56 lib/layouts/svcommon.inc:318 +msgid "Title" +msgstr "Titulek" -#: lib/layouts/agums.layout:3 -msgid "American Geophysical Union (AGUPLUS Manuscript)" -msgstr "" +#: lib/layouts/IEEEtran.layout:84 lib/layouts/IEEEtran.layout:88 +msgid "IEEE membership" +msgstr "IEEE membership" -#: lib/layouts/agutex.layout:3 -msgid "American Geophysical Union (AGUTeX)" -msgstr "" +#: lib/layouts/IEEEtran.layout:103 lib/layouts/revtex4-1.layout:279 +#: lib/layouts/revtex4-1.layout:281 +msgid "Lowercase" +msgstr "Lowercase" -#: lib/layouts/agutex.layout:74 +#: lib/layouts/IEEEtran.layout:107 +msgid "lowercase" +msgstr "lowercase" + +#: lib/layouts/IEEEtran.layout:114 lib/layouts/aa.layout:73 +#: lib/layouts/aa.layout:276 lib/layouts/aapaper.layout:82 +#: lib/layouts/aapaper.layout:181 lib/layouts/aastex.layout:98 +#: lib/layouts/aastex.layout:229 lib/layouts/achemso.layout:77 +#: lib/layouts/apa.layout:114 lib/layouts/beamer.layout:791 +#: lib/layouts/broadway.layout:199 lib/layouts/cl2emult.layout:58 +#: lib/layouts/ectaart.layout:102 lib/layouts/ectaart.layout:177 +#: lib/layouts/ectaart.layout:180 lib/layouts/egs.layout:291 +#: lib/layouts/elsart.layout:112 lib/layouts/elsarticle.layout:142 +#: lib/layouts/entcs.layout:50 lib/layouts/foils.layout:133 +#: lib/layouts/hollywood.layout:318 lib/layouts/ijmpc.layout:118 +#: lib/layouts/ijmpd.layout:123 lib/layouts/iopart.layout:126 +#: lib/layouts/isprs.layout:76 lib/layouts/jasatex.layout:78 +#: lib/layouts/kluwer.layout:165 lib/layouts/llncs.layout:180 +#: lib/layouts/ltugboat.layout:155 lib/layouts/paper.layout:120 +#: lib/layouts/powerdot.layout:64 lib/layouts/revtex.layout:102 +#: lib/layouts/siamltex.layout:209 lib/layouts/sigplanconf.layout:120 +#: lib/layouts/svmult.layout:78 lib/layouts/svprobth.layout:96 +#: lib/layouts/tufte-book.layout:38 lib/layouts/agu_stdtitle.inc:167 +#: lib/layouts/amsdefs.inc:47 lib/layouts/db_stdtitle.inc:21 +#: lib/layouts/scrclass.inc:178 lib/layouts/stdtitle.inc:76 +#: lib/layouts/svcommon.inc:338 +msgid "Author" +msgstr "Autor" + +#: lib/layouts/IEEEtran.layout:134 +msgid "Special Paper Notice" +msgstr "Special Paper Notice" + +#: lib/layouts/IEEEtran.layout:145 +msgid "After Title Text" +msgstr "After Title Text" + +#: lib/layouts/IEEEtran.layout:155 +msgid "Page headings" +msgstr "Page headings" + +#: lib/layouts/IEEEtran.layout:173 lib/layouts/ijmpc.layout:63 +#: lib/layouts/ijmpd.layout:68 +msgid "MarkBoth" +msgstr "MarkBoth" + +#: lib/layouts/IEEEtran.layout:178 +msgid "Publication ID" +msgstr "Publication ID" + +#: lib/layouts/IEEEtran.layout:197 +msgid "Abstract---" +msgstr "Abstract---" + +#: lib/layouts/IEEEtran.layout:210 lib/layouts/aa.layout:352 +#: lib/layouts/aastex.layout:116 lib/layouts/aastex.layout:327 +#: lib/layouts/elsart.layout:62 lib/layouts/elsarticle.layout:276 +#: lib/layouts/ijmpc.layout:213 lib/layouts/ijmpc.layout:217 +#: lib/layouts/ijmpd.layout:220 lib/layouts/iopart.layout:199 +#: lib/layouts/isprs.layout:52 lib/layouts/jasatex.layout:185 +#: lib/layouts/kluwer.layout:282 lib/layouts/paper.layout:172 +#: lib/layouts/revtex4-1.layout:163 lib/layouts/revtex4.layout:261 +#: lib/layouts/siamltex.layout:303 lib/layouts/sigplanconf.layout:146 +#: lib/layouts/spie.layout:41 lib/layouts/svglobal.layout:113 +#: lib/layouts/svglobal.layout:116 lib/layouts/svglobal3.layout:56 +#: lib/layouts/svglobal3.layout:59 lib/layouts/svjog.layout:117 +#: lib/layouts/svjog.layout:120 lib/layouts/svprobth.layout:147 +#: lib/layouts/svprobth.layout:150 lib/layouts/agu_stdtitle.inc:120 +#: lib/layouts/amsdefs.inc:161 lib/layouts/svcommon.inc:456 +#: lib/layouts/svcommon.inc:471 +msgid "Keywords" +msgstr "Keywords" + +#: lib/layouts/IEEEtran.layout:213 +msgid "Index Terms---" +msgstr "Index Terms---" + +#: lib/layouts/IEEEtran.layout:217 lib/layouts/IEEEtran.layout:227 +msgid "Appendices" +msgstr "Appendices" + +#: lib/layouts/IEEEtran.layout:221 lib/layouts/IEEEtran.layout:246 +#: lib/layouts/IEEEtran.layout:269 lib/layouts/aa.layout:209 +#: lib/layouts/aastex.layout:457 lib/layouts/aastex.layout:489 +#: lib/layouts/acmsiggraph.layout:155 lib/layouts/agutex.layout:151 +#: lib/layouts/agutex.layout:161 lib/layouts/agutex.layout:181 +#: lib/layouts/agutex.layout:204 lib/layouts/beamer.layout:880 +#: lib/layouts/elsarticle.layout:301 lib/layouts/ijmpc.layout:411 +#: lib/layouts/ijmpc.layout:435 lib/layouts/ijmpd.layout:424 +#: lib/layouts/ijmpd.layout:448 lib/layouts/iopart.layout:243 +#: lib/layouts/iopart.layout:265 lib/layouts/iopart.layout:288 +#: lib/layouts/jasatex.layout:223 lib/layouts/jasatex.layout:262 +#: lib/layouts/revtex4-1.layout:215 lib/layouts/revtex4.layout:231 +#: lib/layouts/siamltex.layout:318 lib/layouts/sigplanconf.layout:184 +#: lib/layouts/stdstruct.inc:57 lib/layouts/svcommon.inc:536 +#: lib/layouts/svcommon.inc:570 +msgid "BackMatter" +msgstr "BackMatter" + +#: lib/layouts/IEEEtran.layout:234 lib/layouts/IEEEtran.layout:237 +#: lib/layouts/aastex.layout:122 lib/layouts/aastex.layout:453 +#: lib/layouts/ijmpc.layout:408 lib/layouts/ijmpd.layout:421 +#: lib/layouts/kluwer.layout:321 lib/layouts/kluwer.layout:334 +#: src/rowpainter.cpp:533 +msgid "Appendix" +msgstr "Příloha" + +#: lib/layouts/IEEEtran.layout:242 lib/layouts/aa.layout:94 +#: lib/layouts/aa.layout:381 lib/layouts/aapaper.layout:106 +#: lib/layouts/aapaper.layout:220 lib/layouts/achemso.layout:238 +#: lib/layouts/agutex.layout:200 lib/layouts/beamer.layout:879 +#: lib/layouts/book.layout:21 lib/layouts/book.layout:23 +#: lib/layouts/cl2emult.layout:103 lib/layouts/egs.layout:555 +#: lib/layouts/elsarticle.layout:297 lib/layouts/foils.layout:210 +#: lib/layouts/ijmpc.layout:431 lib/layouts/ijmpd.layout:444 +#: lib/layouts/jasatex.layout:258 lib/layouts/latex8.layout:125 +#: lib/layouts/llncs.layout:263 lib/layouts/memoir.layout:163 +#: lib/layouts/memoir.layout:165 lib/layouts/moderncv.layout:150 +#: lib/layouts/mwbk.layout:22 lib/layouts/mwbk.layout:24 +#: lib/layouts/mwrep.layout:13 lib/layouts/mwrep.layout:15 +#: lib/layouts/powerdot.layout:287 lib/layouts/recipebook.layout:46 +#: lib/layouts/recipebook.layout:48 lib/layouts/report.layout:12 +#: lib/layouts/report.layout:14 lib/layouts/scrbook.layout:22 +#: lib/layouts/scrbook.layout:24 lib/layouts/scrreprt.layout:11 +#: lib/layouts/scrreprt.layout:13 lib/layouts/siamltex.layout:317 +#: lib/layouts/simplecv.layout:145 lib/layouts/tufte-book.layout:241 +#: lib/layouts/tufte-book.layout:243 lib/layouts/aguplus.inc:172 +#: lib/layouts/aguplus.inc:174 lib/layouts/amsdefs.inc:196 +#: lib/layouts/scrclass.inc:246 lib/layouts/stdstruct.inc:53 +#: lib/layouts/svcommon.inc:566 src/frontends/qt4/GuiDocument.cpp:1422 +msgid "Bibliography" +msgstr "Literatura" + +#: lib/layouts/IEEEtran.layout:257 lib/layouts/aastex.layout:125 +#: lib/layouts/aastex.layout:485 lib/layouts/aastex.layout:498 +#: lib/layouts/achemso.layout:252 lib/layouts/agutex.layout:215 +#: lib/layouts/beamer.layout:893 lib/layouts/cl2emult.layout:117 +#: lib/layouts/egs.layout:569 lib/layouts/elsarticle.layout:312 +#: lib/layouts/ijmpc.layout:446 lib/layouts/ijmpd.layout:459 +#: lib/layouts/iopart.layout:276 lib/layouts/iopart.layout:291 +#: lib/layouts/jasatex.layout:273 lib/layouts/kluwer.layout:342 +#: lib/layouts/kluwer.layout:354 lib/layouts/llncs.layout:277 +#: lib/layouts/moderncv.layout:164 lib/layouts/siamltex.layout:332 +#: lib/layouts/amsdefs.inc:210 lib/layouts/stdstruct.inc:68 +#: lib/layouts/svcommon.inc:581 src/output_plaintext.cpp:150 +msgid "References" +msgstr "Reference" + +#: lib/layouts/IEEEtran.layout:266 +msgid "Biography" +msgstr "Biography" + +#: lib/layouts/IEEEtran.layout:278 +msgid "Biography without photo" +msgstr "Biography without photo" + +#: lib/layouts/IEEEtran.layout:284 +msgid "BiographyNoPhoto" +msgstr "BiographyNoPhoto" + +#: lib/layouts/IEEEtran.layout:306 lib/layouts/beamer.layout:1050 +#: lib/layouts/foils.layout:281 lib/layouts/llncs.layout:379 +#: lib/layouts/siamltex.layout:170 lib/layouts/svmono.layout:85 +#: lib/layouts/svmono.layout:89 lib/layouts/svmono.layout:93 +#: lib/layouts/svcommon.inc:635 lib/layouts/theorems-proof.inc:30 +msgid "Proof." +msgstr "DĹŻkaz." + +#: lib/layouts/aa.layout:42 lib/layouts/aa.layout:229 +#: lib/layouts/aapaper.layout:64 lib/layouts/aapaper.layout:137 +#: lib/layouts/aastex.layout:67 lib/layouts/aastex.layout:177 +#: lib/layouts/amsart.layout:63 lib/layouts/amsbook.layout:54 +#: lib/layouts/apa.layout:310 lib/layouts/beamer.layout:108 +#: lib/layouts/beamer.layout:139 lib/layouts/beamer.layout:140 +#: lib/layouts/beamer.layout:183 lib/layouts/egs.layout:30 +#: lib/layouts/europecv.layout:29 lib/layouts/isprs.layout:147 +#: lib/layouts/kluwer.layout:60 lib/layouts/latex8.layout:46 +#: lib/layouts/llncs.layout:46 lib/layouts/ltugboat.layout:45 +#: lib/layouts/memoir.layout:70 lib/layouts/memoir.layout:134 +#: lib/layouts/moderncv.layout:33 lib/layouts/paper.layout:58 +#: lib/layouts/powerdot.layout:220 lib/layouts/revtex.layout:38 +#: lib/layouts/revtex4-1.layout:45 lib/layouts/revtex4.layout:64 +#: lib/layouts/siamltex.layout:357 lib/layouts/simplecv.layout:29 +#: lib/layouts/spie.layout:20 lib/layouts/tufte-book.layout:64 +#: lib/layouts/tufte-book.layout:85 lib/layouts/tufte-book.layout:86 +#: lib/layouts/tufte-handout.layout:23 lib/layouts/agu_stdsections.inc:32 +#: lib/layouts/aguplus.inc:29 lib/layouts/db_stdsections.inc:30 +#: lib/layouts/numrevtex.inc:6 lib/layouts/scrclass.inc:68 +#: lib/layouts/scrclass.inc:144 lib/layouts/stdsections.inc:13 +#: lib/layouts/stdsections.inc:41 lib/layouts/stdsections.inc:65 +#: lib/layouts/stdsections.inc:66 lib/layouts/svcommon.inc:116 +#: lib/layouts/svcommon.inc:153 lib/layouts/svcommon.inc:166 +#: lib/layouts/svcommon.inc:178 lib/layouts/svcommon.inc:190 +#: lib/layouts/svcommon.inc:410 src/frontends/qt4/GuiDocument.cpp:171 +msgid "Section" +msgstr "Sekce" + +#: lib/layouts/aa.layout:46 lib/layouts/aa.layout:240 +#: lib/layouts/aapaper.layout:68 lib/layouts/aapaper.layout:147 +#: lib/layouts/aastex.layout:71 lib/layouts/aastex.layout:190 +#: lib/layouts/amsart.layout:104 lib/layouts/amsbook.layout:64 +#: lib/layouts/apa.layout:321 lib/layouts/beamer.layout:182 +#: lib/layouts/egs.layout:52 lib/layouts/isprs.layout:159 +#: lib/layouts/kluwer.layout:69 lib/layouts/latex8.layout:55 +#: lib/layouts/llncs.layout:55 lib/layouts/ltugboat.layout:65 +#: lib/layouts/memoir.layout:76 lib/layouts/moderncv.layout:53 +#: lib/layouts/paper.layout:67 lib/layouts/revtex.layout:50 +#: lib/layouts/siamltex.layout:368 lib/layouts/simplecv.layout:51 +#: lib/layouts/tufte-book.layout:109 lib/layouts/agu_stdsections.inc:43 +#: lib/layouts/aguplus.inc:44 lib/layouts/db_stdsections.inc:39 +#: lib/layouts/numrevtex.inc:15 lib/layouts/scrclass.inc:76 +#: lib/layouts/stdsections.inc:90 lib/layouts/svcommon.inc:199 +msgid "Subsection" +msgstr "Podsekce" + +#: lib/layouts/aa.layout:50 lib/layouts/aa.layout:253 +#: lib/layouts/aapaper.layout:72 lib/layouts/aapaper.layout:159 +#: lib/layouts/aastex.layout:75 lib/layouts/aastex.layout:203 +#: lib/layouts/amsart.layout:127 lib/layouts/amsbook.layout:73 +#: lib/layouts/apa.layout:331 lib/layouts/isprs.layout:169 +#: lib/layouts/kluwer.layout:79 lib/layouts/llncs.layout:64 +#: lib/layouts/ltugboat.layout:85 lib/layouts/memoir.layout:82 +#: lib/layouts/paper.layout:76 lib/layouts/recipebook.layout:97 +#: lib/layouts/revtex.layout:59 lib/layouts/revtex4-1.layout:53 +#: lib/layouts/revtex4.layout:73 lib/layouts/siamltex.layout:377 +#: lib/layouts/agu_stdsections.inc:54 lib/layouts/db_stdsections.inc:48 +#: lib/layouts/numrevtex.inc:24 lib/layouts/scrclass.inc:84 +#: lib/layouts/stdsections.inc:106 lib/layouts/svcommon.inc:208 +msgid "Subsubsection" +msgstr "Podpodsekce" + +#: lib/layouts/aa.layout:54 lib/layouts/aapaper.layout:48 +#: lib/layouts/aastex.layout:83 lib/layouts/apa.layout:362 +#: lib/layouts/beamer.layout:46 lib/layouts/egs.layout:168 +#: lib/layouts/powerdot.layout:237 lib/layouts/simplecv.layout:80 +#: lib/layouts/agu_stdlists.inc:13 lib/layouts/db_stdlists.inc:12 +#: lib/layouts/stdlists.inc:13 +msgid "Itemize" +msgstr "PoloĹžka" + +#: lib/layouts/aa.layout:57 lib/layouts/aapaper.layout:51 +#: lib/layouts/aastex.layout:86 lib/layouts/apa.layout:379 +#: lib/layouts/beamer.layout:64 lib/layouts/egs.layout:149 +#: lib/layouts/powerdot.layout:261 lib/layouts/agu_stdlists.inc:21 +#: lib/layouts/db_stdlists.inc:19 lib/layouts/stdlists.inc:34 +msgid "Enumerate" +msgstr "Výčet" + +#: lib/layouts/aa.layout:60 lib/layouts/aapaper.layout:54 +#: lib/layouts/aastex.layout:89 lib/layouts/beamer.layout:84 +#: lib/layouts/egs.layout:185 lib/layouts/hollywood.layout:129 +#: lib/layouts/paper.layout:101 lib/layouts/scrlettr.layout:17 +#: lib/layouts/scrlttr2.layout:21 lib/layouts/agu_stdlists.inc:29 +#: lib/layouts/db_stdlists.inc:26 lib/layouts/scrclass.inc:36 +#: lib/layouts/stdlists.inc:57 lib/layouts/svcommon.inc:588 +#: lib/ui/stdtoolbars.inc:116 +msgid "Description" +msgstr "Popis" + +#: lib/layouts/aa.layout:63 lib/layouts/aapaper.layout:57 +#: lib/layouts/aastex.layout:92 lib/layouts/beamer.layout:47 +#: lib/layouts/beamer.layout:65 lib/layouts/beamer.layout:85 +#: lib/layouts/egs.layout:132 lib/layouts/ijmpc.layout:272 +#: lib/layouts/ijmpc.layout:292 lib/layouts/ijmpd.layout:275 +#: lib/layouts/ijmpd.layout:295 lib/layouts/scrlettr.layout:32 +#: lib/layouts/scrlttr2.layout:37 lib/layouts/stdlists.inc:14 +#: lib/layouts/stdlists.inc:35 lib/layouts/stdlists.inc:58 +#: lib/layouts/stdlists.inc:87 lib/layouts/stdlyxlist.inc:7 +#: lib/ui/stdtoolbars.inc:115 +msgid "List" +msgstr "Seznam" + +#: lib/layouts/aa.layout:70 lib/layouts/aa.layout:119 +#: lib/layouts/aapaper.layout:79 lib/layouts/beamer.layout:766 +#: lib/layouts/kluwer.layout:129 lib/layouts/llncs.layout:128 +#: lib/layouts/sigplanconf.layout:110 lib/layouts/svprobth.layout:88 +#: lib/layouts/aapaper.inc:9 lib/layouts/scrclass.inc:169 +#: lib/layouts/svcommon.inc:327 +msgid "Subtitle" +msgstr "Podtitulek" + +#: lib/layouts/aa.layout:76 lib/layouts/aa.layout:141 +#: lib/layouts/aapaper.layout:85 lib/layouts/dinbrief.layout:250 +#: lib/layouts/ectaart.layout:62 lib/layouts/egs.layout:236 +#: lib/layouts/elsarticle.layout:220 lib/layouts/entcs.layout:60 +#: lib/layouts/g-brief.layout:180 lib/layouts/g-brief2.layout:715 +#: lib/layouts/ijmpc.layout:137 lib/layouts/iopart.layout:145 +#: lib/layouts/isprs.layout:111 lib/layouts/kluwer.layout:182 +#: lib/layouts/revtex.layout:120 lib/layouts/revtex4-1.layout:116 +#: lib/layouts/revtex4.layout:176 lib/layouts/scrlettr.layout:139 +#: lib/layouts/scrlttr2.layout:47 lib/layouts/siamltex.layout:278 +#: lib/layouts/aapaper.inc:29 lib/layouts/amsdefs.inc:118 +#: lib/layouts/lyxmacros.inc:44 +msgid "Address" +msgstr "Adresa" + +#: lib/layouts/aa.layout:79 lib/layouts/aa.layout:159 +#: lib/layouts/aapaper.layout:91 lib/layouts/aapaper.inc:63 +msgid "Offprint" +msgstr "Offprint" + +#: lib/layouts/aa.layout:82 lib/layouts/aa.layout:182 +#: lib/layouts/svglobal.layout:133 lib/layouts/svjog.layout:137 +#: lib/layouts/svprobth.layout:167 +msgid "Mail" +msgstr "Mail" + +#: lib/layouts/aa.layout:85 lib/layouts/aa.layout:287 +#: lib/layouts/aapaper.layout:97 lib/layouts/aapaper.layout:192 +#: lib/layouts/aastex.layout:110 lib/layouts/aastex.layout:241 +#: lib/layouts/beamer.layout:856 lib/layouts/dinbrief.layout:152 +#: lib/layouts/egs.layout:469 lib/layouts/foils.layout:140 +#: lib/layouts/frletter.layout:21 lib/layouts/g-brief.layout:189 +#: lib/layouts/g-brief2.layout:800 lib/layouts/jasatex.layout:137 +#: lib/layouts/kluwer.layout:149 lib/layouts/lettre.layout:51 +#: lib/layouts/lettre.layout:213 lib/layouts/powerdot.layout:85 +#: lib/layouts/revtex.layout:110 lib/layouts/revtex4-1.layout:154 +#: lib/layouts/revtex4.layout:123 lib/layouts/scrlettr.layout:160 +#: lib/layouts/scrlttr2.layout:239 lib/layouts/siamltex.layout:228 +#: lib/layouts/tufte-book.layout:42 lib/layouts/agu_stdtitle.inc:238 +#: lib/layouts/amsdefs.inc:67 lib/layouts/db_stdtitle.inc:35 +#: lib/layouts/scrclass.inc:185 lib/layouts/stdtitle.inc:95 +#: lib/layouts/svcommon.inc:364 lib/ui/stdmenus.inc:378 +#: lib/external_templates:343 lib/external_templates:344 +#: lib/external_templates:348 +msgid "Date" +msgstr "Datum" + +#: lib/layouts/aa.layout:168 lib/layouts/aapaper.inc:71 +msgid "Offprint Requests to:" +msgstr "Offprint Requests to:" + +#: lib/layouts/aa.layout:191 +msgid "Correspondence to:" +msgstr "Correspondence to:" + +#: lib/layouts/aa.layout:217 lib/layouts/egs.layout:519 +msgid "Acknowledgements." +msgstr "Acknowledgements." + +#: lib/layouts/aa.layout:299 +msgid "institutemark" +msgstr "institutemark" + +#: lib/layouts/aa.layout:303 +msgid "institute mark" +msgstr "institute mark" + +#: lib/layouts/aa.layout:367 +msgid "Key words." +msgstr "Key words." + +#: lib/layouts/aa.layout:389 lib/layouts/beamer.layout:813 +#: lib/layouts/cl2emult.layout:70 lib/layouts/llncs.layout:216 +#: lib/layouts/svcommon.inc:347 +msgid "Institute" +msgstr "Institute" + +#: lib/layouts/aa.layout:399 lib/layouts/scrlttr2.layout:199 +msgid "E-Mail" +msgstr "E-Mail" + +#: lib/layouts/aa.layout:410 lib/layouts/aapaper.layout:88 +#: lib/layouts/aastex.layout:104 lib/layouts/aastex.layout:354 +#: lib/layouts/achemso.layout:89 lib/layouts/ectaart.layout:69 +#: lib/layouts/elsarticle.layout:237 lib/layouts/iopart.layout:160 +#: lib/layouts/jasatex.layout:131 lib/layouts/latex8.layout:64 +#: lib/layouts/lettre.layout:45 lib/layouts/lettre.layout:398 +#: lib/layouts/llncs.layout:234 lib/layouts/aapaper.inc:46 +#: lib/layouts/amsdefs.inc:145 lib/layouts/db_stdcharstyles.inc:71 +#: lib/layouts/db_stdcharstyles.inc:73 lib/layouts/svcommon.inc:665 +#: lib/layouts/svcommon.inc:670 +msgid "Email" +msgstr "Email" + +#: lib/layouts/aa.layout:414 src/insets/InsetHyperlink.cpp:261 +msgid "email" +msgstr "email" + +#: lib/layouts/aapaper.layout:94 lib/layouts/aapaper.inc:103 +#: lib/ui/stdtoolbars.inc:139 src/frontends/qt4/GuiThesaurus.cpp:46 +msgid "Thesaurus" +msgstr "Tezaurus" + +#: lib/layouts/aastex.layout:79 lib/layouts/agutex.layout:149 +#: lib/layouts/amsbook.layout:126 lib/layouts/apa.layout:341 +#: lib/layouts/egs.layout:71 lib/layouts/kluwer.layout:89 +#: lib/layouts/llncs.layout:73 lib/layouts/ltugboat.layout:105 +#: lib/layouts/memoir.layout:88 lib/layouts/paper.layout:85 +#: lib/layouts/revtex.layout:68 lib/layouts/revtex4-1.layout:60 +#: lib/layouts/revtex4.layout:81 lib/layouts/agu_stdsections.inc:65 +#: lib/layouts/aguplus.inc:59 lib/layouts/db_stdsections.inc:57 +#: lib/layouts/numrevtex.inc:33 lib/layouts/scrclass.inc:92 +#: lib/layouts/stdsections.inc:121 lib/layouts/svcommon.inc:217 +msgid "Paragraph" +msgstr "Odstavec" + +#: lib/layouts/aastex.layout:101 lib/layouts/aastex.layout:272 +#: lib/layouts/achemso.layout:94 lib/layouts/apa.layout:150 +#: lib/layouts/jasatex.layout:98 lib/layouts/latex8.layout:88 +#: lib/layouts/revtex4-1.layout:78 lib/layouts/revtex4.layout:132 +#: lib/layouts/agu_stdtitle.inc:128 lib/layouts/aguplus.inc:65 +msgid "Affiliation" +msgstr "Affiliation" + +#: lib/layouts/aastex.layout:107 lib/layouts/aastex.layout:393 +msgid "And" +msgstr "And" + +#: lib/layouts/aastex.layout:119 lib/layouts/aastex.layout:373 +#: lib/layouts/apa.layout:222 lib/layouts/egs.layout:505 +#: lib/layouts/elsart.layout:430 lib/layouts/isprs.layout:208 +#: lib/layouts/kluwer.layout:301 lib/layouts/kluwer.layout:312 +#: lib/layouts/aapaper.inc:91 lib/layouts/svcommon.inc:550 +#: lib/layouts/svcommon.inc:561 +msgid "Acknowledgements" +msgstr "Acknowledgements" + +#: lib/layouts/aastex.layout:128 lib/layouts/aastex.layout:413 +msgid "PlaceFigure" +msgstr "PlaceFigure" + +#: lib/layouts/aastex.layout:131 lib/layouts/aastex.layout:433 +msgid "PlaceTable" +msgstr "PlaceTable" + +#: lib/layouts/aastex.layout:134 lib/layouts/aastex.layout:553 +msgid "TableComments" +msgstr "TableComments" + +#: lib/layouts/aastex.layout:137 lib/layouts/aastex.layout:533 +msgid "TableRefs" +msgstr "TableRefs" + +#: lib/layouts/aastex.layout:141 lib/layouts/aastex.layout:473 +msgid "MathLetters" +msgstr "MathLetters" + +#: lib/layouts/aastex.layout:144 lib/layouts/aastex.layout:512 +msgid "NoteToEditor" +msgstr "NoteToEditor" + +#: lib/layouts/aastex.layout:147 lib/layouts/aastex.layout:625 +msgid "Facility" +msgstr "Facility" + +#: lib/layouts/aastex.layout:150 lib/layouts/aastex.layout:651 +msgid "Objectname" +msgstr "Objectname" + +#: lib/layouts/aastex.layout:153 lib/layouts/aastex.layout:678 +msgid "Dataset" +msgstr "Dataset" + +#: lib/layouts/aastex.layout:289 +msgid "Altaffilation" +msgstr "Altaffilation" + +#: lib/layouts/aastex.layout:298 +msgid "Alternative affiliation:" +msgstr "Alternative affiliation:" + +#: lib/layouts/aastex.layout:305 +msgid "altaffilmark" +msgstr "altaffilmark" + +#: lib/layouts/aastex.layout:309 +msgid "altaffiliation mark" +msgstr "altaffiliation mark" + +#: lib/layouts/aastex.layout:340 +msgid "Subject headings:" +msgstr "Subject headings:" + +#: lib/layouts/aastex.layout:383 +msgid "[Acknowledgements]" +msgstr "[Acknowledgements]" + +#: lib/layouts/aastex.layout:404 src/frontends/qt4/GuiDocument.cpp:2130 +#: src/frontends/qt4/GuiDocument.cpp:2142 +#: src/frontends/qt4/GuiDocument.cpp:2241 +#: src/frontends/qt4/GuiDocument.cpp:2260 +msgid "and" +msgstr "and" + +#: lib/layouts/aastex.layout:424 +msgid "Place Figure here:" +msgstr "Place Figure here:" + +#: lib/layouts/aastex.layout:444 +msgid "Place Table here:" +msgstr "Place Table here:" + +#: lib/layouts/aastex.layout:463 +msgid "[Appendix]" +msgstr "[Appendix]" + +#: lib/layouts/aastex.layout:524 +msgid "Note to Editor:" +msgstr "Note to Editor:" + +#: lib/layouts/aastex.layout:545 +msgid "References. ---" +msgstr "References. ---" + +#: lib/layouts/aastex.layout:565 +msgid "Note. ---" +msgstr "Note. ---" + +#: lib/layouts/aastex.layout:573 +msgid "Table note" +msgstr "Table note" + +#: lib/layouts/aastex.layout:581 +msgid "Table note:" +msgstr "Table note:" + +#: lib/layouts/aastex.layout:588 +msgid "tablenotemark" +msgstr "tablenotemark" + +#: lib/layouts/aastex.layout:592 +msgid "tablenote mark" +msgstr "tablenote mark" + +#: lib/layouts/aastex.layout:610 +msgid "FigCaption" +msgstr "FigCaption" + +#: lib/layouts/aastex.layout:620 +msgid "Fig. ---" +msgstr "Fig. ---" + +#: lib/layouts/aastex.layout:637 +msgid "Facility:" +msgstr "Facility:" + +#: lib/layouts/aastex.layout:663 +msgid "Obj:" +msgstr "Obj:" + +#: lib/layouts/aastex.layout:690 +msgid "Dataset:" +msgstr "Dataset:" + +#: lib/layouts/achemso.layout:100 +msgid "Alt Affiliation" +msgstr "Alt Affiliation" + +#: lib/layouts/achemso.layout:105 +msgid "Also Affiliation" +msgstr "Also Affiliation" + +#: lib/layouts/achemso.layout:110 lib/layouts/lettre.layout:41 +#: lib/layouts/lettre.layout:342 lib/layouts/scrlttr2.layout:191 +#: lib/configure.py:603 +msgid "Fax" +msgstr "Fax" + +#: lib/layouts/achemso.layout:115 lib/layouts/dinbrief.layout:295 +#: lib/layouts/g-brief.layout:117 +msgid "Phone" +msgstr "Phone" + +#: lib/layouts/achemso.layout:122 lib/layouts/achemso.layout:133 +msgid "Scheme" +msgstr "SchĂŠma" + +#: lib/layouts/achemso.layout:127 +msgid "List of Schemes" +msgstr "Seznam schĂŠmat" + +#: lib/layouts/achemso.layout:144 lib/layouts/achemso.layout:155 +msgid "Chart" +msgstr "Diagram" + +#: lib/layouts/achemso.layout:149 +msgid "List of Charts" +msgstr "Seznam diagramĹŻ" + +#: lib/layouts/achemso.layout:166 lib/layouts/achemso.layout:177 +msgid "Graph" +msgstr "Graf" + +#: lib/layouts/achemso.layout:171 +msgid "List of Graphs" +msgstr "Seznam grafĹŻ" + +#: lib/layouts/achemso.layout:215 +msgid "Bibnote" +msgstr "Bibnote" + +#: lib/layouts/achemso.layout:219 +msgid "bibnote" +msgstr "bibnote" + +#: lib/layouts/achemso.layout:261 +msgid "Chemistry" +msgstr "Chemistry" + +#: lib/layouts/achemso.layout:264 +msgid "chemistry" +msgstr "chemistry" + +#: lib/layouts/acmsiggraph.layout:64 +msgid "Teaser" +msgstr "Teaser" + +#: lib/layouts/acmsiggraph.layout:75 +msgid "Teaser image:" +msgstr "Teaser image:" + +#: lib/layouts/acmsiggraph.layout:87 +msgid "CRcat" +msgstr "CRcat" + +#: lib/layouts/acmsiggraph.layout:92 +msgid "CR category" +msgstr "CR category" + +#: lib/layouts/acmsiggraph.layout:138 +msgid "CR categories" +msgstr "CR categories" + +#: lib/layouts/acmsiggraph.layout:144 +msgid "Computing Review Categories" +msgstr "Computing Review Categories" + +#: lib/layouts/acmsiggraph.layout:152 lib/layouts/acmsiggraph.layout:159 +#: lib/layouts/agutex.layout:177 lib/layouts/apa.layout:243 +#: lib/layouts/iopart.layout:239 lib/layouts/iopart.layout:253 +#: lib/layouts/jasatex.layout:220 lib/layouts/jasatex.layout:225 +#: lib/layouts/revtex4-1.layout:213 lib/layouts/revtex4.layout:230 +#: lib/layouts/revtex4.layout:240 lib/layouts/sigplanconf.layout:181 +#: lib/layouts/sigplanconf.layout:188 lib/layouts/spie.layout:90 +msgid "Acknowledgments" +msgstr "Acknowledgments" + +#: lib/layouts/agutex.layout:72 msgid "Authors" msgstr "Authors" -#: lib/layouts/agutex.layout:92 lib/layouts/agutex.layout:96 +#: lib/layouts/agutex.layout:90 lib/layouts/agutex.layout:94 msgid "Affiliation Mark" msgstr "Affiliation Mark" -#: lib/layouts/agutex.layout:114 lib/layouts/IEEEtran.layout:160 +#: lib/layouts/agutex.layout:112 msgid "Author affiliation" msgstr "Author affiliation" -#: lib/layouts/agutex.layout:125 -msgid "Consecutive number for the author affiliations" -msgstr "" - -#: lib/layouts/agutex.layout:129 +#: lib/layouts/agutex.layout:122 msgid "Author affiliation:" msgstr "Author affiliation:" -#: lib/layouts/agutex.layout:149 lib/layouts/egs.layout:515 -#: lib/layouts/kluwer.layout:275 lib/layouts/llncs.layout:262 -#: lib/layouts/RJournal.layout:49 lib/layouts/siamltex.layout:272 -#: lib/layouts/svglobal.layout:165 lib/layouts/svjog.layout:169 -#: lib/layouts/svprobth.layout:199 lib/layouts/amsdefs.inc:108 +#: lib/layouts/agutex.layout:142 lib/layouts/egs.layout:498 +#: lib/layouts/kluwer.layout:271 lib/layouts/llncs.layout:256 +#: lib/layouts/siamltex.layout:264 lib/layouts/svglobal.layout:164 +#: lib/layouts/svjog.layout:168 lib/layouts/svprobth.layout:198 +#: lib/layouts/amsdefs.inc:105 msgid "Abstract." msgstr "Abstract." -#: lib/layouts/agutex.layout:196 +#: lib/layouts/agutex.layout:189 msgid "Acknowledgments." msgstr "Acknowledgments." -#: lib/layouts/amsart.layout:3 -msgid "American Mathematical Society (AMS) Article" -msgstr "" - -#: lib/layouts/amsart.layout:75 lib/layouts/amsbook.layout:84 -#: lib/layouts/beamer.layout:272 lib/layouts/egs.layout:598 -#: lib/layouts/isprs.layout:180 lib/layouts/spie.layout:32 +#: lib/layouts/amsart.layout:74 lib/layouts/amsbook.layout:83 +#: lib/layouts/beamer.layout:172 lib/layouts/egs.layout:579 +#: lib/layouts/isprs.layout:179 lib/layouts/spie.layout:31 #: lib/layouts/aguplus.inc:37 lib/layouts/db_stdstarsections.inc:36 -#: lib/layouts/stdstarsections.inc:35 lib/layouts/svcommon.inc:254 +#: lib/layouts/stdstarsections.inc:35 lib/layouts/svcommon.inc:249 msgid "Section*" msgstr "Sekce*" -#: lib/layouts/amsart.layout:85 +#: lib/layouts/amsart.layout:84 msgid "SpecialSection" msgstr "SpecialSection" -#: lib/layouts/amsart.layout:94 +#: lib/layouts/amsart.layout:93 msgid "SpecialSection*" msgstr "SpecialSection" -#: lib/layouts/amsart.layout:96 lib/layouts/beamer.layout:274 -#: lib/layouts/beamer.layout:331 lib/layouts/beamer.layout:388 -#: lib/layouts/memoir.layout:221 lib/layouts/stdstarsections.inc:15 -#: lib/layouts/stdstarsections.inc:26 lib/layouts/stdstarsections.inc:37 -#: lib/layouts/stdstarsections.inc:48 lib/layouts/stdstarsections.inc:59 -#: lib/layouts/stdstarsections.inc:70 lib/layouts/stdstarsections.inc:81 -#: lib/layouts/svcommon.inc:289 +#: lib/layouts/amsart.layout:95 lib/layouts/beamer.layout:174 +#: lib/layouts/beamer.layout:218 lib/layouts/memoir.layout:153 +#: lib/layouts/stdstarsections.inc:15 lib/layouts/stdstarsections.inc:26 +#: lib/layouts/stdstarsections.inc:37 lib/layouts/stdstarsections.inc:48 +#: lib/layouts/stdstarsections.inc:59 lib/layouts/stdstarsections.inc:70 +#: lib/layouts/stdstarsections.inc:81 lib/layouts/svcommon.inc:284 msgid "Unnumbered" -msgstr "Nečíslované" +msgstr "Unnumbered" -#: lib/layouts/amsart.layout:117 lib/layouts/amsbook.layout:93 -#: lib/layouts/beamer.layout:329 lib/layouts/egs.layout:618 -#: lib/layouts/isprs.layout:191 lib/layouts/aguplus.inc:52 +#: lib/layouts/amsart.layout:116 lib/layouts/amsbook.layout:92 +#: lib/layouts/beamer.layout:216 lib/layouts/egs.layout:599 +#: lib/layouts/isprs.layout:190 lib/layouts/aguplus.inc:52 #: lib/layouts/db_stdstarsections.inc:48 lib/layouts/stdstarsections.inc:46 -#: lib/layouts/svcommon.inc:262 +#: lib/layouts/svcommon.inc:257 msgid "Subsection*" msgstr "Podsekce*" -#: lib/layouts/amsart.layout:138 lib/layouts/amsbook.layout:101 -#: lib/layouts/beamer.layout:386 lib/layouts/isprs.layout:200 -#: lib/layouts/db_stdstarsections.inc:60 lib/layouts/stdstarsections.inc:57 -#: lib/layouts/svcommon.inc:270 +#: lib/layouts/amsart.layout:137 lib/layouts/amsbook.layout:100 +#: lib/layouts/isprs.layout:199 lib/layouts/db_stdstarsections.inc:60 +#: lib/layouts/stdstarsections.inc:57 lib/layouts/svcommon.inc:265 msgid "Subsubsection*" msgstr "Podpodsekce*" -#: lib/layouts/amsbook.layout:3 -msgid "American Mathematical Society (AMS) Book" -msgstr "" - -#: lib/layouts/amsbook.layout:4 lib/layouts/book.layout:4 -#: lib/layouts/ctex-book.layout:4 lib/layouts/extbook.layout:4 -#: lib/layouts/jbook.layout:4 lib/layouts/jsbook.layout:4 -#: lib/layouts/memoir.layout:4 lib/layouts/mwbk.layout:4 -#: lib/layouts/recipebook.layout:4 lib/layouts/scrbook.layout:4 -#: lib/layouts/svmono.layout:4 lib/layouts/svmult.layout:4 -#: lib/layouts/tbook.layout:4 lib/layouts/tufte-book.layout:4 -#, fuzzy -msgid "Books" -msgstr "&Záložky" - -#: lib/layouts/amsbook.layout:136 +#: lib/layouts/amsbook.layout:135 msgid "Chapter Exercises" msgstr "Chapter Exercises" -#: lib/layouts/apa6.layout:3 -msgid "American Psychological Association (APA), v. 6" -msgstr "" +#: lib/layouts/apa.layout:51 +msgid "RightHeader" +msgstr "RightHeader" -#: lib/layouts/apa6.layout:60 lib/layouts/apa.layout:105 +#: lib/layouts/apa.layout:60 +msgid "Right header:" +msgstr "Right header:" + +#: lib/layouts/apa.layout:83 +msgid "Abstract:" +msgstr "Abstract:" + +#: lib/layouts/apa.layout:100 msgid "Short title:" msgstr "Short title:" -#: lib/layouts/apa6.layout:90 lib/layouts/apa.layout:135 +#: lib/layouts/apa.layout:129 msgid "TwoAuthors" msgstr "TwoAuthors" -#: lib/layouts/apa6.layout:98 lib/layouts/apa.layout:143 +#: lib/layouts/apa.layout:136 msgid "ThreeAuthors" msgstr "ThreeAuthors" -#: lib/layouts/apa6.layout:106 lib/layouts/apa.layout:151 +#: lib/layouts/apa.layout:143 msgid "FourAuthors" msgstr "FourAuthors" -#: lib/layouts/apa6.layout:113 -msgid "FiveAuthors" -msgstr "FiveAuthors" - -#: lib/layouts/apa6.layout:120 -msgid "SixAuthors" -msgstr "SixAuthors" - -#: lib/layouts/apa6.layout:127 -msgid "LeftHeader" -msgstr "LeftHeader" - -#: lib/layouts/apa6.layout:136 -msgid "Left header:" -msgstr "Left header:" - -#: lib/layouts/apa6.layout:162 lib/layouts/apa.layout:172 -#: lib/layouts/egs.layout:342 lib/layouts/revtex4-1.layout:90 -#: lib/layouts/revtex4.layout:144 lib/layouts/agu_stdtitle.inc:132 +#: lib/layouts/apa.layout:162 lib/layouts/egs.layout:326 +#: lib/layouts/revtex4-1.layout:89 lib/layouts/revtex4.layout:143 +#: lib/layouts/agu_stdtitle.inc:131 msgid "Affiliation:" msgstr "Affiliation:" -#: lib/layouts/apa6.layout:170 lib/layouts/apa.layout:181 +#: lib/layouts/apa.layout:171 msgid "TwoAffiliations" msgstr "TwoAffiliations" -#: lib/layouts/apa6.layout:177 lib/layouts/apa.layout:189 +#: lib/layouts/apa.layout:178 msgid "ThreeAffiliations" msgstr "ThreeAffiliations" -#: lib/layouts/apa6.layout:184 lib/layouts/apa.layout:197 +#: lib/layouts/apa.layout:185 msgid "FourAffiliations" msgstr "FourAffiliations" -#: lib/layouts/apa6.layout:191 -msgid "FiveAffiliations" -msgstr "FiveAffiliations" +#: lib/layouts/apa.layout:192 lib/layouts/egs.layout:335 +msgid "Journal" +msgstr "Journal" -#: lib/layouts/apa6.layout:198 -msgid "SixAffiliations" -msgstr "SixAffiliations" +#: lib/layouts/apa.layout:206 +msgid "CopNum" +msgstr "CopNum" -#: lib/layouts/apa6.layout:206 lib/layouts/beamer.layout:1491 -#: lib/layouts/elsart.layout:407 lib/layouts/iopart.layout:100 -#: lib/layouts/llncs.layout:370 lib/layouts/powerdot.layout:204 -#: lib/layouts/slides.layout:169 lib/layouts/stdinsets.inc:101 +#: lib/layouts/apa.layout:213 lib/layouts/elsart.layout:392 +#: lib/layouts/iopart.layout:95 lib/layouts/llncs.layout:362 +#: lib/layouts/powerdot.layout:194 lib/layouts/slides.layout:167 +#: lib/layouts/stdinsets.inc:101 lib/layouts/theorems-without-preamble.inc:388 #: lib/layouts/theorems-without-preamble.inc:395 -#: lib/layouts/theorems-without-preamble.inc:402 -#: lib/layouts/theorems-without-preamble.inc:405 +#: lib/layouts/theorems-without-preamble.inc:398 #: lib/layouts/theorems-ams-extended-bytype.module:199 #: lib/layouts/theorems-ams-extended-bytype.module:208 #: lib/layouts/theorems-ams-extended-bytype.module:211 @@ -6991,4960 +6490,3077 @@ msgstr "SixAffiliations" #: lib/layouts/theorems-ams-extended.module:200 #: lib/layouts/theorems-ams-extended.module:203 msgid "Note" -msgstr "Poznámka" +msgstr "PoznĂĄmka" -#: lib/layouts/apa6.layout:242 lib/layouts/apa.layout:87 -msgid "Abstract:" -msgstr "Abstract:" +#: lib/layouts/apa.layout:234 +msgid "Acknowledgements:" +msgstr "Acknowledgements:" -#: lib/layouts/apa6.layout:274 -msgid "AuthorNote" -msgstr "AuthorNote" - -#: lib/layouts/apa6.layout:293 -msgid "Author Note:" -msgstr "Author Note:" - -#: lib/layouts/apa6.layout:307 lib/layouts/egs.layout:351 -msgid "Journal" -msgstr "Journal" - -#: lib/layouts/apa6.layout:308 lib/layouts/apa6.layout:316 -#: lib/layouts/apa6.layout:325 lib/layouts/apa6.layout:333 -msgid "Preamble" -msgstr "Preamble" - -#: lib/layouts/apa6.layout:324 -msgid "CopNum" -msgstr "CopNum" - -#: lib/layouts/apa6.layout:332 lib/layouts/agu_stdclass.inc:147 -#: lib/layouts/agu_stdclass.inc:149 -msgid "Volume" -msgstr "Volume" - -#: lib/layouts/apa6.layout:339 lib/layouts/apa.layout:239 +#: lib/layouts/apa.layout:248 msgid "ThickLine" msgstr "ThickLine" -#: lib/layouts/apa6.layout:350 lib/layouts/apa.layout:250 -#, fuzzy -msgid "Centered" -msgstr "Na střed" +#: lib/layouts/apa.layout:258 +msgid "CenteredCaption" +msgstr "CenteredCaption" -#: lib/layouts/apa6.layout:351 lib/layouts/apa.layout:251 -#: lib/layouts/stdinsets.inc:520 src/insets/InsetCaption.cpp:406 -#, fuzzy -msgid "standard" -msgstr "Standardní" +#: lib/layouts/apa.layout:268 lib/layouts/scrclass.inc:265 +#: lib/layouts/scrclass.inc:285 +msgid "Senseless!" +msgstr "NesmyslnĂŠ!" -#: lib/layouts/apa6.layout:356 lib/layouts/apa.layout:256 -#: lib/layouts/scrclass.inc:274 lib/layouts/scrclass.inc:294 -#: lib/layouts/stdinsets.inc:525 -#, fuzzy -msgid "The caption as it appears in the list of figures/tables" -msgstr "Značka tak, jak se objeví v dokumentu" - -#: lib/layouts/apa6.layout:370 lib/layouts/apa.layout:270 +#: lib/layouts/apa.layout:278 msgid "FitFigure" msgstr "FitFigure" -#: lib/layouts/apa6.layout:376 lib/layouts/apa.layout:276 +#: lib/layouts/apa.layout:284 msgid "FitBitmap" msgstr "FitBitmap" -#: lib/layouts/apa6.layout:443 lib/layouts/apa.layout:343 -#: lib/layouts/egs.layout:93 lib/layouts/kluwer.layout:101 -#: lib/layouts/llncs.layout:85 lib/layouts/memoir.layout:136 -#: lib/layouts/paper.layout:96 lib/layouts/agu_stdsections.inc:70 -#: lib/layouts/db_stdsections.inc:60 lib/layouts/scrclass.inc:104 -#: lib/layouts/stdsections.inc:140 lib/layouts/svcommon.inc:233 +#: lib/layouts/apa.layout:351 lib/layouts/egs.layout:89 +#: lib/layouts/kluwer.layout:99 lib/layouts/llncs.layout:83 +#: lib/layouts/memoir.layout:94 lib/layouts/paper.layout:94 +#: lib/layouts/agu_stdsections.inc:76 lib/layouts/db_stdsections.inc:66 +#: lib/layouts/scrclass.inc:100 lib/layouts/stdsections.inc:131 +#: lib/layouts/svcommon.inc:228 msgid "Subparagraph" msgstr "Pododstavec" -#: lib/layouts/apa6.layout:469 -msgid "*" -msgstr "*" - -#: lib/layouts/apa6.layout:471 lib/layouts/apa6.layout:495 -#: lib/layouts/apa.layout:370 lib/layouts/apa.layout:394 -#: lib/layouts/beamer.layout:92 lib/layouts/beamer.layout:129 -#: lib/layouts/egs.layout:171 lib/layouts/egs.layout:193 -#: lib/layouts/powerdot.layout:277 lib/layouts/powerdot.layout:327 -#: lib/layouts/stdlists.inc:32 lib/layouts/stdlists.inc:60 -#, fuzzy -msgid "Custom Item|s" -msgstr "Vlastní vložky" - -#: lib/layouts/apa6.layout:472 lib/layouts/apa6.layout:496 -#: lib/layouts/apa.layout:371 lib/layouts/apa.layout:395 -#: lib/layouts/beamer.layout:93 lib/layouts/beamer.layout:130 -#: lib/layouts/egs.layout:172 lib/layouts/egs.layout:194 -#: lib/layouts/powerdot.layout:278 lib/layouts/powerdot.layout:328 -#: lib/layouts/stdlists.inc:33 lib/layouts/stdlists.inc:61 -msgid "A customized item string" -msgstr "" - -#: lib/layouts/apa6.layout:501 lib/layouts/apa.layout:400 +#: lib/layouts/apa.layout:398 msgid "Seriate" msgstr "Seriate" -#: lib/layouts/apa6.layout:518 lib/layouts/apa6.layout:519 -#: lib/layouts/apa.layout:417 lib/layouts/apa.layout:418 +#: lib/layouts/apa.layout:414 lib/layouts/apa.layout:415 #: lib/layouts/stdcounters.inc:48 msgid "(\\alph{enumii})" msgstr "(\\alph{enumii})" -#: lib/layouts/apa.layout:3 -msgid "American Psychological Association (APA)" -msgstr "" +#: lib/layouts/armenian-article.layout:9 +msgid "LatinOn" +msgstr "LatinOn" -#: lib/layouts/apa.layout:54 -msgid "RightHeader" -msgstr "RightHeader" +#: lib/layouts/armenian-article.layout:18 +msgid "Latin on" +msgstr "Latin on" -#: lib/layouts/apa.layout:63 -msgid "Right header:" -msgstr "Right header:" +#: lib/layouts/armenian-article.layout:25 +msgid "LatinOff" +msgstr "LatinOff" -#: lib/layouts/apa.layout:225 -msgid "Acknowledgements:" -msgstr "Acknowledgements:" +#: lib/layouts/armenian-article.layout:34 +msgid "Latin off" +msgstr "Latin off" -#: lib/layouts/arab-article.layout:3 -#, fuzzy -msgid "Arabic Article" -msgstr "Arabština (Arabi)" +#: lib/layouts/article-beamer.layout:26 lib/layouts/beamer.layout:226 +#: lib/layouts/scrarticle-beamer.layout:22 +msgid "BeginFrame" +msgstr "BeginFrame" -#: lib/layouts/article-beamer.layout:3 -msgid "Beamer Article (Standard Class)" -msgstr "" - -#: lib/layouts/article.layout:3 -msgid "Article (Standard Class)" -msgstr "" - -#: lib/layouts/article.layout:20 lib/layouts/beamer.layout:194 -#: lib/layouts/beamer.layout:219 lib/layouts/memoir.layout:54 -#: lib/layouts/mwart.layout:25 lib/layouts/paper.layout:48 -#: lib/layouts/scrartcl.layout:22 lib/layouts/svmult.layout:103 -#: lib/layouts/tufte-handout.layout:23 lib/layouts/agu_stdsections.inc:12 -#: lib/layouts/db_stdsections.inc:12 lib/layouts/scrclass.inc:53 -#: lib/layouts/stdsections.inc:12 lib/layouts/svcommon.inc:108 +#: lib/layouts/article.layout:19 lib/layouts/beamer.layout:107 +#: lib/layouts/beamer.layout:122 lib/layouts/memoir.layout:52 +#: lib/layouts/mwart.layout:24 lib/layouts/paper.layout:46 +#: lib/layouts/scrartcl.layout:21 lib/layouts/svmult.layout:102 +#: lib/layouts/tufte-handout.layout:22 lib/layouts/agu_stdsections.inc:12 +#: lib/layouts/db_stdsections.inc:12 lib/layouts/numreport.inc:6 +#: lib/layouts/scrclass.inc:51 lib/layouts/stdsections.inc:12 +#: lib/layouts/svcommon.inc:107 msgid "Part" -msgstr "Část" +msgstr "Část" #: lib/layouts/article.layout:31 lib/layouts/mwart.layout:35 #: lib/layouts/scrartcl.layout:31 lib/layouts/db_stdstarsections.inc:13 -#: lib/layouts/stdstarsections.inc:13 lib/layouts/svcommon.inc:245 +#: lib/layouts/stdstarsections.inc:13 lib/layouts/svcommon.inc:240 msgid "Part*" -msgstr "Část*" +msgstr "Část*" -#: lib/layouts/beamer.layout:3 -#, fuzzy -msgid "Beamer" -msgstr "Info (Beamer)" - -#: lib/layouts/beamer.layout:4 lib/layouts/foils.layout:4 -#: lib/layouts/powerdot.layout:4 lib/layouts/seminar.layout:4 -#: lib/layouts/slides.layout:4 -#, fuzzy -msgid "Presentations" -msgstr "Presentation" - -#: lib/layouts/beamer.layout:86 lib/layouts/beamer.layout:119 -#: lib/layouts/beamer.layout:158 lib/layouts/beamer.layout:431 -#: lib/layouts/beamer.layout:490 lib/layouts/beamer.layout:545 -#: lib/layouts/beamer.layout:573 lib/layouts/beamer.layout:775 -#: lib/layouts/beamer.layout:803 lib/layouts/beamer.layout:1090 -#: lib/layouts/beamer.layout:1113 lib/layouts/beamer.layout:1139 -#: lib/layouts/beamer.layout:1314 -#, fuzzy -msgid "Overlay Specifications|S" -msgstr "Vybrat sekce|e" - -#: lib/layouts/beamer.layout:87 lib/layouts/beamer.layout:120 -#: lib/layouts/beamer.layout:159 -msgid "Overlay specifications for this list" -msgstr "" - -#: lib/layouts/beamer.layout:96 lib/layouts/beamer.layout:133 -#: lib/layouts/beamer.layout:168 lib/layouts/beamer.layout:699 -#: lib/layouts/powerdot.layout:281 lib/layouts/powerdot.layout:331 -msgid "Item Overlay Specifications" -msgstr "" - -#: lib/layouts/beamer.layout:97 lib/layouts/beamer.layout:134 -#: lib/layouts/beamer.layout:169 lib/layouts/beamer.layout:544 -#: lib/layouts/beamer.layout:572 lib/layouts/beamer.layout:700 -#: lib/layouts/beamer.layout:774 lib/layouts/beamer.layout:802 -#: lib/layouts/beamer.layout:1089 lib/layouts/beamer.layout:1112 -#: lib/layouts/beamer.layout:1138 lib/layouts/beamer.layout:1313 -#: lib/layouts/powerdot.layout:282 lib/layouts/powerdot.layout:332 -#, fuzzy -msgid "On Slide" -msgstr "Slide" - -#: lib/layouts/beamer.layout:98 lib/layouts/beamer.layout:135 -#: lib/layouts/beamer.layout:170 lib/layouts/beamer.layout:701 -#: lib/layouts/powerdot.layout:283 lib/layouts/powerdot.layout:333 -msgid "Overlay specifications for this item" -msgstr "" - -#: lib/layouts/beamer.layout:125 -#, fuzzy -msgid "Mini Template" -msgstr "Š&ablona" - -#: lib/layouts/beamer.layout:126 -msgid "Mini template for this list (see beamer manual for details)" -msgstr "" - -#: lib/layouts/beamer.layout:164 -#, fuzzy -msgid "Longest label|s" -msgstr "&Nejdelší značka" - -#: lib/layouts/beamer.layout:165 -msgid "The longest label in this list (to determine the indendation width)" -msgstr "" - -#: lib/layouts/beamer.layout:195 lib/layouts/beamer.layout:233 -#: lib/layouts/beamer.layout:290 lib/layouts/beamer.layout:347 -#: lib/layouts/egs.layout:33 lib/layouts/egs.layout:56 -#: lib/layouts/europecv.layout:128 lib/layouts/ltugboat.layout:48 -#: lib/layouts/ltugboat.layout:69 lib/layouts/memoir.layout:194 -#: lib/layouts/moderncv.layout:189 lib/layouts/powerdot.layout:233 -#: lib/layouts/simplecv.layout:32 lib/layouts/tufte-book.layout:65 -#: lib/layouts/tufte-book.layout:90 lib/layouts/tufte-handout.layout:24 -#: lib/layouts/scrclass.inc:157 lib/layouts/stdsections.inc:13 -#: lib/layouts/stdsections.inc:44 lib/layouts/stdsections.inc:72 -#: lib/layouts/svcommon.inc:117 lib/layouts/svcommon.inc:158 -#: lib/layouts/svcommon.inc:171 lib/layouts/svcommon.inc:183 -#: lib/layouts/svcommon.inc:415 -msgid "Sectioning" -msgstr "Sectioning" - -#: lib/layouts/beamer.layout:200 lib/layouts/beamer.layout:250 -#: lib/layouts/beamer.layout:280 lib/layouts/beamer.layout:307 -#: lib/layouts/beamer.layout:337 lib/layouts/beamer.layout:364 -#: lib/layouts/beamer.layout:394 -msgid "Mode" -msgstr "" - -#: lib/layouts/beamer.layout:201 lib/layouts/beamer.layout:251 -#: lib/layouts/beamer.layout:281 lib/layouts/beamer.layout:308 -#: lib/layouts/beamer.layout:338 lib/layouts/beamer.layout:365 -#: lib/layouts/beamer.layout:395 -#, fuzzy -msgid "Mode Specification|S" -msgstr "Přesunout sekci nahorů|n" - -#: lib/layouts/beamer.layout:202 lib/layouts/beamer.layout:252 -#: lib/layouts/beamer.layout:282 lib/layouts/beamer.layout:309 -#: lib/layouts/beamer.layout:339 lib/layouts/beamer.layout:366 -#: lib/layouts/beamer.layout:396 -msgid "Specify in which mode (article, presentation etc.) this header appears" -msgstr "" - -#: lib/layouts/beamer.layout:208 lib/layouts/memoir.layout:57 -#: lib/layouts/tufte-handout.layout:41 lib/layouts/scrclass.inc:119 -#: lib/layouts/stdsections.inc:32 -#, fuzzy -msgid "The part as it appears in the table of contents/running headers" -msgstr "Značka tak, jak se objeví v dokumentu" - -#: lib/layouts/beamer.layout:247 +#: lib/layouts/beamer.layout:154 msgid "Section \\arabic{section}" msgstr "Section \\arabic{section}" -#: lib/layouts/beamer.layout:258 lib/layouts/simplecv.layout:52 -#: lib/layouts/tufte-book.layout:108 lib/layouts/scrclass.inc:139 -#: lib/layouts/stdsections.inc:89 -#, fuzzy -msgid "The section as it appears in the table of contents/running headers" -msgstr "Značka tak, jak se objeví v dokumentu" - -#: lib/layouts/beamer.layout:268 lib/layouts/powerdot.layout:243 +#: lib/layouts/beamer.layout:167 lib/layouts/powerdot.layout:231 #: lib/layouts/numarticle.inc:10 msgid "\\Alph{section}" msgstr "\\Alph{section}" -#: lib/layouts/beamer.layout:304 +#: lib/layouts/beamer.layout:197 msgid "Subsection \\arabic{section}.\\arabic{subsection}" msgstr "Subsection \\arabic{section}.\\arabic{subsection}" -#: lib/layouts/beamer.layout:315 -#, fuzzy -msgid "The subsection as it appears in the table of contents/running headers" -msgstr "Značka tak, jak se objeví v dokumentu" - -#: lib/layouts/beamer.layout:325 +#: lib/layouts/beamer.layout:211 msgid "\\arabic{section}.\\arabic{subsection}" msgstr "\\arabic{section}.\\arabic{subsection}" -#: lib/layouts/beamer.layout:361 -msgid "" -"Subsubsection \\arabic{section}.\\arabic{subsection}.\\arabic{subsubsection}" -msgstr "" -"Subsubsection \\arabic{section}.\\arabic{subsection}.\\arabic{subsubsection}" - -#: lib/layouts/beamer.layout:372 -msgid "" -"The subsubsection as it appears in the table of contents/running headers" -msgstr "" - -#: lib/layouts/beamer.layout:382 -msgid "\\arabic{section}.\\arabic{subsection}.\\arabic{subsubsection}" -msgstr "\\arabic{section}.\\arabic{subsection}.\\arabic{subsubsection}" - -#: lib/layouts/beamer.layout:408 lib/layouts/beamer.layout:413 -msgid "Frame" -msgstr "Frame" - -#: lib/layouts/beamer.layout:409 lib/layouts/beamer.layout:484 -#: lib/layouts/beamer.layout:528 lib/layouts/beamer.layout:557 +#: lib/layouts/beamer.layout:227 lib/layouts/beamer.layout:269 +#: lib/layouts/beamer.layout:307 lib/layouts/beamer.layout:346 +#: lib/layouts/beamer.layout:375 msgid "Frames" msgstr "Frames" -#: lib/layouts/beamer.layout:430 lib/layouts/beamer.layout:835 -#: lib/layouts/beamer.layout:1173 lib/layouts/beamer.layout:1336 -#: lib/layouts/beamer.layout:1353 lib/layouts/beamer.layout:1370 -#: lib/layouts/beamer.layout:1387 lib/layouts/beamer.layout:1404 -#: lib/layouts/beamer.layout:1422 lib/layouts/beamer.layout:1440 -#: lib/layouts/beamer.layout:1458 lib/layouts/beamer.layout:1476 -#: lib/layouts/beamer.layout:1499 -#, fuzzy -msgid "Action" -msgstr "Sekce" +#: lib/layouts/beamer.layout:244 +msgid "Frame" +msgstr "Frame" -#: lib/layouts/beamer.layout:432 lib/layouts/beamer.layout:491 -msgid "Overlay specifications for this frame" -msgstr "" - -#: lib/layouts/beamer.layout:437 lib/layouts/beamer.layout:496 -msgid "Default Overlay Specifications" -msgstr "" - -#: lib/layouts/beamer.layout:438 lib/layouts/beamer.layout:497 -msgid "Default overlay specifications within this frame" -msgstr "" - -#: lib/layouts/beamer.layout:443 lib/layouts/beamer.layout:465 -#: lib/layouts/beamer.layout:476 lib/layouts/beamer.layout:502 -#, fuzzy -msgid "Frame Options" -msgstr "Parametry pro LaTeX" - -#: lib/layouts/beamer.layout:444 lib/layouts/beamer.layout:466 -#: lib/layouts/beamer.layout:477 lib/layouts/beamer.layout:503 -#: lib/layouts/beamer.layout:601 lib/layouts/initials.module:33 -#: lib/layouts/lilypond.module:36 -#, fuzzy -msgid "Options" -msgstr "&Možnosti:" - -#: lib/layouts/beamer.layout:445 lib/layouts/beamer.layout:467 -#: lib/layouts/beamer.layout:478 lib/layouts/beamer.layout:504 -msgid "Frame options (see beamer manual)" -msgstr "" - -#: lib/layouts/beamer.layout:448 -#, fuzzy -msgid "Frame Title" -msgstr "FrameSubtitle" - -#: lib/layouts/beamer.layout:449 -msgid "Enter the frame title here" -msgstr "" - -#: lib/layouts/beamer.layout:461 -#, fuzzy -msgid "PlainFrame" +#: lib/layouts/beamer.layout:268 +msgid "BeginPlainFrame" msgstr "BeginPlainFrame" -#: lib/layouts/beamer.layout:463 -#, fuzzy -msgid "Frame (plain)" -msgstr "LaTeX (prostý)" +#: lib/layouts/beamer.layout:285 +msgid "Frame (no head/foot/sidebars)" +msgstr "Frame (no head/foot/sidebars)" -#: lib/layouts/beamer.layout:472 -#, fuzzy -msgid "FragileFrame" -msgstr "BeginFrame" - -#: lib/layouts/beamer.layout:474 -#, fuzzy -msgid "Frame (fragile)" -msgstr "Name (Surname)" - -#: lib/layouts/beamer.layout:483 +#: lib/layouts/beamer.layout:306 msgid "AgainFrame" msgstr "AgainFrame" -#: lib/layouts/beamer.layout:489 lib/layouts/powerdot.layout:124 -#: lib/layouts/seminar.layout:97 lib/layouts/slides.layout:91 -#: src/frontends/qt4/GuiDocument.cpp:129 -msgid "Slide" -msgstr "Slide" - -#: lib/layouts/beamer.layout:516 -#, fuzzy -msgid "Repeat frame with label" +#: lib/layouts/beamer.layout:323 +msgid "Again frame with label" msgstr "Again frame with label" -#: lib/layouts/beamer.layout:527 -#, fuzzy -msgid "FrameTitle" -msgstr "FrameSubtitle" +#: lib/layouts/beamer.layout:345 +msgid "EndFrame" +msgstr "EndFrame" -#: lib/layouts/beamer.layout:546 lib/layouts/beamer.layout:574 -#: lib/layouts/beamer.layout:776 lib/layouts/beamer.layout:804 -#: lib/layouts/beamer.layout:837 lib/layouts/beamer.layout:1091 -#: lib/layouts/beamer.layout:1114 lib/layouts/beamer.layout:1140 -#: lib/layouts/beamer.layout:1175 lib/layouts/beamer.layout:1315 -#: lib/layouts/beamer.layout:1338 lib/layouts/beamer.layout:1355 -#: lib/layouts/beamer.layout:1372 lib/layouts/beamer.layout:1389 -#: lib/layouts/beamer.layout:1406 lib/layouts/beamer.layout:1424 -#: lib/layouts/beamer.layout:1442 lib/layouts/beamer.layout:1460 -#: lib/layouts/beamer.layout:1478 lib/layouts/beamer.layout:1501 -msgid "Specify the overlay settings (see beamer manual)" -msgstr "" +#: lib/layouts/beamer.layout:359 +msgid "________________________________" +msgstr "________________________________" -#: lib/layouts/beamer.layout:551 -#, fuzzy -msgid "Short Frame Title|S" -msgstr "Krátký titulek" - -#: lib/layouts/beamer.layout:552 -msgid "A short form of the frame title used in some themes" -msgstr "" - -#: lib/layouts/beamer.layout:556 +#: lib/layouts/beamer.layout:374 msgid "FrameSubtitle" msgstr "FrameSubtitle" -#: lib/layouts/beamer.layout:585 lib/layouts/moderncv.layout:259 -#: lib/layouts/moderncv.layout:273 +#: lib/layouts/beamer.layout:397 msgid "Column" msgstr "Column" -#: lib/layouts/beamer.layout:586 lib/layouts/beamer.layout:611 -#: lib/layouts/beamer.layout:612 lib/layouts/beamer.layout:622 -#: lib/layouts/moderncv.layout:238 +#: lib/layouts/beamer.layout:398 lib/layouts/beamer.layout:422 +#: lib/layouts/beamer.layout:423 lib/layouts/beamer.layout:434 +#: lib/layouts/beamer.layout:452 lib/layouts/beamer.layout:483 msgid "Columns" msgstr "Columns" -#: lib/layouts/beamer.layout:598 +#: lib/layouts/beamer.layout:410 msgid "Start column (increase depth!), width:" msgstr "Start column (increase depth!), width:" -#: lib/layouts/beamer.layout:600 lib/layouts/powerdot.layout:449 -#, fuzzy -msgid "Column Options" -msgstr "Nastavení sloupce" - -#: lib/layouts/beamer.layout:602 -msgid "Column options (see beamer manual)" -msgstr "" - -#: lib/layouts/beamer.layout:625 -#, fuzzy -msgid "Column Placement Options" -msgstr "Umístění - rozšířené volby" - -#: lib/layouts/beamer.layout:626 -msgid "Column placement options (t, T, c, b)" -msgstr "" - -#: lib/layouts/beamer.layout:638 +#: lib/layouts/beamer.layout:451 msgid "ColumnsCenterAligned" msgstr "ColumnsCenterAligned" -#: lib/layouts/beamer.layout:641 +#: lib/layouts/beamer.layout:463 msgid "Columns (center aligned)" msgstr "Columns (center aligned)" -#: lib/layouts/beamer.layout:646 +#: lib/layouts/beamer.layout:482 msgid "ColumnsTopAligned" msgstr "ColumnsTopAligned" -#: lib/layouts/beamer.layout:649 +#: lib/layouts/beamer.layout:494 msgid "Columns (top aligned)" msgstr "Columns (top aligned)" -#: lib/layouts/beamer.layout:659 lib/layouts/powerdot.layout:463 +#: lib/layouts/beamer.layout:514 msgid "Pause" msgstr "Pause" -#: lib/layouts/beamer.layout:660 lib/layouts/beamer.layout:688 -#: lib/layouts/beamer.layout:723 lib/layouts/beamer.layout:755 -#: lib/layouts/beamer.layout:783 lib/layouts/powerdot.layout:464 +#: lib/layouts/beamer.layout:515 lib/layouts/beamer.layout:541 +#: lib/layouts/beamer.layout:568 lib/layouts/beamer.layout:594 +#: lib/layouts/beamer.layout:620 msgid "Overlays" msgstr "Overlays" -#: lib/layouts/beamer.layout:666 lib/layouts/powerdot.layout:470 -#, fuzzy -msgid "Pause number" -msgstr "Číslo stránky" - -#: lib/layouts/beamer.layout:667 lib/layouts/powerdot.layout:471 -msgid "Number of slide where the context below the pause gets visible" -msgstr "" - -#: lib/layouts/beamer.layout:678 lib/layouts/powerdot.layout:482 +#: lib/layouts/beamer.layout:530 msgid "_ _ _ _ _ _ _ _ _ _ _ _ _ _" msgstr "_ _ _ _ _ _ _ _ _ _ _ _ _ _" -#: lib/layouts/beamer.layout:687 lib/layouts/beamer.layout:715 +#: lib/layouts/beamer.layout:540 lib/layouts/beamer.layout:551 msgid "Overprint" msgstr "Overprint" -#: lib/layouts/beamer.layout:694 -#, fuzzy -msgid "Overprint Area Width" -msgstr "Overprint" - -#: lib/layouts/beamer.layout:695 lib/layouts/moderncv.layout:264 -#: src/frontends/qt4/GuiBox.cpp:71 -msgid "Width" -msgstr "Šířka" - -#: lib/layouts/beamer.layout:696 -msgid "The width of the overprint area (default: text width)" -msgstr "" - -#: lib/layouts/beamer.layout:722 +#: lib/layouts/beamer.layout:567 msgid "OverlayArea" msgstr "OverlayArea" -#: lib/layouts/beamer.layout:732 +#: lib/layouts/beamer.layout:578 msgid "Overlayarea" msgstr "Overlayarea" -#: lib/layouts/beamer.layout:742 -#, fuzzy -msgid "Overlay Area Width" -msgstr "OverlayArea" - -#: lib/layouts/beamer.layout:743 -#, fuzzy -msgid "The width of the overlay area" -msgstr "Pevná šířka sloupce" - -#: lib/layouts/beamer.layout:747 -#, fuzzy -msgid "Overlay Area Height" -msgstr "OverlayArea" - -#: lib/layouts/beamer.layout:748 lib/layouts/moderncv.layout:166 -#: src/frontends/qt4/GuiBox.cpp:70 -msgid "Height" -msgstr "Výška" - -#: lib/layouts/beamer.layout:749 -msgid "The height of the overlay area" -msgstr "" - -#: lib/layouts/beamer.layout:754 lib/layouts/beamer.layout:1413 -#: lib/layouts/beamer.layout:1415 lib/layouts/powerdot.layout:584 +#: lib/layouts/beamer.layout:593 msgid "Uncover" msgstr "Uncover" -#: lib/layouts/beamer.layout:764 +#: lib/layouts/beamer.layout:604 msgid "Uncovered on slides" msgstr "Uncovered on slides" -#: lib/layouts/beamer.layout:782 lib/layouts/beamer.layout:1395 -#: lib/layouts/beamer.layout:1397 lib/layouts/powerdot.layout:590 +#: lib/layouts/beamer.layout:619 msgid "Only" msgstr "Only" -#: lib/layouts/beamer.layout:792 +#: lib/layouts/beamer.layout:630 msgid "Only on slides" msgstr "Only on slides" -#: lib/layouts/beamer.layout:815 +#: lib/layouts/beamer.layout:646 msgid "Block" msgstr "Blok" -#: lib/layouts/beamer.layout:816 +#: lib/layouts/beamer.layout:647 lib/layouts/beamer.layout:673 +#: lib/layouts/beamer.layout:703 msgid "Blocks" msgstr "Blocks" -#: lib/layouts/beamer.layout:825 +#: lib/layouts/beamer.layout:657 msgid "Block:" msgstr "Block:" -#: lib/layouts/beamer.layout:836 -#, fuzzy -msgid "Action Specification|S" -msgstr "Vybrat sekce|e" - -#: lib/layouts/beamer.layout:842 -#, fuzzy -msgid "Block Title" -msgstr "Kvádry" - -#: lib/layouts/beamer.layout:843 -msgid "Enter the block title here" -msgstr "" - -#: lib/layouts/beamer.layout:854 +#: lib/layouts/beamer.layout:672 msgid "ExampleBlock" msgstr "ExampleBlock" -#: lib/layouts/beamer.layout:857 +#: lib/layouts/beamer.layout:683 msgid "Example Block:" msgstr "Example Block:" -#: lib/layouts/beamer.layout:863 +#: lib/layouts/beamer.layout:702 msgid "AlertBlock" msgstr "AlertBlock" -#: lib/layouts/beamer.layout:866 +#: lib/layouts/beamer.layout:713 msgid "Alert Block:" msgstr "Alert Block:" -#: lib/layouts/beamer.layout:878 lib/layouts/beamer.layout:910 -#: lib/layouts/beamer.layout:934 lib/layouts/beamer.layout:956 -#: lib/layouts/beamer.layout:999 lib/layouts/beamer.layout:1021 +#: lib/layouts/beamer.layout:735 lib/layouts/beamer.layout:767 +#: lib/layouts/beamer.layout:792 lib/layouts/beamer.layout:814 +#: lib/layouts/beamer.layout:857 lib/layouts/beamer.layout:960 msgid "Titling" msgstr "Titling" -#: lib/layouts/beamer.layout:892 -msgid "Short title which appears in the sidebar/header" -msgstr "" - -#: lib/layouts/beamer.layout:901 +#: lib/layouts/beamer.layout:758 msgid "Title (Plain Frame)" msgstr "Title (Plain Frame)" -#: lib/layouts/beamer.layout:923 -#, fuzzy -msgid "Short Subtitle|S" -msgstr "Krátký titulek" - -#: lib/layouts/beamer.layout:924 -msgid "Short subtitle which appears in the sidebar/header" -msgstr "" - -#: lib/layouts/beamer.layout:946 lib/layouts/IEEEtran.layout:123 -#, fuzzy -msgid "Short Author|S" -msgstr "Klávesové zkratky|z" - -#: lib/layouts/beamer.layout:947 -msgid "Short author which appears in the sidebar/header" -msgstr "" - -#: lib/layouts/beamer.layout:968 -#, fuzzy -msgid "Short Institute|S" -msgstr "Krátký titulek" - -#: lib/layouts/beamer.layout:969 -msgid "Short institute which appears in the sidebar/header" -msgstr "" - -#: lib/layouts/beamer.layout:977 +#: lib/layouts/beamer.layout:834 msgid "InstituteMark" msgstr "InstituteMark" -#: lib/layouts/beamer.layout:1011 -#, fuzzy -msgid "Short Date|S" -msgstr "Krátký titulek" +#: lib/layouts/beamer.layout:838 +msgid "Institute mark" +msgstr "Institute mark" -#: lib/layouts/beamer.layout:1012 -msgid "Short date which appears in the sidebar/header" -msgstr "" - -#: lib/layouts/beamer.layout:1020 -msgid "TitleGraphic" -msgstr "TitleGraphic" - -#: lib/layouts/beamer.layout:1072 lib/layouts/egs.layout:102 -#: lib/layouts/powerdot.layout:373 lib/layouts/db_stdlayouts.inc:19 +#: lib/layouts/beamer.layout:903 lib/layouts/egs.layout:98 +#: lib/layouts/powerdot.layout:308 lib/layouts/db_stdlayouts.inc:19 #: lib/layouts/stdlayouts.inc:12 msgid "Quotation" msgstr "Citace" -#: lib/layouts/beamer.layout:1097 lib/layouts/egs.layout:120 -#: lib/layouts/moderncv.layout:175 lib/layouts/powerdot.layout:394 -#: lib/layouts/stdlayouts.inc:33 +#: lib/layouts/beamer.layout:922 lib/layouts/egs.layout:116 +#: lib/layouts/powerdot.layout:328 lib/layouts/stdlayouts.inc:33 msgid "Quote" -msgstr "Citát" +msgstr "CitĂĄt" -#: lib/layouts/beamer.layout:1120 lib/layouts/egs.layout:220 -#: lib/layouts/powerdot.layout:413 lib/layouts/stdlayouts.inc:52 +#: lib/layouts/beamer.layout:939 lib/layouts/egs.layout:206 +#: lib/layouts/powerdot.layout:346 lib/layouts/stdlayouts.inc:52 msgid "Verse" -msgstr "Verš" +msgstr "VerĹĄ" -#: lib/layouts/beamer.layout:1152 lib/layouts/elsart.layout:273 -#: lib/layouts/elsart.layout:303 lib/layouts/foils.layout:221 -#: lib/layouts/heb-article.layout:20 lib/layouts/heb-article.layout:98 -#: lib/layouts/IEEEtran.layout:401 lib/layouts/ijmpc.layout:328 -#: lib/layouts/ijmpd.layout:331 lib/layouts/llncs.layout:294 -#: lib/layouts/siamltex.layout:118 lib/layouts/svcommon.inc:637 -#: lib/layouts/theorems-ams-bytype.inc:51 lib/layouts/theorems-ams.inc:25 -#: lib/layouts/theorems-bytype.inc:27 lib/layouts/theorems-case.inc:28 -#: lib/layouts/theorems.inc:25 lib/layouts/theorems-proof.inc:14 -#: lib/layouts/theorems-starred.inc:24 -#: lib/layouts/theorems-without-preamble.inc:35 -#: lib/layouts/theorems-named.module:13 -#, fuzzy -msgid "Reasoning" -msgstr "Význam" +#: lib/layouts/beamer.layout:959 +msgid "TitleGraphic" +msgstr "TitleGraphic" -#: lib/layouts/beamer.layout:1161 lib/layouts/foils.layout:312 -#: lib/layouts/theorems-starred.inc:69 +#: lib/layouts/beamer.layout:984 lib/layouts/theorems-std.module:2 +msgid "Theorems" +msgstr "TeorĂŠmy" + +#: lib/layouts/beamer.layout:994 lib/layouts/foils.layout:309 +#: lib/layouts/theorems-starred.inc:66 msgid "Corollary." -msgstr "Důsledek." +msgstr "DĹŻsledek." -#: lib/layouts/beamer.layout:1174 lib/layouts/beamer.layout:1337 -#: lib/layouts/beamer.layout:1354 lib/layouts/beamer.layout:1371 -#: lib/layouts/beamer.layout:1388 lib/layouts/beamer.layout:1405 -#: lib/layouts/beamer.layout:1423 lib/layouts/beamer.layout:1441 -#: lib/layouts/beamer.layout:1459 lib/layouts/beamer.layout:1477 -#: lib/layouts/beamer.layout:1500 -#, fuzzy -msgid "Action Specifications|S" -msgstr "Vybrat sekce|e" - -#: lib/layouts/beamer.layout:1180 -#, fuzzy -msgid "Additional Theorem Text" -msgstr "Doplňkové parametry pro LaTeX" - -#: lib/layouts/beamer.layout:1181 -msgid "Additional text appended to the theorem header" -msgstr "" - -#: lib/layouts/beamer.layout:1188 lib/layouts/foils.layout:326 -#: lib/layouts/theorems-starred.inc:155 +#: lib/layouts/beamer.layout:1014 lib/layouts/foils.layout:323 +#: lib/layouts/theorems-starred.inc:152 msgid "Definition." msgstr "Definice." -#: lib/layouts/beamer.layout:1191 +#: lib/layouts/beamer.layout:1017 msgid "Definitions" msgstr "Definitions" -#: lib/layouts/beamer.layout:1194 +#: lib/layouts/beamer.layout:1020 msgid "Definitions." msgstr "Definitions." -#: lib/layouts/beamer.layout:1200 lib/layouts/theorems-starred.inc:179 +#: lib/layouts/beamer.layout:1026 lib/layouts/theorems-starred.inc:176 msgid "Example." -msgstr "Příklad." +msgstr "Příklad." -#: lib/layouts/beamer.layout:1207 +#: lib/layouts/beamer.layout:1034 msgid "Examples" msgstr "Examples" -#: lib/layouts/beamer.layout:1210 +#: lib/layouts/beamer.layout:1037 msgid "Examples." msgstr "Examples." -#: lib/layouts/beamer.layout:1213 lib/layouts/theorems-ams-bytype.inc:166 -#: lib/layouts/theorems-ams-bytype.inc:175 -#: lib/layouts/theorems-ams-bytype.inc:178 lib/layouts/theorems-ams.inc:140 -#: lib/layouts/theorems-ams.inc:150 lib/layouts/theorems-ams.inc:153 -#: lib/layouts/theorems-bytype.inc:142 lib/layouts/theorems-bytype.inc:151 -#: lib/layouts/theorems-bytype.inc:154 lib/layouts/theorems.inc:140 -#: lib/layouts/theorems.inc:150 lib/layouts/theorems.inc:153 -#: lib/layouts/theorems-starred.inc:143 lib/layouts/theorems-starred.inc:146 -#: lib/layouts/theorems-without-preamble.inc:162 -#: lib/layouts/theorems-without-preamble.inc:168 -#: lib/layouts/theorems-without-preamble.inc:171 +#: lib/layouts/beamer.layout:1041 lib/layouts/theorems-ams-bytype.inc:163 +#: lib/layouts/theorems-ams-bytype.inc:172 +#: lib/layouts/theorems-ams-bytype.inc:175 lib/layouts/theorems-ams.inc:137 +#: lib/layouts/theorems-ams.inc:147 lib/layouts/theorems-ams.inc:150 +#: lib/layouts/theorems-bytype.inc:139 lib/layouts/theorems-bytype.inc:148 +#: lib/layouts/theorems-bytype.inc:151 lib/layouts/theorems-starred.inc:140 +#: lib/layouts/theorems-starred.inc:143 +#: lib/layouts/theorems-without-preamble.inc:159 +#: lib/layouts/theorems-without-preamble.inc:165 +#: lib/layouts/theorems-without-preamble.inc:168 lib/layouts/theorems.inc:137 +#: lib/layouts/theorems.inc:147 lib/layouts/theorems.inc:150 #: lib/layouts/theorems-chap-bytype.module:114 #: lib/layouts/theorems-sec-bytype.module:94 msgid "Fact" msgstr "Fakt" -#: lib/layouts/beamer.layout:1216 lib/layouts/theorems-starred.inc:137 +#: lib/layouts/beamer.layout:1044 lib/layouts/theorems-starred.inc:134 msgid "Fact." msgstr "Fakt." -#: lib/layouts/beamer.layout:1222 lib/layouts/foils.layout:284 -#: lib/layouts/IEEEtran.layout:420 lib/layouts/llncs.layout:387 -#: lib/layouts/siamltex.layout:175 lib/layouts/svmono.layout:86 -#: lib/layouts/svmono.layout:90 lib/layouts/svmono.layout:94 -#: lib/layouts/svcommon.inc:646 lib/layouts/theorems-proof.inc:33 -msgid "Proof." -msgstr "Důkaz." - -#: lib/layouts/beamer.layout:1228 lib/layouts/foils.layout:298 +#: lib/layouts/beamer.layout:1056 lib/layouts/foils.layout:295 #: lib/layouts/theorems-starred.inc:29 msgid "Theorem." -msgstr "Věta." +msgstr "Věta." -#: lib/layouts/beamer.layout:1236 +#: lib/layouts/beamer.layout:1061 msgid "Separator" msgstr "Separator" -#: lib/layouts/beamer.layout:1250 +#: lib/layouts/beamer.layout:1075 msgid "___" msgstr "___" -#: lib/layouts/beamer.layout:1259 lib/layouts/egs.layout:652 +#: lib/layouts/beamer.layout:1085 lib/layouts/egs.layout:633 #: lib/layouts/db_lyxmacros.inc:19 lib/layouts/lyxmacros.inc:12 msgid "LyX-Code" -msgstr "Lyx-Kód" +msgstr "Lyx-KĂłd" -#: lib/layouts/beamer.layout:1293 +#: lib/layouts/beamer.layout:1123 msgid "NoteItem" msgstr "NoteItem" -#: lib/layouts/beamer.layout:1327 lib/layouts/beamer.layout:1329 -#: src/Font.cpp:64 src/frontends/qt4/GuiCharacter.cpp:111 -msgid "Bold" -msgstr "Tučný" +#: lib/layouts/beamer.layout:1135 lib/layouts/powerdot.layout:206 +msgid "Note:" +msgstr "Note:" -#: lib/layouts/beamer.layout:1344 lib/layouts/ectaart.layout:146 -msgid "Emphasize" -msgstr "Emphasize" - -#: lib/layouts/beamer.layout:1346 -#, fuzzy -msgid "Emph." -msgstr "Zvýrazněný" - -#: lib/layouts/beamer.layout:1361 lib/layouts/beamer.layout:1363 +#: lib/layouts/beamer.layout:1151 lib/layouts/beamer.layout:1153 msgid "Alert" msgstr "Alert" -#: lib/layouts/beamer.layout:1378 lib/layouts/beamer.layout:1380 -#: lib/layouts/svcommon.inc:69 lib/layouts/svcommon.inc:96 -#: lib/layouts/svcommon.inc:103 +#: lib/layouts/beamer.layout:1162 lib/layouts/beamer.layout:1164 +#: lib/layouts/svcommon.inc:68 lib/layouts/svcommon.inc:95 +#: lib/layouts/svcommon.inc:102 msgid "Structure" msgstr "Structure" -#: lib/layouts/beamer.layout:1431 lib/layouts/beamer.layout:1433 -#: lib/layouts/powerdot.layout:569 -#, fuzzy -msgid "Visible" -msgstr "VisibleText" - -#: lib/layouts/beamer.layout:1449 lib/layouts/beamer.layout:1451 -#, fuzzy -msgid "Invisible" -msgstr "InvisibleText" - -#: lib/layouts/beamer.layout:1467 lib/layouts/beamer.layout:1469 -#, fuzzy -msgid "Alternative" -msgstr "&Alternativní jazyk:" - -#: lib/layouts/beamer.layout:1483 -#, fuzzy -msgid "Default Text" -msgstr "Standardní" - -#: lib/layouts/beamer.layout:1484 -#, fuzzy -msgid "Enter the default text here" -msgstr "Jméno standardní tiskárny" - -#: lib/layouts/beamer.layout:1489 -#, fuzzy -msgid "Beamer Note" -msgstr "New Note:" - -#: lib/layouts/beamer.layout:1506 -#, fuzzy -msgid "Note Options" -msgstr "Nastavení matematiky" - -#: lib/layouts/beamer.layout:1507 -msgid "Specifiy note options (see beamer manual)" -msgstr "" - -#: lib/layouts/beamer.layout:1511 +#: lib/layouts/beamer.layout:1173 msgid "ArticleMode" msgstr "ArticleMode" -#: lib/layouts/beamer.layout:1517 +#: lib/layouts/beamer.layout:1178 msgid "Article" msgstr "Article" -#: lib/layouts/beamer.layout:1521 +#: lib/layouts/beamer.layout:1183 msgid "PresentationMode" msgstr "PresentationMode" -#: lib/layouts/beamer.layout:1527 +#: lib/layouts/beamer.layout:1188 msgid "Presentation" msgstr "Presentation" -#: lib/layouts/beamer.layout:1538 lib/layouts/powerdot.layout:500 -#: lib/layouts/aguplus.inc:206 lib/layouts/stdfloats.inc:11 -#: lib/ui/stdtoolbars.inc:143 src/insets/Inset.cpp:100 +#: lib/layouts/beamer.layout:1195 lib/layouts/powerdot.layout:373 +#: lib/layouts/stdfloats.inc:11 lib/ui/stdtoolbars.inc:142 +#: src/insets/Inset.cpp:97 msgid "Table" msgstr "Tabulka" -#: lib/layouts/beamer.layout:1543 lib/layouts/powerdot.layout:504 -#: lib/layouts/tufte-book.layout:229 lib/layouts/stdfloats.inc:16 +#: lib/layouts/beamer.layout:1200 lib/layouts/powerdot.layout:377 +#: lib/layouts/tufte-book.layout:222 lib/layouts/stdfloats.inc:16 +#: src/insets/InsetFloatList.cpp:195 msgid "List of Tables" msgstr "Seznam tabulek" -#: lib/layouts/beamer.layout:1551 lib/layouts/powerdot.layout:512 +#: lib/layouts/beamer.layout:1209 lib/layouts/powerdot.layout:385 #: lib/layouts/stdfloats.inc:26 msgid "Figure" -msgstr "Obrázek" +msgstr "ObrĂĄzek" -#: lib/layouts/beamer.layout:1556 lib/layouts/powerdot.layout:516 -#: lib/layouts/tufte-book.layout:242 lib/layouts/stdfloats.inc:31 +#: lib/layouts/beamer.layout:1214 lib/layouts/powerdot.layout:389 +#: lib/layouts/tufte-book.layout:235 lib/layouts/stdfloats.inc:31 +#: src/insets/InsetFloatList.cpp:198 msgid "List of Figures" -msgstr "Seznam obrázků" +msgstr "Seznam obrĂĄzkĹŻ" -#: lib/layouts/book.layout:3 -msgid "Book (Standard Class)" -msgstr "" - -#: lib/layouts/broadway.layout:3 -msgid "Broadway" -msgstr "" - -#: lib/layouts/broadway.layout:4 lib/layouts/hollywood.layout:4 -#, fuzzy -msgid "Scripts" -msgstr "Index dole" - -#: lib/layouts/broadway.layout:32 lib/layouts/hollywood.layout:41 +#: lib/layouts/broadway.layout:31 lib/layouts/hollywood.layout:40 msgid "Dialogue" msgstr "Dialogue" -#: lib/layouts/broadway.layout:43 lib/layouts/hollywood.layout:209 +#: lib/layouts/broadway.layout:42 lib/layouts/hollywood.layout:208 msgid "Narrative" msgstr "Narrative" -#: lib/layouts/broadway.layout:59 +#: lib/layouts/broadway.layout:58 msgid "ACT" msgstr "ACT" -#: lib/layouts/broadway.layout:71 +#: lib/layouts/broadway.layout:70 msgid "ACT \\arabic{act}" msgstr "ACT \\arabic{act}" -#: lib/layouts/broadway.layout:75 lib/layouts/broadway.layout:102 +#: lib/layouts/broadway.layout:74 lib/layouts/broadway.layout:101 msgid "SCENE" msgstr "SCENE" -#: lib/layouts/broadway.layout:87 +#: lib/layouts/broadway.layout:86 msgid "SCENE \\arabic{scene}" msgstr "SCENE \\arabic{scene}" -#: lib/layouts/broadway.layout:91 +#: lib/layouts/broadway.layout:90 msgid "SCENE*" msgstr "SCENE*" -#: lib/layouts/broadway.layout:106 lib/layouts/broadway.layout:117 +#: lib/layouts/broadway.layout:105 lib/layouts/broadway.layout:116 msgid "AT RISE:" msgstr "AT RISE:" -#: lib/layouts/broadway.layout:122 lib/layouts/hollywood.layout:145 +#: lib/layouts/broadway.layout:121 lib/layouts/hollywood.layout:144 msgid "Speaker" msgstr "Speaker" -#: lib/layouts/broadway.layout:135 lib/layouts/hollywood.layout:160 +#: lib/layouts/broadway.layout:134 lib/layouts/hollywood.layout:159 msgid "Parenthetical" msgstr "Parenthetical" -#: lib/layouts/broadway.layout:146 lib/layouts/hollywood.layout:171 +#: lib/layouts/broadway.layout:145 lib/layouts/hollywood.layout:170 msgid "(" msgstr "(" -#: lib/layouts/broadway.layout:148 lib/layouts/hollywood.layout:173 +#: lib/layouts/broadway.layout:147 lib/layouts/hollywood.layout:172 msgid ")" msgstr ")" -#: lib/layouts/broadway.layout:159 lib/layouts/broadway.layout:169 +#: lib/layouts/broadway.layout:158 lib/layouts/broadway.layout:168 msgid "CURTAIN" msgstr "CURTAIN" -#: lib/layouts/broadway.layout:216 lib/layouts/egs.layout:239 -#: lib/layouts/hollywood.layout:307 lib/layouts/siamltex.layout:306 +#: lib/layouts/broadway.layout:212 lib/layouts/egs.layout:225 +#: lib/layouts/hollywood.layout:305 lib/layouts/siamltex.layout:298 #: lib/layouts/lyxmacros.inc:65 msgid "Right Address" msgstr "Adresa napravo" -#: lib/layouts/chess.layout:3 -#, fuzzy -msgid "Chess" -msgstr "ChessBoard" - -#: lib/layouts/chess.layout:36 +#: lib/layouts/chess.layout:35 msgid "Mainline" msgstr "Mainline" -#: lib/layouts/chess.layout:43 +#: lib/layouts/chess.layout:42 msgid "Mainline:" msgstr "Mainline:" -#: lib/layouts/chess.layout:62 +#: lib/layouts/chess.layout:61 msgid "Variation" msgstr "Variation" -#: lib/layouts/chess.layout:66 +#: lib/layouts/chess.layout:65 msgid "Variation:" msgstr "Variation:" -#: lib/layouts/chess.layout:72 +#: lib/layouts/chess.layout:71 msgid "SubVariation" msgstr "SubVariation" -#: lib/layouts/chess.layout:75 +#: lib/layouts/chess.layout:74 msgid "Subvariation:" msgstr "Subvariation:" -#: lib/layouts/chess.layout:81 +#: lib/layouts/chess.layout:80 msgid "SubVariation2" msgstr "SubVariation2" -#: lib/layouts/chess.layout:84 +#: lib/layouts/chess.layout:83 msgid "Subvariation(2):" msgstr "Subvariation(2):" -#: lib/layouts/chess.layout:90 +#: lib/layouts/chess.layout:89 msgid "SubVariation3" msgstr "SubVariation3" -#: lib/layouts/chess.layout:93 +#: lib/layouts/chess.layout:92 msgid "Subvariation(3):" msgstr "Subvariation(3):" -#: lib/layouts/chess.layout:99 +#: lib/layouts/chess.layout:98 msgid "SubVariation4" msgstr "SubVariation4" -#: lib/layouts/chess.layout:102 +#: lib/layouts/chess.layout:101 msgid "Subvariation(4):" msgstr "Subvariation(4):" -#: lib/layouts/chess.layout:108 +#: lib/layouts/chess.layout:107 msgid "SubVariation5" msgstr "SubVariation5" -#: lib/layouts/chess.layout:111 +#: lib/layouts/chess.layout:110 msgid "Subvariation(5):" msgstr "Subvariation(5):" -#: lib/layouts/chess.layout:118 +#: lib/layouts/chess.layout:117 msgid "HideMoves" msgstr "HideMoves" -#: lib/layouts/chess.layout:123 +#: lib/layouts/chess.layout:122 msgid "HideMoves:" msgstr "HideMoves:" -#: lib/layouts/chess.layout:128 +#: lib/layouts/chess.layout:127 msgid "ChessBoard" msgstr "ChessBoard" -#: lib/layouts/chess.layout:132 +#: lib/layouts/chess.layout:131 msgid "[chessboard]" msgstr "[chessboard]" -#: lib/layouts/chess.layout:141 +#: lib/layouts/chess.layout:140 msgid "BoardCentered" msgstr "BoardCentered" -#: lib/layouts/chess.layout:146 +#: lib/layouts/chess.layout:145 msgid "[centered board]" msgstr "[centered board]" -#: lib/layouts/chess.layout:156 +#: lib/layouts/chess.layout:155 msgid "HighLight" msgstr "HighLight" -#: lib/layouts/chess.layout:161 +#: lib/layouts/chess.layout:160 msgid "Highlights:" msgstr "Highlights:" -#: lib/layouts/chess.layout:176 +#: lib/layouts/chess.layout:175 msgid "Arrow" msgstr "Arrow" -#: lib/layouts/chess.layout:181 +#: lib/layouts/chess.layout:180 msgid "Arrow:" msgstr "Arrow:" -#: lib/layouts/chess.layout:187 +#: lib/layouts/chess.layout:186 msgid "KnightMove" msgstr "KnightMove" -#: lib/layouts/chess.layout:192 +#: lib/layouts/chess.layout:191 msgid "KnightMove:" msgstr "KnightMove:" -#: lib/layouts/cl2emult.layout:3 -msgid "Springer cl2emult" -msgstr "" - -#: lib/layouts/ctex-article.layout:3 -#, fuzzy -msgid "Chinese Article (CTeX)" -msgstr "Čínština (tradiční) (EUC-TW)" - -#: lib/layouts/ctex-book.layout:3 -#, fuzzy -msgid "Chinese Book (CTeX)" -msgstr "Lilipond book (LaTeX)" - -#: lib/layouts/ctex-report.layout:3 -msgid "Chinese Report (CTeX)" -msgstr "" - -#: lib/layouts/ctex-report.layout:4 lib/layouts/extreport.layout:4 -#: lib/layouts/jreport.layout:4 lib/layouts/mwrep.layout:4 -#: lib/layouts/report.layout:4 lib/layouts/scrreprt.layout:4 -#: lib/layouts/treport.layout:4 -msgid "Reports" -msgstr "" - -#: lib/layouts/dinbrief.layout:3 -#, fuzzy -msgid "DIN-Brief" -msgstr "DinBrief" - -#: lib/layouts/dinbrief.layout:4 lib/layouts/extletter.layout:4 -#: lib/layouts/frletter.layout:4 lib/layouts/g-brief2.layout:4 -#: lib/layouts/g-brief.layout:4 lib/layouts/heb-letter.layout:4 -#: lib/layouts/letter.layout:4 lib/layouts/lettre.layout:4 -#: lib/layouts/scrlettr.layout:4 lib/layouts/scrlttr2.layout:4 -#, fuzzy -msgid "Letters" -msgstr "Letter" - -#: lib/layouts/dinbrief.layout:30 +#: lib/layouts/dinbrief.layout:28 msgid "DinBrief" msgstr "DinBrief" -#: lib/layouts/dinbrief.layout:31 lib/layouts/dinbrief.layout:359 -#: lib/layouts/g-brief2.layout:58 lib/layouts/g-brief2.layout:64 -#: lib/layouts/g-brief.layout:18 lib/layouts/g-brief.layout:37 -#: lib/layouts/g-brief.layout:234 lib/layouts/iopart.layout:124 -#: lib/layouts/moderncv.layout:441 lib/layouts/moderncv.layout:448 -#: lib/layouts/moderncv.layout:497 lib/layouts/scrlettr.layout:42 -#: lib/layouts/scrlettr.layout:43 lib/layouts/scrlettr.layout:74 -#: lib/layouts/scrlettr.layout:117 lib/layouts/scrlttr2.layout:97 -#: lib/layouts/scrlttr2.layout:149 lib/layouts/stdletter.inc:53 -msgid "Letter" -msgstr "Letter" - -#: lib/layouts/dinbrief.layout:47 -#, fuzzy -msgid "Addresses" -msgstr "Adresa" - -#: lib/layouts/dinbrief.layout:49 lib/layouts/g-brief2.layout:732 -#: lib/layouts/g-brief2.layout:755 lib/layouts/g-brief2.layout:777 -#: lib/layouts/lettre.layout:140 lib/layouts/stdletter.inc:26 -#: lib/layouts/stdletter.inc:38 -#, fuzzy -msgid "Postal Data" -msgstr "Postal comment" - -#: lib/layouts/dinbrief.layout:55 lib/layouts/frletter.layout:17 -#: lib/layouts/heb-letter.layout:16 lib/layouts/lettre.layout:56 -#: lib/layouts/lettre.layout:482 lib/layouts/stdletter.inc:37 +#: lib/layouts/dinbrief.layout:47 lib/layouts/frletter.layout:16 +#: lib/layouts/heb-letter.layout:15 lib/layouts/lettre.layout:55 +#: lib/layouts/lettre.layout:481 lib/layouts/stdletter.inc:35 msgid "Send To Address" msgstr "Send To Address" -#: lib/layouts/dinbrief.layout:57 lib/layouts/ectaart.layout:70 -#: lib/layouts/elsart.layout:146 lib/layouts/europecv.layout:68 -#: lib/layouts/g-brief2.layout:788 lib/layouts/g-brief.layout:187 -#: lib/layouts/moderncv.layout:108 lib/layouts/revtex4-1.layout:123 -#: lib/layouts/revtex4.layout:183 lib/layouts/revtex.layout:134 -#: lib/layouts/scrlettr.layout:147 lib/layouts/scrlttr2.layout:64 -#: lib/layouts/siamltex.layout:298 lib/layouts/amsdefs.inc:133 +#: lib/layouts/dinbrief.layout:49 lib/layouts/ectaart.layout:66 +#: lib/layouts/elsart.layout:139 lib/layouts/g-brief.layout:185 +#: lib/layouts/g-brief2.layout:726 lib/layouts/revtex.layout:132 +#: lib/layouts/revtex4-1.layout:119 lib/layouts/revtex4.layout:179 +#: lib/layouts/scrlettr.layout:142 lib/layouts/scrlttr2.layout:62 +#: lib/layouts/siamltex.layout:290 lib/layouts/amsdefs.inc:130 msgid "Address:" msgstr "Address:" -#: lib/layouts/dinbrief.layout:69 lib/layouts/frletter.layout:13 -#: lib/layouts/heb-letter.layout:11 lib/layouts/lettre.layout:34 -#: lib/layouts/lettre.layout:138 lib/layouts/stdletter.inc:25 +#: lib/layouts/dinbrief.layout:61 lib/layouts/frletter.layout:12 +#: lib/layouts/heb-letter.layout:10 lib/layouts/lettre.layout:33 +#: lib/layouts/lettre.layout:137 lib/layouts/stdletter.inc:24 msgid "My Address" msgstr "My Address" -#: lib/layouts/dinbrief.layout:71 lib/layouts/scrlttr2.layout:183 +#: lib/layouts/dinbrief.layout:63 lib/layouts/scrlttr2.layout:179 msgid "Sender Address:" msgstr "Sender Address:" -#: lib/layouts/dinbrief.layout:79 +#: lib/layouts/dinbrief.layout:71 msgid "Return address" msgstr "Return address" -#: lib/layouts/dinbrief.layout:81 lib/layouts/scrlettr.layout:175 -#: lib/layouts/scrlttr2.layout:255 +#: lib/layouts/dinbrief.layout:73 lib/layouts/scrlettr.layout:170 +#: lib/layouts/scrlttr2.layout:251 msgid "Backaddress:" msgstr "Backaddress:" -#: lib/layouts/dinbrief.layout:89 +#: lib/layouts/dinbrief.layout:81 msgid "Postal comment" msgstr "Postal comment" -#: lib/layouts/dinbrief.layout:91 +#: lib/layouts/dinbrief.layout:83 msgid "Postal Remark:" msgstr "Postal Remark:" -#: lib/layouts/dinbrief.layout:96 +#: lib/layouts/dinbrief.layout:88 msgid "Handling" msgstr "Handling" -#: lib/layouts/dinbrief.layout:98 +#: lib/layouts/dinbrief.layout:90 msgid "Handling:" msgstr "Handling:" -#: lib/layouts/dinbrief.layout:102 lib/layouts/g-brief2.layout:50 -#: lib/layouts/g-brief2.layout:819 lib/layouts/g-brief.layout:105 -#: lib/layouts/lettre.layout:60 lib/layouts/lettre.layout:451 +#: lib/layouts/dinbrief.layout:94 lib/layouts/g-brief.layout:103 +#: lib/layouts/g-brief2.layout:757 lib/layouts/lettre.layout:59 +#: lib/layouts/lettre.layout:450 msgid "YourRef" msgstr "YourRef" -#: lib/layouts/dinbrief.layout:104 lib/layouts/scrlettr.layout:211 -#: lib/layouts/scrlttr2.layout:296 +#: lib/layouts/dinbrief.layout:96 lib/layouts/scrlettr.layout:206 +#: lib/layouts/scrlttr2.layout:292 msgid "Your ref.:" msgstr "Your ref.:" -#: lib/layouts/dinbrief.layout:108 lib/layouts/g-brief2.layout:48 -#: lib/layouts/g-brief2.layout:798 lib/layouts/g-brief.layout:98 -#: lib/layouts/lettre.layout:62 lib/layouts/lettre.layout:467 +#: lib/layouts/dinbrief.layout:100 lib/layouts/g-brief.layout:96 +#: lib/layouts/g-brief2.layout:736 lib/layouts/lettre.layout:61 +#: lib/layouts/lettre.layout:466 msgid "MyRef" msgstr "MyRef" -#: lib/layouts/dinbrief.layout:110 lib/layouts/scrlettr.layout:232 -#: lib/layouts/scrlttr2.layout:320 +#: lib/layouts/dinbrief.layout:102 lib/layouts/scrlettr.layout:227 +#: lib/layouts/scrlttr2.layout:316 msgid "Our ref.:" msgstr "Our ref.:" -#: lib/layouts/dinbrief.layout:114 +#: lib/layouts/dinbrief.layout:106 msgid "Writer" msgstr "Writer" -#: lib/layouts/dinbrief.layout:116 +#: lib/layouts/dinbrief.layout:108 msgid "Writer:" msgstr "Writer:" -#: lib/layouts/dinbrief.layout:120 lib/layouts/frletter.layout:41 -#: lib/layouts/g-brief2.layout:954 lib/layouts/g-brief.layout:56 -#: lib/layouts/lettre.layout:68 lib/layouts/lettre.layout:569 -#: lib/layouts/scrlettr.layout:137 lib/layouts/scrlttr2.layout:171 -#: lib/layouts/stdletter.inc:75 +#: lib/layouts/dinbrief.layout:112 lib/layouts/frletter.layout:40 +#: lib/layouts/g-brief.layout:54 lib/layouts/g-brief2.layout:891 +#: lib/layouts/lettre.layout:67 lib/layouts/lettre.layout:568 +#: lib/layouts/scrlettr.layout:132 lib/layouts/scrlttr2.layout:167 +#: lib/layouts/stdletter.inc:71 msgid "Signature" msgstr "Signature" -#: lib/layouts/dinbrief.layout:122 lib/layouts/dinbrief.layout:202 -#: lib/layouts/dinbrief.layout:214 lib/layouts/g-brief2.layout:928 -#: lib/layouts/g-brief2.layout:955 lib/layouts/g-brief2.layout:976 -#: lib/layouts/g-brief2.layout:998 lib/layouts/lettre.layout:517 -#: lib/layouts/lettre.layout:608 lib/layouts/lettre.layout:651 -#: lib/layouts/stdletter.inc:76 -msgid "Closings" -msgstr "Closings" - -#: lib/layouts/dinbrief.layout:123 lib/layouts/g-brief2.layout:965 -#: lib/layouts/g-brief.layout:59 lib/layouts/lettre.layout:572 -#: lib/layouts/scrlettr.layout:140 lib/layouts/scrlttr2.layout:175 -#: lib/layouts/stdletter.inc:88 +#: lib/layouts/dinbrief.layout:114 lib/layouts/g-brief.layout:57 +#: lib/layouts/g-brief2.layout:901 lib/layouts/lettre.layout:571 +#: lib/layouts/scrlettr.layout:135 lib/layouts/scrlttr2.layout:171 +#: lib/layouts/stdletter.inc:83 msgid "Signature:" msgstr "Signature:" -#: lib/layouts/dinbrief.layout:128 +#: lib/layouts/dinbrief.layout:119 msgid "Bottomtext" msgstr "Bottomtext" -#: lib/layouts/dinbrief.layout:130 +#: lib/layouts/dinbrief.layout:121 msgid "Bottom text:" msgstr "Bottom text:" -#: lib/layouts/dinbrief.layout:138 +#: lib/layouts/dinbrief.layout:129 msgid "Area code" msgstr "Area code" -#: lib/layouts/dinbrief.layout:140 +#: lib/layouts/dinbrief.layout:131 msgid "Area Code:" msgstr "Area Code:" -#: lib/layouts/dinbrief.layout:144 lib/layouts/europecv.layout:77 -#: lib/layouts/lettre.layout:38 lib/layouts/lettre.layout:287 -#: lib/layouts/scrlettr.layout:151 lib/layouts/scrlttr2.layout:187 -#: lib/layouts/stdletter.inc:131 +#: lib/layouts/dinbrief.layout:135 lib/layouts/lettre.layout:37 +#: lib/layouts/lettre.layout:286 lib/layouts/scrlettr.layout:146 +#: lib/layouts/scrlttr2.layout:183 lib/layouts/stdletter.inc:126 msgid "Telephone" msgstr "Telephone" -#: lib/layouts/dinbrief.layout:146 lib/layouts/europecv.layout:80 -#: lib/layouts/scrlettr.layout:154 lib/layouts/stdletter.inc:134 +#: lib/layouts/dinbrief.layout:137 lib/layouts/scrlettr.layout:149 +#: lib/layouts/stdletter.inc:129 msgid "Telephone:" msgstr "Telephone:" -#: lib/layouts/dinbrief.layout:151 lib/layouts/lettre.layout:36 -#: lib/layouts/lettre.layout:257 lib/layouts/scrlettr.layout:186 -#: lib/layouts/scrlttr2.layout:267 lib/layouts/stdletter.inc:124 +#: lib/layouts/dinbrief.layout:142 lib/layouts/lettre.layout:35 +#: lib/layouts/lettre.layout:256 lib/layouts/scrlettr.layout:181 +#: lib/layouts/scrlttr2.layout:263 lib/layouts/stdletter.inc:119 msgid "Location" msgstr "Location" -#: lib/layouts/dinbrief.layout:153 lib/layouts/scrlettr.layout:189 -#: lib/layouts/scrlttr2.layout:271 lib/layouts/stdletter.inc:127 +#: lib/layouts/dinbrief.layout:144 lib/layouts/scrlettr.layout:184 +#: lib/layouts/scrlttr2.layout:267 lib/layouts/stdletter.inc:122 msgid "Location:" msgstr "Location:" -#: lib/layouts/dinbrief.layout:163 lib/layouts/g-brief2.layout:872 -#: lib/layouts/g-brief.layout:194 lib/layouts/lettre.layout:227 -#: lib/layouts/revtex4-1.layout:166 lib/layouts/revtex4.layout:126 -#: lib/layouts/revtex.layout:114 lib/layouts/scrlettr.layout:168 -#: lib/layouts/scrlttr2.layout:247 lib/layouts/siamltex.layout:248 -#: lib/layouts/amsdefs.inc:83 +#: lib/layouts/dinbrief.layout:154 lib/layouts/g-brief.layout:192 +#: lib/layouts/g-brief2.layout:810 lib/layouts/lettre.layout:226 +#: lib/layouts/revtex.layout:112 lib/layouts/revtex4-1.layout:156 +#: lib/layouts/revtex4.layout:125 lib/layouts/scrlettr.layout:163 +#: lib/layouts/scrlttr2.layout:243 lib/layouts/siamltex.layout:240 +#: lib/layouts/amsdefs.inc:80 msgid "Date:" msgstr "Date:" -#: lib/layouts/dinbrief.layout:168 lib/layouts/lettre.layout:58 -#: lib/layouts/lettre.layout:429 lib/layouts/scrlettr.layout:201 -#: lib/layouts/scrlttr2.layout:284 lib/layouts/scrclass.inc:205 +#: lib/layouts/dinbrief.layout:159 lib/layouts/lettre.layout:57 +#: lib/layouts/lettre.layout:428 lib/layouts/scrlettr.layout:196 +#: lib/layouts/scrlttr2.layout:280 lib/layouts/scrclass.inc:192 msgid "Subject" msgstr "Subject" -#: lib/layouts/dinbrief.layout:170 lib/layouts/lettre.layout:434 -#: lib/layouts/scrlettr.layout:204 lib/layouts/scrlttr2.layout:288 +#: lib/layouts/dinbrief.layout:161 lib/layouts/lettre.layout:433 +#: lib/layouts/scrlettr.layout:199 lib/layouts/scrlttr2.layout:284 msgid "Subject:" msgstr "Subject:" -#: lib/layouts/dinbrief.layout:184 lib/layouts/frletter.layout:37 -#: lib/layouts/g-brief2.layout:56 lib/layouts/g-brief2.layout:905 -#: lib/layouts/g-brief.layout:207 lib/layouts/lettre.layout:64 -#: lib/layouts/lettre.layout:542 lib/layouts/moderncv.layout:532 -#: lib/layouts/scrlettr.layout:63 lib/layouts/scrlttr2.layout:96 -#: lib/layouts/stdletter.inc:52 +#: lib/layouts/dinbrief.layout:175 lib/layouts/frletter.layout:36 +#: lib/layouts/g-brief.layout:205 lib/layouts/g-brief2.layout:843 +#: lib/layouts/lettre.layout:63 lib/layouts/lettre.layout:541 +#: lib/layouts/scrlettr.layout:60 lib/layouts/scrlttr2.layout:94 +#: lib/layouts/stdletter.inc:49 msgid "Opening" msgstr "Opening" -#: lib/layouts/dinbrief.layout:188 lib/layouts/g-brief2.layout:917 -#: lib/layouts/g-brief.layout:212 lib/layouts/lettre.layout:546 -#: lib/layouts/scrlttr2.layout:108 lib/layouts/stdletter.inc:66 +#: lib/layouts/dinbrief.layout:179 lib/layouts/g-brief.layout:210 +#: lib/layouts/g-brief2.layout:855 lib/layouts/lettre.layout:545 +#: lib/layouts/scrlttr2.layout:105 lib/layouts/stdletter.inc:62 msgid "Opening:" msgstr "Opening:" -#: lib/layouts/dinbrief.layout:200 lib/layouts/frletter.layout:45 -#: lib/layouts/g-brief2.layout:60 lib/layouts/g-brief2.layout:927 -#: lib/layouts/g-brief.layout:233 lib/layouts/lettre.layout:66 -#: lib/layouts/lettre.layout:556 lib/layouts/moderncv.layout:540 -#: lib/layouts/scrlettr.layout:73 lib/layouts/scrlttr2.layout:117 -#: lib/layouts/stdletter.inc:97 +#: lib/layouts/dinbrief.layout:191 lib/layouts/frletter.layout:44 +#: lib/layouts/g-brief.layout:231 lib/layouts/g-brief2.layout:865 +#: lib/layouts/lettre.layout:65 lib/layouts/lettre.layout:555 +#: lib/layouts/scrlettr.layout:70 lib/layouts/scrlttr2.layout:114 +#: lib/layouts/stdletter.inc:92 msgid "Closing" msgstr "Closing" -#: lib/layouts/dinbrief.layout:203 lib/layouts/g-brief2.layout:939 -#: lib/layouts/g-brief.layout:239 lib/layouts/lettre.layout:560 -#: lib/layouts/scrlttr2.layout:121 lib/layouts/stdletter.inc:100 +#: lib/layouts/dinbrief.layout:193 lib/layouts/g-brief.layout:236 +#: lib/layouts/g-brief2.layout:876 lib/layouts/lettre.layout:559 +#: lib/layouts/scrlttr2.layout:118 lib/layouts/stdletter.inc:95 msgid "Closing:" msgstr "Closing:" -#: lib/layouts/dinbrief.layout:206 -#, fuzzy -msgid "Signature|S" -msgstr "Signature" - -#: lib/layouts/dinbrief.layout:207 -msgid "Here you can insert a signature scan" -msgstr "" - -#: lib/layouts/dinbrief.layout:212 lib/layouts/lettre.layout:70 -#: lib/layouts/lettre.layout:606 lib/layouts/stdletter.inc:116 +#: lib/layouts/dinbrief.layout:199 lib/layouts/lettre.layout:69 +#: lib/layouts/lettre.layout:605 lib/layouts/stdletter.inc:111 msgid "encl" msgstr "encl" -#: lib/layouts/dinbrief.layout:215 lib/layouts/lettre.layout:611 -#: lib/layouts/scrlettr.layout:112 lib/layouts/scrlttr2.layout:144 -#: lib/layouts/stdletter.inc:119 +#: lib/layouts/dinbrief.layout:201 lib/layouts/lettre.layout:610 +#: lib/layouts/scrlettr.layout:108 lib/layouts/scrlttr2.layout:141 +#: lib/layouts/stdletter.inc:114 msgid "encl:" msgstr "encl:" -#: lib/layouts/dinbrief.layout:228 lib/layouts/g-brief2.layout:997 -#: lib/layouts/g-brief.layout:224 lib/layouts/lettre.layout:72 -#: lib/layouts/lettre.layout:629 lib/layouts/stdletter.inc:104 +#: lib/layouts/dinbrief.layout:214 lib/layouts/g-brief.layout:222 +#: lib/layouts/g-brief2.layout:932 lib/layouts/lettre.layout:71 +#: lib/layouts/lettre.layout:628 lib/layouts/stdletter.inc:99 msgid "cc" msgstr "cc" -#: lib/layouts/dinbrief.layout:230 lib/layouts/g-brief2.layout:1009 -#: lib/layouts/g-brief.layout:229 lib/layouts/lettre.layout:633 -#: lib/layouts/scrlettr.layout:105 lib/layouts/scrlttr2.layout:137 -#: lib/layouts/stdletter.inc:107 +#: lib/layouts/dinbrief.layout:216 lib/layouts/g-brief.layout:227 +#: lib/layouts/g-brief2.layout:943 lib/layouts/lettre.layout:632 +#: lib/layouts/scrlettr.layout:101 lib/layouts/scrlttr2.layout:134 +#: lib/layouts/stdletter.inc:102 msgid "cc:" msgstr "cc:" -#: lib/layouts/dinbrief.layout:234 lib/layouts/scrlettr.layout:85 -#: lib/layouts/scrlttr2.layout:125 +#: lib/layouts/dinbrief.layout:220 lib/layouts/scrlettr.layout:81 +#: lib/layouts/scrlttr2.layout:122 msgid "PS" msgstr "PS" -#: lib/layouts/dinbrief.layout:236 lib/layouts/scrlttr2.layout:129 +#: lib/layouts/dinbrief.layout:222 lib/layouts/scrlttr2.layout:126 msgid "Post Scriptum:" msgstr "Post Scriptum:" -#: lib/layouts/dinbrief.layout:249 lib/layouts/scrlttr2.layout:179 +#: lib/layouts/dinbrief.layout:235 lib/layouts/scrlttr2.layout:175 msgid "SenderAddress" msgstr "SenderAddress" -#: lib/layouts/dinbrief.layout:254 lib/layouts/scrlettr.layout:172 -#: lib/layouts/scrlttr2.layout:251 +#: lib/layouts/dinbrief.layout:240 lib/layouts/scrlettr.layout:167 +#: lib/layouts/scrlttr2.layout:247 msgid "Backaddress" msgstr "Backaddress" -#: lib/layouts/dinbrief.layout:259 +#: lib/layouts/dinbrief.layout:245 msgid "RetourAdresse" msgstr "RetourAdresse" -#: lib/layouts/dinbrief.layout:269 +#: lib/layouts/dinbrief.layout:255 msgid "Adresse" msgstr "Adresse" -#: lib/layouts/dinbrief.layout:274 +#: lib/layouts/dinbrief.layout:260 msgid "Postvermerk" msgstr "Postvermerk" -#: lib/layouts/dinbrief.layout:279 +#: lib/layouts/dinbrief.layout:265 msgid "Zusatz" msgstr "Zusatz" -#: lib/layouts/dinbrief.layout:284 +#: lib/layouts/dinbrief.layout:270 msgid "IhrZeichen" msgstr "IhrZeichen" -#: lib/layouts/dinbrief.layout:289 lib/layouts/g-brief2.layout:52 -#: lib/layouts/g-brief2.layout:841 lib/layouts/g-brief.layout:112 +#: lib/layouts/dinbrief.layout:275 lib/layouts/g-brief.layout:110 +#: lib/layouts/g-brief2.layout:779 msgid "YourMail" msgstr "YourMail" -#: lib/layouts/dinbrief.layout:294 +#: lib/layouts/dinbrief.layout:280 msgid "IhrSchreiben" msgstr "IhrSchreiben" -#: lib/layouts/dinbrief.layout:299 +#: lib/layouts/dinbrief.layout:285 msgid "MeinZeichen" msgstr "MeinZeichen" -#: lib/layouts/dinbrief.layout:304 +#: lib/layouts/dinbrief.layout:290 msgid "Unterschrift" msgstr "Unterschrift" -#: lib/layouts/dinbrief.layout:314 +#: lib/layouts/dinbrief.layout:300 msgid "Telefon" msgstr "Telefon" -#: lib/layouts/dinbrief.layout:319 lib/layouts/lettre.layout:48 -#: lib/layouts/lettre.layout:158 lib/layouts/scrlettr.layout:158 -#: lib/layouts/scrlttr2.layout:235 +#: lib/layouts/dinbrief.layout:305 lib/layouts/lettre.layout:47 +#: lib/layouts/lettre.layout:157 lib/layouts/scrlettr.layout:153 +#: lib/layouts/scrlttr2.layout:231 msgid "Place" msgstr "Place" -#: lib/layouts/dinbrief.layout:324 +#: lib/layouts/dinbrief.layout:310 msgid "Stadt" msgstr "Stadt" -#: lib/layouts/dinbrief.layout:329 lib/layouts/g-brief.layout:77 +#: lib/layouts/dinbrief.layout:315 lib/layouts/g-brief.layout:75 msgid "Town" msgstr "Town" -#: lib/layouts/dinbrief.layout:334 +#: lib/layouts/dinbrief.layout:320 msgid "Ort" msgstr "Ort" -#: lib/layouts/dinbrief.layout:339 +#: lib/layouts/dinbrief.layout:325 msgid "Datum" msgstr "Datum" -#: lib/layouts/dinbrief.layout:344 lib/layouts/g-brief2.layout:46 -#: lib/layouts/g-brief2.layout:882 lib/layouts/g-brief.layout:198 +#: lib/layouts/dinbrief.layout:330 lib/layouts/g-brief.layout:196 +#: lib/layouts/g-brief2.layout:820 msgid "Reference" msgstr "Reference" -#: lib/layouts/dinbrief.layout:349 +#: lib/layouts/dinbrief.layout:335 msgid "Betreff" msgstr "Betreff" -#: lib/layouts/dinbrief.layout:354 +#: lib/layouts/dinbrief.layout:340 msgid "Anrede" msgstr "Anrede" -#: lib/layouts/dinbrief.layout:364 +#: lib/layouts/dinbrief.layout:345 lib/layouts/g-brief.layout:17 +#: lib/layouts/g-brief2.layout:38 lib/layouts/iopart.layout:119 +#: lib/layouts/scrlettr.layout:40 +msgid "Letter" +msgstr "Letter" + +#: lib/layouts/dinbrief.layout:350 msgid "Brieftext" msgstr "Brieftext" -#: lib/layouts/dinbrief.layout:369 +#: lib/layouts/dinbrief.layout:355 msgid "Gruss" msgstr "Gruss" -#: lib/layouts/dinbrief.layout:373 +#: lib/layouts/dinbrief.layout:359 msgid "ps" msgstr "ps" -#: lib/layouts/dinbrief.layout:378 lib/layouts/g-brief2.layout:975 -#: lib/layouts/g-brief.layout:216 +#: lib/layouts/dinbrief.layout:364 lib/layouts/g-brief.layout:214 +#: lib/layouts/g-brief2.layout:911 msgid "Encl." msgstr "Encl." -#: lib/layouts/dinbrief.layout:383 +#: lib/layouts/dinbrief.layout:369 msgid "Anlagen" msgstr "Anlagen" -#: lib/layouts/dinbrief.layout:388 lib/layouts/scrlettr.layout:95 -#: lib/layouts/scrlttr2.layout:133 +#: lib/layouts/dinbrief.layout:374 lib/layouts/scrlettr.layout:91 +#: lib/layouts/scrlttr2.layout:130 msgid "CC" msgstr "CC" -#: lib/layouts/dinbrief.layout:393 +#: lib/layouts/dinbrief.layout:379 msgid "Verteiler" msgstr "Verteiler" -#: lib/layouts/docbook-book.layout:3 -#, fuzzy -msgid "DocBook Book (SGML)" -msgstr "DocBook (XML)" - -#: lib/layouts/docbook-book.layout:4 lib/layouts/docbook-chapter.layout:4 -#: lib/layouts/docbook-section.layout:4 -#, fuzzy -msgid "Books (DocBook)" -msgstr "DocBook" - -#: lib/layouts/docbook-chapter.layout:3 -#, fuzzy -msgid "DocBook Chapter (SGML)" -msgstr "DocBook (XML)" - -#: lib/layouts/docbook.layout:3 -#, fuzzy -msgid "DocBook Article (SGML)" -msgstr "DocBook (XML)" - -#: lib/layouts/docbook-section.layout:3 -#, fuzzy -msgid "DocBook Section (SGML)" -msgstr "DocBook (XML)" - -#: lib/layouts/doublecol-new.layout:3 -msgid "Inderscience A4 Journals" -msgstr "" - -#: lib/layouts/dtk.layout:3 -msgid "Die TeXnische Komoedie" -msgstr "" - -#: lib/layouts/ectaart.layout:3 -#, fuzzy -msgid "Econometrica" -msgstr "Angličtina (US)" - -#: lib/layouts/ectaart.layout:22 +#: lib/layouts/ectaart.layout:21 msgid "RunTitle" msgstr "RunTitle" -#: lib/layouts/ectaart.layout:29 lib/layouts/llncs.layout:166 +#: lib/layouts/ectaart.layout:28 msgid "Running Title:" msgstr "Running Title:" -#: lib/layouts/ectaart.layout:36 +#: lib/layouts/ectaart.layout:35 msgid "RunAuthor" msgstr "RunAuthor" -#: lib/layouts/ectaart.layout:40 +#: lib/layouts/ectaart.layout:39 msgid "Running Author:" msgstr "Running Author:" -#: lib/layouts/ectaart.layout:67 lib/layouts/elsart.layout:148 -#, fuzzy -msgid "Address Option" -msgstr "Address for Offprints:" - -#: lib/layouts/ectaart.layout:68 lib/layouts/elsart.layout:149 -#, fuzzy -msgid "Optional argument for the address" -msgstr "Přidat pohlcování volitelného argumentu zprava" - -#: lib/layouts/ectaart.layout:78 -#, fuzzy -msgid "E-Mail Option" -msgstr "Nastavení matematiky" - -#: lib/layouts/ectaart.layout:79 -#, fuzzy -msgid "Optional argument for the e-mail" -msgstr "Přidat pohlcování volitelného argumentu zprava" - -#: lib/layouts/ectaart.layout:84 lib/layouts/europecv.layout:74 -#: lib/layouts/latex8.layout:78 +#: lib/layouts/ectaart.layout:77 lib/layouts/latex8.layout:77 msgid "E-mail:" msgstr "E-mail:" -#: lib/layouts/ectaart.layout:100 +#: lib/layouts/ectaart.layout:93 msgid "Web Address" msgstr "Web Address" -#: lib/layouts/ectaart.layout:103 +#: lib/layouts/ectaart.layout:96 msgid "Web address:" msgstr "Web address:" -#: lib/layouts/ectaart.layout:116 +#: lib/layouts/ectaart.layout:109 msgid "Authors Block" msgstr "Authors Block" -#: lib/layouts/ectaart.layout:120 +#: lib/layouts/ectaart.layout:113 msgid "Authors Block:" msgstr "Authors Block:" -#: lib/layouts/ectaart.layout:123 lib/layouts/ectaart.layout:205 -#: lib/layouts/ectaart.layout:208 lib/layouts/entcs.layout:101 -#: lib/layouts/agu_stdtitle.inc:404 lib/layouts/agu_stdtitle.inc:406 +#: lib/layouts/ectaart.layout:116 lib/layouts/ectaart.layout:198 +#: lib/layouts/ectaart.layout:201 lib/layouts/entcs.layout:100 +#: lib/layouts/agu_stdtitle.inc:403 lib/layouts/agu_stdtitle.inc:405 msgid "Keyword" msgstr "Keyword" -#: lib/layouts/ectaart.layout:133 +#: lib/layouts/ectaart.layout:120 lib/layouts/elsarticle.layout:289 +#: lib/layouts/ijmpd.layout:224 lib/layouts/iopart.layout:210 +#: lib/layouts/jasatex.layout:199 lib/layouts/kluwer.layout:289 +#: lib/layouts/paper.layout:175 lib/layouts/revtex4-1.layout:171 +#: lib/layouts/revtex4.layout:266 lib/layouts/sigplanconf.layout:149 +#: lib/layouts/spie.layout:48 lib/layouts/agu_stdtitle.inc:123 +msgid "Keywords:" +msgstr "Keywords:" + +#: lib/layouts/ectaart.layout:126 msgid "Thanks Text" msgstr "Thanks Text" -#: lib/layouts/ectaart.layout:140 +#: lib/layouts/ectaart.layout:133 msgid "Thanks \\theThanks:" msgstr "Thanks \\theThanks:" -#: lib/layouts/ectaart.layout:159 +#: lib/layouts/ectaart.layout:139 +msgid "Emphasize" +msgstr "Emphasize" + +#: lib/layouts/ectaart.layout:152 msgid "Thanks Reference" msgstr "Thanks Reference" -#: lib/layouts/ectaart.layout:166 +#: lib/layouts/ectaart.layout:159 msgid "Thanks Ref" msgstr "Thanks Ref" -#: lib/layouts/ectaart.layout:171 +#: lib/layouts/ectaart.layout:164 msgid "Internet Address Reference" msgstr "Internet Address Reference" -#: lib/layouts/ectaart.layout:174 +#: lib/layouts/ectaart.layout:167 msgid "Internet Addess Ref" msgstr "Internet Addess Ref" -#: lib/layouts/ectaart.layout:177 lib/layouts/ectaart.layout:180 +#: lib/layouts/ectaart.layout:170 lib/layouts/ectaart.layout:173 msgid "Corresponding Author" msgstr "Corresponding Author" -#: lib/layouts/ectaart.layout:191 +#: lib/layouts/ectaart.layout:184 msgid "Name (First Name)" msgstr "Name (First Name)" -#: lib/layouts/ectaart.layout:194 +#: lib/layouts/ectaart.layout:187 msgid "First Name" msgstr "First Name" -#: lib/layouts/ectaart.layout:198 +#: lib/layouts/ectaart.layout:191 msgid "Name (Surname)" msgstr "Name (Surname)" -#: lib/layouts/ectaart.layout:201 lib/layouts/revtex4-1.layout:305 -#: lib/layouts/revtex4-1.layout:307 lib/layouts/agu_stdclass.inc:64 -#: lib/layouts/agu_stdclass.inc:66 lib/layouts/db_stdcharstyles.inc:46 +#: lib/layouts/ectaart.layout:194 lib/layouts/revtex4-1.layout:292 +#: lib/layouts/revtex4-1.layout:294 lib/layouts/agu_stdclass.inc:63 +#: lib/layouts/agu_stdclass.inc:65 lib/layouts/db_stdcharstyles.inc:46 #: lib/layouts/db_stdcharstyles.inc:48 lib/layouts/db_stdtitle.inc:98 msgid "Surname" msgstr "Surname" -#: lib/layouts/ectaart.layout:211 +#: lib/layouts/ectaart.layout:204 msgid "By Same Author (bib)" msgstr "By Same Author (bib)" -#: lib/layouts/ectaart.layout:214 +#: lib/layouts/ectaart.layout:207 msgid "bysame" msgstr "bysame" -#: lib/layouts/egs.layout:3 -msgid "European Geophysical Society (EGS)" -msgstr "" - -#: lib/layouts/egs.layout:149 lib/layouts/stdlyxlist.inc:20 +#: lib/layouts/egs.layout:145 lib/layouts/stdlyxlist.inc:20 msgid "00.00.0000" msgstr "00.00.0000" -#: lib/layouts/egs.layout:285 +#: lib/layouts/egs.layout:270 msgid "LaTeX Title" msgstr "LaTeX Title" -#: lib/layouts/egs.layout:320 lib/layouts/svmult.layout:83 +#: lib/layouts/egs.layout:304 lib/layouts/svmult.layout:82 msgid "Author:" msgstr "Author:" -#: lib/layouts/egs.layout:329 +#: lib/layouts/egs.layout:313 msgid "Affil" msgstr "Affil" -#: lib/layouts/egs.layout:364 +#: lib/layouts/egs.layout:348 msgid "Journal:" msgstr "Journal:" -#: lib/layouts/egs.layout:373 +#: lib/layouts/egs.layout:357 msgid "msnumber" msgstr "msnumber" -#: lib/layouts/egs.layout:387 +#: lib/layouts/egs.layout:371 msgid "MS_number:" msgstr "MS_number:" -#: lib/layouts/egs.layout:397 +#: lib/layouts/egs.layout:381 msgid "FirstAuthor" msgstr "FirstAuthor" -#: lib/layouts/egs.layout:410 +#: lib/layouts/egs.layout:394 msgid "1st_author_surname:" msgstr "1st_author_surname:" -#: lib/layouts/egs.layout:419 lib/layouts/ijmpc.layout:173 -#: lib/layouts/ijmpc.layout:177 lib/layouts/ijmpd.layout:163 -#: lib/layouts/ijmpd.layout:167 lib/layouts/aguplus.inc:111 -#: lib/layouts/agu_stdtitle.inc:199 +#: lib/layouts/egs.layout:403 lib/layouts/ijmpc.layout:166 +#: lib/layouts/ijmpc.layout:170 lib/layouts/ijmpd.layout:156 +#: lib/layouts/ijmpd.layout:160 lib/layouts/agu_stdtitle.inc:198 +#: lib/layouts/aguplus.inc:111 msgid "Received" msgstr "Received" -#: lib/layouts/egs.layout:432 lib/layouts/aguplus.inc:115 -#: lib/layouts/agu_stdtitle.inc:202 +#: lib/layouts/egs.layout:416 lib/layouts/agu_stdtitle.inc:201 +#: lib/layouts/aguplus.inc:115 msgid "Received:" msgstr "Received:" -#: lib/layouts/egs.layout:441 lib/layouts/aguplus.inc:127 -#: lib/layouts/agu_stdtitle.inc:215 +#: lib/layouts/egs.layout:425 lib/layouts/agu_stdtitle.inc:214 +#: lib/layouts/aguplus.inc:127 msgid "Accepted" msgstr "Accepted" -#: lib/layouts/egs.layout:454 lib/layouts/aguplus.inc:131 -#: lib/layouts/agu_stdtitle.inc:218 +#: lib/layouts/egs.layout:438 lib/layouts/agu_stdtitle.inc:217 +#: lib/layouts/aguplus.inc:131 msgid "Accepted:" msgstr "Accepted:" -#: lib/layouts/egs.layout:463 +#: lib/layouts/egs.layout:447 msgid "Offsets" msgstr "Offsets" -#: lib/layouts/egs.layout:476 +#: lib/layouts/egs.layout:460 msgid "reprint_reqs_to:" msgstr "reprint_reqs_to:" -#: lib/layouts/elsarticle.layout:3 -msgid "Elsevier" -msgstr "" - -#: lib/layouts/elsarticle.layout:57 -#, fuzzy -msgid "BeginFrontmatter" -msgstr "Úvodní část" - -#: lib/layouts/elsarticle.layout:67 -#, fuzzy -msgid "Begin frontmatter" -msgstr "Úvodní část" - -#: lib/layouts/elsarticle.layout:75 -#, fuzzy -msgid "EndFrontmatter" -msgstr "Úvodní část" - -#: lib/layouts/elsarticle.layout:78 -#, fuzzy -msgid "End frontmatter" -msgstr "Úvodní část" - -#: lib/layouts/elsarticle.layout:103 -msgid "Titlenotemark" -msgstr "Titlenotemark" - -#: lib/layouts/elsarticle.layout:108 -msgid "Titlenote mark" -msgstr "Titlenote mark" - -#: lib/layouts/elsarticle.layout:126 -msgid "Title footnote" -msgstr "Title footnote" - -#: lib/layouts/elsarticle.layout:133 -#, fuzzy -msgid "Footnote Label" -msgstr "značka poznámky pod čarou" - -#: lib/layouts/elsarticle.layout:134 -msgid "Label you refer to in the title" -msgstr "" - -#: lib/layouts/elsarticle.layout:141 -msgid "Title footnote:" -msgstr "Title footnote:" - -#: lib/layouts/elsarticle.layout:155 -#, fuzzy -msgid "Author Label" -msgstr "Author Email" - -#: lib/layouts/elsarticle.layout:156 -msgid "Label you will reference in the address" -msgstr "" - -#: lib/layouts/elsarticle.layout:172 -msgid "Authormark" -msgstr "Authormark" - -#: lib/layouts/elsarticle.layout:177 lib/layouts/IEEEtran.layout:176 -msgid "Author mark" -msgstr "Author mark" - -#: lib/layouts/elsarticle.layout:195 -msgid "Author footnote" -msgstr "Author footnote" - -#: lib/layouts/elsarticle.layout:198 -msgid "Author footnote:" -msgstr "Author footnote:" - -#: lib/layouts/elsarticle.layout:200 -#, fuzzy -msgid "Author Footnote Label" -msgstr "Author footnote" - -#: lib/layouts/elsarticle.layout:201 -msgid "Label you refer to for an author" -msgstr "" - -#: lib/layouts/elsarticle.layout:206 -msgid "CorAuthormark" -msgstr "CorAuthormark" - -#: lib/layouts/elsarticle.layout:209 -msgid "CorAuthor mark" -msgstr "CorAuthor mark" - -#: lib/layouts/elsarticle.layout:216 -msgid "Corresponding author" -msgstr "Corresponding author" - -#: lib/layouts/elsarticle.layout:219 -msgid "Corresponding author text:" -msgstr "Corresponding author text:" - -#: lib/layouts/elsarticle.layout:230 -#, fuzzy -msgid "Address Label" -msgstr "Adresa" - -#: lib/layouts/elsarticle.layout:231 -msgid "Label of the author you refer to" -msgstr "" - -#: lib/layouts/elsarticle.layout:248 -#, fuzzy -msgid "Internet" -msgstr "InternetRowA" - -#: lib/layouts/elsarticle.layout:249 -msgid "If content is 'url', email becomes an Internet address" -msgstr "" - -#: lib/layouts/elsart.layout:3 -msgid "Elsevier (Obsolete Version)" -msgstr "" - -#: lib/layouts/elsart.layout:129 -#, fuzzy -msgid "Author Option" -msgstr "Nastavení matematiky" - -#: lib/layouts/elsart.layout:130 -#, fuzzy -msgid "Optional argument for the author" -msgstr "Přidat pohlcování volitelného argumentu zprava" - -#: lib/layouts/elsart.layout:138 +#: lib/layouts/elsart.layout:131 msgid "Author Address" msgstr "Author Address" -#: lib/layouts/elsart.layout:157 lib/layouts/revtex4-1.layout:127 -#: lib/layouts/revtex4.layout:201 +#: lib/layouts/elsart.layout:147 lib/layouts/revtex4-1.layout:123 +#: lib/layouts/revtex4.layout:197 msgid "Author Email" msgstr "Author Email" -#: lib/layouts/elsart.layout:167 lib/layouts/lettre.layout:405 -#: lib/layouts/llncs.layout:243 lib/layouts/moderncv.layout:146 +#: lib/layouts/elsart.layout:157 lib/layouts/lettre.layout:404 +#: lib/layouts/llncs.layout:238 msgid "Email:" msgstr "Email:" -#: lib/layouts/elsart.layout:178 lib/layouts/revtex4-1.layout:145 -#: lib/layouts/revtex4.layout:220 +#: lib/layouts/elsart.layout:168 lib/layouts/revtex4-1.layout:138 +#: lib/layouts/revtex4.layout:213 msgid "Author URL" msgstr "Author URL" -#: lib/layouts/elsart.layout:189 lib/layouts/revtex4-1.layout:148 -#: lib/layouts/revtex4.layout:229 lib/layouts/amsdefs.inc:160 +#: lib/layouts/elsart.layout:179 lib/layouts/revtex4-1.layout:141 +#: lib/layouts/revtex4.layout:219 lib/layouts/amsdefs.inc:157 msgid "URL:" msgstr "URL:" -#: lib/layouts/elsart.layout:207 -#, fuzzy -msgid "Thanks Option" -msgstr "Transition" +#: lib/layouts/elsart.layout:191 lib/layouts/revtex4-1.layout:195 +#: lib/layouts/revtex4.layout:190 lib/layouts/amsdefs.inc:168 +msgid "Thanks" +msgstr "Thanks" -#: lib/layouts/elsart.layout:208 -msgid "Optional argument for the thanks statement" -msgstr "" - -#: lib/layouts/elsart.layout:289 +#: lib/layouts/elsart.layout:275 msgid "Theorem \\arabic{theorem}" msgstr "Theorem \\arabic{theorem}" -#: lib/layouts/elsart.layout:319 +#: lib/layouts/elsart.layout:304 msgid "PROOF." msgstr "PROOF." -#: lib/layouts/elsart.layout:333 +#: lib/layouts/elsart.layout:318 msgid "Lemma \\arabic{theorem}" msgstr "Lemma \\arabic{theorem}" -#: lib/layouts/elsart.layout:340 +#: lib/layouts/elsart.layout:325 msgid "Corollary \\arabic{theorem}" msgstr "Corollary \\arabic{theorem}" -#: lib/layouts/elsart.layout:347 +#: lib/layouts/elsart.layout:332 msgid "Proposition \\arabic{theorem}" msgstr "Proposition \\arabic{theorem}" -#: lib/layouts/elsart.layout:354 +#: lib/layouts/elsart.layout:339 msgid "Criterion \\arabic{theorem}" msgstr "Criterion \\arabic{theorem}" -#: lib/layouts/elsart.layout:361 +#: lib/layouts/elsart.layout:346 msgid "Algorithm \\arabic{theorem}" msgstr "Algorithm \\arabic{theorem}" -#: lib/layouts/elsart.layout:368 +#: lib/layouts/elsart.layout:353 msgid "Definition \\arabic{theorem}" msgstr "Definition \\arabic{theorem}" -#: lib/layouts/elsart.layout:382 +#: lib/layouts/elsart.layout:367 msgid "Conjecture \\arabic{theorem}" msgstr "Conjecture \\arabic{theorem}" -#: lib/layouts/elsart.layout:389 +#: lib/layouts/elsart.layout:374 msgid "Example \\arabic{theorem}" msgstr "Example \\arabic{theorem}" -#: lib/layouts/elsart.layout:396 +#: lib/layouts/elsart.layout:381 msgid "Problem \\arabic{theorem}" msgstr "Problem \\arabic{theorem}" -#: lib/layouts/elsart.layout:403 +#: lib/layouts/elsart.layout:388 msgid "Remark \\arabic{theorem}" msgstr "Remark \\arabic{theorem}" -#: lib/layouts/elsart.layout:410 +#: lib/layouts/elsart.layout:395 msgid "Note \\arabic{theorem}" msgstr "Note \\arabic{theorem}" -#: lib/layouts/elsart.layout:417 +#: lib/layouts/elsart.layout:402 msgid "Claim \\arabic{theorem}" msgstr "Claim \\arabic{theorem}" -#: lib/layouts/elsart.layout:425 +#: lib/layouts/elsart.layout:410 msgid "Summary \\arabic{summ}" msgstr "Summary \\arabic{summ}" -#: lib/layouts/elsart.layout:433 +#: lib/layouts/elsart.layout:418 msgid "Case \\arabic{case}" msgstr "Case \\arabic{case}" -#: lib/layouts/entcs.layout:3 -msgid "Electronic Notes in Theor. Comp. Sc. (ENTCS)" -msgstr "" +#: lib/layouts/elsarticle.layout:54 +#, fuzzy +msgid "BeginFrontmatter" +msgstr "FrontMatter" -#: lib/layouts/entcs.layout:111 lib/layouts/siamltex.layout:314 +#: lib/layouts/elsarticle.layout:64 +#, fuzzy +msgid "Begin frontmatter" +msgstr "FrontMatter" + +#: lib/layouts/elsarticle.layout:72 +#, fuzzy +msgid "EndFrontmatter" +msgstr "FrontMatter" + +#: lib/layouts/elsarticle.layout:75 +#, fuzzy +msgid "End frontmatter" +msgstr "FrontMatter" + +#: lib/layouts/elsarticle.layout:100 +msgid "Titlenotemark" +msgstr "Titlenotemark" + +#: lib/layouts/elsarticle.layout:104 +msgid "Titlenote mark" +msgstr "Titlenote mark" + +#: lib/layouts/elsarticle.layout:122 +msgid "Title footnote" +msgstr "Title footnote" + +#: lib/layouts/elsarticle.layout:134 +msgid "Title footnote:" +msgstr "Title footnote:" + +#: lib/layouts/elsarticle.layout:162 +msgid "Authormark" +msgstr "Authormark" + +#: lib/layouts/elsarticle.layout:166 +msgid "Author mark" +msgstr "Author mark" + +#: lib/layouts/elsarticle.layout:184 +msgid "Author footnote" +msgstr "Author footnote" + +#: lib/layouts/elsarticle.layout:187 +msgid "Author footnote:" +msgstr "Author footnote:" + +#: lib/layouts/elsarticle.layout:191 +msgid "CorAuthormark" +msgstr "CorAuthormark" + +#: lib/layouts/elsarticle.layout:195 +msgid "CorAuthor mark" +msgstr "CorAuthor mark" + +#: lib/layouts/elsarticle.layout:213 +msgid "Corresponding author" +msgstr "Corresponding author" + +#: lib/layouts/elsarticle.layout:216 +msgid "Corresponding author text:" +msgstr "Corresponding author text:" + +#: lib/layouts/entcs.layout:110 lib/layouts/siamltex.layout:306 msgid "Key words:" msgstr "Key words:" -#: lib/layouts/europecv.layout:3 -msgid "Europe CV" -msgstr "" - -#: lib/layouts/europecv.layout:4 lib/layouts/moderncv.layout:4 -#: lib/layouts/simplecv.layout:4 -msgid "Curricula Vitae" -msgstr "" - -#: lib/layouts/europecv.layout:31 lib/layouts/g-brief2.layout:44 -#: lib/layouts/g-brief2.layout:83 lib/layouts/g-brief.layout:36 -#: lib/layouts/IEEEtran.layout:373 lib/layouts/IEEEtran.layout:390 -#: lib/layouts/scrlettr.layout:116 lib/layouts/scrlttr2.layout:148 -#: lib/layouts/sigplanconf.layout:81 lib/layouts/sigplanconf.layout:151 -#: lib/layouts/agu_stdtitle.inc:185 src/frontends/qt4/GuiIndices.cpp:51 -#: src/mathed/MathMacroTemplate.cpp:487 -msgid "Name" -msgstr "Jméno" - -#: lib/layouts/europecv.layout:40 lib/layouts/g-brief2.layout:93 -#: lib/layouts/g-brief.layout:47 lib/layouts/scrlettr.layout:128 -#: lib/layouts/agu_stdtitle.inc:189 -msgid "Name:" -msgstr "Name:" - -#: lib/layouts/europecv.layout:47 -#, fuzzy -msgid "FooterName" -msgstr "Patička:" - -#: lib/layouts/europecv.layout:50 -#, fuzzy -msgid "Footer name:" -msgstr "Patička:" - -#: lib/layouts/europecv.layout:53 -#, fuzzy -msgid "Nationality" -msgstr "volitelné" - -#: lib/layouts/europecv.layout:56 -#, fuzzy -msgid "Nationality:" -msgstr "Facility:" - -#: lib/layouts/europecv.layout:59 -msgid "Birthday" -msgstr "" - -#: lib/layouts/europecv.layout:62 -#, fuzzy -msgid "Date of birth:" -msgstr "Formát &datumu:" - -#: lib/layouts/europecv.layout:82 lib/layouts/moderncv.layout:125 -msgid "Mobile" -msgstr "Mobile" - -#: lib/layouts/europecv.layout:83 -#, fuzzy -msgid "Mobile phone number" -msgstr "Číslování řádek" - -#: lib/layouts/europecv.layout:87 -#, fuzzy -msgid "Gender" -msgstr "Absender:" - -#: lib/layouts/europecv.layout:90 -#, fuzzy -msgid "Gender:" -msgstr "Absender:" - -#: lib/layouts/europecv.layout:99 -#, fuzzy -msgid "BeforePicture" -msgstr "Řídící znaky" - -#: lib/layouts/europecv.layout:102 -msgid "Space before picture:" -msgstr "" - -#: lib/layouts/europecv.layout:105 -#, fuzzy -msgid "Picture" -msgstr "Structure" - -#: lib/layouts/europecv.layout:108 -#, fuzzy -msgid "Picture:" -msgstr "Signature:" - -#: lib/layouts/europecv.layout:110 -#, fuzzy -msgid "Size" -msgstr "&Velikost:" - -#: lib/layouts/europecv.layout:111 -msgid "Size the photo is resized to" -msgstr "" - -#: lib/layouts/europecv.layout:115 -#, fuzzy -msgid "AfterPicture" -msgstr "Structure" - -#: lib/layouts/europecv.layout:118 -msgid "Space after picture:" -msgstr "" - -#: lib/layouts/europecv.layout:121 src/frontends/qt4/GuiDocument.cpp:129 -msgid "Page" -msgstr "Stránka" - -#: lib/layouts/europecv.layout:136 -#, fuzzy -msgid "The title as it appears in the header" -msgstr "Značka tak, jak se objeví v dokumentu" - -#: lib/layouts/europecv.layout:152 lib/layouts/moderncv.layout:326 +#: lib/layouts/europecv.layout:50 lib/layouts/moderncv.layout:82 msgid "Item" msgstr "Item" -#: lib/layouts/europecv.layout:158 lib/layouts/europecv.layout:217 -#: src/insets/Inset.cpp:115 src/insets/InsetVSpace.cpp:112 -msgid "Vertical Space" -msgstr "Vertikální mezera" - -#: lib/layouts/europecv.layout:159 lib/layouts/europecv.layout:218 -#, fuzzy -msgid "Additional vertical space" -msgstr "Volitelný vertikální posun" - -#: lib/layouts/europecv.layout:165 -msgid "Summary of the item, can also be the time" -msgstr "" - -#: lib/layouts/europecv.layout:171 lib/layouts/moderncv.layout:340 +#: lib/layouts/europecv.layout:59 lib/layouts/moderncv.layout:91 msgid "Item:" msgstr "Item:" -#: lib/layouts/europecv.layout:178 +#: lib/layouts/europecv.layout:66 msgid "BulletedItem" msgstr "BulletedItem" -#: lib/layouts/europecv.layout:181 +#: lib/layouts/europecv.layout:69 msgid "Bulleted Item:" msgstr "Bulleted Item:" -#: lib/layouts/europecv.layout:184 +#: lib/layouts/europecv.layout:72 msgid "Begin" msgstr "Begin" -#: lib/layouts/europecv.layout:196 +#: lib/layouts/europecv.layout:82 msgid "Begin of CV" msgstr "Begin of CV" -#: lib/layouts/europecv.layout:203 +#: lib/layouts/europecv.layout:89 msgid "PersonalInfo" msgstr "PersonalInfo" -#: lib/layouts/europecv.layout:208 +#: lib/layouts/europecv.layout:93 msgid "Personal Info" msgstr "Personal Info" -#: lib/layouts/europecv.layout:211 +#: lib/layouts/europecv.layout:96 msgid "MotherTongue" msgstr "MotherTongue" -#: lib/layouts/europecv.layout:224 +#: lib/layouts/europecv.layout:105 msgid "Mother Tongue:" msgstr "Mother Tongue:" -#: lib/layouts/europecv.layout:234 +#: lib/layouts/europecv.layout:112 msgid "LangHeader" msgstr "LangHeader" -#: lib/layouts/europecv.layout:238 +#: lib/layouts/europecv.layout:116 msgid "Language Header:" msgstr "Language Header:" -#: lib/layouts/europecv.layout:244 +#: lib/layouts/europecv.layout:122 lib/layouts/moderncv.layout:119 msgid "Language:" msgstr "Language:" -#: lib/layouts/europecv.layout:248 -#, fuzzy -msgid "Name of the language" -msgstr "Žádný jazyk" - -#: lib/layouts/europecv.layout:252 -#, fuzzy -msgid "Listening" -msgstr "Výpis" - -#: lib/layouts/europecv.layout:253 -msgid "Level how good you think you can listen" -msgstr "" - -#: lib/layouts/europecv.layout:257 -#, fuzzy -msgid "Reading" -msgstr "Headings" - -#: lib/layouts/europecv.layout:258 -msgid "Level how good you think you can read" -msgstr "" - -#: lib/layouts/europecv.layout:262 -#, fuzzy -msgid "Interaction" -msgstr "Vložit zlomek" - -#: lib/layouts/europecv.layout:263 -msgid "Level how good you think you can conversate" -msgstr "" - -#: lib/layouts/europecv.layout:267 -#, fuzzy -msgid "Production" -msgstr "Úvod|o" - -#: lib/layouts/europecv.layout:268 -msgid "Level how good you think you can freely talk" -msgstr "" - -#: lib/layouts/europecv.layout:272 +#: lib/layouts/europecv.layout:125 msgid "LastLanguage" msgstr "LastLanguage" -#: lib/layouts/europecv.layout:275 +#: lib/layouts/europecv.layout:128 msgid "Last Language:" msgstr "Last Language:" -#: lib/layouts/europecv.layout:278 +#: lib/layouts/europecv.layout:131 msgid "LangFooter" msgstr "LangFooter" -#: lib/layouts/europecv.layout:281 +#: lib/layouts/europecv.layout:135 +#, fuzzy msgid "Language Footer:" -msgstr "Language Footer:" +msgstr "LangFooter" -#: lib/layouts/europecv.layout:284 +#: lib/layouts/europecv.layout:138 msgid "End" msgstr "End" -#: lib/layouts/europecv.layout:295 +#: lib/layouts/europecv.layout:148 msgid "End of CV" msgstr "End of CV" -#: lib/layouts/europecv.layout:302 -#, fuzzy -msgid "VerticalSpace" -msgstr "Vertikální mezera" - -#: lib/layouts/europecv.layout:307 -#, fuzzy -msgid "Vertical space" -msgstr "&Vertikální mezera:" - -#: lib/layouts/extarticle.layout:3 -msgid "Article (Standard Class with Extra Font Sizes)" -msgstr "" - -#: lib/layouts/extbook.layout:3 -msgid "Book (Standard Class with Extra Font Sizes)" -msgstr "" - -#: lib/layouts/extletter.layout:3 -msgid "Letter (Standard Class with Extra Font Sizes)" -msgstr "" - -#: lib/layouts/extreport.layout:3 -msgid "Report (Standard Class with Extra Font Sizes)" -msgstr "" - -#: lib/layouts/foils.layout:3 -#, fuzzy -msgid "FoilTeX" -msgstr "Foilhead" - -#: lib/layouts/foils.layout:44 +#: lib/layouts/foils.layout:42 msgid "Foilhead" msgstr "Foilhead" -#: lib/layouts/foils.layout:63 +#: lib/layouts/foils.layout:61 msgid "ShortFoilhead" msgstr "ShortFoilhead" -#: lib/layouts/foils.layout:69 +#: lib/layouts/foils.layout:67 msgid "Rotatefoilhead" msgstr "Rotatefoilhead" -#: lib/layouts/foils.layout:75 +#: lib/layouts/foils.layout:73 msgid "ShortRotatefoilhead" msgstr "ShortRotatefoilhead" -#: lib/layouts/foils.layout:84 +#: lib/layouts/foils.layout:82 msgid "TickList" msgstr "TickList" -#: lib/layouts/foils.layout:99 +#: lib/layouts/foils.layout:97 msgid "_/" msgstr "_/" -#: lib/layouts/foils.layout:103 +#: lib/layouts/foils.layout:101 msgid "CrossList" msgstr "CrossList" -#: lib/layouts/foils.layout:118 +#: lib/layouts/foils.layout:116 msgid "><" msgstr "><" -#: lib/layouts/foils.layout:162 +#: lib/layouts/foils.layout:160 msgid "My Logo" msgstr "My Logo" -#: lib/layouts/foils.layout:170 +#: lib/layouts/foils.layout:168 msgid "My Logo:" msgstr "My Logo:" -#: lib/layouts/foils.layout:179 +#: lib/layouts/foils.layout:177 msgid "Restriction" msgstr "Restriction" -#: lib/layouts/foils.layout:183 +#: lib/layouts/foils.layout:181 msgid "Restriction:" msgstr "Restriction:" -#: lib/layouts/foils.layout:187 lib/layouts/simplecv.layout:107 +#: lib/layouts/foils.layout:185 lib/layouts/simplecv.layout:100 #: lib/layouts/aguplus.inc:80 lib/layouts/customHeadersFooters.module:11 msgid "Left Header" -msgstr "Levá hlavička" +msgstr "LevĂĄ hlavička" -#: lib/layouts/foils.layout:191 lib/layouts/aguplus.inc:93 +#: lib/layouts/foils.layout:189 lib/layouts/aguplus.inc:93 #: lib/layouts/customHeadersFooters.module:18 msgid "Left Header:" -msgstr "Levá hlavička:" +msgstr "LevĂĄ hlavička:" -#: lib/layouts/foils.layout:195 lib/layouts/simplecv.layout:124 -#: lib/layouts/aguplus.inc:103 lib/layouts/customHeadersFooters.module:39 +#: lib/layouts/foils.layout:193 lib/layouts/simplecv.layout:117 +#: lib/layouts/aguplus.inc:103 lib/layouts/customHeadersFooters.module:36 msgid "Right Header" -msgstr "Pravá hlavička" +msgstr "PravĂĄ hlavička" -#: lib/layouts/foils.layout:199 lib/layouts/aguplus.inc:107 -#: lib/layouts/customHeadersFooters.module:42 +#: lib/layouts/foils.layout:197 lib/layouts/aguplus.inc:107 +#: lib/layouts/customHeadersFooters.module:39 msgid "Right Header:" -msgstr "Pravá hlavička:" +msgstr "PravĂĄ hlavička:" -#: lib/layouts/foils.layout:203 lib/layouts/customHeadersFooters.module:57 +#: lib/layouts/foils.layout:201 lib/layouts/customHeadersFooters.module:54 msgid "Right Footer" -msgstr "Pravá patička" +msgstr "PravĂĄ patička" -#: lib/layouts/foils.layout:207 lib/layouts/customHeadersFooters.module:60 +#: lib/layouts/foils.layout:205 lib/layouts/customHeadersFooters.module:57 msgid "Right Footer:" -msgstr "Pravá patička:" +msgstr "PravĂĄ patička:" -#: lib/layouts/foils.layout:235 lib/layouts/heb-article.layout:35 -#: lib/layouts/llncs.layout:428 +#: lib/layouts/foils.layout:232 lib/layouts/heb-article.layout:33 +#: lib/layouts/llncs.layout:420 msgid "Theorem #." msgstr "Theorem #." -#: lib/layouts/foils.layout:249 lib/layouts/heb-article.layout:50 -#: lib/layouts/llncs.layout:367 +#: lib/layouts/foils.layout:246 lib/layouts/heb-article.layout:48 +#: lib/layouts/llncs.layout:359 msgid "Lemma #." msgstr "Lemma #." -#: lib/layouts/foils.layout:256 lib/layouts/heb-article.layout:60 -#: lib/layouts/llncs.layout:332 +#: lib/layouts/foils.layout:253 lib/layouts/heb-article.layout:58 +#: lib/layouts/llncs.layout:324 msgid "Corollary #." msgstr "Corollary #." -#: lib/layouts/foils.layout:263 lib/layouts/llncs.layout:401 +#: lib/layouts/foils.layout:260 lib/layouts/llncs.layout:393 msgid "Proposition #." msgstr "Proposition #." -#: lib/layouts/foils.layout:270 lib/layouts/heb-article.layout:80 -#: lib/layouts/llncs.layout:346 +#: lib/layouts/foils.layout:267 lib/layouts/heb-article.layout:78 +#: lib/layouts/llncs.layout:338 msgid "Definition #." msgstr "Definition #." -#: lib/layouts/foils.layout:295 lib/layouts/siamltex.layout:74 +#: lib/layouts/foils.layout:292 lib/layouts/siamltex.layout:72 #: lib/layouts/theorems-order.inc:10 lib/layouts/theorems-starred.inc:23 msgid "Theorem*" -msgstr "Věta*" +msgstr "Věta*" -#: lib/layouts/foils.layout:302 lib/layouts/siamltex.layout:94 -#: lib/layouts/theorems-order.inc:22 lib/layouts/theorems-starred.inc:83 +#: lib/layouts/foils.layout:299 lib/layouts/siamltex.layout:92 +#: lib/layouts/theorems-order.inc:22 lib/layouts/theorems-starred.inc:80 msgid "Lemma*" msgstr "Lemma*" -#: lib/layouts/foils.layout:305 lib/layouts/theorems-starred.inc:86 +#: lib/layouts/foils.layout:302 lib/layouts/theorems-starred.inc:83 msgid "Lemma." msgstr "Lemma." -#: lib/layouts/foils.layout:309 lib/layouts/siamltex.layout:84 -#: lib/layouts/theorems-order.inc:16 lib/layouts/theorems-starred.inc:66 +#: lib/layouts/foils.layout:306 lib/layouts/siamltex.layout:82 +#: lib/layouts/theorems-order.inc:16 lib/layouts/theorems-starred.inc:63 msgid "Corollary*" -msgstr "Důsledek*" +msgstr "DĹŻsledek*" -#: lib/layouts/foils.layout:316 lib/layouts/siamltex.layout:104 -#: lib/layouts/theorems-order.inc:28 lib/layouts/theorems-starred.inc:100 +#: lib/layouts/foils.layout:313 lib/layouts/siamltex.layout:102 +#: lib/layouts/theorems-order.inc:28 lib/layouts/theorems-starred.inc:97 msgid "Proposition*" -msgstr "Tvrzení*" +msgstr "TvrzenĂ­*" -#: lib/layouts/foils.layout:319 lib/layouts/theorems-starred.inc:103 +#: lib/layouts/foils.layout:316 lib/layouts/theorems-starred.inc:100 msgid "Proposition." -msgstr "Tvrzení." +msgstr "TvrzenĂ­." -#: lib/layouts/foils.layout:323 lib/layouts/siamltex.layout:133 -#: lib/layouts/theorems-order.inc:40 lib/layouts/theorems-starred.inc:151 +#: lib/layouts/foils.layout:320 lib/layouts/siamltex.layout:131 +#: lib/layouts/theorems-order.inc:40 lib/layouts/theorems-starred.inc:148 msgid "Definition*" msgstr "Definice*" -#: lib/layouts/frletter.layout:3 -msgid "French Letter (frletter)" -msgstr "" - -#: lib/layouts/g-brief2.layout:3 -msgid "G-Brief (V. 2)" -msgstr "" - -#: lib/layouts/g-brief2.layout:42 lib/layouts/g-brief2.layout:753 -#: lib/layouts/g-brief.layout:175 -msgid "PostalComment" -msgstr "PostalComment" - -#: lib/layouts/g-brief2.layout:74 lib/layouts/g-brief.layout:27 +#: lib/layouts/g-brief.layout:26 lib/layouts/g-brief2.layout:48 msgid "Letter:" msgstr "Letter:" -#: lib/layouts/g-brief2.layout:103 -msgid "NameRowA" -msgstr "NameRowA" - -#: lib/layouts/g-brief2.layout:115 -msgid "NameRowA:" -msgstr "NameRowA:" - -#: lib/layouts/g-brief2.layout:124 -msgid "NameRowB" -msgstr "NameRowB" - -#: lib/layouts/g-brief2.layout:135 -msgid "NameRowB:" -msgstr "NameRowB:" - -#: lib/layouts/g-brief2.layout:144 -msgid "NameRowC" -msgstr "NameRowC" - -#: lib/layouts/g-brief2.layout:155 -msgid "NameRowC:" -msgstr "NameRowC:" - -#: lib/layouts/g-brief2.layout:164 -msgid "NameRowD" -msgstr "NameRowD" - -#: lib/layouts/g-brief2.layout:175 -msgid "NameRowD:" -msgstr "NameRowD:" - -#: lib/layouts/g-brief2.layout:184 -msgid "NameRowE" -msgstr "NameRowE" - -#: lib/layouts/g-brief2.layout:195 -msgid "NameRowE:" -msgstr "NameRowE:" - -#: lib/layouts/g-brief2.layout:204 -msgid "NameRowF" -msgstr "NameRowF" - -#: lib/layouts/g-brief2.layout:215 -msgid "NameRowF:" -msgstr "NameRowF:" - -#: lib/layouts/g-brief2.layout:224 -msgid "NameRowG" -msgstr "NameRowG" - -#: lib/layouts/g-brief2.layout:235 -msgid "NameRowG:" -msgstr "NameRowG:" - -#: lib/layouts/g-brief2.layout:245 -msgid "AddressRowA" -msgstr "AddressRowA" - -#: lib/layouts/g-brief2.layout:257 -msgid "AddressRowA:" -msgstr "AddressRowA:" - -#: lib/layouts/g-brief2.layout:266 -msgid "AddressRowB" -msgstr "AddressRowB" - -#: lib/layouts/g-brief2.layout:277 -msgid "AddressRowB:" -msgstr "AddressRowB:" - -#: lib/layouts/g-brief2.layout:286 -msgid "AddressRowC" -msgstr "AddressRowC" - -#: lib/layouts/g-brief2.layout:297 -msgid "AddressRowC:" -msgstr "AddressRowC:" - -#: lib/layouts/g-brief2.layout:306 -msgid "AddressRowD" -msgstr "AddressRowD" - -#: lib/layouts/g-brief2.layout:317 -msgid "AddressRowD:" -msgstr "AddressRowD:" - -#: lib/layouts/g-brief2.layout:326 -msgid "AddressRowE" -msgstr "AddressRowE" - -#: lib/layouts/g-brief2.layout:337 -msgid "AddressRowE:" -msgstr "AddressRowE:" - -#: lib/layouts/g-brief2.layout:346 -msgid "AddressRowF" -msgstr "AddressRowF" - -#: lib/layouts/g-brief2.layout:357 -msgid "AddressRowF:" -msgstr "AddressRowF:" - -#: lib/layouts/g-brief2.layout:366 -msgid "TelephoneRowA" -msgstr "TelephoneRowA" - -#: lib/layouts/g-brief2.layout:378 -msgid "TelephoneRowA:" -msgstr "TelephoneRowA:" - -#: lib/layouts/g-brief2.layout:387 -msgid "TelephoneRowB" -msgstr "TelephoneRowB" - -#: lib/layouts/g-brief2.layout:398 -msgid "TelephoneRowB:" -msgstr "TelephoneRowB:" - -#: lib/layouts/g-brief2.layout:407 -msgid "TelephoneRowC" -msgstr "TelephoneRowC" - -#: lib/layouts/g-brief2.layout:418 -msgid "TelephoneRowC:" -msgstr "TelephoneRowC:" - -#: lib/layouts/g-brief2.layout:427 -msgid "TelephoneRowD" -msgstr "TelephoneRowD" - -#: lib/layouts/g-brief2.layout:438 -msgid "TelephoneRowD:" -msgstr "TelephoneRowD:" - -#: lib/layouts/g-brief2.layout:447 -msgid "TelephoneRowE" -msgstr "TelephoneRowE" - -#: lib/layouts/g-brief2.layout:458 -msgid "TelephoneRowE:" -msgstr "TelephoneRowE:" - -#: lib/layouts/g-brief2.layout:467 -msgid "TelephoneRowF" -msgstr "TelephoneRowF" - -#: lib/layouts/g-brief2.layout:478 -msgid "TelephoneRowF:" -msgstr "TelephoneRowF:" - -#: lib/layouts/g-brief2.layout:487 -msgid "InternetRowA" -msgstr "InternetRowA" - -#: lib/layouts/g-brief2.layout:499 -msgid "InternetRowA:" -msgstr "InternetRowA:" - -#: lib/layouts/g-brief2.layout:508 -msgid "InternetRowB" -msgstr "InternetRowB" - -#: lib/layouts/g-brief2.layout:519 -msgid "InternetRowB:" -msgstr "InternetRowB:" - -#: lib/layouts/g-brief2.layout:528 -msgid "InternetRowC" -msgstr "InternetRowC" - -#: lib/layouts/g-brief2.layout:539 -msgid "InternetRowC:" -msgstr "InternetRowC:" - -#: lib/layouts/g-brief2.layout:548 -msgid "InternetRowD" -msgstr "InternetRowD" - -#: lib/layouts/g-brief2.layout:559 -msgid "InternetRowD:" -msgstr "InternetRowD:" - -#: lib/layouts/g-brief2.layout:568 -msgid "InternetRowE" -msgstr "InternetRowE" - -#: lib/layouts/g-brief2.layout:579 -msgid "InternetRowE:" -msgstr "InternetRowE:" - -#: lib/layouts/g-brief2.layout:588 -msgid "InternetRowF" -msgstr "InternetRowF" - -#: lib/layouts/g-brief2.layout:599 -msgid "InternetRowF:" -msgstr "InternetRowF:" - -#: lib/layouts/g-brief2.layout:608 -msgid "BankRowA" -msgstr "BankRowA" - -#: lib/layouts/g-brief2.layout:620 -msgid "BankRowA:" -msgstr "BankRowA:" - -#: lib/layouts/g-brief2.layout:629 -msgid "BankRowB" -msgstr "BankRowB" - -#: lib/layouts/g-brief2.layout:640 -msgid "BankRowB:" -msgstr "BankRowB:" - -#: lib/layouts/g-brief2.layout:649 -msgid "BankRowC" -msgstr "BankRowC" - -#: lib/layouts/g-brief2.layout:660 -msgid "BankRowC:" -msgstr "BankRowC:" - -#: lib/layouts/g-brief2.layout:669 -msgid "BankRowD" -msgstr "BankRowD" - -#: lib/layouts/g-brief2.layout:680 -msgid "BankRowD:" -msgstr "BankRowD:" - -#: lib/layouts/g-brief2.layout:689 -msgid "BankRowE" -msgstr "BankRowE" - -#: lib/layouts/g-brief2.layout:700 -msgid "BankRowE:" -msgstr "BankRowE:" - -#: lib/layouts/g-brief2.layout:709 -msgid "BankRowF" -msgstr "BankRowF" - -#: lib/layouts/g-brief2.layout:720 -msgid "BankRowF:" -msgstr "BankRowF:" - -#: lib/layouts/g-brief2.layout:731 lib/layouts/g-brief.layout:91 -msgid "ReturnAddress" -msgstr "ReturnAddress" - -#: lib/layouts/g-brief2.layout:743 lib/layouts/g-brief.layout:94 -msgid "ReturnAddress:" -msgstr "ReturnAddress:" - -#: lib/layouts/g-brief2.layout:765 lib/layouts/g-brief.layout:178 -msgid "PostalComment:" -msgstr "PostalComment:" - -#: lib/layouts/g-brief2.layout:809 lib/layouts/g-brief.layout:101 -#: lib/layouts/lettre.layout:473 -msgid "MyRef:" -msgstr "MyRef:" - -#: lib/layouts/g-brief2.layout:830 lib/layouts/g-brief.layout:108 -#: lib/layouts/lettre.layout:457 -msgid "YourRef:" -msgstr "YourRef:" - -#: lib/layouts/g-brief2.layout:851 lib/layouts/g-brief.layout:115 -msgid "YourMail:" -msgstr "YourMail:" - -#: lib/layouts/g-brief2.layout:894 lib/layouts/g-brief.layout:203 -msgid "Reference:" -msgstr "Reference:" - -#: lib/layouts/g-brief2.layout:987 lib/layouts/g-brief.layout:220 -msgid "Encl.:" -msgstr "Encl.:" - -#: lib/layouts/g-brief.layout:3 -msgid "G-Brief (V. 1, Obsolete)" -msgstr "" - -#: lib/layouts/g-brief.layout:63 lib/layouts/agu_stdtitle.inc:438 -#: lib/layouts/agu_stdtitle.inc:440 +#: lib/layouts/g-brief.layout:35 lib/layouts/g-brief2.layout:57 +#: lib/layouts/scrlettr.layout:112 lib/layouts/scrlttr2.layout:145 +#: lib/layouts/agu_stdtitle.inc:184 src/frontends/qt4/GuiIndices.cpp:51 +#: src/mathed/MathMacroTemplate.cpp:487 +msgid "Name" +msgstr "JmĂŠno" + +#: lib/layouts/g-brief.layout:45 lib/layouts/g-brief2.layout:67 +#: lib/layouts/scrlettr.layout:123 lib/layouts/agu_stdtitle.inc:188 +msgid "Name:" +msgstr "Name:" + +#: lib/layouts/g-brief.layout:61 lib/layouts/agu_stdtitle.inc:437 +#: lib/layouts/agu_stdtitle.inc:439 msgid "Street" msgstr "Street" -#: lib/layouts/g-brief.layout:66 +#: lib/layouts/g-brief.layout:64 msgid "Street:" msgstr "Street:" -#: lib/layouts/g-brief.layout:70 +#: lib/layouts/g-brief.layout:68 msgid "Addition" msgstr "Addition" -#: lib/layouts/g-brief.layout:73 +#: lib/layouts/g-brief.layout:71 msgid "Addition:" msgstr "Addition:" -#: lib/layouts/g-brief.layout:80 +#: lib/layouts/g-brief.layout:78 msgid "Town:" msgstr "Town:" -#: lib/layouts/g-brief.layout:84 lib/layouts/agu_stdtitle.inc:460 -#: lib/layouts/agu_stdtitle.inc:462 +#: lib/layouts/g-brief.layout:82 lib/layouts/agu_stdtitle.inc:459 +#: lib/layouts/agu_stdtitle.inc:461 msgid "State" msgstr "State" -#: lib/layouts/g-brief.layout:87 +#: lib/layouts/g-brief.layout:85 msgid "State:" msgstr "State:" -#: lib/layouts/g-brief.layout:126 +#: lib/layouts/g-brief.layout:89 lib/layouts/g-brief2.layout:674 +msgid "ReturnAddress" +msgstr "ReturnAddress" + +#: lib/layouts/g-brief.layout:92 lib/layouts/g-brief2.layout:685 +msgid "ReturnAddress:" +msgstr "ReturnAddress:" + +#: lib/layouts/g-brief.layout:99 lib/layouts/g-brief2.layout:747 +#: lib/layouts/lettre.layout:472 +msgid "MyRef:" +msgstr "MyRef:" + +#: lib/layouts/g-brief.layout:106 lib/layouts/g-brief2.layout:768 +#: lib/layouts/lettre.layout:456 +msgid "YourRef:" +msgstr "YourRef:" + +#: lib/layouts/g-brief.layout:113 lib/layouts/g-brief2.layout:789 +msgid "YourMail:" +msgstr "YourMail:" + +#: lib/layouts/g-brief.layout:120 +msgid "Phone:" +msgstr "Phone:" + +#: lib/layouts/g-brief.layout:124 msgid "Telefax" msgstr "Telefax" -#: lib/layouts/g-brief.layout:129 +#: lib/layouts/g-brief.layout:127 msgid "Telefax:" msgstr "Telefax:" -#: lib/layouts/g-brief.layout:133 +#: lib/layouts/g-brief.layout:131 msgid "Telex" msgstr "Telex" -#: lib/layouts/g-brief.layout:136 +#: lib/layouts/g-brief.layout:134 msgid "Telex:" msgstr "Telex:" -#: lib/layouts/g-brief.layout:140 +#: lib/layouts/g-brief.layout:138 msgid "EMail" msgstr "EMail" -#: lib/layouts/g-brief.layout:143 +#: lib/layouts/g-brief.layout:141 msgid "EMail:" msgstr "EMail:" -#: lib/layouts/g-brief.layout:147 +#: lib/layouts/g-brief.layout:145 msgid "HTTP" msgstr "HTTP" -#: lib/layouts/g-brief.layout:150 +#: lib/layouts/g-brief.layout:148 msgid "HTTP:" msgstr "HTTP:" -#: lib/layouts/g-brief.layout:154 lib/layouts/scrlttr2.layout:219 +#: lib/layouts/g-brief.layout:152 lib/layouts/scrlttr2.layout:215 msgid "Bank" msgstr "Bank" -#: lib/layouts/g-brief.layout:157 lib/layouts/scrlttr2.layout:223 +#: lib/layouts/g-brief.layout:155 lib/layouts/scrlttr2.layout:219 msgid "Bank:" msgstr "Bank:" -#: lib/layouts/g-brief.layout:161 +#: lib/layouts/g-brief.layout:159 msgid "BankCode" msgstr "BankCode" -#: lib/layouts/g-brief.layout:164 +#: lib/layouts/g-brief.layout:162 msgid "BankCode:" msgstr "BankCode:" -#: lib/layouts/g-brief.layout:168 +#: lib/layouts/g-brief.layout:166 msgid "BankAccount" msgstr "BankAccount" -#: lib/layouts/g-brief.layout:171 +#: lib/layouts/g-brief.layout:169 msgid "BankAccount:" msgstr "BankAccount:" -#: lib/layouts/heb-article.layout:3 -#, fuzzy -msgid "Hebrew Article" -msgstr "Article" +#: lib/layouts/g-brief.layout:173 lib/layouts/g-brief2.layout:695 +msgid "PostalComment" +msgstr "PostalComment" -#: lib/layouts/heb-article.layout:70 +#: lib/layouts/g-brief.layout:176 lib/layouts/g-brief2.layout:705 +msgid "PostalComment:" +msgstr "PostalComment:" + +#: lib/layouts/g-brief.layout:201 lib/layouts/g-brief2.layout:832 +msgid "Reference:" +msgstr "Reference:" + +#: lib/layouts/g-brief.layout:218 lib/layouts/g-brief2.layout:922 +msgid "Encl.:" +msgstr "Encl.:" + +#: lib/layouts/g-brief2.layout:77 +msgid "NameRowA" +msgstr "NameRowA" + +#: lib/layouts/g-brief2.layout:88 +msgid "NameRowA:" +msgstr "NameRowA:" + +#: lib/layouts/g-brief2.layout:97 +msgid "NameRowB" +msgstr "NameRowB" + +#: lib/layouts/g-brief2.layout:107 +msgid "NameRowB:" +msgstr "NameRowB:" + +#: lib/layouts/g-brief2.layout:116 +msgid "NameRowC" +msgstr "NameRowC" + +#: lib/layouts/g-brief2.layout:126 +msgid "NameRowC:" +msgstr "NameRowC:" + +#: lib/layouts/g-brief2.layout:135 +msgid "NameRowD" +msgstr "NameRowD" + +#: lib/layouts/g-brief2.layout:145 +msgid "NameRowD:" +msgstr "NameRowD:" + +#: lib/layouts/g-brief2.layout:154 +msgid "NameRowE" +msgstr "NameRowE" + +#: lib/layouts/g-brief2.layout:164 +msgid "NameRowE:" +msgstr "NameRowE:" + +#: lib/layouts/g-brief2.layout:173 +msgid "NameRowF" +msgstr "NameRowF" + +#: lib/layouts/g-brief2.layout:183 +msgid "NameRowF:" +msgstr "NameRowF:" + +#: lib/layouts/g-brief2.layout:192 +msgid "NameRowG" +msgstr "NameRowG" + +#: lib/layouts/g-brief2.layout:202 +msgid "NameRowG:" +msgstr "NameRowG:" + +#: lib/layouts/g-brief2.layout:212 +msgid "AddressRowA" +msgstr "AddressRowA" + +#: lib/layouts/g-brief2.layout:223 +msgid "AddressRowA:" +msgstr "AddressRowA:" + +#: lib/layouts/g-brief2.layout:232 +msgid "AddressRowB" +msgstr "AddressRowB" + +#: lib/layouts/g-brief2.layout:242 +msgid "AddressRowB:" +msgstr "AddressRowB:" + +#: lib/layouts/g-brief2.layout:251 +msgid "AddressRowC" +msgstr "AddressRowC" + +#: lib/layouts/g-brief2.layout:261 +msgid "AddressRowC:" +msgstr "AddressRowC:" + +#: lib/layouts/g-brief2.layout:270 +msgid "AddressRowD" +msgstr "AddressRowD" + +#: lib/layouts/g-brief2.layout:280 +msgid "AddressRowD:" +msgstr "AddressRowD:" + +#: lib/layouts/g-brief2.layout:289 +msgid "AddressRowE" +msgstr "AddressRowE" + +#: lib/layouts/g-brief2.layout:299 +msgid "AddressRowE:" +msgstr "AddressRowE:" + +#: lib/layouts/g-brief2.layout:308 +msgid "AddressRowF" +msgstr "AddressRowF" + +#: lib/layouts/g-brief2.layout:318 +msgid "AddressRowF:" +msgstr "AddressRowF:" + +#: lib/layouts/g-brief2.layout:327 +msgid "TelephoneRowA" +msgstr "TelephoneRowA" + +#: lib/layouts/g-brief2.layout:338 +msgid "TelephoneRowA:" +msgstr "TelephoneRowA:" + +#: lib/layouts/g-brief2.layout:347 +msgid "TelephoneRowB" +msgstr "TelephoneRowB" + +#: lib/layouts/g-brief2.layout:357 +msgid "TelephoneRowB:" +msgstr "TelephoneRowB:" + +#: lib/layouts/g-brief2.layout:366 +msgid "TelephoneRowC" +msgstr "TelephoneRowC" + +#: lib/layouts/g-brief2.layout:376 +msgid "TelephoneRowC:" +msgstr "TelephoneRowC:" + +#: lib/layouts/g-brief2.layout:385 +msgid "TelephoneRowD" +msgstr "TelephoneRowD" + +#: lib/layouts/g-brief2.layout:395 +msgid "TelephoneRowD:" +msgstr "TelephoneRowD:" + +#: lib/layouts/g-brief2.layout:404 +msgid "TelephoneRowE" +msgstr "TelephoneRowE" + +#: lib/layouts/g-brief2.layout:414 +msgid "TelephoneRowE:" +msgstr "TelephoneRowE:" + +#: lib/layouts/g-brief2.layout:423 +msgid "TelephoneRowF" +msgstr "TelephoneRowF" + +#: lib/layouts/g-brief2.layout:433 +msgid "TelephoneRowF:" +msgstr "TelephoneRowF:" + +#: lib/layouts/g-brief2.layout:442 +msgid "InternetRowA" +msgstr "InternetRowA" + +#: lib/layouts/g-brief2.layout:453 +msgid "InternetRowA:" +msgstr "InternetRowA:" + +#: lib/layouts/g-brief2.layout:462 +msgid "InternetRowB" +msgstr "InternetRowB" + +#: lib/layouts/g-brief2.layout:472 +msgid "InternetRowB:" +msgstr "InternetRowB:" + +#: lib/layouts/g-brief2.layout:481 +msgid "InternetRowC" +msgstr "InternetRowC" + +#: lib/layouts/g-brief2.layout:491 +msgid "InternetRowC:" +msgstr "InternetRowC:" + +#: lib/layouts/g-brief2.layout:500 +msgid "InternetRowD" +msgstr "InternetRowD" + +#: lib/layouts/g-brief2.layout:510 +msgid "InternetRowD:" +msgstr "InternetRowD:" + +#: lib/layouts/g-brief2.layout:519 +msgid "InternetRowE" +msgstr "InternetRowE" + +#: lib/layouts/g-brief2.layout:529 +msgid "InternetRowE:" +msgstr "InternetRowE:" + +#: lib/layouts/g-brief2.layout:538 +msgid "InternetRowF" +msgstr "InternetRowF" + +#: lib/layouts/g-brief2.layout:548 +msgid "InternetRowF:" +msgstr "InternetRowF:" + +#: lib/layouts/g-brief2.layout:557 +msgid "BankRowA" +msgstr "BankRowA" + +#: lib/layouts/g-brief2.layout:568 +msgid "BankRowA:" +msgstr "BankRowA:" + +#: lib/layouts/g-brief2.layout:577 +msgid "BankRowB" +msgstr "BankRowB" + +#: lib/layouts/g-brief2.layout:587 +msgid "BankRowB:" +msgstr "BankRowB:" + +#: lib/layouts/g-brief2.layout:596 +msgid "BankRowC" +msgstr "BankRowC" + +#: lib/layouts/g-brief2.layout:606 +msgid "BankRowC:" +msgstr "BankRowC:" + +#: lib/layouts/g-brief2.layout:615 +msgid "BankRowD" +msgstr "BankRowD" + +#: lib/layouts/g-brief2.layout:625 +msgid "BankRowD:" +msgstr "BankRowD:" + +#: lib/layouts/g-brief2.layout:634 +msgid "BankRowE" +msgstr "BankRowE" + +#: lib/layouts/g-brief2.layout:644 +msgid "BankRowE:" +msgstr "BankRowE:" + +#: lib/layouts/g-brief2.layout:653 +msgid "BankRowF" +msgstr "BankRowF" + +#: lib/layouts/g-brief2.layout:663 +msgid "BankRowF:" +msgstr "BankRowF:" + +#: lib/layouts/heb-article.layout:68 msgid "Claim #." -msgstr "Tvrzení #." +msgstr "TvrzenĂ­ #." -#: lib/layouts/heb-article.layout:87 +#: lib/layouts/heb-article.layout:85 msgid "Remarks" msgstr "Remarks" -#: lib/layouts/heb-article.layout:90 +#: lib/layouts/heb-article.layout:88 msgid "Remarks #." msgstr "Remarks #." -#: lib/layouts/heb-article.layout:113 lib/layouts/ijmpc.layout:334 -#: lib/layouts/ijmpd.layout:337 +#: lib/layouts/heb-article.layout:110 lib/layouts/ijmpc.layout:324 +#: lib/layouts/ijmpd.layout:327 msgid "Proof:" msgstr "Proof:" -#: lib/layouts/heb-letter.layout:3 -#, fuzzy -msgid "Hebrew Letter" -msgstr "Close Letter" - -#: lib/layouts/hollywood.layout:3 -msgid "Hollywood" -msgstr "" - -#: lib/layouts/hollywood.layout:56 +#: lib/layouts/hollywood.layout:55 msgid "More" msgstr "More" -#: lib/layouts/hollywood.layout:67 +#: lib/layouts/hollywood.layout:66 msgid "(MORE)" msgstr "(MORE)" -#: lib/layouts/hollywood.layout:80 lib/layouts/hollywood.layout:91 +#: lib/layouts/hollywood.layout:79 lib/layouts/hollywood.layout:90 msgid "FADE IN:" msgstr "FADE IN:" -#: lib/layouts/hollywood.layout:100 lib/layouts/hollywood.layout:110 +#: lib/layouts/hollywood.layout:99 lib/layouts/hollywood.layout:109 msgid "INT." msgstr "INT." -#: lib/layouts/hollywood.layout:114 lib/layouts/hollywood.layout:124 +#: lib/layouts/hollywood.layout:113 lib/layouts/hollywood.layout:123 msgid "EXT." msgstr "EXT." -#: lib/layouts/hollywood.layout:186 +#: lib/layouts/hollywood.layout:185 msgid "Continuing" msgstr "Continuing" -#: lib/layouts/hollywood.layout:197 +#: lib/layouts/hollywood.layout:196 msgid "(continuing)" msgstr "(continuing)" -#: lib/layouts/hollywood.layout:223 +#: lib/layouts/hollywood.layout:222 msgid "Transition" msgstr "Transition" -#: lib/layouts/hollywood.layout:235 lib/layouts/hollywood.layout:246 +#: lib/layouts/hollywood.layout:234 lib/layouts/hollywood.layout:245 msgid "TITLE OVER:" msgstr "TITLE OVER:" -#: lib/layouts/hollywood.layout:250 +#: lib/layouts/hollywood.layout:249 msgid "INTERCUT" msgstr "INTERCUT" -#: lib/layouts/hollywood.layout:261 +#: lib/layouts/hollywood.layout:260 msgid "INTERCUT WITH:" msgstr "INTERCUT WITH:" -#: lib/layouts/hollywood.layout:265 lib/layouts/hollywood.layout:276 +#: lib/layouts/hollywood.layout:264 lib/layouts/hollywood.layout:275 msgid "FADE OUT" msgstr "FADE OUT" -#: lib/layouts/hollywood.layout:295 +#: lib/layouts/hollywood.layout:293 msgid "Scene" msgstr "Scene" -#: lib/layouts/IEEEtran-CompSoc.layout:3 -msgid "IEEE Transactions Computer Society" -msgstr "" - -#: lib/layouts/IEEEtran-CompSoc.layout:19 -#: lib/layouts/IEEEtran-TransMag.layout:20 +#: lib/layouts/ijmpc.layout:80 lib/layouts/ijmpc.layout:84 +#: lib/layouts/ijmpc.layout:92 lib/layouts/ijmpd.layout:85 +#: lib/layouts/ijmpd.layout:89 lib/layouts/ijmpd.layout:97 #, fuzzy -msgid "Standard in Title" -msgstr "Standardní" - -#: lib/layouts/IEEEtran-CompSoc.layout:31 -#, fuzzy -msgid "Author Footnote" -msgstr "Author footnote" - -#: lib/layouts/IEEEtran-CompSoc.layout:37 -#, fuzzy -msgid "Author foot" -msgstr "Author footnote" - -#: lib/layouts/IEEEtran-CompSoc.layout:60 -#: lib/layouts/IEEEtran-TransMag.layout:39 -msgid "Nontitle Abstract Index Text" -msgstr "" - -#: lib/layouts/IEEEtran-CompSoc.layout:65 -#: lib/layouts/IEEEtran-TransMag.layout:44 -msgid "NontitleAbstractIndexText" -msgstr "" - -#: lib/layouts/IEEEtran.layout:3 -#, fuzzy -msgid "IEEE Transactions" -msgstr "Transition" - -#: lib/layouts/IEEEtran.layout:86 lib/layouts/IEEEtran.layout:91 -msgid "IEEE membership" -msgstr "IEEE membership" - -#: lib/layouts/IEEEtran.layout:106 lib/layouts/revtex4-1.layout:292 -#: lib/layouts/revtex4-1.layout:294 -msgid "Lowercase" -msgstr "Lowercase" - -#: lib/layouts/IEEEtran.layout:110 -msgid "lowercase" -msgstr "lowercase" - -#: lib/layouts/IEEEtran.layout:124 -msgid "A short version of the author name" -msgstr "" - -#: lib/layouts/IEEEtran.layout:140 -#, fuzzy -msgid "Author Name" -msgstr "Author Note:" - -#: lib/layouts/IEEEtran.layout:146 -#, fuzzy -msgid "Author name" -msgstr "Author mark" - -#: lib/layouts/IEEEtran.layout:157 -#, fuzzy -msgid "Author Affiliation" -msgstr "Author affiliation" - -#: lib/layouts/IEEEtran.layout:171 -#, fuzzy -msgid "Author Mark" -msgstr "Author mark" - -#: lib/layouts/IEEEtran.layout:194 -msgid "Special Paper Notice" -msgstr "Special Paper Notice" - -#: lib/layouts/IEEEtran.layout:205 -msgid "After Title Text" -msgstr "After Title Text" - -#: lib/layouts/IEEEtran.layout:215 -msgid "Page headings" -msgstr "Page headings" - -#: lib/layouts/IEEEtran.layout:224 -#, fuzzy -msgid "Left Side" -msgstr "Levá hlavička" - -#: lib/layouts/IEEEtran.layout:225 -msgid "Left side of the header line" -msgstr "" - -#: lib/layouts/IEEEtran.layout:239 lib/layouts/ijmpc.layout:65 -#: lib/layouts/ijmpd.layout:70 -msgid "MarkBoth" -msgstr "MarkBoth" - -#: lib/layouts/IEEEtran.layout:244 -msgid "Publication ID" -msgstr "Publication ID" - -#: lib/layouts/IEEEtran.layout:263 -msgid "Abstract---" -msgstr "Abstract---" - -#: lib/layouts/IEEEtran.layout:279 -msgid "Index Terms---" -msgstr "Index Terms---" - -#: lib/layouts/IEEEtran.layout:283 lib/layouts/IEEEtran.layout:287 -#, fuzzy -msgid "Paragraph Start" -msgstr "Nastavení odstavce" - -#: lib/layouts/IEEEtran.layout:291 -#, fuzzy -msgid "First Char" -msgstr "První hlavička:" - -#: lib/layouts/IEEEtran.layout:292 -msgid "First character of first word" -msgstr "" - -#: lib/layouts/IEEEtran.layout:300 lib/layouts/IEEEtran.layout:310 -msgid "Appendices" -msgstr "Appendices" - -#: lib/layouts/IEEEtran.layout:318 -#, fuzzy -msgid "Peer Review Title" -msgstr "Náhled selhal" - -#: lib/layouts/IEEEtran.layout:323 -#, fuzzy -msgid "PeerReviewTitle" -msgstr "Náhled selhal" - -#: lib/layouts/IEEEtran.layout:332 -msgid "Short Title" -msgstr "Krátký titulek|i" - -#: lib/layouts/IEEEtran.layout:333 -msgid "Short title for the appendix" -msgstr "" - -#: lib/layouts/IEEEtran.layout:362 -msgid "Biography" -msgstr "Biography" - -#: lib/layouts/IEEEtran.layout:367 lib/layouts/moderncv.layout:161 -msgid "Photo" -msgstr "Photo" - -#: lib/layouts/IEEEtran.layout:368 -msgid "Optional photo for biography" -msgstr "" - -#: lib/layouts/IEEEtran.layout:374 lib/layouts/IEEEtran.layout:391 -#: lib/layouts/sigplanconf.layout:152 -#, fuzzy -msgid "Name of the author" -msgstr "Jméno standardní tiskárny" - -#: lib/layouts/IEEEtran.layout:383 -msgid "Biography without photo" -msgstr "Biography without photo" - -#: lib/layouts/IEEEtran.layout:395 -msgid "BiographyNoPhoto" -msgstr "BiographyNoPhoto" - -#: lib/layouts/IEEEtran.layout:407 lib/layouts/siamltex.layout:162 -#: lib/layouts/theorems-proof.inc:20 -#, fuzzy -msgid "Alternative Proof String" -msgstr "Alternative Affiliation" - -#: lib/layouts/IEEEtran.layout:408 lib/layouts/siamltex.layout:163 -#, fuzzy -msgid "An alternative proof string" -msgstr "Alternative Affiliation" - -#: lib/layouts/IEEEtran-TransMag.layout:3 -msgid "IEEE Transactions on Magnetics" -msgstr "" - -#: lib/layouts/ijmpc.layout:3 -msgid "Int. Journal of Modern Physics C" -msgstr "" - -#: lib/layouts/ijmpc.layout:74 lib/layouts/ijmpd.layout:79 -#, fuzzy -msgid "Author Names" -msgstr "Author Note:" - -#: lib/layouts/ijmpc.layout:75 lib/layouts/ijmpd.layout:80 -msgid "Author names that will appear in the header line" -msgstr "" - -#: lib/layouts/ijmpc.layout:88 lib/layouts/ijmpc.layout:92 -#: lib/layouts/ijmpc.layout:100 lib/layouts/ijmpd.layout:93 -#: lib/layouts/ijmpd.layout:97 lib/layouts/ijmpd.layout:105 msgid "Catchline" -msgstr "Catchline" +msgstr "linka (matematika)" -#: lib/layouts/ijmpc.layout:159 lib/layouts/ijmpd.layout:149 +#: lib/layouts/ijmpc.layout:152 lib/layouts/ijmpd.layout:142 +#, fuzzy msgid "History" -msgstr "History" +msgstr "RevisionHistory" -#: lib/layouts/ijmpc.layout:190 lib/layouts/ijmpc.layout:194 -#: lib/layouts/ijmpd.layout:180 lib/layouts/ijmpd.layout:184 -#: lib/layouts/aguplus.inc:119 lib/layouts/agu_stdtitle.inc:207 +#: lib/layouts/ijmpc.layout:183 lib/layouts/ijmpc.layout:187 +#: lib/layouts/ijmpd.layout:173 lib/layouts/ijmpd.layout:177 +#: lib/layouts/agu_stdtitle.inc:206 lib/layouts/aguplus.inc:119 msgid "Revised" msgstr "Revised" -#: lib/layouts/ijmpc.layout:237 +#: lib/layouts/ijmpc.layout:230 msgid "Classification Codes" msgstr "Classification Codes" -#: lib/layouts/ijmpc.layout:244 lib/layouts/ijmpd.layout:247 +#: lib/layouts/ijmpc.layout:237 lib/layouts/ijmpd.layout:240 +#: lib/layouts/aguplus.inc:217 msgid "TableCaption" msgstr "TableCaption" -#: lib/layouts/ijmpc.layout:248 lib/layouts/ijmpd.layout:251 -msgid "Table caption" -msgstr "Table caption" - -#: lib/layouts/ijmpc.layout:261 lib/layouts/ijmpd.layout:264 -msgid "Refcite" -msgstr "Refcite" - -#: lib/layouts/ijmpc.layout:265 lib/layouts/ijmpd.layout:268 -msgid "Cite reference" -msgstr "Cite reference" - -#: lib/layouts/ijmpc.layout:278 lib/layouts/ijmpd.layout:281 -msgid "ItemList" -msgstr "ItemList" - -#: lib/layouts/ijmpc.layout:298 lib/layouts/ijmpd.layout:301 -msgid "RomanList" -msgstr "RomanList" - -#: lib/layouts/ijmpc.layout:304 lib/layouts/ijmpd.layout:307 +#: lib/layouts/ijmpc.layout:241 lib/layouts/ijmpd.layout:244 #, fuzzy -msgid "Numbering Scheme" -msgstr "Čí&slování" +msgid "Table caption" +msgstr "Table Caption" -#: lib/layouts/ijmpc.layout:305 lib/layouts/ijmpd.layout:308 -msgid "" -"Use the largest item number in your list, e.g. '(iv)' for 4 Roman numbered " -"items" +#: lib/layouts/ijmpc.layout:254 lib/layouts/ijmpd.layout:257 +msgid "Refcite" msgstr "" -#: lib/layouts/ijmpc.layout:347 lib/layouts/ijmpd.layout:353 -#: lib/layouts/theorems-ams-bytype.inc:71 lib/layouts/theorems-ams.inc:45 -#: lib/layouts/theorems-bytype.inc:47 lib/layouts/theorems.inc:45 -#: lib/layouts/theorems-without-preamble.inc:55 +#: lib/layouts/ijmpc.layout:258 lib/layouts/ijmpd.layout:261 +#, fuzzy +msgid "Cite reference" +msgstr "vĹĄechny citovanĂŠ reference" + +#: lib/layouts/ijmpc.layout:271 lib/layouts/ijmpd.layout:274 +#, fuzzy +msgid "ItemList" +msgstr "PoloĹžka" + +#: lib/layouts/ijmpc.layout:291 lib/layouts/ijmpd.layout:294 +#, fuzzy +msgid "RomanList" +msgstr "Antikva (Roman)" + +#: lib/layouts/ijmpc.layout:337 lib/layouts/ijmpd.layout:343 +#: lib/layouts/theorems-ams-bytype.inc:68 lib/layouts/theorems-ams.inc:42 +#: lib/layouts/theorems-bytype.inc:44 +#: lib/layouts/theorems-without-preamble.inc:52 lib/layouts/theorems.inc:42 msgid "Theorem \\thetheorem." -msgstr "Věta \\thetheorem." +msgstr "Věta \\thetheorem." -#: lib/layouts/ijmpc.layout:365 lib/layouts/ijmpd.layout:377 -#: lib/layouts/theorems-ams-bytype.inc:97 lib/layouts/theorems-bytype.inc:73 -#: lib/layouts/theorems-without-preamble.inc:79 +#: lib/layouts/ijmpc.layout:355 lib/layouts/ijmpd.layout:367 +#: lib/layouts/theorems-ams-bytype.inc:94 lib/layouts/theorems-bytype.inc:70 +#: lib/layouts/theorems-without-preamble.inc:76 msgid "Corollary \\thecorollary." -msgstr "Důsledek \\thecorollary." +msgstr "DĹŻsledek \\thecorollary." -#: lib/layouts/ijmpc.layout:369 lib/layouts/ijmpd.layout:384 -#: lib/layouts/theorems-ams-bytype.inc:115 lib/layouts/theorems-bytype.inc:91 -#: lib/layouts/theorems-without-preamble.inc:95 +#: lib/layouts/ijmpc.layout:359 lib/layouts/ijmpd.layout:374 +#: lib/layouts/theorems-ams-bytype.inc:112 lib/layouts/theorems-bytype.inc:88 +#: lib/layouts/theorems-without-preamble.inc:92 msgid "Lemma \\thelemma." msgstr "Lemma \\thelemma." -#: lib/layouts/ijmpc.layout:373 lib/layouts/ijmpd.layout:391 -#: lib/layouts/theorems-ams-bytype.inc:133 lib/layouts/theorems-bytype.inc:109 -#: lib/layouts/theorems-without-preamble.inc:111 +#: lib/layouts/ijmpc.layout:363 lib/layouts/ijmpd.layout:381 +#: lib/layouts/theorems-ams-bytype.inc:130 lib/layouts/theorems-bytype.inc:106 +#: lib/layouts/theorems-without-preamble.inc:108 msgid "Proposition \\theproposition." -msgstr "Tvrzení \\theproposition." +msgstr "TvrzenĂ­ \\theproposition." -#: lib/layouts/ijmpc.layout:376 lib/layouts/ijmpd.layout:397 -#: lib/layouts/llncs.layout:404 lib/layouts/theorems-without-preamble.inc:378 -#: lib/layouts/theorems-without-preamble.inc:385 -#: lib/layouts/theorems-without-preamble.inc:388 +#: lib/layouts/ijmpc.layout:366 lib/layouts/ijmpd.layout:387 +#: lib/layouts/llncs.layout:396 lib/layouts/theorems-without-preamble.inc:371 +#: lib/layouts/theorems-without-preamble.inc:378 +#: lib/layouts/theorems-without-preamble.inc:381 #: lib/layouts/theorems-ams-extended.module:378 #: lib/layouts/theorems-ams-extended.module:388 #: lib/layouts/theorems-ams-extended.module:391 #: lib/layouts/theorems-ams-extended.module:404 #: lib/layouts/theorems-ams-extended.module:407 msgid "Question" -msgstr "Otázka" +msgstr "OtĂĄzka" -#: lib/layouts/ijmpc.layout:377 lib/layouts/ijmpd.layout:398 -#: lib/layouts/theorems-without-preamble.inc:382 +#: lib/layouts/ijmpc.layout:367 lib/layouts/ijmpd.layout:388 +#: lib/layouts/theorems-without-preamble.inc:375 msgid "Question \\thequestion." msgstr "Question \\thequestion." -#: lib/layouts/ijmpc.layout:389 lib/layouts/ijmpd.layout:409 -#: lib/layouts/theorems-ams-bytype.inc:295 lib/layouts/theorems-bytype.inc:271 +#: lib/layouts/ijmpc.layout:379 lib/layouts/ijmpd.layout:399 +#: lib/layouts/theorems-ams-bytype.inc:292 lib/layouts/theorems-bytype.inc:268 msgid "Claim \\theclaim." -msgstr "Tvrzení \\theclaim." +msgstr "TvrzenĂ­ \\theclaim." -#: lib/layouts/ijmpc.layout:400 lib/layouts/ijmpd.layout:419 -#: lib/layouts/theorems-ams-bytype.inc:151 lib/layouts/theorems-bytype.inc:127 -#: lib/layouts/theorems-without-preamble.inc:143 +#: lib/layouts/ijmpc.layout:390 lib/layouts/ijmpd.layout:409 +#: lib/layouts/theorems-ams-bytype.inc:148 lib/layouts/theorems-bytype.inc:124 +#: lib/layouts/theorems-without-preamble.inc:140 msgid "Conjecture \\theconjecture." -msgstr "Hypotéza \\theconjecture." +msgstr "HypotĂŠza \\theconjecture." -#: lib/layouts/ijmpc.layout:410 lib/layouts/theorems-without-preamble.inc:123 +#: lib/layouts/ijmpc.layout:400 lib/layouts/theorems-without-preamble.inc:120 msgid "Prop" msgstr "Prop" -#: lib/layouts/ijmpc.layout:429 lib/layouts/ijmpd.layout:442 +#: lib/layouts/ijmpc.layout:419 lib/layouts/ijmpd.layout:432 msgid "Appendix \\Alph{appendix}." msgstr "Appendix \\Alph{appendix}." -#: lib/layouts/ijmpd.layout:3 -msgid "Int. Journal of Modern Physics D" -msgstr "" - -#: lib/layouts/ijmpd.layout:197 lib/layouts/ijmpd.layout:201 +#: lib/layouts/ijmpd.layout:190 lib/layouts/ijmpd.layout:194 +#, fuzzy msgid "Comby" -msgstr "Comby" +msgstr "KeyCombo" -#: lib/layouts/iopart.layout:3 -msgid "Institute of Physics (IOP)" -msgstr "" - -#: lib/layouts/iopart.layout:66 lib/layouts/jasatex.layout:75 -msgid "Short title that will appear in header line" -msgstr "" - -#: lib/layouts/iopart.layout:82 +#: lib/layouts/iopart.layout:77 msgid "Review" msgstr "Revize" -#: lib/layouts/iopart.layout:88 +#: lib/layouts/iopart.layout:83 msgid "Topical" msgstr "Topical" -#: lib/layouts/iopart.layout:94 lib/layouts/stdinsets.inc:80 +#: lib/layouts/iopart.layout:89 lib/layouts/stdinsets.inc:80 msgid "Comment" -msgstr "Komentář" +msgstr "Komentář" -#: lib/layouts/iopart.layout:106 +#: lib/layouts/iopart.layout:101 msgid "Paper" msgstr "Paper" -#: lib/layouts/iopart.layout:112 +#: lib/layouts/iopart.layout:107 msgid "Prelim" msgstr "Prelim" -#: lib/layouts/iopart.layout:118 +#: lib/layouts/iopart.layout:113 msgid "Rapid" msgstr "Rapid" -#: lib/layouts/iopart.layout:223 lib/layouts/jasatex.layout:217 -#: lib/layouts/revtex4-1.layout:185 lib/layouts/revtex4.layout:259 -#: lib/layouts/svglobal3.layout:67 lib/layouts/svglobal3.layout:70 +#: lib/layouts/iopart.layout:218 lib/layouts/jasatex.layout:207 +#: lib/layouts/revtex4-1.layout:175 lib/layouts/revtex4.layout:249 +#: lib/layouts/svglobal3.layout:66 lib/layouts/svglobal3.layout:69 msgid "PACS" msgstr "PACS" -#: lib/layouts/iopart.layout:226 +#: lib/layouts/iopart.layout:221 msgid "Physics and Astronomy Classification System number:" msgstr "Physics and Astronomy Classification System number:" -#: lib/layouts/iopart.layout:230 +#: lib/layouts/iopart.layout:225 msgid "MSC" msgstr "MSC" -#: lib/layouts/iopart.layout:233 +#: lib/layouts/iopart.layout:228 msgid "Mathematics Subject Classification number:" msgstr "Mathematics Subject Classification number:" -#: lib/layouts/iopart.layout:237 +#: lib/layouts/iopart.layout:232 msgid "submitto" msgstr "submitto" -#: lib/layouts/iopart.layout:240 +#: lib/layouts/iopart.layout:235 msgid "submit to paper:" msgstr "submit to paper:" -#: lib/layouts/iopart.layout:266 +#: lib/layouts/iopart.layout:261 msgid "Bibliography (plain)" msgstr "Bibliography (plain)" -#: lib/layouts/iopart.layout:290 +#: lib/layouts/iopart.layout:285 msgid "Bibliography heading" msgstr "Bibliography heading" -#: lib/layouts/isprs.layout:3 -msgid "Int. Society f. Photogrammetry and Remote Sensing (ISPRS)" -msgstr "" - -#: lib/layouts/isprs.layout:39 +#: lib/layouts/isprs.layout:38 msgid "ABSTRACT:" msgstr "ABSTRACT:" -#: lib/layouts/isprs.layout:67 +#: lib/layouts/isprs.layout:66 msgid "KEY WORDS:" msgstr "KEY WORDS:" -#: lib/layouts/isprs.layout:129 +#: lib/layouts/isprs.layout:128 msgid "Commission" msgstr "Commission" -#: lib/layouts/isprs.layout:220 +#: lib/layouts/isprs.layout:218 msgid "ACKNOWLEDGEMENTS" msgstr "ACKNOWLEDGEMENTS" -#: lib/layouts/jarticle.layout:3 -msgid "Japanese Article (jarticle)" -msgstr "" - -#: lib/layouts/jasatex.layout:3 -msgid "Journal of the Acoustical Society of America (JASA)" -msgstr "" - -#: lib/layouts/jasatex.layout:121 +#: lib/layouts/jasatex.layout:114 +#, fuzzy msgid "Alternative Affiliation" -msgstr "Alternative Affiliation" +msgstr "Alternative affiliation:" -#: lib/layouts/jasatex.layout:126 +#: lib/layouts/jasatex.layout:122 #, fuzzy -msgid "Affiliation Prefix" -msgstr "Affiliation Mark" - -#: lib/layouts/jasatex.layout:127 -msgid "A prefix like 'Also at '" -msgstr "" - -#: lib/layouts/jasatex.layout:132 lib/layouts/moderncv.layout:149 msgid "Homepage" -msgstr "Homepage" +msgstr "novĂĄ strana" -#: lib/layouts/jasatex.layout:220 lib/layouts/revtex4-1.layout:188 +#: lib/layouts/jasatex.layout:210 lib/layouts/revtex4-1.layout:178 +#, fuzzy msgid "PACS numbers:" -msgstr "PACS numbers:" +msgstr "PACS number:" -#: lib/layouts/jasatex.layout:223 +#: lib/layouts/jasatex.layout:213 +#, fuzzy msgid "Preprint number" -msgstr "Preprint number" +msgstr "Preprint" -#: lib/layouts/jasatex.layout:226 +#: lib/layouts/jasatex.layout:216 +#, fuzzy msgid "Preprint number:" -msgstr "Preprint number:" +msgstr "Preprint" -#: lib/layouts/jasatex.layout:247 lib/layouts/jasatex.layout:251 +#: lib/layouts/jasatex.layout:236 lib/layouts/jasatex.layout:240 +#, fuzzy msgid "Online citation" -msgstr "Online citation" +msgstr "VloĹžit citaci" -#: lib/layouts/jbook.layout:3 -#, fuzzy -msgid "Japanese Book (jbook)" -msgstr "Japonština (CJK)" - -#: lib/layouts/jgrga.layout:3 -msgid "American Geophysical Union (AGUPLUS JGR)" -msgstr "" - -#: lib/layouts/jreport.layout:3 -msgid "Japanese Report (jreport)" -msgstr "" - -#: lib/layouts/jsarticle.layout:3 -msgid "Japanese Article (jsarticle)" -msgstr "" - -#: lib/layouts/jsbook.layout:3 -#, fuzzy -msgid "Japanese Book (jsbook)" -msgstr "Japonština (CJK)" - -#: lib/layouts/jss.layout:3 -msgid "Journal of Statistical Software (JSS)" -msgstr "" - -#: lib/layouts/kluwer.layout:3 -msgid "Kluwer" -msgstr "" - -#: lib/layouts/kluwer.layout:202 +#: lib/layouts/kluwer.layout:198 msgid "AddressForOffprints" msgstr "AddressForOffprints" -#: lib/layouts/kluwer.layout:210 +#: lib/layouts/kluwer.layout:206 msgid "Address for Offprints:" msgstr "Address for Offprints:" -#: lib/layouts/kluwer.layout:220 +#: lib/layouts/kluwer.layout:216 msgid "RunningTitle" msgstr "RunningTitle" -#: lib/layouts/kluwer.layout:228 lib/layouts/svcommon.inc:404 +#: lib/layouts/kluwer.layout:224 lib/layouts/llncs.layout:163 +#: lib/layouts/svcommon.inc:399 msgid "Running title:" msgstr "Running title:" -#: lib/layouts/kluwer.layout:242 +#: lib/layouts/kluwer.layout:238 msgid "RunningAuthor" msgstr "RunningAuthor" -#: lib/layouts/kluwer.layout:249 lib/layouts/svcommon.inc:410 +#: lib/layouts/kluwer.layout:245 lib/layouts/svcommon.inc:405 msgid "Running author:" msgstr "Running author:" -#: lib/layouts/latex8.layout:3 -msgid "Latex8 Article (Obsolete)" -msgstr "" - -#: lib/layouts/letter.layout:3 -msgid "Letter (Standard Class)" -msgstr "" - -#: lib/layouts/lettre.layout:3 -msgid "French Letter (lettre)" -msgstr "" - -#: lib/layouts/lettre.layout:40 lib/layouts/lettre.layout:317 +#: lib/layouts/lettre.layout:39 lib/layouts/lettre.layout:316 msgid "NoTelephone" msgstr "NoTelephone" -#: lib/layouts/lettre.layout:44 lib/layouts/lettre.layout:373 -#: lib/layouts/lettre.layout:381 +#: lib/layouts/lettre.layout:43 lib/layouts/lettre.layout:372 +#: lib/layouts/lettre.layout:380 msgid "NoFax" msgstr "NoFax" -#: lib/layouts/lettre.layout:50 lib/layouts/lettre.layout:188 -#: lib/layouts/lettre.layout:195 +#: lib/layouts/lettre.layout:49 lib/layouts/lettre.layout:187 +#: lib/layouts/lettre.layout:194 msgid "NoPlace" msgstr "NoPlace" -#: lib/layouts/lettre.layout:54 lib/layouts/lettre.layout:237 -#: lib/layouts/lettre.layout:245 +#: lib/layouts/lettre.layout:53 lib/layouts/lettre.layout:236 +#: lib/layouts/lettre.layout:244 msgid "NoDate" msgstr "NoDate" -#: lib/layouts/lettre.layout:74 lib/layouts/lettre.layout:650 +#: lib/layouts/lettre.layout:73 lib/layouts/lettre.layout:649 msgid "Post Scriptum" msgstr "Post Scriptum" -#: lib/layouts/lettre.layout:76 lib/layouts/lettre.layout:516 +#: lib/layouts/lettre.layout:75 lib/layouts/lettre.layout:515 msgid "EndOfMessage" msgstr "EndOfMessage" -#: lib/layouts/lettre.layout:78 lib/layouts/lettre.layout:536 +#: lib/layouts/lettre.layout:77 lib/layouts/lettre.layout:535 msgid "EndOfFile" msgstr "EndOfFile" -#: lib/layouts/lettre.layout:159 lib/layouts/lettre.layout:189 -#: lib/layouts/lettre.layout:215 lib/layouts/lettre.layout:238 -#: lib/layouts/lettre.layout:258 lib/layouts/lettre.layout:288 -#: lib/layouts/lettre.layout:318 lib/layouts/lettre.layout:344 -#: lib/layouts/lettre.layout:374 lib/layouts/lettre.layout:400 +#: lib/layouts/lettre.layout:139 lib/layouts/lettre.layout:158 +#: lib/layouts/lettre.layout:188 lib/layouts/lettre.layout:214 +#: lib/layouts/lettre.layout:237 lib/layouts/lettre.layout:257 +#: lib/layouts/lettre.layout:287 lib/layouts/lettre.layout:317 +#: lib/layouts/lettre.layout:343 lib/layouts/lettre.layout:373 +#: lib/layouts/lettre.layout:399 msgid "Headings" msgstr "Headings" -#: lib/layouts/lettre.layout:170 +#: lib/layouts/lettre.layout:169 msgid "City:" msgstr "City:" -#: lib/layouts/lettre.layout:263 +#: lib/layouts/lettre.layout:262 msgid "Office:" msgstr "Office:" -#: lib/layouts/lettre.layout:293 +#: lib/layouts/lettre.layout:292 msgid "Tel:" msgstr "Tel:" -#: lib/layouts/lettre.layout:325 +#: lib/layouts/lettre.layout:324 msgid "NoTel" msgstr "NoTel" -#: lib/layouts/lettre.layout:526 +#: lib/layouts/lettre.layout:355 +msgid "Fax:" +msgstr "Fax:" + +#: lib/layouts/lettre.layout:516 lib/layouts/lettre.layout:607 +#: lib/layouts/lettre.layout:650 +msgid "Closings" +msgstr "Closings" + +#: lib/layouts/lettre.layout:525 msgid "EndOfMessage." msgstr "EndOfMessage." -#: lib/layouts/lettre.layout:538 +#: lib/layouts/lettre.layout:537 msgid "EndOfFile." msgstr "EndOfFile." -#: lib/layouts/lettre.layout:658 +#: lib/layouts/lettre.layout:657 msgid "P.S.:" msgstr "P.S.:" -#: lib/layouts/llncs.layout:3 -msgid "Lecture Notes in Comp. Science (LNCS)" -msgstr "" - -#: lib/layouts/llncs.layout:41 lib/layouts/memoir.layout:63 -#: lib/layouts/recipebook.layout:42 lib/layouts/scrbook.layout:17 -#: lib/layouts/svmult.layout:111 lib/layouts/tufte-book.layout:63 -#: lib/layouts/agu_stdsections.inc:21 lib/layouts/db_stdsections.inc:20 -#: lib/layouts/scrclass.inc:60 lib/layouts/stdsections.inc:42 -#: lib/layouts/svcommon.inc:151 +#: lib/layouts/llncs.layout:39 lib/layouts/memoir.layout:59 +#: lib/layouts/recipebook.layout:41 lib/layouts/scrbook.layout:16 +#: lib/layouts/svmult.layout:110 lib/layouts/tufte-book.layout:62 +#: lib/layouts/agu_stdsections.inc:22 lib/layouts/db_stdsections.inc:21 +#: lib/layouts/scrclass.inc:59 lib/layouts/stdsections.inc:39 +#: lib/layouts/svcommon.inc:146 msgid "Chapter" msgstr "Kapitola" -#: lib/layouts/llncs.layout:152 +#: lib/layouts/llncs.layout:149 msgid "Running LaTeX Title" msgstr "Running LaTeX Title" -#: lib/layouts/llncs.layout:175 lib/layouts/svcommon.inc:376 +#: lib/layouts/llncs.layout:172 lib/layouts/svcommon.inc:371 msgid "TOC Title" msgstr "TOC Title" -#: lib/layouts/llncs.layout:179 -#, fuzzy -msgid "TOC Title:" -msgstr "TOC Title" +#: lib/layouts/llncs.layout:176 lib/layouts/svcommon.inc:382 +msgid "TOC title:" +msgstr "TOC title:" -#: lib/layouts/llncs.layout:204 +#: lib/layouts/llncs.layout:200 msgid "Author Running" msgstr "Author Running" -#: lib/layouts/llncs.layout:208 +#: lib/layouts/llncs.layout:204 msgid "Author Running:" msgstr "Author Running:" -#: lib/layouts/llncs.layout:212 lib/layouts/svcommon.inc:394 +#: lib/layouts/llncs.layout:208 lib/layouts/svcommon.inc:389 msgid "TOC Author" msgstr "TOC Author" -#: lib/layouts/llncs.layout:216 +#: lib/layouts/llncs.layout:212 msgid "TOC Author:" msgstr "TOC Author:" -#: lib/layouts/llncs.layout:308 +#: lib/layouts/llncs.layout:300 msgid "Case #." -msgstr "Případ #." +msgstr "Případ #." -#: lib/layouts/llncs.layout:318 lib/layouts/svmono.layout:82 -#: lib/layouts/theorems-starred.inc:255 +#: lib/layouts/llncs.layout:310 lib/layouts/svmono.layout:81 +#: lib/layouts/theorems-starred.inc:252 msgid "Claim." -msgstr "Tvrzení." +msgstr "TvrzenĂ­." -#: lib/layouts/llncs.layout:325 +#: lib/layouts/llncs.layout:317 msgid "Conjecture #." msgstr "Conjecture #." -#: lib/layouts/llncs.layout:353 +#: lib/layouts/llncs.layout:345 msgid "Example #." msgstr "Example #." -#: lib/layouts/llncs.layout:360 +#: lib/layouts/llncs.layout:352 msgid "Exercise #." msgstr "Exercise #." -#: lib/layouts/llncs.layout:373 +#: lib/layouts/llncs.layout:365 msgid "Note #." msgstr "Note #." -#: lib/layouts/llncs.layout:380 +#: lib/layouts/llncs.layout:372 msgid "Problem #." msgstr "Problem #." -#: lib/layouts/llncs.layout:391 lib/layouts/theorems-without-preamble.inc:361 -#: lib/layouts/theorems-without-preamble.inc:368 -#: lib/layouts/theorems-without-preamble.inc:371 +#: lib/layouts/llncs.layout:383 lib/layouts/theorems-without-preamble.inc:354 +#: lib/layouts/theorems-without-preamble.inc:361 +#: lib/layouts/theorems-without-preamble.inc:364 msgid "Property" msgstr "Property" -#: lib/layouts/llncs.layout:394 +#: lib/layouts/llncs.layout:386 msgid "Property #." msgstr "Property #." -#: lib/layouts/llncs.layout:407 +#: lib/layouts/llncs.layout:399 msgid "Question #." msgstr "Question #." -#: lib/layouts/llncs.layout:414 +#: lib/layouts/llncs.layout:406 msgid "Remark #." msgstr "Remark #." -#: lib/layouts/llncs.layout:421 +#: lib/layouts/llncs.layout:413 msgid "Solution #." msgstr "Solution #." -#: lib/layouts/ltugboat.layout:3 -msgid "TUGboat" -msgstr "" - -#: lib/layouts/memoir.layout:3 -msgid "Memoir" -msgstr "" - -#: lib/layouts/memoir.layout:65 lib/layouts/memoir.layout:78 -#: lib/layouts/memoir.layout:86 lib/layouts/memoir.layout:99 -#: lib/layouts/memoir.layout:112 lib/layouts/memoir.layout:125 -#: lib/layouts/memoir.layout:138 lib/layouts/memoir.layout:205 -#: lib/layouts/memoir.layout:224 -#, fuzzy -msgid "Short Title (TOC)|S" -msgstr "Krátký titulek" - -#: lib/layouts/memoir.layout:66 lib/layouts/memoir.layout:79 -#, fuzzy -msgid "The chapter as it appears in the table of contents" -msgstr "Značka tak, jak se objeví v dokumentu" - -#: lib/layouts/memoir.layout:69 lib/layouts/memoir.layout:90 -#: lib/layouts/memoir.layout:103 lib/layouts/memoir.layout:116 -#: lib/layouts/memoir.layout:129 lib/layouts/memoir.layout:142 -#: lib/layouts/memoir.layout:209 -#, fuzzy -msgid "Short Title (Header)" -msgstr "Krátký titulek|i" - -#: lib/layouts/memoir.layout:70 -#, fuzzy -msgid "The chapter as it appears in the running headers" -msgstr "Značka tak, jak se objeví v dokumentu" - -#: lib/layouts/memoir.layout:76 lib/layouts/db_stdstarsections.inc:24 -#: lib/layouts/stdstarsections.inc:24 lib/layouts/svcommon.inc:250 +#: lib/layouts/memoir.layout:65 lib/layouts/db_stdstarsections.inc:24 +#: lib/layouts/stdstarsections.inc:24 lib/layouts/svcommon.inc:245 msgid "Chapter*" msgstr "Kapitola*" -#: lib/layouts/memoir.layout:87 -#, fuzzy -msgid "The section as it appears in the table of contents" -msgstr "Značka tak, jak se objeví v dokumentu" - -#: lib/layouts/memoir.layout:91 -#, fuzzy -msgid "The section as it appears in the running headers" -msgstr "Značka tak, jak se objeví v dokumentu" - #: lib/layouts/memoir.layout:100 -#, fuzzy -msgid "The subsection as it appears in the table of contents" -msgstr "Značka tak, jak se objeví v dokumentu" - -#: lib/layouts/memoir.layout:104 -#, fuzzy -msgid "The subsection as it appears in the running headers" -msgstr "Značka tak, jak se objeví v dokumentu" - -#: lib/layouts/memoir.layout:113 -#, fuzzy -msgid "The subsubsection as it appears in the table of contents" -msgstr "Značka tak, jak se objeví v dokumentu" - -#: lib/layouts/memoir.layout:117 -#, fuzzy -msgid "The subsubsection as it appears in the running headers" -msgstr "Značka tak, jak se objeví v dokumentu" - -#: lib/layouts/memoir.layout:126 -#, fuzzy -msgid "The paragraph as it appears in the table of contents" -msgstr "Značka tak, jak se objeví v dokumentu" - -#: lib/layouts/memoir.layout:130 -#, fuzzy -msgid "The paragraph as it appears in the running headers" -msgstr "Značka tak, jak se objeví v dokumentu" - -#: lib/layouts/memoir.layout:139 -#, fuzzy -msgid "The subparagraph as it appears in the table of contents" -msgstr "Značka tak, jak se objeví v dokumentu" - -#: lib/layouts/memoir.layout:143 -#, fuzzy -msgid "The subparagraph as it appears in the running headers" -msgstr "Značka tak, jak se objeví v dokumentu" - -#: lib/layouts/memoir.layout:149 msgid "Chapterprecis" -msgstr "Výtah kapitoly" +msgstr "VĂ˝tah kapitoly" -#: lib/layouts/memoir.layout:168 +#: lib/layouts/memoir.layout:120 msgid "Epigraph" msgstr "Epigraf" -#: lib/layouts/memoir.layout:178 -#, fuzzy -msgid "Epigraph Source|S" -msgstr "Zdrojový text pro LaTeX|x" +#: lib/layouts/memoir.layout:121 lib/layouts/memoir.layout:177 +msgid "Maintext" +msgstr "Maintext" -#: lib/layouts/memoir.layout:179 -#, fuzzy -msgid "Source" -msgstr "Zdrojový kód pro LaTeX" - -#: lib/layouts/memoir.layout:180 -msgid "The source/author of this epigraph" -msgstr "" - -#: lib/layouts/memoir.layout:193 +#: lib/layouts/memoir.layout:133 msgid "Poemtitle" -msgstr "Název básně" +msgstr "NĂĄzev bĂĄsně" -#: lib/layouts/memoir.layout:206 lib/layouts/memoir.layout:225 -#, fuzzy -msgid "The poem title as it appears in the table of contents" -msgstr "Značka tak, jak se objeví v dokumentu" - -#: lib/layouts/memoir.layout:210 -#, fuzzy -msgid "The poem title as it appears in the running headers" -msgstr "Značka tak, jak se objeví v dokumentu" - -#: lib/layouts/memoir.layout:219 +#: lib/layouts/memoir.layout:151 msgid "Poemtitle*" -msgstr "Název básně*" +msgstr "NĂĄzev bĂĄsně*" -#: lib/layouts/memoir.layout:247 +#: lib/layouts/memoir.layout:176 msgid "Legend" msgstr "Legenda" -#: lib/layouts/moderncv.layout:3 -msgid "Modern CV" -msgstr "" - -#: lib/layouts/moderncv.layout:36 -msgid "CVStyle" -msgstr "CVStyle" - -#: lib/layouts/moderncv.layout:45 -#, fuzzy -msgid "CV Style:" -msgstr "CV style:" - -#: lib/layouts/moderncv.layout:52 -msgid "CVColor" -msgstr "CVColor" - -#: lib/layouts/moderncv.layout:55 -#, fuzzy -msgid "CV Color Scheme:" -msgstr "CV color scheme:" - -#: lib/layouts/moderncv.layout:58 -#, fuzzy -msgid "PDF Page Mode" -msgstr "Stránky PDF" - -#: lib/layouts/moderncv.layout:61 -#, fuzzy -msgid "PDF Page Mode:" -msgstr "Stránky PDF" - -#: lib/layouts/moderncv.layout:64 lib/layouts/db_stdtitle.inc:94 -msgid "FirstName" -msgstr "FirstName" - -#: lib/layouts/moderncv.layout:77 -msgid "FamilyName" -msgstr "FamilyName" - -#: lib/layouts/moderncv.layout:81 -msgid "Family Name:" -msgstr "Family Name:" - -#: lib/layouts/moderncv.layout:114 -#, fuzzy -msgid "Line 1" -msgstr "Linka nahoře|n" - -#: lib/layouts/moderncv.layout:115 lib/layouts/moderncv.layout:121 -msgid "Optional address line" -msgstr "" - -#: lib/layouts/moderncv.layout:120 -#, fuzzy -msgid "Line 2" -msgstr "Linka nahoře|n" - -#: lib/layouts/moderncv.layout:128 -msgid "Mobile:" -msgstr "Mobile:" - -#: lib/layouts/moderncv.layout:152 -msgid "Homepage:" -msgstr "Homepage:" - -#: lib/layouts/moderncv.layout:155 -msgid "ExtraInfo" -msgstr "ExtraInfo" - -#: lib/layouts/moderncv.layout:158 -msgid "Extra Info:" -msgstr "Extra Info:" - -#: lib/layouts/moderncv.layout:164 -msgid "Photo:" -msgstr "Photo:" - -#: lib/layouts/moderncv.layout:167 -msgid "Height the photo is resized to" -msgstr "" - -#: lib/layouts/moderncv.layout:170 -#, fuzzy -msgid "Thickness" -msgstr "&Tloušťka:" - -#: lib/layouts/moderncv.layout:171 -msgid "Thickness of the surrounding frame" -msgstr "" - -#: lib/layouts/moderncv.layout:209 -msgid "EmptySection" -msgstr "EmptySection" - -#: lib/layouts/moderncv.layout:215 -msgid "Empty Section" -msgstr "Empty Section" - -#: lib/layouts/moderncv.layout:234 -msgid "CloseSection" -msgstr "CloseSection" - -#: lib/layouts/moderncv.layout:250 -#, fuzzy -msgid "Columns:" -msgstr "&Sloupce:" - -#: lib/layouts/moderncv.layout:265 -#, fuzzy -msgid "Optional width" -msgstr "volitelné" - -#: lib/layouts/moderncv.layout:270 lib/layouts/agu_stdtitle.inc:13 -msgid "Header" -msgstr "Header" - -#: lib/layouts/moderncv.layout:271 -#, fuzzy -msgid "Header content" -msgstr "Slidecontents" - -#: lib/layouts/moderncv.layout:280 +#: lib/layouts/moderncv.layout:66 msgid "Entry" msgstr "Heslo" -#: lib/layouts/moderncv.layout:286 lib/layouts/moderncv.layout:287 -msgid "Time" -msgstr "" - -#: lib/layouts/moderncv.layout:291 lib/layouts/moderncv.layout:292 -msgid "What?" -msgstr "" - -#: lib/layouts/moderncv.layout:307 lib/layouts/moderncv.layout:308 -#: lib/layouts/agu_stdtitle.inc:449 lib/layouts/agu_stdtitle.inc:451 -msgid "City" -msgstr "City" - -#: lib/layouts/moderncv.layout:312 lib/layouts/moderncv.layout:313 -#: lib/layouts/agu_stdtitle.inc:482 lib/layouts/agu_stdtitle.inc:484 -msgid "Country" -msgstr "Country" - -#: lib/layouts/moderncv.layout:319 +#: lib/layouts/moderncv.layout:75 msgid "Entry:" msgstr "Entry:" -#: lib/layouts/moderncv.layout:347 -msgid "ItemWithComment" -msgstr "ItemWithComment" - -#: lib/layouts/moderncv.layout:350 -#, fuzzy -msgid "Item with Comment:" -msgstr "Item with comment:" - -#: lib/layouts/moderncv.layout:360 lib/layouts/moderncv.layout:361 -#, fuzzy -msgid "Text" -msgstr "Text:" - -#: lib/layouts/moderncv.layout:377 +#: lib/layouts/moderncv.layout:98 msgid "ListItem" msgstr "ListItem" -#: lib/layouts/moderncv.layout:380 +#: lib/layouts/moderncv.layout:101 msgid "List Item:" msgstr "List Item:" -#: lib/layouts/moderncv.layout:384 +#: lib/layouts/moderncv.layout:104 msgid "DoubleItem" msgstr "DoubleItem" -#: lib/layouts/moderncv.layout:387 +#: lib/layouts/moderncv.layout:107 msgid "Double Item:" msgstr "Double Item:" -#: lib/layouts/moderncv.layout:391 -#, fuzzy -msgid "Left Summary" -msgstr "Souhrn" +#: lib/layouts/moderncv.layout:110 +msgid "Space" +msgstr "Space" -#: lib/layouts/moderncv.layout:392 -#, fuzzy -msgid "Left summary" -msgstr "Souhrn" +#: lib/layouts/moderncv.layout:113 +msgid "Space:" +msgstr "Space:" -#: lib/layouts/moderncv.layout:396 -#, fuzzy -msgid "Left Text" -msgstr "Ref+Text: " - -#: lib/layouts/moderncv.layout:397 -#, fuzzy -msgid "Left text" -msgstr "text LaTeX-u" - -#: lib/layouts/moderncv.layout:401 -#, fuzzy -msgid "Right Summary" -msgstr "Souhrn" - -#: lib/layouts/moderncv.layout:402 -#, fuzzy -msgid "Right summary" -msgstr "Pravá hlavička" - -#: lib/layouts/moderncv.layout:406 -msgid "DoubleListItem" -msgstr "DoubleListItem" - -#: lib/layouts/moderncv.layout:409 -msgid "Double List Item:" -msgstr "Double List Item:" - -#: lib/layouts/moderncv.layout:414 -#, fuzzy -msgid "First Item" -msgstr "List Item:" - -#: lib/layouts/moderncv.layout:415 -#, fuzzy -msgid "First item" -msgstr "Pr&vní řádek:" - -#: lib/layouts/moderncv.layout:423 +#: lib/layouts/moderncv.layout:122 msgid "Computer" msgstr "Computer" -#: lib/layouts/moderncv.layout:427 -msgid "MakeCVtitle" -msgstr "MakeCVtitle" +#: lib/layouts/moderncv.layout:125 +msgid "Computer:" +msgstr "Computer:" -#: lib/layouts/moderncv.layout:430 -#, fuzzy -msgid "Make CV Title" -msgstr "Make CV title" +#: lib/layouts/moderncv.layout:128 +msgid "EmptySection" +msgstr "EmptySection" -#: lib/layouts/moderncv.layout:437 -msgid "MakeLetterTitle" -msgstr "MakeLetterTitle" +#: lib/layouts/moderncv.layout:137 +msgid "Empty Section" +msgstr "Empty Section" -#: lib/layouts/moderncv.layout:440 -#, fuzzy -msgid "Make Letter Title" -msgstr "MakeLetterTitle" +#: lib/layouts/moderncv.layout:144 +msgid "CloseSection" +msgstr "CloseSection" -#: lib/layouts/moderncv.layout:444 -msgid "MakeLetterClosing" -msgstr "MakeLetterClosing" +#: lib/layouts/moderncv.layout:147 +msgid "Close Section" +msgstr "Close Section" -#: lib/layouts/moderncv.layout:447 -msgid "Close Letter" -msgstr "Close Letter" - -#: lib/layouts/moderncv.layout:475 lib/layouts/stdlayouts.inc:99 +#: lib/layouts/moderncv.layout:173 lib/layouts/stdlayouts.inc:98 msgid "--Separator--" -msgstr "--Oddělovač--" +msgstr "--Oddělovač--" -#: lib/layouts/moderncv.layout:483 lib/layouts/stdlayouts.inc:108 +#: lib/layouts/moderncv.layout:181 lib/layouts/stdlayouts.inc:107 msgid "--- Separate Environment ---" -msgstr "--- Oddělit Prostředí ---" +msgstr "--- Oddělit ProstředĂ­ ---" -#: lib/layouts/moderncv.layout:493 -msgid "Recipient" -msgstr "Recipient" - -#: lib/layouts/moderncv.layout:501 -#, fuzzy -msgid "Company Name" -msgstr "Jméno informace:" - -#: lib/layouts/moderncv.layout:502 -#, fuzzy -msgid "Company name" -msgstr "Jméno větve" - -#: lib/layouts/moderncv.layout:545 -msgid "Enclosing" -msgstr "Enclosing" - -#: lib/layouts/moderncv.layout:550 lib/layouts/svcommon.inc:519 -#, fuzzy -msgid "Alternative Name" -msgstr "&Alternativní jazyk:" - -#: lib/layouts/moderncv.layout:551 -msgid "Alternative instead of 'Enclosure'" -msgstr "" - -#: lib/layouts/moderncv.layout:555 -msgid "Enclosing:" -msgstr "Enclosing:" - -#: lib/layouts/mwart.layout:3 -msgid "Polish Article (MW Bundle)" -msgstr "" - -#: lib/layouts/mwbk.layout:3 -msgid "Polish Book (MW Bundle)" -msgstr "" - -#: lib/layouts/mwrep.layout:3 -msgid "Polish Report (MW Bundle)" -msgstr "" - -#: lib/layouts/paper.layout:3 -msgid "Paper (Standard Class)" -msgstr "" - -#: lib/layouts/paper.layout:149 +#: lib/layouts/paper.layout:147 msgid "SubTitle" msgstr "SubTitle" -#: lib/layouts/paper.layout:161 +#: lib/layouts/paper.layout:159 msgid "Institution" msgstr "Institution" -#: lib/layouts/powerdot.layout:3 -msgid "Powerdot" -msgstr "" - -#: lib/layouts/powerdot.layout:43 lib/layouts/powerdot.layout:67 -#: lib/layouts/powerdot.layout:89 -#, fuzzy -msgid "TitleSlide" -msgstr "WideSlide" - -#: lib/layouts/powerdot.layout:125 lib/layouts/powerdot.layout:151 -#: lib/layouts/powerdot.layout:205 lib/layouts/slides.layout:3 -#, fuzzy -msgid "Slides" +#: lib/layouts/powerdot.layout:119 lib/layouts/seminar.layout:36 +#: lib/layouts/slides.layout:89 src/frontends/qt4/GuiDocument.cpp:171 +msgid "Slide" msgstr "Slide" -#: lib/layouts/powerdot.layout:138 +#: lib/layouts/powerdot.layout:132 msgid " " msgstr " " -#: lib/layouts/powerdot.layout:140 -#, fuzzy -msgid "Slide Option" -msgstr "Parametry pro Sweave" - #: lib/layouts/powerdot.layout:141 -msgid "Optional arguments to the slide command (see powerdot manual)" -msgstr "" - -#: lib/layouts/powerdot.layout:150 msgid "EndSlide" msgstr "EndSlide" -#: lib/layouts/powerdot.layout:165 +#: lib/layouts/powerdot.layout:155 msgid "~=~" msgstr "~=~" -#: lib/layouts/powerdot.layout:178 +#: lib/layouts/powerdot.layout:168 msgid "WideSlide" msgstr "WideSlide" -#: lib/layouts/powerdot.layout:189 +#: lib/layouts/powerdot.layout:179 msgid "EmptySlide" msgstr "EmptySlide" -#: lib/layouts/powerdot.layout:193 +#: lib/layouts/powerdot.layout:183 msgid "Empty slide:" msgstr "Empty slide:" -#: lib/layouts/powerdot.layout:238 lib/layouts/numarticle.inc:9 +#: lib/layouts/powerdot.layout:226 lib/layouts/numarticle.inc:9 msgid "\\arabic{section}" msgstr "\\arabic{section}" -#: lib/layouts/powerdot.layout:245 -#, fuzzy -msgid "Section Option" -msgstr "Sectioning" - -#: lib/layouts/powerdot.layout:246 -msgid "Optional arguments to the section command (see powerdot manual)" -msgstr "" - -#: lib/layouts/powerdot.layout:254 lib/layouts/powerdot.layout:302 -#, fuzzy -msgid "Lists" -msgstr "Generovat:" - -#: lib/layouts/powerdot.layout:269 lib/layouts/powerdot.layout:292 -#, fuzzy -msgid "Itemize Type" -msgstr "ItemizeType1" - -#: lib/layouts/powerdot.layout:270 lib/layouts/powerdot.layout:293 -msgid "Itemize type spezification (see powerdot manual)" -msgstr "" - -#: lib/layouts/powerdot.layout:273 lib/layouts/enumitem.module:57 -#, fuzzy -msgid "Itemize Options" -msgstr "Seznam položek" - -#: lib/layouts/powerdot.layout:274 lib/layouts/powerdot.layout:324 -#: lib/layouts/enumitem.module:58 lib/layouts/enumitem.module:65 -#: lib/layouts/enumitem.module:72 -msgid "Optional arguments for this list (see enumitem manual)" -msgstr "" - -#: lib/layouts/powerdot.layout:289 +#: lib/layouts/powerdot.layout:253 msgid "ItemizeType1" msgstr "ItemizeType1" -#: lib/layouts/powerdot.layout:319 lib/layouts/powerdot.layout:342 -#, fuzzy -msgid "Enumerate Type" -msgstr "EnumerateType1" - -#: lib/layouts/powerdot.layout:320 lib/layouts/powerdot.layout:343 -msgid "Enumerate type spezification (see powerdot manual)" -msgstr "" - -#: lib/layouts/powerdot.layout:323 lib/layouts/enumitem.module:64 -#, fuzzy -msgid "Enumerate Options" -msgstr "Parametry pro Sweave" - -#: lib/layouts/powerdot.layout:339 +#: lib/layouts/powerdot.layout:279 msgid "EnumerateType1" msgstr "EnumerateType1" -#: lib/layouts/powerdot.layout:435 -#, fuzzy -msgid "Twocolumn" -msgstr "columns " - -#: lib/layouts/powerdot.layout:450 -msgid "Twocolumn options (see powerdot manual)" -msgstr "" - -#: lib/layouts/powerdot.layout:453 -#, fuzzy -msgid "Left Column" -msgstr "Column" - -#: lib/layouts/powerdot.layout:454 -msgid "Enter the text of the left column here (right column in main paragraph)" -msgstr "" - -#: lib/layouts/powerdot.layout:528 lib/layouts/stdfloats.inc:46 +#: lib/layouts/powerdot.layout:401 lib/layouts/stdfloats.inc:46 msgid "List of Algorithms" -msgstr "Seznam algoritmů" +msgstr "Seznam algoritmĹŻ" -#: lib/layouts/powerdot.layout:567 -#, fuzzy -msgid "Onslide" -msgstr "Only on slides" - -#: lib/layouts/powerdot.layout:573 -#, fuzzy -msgid "On Slides" -msgstr "Slide" - -#: lib/layouts/powerdot.layout:574 -#, fuzzy -msgid "Overlay Specification|S" -msgstr "Vybrat sekce|e" - -#: lib/layouts/powerdot.layout:575 -msgid "Specify the overlay settings (see powerdot manual)" -msgstr "" - -#: lib/layouts/powerdot.layout:581 -#, fuzzy -msgid "Onslide+" -msgstr "Only on slides" - -#: lib/layouts/powerdot.layout:587 -#, fuzzy -msgid "Onslide*" -msgstr "Slide*" - -#: lib/layouts/recipebook.layout:3 -#, fuzzy -msgid "Recipe Book" -msgstr "Recipe" - -#: lib/layouts/recipebook.layout:43 lib/layouts/scrbook.layout:18 +#: lib/layouts/recipebook.layout:42 lib/layouts/scrbook.layout:17 msgid "\\thechapter" msgstr "\\thechapter" -#: lib/layouts/recipebook.layout:79 +#: lib/layouts/recipebook.layout:78 msgid "Recipe" msgstr "Recipe" -#: lib/layouts/recipebook.layout:86 +#: lib/layouts/recipebook.layout:85 msgid "Recipe:" msgstr "Recipe:" -#: lib/layouts/recipebook.layout:114 +#: lib/layouts/recipebook.layout:113 msgid "Ingredients" msgstr "Ingredients" -#: lib/layouts/recipebook.layout:118 -#, fuzzy -msgid "Ingredients Header" -msgstr "Ingredients" - -#: lib/layouts/recipebook.layout:119 -msgid "Specify an optional ingredients header" -msgstr "" - -#: lib/layouts/recipebook.layout:127 +#: lib/layouts/recipebook.layout:123 msgid "Ingredients:" msgstr "Ingredients:" -#: lib/layouts/report.layout:3 -msgid "Report (Standard Class)" -msgstr "" - -#: lib/layouts/revtex4-1.layout:3 -msgid "REVTeX (V. 4.1)" -msgstr "" - -#: lib/layouts/revtex4-1.layout:98 lib/layouts/revtex4.layout:152 +#: lib/layouts/revtex4-1.layout:97 lib/layouts/revtex4.layout:151 #, fuzzy msgid "Affiliation (alternate)" msgstr "Affiliation Mark" -#: lib/layouts/revtex4-1.layout:101 lib/layouts/revtex4.layout:161 +#: lib/layouts/revtex4-1.layout:100 lib/layouts/revtex4.layout:157 #, fuzzy msgid "Affiliation (alternate):" msgstr "Affiliation Mark" -#: lib/layouts/revtex4-1.layout:103 lib/layouts/revtex4.layout:158 -#, fuzzy -msgid "Alternate Affiliation Option" -msgstr "Alternative Affiliation" - -#: lib/layouts/revtex4-1.layout:104 lib/layouts/revtex4.layout:159 -msgid "Optional argument to the altaffiliation command" -msgstr "" - -#: lib/layouts/revtex4-1.layout:110 lib/layouts/revtex4.layout:165 +#: lib/layouts/revtex4-1.layout:106 lib/layouts/revtex4.layout:161 #, fuzzy msgid "Affiliation (none)" msgstr "Affiliation" -#: lib/layouts/revtex4-1.layout:113 lib/layouts/revtex4.layout:168 +#: lib/layouts/revtex4-1.layout:109 lib/layouts/revtex4.layout:164 #, fuzzy msgid "No affiliation" msgstr "Author affiliation" -#: lib/layouts/revtex4-1.layout:130 lib/layouts/revtex4.layout:210 +#: lib/layouts/revtex4-1.layout:126 lib/layouts/revtex4.layout:203 msgid "Electronic Address:" msgstr "Electronic Address:" -#: lib/layouts/revtex4-1.layout:132 lib/layouts/revtex4.layout:207 -#, fuzzy -msgid "Electronic Address Option|s" -msgstr "Electronic Address:" - -#: lib/layouts/revtex4-1.layout:133 lib/layouts/revtex4.layout:208 -msgid "Optional argument to the email command" -msgstr "" - -#: lib/layouts/revtex4-1.layout:150 lib/layouts/revtex4.layout:226 -#, fuzzy -msgid "Author URL Option" -msgstr "Author URL" - -#: lib/layouts/revtex4-1.layout:151 lib/layouts/revtex4.layout:227 -msgid "Optional argument to the homepage command" -msgstr "" - -#: lib/layouts/revtex4-1.layout:157 lib/layouts/revtex4.layout:187 +#: lib/layouts/revtex4-1.layout:147 lib/layouts/revtex4.layout:183 #, fuzzy msgid "Collaboration" msgstr "Variation" -#: lib/layouts/revtex4-1.layout:160 lib/layouts/revtex4.layout:190 +#: lib/layouts/revtex4-1.layout:150 lib/layouts/revtex4.layout:186 #, fuzzy msgid "Collaboration:" msgstr "Variation:" -#: lib/layouts/revtex4-1.layout:192 lib/layouts/revtex4.layout:103 +#: lib/layouts/revtex4-1.layout:182 lib/layouts/revtex4.layout:102 msgid "Preprint" msgstr "Preprint" -#: lib/layouts/revtex4-1.layout:208 lib/layouts/revtex4.layout:197 -#: lib/layouts/amsdefs.inc:174 +#: lib/layouts/revtex4-1.layout:198 lib/layouts/revtex4.layout:193 +#: lib/layouts/amsdefs.inc:171 msgid "Thanks:" msgstr "Thanks:" -#: lib/layouts/revtex4-1.layout:215 -#, fuzzy -msgid "Short title as it appears in the running headers" -msgstr "Značka tak, jak se objeví v dokumentu" - -#: lib/layouts/revtex4-1.layout:232 +#: lib/layouts/revtex4-1.layout:219 msgid "acknowledgments" msgstr "acknowledgments" -#: lib/layouts/revtex4-1.layout:245 +#: lib/layouts/revtex4-1.layout:232 #, fuzzy msgid "Ruled Table" msgstr "PlaceTable" -#: lib/layouts/revtex4-1.layout:247 lib/layouts/revtex4-1.layout:255 -#: lib/layouts/revtex4-1.layout:263 src/frontends/qt4/GuiSymbols.cpp:123 +#: lib/layouts/revtex4-1.layout:234 lib/layouts/revtex4-1.layout:242 +#: lib/layouts/revtex4-1.layout:250 src/frontends/qt4/GuiSymbols.cpp:123 msgid "Specials" -msgstr "Specializované" +msgstr "SpecializovanĂŠ" -#: lib/layouts/revtex4-1.layout:253 +#: lib/layouts/revtex4-1.layout:240 #, fuzzy msgid "Turn Page" -msgstr "Uzavřít stránku (\\clearpage)" +msgstr "Uzavřít strĂĄnku (\\clearpage)" -#: lib/layouts/revtex4-1.layout:261 +#: lib/layouts/revtex4-1.layout:248 #, fuzzy msgid "Wide Text" -msgstr "Jako prostý text" +msgstr "Jako prostĂ˝ text" -#: lib/layouts/revtex4-1.layout:271 +#: lib/layouts/revtex4-1.layout:258 msgid "Video" msgstr "" -#: lib/layouts/revtex4-1.layout:274 +#: lib/layouts/revtex4-1.layout:261 #, fuzzy msgid "List of Videos" -msgstr "List of Slides" +msgstr "Seznam obrĂĄzkĹŻ" -#: lib/layouts/revtex4-1.layout:283 lib/layouts/revtex4-1.layout:285 +#: lib/layouts/revtex4-1.layout:270 lib/layouts/revtex4-1.layout:272 #, fuzzy msgid "Float Link" -msgstr "Nastavení plovoucích objektů" +msgstr "NastavenĂ­ plovoucĂ­ch objektĹŻ" -#: lib/layouts/revtex4.layout:3 -msgid "REVTeX (V. 4)" -msgstr "" - -#: lib/layouts/revtex4.layout:173 +#: lib/layouts/revtex4.layout:169 msgid "AltAffiliation" msgstr "AltAffiliation" -#: lib/layouts/revtex4.layout:267 +#: lib/layouts/revtex4.layout:257 msgid "PACS number:" msgstr "PACS number:" -#: lib/layouts/revtex.layout:3 -msgid "REVTeX (Obsolete Version)" -msgstr "" - -#: lib/layouts/RJournal.layout:2 -msgid "report (R Journal)" -msgstr "" - -#: lib/layouts/scrartcl.layout:3 -msgid "KOMA-Script Article" -msgstr "" - -#: lib/layouts/scrarticle-beamer.layout:3 -msgid "Beamer Article (KOMA-Script)" -msgstr "" - -#: lib/layouts/scrbook.layout:3 -msgid "KOMA-Script Book" -msgstr "" - -#: lib/layouts/scrlettr.layout:3 -msgid "KOMA-Script Letter (V. 1, Obsolete)" -msgstr "" - -#: lib/layouts/scrlettr.layout:26 lib/layouts/scrlttr2.layout:30 -#: lib/layouts/scrclass.inc:43 lib/layouts/stdlyxlist.inc:6 -#: lib/layouts/enumitem.module:82 +#: lib/layouts/scrlettr.layout:24 lib/layouts/scrlttr2.layout:28 +#: lib/layouts/scrclass.inc:42 lib/layouts/stdlyxlist.inc:6 +#: lib/layouts/enumitem.module:73 msgid "Labeling" -msgstr "Jmenovka" +msgstr "Labeling" -#: lib/layouts/scrlettr.layout:53 +#: lib/layouts/scrlettr.layout:50 msgid "L" msgstr "L" -#: lib/layouts/scrlettr.layout:66 +#: lib/layouts/scrlettr.layout:63 msgid "O" msgstr "O" -#: lib/layouts/scrlettr.layout:109 lib/layouts/scrlttr2.layout:141 +#: lib/layouts/scrlettr.layout:105 lib/layouts/scrlttr2.layout:138 msgid "Encl" msgstr "Encl" -#: lib/layouts/scrlettr.layout:161 lib/layouts/scrlttr2.layout:239 +#: lib/layouts/scrlettr.layout:156 lib/layouts/scrlttr2.layout:235 msgid "Place:" msgstr "Place:" -#: lib/layouts/scrlettr.layout:179 lib/layouts/scrlttr2.layout:259 +#: lib/layouts/scrlettr.layout:174 lib/layouts/scrlttr2.layout:255 msgid "Specialmail" msgstr "Specialmail" -#: lib/layouts/scrlettr.layout:182 lib/layouts/scrlttr2.layout:263 +#: lib/layouts/scrlettr.layout:177 lib/layouts/scrlttr2.layout:259 msgid "Specialmail:" msgstr "Specialmail:" -#: lib/layouts/scrlettr.layout:196 lib/layouts/scrlttr2.layout:279 +#: lib/layouts/scrlettr.layout:191 lib/layouts/scrlttr2.layout:275 msgid "Title:" msgstr "Title:" -#: lib/layouts/scrlettr.layout:208 lib/layouts/scrlttr2.layout:292 +#: lib/layouts/scrlettr.layout:203 lib/layouts/scrlttr2.layout:288 msgid "Yourref" msgstr "Yourref" -#: lib/layouts/scrlettr.layout:222 lib/layouts/scrlttr2.layout:308 +#: lib/layouts/scrlettr.layout:217 lib/layouts/scrlttr2.layout:304 msgid "Yourmail" msgstr "Yourmail" -#: lib/layouts/scrlettr.layout:225 lib/layouts/scrlttr2.layout:312 +#: lib/layouts/scrlettr.layout:220 lib/layouts/scrlttr2.layout:308 msgid "Your letter of:" msgstr "Your letter of:" -#: lib/layouts/scrlettr.layout:229 lib/layouts/scrlttr2.layout:316 +#: lib/layouts/scrlettr.layout:224 lib/layouts/scrlttr2.layout:312 msgid "Myref" msgstr "Myref" -#: lib/layouts/scrlettr.layout:236 lib/layouts/scrlttr2.layout:324 +#: lib/layouts/scrlettr.layout:231 lib/layouts/scrlttr2.layout:320 msgid "Customer" msgstr "Customer" -#: lib/layouts/scrlettr.layout:239 lib/layouts/scrlttr2.layout:328 +#: lib/layouts/scrlettr.layout:234 lib/layouts/scrlttr2.layout:324 msgid "Customer no.:" msgstr "Customer no.:" -#: lib/layouts/scrlettr.layout:243 lib/layouts/scrlttr2.layout:332 +#: lib/layouts/scrlettr.layout:238 lib/layouts/scrlttr2.layout:328 msgid "Invoice" msgstr "Invoice" -#: lib/layouts/scrlettr.layout:246 lib/layouts/scrlttr2.layout:336 +#: lib/layouts/scrlettr.layout:241 lib/layouts/scrlttr2.layout:332 msgid "Invoice no.:" msgstr "Invoice no.:" -#: lib/layouts/scrlttr2.layout:3 -msgid "KOMA-Script Letter (V. 2)" -msgstr "" - -#: lib/layouts/scrlttr2.layout:75 +#: lib/layouts/scrlttr2.layout:73 msgid "NextAddress" msgstr "NextAddress" -#: lib/layouts/scrlttr2.layout:86 +#: lib/layouts/scrlttr2.layout:84 msgid "Next Address:" msgstr "Next Address:" -#: lib/layouts/scrlttr2.layout:161 +#: lib/layouts/scrlttr2.layout:157 msgid "Sender Name:" msgstr "Sender Name:" -#: lib/layouts/scrlttr2.layout:191 +#: lib/layouts/scrlttr2.layout:187 msgid "Sender Phone:" msgstr "Sender Phone:" -#: lib/layouts/scrlttr2.layout:199 +#: lib/layouts/scrlttr2.layout:195 msgid "Sender Fax:" msgstr "Sender Fax:" -#: lib/layouts/scrlttr2.layout:207 +#: lib/layouts/scrlttr2.layout:203 msgid "Sender E-Mail:" msgstr "Sender E-Mail:" -#: lib/layouts/scrlttr2.layout:215 +#: lib/layouts/scrlttr2.layout:211 msgid "Sender URL:" msgstr "Sender URL:" -#: lib/layouts/scrlttr2.layout:227 +#: lib/layouts/scrlttr2.layout:223 msgid "Logo" msgstr "Logo" -#: lib/layouts/scrlttr2.layout:231 +#: lib/layouts/scrlttr2.layout:227 msgid "Logo:" msgstr "Logo:" -#: lib/layouts/scrlttr2.layout:340 +#: lib/layouts/scrlttr2.layout:336 msgid "EndLetter" msgstr "EndLetter" -#: lib/layouts/scrlttr2.layout:353 +#: lib/layouts/scrlttr2.layout:349 msgid "End of letter" msgstr "End of letter" -#: lib/layouts/scrreprt.layout:3 -msgid "KOMA-Script Report" -msgstr "" - -#: lib/layouts/seminar.layout:3 -msgid "Seminar" -msgstr "" - -#: lib/layouts/seminar.layout:26 lib/layouts/seminar.layout:85 +#: lib/layouts/seminar.layout:24 msgid "LandscapeSlide" msgstr "LandscapeSlide" -#: lib/layouts/seminar.layout:27 -msgid "Landscape Slide" -msgstr "Landscape Slide" - -#: lib/layouts/seminar.layout:39 lib/layouts/seminar.layout:101 -msgid "PortraitSlide" -msgstr "PortraitSlide" - -#: lib/layouts/seminar.layout:41 -msgid "Portrait Slide" -msgstr "Portrait Slide" - -#: lib/layouts/seminar.layout:46 -msgid "SlideHeading" -msgstr "SlideHeading" - -#: lib/layouts/seminar.layout:53 -msgid "SlideSubHeading" -msgstr "SlideSubHeading" - -#: lib/layouts/seminar.layout:59 lib/layouts/seminar.layout:117 -msgid "ListOfSlides" -msgstr "ListOfSlides" - -#: lib/layouts/seminar.layout:61 -msgid "List of Slides" -msgstr "List of Slides" - -#: lib/layouts/seminar.layout:68 lib/layouts/seminar.layout:127 -msgid "SlideContents" -msgstr "SlideContents" - -#: lib/layouts/seminar.layout:70 -msgid "Slide Contents" -msgstr "Slide Contents" - -#: lib/layouts/seminar.layout:74 lib/layouts/seminar.layout:133 -msgid "ProgressContents" -msgstr "ProgressContents" - -#: lib/layouts/seminar.layout:76 -msgid "Progress Contents" -msgstr "Progress Contents" - -#: lib/layouts/seminar.layout:95 +#: lib/layouts/seminar.layout:34 msgid "Landscape Slide:" msgstr "Landscape Slide:" -#: lib/layouts/seminar.layout:104 +#: lib/layouts/seminar.layout:40 +msgid "PortraitSlide" +msgstr "PortraitSlide" + +#: lib/layouts/seminar.layout:43 msgid "Portrait Slide:" msgstr "Portrait Slide:" -#: lib/layouts/seminar.layout:106 +#: lib/layouts/seminar.layout:45 msgid "Slide*" msgstr "Slide*" -#: lib/layouts/seminar.layout:113 +#: lib/layouts/seminar.layout:52 msgid "EndOfSlide" msgstr "EndOfSlide" -#: lib/layouts/seminar.layout:125 +#: lib/layouts/seminar.layout:57 +msgid "SlideHeading" +msgstr "SlideHeading" + +#: lib/layouts/seminar.layout:64 +msgid "SlideSubHeading" +msgstr "SlideSubHeading" + +#: lib/layouts/seminar.layout:70 +msgid "ListOfSlides" +msgstr "ListOfSlides" + +#: lib/layouts/seminar.layout:78 msgid "[List Of Slides]" msgstr "[List Of Slides]" -#: lib/layouts/seminar.layout:130 +#: lib/layouts/seminar.layout:81 +msgid "SlideContents" +msgstr "SlideContents" + +#: lib/layouts/seminar.layout:84 msgid "[Slide Contents]" msgstr "[Slide Contents]" -#: lib/layouts/seminar.layout:136 +#: lib/layouts/seminar.layout:87 +msgid "ProgressContents" +msgstr "ProgressContents" + +#: lib/layouts/seminar.layout:90 msgid "[Progress Contents]" msgstr "[Progress Contents]" -#: lib/layouts/siamltex.layout:3 -msgid "Society for Industrial and Applied Mathematics (SIAM)" -msgstr "" - -#: lib/layouts/siamltex.layout:113 lib/layouts/theorems-order.inc:34 -#: lib/layouts/theorems-starred.inc:117 +#: lib/layouts/siamltex.layout:111 lib/layouts/theorems-order.inc:34 +#: lib/layouts/theorems-starred.inc:114 msgid "Conjecture*" -msgstr "Hypotéza*" +msgstr "HypotĂŠza*" -#: lib/layouts/siamltex.layout:123 +#: lib/layouts/siamltex.layout:121 #: lib/layouts/theorems-ams-extended-bytype.module:112 #: lib/layouts/theorems-ams-extended.module:88 msgid "Algorithm*" msgstr "Algoritm*" -#: lib/layouts/siamltex.layout:137 +#: lib/layouts/siamltex.layout:135 msgid "AMS" msgstr "AMS" -#: lib/layouts/siamltex.layout:206 -#, fuzzy -msgid "The title as it appears in the running headers" -msgstr "Značka tak, jak se objeví v dokumentu" - -#: lib/layouts/siamltex.layout:318 lib/layouts/amsdefs.inc:192 +#: lib/layouts/siamltex.layout:310 lib/layouts/amsdefs.inc:189 msgid "Subjectclass" msgstr "Subjectclass" -#: lib/layouts/siamltex.layout:321 +#: lib/layouts/siamltex.layout:313 msgid "AMS subject classifications:" msgstr "AMS subject classifications:" -#: lib/layouts/sigplanconf.layout:3 -msgid "ACM SIGPLAN" -msgstr "" - -#: lib/layouts/sigplanconf.layout:69 +#: lib/layouts/sigplanconf.layout:67 msgid "Conference" msgstr "Conference" -#: lib/layouts/sigplanconf.layout:82 -#, fuzzy -msgid "Name of the conference" -msgstr "Jméno standardní tiskárny" - -#: lib/layouts/sigplanconf.layout:86 +#: lib/layouts/sigplanconf.layout:78 msgid "Conference:" msgstr "Conference:" -#: lib/layouts/sigplanconf.layout:94 +#: lib/layouts/sigplanconf.layout:86 msgid "CopyrightYear" msgstr "CopyrightYear" -#: lib/layouts/sigplanconf.layout:98 +#: lib/layouts/sigplanconf.layout:89 msgid "Copyright year:" msgstr "Copyright year:" -#: lib/layouts/sigplanconf.layout:102 +#: lib/layouts/sigplanconf.layout:93 msgid "Copyrightdata" msgstr "Copyrightdata" -#: lib/layouts/sigplanconf.layout:105 +#: lib/layouts/sigplanconf.layout:96 msgid "Copyright data:" msgstr "Copyright data:" -#: lib/layouts/sigplanconf.layout:109 -#, fuzzy -msgid "TitleBanner" -msgstr "Titlenotemark" - -#: lib/layouts/sigplanconf.layout:112 -#, fuzzy -msgid "Title banner:" -msgstr "Title footnote:" - -#: lib/layouts/sigplanconf.layout:116 -#, fuzzy -msgid "PreprintFooter" -msgstr "Preprint" - -#: lib/layouts/sigplanconf.layout:119 -#, fuzzy -msgid "Preprint footer:" -msgstr "Preprint number:" - -#: lib/layouts/sigplanconf.layout:160 -msgid "Affiliation and/or address of the author" -msgstr "" - -#: lib/layouts/sigplanconf.layout:170 +#: lib/layouts/sigplanconf.layout:139 msgid "Terms" msgstr "Terms" -#: lib/layouts/sigplanconf.layout:174 +#: lib/layouts/sigplanconf.layout:142 msgid "Terms:" msgstr "Terms:" -#: lib/layouts/simplecv.layout:3 -#, fuzzy -msgid "Simple CV" -msgstr "Jednoduchý rám|J" - -#: lib/layouts/simplecv.layout:65 +#: lib/layouts/simplecv.layout:59 msgid "Topic" msgstr "Topic" -#: lib/layouts/singlecol.layout:3 -msgid "Inderscience Journals (Obsolete Version)" -msgstr "" - -#: lib/layouts/singlecol-new.layout:3 -msgid "Inderscience 9.5 x 6.5 Journals" -msgstr "" - -#: lib/layouts/slides.layout:107 +#: lib/layouts/slides.layout:105 msgid "New Slide:" msgstr "New Slide:" -#: lib/layouts/slides.layout:129 +#: lib/layouts/slides.layout:127 msgid "Overlay" msgstr "Overlay" -#: lib/layouts/slides.layout:144 +#: lib/layouts/slides.layout:142 msgid "New Overlay:" msgstr "New Overlay:" -#: lib/layouts/slides.layout:184 +#: lib/layouts/slides.layout:182 msgid "New Note:" msgstr "New Note:" -#: lib/layouts/slides.layout:209 +#: lib/layouts/slides.layout:207 msgid "InvisibleText" msgstr "InvisibleText" -#: lib/layouts/slides.layout:216 +#: lib/layouts/slides.layout:214 msgid "" msgstr "" -#: lib/layouts/slides.layout:233 +#: lib/layouts/slides.layout:231 msgid "VisibleText" msgstr "VisibleText" -#: lib/layouts/slides.layout:240 +#: lib/layouts/slides.layout:238 msgid "" msgstr "" -#: lib/layouts/spie.layout:3 -msgid "SPIE Proceedings" -msgstr "" - -#: lib/layouts/spie.layout:56 +#: lib/layouts/spie.layout:55 msgid "Authorinfo" msgstr "Authorinfo" -#: lib/layouts/spie.layout:68 +#: lib/layouts/spie.layout:67 msgid "Authorinfo:" msgstr "Authorinfo:" -#: lib/layouts/spie.layout:81 +#: lib/layouts/spie.layout:80 msgid "ABSTRACT" msgstr "ABSTRACT" -#: lib/layouts/spie.layout:96 +#: lib/layouts/spie.layout:95 msgid "ACKNOWLEDGMENTS" msgstr "ACKNOWLEDGMENTS" -#: lib/layouts/svglobal3.layout:3 -msgid "Springer SV Global (V. 3)" -msgstr "" - -#: lib/layouts/svglobal3.layout:73 -msgid "Subclass" -msgstr "Subclass" - -#: lib/layouts/svglobal3.layout:76 -msgid "Mathematics Subject Classification" -msgstr "Mathematics Subject Classification" - -#: lib/layouts/svglobal3.layout:79 -msgid "CRSC" -msgstr "CRSC" - -#: lib/layouts/svglobal3.layout:82 -msgid "CR Subject Classification" -msgstr "AMS subject classifications:" - -#: lib/layouts/svglobal3.layout:87 -msgid "Solution \\thesolution" -msgstr "Solution \\thesolution" - -#: lib/layouts/svglobal.layout:3 -msgid "Springer SV Global (Obsolete Version)" -msgstr "" - -#: lib/layouts/svglobal.layout:71 lib/layouts/svjog.layout:75 -#: lib/layouts/svprobth.layout:105 +#: lib/layouts/svglobal.layout:70 lib/layouts/svjog.layout:74 +#: lib/layouts/svprobth.layout:104 msgid "Headnote" msgstr "Headnote" -#: lib/layouts/svglobal.layout:85 lib/layouts/svjog.layout:89 -#: lib/layouts/svprobth.layout:119 +#: lib/layouts/svglobal.layout:84 lib/layouts/svjog.layout:88 +#: lib/layouts/svprobth.layout:118 msgid "Headnote (optional):" msgstr "Headnote (optional):" -#: lib/layouts/svglobal.layout:94 lib/layouts/svglobal.layout:96 -#: lib/layouts/svjog.layout:98 lib/layouts/svjog.layout:100 -#: lib/layouts/svprobth.layout:128 lib/layouts/svprobth.layout:130 +#: lib/layouts/svglobal.layout:93 lib/layouts/svglobal.layout:95 +#: lib/layouts/svjog.layout:97 lib/layouts/svjog.layout:99 +#: lib/layouts/svprobth.layout:127 lib/layouts/svprobth.layout:129 #, fuzzy msgid "thanks" msgstr "Thanks" -#: lib/layouts/svglobal.layout:106 lib/layouts/svjog.layout:110 -#: lib/layouts/svprobth.layout:140 +#: lib/layouts/svglobal.layout:105 lib/layouts/svjog.layout:109 +#: lib/layouts/svprobth.layout:139 msgid "Inst" msgstr "Inst" -#: lib/layouts/svglobal.layout:109 lib/layouts/svjog.layout:113 -#: lib/layouts/svprobth.layout:143 +#: lib/layouts/svglobal.layout:108 lib/layouts/svjog.layout:112 +#: lib/layouts/svprobth.layout:142 msgid "Institute #" msgstr "Institute #" -#: lib/layouts/svglobal.layout:126 lib/layouts/svjog.layout:130 -#: lib/layouts/svmult.layout:135 lib/layouts/svprobth.layout:160 -#: lib/layouts/scrclass.inc:217 lib/layouts/svcommon.inc:482 +#: lib/layouts/svglobal.layout:125 lib/layouts/svjog.layout:129 +#: lib/layouts/svmult.layout:134 lib/layouts/svprobth.layout:159 +#: lib/layouts/scrclass.inc:204 lib/layouts/svcommon.inc:477 msgid "Dedication" -msgstr "Věnování" +msgstr "Dedication" -#: lib/layouts/svglobal.layout:130 lib/layouts/svjog.layout:134 -#: lib/layouts/svprobth.layout:164 lib/layouts/amsdefs.inc:181 +#: lib/layouts/svglobal.layout:129 lib/layouts/svjog.layout:133 +#: lib/layouts/svprobth.layout:163 lib/layouts/amsdefs.inc:178 msgid "Dedication:" msgstr "Dedication:" -#: lib/layouts/svglobal.layout:138 lib/layouts/svjog.layout:142 -#: lib/layouts/svprobth.layout:172 +#: lib/layouts/svglobal.layout:137 lib/layouts/svjog.layout:141 +#: lib/layouts/svprobth.layout:171 msgid "Corr Author:" msgstr "Corr Author:" -#: lib/layouts/svglobal.layout:142 lib/layouts/svjog.layout:146 -#: lib/layouts/svprobth.layout:176 +#: lib/layouts/svglobal.layout:141 lib/layouts/svjog.layout:145 +#: lib/layouts/svprobth.layout:175 msgid "Offprints" msgstr "Offprints" -#: lib/layouts/svglobal.layout:146 lib/layouts/svjog.layout:150 -#: lib/layouts/svprobth.layout:180 +#: lib/layouts/svglobal.layout:145 lib/layouts/svjog.layout:149 +#: lib/layouts/svprobth.layout:179 msgid "Offprints:" msgstr "Offprints:" -#: lib/layouts/svjog.layout:3 -msgid "Springer SV Jour/Jog" +#: lib/layouts/svglobal3.layout:72 +msgid "Subclass" +msgstr "Subclass" + +#: lib/layouts/svglobal3.layout:75 +#, fuzzy +msgid "Mathematics Subject Classification" +msgstr "2000 Mathematics Subject Classification:" + +#: lib/layouts/svglobal3.layout:78 +msgid "CRSC" msgstr "" -#: lib/layouts/svmono.layout:3 -msgid "Springer SV Mono" -msgstr "" +#: lib/layouts/svglobal3.layout:81 +#, fuzzy +msgid "CR Subject Classification" +msgstr "AMS subject classifications:" -#: lib/layouts/svmono.layout:89 lib/layouts/svcommon.inc:658 +#: lib/layouts/svglobal3.layout:86 +#, fuzzy +msgid "Solution \\thesolution" +msgstr "Solution \\thesolution." + +#: lib/layouts/svmono.layout:88 lib/layouts/svcommon.inc:647 msgid "Proof(QED)" msgstr "Proof(QED)" -#: lib/layouts/svmono.layout:93 lib/layouts/svcommon.inc:667 +#: lib/layouts/svmono.layout:92 lib/layouts/svcommon.inc:656 msgid "Proof(smartQED)" msgstr "Proof(smartQED)" -#: lib/layouts/svmult.layout:3 -msgid "Springer SV Mult" -msgstr "" - -#: lib/layouts/svmult.layout:34 +#: lib/layouts/svmult.layout:33 msgid "Title*" msgstr "Title*" -#: lib/layouts/svmult.layout:37 +#: lib/layouts/svmult.layout:36 +#, fuzzy msgid "Title*: " -msgstr "Title*: " +msgstr "Title*" -#: lib/layouts/svmult.layout:66 lib/layouts/svmult.layout:151 +#: lib/layouts/svmult.layout:65 lib/layouts/svmult.layout:150 +#, fuzzy msgid "Contributors" -msgstr "Contributors" +msgstr "List of Contributors" -#: lib/layouts/svmult.layout:68 +#: lib/layouts/svmult.layout:67 msgid "List of Contributors" msgstr "List of Contributors" -#: lib/layouts/svmult.layout:72 +#: lib/layouts/svmult.layout:71 +#, fuzzy msgid "Contributor List" -msgstr "Contributor List" +msgstr "List of Contributors" -#: lib/layouts/svmult.layout:104 lib/layouts/svmult.layout:108 -#: lib/layouts/svmult.layout:112 lib/layouts/svmult.layout:116 -#: lib/layouts/svmult.layout:120 lib/layouts/svmult.layout:124 -#: lib/layouts/svmult.layout:128 lib/layouts/svmult.layout:132 -#: lib/layouts/svmult.layout:136 lib/layouts/svmult.layout:140 -#: lib/layouts/svmult.layout:144 lib/layouts/svmult.layout:148 -#: lib/layouts/svmult.layout:152 lib/layouts/svmult.layout:156 +#: lib/layouts/svmult.layout:103 lib/layouts/svmult.layout:107 +#: lib/layouts/svmult.layout:111 lib/layouts/svmult.layout:115 +#: lib/layouts/svmult.layout:119 lib/layouts/svmult.layout:123 +#: lib/layouts/svmult.layout:127 lib/layouts/svmult.layout:131 +#: lib/layouts/svmult.layout:135 lib/layouts/svmult.layout:139 +#: lib/layouts/svmult.layout:143 lib/layouts/svmult.layout:147 +#: lib/layouts/svmult.layout:151 lib/layouts/svmult.layout:155 msgid "For editors" msgstr "For editors" -#: lib/layouts/svmult.layout:107 lib/layouts/svcommon.inc:116 +#: lib/layouts/svmult.layout:106 lib/layouts/svcommon.inc:115 msgid "PartBacktext" -msgstr "PartBacktext" +msgstr "" -#: lib/layouts/svmult.layout:115 lib/layouts/svcommon.inc:413 +#: lib/layouts/svmult.layout:114 lib/layouts/svcommon.inc:408 +#, fuzzy msgid "Running Chapter" -msgstr "Running Chapter" +msgstr "Running author:" -#: lib/layouts/svmult.layout:119 lib/layouts/svcommon.inc:168 +#: lib/layouts/svmult.layout:118 lib/layouts/svcommon.inc:163 +#, fuzzy msgid "ChapAuthor" -msgstr "ChapAuthor" +msgstr "Autor" -#: lib/layouts/svmult.layout:123 lib/layouts/svcommon.inc:155 +#: lib/layouts/svmult.layout:122 lib/layouts/svcommon.inc:150 +#, fuzzy msgid "ChapSubtitle" -msgstr "ChapSubtitle" +msgstr "Podtitulek" -#: lib/layouts/svmult.layout:127 lib/layouts/svcommon.inc:318 +#: lib/layouts/svmult.layout:126 lib/layouts/svcommon.inc:313 msgid "extrachap" -msgstr "extrachap" +msgstr "" -#: lib/layouts/svmult.layout:131 lib/layouts/svcommon.inc:313 +#: lib/layouts/svmult.layout:130 lib/layouts/svcommon.inc:308 +#, fuzzy msgid "Extrachap" -msgstr "Extrachap" +msgstr "Extra" -#: lib/layouts/svmult.layout:139 lib/layouts/svcommon.inc:502 -#: lib/layouts/svcommon.inc:506 +#: lib/layouts/svmult.layout:138 lib/layouts/svcommon.inc:497 +#: lib/layouts/svcommon.inc:501 +#, fuzzy msgid "Foreword" -msgstr "Foreword" +msgstr "Keyword" -#: lib/layouts/svmult.layout:143 lib/layouts/svcommon.inc:529 -#: lib/layouts/svcommon.inc:538 lib/layouts/multicol.module:27 +#: lib/layouts/svmult.layout:142 lib/layouts/svcommon.inc:521 +#: lib/layouts/svcommon.inc:530 msgid "Preface" msgstr "Preface" -#: lib/layouts/svmult.layout:155 lib/layouts/svcommon.inc:180 -msgid "ChapMotto" -msgstr "ChapMotto" - -#: lib/layouts/svprobth.layout:3 -msgid "Springer SV Jour/PTRF" -msgstr "" - -#: lib/layouts/tarticle.layout:3 -msgid "Japanese Article (Vertical Writing)" -msgstr "" - -#: lib/layouts/tbook.layout:3 -msgid "Japanese Book (Vertical Writing)" -msgstr "" - -#: lib/layouts/treport.layout:3 -msgid "Japanese Report (Vertical Writing)" -msgstr "" - -#: lib/layouts/tufte-book.layout:3 -msgid "Tufte Book" -msgstr "" - -#: lib/layouts/tufte-book.layout:81 lib/layouts/scrclass.inc:129 -#: lib/layouts/stdsections.inc:61 +#: lib/layouts/svmult.layout:154 lib/layouts/svcommon.inc:175 #, fuzzy -msgid "The chapter as it appears in the table of contents/running headers" -msgstr "Značka tak, jak se objeví v dokumentu" +msgid "ChapMotto" +msgstr "Kapitola" -#: lib/layouts/tufte-book.layout:130 +#: lib/layouts/tufte-book.layout:123 msgid "Sidenote" msgstr "Sidenote" -#: lib/layouts/tufte-book.layout:135 +#: lib/layouts/tufte-book.layout:128 msgid "sidenote" msgstr "sidenote" -#: lib/layouts/tufte-book.layout:149 +#: lib/layouts/tufte-book.layout:142 msgid "Marginnote" msgstr "Marginnote" -#: lib/layouts/tufte-book.layout:153 +#: lib/layouts/tufte-book.layout:146 msgid "marginnote" msgstr "marginnote" -#: lib/layouts/tufte-book.layout:162 +#: lib/layouts/tufte-book.layout:155 msgid "NewThought" msgstr "NewThought" -#: lib/layouts/tufte-book.layout:166 +#: lib/layouts/tufte-book.layout:159 msgid "new thought" msgstr "new thought" -#: lib/layouts/tufte-book.layout:176 +#: lib/layouts/tufte-book.layout:169 msgid "AllCaps" msgstr "AllCaps" -#: lib/layouts/tufte-book.layout:179 +#: lib/layouts/tufte-book.layout:172 msgid "allcaps" msgstr "allcaps" -#: lib/layouts/tufte-book.layout:189 +#: lib/layouts/tufte-book.layout:182 msgid "SmallCaps" msgstr "SmallCaps" -#: lib/layouts/tufte-book.layout:192 +#: lib/layouts/tufte-book.layout:185 msgid "smallcaps" msgstr "smallcaps" -#: lib/layouts/tufte-book.layout:198 +#: lib/layouts/tufte-book.layout:191 msgid "Full Width" msgstr "Full Width" -#: lib/layouts/tufte-book.layout:224 +#: lib/layouts/tufte-book.layout:217 msgid "MarginTable" msgstr "MarginTable" -#: lib/layouts/tufte-book.layout:237 +#: lib/layouts/tufte-book.layout:230 msgid "MarginFigure" msgstr "MarginFigure" -#: lib/layouts/tufte-handout.layout:3 -msgid "Tufte Handout" -msgstr "" - -#: lib/layouts/tufte-handout.layout:4 -msgid "Handouts" -msgstr "" - #: lib/layouts/aapaper.inc:54 msgid "email:" msgstr "email:" @@ -11953,116 +9569,71 @@ msgstr "email:" msgid "Thesaurus not supported in recent A&A:" msgstr "Thesaurus not supported in recent A&A:" -#: lib/layouts/aguplus.inc:71 lib/layouts/db_stdstarsections.inc:72 -#: lib/layouts/stdstarsections.inc:68 lib/layouts/svcommon.inc:278 -msgid "Paragraph*" -msgstr "Odstavec*" - -#: lib/layouts/aguplus.inc:123 lib/layouts/agu_stdtitle.inc:210 -msgid "Revised:" -msgstr "Revised:" - -#: lib/layouts/aguplus.inc:135 -msgid "CCC" -msgstr "CCC" - -#: lib/layouts/aguplus.inc:139 -msgid "CCC code:" -msgstr "CCC code:" - -#: lib/layouts/aguplus.inc:148 -msgid "PaperId" -msgstr "PaperId" - -#: lib/layouts/aguplus.inc:152 -msgid "Paper Id:" -msgstr "Paper Id:" - -#: lib/layouts/aguplus.inc:156 -msgid "AuthorAddr" -msgstr "AuthorAddr" - -#: lib/layouts/aguplus.inc:160 -msgid "Author Address:" -msgstr "Author Address:" - -#: lib/layouts/aguplus.inc:164 -msgid "SlugComment" -msgstr "SlugComment" - -#: lib/layouts/aguplus.inc:168 -msgid "Slug Comment:" -msgstr "Slug Comment:" - -#: lib/layouts/aguplus.inc:184 -msgid "Plate" -msgstr "Plate" - -#: lib/layouts/aguplus.inc:195 -msgid "Planotable" -msgstr "Planotable" - -#: lib/layouts/aguplus.inc:207 -msgid "table" -msgstr "tabulka" - -#: lib/layouts/agu_stdclass.inc:35 lib/layouts/agu_stdclass.inc:37 +#: lib/layouts/agu_stdclass.inc:34 lib/layouts/agu_stdclass.inc:36 #: lib/layouts/db_stdcharstyles.inc:35 lib/layouts/db_stdcharstyles.inc:37 msgid "Firstname" msgstr "Firstname" -#: lib/layouts/agu_stdclass.inc:49 lib/layouts/agu_stdclass.inc:51 +#: lib/layouts/agu_stdclass.inc:48 lib/layouts/agu_stdclass.inc:50 msgid "Fname" msgstr "Fname" -#: lib/layouts/agu_stdclass.inc:94 lib/layouts/agu_stdclass.inc:96 +#: lib/layouts/agu_stdclass.inc:93 lib/layouts/agu_stdclass.inc:95 #: lib/layouts/db_stdcharstyles.inc:57 lib/layouts/db_stdcharstyles.inc:59 #: lib/layouts/db_stdlayouts.inc:11 msgid "Literal" msgstr "Literal" -#: lib/layouts/agu_stdclass.inc:109 lib/layouts/agu_stdclass.inc:111 +#: lib/layouts/agu_stdclass.inc:108 lib/layouts/agu_stdclass.inc:110 #: lib/layouts/logicalmkup.module:31 src/frontends/qt4/GuiCharacter.cpp:77 msgid "Emph" -msgstr "Zvýrazněný" +msgstr "ZvĂ˝razněnĂ˝" -#: lib/layouts/agu_stdclass.inc:125 lib/layouts/agu_stdclass.inc:127 +#: lib/layouts/agu_stdclass.inc:124 lib/layouts/agu_stdclass.inc:126 msgid "Abbrev" msgstr "Abbrev" -#: lib/layouts/agu_stdclass.inc:136 lib/layouts/agu_stdclass.inc:138 +#: lib/layouts/agu_stdclass.inc:135 lib/layouts/agu_stdclass.inc:137 #: lib/layouts/agu_stdtitle.inc:56 msgid "Citation-number" msgstr "Citation-number" -#: lib/layouts/agu_stdclass.inc:158 lib/layouts/agu_stdclass.inc:160 +#: lib/layouts/agu_stdclass.inc:146 lib/layouts/agu_stdclass.inc:148 +msgid "Volume" +msgstr "Volume" + +#: lib/layouts/agu_stdclass.inc:157 lib/layouts/agu_stdclass.inc:159 msgid "Day" msgstr "Day" -#: lib/layouts/agu_stdclass.inc:169 lib/layouts/agu_stdclass.inc:171 +#: lib/layouts/agu_stdclass.inc:168 lib/layouts/agu_stdclass.inc:170 msgid "Month" msgstr "Month" -#: lib/layouts/agu_stdclass.inc:180 lib/layouts/agu_stdclass.inc:182 +#: lib/layouts/agu_stdclass.inc:179 lib/layouts/agu_stdclass.inc:181 msgid "Year" msgstr "Year" -#: lib/layouts/agu_stdclass.inc:191 lib/layouts/agu_stdclass.inc:193 +#: lib/layouts/agu_stdclass.inc:190 lib/layouts/agu_stdclass.inc:192 msgid "Issue-number" msgstr "Issue-number" -#: lib/layouts/agu_stdclass.inc:202 lib/layouts/agu_stdclass.inc:204 +#: lib/layouts/agu_stdclass.inc:201 lib/layouts/agu_stdclass.inc:203 msgid "Issue-day" msgstr "Issue-day" -#: lib/layouts/agu_stdclass.inc:213 lib/layouts/agu_stdclass.inc:215 +#: lib/layouts/agu_stdclass.inc:212 lib/layouts/agu_stdclass.inc:214 msgid "Issue-months" msgstr "Issue-months" -#: lib/layouts/agu_stdsections.inc:79 +#: lib/layouts/agu_stdsections.inc:86 msgid "Subsubparagraph" msgstr "Subsubparagraph" +#: lib/layouts/agu_stdtitle.inc:13 +msgid "Header" +msgstr "Header" + #: lib/layouts/agu_stdtitle.inc:19 msgid "-- Header --" msgstr "-- Header --" @@ -12131,180 +9702,237 @@ msgstr "Cross-term" msgid "Cross-term:" msgstr "Cross-term:" -#: lib/layouts/agu_stdtitle.inc:137 +#: lib/layouts/agu_stdtitle.inc:136 msgid "Supplementary" msgstr "Supplementary" -#: lib/layouts/agu_stdtitle.inc:141 +#: lib/layouts/agu_stdtitle.inc:140 msgid "Supplementary..." msgstr "Supplementary..." -#: lib/layouts/agu_stdtitle.inc:150 +#: lib/layouts/agu_stdtitle.inc:149 msgid "Supp-note" msgstr "Supp-note" -#: lib/layouts/agu_stdtitle.inc:154 +#: lib/layouts/agu_stdtitle.inc:153 msgid "Sup-mat-note:" msgstr "Sup-mat-note:" -#: lib/layouts/agu_stdtitle.inc:159 +#: lib/layouts/agu_stdtitle.inc:158 msgid "Cite-other" msgstr "Cite-other" -#: lib/layouts/agu_stdtitle.inc:163 +#: lib/layouts/agu_stdtitle.inc:162 msgid "Cite-other:" msgstr "Cite-other:" -#: lib/layouts/agu_stdtitle.inc:223 +#: lib/layouts/agu_stdtitle.inc:209 lib/layouts/aguplus.inc:123 +msgid "Revised:" +msgstr "Revised:" + +#: lib/layouts/agu_stdtitle.inc:222 msgid "Ident-line" msgstr "Ident-line" -#: lib/layouts/agu_stdtitle.inc:226 +#: lib/layouts/agu_stdtitle.inc:225 msgid "Ident-line:" msgstr "Ident-line:" -#: lib/layouts/agu_stdtitle.inc:231 +#: lib/layouts/agu_stdtitle.inc:230 msgid "Runhead" msgstr "Runhead" -#: lib/layouts/agu_stdtitle.inc:234 +#: lib/layouts/agu_stdtitle.inc:233 msgid "Runhead:" msgstr "Runhead:" -#: lib/layouts/agu_stdtitle.inc:242 +#: lib/layouts/agu_stdtitle.inc:241 msgid "Published-online:" msgstr "Published-online:" -#: lib/layouts/agu_stdtitle.inc:264 src/frontends/qt4/GuiCitation.cpp:88 +#: lib/layouts/agu_stdtitle.inc:263 src/frontends/qt4/GuiCitation.cpp:88 msgid "Citation" msgstr "Citation" -#: lib/layouts/agu_stdtitle.inc:267 +#: lib/layouts/agu_stdtitle.inc:266 msgid "Citation:" msgstr "Citation:" -#: lib/layouts/agu_stdtitle.inc:272 +#: lib/layouts/agu_stdtitle.inc:271 msgid "Posting-order" msgstr "Posting-order" -#: lib/layouts/agu_stdtitle.inc:275 +#: lib/layouts/agu_stdtitle.inc:274 msgid "Posting-order:" msgstr "Posting-order:" -#: lib/layouts/agu_stdtitle.inc:280 +#: lib/layouts/agu_stdtitle.inc:279 msgid "AGU-pages" msgstr "AGU-pages" -#: lib/layouts/agu_stdtitle.inc:283 +#: lib/layouts/agu_stdtitle.inc:282 msgid "AGU-pages:" msgstr "AGU-pages:" -#: lib/layouts/agu_stdtitle.inc:288 +#: lib/layouts/agu_stdtitle.inc:287 msgid "Words" msgstr "Words" -#: lib/layouts/agu_stdtitle.inc:291 +#: lib/layouts/agu_stdtitle.inc:290 msgid "Words:" msgstr "Words:" -#: lib/layouts/agu_stdtitle.inc:296 +#: lib/layouts/agu_stdtitle.inc:295 msgid "Figures" msgstr "Figures" -#: lib/layouts/agu_stdtitle.inc:299 +#: lib/layouts/agu_stdtitle.inc:298 msgid "Figures:" msgstr "Figures:" -#: lib/layouts/agu_stdtitle.inc:304 +#: lib/layouts/agu_stdtitle.inc:303 msgid "Tables" msgstr "Tables" -#: lib/layouts/agu_stdtitle.inc:307 +#: lib/layouts/agu_stdtitle.inc:306 msgid "Tables:" msgstr "Tables:" -#: lib/layouts/agu_stdtitle.inc:312 +#: lib/layouts/agu_stdtitle.inc:311 msgid "Datasets" msgstr "Datasets" -#: lib/layouts/agu_stdtitle.inc:315 +#: lib/layouts/agu_stdtitle.inc:314 msgid "Datasets:" msgstr "Datasets:" -#: lib/layouts/agu_stdtitle.inc:322 lib/layouts/agu_stdtitle.inc:324 +#: lib/layouts/agu_stdtitle.inc:321 lib/layouts/agu_stdtitle.inc:323 msgid "ISSN" msgstr "ISSN" -#: lib/layouts/agu_stdtitle.inc:333 lib/layouts/agu_stdtitle.inc:335 +#: lib/layouts/agu_stdtitle.inc:332 lib/layouts/agu_stdtitle.inc:334 msgid "CODEN" msgstr "CODEN" -#: lib/layouts/agu_stdtitle.inc:345 lib/layouts/agu_stdtitle.inc:347 +#: lib/layouts/agu_stdtitle.inc:344 lib/layouts/agu_stdtitle.inc:346 msgid "SS-Code" msgstr "SS-Code" -#: lib/layouts/agu_stdtitle.inc:356 lib/layouts/agu_stdtitle.inc:358 +#: lib/layouts/agu_stdtitle.inc:355 lib/layouts/agu_stdtitle.inc:357 msgid "SS-Title" msgstr "SS-Title" -#: lib/layouts/agu_stdtitle.inc:368 lib/layouts/agu_stdtitle.inc:370 +#: lib/layouts/agu_stdtitle.inc:367 lib/layouts/agu_stdtitle.inc:369 msgid "CCC-Code" msgstr "CCC-Code" -#: lib/layouts/agu_stdtitle.inc:381 lib/layouts/agu_stdtitle.inc:383 +#: lib/layouts/agu_stdtitle.inc:380 lib/layouts/agu_stdtitle.inc:382 #: lib/layouts/db_lyxmacros.inc:11 lib/layouts/logicalmkup.module:60 msgid "Code" msgstr "Code" -#: lib/layouts/agu_stdtitle.inc:392 lib/layouts/agu_stdtitle.inc:394 +#: lib/layouts/agu_stdtitle.inc:391 lib/layouts/agu_stdtitle.inc:393 msgid "Dscr" msgstr "Dscr" -#: lib/layouts/agu_stdtitle.inc:416 lib/layouts/agu_stdtitle.inc:418 +#: lib/layouts/agu_stdtitle.inc:415 lib/layouts/agu_stdtitle.inc:417 msgid "Orgdiv" msgstr "Orgdiv" -#: lib/layouts/agu_stdtitle.inc:427 lib/layouts/agu_stdtitle.inc:429 +#: lib/layouts/agu_stdtitle.inc:426 lib/layouts/agu_stdtitle.inc:428 msgid "Orgname" msgstr "Orgname" -#: lib/layouts/agu_stdtitle.inc:471 lib/layouts/agu_stdtitle.inc:473 +#: lib/layouts/agu_stdtitle.inc:448 lib/layouts/agu_stdtitle.inc:450 +msgid "City" +msgstr "City" + +#: lib/layouts/agu_stdtitle.inc:470 lib/layouts/agu_stdtitle.inc:472 msgid "Postcode" msgstr "Postcode" -#: lib/layouts/amsdefs.inc:39 -msgid "Short title which appears in the running headers" -msgstr "" +#: lib/layouts/agu_stdtitle.inc:481 lib/layouts/agu_stdtitle.inc:483 +msgid "Country" +msgstr "Country" -#: lib/layouts/amsdefs.inc:141 +#: lib/layouts/aguplus.inc:71 lib/layouts/db_stdstarsections.inc:72 +#: lib/layouts/stdstarsections.inc:68 lib/layouts/svcommon.inc:273 +msgid "Paragraph*" +msgstr "Odstavec*" + +#: lib/layouts/aguplus.inc:135 +msgid "CCC" +msgstr "CCC" + +#: lib/layouts/aguplus.inc:139 +msgid "CCC code:" +msgstr "CCC code:" + +#: lib/layouts/aguplus.inc:148 +msgid "PaperId" +msgstr "PaperId" + +#: lib/layouts/aguplus.inc:152 +msgid "Paper Id:" +msgstr "Paper Id:" + +#: lib/layouts/aguplus.inc:156 +msgid "AuthorAddr" +msgstr "AuthorAddr" + +#: lib/layouts/aguplus.inc:160 +msgid "Author Address:" +msgstr "Author Address:" + +#: lib/layouts/aguplus.inc:164 +msgid "SlugComment" +msgstr "SlugComment" + +#: lib/layouts/aguplus.inc:168 +msgid "Slug Comment:" +msgstr "Slug Comment:" + +#: lib/layouts/aguplus.inc:184 +msgid "Plate" +msgstr "Plate" + +#: lib/layouts/aguplus.inc:195 +msgid "Planotable" +msgstr "Planotable" + +#: lib/layouts/aguplus.inc:207 +msgid "Table Caption" +msgstr "Table Caption" + +#: lib/layouts/amsdefs.inc:138 msgid "Current Address" msgstr "Current Address" -#: lib/layouts/amsdefs.inc:144 +#: lib/layouts/amsdefs.inc:141 msgid "Current address:" msgstr "Current address:" -#: lib/layouts/amsdefs.inc:152 +#: lib/layouts/amsdefs.inc:149 msgid "E-mail address:" msgstr "E-mail address:" -#: lib/layouts/amsdefs.inc:167 +#: lib/layouts/amsdefs.inc:164 msgid "Key words and phrases:" msgstr "Key words and phrases:" -#: lib/layouts/amsdefs.inc:178 +#: lib/layouts/amsdefs.inc:175 msgid "Dedicatory" msgstr "Dedicatory" -#: lib/layouts/amsdefs.inc:185 +#: lib/layouts/amsdefs.inc:182 msgid "Translator" msgstr "Translator" -#: lib/layouts/amsdefs.inc:188 +#: lib/layouts/amsdefs.inc:185 msgid "Translator:" msgstr "Translator:" -#: lib/layouts/amsdefs.inc:195 +#: lib/layouts/amsdefs.inc:192 msgid "2000 Mathematics Subject Classification:" msgstr "2000 Mathematics Subject Classification:" @@ -12364,15 +9992,24 @@ msgstr "Revision" msgid "RevisionRemark" msgstr "RevisionRemark" -#: lib/layouts/numreport.inc:8 +#: lib/layouts/db_stdtitle.inc:94 +msgid "FirstName" +msgstr "FirstName" + +#: lib/layouts/literate-scrap.inc:12 lib/layouts/knitr.module:35 +#: lib/layouts/noweb.module:11 lib/layouts/sweave.module:45 +msgid "Scrap" +msgstr "ÚtrĹžek" + +#: lib/layouts/numreport.inc:12 msgid "\\arabic{chapter}" msgstr "\\arabic{chapter}" -#: lib/layouts/numreport.inc:9 +#: lib/layouts/numreport.inc:13 msgid "\\Alph{chapter}" msgstr "\\Alph{chapter}" -#: lib/layouts/numreport.inc:40 +#: lib/layouts/numreport.inc:44 msgid "\\arabic{footnote}" msgstr "\\arabic{footnote}" @@ -12404,82 +10041,70 @@ msgstr "\\alph{subsubsection}." msgid "\\alph{paragraph}." msgstr "\\alph{paragraph}." -#: lib/layouts/scrclass.inc:114 +#: lib/layouts/scrclass.inc:110 msgid "Addpart" msgstr "Addpart" -#: lib/layouts/scrclass.inc:124 +#: lib/layouts/scrclass.inc:117 msgid "Addchap" msgstr "Addchap" -#: lib/layouts/scrclass.inc:134 +#: lib/layouts/scrclass.inc:124 msgid "Addsec" msgstr "Addsec" -#: lib/layouts/scrclass.inc:144 +#: lib/layouts/scrclass.inc:131 msgid "Addchap*" msgstr "Addchap*" -#: lib/layouts/scrclass.inc:150 +#: lib/layouts/scrclass.inc:137 msgid "Addsec*" msgstr "Addsec*" -#: lib/layouts/scrclass.inc:156 +#: lib/layouts/scrclass.inc:143 msgid "Minisec" -msgstr "Minisekce" +msgstr "Minisec" -#: lib/layouts/scrclass.inc:211 +#: lib/layouts/scrclass.inc:198 msgid "Publishers" -msgstr "Nakladatel" +msgstr "Publishers" -#: lib/layouts/scrclass.inc:223 +#: lib/layouts/scrclass.inc:210 msgid "Titlehead" -msgstr "Hlavička titulku" +msgstr "Titlehead" -#: lib/layouts/scrclass.inc:233 +#: lib/layouts/scrclass.inc:220 msgid "Uppertitleback" msgstr "Uppertitleback" -#: lib/layouts/scrclass.inc:239 +#: lib/layouts/scrclass.inc:226 msgid "Lowertitleback" msgstr "Lowertitleback" -#: lib/layouts/scrclass.inc:245 +#: lib/layouts/scrclass.inc:232 msgid "Extratitle" -msgstr "Extra titulek" +msgstr "Extratitle" -#: lib/layouts/scrclass.inc:268 -msgid "Above" -msgstr "" +#: lib/layouts/scrclass.inc:254 +msgid "Captionabove" +msgstr "Captionabove" -#: lib/layouts/scrclass.inc:269 -msgid "above" -msgstr "" - -#: lib/layouts/scrclass.inc:288 -msgid "Below" -msgstr "" - -#: lib/layouts/scrclass.inc:289 -msgid "below" -msgstr "" - -#: lib/layouts/scrclass.inc:308 -msgid "Dictum" -msgstr "Výrok" - -#: lib/layouts/scrclass.inc:318 +#: lib/layouts/scrclass.inc:255 lib/layouts/scrclass.inc:275 #, fuzzy -msgid "Dictum Author" -msgstr "FirstAuthor" +msgid "Captions" +msgstr "Popisek" -#: lib/layouts/scrclass.inc:319 -msgid "The author of this dictum" -msgstr "" +#: lib/layouts/scrclass.inc:274 +msgid "Captionbelow" +msgstr "Captionbelow" + +#: lib/layouts/scrclass.inc:294 +msgid "Dictum" +msgstr "Dictum" #: lib/layouts/stdcharstyles.inc:10 lib/layouts/stdcustom.inc:10 msgid "UNDEFINED" -msgstr "NEDEFINOVÁNO" +msgstr "NEDEFINOVÁNO" #: lib/layouts/stdciteformats.inc:9 msgid "pp." @@ -12495,7 +10120,7 @@ msgstr "svaz." #: lib/layouts/stdciteformats.inc:12 msgid "no." -msgstr "č." +msgstr "č." #: lib/layouts/stdciteformats.inc:13 msgid "in" @@ -12507,7 +10132,7 @@ msgstr "\\Roman{part}" #: lib/layouts/stdcounters.inc:10 msgid "Part \\Roman{part}" -msgstr "Část \\Roman{part}" +msgstr "Část \\Roman{part}" #: lib/layouts/stdcounters.inc:14 msgid "Chapter ##" @@ -12540,7 +10165,7 @@ msgstr "Rovnice ##" #: lib/layouts/stdcounters.inc:72 msgid "Footnote ##" -msgstr "Poznámka pod čarou ##" +msgstr "PoznĂĄmka pod čarou ##" #: lib/layouts/stdinsets.inc:12 src/insets/InsetMarginal.cpp:35 msgid "margin" @@ -12548,364 +10173,299 @@ msgstr "okraj" #: lib/layouts/stdinsets.inc:41 msgid "foot" -msgstr "patička" +msgstr "patička" #: lib/layouts/stdinsets.inc:116 msgid "Greyedout" -msgstr "Zašedlé" +msgstr "ZaĹĄedlĂŠ" -#: lib/layouts/stdinsets.inc:142 src/insets/InsetERT.cpp:147 -#: src/insets/InsetERT.cpp:149 +#: lib/layouts/stdinsets.inc:142 src/insets/InsetERT.cpp:146 +#: src/insets/InsetERT.cpp:148 msgid "ERT" msgstr "ERT" -#: lib/layouts/stdinsets.inc:227 lib/layouts/stdinsets.inc:233 -#, fuzzy -msgid "Listings[[List of Listings]]" -msgstr "Seznam výpisů" +#: lib/layouts/stdinsets.inc:174 src/frontends/qt4/GuiDocument.cpp:1427 +msgid "Listings" +msgstr "VĂ˝pisy" -#: lib/layouts/stdinsets.inc:259 src/frontends/qt4/GuiDocument.cpp:1410 -#, fuzzy -msgid "Listings[[inset]]" -msgstr "Nastavení výpisů" - -#: lib/layouts/stdinsets.inc:293 +#: lib/layouts/stdinsets.inc:207 msgid "Idx" msgstr "Idx" -#: lib/layouts/stdinsets.inc:450 -msgid "Argument" -msgstr "Argument" +#: lib/layouts/stdinsets.inc:363 +msgid "opt" +msgstr "tit." -#: lib/layouts/stdinsets.inc:539 -msgid "LongTableNoNumber" -msgstr "" - -#: lib/layouts/stdinsets.inc:543 -msgid "Long Table Caption (unnumbered)" -msgstr "" - -#: lib/layouts/stdinsets.inc:544 -#, fuzzy -msgid "The caption as it appears in the list of tables" -msgstr "Značka tak, jak se objeví v dokumentu" - -#: lib/layouts/stdinsets.inc:550 +#: lib/layouts/stdinsets.inc:444 msgid "Preview" -msgstr "Náhled" +msgstr "NĂĄhled" -#: lib/layouts/stdsections.inc:15 lib/layouts/svcommon.inc:119 +#: lib/layouts/stdsections.inc:15 lib/layouts/svcommon.inc:118 msgid "Part \\thepart" -msgstr "Část \\thepart" +msgstr "Část \\thepart" -#: lib/layouts/stdsections.inc:45 +#: lib/layouts/stdsections.inc:42 msgid "Chapter \\thechapter" msgstr "Kapitola \\thechapter" -#: lib/layouts/stdsections.inc:46 +#: lib/layouts/stdsections.inc:43 msgid "Appendix \\thechapter" -msgstr "Příloha \\thechapter" +msgstr "Příloha \\thechapter" -#: lib/layouts/svcommon.inc:68 +#: lib/layouts/svcommon.inc:67 msgid "Front Matter" msgstr "Front Matter" -#: lib/layouts/svcommon.inc:84 +#: lib/layouts/svcommon.inc:83 msgid "--- Front Matter ---" msgstr "--- Front Matter ---" -#: lib/layouts/svcommon.inc:94 +#: lib/layouts/svcommon.inc:93 msgid "Main Matter" msgstr "Main Matter" -#: lib/layouts/svcommon.inc:98 +#: lib/layouts/svcommon.inc:97 msgid "--- Main Matter ---" msgstr "--- Main Matter ---" -#: lib/layouts/svcommon.inc:101 +#: lib/layouts/svcommon.inc:100 msgid "Back Matter" msgstr "Back Matter" -#: lib/layouts/svcommon.inc:105 +#: lib/layouts/svcommon.inc:104 msgid "--- Back Matter ---" msgstr "--- Back Matter ---" -#: lib/layouts/svcommon.inc:141 +#: lib/layouts/svcommon.inc:283 #, fuzzy -msgid "Part Title" -msgstr "Krátký titulek|i" - -#: lib/layouts/svcommon.inc:142 -#, fuzzy -msgid "Title of this part" -msgstr "Titlenote mark" - -#: lib/layouts/svcommon.inc:288 msgid "Run-in headings" -msgstr "Run-in headings" +msgstr "hlavičky (headings)" -#: lib/layouts/svcommon.inc:303 +#: lib/layouts/svcommon.inc:298 +#, fuzzy msgid "Sub-run-in headings" -msgstr "Sub-run-in headings" +msgstr "Subject headings:" -#: lib/layouts/svcommon.inc:360 +#: lib/layouts/svcommon.inc:355 +#, fuzzy msgid "Author data:" -msgstr "Author data:" +msgstr "Author:" -#: lib/layouts/svcommon.inc:387 -msgid "TOC title:" -msgstr "TOC title:" - -#: lib/layouts/svcommon.inc:397 +#: lib/layouts/svcommon.inc:392 +#, fuzzy msgid "TOC author:" -msgstr "TOC author:" +msgstr "TOC Author:" -#: lib/layouts/svcommon.inc:400 +#: lib/layouts/svcommon.inc:395 +#, fuzzy msgid "Running Title" -msgstr "Running Title" +msgstr "Running Title:" -#: lib/layouts/svcommon.inc:407 +#: lib/layouts/svcommon.inc:402 +#, fuzzy msgid "Running Author" -msgstr "Running Author" +msgstr "Running Author:" -#: lib/layouts/svcommon.inc:418 +#: lib/layouts/svcommon.inc:413 +#, fuzzy msgid "Running chapter:" -msgstr "Running chapter:" +msgstr "Running author:" -#: lib/layouts/svcommon.inc:421 +#: lib/layouts/svcommon.inc:416 +#, fuzzy msgid "Running Section" -msgstr "Running Section" +msgstr "Running title:" -#: lib/layouts/svcommon.inc:424 +#: lib/layouts/svcommon.inc:419 +#, fuzzy msgid "Running section:" -msgstr "Running section:" +msgstr "Running title:" -#: lib/layouts/svcommon.inc:448 +#: lib/layouts/svcommon.inc:443 +#, fuzzy msgid "Abstract*" -msgstr "Abstract*" +msgstr "Abstrakt" -#: lib/layouts/svcommon.inc:452 +#: lib/layouts/svcommon.inc:447 +#, fuzzy msgid "Abstract* (not printed)" -msgstr "Abstract* (not printed)" +msgstr " (nenĂ­ instalovĂĄn)" -#: lib/layouts/svcommon.inc:520 -#, fuzzy -msgid "Alternative name" -msgstr "&Alternativní jazyk:" - -#: lib/layouts/svcommon.inc:598 -#, fuzzy -msgid "Longest Description Label" -msgstr "Popis: " - -#: lib/layouts/svcommon.inc:599 -#, fuzzy -msgid "Longest description label" -msgstr "&Nejdelší značka" - -#: lib/layouts/svcommon.inc:606 +#: lib/layouts/svcommon.inc:595 msgid "Petit" msgstr "Petit" -#: lib/layouts/svcommon.inc:618 +#: lib/layouts/svcommon.inc:607 msgid "Svgraybox" -msgstr "Svgraybox" +msgstr "" -#: lib/layouts/theorems-ams-bytype.inc:57 lib/layouts/theorems-ams.inc:31 -#: lib/layouts/theorems-bytype.inc:33 lib/layouts/theorems.inc:31 -#: lib/layouts/theorems-starred.inc:32 -#, fuzzy -msgid "Alternative Theorem String" -msgstr "Alternative Affiliation" - -#: lib/layouts/theorems-ams-bytype.inc:58 lib/layouts/theorems-ams.inc:32 -#: lib/layouts/theorems-bytype.inc:34 lib/layouts/theorems.inc:32 -#: lib/layouts/theorems-starred.inc:33 -#, fuzzy -msgid "Alternative theorem string" -msgstr "Alternative Affiliation" - -#: lib/layouts/theorems-ams-bytype.inc:169 lib/layouts/theorems-bytype.inc:145 -#: lib/layouts/theorems-without-preamble.inc:166 +#: lib/layouts/theorems-ams-bytype.inc:166 lib/layouts/theorems-bytype.inc:142 +#: lib/layouts/theorems-without-preamble.inc:163 msgid "Fact \\thefact." msgstr "Fakt \\thefact." -#: lib/layouts/theorems-ams-bytype.inc:187 lib/layouts/theorems-bytype.inc:163 -#: lib/layouts/theorems-without-preamble.inc:182 +#: lib/layouts/theorems-ams-bytype.inc:184 lib/layouts/theorems-bytype.inc:160 +#: lib/layouts/theorems-without-preamble.inc:179 msgid "Definition \\thedefinition." msgstr "Definice \\thedefinition." -#: lib/layouts/theorems-ams-bytype.inc:212 lib/layouts/theorems-bytype.inc:188 -#: lib/layouts/theorems-without-preamble.inc:206 +#: lib/layouts/theorems-ams-bytype.inc:209 lib/layouts/theorems-bytype.inc:185 +#: lib/layouts/theorems-without-preamble.inc:203 msgid "Example \\theexample." -msgstr "Příklad \\theexample." +msgstr "Příklad \\theexample." -#: lib/layouts/theorems-ams-bytype.inc:231 lib/layouts/theorems-bytype.inc:207 -#: lib/layouts/theorems-without-preamble.inc:224 +#: lib/layouts/theorems-ams-bytype.inc:228 lib/layouts/theorems-bytype.inc:204 +#: lib/layouts/theorems-without-preamble.inc:221 msgid "Problem \\theproblem." -msgstr "Úloha \\theproblem." +msgstr "Úloha \\theproblem." -#: lib/layouts/theorems-ams-bytype.inc:250 lib/layouts/theorems-bytype.inc:226 -#: lib/layouts/theorems-without-preamble.inc:301 +#: lib/layouts/theorems-ams-bytype.inc:247 lib/layouts/theorems-bytype.inc:223 +#: lib/layouts/theorems-without-preamble.inc:294 msgid "Exercise \\theexercise." -msgstr "Cvičení \\theexercise." +msgstr "CvičenĂ­ \\theexercise." -#: lib/layouts/theorems-ams.inc:72 lib/layouts/theorems.inc:72 +#: lib/layouts/theorems-ams.inc:69 lib/layouts/theorems.inc:69 msgid "Corollary \\thetheorem." -msgstr "Důsledek \\thetheorem." +msgstr "DĹŻsledek \\thetheorem." -#: lib/layouts/theorems-ams.inc:90 lib/layouts/theorems.inc:90 +#: lib/layouts/theorems-ams.inc:87 lib/layouts/theorems.inc:87 msgid "Lemma \\thetheorem." msgstr "Lemma \\thetheorem." -#: lib/layouts/theorems-ams.inc:108 lib/layouts/theorems.inc:108 +#: lib/layouts/theorems-ams.inc:105 lib/layouts/theorems.inc:105 msgid "Proposition \\thetheorem." -msgstr "Tvrzení \\thetheorem." +msgstr "TvrzenĂ­ \\thetheorem." -#: lib/layouts/theorems-ams.inc:126 lib/layouts/theorems.inc:126 +#: lib/layouts/theorems-ams.inc:123 lib/layouts/theorems.inc:123 msgid "Conjecture \\thetheorem." -msgstr "Hypotéza \\thetheorem." +msgstr "HypotĂŠza \\thetheorem." -#: lib/layouts/theorems-ams.inc:144 lib/layouts/theorems.inc:144 +#: lib/layouts/theorems-ams.inc:141 lib/layouts/theorems.inc:141 msgid "Fact \\thetheorem." msgstr "Fakt \\thetheorem." -#: lib/layouts/theorems-ams.inc:162 lib/layouts/theorems.inc:162 +#: lib/layouts/theorems-ams.inc:159 lib/layouts/theorems.inc:159 msgid "Definition \\thetheorem." msgstr "Definice \\thetheorem." -#: lib/layouts/theorems-ams.inc:186 lib/layouts/theorems.inc:186 +#: lib/layouts/theorems-ams.inc:183 lib/layouts/theorems.inc:183 msgid "Example \\thetheorem." -msgstr "Příklad \\thetheorem." +msgstr "Příklad \\thetheorem." -#: lib/layouts/theorems-ams.inc:203 lib/layouts/theorems.inc:203 +#: lib/layouts/theorems-ams.inc:200 lib/layouts/theorems.inc:200 msgid "Problem \\thetheorem." -msgstr "Úloha \\thetheorem." +msgstr "Úloha \\thetheorem." -#: lib/layouts/theorems-ams.inc:220 lib/layouts/theorems.inc:220 +#: lib/layouts/theorems-ams.inc:217 lib/layouts/theorems.inc:217 msgid "Exercise \\thetheorem." -msgstr "Cvičení \\thetheorem." +msgstr "CvičenĂ­ \\thetheorem." -#: lib/layouts/theorems-ams.inc:238 lib/layouts/theorems.inc:238 +#: lib/layouts/theorems-ams.inc:235 lib/layouts/theorems.inc:235 msgid "Remark \\thetheorem." -msgstr "Poznámka \\thetheorem." +msgstr "PoznĂĄmka \\thetheorem." -#: lib/layouts/theorems-ams.inc:263 lib/layouts/theorems.inc:263 +#: lib/layouts/theorems-ams.inc:260 lib/layouts/theorems.inc:260 msgid "Claim \\thetheorem." -msgstr "Tvrzení \\thetheorem." +msgstr "TvrzenĂ­ \\thetheorem." #: lib/layouts/theorems-case.inc:12 +#, fuzzy msgid "Case \\arabic{casei}." -msgstr "Případ \\arabic{casei}." +msgstr "Case \\arabic{case}" #: lib/layouts/theorems-case.inc:16 +#, fuzzy msgid "Case \\roman{caseii}." -msgstr "Případ \\roman{caseii}." +msgstr "Case \\arabic{case}" #: lib/layouts/theorems-case.inc:20 +#, fuzzy msgid "Case \\alph{caseiii}." -msgstr "Případ \\alph{caseiii}." +msgstr "Case \\thecase." #: lib/layouts/theorems-case.inc:24 -msgid "Case \\arabic{caseiv}." -msgstr "Případ \\arabic{caseiv}." - -#: lib/layouts/theorems-order.inc:46 lib/layouts/theorems-starred.inc:176 -msgid "Example*" -msgstr "Příklad*" - -#: lib/layouts/theorems-order.inc:52 lib/layouts/theorems-starred.inc:193 -msgid "Problem*" -msgstr "Úloha*" - -#: lib/layouts/theorems-order.inc:58 lib/layouts/theorems-starred.inc:210 -msgid "Exercise*" -msgstr "Cvičení*" - -#: lib/layouts/theorems-order.inc:64 lib/layouts/theorems-starred.inc:227 -msgid "Remark*" -msgstr "Poznámka*" - -#: lib/layouts/theorems-order.inc:70 lib/layouts/theorems-starred.inc:252 -msgid "Claim*" -msgstr "Tvrzení*" - -#: lib/layouts/theorems-proof.inc:21 #, fuzzy -msgid "Alternative proof string" -msgstr "Alternative Affiliation" +msgid "Case \\arabic{caseiv}." +msgstr "Case \\arabic{case}" -#: lib/layouts/theorems-starred.inc:120 +#: lib/layouts/theorems-order.inc:46 lib/layouts/theorems-starred.inc:173 +msgid "Example*" +msgstr "Příklad*" + +#: lib/layouts/theorems-order.inc:52 lib/layouts/theorems-starred.inc:190 +msgid "Problem*" +msgstr "Úloha*" + +#: lib/layouts/theorems-order.inc:58 lib/layouts/theorems-starred.inc:207 +msgid "Exercise*" +msgstr "CvičenĂ­*" + +#: lib/layouts/theorems-order.inc:64 lib/layouts/theorems-starred.inc:224 +msgid "Remark*" +msgstr "PoznĂĄmka*" + +#: lib/layouts/theorems-order.inc:70 lib/layouts/theorems-starred.inc:249 +msgid "Claim*" +msgstr "TvrzenĂ­*" + +#: lib/layouts/theorems-starred.inc:117 msgid "Conjecture." -msgstr "Hypotéza." +msgstr "HypotĂŠza." -#: lib/layouts/theorems-starred.inc:134 +#: lib/layouts/theorems-starred.inc:131 msgid "Fact*" msgstr "Fakt*" -#: lib/layouts/theorems-starred.inc:196 +#: lib/layouts/theorems-starred.inc:193 msgid "Problem." -msgstr "Úloha." +msgstr "Úloha." -#: lib/layouts/theorems-starred.inc:213 +#: lib/layouts/theorems-starred.inc:210 msgid "Exercise." -msgstr "Cvičení." +msgstr "CvičenĂ­." -#: lib/layouts/theorems-starred.inc:230 +#: lib/layouts/theorems-starred.inc:227 msgid "Remark." -msgstr "Poznámka." +msgstr "PoznĂĄmka." -#: lib/layouts/theorems-without-preamble.inc:41 -#, fuzzy -msgid "Name/Title" -msgstr "Titulek" - -#: lib/layouts/theorems-without-preamble.inc:42 -msgid "Alternative optional name or title" -msgstr "" - -#: lib/layouts/theorems-without-preamble.inc:127 +#: lib/layouts/theorems-without-preamble.inc:124 msgid "Prop \\theprop." msgstr "Prop \\theprop." -#: lib/layouts/theorems-without-preamble.inc:239 -msgid "Prob" -msgstr "Prob" - -#: lib/layouts/theorems-without-preamble.inc:246 -msgid "\\theprob." -msgstr "\\theprob." - -#: lib/layouts/theorems-without-preamble.inc:282 -msgid "Sol" -msgstr "Řeš" - -#: lib/layouts/theorems-without-preamble.inc:286 -msgid "# [number of Prob]" -msgstr "# [počet prob]" - -#: lib/layouts/theorems-without-preamble.inc:289 +#: lib/layouts/theorems-without-preamble.inc:236 #, fuzzy -msgid "Label of Problem" -msgstr "Úloha" +msgid "Prob" +msgstr "Úloha" -#: lib/layouts/theorems-without-preamble.inc:290 -msgid "Label of the corresponding problem" -msgstr "" +#: lib/layouts/theorems-without-preamble.inc:243 +#, fuzzy +msgid "\\theprob." +msgstr "Prop \\theprop." -#: lib/layouts/theorems-without-preamble.inc:365 +#: lib/layouts/theorems-without-preamble.inc:279 +#, fuzzy +msgid "Sol" +msgstr "Symbol" + +#: lib/layouts/theorems-without-preamble.inc:283 +#, fuzzy +msgid "# [number of Prob]" +msgstr "Počet řádek" + +#: lib/layouts/theorems-without-preamble.inc:358 +#, fuzzy msgid "Property \\theproperty." -msgstr "Vlastnost \\theproperty." +msgstr "Prop \\theprop." -#: lib/layouts/theorems-without-preamble.inc:399 +#: lib/layouts/theorems-without-preamble.inc:392 #: lib/layouts/theorems-ams-extended-bytype.module:202 msgid "Note \\thenote." -msgstr "Poznámka \\thenote." +msgstr "PoznĂĄmka \\thenote." #: lib/layouts/basic.module:2 #, fuzzy msgid "Default (basic)" -msgstr "Standardní mezera" +msgstr "StandardnĂ­ mezera" #: lib/layouts/basic.module:6 lib/layouts/jurabib.module:8 #: lib/layouts/natbib.module:9 @@ -12916,17 +10476,17 @@ msgstr "Citation" #: lib/layouts/basic.module:22 lib/layouts/jurabib.module:49 #: lib/layouts/natbib.module:44 msgid "not cited" -msgstr "necitováno" +msgstr "necitovĂĄno" #: lib/layouts/basic.module:23 lib/layouts/jurabib.module:50 #: lib/layouts/natbib.module:45 msgid "Add to bibliography only." -msgstr "Přidat pouze bibliografii." +msgstr "Přidat pouze bibliografii." #: lib/layouts/bicaption.module:2 #, fuzzy msgid "Multilingual captions" -msgstr "&Doplňkové parametry pro LaTeX" +msgstr "&DoplňkovĂŠ parametry pro LaTeX" #: lib/layouts/bicaption.module:6 msgid "" @@ -12937,76 +10497,41 @@ msgstr "" #: lib/layouts/bicaption.module:10 #, fuzzy msgid "Caption setup" -msgstr "Popisky" +msgstr "Popisek" -#: lib/layouts/bicaption.module:16 -msgid "" -"Language that should be affected, can be 'bi-first', 'bi-second' or 'bi-both'" -msgstr "" - -#: lib/layouts/bicaption.module:29 +#: lib/layouts/bicaption.module:25 #, fuzzy msgid "Caption setup:" msgstr "Popisek:" -#: lib/layouts/bicaption.module:39 +#: lib/layouts/bicaption.module:34 #, fuzzy msgid "Bicaption" msgstr "Popisek" -#: lib/layouts/bicaption.module:40 -#, fuzzy -msgid "bilingual" -msgstr "Titling" - -#: lib/layouts/bicaption.module:44 -#, fuzzy -msgid "Main Language Short Title" -msgstr "Krátký titulek" - -#: lib/layouts/bicaption.module:45 -#, fuzzy -msgid "Short title for the main(document) language" -msgstr "Statistika aktuálního dokumentu:" - -#: lib/layouts/bicaption.module:49 -#, fuzzy -msgid "Main Language Text" -msgstr "&Standardní pro daný jazyk" - -#: lib/layouts/bicaption.module:50 -#, fuzzy -msgid "Text in the main(document) language" -msgstr "&Jazyk uživatelského rozhraní:" - -#: lib/layouts/bicaption.module:53 -msgid "Second Language Short Title" +#: lib/layouts/bicaption.module:42 +msgid "Multilingual caption:" msgstr "" -#: lib/layouts/bicaption.module:54 -#, fuzzy -msgid "Short title for the second language" -msgstr "Žádný dostupný tezaurus pro tento jazyk!" - #: lib/layouts/braille.module:2 msgid "Braille" -msgstr "Braillovo písmo" +msgstr "Braillovo pĂ­smo" #: lib/layouts/braille.module:6 msgid "" "Defines an environment to typeset Braille. For more details see Braille.lyx " "in examples." msgstr "" -"Definuje prostředí pro sazbu Braillova slepeckého písma. Detaily viz soubor " -"Braille.lyx v příkladech." +"Definuje prostředĂ­ pro sazbu Braillova slepeckĂŠho pĂ­sma. Detaily viz soubor " +"Braille.lyx v příkladech." #: lib/layouts/braille.module:22 msgid "Braille (default)" -msgstr "Braille (standardní)" +msgstr "Braille (standardnĂ­)" #: lib/layouts/braille.module:36 lib/layouts/braille.module:59 msgid "Braille:" -msgstr "Braillovo písmo:" +msgstr "Braillovo pĂ­smo:" #: lib/layouts/braille.module:45 msgid "Braille (textsize)" @@ -13014,35 +10539,35 @@ msgstr "Braille (velikost textu)" #: lib/layouts/braille.module:68 msgid "Braille (dots on)" -msgstr "Braille (tečky zap.)" +msgstr "Braille (tečky zap.)" #: lib/layouts/braille.module:83 msgid "Braille_dots_on" -msgstr "Braille_tečky_zap" +msgstr "Braille_tečky_zap" #: lib/layouts/braille.module:92 msgid "Braille (dots off)" -msgstr "Braille (tečky vyp.)" +msgstr "Braille (tečky vyp.)" #: lib/layouts/braille.module:107 msgid "Braille_dots_off" -msgstr "Braille_tečky_vyp" +msgstr "Braille_tečky_vyp" #: lib/layouts/braille.module:116 msgid "Braille (mirror on)" -msgstr "Braille (zrcadlení zap.)" +msgstr "Braille (zrcadlenĂ­ zap.)" #: lib/layouts/braille.module:131 msgid "Braille_mirror_on" -msgstr "Braille_zrcadlení_zap" +msgstr "Braille_zrcadlenĂ­_zap" #: lib/layouts/braille.module:140 msgid "Braille (mirror off)" -msgstr "Braille (zrcadlení vyp.)" +msgstr "Braille (zrcadlenĂ­ vyp.)" #: lib/layouts/braille.module:155 msgid "Braille_mirror_off" -msgstr "Braille_zrcadlení_vyp" +msgstr "Braille_zrcadlenĂ­_vyp" #: lib/layouts/braille.module:163 msgid "Braillebox" @@ -13054,7 +10579,7 @@ msgstr "Braille (pouzdro)" #: lib/layouts/customHeadersFooters.module:2 msgid "Custom Header/Footerlines" -msgstr "Vlastní hlavičky/patičky" +msgstr "VlastnĂ­ hlavičky/patičky" #: lib/layouts/customHeadersFooters.module:7 msgid "" @@ -13062,96 +10587,85 @@ msgid "" "module you must set the 'Headings style' in the menu Document Settings -> " "Page Layout to 'fancy'!" msgstr "" -"Přidává prostředí pro definici hlavičky a patičky. Pro použití tohoto modulu " -"musíte nastavit styl hlavičky v nastavení dokumentu (rozvržení stránky) na " -"'pestrý (fancy)'" +"PřidĂĄvĂĄ prostředĂ­ pro definici hlavičky a patičky. Pro pouĹžitĂ­ tohoto modulu " +"musĂ­te nastavit styl hlavičky v nastavenĂ­ dokumentu (rozvrĹženĂ­ strĂĄnky) na " +"'pestrĂ˝ (fancy)'" #: lib/layouts/customHeadersFooters.module:12 -msgid "Header/Footer" -msgstr "Hlavička/Patička" - -#: lib/layouts/customHeadersFooters.module:20 #, fuzzy -msgid "Even Header" -msgstr "Centrovaná hlavička" +msgid "Header/Footer" +msgstr "CentrovanĂĄ patička" -#: lib/layouts/customHeadersFooters.module:21 -msgid "Alternative text for the even header" -msgstr "" +#: lib/layouts/customHeadersFooters.module:30 +msgid "Center Header" +msgstr "CentrovanĂĄ hlavička" #: lib/layouts/customHeadersFooters.module:33 -msgid "Center Header" -msgstr "Centrovaná hlavička" - -#: lib/layouts/customHeadersFooters.module:36 msgid "Center Header:" -msgstr "Centrovaná hlavička:" +msgstr "CentrovanĂĄ hlavička:" + +#: lib/layouts/customHeadersFooters.module:42 +msgid "Left Footer" +msgstr "LevĂĄ patička" #: lib/layouts/customHeadersFooters.module:45 -msgid "Left Footer" -msgstr "Levá patička" +msgid "Left Footer:" +msgstr "LevĂĄ patička:" #: lib/layouts/customHeadersFooters.module:48 -msgid "Left Footer:" -msgstr "Levá patička:" +msgid "Center Footer" +msgstr "CentrovanĂĄ patička" #: lib/layouts/customHeadersFooters.module:51 -msgid "Center Footer" -msgstr "Centrovaná patička" - -#: lib/layouts/customHeadersFooters.module:54 msgid "Center Footer:" -msgstr "Centrovaná patička:" +msgstr "CentrovanĂĄ patička:" #: lib/layouts/endnotes.module:2 lib/layouts/endnotes.module:9 msgid "Endnote" -msgstr "Koncová poznámka" +msgstr "KoncovĂĄ poznĂĄmka" #: lib/layouts/endnotes.module:6 msgid "" "Adds an endnote inset, in addition to footnotes. You will need to add " "\\theendnotes in TeX-code where you want the endnotes to appear." msgstr "" -"Přidává vložku pro koncové poznámky (Endnote) (krom již existujících " -"poznámek pod čarou).Budete muset přidat \\theendnotes do vložky TeX-ového " -"kódu, a to v místě, kde se mají koncové poznámky objevit." +"PřidĂĄvĂĄ vloĹžku pro koncovĂŠ poznĂĄmky (Endnote) (krom jiĹž existujĂ­cĂ­ch " +"poznĂĄmek pod čarou).Budete muset přidat \\theendnotes do vloĹžky TeX-ovĂŠho " +"kĂłdu, a to v mĂ­stě, kde se majĂ­ koncovĂŠ poznĂĄmky objevit." #: lib/layouts/endnotes.module:18 msgid "endnote" -msgstr "koncová poznámka" +msgstr "koncovĂĄ poznĂĄmka" #: lib/layouts/enumitem.module:2 msgid "Customisable Lists (enumitem)" -msgstr "Přizpůsobení seznamů (enumitem)" +msgstr "PřizpĹŻsobenĂ­ seznamĹŻ (enumitem)" #: lib/layouts/enumitem.module:6 +#, fuzzy msgid "" "Controls the layout of enumerate, itemize, description, and list/labeling. " "See section Customized Lists of the User's Guide for a detailed description." msgstr "" -"Ovládá prostředí seznamu, výčtu, popisu volitelným argumentem. Více v " -"uživatelské příručce." +"OvlĂĄdĂĄ prostředĂ­ seznamu, výčtu, popisu volitelnĂ˝m argumentem. Viz http://" +"mirror.ctan.org/macros/latex/contrib/enumitem/enumitem.pdf a takĂŠ ukĂĄzkovĂ˝ " +"soubor v příkladech LyX-u." -#: lib/layouts/enumitem.module:71 -#, fuzzy -msgid "Description Options" -msgstr "Popis: " - -#: lib/layouts/enumitem.module:103 +#: lib/layouts/enumitem.module:93 msgid "Enumerate-Resume" -msgstr "Výčet-pokračování" +msgstr "Výčet-ShrnutĂ­" #: lib/layouts/eqs-within-sections.module:2 msgid "Number Equations by Section" -msgstr "Rovnice (čísla dle sekcí)" +msgstr "Rovnice (čísla dle sekcĂ­)" #: lib/layouts/eqs-within-sections.module:6 msgid "" "Resets the equation number at section start and prepends the section number " "to the equation number, as in '(2.1)'." msgstr "" -"Začít číslování pro každou sekci nanovo a jako prefix použít číslo sekce, " -"např. (2.1)" +"Začít číslovĂĄnĂ­ pro kaĹždou sekci nanovo a jako prefix pouŞít číslo sekce, " +"např. (2.1)" #: lib/layouts/eqs-within-sections.module:17 msgid "\\thesection.\\arabic{equation}" @@ -13159,15 +10673,15 @@ msgstr "\\thesection.\\arabic{equation}" #: lib/layouts/figs-within-sections.module:2 msgid "Number Figures by Section" -msgstr "Obrázky (čísla dle sekcí)" +msgstr "ObrĂĄzky (čísla dle sekcĂ­)" #: lib/layouts/figs-within-sections.module:6 msgid "" "Resets the figure number at section start and prepends the section number to " "the figure number, as in 'fig. 2.1'." msgstr "" -"Začít číslování pro každou sekci nanovo a jako prefix použít číslo sekce, " -"např. 'fig. 2.1'" +"Začít číslovĂĄnĂ­ pro kaĹždou sekci nanovo a jako prefix pouŞít číslo sekce, " +"např. 'fig. 2.1'" #: lib/layouts/fix-cm.module:2 msgid "Fix cm" @@ -13179,8 +10693,8 @@ msgid "" "available with arbitrary sizes. For details see the documentation of the fix-" "cm.sty package: http://tug.org/texmf-dist/doc/latex/base/fixltx2e.pdf" msgstr "" -"Fix-cm vylepšuje vzhled fontů Computer Modern a poskytuje je v libovolných " -"velikostech. Pro detaily balíčku fix-cm.sty viz http://tug.org/texmf-dist/" +"Fix-cm vylepĹĄuje vzhled fontĹŻ Computer Modern a poskytuje je v libovolnĂ˝ch " +"velikostech. Pro detaily balíčku fix-cm.sty viz http://tug.org/texmf-dist/" "doc/latex/base/fixltx2e.pdf ." #: lib/layouts/fixltx2e.module:2 @@ -13195,28 +10709,28 @@ msgid "" "different when you process it with future LaTeX versions, because fixltx2e " "may provide more bugfixes in future versions." msgstr "" -"Načíst LaTeX-ový balíček fixltx2e, který obsahuje opravy pro LaTeX. Tyto " -"opravy nejsou součástí jádra LaTeX-u kvůli dodržení zpětné kompatibility." -"Pokud použijete tento balíček, je možné, že vysázený dokument bude odlišnýv " -"budoucích verzích LaTeX-u díky dalším opravám, které přibudou do fixltx2e." +"Načíst LaTeX-ovĂ˝ balíček fixltx2e, kterĂ˝ obsahuje opravy pro LaTeX. Tyto " +"opravy nejsou součástĂ­ jĂĄdra LaTeX-u kvĹŻli dodrĹženĂ­ zpětnĂŠ kompatibility." +"Pokud pouĹžijete tento balíček, je moĹžnĂŠ, Ĺže vysĂĄzenĂ˝ dokument bude odliĹĄnĂ˝v " +"budoucĂ­ch verzĂ­ch LaTeX-u dĂ­ky dalĹĄĂ­m opravĂĄm, kterĂŠ přibudou do fixltx2e." #: lib/layouts/foottoend.module:2 msgid "Foot to End" -msgstr "Patičky na konec" +msgstr "Patičky na konec" #: lib/layouts/foottoend.module:6 msgid "" "Sets all footnotes as endnotes. You will need to add \\theendnotes in TeX-" "code where you want the endnotes to appear." msgstr "" -"Nastavit všechny poznámky pod čarou jako koncové poznámky. Budete muset " -"přidat \\theendnotes do vložky TeX-ového kódu - a to v místě, kde se mají " -"koncové poznámky objevit." +"Nastavit vĹĄechny poznĂĄmky pod čarou jako koncovĂŠ poznĂĄmky. Budete muset " +"přidat \\theendnotes do vloĹžky TeX-ovĂŠho kĂłdu - a to v mĂ­stě, kde se majĂ­ " +"koncovĂŠ poznĂĄmky objevit." -# TODO Existuje typografický název? +# TODO Existuje typografickĂ˝ nĂĄzev? #: lib/layouts/hanging.module:2 lib/layouts/hanging.module:16 msgid "Hanging" -msgstr "Zavěšené odstavce" +msgstr "ZavěšenĂŠ odstavce" #: lib/layouts/hanging.module:6 msgid "" @@ -13224,44 +10738,23 @@ msgid "" "in which the first line is set to the left margin, but all subsequent lines " "are indented." msgstr "" -"Přidává prostředí pro \"zavěšené\" odstavce. Zavěšený odstavec začíná na " -"prvním řádku bez odsazení, následující řádky jsou naopak s odsazením." +"PřidĂĄvĂĄ prostředĂ­ pro \"zavěšenĂŠ\" odstavce. ZavěšenĂ˝ odstavec začínĂĄ na " +"prvnĂ­m řádku bez odsazenĂ­, nĂĄsledujĂ­cĂ­ řádky jsou naopak s odsazenĂ­m." #: lib/layouts/initials.module:2 msgid "Initials" -msgstr "Iniciálky" +msgstr "IniciĂĄlky" #: lib/layouts/initials.module:6 msgid "" "Define a style for paragraphs with an initial. See the EmbeddedObjects " "manual for a detailed description." msgstr "" -"Definuj styl pro odstavce s Iniciálkou. Viz manuál pro vkládané objekty." #: lib/layouts/initials.module:14 lib/layouts/initials.module:16 #: lib/layouts/initials.module:25 lib/layouts/initials.module:31 -#: lib/layouts/initials.module:38 msgid "Initial" -msgstr "Iniciálka" - -#: lib/layouts/initials.module:34 -#, fuzzy -msgid "Option(s) for the initial" -msgstr "Popisek podobrázku" - -#: lib/layouts/initials.module:39 -#, fuzzy -msgid "Initial letter(s)" -msgstr "Iniciálky" - -#: lib/layouts/initials.module:43 -#, fuzzy -msgid "Rest of Initial" -msgstr "Iniciálka" - -#: lib/layouts/initials.module:44 -msgid "Rest of initial word or text" -msgstr "" +msgstr "IniciĂĄlka" #: lib/layouts/jurabib.module:2 #, fuzzy @@ -13280,47 +10773,38 @@ msgstr "Heslo bibliografie" #: lib/layouts/jurabib.module:53 msgid "before" -msgstr "před" +msgstr "před" #: lib/layouts/jurabib.module:54 #, fuzzy msgid "short title" msgstr "Short title:" -#: lib/layouts/knitr.module:2 lib/configure.py:549 +#: lib/layouts/knitr.module:2 lib/configure.py:536 msgid "Rnw (knitr)" -msgstr "Rnw (knitr)" +msgstr "" #: lib/layouts/knitr.module:6 msgid "" "Uses the knitr package in R for dynamic report generation. This R package " "has to be installed for this module to work: install.packages('knitr'). Note " -"it depends on R >= 2.14.1. For more info see http://yihui.name/knitr" +"it depends on R >= 2.14.1. For more info see http://yihui.github.com/knitr" msgstr "" -"Použít balíček knitr pro dynamické generování reportů. Tento balíček pro " -"jazyk R musí být naistalován pro správnou funkci modulu: install.packages" -"('knitr'). R je potřebné alespoň ve verzi >= 2.14.1. Další informace viz " -"http://yihui.name/knitr" #: lib/layouts/knitr.module:6 lib/layouts/noweb.module:5 #: lib/layouts/sweave.module:6 msgid "literate" -msgstr "dokumentované" +msgstr "dokumentovanĂŠ" -#: lib/layouts/knitr.module:13 lib/layouts/noweb.module:14 -#: lib/layouts/sweave.module:23 +#: lib/layouts/knitr.module:13 lib/layouts/sweave.module:23 msgid "Chunk" -msgstr "Útržek" +msgstr "ÚtrĹžek" #: lib/layouts/knitr.module:14 lib/layouts/sweave.module:2 -#: lib/layouts/sweave.module:24 lib/configure.py:547 +#: lib/layouts/sweave.module:24 lib/configure.py:534 msgid "Sweave" msgstr "Sweave" -#: lib/layouts/knitr.module:35 lib/layouts/sweave.module:45 -msgid "Scrap" -msgstr "Útržek" - #: lib/layouts/knitr.module:39 lib/layouts/sweave.module:49 msgid "Sweave Options" msgstr "Parametry pro Sweave" @@ -13331,11 +10815,11 @@ msgstr "Sweave par." #: lib/layouts/knitr.module:61 lib/layouts/sweave.module:71 msgid "S/R expression" -msgstr "S/R výraz" +msgstr "S/R vĂ˝raz" #: lib/layouts/knitr.module:62 lib/layouts/sweave.module:72 msgid "S/R expr" -msgstr "S/R výraz" +msgstr "S/R vĂ˝raz" #: lib/layouts/lilypond.module:2 msgid "LilyPond Book" @@ -13346,26 +10830,15 @@ msgid "" "This module adds an inset to enter LilyPond code directly into LyX. It will " "be processed in the output. See the lilypond.lyx example file." msgstr "" -"Tento modul přidává vložku pro vkládání kódu LilyPond uvnitř LyX-u (bude " -"automaticky přeložen při exportu). Viz lilypond.lyx v příkladech." +"Tento modul přidĂĄvĂĄ vloĹžku pro vklĂĄdĂĄnĂ­ kĂłdu LilyPond uvnitř LyX-u (bude " +"automaticky přeloĹžen při exportu). Viz lilypond.lyx v příkladech." #: lib/layouts/lilypond.module:13 lib/layouts/lilypond.module:14 #: lib/external_templates:251 msgid "LilyPond" msgstr "LilyPond" -#: lib/layouts/lilypond.module:37 -#, fuzzy -msgid "LilyPond Options" -msgstr "LilyPond Book" - -#: lib/layouts/lilypond.module:38 -msgid "" -"A comma-separated option list (see the LilyPond documentation for available " -"options)." -msgstr "" - -#: lib/layouts/linguistics.module:2 lib/layouts/linguistics.module:33 +#: lib/layouts/linguistics.module:2 msgid "Linguistics" msgstr "Lingvistika" @@ -13375,183 +10848,151 @@ msgid "" "glosses, semantic markup, tableau floats). See linguistics.lyx file in " "examples." msgstr "" -"Definuje speciální prostředí užitečné pro lingvistiku (číslované příklady, " -"glosy, semantické styly znaků (markup), plovoucí tabla). Viz soubor " -"linguistics.lyx v příkladech." +"Definuje speciĂĄlnĂ­ prostředĂ­ uĹžitečnĂŠ pro lingvistiku (číslovanĂŠ příklady, " +"glosy, semantickĂŠ styly znakĹŻ (markup), plovoucĂ­ tabla). Viz soubor " +"linguistics.lyx v příkladech." #: lib/layouts/linguistics.module:13 msgid "Numbered Example (multiline)" -msgstr "Číslovaný příklad (víceřádkový)" +msgstr "ČíslovanĂ˝ příklad (vĂ­ceřádkovĂ˝)" #: lib/layouts/linguistics.module:27 msgid "Example:" -msgstr "Příklad:" +msgstr "Příklad:" -#: lib/layouts/linguistics.module:38 +#: lib/layouts/linguistics.module:37 msgid "Numbered Examples (consecutive)" -msgstr "Číslovaný příklad (nepřetržitý)" +msgstr "ČíslovanĂ˝ příklad (nepřetrĹžitĂ˝)" -#: lib/layouts/linguistics.module:42 +#: lib/layouts/linguistics.module:41 msgid "Examples:" -msgstr "Příklady:" +msgstr "Příklady:" -#: lib/layouts/linguistics.module:47 +#: lib/layouts/linguistics.module:46 msgid "Subexample" -msgstr "Podpříklad" +msgstr "Podpříklad" -#: lib/layouts/linguistics.module:51 +#: lib/layouts/linguistics.module:50 msgid "Subexample:" -msgstr "Podpříklad:" +msgstr "Podpříklad:" -#: lib/layouts/linguistics.module:66 lib/layouts/linguistics.module:68 +#: lib/layouts/linguistics.module:65 lib/layouts/linguistics.module:67 msgid "Glosse" msgstr "Glosa" -#: lib/layouts/linguistics.module:95 lib/layouts/linguistics.module:97 +#: lib/layouts/linguistics.module:94 lib/layouts/linguistics.module:96 msgid "Tri-Glosse" msgstr "Tri-Glosa" -#: lib/layouts/linguistics.module:123 +#: lib/layouts/linguistics.module:122 msgid "Expression" -msgstr "Výraz" +msgstr "VĂ˝raz" -#: lib/layouts/linguistics.module:125 +#: lib/layouts/linguistics.module:124 msgid "expr." -msgstr "výraz" +msgstr "vĂ˝raz" -#: lib/layouts/linguistics.module:138 +#: lib/layouts/linguistics.module:137 msgid "Concepts" msgstr "Koncept" -#: lib/layouts/linguistics.module:140 +#: lib/layouts/linguistics.module:139 msgid "concept" msgstr "koncept" -#: lib/layouts/linguistics.module:153 +#: lib/layouts/linguistics.module:152 msgid "Meaning" -msgstr "Význam" +msgstr "VĂ˝znam" -#: lib/layouts/linguistics.module:155 +#: lib/layouts/linguistics.module:154 msgid "meaning" -msgstr "význam" +msgstr "vĂ˝znam" -#: lib/layouts/linguistics.module:169 +#: lib/layouts/linguistics.module:168 msgid "Tableau" msgstr "Tablo" -#: lib/layouts/linguistics.module:174 +#: lib/layouts/linguistics.module:173 msgid "List of Tableaux" msgstr "Seznam tabel" #: lib/layouts/logicalmkup.module:2 msgid "Logical Markup" -msgstr "Logické styly" +msgstr "LogickĂŠ styly" #: lib/layouts/logicalmkup.module:5 msgid "" "Defines some character styles for logical markup: noun, emph, strong, and " "code." msgstr "" -"Definuje některé logické znakové styly (logical markup): jméno (noun), důraz " -"(emph), (silný důraz) strong, kód (code)." +"Definuje některĂŠ logickĂŠ znakovĂŠ styly (logical markup): jmĂŠno (noun), dĹŻraz " +"(emph), (silnĂ˝ dĹŻraz) strong, kĂłd (code)." #: lib/layouts/logicalmkup.module:5 msgid "charstyles" -msgstr "styly znaků" +msgstr "styly znakĹŻ" #: lib/layouts/logicalmkup.module:11 src/frontends/qt4/GuiCharacter.cpp:82 msgid "Noun" -msgstr "Jméno" +msgstr "JmĂŠno" #: lib/layouts/logicalmkup.module:13 msgid "noun" -msgstr "jméno" +msgstr "jmĂŠno" #: lib/layouts/logicalmkup.module:33 msgid "emph" -msgstr "důraz" +msgstr "dĹŻraz" #: lib/layouts/logicalmkup.module:44 msgid "Strong" -msgstr "Silný důraz" +msgstr "SilnĂ˝ dĹŻraz" #: lib/layouts/logicalmkup.module:46 msgid "strong" -msgstr "silný důraz" +msgstr "silnĂ˝ dĹŻraz" #: lib/layouts/logicalmkup.module:62 msgid "code" -msgstr "kód" +msgstr "kĂłd" #: lib/layouts/minimalistic.module:2 msgid "Minimalistic" -msgstr "Minimalistický" +msgstr "MinimalistickĂ˝" #: lib/layouts/minimalistic.module:5 msgid "Redefines several insets (Index, Branch, URL) as being Minimalistic." -msgstr "Předefinovat některé z vložek jako minimalistické (Index, Větev, URL)." +msgstr "Předefinovat některĂŠ z vloĹžek jako minimalistickĂŠ (Index, Větev, URL)." #: lib/layouts/multicol.module:2 #, fuzzy msgid "Multiple Columns" -msgstr "&Vícesloupcová" +msgstr "&VĂ­cesloupcovĂĄ" -#: lib/layouts/multicol.module:8 +#: lib/layouts/multicol.module:7 msgid "" "Adds 2 styles to begin and end text in multiple columns. The begin style " "contains the number of columns, the end style must be kept empty. See the " -"Additional manual, section 'Multiple Text Columns', for a detailed " -"description of multiple columns." +"Additional manual for a detailed description of multiple columns." msgstr "" -#: lib/layouts/multicol.module:18 +#: lib/layouts/multicol.module:11 msgid "Begin Multiple Columns" msgstr "" -#: lib/layouts/multicol.module:25 +#: lib/layouts/multicol.module:18 msgid "---Begin Multiple Columns---" msgstr "" -#: lib/layouts/multicol.module:28 -#, fuzzy -msgid "An optional preface" -msgstr "Dodatečná mezera" - -#: lib/layouts/multicol.module:31 -#, fuzzy -msgid "Space Before Page Break" -msgstr "Jednoduchý rám, více stran|v" - -#: lib/layouts/multicol.module:32 -msgid "" -"Free space that needs to be on the page to start the multiple columns on " -"this page" -msgstr "" - -#: lib/layouts/multicol.module:47 +#: lib/layouts/multicol.module:37 #, fuzzy msgid "End Multiple Columns" -msgstr "&Vícesloupcová" +msgstr "&VĂ­cesloupcovĂĄ" -#: lib/layouts/multicol.module:50 +#: lib/layouts/multicol.module:40 msgid "---End Multiple Columns---" msgstr "" -#: lib/layouts/natbibapa.module:2 -#, fuzzy -msgid "Natbibapa" -msgstr "&Natbib" - -#: lib/layouts/natbibapa.module:9 -msgid "" -"This module adds support for using natbib together with apacite (the " -"bibliography style need not be apacite--it could be apacite, apacitex, or " -"any bibliography that works with both the natbib and apacite packages.)" -msgstr "" -"Tento modul umožňuje společné použití natbib a apacite (styl bibliografie " -"nemusí být pouzeapacite, lze použít libovolný styl který funguje s oběma " -"balíčky natbib a apacite.)" - #: lib/layouts/natbib.module:2 #, fuzzy msgid "Natbib" @@ -13564,7 +11005,7 @@ msgstr "Noweb" #: lib/layouts/noweb.module:5 msgid "Allows to use Noweb as a literate programming tool." msgstr "" -"Povolit Noweb jakožto nástroj pro dokumentované programování (literate " +"Povolit Noweb jakoĹžto nĂĄstroj pro dokumentovanĂŠ programovĂĄnĂ­ (literate " "programming)." #: lib/layouts/rsphrase.module:2 @@ -13581,7 +11022,7 @@ msgstr "" #: lib/layouts/rsphrase.module:15 lib/layouts/rsphrase.module:19 #, fuzzy msgid "R-S number" -msgstr "Žádné číslo" +msgstr "ŽådnĂŠ číslo" #: lib/layouts/rsphrase.module:36 lib/layouts/rsphrase.module:39 msgid "R-S phrase" @@ -13591,159 +11032,39 @@ msgstr "" msgid "Safety phrase" msgstr "" -#: lib/layouts/rsphrase.module:48 -#, fuzzy -msgid "Phrase Text" -msgstr "Thanks Text" - -#: lib/layouts/rsphrase.module:49 -msgid "Argument for statements that requires to specify additional information" -msgstr "" - -#: lib/layouts/rsphrase.module:62 +#: lib/layouts/rsphrase.module:59 msgid "S phrase:" msgstr "" -#: lib/layouts/shapepar.module:2 -#, fuzzy -msgid "Custom paragraph shapes" -msgstr "Ods&adit odstavec" - -#: lib/layouts/shapepar.module:7 -msgid "" -"Provides several paragraph shapes as well as commands to define custom " -"shapes. For a description see LyX's Additional features manual, section 'Non-" -"standard Paragraph Shapes'." -msgstr "" - -#: lib/layouts/shapepar.module:27 -#, fuzzy -msgid "CD label" -msgstr "značka URL" - -#: lib/layouts/shapepar.module:30 -#, fuzzy -msgid "ShapedParagraphs" -msgstr "Odstavec" - -#: lib/layouts/shapepar.module:39 lib/ui/stdtoolbars.inc:807 -#, fuzzy -msgid "Circle" -msgstr "circledS" - -#: lib/layouts/shapepar.module:44 -msgid "Diamond" -msgstr "Diamond" - -#: lib/layouts/shapepar.module:49 -msgid "Heart" -msgstr "" - -#: lib/layouts/shapepar.module:54 -msgid "Hexagon" -msgstr "" - -#: lib/layouts/shapepar.module:59 -#, fuzzy -msgid "Nut" -msgstr "Vyjmout" - -#: lib/layouts/shapepar.module:64 lib/ui/stdtoolbars.inc:758 -#, fuzzy -msgid "Square" -msgstr "square" - -#: lib/layouts/shapepar.module:69 -msgid "Star" -msgstr "" - -#: lib/layouts/shapepar.module:76 -msgid "Candle" -msgstr "" - -#: lib/layouts/shapepar.module:81 -#, fuzzy -msgid "Drop down" -msgstr "Se stínem" - -#: lib/layouts/shapepar.module:86 -msgid "Drop up" -msgstr "" - -#: lib/layouts/shapepar.module:91 src/mathed/MathMacroTemplate.cpp:538 -msgid "TeX" -msgstr "TeX" - -#: lib/layouts/shapepar.module:96 -#, fuzzy -msgid "Triangle up" -msgstr "bigtriangleup" - -#: lib/layouts/shapepar.module:101 -#, fuzzy -msgid "Triangle down" -msgstr "triangledown" - -#: lib/layouts/shapepar.module:106 -#, fuzzy -msgid "Triangle left" -msgstr "triangleleft" - -#: lib/layouts/shapepar.module:111 -#, fuzzy -msgid "Triangle right" -msgstr "triangleright" - -#: lib/layouts/shapepar.module:117 -msgid "shapepar" -msgstr "" - -#: lib/layouts/shapepar.module:123 -msgid "For scaling the to positions on the page" -msgstr "" - -#: lib/layouts/shapepar.module:127 -#, fuzzy -msgid "Shape specification" -msgstr "SpecialSection" - -#: lib/layouts/shapepar.module:128 -msgid "Specification of the shape" -msgstr "" - -#: lib/layouts/shapepar.module:132 -#, fuzzy -msgid "Shapepar" -msgstr "Ře&z:" - #: lib/layouts/sweave.module:6 +#, fuzzy msgid "" "Allows to use the statistical language S/R as a literate programming tool " "via the Sweave() function. For more info see the LyX example file sweave.lyx." msgstr "" -"Povoluje statistický programovací jazyk S/R jakožto nástroj pro " -"dokumentované programování. Používá balíček Sweave. Viz sweave.lyx v " -"příkladech." +"Povoluje statistickĂ˝ programovacĂ­ jazyk S/R jakoĹžto nĂĄstroj pro " +"dokumentovanĂŠ programovĂĄnĂ­. PouŞívĂĄ balíček Sweave. Viz sweave.lyx v " +"příkladech." #: lib/layouts/sweave.module:93 lib/layouts/sweave.module:94 msgid "Sweave Input File" -msgstr "Vstupní soubor pro Sweave" +msgstr "VstupnĂ­ soubor pro Sweave" #: lib/layouts/tabs-within-sections.module:2 msgid "Number Tables by Section" -msgstr "Tabulky (čísla dle sekcí)" +msgstr "Tabulky (čísla dle sekcĂ­)" #: lib/layouts/tabs-within-sections.module:6 msgid "" "Resets the table number at section start and prepends the section number to " "the table number, as in 'Table 2.1'." msgstr "" -"Začít číslování pro každou sekci nanovo a jako prefix použít číslo sekce, " -"např. 'Table 2.1'" +"Začít číslovĂĄnĂ­ pro kaĹždou sekci nanovo a jako prefix pouŞít číslo sekce, " +"např. 'Table 2.1'" #: lib/layouts/theorems-ams-bytype.module:2 msgid "Theorems (AMS, Numbered by Type)" -msgstr "Teorémy (AMS, čísla dle typu)" +msgstr "TeorĂŠmy (AMS, čísla dle typu)" #: lib/layouts/theorems-ams-bytype.module:11 msgid "" @@ -13756,17 +11077,17 @@ msgid "" "chapter- and section-wide numbering, use one of the 'within " "Sections'/'within Chapters' modules, respectively." msgstr "" -"Definuje některá přídavná prostředí pro použití mat. teorémů a důkazů za " -"použití rozšířených vlastností AMS. K dispozici jsou číslované i nečíslované " -"typy. Na rozdíl od obyčejných modulů pro AMS teorémy, rozdílné typy teorémů " -"zde mají vlastní číslování (např. theorem 1, theorem 2, lemma 1, proposition " -"1, theorem 3, lemma 2, ..., na rozdíl od theorem 1, theorem 2, lemma 3, " -"proposition 4, ...). Číslování se týká celého dokumentu. Pro číslování v " -"rámci kapitol nebo sekcí použijte patřičné moduly." +"Definuje některĂĄ přídavnĂĄ prostředĂ­ pro pouĹžitĂ­ mat. teorĂŠmĹŻ a dĹŻkazĹŻ za " +"pouĹžitĂ­ rozšířenĂ˝ch vlastnostĂ­ AMS. K dispozici jsou číslovanĂŠ i nečíslovanĂŠ " +"typy. Na rozdĂ­l od obyčejnĂ˝ch modulĹŻ pro AMS teorĂŠmy, rozdĂ­lnĂŠ typy teorĂŠmĹŻ " +"zde majĂ­ vlastnĂ­ číslovĂĄnĂ­ (např. theorem 1, theorem 2, lemma 1, proposition " +"1, theorem 3, lemma 2, ..., na rozdĂ­l od theorem 1, theorem 2, lemma 3, " +"proposition 4, ...). ČíslovĂĄnĂ­ se tĂ˝kĂĄ celĂŠho dokumentu. Pro číslovĂĄnĂ­ v " +"rĂĄmci kapitol nebo sekcĂ­ pouĹžijte patřičnĂŠ moduly." #: lib/layouts/theorems-ams-extended-bytype.module:2 msgid "Theorems (AMS-Extended, Numbered by Type)" -msgstr "Teorémy (rozšíření AMS, čísla dle typu)" +msgstr "TeorĂŠmy (rozšířenĂ­ AMS, čísla dle typu)" #: lib/layouts/theorems-ams-extended-bytype.module:12 msgid "" @@ -13778,27 +11099,27 @@ msgid "" "criterion 1, criterion 2, axiom 1, assumption 1, criterion 3, ..., as " "opposed to criterion 1, criterion 2, axiom 3, assumption 4, ...)." msgstr "" -"Definuje některá přídavná prostředí pro použití mat. teorémů s balíčky AMS. " +"Definuje některĂĄ přídavnĂĄ prostředĂ­ pro pouĹžitĂ­ mat. teorĂŠmĹŻ s balíčky AMS. " "Zahrnuje Criterion, Algorithm, Axiom, Condition, Note, Notation, Summary, " -"Acknowledgement, Conclusion, Assumption, Case v obou formách (číslované/" -"nečíslované). verzi. Na rozdíl od obyčejných modulů pro AMS rozšíření, " -"rozdílné typy teorémů zde mají vlastní číslování (např. criterion 1, " -"criterion 2, axiom 1, assumption 1,criterion 3, ..., na rozdíl od criterion " +"Acknowledgement, Conclusion, Assumption, Case v obou formĂĄch (číslovanĂŠ/" +"nečíslovanĂŠ). verzi. Na rozdĂ­l od obyčejnĂ˝ch modulĹŻ pro AMS rozšířenĂ­, " +"rozdĂ­lnĂŠ typy teorĂŠmĹŻ zde majĂ­ vlastnĂ­ číslovĂĄnĂ­ (např. criterion 1, " +"criterion 2, axiom 1, assumption 1,criterion 3, ..., na rozdĂ­l od criterion " "1, criterion 2, axiom 3, assumption 4, ...)." #: lib/layouts/theorems-ams-extended-bytype.module:63 msgid "Criterion \\thecriterion." -msgstr "Kritérium \\thecriterion." +msgstr "KritĂŠrium \\thecriterion." #: lib/layouts/theorems-ams-extended-bytype.module:77 #: lib/layouts/theorems-ams-extended.module:53 msgid "Criterion*" -msgstr "Kritérium*" +msgstr "KritĂŠrium*" #: lib/layouts/theorems-ams-extended-bytype.module:80 #: lib/layouts/theorems-ams-extended.module:56 msgid "Criterion." -msgstr "Kritérium." +msgstr "KritĂŠrium." #: lib/layouts/theorems-ams-extended-bytype.module:97 msgid "Algorithm \\thealgorithm." @@ -13825,41 +11146,41 @@ msgstr "Axiom." #: lib/layouts/theorems-ams-extended-bytype.module:167 msgid "Condition \\thecondition." -msgstr "Podmínka \\thecondition." +msgstr "PodmĂ­nka \\thecondition." #: lib/layouts/theorems-ams-extended-bytype.module:182 #: lib/layouts/theorems-ams-extended.module:157 msgid "Condition*" -msgstr "Podmínka*" +msgstr "PodmĂ­nka*" #: lib/layouts/theorems-ams-extended-bytype.module:185 #: lib/layouts/theorems-ams-extended.module:160 msgid "Condition." -msgstr "Podmínka." +msgstr "PodmĂ­nka." #: lib/layouts/theorems-ams-extended-bytype.module:217 #: lib/layouts/theorems-ams-extended.module:191 msgid "Note*" -msgstr "Poznámka*" +msgstr "PoznĂĄmka*" #: lib/layouts/theorems-ams-extended-bytype.module:220 #: lib/layouts/theorems-ams-extended.module:194 msgid "Note." -msgstr "Poznámka." +msgstr "PoznĂĄmka." #: lib/layouts/theorems-ams-extended-bytype.module:237 msgid "Notation \\thenotation." -msgstr "Značení \\thenotation." +msgstr "ZnačenĂ­ \\thenotation." #: lib/layouts/theorems-ams-extended-bytype.module:252 #: lib/layouts/theorems-ams-extended.module:225 msgid "Notation*" -msgstr "Značení*" +msgstr "ZnačenĂ­*" #: lib/layouts/theorems-ams-extended-bytype.module:255 #: lib/layouts/theorems-ams-extended.module:228 msgid "Notation." -msgstr "Značení." +msgstr "ZnačenĂ­." #: lib/layouts/theorems-ams-extended-bytype.module:272 msgid "Summary \\thesummary." @@ -13877,26 +11198,26 @@ msgstr "Souhrn." #: lib/layouts/theorems-ams-extended-bytype.module:307 msgid "Acknowledgement \\theacknowledgement." -msgstr "Poděkování \\theacknowledgement." +msgstr "PoděkovĂĄnĂ­ \\theacknowledgement." #: lib/layouts/theorems-ams-extended-bytype.module:322 #: lib/layouts/theorems-ams-extended.module:293 msgid "Acknowledgement*" -msgstr "Poděkování*" +msgstr "PoděkovĂĄnĂ­*" #: lib/layouts/theorems-ams-extended-bytype.module:342 msgid "Conclusion \\theconclusion." -msgstr "Závěr \\theconclusion." +msgstr "ZĂĄvěr \\theconclusion." #: lib/layouts/theorems-ams-extended-bytype.module:357 #: lib/layouts/theorems-ams-extended.module:327 msgid "Conclusion*" -msgstr "Závěr*" +msgstr "ZĂĄvěr*" #: lib/layouts/theorems-ams-extended-bytype.module:360 #: lib/layouts/theorems-ams-extended.module:330 msgid "Conclusion." -msgstr "Závěr." +msgstr "ZĂĄvěr." #: lib/layouts/theorems-ams-extended-bytype.module:374 #: lib/layouts/theorems-ams-extended-bytype.module:383 @@ -13909,25 +11230,25 @@ msgstr "Z #: lib/layouts/theorems-ams-extended.module:371 #: lib/layouts/theorems-ams-extended.module:374 msgid "Assumption" -msgstr "Předpoklad" +msgstr "Předpoklad" #: lib/layouts/theorems-ams-extended-bytype.module:377 msgid "Assumption \\theassumption." -msgstr "Předpoklad \\theassumption." +msgstr "Předpoklad \\theassumption." #: lib/layouts/theorems-ams-extended-bytype.module:392 #: lib/layouts/theorems-ams-extended.module:362 msgid "Assumption*" -msgstr "Předpoklad*" +msgstr "Předpoklad*" #: lib/layouts/theorems-ams-extended-bytype.module:395 #: lib/layouts/theorems-ams-extended.module:365 msgid "Assumption." -msgstr "Předpoklad." +msgstr "Předpoklad." #: lib/layouts/theorems-ams-extended.module:2 msgid "Theorems (AMS-Extended)" -msgstr "Teorémy (rozšíření AMS)" +msgstr "TeorĂŠmy (rozšířenĂ­ AMS)" #: lib/layouts/theorems-ams-extended.module:9 msgid "" @@ -13936,21 +11257,21 @@ msgid "" "Summary, Acknowledgement, Conclusion, Fact, Assumption, Case, and Question, " "in both numbered and non-numbered forms." msgstr "" -"Definuje některá přídavná matematická prostředí pro použití s balíčky AMS " -"pro teorémy. Zahrnuje Criterion, Algorithm, Axiom, Condition, Note, " +"Definuje některĂĄ přídavnĂĄ matematickĂĄ prostředĂ­ pro pouĹžitĂ­ s balíčky AMS " +"pro teorĂŠmy. Zahrnuje Criterion, Algorithm, Axiom, Condition, Note, " "Notation, Summary, Acknowledgement, Conclusion, Fact, Assumption, Case, " -"Question v obou formách (číslované/nečíslované)." +"Question v obou formĂĄch (číslovanĂŠ/nečíslovanĂŠ)." #: lib/layouts/theorems-ams-extended.module:10 #: lib/layouts/theorems-ams.module:9 lib/layouts/theorems-chap.module:9 #: lib/layouts/theorems-sec.module:8 lib/layouts/theorems-starred.module:7 #: lib/layouts/theorems-std.module:8 msgid "theorems" -msgstr "teorémy" +msgstr "teorĂŠmy" #: lib/layouts/theorems-ams-extended.module:40 msgid "Criterion \\thetheorem." -msgstr "Kritérium \\thetheorem." +msgstr "KritĂŠrium \\thetheorem." #: lib/layouts/theorems-ams-extended.module:74 msgid "Algorithm \\thetheorem." @@ -13962,15 +11283,15 @@ msgstr "Axiom \\thetheorem." #: lib/layouts/theorems-ams-extended.module:143 msgid "Condition \\thetheorem." -msgstr "Podmínka \\thetheorem." +msgstr "PodmĂ­nka \\thetheorem." #: lib/layouts/theorems-ams-extended.module:177 msgid "Note \\thetheorem." -msgstr "Poznámka \\thetheorem." +msgstr "PoznĂĄmka \\thetheorem." #: lib/layouts/theorems-ams-extended.module:211 msgid "Notation \\thetheorem." -msgstr "Značení \\thetheorem." +msgstr "ZnačenĂ­ \\thetheorem." #: lib/layouts/theorems-ams-extended.module:245 msgid "Summary \\thetheorem." @@ -13978,31 +11299,31 @@ msgstr "Souhrn \\thetheorem." #: lib/layouts/theorems-ams-extended.module:279 msgid "Acknowledgement \\thetheorem." -msgstr "Poděkování \\thetheorem." +msgstr "PoděkovĂĄnĂ­ \\thetheorem." #: lib/layouts/theorems-ams-extended.module:313 msgid "Conclusion \\thetheorem." -msgstr "Závěr \\thetheorem." +msgstr "ZĂĄvěr \\thetheorem." #: lib/layouts/theorems-ams-extended.module:348 msgid "Assumption \\thetheorem." -msgstr "Předpoklad \\thetheorem." +msgstr "Předpoklad \\thetheorem." #: lib/layouts/theorems-ams-extended.module:382 msgid "Question \\thetheorem." -msgstr "Otázka \\thetheorem." +msgstr "OtĂĄzka \\thetheorem." #: lib/layouts/theorems-ams-extended.module:395 msgid "Question*" -msgstr "Otázka*" +msgstr "OtĂĄzka*" #: lib/layouts/theorems-ams-extended.module:398 msgid "Question." -msgstr "Otázka." +msgstr "OtĂĄzka." #: lib/layouts/theorems-ams.module:2 msgid "Theorems (AMS)" -msgstr "Teorémy (AMS)" +msgstr "TeorĂŠmy (AMS)" #: lib/layouts/theorems-ams.module:8 msgid "" @@ -14011,14 +11332,14 @@ msgid "" "the theorems are numbered consecutively throughout the document. This can be " "changed by loading one of the 'Theorems (Numbered by ...)' modules." msgstr "" -"Definuje prostředí mat. teorémů a důkazů za použití rošířených vlastností " -"AMS. K dispozici jsou oba číslované a neočíslované typy. Implicitně jsou " -"věty číslovány postupně bez ohledu na strukturu dokumentu. To lze změnit " -"volbou patřičných teorém. modulů." +"Definuje prostředĂ­ mat. teorĂŠmĹŻ a dĹŻkazĹŻ za pouĹžitĂ­ rošířenĂ˝ch vlastnostĂ­ " +"AMS. K dispozici jsou oba číslovanĂŠ a neočíslovanĂŠ typy. Implicitně jsou " +"věty číslovĂĄny postupně bez ohledu na strukturu dokumentu. To lze změnit " +"volbou patřičnĂ˝ch teorĂŠm. modulĹŻ." #: lib/layouts/theorems-bytype.module:2 msgid "Theorems (Numbered by Type)" -msgstr "Teorémy (čísla dle typu)" +msgstr "TeorĂŠmy (čísla dle typu)" #: lib/layouts/theorems-bytype.module:10 msgid "" @@ -14030,16 +11351,16 @@ msgid "" "chapter- and section-wide numbering, use one of the 'within " "Sections'/'within Chapters' modules, respectively." msgstr "" -"Definuje některá prostředí mat. teorémů pro použití v třídách neodvozených " -"od AMS. Na rozdíl od obyčejných modulů pro teorémy, rozdílné typy teorémů " -"zde mají vlastní číslování (např. theorem 1, theorem 2, lemma 1, proposition " -"1, )theorem 3, lemma 2, ..., na rozdíl od theorem 1, theorem 2, lemma 3, " -"proposition 4, ...). Číslování se týká celého dokumentu. Pro číslování v " -"rámci kapitol nebo sekcí použijte patřičné moduly." +"Definuje některĂĄ prostředĂ­ mat. teorĂŠmĹŻ pro pouĹžitĂ­ v třídĂĄch neodvozenĂ˝ch " +"od AMS. Na rozdĂ­l od obyčejnĂ˝ch modulĹŻ pro teorĂŠmy, rozdĂ­lnĂŠ typy teorĂŠmĹŻ " +"zde majĂ­ vlastnĂ­ číslovĂĄnĂ­ (např. theorem 1, theorem 2, lemma 1, proposition " +"1, )theorem 3, lemma 2, ..., na rozdĂ­l od theorem 1, theorem 2, lemma 3, " +"proposition 4, ...). ČíslovĂĄnĂ­ se tĂ˝kĂĄ celĂŠho dokumentu. Pro číslovĂĄnĂ­ v " +"rĂĄmci kapitol nebo sekcĂ­ pouĹžijte patřičnĂŠ moduly." #: lib/layouts/theorems-chap-bytype.module:2 msgid "Theorems (Numbered by Type within Chapters)" -msgstr "Teorémy (čísla dle typu v kapitolách)" +msgstr "TeorĂŠmy (čísla dle typu v kapitolĂĄch)" #: lib/layouts/theorems-chap-bytype.module:9 msgid "" @@ -14049,15 +11370,15 @@ msgid "" "theorem 3, lemma 2, ..., as opposed to theorem 1, theorem 2, lemma 3, " "proposition 4, ...). The numbering is reset at each chapter start." msgstr "" -"Definuje některá prostředí mat. teorémů pro použití v třídách neodvozených " -"od AMS. Na rozdíl od obyčejných modulů pro teorémy, rozdílné typy teorémů " -"zde mají vlastní číslování (např. theorem 1, theorem 2, lemma 1, proposition " -"1, theorem 3, lemma 2, ..., na rozdíl od theorem 1, theorem 2, lemma 3, " -"proposition 4, ...). Číslování začíná od začátku v každé kapitole." +"Definuje některĂĄ prostředĂ­ mat. teorĂŠmĹŻ pro pouĹžitĂ­ v třídĂĄch neodvozenĂ˝ch " +"od AMS. Na rozdĂ­l od obyčejnĂ˝ch modulĹŻ pro teorĂŠmy, rozdĂ­lnĂŠ typy teorĂŠmĹŻ " +"zde majĂ­ vlastnĂ­ číslovĂĄnĂ­ (např. theorem 1, theorem 2, lemma 1, proposition " +"1, theorem 3, lemma 2, ..., na rozdĂ­l od theorem 1, theorem 2, lemma 3, " +"proposition 4, ...). ČíslovĂĄnĂ­ začínĂĄ od začátku v kaĹždĂŠ kapitole." #: lib/layouts/theorems-chap.module:2 msgid "Theorems (Numbered by Chapter)" -msgstr "Teorémy (čísla dle kapitol)" +msgstr "TeorĂŠmy (čísla dle kapitol)" #: lib/layouts/theorems-chap.module:7 msgid "" @@ -14065,31 +11386,31 @@ msgid "" "chapter start). Use this module only with document classes that provide a " "chapter environment." msgstr "" -"Očísluje mat. teorémy apod. dle kapitoly (tj. číslování začíná od začátku v " -"každé kapitole). Použijte tento modul pouze s rozvržením, jež podporuje " -"prostředí kapitol." +"Očísluje mat. teorĂŠmy apod. dle kapitoly (tj. číslovĂĄnĂ­ začínĂĄ od začátku v " +"kaĹždĂŠ kapitole). PouĹžijte tento modul pouze s rozvrĹženĂ­m, jeĹž podporuje " +"prostředĂ­ kapitol." #: lib/layouts/theorems-named.module:3 msgid "Named Theorems" -msgstr "Teorémy (pojmenované)" +msgstr "TeorĂŠmy (pojmenovanĂŠ)" #: lib/layouts/theorems-named.module:7 msgid "" "Facilitates the use of named theorems. The name of the theorem goes into the " "'Short Title' inset." -msgstr "Pojmenované teorémy. Jméno se vkládá do prostředí 'Krátký titulek'." +msgstr "PojmenovanĂŠ teorĂŠmy. JmĂŠno se vklĂĄdĂĄ do prostředĂ­ 'KrĂĄtkĂ˝ titulek'." #: lib/layouts/theorems-named.module:11 msgid "Named Theorem" -msgstr "Pojmenovaný teorém" +msgstr "PojmenovanĂ˝ teorĂŠm" #: lib/layouts/theorems-named.module:14 msgid "Named Theorem." -msgstr "Pojmenovaný teorém." +msgstr "PojmenovanĂ˝ teorĂŠm." #: lib/layouts/theorems-sec-bytype.module:2 msgid "Theorems (Numbered by Type within Sections)" -msgstr "Teorémy (dle typu v sekcích)" +msgstr "TeorĂŠmy (dle typu v sekcĂ­ch)" #: lib/layouts/theorems-sec-bytype.module:9 msgid "" @@ -14099,39 +11420,35 @@ msgid "" "theorem 3, lemma 2, ..., as opposed to theorem 1, theorem 2, lemma 3, " "proposition 4, ...). The numbering is reset at each section start." msgstr "" -"Definuje některá prostředí mat. teorémů pro použití v třídách neodvozených " -"od AMS. Na rozdíl od obyčejných modulů pro teorémy, rozdílné typy teorémů " -"zde mají vlastní číslování (např. theorem 1, theorem 2, lemma 1, proposition " -"1, theorem 3, lemma 2, ..., na rozdíl od theorem 1, theorem 2, lemma 3, " -"proposition 4, ...). Číslování začíná od začátku v každé sekci." +"Definuje některĂĄ prostředĂ­ mat. teorĂŠmĹŻ pro pouĹžitĂ­ v třídĂĄch neodvozenĂ˝ch " +"od AMS. Na rozdĂ­l od obyčejnĂ˝ch modulĹŻ pro teorĂŠmy, rozdĂ­lnĂŠ typy teorĂŠmĹŻ " +"zde majĂ­ vlastnĂ­ číslovĂĄnĂ­ (např. theorem 1, theorem 2, lemma 1, proposition " +"1, theorem 3, lemma 2, ..., na rozdĂ­l od theorem 1, theorem 2, lemma 3, " +"proposition 4, ...). ČíslovĂĄnĂ­ začínĂĄ od začátku v kaĹždĂŠ sekci." #: lib/layouts/theorems-sec.module:2 msgid "Theorems (Numbered by Section)" -msgstr "Teorémy (čísla dle sekcí)" +msgstr "TeorĂŠmy (čísla dle sekcĂ­)" #: lib/layouts/theorems-sec.module:6 msgid "" "Numbers theorems and the like by section (i.e., the counter is reset at each " "section start)." msgstr "" -"Očísluje mat. teorémy apod. dle sekcí (tj. číslování od začátku v každé " +"Očísluje mat. teorĂŠmy apod. dle sekcĂ­ (tj. číslovĂĄnĂ­ od začátku v kaĹždĂŠ " "sekci)." #: lib/layouts/theorems-starred.module:2 msgid "Theorems (Unnumbered)" -msgstr "Teorémy (nečíslovat)" +msgstr "TeorĂŠmy (nečíslovat)" #: lib/layouts/theorems-starred.module:6 msgid "" "Defines only unnumbered theorem environments, and the proof environment, " "using the extended AMS machinery." msgstr "" -"Definuje pouze neočíslované prostředí pro věty a důkazy, za použití " -"rozšíření AMS." - -#: lib/layouts/theorems-std.module:2 -msgid "Theorems" -msgstr "Teorémy" +"Definuje pouze neočíslovanĂŠ prostředĂ­ pro věty a dĹŻkazy, za pouĹžitĂ­ " +"rozšířenĂ­ AMS." #: lib/layouts/theorems-std.module:7 msgid "" @@ -14139,930 +11456,617 @@ msgid "" "the theorems are numbered consecutively throughout the document. This can be " "changed by loading one of the 'Theorems (Numbered by ...)' modules." msgstr "" -"Definuje některá prostředí mat. teorémů pro použití v třídách neodvozených " -"od AMS. Implicitně jsou věty číslovány postupně bez ohledu na strukturu " -"dokumentu. To lze změnit volbou patřičných teorém. modulů." +"Definuje některĂĄ prostředĂ­ mat. teorĂŠmĹŻ pro pouĹžitĂ­ v třídĂĄch neodvozenĂ˝ch " +"od AMS. Implicitně jsou věty číslovĂĄny postupně bez ohledu na strukturu " +"dokumentu. To lze změnit volbou patřičnĂ˝ch teorĂŠm. modulĹŻ." -#: lib/languages:73 src/Font.cpp:61 src/Font.cpp:64 src/Font.cpp:68 +#: lib/languages:61 src/Font.cpp:61 src/Font.cpp:64 src/Font.cpp:68 #: src/Font.cpp:73 src/Font.cpp:76 msgid "Ignore" msgstr "Ignorovat" -#: lib/languages:92 +#: lib/languages:79 msgid "Afrikaans" -msgstr "Afrikánština" +msgstr "AfrikĂĄnĹĄtina" -#: lib/languages:100 +#: lib/languages:86 msgid "Albanian" -msgstr "Albánština" +msgstr "AlbĂĄnĹĄtina" -#: lib/languages:109 +#: lib/languages:94 msgid "English (USA)" -msgstr "Angličtina (USA)" +msgstr "Angličtina (USA)" -#: lib/languages:120 -#, fuzzy -msgid "Greek (ancient)" -msgstr "Řečtina (polytonic)" - -#: lib/languages:131 +#: lib/languages:113 msgid "Arabic (ArabTeX)" -msgstr "Arabština (ArabTeX)" +msgstr "ArabĹĄtina (ArabTeX)" -#: lib/languages:141 +#: lib/languages:122 msgid "Arabic (Arabi)" -msgstr "Arabština (Arabi)" +msgstr "ArabĹĄtina (Arabi)" -#: lib/languages:153 src/frontends/qt4/GuiSymbols.cpp:63 +#: lib/languages:131 src/frontends/qt4/GuiSymbols.cpp:63 msgid "Armenian" -msgstr "Arménština" +msgstr "ArmĂŠnĹĄtina" -#: lib/languages:161 +#: lib/languages:138 #, fuzzy msgid "English (Australia)" -msgstr "Angličtina (USA)" +msgstr "Angličtina (USA)" -#: lib/languages:172 +#: lib/languages:147 msgid "German (Austria, old spelling)" -msgstr "Němčina (Rakousko, starý pravopis)" +msgstr "Němčina (Rakousko, starĂ˝ pravopis)" -#: lib/languages:181 +#: lib/languages:154 msgid "German (Austria)" -msgstr "Němčina (Rakousko)" +msgstr "Němčina (Rakousko)" -#: lib/languages:189 +#: lib/languages:161 msgid "Indonesian" -msgstr "Indonéština" +msgstr "IndonĂŠĹĄtina" -#: lib/languages:198 +#: lib/languages:169 msgid "Malay" -msgstr "Malajština" +msgstr "MalajĹĄtina" -#: lib/languages:207 +#: lib/languages:177 msgid "Basque" -msgstr "Baskičtina" +msgstr "Baskičtina" -#: lib/languages:220 +#: lib/languages:185 msgid "Belarusian" -msgstr "Běloruština" +msgstr "BěloruĹĄtina" -#: lib/languages:229 +#: lib/languages:192 msgid "Portuguese (Brazil)" -msgstr "Portugalština (Brazilská)" +msgstr "PortugalĹĄtina (BrazilskĂĄ)" -#: lib/languages:238 +#: lib/languages:200 msgid "Breton" -msgstr "Bretonština" +msgstr "BretonĹĄtina" -#: lib/languages:247 +#: lib/languages:208 msgid "English (UK)" -msgstr "Angličtina (UK)" +msgstr "Angličtina (UK)" -#: lib/languages:257 +#: lib/languages:217 msgid "Bulgarian" -msgstr "Bulharština" +msgstr "BulharĹĄtina" -#: lib/languages:267 +#: lib/languages:226 msgid "English (Canada)" -msgstr "Angličtina (Kanada)" +msgstr "Angličtina (Kanada)" -#: lib/languages:278 +#: lib/languages:236 msgid "French (Canada)" -msgstr "Kanadská Francouzština" +msgstr "KanadskĂĄ FrancouzĹĄtina" -#: lib/languages:288 +#: lib/languages:245 msgid "Catalan" -msgstr "Katalánština" +msgstr "KatalĂĄnĹĄtina" -#: lib/languages:299 +#: lib/languages:255 msgid "Chinese (simplified)" -msgstr "Čínština (zjednodušená)" +msgstr "ČínĹĄtina (zjednoduĹĄenĂĄ)" -#: lib/languages:308 +#: lib/languages:262 msgid "Chinese (traditional)" -msgstr "Čínština (tradiční)" +msgstr "ČínĹĄtina (tradičnĂ­)" -#: lib/languages:317 -msgid "Coptic" -msgstr "" +#: lib/languages:275 +msgid "Croatian" +msgstr "ChorvatĹĄtina" + +#: lib/languages:283 +msgid "Czech" +msgstr "ČeĹĄtina" + +#: lib/languages:291 +msgid "Danish" +msgstr "DĂĄnĹĄtina" + +#: lib/languages:306 +msgid "Dutch" +msgstr "HolandĹĄtina" + +#: lib/languages:315 +msgid "English" +msgstr "Angličtina" #: lib/languages:324 -msgid "Croatian" -msgstr "Chorvatština" - -#: lib/languages:333 -msgid "Czech" -msgstr "Čeština" - -#: lib/languages:342 -msgid "Danish" -msgstr "Dánština" - -#: lib/languages:352 -msgid "Divehi (Maldivian)" -msgstr "" - -#: lib/languages:359 -msgid "Dutch" -msgstr "Holandština" - -#: lib/languages:369 -msgid "English" -msgstr "Angličtina" - -#: lib/languages:380 msgid "Esperanto" msgstr "Esperanto" -#: lib/languages:389 +#: lib/languages:332 msgid "Estonian" -msgstr "Estonština" +msgstr "EstonĹĄtina" -#: lib/languages:403 +#: lib/languages:343 msgid "Farsi" -msgstr "Perština" +msgstr "PerĹĄtina" -#: lib/languages:416 +#: lib/languages:356 msgid "Finnish" -msgstr "Finština" +msgstr "FinĹĄtina" -#: lib/languages:426 +#: lib/languages:365 msgid "French" -msgstr "Francouzština" +msgstr "FrancouzĹĄtina" -#: lib/languages:441 +#: lib/languages:379 msgid "Galician" -msgstr "Galština" +msgstr "GalĹĄtina" -#: lib/languages:454 +#: lib/languages:388 msgid "German (old spelling)" -msgstr "Němčina (starý pravopis)" +msgstr "Němčina (starĂ˝ pravopis)" -#: lib/languages:465 +#: lib/languages:398 msgid "German" -msgstr "Němčina" +msgstr "Němčina" -#: lib/languages:477 +#: lib/languages:409 msgid "German (Switzerland)" -msgstr "Němčina (Švýcarsko)" +msgstr "Němčina (Ĺ vĂ˝carsko)" -#: lib/languages:487 lib/ui/stdtoolbars.inc:300 lib/ui/stdtoolbars.inc:583 +#: lib/languages:418 lib/ui/stdtoolbars.inc:281 lib/ui/stdtoolbars.inc:536 #: src/frontends/qt4/GuiSymbols.cpp:61 msgid "Greek" -msgstr "Řečtina" +msgstr "Řečtina" -#: lib/languages:497 +#: lib/languages:427 msgid "Greek (polytonic)" -msgstr "Řečtina (polytonic)" +msgstr "Řečtina (polytonic)" -#: lib/languages:508 src/frontends/qt4/GuiSymbols.cpp:64 +#: lib/languages:437 src/frontends/qt4/GuiSymbols.cpp:64 msgid "Hebrew" -msgstr "Hebrejština" +msgstr "HebrejĹĄtina" -#: lib/languages:520 -msgid "Hindi" -msgstr "" - -#: lib/languages:538 +#: lib/languages:466 msgid "Icelandic" -msgstr "Islandština" +msgstr "IslandĹĄtina" -#: lib/languages:549 +#: lib/languages:475 msgid "Interlingua" msgstr "Interlingua" -#: lib/languages:557 +#: lib/languages:483 msgid "Irish" -msgstr "Irština" +msgstr "IrĹĄtina" -#: lib/languages:566 +#: lib/languages:491 msgid "Italian" -msgstr "Italština" +msgstr "ItalĹĄtina" -#: lib/languages:580 +#: lib/languages:502 msgid "Japanese" -msgstr "Japonština" +msgstr "JaponĹĄtina" -#: lib/languages:591 +#: lib/languages:511 msgid "Japanese (CJK)" -msgstr "Japonština (CJK)" +msgstr "JaponĹĄtina (CJK)" -#: lib/languages:600 +#: lib/languages:517 msgid "Kazakh" -msgstr "Kazachština" +msgstr "KazachĹĄtina" -#: lib/languages:610 +#: lib/languages:525 msgid "Korean" -msgstr "Korejština" +msgstr "KorejĹĄtina" -#: lib/languages:619 -#, fuzzy -msgid "Kurmanji" -msgstr "Yourmail" - -#: lib/languages:628 src/frontends/qt4/GuiSymbols.cpp:76 -msgid "Lao" -msgstr "Laoština" - -#: lib/languages:637 +#: lib/languages:547 msgid "Latin" msgstr "Latina" -#: lib/languages:647 +#: lib/languages:557 msgid "Latvian" -msgstr "Lotyština" +msgstr "LotyĹĄtina" -#: lib/languages:659 +#: lib/languages:568 msgid "Lithuanian" -msgstr "Litevština" +msgstr "LitevĹĄtina" -#: lib/languages:669 +#: lib/languages:577 msgid "Lower Sorbian" -msgstr "Dolnolužická srbština" +msgstr "DolnoluĹžickĂĄ srbĹĄtina" -#: lib/languages:678 +#: lib/languages:585 msgid "Hungarian" -msgstr "Maďarština" +msgstr "MaďarĹĄtina" -#: lib/languages:688 -#, fuzzy -msgid "Marathi" -msgstr "Gudžarátština" - -#: lib/languages:698 +#: lib/languages:602 msgid "Mongolian" -msgstr "Mongolština" +msgstr "MongolĹĄtina" -#: lib/languages:706 +#: lib/languages:610 #, fuzzy msgid "English (New Zealand)" -msgstr "Angličtina (Kanada)" +msgstr "Angličtina (Kanada)" + +#: lib/languages:619 +msgid "Norwegian (Bokmaal)" +msgstr "NorĹĄtina (Bokmaal)" + +#: lib/languages:627 +msgid "Norwegian (Nynorsk)" +msgstr "NorĹĄtina (Nynorsk)" + +#: lib/languages:652 +msgid "Polish" +msgstr "PolĹĄtina" + +#: lib/languages:660 +msgid "Portuguese" +msgstr "PortugalĹĄtina" + +#: lib/languages:668 +msgid "Romanian" +msgstr "RumunĹĄtina" + +#: lib/languages:676 +msgid "Russian" +msgstr "RuĹĄtina" + +#: lib/languages:684 +msgid "North Sami" +msgstr "SevernĂ­ sĂĄmĹĄtina" + +#: lib/languages:700 +msgid "Scottish" +msgstr "SkotĹĄtina" + +#: lib/languages:708 +msgid "Serbian" +msgstr "SrbĹĄtina" #: lib/languages:716 -msgid "Norwegian (Bokmaal)" -msgstr "Norština (Bokmaal)" +msgid "Serbian (Latin)" +msgstr "SrbĹĄtina (latinka)" #: lib/languages:725 -msgid "Norwegian (Nynorsk)" -msgstr "Norština (Nynorsk)" +msgid "Slovak" +msgstr "SlovenĹĄtina" -#: lib/languages:735 -msgid "Occitan" -msgstr "" +#: lib/languages:733 +msgid "Slovene" +msgstr "SlovinĹĄtina" + +#: lib/languages:741 +msgid "Spanish" +msgstr "Ĺ panělĹĄtina" #: lib/languages:753 -msgid "Polish" -msgstr "Polština" +msgid "Spanish (Mexico)" +msgstr "Ĺ panělĹĄtina (Mexiko)" -#: lib/languages:762 -msgid "Portuguese" -msgstr "Portugalština" +#: lib/languages:764 +msgid "Swedish" +msgstr "Ĺ vĂŠdĹĄtina" -#: lib/languages:771 -msgid "Romanian" -msgstr "Rumunština" +#: lib/languages:793 src/frontends/qt4/GuiSymbols.cpp:75 +msgid "Thai" +msgstr "ThajĹĄtina" -#: lib/languages:780 -msgid "Russian" -msgstr "Ruština" +#: lib/languages:804 +msgid "Turkish" +msgstr "Turečtina" -#: lib/languages:789 -msgid "North Sami" -msgstr "Severní sámština" +#: lib/languages:817 +msgid "Turkmen" +msgstr "TurkmenĹĄtina" -#: lib/languages:798 -#, fuzzy -msgid "Sanskrit" -msgstr "Bezpatkové (Sans Serif)" - -#: lib/languages:805 -msgid "Scottish" -msgstr "Skotština" - -#: lib/languages:814 -msgid "Serbian" -msgstr "Srbština" - -#: lib/languages:824 -msgid "Serbian (Latin)" -msgstr "Srbština (latinka)" +#: lib/languages:826 +msgid "Ukrainian" +msgstr "UkrajinĹĄtina" #: lib/languages:834 -msgid "Slovak" -msgstr "Slovenština" - -#: lib/languages:843 -msgid "Slovene" -msgstr "Slovinština" +msgid "Upper Sorbian" +msgstr "HornoluĹžickĂĄ srbĹĄtina" #: lib/languages:852 -msgid "Spanish" -msgstr "Španělština" - -#: lib/languages:865 -msgid "Spanish (Mexico)" -msgstr "Španělština (Mexiko)" - -#: lib/languages:877 -msgid "Swedish" -msgstr "Švédština" - -#: lib/languages:887 -msgid "Syriac" -msgstr "" - -#: lib/languages:895 src/frontends/qt4/GuiSymbols.cpp:71 -msgid "Tamil" -msgstr "Tamilština" - -#: lib/languages:903 src/frontends/qt4/GuiSymbols.cpp:72 -msgid "Telugu" -msgstr "Telugština" - -#: lib/languages:910 src/frontends/qt4/GuiSymbols.cpp:75 -msgid "Thai" -msgstr "Thajština" - -#: lib/languages:922 -msgid "Turkish" -msgstr "Turečtina" - -#: lib/languages:936 -msgid "Turkmen" -msgstr "Turkmenština" - -#: lib/languages:946 -msgid "Ukrainian" -msgstr "Ukrajinština" - -#: lib/languages:955 -msgid "Upper Sorbian" -msgstr "Hornolužická srbština" - -#: lib/languages:965 -msgid "Urdu" -msgstr "" - -#: lib/languages:975 msgid "Vietnamese" -msgstr "Vietnamština" +msgstr "VietnamĹĄtina" -#: lib/languages:986 +#: lib/languages:861 msgid "Welsh" -msgstr "Welština" +msgstr "WelĹĄtina" -#: lib/latexfonts:82 -msgid "AE (Almost European)" -msgstr "AE (Almost European)" - -#: lib/latexfonts:90 lib/latexfonts:98 -msgid "Bera Serif" -msgstr "Bera Serif" - -#: lib/latexfonts:104 -msgid "Bookman" -msgstr "Bookman" - -#: lib/latexfonts:110 -msgid "Concrete Roman" -msgstr "Concrete Roman" - -#: lib/latexfonts:116 -msgid "Zapf Chancery" -msgstr "Zapf Chancery" - -#: lib/latexfonts:122 -#, fuzzy -msgid "Bitstream Charter (PSNFSS)" -msgstr "Bitstream Charter" - -#: lib/latexfonts:128 -msgid "Computer Modern Roman" -msgstr "Computer Modern Roman" - -#: lib/latexfonts:140 lib/latexfonts:149 -msgid "URW Garamond" -msgstr "" - -#: lib/latexfonts:155 lib/latexfonts:164 lib/latexfonts:172 -#, fuzzy -msgid "Libertine" -msgstr "Liber" - -#: lib/latexfonts:179 lib/latexfonts:186 -msgid "Latin Modern Roman" -msgstr "Latin Modern Roman" - -#: lib/latexfonts:193 lib/latexfonts:206 -#, fuzzy -msgid "Bitstream Charter (Mathdesign)" -msgstr "Bitstream Charter" - -#: lib/latexfonts:213 lib/latexfonts:226 -msgid "Utopia (Mathdesign)" -msgstr "" - -#: lib/latexfonts:233 lib/latexfonts:246 -msgid "URW Garamond (Mathdesign)" -msgstr "" - -#: lib/latexfonts:253 lib/latexfonts:263 -msgid "Minion Pro" -msgstr "" - -#: lib/latexfonts:272 -msgid "New Century Schoolbook" -msgstr "New Century Schoolbook" - -#: lib/latexfonts:278 lib/latexfonts:290 lib/latexfonts:297 lib/latexfonts:303 -#: lib/latexfonts:310 -msgid "Palatino" -msgstr "Palatino" - -#: lib/latexfonts:316 lib/latexfonts:325 lib/latexfonts:332 lib/latexfonts:338 -msgid "Times Roman" -msgstr "Times Roman" - -#: lib/latexfonts:344 -msgid "TeX Gyre Bonum" -msgstr "" - -#: lib/latexfonts:350 -msgid "TeX Gyre Chorus" -msgstr "" - -#: lib/latexfonts:356 -msgid "TeX Gyre Pagella" -msgstr "" - -#: lib/latexfonts:362 -msgid "TeX Gyre Schola" -msgstr "" - -#: lib/latexfonts:368 -msgid "TeX Gyre Termes" -msgstr "" - -#: lib/latexfonts:376 lib/latexfonts:387 lib/latexfonts:393 lib/latexfonts:400 -msgid "Utopia (Fourier)" -msgstr "" - -#: lib/latexfonts:411 -msgid "Avant Garde" -msgstr "Avant Garde" - -#: lib/latexfonts:417 -msgid "Bera Sans" -msgstr "Bera Sans" - -#: lib/latexfonts:425 lib/latexfonts:435 -msgid "Biolinum" -msgstr "" - -#: lib/latexfonts:443 -msgid "CM Bright" -msgstr "CM Bright" - -#: lib/latexfonts:450 -msgid "Computer Modern Sans" -msgstr "Computer Modern Sans" - -#: lib/latexfonts:456 -msgid "Helvetica" -msgstr "Helvetica" - -#: lib/latexfonts:464 -msgid "Iwona" -msgstr "" - -#: lib/latexfonts:471 -msgid "Iwona (Light)" -msgstr "" - -#: lib/latexfonts:478 -msgid "Iwona (Condensed)" -msgstr "" - -#: lib/latexfonts:485 -msgid "Iwona (Light Condensed)" -msgstr "" - -#: lib/latexfonts:492 -#, fuzzy -msgid "Kurier" -msgstr "Courier" - -#: lib/latexfonts:499 -#, fuzzy -msgid "Kurier (Light)" -msgstr "CM Typewriter Light" - -#: lib/latexfonts:506 -msgid "Kurier (Condensed)" -msgstr "" - -#: lib/latexfonts:513 -msgid "Kurier (Light Condensed)" -msgstr "" - -#: lib/latexfonts:520 -msgid "Latin Modern Sans" -msgstr "Latin Modern Sans" - -#: lib/latexfonts:527 -msgid "TeX Gyre Adventor" -msgstr "" - -#: lib/latexfonts:533 -msgid "TeX Gyre Heros" -msgstr "" - -#: lib/latexfonts:539 -msgid "URW Classico (Optima)" -msgstr "" - -#: lib/latexfonts:551 -msgid "Bera Mono" -msgstr "Bera Mono" - -#: lib/latexfonts:559 -msgid "CM Typewriter Light" -msgstr "CM Typewriter Light" - -#: lib/latexfonts:566 -msgid "Computer Modern Typewriter" -msgstr "Computer Modern Typewriter" - -#: lib/latexfonts:572 -msgid "Courier" -msgstr "Courier" - -#: lib/latexfonts:579 -#, fuzzy -msgid "Libertine Mono" -msgstr "Bera Mono" - -#: lib/latexfonts:586 -msgid "Latin Modern Typewriter" -msgstr "Latin Modern Typewriter" - -#: lib/latexfonts:593 -msgid "LuxiMono" -msgstr "LuxiMono" - -#: lib/latexfonts:600 -#, fuzzy -msgid "TeX Gyre Cursor" -msgstr "chyba LaTeX-u" - -#: lib/latexfonts:606 -#, fuzzy -msgid "TX Typewriter" -msgstr "Strojopis" - -#: lib/latexfonts:618 -msgid "Euler VM" -msgstr "" - -#: lib/latexfonts:624 -msgid "URW Garamond (New TX)" -msgstr "" - -#: lib/latexfonts:632 -#, fuzzy -msgid "Iwona (Math)" -msgstr "Ve vzorcích" - -#: lib/latexfonts:645 -msgid "Kurier (Math)" -msgstr "" - -#: lib/latexfonts:658 -msgid "Libertine (New TX)" -msgstr "" - -#: lib/latexfonts:666 -msgid "Minion Pro (New TX)" -msgstr "" - -#: lib/latexfonts:675 -#, fuzzy -msgid "Times Roman (New TX)" -msgstr "Times Roman" - -#: lib/encodings:31 +#: lib/encodings:14 msgid "Unicode (utf8)" msgstr "Unicode (utf8)" -#: lib/encodings:36 +#: lib/encodings:19 msgid "Unicode (ucs-extended) (utf8x)" -msgstr "Unicode (ucs-rozšíření) (utf8x)" +msgstr "Unicode (ucs-rozšířenĂ­) (utf8x)" -#: lib/encodings:40 +#: lib/encodings:23 msgid "Armenian (ArmSCII8)" -msgstr "Arménština (ArmSCII8)" +msgstr "ArmĂŠnĹĄtina (ArmSCII8)" -#: lib/encodings:43 +#: lib/encodings:26 msgid "Western European (ISO 8859-1)" -msgstr "Západoevropské j. (ISO 8859-1)" +msgstr "ZĂĄpadoevropskĂŠ j. (ISO 8859-1)" -#: lib/encodings:46 +#: lib/encodings:29 msgid "Central European (ISO 8859-2)" -msgstr "Středoevropské j. (ISO 8859-2)" +msgstr "StředoevropskĂŠ j. (ISO 8859-2)" -#: lib/encodings:49 +#: lib/encodings:32 msgid "South European (ISO 8859-3)" -msgstr "Jihoevropské j. (ISO 8859-3)" +msgstr "JihoevropskĂŠ j. (ISO 8859-3)" -#: lib/encodings:52 +#: lib/encodings:35 msgid "Baltic (ISO 8859-4)" -msgstr "Baltské j. (ISO 8859-4)" +msgstr "BaltskĂŠ j. (ISO 8859-4)" -#: lib/encodings:55 +#: lib/encodings:38 msgid "Cyrillic (ISO 8859-5)" msgstr "Cyrilika (ISO 8859-5)" -#: lib/encodings:59 +#: lib/encodings:42 msgid "Arabic (ISO 8859-6)" -msgstr "Arabština (ISO 8859-6)" +msgstr "ArabĹĄtina (ISO 8859-6)" -#: lib/encodings:62 +#: lib/encodings:45 msgid "Greek (ISO 8859-7)" -msgstr "Řečtina (ISO 8859-7)" +msgstr "Řečtina (ISO 8859-7)" -#: lib/encodings:65 +#: lib/encodings:48 msgid "Hebrew (ISO 8859-8)" -msgstr "Hebrejština (ISO 8859-8)" +msgstr "HebrejĹĄtina (ISO 8859-8)" -#: lib/encodings:68 +#: lib/encodings:51 msgid "Turkish (ISO 8859-9)" -msgstr "Turečtina (ISO 8859-9)" +msgstr "Turečtina (ISO 8859-9)" -#: lib/encodings:72 +#: lib/encodings:55 msgid "Baltic (ISO 8859-13)" -msgstr "Baltské j. (ISO 8859-13)" +msgstr "BaltskĂŠ j. (ISO 8859-13)" -#: lib/encodings:75 +#: lib/encodings:58 msgid "Western European (ISO 8859-15)" -msgstr "Západoevropské j. (ISO 8859-15)" +msgstr "ZĂĄpadoevropskĂŠ j. (ISO 8859-15)" -#: lib/encodings:78 +#: lib/encodings:61 msgid "South-Eastern European (ISO 8859-16)" -msgstr "Jiho-východoevropské j. (ISO 8859-16)" +msgstr "Jiho-vĂ˝chodoevropskĂŠ j. (ISO 8859-16)" -#: lib/encodings:81 +#: lib/encodings:64 msgid "Western European (Macintosh Roman)" -msgstr "Západoevropské j. (Macintosh Roman)" +msgstr "ZĂĄpadoevropskĂŠ j. (Macintosh Roman)" -#: lib/encodings:84 +#: lib/encodings:67 msgid "DOS (CP 437)" msgstr "DOS (CP 437)" -#: lib/encodings:88 +#: lib/encodings:71 msgid "DOS-de (CP 437-de)" msgstr "DOS (CP 437)" -#: lib/encodings:91 +#: lib/encodings:74 msgid "Western European (CP 850)" -msgstr "Západoevropské j. (CP 850)" +msgstr "ZĂĄpadoevropskĂŠ j. (CP 850)" -#: lib/encodings:94 +#: lib/encodings:77 msgid "Central European (CP 852)" -msgstr "Středoevropské j. (CP 852)" +msgstr "StředoevropskĂŠ j. (CP 852)" -#: lib/encodings:97 +#: lib/encodings:80 msgid "Cyrillic (CP 855)" msgstr "Cyrilika (CP 855)" -#: lib/encodings:100 +#: lib/encodings:83 msgid "Western European (CP 858)" -msgstr "Západoevropské j. (CP 858)" +msgstr "ZĂĄpadoevropskĂŠ j. (CP 858)" -#: lib/encodings:103 +#: lib/encodings:86 msgid "Hebrew (CP 862)" -msgstr "Hebrejština (CP 862)" +msgstr "HebrejĹĄtina (CP 862)" -#: lib/encodings:106 +#: lib/encodings:89 msgid "Nordic languages (CP 865)" -msgstr "Severské jazyky (CP 865)" +msgstr "SeverskĂŠ jazyky (CP 865)" -#: lib/encodings:109 +#: lib/encodings:92 msgid "Cyrillic (CP 866)" msgstr "Cyrilika (CP 866)" -#: lib/encodings:112 +#: lib/encodings:95 msgid "Central European (CP 1250)" -msgstr "Sředoevropské j. (CP 1250)" +msgstr "SředoevropskĂŠ j. (CP 1250)" -#: lib/encodings:115 +#: lib/encodings:98 msgid "Cyrillic (CP 1251)" msgstr "Cyrilika (CP 1251)" -#: lib/encodings:119 +#: lib/encodings:102 msgid "Western European (CP 1252)" -msgstr "Západoevropské j. (CP 1252)" +msgstr "ZĂĄpadoevropskĂŠ j. (CP 1252)" -#: lib/encodings:122 +#: lib/encodings:105 msgid "Hebrew (CP 1255)" -msgstr "Hebrejština (CP 1255)" +msgstr "HebrejĹĄtina (CP 1255)" -#: lib/encodings:126 +#: lib/encodings:109 msgid "Arabic (CP 1256)" -msgstr "Arabština (CP 1256)" +msgstr "ArabĹĄtina (CP 1256)" -#: lib/encodings:129 +#: lib/encodings:112 msgid "Baltic (CP 1257)" -msgstr "Baltské j. (CP 1257)" +msgstr "BaltskĂŠ j. (CP 1257)" -#: lib/encodings:132 +#: lib/encodings:115 msgid "Cyrillic (KOI8-R)" msgstr "Cyrilika (KOI8-R)" -#: lib/encodings:135 +#: lib/encodings:118 msgid "Cyrillic (KOI8-U)" msgstr "Cyrilika (KOI8-U)" -#: lib/encodings:138 +#: lib/encodings:121 msgid "Cyrillic (pt 154)" msgstr "Cyrilika (pt 154)" -#: lib/encodings:141 +#: lib/encodings:124 msgid "Cyrillic (pt 254)" msgstr "Cyrilika (pt 254)" -#: lib/encodings:152 -#, fuzzy -msgid "Chinese (traditional) (Big5)" -msgstr "Čínština (tradiční)" - -#: lib/encodings:162 -#, fuzzy -msgid "Japanese (CJK) (SJIS)" -msgstr "Japonština (CJK) (JIS)" - -#: lib/encodings:169 +#: lib/encodings:149 msgid "Chinese (simplified) (EUC-CN)" -msgstr "Čínština (zjednodušená) (EUC-CN)" +msgstr "ČínĹĄtina (zjednoduĹĄenĂĄ) (EUC-CN)" -#: lib/encodings:173 +#: lib/encodings:153 msgid "Chinese (simplified) (GBK)" -msgstr "Čínština (zjednodušená) (GBK)" +msgstr "ČínĹĄtina (zjednoduĹĄenĂĄ) (GBK)" -#: lib/encodings:177 +#: lib/encodings:157 msgid "Japanese (CJK) (JIS)" -msgstr "Japonština (CJK) (JIS)" +msgstr "JaponĹĄtina (CJK) (JIS)" -#: lib/encodings:181 +#: lib/encodings:161 msgid "Korean (EUC-KR)" -msgstr "Korejština (EUC-KR)" +msgstr "KorejĹĄtina (EUC-KR)" -#: lib/encodings:185 +#: lib/encodings:165 msgid "Unicode (CJK) (utf8)" msgstr "Unicode (CJK) (utf8)" -#: lib/encodings:189 +#: lib/encodings:169 msgid "Chinese (traditional) (EUC-TW)" -msgstr "Čínština (tradiční) (EUC-TW)" +msgstr "ČínĹĄtina (tradičnĂ­) (EUC-TW)" -#: lib/encodings:193 +#: lib/encodings:173 msgid "Japanese (CJK) (EUC-JP)" -msgstr "Japonština (non-CJK) (EUC-JP)" +msgstr "JaponĹĄtina (non-CJK) (EUC-JP)" -#: lib/encodings:200 -#, fuzzy -msgid "Japanese (pLaTeX) (EUC-JP)" -msgstr "Japonština (non-CJK) (EUC-JP)" +#: lib/encodings:180 +msgid "Japanese (non-CJK) (EUC-JP)" +msgstr "JaponĹĄtina (non-CJK) (EUC-JP)" -#: lib/encodings:202 -#, fuzzy -msgid "Japanese (pLaTeX) (JIS)" -msgstr "Japonština (CJK) (JIS)" +#: lib/encodings:182 +msgid "Japanese (non-CJK) (JIS)" +msgstr "JaponĹĄtina (non-CJK) (JIS)" -#: lib/encodings:204 -#, fuzzy -msgid "Japanese (pLaTeX) (SJIS)" -msgstr "Japonština (CJK) (JIS)" +#: lib/encodings:184 +msgid "Japanese (non-CJK) (SJIS)" +msgstr "JaponĹĄtina (non-CJK) (SJIS)" -#: lib/encodings:206 -#, fuzzy -msgid "Japanese (pLaTeX) (UTF8)" -msgstr "Japonština (non-CJK) (EUC-JP)" - -#: lib/encodings:213 +#: lib/encodings:191 msgid "Thai (TIS 620-0)" -msgstr "Thajština (TIS 620-0)" +msgstr "ThajĹĄtina (TIS 620-0)" -#: lib/encodings:218 +#: lib/encodings:196 msgid "Unicode (XeTeX) (utf8)" msgstr "Unicode (XeTeX) (utf8)" -#: lib/encodings:222 +#: lib/encodings:200 msgid "ASCII" msgstr "ASCII" -#: lib/ui/stdcontext.inc:30 lib/ui/stdmenus.inc:434 +#: lib/ui/stdcontext.inc:30 lib/ui/stdmenus.inc:431 msgid "Array Environment|y" -msgstr "Array prostředí|r" +msgstr "Array prostředĂ­|r" -#: lib/ui/stdcontext.inc:31 lib/ui/stdmenus.inc:435 +#: lib/ui/stdcontext.inc:31 lib/ui/stdmenus.inc:432 msgid "Cases Environment|C" -msgstr "Cases prostředí|o" +msgstr "Cases prostředĂ­|o" -#: lib/ui/stdcontext.inc:32 lib/ui/stdmenus.inc:436 +#: lib/ui/stdcontext.inc:32 lib/ui/stdmenus.inc:433 msgid "Aligned Environment|l" -msgstr "Prostředí Aligned" +msgstr "ProstředĂ­ Aligned" -#: lib/ui/stdcontext.inc:33 lib/ui/stdmenus.inc:437 +#: lib/ui/stdcontext.inc:33 lib/ui/stdmenus.inc:434 msgid "AlignedAt Environment|v" -msgstr "Prostředí AlignedAt" +msgstr "ProstředĂ­ AlignedAt" -#: lib/ui/stdcontext.inc:34 lib/ui/stdmenus.inc:438 +#: lib/ui/stdcontext.inc:34 lib/ui/stdmenus.inc:435 msgid "Gathered Environment|h" -msgstr "Prostředí Gathered" +msgstr "ProstředĂ­ Gathered" -#: lib/ui/stdcontext.inc:35 lib/ui/stdmenus.inc:439 +#: lib/ui/stdcontext.inc:35 lib/ui/stdmenus.inc:436 msgid "Split Environment|S" -msgstr "Split prostředí|S" +msgstr "Split prostředĂ­|S" -#: lib/ui/stdcontext.inc:37 lib/ui/stdmenus.inc:441 +#: lib/ui/stdcontext.inc:37 lib/ui/stdmenus.inc:438 msgid "Delimiters...|r" -msgstr "Mat. oddělovače..." +msgstr "Mat. oddělovače..." -#: lib/ui/stdcontext.inc:38 lib/ui/stdmenus.inc:442 +#: lib/ui/stdcontext.inc:38 lib/ui/stdmenus.inc:439 msgid "Matrix...|x" msgstr "Matice..." -#: lib/ui/stdcontext.inc:39 lib/ui/stdmenus.inc:443 +#: lib/ui/stdcontext.inc:39 lib/ui/stdmenus.inc:440 msgid "Macro|o" msgstr "Makro|M" -#: lib/ui/stdcontext.inc:43 lib/ui/stdmenus.inc:312 lib/ui/stdmenus.inc:427 +#: lib/ui/stdcontext.inc:43 lib/ui/stdmenus.inc:306 lib/ui/stdmenus.inc:424 msgid "AMS align Environment|a" -msgstr "AMS align prostředí|a" +msgstr "AMS align prostředĂ­|a" -#: lib/ui/stdcontext.inc:44 lib/ui/stdmenus.inc:313 lib/ui/stdmenus.inc:428 +#: lib/ui/stdcontext.inc:44 lib/ui/stdmenus.inc:307 lib/ui/stdmenus.inc:425 msgid "AMS alignat Environment|t" -msgstr "AMS alignat prostředí|t" +msgstr "AMS alignat prostředĂ­|t" -#: lib/ui/stdcontext.inc:45 lib/ui/stdmenus.inc:314 lib/ui/stdmenus.inc:429 +#: lib/ui/stdcontext.inc:45 lib/ui/stdmenus.inc:308 lib/ui/stdmenus.inc:426 msgid "AMS flalign Environment|f" -msgstr "AMS flalign prostředí|f" +msgstr "AMS flalign prostředĂ­|f" -#: lib/ui/stdcontext.inc:46 lib/ui/stdmenus.inc:315 lib/ui/stdmenus.inc:430 +#: lib/ui/stdcontext.inc:46 lib/ui/stdmenus.inc:309 lib/ui/stdmenus.inc:427 msgid "AMS gather Environment|g" msgstr "AMS gather Environment|g" -#: lib/ui/stdcontext.inc:47 lib/ui/stdmenus.inc:316 lib/ui/stdmenus.inc:431 +#: lib/ui/stdcontext.inc:47 lib/ui/stdmenus.inc:310 lib/ui/stdmenus.inc:428 msgid "AMS multline Environment|m" -msgstr "AMS multline prostředí|d" +msgstr "AMS multline prostředĂ­|d" -#: lib/ui/stdcontext.inc:51 lib/ui/stdmenus.inc:309 lib/ui/stdmenus.inc:423 +#: lib/ui/stdcontext.inc:51 lib/ui/stdmenus.inc:303 lib/ui/stdmenus.inc:420 msgid "Inline Formula|I" -msgstr "Vzorec do řádky (inline)|V" +msgstr "Vzorec do řádky (inline)|V" -#: lib/ui/stdcontext.inc:52 lib/ui/stdmenus.inc:310 +#: lib/ui/stdcontext.inc:52 lib/ui/stdmenus.inc:304 msgid "Displayed Formula|D" -msgstr "Vzorec na celou řádku (display)|c" +msgstr "Vzorec na celou řádku (display)|c" -#: lib/ui/stdcontext.inc:53 lib/ui/stdmenus.inc:311 lib/ui/stdmenus.inc:426 +#: lib/ui/stdcontext.inc:53 lib/ui/stdmenus.inc:305 lib/ui/stdmenus.inc:423 msgid "Eqnarray Environment|E" -msgstr "Eqnarray prostředí|E" +msgstr "Eqnarray prostředĂ­|E" #: lib/ui/stdcontext.inc:54 msgid "AMS Environment|A" -msgstr "ProsAlign prostředí" +msgstr "ProsAlign prostředĂ­" -#: lib/ui/stdcontext.inc:56 lib/ui/stdmenus.inc:227 +#: lib/ui/stdcontext.inc:56 lib/ui/stdmenus.inc:221 msgid "Number Whole Formula|N" -msgstr "Očíslovat celý vzorec|l" +msgstr "Očíslovat celĂ˝ vzorec|l" -#: lib/ui/stdcontext.inc:57 lib/ui/stdmenus.inc:228 +#: lib/ui/stdcontext.inc:57 lib/ui/stdmenus.inc:222 msgid "Number This Line|u" -msgstr "Očíslovat tuto řádku|u" +msgstr "Očíslovat tuto řádku|u" #: lib/ui/stdcontext.inc:58 msgid "Equation Label|L" -msgstr "Značka rovnice|r" +msgstr "Značka rovnice|r" #: lib/ui/stdcontext.inc:59 msgid "Copy as Reference|R" -msgstr "Zkopíruj jako referenci|Z" +msgstr "ZkopĂ­ruj jako referenci|Z" -#: lib/ui/stdcontext.inc:61 lib/ui/stdmenus.inc:238 +#: lib/ui/stdcontext.inc:61 lib/ui/stdmenus.inc:232 msgid "Split Cell|C" -msgstr "Rozdělit buňku|R" +msgstr "Rozdělit buňku|R" #: lib/ui/stdcontext.inc:63 msgid "Insert|s" -msgstr "Vložit|V" +msgstr "VloĹžit|V" #: lib/ui/stdcontext.inc:65 msgid "Add Line Above|o" -msgstr "Přidat linku nad|t" +msgstr "Přidat linku nad|t" -#: lib/ui/stdcontext.inc:66 lib/ui/stdmenus.inc:241 +#: lib/ui/stdcontext.inc:66 lib/ui/stdmenus.inc:235 msgid "Add Line Below|B" -msgstr "Přidat linku pod|o" +msgstr "Přidat linku pod|o" #: lib/ui/stdcontext.inc:67 msgid "Delete Line Above|v" @@ -15072,45 +12076,45 @@ msgstr "Smazat linku nad|d" msgid "Delete Line Below|w" msgstr "Smazat linku pod|p" -#: lib/ui/stdcontext.inc:70 lib/ui/stdmenus.inc:245 +#: lib/ui/stdcontext.inc:70 lib/ui/stdmenus.inc:239 msgid "Add Line to Left" -msgstr "Přidat linku nalevo" +msgstr "Přidat linku nalevo" -#: lib/ui/stdcontext.inc:71 lib/ui/stdmenus.inc:246 +#: lib/ui/stdcontext.inc:71 lib/ui/stdmenus.inc:240 msgid "Add Line to Right" -msgstr "Přidat linku napravo" +msgstr "Přidat linku napravo" -#: lib/ui/stdcontext.inc:72 lib/ui/stdmenus.inc:247 +#: lib/ui/stdcontext.inc:72 lib/ui/stdmenus.inc:241 msgid "Delete Line to Left" msgstr "Smazat linku nalevo" -#: lib/ui/stdcontext.inc:73 lib/ui/stdmenus.inc:248 +#: lib/ui/stdcontext.inc:73 lib/ui/stdmenus.inc:242 msgid "Delete Line to Right" msgstr "Smazat linku napravo" #: lib/ui/stdcontext.inc:75 msgid "Show Math Toolbar" -msgstr "Zobrazit matematický panel nástrojů" +msgstr "Zobrazit matematickĂ˝ panel nĂĄstrojĹŻ" #: lib/ui/stdcontext.inc:76 msgid "Show Math-Panels Toolbar" -msgstr "Zobrazit matematický panel nástrojů" +msgstr "Zobrazit matematickĂ˝ panel nĂĄstrojĹŻ" #: lib/ui/stdcontext.inc:77 msgid "Show Table Toolbar" -msgstr "Zobrazit panel nástrojů pro tabulku" +msgstr "Zobrazit panel nĂĄstrojĹŻ pro tabulku" #: lib/ui/stdcontext.inc:79 msgid "Use Computer Algebra System|m" -msgstr "Použít algebraické programy|a" +msgstr "PouŞít algebraickĂŠ programy|a" #: lib/ui/stdcontext.inc:87 lib/ui/stdcontext.inc:105 msgid "Next Cross-Reference|N" -msgstr "Další křížový odkaz|k" +msgstr "DalĹĄĂ­ křížovĂ˝ odkaz|k" #: lib/ui/stdcontext.inc:88 msgid "Go to Label|G" -msgstr "Jdi na značku|J" +msgstr "Jdi na značku|J" #: lib/ui/stdcontext.inc:90 msgid "|R" @@ -15126,655 +12130,624 @@ msgstr "|s" #: lib/ui/stdcontext.inc:93 msgid "On Page |O" -msgstr "na straně |a" +msgstr "na straně |a" #: lib/ui/stdcontext.inc:94 msgid " on Page |f" -msgstr " na straně |t" +msgstr " na straně |t" #: lib/ui/stdcontext.inc:95 msgid "Formatted Reference|t" -msgstr "Formátovaná reference|F" +msgstr "FormĂĄtovanĂĄ reference|F" #: lib/ui/stdcontext.inc:96 msgid "Textual Reference|x" -msgstr "Doslovná reference|D" +msgstr "DoslovnĂĄ reference|D" #: lib/ui/stdcontext.inc:98 lib/ui/stdcontext.inc:110 #: lib/ui/stdcontext.inc:120 lib/ui/stdcontext.inc:128 #: lib/ui/stdcontext.inc:137 lib/ui/stdcontext.inc:148 -#: lib/ui/stdcontext.inc:155 lib/ui/stdcontext.inc:236 -#: lib/ui/stdcontext.inc:254 lib/ui/stdcontext.inc:281 -#: lib/ui/stdcontext.inc:376 lib/ui/stdcontext.inc:389 -#: lib/ui/stdcontext.inc:428 lib/ui/stdcontext.inc:453 -#: lib/ui/stdcontext.inc:476 lib/ui/stdcontext.inc:487 -#: lib/ui/stdcontext.inc:495 lib/ui/stdcontext.inc:505 -#: lib/ui/stdcontext.inc:513 lib/ui/stdcontext.inc:521 -#: lib/ui/stdcontext.inc:529 lib/ui/stdcontext.inc:542 -#: lib/ui/stdcontext.inc:552 lib/ui/stdcontext.inc:573 -#: lib/ui/stdcontext.inc:581 lib/ui/stdcontext.inc:627 lib/ui/stdmenus.inc:519 +#: lib/ui/stdcontext.inc:155 lib/ui/stdcontext.inc:219 +#: lib/ui/stdcontext.inc:237 lib/ui/stdcontext.inc:264 +#: lib/ui/stdcontext.inc:358 lib/ui/stdcontext.inc:371 +#: lib/ui/stdcontext.inc:433 lib/ui/stdcontext.inc:453 +#: lib/ui/stdcontext.inc:464 lib/ui/stdcontext.inc:472 +#: lib/ui/stdcontext.inc:482 lib/ui/stdcontext.inc:490 +#: lib/ui/stdcontext.inc:498 lib/ui/stdcontext.inc:506 +#: lib/ui/stdcontext.inc:519 lib/ui/stdcontext.inc:529 +#: lib/ui/stdcontext.inc:550 lib/ui/stdcontext.inc:558 +#: lib/ui/stdcontext.inc:604 lib/ui/stdmenus.inc:512 msgid "Settings...|S" -msgstr "Nastavení...|N" +msgstr "NastavenĂ­...|N" #: lib/ui/stdcontext.inc:106 msgid "Go Back|G" -msgstr "Jdi zpět|J" +msgstr "Jdi zpět|J" -#: lib/ui/stdcontext.inc:108 lib/ui/stdcontext.inc:473 +#: lib/ui/stdcontext.inc:108 lib/ui/stdcontext.inc:450 msgid "Copy as Reference|C" -msgstr "Zkopíruj jako referenci|Z" +msgstr "ZkopĂ­ruj jako referenci|Z" #: lib/ui/stdcontext.inc:130 msgid "Edit Database(s) Externally...|x" -msgstr "Editovat databázi(e) externě...|x" +msgstr "Editovat databĂĄzi(e) externě...|x" #: lib/ui/stdcontext.inc:144 msgid "Open Inset|O" -msgstr "Otevři vložku|O" +msgstr "Otevři vloĹžku|O" #: lib/ui/stdcontext.inc:145 msgid "Close Inset|C" -msgstr "Zavři vložku|Z" +msgstr "Zavři vloĹžku|Z" #: lib/ui/stdcontext.inc:147 lib/ui/stdcontext.inc:153 -#: lib/ui/stdcontext.inc:589 +#: lib/ui/stdcontext.inc:566 msgid "Dissolve Inset|D" -msgstr "Rozpustit vložku do textu|u" +msgstr "Rozpustit vloĹžku do textu|u" #: lib/ui/stdcontext.inc:152 msgid "Show Label|L" -msgstr "Zobraz návěští|n" +msgstr "Zobraz nĂĄvěštĂ­|n" -#: lib/ui/stdcontext.inc:171 lib/ui/stdmenus.inc:472 +#: lib/ui/stdcontext.inc:163 lib/ui/stdmenus.inc:468 msgid "Frameless|l" -msgstr "Bez rámů|B" +msgstr "Bez rĂĄmĹŻ|B" -#: lib/ui/stdcontext.inc:172 lib/ui/stdmenus.inc:473 +#: lib/ui/stdcontext.inc:164 lib/ui/stdmenus.inc:469 msgid "Simple Frame|F" -msgstr "Jednoduchý rám|J" +msgstr "JednoduchĂ˝ rĂĄm|J" -#: lib/ui/stdcontext.inc:173 +#: lib/ui/stdcontext.inc:165 msgid "Simple Frame, Page Breaks|P" -msgstr "Jednoduchý rám, více stran|v" +msgstr "JednoduchĂ˝ rĂĄm, vĂ­ce stran|v" -#: lib/ui/stdcontext.inc:174 lib/ui/stdmenus.inc:474 +#: lib/ui/stdcontext.inc:166 lib/ui/stdmenus.inc:470 msgid "Oval, Thin|a" -msgstr "Oválný tenký rám|O" +msgstr "OvĂĄlnĂ˝ tenkĂ˝ rĂĄm|O" -#: lib/ui/stdcontext.inc:175 lib/ui/stdmenus.inc:475 +#: lib/ui/stdcontext.inc:167 lib/ui/stdmenus.inc:471 msgid "Oval, Thick|v" -msgstr "Oválný tlustý rám|t" +msgstr "OvĂĄlnĂ˝ tlustĂ˝ rĂĄm|t" -#: lib/ui/stdcontext.inc:176 lib/ui/stdmenus.inc:476 +#: lib/ui/stdcontext.inc:168 lib/ui/stdmenus.inc:472 msgid "Drop Shadow|w" -msgstr "Se stínem|S" +msgstr "Se stĂ­nem|S" -#: lib/ui/stdcontext.inc:177 lib/ui/stdmenus.inc:477 +#: lib/ui/stdcontext.inc:169 lib/ui/stdmenus.inc:473 msgid "Shaded Background|B" -msgstr "Pozadí s odstínem|P" +msgstr "PozadĂ­ s odstĂ­nem|P" + +#: lib/ui/stdcontext.inc:170 lib/ui/stdmenus.inc:474 +msgid "Double Frame|u" +msgstr "DvojitĂ˝ rĂĄm|D" #: lib/ui/stdcontext.inc:178 lib/ui/stdmenus.inc:478 -msgid "Double Frame|u" -msgstr "Dvojitý rám|D" - -#: lib/ui/stdcontext.inc:195 lib/ui/stdmenus.inc:482 msgid "LyX Note|N" -msgstr "Poznámka LyX-u|X" +msgstr "PoznĂĄmka LyX-u|X" -#: lib/ui/stdcontext.inc:196 +#: lib/ui/stdcontext.inc:179 msgid "Comment|m" -msgstr "Komentář|K" +msgstr "Komentář|K" -#: lib/ui/stdcontext.inc:197 lib/ui/stdmenus.inc:484 +#: lib/ui/stdcontext.inc:180 lib/ui/stdmenus.inc:480 msgid "Greyed Out|G" -msgstr "Zašedlé|Z" +msgstr "ZaĹĄedlĂŠ|Z" -#: lib/ui/stdcontext.inc:199 +#: lib/ui/stdcontext.inc:182 msgid "Open All Notes|A" -msgstr "Otevři všechny poznámky|p" +msgstr "Otevři vĹĄechny poznĂĄmky|p" -#: lib/ui/stdcontext.inc:200 +#: lib/ui/stdcontext.inc:183 msgid "Close All Notes|l" -msgstr "Zavři všechny poznámky|o" +msgstr "Zavři vĹĄechny poznĂĄmky|o" -#: lib/ui/stdcontext.inc:208 lib/ui/stdmenus.inc:494 +#: lib/ui/stdcontext.inc:191 lib/ui/stdmenus.inc:490 msgid "Phantom|P" -msgstr "Fantóm|F" +msgstr "FantĂłm|F" -#: lib/ui/stdcontext.inc:209 lib/ui/stdmenus.inc:495 +#: lib/ui/stdcontext.inc:192 lib/ui/stdmenus.inc:491 msgid "Horizontal Phantom|H" -msgstr "Horizontální fantóm|H" +msgstr "HorizontĂĄlnĂ­ fantĂłm|H" -#: lib/ui/stdcontext.inc:210 lib/ui/stdmenus.inc:496 +#: lib/ui/stdcontext.inc:193 lib/ui/stdmenus.inc:492 msgid "Vertical Phantom|V" -msgstr "Vertikální fantóm|V" +msgstr "VertikĂĄlnĂ­ fantĂłm|V" -#: lib/ui/stdcontext.inc:217 lib/ui/stdmenus.inc:402 +#: lib/ui/stdcontext.inc:200 lib/ui/stdmenus.inc:399 msgid "Interword Space|w" -msgstr "Mezislovní mezera|M" +msgstr "MezislovnĂ­ mezera|M" -#: lib/ui/stdcontext.inc:218 +#: lib/ui/stdcontext.inc:201 msgid "Protected Space|o" -msgstr "Chráněná mezera|h" +msgstr "ChrĂĄněnĂĄ mezera|h" -#: lib/ui/stdcontext.inc:219 +#: lib/ui/stdcontext.inc:202 #, fuzzy msgid "Visible Space|a" -msgstr "Vertikální mezera" +msgstr "VertikĂĄlnĂ­ mezera" -#: lib/ui/stdcontext.inc:220 lib/ui/stdcontext.inc:243 lib/ui/stdmenus.inc:404 +#: lib/ui/stdcontext.inc:203 lib/ui/stdcontext.inc:226 lib/ui/stdmenus.inc:401 msgid "Thin Space|T" -msgstr "Úzká mezera|z" +msgstr "ÚzkĂĄ mezera|z" -#: lib/ui/stdcontext.inc:221 lib/ui/stdcontext.inc:246 +#: lib/ui/stdcontext.inc:204 lib/ui/stdcontext.inc:229 msgid "Negative Thin Space|N" -msgstr "Záporná úzká mezera|k" +msgstr "ZĂĄpornĂĄ ĂşzkĂĄ mezera|k" -#: lib/ui/stdcontext.inc:222 lib/ui/stdcontext.inc:249 +#: lib/ui/stdcontext.inc:205 lib/ui/stdcontext.inc:232 msgid "Half Quad Space (Enskip)|k" -msgstr "Polovina čtverčíku (Enskip)|e" +msgstr "Polovina čtverčíku (Enskip)|e" -#: lib/ui/stdcontext.inc:223 +#: lib/ui/stdcontext.inc:206 msgid "Protected Half Quad Space (Enspace)|E" -msgstr "Chráněná polovina čtverčíku (Enspace)" +msgstr "ChrĂĄněnĂĄ polovina čtverčíku (Enspace)" -#: lib/ui/stdcontext.inc:224 lib/ui/stdcontext.inc:250 +#: lib/ui/stdcontext.inc:207 lib/ui/stdcontext.inc:233 msgid "Quad Space|Q" -msgstr "Čtverčík (1 em)|t" +msgstr "Čtverčík (1 em)|t" -#: lib/ui/stdcontext.inc:225 lib/ui/stdcontext.inc:251 +#: lib/ui/stdcontext.inc:208 lib/ui/stdcontext.inc:234 msgid "Double Quad Space|u" -msgstr "Dva čtverčíky (2 em)|D" +msgstr "Dva čtverčíky (2 em)|D" -#: lib/ui/stdcontext.inc:226 +#: lib/ui/stdcontext.inc:209 msgid "Horizontal Fill|F" -msgstr "Horizontální výplň|p" +msgstr "HorizontĂĄlnĂ­ vĂ˝plň|p" + +#: lib/ui/stdcontext.inc:210 +msgid "Protected Horizontal Fill|i" +msgstr "ChrĂĄněnĂĄ horizontĂĄlnĂ­ vĂ˝plň|i" + +#: lib/ui/stdcontext.inc:211 +msgid "Horizontal Fill (Dots)|D" +msgstr "HorizontĂĄlnĂ­ vĂ˝plň (tečky)|y" + +#: lib/ui/stdcontext.inc:212 +msgid "Horizontal Fill (Rule)|R" +msgstr "HorizontĂĄlnĂ­ vĂ˝plň (čára)" + +#: lib/ui/stdcontext.inc:213 +msgid "Horizontal Fill (Left Arrow)|L" +msgstr "HorizontĂĄlnĂ­ vĂ˝plň (levĂĄ ĹĄipka)" + +#: lib/ui/stdcontext.inc:214 +msgid "Horizontal Fill (Right Arrow)|g" +msgstr "HorizontĂĄlnĂ­ vĂ˝plň (pravĂĄ ĹĄipka)" + +#: lib/ui/stdcontext.inc:215 +msgid "Horizontal Fill (Up Brace)|p" +msgstr "HorizontĂĄlnĂ­ vĂ˝plň (dolnĂ­ sloĹženĂĄ)" + +#: lib/ui/stdcontext.inc:216 +msgid "Horizontal Fill (Down Brace)|B" +msgstr "HorizontĂĄlnĂ­ vĂ˝plň (hornĂ­ sloĹženĂĄ)" + +#: lib/ui/stdcontext.inc:217 lib/ui/stdcontext.inc:235 +msgid "Custom Length|C" +msgstr "VlastnĂ­ dĂŠlka|V" #: lib/ui/stdcontext.inc:227 -msgid "Protected Horizontal Fill|i" -msgstr "Chráněná horizontální výplň|i" +msgid "Medium Space|M" +msgstr "StřednĂ­ mezera|S" #: lib/ui/stdcontext.inc:228 -msgid "Horizontal Fill (Dots)|D" -msgstr "Horizontální výplň (tečky)|y" - -#: lib/ui/stdcontext.inc:229 -msgid "Horizontal Fill (Rule)|R" -msgstr "Horizontální výplň (čára)" +msgid "Thick Space|h" +msgstr "Ĺ irokĂĄ mezera|T" #: lib/ui/stdcontext.inc:230 -msgid "Horizontal Fill (Left Arrow)|L" -msgstr "Horizontální výplň (levá šipka)" +msgid "Negative Medium Space|u" +msgstr "ZĂĄpornĂĄ střednĂ­ mezera|e" #: lib/ui/stdcontext.inc:231 -msgid "Horizontal Fill (Right Arrow)|g" -msgstr "Horizontální výplň (pravá šipka)" - -#: lib/ui/stdcontext.inc:232 -msgid "Horizontal Fill (Up Brace)|p" -msgstr "Horizontální výplň (dolní složená)" - -#: lib/ui/stdcontext.inc:233 -msgid "Horizontal Fill (Down Brace)|B" -msgstr "Horizontální výplň (horní složená)" - -#: lib/ui/stdcontext.inc:234 lib/ui/stdcontext.inc:252 -msgid "Custom Length|C" -msgstr "Vlastní délka|V" +msgid "Negative Thick Space|i" +msgstr "ZĂĄpornĂĄ ĹĄirokĂĄ mezera|i" #: lib/ui/stdcontext.inc:244 -msgid "Medium Space|M" -msgstr "Střední mezera|S" +msgid "DefSkip|D" +msgstr "DefinovanĂĄ mezera|D" #: lib/ui/stdcontext.inc:245 -msgid "Thick Space|h" -msgstr "Široká mezera|T" +msgid "SmallSkip|S" +msgstr "MalĂĄ mezera (SmallSkip)|M" + +#: lib/ui/stdcontext.inc:246 +msgid "MedSkip|M" +msgstr "StřednĂ­ mezera (MedSkip)|S" #: lib/ui/stdcontext.inc:247 -msgid "Negative Medium Space|u" -msgstr "Záporná střední mezera|e" +msgid "BigSkip|B" +msgstr "VelkĂĄ mezera (BigSkip)|V" #: lib/ui/stdcontext.inc:248 -msgid "Negative Thick Space|i" -msgstr "Záporná široká mezera|i" - -#: lib/ui/stdcontext.inc:261 -msgid "DefSkip|D" -msgstr "Definovaná mezera|D" - -#: lib/ui/stdcontext.inc:262 -msgid "SmallSkip|S" -msgstr "Malá mezera (SmallSkip)|M" - -#: lib/ui/stdcontext.inc:263 -msgid "MedSkip|M" -msgstr "Střední mezera (MedSkip)|S" - -#: lib/ui/stdcontext.inc:264 -msgid "BigSkip|B" -msgstr "Velká mezera (BigSkip)|V" - -#: lib/ui/stdcontext.inc:265 msgid "VFill|F" -msgstr "Výplň (VFill)|p" +msgstr "VĂ˝plň (VFill)|p" -#: lib/ui/stdcontext.inc:266 +#: lib/ui/stdcontext.inc:249 msgid "Custom|C" -msgstr "Vlastní|l" +msgstr "VlastnĂ­|l" -#: lib/ui/stdcontext.inc:268 +#: lib/ui/stdcontext.inc:251 msgid "Settings...|e" -msgstr "Nastavení...|N" +msgstr "NastavenĂ­...|N" # TODO nova stranka; viz wiki -#: lib/ui/stdcontext.inc:275 lib/ui/stdcontext.inc:536 +#: lib/ui/stdcontext.inc:258 lib/ui/stdcontext.inc:513 msgid "Include|c" -msgstr "Zahrnout (nová stránka)|Z" +msgstr "Zahrnout (novĂĄ strĂĄnka)|Z" # TODO lze i rekurzivne -#: lib/ui/stdcontext.inc:276 lib/ui/stdcontext.inc:537 +#: lib/ui/stdcontext.inc:259 lib/ui/stdcontext.inc:514 msgid "Input|p" -msgstr "Vstup (lze rekurzivně)|r" +msgstr "Vstup (lze rekurzivně)|r" -#: lib/ui/stdcontext.inc:277 lib/ui/stdcontext.inc:538 +#: lib/ui/stdcontext.inc:260 lib/ui/stdcontext.inc:515 msgid "Verbatim|V" -msgstr "Doslovně|D" +msgstr "Doslovně|D" -#: lib/ui/stdcontext.inc:278 lib/ui/stdcontext.inc:539 +#: lib/ui/stdcontext.inc:261 lib/ui/stdcontext.inc:516 msgid "Verbatim (marked blanks)|b" -msgstr "Doslovně (vyznačené mezery)|m" +msgstr "Doslovně (vyznačenĂŠ mezery)|m" -#: lib/ui/stdcontext.inc:279 lib/ui/stdcontext.inc:540 +#: lib/ui/stdcontext.inc:262 lib/ui/stdcontext.inc:517 msgid "Listing|L" -msgstr "Výpis|p" +msgstr "VĂ˝pis|p" -#: lib/ui/stdcontext.inc:283 lib/ui/stdcontext.inc:544 +#: lib/ui/stdcontext.inc:266 lib/ui/stdcontext.inc:521 msgid "Edit Included File...|E" -msgstr "Editovat zahrnutý soubor...|E" +msgstr "Editovat zahrnutĂ˝ soubor...|E" -#: lib/ui/stdcontext.inc:290 lib/ui/stdmenus.inc:415 +#: lib/ui/stdcontext.inc:273 lib/ui/stdmenus.inc:412 msgid "New Page|N" -msgstr "Nová stránka|N" +msgstr "NovĂĄ strĂĄnka|N" -#: lib/ui/stdcontext.inc:291 lib/ui/stdmenus.inc:416 +#: lib/ui/stdcontext.inc:274 lib/ui/stdmenus.inc:413 msgid "Page Break|a" -msgstr "Tvrdý konec stránky|e" +msgstr "TvrdĂ˝ konec strĂĄnky|e" -#: lib/ui/stdcontext.inc:292 lib/ui/stdmenus.inc:417 +#: lib/ui/stdcontext.inc:275 lib/ui/stdmenus.inc:414 msgid "Clear Page|C" -msgstr "Uzavřít stránku (\\clearpage)|U" +msgstr "Uzavřít strĂĄnku (\\clearpage)|U" -#: lib/ui/stdcontext.inc:293 lib/ui/stdmenus.inc:418 +#: lib/ui/stdcontext.inc:276 lib/ui/stdmenus.inc:415 msgid "Clear Double Page|D" -msgstr "Uzavřít stránku v oboustraném dok. (\\cleardoublepage)|s" +msgstr "Uzavřít strĂĄnku v oboustranĂŠm dok. (\\cleardoublepage)|s" -#: lib/ui/stdcontext.inc:300 lib/ui/stdmenus.inc:412 +#: lib/ui/stdcontext.inc:283 lib/ui/stdmenus.inc:409 msgid "Ragged Line Break|R" -msgstr "Konec řádku|K" +msgstr "Konec řádku|K" -#: lib/ui/stdcontext.inc:301 lib/ui/stdmenus.inc:413 +#: lib/ui/stdcontext.inc:284 lib/ui/stdmenus.inc:410 msgid "Justified Line Break|J" -msgstr "Konec řádku se zarovnáním" +msgstr "Konec řádku se zarovnĂĄnĂ­m" -#: lib/ui/stdcontext.inc:310 lib/ui/stdmenus.inc:105 lib/ui/stdtoolbars.inc:81 -#: src/Text3.cpp:1274 src/mathed/InsetMathNest.cpp:596 +#: lib/ui/stdcontext.inc:293 lib/ui/stdmenus.inc:103 lib/ui/stdtoolbars.inc:80 +#: src/Text3.cpp:1241 src/mathed/InsetMathNest.cpp:596 msgid "Cut" msgstr "Vyjmout" -#: lib/ui/stdcontext.inc:311 lib/ui/stdmenus.inc:106 lib/ui/stdtoolbars.inc:82 -#: src/Text3.cpp:1279 src/mathed/InsetMathNest.cpp:605 +#: lib/ui/stdcontext.inc:294 lib/ui/stdmenus.inc:104 lib/ui/stdtoolbars.inc:81 +#: src/Text3.cpp:1246 src/mathed/InsetMathNest.cpp:605 msgid "Copy" -msgstr "Zkopírovat" +msgstr "ZkopĂ­rovat" -#: lib/ui/stdcontext.inc:312 lib/ui/stdmenus.inc:107 lib/ui/stdtoolbars.inc:83 -#: src/Text3.cpp:1222 src/mathed/InsetMathGrid.cpp:1333 +#: lib/ui/stdcontext.inc:295 lib/ui/stdmenus.inc:105 lib/ui/stdtoolbars.inc:82 +#: src/Text3.cpp:1194 src/mathed/InsetMathGrid.cpp:1316 #: src/mathed/InsetMathNest.cpp:575 msgid "Paste" -msgstr "Vložit" +msgstr "VloĹžit" -#: lib/ui/stdcontext.inc:313 lib/ui/stdmenus.inc:108 +#: lib/ui/stdcontext.inc:296 lib/ui/stdmenus.inc:106 msgid "Paste Recent|e" -msgstr "Vložit poslední|p" +msgstr "VloĹžit poslednĂ­|p" -#: lib/ui/stdcontext.inc:315 +#: lib/ui/stdcontext.inc:298 msgid "Jump Back to Saved Bookmark|B" -msgstr "Skok zpět na uloženou záložku|k" +msgstr "Skok zpět na uloĹženou zĂĄloĹžku|k" -#: lib/ui/stdcontext.inc:316 lib/ui/stdmenus.inc:541 -#, fuzzy -msgid "Forward Search|F" -msgstr "Dopředné hledání|h" +#: lib/ui/stdcontext.inc:299 lib/ui/stdmenus.inc:534 +msgid "Forward search|F" +msgstr "DopřednĂŠ hledĂĄnĂ­|h" -#: lib/ui/stdcontext.inc:318 lib/ui/stdmenus.inc:117 +#: lib/ui/stdcontext.inc:301 lib/ui/stdmenus.inc:115 msgid "Move Paragraph Up|o" -msgstr "Přesunout odstavec nahoru|r" +msgstr "Přesunout odstavec nahoru|r" -#: lib/ui/stdcontext.inc:319 lib/ui/stdmenus.inc:118 +#: lib/ui/stdcontext.inc:302 lib/ui/stdmenus.inc:116 msgid "Move Paragraph Down|v" -msgstr "Přesunout odstavec dolů|o" +msgstr "Přesunout odstavec dolĹŻ|o" -#: lib/ui/stdcontext.inc:321 +#: lib/ui/stdcontext.inc:304 msgid "Promote Section|r" -msgstr "Zvýšit úroveň sekce|Z" +msgstr "Zvýťit Ăşroveň sekce|Z" -#: lib/ui/stdcontext.inc:322 +#: lib/ui/stdcontext.inc:305 msgid "Demote Section|m" -msgstr "Snížit úroveň sekce|S" +msgstr "SnĂ­Ĺžit Ăşroveň sekce|S" -#: lib/ui/stdcontext.inc:323 +#: lib/ui/stdcontext.inc:306 msgid "Move Section Down|D" -msgstr "Přesunout sekci dolů|d" +msgstr "Přesunout sekci dolĹŻ|d" -#: lib/ui/stdcontext.inc:324 lib/ui/stdcontext.inc:609 +#: lib/ui/stdcontext.inc:307 lib/ui/stdcontext.inc:586 msgid "Move Section Up|U" -msgstr "Přesunout sekci nahorů|n" +msgstr "Přesunout sekci nahorĹŻ|n" -#: lib/ui/stdcontext.inc:326 lib/ui/stdmenus.inc:363 +#: lib/ui/stdcontext.inc:308 +msgid "Insert Short Title|T" +msgstr "KrĂĄtkĂ˝ titulek" + +#: lib/ui/stdcontext.inc:309 lib/ui/stdmenus.inc:360 msgid "Insert Regular Expression" -msgstr "Vložit regulární výraz" +msgstr "VloĹžit regulĂĄrnĂ­ vĂ˝raz" -#: lib/ui/stdcontext.inc:328 lib/ui/stdcontext.inc:598 +#: lib/ui/stdcontext.inc:311 lib/ui/stdcontext.inc:575 msgid "Accept Change|c" -msgstr "Přijmout změnu|i" +msgstr "Přijmout změnu|i" -#: lib/ui/stdcontext.inc:329 +#: lib/ui/stdcontext.inc:312 msgid "Reject Change|j" -msgstr "Odmítnout změnu|m" +msgstr "OdmĂ­tnout změnu|m" -#: lib/ui/stdcontext.inc:331 +#: lib/ui/stdcontext.inc:314 msgid "Apply Last Text Style|A" -msgstr "Použít poslední Styl textu|y" +msgstr "PouŞít poslednĂ­ Styl textu|y" -#: lib/ui/stdcontext.inc:332 -msgid "Text Style|x" +#: lib/ui/stdcontext.inc:315 lib/ui/stdmenus.inc:118 +msgid "Text Style|S" msgstr "Styl textu|t" -#: lib/ui/stdcontext.inc:333 lib/ui/stdmenus.inc:122 +#: lib/ui/stdcontext.inc:316 lib/ui/stdmenus.inc:120 msgid "Paragraph Settings...|P" -msgstr "Nastavení odstavce...|a" +msgstr "NastavenĂ­ odstavce...|a" -#: lib/ui/stdcontext.inc:336 +#: lib/ui/stdcontext.inc:319 msgid "Fullscreen Mode" -msgstr "Celoobrazovkový mód" +msgstr "CeloobrazovkovĂ˝ mĂłd" -#: lib/ui/stdcontext.inc:337 -#, fuzzy -msgid "Close Current View" -msgstr "Uzavřít skupinu panelů|U" - -#: lib/ui/stdcontext.inc:345 +#: lib/ui/stdcontext.inc:327 msgid "Anything|A" msgstr "Cokoliv|C" -#: lib/ui/stdcontext.inc:346 +#: lib/ui/stdcontext.inc:328 msgid "Anything Non-Empty|o" -msgstr "Cokoliv neprázdné|r" +msgstr "Cokoliv neprĂĄzdnĂŠ|r" -#: lib/ui/stdcontext.inc:347 +#: lib/ui/stdcontext.inc:329 msgid "Any Word|W" -msgstr "Libovolné slovo|v" +msgstr "LibovolnĂŠ slovo|v" -#: lib/ui/stdcontext.inc:348 +#: lib/ui/stdcontext.inc:330 msgid "Any Number|N" -msgstr "Libovolné číslo|o" +msgstr "LibovolnĂŠ číslo|o" -#: lib/ui/stdcontext.inc:349 +#: lib/ui/stdcontext.inc:331 msgid "User Defined|U" -msgstr "Uživatelsky definované|U" +msgstr "UĹživatelsky definovanĂŠ|U" -#: lib/ui/stdcontext.inc:358 lib/ui/stdmenus.inc:252 +#: lib/ui/stdcontext.inc:340 lib/ui/stdmenus.inc:246 msgid "Append Argument" -msgstr "Přidej argument" +msgstr "Přidej argument" -#: lib/ui/stdcontext.inc:359 lib/ui/stdmenus.inc:253 +#: lib/ui/stdcontext.inc:341 lib/ui/stdmenus.inc:247 msgid "Remove Last Argument" -msgstr "Vymaž poslední argument" +msgstr "VymaĹž poslednĂ­ argument" -#: lib/ui/stdcontext.inc:361 +#: lib/ui/stdcontext.inc:343 msgid "Make First Non-Optional Into Optional Argument" -msgstr "Změnit první povinný argument na volitelný" +msgstr "Změnit prvnĂ­ povinnĂ˝ argument na volitelnĂ˝" -#: lib/ui/stdcontext.inc:362 +#: lib/ui/stdcontext.inc:344 msgid "Make Last Optional Into Non-Optional Argument" -msgstr "Změnit poslední volitelný argument na povinný" +msgstr "Změnit poslednĂ­ volitelnĂ˝ argument na povinnĂ˝" -#: lib/ui/stdcontext.inc:363 lib/ui/stdmenus.inc:257 +#: lib/ui/stdcontext.inc:345 lib/ui/stdmenus.inc:251 msgid "Insert Optional Argument" -msgstr "Vložit volitelný argument" +msgstr "VloĹžit volitelnĂ˝ argument" -#: lib/ui/stdcontext.inc:364 lib/ui/stdmenus.inc:258 +#: lib/ui/stdcontext.inc:346 lib/ui/stdmenus.inc:252 msgid "Remove Optional Argument" -msgstr "Smazat volitelný argument" +msgstr "Smazat volitelnĂ˝ argument" -#: lib/ui/stdcontext.inc:366 lib/ui/stdmenus.inc:260 +#: lib/ui/stdcontext.inc:348 lib/ui/stdmenus.inc:254 msgid "Append Argument Eating From the Right" -msgstr "Přidat pohlcování argumentu zprava" +msgstr "Přidat pohlcovĂĄnĂ­ argumentu zprava" -#: lib/ui/stdcontext.inc:367 lib/ui/stdmenus.inc:261 +#: lib/ui/stdcontext.inc:349 lib/ui/stdmenus.inc:255 msgid "Append Optional Argument Eating From the Right" -msgstr "Přidat pohlcování volitelného argumentu zprava" +msgstr "Přidat pohlcovĂĄnĂ­ volitelnĂŠho argumentu zprava" -#: lib/ui/stdcontext.inc:368 lib/ui/stdmenus.inc:262 +#: lib/ui/stdcontext.inc:350 lib/ui/stdmenus.inc:256 msgid "Remove Last Argument Spitting Out to the Right" -msgstr "Odstranit vyplivnutí posledního argumentu doprava" +msgstr "Odstranit vyplivnutĂ­ poslednĂ­ho argumentu doprava" -#: lib/ui/stdcontext.inc:377 +#: lib/ui/stdcontext.inc:359 msgid "Reload|R" -msgstr "Znovunačíst|Z" +msgstr "Znovunačíst|Z" -#: lib/ui/stdcontext.inc:379 lib/ui/stdcontext.inc:391 -#: lib/ui/stdcontext.inc:497 +#: lib/ui/stdcontext.inc:361 lib/ui/stdcontext.inc:373 +#: lib/ui/stdcontext.inc:474 msgid "Edit Externally...|x" -msgstr "Edituj externě...|x" +msgstr "Edituj externě...|x" -#: lib/ui/stdcontext.inc:399 +#: lib/ui/stdcontext.inc:381 msgid "Multicolumn|u" -msgstr "Vícesloupcová buňka|b" +msgstr "VĂ­cesloupcovĂĄ buňka|b" -#: lib/ui/stdcontext.inc:400 +#: lib/ui/stdcontext.inc:382 msgid "Multirow|w" -msgstr "Víceřádková buňka|k" +msgstr "VĂ­ceřádkovĂĄ buňka|k" -#: lib/ui/stdcontext.inc:402 +#: lib/ui/stdcontext.inc:384 msgid "Top Line|n" -msgstr "Linka nahoře|n" +msgstr "Linka nahoře|n" -#: lib/ui/stdcontext.inc:403 +#: lib/ui/stdcontext.inc:385 msgid "Bottom Line|i" msgstr "Linka dole|d" -#: lib/ui/stdcontext.inc:404 lib/ui/stdmenus.inc:198 +#: lib/ui/stdcontext.inc:386 lib/ui/stdmenus.inc:192 msgid "Left Line|L" msgstr "Linka vlevo|l" -#: lib/ui/stdcontext.inc:405 lib/ui/stdmenus.inc:199 +#: lib/ui/stdcontext.inc:387 lib/ui/stdmenus.inc:193 msgid "Right Line|R" msgstr "Linka vpravo|r" -#: lib/ui/stdcontext.inc:407 +#: lib/ui/stdcontext.inc:389 msgid "Left|f" msgstr "Nalevo|l" -#: lib/ui/stdcontext.inc:408 lib/ui/stdmenus.inc:208 +#: lib/ui/stdcontext.inc:390 lib/ui/stdmenus.inc:202 msgid "Center|C" -msgstr "Na střed|s" +msgstr "Na střed|s" -#: lib/ui/stdcontext.inc:409 +#: lib/ui/stdcontext.inc:391 msgid "Right|h" msgstr "Napravo|r" -#: lib/ui/stdcontext.inc:410 +#: lib/ui/stdcontext.inc:392 msgid "Decimal" -msgstr "Dle desetinné čárky|y" +msgstr "Dle desetinnĂŠ čárky|y" -#: lib/ui/stdcontext.inc:412 lib/ui/stdmenus.inc:211 +#: lib/ui/stdcontext.inc:394 lib/ui/stdmenus.inc:205 msgid "Top|T" msgstr "Nahoru|N" -#: lib/ui/stdcontext.inc:413 lib/ui/stdmenus.inc:212 +#: lib/ui/stdcontext.inc:395 lib/ui/stdmenus.inc:206 msgid "Middle|M" -msgstr "Doprostřed|p" +msgstr "Doprostřed|p" -#: lib/ui/stdcontext.inc:414 lib/ui/stdmenus.inc:213 +#: lib/ui/stdcontext.inc:396 lib/ui/stdmenus.inc:207 msgid "Bottom|B" -msgstr "Dolů|D" +msgstr "DolĹŻ|D" -#: lib/ui/stdcontext.inc:416 +#: lib/ui/stdcontext.inc:398 msgid "Append Row|A" -msgstr "Přidat řádek|a" +msgstr "Přidat řádek|a" -#: lib/ui/stdcontext.inc:417 lib/ui/stdmenus.inc:216 +#: lib/ui/stdcontext.inc:399 lib/ui/stdmenus.inc:210 msgid "Delete Row|D" -msgstr "Smazat řádek|t" +msgstr "Smazat řádek|t" -#: lib/ui/stdcontext.inc:418 lib/ui/stdmenus.inc:217 +#: lib/ui/stdcontext.inc:400 lib/ui/stdmenus.inc:211 msgid "Copy Row|o" -msgstr "Zkopírovat řádek|k" +msgstr "ZkopĂ­rovat řádek|k" -#: lib/ui/stdcontext.inc:419 -#, fuzzy -msgid "Move Row Up" -msgstr "Přesunout sekci nahorů|n" - -#: lib/ui/stdcontext.inc:420 -#, fuzzy -msgid "Move Row Down" -msgstr "Přesunout sekci dolů|d" - -#: lib/ui/stdcontext.inc:422 +#: lib/ui/stdcontext.inc:403 msgid "Append Column|p" -msgstr "Přidat sloupec|c" +msgstr "Přidat sloupec|c" -#: lib/ui/stdcontext.inc:423 lib/ui/stdmenus.inc:221 +#: lib/ui/stdcontext.inc:404 lib/ui/stdmenus.inc:215 msgid "Delete Column|e" msgstr "Smazat sloupec|m" -#: lib/ui/stdcontext.inc:424 +#: lib/ui/stdcontext.inc:405 msgid "Copy Column|y" -msgstr "Zkopírovat sloupec|o" +msgstr "ZkopĂ­rovat sloupec|o" -#: lib/ui/stdcontext.inc:425 -msgid "Move Column Right|v" -msgstr "" +#: lib/ui/stdcontext.inc:408 +msgid "Settings...|g" +msgstr "NastavenĂ­...|N" -#: lib/ui/stdcontext.inc:426 -msgid "Move Column Left" -msgstr "" - -#: lib/ui/stdcontext.inc:436 lib/ui/stdmenus.inc:30 +#: lib/ui/stdcontext.inc:416 lib/ui/stdmenus.inc:30 msgid "File|F" msgstr "Soubor|o" -#: lib/ui/stdcontext.inc:437 +#: lib/ui/stdcontext.inc:417 msgid "Path|P" msgstr "Cesta|C" -#: lib/ui/stdcontext.inc:438 +#: lib/ui/stdcontext.inc:418 msgid "Class|C" -msgstr "Třída|T" +msgstr "Třída|T" -#: lib/ui/stdcontext.inc:440 +#: lib/ui/stdcontext.inc:420 msgid "File Revision|R" msgstr "Revize souboru|R" -#: lib/ui/stdcontext.inc:441 +#: lib/ui/stdcontext.inc:421 msgid "Tree Revision|T" -msgstr "Revize pracovního adresáře|p" +msgstr "Revize pracovnĂ­ho adresáře|p" -#: lib/ui/stdcontext.inc:442 +#: lib/ui/stdcontext.inc:422 msgid "Revision Author|A" msgstr "Autor revize|A" -#: lib/ui/stdcontext.inc:443 +#: lib/ui/stdcontext.inc:423 msgid "Revision Date|D" msgstr "Datum revize|D" -#: lib/ui/stdcontext.inc:444 +#: lib/ui/stdcontext.inc:424 msgid "Revision Time|i" -msgstr "Čas revize|e" +msgstr "Čas revize|e" -#: lib/ui/stdcontext.inc:446 +#: lib/ui/stdcontext.inc:426 msgid "LyX Version|X" msgstr "Verze LyX-u|X" -#: lib/ui/stdcontext.inc:450 +#: lib/ui/stdcontext.inc:430 msgid "Document Info|D" msgstr "Informace o dokumentu|d" -#: lib/ui/stdcontext.inc:452 +#: lib/ui/stdcontext.inc:432 msgid "Copy Text|o" -msgstr "Zkopírovat text|k" +msgstr "ZkopĂ­rovat text|k" -#: lib/ui/stdcontext.inc:461 lib/ui/stdcontext.inc:484 +#: lib/ui/stdcontext.inc:441 lib/ui/stdcontext.inc:461 msgid "Activate Branch|A" -msgstr "Aktivovat větev|A" +msgstr "Aktivovat větev|A" -#: lib/ui/stdcontext.inc:462 lib/ui/stdcontext.inc:485 +#: lib/ui/stdcontext.inc:442 lib/ui/stdcontext.inc:462 msgid "Deactivate Branch|e" -msgstr "Deaktivovat větev|v" +msgstr "Deaktivovat větev|v" -#: lib/ui/stdcontext.inc:463 -#, fuzzy -msgid "Activate Branch in Master|M" -msgstr "Aktivovat větev|A" - -#: lib/ui/stdcontext.inc:464 -#, fuzzy -msgid "Deactivate Branch in Master|v" -msgstr "Deaktivovat větev|v" - -#: lib/ui/stdcontext.inc:465 -#, fuzzy -msgid "Add Unknown Branch|w" -msgstr "Neznámá větev" - -#: lib/ui/stdcontext.inc:474 +#: lib/ui/stdcontext.inc:451 msgid "Insert Reference at Cursor Position|I" -msgstr "Vložit křížový odkaz na pozici kurzoru|k" +msgstr "VloĹžit křížovĂ˝ odkaz na pozici kurzoru|k" -#: lib/ui/stdcontext.inc:568 +#: lib/ui/stdcontext.inc:545 msgid "All Indexes|A" -msgstr "Všechny rejstříky|r" +msgstr "VĹĄechny rejstříky|r" -#: lib/ui/stdcontext.inc:571 +#: lib/ui/stdcontext.inc:548 msgid "Subindex|b" -msgstr "Podrejstřík|P" +msgstr "Podrejstřík|P" -#: lib/ui/stdcontext.inc:599 lib/ui/stdmenus.inc:526 +#: lib/ui/stdcontext.inc:576 lib/ui/stdmenus.inc:519 msgid "Reject Change|R" -msgstr "Odmítnout změnu|m" +msgstr "OdmĂ­tnout změnu|m" -#: lib/ui/stdcontext.inc:607 +#: lib/ui/stdcontext.inc:584 msgid "Promote Section|P" -msgstr "Zvýšit úroveň sekce|Z" +msgstr "Zvýťit Ăşroveň sekce|Z" -#: lib/ui/stdcontext.inc:608 +#: lib/ui/stdcontext.inc:585 msgid "Demote Section|D" -msgstr "Snížit úroveň sekce|S" +msgstr "SnĂ­Ĺžit Ăşroveň sekce|S" -#: lib/ui/stdcontext.inc:610 +#: lib/ui/stdcontext.inc:587 msgid "Move Section Down|w" -msgstr "Přesunout sekci dolů|d" +msgstr "Přesunout sekci dolĹŻ|d" -#: lib/ui/stdcontext.inc:612 +#: lib/ui/stdcontext.inc:589 msgid "Select Section|S" msgstr "Vybrat sekce|e" -#: lib/ui/stdcontext.inc:620 -msgid "Wrap by Preview|y" -msgstr "Obalit náhledem (preview)|O" +#: lib/ui/stdcontext.inc:597 +msgid "Wrap by Preview|P" +msgstr "Obalit nĂĄhledem (preview)" #: lib/ui/stdmenus.inc:31 msgid "Edit|E" -msgstr "Úpravy|y" +msgstr "Úpravy|y" #: lib/ui/stdmenus.inc:32 msgid "View|V" -msgstr "Prohlížet|r" +msgstr "ProhlĂ­Ĺžet|r" #: lib/ui/stdmenus.inc:33 msgid "Insert|I" -msgstr "Vložit|V" +msgstr "VloĹžit|V" #: lib/ui/stdmenus.inc:34 msgid "Navigate|N" @@ -15786,55 +12759,55 @@ msgstr "Dokument|D" #: lib/ui/stdmenus.inc:36 msgid "Tools|T" -msgstr "Nástroje|t" +msgstr "NĂĄstroje|t" #: lib/ui/stdmenus.inc:37 msgid "Help|H" -msgstr "Nápověda|N" +msgstr "NĂĄpověda|N" #: lib/ui/stdmenus.inc:45 msgid "New|N" -msgstr "Nový|N" +msgstr "NovĂ˝|N" #: lib/ui/stdmenus.inc:46 msgid "New from Template...|m" -msgstr "Nový ze šablony...|b" +msgstr "NovĂ˝ ze ĹĄablony...|b" #: lib/ui/stdmenus.inc:47 msgid "Open...|O" -msgstr "Otevřít...|O" +msgstr "Otevřít...|O" #: lib/ui/stdmenus.inc:48 msgid "Open Recent|t" -msgstr "Otevřít poslední|l" +msgstr "Otevřít poslednĂ­|l" #: lib/ui/stdmenus.inc:50 msgid "Close|C" -msgstr "Zavřít|Z" +msgstr "Zavřít|Z" #: lib/ui/stdmenus.inc:51 msgid "Close All" -msgstr "Zavřít vše|t" +msgstr "Zavřít vĹĄe|t" #: lib/ui/stdmenus.inc:52 msgid "Save|S" -msgstr "Uložit|U" +msgstr "UloĹžit|U" #: lib/ui/stdmenus.inc:53 msgid "Save As...|A" -msgstr "Uložit jako|j" +msgstr "UloĹžit jako|j" #: lib/ui/stdmenus.inc:54 msgid "Save All|l" -msgstr "Uložit vše|i" +msgstr "UloĹžit vĹĄe|i" #: lib/ui/stdmenus.inc:55 msgid "Revert to Saved|R" -msgstr "Vrátit se k původní verzi|r" +msgstr "VrĂĄtit se k pĹŻvodnĂ­ verzi|r" #: lib/ui/stdmenus.inc:56 msgid "Version Control|V" -msgstr "Správa verzí|S" +msgstr "SprĂĄva verzĂ­|S" #: lib/ui/stdmenus.inc:58 msgid "Import|I" @@ -15854,11 +12827,11 @@ msgstr "Fax...|F" #: lib/ui/stdmenus.inc:63 msgid "New Window|W" -msgstr "Nové okno|v" +msgstr "NovĂŠ okno|v" #: lib/ui/stdmenus.inc:64 msgid "Close Window|d" -msgstr "Zavřít okno|a" +msgstr "Zavřít okno|a" #: lib/ui/stdmenus.inc:66 msgid "Exit|x" @@ -15870,950 +12843,907 @@ msgstr "Zaregistrovat soubor...|Z" #: lib/ui/stdmenus.inc:75 msgid "Check In Changes...|I" -msgstr "Uložit změny do repositáře...|U" +msgstr "UloĹžit změny do repositáře...|U" #: lib/ui/stdmenus.inc:76 msgid "Check Out for Edit|O" -msgstr "Načíst nejnovější verzi z repositáře|r" +msgstr "Načíst nejnovějĹĄĂ­ verzi z repositáře|r" #: lib/ui/stdmenus.inc:77 -#, fuzzy -msgid "Copy|p" -msgstr "Zkopírovat|k" +msgid "Update Local Directory From Repository|d" +msgstr "Aktualizovat lokĂĄlnĂ­ adresář z repositáře|l" #: lib/ui/stdmenus.inc:78 -#, fuzzy -msgid "Rename|R" -msgstr "Pře&jmenovat" +msgid "Revert to Repository Version|v" +msgstr "NĂĄvrat k poslednĂ­ verzi v repozitáři|N" #: lib/ui/stdmenus.inc:79 -msgid "Update Local Directory From Repository|d" -msgstr "Aktualizovat lokální adresář z repositáře|l" +msgid "Undo Last Check In|U" +msgstr "ZruĹĄit poslednĂ­ zĂĄpis změn|p" #: lib/ui/stdmenus.inc:80 -msgid "Revert to Repository Version|v" -msgstr "Návrat k poslední verzi v repozitáři|N" +msgid "Compare with Older Revision...|C" +msgstr "Porovnat se starĹĄĂ­ revizĂ­...|s" #: lib/ui/stdmenus.inc:81 -msgid "Undo Last Check In|U" -msgstr "Zrušit poslední zápis změn|p" - -#: lib/ui/stdmenus.inc:82 -msgid "Compare with Older Revision...|C" -msgstr "Porovnat se starší revizí...|s" - -#: lib/ui/stdmenus.inc:83 msgid "Show History...|H" msgstr "Zobrazit historii...|h" -#: lib/ui/stdmenus.inc:84 +#: lib/ui/stdmenus.inc:82 msgid "Use Locking Property|L" -msgstr "Používat zamykání souborů|z" +msgstr "PouŞívat zamykĂĄnĂ­ souborĹŻ|z" -#: lib/ui/stdmenus.inc:92 +#: lib/ui/stdmenus.inc:90 #, fuzzy msgid "Export As...|s" -msgstr "Exportování..." +msgstr "ExportovĂĄnĂ­..." -#: lib/ui/stdmenus.inc:94 +#: lib/ui/stdmenus.inc:92 msgid "More Formats & Options...|O" -msgstr "Více formátů a voleb...|V" +msgstr "VĂ­ce formĂĄtĹŻ a voleb...|V" -#: lib/ui/stdmenus.inc:102 +#: lib/ui/stdmenus.inc:100 msgid "Undo|U" -msgstr "Zpět změnu|Z" +msgstr "Zpět změnu|Z" -#: lib/ui/stdmenus.inc:103 +#: lib/ui/stdmenus.inc:101 msgid "Redo|R" -msgstr "Znovu změnu|n" +msgstr "Znovu změnu|n" + +#: lib/ui/stdmenus.inc:107 +msgid "Paste Special" +msgstr "VloĹžit speciĂĄlnĂ­|s" #: lib/ui/stdmenus.inc:109 -msgid "Paste Special" -msgstr "Vložit speciální|s" - -#: lib/ui/stdmenus.inc:111 +#, fuzzy msgid "Select Whole Inset" -msgstr "Vyber celou vložku" +msgstr "Vyber soubor pro vloĹženĂ­" + +#: lib/ui/stdmenus.inc:110 +msgid "Select All" +msgstr "Vybrat vĹĄe" #: lib/ui/stdmenus.inc:112 -msgid "Select All" -msgstr "Vybrat vše" - -#: lib/ui/stdmenus.inc:114 msgid "Find & Replace (Quick)...|F" -msgstr "Najít & Zaměnit...|j" +msgstr "NajĂ­t & Zaměnit...|j" -#: lib/ui/stdmenus.inc:115 +#: lib/ui/stdmenus.inc:113 msgid "Find & Replace (Advanced)..." -msgstr "Najít & Zaměnit (pokročilé)...|i" +msgstr "NajĂ­t & Zaměnit (pokročilĂŠ)...|i" -#: lib/ui/stdmenus.inc:120 -msgid "Text Style|S" -msgstr "Styl textu|t" - -#: lib/ui/stdmenus.inc:125 +#: lib/ui/stdmenus.inc:123 msgid "Table|T" msgstr "Tabulka|a" -#: lib/ui/stdmenus.inc:126 lib/ui/stdmenus.inc:586 +#: lib/ui/stdmenus.inc:124 lib/ui/stdmenus.inc:579 msgid "Math|M" msgstr "Matematika|M" -#: lib/ui/stdmenus.inc:127 +#: lib/ui/stdmenus.inc:125 msgid "Rows & Columns|C" -msgstr "Řádky & sloupce|y" +msgstr "Řådky & sloupce|y" + +#: lib/ui/stdmenus.inc:132 +msgid "Increase List Depth|I" +msgstr "ZvětĹĄit hloubku seznamu|v" + +#: lib/ui/stdmenus.inc:133 +msgid "Decrease List Depth|D" +msgstr "ZmenĹĄit hloubku seznamu|m" #: lib/ui/stdmenus.inc:134 -msgid "Increase List Depth|I" -msgstr "Zvětšit hloubku seznamu|v" +msgid "Dissolve Inset" +msgstr "Rozpustit vloĹžku do textu|u" #: lib/ui/stdmenus.inc:135 -msgid "Decrease List Depth|D" -msgstr "Zmenšit hloubku seznamu|m" - -#: lib/ui/stdmenus.inc:136 -msgid "Dissolve Inset" -msgstr "Rozpustit vložku do textu|u" +msgid "TeX Code Settings...|C" +msgstr "NastavenĂ­ TeX-ovĂŠho kĂłdu...|N" #: lib/ui/stdmenus.inc:137 -msgid "TeX Code Settings...|C" -msgstr "Nastavení TeX-ového kódu...|N" +msgid "Float Settings...|a" +msgstr "NastavenĂ­ plovoucĂ­ch objektĹŻ...|p" + +#: lib/ui/stdmenus.inc:138 +msgid "Text Wrap Settings...|W" +msgstr "NastavenĂ­ obtĂŠkĂĄnĂ­ textu...|t" #: lib/ui/stdmenus.inc:139 -msgid "Float Settings...|a" -msgstr "Nastavení plovoucích objektů...|p" +msgid "Note Settings...|N" +msgstr "NastavenĂ­ poznĂĄmky...|z" #: lib/ui/stdmenus.inc:140 -msgid "Text Wrap Settings...|W" -msgstr "Nastavení obtékání textu...|t" +msgid "Phantom Settings...|h" +msgstr "NastavenĂ­ fantĂłmu...|f" #: lib/ui/stdmenus.inc:141 -msgid "Note Settings...|N" -msgstr "Nastavení poznámky...|z" +msgid "Branch Settings...|B" +msgstr "NastavenĂ­ větve...|V" #: lib/ui/stdmenus.inc:142 -msgid "Phantom Settings...|h" -msgstr "Nastavení fantómu...|f" +msgid "Box Settings...|x" +msgstr "NastavenĂ­ rĂĄmečku...|r" #: lib/ui/stdmenus.inc:143 -msgid "Branch Settings...|B" -msgstr "Nastavení větve...|V" +msgid "Index Entry Settings...|y" +msgstr "NastavenĂ­ hesla rejstříku...|t" #: lib/ui/stdmenus.inc:144 -msgid "Box Settings...|x" -msgstr "Nastavení rámečku...|r" +msgid "Index Settings...|x" +msgstr "NastavenĂ­ rejstříku...|r" #: lib/ui/stdmenus.inc:145 -msgid "Index Entry Settings...|y" -msgstr "Nastavení hesla rejstříku...|t" +msgid "Info Settings...|n" +msgstr "NastavenĂ­ vloĹžky informacĂ­...|i" #: lib/ui/stdmenus.inc:146 -msgid "Index Settings...|x" -msgstr "Nastavení rejstříku...|r" - -#: lib/ui/stdmenus.inc:147 -msgid "Info Settings...|n" -msgstr "Nastavení vložky informací...|i" - -#: lib/ui/stdmenus.inc:148 msgid "Listings Settings...|g" -msgstr "Nastavení výpisů...|N" +msgstr "NastavenĂ­ vĂ˝pisĹŻ...|N" -#: lib/ui/stdmenus.inc:152 +#: lib/ui/stdmenus.inc:150 msgid "Table Settings...|a" -msgstr "Nastavení tabulky...|b" +msgstr "NastavenĂ­ tabulky...|b" -#: lib/ui/stdmenus.inc:153 -#, fuzzy -msgid "Split Environment|l" -msgstr "Split prostředí|S" +#: lib/ui/stdmenus.inc:154 +msgid "Plain Text|T" +msgstr "Jako prostĂ˝ text|a" + +#: lib/ui/stdmenus.inc:155 +msgid "Plain Text, Join Lines|J" +msgstr "ProstĂ˝ text, spojit řádky|s" #: lib/ui/stdmenus.inc:157 -msgid "Paste from HTML|H" -msgstr "" +msgid "Selection|S" +msgstr "VĂ˝běr|V" #: lib/ui/stdmenus.inc:158 -msgid "Paste from LaTeX|L" -msgstr "" - -#: lib/ui/stdmenus.inc:159 -msgid "Paste as LinkBack PDF" -msgstr "Vložit jako LinkBack PDF" +msgid "Selection, Join Lines|i" +msgstr "VĂ˝běr, spojit řádky|o" #: lib/ui/stdmenus.inc:160 -msgid "Paste as PDF" -msgstr "Vložit jako PDF" - -#: lib/ui/stdmenus.inc:161 -msgid "Paste as PNG" -msgstr "Vložit jako PNG" - -#: lib/ui/stdmenus.inc:162 -msgid "Paste as JPEG" -msgstr "Vložit jako JPEG" - -#: lib/ui/stdmenus.inc:163 -#, fuzzy -msgid "Paste as EMF" -msgstr "Vložit jako PDF" - -#: lib/ui/stdmenus.inc:165 -msgid "Plain Text|T" -msgstr "Jako prostý text|a" - -#: lib/ui/stdmenus.inc:166 -msgid "Plain Text, Join Lines|J" -msgstr "Prostý text, spojit řádky|s" - -#: lib/ui/stdmenus.inc:168 -msgid "Selection|S" -msgstr "Výběr|V" - -#: lib/ui/stdmenus.inc:169 -msgid "Selection, Join Lines|i" -msgstr "Výběr, spojit řádky|o" - -#: lib/ui/stdmenus.inc:171 msgid "Unformatted Text|U" msgstr "" -#: lib/ui/stdmenus.inc:172 +#: lib/ui/stdmenus.inc:161 #, fuzzy msgid "Unformatted, Join Lines|o" -msgstr "Prostý text, spojit řádky|s" +msgstr "ProstĂ˝ text, spojit řádky|s" -#: lib/ui/stdmenus.inc:180 +#: lib/ui/stdmenus.inc:163 +msgid "Paste as LinkBack PDF" +msgstr "VloĹžit jako LinkBack PDF" + +#: lib/ui/stdmenus.inc:164 +msgid "Paste as PDF" +msgstr "VloĹžit jako PDF" + +#: lib/ui/stdmenus.inc:165 +msgid "Paste as PNG" +msgstr "VloĹžit jako PNG" + +#: lib/ui/stdmenus.inc:166 +msgid "Paste as JPEG" +msgstr "VloĹžit jako JPEG" + +#: lib/ui/stdmenus.inc:174 msgid "Dissolve Text Style" msgstr "Rozpustit styl znaku do textu|R" -#: lib/ui/stdmenus.inc:184 +#: lib/ui/stdmenus.inc:178 msgid "Customized...|C" -msgstr "Vlastní...|V" +msgstr "VlastnĂ­...|V" -#: lib/ui/stdmenus.inc:186 +#: lib/ui/stdmenus.inc:180 msgid "Capitalize|a" -msgstr "První velké|k" +msgstr "PrvnĂ­ velkĂŠ|k" + +#: lib/ui/stdmenus.inc:181 +msgid "Uppercase|U" +msgstr "VelkĂĄ pĂ­smena|l" + +#: lib/ui/stdmenus.inc:182 +msgid "Lowercase|L" +msgstr "MalĂĄ pĂ­smena|M" #: lib/ui/stdmenus.inc:187 -msgid "Uppercase|U" -msgstr "Velká písmena|l" +msgid "Multicolumn|M" +msgstr "VĂ­cesloupcovĂĄ buňka|b" #: lib/ui/stdmenus.inc:188 -msgid "Lowercase|L" -msgstr "Malá písmena|M" - -#: lib/ui/stdmenus.inc:193 -msgid "Multicolumn|M" -msgstr "Vícesloupcová buňka|b" - -#: lib/ui/stdmenus.inc:194 msgid "Multirow|u" -msgstr "Vícesloupcová|V" +msgstr "VĂ­cesloupcovĂĄ|V" -#: lib/ui/stdmenus.inc:196 +#: lib/ui/stdmenus.inc:190 msgid "Top Line|T" -msgstr "Linka nahoře|n" +msgstr "Linka nahoře|n" -#: lib/ui/stdmenus.inc:197 +#: lib/ui/stdmenus.inc:191 msgid "Bottom Line|B" msgstr "Linka dole|d" -#: lib/ui/stdmenus.inc:201 +#: lib/ui/stdmenus.inc:195 msgid "Top|p" msgstr "Nahoru|a" -#: lib/ui/stdmenus.inc:202 +#: lib/ui/stdmenus.inc:196 msgid "Middle|i" -msgstr "Doprostřed|p" +msgstr "Doprostřed|p" -#: lib/ui/stdmenus.inc:203 +#: lib/ui/stdmenus.inc:197 msgid "Bottom|o" -msgstr "Dolů|o" +msgstr "DolĹŻ|o" -#: lib/ui/stdmenus.inc:207 +#: lib/ui/stdmenus.inc:201 msgid "Left|L" msgstr "Nalevo|l" -#: lib/ui/stdmenus.inc:209 +#: lib/ui/stdmenus.inc:203 msgid "Right|R" msgstr "Napravo|r" -#: lib/ui/stdmenus.inc:215 +#: lib/ui/stdmenus.inc:209 msgid "Add Row|A" -msgstr "Přidat řádek|a" +msgstr "Přidat řádek|a" -#: lib/ui/stdmenus.inc:220 +#: lib/ui/stdmenus.inc:214 msgid "Add Column|u" -msgstr "Přidat sloupec|c" +msgstr "Přidat sloupec|c" -#: lib/ui/stdmenus.inc:222 +#: lib/ui/stdmenus.inc:216 msgid "Copy Column|p" -msgstr "Zkopírovat sloupec|o" +msgstr "ZkopĂ­rovat sloupec|o" -#: lib/ui/stdmenus.inc:229 +#: lib/ui/stdmenus.inc:223 msgid "Change Limits Type|L" -msgstr "Změnit styl indexů|i" +msgstr "Změnit styl indexĹŻ|i" -#: lib/ui/stdmenus.inc:230 +#: lib/ui/stdmenus.inc:224 msgid "Macro Definition" msgstr "Definice makra" -#: lib/ui/stdmenus.inc:232 +#: lib/ui/stdmenus.inc:226 msgid "Change Formula Type|F" -msgstr "Změnit typ vzorce|v" +msgstr "Změnit typ vzorce|v" -#: lib/ui/stdmenus.inc:234 +#: lib/ui/stdmenus.inc:228 msgid "Text Style|T" msgstr "Styl textu|S" -#: lib/ui/stdmenus.inc:236 +#: lib/ui/stdmenus.inc:230 msgid "Use Computer Algebra System|S" -msgstr "Použít algebraické programy|a" +msgstr "PouŞít algebraickĂŠ programy|a" -#: lib/ui/stdmenus.inc:240 +#: lib/ui/stdmenus.inc:234 msgid "Add Line Above|A" -msgstr "Přidat linku nad|t" +msgstr "Přidat linku nad|t" -#: lib/ui/stdmenus.inc:242 +#: lib/ui/stdmenus.inc:236 msgid "Delete Line Above|D" msgstr "Smazat linku nad|d" -#: lib/ui/stdmenus.inc:243 +#: lib/ui/stdmenus.inc:237 msgid "Delete Line Below|e" msgstr "Smazat linku pod|p" -#: lib/ui/stdmenus.inc:255 +#: lib/ui/stdmenus.inc:249 msgid "Make First Non-Optional into Optional Argument" -msgstr "Změnit první povinný argument na volitelný" +msgstr "Změnit prvnĂ­ povinnĂ˝ argument na volitelnĂ˝" -#: lib/ui/stdmenus.inc:256 +#: lib/ui/stdmenus.inc:250 msgid "Make Last Optional into Non-Optional Argument" -msgstr "Změnit poslední volitelný argument na povinný" +msgstr "Změnit poslednĂ­ volitelnĂ˝ argument na povinnĂ˝" + +#: lib/ui/stdmenus.inc:260 +msgid "Default|t" +msgstr "StandardnĂ­" + +#: lib/ui/stdmenus.inc:261 +msgid "Display|D" +msgstr "CelořádkovĂ˝ (display)|C" + +#: lib/ui/stdmenus.inc:262 +msgid "Inline|I" +msgstr "Uvnitř řádky (inline)|U" #: lib/ui/stdmenus.inc:266 -msgid "Default|t" -msgstr "Standardní" - -#: lib/ui/stdmenus.inc:267 -msgid "Display|D" -msgstr "Celořádkový (display)|C" +msgid "Math Normal Font|N" +msgstr "Mat. normĂĄlnĂ­|n" #: lib/ui/stdmenus.inc:268 -msgid "Inline|I" -msgstr "Uvnitř řádky (inline)|U" +msgid "Math Calligraphic Family|C" +msgstr "Mat. kaligrafickĂĄ rodina pĂ­sma|k" + +#: lib/ui/stdmenus.inc:269 +msgid "Math Formal Script Family|o" +msgstr "Mat. rodina kaligrafickĂŠho pĂ­sma Formal|o" + +#: lib/ui/stdmenus.inc:270 +msgid "Math Fraktur Family|F" +msgstr "Mat. rodina pĂ­sma Fraktur|F" + +#: lib/ui/stdmenus.inc:271 +msgid "Math Roman Family|R" +msgstr "Mat. rodina pĂ­sma antikva (Roman)|a" #: lib/ui/stdmenus.inc:272 -msgid "Math Normal Font|N" -msgstr "Mat. normální|n" +msgid "Math Sans Serif Family|S" +msgstr "Mat. rodina bezpatkovĂŠho pĂ­sma (Sans Serif)|b" #: lib/ui/stdmenus.inc:274 -msgid "Math Calligraphic Family|C" -msgstr "Mat. kaligrafická rodina písma|k" - -#: lib/ui/stdmenus.inc:275 -msgid "Math Formal Script Family|o" -msgstr "Mat. rodina kaligrafického písma Formal|o" +msgid "Math Bold Series|B" +msgstr "Mat. tučnĂ˝ duktus|t" #: lib/ui/stdmenus.inc:276 -msgid "Math Fraktur Family|F" -msgstr "Mat. rodina písma Fraktur|F" - -#: lib/ui/stdmenus.inc:277 -msgid "Math Roman Family|R" -msgstr "Mat. rodina písma antikva (Roman)|a" +msgid "Text Normal Font|T" +msgstr "Text. normĂĄlnĂ­ pĂ­smo" #: lib/ui/stdmenus.inc:278 -msgid "Math Sans Serif Family|S" -msgstr "Mat. rodina bezpatkového písma (Sans Serif)|b" +msgid "Text Roman Family" +msgstr "Text. rodina pĂ­sma antikva (Roman)" + +#: lib/ui/stdmenus.inc:279 +msgid "Text Sans Serif Family" +msgstr "Text. rodina bezpatkovĂŠho pĂ­sma (Sans Serif)" #: lib/ui/stdmenus.inc:280 -msgid "Math Bold Series|B" -msgstr "Mat. tučný duktus|t" - -#: lib/ui/stdmenus.inc:282 -msgid "Text Normal Font|T" -msgstr "Text. normální písmo" - -#: lib/ui/stdmenus.inc:284 -msgid "Text Roman Family" -msgstr "Text. rodina písma antikva (Roman)" - -#: lib/ui/stdmenus.inc:285 -msgid "Text Sans Serif Family" -msgstr "Text. rodina bezpatkového písma (Sans Serif)" - -#: lib/ui/stdmenus.inc:286 msgid "Text Typewriter Family" msgstr "Text. strojopis" -#: lib/ui/stdmenus.inc:288 +#: lib/ui/stdmenus.inc:282 msgid "Text Bold Series" -msgstr "Text. tučný duktus" +msgstr "Text. tučnĂ˝ duktus" -#: lib/ui/stdmenus.inc:289 +#: lib/ui/stdmenus.inc:283 msgid "Text Medium Series" -msgstr "Text. střední duktus" +msgstr "Text. střednĂ­ duktus" -#: lib/ui/stdmenus.inc:291 +#: lib/ui/stdmenus.inc:285 msgid "Text Italic Shape" -msgstr "Text. řez kurzíva (italic)" +msgstr "Text. řez kurzĂ­va (italic)" + +#: lib/ui/stdmenus.inc:286 +msgid "Text Small Caps Shape" +msgstr "Text. řez kapitĂĄlky (small caps)" + +#: lib/ui/stdmenus.inc:287 +msgid "Text Slanted Shape" +msgstr "Text. řez skloněnĂŠ (slanted)" + +#: lib/ui/stdmenus.inc:288 +msgid "Text Upright Shape" +msgstr "Text. řez stojatĂ˝" #: lib/ui/stdmenus.inc:292 -msgid "Text Small Caps Shape" -msgstr "Text. řez kapitálky (small caps)" - -#: lib/ui/stdmenus.inc:293 -msgid "Text Slanted Shape" -msgstr "Text. řez skloněné (slanted)" - -#: lib/ui/stdmenus.inc:294 -msgid "Text Upright Shape" -msgstr "Text. řez stojatý" - -#: lib/ui/stdmenus.inc:298 msgid "Octave|O" msgstr "Octave|O" -#: lib/ui/stdmenus.inc:299 +#: lib/ui/stdmenus.inc:293 msgid "Maxima|M" msgstr "Maxima|M" -#: lib/ui/stdmenus.inc:300 +#: lib/ui/stdmenus.inc:294 msgid "Mathematica|a" msgstr "Mathematica|a" -#: lib/ui/stdmenus.inc:302 +#: lib/ui/stdmenus.inc:296 msgid "Maple, Simplify|S" -msgstr "Maple, simplify (zjednodušit)|z" +msgstr "Maple, simplify (zjednoduĹĄit)|z" -#: lib/ui/stdmenus.inc:303 +#: lib/ui/stdmenus.inc:297 msgid "Maple, Factor|F" -msgstr "Maple, factor (rozložit)|r" +msgstr "Maple, factor (rozloĹžit)|r" -#: lib/ui/stdmenus.inc:304 +#: lib/ui/stdmenus.inc:298 msgid "Maple, Evalm|E" msgstr "Maple, evalm (vyhodnotit)|v" -#: lib/ui/stdmenus.inc:305 +#: lib/ui/stdmenus.inc:299 msgid "Maple, Evalf|v" -msgstr "Maple, evalf (plovoucí čárka)|e" +msgstr "Maple, evalf (plovoucĂ­ čárka)|e" + +#: lib/ui/stdmenus.inc:318 +msgid "Open All Insets|O" +msgstr "Otevři vĹĄechny vloĹžky|O" + +#: lib/ui/stdmenus.inc:319 +msgid "Close All Insets|C" +msgstr "Zavři vĹĄechny vloĹžky|Z" + +#: lib/ui/stdmenus.inc:321 +msgid "Unfold Math Macro|n" +msgstr "Rozbalit matematickĂŠ makro|m" + +#: lib/ui/stdmenus.inc:322 +msgid "Fold Math Macro|d" +msgstr "Zabalit matematickĂŠ makro|b" #: lib/ui/stdmenus.inc:324 -msgid "Open All Insets|O" -msgstr "Otevři všechny vložky|O" +msgid "View Source|S" +msgstr "ZdrojovĂ˝ text pro LaTeX|x" #: lib/ui/stdmenus.inc:325 -msgid "Close All Insets|C" -msgstr "Zavři všechny vložky|Z" - -#: lib/ui/stdmenus.inc:327 -msgid "Unfold Math Macro|n" -msgstr "Rozbalit matematické makro|m" +msgid "View Messages|g" +msgstr "ProhlĂ­Ĺžet ladĂ­cĂ­ vĂ˝pisy|P" #: lib/ui/stdmenus.inc:328 -msgid "Fold Math Macro|d" -msgstr "Zabalit matematické makro|b" +msgid "View Master Document|M" +msgstr "ProhlĂ­Ĺžet hlavnĂ­ dokument|h" -#: lib/ui/stdmenus.inc:330 -#, fuzzy -msgid "Outline Pane|u" -msgstr "Osnova|O" +#: lib/ui/stdmenus.inc:329 +msgid "Update Master Document|a" +msgstr "Aktualizovat hlavnĂ­ dokument|A" #: lib/ui/stdmenus.inc:331 -#, fuzzy -msgid "Source Pane|S" -msgstr "Zdrojový text pro LaTeX|x" +msgid "Split View Into Left and Right Half|i" +msgstr "VertikĂĄlnĂ­ rozdělenĂ­|V" #: lib/ui/stdmenus.inc:332 -#, fuzzy -msgid "Messages Pane|g" -msgstr "Prohlížet ladící výpisy|P" +msgid "Split View Into Upper and Lower Half|e" +msgstr "HorizontĂĄlnĂ­ rozdělenĂ­|t" #: lib/ui/stdmenus.inc:333 -msgid "Toolbars|b" -msgstr "Panely nástrojů|n" +msgid "Close Current View|w" +msgstr "Uzavřít skupinu panelĹŻ|U" + +#: lib/ui/stdmenus.inc:334 +msgid "Fullscreen|l" +msgstr "CeloobrazovkovĂ˝ mĂłd|C" #: lib/ui/stdmenus.inc:335 -msgid "Split View Into Left and Right Half|i" -msgstr "Vertikální rozdělení|V" +msgid "Toolbars|b" +msgstr "Panely nĂĄstrojĹŻ|n" -#: lib/ui/stdmenus.inc:336 -msgid "Split View Into Upper and Lower Half|e" -msgstr "Horizontální rozdělení|t" - -#: lib/ui/stdmenus.inc:337 -msgid "Close Current View|w" -msgstr "Uzavřít skupinu panelů|U" - -#: lib/ui/stdmenus.inc:338 -msgid "Fullscreen|l" -msgstr "Celoobrazovkový mód|C" - -#: lib/ui/stdmenus.inc:353 +#: lib/ui/stdmenus.inc:350 msgid "Math|h" msgstr "Matematika|M" -#: lib/ui/stdmenus.inc:354 +#: lib/ui/stdmenus.inc:351 msgid "Special Character|p" -msgstr "Speciální znak|z" +msgstr "SpeciĂĄlnĂ­ znak|z" -#: lib/ui/stdmenus.inc:355 +#: lib/ui/stdmenus.inc:352 msgid "Formatting|o" -msgstr "Formátování|F" +msgstr "FormĂĄtovĂĄnĂ­|F" -#: lib/ui/stdmenus.inc:356 +#: lib/ui/stdmenus.inc:353 msgid "List / TOC|i" msgstr "Seznamy / Obsah" -#: lib/ui/stdmenus.inc:357 +#: lib/ui/stdmenus.inc:354 msgid "Float|a" -msgstr "Plovoucí objekt|P" +msgstr "PlovoucĂ­ objekt|P" + +#: lib/ui/stdmenus.inc:355 +msgid "Note|N" +msgstr "PoznĂĄmka|n" + +#: lib/ui/stdmenus.inc:356 +msgid "Branch|B" +msgstr "Větev|V" + +#: lib/ui/stdmenus.inc:357 +msgid "Custom Insets" +msgstr "VlastnĂ­ vloĹžky" #: lib/ui/stdmenus.inc:358 -msgid "Note|N" -msgstr "Poznámka|n" - -#: lib/ui/stdmenus.inc:359 -msgid "Branch|B" -msgstr "Větev|V" - -#: lib/ui/stdmenus.inc:360 -msgid "Custom Insets" -msgstr "Vlastní vložky" - -#: lib/ui/stdmenus.inc:361 msgid "File|e" msgstr "Soubor|b" -#: lib/ui/stdmenus.inc:362 +#: lib/ui/stdmenus.inc:359 msgid "Box[[Menu]]" -msgstr "Rámeček|R" +msgstr "RĂĄmeček|R" -#: lib/ui/stdmenus.inc:365 +#: lib/ui/stdmenus.inc:362 msgid "Citation...|C" msgstr "Citace...|C" -#: lib/ui/stdmenus.inc:366 +#: lib/ui/stdmenus.inc:363 msgid "Cross-Reference...|R" -msgstr "Křížový odkaz...|K" +msgstr "KřížovĂ˝ odkaz...|K" + +#: lib/ui/stdmenus.inc:364 +msgid "Label...|L" +msgstr "Značka...|a" #: lib/ui/stdmenus.inc:367 -msgid "Label...|L" -msgstr "Značka...|a" - -#: lib/ui/stdmenus.inc:370 msgid "Nomenclature Entry...|y" msgstr "Heslo nomenklatury...|y" -#: lib/ui/stdmenus.inc:372 +#: lib/ui/stdmenus.inc:369 msgid "Table...|T" msgstr "Tabulka...|T" -#: lib/ui/stdmenus.inc:373 +#: lib/ui/stdmenus.inc:370 msgid "Graphics...|G" -msgstr "Obrázek...|O" +msgstr "ObrĂĄzek...|O" -#: lib/ui/stdmenus.inc:374 +#: lib/ui/stdmenus.inc:371 msgid "URL|U" msgstr "URL|U" # TODO -#: lib/ui/stdmenus.inc:375 +#: lib/ui/stdmenus.inc:372 msgid "Hyperlink...|k" msgstr "Odkaz (hyperlink)...|l" -#: lib/ui/stdmenus.inc:376 +#: lib/ui/stdmenus.inc:373 msgid "Footnote|F" -msgstr "Poznámka pod čarou|d" +msgstr "PoznĂĄmka pod čarou|d" + +#: lib/ui/stdmenus.inc:374 +msgid "Marginal Note|M" +msgstr "PoznĂĄmka na okraj|j" + +#: lib/ui/stdmenus.inc:375 +msgid "Short Title|S" +msgstr "KrĂĄtkĂ˝ titulek" + +#: lib/ui/stdmenus.inc:376 +msgid "TeX Code|X" +msgstr "TeX-ovĂ˝ kĂłd|X" #: lib/ui/stdmenus.inc:377 -msgid "Marginal Note|M" -msgstr "Poznámka na okraj|j" +msgid "Program Listing[[Menu]]" +msgstr "VĂ˝pis zdrojovĂŠho kĂłdu|i" #: lib/ui/stdmenus.inc:379 -msgid "TeX Code|X" -msgstr "TeX-ový kód|X" - -#: lib/ui/stdmenus.inc:380 -msgid "Program Listing[[Menu]]" -msgstr "Výpis zdrojového kódu|i" - -#: lib/ui/stdmenus.inc:382 msgid "Preview|w" -msgstr "Náhled|e" +msgstr "NĂĄhled|e" -#: lib/ui/stdmenus.inc:386 +#: lib/ui/stdmenus.inc:383 msgid "Symbols...|b" msgstr "Symboly...|S" -#: lib/ui/stdmenus.inc:387 +#: lib/ui/stdmenus.inc:384 msgid "Ellipsis|i" -msgstr "Výpustka (...)|V" +msgstr "VĂ˝pustka (...)|V" + +#: lib/ui/stdmenus.inc:385 +msgid "End of Sentence|E" +msgstr "Konec věty|K" + +#: lib/ui/stdmenus.inc:386 +msgid "Ordinary Quote|Q" +msgstr "DvojitĂĄ uvozovka|D" + +#: lib/ui/stdmenus.inc:387 +msgid "Single Quote|S" +msgstr "JednoduchĂĄ uvozovka|J" #: lib/ui/stdmenus.inc:388 -msgid "End of Sentence|E" -msgstr "Konec věty|K" +msgid "Protected Hyphen|y" +msgstr "ChrĂĄněnĂ˝ spojovnĂ­k|p" #: lib/ui/stdmenus.inc:389 -msgid "Ordinary Quote|Q" -msgstr "Dvojitá uvozovka|D" +msgid "Breakable Slash|a" +msgstr "NechrĂĄněnĂŠ lomĂ­tko|l" #: lib/ui/stdmenus.inc:390 -msgid "Single Quote|S" -msgstr "Jednoduchá uvozovka|J" +msgid "Menu Separator|M" +msgstr "Oddělovač vĂ˝běru|O" #: lib/ui/stdmenus.inc:391 -msgid "Protected Hyphen|y" -msgstr "Chráněný spojovník|p" - -#: lib/ui/stdmenus.inc:392 -msgid "Breakable Slash|a" -msgstr "Nechráněné lomítko|l" - -#: lib/ui/stdmenus.inc:393 -msgid "Menu Separator|M" -msgstr "Oddělovač výběru|O" - -#: lib/ui/stdmenus.inc:394 msgid "Phonetic Symbols|P" -msgstr "Fonetické symboly|F" +msgstr "FonetickĂŠ symboly|F" + +#: lib/ui/stdmenus.inc:395 +msgid "Superscript|S" +msgstr "HornĂ­ index|H" + +#: lib/ui/stdmenus.inc:396 +msgid "Subscript|u" +msgstr "DolnĂ­ index|D" #: lib/ui/stdmenus.inc:398 -msgid "Superscript|S" -msgstr "Horní index|H" - -#: lib/ui/stdmenus.inc:399 -msgid "Subscript|u" -msgstr "Dolní index|D" - -#: lib/ui/stdmenus.inc:401 msgid "Protected Space|P" -msgstr "Chráněná mezera|r" +msgstr "ChrĂĄněnĂĄ mezera|r" -#: lib/ui/stdmenus.inc:403 +#: lib/ui/stdmenus.inc:400 #, fuzzy msgid "Visible Space|i" -msgstr "Vertikální mezera" +msgstr "VertikĂĄlnĂ­ mezera" + +#: lib/ui/stdmenus.inc:402 +msgid "Horizontal Space...|o" +msgstr "HorizontĂĄlnĂ­ mezera...|i" + +#: lib/ui/stdmenus.inc:403 +msgid "Horizontal Line...|L" +msgstr "HorizontĂĄlnĂ­ linka...|o" + +#: lib/ui/stdmenus.inc:404 +msgid "Vertical Space...|V" +msgstr "VertikĂĄlnĂ­ mezera...|V" #: lib/ui/stdmenus.inc:405 -msgid "Horizontal Space...|o" -msgstr "Horizontální mezera...|i" - -#: lib/ui/stdmenus.inc:406 -msgid "Horizontal Line...|L" -msgstr "Horizontální linka...|o" +msgid "Phantom|m" +msgstr "FantĂłm|F" #: lib/ui/stdmenus.inc:407 -msgid "Vertical Space...|V" -msgstr "Vertikální mezera...|V" +msgid "Hyphenation Point|H" +msgstr "Značka dělenĂ­ slova|a" #: lib/ui/stdmenus.inc:408 -msgid "Phantom|m" -msgstr "Fantóm|F" - -#: lib/ui/stdmenus.inc:410 -msgid "Hyphenation Point|H" -msgstr "Značka dělení slova|a" - -#: lib/ui/stdmenus.inc:411 msgid "Ligature Break|k" -msgstr "Rozbít slitek (ligaturu)|l" +msgstr "RozbĂ­t ligaturu|l" -#: lib/ui/stdmenus.inc:424 +#: lib/ui/stdmenus.inc:421 msgid "Display Formula|D" -msgstr "Vzorec na celou řádku (display)|c" +msgstr "Vzorec na celou řádku (display)|c" -#: lib/ui/stdmenus.inc:425 +#: lib/ui/stdmenus.inc:422 msgid "Numbered Formula|N" -msgstr "Očíslovaný vzorec|l" +msgstr "OčíslovanĂ˝ vzorec|l" -#: lib/ui/stdmenus.inc:449 +#: lib/ui/stdmenus.inc:446 msgid "Figure Wrap Float|F" -msgstr "Plovoucí obrázek (obtékání)|o" +msgstr "PlovoucĂ­ obrĂĄzek (obtĂŠkĂĄnĂ­)|o" -#: lib/ui/stdmenus.inc:450 +#: lib/ui/stdmenus.inc:447 msgid "Table Wrap Float|T" -msgstr "Plovoucí tabulka (obtékání)|t" +msgstr "PlovoucĂ­ tabulka (obtĂŠkĂĄnĂ­)|t" -#: lib/ui/stdmenus.inc:454 +#: lib/ui/stdmenus.inc:451 msgid "Table of Contents|C" msgstr "Obsah|O" -#: lib/ui/stdmenus.inc:457 -#, fuzzy -msgid "List of Listings|L" -msgstr "Seznam výpisů" - -#: lib/ui/stdmenus.inc:458 +#: lib/ui/stdmenus.inc:454 msgid "Nomenclature|N" msgstr "Nomenklatura|N" -#: lib/ui/stdmenus.inc:459 +#: lib/ui/stdmenus.inc:455 msgid "BibTeX Bibliography...|B" msgstr "Bibliografie BibTeX-u...|B" -#: lib/ui/stdmenus.inc:463 +#: lib/ui/stdmenus.inc:459 msgid "LyX Document...|X" msgstr "Dokument LyX-u...|X" -#: lib/ui/stdmenus.inc:464 +#: lib/ui/stdmenus.inc:460 msgid "Plain Text...|T" -msgstr "Jako prostý text...|a" +msgstr "Jako prostĂ˝ text...|a" -#: lib/ui/stdmenus.inc:465 +#: lib/ui/stdmenus.inc:461 msgid "Plain Text, Join Lines...|J" -msgstr "Prostý text, spojit řádky...|s" +msgstr "ProstĂ˝ text, spojit řádky...|s" -#: lib/ui/stdmenus.inc:467 +#: lib/ui/stdmenus.inc:463 msgid "External Material...|M" -msgstr "Externí materiál...|E" +msgstr "ExternĂ­ materiĂĄl...|E" -#: lib/ui/stdmenus.inc:468 +#: lib/ui/stdmenus.inc:464 msgid "Child Document...|d" msgstr "Dokument potomka...|D" -#: lib/ui/stdmenus.inc:483 +#: lib/ui/stdmenus.inc:479 msgid "Comment|C" -msgstr "Komentář|K" +msgstr "Komentář|K" -#: lib/ui/stdmenus.inc:490 +#: lib/ui/stdmenus.inc:486 msgid "Insert New Branch...|I" -msgstr "Vložit novou větev...|V" +msgstr "VloĹžit novou větev...|V" -#: lib/ui/stdmenus.inc:508 +#: lib/ui/stdmenus.inc:504 msgid "Change Tracking|C" -msgstr "Změnit revize|r" +msgstr "Změnit revize|r" -#: lib/ui/stdmenus.inc:509 +#: lib/ui/stdmenus.inc:505 msgid "Build Program|B" msgstr "Sestav program|p" -#: lib/ui/stdmenus.inc:510 +#: lib/ui/stdmenus.inc:506 msgid "LaTeX Log|L" msgstr "Log LaTeX-u|L" -#: lib/ui/stdmenus.inc:511 +#: lib/ui/stdmenus.inc:507 +msgid "Outline|O" +msgstr "Osnova|O" + +#: lib/ui/stdmenus.inc:508 msgid "Start Appendix Here|A" -msgstr "Začít dodatky zde|d" +msgstr "Začít dodatky zde|d" -#: lib/ui/stdmenus.inc:515 -msgid "View Master Document|M" -msgstr "Prohlížet hlavní dokument|h" +#: lib/ui/stdmenus.inc:510 +msgid "Save in Bundled Format|F" +msgstr "UloĹžit ve sbalenĂŠm formĂĄtu|f" -#: lib/ui/stdmenus.inc:516 -msgid "Update Master Document|a" -msgstr "Aktualizovat hlavní dokument|A" - -#: lib/ui/stdmenus.inc:518 +#: lib/ui/stdmenus.inc:511 msgid "Compressed|m" msgstr "Komprimovat dokument|K" -#: lib/ui/stdmenus.inc:523 +#: lib/ui/stdmenus.inc:516 msgid "Track Changes|T" msgstr "Sledovat revize|r" -#: lib/ui/stdmenus.inc:524 +#: lib/ui/stdmenus.inc:517 msgid "Merge Changes...|M" -msgstr "Sloučit revize...|S" +msgstr "Sloučit revize...|S" -#: lib/ui/stdmenus.inc:525 +#: lib/ui/stdmenus.inc:518 msgid "Accept Change|A" -msgstr "Přijmout změnu|i" +msgstr "Přijmout změnu|i" -#: lib/ui/stdmenus.inc:527 +#: lib/ui/stdmenus.inc:520 msgid "Accept All Changes|c" -msgstr "Přijmout všechny změny|P" +msgstr "Přijmout vĹĄechny změny|P" -#: lib/ui/stdmenus.inc:528 +#: lib/ui/stdmenus.inc:521 msgid "Reject All Changes|e" -msgstr "Odmítnout všechny změny|O" +msgstr "OdmĂ­tnout vĹĄechny změny|O" + +#: lib/ui/stdmenus.inc:522 +msgid "Show Changes in Output|S" +msgstr "Zobrazit změny ve vĂ˝stupu|v" #: lib/ui/stdmenus.inc:529 -msgid "Show Changes in Output|S" -msgstr "Zobrazit změny ve výstupu|v" - -#: lib/ui/stdmenus.inc:536 msgid "Bookmarks|B" -msgstr "Záložky|l" +msgstr "ZĂĄloĹžky|l" -#: lib/ui/stdmenus.inc:537 +#: lib/ui/stdmenus.inc:530 msgid "Next Note|N" -msgstr "Další poznámka|p" +msgstr "DalĹĄĂ­ poznĂĄmka|p" -#: lib/ui/stdmenus.inc:538 +#: lib/ui/stdmenus.inc:531 msgid "Next Change|C" -msgstr "Další změna|D" +msgstr "DalĹĄĂ­ změna|D" -#: lib/ui/stdmenus.inc:539 +#: lib/ui/stdmenus.inc:532 msgid "Next Cross-Reference|R" -msgstr "Další křížový odkaz|k" +msgstr "DalĹĄĂ­ křížovĂ˝ odkaz|k" + +#: lib/ui/stdmenus.inc:533 +msgid "Go to Label|L" +msgstr "Jdi na značku|J" #: lib/ui/stdmenus.inc:540 -msgid "Go to Label|L" -msgstr "Jdi na značku|J" +msgid "Save Bookmark 1|S" +msgstr "Nastav 1.zĂĄloĹžku|N" + +#: lib/ui/stdmenus.inc:541 +msgid "Save Bookmark 2" +msgstr "Nastav 2.zĂĄloĹžku|a" + +#: lib/ui/stdmenus.inc:542 +msgid "Save Bookmark 3" +msgstr "Nastav 3.zĂĄloĹžku|s" + +#: lib/ui/stdmenus.inc:543 +msgid "Save Bookmark 4" +msgstr "Nastav 4.zĂĄloĹžku|t" + +#: lib/ui/stdmenus.inc:544 +msgid "Save Bookmark 5" +msgstr "Nastav 5.zĂĄloĹžku|v" + +#: lib/ui/stdmenus.inc:545 +msgid "Clear Bookmarks|C" +msgstr "ZruĹĄit zĂĄloĹžky|Z" #: lib/ui/stdmenus.inc:547 -msgid "Save Bookmark 1|S" -msgstr "Nastav 1.záložku|N" - -#: lib/ui/stdmenus.inc:548 -msgid "Save Bookmark 2" -msgstr "Nastav 2.záložku|a" - -#: lib/ui/stdmenus.inc:549 -msgid "Save Bookmark 3" -msgstr "Nastav 3.záložku|s" - -#: lib/ui/stdmenus.inc:550 -msgid "Save Bookmark 4" -msgstr "Nastav 4.záložku|t" - -#: lib/ui/stdmenus.inc:551 -msgid "Save Bookmark 5" -msgstr "Nastav 5.záložku|v" - -#: lib/ui/stdmenus.inc:552 -msgid "Clear Bookmarks|C" -msgstr "Zrušit záložky|Z" - -#: lib/ui/stdmenus.inc:554 msgid "Navigate Back|B" -msgstr "Navigovat zpět|g" +msgstr "Navigovat zpět|g" -#: lib/ui/stdmenus.inc:563 +#: lib/ui/stdmenus.inc:556 msgid "Spellchecker...|S" msgstr "Kontrola pravopisu|K" -#: lib/ui/stdmenus.inc:564 +#: lib/ui/stdmenus.inc:557 msgid "Thesaurus...|T" msgstr "Tezaurus...|T" -#: lib/ui/stdmenus.inc:565 +#: lib/ui/stdmenus.inc:558 msgid "Statistics...|a" msgstr "Statistika...|S" -#: lib/ui/stdmenus.inc:566 +#: lib/ui/stdmenus.inc:559 msgid "Check TeX|h" msgstr "Kontrola TeX-u|X" -#: lib/ui/stdmenus.inc:567 +#: lib/ui/stdmenus.inc:560 msgid "TeX Information|I" msgstr "Informace TeX-u|I" -#: lib/ui/stdmenus.inc:568 +#: lib/ui/stdmenus.inc:561 msgid "Compare...|C" msgstr "Porovnat...|P" -#: lib/ui/stdmenus.inc:573 +#: lib/ui/stdmenus.inc:566 msgid "Reconfigure|R" msgstr "Rekonfigurovat|R" -#: lib/ui/stdmenus.inc:574 +#: lib/ui/stdmenus.inc:567 msgid "Preferences...|P" -msgstr "Nastavení...|N" +msgstr "NastavenĂ­...|N" + +#: lib/ui/stdmenus.inc:574 +msgid "Introduction|I" +msgstr "Úvod|o" + +#: lib/ui/stdmenus.inc:575 +msgid "Tutorial|T" +msgstr "PrĹŻvodce LyXem|P" + +#: lib/ui/stdmenus.inc:576 +msgid "User's Guide|U" +msgstr "UĹživatelskĂĄ příručka|U" + +#: lib/ui/stdmenus.inc:577 +msgid "Additional Features|F" +msgstr "RozšířenĂŠ vlasnosti LyXu|R" + +#: lib/ui/stdmenus.inc:578 +msgid "Embedded Objects|O" +msgstr "VklĂĄdanĂŠ objekty|V" + +#: lib/ui/stdmenus.inc:580 +msgid "Customization|C" +msgstr "PřizpĹŻsobenĂ­ LyXu|i" #: lib/ui/stdmenus.inc:581 -msgid "Introduction|I" -msgstr "Úvod|o" +msgid "Shortcuts|S" +msgstr "KlĂĄvesovĂŠ zkratky|z" #: lib/ui/stdmenus.inc:582 -msgid "Tutorial|T" -msgstr "Průvodce LyXem|P" - -#: lib/ui/stdmenus.inc:583 -msgid "User's Guide|U" -msgstr "Uživatelská příručka|U" - -#: lib/ui/stdmenus.inc:584 -msgid "Additional Features|F" -msgstr "Rozšířené vlasnosti LyXu|R" - -#: lib/ui/stdmenus.inc:585 -msgid "Embedded Objects|O" -msgstr "Vkládané objekty|V" - -#: lib/ui/stdmenus.inc:587 -msgid "Customization|C" -msgstr "Přizpůsobení LyXu|i" - -#: lib/ui/stdmenus.inc:588 -msgid "Shortcuts|S" -msgstr "Klávesové zkratky|z" - -#: lib/ui/stdmenus.inc:589 msgid "LyX Functions|y" msgstr "Funkce LyX-u|F" -#: lib/ui/stdmenus.inc:590 +#: lib/ui/stdmenus.inc:583 msgid "LaTeX Configuration|L" msgstr "Konfigurace LaTeX-u|L" -#: lib/ui/stdmenus.inc:591 +#: lib/ui/stdmenus.inc:584 msgid "Specific Manuals|p" -msgstr "Specializované manuály|S" +msgstr "SpecializovanĂŠ manuĂĄly|S" -#: lib/ui/stdmenus.inc:593 +#: lib/ui/stdmenus.inc:586 msgid "About LyX|X" msgstr "O programu LyX|X" -#: lib/ui/stdmenus.inc:597 -#, fuzzy -msgid "Beamer Presentations|B" -msgstr "Presentation" +#: lib/ui/stdmenus.inc:590 +msgid "Braille Manual|B" +msgstr "Braille|B" -#: lib/ui/stdmenus.inc:598 -#, fuzzy -msgid "Braille|a" -msgstr "Braillovo písmo" - -#: lib/ui/stdmenus.inc:599 -#, fuzzy -msgid "Feynman-diagram|F" +#: lib/ui/stdmenus.inc:591 +msgid "Feynman-diagram Manual|F" msgstr "Feynmanovy diagramy|F" -#: lib/ui/stdmenus.inc:600 +#: lib/ui/stdmenus.inc:592 #, fuzzy -msgid "Knitr|K" -msgstr "Knitr|K" +msgid "LilyPond Manual|M" +msgstr "Sloupce|S" -#: lib/ui/stdmenus.inc:601 +#: lib/ui/stdmenus.inc:593 +msgid "Linguistics Manual|L" +msgstr "Lingvistika|L" + +#: lib/ui/stdmenus.inc:594 #, fuzzy -msgid "LilyPond|P" -msgstr "LilyPond" +msgid "Multilingual Captions Manual|C" +msgstr "Lingvistika|L" -#: lib/ui/stdmenus.inc:602 -#, fuzzy -msgid "Linguistics|L" -msgstr "Lingvistika" - -#: lib/ui/stdmenus.inc:603 -msgid "Multilingual Captions|C" +#: lib/ui/stdmenus.inc:595 +msgid "Risk and safety statements Manual|R" msgstr "" -#: lib/ui/stdmenus.inc:604 -msgid "Risk and Safety Statements|R" -msgstr "" - -#: lib/ui/stdmenus.inc:605 lib/configure.py:547 -msgid "Sweave|S" +#: lib/ui/stdmenus.inc:596 +#, fuzzy +msgid "Sweave Manual|S" msgstr "Sweave|S" -#: lib/ui/stdmenus.inc:606 -#, fuzzy -msgid "XY-pic|X" +#: lib/ui/stdmenus.inc:597 +msgid "XY-pic Manual|X" msgstr "XY-pic|X" #: lib/ui/stdtoolbars.inc:71 msgid "New document" -msgstr "Nový dokument" +msgstr "NovĂ˝ dokument" #: lib/ui/stdtoolbars.inc:72 msgid "Open document" -msgstr "Otevřít dokument" +msgstr "Otevřít dokument" #: lib/ui/stdtoolbars.inc:73 msgid "Save document" -msgstr "Uložit dokument" +msgstr "UloĹžit dokument" #: lib/ui/stdtoolbars.inc:74 msgid "Print document" @@ -16823,4789 +13753,2766 @@ msgstr "Vytisknout dokument" msgid "Check spelling" msgstr "Kontrola pravopisu" -#: lib/ui/stdtoolbars.inc:77 -#, fuzzy -msgid "Spellcheck continuously" -msgstr "&Nepřetžitá kontrola pravopisu" - -#: lib/ui/stdtoolbars.inc:79 src/BufferView.cpp:1330 +#: lib/ui/stdtoolbars.inc:78 src/BufferView.cpp:1347 msgid "Undo" -msgstr "Zpět změnu" +msgstr "Zpět změnu" -#: lib/ui/stdtoolbars.inc:80 src/BufferView.cpp:1340 +#: lib/ui/stdtoolbars.inc:79 src/BufferView.cpp:1357 msgid "Redo" -msgstr "Znovu změnu" +msgstr "Znovu změnu" + +#: lib/ui/stdtoolbars.inc:83 +msgid "Find and replace" +msgstr "NajĂ­t a zaměnit" #: lib/ui/stdtoolbars.inc:84 -msgid "Find and replace" -msgstr "Najít a zaměnit" +msgid "Find and replace (advanced)" +msgstr "NajĂ­t a zaměnit (pokročilĂŠ)" #: lib/ui/stdtoolbars.inc:85 -msgid "Find and replace (advanced)" -msgstr "Najít a zaměnit (pokročilé)" - -#: lib/ui/stdtoolbars.inc:86 msgid "Navigate back" -msgstr "Navigovat zpět" +msgstr "Navigovat zpět" + +#: lib/ui/stdtoolbars.inc:87 +msgid "Toggle emphasis" +msgstr "Přepnout zvĂ˝razněnĂ­" #: lib/ui/stdtoolbars.inc:88 -msgid "Toggle emphasis" -msgstr "Přepnout zvýraznění" +msgid "Toggle noun" +msgstr "Přepnout na styl JmĂŠno" #: lib/ui/stdtoolbars.inc:89 -msgid "Toggle noun" -msgstr "Přepnout na styl Jméno" - -#: lib/ui/stdtoolbars.inc:90 msgid "Apply last" -msgstr "Naposledy použitý styl textu" +msgstr "Naposledy pouĹžitĂ˝ styl textu" + +#: lib/ui/stdtoolbars.inc:91 +msgid "Insert math" +msgstr "VloĹž mat. vĂ˝raz" #: lib/ui/stdtoolbars.inc:92 -msgid "Insert math" -msgstr "Vlož mat. výraz" +msgid "Insert graphics" +msgstr "VloĹžit obrĂĄzek" #: lib/ui/stdtoolbars.inc:93 -msgid "Insert graphics" -msgstr "Vložit obrázek" - -#: lib/ui/stdtoolbars.inc:94 msgid "Insert table" -msgstr "Vložit tabulku" +msgstr "VloĹžit tabulku" + +#: lib/ui/stdtoolbars.inc:95 +msgid "Toggle outline" +msgstr "Přepnout osnovu" #: lib/ui/stdtoolbars.inc:96 -msgid "Toggle outline" -msgstr "Přepnout osnovu" +msgid "Toggle math toolbar" +msgstr "Přepnout matematickĂ˝ panel nĂĄstrojĹŻ" #: lib/ui/stdtoolbars.inc:97 -msgid "Toggle math toolbar" -msgstr "Přepnout matematický panel nástrojů" - -#: lib/ui/stdtoolbars.inc:98 msgid "Toggle table toolbar" -msgstr "Přepnout panel nástrojů pro tabulku" +msgstr "Přepnout panel nĂĄstrojĹŻ pro tabulku" + +#: lib/ui/stdtoolbars.inc:100 +msgid "View/Update" +msgstr "ProhlĂ­ĹženĂ­/Aktualizace" #: lib/ui/stdtoolbars.inc:101 -msgid "View/Update" -msgstr "Prohlížení/Aktualizace" +msgid "View" +msgstr "ProhlĂŠdnout" #: lib/ui/stdtoolbars.inc:102 -msgid "View" -msgstr "Prohlédnout" - -#: lib/ui/stdtoolbars.inc:103 msgid "Update" msgstr "Aktualizace" -#: lib/ui/stdtoolbars.inc:104 +#: lib/ui/stdtoolbars.inc:103 msgid "View master document" -msgstr "Prohlédnout hlavní dokument" +msgstr "ProhlĂŠdnout hlavnĂ­ dokument" + +#: lib/ui/stdtoolbars.inc:104 +msgid "Update master document" +msgstr "Aktualizovat hlavnĂ­ dokument" #: lib/ui/stdtoolbars.inc:105 -msgid "Update master document" -msgstr "Aktualizovat hlavní dokument" - -#: lib/ui/stdtoolbars.inc:106 msgid "Enable Forward/Reverse Search" -msgstr "Zapnout dopředné a zpětné hledání" +msgstr "Zapnout dopřednĂŠ a zpětnĂŠ hledĂĄnĂ­" + +#: lib/ui/stdtoolbars.inc:107 +msgid "View other formats" +msgstr "ProhlĂŠdnout v ostatnĂ­ch formĂĄtech" #: lib/ui/stdtoolbars.inc:108 -msgid "View other formats" -msgstr "Prohlédnout v ostatních formátech" - -#: lib/ui/stdtoolbars.inc:109 msgid "Update other formats" -msgstr "Aktualizovat v ostatních formátech" +msgstr "Aktualizovat v ostatnĂ­ch formĂĄtech" -#: lib/ui/stdtoolbars.inc:112 +#: lib/ui/stdtoolbars.inc:111 msgid "Extra" msgstr "Extra" -#: lib/ui/stdtoolbars.inc:114 +#: lib/ui/stdtoolbars.inc:113 msgid "Numbered list" -msgstr "Očíslovaný seznam" +msgstr "OčíslovanĂ˝ seznam" -#: lib/ui/stdtoolbars.inc:115 +#: lib/ui/stdtoolbars.inc:114 msgid "Itemized list" -msgstr "Seznam položek" +msgstr "Seznam poloĹžek" + +#: lib/ui/stdtoolbars.inc:117 +msgid "Increase depth" +msgstr "ZvětĹĄit hloubku" #: lib/ui/stdtoolbars.inc:118 -msgid "Increase depth" -msgstr "Zvětšit hloubku" - -#: lib/ui/stdtoolbars.inc:119 msgid "Decrease depth" -msgstr "Zmenšit hloubku" +msgstr "ZmenĹĄit hloubku" + +#: lib/ui/stdtoolbars.inc:120 +msgid "Insert figure float" +msgstr "VoĹžit plovoucĂ­ obrĂĄzek" #: lib/ui/stdtoolbars.inc:121 -msgid "Insert figure float" -msgstr "Vožit plovoucí obrázek" +msgid "Insert table float" +msgstr "VloĹžit plovoucĂ­ tabulku" #: lib/ui/stdtoolbars.inc:122 -msgid "Insert table float" -msgstr "Vložit plovoucí tabulku" +msgid "Insert label" +msgstr "VloĹžit značku" #: lib/ui/stdtoolbars.inc:123 -msgid "Insert label" -msgstr "Vložit značku" +msgid "Insert cross-reference" +msgstr "VloĹžit křížovĂ˝ odkaz" #: lib/ui/stdtoolbars.inc:124 -msgid "Insert cross-reference" -msgstr "Vložit křížový odkaz" +msgid "Insert citation" +msgstr "VloĹžit citaci" #: lib/ui/stdtoolbars.inc:125 -msgid "Insert citation" -msgstr "Vložit citaci" +msgid "Insert index entry" +msgstr "VloĹžit heslo rejstříku" #: lib/ui/stdtoolbars.inc:126 -msgid "Insert index entry" -msgstr "Vložit heslo rejstříku" - -#: lib/ui/stdtoolbars.inc:127 msgid "Insert nomenclature entry" -msgstr "Vložit heslo nomenklatury" +msgstr "VloĹžit heslo nomenklatury" + +#: lib/ui/stdtoolbars.inc:128 +msgid "Insert footnote" +msgstr "VloĹžit poznĂĄmku pod čarou" #: lib/ui/stdtoolbars.inc:129 -msgid "Insert footnote" -msgstr "Vložit poznámku pod čarou" - -#: lib/ui/stdtoolbars.inc:130 msgid "Insert margin note" -msgstr "Vložit poznámku na okraj" +msgstr "VloĹžit poznĂĄmku na okraj" + +#: lib/ui/stdtoolbars.inc:130 lib/ui/stdtoolbars.inc:229 +msgid "Insert note" +msgstr "VloĹžit poznĂĄmku" #: lib/ui/stdtoolbars.inc:131 -#, fuzzy -msgid "Insert LyX note" -msgstr "Vložit poznámku" +msgid "Insert box" +msgstr "VloĹžit rĂĄmeček" #: lib/ui/stdtoolbars.inc:132 -msgid "Insert box" -msgstr "Vložit rámeček" +msgid "Insert hyperlink" +msgstr "VloĹžit odkaz (hyperlink)" #: lib/ui/stdtoolbars.inc:133 -msgid "Insert hyperlink" -msgstr "Vložit odkaz (hyperlink)" +msgid "Insert TeX code" +msgstr "VloĹžit TeX-ovĂ˝ kĂłd" #: lib/ui/stdtoolbars.inc:134 -msgid "Insert TeX code" -msgstr "Vložit TeX-ový kód" +msgid "Insert math macro" +msgstr "VloĹžit matematickĂŠ makro" #: lib/ui/stdtoolbars.inc:135 -msgid "Insert math macro" -msgstr "Vložit matematické makro" - -#: lib/ui/stdtoolbars.inc:136 msgid "Include file" msgstr "Zahrnout soubor" -#: lib/ui/stdtoolbars.inc:138 +#: lib/ui/stdtoolbars.inc:137 msgid "Text style" msgstr "Styl textu" -#: lib/ui/stdtoolbars.inc:139 +#: lib/ui/stdtoolbars.inc:138 msgid "Paragraph settings" -msgstr "Nastavení odstavce" +msgstr "NastavenĂ­ odstavce" -#: lib/ui/stdtoolbars.inc:144 lib/ui/stdtoolbars.inc:199 +#: lib/ui/stdtoolbars.inc:143 lib/ui/stdtoolbars.inc:190 msgid "Add row" -msgstr "Přidat řádek" +msgstr "Přidat řádek" -#: lib/ui/stdtoolbars.inc:145 lib/ui/stdtoolbars.inc:200 +#: lib/ui/stdtoolbars.inc:144 lib/ui/stdtoolbars.inc:191 msgid "Add column" -msgstr "Přidat sloupec" +msgstr "Přidat sloupec" -#: lib/ui/stdtoolbars.inc:146 lib/ui/stdtoolbars.inc:201 +#: lib/ui/stdtoolbars.inc:145 lib/ui/stdtoolbars.inc:192 msgid "Delete row" -msgstr "Smazat řádek" +msgstr "Smazat řádek" -#: lib/ui/stdtoolbars.inc:147 lib/ui/stdtoolbars.inc:202 +#: lib/ui/stdtoolbars.inc:146 lib/ui/stdtoolbars.inc:193 msgid "Delete column" msgstr "Smazat sloupec" #: lib/ui/stdtoolbars.inc:148 -msgid "Move row up" -msgstr "" +msgid "Set top line" +msgstr "Nastavit linku nahoře" #: lib/ui/stdtoolbars.inc:149 -msgid "Move column left" -msgstr "" - -#: lib/ui/stdtoolbars.inc:150 -#, fuzzy -msgid "Move row down" -msgstr "Přesunout sekci dolů|d" - -#: lib/ui/stdtoolbars.inc:151 -#, fuzzy -msgid "Move column right" -msgstr "Vpravo dole" - -#: lib/ui/stdtoolbars.inc:153 -msgid "Set top line" -msgstr "Nastavit linku nahoře" - -#: lib/ui/stdtoolbars.inc:154 msgid "Set bottom line" msgstr "Nastavit linku dole" -#: lib/ui/stdtoolbars.inc:155 +#: lib/ui/stdtoolbars.inc:150 msgid "Set left line" msgstr "Nastavit linku nalevo" -#: lib/ui/stdtoolbars.inc:156 +#: lib/ui/stdtoolbars.inc:151 msgid "Set right line" msgstr "Nastavit linku napravo" -#: lib/ui/stdtoolbars.inc:157 +#: lib/ui/stdtoolbars.inc:152 msgid "Set border lines" msgstr "Nastav linky okraje" -#: lib/ui/stdtoolbars.inc:158 +#: lib/ui/stdtoolbars.inc:153 msgid "Set all lines" -msgstr "Nastavit všechny linky" +msgstr "Nastavit vĹĄechny linky" + +#: lib/ui/stdtoolbars.inc:154 +msgid "Unset all lines" +msgstr "Smazat vĹĄechny linky" + +#: lib/ui/stdtoolbars.inc:156 +msgid "Align left" +msgstr "ZarovnĂĄnĂ­ vlevo" + +#: lib/ui/stdtoolbars.inc:157 +msgid "Align center" +msgstr "ZarovnĂĄnĂ­ na střed (horiz.)" + +#: lib/ui/stdtoolbars.inc:158 +msgid "Align right" +msgstr "ZarovnĂĄnĂ­ vpravo" #: lib/ui/stdtoolbars.inc:159 -msgid "Unset all lines" -msgstr "Smazat všechny linky" +msgid "Align on decimal" +msgstr "Zarovnat na desetinnĂŠ čárce" #: lib/ui/stdtoolbars.inc:161 -msgid "Align left" -msgstr "Zarovnání vlevo" +msgid "Align top" +msgstr "ZarovnĂĄnĂ­ nahoru" #: lib/ui/stdtoolbars.inc:162 -msgid "Align center" -msgstr "Zarovnání na střed (horiz.)" +msgid "Align middle" +msgstr "ZarovnĂĄnĂ­ na střed (vert.)" #: lib/ui/stdtoolbars.inc:163 -msgid "Align right" -msgstr "Zarovnání vpravo" +msgid "Align bottom" +msgstr "ZarovnĂĄnĂ­ dospod" -#: lib/ui/stdtoolbars.inc:164 -msgid "Align on decimal" -msgstr "Zarovnat na desetinné čárce" +#: lib/ui/stdtoolbars.inc:165 +msgid "Rotate cell" +msgstr "Otočit buňku" #: lib/ui/stdtoolbars.inc:166 -msgid "Align top" -msgstr "Zarovnání nahoru" +msgid "Rotate table" +msgstr "Otočit tabulku" #: lib/ui/stdtoolbars.inc:167 -msgid "Align middle" -msgstr "Zarovnání na střed (vert.)" +msgid "Set multi-column" +msgstr "Nastavit vĂ­cesloupovou" #: lib/ui/stdtoolbars.inc:168 -msgid "Align bottom" -msgstr "Zarovnání dospod" - -#: lib/ui/stdtoolbars.inc:170 -#, fuzzy -msgid "Rotate cell by 90 degrees or unset rotation" -msgstr "Otoč tuto buňku o 90 stupňů" +msgid "Set multi-row" +msgstr "Nastavit vĂ­ceřádkovou" #: lib/ui/stdtoolbars.inc:171 -#, fuzzy -msgid "Rotate table by 90 degrees or unset rotation" -msgstr "Otoč tabulku o 90 stupňů" - -#: lib/ui/stdtoolbars.inc:172 -msgid "Set multi-column" -msgstr "Nastavit vícesloupovou" - -#: lib/ui/stdtoolbars.inc:173 -msgid "Set multi-row" -msgstr "Nastavit víceřádkovou" - -#: lib/ui/stdtoolbars.inc:176 msgid "Math" msgstr "Matematika" -#: lib/ui/stdtoolbars.inc:177 +#: lib/ui/stdtoolbars.inc:172 msgid "Set display mode" -msgstr "Nastavit celořádkový mód" +msgstr "Nastavit celořádkovĂ˝ mĂłd" -#: lib/ui/stdtoolbars.inc:179 src/insets/InsetScript.cpp:63 +#: lib/ui/stdtoolbars.inc:174 src/insets/InsetScript.cpp:63 msgid "Subscript" msgstr "Index dole" -#: lib/ui/stdtoolbars.inc:180 src/insets/InsetScript.cpp:64 +#: lib/ui/stdtoolbars.inc:175 src/insets/InsetScript.cpp:64 msgid "Superscript" -msgstr "Index nahoře" +msgstr "Index nahoře" + +#: lib/ui/stdtoolbars.inc:176 +msgid "Insert square root" +msgstr "VloĹžit odmocninu" + +#: lib/ui/stdtoolbars.inc:177 +msgid "Insert root" +msgstr "VloĹžit odmocninu" + +#: lib/ui/stdtoolbars.inc:178 +msgid "Insert standard fraction" +msgstr "VloĹžit standardnĂ­ zlomek" + +#: lib/ui/stdtoolbars.inc:179 +msgid "Insert sum" +msgstr "VloĹžit sumu" + +#: lib/ui/stdtoolbars.inc:180 +msgid "Insert integral" +msgstr "VloĹžit integrĂĄl" #: lib/ui/stdtoolbars.inc:181 -msgid "Insert square root" -msgstr "Vložit odmocninu" - -#: lib/ui/stdtoolbars.inc:182 -msgid "Insert root" -msgstr "Vložit odmocninu" +msgid "Insert product" +msgstr "VloĹžit součin" #: lib/ui/stdtoolbars.inc:183 -msgid "Insert standard fraction" -msgstr "Vložit standardní zlomek" +msgid "Insert ( )" +msgstr "VloĹžit ( )" #: lib/ui/stdtoolbars.inc:184 -msgid "Insert sum" -msgstr "Vložit sumu" +msgid "Insert [ ]" +msgstr "VloĹžit [ ]" #: lib/ui/stdtoolbars.inc:185 -msgid "Insert integral" -msgstr "Vložit integrál" +msgid "Insert { }" +msgstr "VloĹžit { }" #: lib/ui/stdtoolbars.inc:186 -msgid "Insert product" -msgstr "Vložit součin" - -#: lib/ui/stdtoolbars.inc:187 -msgid "Insert left/right side scripts" -msgstr "" +msgid "Insert delimiters" +msgstr "VloĹžit oddělovače" #: lib/ui/stdtoolbars.inc:188 -#, fuzzy -msgid "Insert right side scripts" -msgstr "Vložit oddělovače" +msgid "Insert matrix" +msgstr "VloĹžit matici" #: lib/ui/stdtoolbars.inc:189 -#, fuzzy -msgid "Insert left side scripts" -msgstr "Vložit oddělovače" - -#: lib/ui/stdtoolbars.inc:190 -#, fuzzy -msgid "Insert side scripts" -msgstr "Vložit oddělovače" - -#: lib/ui/stdtoolbars.inc:192 -msgid "Insert ( )" -msgstr "Vložit ( )" - -#: lib/ui/stdtoolbars.inc:193 -msgid "Insert [ ]" -msgstr "Vložit [ ]" - -#: lib/ui/stdtoolbars.inc:194 -msgid "Insert { }" -msgstr "Vložit { }" +msgid "Insert cases environment" +msgstr "VloĹžit prostředĂ­ \"cases\"" #: lib/ui/stdtoolbars.inc:195 -msgid "Insert delimiters" -msgstr "Vložit oddělovače" - -#: lib/ui/stdtoolbars.inc:197 -msgid "Insert matrix" -msgstr "Vložit matici" +msgid "Toggle math panels" +msgstr "PřepĂ­nat zobrazenĂ­ matematickĂŠho panelu" #: lib/ui/stdtoolbars.inc:198 -msgid "Insert cases environment" -msgstr "Vložit prostředí \"cases\"" - -#: lib/ui/stdtoolbars.inc:204 -msgid "Toggle math panels" -msgstr "Přepínat zobrazení matematického panelu" - -#: lib/ui/stdtoolbars.inc:207 msgid "Math Macros" msgstr "Mat. makra" -#: lib/ui/stdtoolbars.inc:208 +#: lib/ui/stdtoolbars.inc:199 msgid "Remove last argument" -msgstr "Vymaž poslední argument" +msgstr "VymaĹž poslednĂ­ argument" + +#: lib/ui/stdtoolbars.inc:200 +msgid "Append argument" +msgstr "Přidej argument" + +#: lib/ui/stdtoolbars.inc:202 +msgid "Make first non-optional into optional argument" +msgstr "Změnit prvnĂ­ povinnĂ˝ argument na volitelnĂ˝" + +#: lib/ui/stdtoolbars.inc:203 +msgid "Make last optional into non-optional argument" +msgstr "Změnit poslednĂ­ volitelnĂ˝ argument na povinnĂ˝" + +#: lib/ui/stdtoolbars.inc:205 +msgid "Remove optional argument" +msgstr "Smazat volitelnĂ˝ argument" + +#: lib/ui/stdtoolbars.inc:206 +msgid "Insert optional argument" +msgstr "VloĹžit volitelnĂ˝ argument" + +#: lib/ui/stdtoolbars.inc:208 +msgid "Remove last argument spitting out to the right" +msgstr "Odstranit vyplivnutĂ­ poslednĂ­ho argumentu doprava" #: lib/ui/stdtoolbars.inc:209 -msgid "Append argument" -msgstr "Přidej argument" +msgid "Append argument eating from the right" +msgstr "Přidat pohlcovĂĄnĂ­ argumentu zprava" -#: lib/ui/stdtoolbars.inc:211 -msgid "Make first non-optional into optional argument" -msgstr "Změnit první povinný argument na volitelný" +#: lib/ui/stdtoolbars.inc:210 +msgid "Append optional argument eating from the right" +msgstr "Přidat pohlcovĂĄnĂ­ volitelnĂŠho argumentu zprava" -#: lib/ui/stdtoolbars.inc:212 -msgid "Make last optional into non-optional argument" -msgstr "Změnit poslední volitelný argument na povinný" - -#: lib/ui/stdtoolbars.inc:214 -msgid "Remove optional argument" -msgstr "Smazat volitelný argument" - -#: lib/ui/stdtoolbars.inc:215 -msgid "Insert optional argument" -msgstr "Vložit volitelný argument" +#: lib/ui/stdtoolbars.inc:213 +msgid "Command Buffer" +msgstr "ZĂĄsobnĂ­k příkazĹŻ" #: lib/ui/stdtoolbars.inc:217 -msgid "Remove last argument spitting out to the right" -msgstr "Odstranit vyplivnutí posledního argumentu doprava" - -#: lib/ui/stdtoolbars.inc:218 -msgid "Append argument eating from the right" -msgstr "Přidat pohlcování argumentu zprava" - -#: lib/ui/stdtoolbars.inc:219 -msgid "Append optional argument eating from the right" -msgstr "Přidat pohlcování volitelného argumentu zprava" - -#: lib/ui/stdtoolbars.inc:222 -#, fuzzy -msgid "Phonetic Symbols" -msgstr "Fonetické symboly|F" - -#: lib/ui/stdtoolbars.inc:223 lib/ui/stdtoolbars.inc:1251 -msgid "IPA Pulmonic Consonants" -msgstr "" - -#: lib/ui/stdtoolbars.inc:224 lib/ui/stdtoolbars.inc:1313 -msgid "IPA Non-Pulmonic Consonants" -msgstr "" - -#: lib/ui/stdtoolbars.inc:225 lib/ui/stdtoolbars.inc:1327 -msgid "IPA Vowels" -msgstr "" - -#: lib/ui/stdtoolbars.inc:226 lib/ui/stdtoolbars.inc:1358 -#, fuzzy -msgid "IPA Other Symbols" -msgstr "Fonetické symboly|F" - -#: lib/ui/stdtoolbars.inc:227 lib/ui/stdtoolbars.inc:1373 -msgid "IPA Suprasegmentals" -msgstr "" - -#: lib/ui/stdtoolbars.inc:228 lib/ui/stdtoolbars.inc:1385 -msgid "IPA Diacritics" -msgstr "" - -#: lib/ui/stdtoolbars.inc:229 lib/ui/stdtoolbars.inc:1420 -msgid "IPA Tones and Word Accents" -msgstr "" - -#: lib/ui/stdtoolbars.inc:232 -msgid "Command Buffer" -msgstr "Zásobník příkazů" - -#: lib/ui/stdtoolbars.inc:236 msgid "Review[[Toolbar]]" msgstr "Revize" -#: lib/ui/stdtoolbars.inc:237 +#: lib/ui/stdtoolbars.inc:218 msgid "Track changes" msgstr "Sledovat revize" -#: lib/ui/stdtoolbars.inc:238 +#: lib/ui/stdtoolbars.inc:219 msgid "Show changes in output" -msgstr "Zobrazit změny ve výstupu" +msgstr "Zobrazit změny ve vĂ˝stupu" -#: lib/ui/stdtoolbars.inc:240 +#: lib/ui/stdtoolbars.inc:221 msgid "Next change" -msgstr "Další změna" +msgstr "DalĹĄĂ­ změna" -#: lib/ui/stdtoolbars.inc:241 +#: lib/ui/stdtoolbars.inc:222 msgid "Accept change inside selection" -msgstr "Přijmout změnu uvnitř výběru" +msgstr "Přijmout změnu uvnitř vĂ˝běru" -#: lib/ui/stdtoolbars.inc:242 +#: lib/ui/stdtoolbars.inc:223 msgid "Reject change inside selection" -msgstr "Zamítnout změnu uvnitř výběru" +msgstr "ZamĂ­tnout změnu uvnitř vĂ˝běru" -#: lib/ui/stdtoolbars.inc:244 +#: lib/ui/stdtoolbars.inc:225 msgid "Merge changes" -msgstr "Sloučit revize" +msgstr "Sloučit revize" -#: lib/ui/stdtoolbars.inc:245 +#: lib/ui/stdtoolbars.inc:226 msgid "Accept all changes" -msgstr "Přijmout všechny změny" +msgstr "Přijmout vĹĄechny změny" -#: lib/ui/stdtoolbars.inc:246 +#: lib/ui/stdtoolbars.inc:227 msgid "Reject all changes" -msgstr "Odmítnout všechny změny" +msgstr "OdmĂ­tnout vĹĄechny změny" -#: lib/ui/stdtoolbars.inc:248 -msgid "Insert note" -msgstr "Vložit poznámku" - -#: lib/ui/stdtoolbars.inc:249 +#: lib/ui/stdtoolbars.inc:230 msgid "Next note" -msgstr "Další poznámka" +msgstr "DalĹĄĂ­ poznĂĄmka" -#: lib/ui/stdtoolbars.inc:252 +#: lib/ui/stdtoolbars.inc:233 msgid "View Other Formats" -msgstr "Prohlížet ostatní formáty" +msgstr "ProhlĂ­Ĺžet ostatnĂ­ formĂĄty" -#: lib/ui/stdtoolbars.inc:256 +#: lib/ui/stdtoolbars.inc:237 msgid "Update Other Formats" -msgstr "Aktualizovat ostatní formát" +msgstr "Aktualizovat ostatnĂ­ formĂĄt" -#: lib/ui/stdtoolbars.inc:276 src/frontends/qt4/GuiLog.cpp:243 +#: lib/ui/stdtoolbars.inc:257 src/frontends/qt4/GuiLog.cpp:243 msgid "Version Control" -msgstr "Správa verzí" +msgstr "SprĂĄva verzĂ­" -#: lib/ui/stdtoolbars.inc:277 +#: lib/ui/stdtoolbars.inc:258 msgid "Register" msgstr "Zaregistrovat soubor" -#: lib/ui/stdtoolbars.inc:278 +#: lib/ui/stdtoolbars.inc:259 msgid "Check-out for edit" -msgstr "Načíst nejnovější verzi z repositáře" +msgstr "Načíst nejnovějĹĄĂ­ verzi z repositáře" -#: lib/ui/stdtoolbars.inc:279 +#: lib/ui/stdtoolbars.inc:260 msgid "Check-in changes" -msgstr "Uložit změny do repositáře" +msgstr "UloĹžit změny do repositáře" -#: lib/ui/stdtoolbars.inc:280 +#: lib/ui/stdtoolbars.inc:261 msgid "View revision log" -msgstr "Log ze správy verzí" +msgstr "Log ze sprĂĄvy verzĂ­" -#: lib/ui/stdtoolbars.inc:281 +#: lib/ui/stdtoolbars.inc:262 msgid "Revert changes" -msgstr "Návrat k poslední verzi v repozitáři" +msgstr "NĂĄvrat k poslednĂ­ verzi v repozitáři" -#: lib/ui/stdtoolbars.inc:282 +#: lib/ui/stdtoolbars.inc:263 msgid "Compare with older revision" -msgstr "Porovnat se starší revizí" +msgstr "Porovnat se starĹĄĂ­ revizĂ­" -#: lib/ui/stdtoolbars.inc:283 +#: lib/ui/stdtoolbars.inc:264 msgid "Compare with last revision" -msgstr "Porovnat s poslední revizí" +msgstr "Porovnat s poslednĂ­ revizĂ­" -#: lib/ui/stdtoolbars.inc:284 +#: lib/ui/stdtoolbars.inc:265 msgid "Insert Version Info" -msgstr "Vložit informaci o verzi" +msgstr "VloĹžit informaci o verzi" -#: lib/ui/stdtoolbars.inc:286 +#: lib/ui/stdtoolbars.inc:267 msgid "Use SVN file locking property" -msgstr "Používat zamykání souborů pod správou SVN" +msgstr "PouŞívat zamykĂĄnĂ­ souborĹŻ pod sprĂĄvou SVN" -#: lib/ui/stdtoolbars.inc:288 +#: lib/ui/stdtoolbars.inc:269 msgid "Update local directory from repository" -msgstr "Aktualizovat celý adresář z repositáře" +msgstr "Aktualizovat celĂ˝ adresář z repositáře" -#: lib/ui/stdtoolbars.inc:291 +#: lib/ui/stdtoolbars.inc:272 msgid "Math Panels" -msgstr "Matematický panel" +msgstr "MatematickĂ˝ panel" -#: lib/ui/stdtoolbars.inc:292 +#: lib/ui/stdtoolbars.inc:273 msgid "Math spacings" msgstr "Mat. mezery" -#: lib/ui/stdtoolbars.inc:293 lib/ui/stdtoolbars.inc:370 +#: lib/ui/stdtoolbars.inc:274 lib/ui/stdtoolbars.inc:350 msgid "Styles" msgstr "Styly" -#: lib/ui/stdtoolbars.inc:294 lib/ui/stdtoolbars.inc:377 +#: lib/ui/stdtoolbars.inc:275 lib/ui/stdtoolbars.inc:357 msgid "Fractions" msgstr "Zlomky" -#: lib/ui/stdtoolbars.inc:295 lib/ui/stdtoolbars.inc:394 -#: src/frontends/qt4/GuiDocument.cpp:1398 +#: lib/ui/stdtoolbars.inc:276 lib/ui/stdtoolbars.inc:374 +#: src/frontends/qt4/GuiDocument.cpp:1415 msgid "Fonts" msgstr "Fonty" -#: lib/ui/stdtoolbars.inc:296 lib/ui/stdtoolbars.inc:313 +#: lib/ui/stdtoolbars.inc:277 lib/ui/stdtoolbars.inc:293 msgid "Functions" msgstr "Funkce" -#: lib/ui/stdtoolbars.inc:297 +#: lib/ui/stdtoolbars.inc:278 msgid "Frame decorations" -msgstr "Dekorace rámů" +msgstr "Dekorace rĂĄmĹŻ" -#: lib/ui/stdtoolbars.inc:298 +#: lib/ui/stdtoolbars.inc:279 msgid "Big operators" -msgstr "Velké operátory" +msgstr "VelkĂŠ operĂĄtory" -#: lib/ui/stdtoolbars.inc:299 lib/ui/stdtoolbars.inc:637 +#: lib/ui/stdtoolbars.inc:280 lib/ui/stdtoolbars.inc:579 msgid "Miscellaneous" -msgstr "Různé" +msgstr "RĹŻznĂŠ" -#: lib/ui/stdtoolbars.inc:301 lib/ui/stdtoolbars.inc:462 +#: lib/ui/stdtoolbars.inc:282 lib/ui/stdtoolbars.inc:430 #: src/frontends/qt4/GuiSymbols.cpp:89 msgid "Arrows" -msgstr "Šipky" +msgstr "Ĺ ipky" -#: lib/ui/stdtoolbars.inc:302 lib/ui/stdtoolbars.inc:889 -#, fuzzy -msgid "Arrows (extended)" -msgstr "Teorémy (rozšíření AMS)" +#: lib/ui/stdtoolbars.inc:283 +msgid "AMS arrows" +msgstr "AMS ĹĄipky" -#: lib/ui/stdtoolbars.inc:303 lib/ui/stdtoolbars.inc:500 +#: lib/ui/stdtoolbars.inc:284 lib/ui/stdtoolbars.inc:464 msgid "Operators" -msgstr "Operátory" +msgstr "OperĂĄtory" -#: lib/ui/stdtoolbars.inc:304 lib/ui/stdtoolbars.inc:1151 -#, fuzzy -msgid "Operators (extended)" -msgstr "Teorémy (rozšíření AMS)" - -#: lib/ui/stdtoolbars.inc:305 lib/ui/stdtoolbars.inc:536 +#: lib/ui/stdtoolbars.inc:285 lib/ui/stdtoolbars.inc:498 msgid "Relations" msgstr "Relace" -#: lib/ui/stdtoolbars.inc:306 lib/ui/stdtoolbars.inc:965 -#, fuzzy -msgid "Relations (extended)" -msgstr "Latinka rozšíření-A" +#: lib/ui/stdtoolbars.inc:286 +msgid "AMS relations" +msgstr "AMS relace" -#: lib/ui/stdtoolbars.inc:307 -#, fuzzy -msgid "Negative relations (extended)" -msgstr "AMS negované relace" +#: lib/ui/stdtoolbars.inc:287 +msgid "AMS negative relations" +msgstr "AMS negovanĂŠ relace" -#: lib/ui/stdtoolbars.inc:308 lib/ui/stdtoolbars.inc:408 +#: lib/ui/stdtoolbars.inc:288 lib/ui/stdtoolbars.inc:388 msgid "Dots" -msgstr "Tečky" +msgstr "Tečky" -#: lib/ui/stdtoolbars.inc:309 lib/ui/stdtoolbars.inc:1224 -msgid "Delimiters (fixed size)" -msgstr "" +#: lib/ui/stdtoolbars.inc:289 +msgid "AMS operators" +msgstr "AMS operĂĄtory" -#: lib/ui/stdtoolbars.inc:310 lib/ui/stdtoolbars.inc:742 -#, fuzzy -msgid "Miscellaneous (extended)" -msgstr "Různé" +#: lib/ui/stdtoolbars.inc:290 +msgid "AMS miscellaneous" +msgstr "AMS RĹŻznĂŠ" -#: lib/ui/stdtoolbars.inc:314 +#: lib/ui/stdtoolbars.inc:294 msgid "arccos" msgstr "arccos" -#: lib/ui/stdtoolbars.inc:315 +#: lib/ui/stdtoolbars.inc:295 msgid "arcsin" msgstr "arcsin" -#: lib/ui/stdtoolbars.inc:316 +#: lib/ui/stdtoolbars.inc:296 msgid "arctan" msgstr "arctan" -#: lib/ui/stdtoolbars.inc:317 +#: lib/ui/stdtoolbars.inc:297 msgid "arg" msgstr "arg" -#: lib/ui/stdtoolbars.inc:318 +#: lib/ui/stdtoolbars.inc:298 msgid "bmod" msgstr "bmod" -#: lib/ui/stdtoolbars.inc:319 +#: lib/ui/stdtoolbars.inc:299 msgid "cos" msgstr "cos" -#: lib/ui/stdtoolbars.inc:320 +#: lib/ui/stdtoolbars.inc:300 msgid "cosh" msgstr "cosh" -#: lib/ui/stdtoolbars.inc:321 +#: lib/ui/stdtoolbars.inc:301 msgid "cot" msgstr "cot" -#: lib/ui/stdtoolbars.inc:322 +#: lib/ui/stdtoolbars.inc:302 msgid "coth" msgstr "coth" -#: lib/ui/stdtoolbars.inc:323 +#: lib/ui/stdtoolbars.inc:303 msgid "csc" msgstr "csc" -#: lib/ui/stdtoolbars.inc:324 +#: lib/ui/stdtoolbars.inc:304 msgid "deg" msgstr "deg" -#: lib/ui/stdtoolbars.inc:325 +#: lib/ui/stdtoolbars.inc:305 msgid "det" msgstr "det" -#: lib/ui/stdtoolbars.inc:326 +#: lib/ui/stdtoolbars.inc:306 msgid "dim" msgstr "dim" -#: lib/ui/stdtoolbars.inc:327 +#: lib/ui/stdtoolbars.inc:307 msgid "exp" msgstr "exp" -#: lib/ui/stdtoolbars.inc:328 +#: lib/ui/stdtoolbars.inc:308 msgid "gcd" msgstr "gcd" -#: lib/ui/stdtoolbars.inc:329 +#: lib/ui/stdtoolbars.inc:309 msgid "hom" msgstr "hom" -#: lib/ui/stdtoolbars.inc:330 +#: lib/ui/stdtoolbars.inc:310 msgid "inf" msgstr "inf" -#: lib/ui/stdtoolbars.inc:331 +#: lib/ui/stdtoolbars.inc:311 msgid "ker" msgstr "ker" -#: lib/ui/stdtoolbars.inc:332 +#: lib/ui/stdtoolbars.inc:312 msgid "lg" msgstr "lg" -#: lib/ui/stdtoolbars.inc:333 +#: lib/ui/stdtoolbars.inc:313 msgid "lim" msgstr "lim" -#: lib/ui/stdtoolbars.inc:334 +#: lib/ui/stdtoolbars.inc:314 msgid "liminf" msgstr "liminf" -#: lib/ui/stdtoolbars.inc:335 +#: lib/ui/stdtoolbars.inc:315 msgid "limsup" msgstr "limsup" -#: lib/ui/stdtoolbars.inc:336 +#: lib/ui/stdtoolbars.inc:316 msgid "ln" msgstr "ln" -#: lib/ui/stdtoolbars.inc:337 +#: lib/ui/stdtoolbars.inc:317 msgid "log" msgstr "log" -#: lib/ui/stdtoolbars.inc:338 +#: lib/ui/stdtoolbars.inc:318 msgid "max" msgstr "max" -#: lib/ui/stdtoolbars.inc:339 +#: lib/ui/stdtoolbars.inc:319 msgid "min" msgstr "min" -#: lib/ui/stdtoolbars.inc:340 +#: lib/ui/stdtoolbars.inc:320 msgid "sec" msgstr "sec" -#: lib/ui/stdtoolbars.inc:341 +#: lib/ui/stdtoolbars.inc:321 msgid "sin" msgstr "sin" -#: lib/ui/stdtoolbars.inc:342 +#: lib/ui/stdtoolbars.inc:322 msgid "sinh" msgstr "sinh" -#: lib/ui/stdtoolbars.inc:343 +#: lib/ui/stdtoolbars.inc:323 msgid "sup" msgstr "sup" -#: lib/ui/stdtoolbars.inc:344 +#: lib/ui/stdtoolbars.inc:324 msgid "tan" msgstr "tan" -#: lib/ui/stdtoolbars.inc:345 +#: lib/ui/stdtoolbars.inc:325 msgid "tanh" msgstr "tanh" -#: lib/ui/stdtoolbars.inc:346 +#: lib/ui/stdtoolbars.inc:326 msgid "Pr" msgstr "Pr" -#: lib/ui/stdtoolbars.inc:349 +#: lib/ui/stdtoolbars.inc:329 msgid "Spacings" msgstr "Mezery" -#: lib/ui/stdtoolbars.inc:350 +#: lib/ui/stdtoolbars.inc:330 msgid "Thin space\t\\," -msgstr "Úzká\t\\," +msgstr "ÚzkĂĄ\t\\," -#: lib/ui/stdtoolbars.inc:351 +#: lib/ui/stdtoolbars.inc:331 msgid "Medium space\t\\:" -msgstr "Střední\t\\:" +msgstr "StřednĂ­\t\\:" -#: lib/ui/stdtoolbars.inc:352 +#: lib/ui/stdtoolbars.inc:332 msgid "Thick space\t\\;" -msgstr "Široká\t\\;" +msgstr "Ĺ irokĂĄ\t\\;" -#: lib/ui/stdtoolbars.inc:353 +#: lib/ui/stdtoolbars.inc:333 msgid "Quadratin space\t\\quad" -msgstr "Čtverčík\t\\quad" +msgstr "Čtverčík\t\\quad" -#: lib/ui/stdtoolbars.inc:354 +#: lib/ui/stdtoolbars.inc:334 msgid "Double quadratin space\t\\qquad" -msgstr "Dva čtverčíky\t\\qquad" +msgstr "Dva čtverčíky\t\\qquad" -#: lib/ui/stdtoolbars.inc:355 +#: lib/ui/stdtoolbars.inc:335 msgid "Negative space\t\\!" -msgstr "Záporná\t\\!" +msgstr "ZĂĄpornĂĄ\t\\!" -#: lib/ui/stdtoolbars.inc:356 +#: lib/ui/stdtoolbars.inc:336 msgid "Phantom\t\\phantom" -msgstr "Fantóm\t\\phantom" +msgstr "FantĂłm\t\\phantom" -#: lib/ui/stdtoolbars.inc:357 +#: lib/ui/stdtoolbars.inc:337 msgid "Horizontal phantom\t\\hphantom" -msgstr "Horizontální fantóm\t\\hphantom" +msgstr "HorizontĂĄlnĂ­ fantĂłm\t\\hphantom" -#: lib/ui/stdtoolbars.inc:358 +#: lib/ui/stdtoolbars.inc:338 msgid "Vertical phantom\t\\vphantom" -msgstr "Vertikální fantóm\t\\vphantom" +msgstr "VertikĂĄlnĂ­ fantĂłm\t\\vphantom" -#: lib/ui/stdtoolbars.inc:359 +#: lib/ui/stdtoolbars.inc:339 msgid "Smash \\smash" msgstr "" -#: lib/ui/stdtoolbars.inc:360 +#: lib/ui/stdtoolbars.inc:340 msgid "Left overlap \\mathllap" msgstr "" -#: lib/ui/stdtoolbars.inc:361 +#: lib/ui/stdtoolbars.inc:341 msgid "Center overlap \\mathclap" msgstr "" -#: lib/ui/stdtoolbars.inc:362 +#: lib/ui/stdtoolbars.inc:342 msgid "Right overlap \\mathrlap" msgstr "" -#: lib/ui/stdtoolbars.inc:365 +#: lib/ui/stdtoolbars.inc:345 msgid "Roots" msgstr "Odmocniny" -#: lib/ui/stdtoolbars.inc:366 +#: lib/ui/stdtoolbars.inc:346 msgid "Square root\t\\sqrt" -msgstr "Druhá odmocnina\t\\sqrt" +msgstr "DruhĂĄ odmocnina\t\\sqrt" -#: lib/ui/stdtoolbars.inc:367 +#: lib/ui/stdtoolbars.inc:347 msgid "Other root\t\\root" -msgstr "Jiná odmocnina\t\\root" +msgstr "JinĂĄ odmocnina\t\\root" -#: lib/ui/stdtoolbars.inc:371 +#: lib/ui/stdtoolbars.inc:351 msgid "Display style\t\\displaystyle" -msgstr "Celořádkový\t\\displaystyle" +msgstr "CelořádkovĂ˝\t\\displaystyle" -#: lib/ui/stdtoolbars.inc:372 +#: lib/ui/stdtoolbars.inc:352 msgid "Normal text style\t\\textstyle" -msgstr "Normální text\t\\textstyle" +msgstr "NormĂĄlnĂ­ text\t\\textstyle" -#: lib/ui/stdtoolbars.inc:373 +#: lib/ui/stdtoolbars.inc:353 msgid "Script (small) style\t\\scriptstyle" -msgstr "Malý (script)\t\\scriptstyle" +msgstr "MalĂ˝ (script)\t\\scriptstyle" -#: lib/ui/stdtoolbars.inc:374 +#: lib/ui/stdtoolbars.inc:354 msgid "Scriptscript (smaller) style\t\\scriptscriptstyle" -msgstr "Menší (scriptscript)\t\\scriptscriptstyle" +msgstr "MenĹĄĂ­ (scriptscript)\t\\scriptscriptstyle" -#: lib/ui/stdtoolbars.inc:378 +#: lib/ui/stdtoolbars.inc:358 msgid "Standard\t\\frac" msgstr "Standard\t\\frac" -#: lib/ui/stdtoolbars.inc:379 +#: lib/ui/stdtoolbars.inc:359 msgid "Nice fraction (3/4)\t\\nicefrac" -msgstr "Jemný zlomek\t\\nicefrac" +msgstr "JemnĂ˝ zlomek\t\\nicefrac" -#: lib/ui/stdtoolbars.inc:380 +#: lib/ui/stdtoolbars.inc:360 +#, fuzzy msgid "Unit (km)\t\\unitone" -msgstr "Jednotka (km)\t\\unitone" +msgstr "Jednotka (km)\t\\unit" -#: lib/ui/stdtoolbars.inc:381 +#: lib/ui/stdtoolbars.inc:361 +#, fuzzy msgid "Unit (864 m)\t\\unittwo" -msgstr "Jednotka (864 m)\t\\unittwo" +msgstr "Jednotka (864 m)\t\\unit" -#: lib/ui/stdtoolbars.inc:382 +#: lib/ui/stdtoolbars.inc:362 msgid "Unit fraction (km/h)\t\\unitfrac" msgstr "Jednotka zlomek (km/h)\t\\unitfrac" -#: lib/ui/stdtoolbars.inc:383 +#: lib/ui/stdtoolbars.inc:363 +#, fuzzy msgid "Unit fraction (20 km/h)\t\\unitfracthree" -msgstr "Jednotka zlomek (20 km/h)\t\\unitfracthree" +msgstr "Jednotka zlomek (km/h)\t\\unitfrac" -#: lib/ui/stdtoolbars.inc:384 +#: lib/ui/stdtoolbars.inc:364 msgid "Text fraction\t\\tfrac" msgstr "Text. zlomek\t\\tfrac" -#: lib/ui/stdtoolbars.inc:385 +#: lib/ui/stdtoolbars.inc:365 msgid "Display fraction\t\\dfrac" -msgstr "Celořádkový zlomek\t\\dfrac" +msgstr "CelořádkovĂ˝ zlomek\t\\dfrac" -#: lib/ui/stdtoolbars.inc:386 +#: lib/ui/stdtoolbars.inc:366 msgid "Continued fraction\t\\cfrac" -msgstr "Řetězový zlomek\t\\cfrac" +msgstr "ŘetězovĂ˝ zlomek\t\\cfrac" -#: lib/ui/stdtoolbars.inc:387 +#: lib/ui/stdtoolbars.inc:367 +#, fuzzy msgid "Continued fraction (left)\t\\cfracleft" -msgstr "Řetězový zlomek (levý)\t\\cfracleft" +msgstr "ŘetězovĂ˝ zlomek (levĂ˝)\t\\cfrac" -#: lib/ui/stdtoolbars.inc:388 +#: lib/ui/stdtoolbars.inc:368 +#, fuzzy msgid "Continued fraction (right)\t\\cfracright" -msgstr "Řetězový zlomek (pravý)\t\\cfracright" +msgstr "ŘetězovĂ˝ zlomek (pravĂ˝)\t\\cfrac" -#: lib/ui/stdtoolbars.inc:389 +#: lib/ui/stdtoolbars.inc:369 msgid "Binomial\t\\binom" -msgstr "Kombinační číslo\t\\binom" +msgstr "KombinačnĂ­ číslo\t\\binom" -#: lib/ui/stdtoolbars.inc:390 +#: lib/ui/stdtoolbars.inc:370 msgid "Text binomial\t\\tbinom" -msgstr "Kombinační číslo (text)\t\\tbinom" +msgstr "KombinačnĂ­ číslo (text)\t\\tbinom" -#: lib/ui/stdtoolbars.inc:391 +#: lib/ui/stdtoolbars.inc:371 msgid "Display binomial\t\\dbinom" -msgstr "Kombinační číslo (celořádkový)\t\\dbinom" +msgstr "KombinačnĂ­ číslo (celořádkovĂ˝)\t\\dbinom" -#: lib/ui/stdtoolbars.inc:395 +#: lib/ui/stdtoolbars.inc:375 msgid "Roman\t\\mathrm" msgstr "Antikva(Roman)\t\\mathrm" -#: lib/ui/stdtoolbars.inc:396 +#: lib/ui/stdtoolbars.inc:376 msgid "Bold\t\\mathbf" -msgstr "Tučné\t\\mathbf" +msgstr "TučnĂŠ\t\\mathbf" -#: lib/ui/stdtoolbars.inc:397 +#: lib/ui/stdtoolbars.inc:377 msgid "Bold symbol\t\\boldsymbol" -msgstr "Tučný symbol\t\\boldsymbol" +msgstr "TučnĂ˝ symbol\t\\boldsymbol" -#: lib/ui/stdtoolbars.inc:398 +#: lib/ui/stdtoolbars.inc:378 msgid "Sans serif\t\\mathsf" -msgstr "Bezpatkové(Sans serif)\t\\mathsf" +msgstr "BezpatkovĂŠ(Sans serif)\t\\mathsf" -#: lib/ui/stdtoolbars.inc:399 +#: lib/ui/stdtoolbars.inc:379 msgid "Italic\t\\mathit" -msgstr "Kurzíva\t\\mathit" +msgstr "KurzĂ­va\t\\mathit" -#: lib/ui/stdtoolbars.inc:400 +#: lib/ui/stdtoolbars.inc:380 msgid "Typewriter\t\\mathtt" msgstr "Strojopis\t\\mathtt" -#: lib/ui/stdtoolbars.inc:401 +#: lib/ui/stdtoolbars.inc:381 msgid "Blackboard\t\\mathbb" msgstr "Tabule\t\\mathbb" -#: lib/ui/stdtoolbars.inc:402 +#: lib/ui/stdtoolbars.inc:382 msgid "Fraktur\t\\mathfrak" msgstr "Fraktur\t\\mathfrak" -#: lib/ui/stdtoolbars.inc:403 +#: lib/ui/stdtoolbars.inc:383 msgid "Calligraphic\t\\mathcal" -msgstr "Kaligrafické\t\\mathcal" +msgstr "KaligrafickĂŠ\t\\mathcal" -#: lib/ui/stdtoolbars.inc:404 +#: lib/ui/stdtoolbars.inc:384 msgid "Formal Script\t\\mathscr" -msgstr "Kaligrafické Formal\t\\mathscr" +msgstr "KaligrafickĂŠ Formal\t\\mathscr" -#: lib/ui/stdtoolbars.inc:405 +#: lib/ui/stdtoolbars.inc:385 msgid "Normal text mode\t\\textrm" -msgstr "Normální text. mód\t\\textrm" +msgstr "NormĂĄlnĂ­ text. mĂłd\t\\textrm" -#: lib/ui/stdtoolbars.inc:409 +#: lib/ui/stdtoolbars.inc:389 msgid "ldots" msgstr "ldots" -#: lib/ui/stdtoolbars.inc:410 +#: lib/ui/stdtoolbars.inc:390 msgid "cdots" msgstr "cdots" -#: lib/ui/stdtoolbars.inc:411 +#: lib/ui/stdtoolbars.inc:391 msgid "vdots" msgstr "vdots" -#: lib/ui/stdtoolbars.inc:412 +#: lib/ui/stdtoolbars.inc:392 msgid "ddots" msgstr "ddots" -#: lib/ui/stdtoolbars.inc:413 +#: lib/ui/stdtoolbars.inc:393 msgid "iddots" msgstr "iddots" -#: lib/ui/stdtoolbars.inc:423 +#: lib/ui/stdtoolbars.inc:396 msgid "Frame Decorations" -msgstr "Dekorace rámů" +msgstr "Dekorace rĂĄmĹŻ" -#: lib/ui/stdtoolbars.inc:424 +#: lib/ui/stdtoolbars.inc:397 msgid "hat" msgstr "hat" -#: lib/ui/stdtoolbars.inc:425 +#: lib/ui/stdtoolbars.inc:398 msgid "tilde" msgstr "tilde" -#: lib/ui/stdtoolbars.inc:426 +#: lib/ui/stdtoolbars.inc:399 msgid "bar" msgstr "bar" -#: lib/ui/stdtoolbars.inc:427 +#: lib/ui/stdtoolbars.inc:400 msgid "grave" msgstr "grave" -#: lib/ui/stdtoolbars.inc:428 +#: lib/ui/stdtoolbars.inc:401 msgid "dot" msgstr "dot" -#: lib/ui/stdtoolbars.inc:429 +#: lib/ui/stdtoolbars.inc:402 msgid "check" msgstr "check" -#: lib/ui/stdtoolbars.inc:430 +#: lib/ui/stdtoolbars.inc:403 msgid "widehat" msgstr "widehat" -#: lib/ui/stdtoolbars.inc:431 +#: lib/ui/stdtoolbars.inc:404 msgid "widetilde" msgstr "widetilde" -#: lib/ui/stdtoolbars.inc:432 +#: lib/ui/stdtoolbars.inc:405 #, fuzzy msgid "utilde" msgstr "tilde" -#: lib/ui/stdtoolbars.inc:433 +#: lib/ui/stdtoolbars.inc:406 msgid "vec" msgstr "vec" -#: lib/ui/stdtoolbars.inc:434 +#: lib/ui/stdtoolbars.inc:407 msgid "acute" msgstr "acute" -#: lib/ui/stdtoolbars.inc:435 +#: lib/ui/stdtoolbars.inc:408 msgid "ddot" msgstr "ddot" -#: lib/ui/stdtoolbars.inc:436 +#: lib/ui/stdtoolbars.inc:409 msgid "dddot" msgstr "dddot" -#: lib/ui/stdtoolbars.inc:437 +#: lib/ui/stdtoolbars.inc:410 msgid "ddddot" msgstr "ddddot" -#: lib/ui/stdtoolbars.inc:438 +#: lib/ui/stdtoolbars.inc:411 msgid "breve" msgstr "breve" -#: lib/ui/stdtoolbars.inc:439 -#, fuzzy -msgid "mathring" -msgstr "linka (matematika)" - -#: lib/ui/stdtoolbars.inc:440 +#: lib/ui/stdtoolbars.inc:412 msgid "overline" msgstr "overline" -#: lib/ui/stdtoolbars.inc:441 +#: lib/ui/stdtoolbars.inc:413 msgid "overbrace" msgstr "overbrace" -#: lib/ui/stdtoolbars.inc:442 +#: lib/ui/stdtoolbars.inc:414 msgid "overleftarrow" msgstr "overleftarrow" -#: lib/ui/stdtoolbars.inc:443 +#: lib/ui/stdtoolbars.inc:415 msgid "overrightarrow" msgstr "overrightarrow" -#: lib/ui/stdtoolbars.inc:444 +#: lib/ui/stdtoolbars.inc:416 msgid "overleftrightarrow" msgstr "overleftrightarrow" -#: lib/ui/stdtoolbars.inc:445 +#: lib/ui/stdtoolbars.inc:417 msgid "overset" msgstr "overset" -#: lib/ui/stdtoolbars.inc:446 +#: lib/ui/stdtoolbars.inc:418 msgid "underline" msgstr "underline" -#: lib/ui/stdtoolbars.inc:448 +#: lib/ui/stdtoolbars.inc:419 msgid "underbrace" msgstr "underbrace" -#: lib/ui/stdtoolbars.inc:450 +#: lib/ui/stdtoolbars.inc:420 msgid "underleftarrow" msgstr "underleftarrow" -#: lib/ui/stdtoolbars.inc:451 +#: lib/ui/stdtoolbars.inc:421 msgid "underrightarrow" msgstr "underrightarrow" -#: lib/ui/stdtoolbars.inc:452 +#: lib/ui/stdtoolbars.inc:422 msgid "underleftrightarrow" msgstr "underleftrightarrow" -#: lib/ui/stdtoolbars.inc:453 +#: lib/ui/stdtoolbars.inc:423 msgid "underset" msgstr "underset" -#: lib/ui/stdtoolbars.inc:454 +#: lib/ui/stdtoolbars.inc:424 #, fuzzy msgid "cancel" -msgstr "Zrušit" +msgstr "ZruĹĄit" -#: lib/ui/stdtoolbars.inc:455 +#: lib/ui/stdtoolbars.inc:425 #, fuzzy msgid "bcancel" -msgstr "Zrušit" +msgstr "ZruĹĄit" -#: lib/ui/stdtoolbars.inc:456 +#: lib/ui/stdtoolbars.inc:426 #, fuzzy msgid "xcancel" -msgstr "Zrušit" +msgstr "ZruĹĄit" -#: lib/ui/stdtoolbars.inc:457 +#: lib/ui/stdtoolbars.inc:427 #, fuzzy msgid "cancelto" -msgstr "Zrušit" +msgstr "ZruĹĄit" -#: lib/ui/stdtoolbars.inc:458 -msgid "stackrel" -msgstr "" - -#: lib/ui/stdtoolbars.inc:459 -msgid "stackrelthree" -msgstr "" - -#: lib/ui/stdtoolbars.inc:463 +#: lib/ui/stdtoolbars.inc:431 msgid "leftarrow" msgstr "leftarrow" -#: lib/ui/stdtoolbars.inc:465 +#: lib/ui/stdtoolbars.inc:432 msgid "rightarrow" msgstr "rightarrow" -#: lib/ui/stdtoolbars.inc:467 +#: lib/ui/stdtoolbars.inc:433 msgid "downarrow" msgstr "downarrow" -#: lib/ui/stdtoolbars.inc:468 +#: lib/ui/stdtoolbars.inc:434 msgid "uparrow" msgstr "uparrow" -#: lib/ui/stdtoolbars.inc:469 +#: lib/ui/stdtoolbars.inc:435 msgid "updownarrow" msgstr "updownarrow" -#: lib/ui/stdtoolbars.inc:470 +#: lib/ui/stdtoolbars.inc:436 msgid "leftrightarrow" msgstr "leftrightarrow" -#: lib/ui/stdtoolbars.inc:471 +#: lib/ui/stdtoolbars.inc:437 msgid "Leftarrow" msgstr "Leftarrow" -#: lib/ui/stdtoolbars.inc:472 +#: lib/ui/stdtoolbars.inc:438 msgid "Rightarrow" msgstr "Rightarrow" -#: lib/ui/stdtoolbars.inc:473 +#: lib/ui/stdtoolbars.inc:439 msgid "Downarrow" msgstr "Downarrow" -#: lib/ui/stdtoolbars.inc:474 +#: lib/ui/stdtoolbars.inc:440 msgid "Uparrow" msgstr "Uparrow" -#: lib/ui/stdtoolbars.inc:475 +#: lib/ui/stdtoolbars.inc:441 msgid "Updownarrow" msgstr "Updownarrow" -#: lib/ui/stdtoolbars.inc:476 +#: lib/ui/stdtoolbars.inc:442 msgid "Leftrightarrow" msgstr "Leftrightarrow" -#: lib/ui/stdtoolbars.inc:477 +#: lib/ui/stdtoolbars.inc:443 msgid "Longleftrightarrow" msgstr "Longleftrightarrow" -#: lib/ui/stdtoolbars.inc:478 +#: lib/ui/stdtoolbars.inc:444 msgid "Longleftarrow" msgstr "Longleftarrow" -#: lib/ui/stdtoolbars.inc:479 +#: lib/ui/stdtoolbars.inc:445 msgid "Longrightarrow" msgstr "Longrightarrow" -#: lib/ui/stdtoolbars.inc:480 +#: lib/ui/stdtoolbars.inc:446 msgid "longleftrightarrow" msgstr "longleftrightarrow" -#: lib/ui/stdtoolbars.inc:481 +#: lib/ui/stdtoolbars.inc:447 msgid "longleftarrow" msgstr "longleftarrow" -#: lib/ui/stdtoolbars.inc:482 +#: lib/ui/stdtoolbars.inc:448 msgid "longrightarrow" msgstr "longrightarrow" -#: lib/ui/stdtoolbars.inc:483 +#: lib/ui/stdtoolbars.inc:449 msgid "leftharpoondown" msgstr "leftharpoondown" -#: lib/ui/stdtoolbars.inc:484 +#: lib/ui/stdtoolbars.inc:450 msgid "rightharpoondown" msgstr "rightharpoondown" -#: lib/ui/stdtoolbars.inc:485 +#: lib/ui/stdtoolbars.inc:451 msgid "mapsto" msgstr "mapsto" -#: lib/ui/stdtoolbars.inc:486 +#: lib/ui/stdtoolbars.inc:452 msgid "longmapsto" msgstr "longmapsto" -#: lib/ui/stdtoolbars.inc:487 +#: lib/ui/stdtoolbars.inc:453 msgid "nwarrow" msgstr "nwarrow" -#: lib/ui/stdtoolbars.inc:488 +#: lib/ui/stdtoolbars.inc:454 msgid "nearrow" msgstr "nearrow" -#: lib/ui/stdtoolbars.inc:489 +#: lib/ui/stdtoolbars.inc:455 msgid "leftharpoonup" msgstr "leftharpoonup" -#: lib/ui/stdtoolbars.inc:490 +#: lib/ui/stdtoolbars.inc:456 msgid "rightharpoonup" msgstr "rightharpoonup" -#: lib/ui/stdtoolbars.inc:491 +#: lib/ui/stdtoolbars.inc:457 msgid "hookleftarrow" msgstr "hookleftarrow" -#: lib/ui/stdtoolbars.inc:492 +#: lib/ui/stdtoolbars.inc:458 msgid "hookrightarrow" msgstr "hookrightarrow" -#: lib/ui/stdtoolbars.inc:493 +#: lib/ui/stdtoolbars.inc:459 msgid "swarrow" msgstr "swarrow" -#: lib/ui/stdtoolbars.inc:494 +#: lib/ui/stdtoolbars.inc:460 msgid "searrow" msgstr "searrow" -#: lib/ui/stdtoolbars.inc:495 lib/ui/stdtoolbars.inc:919 +#: lib/ui/stdtoolbars.inc:461 lib/ui/stdtoolbars.inc:736 msgid "rightleftharpoons" msgstr "rightleftharpoons" -#: lib/ui/stdtoolbars.inc:501 +#: lib/ui/stdtoolbars.inc:465 msgid "pm" msgstr "pm" -#: lib/ui/stdtoolbars.inc:502 +#: lib/ui/stdtoolbars.inc:466 msgid "cap" msgstr "cap" -#: lib/ui/stdtoolbars.inc:503 +#: lib/ui/stdtoolbars.inc:467 msgid "diamond" msgstr "diamond" -#: lib/ui/stdtoolbars.inc:504 +#: lib/ui/stdtoolbars.inc:468 msgid "oplus" msgstr "oplus" -#: lib/ui/stdtoolbars.inc:505 +#: lib/ui/stdtoolbars.inc:469 msgid "mp" msgstr "mp" -#: lib/ui/stdtoolbars.inc:506 +#: lib/ui/stdtoolbars.inc:470 msgid "cup" msgstr "cup" -#: lib/ui/stdtoolbars.inc:507 +#: lib/ui/stdtoolbars.inc:471 msgid "bigtriangleup" msgstr "bigtriangleup" -#: lib/ui/stdtoolbars.inc:508 +#: lib/ui/stdtoolbars.inc:472 msgid "ominus" msgstr "ominus" -#: lib/ui/stdtoolbars.inc:509 +#: lib/ui/stdtoolbars.inc:473 msgid "times" msgstr "times" -#: lib/ui/stdtoolbars.inc:510 +#: lib/ui/stdtoolbars.inc:474 msgid "uplus" msgstr "uplus" -#: lib/ui/stdtoolbars.inc:511 +#: lib/ui/stdtoolbars.inc:475 msgid "bigtriangledown" msgstr "bigtriangledown" -#: lib/ui/stdtoolbars.inc:512 +#: lib/ui/stdtoolbars.inc:476 msgid "otimes" msgstr "otimes" -#: lib/ui/stdtoolbars.inc:513 +#: lib/ui/stdtoolbars.inc:477 msgid "div" msgstr "div" -#: lib/ui/stdtoolbars.inc:514 +#: lib/ui/stdtoolbars.inc:478 msgid "sqcap" msgstr "sqcap" -#: lib/ui/stdtoolbars.inc:515 +#: lib/ui/stdtoolbars.inc:479 msgid "triangleright" msgstr "triangleright" -#: lib/ui/stdtoolbars.inc:516 +#: lib/ui/stdtoolbars.inc:480 msgid "oslash" msgstr "oslash" -#: lib/ui/stdtoolbars.inc:517 +#: lib/ui/stdtoolbars.inc:481 msgid "cdot" msgstr "cdot" -#: lib/ui/stdtoolbars.inc:518 +#: lib/ui/stdtoolbars.inc:482 msgid "sqcup" msgstr "sqcup" -#: lib/ui/stdtoolbars.inc:519 +#: lib/ui/stdtoolbars.inc:483 msgid "triangleleft" msgstr "triangleleft" -#: lib/ui/stdtoolbars.inc:520 +#: lib/ui/stdtoolbars.inc:484 msgid "odot" msgstr "odot" -#: lib/ui/stdtoolbars.inc:521 +#: lib/ui/stdtoolbars.inc:485 msgid "star" msgstr "star" -#: lib/ui/stdtoolbars.inc:522 -#, fuzzy -msgid "ast" -msgstr "Vložit" - -#: lib/ui/stdtoolbars.inc:523 +#: lib/ui/stdtoolbars.inc:486 msgid "vee" msgstr "vee" -#: lib/ui/stdtoolbars.inc:524 +#: lib/ui/stdtoolbars.inc:487 msgid "amalg" msgstr "amalg" -#: lib/ui/stdtoolbars.inc:525 +#: lib/ui/stdtoolbars.inc:488 msgid "bigcirc" msgstr "bigcirc" -#: lib/ui/stdtoolbars.inc:526 +#: lib/ui/stdtoolbars.inc:489 msgid "setminus" msgstr "setminus" -#: lib/ui/stdtoolbars.inc:527 +#: lib/ui/stdtoolbars.inc:490 msgid "wedge" msgstr "wedge" -#: lib/ui/stdtoolbars.inc:528 +#: lib/ui/stdtoolbars.inc:491 msgid "dagger" msgstr "dagger" -#: lib/ui/stdtoolbars.inc:529 +#: lib/ui/stdtoolbars.inc:492 msgid "circ" msgstr "circ" -#: lib/ui/stdtoolbars.inc:530 +#: lib/ui/stdtoolbars.inc:493 msgid "bullet" msgstr "bullet" -#: lib/ui/stdtoolbars.inc:531 +#: lib/ui/stdtoolbars.inc:494 msgid "wr" msgstr "wr" -#: lib/ui/stdtoolbars.inc:532 +#: lib/ui/stdtoolbars.inc:495 msgid "ddagger" msgstr "ddagger" -#: lib/ui/stdtoolbars.inc:533 -#, fuzzy -msgid "smallint" -msgstr "smallsmile" - -#: lib/ui/stdtoolbars.inc:537 +#: lib/ui/stdtoolbars.inc:499 msgid "leq" msgstr "leq" -#: lib/ui/stdtoolbars.inc:539 +#: lib/ui/stdtoolbars.inc:500 msgid "geq" msgstr "geq" -#: lib/ui/stdtoolbars.inc:541 +#: lib/ui/stdtoolbars.inc:501 msgid "equiv" msgstr "equiv" -#: lib/ui/stdtoolbars.inc:542 +#: lib/ui/stdtoolbars.inc:502 msgid "models" msgstr "models" -#: lib/ui/stdtoolbars.inc:543 +#: lib/ui/stdtoolbars.inc:503 msgid "prec" msgstr "prec" -#: lib/ui/stdtoolbars.inc:544 +#: lib/ui/stdtoolbars.inc:504 msgid "succ" msgstr "succ" -#: lib/ui/stdtoolbars.inc:545 +#: lib/ui/stdtoolbars.inc:505 msgid "sim" msgstr "sim" -#: lib/ui/stdtoolbars.inc:546 +#: lib/ui/stdtoolbars.inc:506 msgid "perp" msgstr "perp" -#: lib/ui/stdtoolbars.inc:547 +#: lib/ui/stdtoolbars.inc:507 msgid "preceq" msgstr "preceq" -#: lib/ui/stdtoolbars.inc:548 +#: lib/ui/stdtoolbars.inc:508 msgid "succeq" msgstr "succeq" -#: lib/ui/stdtoolbars.inc:549 +#: lib/ui/stdtoolbars.inc:509 msgid "simeq" msgstr "simeq" -#: lib/ui/stdtoolbars.inc:550 +#: lib/ui/stdtoolbars.inc:510 msgid "mid" msgstr "mid" -#: lib/ui/stdtoolbars.inc:551 +#: lib/ui/stdtoolbars.inc:511 msgid "ll" msgstr "ll" -#: lib/ui/stdtoolbars.inc:552 +#: lib/ui/stdtoolbars.inc:512 msgid "gg" msgstr "gg" -#: lib/ui/stdtoolbars.inc:553 +#: lib/ui/stdtoolbars.inc:513 msgid "asymp" msgstr "asymp" -#: lib/ui/stdtoolbars.inc:554 +#: lib/ui/stdtoolbars.inc:514 msgid "parallel" msgstr "parallel" -#: lib/ui/stdtoolbars.inc:555 +#: lib/ui/stdtoolbars.inc:515 msgid "subset" msgstr "subset" -#: lib/ui/stdtoolbars.inc:556 +#: lib/ui/stdtoolbars.inc:516 msgid "supset" msgstr "supset" -#: lib/ui/stdtoolbars.inc:557 +#: lib/ui/stdtoolbars.inc:517 msgid "approx" msgstr "approx" -#: lib/ui/stdtoolbars.inc:558 +#: lib/ui/stdtoolbars.inc:518 msgid "smile" msgstr "smile" -#: lib/ui/stdtoolbars.inc:559 +#: lib/ui/stdtoolbars.inc:519 msgid "subseteq" msgstr "subseteq" -#: lib/ui/stdtoolbars.inc:560 +#: lib/ui/stdtoolbars.inc:520 msgid "supseteq" msgstr "supseteq" -#: lib/ui/stdtoolbars.inc:561 +#: lib/ui/stdtoolbars.inc:521 msgid "cong" msgstr "cong" -#: lib/ui/stdtoolbars.inc:562 +#: lib/ui/stdtoolbars.inc:522 msgid "frown" msgstr "frown" -#: lib/ui/stdtoolbars.inc:563 +#: lib/ui/stdtoolbars.inc:523 msgid "sqsubseteq" msgstr "sqsubseteq" -#: lib/ui/stdtoolbars.inc:564 +#: lib/ui/stdtoolbars.inc:524 msgid "sqsupseteq" msgstr "sqsupseteq" -#: lib/ui/stdtoolbars.inc:565 +#: lib/ui/stdtoolbars.inc:525 msgid "doteq" msgstr "doteq" -#: lib/ui/stdtoolbars.inc:566 +#: lib/ui/stdtoolbars.inc:526 msgid "neq" msgstr "neq" -#: lib/ui/stdtoolbars.inc:568 +#: lib/ui/stdtoolbars.inc:527 msgid "in[[math relation]]" msgstr "in" -#: lib/ui/stdtoolbars.inc:569 +#: lib/ui/stdtoolbars.inc:528 msgid "ni" msgstr "ni" -#: lib/ui/stdtoolbars.inc:571 +#: lib/ui/stdtoolbars.inc:529 msgid "propto" msgstr "propto" -#: lib/ui/stdtoolbars.inc:572 +#: lib/ui/stdtoolbars.inc:530 msgid "notin" msgstr "notin" -#: lib/ui/stdtoolbars.inc:573 +#: lib/ui/stdtoolbars.inc:531 msgid "vdash" msgstr "vdash" -#: lib/ui/stdtoolbars.inc:574 +#: lib/ui/stdtoolbars.inc:532 msgid "dashv" msgstr "dashv" -#: lib/ui/stdtoolbars.inc:575 +#: lib/ui/stdtoolbars.inc:533 msgid "bowtie" msgstr "bowtie" -#: lib/ui/stdtoolbars.inc:576 -#, fuzzy -msgid "iff" -msgstr "Vypnuto" - -#: lib/ui/stdtoolbars.inc:577 -#, fuzzy -msgid "not" -msgstr "poznámka" - -#: lib/ui/stdtoolbars.inc:578 -#, fuzzy -msgid "land" -msgstr "Islandština" - -# TODO -#: lib/ui/stdtoolbars.inc:579 -#, fuzzy -msgid "lor" -msgstr "nebo" - -#: lib/ui/stdtoolbars.inc:580 -msgid "lnot" -msgstr "" - -#: lib/ui/stdtoolbars.inc:584 +#: lib/ui/stdtoolbars.inc:537 msgid "alpha" msgstr "alpha" -#: lib/ui/stdtoolbars.inc:585 +#: lib/ui/stdtoolbars.inc:538 msgid "beta" msgstr "beta" -#: lib/ui/stdtoolbars.inc:586 +#: lib/ui/stdtoolbars.inc:539 msgid "gamma" msgstr "gamma" -#: lib/ui/stdtoolbars.inc:587 +#: lib/ui/stdtoolbars.inc:540 msgid "delta" msgstr "delta" -#: lib/ui/stdtoolbars.inc:588 +#: lib/ui/stdtoolbars.inc:541 msgid "epsilon" msgstr "epsilon" -#: lib/ui/stdtoolbars.inc:589 +#: lib/ui/stdtoolbars.inc:542 msgid "varepsilon" msgstr "varepsilon" -#: lib/ui/stdtoolbars.inc:590 +#: lib/ui/stdtoolbars.inc:543 msgid "zeta" msgstr "zeta" -#: lib/ui/stdtoolbars.inc:591 +#: lib/ui/stdtoolbars.inc:544 msgid "eta" msgstr "eta" -#: lib/ui/stdtoolbars.inc:592 +#: lib/ui/stdtoolbars.inc:545 msgid "theta" msgstr "theta" -#: lib/ui/stdtoolbars.inc:593 +#: lib/ui/stdtoolbars.inc:546 msgid "vartheta" msgstr "vartheta" -#: lib/ui/stdtoolbars.inc:594 +#: lib/ui/stdtoolbars.inc:547 msgid "iota" msgstr "iota" -#: lib/ui/stdtoolbars.inc:595 +#: lib/ui/stdtoolbars.inc:548 msgid "kappa" msgstr "kappa" -#: lib/ui/stdtoolbars.inc:596 +#: lib/ui/stdtoolbars.inc:549 msgid "lambda" msgstr "lambda" -#: lib/ui/stdtoolbars.inc:597 +#: lib/ui/stdtoolbars.inc:550 msgid "mu" msgstr "mu" -#: lib/ui/stdtoolbars.inc:598 +#: lib/ui/stdtoolbars.inc:551 msgid "nu" msgstr "nu" -#: lib/ui/stdtoolbars.inc:599 +#: lib/ui/stdtoolbars.inc:552 msgid "xi" msgstr "xi" -#: lib/ui/stdtoolbars.inc:600 +#: lib/ui/stdtoolbars.inc:553 msgid "pi" msgstr "pi" -#: lib/ui/stdtoolbars.inc:601 +#: lib/ui/stdtoolbars.inc:554 msgid "varpi" msgstr "varpi" -#: lib/ui/stdtoolbars.inc:602 +#: lib/ui/stdtoolbars.inc:555 msgid "rho" msgstr "rho" -#: lib/ui/stdtoolbars.inc:603 +#: lib/ui/stdtoolbars.inc:556 msgid "varrho" msgstr "varrho" -#: lib/ui/stdtoolbars.inc:604 +#: lib/ui/stdtoolbars.inc:557 msgid "sigma" msgstr "sigma" -#: lib/ui/stdtoolbars.inc:605 +#: lib/ui/stdtoolbars.inc:558 msgid "varsigma" msgstr "varsigma" -#: lib/ui/stdtoolbars.inc:606 +#: lib/ui/stdtoolbars.inc:559 msgid "tau" msgstr "tau" -#: lib/ui/stdtoolbars.inc:607 +#: lib/ui/stdtoolbars.inc:560 msgid "upsilon" msgstr "upsilon" -#: lib/ui/stdtoolbars.inc:608 +#: lib/ui/stdtoolbars.inc:561 msgid "phi" msgstr "phi" -#: lib/ui/stdtoolbars.inc:609 +#: lib/ui/stdtoolbars.inc:562 msgid "varphi" msgstr "varphi" -#: lib/ui/stdtoolbars.inc:610 +#: lib/ui/stdtoolbars.inc:563 msgid "chi" msgstr "chi" -#: lib/ui/stdtoolbars.inc:611 +#: lib/ui/stdtoolbars.inc:564 msgid "psi" msgstr "psi" -#: lib/ui/stdtoolbars.inc:612 +#: lib/ui/stdtoolbars.inc:565 msgid "omega" msgstr "omega" -#: lib/ui/stdtoolbars.inc:613 +#: lib/ui/stdtoolbars.inc:566 msgid "Gamma" msgstr "Gamma" -#: lib/ui/stdtoolbars.inc:614 +#: lib/ui/stdtoolbars.inc:567 msgid "Delta" msgstr "Delta" -#: lib/ui/stdtoolbars.inc:615 +#: lib/ui/stdtoolbars.inc:568 msgid "Theta" msgstr "Theta" -#: lib/ui/stdtoolbars.inc:616 +#: lib/ui/stdtoolbars.inc:569 msgid "Lambda" msgstr "Lambda" -#: lib/ui/stdtoolbars.inc:617 +#: lib/ui/stdtoolbars.inc:570 msgid "Xi" msgstr "Xi" -#: lib/ui/stdtoolbars.inc:618 +#: lib/ui/stdtoolbars.inc:571 msgid "Pi" msgstr "Pi" -#: lib/ui/stdtoolbars.inc:619 +#: lib/ui/stdtoolbars.inc:572 msgid "Sigma" msgstr "Sigma" -#: lib/ui/stdtoolbars.inc:620 +#: lib/ui/stdtoolbars.inc:573 msgid "Upsilon" msgstr "Upsilon" -#: lib/ui/stdtoolbars.inc:621 +#: lib/ui/stdtoolbars.inc:574 msgid "Phi" msgstr "Phi" -#: lib/ui/stdtoolbars.inc:622 +#: lib/ui/stdtoolbars.inc:575 msgid "Psi" msgstr "Psi" -#: lib/ui/stdtoolbars.inc:623 +#: lib/ui/stdtoolbars.inc:576 msgid "Omega" msgstr "Omega" -#: lib/ui/stdtoolbars.inc:624 -msgid "varGamma" -msgstr "varGamma" - -#: lib/ui/stdtoolbars.inc:625 -msgid "varDelta" -msgstr "varDelta" - -#: lib/ui/stdtoolbars.inc:626 -msgid "varTheta" -msgstr "varTheta" - -#: lib/ui/stdtoolbars.inc:627 -msgid "varLambda" -msgstr "varLambda" - -#: lib/ui/stdtoolbars.inc:628 -msgid "varXi" -msgstr "varXi" - -#: lib/ui/stdtoolbars.inc:629 -msgid "varPi" -msgstr "varPi" - -#: lib/ui/stdtoolbars.inc:630 -msgid "varSigma" -msgstr "varSigma" - -#: lib/ui/stdtoolbars.inc:631 -msgid "varUpsilon" -msgstr "varUpsilon" - -#: lib/ui/stdtoolbars.inc:632 -msgid "varPhi" -msgstr "varPhi" - -#: lib/ui/stdtoolbars.inc:633 -msgid "varPsi" -msgstr "varPsi" - -#: lib/ui/stdtoolbars.inc:634 -msgid "varOmega" -msgstr "varOmega" - -#: lib/ui/stdtoolbars.inc:638 +#: lib/ui/stdtoolbars.inc:580 msgid "nabla" msgstr "nabla" -#: lib/ui/stdtoolbars.inc:639 +#: lib/ui/stdtoolbars.inc:581 msgid "partial" msgstr "partial" -#: lib/ui/stdtoolbars.inc:640 +#: lib/ui/stdtoolbars.inc:582 msgid "infty" msgstr "infty" -#: lib/ui/stdtoolbars.inc:641 +#: lib/ui/stdtoolbars.inc:583 msgid "prime" msgstr "prime" -#: lib/ui/stdtoolbars.inc:642 +#: lib/ui/stdtoolbars.inc:584 msgid "ell" msgstr "ell" -#: lib/ui/stdtoolbars.inc:643 +#: lib/ui/stdtoolbars.inc:585 msgid "emptyset" msgstr "emptyset" -#: lib/ui/stdtoolbars.inc:644 +#: lib/ui/stdtoolbars.inc:586 msgid "exists" msgstr "exists" -#: lib/ui/stdtoolbars.inc:645 +#: lib/ui/stdtoolbars.inc:587 msgid "forall" msgstr "forall" -#: lib/ui/stdtoolbars.inc:646 +#: lib/ui/stdtoolbars.inc:588 msgid "imath" msgstr "imath" -#: lib/ui/stdtoolbars.inc:647 +#: lib/ui/stdtoolbars.inc:589 msgid "jmath" msgstr "jmath" -#: lib/ui/stdtoolbars.inc:648 +#: lib/ui/stdtoolbars.inc:590 msgid "Re" msgstr "Re" -#: lib/ui/stdtoolbars.inc:649 +#: lib/ui/stdtoolbars.inc:591 msgid "Im" msgstr "Im" -#: lib/ui/stdtoolbars.inc:650 +#: lib/ui/stdtoolbars.inc:592 msgid "aleph" msgstr "aleph" -#: lib/ui/stdtoolbars.inc:651 +#: lib/ui/stdtoolbars.inc:593 msgid "wp" msgstr "wp" -#: lib/ui/stdtoolbars.inc:652 lib/ui/stdtoolbars.inc:752 +#: lib/ui/stdtoolbars.inc:594 lib/ui/stdtoolbars.inc:679 msgid "hbar" msgstr "hbar" -#: lib/ui/stdtoolbars.inc:653 +#: lib/ui/stdtoolbars.inc:595 lib/ui/stdtoolbars.inc:686 msgid "angle" msgstr "angle" -#: lib/ui/stdtoolbars.inc:654 +#: lib/ui/stdtoolbars.inc:596 msgid "top" msgstr "top" -#: lib/ui/stdtoolbars.inc:655 +#: lib/ui/stdtoolbars.inc:597 msgid "bot" msgstr "bot" -#: lib/ui/stdtoolbars.inc:656 +#: lib/ui/stdtoolbars.inc:598 msgid "Vert" msgstr "Vert" -#: lib/ui/stdtoolbars.inc:657 +#: lib/ui/stdtoolbars.inc:599 msgid "neg" msgstr "neg" -#: lib/ui/stdtoolbars.inc:658 +#: lib/ui/stdtoolbars.inc:600 msgid "flat" msgstr "flat" -#: lib/ui/stdtoolbars.inc:659 +#: lib/ui/stdtoolbars.inc:601 msgid "natural" msgstr "natural" -#: lib/ui/stdtoolbars.inc:660 +#: lib/ui/stdtoolbars.inc:602 msgid "sharp" msgstr "sharp" -#: lib/ui/stdtoolbars.inc:661 +#: lib/ui/stdtoolbars.inc:603 msgid "surd" msgstr "surd" -#: lib/ui/stdtoolbars.inc:662 -msgid "lhook" -msgstr "" - -#: lib/ui/stdtoolbars.inc:663 -msgid "rhook" -msgstr "" - -#: lib/ui/stdtoolbars.inc:664 +#: lib/ui/stdtoolbars.inc:604 msgid "triangle" msgstr "triangle" -#: lib/ui/stdtoolbars.inc:665 +#: lib/ui/stdtoolbars.inc:605 msgid "diamondsuit" msgstr "diamondsuit" -#: lib/ui/stdtoolbars.inc:666 +#: lib/ui/stdtoolbars.inc:606 msgid "heartsuit" msgstr "heartsuit" -#: lib/ui/stdtoolbars.inc:667 +#: lib/ui/stdtoolbars.inc:607 msgid "clubsuit" msgstr "clubsuit" -#: lib/ui/stdtoolbars.inc:668 +#: lib/ui/stdtoolbars.inc:608 msgid "spadesuit" msgstr "spadesuit" -#: lib/ui/stdtoolbars.inc:669 +#: lib/ui/stdtoolbars.inc:609 msgid "textrm \\AA" msgstr "textrm \\AA" -#: lib/ui/stdtoolbars.inc:670 +#: lib/ui/stdtoolbars.inc:610 msgid "textrm \\O" msgstr "textrm \\O" -#: lib/ui/stdtoolbars.inc:671 +#: lib/ui/stdtoolbars.inc:611 msgid "mathcircumflex" msgstr "mathcircumflex" -#: lib/ui/stdtoolbars.inc:672 +#: lib/ui/stdtoolbars.inc:612 msgid "_" msgstr "_" -#: lib/ui/stdtoolbars.inc:673 -msgid "textdegree" -msgstr "" - -#: lib/ui/stdtoolbars.inc:674 -#, fuzzy -msgid "mathdollar" -msgstr "mat. makro" - -#: lib/ui/stdtoolbars.inc:675 -#, fuzzy -msgid "mathparagraph" -msgstr "\\alph{paragraph}." - -#: lib/ui/stdtoolbars.inc:676 -#, fuzzy -msgid "mathsection" -msgstr "výběr" - -#: lib/ui/stdtoolbars.inc:677 +#: lib/ui/stdtoolbars.inc:613 msgid "mathrm T" msgstr "mathrm T" -#: lib/ui/stdtoolbars.inc:678 +#: lib/ui/stdtoolbars.inc:614 msgid "mathbb N" msgstr "mathbb N" -#: lib/ui/stdtoolbars.inc:679 +#: lib/ui/stdtoolbars.inc:615 msgid "mathbb Z" msgstr "mathbb Z" -#: lib/ui/stdtoolbars.inc:680 +#: lib/ui/stdtoolbars.inc:616 msgid "mathbb Q" msgstr "mathbb Q" -#: lib/ui/stdtoolbars.inc:681 +#: lib/ui/stdtoolbars.inc:617 msgid "mathbb R" msgstr "mathbb R" -#: lib/ui/stdtoolbars.inc:682 +#: lib/ui/stdtoolbars.inc:618 msgid "mathbb C" msgstr "mathbb C" -#: lib/ui/stdtoolbars.inc:683 +#: lib/ui/stdtoolbars.inc:619 msgid "mathbb H" msgstr "mathbb H" -#: lib/ui/stdtoolbars.inc:684 +#: lib/ui/stdtoolbars.inc:620 msgid "mathcal F" msgstr "mathcal F" -#: lib/ui/stdtoolbars.inc:685 +#: lib/ui/stdtoolbars.inc:621 msgid "mathcal L" msgstr "mathcal L" -#: lib/ui/stdtoolbars.inc:686 +#: lib/ui/stdtoolbars.inc:622 msgid "mathcal H" msgstr "mathcal H" -#: lib/ui/stdtoolbars.inc:687 +#: lib/ui/stdtoolbars.inc:623 msgid "mathcal O" msgstr "mathcal O" -#: lib/ui/stdtoolbars.inc:690 +#: lib/ui/stdtoolbars.inc:626 msgid "Big Operators" -msgstr "Velké operátory" +msgstr "VelkĂŠ operĂĄtory" -#: lib/ui/stdtoolbars.inc:691 +#: lib/ui/stdtoolbars.inc:627 msgid "intop" msgstr "intop" -#: lib/ui/stdtoolbars.inc:692 +#: lib/ui/stdtoolbars.inc:628 msgid "int" msgstr "int" -#: lib/ui/stdtoolbars.inc:693 +#: lib/ui/stdtoolbars.inc:629 msgid "iint" msgstr "iint" -#: lib/ui/stdtoolbars.inc:694 +#: lib/ui/stdtoolbars.inc:630 msgid "iintop" msgstr "iintop" -#: lib/ui/stdtoolbars.inc:695 +#: lib/ui/stdtoolbars.inc:631 msgid "iiint" msgstr "iiint" -#: lib/ui/stdtoolbars.inc:696 +#: lib/ui/stdtoolbars.inc:632 msgid "iiintop" msgstr "iiintop" -#: lib/ui/stdtoolbars.inc:697 +#: lib/ui/stdtoolbars.inc:633 msgid "iiiint" msgstr "iiiint" -#: lib/ui/stdtoolbars.inc:698 +#: lib/ui/stdtoolbars.inc:634 msgid "iiiintop" msgstr "iiiintop" -#: lib/ui/stdtoolbars.inc:699 +#: lib/ui/stdtoolbars.inc:635 msgid "dotsint" msgstr "dotsint" -#: lib/ui/stdtoolbars.inc:700 +#: lib/ui/stdtoolbars.inc:636 msgid "dotsintop" msgstr "dotsintop" -#: lib/ui/stdtoolbars.inc:701 -#, fuzzy -msgid "idotsint" -msgstr "dotsint" - -#: lib/ui/stdtoolbars.inc:702 +#: lib/ui/stdtoolbars.inc:637 msgid "oint" msgstr "oint" -#: lib/ui/stdtoolbars.inc:703 +#: lib/ui/stdtoolbars.inc:638 msgid "ointop" msgstr "ointop" -#: lib/ui/stdtoolbars.inc:704 +#: lib/ui/stdtoolbars.inc:639 msgid "oiint" msgstr "oiint" -#: lib/ui/stdtoolbars.inc:705 +#: lib/ui/stdtoolbars.inc:640 msgid "oiintop" msgstr "oiintop" -#: lib/ui/stdtoolbars.inc:706 +#: lib/ui/stdtoolbars.inc:641 msgid "ointctrclockwiseop" msgstr "ointctrclockwiseop" -#: lib/ui/stdtoolbars.inc:707 +#: lib/ui/stdtoolbars.inc:642 msgid "ointctrclockwise" msgstr "ointctrclockwise" -#: lib/ui/stdtoolbars.inc:708 +#: lib/ui/stdtoolbars.inc:643 msgid "ointclockwiseop" msgstr "ointclockwiseop" -#: lib/ui/stdtoolbars.inc:709 +#: lib/ui/stdtoolbars.inc:644 msgid "ointclockwise" msgstr "ointclockwise" -#: lib/ui/stdtoolbars.inc:710 +#: lib/ui/stdtoolbars.inc:645 msgid "sqint" msgstr "sqint" -#: lib/ui/stdtoolbars.inc:711 +#: lib/ui/stdtoolbars.inc:646 msgid "sqintop" msgstr "sqintop" -#: lib/ui/stdtoolbars.inc:712 +#: lib/ui/stdtoolbars.inc:647 msgid "sqiint" msgstr "sqiint" -#: lib/ui/stdtoolbars.inc:713 +#: lib/ui/stdtoolbars.inc:648 msgid "sqiintop" msgstr "sqiintop" -#: lib/ui/stdtoolbars.inc:714 +#: lib/ui/stdtoolbars.inc:649 msgid "fint" msgstr "fint" -#: lib/ui/stdtoolbars.inc:715 +#: lib/ui/stdtoolbars.inc:650 msgid "fintop" msgstr "fintop" -#: lib/ui/stdtoolbars.inc:716 +#: lib/ui/stdtoolbars.inc:651 msgid "landupint" msgstr "landupint" -#: lib/ui/stdtoolbars.inc:717 +#: lib/ui/stdtoolbars.inc:652 msgid "landupintop" msgstr "landupintop" -#: lib/ui/stdtoolbars.inc:718 +#: lib/ui/stdtoolbars.inc:653 msgid "landdownint" msgstr "landdownint" -#: lib/ui/stdtoolbars.inc:719 +#: lib/ui/stdtoolbars.inc:654 msgid "landdownintop" msgstr "landdownintop" -#: lib/ui/stdtoolbars.inc:720 -#, fuzzy -msgid "varint" -msgstr "&Tisk" - -#: lib/ui/stdtoolbars.inc:721 -#, fuzzy -msgid "varoint" -msgstr "oint" - -#: lib/ui/stdtoolbars.inc:722 -#, fuzzy -msgid "varoiint" -msgstr "oiint" - -#: lib/ui/stdtoolbars.inc:723 -#, fuzzy -msgid "varoiintop" -msgstr "oiintop" - -#: lib/ui/stdtoolbars.inc:724 -#, fuzzy -msgid "varointclockwise" -msgstr "ointclockwise" - -#: lib/ui/stdtoolbars.inc:725 -#, fuzzy -msgid "varointclockwiseop" -msgstr "ointclockwiseop" - -#: lib/ui/stdtoolbars.inc:726 -#, fuzzy -msgid "varointctrclockwise" -msgstr "ointctrclockwise" - -#: lib/ui/stdtoolbars.inc:727 -#, fuzzy -msgid "varointctrclockwiseop" -msgstr "ointctrclockwiseop" - -#: lib/ui/stdtoolbars.inc:728 +#: lib/ui/stdtoolbars.inc:655 msgid "sum" msgstr "sum" -#: lib/ui/stdtoolbars.inc:729 +#: lib/ui/stdtoolbars.inc:656 msgid "prod" msgstr "prod" -#: lib/ui/stdtoolbars.inc:730 +#: lib/ui/stdtoolbars.inc:657 msgid "coprod" msgstr "coprod" -#: lib/ui/stdtoolbars.inc:731 +#: lib/ui/stdtoolbars.inc:658 msgid "bigsqcup" msgstr "bigsqcup" -#: lib/ui/stdtoolbars.inc:732 +#: lib/ui/stdtoolbars.inc:659 msgid "bigotimes" msgstr "bigotimes" -#: lib/ui/stdtoolbars.inc:733 +#: lib/ui/stdtoolbars.inc:660 msgid "bigodot" msgstr "bigodot" -#: lib/ui/stdtoolbars.inc:734 +#: lib/ui/stdtoolbars.inc:661 msgid "bigoplus" msgstr "bigoplus" -#: lib/ui/stdtoolbars.inc:735 +#: lib/ui/stdtoolbars.inc:662 msgid "bigcap" msgstr "bigcap" -#: lib/ui/stdtoolbars.inc:736 +#: lib/ui/stdtoolbars.inc:663 msgid "bigcup" msgstr "bigcup" -#: lib/ui/stdtoolbars.inc:737 +#: lib/ui/stdtoolbars.inc:664 msgid "biguplus" msgstr "biguplus" -#: lib/ui/stdtoolbars.inc:738 +#: lib/ui/stdtoolbars.inc:665 msgid "bigvee" msgstr "bigvee" -#: lib/ui/stdtoolbars.inc:739 +#: lib/ui/stdtoolbars.inc:666 msgid "bigwedge" msgstr "bigwedge" -#: lib/ui/stdtoolbars.inc:743 +#: lib/ui/stdtoolbars.inc:669 +msgid "AMS Miscellaneous" +msgstr "AMS RĹŻznĂŠ" + +#: lib/ui/stdtoolbars.inc:670 msgid "digamma" msgstr "digamma" -#: lib/ui/stdtoolbars.inc:744 +#: lib/ui/stdtoolbars.inc:671 msgid "varkappa" msgstr "varkappa" -#: lib/ui/stdtoolbars.inc:745 +#: lib/ui/stdtoolbars.inc:672 msgid "beth" msgstr "beth" -#: lib/ui/stdtoolbars.inc:746 +#: lib/ui/stdtoolbars.inc:673 msgid "daleth" msgstr "daleth" -#: lib/ui/stdtoolbars.inc:747 +#: lib/ui/stdtoolbars.inc:674 msgid "gimel" msgstr "gimel" -#: lib/ui/stdtoolbars.inc:748 +#: lib/ui/stdtoolbars.inc:675 msgid "ulcorner" msgstr "ulcorner" -#: lib/ui/stdtoolbars.inc:749 +#: lib/ui/stdtoolbars.inc:676 msgid "urcorner" msgstr "urcorner" -#: lib/ui/stdtoolbars.inc:750 +#: lib/ui/stdtoolbars.inc:677 msgid "llcorner" msgstr "llcorner" -#: lib/ui/stdtoolbars.inc:751 +#: lib/ui/stdtoolbars.inc:678 msgid "lrcorner" msgstr "lrcorner" -#: lib/ui/stdtoolbars.inc:753 +#: lib/ui/stdtoolbars.inc:680 msgid "hslash" msgstr "hslash" -#: lib/ui/stdtoolbars.inc:754 +#: lib/ui/stdtoolbars.inc:681 msgid "vartriangle" msgstr "vartriangle" -#: lib/ui/stdtoolbars.inc:755 +#: lib/ui/stdtoolbars.inc:682 msgid "triangledown" msgstr "triangledown" -#: lib/ui/stdtoolbars.inc:756 +#: lib/ui/stdtoolbars.inc:683 msgid "square" msgstr "square" -#: lib/ui/stdtoolbars.inc:759 -msgid "CheckedBox" -msgstr "" - -#: lib/ui/stdtoolbars.inc:760 lib/ui/stdtoolbars.inc:834 -msgid "XBox" -msgstr "" - -#: lib/ui/stdtoolbars.inc:761 +#: lib/ui/stdtoolbars.inc:684 msgid "lozenge" msgstr "lozenge" -#: lib/ui/stdtoolbars.inc:762 -#, fuzzy -msgid "wasylozenge" -msgstr "lozenge" - -#: lib/ui/stdtoolbars.inc:763 -#, fuzzy -msgid "circledR" -msgstr "circledS" - -#: lib/ui/stdtoolbars.inc:764 +#: lib/ui/stdtoolbars.inc:685 msgid "circledS" msgstr "circledS" -#: lib/ui/stdtoolbars.inc:765 +#: lib/ui/stdtoolbars.inc:687 msgid "measuredangle" msgstr "measuredangle" -#: lib/ui/stdtoolbars.inc:766 -#, fuzzy -msgid "varangle" -msgstr "vartriangle" - -#: lib/ui/stdtoolbars.inc:767 +#: lib/ui/stdtoolbars.inc:688 msgid "nexists" msgstr "nexists" -#: lib/ui/stdtoolbars.inc:768 +#: lib/ui/stdtoolbars.inc:689 msgid "mho" msgstr "mho" -#: lib/ui/stdtoolbars.inc:769 +#: lib/ui/stdtoolbars.inc:690 msgid "Finv" msgstr "Finv" -#: lib/ui/stdtoolbars.inc:770 +#: lib/ui/stdtoolbars.inc:691 msgid "Game" msgstr "Game" -#: lib/ui/stdtoolbars.inc:771 +#: lib/ui/stdtoolbars.inc:692 msgid "Bbbk" msgstr "Bbbk" -#: lib/ui/stdtoolbars.inc:772 +#: lib/ui/stdtoolbars.inc:693 msgid "backprime" msgstr "backprime" -#: lib/ui/stdtoolbars.inc:773 +#: lib/ui/stdtoolbars.inc:694 msgid "varnothing" msgstr "varnothing" -#: lib/ui/stdtoolbars.inc:775 +#: lib/ui/stdtoolbars.inc:695 +msgid "Diamond" +msgstr "Diamond" + +#: lib/ui/stdtoolbars.inc:696 msgid "blacktriangle" msgstr "blacktriangle" -#: lib/ui/stdtoolbars.inc:776 +#: lib/ui/stdtoolbars.inc:697 msgid "blacktriangledown" msgstr "blacktriangledown" -#: lib/ui/stdtoolbars.inc:777 +#: lib/ui/stdtoolbars.inc:698 msgid "blacksquare" msgstr "blacksquare" -#: lib/ui/stdtoolbars.inc:778 +#: lib/ui/stdtoolbars.inc:699 msgid "blacklozenge" msgstr "blacklozenge" -#: lib/ui/stdtoolbars.inc:779 +#: lib/ui/stdtoolbars.inc:700 msgid "bigstar" msgstr "bigstar" -#: lib/ui/stdtoolbars.inc:780 +#: lib/ui/stdtoolbars.inc:701 msgid "sphericalangle" msgstr "sphericalangle" -#: lib/ui/stdtoolbars.inc:781 +#: lib/ui/stdtoolbars.inc:702 msgid "complement" msgstr "complement" -#: lib/ui/stdtoolbars.inc:782 +#: lib/ui/stdtoolbars.inc:703 msgid "eth" msgstr "eth" -#: lib/ui/stdtoolbars.inc:783 +#: lib/ui/stdtoolbars.inc:704 msgid "diagup" msgstr "diagup" -#: lib/ui/stdtoolbars.inc:784 +#: lib/ui/stdtoolbars.inc:705 msgid "diagdown" msgstr "diagdown" -#: lib/ui/stdtoolbars.inc:785 -#, fuzzy -msgid "lightning" -msgstr "Zarovnání vpravo" +#: lib/ui/stdtoolbars.inc:708 +msgid "AMS Arrows" +msgstr "AMS ĹĄipky" -#: lib/ui/stdtoolbars.inc:786 -#, fuzzy -msgid "varcopyright" -msgstr "Autorská práva" - -#: lib/ui/stdtoolbars.inc:787 -#, fuzzy -msgid "Bowtie" -msgstr "bowtie" - -#: lib/ui/stdtoolbars.inc:788 -msgid "diameter" -msgstr "" - -#: lib/ui/stdtoolbars.inc:789 -msgid "invdiameter" -msgstr "" - -#: lib/ui/stdtoolbars.inc:790 -msgid "bell" -msgstr "" - -#: lib/ui/stdtoolbars.inc:791 -msgid "hexagon" -msgstr "" - -#: lib/ui/stdtoolbars.inc:792 -msgid "varhexagon" -msgstr "" - -#: lib/ui/stdtoolbars.inc:793 -#, fuzzy -msgid "pentagon" -msgstr "Presentation" - -#: lib/ui/stdtoolbars.inc:794 -msgid "octagon" -msgstr "" - -#: lib/ui/stdtoolbars.inc:802 -#, fuzzy -msgid "smiley" -msgstr "smile" - -#: lib/ui/stdtoolbars.inc:803 -#, fuzzy -msgid "blacksmiley" -msgstr "backsimeq" - -#: lib/ui/stdtoolbars.inc:804 -#, fuzzy -msgid "frownie" -msgstr "frown" - -#: lib/ui/stdtoolbars.inc:805 -#, fuzzy -msgid "sun" -msgstr "sin" - -#: lib/ui/stdtoolbars.inc:806 -msgid "leadsto" -msgstr "" - -#: lib/ui/stdtoolbars.inc:808 -#, fuzzy -msgid "Leftcircle" -msgstr "circledS" - -#: lib/ui/stdtoolbars.inc:809 -#, fuzzy -msgid "Rightcircle" -msgstr "bigcirc" - -#: lib/ui/stdtoolbars.inc:810 -msgid "CIRCLE" -msgstr "" - -#: lib/ui/stdtoolbars.inc:811 -msgid "LEFTCIRCLE" -msgstr "" - -#: lib/ui/stdtoolbars.inc:812 -msgid "RIGHTCIRCLE" -msgstr "" - -#: lib/ui/stdtoolbars.inc:813 -#, fuzzy -msgid "LEFTcircle" -msgstr "circledS" - -#: lib/ui/stdtoolbars.inc:814 -#, fuzzy -msgid "RIGHTcircle" -msgstr "circledS" - -#: lib/ui/stdtoolbars.inc:815 -msgid "leftturn" -msgstr "" - -#: lib/ui/stdtoolbars.inc:816 -#, fuzzy -msgid "rightturn" -msgstr "rightarrow" - -#: lib/ui/stdtoolbars.inc:817 -#, fuzzy -msgid "AC" -msgstr "ACT" - -#: lib/ui/stdtoolbars.inc:818 -msgid "HF" -msgstr "" - -#: lib/ui/stdtoolbars.inc:819 -msgid "VHF" -msgstr "" - -#: lib/ui/stdtoolbars.inc:820 -#, fuzzy -msgid "photon" -msgstr "Photo" - -#: lib/ui/stdtoolbars.inc:821 -msgid "gluon" -msgstr "" - -#: lib/ui/stdtoolbars.inc:822 -msgid "permil" -msgstr "" - -#: lib/ui/stdtoolbars.inc:824 -#, fuzzy -msgid "cent" -msgstr "centerdot" - -#: lib/ui/stdtoolbars.inc:825 -#, fuzzy -msgid "yen" -msgstr "ano" - -#: lib/ui/stdtoolbars.inc:828 -#, fuzzy -msgid "hexstar" -msgstr "star" - -#: lib/ui/stdtoolbars.inc:829 -msgid "varhexstar" -msgstr "" - -#: lib/ui/stdtoolbars.inc:830 -msgid "davidsstar" -msgstr "" - -#: lib/ui/stdtoolbars.inc:831 -msgid "maltese" -msgstr "" - -#: lib/ui/stdtoolbars.inc:832 -msgid "kreuz" -msgstr "" - -#: lib/ui/stdtoolbars.inc:833 -msgid "ataribox" -msgstr "" - -#: lib/ui/stdtoolbars.inc:835 -#, fuzzy -msgid "checked" -msgstr "check" - -#: lib/ui/stdtoolbars.inc:836 -#, fuzzy -msgid "checkmark" -msgstr "check" - -#: lib/ui/stdtoolbars.inc:837 -#, fuzzy -msgid "eighthnote" -msgstr "Pravá patička" - -#: lib/ui/stdtoolbars.inc:838 -#, fuzzy -msgid "quarternote" -msgstr "Footernote" - -#: lib/ui/stdtoolbars.inc:839 -#, fuzzy -msgid "halfnote" -msgstr "Table note" - -#: lib/ui/stdtoolbars.inc:840 -#, fuzzy -msgid "fullnote" -msgstr "poznámka" - -#: lib/ui/stdtoolbars.inc:841 -#, fuzzy -msgid "twonotes" -msgstr "poznámka" - -#: lib/ui/stdtoolbars.inc:842 -msgid "female" -msgstr "" - -#: lib/ui/stdtoolbars.inc:843 -msgid "male" -msgstr "" - -#: lib/ui/stdtoolbars.inc:844 -#, fuzzy -msgid "vernal" -msgstr "Journal" - -#: lib/ui/stdtoolbars.inc:845 -msgid "ascnode" -msgstr "" - -#: lib/ui/stdtoolbars.inc:846 -msgid "descnode" -msgstr "" - -#: lib/ui/stdtoolbars.inc:847 -msgid "fullmoon" -msgstr "" - -#: lib/ui/stdtoolbars.inc:848 -msgid "newmoon" -msgstr "" - -#: lib/ui/stdtoolbars.inc:849 -#, fuzzy -msgid "leftmoon" -msgstr "leftharpoonup" - -#: lib/ui/stdtoolbars.inc:850 -#, fuzzy -msgid "rightmoon" -msgstr "rightharpoonup" - -#: lib/ui/stdtoolbars.inc:851 -#, fuzzy -msgid "astrosun" -msgstr "silný důraz" - -#: lib/ui/stdtoolbars.inc:852 -msgid "mercury" -msgstr "" - -#: lib/ui/stdtoolbars.inc:853 -#, fuzzy -msgid "venus" -msgstr "Menu" - -#: lib/ui/stdtoolbars.inc:854 -#, fuzzy -msgid "earth" -msgstr "vartheta" - -#: lib/ui/stdtoolbars.inc:855 -msgid "mars" -msgstr "" - -#: lib/ui/stdtoolbars.inc:856 -#, fuzzy -msgid "jupiter" -msgstr "Writer" - -#: lib/ui/stdtoolbars.inc:857 -#, fuzzy -msgid "saturn" -msgstr "natural" - -#: lib/ui/stdtoolbars.inc:858 -msgid "uranus" -msgstr "" - -#: lib/ui/stdtoolbars.inc:859 -msgid "neptune" -msgstr "" - -#: lib/ui/stdtoolbars.inc:860 -msgid "pluto" -msgstr "" - -#: lib/ui/stdtoolbars.inc:861 -#, fuzzy -msgid "aries" -msgstr "&Duktus:" - -#: lib/ui/stdtoolbars.inc:862 -#, fuzzy -msgid "taurus" -msgstr "Tezaurus" - -#: lib/ui/stdtoolbars.inc:863 -msgid "gemini" -msgstr "" - -#: lib/ui/stdtoolbars.inc:864 -#, fuzzy -msgid "cancer" -msgstr "Zrušit" - -#: lib/ui/stdtoolbars.inc:865 -#, fuzzy -msgid "leo" -msgstr "log" - -#: lib/ui/stdtoolbars.inc:866 -msgid "virgo" -msgstr "" - -#: lib/ui/stdtoolbars.inc:867 -msgid "libra" -msgstr "" - -#: lib/ui/stdtoolbars.inc:868 -msgid "scorpio" -msgstr "" - -#: lib/ui/stdtoolbars.inc:869 -msgid "sagittarius" -msgstr "" - -#: lib/ui/stdtoolbars.inc:870 -msgid "capricornus" -msgstr "" - -#: lib/ui/stdtoolbars.inc:871 -msgid "aquarius" -msgstr "" - -#: lib/ui/stdtoolbars.inc:872 -msgid "pisces" -msgstr "" - -#: lib/ui/stdtoolbars.inc:875 -msgid "APLbox" -msgstr "" - -#: lib/ui/stdtoolbars.inc:876 -#, fuzzy -msgid "APLcomment" -msgstr "komentář" - -#: lib/ui/stdtoolbars.inc:877 -msgid "APLdown" -msgstr "" - -#: lib/ui/stdtoolbars.inc:878 -#, fuzzy -msgid "APLdownarrowbox" -msgstr "downarrow" - -# TODO lze i rekurzivne -#: lib/ui/stdtoolbars.inc:879 -#, fuzzy -msgid "APLinput" -msgstr "Vstup (lze rekurzivně)" - -#: lib/ui/stdtoolbars.inc:880 -msgid "APLinv" -msgstr "" - -#: lib/ui/stdtoolbars.inc:881 -#, fuzzy -msgid "APLleftarrowbox" -msgstr "Lleftarrow" - -#: lib/ui/stdtoolbars.inc:882 -msgid "APLlog" -msgstr "" - -#: lib/ui/stdtoolbars.inc:883 -#, fuzzy -msgid "APLrightarrowbox" -msgstr "rightarrow" - -#: lib/ui/stdtoolbars.inc:884 -#, fuzzy -msgid "APLstar" -msgstr "star" - -#: lib/ui/stdtoolbars.inc:885 -msgid "APLup" -msgstr "" - -#: lib/ui/stdtoolbars.inc:886 -#, fuzzy -msgid "APLuparrowbox" -msgstr "uparrow" - -#: lib/ui/stdtoolbars.inc:891 +#: lib/ui/stdtoolbars.inc:709 msgid "dashleftarrow" msgstr "dashleftarrow" -#: lib/ui/stdtoolbars.inc:892 +#: lib/ui/stdtoolbars.inc:710 msgid "dashrightarrow" msgstr "dashrightarrow" -#: lib/ui/stdtoolbars.inc:893 +#: lib/ui/stdtoolbars.inc:711 msgid "leftleftarrows" msgstr "leftleftarrows" -#: lib/ui/stdtoolbars.inc:894 +#: lib/ui/stdtoolbars.inc:712 msgid "leftrightarrows" msgstr "leftrightarrows" -#: lib/ui/stdtoolbars.inc:895 +#: lib/ui/stdtoolbars.inc:713 msgid "rightrightarrows" msgstr "rightrightarrows" -#: lib/ui/stdtoolbars.inc:896 +#: lib/ui/stdtoolbars.inc:714 msgid "rightleftarrows" msgstr "rightleftarrows" -#: lib/ui/stdtoolbars.inc:897 +#: lib/ui/stdtoolbars.inc:715 msgid "Lleftarrow" msgstr "Lleftarrow" -#: lib/ui/stdtoolbars.inc:898 +#: lib/ui/stdtoolbars.inc:716 msgid "Rrightarrow" msgstr "Rrightarrow" -#: lib/ui/stdtoolbars.inc:899 +#: lib/ui/stdtoolbars.inc:717 msgid "twoheadleftarrow" msgstr "twoheadleftarrow" -#: lib/ui/stdtoolbars.inc:900 +#: lib/ui/stdtoolbars.inc:718 msgid "twoheadrightarrow" msgstr "twoheadrightarrow" -#: lib/ui/stdtoolbars.inc:901 +#: lib/ui/stdtoolbars.inc:719 msgid "leftarrowtail" msgstr "leftarrowtail" -#: lib/ui/stdtoolbars.inc:902 +#: lib/ui/stdtoolbars.inc:720 msgid "rightarrowtail" msgstr "rightarrowtail" -#: lib/ui/stdtoolbars.inc:903 +#: lib/ui/stdtoolbars.inc:721 msgid "looparrowleft" msgstr "looparrowleft" -#: lib/ui/stdtoolbars.inc:904 +#: lib/ui/stdtoolbars.inc:722 msgid "looparrowright" msgstr "looparrowright" -#: lib/ui/stdtoolbars.inc:905 +#: lib/ui/stdtoolbars.inc:723 msgid "curvearrowleft" msgstr "curvearrowleft" -#: lib/ui/stdtoolbars.inc:906 +#: lib/ui/stdtoolbars.inc:724 msgid "curvearrowright" msgstr "curvearrowright" -#: lib/ui/stdtoolbars.inc:907 +#: lib/ui/stdtoolbars.inc:725 msgid "circlearrowleft" msgstr "circlearrowleft" -#: lib/ui/stdtoolbars.inc:908 +#: lib/ui/stdtoolbars.inc:726 msgid "circlearrowright" msgstr "circlearrowright" -#: lib/ui/stdtoolbars.inc:909 +#: lib/ui/stdtoolbars.inc:727 msgid "Lsh" msgstr "Lsh" -#: lib/ui/stdtoolbars.inc:910 +#: lib/ui/stdtoolbars.inc:728 msgid "Rsh" msgstr "Rsh" -#: lib/ui/stdtoolbars.inc:911 +#: lib/ui/stdtoolbars.inc:729 msgid "upuparrows" msgstr "upuparrows" -#: lib/ui/stdtoolbars.inc:912 +#: lib/ui/stdtoolbars.inc:730 msgid "downdownarrows" msgstr "downdownarrows" -#: lib/ui/stdtoolbars.inc:913 +#: lib/ui/stdtoolbars.inc:731 msgid "upharpoonleft" msgstr "upharpoonleft" -#: lib/ui/stdtoolbars.inc:914 +#: lib/ui/stdtoolbars.inc:732 msgid "upharpoonright" msgstr "upharpoonright" -#: lib/ui/stdtoolbars.inc:916 +#: lib/ui/stdtoolbars.inc:733 msgid "downharpoonleft" msgstr "downharpoonleft" -#: lib/ui/stdtoolbars.inc:917 +#: lib/ui/stdtoolbars.inc:734 msgid "downharpoonright" msgstr "downharpoonright" -#: lib/ui/stdtoolbars.inc:918 +#: lib/ui/stdtoolbars.inc:735 msgid "leftrightharpoons" msgstr "leftrightharpoons" -#: lib/ui/stdtoolbars.inc:920 +#: lib/ui/stdtoolbars.inc:737 msgid "rightsquigarrow" msgstr "rightsquigarrow" -#: lib/ui/stdtoolbars.inc:921 +#: lib/ui/stdtoolbars.inc:738 msgid "leftrightsquigarrow" msgstr "leftrightsquigarrow" -#: lib/ui/stdtoolbars.inc:922 +#: lib/ui/stdtoolbars.inc:739 msgid "nleftarrow" msgstr "nleftarrow" -#: lib/ui/stdtoolbars.inc:923 +#: lib/ui/stdtoolbars.inc:740 msgid "nrightarrow" msgstr "nrightarrow" -#: lib/ui/stdtoolbars.inc:924 +#: lib/ui/stdtoolbars.inc:741 msgid "nleftrightarrow" msgstr "nleftrightarrow" -#: lib/ui/stdtoolbars.inc:925 +#: lib/ui/stdtoolbars.inc:742 msgid "nLeftarrow" msgstr "nLeftarrow" -#: lib/ui/stdtoolbars.inc:926 +#: lib/ui/stdtoolbars.inc:743 msgid "nRightarrow" msgstr "nRightarrow" -#: lib/ui/stdtoolbars.inc:927 +#: lib/ui/stdtoolbars.inc:744 msgid "nLeftrightarrow" msgstr "nLeftrightarrow" -#: lib/ui/stdtoolbars.inc:928 +#: lib/ui/stdtoolbars.inc:745 msgid "multimap" msgstr "multimap" -#: lib/ui/stdtoolbars.inc:929 -#, fuzzy -msgid "shortleftarrow" -msgstr "overleftarrow" +#: lib/ui/stdtoolbars.inc:748 +msgid "AMS Relations" +msgstr "AMS relace" -#: lib/ui/stdtoolbars.inc:930 -#, fuzzy -msgid "shortrightarrow" -msgstr "overrightarrow" - -#: lib/ui/stdtoolbars.inc:931 -#, fuzzy -msgid "shortuparrow" -msgstr "uparrow" - -#: lib/ui/stdtoolbars.inc:932 -#, fuzzy -msgid "shortdownarrow" -msgstr "downarrow" - -#: lib/ui/stdtoolbars.inc:933 -#, fuzzy -msgid "leftrightarroweq" -msgstr "leftrightarrow" - -#: lib/ui/stdtoolbars.inc:934 -#, fuzzy -msgid "curlyveedownarrow" -msgstr "updownarrow" - -#: lib/ui/stdtoolbars.inc:935 -#, fuzzy -msgid "curlyveeuparrow" -msgstr "curlyvee" - -#: lib/ui/stdtoolbars.inc:936 -#, fuzzy -msgid "nnwarrow" -msgstr "nwarrow" - -#: lib/ui/stdtoolbars.inc:937 -#, fuzzy -msgid "nnearrow" -msgstr "nearrow" - -#: lib/ui/stdtoolbars.inc:938 -#, fuzzy -msgid "sswarrow" -msgstr "swarrow" - -#: lib/ui/stdtoolbars.inc:939 -#, fuzzy -msgid "ssearrow" -msgstr "searrow" - -#: lib/ui/stdtoolbars.inc:940 -#, fuzzy -msgid "curlywedgeuparrow" -msgstr "curlywedge" - -#: lib/ui/stdtoolbars.inc:941 -#, fuzzy -msgid "curlywedgedownarrow" -msgstr "curlywedge" - -#: lib/ui/stdtoolbars.inc:942 -#, fuzzy -msgid "leftrightarrowtriangle" -msgstr "leftrightarrow" - -#: lib/ui/stdtoolbars.inc:943 -#, fuzzy -msgid "leftarrowtriangle" -msgstr "leftarrowtail" - -#: lib/ui/stdtoolbars.inc:944 -#, fuzzy -msgid "rightarrowtriangle" -msgstr "rightarrowtail" - -#: lib/ui/stdtoolbars.inc:945 -#, fuzzy -msgid "Mapsto" -msgstr "mapsto" - -#: lib/ui/stdtoolbars.inc:946 -#, fuzzy -msgid "mapsfrom" -msgstr "mapsto" - -#: lib/ui/stdtoolbars.inc:947 -msgid "Mapsfrom" -msgstr "" - -#: lib/ui/stdtoolbars.inc:948 -#, fuzzy -msgid "Longmapsto" -msgstr "longmapsto" - -#: lib/ui/stdtoolbars.inc:949 -#, fuzzy -msgid "longmapsfrom" -msgstr "longmapsto" - -#: lib/ui/stdtoolbars.inc:950 -#, fuzzy -msgid "Longmapsfrom" -msgstr "longmapsto" - -#: lib/ui/stdtoolbars.inc:966 +#: lib/ui/stdtoolbars.inc:749 msgid "leqq" msgstr "leqq" -#: lib/ui/stdtoolbars.inc:967 +#: lib/ui/stdtoolbars.inc:750 msgid "geqq" msgstr "geqq" -#: lib/ui/stdtoolbars.inc:968 +#: lib/ui/stdtoolbars.inc:751 msgid "leqslant" msgstr "leqslant" -#: lib/ui/stdtoolbars.inc:969 +#: lib/ui/stdtoolbars.inc:752 msgid "geqslant" msgstr "geqslant" -#: lib/ui/stdtoolbars.inc:970 +#: lib/ui/stdtoolbars.inc:753 msgid "eqslantless" msgstr "eqslantless" -#: lib/ui/stdtoolbars.inc:971 +#: lib/ui/stdtoolbars.inc:754 msgid "eqslantgtr" msgstr "eqslantgtr" -#: lib/ui/stdtoolbars.inc:972 -msgid "eqsim" -msgstr "" - -#: lib/ui/stdtoolbars.inc:973 +#: lib/ui/stdtoolbars.inc:755 msgid "lesssim" msgstr "lesssim" -#: lib/ui/stdtoolbars.inc:974 +#: lib/ui/stdtoolbars.inc:756 msgid "gtrsim" msgstr "gtrsim" -#: lib/ui/stdtoolbars.inc:975 -#, fuzzy -msgid "apprge" -msgstr "approxeq" - -#: lib/ui/stdtoolbars.inc:976 -#, fuzzy -msgid "apprle" -msgstr "approxeq" - -#: lib/ui/stdtoolbars.inc:977 +#: lib/ui/stdtoolbars.inc:757 msgid "lessapprox" msgstr "lessapprox" -#: lib/ui/stdtoolbars.inc:978 +#: lib/ui/stdtoolbars.inc:758 msgid "gtrapprox" msgstr "gtrapprox" -#: lib/ui/stdtoolbars.inc:979 +#: lib/ui/stdtoolbars.inc:759 msgid "approxeq" msgstr "approxeq" -#: lib/ui/stdtoolbars.inc:980 +#: lib/ui/stdtoolbars.inc:760 msgid "triangleq" msgstr "triangleq" -#: lib/ui/stdtoolbars.inc:981 +#: lib/ui/stdtoolbars.inc:761 msgid "lessdot" msgstr "lessdot" -#: lib/ui/stdtoolbars.inc:982 +#: lib/ui/stdtoolbars.inc:762 msgid "gtrdot" msgstr "gtrdot" -#: lib/ui/stdtoolbars.inc:983 +#: lib/ui/stdtoolbars.inc:763 msgid "lll" msgstr "lll" -#: lib/ui/stdtoolbars.inc:984 +#: lib/ui/stdtoolbars.inc:764 msgid "ggg" msgstr "ggg" -#: lib/ui/stdtoolbars.inc:987 +#: lib/ui/stdtoolbars.inc:765 msgid "lessgtr" msgstr "lessgtr" -#: lib/ui/stdtoolbars.inc:988 +#: lib/ui/stdtoolbars.inc:766 msgid "gtrless" msgstr "gtrless" -#: lib/ui/stdtoolbars.inc:989 +#: lib/ui/stdtoolbars.inc:767 msgid "lesseqgtr" msgstr "lesseqgtr" -#: lib/ui/stdtoolbars.inc:990 +#: lib/ui/stdtoolbars.inc:768 msgid "gtreqless" msgstr "gtreqless" -#: lib/ui/stdtoolbars.inc:991 +#: lib/ui/stdtoolbars.inc:769 msgid "lesseqqgtr" msgstr "lesseqqgtr" -#: lib/ui/stdtoolbars.inc:992 +#: lib/ui/stdtoolbars.inc:770 msgid "gtreqqless" msgstr "gtreqqless" -#: lib/ui/stdtoolbars.inc:993 +#: lib/ui/stdtoolbars.inc:771 msgid "eqcirc" msgstr "eqcirc" -#: lib/ui/stdtoolbars.inc:994 +#: lib/ui/stdtoolbars.inc:772 msgid "circeq" msgstr "circeq" -#: lib/ui/stdtoolbars.inc:995 +#: lib/ui/stdtoolbars.inc:773 msgid "thicksim" msgstr "thicksim" -#: lib/ui/stdtoolbars.inc:996 +#: lib/ui/stdtoolbars.inc:774 msgid "thickapprox" msgstr "thickapprox" -#: lib/ui/stdtoolbars.inc:997 +#: lib/ui/stdtoolbars.inc:775 msgid "backsim" msgstr "backsim" -#: lib/ui/stdtoolbars.inc:998 +#: lib/ui/stdtoolbars.inc:776 msgid "backsimeq" msgstr "backsimeq" -#: lib/ui/stdtoolbars.inc:999 +#: lib/ui/stdtoolbars.inc:777 msgid "subseteqq" msgstr "subseteqq" -#: lib/ui/stdtoolbars.inc:1000 +#: lib/ui/stdtoolbars.inc:778 msgid "supseteqq" msgstr "supseteqq" -#: lib/ui/stdtoolbars.inc:1001 +#: lib/ui/stdtoolbars.inc:779 msgid "Subset" msgstr "Subset" -#: lib/ui/stdtoolbars.inc:1002 +#: lib/ui/stdtoolbars.inc:780 msgid "Supset" msgstr "Supset" -#: lib/ui/stdtoolbars.inc:1003 +#: lib/ui/stdtoolbars.inc:781 msgid "sqsubset" msgstr "sqsubset" -#: lib/ui/stdtoolbars.inc:1004 +#: lib/ui/stdtoolbars.inc:782 msgid "sqsupset" msgstr "sqsupset" -#: lib/ui/stdtoolbars.inc:1005 +#: lib/ui/stdtoolbars.inc:783 msgid "preccurlyeq" msgstr "preccurlyeq" -#: lib/ui/stdtoolbars.inc:1006 +#: lib/ui/stdtoolbars.inc:784 msgid "succcurlyeq" msgstr "succcurlyeq" -#: lib/ui/stdtoolbars.inc:1007 +#: lib/ui/stdtoolbars.inc:785 msgid "curlyeqprec" msgstr "curlyeqprec" -#: lib/ui/stdtoolbars.inc:1008 +#: lib/ui/stdtoolbars.inc:786 msgid "curlyeqsucc" msgstr "curlyeqsucc" -#: lib/ui/stdtoolbars.inc:1009 +#: lib/ui/stdtoolbars.inc:787 msgid "precsim" msgstr "precsim" -#: lib/ui/stdtoolbars.inc:1010 +#: lib/ui/stdtoolbars.inc:788 msgid "succsim" msgstr "succsim" -#: lib/ui/stdtoolbars.inc:1011 +#: lib/ui/stdtoolbars.inc:789 msgid "precapprox" msgstr "precapprox" -#: lib/ui/stdtoolbars.inc:1012 +#: lib/ui/stdtoolbars.inc:790 msgid "succapprox" msgstr "succapprox" -#: lib/ui/stdtoolbars.inc:1013 +#: lib/ui/stdtoolbars.inc:791 msgid "vartriangleleft" msgstr "vartriangleleft" -#: lib/ui/stdtoolbars.inc:1015 +#: lib/ui/stdtoolbars.inc:792 msgid "vartriangleright" msgstr "vartriangleright" -#: lib/ui/stdtoolbars.inc:1017 +#: lib/ui/stdtoolbars.inc:793 msgid "trianglelefteq" msgstr "trianglelefteq" -#: lib/ui/stdtoolbars.inc:1019 +#: lib/ui/stdtoolbars.inc:794 msgid "trianglerighteq" msgstr "trianglerighteq" -#: lib/ui/stdtoolbars.inc:1021 +#: lib/ui/stdtoolbars.inc:795 msgid "bumpeq" msgstr "bumpeq" -#: lib/ui/stdtoolbars.inc:1022 +#: lib/ui/stdtoolbars.inc:796 msgid "Bumpeq" msgstr "Bumpeq" -#: lib/ui/stdtoolbars.inc:1023 +#: lib/ui/stdtoolbars.inc:797 msgid "doteqdot" msgstr "doteqdot" -#: lib/ui/stdtoolbars.inc:1025 +#: lib/ui/stdtoolbars.inc:798 msgid "risingdotseq" msgstr "risingdotseq" -#: lib/ui/stdtoolbars.inc:1026 +#: lib/ui/stdtoolbars.inc:799 msgid "fallingdotseq" msgstr "fallingdotseq" -#: lib/ui/stdtoolbars.inc:1027 +#: lib/ui/stdtoolbars.inc:800 msgid "vDash" msgstr "vDash" -#: lib/ui/stdtoolbars.inc:1028 +#: lib/ui/stdtoolbars.inc:801 msgid "Vvdash" msgstr "Vvdash" -#: lib/ui/stdtoolbars.inc:1029 +#: lib/ui/stdtoolbars.inc:802 msgid "Vdash" msgstr "Vdash" -#: lib/ui/stdtoolbars.inc:1030 +#: lib/ui/stdtoolbars.inc:803 msgid "shortmid" msgstr "shortmid" -#: lib/ui/stdtoolbars.inc:1031 +#: lib/ui/stdtoolbars.inc:804 msgid "shortparallel" msgstr "shortparallel" -#: lib/ui/stdtoolbars.inc:1032 +#: lib/ui/stdtoolbars.inc:805 msgid "smallsmile" msgstr "smallsmile" -#: lib/ui/stdtoolbars.inc:1033 +#: lib/ui/stdtoolbars.inc:806 msgid "smallfrown" msgstr "smallfrown" -#: lib/ui/stdtoolbars.inc:1034 +#: lib/ui/stdtoolbars.inc:807 msgid "blacktriangleleft" msgstr "blacktriangleleft" -#: lib/ui/stdtoolbars.inc:1036 +#: lib/ui/stdtoolbars.inc:808 msgid "blacktriangleright" msgstr "blacktriangleright" -#: lib/ui/stdtoolbars.inc:1038 +#: lib/ui/stdtoolbars.inc:809 msgid "because" msgstr "because" -#: lib/ui/stdtoolbars.inc:1039 +#: lib/ui/stdtoolbars.inc:810 msgid "therefore" msgstr "therefore" -#: lib/ui/stdtoolbars.inc:1040 -#, fuzzy -msgid "wasytherefore" -msgstr "therefore" - -#: lib/ui/stdtoolbars.inc:1041 +#: lib/ui/stdtoolbars.inc:811 msgid "backepsilon" msgstr "backepsilon" -#: lib/ui/stdtoolbars.inc:1042 +#: lib/ui/stdtoolbars.inc:812 msgid "varpropto" msgstr "varpropto" -#: lib/ui/stdtoolbars.inc:1043 +#: lib/ui/stdtoolbars.inc:813 msgid "between" msgstr "between" -#: lib/ui/stdtoolbars.inc:1044 +#: lib/ui/stdtoolbars.inc:814 msgid "pitchfork" msgstr "pitchfork" -#: lib/ui/stdtoolbars.inc:1045 -#, fuzzy -msgid "trianglelefteqslant" -msgstr "trianglelefteq" +#: lib/ui/stdtoolbars.inc:817 +msgid "AMS Negative Relations" +msgstr "AMS negovanĂŠ relace" -#: lib/ui/stdtoolbars.inc:1046 -#, fuzzy -msgid "trianglerighteqslant" -msgstr "trianglerighteq" - -#: lib/ui/stdtoolbars.inc:1047 -#, fuzzy -msgid "inplus" -msgstr "oplus" - -#: lib/ui/stdtoolbars.inc:1048 -#, fuzzy -msgid "niplus" -msgstr "oplus" - -#: lib/ui/stdtoolbars.inc:1049 -#, fuzzy -msgid "subsetplus" -msgstr "subset" - -#: lib/ui/stdtoolbars.inc:1050 -#, fuzzy -msgid "supsetplus" -msgstr "supset" - -#: lib/ui/stdtoolbars.inc:1051 -#, fuzzy -msgid "subsetpluseq" -msgstr "subseteq" - -#: lib/ui/stdtoolbars.inc:1052 -#, fuzzy -msgid "supsetpluseq" -msgstr "supseteq" - -#: lib/ui/stdtoolbars.inc:1053 -#, fuzzy -msgid "minuso" -msgstr "ominus" - -#: lib/ui/stdtoolbars.inc:1054 -msgid "baro" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1055 -#, fuzzy -msgid "sslash" -msgstr "oslash" - -#: lib/ui/stdtoolbars.inc:1056 -#, fuzzy -msgid "bbslash" -msgstr "oslash" - -#: lib/ui/stdtoolbars.inc:1057 -#, fuzzy -msgid "moo" -msgstr "mho" - -#: lib/ui/stdtoolbars.inc:1058 -#, fuzzy -msgid "merge" -msgstr "S&loučit" - -#: lib/ui/stdtoolbars.inc:1059 -msgid "invneg" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1060 -msgid "lbag" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1061 -msgid "rbag" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1062 -#, fuzzy -msgid "interleave" -msgstr "intercal" - -#: lib/ui/stdtoolbars.inc:1063 -#, fuzzy -msgid "leftslice" -msgstr "Nastavit linku nalevo" - -#: lib/ui/stdtoolbars.inc:1064 -#, fuzzy -msgid "rightslice" -msgstr "Nastavit linku napravo" - -#: lib/ui/stdtoolbars.inc:1065 -msgid "oblong" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1066 -msgid "talloblong" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1067 -msgid "fatsemi" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1068 -#, fuzzy -msgid "fatslash" -msgstr "oslash" - -#: lib/ui/stdtoolbars.inc:1069 -#, fuzzy -msgid "fatbslash" -msgstr "oslash" - -#: lib/ui/stdtoolbars.inc:1070 -#, fuzzy -msgid "ldotp" -msgstr "ldots" - -#: lib/ui/stdtoolbars.inc:1071 -#, fuzzy -msgid "cdotp" -msgstr "cdot" - -#: lib/ui/stdtoolbars.inc:1072 -#, fuzzy -msgid "colon" -msgstr "Žádná barva" - -#: lib/ui/stdtoolbars.inc:1073 -msgid "dblcolon" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1074 -#, fuzzy -msgid "vcentcolon" -msgstr "Barva písma" - -#: lib/ui/stdtoolbars.inc:1075 -#, fuzzy -msgid "colonapprox" -msgstr "lnapprox" - -#: lib/ui/stdtoolbars.inc:1076 -#, fuzzy -msgid "Colonapprox" -msgstr "lnapprox" - -#: lib/ui/stdtoolbars.inc:1077 -msgid "coloneq" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1078 -#, fuzzy -msgid "Coloneq" -msgstr "Barevně" - -#: lib/ui/stdtoolbars.inc:1079 -#, fuzzy -msgid "coloneqq" -msgstr "lneqq" - -#: lib/ui/stdtoolbars.inc:1080 -#, fuzzy -msgid "Coloneqq" -msgstr "lneqq" - -#: lib/ui/stdtoolbars.inc:1081 -#, fuzzy -msgid "colonsim" -msgstr "lnsim" - -#: lib/ui/stdtoolbars.inc:1082 -#, fuzzy -msgid "Colonsim" -msgstr "lnsim" - -#: lib/ui/stdtoolbars.inc:1083 -msgid "eqcolon" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1084 -msgid "Eqcolon" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1085 -msgid "eqqcolon" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1086 -msgid "Eqqcolon" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1087 -#, fuzzy -msgid "wasypropto" -msgstr "propto" - -#: lib/ui/stdtoolbars.inc:1088 -msgid "logof" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1089 -msgid "Join" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1092 -#, fuzzy -msgid "Negative Relations (extended)" -msgstr "AMS negované relace" - -#: lib/ui/stdtoolbars.inc:1093 +#: lib/ui/stdtoolbars.inc:818 msgid "nless" msgstr "nless" -#: lib/ui/stdtoolbars.inc:1094 +#: lib/ui/stdtoolbars.inc:819 msgid "ngtr" msgstr "ngtr" -#: lib/ui/stdtoolbars.inc:1095 +#: lib/ui/stdtoolbars.inc:820 msgid "nleq" msgstr "nleq" -#: lib/ui/stdtoolbars.inc:1096 +#: lib/ui/stdtoolbars.inc:821 msgid "ngeq" msgstr "ngeq" -#: lib/ui/stdtoolbars.inc:1097 +#: lib/ui/stdtoolbars.inc:822 msgid "nleqslant" msgstr "nleqslant" -#: lib/ui/stdtoolbars.inc:1098 +#: lib/ui/stdtoolbars.inc:823 msgid "ngeqslant" msgstr "ngeqslant" -#: lib/ui/stdtoolbars.inc:1099 +#: lib/ui/stdtoolbars.inc:824 msgid "nleqq" msgstr "nleqq" -#: lib/ui/stdtoolbars.inc:1100 +#: lib/ui/stdtoolbars.inc:825 msgid "ngeqq" msgstr "ngeqq" -#: lib/ui/stdtoolbars.inc:1101 +#: lib/ui/stdtoolbars.inc:826 msgid "lneq" msgstr "lneq" -#: lib/ui/stdtoolbars.inc:1102 +#: lib/ui/stdtoolbars.inc:827 msgid "gneq" msgstr "gneq" -#: lib/ui/stdtoolbars.inc:1103 +#: lib/ui/stdtoolbars.inc:828 msgid "lneqq" msgstr "lneqq" -#: lib/ui/stdtoolbars.inc:1104 +#: lib/ui/stdtoolbars.inc:829 msgid "gneqq" msgstr "gneqq" -#: lib/ui/stdtoolbars.inc:1105 +#: lib/ui/stdtoolbars.inc:830 msgid "lvertneqq" msgstr "lvertneqq" -#: lib/ui/stdtoolbars.inc:1106 +#: lib/ui/stdtoolbars.inc:831 msgid "gvertneqq" msgstr "gvertneqq" -#: lib/ui/stdtoolbars.inc:1107 +#: lib/ui/stdtoolbars.inc:832 msgid "lnsim" msgstr "lnsim" -#: lib/ui/stdtoolbars.inc:1108 +#: lib/ui/stdtoolbars.inc:833 msgid "gnsim" msgstr "gnsim" -#: lib/ui/stdtoolbars.inc:1109 +#: lib/ui/stdtoolbars.inc:834 msgid "lnapprox" msgstr "lnapprox" -#: lib/ui/stdtoolbars.inc:1110 +#: lib/ui/stdtoolbars.inc:835 msgid "gnapprox" msgstr "gnapprox" -#: lib/ui/stdtoolbars.inc:1111 +#: lib/ui/stdtoolbars.inc:836 msgid "nprec" msgstr "nprec" -#: lib/ui/stdtoolbars.inc:1112 +#: lib/ui/stdtoolbars.inc:837 msgid "nsucc" msgstr "nsucc" -#: lib/ui/stdtoolbars.inc:1113 +#: lib/ui/stdtoolbars.inc:838 msgid "npreceq" msgstr "npreceq" -#: lib/ui/stdtoolbars.inc:1114 +#: lib/ui/stdtoolbars.inc:839 msgid "nsucceq" msgstr "nsucceq" -#: lib/ui/stdtoolbars.inc:1115 -#, fuzzy -msgid "precneqq" -msgstr "preceq" - -#: lib/ui/stdtoolbars.inc:1116 -#, fuzzy -msgid "succneqq" -msgstr "succeq" - -#: lib/ui/stdtoolbars.inc:1117 +#: lib/ui/stdtoolbars.inc:840 msgid "precnsim" msgstr "precnsim" -#: lib/ui/stdtoolbars.inc:1118 +#: lib/ui/stdtoolbars.inc:841 msgid "succnsim" msgstr "succnsim" -#: lib/ui/stdtoolbars.inc:1119 +#: lib/ui/stdtoolbars.inc:842 msgid "precnapprox" msgstr "precnapprox" -#: lib/ui/stdtoolbars.inc:1120 +#: lib/ui/stdtoolbars.inc:843 msgid "succnapprox" msgstr "succnapprox" -#: lib/ui/stdtoolbars.inc:1121 +#: lib/ui/stdtoolbars.inc:844 msgid "subsetneq" msgstr "subsetneq" -#: lib/ui/stdtoolbars.inc:1122 +#: lib/ui/stdtoolbars.inc:845 msgid "supsetneq" msgstr "supsetneq" -#: lib/ui/stdtoolbars.inc:1123 +#: lib/ui/stdtoolbars.inc:846 msgid "subsetneqq" msgstr "subsetneqq" -#: lib/ui/stdtoolbars.inc:1124 +#: lib/ui/stdtoolbars.inc:847 msgid "supsetneqq" msgstr "supsetneqq" -#: lib/ui/stdtoolbars.inc:1125 +#: lib/ui/stdtoolbars.inc:848 msgid "nsubseteq" msgstr "nsubseteq" -#: lib/ui/stdtoolbars.inc:1126 -#, fuzzy -msgid "nsubseteqq" -msgstr "subseteqq" - -#: lib/ui/stdtoolbars.inc:1127 +#: lib/ui/stdtoolbars.inc:849 msgid "nsupseteq" msgstr "nsupseteq" -#: lib/ui/stdtoolbars.inc:1128 +#: lib/ui/stdtoolbars.inc:850 msgid "nsupseteqq" msgstr "nsupseteqq" -#: lib/ui/stdtoolbars.inc:1129 +#: lib/ui/stdtoolbars.inc:851 msgid "nvdash" msgstr "nvdash" -#: lib/ui/stdtoolbars.inc:1130 +#: lib/ui/stdtoolbars.inc:852 msgid "nvDash" msgstr "nvDash" -#: lib/ui/stdtoolbars.inc:1131 +#: lib/ui/stdtoolbars.inc:853 msgid "nVDash" msgstr "nVDash" -#: lib/ui/stdtoolbars.inc:1132 -#, fuzzy -msgid "nVdash" -msgstr "Vdash" - -#: lib/ui/stdtoolbars.inc:1133 +#: lib/ui/stdtoolbars.inc:854 msgid "varsubsetneq" msgstr "varsubsetneq" -#: lib/ui/stdtoolbars.inc:1134 +#: lib/ui/stdtoolbars.inc:855 msgid "varsupsetneq" msgstr "varsupsetneq" -#: lib/ui/stdtoolbars.inc:1135 +#: lib/ui/stdtoolbars.inc:856 msgid "varsubsetneqq" msgstr "varsubsetneqq" -#: lib/ui/stdtoolbars.inc:1136 +#: lib/ui/stdtoolbars.inc:857 msgid "varsupsetneqq" msgstr "varsupsetneqq" -#: lib/ui/stdtoolbars.inc:1137 +#: lib/ui/stdtoolbars.inc:858 msgid "ntriangleleft" msgstr "ntriangleleft" -#: lib/ui/stdtoolbars.inc:1138 +#: lib/ui/stdtoolbars.inc:859 msgid "ntriangleright" msgstr "ntriangleright" -#: lib/ui/stdtoolbars.inc:1139 +#: lib/ui/stdtoolbars.inc:860 msgid "ntrianglelefteq" msgstr "ntrianglelefteq" -#: lib/ui/stdtoolbars.inc:1140 +#: lib/ui/stdtoolbars.inc:861 msgid "ntrianglerighteq" msgstr "ntrianglerighteq" -#: lib/ui/stdtoolbars.inc:1141 +#: lib/ui/stdtoolbars.inc:862 msgid "ncong" msgstr "ncong" -#: lib/ui/stdtoolbars.inc:1142 +#: lib/ui/stdtoolbars.inc:863 msgid "nsim" msgstr "nsim" -#: lib/ui/stdtoolbars.inc:1143 +#: lib/ui/stdtoolbars.inc:864 msgid "nmid" msgstr "nmid" -#: lib/ui/stdtoolbars.inc:1144 +#: lib/ui/stdtoolbars.inc:865 msgid "nshortmid" msgstr "nshortmid" -#: lib/ui/stdtoolbars.inc:1145 +#: lib/ui/stdtoolbars.inc:866 msgid "nparallel" msgstr "nparallel" -#: lib/ui/stdtoolbars.inc:1146 +#: lib/ui/stdtoolbars.inc:867 msgid "nshortparallel" msgstr "nshortparallel" -#: lib/ui/stdtoolbars.inc:1147 -#, fuzzy -msgid "ntrianglelefteqslant" -msgstr "ntrianglelefteq" +#: lib/ui/stdtoolbars.inc:870 +msgid "AMS Operators" +msgstr "AMS operĂĄtory" -#: lib/ui/stdtoolbars.inc:1148 -#, fuzzy -msgid "ntrianglerighteqslant" -msgstr "ntrianglerighteq" - -#: lib/ui/stdtoolbars.inc:1152 +#: lib/ui/stdtoolbars.inc:871 msgid "dotplus" msgstr "dotplus" -#: lib/ui/stdtoolbars.inc:1153 +#: lib/ui/stdtoolbars.inc:872 msgid "smallsetminus" msgstr "smallsetminus" -#: lib/ui/stdtoolbars.inc:1154 +#: lib/ui/stdtoolbars.inc:873 msgid "Cap" msgstr "Cap" -#: lib/ui/stdtoolbars.inc:1156 +#: lib/ui/stdtoolbars.inc:874 msgid "Cup" msgstr "Cup" -#: lib/ui/stdtoolbars.inc:1158 +#: lib/ui/stdtoolbars.inc:875 msgid "barwedge" msgstr "barwedge" -#: lib/ui/stdtoolbars.inc:1159 +#: lib/ui/stdtoolbars.inc:876 msgid "veebar" msgstr "veebar" -#: lib/ui/stdtoolbars.inc:1160 +#: lib/ui/stdtoolbars.inc:877 msgid "doublebarwedge" msgstr "doublebarwedge" -#: lib/ui/stdtoolbars.inc:1161 +#: lib/ui/stdtoolbars.inc:878 msgid "boxminus" msgstr "boxminus" -#: lib/ui/stdtoolbars.inc:1162 +#: lib/ui/stdtoolbars.inc:879 msgid "boxtimes" msgstr "boxtimes" -#: lib/ui/stdtoolbars.inc:1163 +#: lib/ui/stdtoolbars.inc:880 msgid "boxdot" msgstr "boxdot" -#: lib/ui/stdtoolbars.inc:1164 +#: lib/ui/stdtoolbars.inc:881 msgid "boxplus" msgstr "boxplus" -#: lib/ui/stdtoolbars.inc:1165 -msgid "boxast" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1166 -msgid "boxbar" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1167 -#, fuzzy -msgid "boxslash" -msgstr "oslash" - -#: lib/ui/stdtoolbars.inc:1168 -#, fuzzy -msgid "boxbslash" -msgstr "oslash" - -#: lib/ui/stdtoolbars.inc:1169 -#, fuzzy -msgid "boxcircle" -msgstr "circledS" - -#: lib/ui/stdtoolbars.inc:1170 -msgid "boxbox" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1171 -#, fuzzy -msgid "boxempty" -msgstr "prázdný" - -#: lib/ui/stdtoolbars.inc:1172 +#: lib/ui/stdtoolbars.inc:882 msgid "divideontimes" msgstr "divideontimes" -#: lib/ui/stdtoolbars.inc:1173 +#: lib/ui/stdtoolbars.inc:883 msgid "ltimes" msgstr "ltimes" -#: lib/ui/stdtoolbars.inc:1174 +#: lib/ui/stdtoolbars.inc:884 msgid "rtimes" msgstr "rtimes" -#: lib/ui/stdtoolbars.inc:1175 +#: lib/ui/stdtoolbars.inc:885 msgid "leftthreetimes" msgstr "leftthreetimes" -#: lib/ui/stdtoolbars.inc:1176 +#: lib/ui/stdtoolbars.inc:886 msgid "rightthreetimes" msgstr "rightthreetimes" -#: lib/ui/stdtoolbars.inc:1177 +#: lib/ui/stdtoolbars.inc:887 msgid "curlywedge" msgstr "curlywedge" -#: lib/ui/stdtoolbars.inc:1178 +#: lib/ui/stdtoolbars.inc:888 msgid "curlyvee" msgstr "curlyvee" -#: lib/ui/stdtoolbars.inc:1179 +#: lib/ui/stdtoolbars.inc:889 msgid "circleddash" msgstr "circleddash" -#: lib/ui/stdtoolbars.inc:1180 +#: lib/ui/stdtoolbars.inc:890 msgid "circledast" msgstr "circledast" -#: lib/ui/stdtoolbars.inc:1181 +#: lib/ui/stdtoolbars.inc:891 msgid "circledcirc" msgstr "circledcirc" -#: lib/ui/stdtoolbars.inc:1182 +#: lib/ui/stdtoolbars.inc:892 msgid "centerdot" msgstr "centerdot" -#: lib/ui/stdtoolbars.inc:1183 +#: lib/ui/stdtoolbars.inc:893 msgid "intercal" msgstr "intercal" -#: lib/ui/stdtoolbars.inc:1184 -msgid "implies" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1185 -msgid "impliedby" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1186 -#, fuzzy -msgid "bigcurlyvee" -msgstr "curlyvee" - -#: lib/ui/stdtoolbars.inc:1187 -#, fuzzy -msgid "bigcurlywedge" -msgstr "curlywedge" - -#: lib/ui/stdtoolbars.inc:1188 -#, fuzzy -msgid "bigsqcap" -msgstr "bigsqcup" - -#: lib/ui/stdtoolbars.inc:1189 -msgid "bigbox" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1190 -#, fuzzy -msgid "bigparallel" -msgstr "parallel" - -#: lib/ui/stdtoolbars.inc:1191 -msgid "biginterleave" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1192 -#, fuzzy -msgid "bignplus" -msgstr "bigoplus" - -#: lib/ui/stdtoolbars.inc:1193 -#, fuzzy -msgid "nplus" -msgstr "oplus" - -#: lib/ui/stdtoolbars.inc:1194 -#, fuzzy -msgid "Yup" -msgstr "sup" - -#: lib/ui/stdtoolbars.inc:1195 -#, fuzzy -msgid "Ydown" -msgstr "diagdown" - -#: lib/ui/stdtoolbars.inc:1196 -#, fuzzy -msgid "Yleft" -msgstr "Vlevo nahoře" - -#: lib/ui/stdtoolbars.inc:1197 -#, fuzzy -msgid "Yright" -msgstr "Stojatý" - -#: lib/ui/stdtoolbars.inc:1198 -msgid "obar" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1199 -#, fuzzy -msgid "obslash" -msgstr "oslash" - -#: lib/ui/stdtoolbars.inc:1200 -#, fuzzy -msgid "ocircle" -msgstr "circledS" - -#: lib/ui/stdtoolbars.inc:1201 -#, fuzzy -msgid "olessthan" -msgstr "lessdot" - -#: lib/ui/stdtoolbars.inc:1202 -msgid "ogreaterthan" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1203 -msgid "ovee" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1204 -#, fuzzy -msgid "owedge" -msgstr "wedge" - -#: lib/ui/stdtoolbars.inc:1205 -#, fuzzy -msgid "varcurlyvee" -msgstr "curlyvee" - -#: lib/ui/stdtoolbars.inc:1206 -#, fuzzy -msgid "varcurlywedge" -msgstr "curlywedge" - -#: lib/ui/stdtoolbars.inc:1207 -#, fuzzy -msgid "vartimes" -msgstr "rtimes" - -#: lib/ui/stdtoolbars.inc:1208 -#, fuzzy -msgid "varotimes" -msgstr "otimes" - -#: lib/ui/stdtoolbars.inc:1209 -msgid "varoast" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1210 -msgid "varobar" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1211 -#, fuzzy -msgid "varodot" -msgstr "odot" - -#: lib/ui/stdtoolbars.inc:1212 -#, fuzzy -msgid "varoslash" -msgstr "oslash" - -#: lib/ui/stdtoolbars.inc:1213 -#, fuzzy -msgid "varobslash" -msgstr "oslash" - -#: lib/ui/stdtoolbars.inc:1214 -#, fuzzy -msgid "varocircle" -msgstr "circledS" - -#: lib/ui/stdtoolbars.inc:1215 -#, fuzzy -msgid "varoplus" -msgstr "oplus" - -#: lib/ui/stdtoolbars.inc:1216 -#, fuzzy -msgid "varominus" -msgstr "ominus" - -#: lib/ui/stdtoolbars.inc:1217 -msgid "varovee" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1218 -#, fuzzy -msgid "varowedge" -msgstr "barwedge" - -#: lib/ui/stdtoolbars.inc:1219 -msgid "varolessthan" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1220 -msgid "varogreaterthan" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1221 -#, fuzzy -msgid "varbigcirc" -msgstr "bigcirc" - -#: lib/ui/stdtoolbars.inc:1226 -#, fuzzy -msgid "brokenvert" -msgstr "Konvertory" - -#: lib/ui/stdtoolbars.inc:1229 -msgid "lfloor" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1230 -msgid "rfloor" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1231 -msgid "lceil" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1232 -msgid "rceil" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1237 -msgid "llbracket" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1238 -#, fuzzy -msgid "rrbracket" -msgstr "overbrace" - -#: lib/ui/stdtoolbars.inc:1239 -msgid "llfloor" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1240 -msgid "rrfloor" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1241 -msgid "llceil" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1242 -msgid "rrceil" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1243 -msgid "Lbag" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1244 -msgid "Rbag" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1245 -#, fuzzy -msgid "llparenthesis" -msgstr "Parenthetical" - -#: lib/ui/stdtoolbars.inc:1246 -#, fuzzy -msgid "rrparenthesis" -msgstr "Parenthetical" - -#: lib/ui/stdtoolbars.inc:1247 -msgid "binampersand" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1248 -msgid "bindnasrepma" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1252 -msgid "Voiceless bilabial plosive" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1253 -msgid "Voiced bilabial plosive" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1254 -msgid "Voiceless alveolar plosive" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1255 -msgid "Voiced alveolar plosive" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1256 -msgid "Voiceless retroflex plosive" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1257 -msgid "Voiced retroflex plosive" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1258 -msgid "Voiceless palatal plosive" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1259 -msgid "Voiced palatal plosive" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1260 -msgid "Voiceless velar plosive" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1261 -msgid "Voiced velar plosive" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1262 -msgid "Voiceless uvular plosive" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1263 -msgid "Voiced uvular plosive" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1264 -msgid "Glottal plosive" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1265 -msgid "Voiced bilabial nasal" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1266 -msgid "Voiced labiodental nasal" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1267 -msgid "Voiced alveolar nasal" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1268 -msgid "Voiced retroflex nasal" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1269 -msgid "Voiced palatal nasal" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1270 -msgid "Voiced velar nasal" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1271 -msgid "Voiced uvular nasal" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1272 -msgid "Voiced bilabial trill" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1273 -msgid "Voiced alveolar trill" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1274 -msgid "Voiced uvular trill" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1276 -msgid "Voiced alveolar tap" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1277 -msgid "Voiced retroflex flap" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1278 -msgid "Voiceless bilabial fricative" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1279 -msgid "Voiced bilabial fricative" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1280 -msgid "Voiceless labiodental fricative" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1281 -msgid "Voiced labiodental fricative" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1282 -msgid "Voiceless dental fricative" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1283 -msgid "Voiced dental fricative" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1284 -msgid "Voiceless alveolar fricative" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1285 -msgid "Voiced alveolar fricative" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1286 -msgid "Voiceless postalveolar fricative" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1287 -msgid "Voiced postalveolar fricative" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1288 -msgid "Voiceless retroflex fricative" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1289 -msgid "Voiced retroflex fricative" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1290 -msgid "Voiceless palatal fricative" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1291 -msgid "Voiced palatal fricative" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1292 -msgid "Voiceless velar fricative" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1293 -msgid "Voiced velar fricative" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1294 -msgid "Voiceless uvular fricative" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1295 -msgid "Voiced uvular fricative" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1296 -msgid "Voiceless pharyngeal fricative" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1297 -msgid "Voiced pharyngeal fricative" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1298 -msgid "Voiceless glottal fricative" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1299 -msgid "Voiced glottal fricative" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1300 -msgid "Voiceless alveolar lateral fricative" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1301 -msgid "Voiced alveolar lateral fricative" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1302 -msgid "Voiced labiodental approximant" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1303 -msgid "Voiced alveolar approximant" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1304 -msgid "Voiced retroflex approximant" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1305 -msgid "Voiced palatal approximant" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1306 -msgid "Voiced velar approximant" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1307 -msgid "Voiced alveolar lateral approximant" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1308 -msgid "Voiced retroflex lateral approximant" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1309 -msgid "Voiced palatal lateral approximant" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1310 -msgid "Voiced velar lateral approximant" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1314 -msgid "Bilabial click" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1315 -msgid "Dental click" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1316 -msgid "(Post)alveolar click" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1317 -msgid "Palatoalveolar click" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1318 -msgid "Alveolar lateral click" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1319 -msgid "Voiced bilabial implosive" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1320 -msgid "Voiced dental/alveolar implosive" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1321 -msgid "Voiced palatal implosive" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1322 -msgid "Voiced velar implosive" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1323 -msgid "Voiced uvular implosive" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1324 -msgid "Ejective mark" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1328 -msgid "Close front unrounded vowel" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1329 -msgid "Close front rounded vowel" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1330 -msgid "Close central unrounded vowel" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1331 -msgid "Close central rounded vowel" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1332 -msgid "Close back unrounded vowel" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1333 -#, fuzzy -msgid "Close back rounded vowel" -msgstr "pozadí poznámky" - -#: lib/ui/stdtoolbars.inc:1334 -msgid "Near-close near-front unrounded vowel" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1335 -msgid "Near-close near-front rounded vowel" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1336 -msgid "Near-close near-back rounded vowel" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1337 -msgid "Close-mid front unrounded vowel" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1338 -msgid "Close-mid front rounded vowel" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1339 -msgid "Close-mid central unrounded vowel" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1340 -msgid "Close-mid central rounded vowel" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1341 -msgid "Close-mid back unrounded vowel" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1342 -msgid "Close-mid back rounded vowel" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1343 -msgid "Mid-central vowel (Schwa)" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1344 -msgid "Open-mid front unrounded vowel" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1345 -msgid "Open-mid front rounded vowel" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1346 -msgid "Open-mid central unrounded vowel" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1347 -msgid "Open-mid central rounded vowel" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1348 -msgid "Open-mid back unrounded vowel" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1349 -msgid "Open-mid back rounded vowel" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1350 -msgid "Near-open front unrounded vowel" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1351 -msgid "Near-open vowel" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1352 -msgid "Open front unrounded vowel" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1353 -msgid "Open front rounded vowel" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1354 -msgid "Open back unrounded vowel" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1355 -msgid "Open back rounded vowel" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1359 -msgid "Voiceless labial-velar fricative" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1360 -msgid "Voiced labial-velar approximant" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1361 -msgid "Voiced labial-palatal approximant" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1362 -msgid "Voiceless epiglottal fricative" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1363 -msgid "Voiced epiglottal fricative" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1364 -msgid "Epiglottal plosive" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1365 -msgid "Voiceless alveolo-palatal fricative" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1366 -msgid "Voiced alveolo-palatal fricative" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1367 -msgid "Voiced alveolar lateral flap" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1368 -msgid "Simultaneous voiceless postalveolar and velar fricative" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1369 src/insets/InsetIPAMacro.cpp:54 -#, fuzzy -msgid "Top tie bar" -msgstr "V středu nahoře" - -#: lib/ui/stdtoolbars.inc:1370 src/insets/InsetIPAMacro.cpp:55 -#, fuzzy -msgid "Bottom tie bar" -msgstr "V středu dole" - -#: lib/ui/stdtoolbars.inc:1374 -msgid "Long" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1375 -msgid "Half-long" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1376 -#, fuzzy -msgid "Extra short" -msgstr "Editovat zkratku" - -#: lib/ui/stdtoolbars.inc:1377 -msgid "Primary stress" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1378 -#, fuzzy -msgid "Secondary stress" -msgstr "Sender Address:" - -#: lib/ui/stdtoolbars.inc:1379 -msgid "Minor (foot) group" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1380 -msgid "Major (intonation) group" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1381 -#, fuzzy -msgid "Syllable break" -msgstr "zalomení řádku" - -#: lib/ui/stdtoolbars.inc:1382 -msgid "Linking (absence of a break)" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1386 -msgid "Voiceless" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1387 -msgid "Voiceless (above)" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1388 -#, fuzzy -msgid "Voiced" -msgstr "Invoice" - -#: lib/ui/stdtoolbars.inc:1389 -msgid "Breathy voiced" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1390 -msgid "Creaky voiced" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1391 -msgid "Linguolabial" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1392 -#, fuzzy -msgid "Dental" -msgstr "fialová" - -#: lib/ui/stdtoolbars.inc:1393 -#, fuzzy -msgid "Apical" -msgstr "Topical" - -#: lib/ui/stdtoolbars.inc:1394 -#, fuzzy -msgid "Laminal" -msgstr "Okraj" - -#: lib/ui/stdtoolbars.inc:1395 -#, fuzzy -msgid "Aspirated" -msgstr "Aktivována" - -#: lib/ui/stdtoolbars.inc:1396 -msgid "More rounded" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1397 -msgid "Less rounded" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1398 -#, fuzzy -msgid "Advanced" -msgstr "Rozšířené vol&by" - -#: lib/ui/stdtoolbars.inc:1399 -msgid "Retracted" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1400 -#, fuzzy -msgid "Centralized" -msgstr "První velké|k" - -#: lib/ui/stdtoolbars.inc:1401 -msgid "Mid-centralized" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1402 -msgid "Syllabic" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1403 -msgid "Non-syllabic" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1404 -msgid "Rhoticity" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1405 -#, fuzzy -msgid "Labialized" -msgstr "První velké|k" - -#: lib/ui/stdtoolbars.inc:1406 -#, fuzzy -msgid "Palatized" -msgstr "Palatino" - -#: lib/ui/stdtoolbars.inc:1407 -msgid "Velarized" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1408 -msgid "Pharyngialized" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1409 -msgid "Velarized or pharyngialized" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1410 -#, fuzzy -msgid "Raised" -msgstr "Revised" - -#: lib/ui/stdtoolbars.inc:1411 -#, fuzzy -msgid "Lowered" -msgstr "Lowercase" - -#: lib/ui/stdtoolbars.inc:1412 -msgid "Advanced tongue root" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1413 -msgid "Retracted tongue root" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1414 -msgid "Nasalized" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1415 -msgid "Nasal release" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1416 -msgid "Lateral release" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1417 -#, fuzzy -msgid "No audible release" -msgstr "dvojitý rám" - -#: lib/ui/stdtoolbars.inc:1421 -msgid "Extra high (accent)" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1422 -msgid "Extra high (tone letter)" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1423 -msgid "High (accent)" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1424 -msgid "High (tone letter)" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1425 -msgid "Mid (accent)" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1426 -#, fuzzy -msgid "Mid (tone letter)" -msgstr "End of letter" - -#: lib/ui/stdtoolbars.inc:1427 -msgid "Low (accent)" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1428 -#, fuzzy -msgid "Low (tone letter)" -msgstr "End of letter" - -#: lib/ui/stdtoolbars.inc:1429 -msgid "Extra low (accent)" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1430 -msgid "Extra low (tone letter)" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1431 -#, fuzzy -msgid "Downstep" -msgstr "&Dolů" - -#: lib/ui/stdtoolbars.inc:1432 -msgid "Upstep" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1433 -#, fuzzy -msgid "Rising (accent)" -msgstr "Chybí argument" - -#: lib/ui/stdtoolbars.inc:1434 -#, fuzzy -msgid "Rising (tone letter)" -msgstr "End of letter" - -#: lib/ui/stdtoolbars.inc:1435 -msgid "Falling (accent)" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1436 -msgid "Falling (tone letter)" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1437 -msgid "High rising (accent)" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1438 -msgid "High rising (tone letter)" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1439 -msgid "Low rising (accent)" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1440 -msgid "Low rising (tone letter)" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1441 -msgid "Rising-falling (accent)" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1442 -msgid "Rising-falling (tone letter)" -msgstr "" - -#: lib/ui/stdtoolbars.inc:1443 -#, fuzzy -msgid "Global rise" -msgstr "&Globálně" - -#: lib/ui/stdtoolbars.inc:1444 -#, fuzzy -msgid "Global fall" -msgstr "&Globálně" - #: lib/external_templates:36 msgid "GnumericSpreadsheet" msgstr "Tabulka(Gnumeric)" @@ -21615,6 +16522,7 @@ msgid "Spreadsheet" msgstr "Tabulka" #: lib/external_templates:39 +#, fuzzy msgid "" "A spreadsheet made with Gnumeric, LibreOffice, OpenOffice or Excel.\n" "It imports as a long table, so any length\n" @@ -21622,23 +16530,23 @@ msgid "" "The gnumeric software is necessary for conversion,\n" "both for gnumeric and excel files.\n" msgstr "" -"Tabulka vytvořená v prostředí Gnumeric, Libre/OpenOffice nebo Excelu.\n" -"Import převádí do dlouhých tabulek (longtable), excesivní šířka " -"neošetřována.\n" -"Pro konverzi je potřebný program gnumeric.\n" +"Tabulka vytvořenĂĄ v prostředĂ­ gnumeric, openoffice nebo excelu.\n" +" Import převĂĄdĂ­ do dlouhĂ˝ch tabulek (longtable),\n" +"excesivnĂ­ šířka neoĹĄetřovĂĄna.\n" +"Pro konverzi je potřebnĂ˝ program gnumeric.\n" #: lib/external_templates:76 msgid "RasterImage" -msgstr "Rastrový obrázek" +msgstr "RastrovĂ˝ obrĂĄzek" #: lib/external_templates:79 lib/external_templates:85 #, fuzzy msgid "Raster image" -msgstr "Rastrový obrázek" +msgstr "RastrovĂ˝ obrĂĄzek" #: lib/external_templates:84 msgid "A bitmap file.\n" -msgstr "Bitmapový soubor.\n" +msgstr "BitmapovĂ˝ soubor.\n" #: lib/external_templates:148 msgid "XFig" @@ -21647,20 +16555,20 @@ msgstr "XFig" #: lib/external_templates:149 lib/external_templates:152 #, fuzzy msgid "Xfig figure" -msgstr "Obrázek z Xfig.\n" +msgstr "ObrĂĄzek z Xfig.\n" #: lib/external_templates:151 msgid "An Xfig figure.\n" -msgstr "Obrázek z Xfig.\n" +msgstr "ObrĂĄzek z Xfig.\n" #: lib/external_templates:201 msgid "ChessDiagram" -msgstr "Šachový Diagram" +msgstr "Ĺ achovĂ˝ Diagram" #: lib/external_templates:202 lib/external_templates:221 #, fuzzy msgid "Chess diagram" -msgstr "Šachový Diagram" +msgstr "Ĺ achovĂ˝ Diagram" #: lib/external_templates:204 msgid "" @@ -21682,23 +16590,23 @@ msgid "" "that TeX will find it, and you will need\n" "to install the skak package from CTAN.\n" msgstr "" -"Šachový diagram.\n" -"Tato šablona použije program XBoard pro editaci pozice.\n" -"Použijte 'File->Save Position' v XBoard-u pro uložení\n" +"Ĺ achovĂ˝ diagram.\n" +"Tato ĹĄablona pouĹžije program XBoard pro editaci pozice.\n" +"PouĹžijte 'File->Save Position' v XBoard-u pro uloĹženĂ­\n" "pozice, kterou chcete zobrazit.\n" -"Ujistěte se, že má příponu '.fen'\n" -"a nezapomeňte psát relativní cestu\n" +"Ujistěte se, Ĺže mĂĄ příponu '.fen'\n" +"a nezapomeňte psĂĄt relativnĂ­ cestu\n" "k souboru do dokumentu LyX-u.\n" -"Uvnitř XBoard-u, použijte 'Edit->Edit Position'\n" -"pro obecnou editaci šachovnice.\n" -"Možná budete chtít použít volbu\n" +"Uvnitř XBoard-u, pouĹžijte 'Edit->Edit Position'\n" +"pro obecnou editaci ĹĄachovnice.\n" +"MoĹžnĂĄ budete chtĂ­t pouŞít volbu\n" "'Options->Test legality' a\n" -"nezapomeňte na pravé a prostřední tlačítko myši\n" -"pro vložení nového materiálu na hrací desku.\n" -"Aby toto fungovalo musíte\n" -"dát přibalený soubor lyxskak.sty na místo\n" -"kde ho nalezne TeX. Dále budete potřebovat\n" -"nainstalovat balíček skak z CTAN-u.\n" +"nezapomeňte na pravĂŠ a prostřednĂ­ tlačítko myĹĄi\n" +"pro vloĹženĂ­ novĂŠho materiĂĄlu na hracĂ­ desku.\n" +"Aby toto fungovalo musĂ­te\n" +"dĂĄt přibalenĂ˝ soubor lyxskak.sty na mĂ­sto\n" +"kde ho nalezne TeX. DĂĄle budete potřebovat\n" +"nainstalovat balíček skak z CTAN-u.\n" #: lib/external_templates:252 lib/external_templates:258 msgid "Lilypond typeset music" @@ -21711,19 +16619,19 @@ msgid "" "Using .eps requires at least lilypond 2.6\n" "Using .pdf requires at least lilypond 2.9\n" msgstr "" -"Sazba hudebních not pomocí programu GNU LilyPond.\n" -"Lze zahrnout po zkonvertování do .pdf nebo .eps\n" -"Použití .eps vyžaduje alespoň lilypond 2.6\n" -"Použití .pdf vyžaduje alespoň lilypond 2.9\n" +"Sazba hudebnĂ­ch not pomocĂ­ programu GNU LilyPond.\n" +"Lze zahrnout po zkonvertovĂĄnĂ­ do .pdf nebo .eps\n" +"PouĹžitĂ­ .eps vyĹžaduje alespoň lilypond 2.6\n" +"PouĹžitĂ­ .pdf vyĹžaduje alespoň lilypond 2.9\n" #: lib/external_templates:300 msgid "PDFPages" -msgstr "Stránky PDF" +msgstr "StrĂĄnky PDF" #: lib/external_templates:301 lib/external_templates:315 #, fuzzy msgid "PDF pages" -msgstr "Stránky PDF" +msgstr "StrĂĄnky PDF" #: lib/external_templates:303 #, fuzzy @@ -21737,27 +16645,27 @@ msgid "" "* pages=- (to include all pages)\n" "* pages=last-1 (to include all pages in reverse order)\n" "With the option 'noautoscale' the PDF pages are\n" -"inserted in their original size.\n" +"inserted in their original size. \n" "Read the documentation of the pdfpages package\n" "for further options and details.\n" msgstr "" -"Vkládá PDF dokumenty, pomocí balíčku 'pdfpages'.\n" -"Pro vložení vícera stránek použijte volbu 'pages',\n" -"která musí být přidána v panelu Parametrů.\n" -"Příklady:\n" -"* pages={x-y} (pro rozsah stránek)\n" -"* pages={x,y,z} (pro konkrétní stránky)\n" -"* pages=- (pro všechny stránky)\n" -"* pages=last-1 (pro všechny stránky v obráceném pořadí)\n" -"Přečtěte si dokumentaci balíčku pdfpages pro další nastavení a detaily.\n" +"VklĂĄdĂĄ PDF dokumenty, pomocĂ­ balíčku 'pdfpages'.\n" +"Pro vloĹženĂ­ vĂ­cera strĂĄnek pouĹžijte volbu 'pages',\n" +"kterĂĄ musĂ­ bĂ˝t přidĂĄna v MoĹžnostech.\n" +"Příklady:\n" +"* pages={x-y} (pro rozsah strĂĄnek)\n" +"* pages={x,y,z} (pro konkrĂŠtnĂ­ strĂĄnky)\n" +"* pages=- (pro vĹĄechny strĂĄnky)\n" +"Přečtěte si dokumentaci balíčku pdfpages\n" +"pro dalĹĄĂ­ nastavenĂ­ a detaily.\n" #: lib/external_templates:346 msgid "" "Today's date.\n" "Read 'info date' for more information.\n" msgstr "" -"Dnešní datum.\n" -"Pro další informace si přečtěte manuálovou stránku ('info date').\n" +"DneĹĄnĂ­ datum.\n" +"Pro dalĹĄĂ­ informace si přečtěte manuĂĄlovou strĂĄnku ('info date').\n" #: lib/external_templates:375 msgid "Dia" @@ -21772,727 +16680,725 @@ msgstr "Diagram programu Dia.\n" msgid "Dia diagram.\n" msgstr "Diagram programu Dia.\n" -#: lib/configure.py:500 +#: lib/configure.py:487 #, fuzzy msgid "tgo" msgstr "top" -#: lib/configure.py:500 +#: lib/configure.py:487 #, fuzzy msgid "tgo|Tgif" msgstr "Tgif" -#: lib/configure.py:503 +#: lib/configure.py:490 msgid "FIG" msgstr "FIG" -#: lib/configure.py:506 +#: lib/configure.py:493 msgid "DIA" msgstr "DIA" -#: lib/configure.py:509 +#: lib/configure.py:496 msgid "sxd" msgstr "" -#: lib/configure.py:509 +#: lib/configure.py:496 msgid "sxd|OpenOffice" msgstr "" -#: lib/configure.py:512 +#: lib/configure.py:499 msgid "Grace" msgstr "Grace" -#: lib/configure.py:515 +#: lib/configure.py:502 msgid "FEN" msgstr "FEN" -#: lib/configure.py:518 +#: lib/configure.py:505 msgid "SVG" msgstr "SVG" -#: lib/configure.py:520 +#: lib/configure.py:507 msgid "BMP" msgstr "BMP" -#: lib/configure.py:521 +#: lib/configure.py:508 msgid "GIF" msgstr "GIF" -#: lib/configure.py:522 +#: lib/configure.py:509 msgid "jpeg" msgstr "" -#: lib/configure.py:522 +#: lib/configure.py:509 #, fuzzy msgid "jpeg|JPEG" msgstr "JPEG" -#: lib/configure.py:523 +#: lib/configure.py:510 msgid "PBM" msgstr "PBM" -#: lib/configure.py:524 +#: lib/configure.py:511 msgid "PGM" msgstr "PGM" -#: lib/configure.py:525 src/frontends/qt4/GuiClipboard.cpp:175 +#: lib/configure.py:512 src/frontends/qt4/GuiClipboard.cpp:171 msgid "PNG" msgstr "PNG" -#: lib/configure.py:526 +#: lib/configure.py:513 msgid "PPM" msgstr "PPM" -#: lib/configure.py:527 +#: lib/configure.py:514 msgid "TIFF" msgstr "TIFF" -#: lib/configure.py:528 +#: lib/configure.py:515 msgid "XBM" msgstr "XBM" -#: lib/configure.py:529 +#: lib/configure.py:516 msgid "XPM" msgstr "XPM" -#: lib/configure.py:537 +#: lib/configure.py:524 msgid "Plain text (chess output)" -msgstr "Prostý text (šachy)" +msgstr "ProstĂ˝ text (ĹĄachy)" -#: lib/configure.py:538 +#: lib/configure.py:525 msgid "Plain text (image)" -msgstr "Prostý text (obraz)" +msgstr "ProstĂ˝ text (obraz)" -#: lib/configure.py:539 +#: lib/configure.py:526 msgid "Plain text (Xfig output)" -msgstr "Prostý text (Xfig výstup)" +msgstr "ProstĂ˝ text (Xfig vĂ˝stup)" -#: lib/configure.py:540 +#: lib/configure.py:527 msgid "date (output)" -msgstr "datum (výstup)" +msgstr "datum (vĂ˝stup)" -#: lib/configure.py:541 src/frontends/qt4/GuiDocument.cpp:1264 -#: src/frontends/qt4/GuiErrorList.cpp:42 +#: lib/configure.py:528 src/frontends/qt4/GuiErrorList.cpp:42 msgid "DocBook" msgstr "DocBook" -#: lib/configure.py:541 +#: lib/configure.py:528 msgid "DocBook|B" msgstr "DocBook|B" -#: lib/configure.py:542 +#: lib/configure.py:529 +#, fuzzy msgid "DocBook (XML)" -msgstr "DocBook (XML)" +msgstr "Docbook (XML)" -#: lib/configure.py:543 +#: lib/configure.py:530 msgid "Graphviz Dot" msgstr "Graphviz Dot" -#: lib/configure.py:544 +#: lib/configure.py:531 +#, fuzzy msgid "LaTeX (dviluatex)" -msgstr "LaTeX (dviluatex)" +msgstr "LaTeX (pdflatex)" -#: lib/configure.py:545 +#: lib/configure.py:532 msgid "LaTeX (pLaTeX)" msgstr "LaTeX (pLaTeX)" -#: lib/configure.py:546 +#: lib/configure.py:533 msgid "NoWeb" msgstr "NoWeb" -#: lib/configure.py:546 +#: lib/configure.py:533 msgid "NoWeb|N" msgstr "NoWeb|N" -#: lib/configure.py:548 -msgid "R/S code" -msgstr "R/S kód" +#: lib/configure.py:534 +msgid "Sweave|S" +msgstr "Sweave|S" -#: lib/configure.py:550 +#: lib/configure.py:535 +#, fuzzy +msgid "R/S code" +msgstr "kĂłd" + +#: lib/configure.py:537 msgid "LilyPond music" msgstr "LilyPond music" -#: lib/configure.py:551 +#: lib/configure.py:538 msgid "LilyPond book (LaTeX)" msgstr "Lilipond book (LaTeX)" -#: lib/configure.py:552 +#: lib/configure.py:539 msgid "LaTeX (plain)" -msgstr "LaTeX (prostý)" +msgstr "LaTeX (prostĂ˝)" -#: lib/configure.py:552 +#: lib/configure.py:539 msgid "LaTeX (plain)|L" -msgstr "LaTeX (prostý)|L" +msgstr "LaTeX (prostĂ˝)|L" -#: lib/configure.py:553 +#: lib/configure.py:540 msgid "LaTeX (LuaTeX)" msgstr "LaTeX (LuaTeX)" -#: lib/configure.py:554 +#: lib/configure.py:541 msgid "LaTeX (pdflatex)" msgstr "LaTeX (pdflatex)" -#: lib/configure.py:555 +#: lib/configure.py:542 msgid "LaTeX (XeTeX)" msgstr "LaTeX (XeTeX)" -#: lib/configure.py:556 +#: lib/configure.py:543 msgid "Plain text" -msgstr "Prostý text" +msgstr "ProstĂ˝ text" -#: lib/configure.py:556 +#: lib/configure.py:543 msgid "Plain text|a" -msgstr "Prostý text|r" +msgstr "ProstĂ˝ text|r" -#: lib/configure.py:557 +#: lib/configure.py:544 msgid "Plain text (pstotext)" -msgstr "Prostý text (pstotext)" +msgstr "ProstĂ˝ text (pstotext)" -#: lib/configure.py:558 +#: lib/configure.py:545 msgid "Plain text (ps2ascii)" -msgstr "Prostý text (ps2ascii)" +msgstr "ProstĂ˝ text (ps2ascii)" -#: lib/configure.py:559 +#: lib/configure.py:546 msgid "Plain text (catdvi)" -msgstr "Prostý text (catdvi)" +msgstr "ProstĂ˝ text (catdvi)" -#: lib/configure.py:560 +#: lib/configure.py:547 msgid "Plain Text, Join Lines" -msgstr "Prostý text, spojit řádky" +msgstr "ProstĂ˝ text, spojit řádky" -#: lib/configure.py:561 -msgid "Info (Beamer)" -msgstr "Info (Beamer)" - -#: lib/configure.py:564 +#: lib/configure.py:550 msgid "Gnumeric spreadsheet" -msgstr "Tabulkový kalkulátor Gnumeric" +msgstr "TabulkovĂ˝ kalkulĂĄtor Gnumeric" -#: lib/configure.py:565 +#: lib/configure.py:551 msgid "Excel spreadsheet" -msgstr "Tabulkový kalkulátor Excel" +msgstr "TabulkovĂ˝ kalkulĂĄtor Excel" -#: lib/configure.py:566 +#: lib/configure.py:552 msgid "OpenOffice spreadsheet" -msgstr "Tabulkový kalkulátor OpenOffice" +msgstr "TabulkovĂ˝ kalkulĂĄtor OpenOffice" -#: lib/configure.py:569 +#: lib/configure.py:555 msgid "LyXHTML" msgstr "LyXHTML" -#: lib/configure.py:569 +#: lib/configure.py:555 msgid "LyXHTML|y" msgstr "LyXHTML|y" -#: lib/configure.py:577 src/frontends/qt4/GuiLog.cpp:230 +#: lib/configure.py:562 src/frontends/qt4/GuiLog.cpp:230 msgid "BibTeX" msgstr "BibTeX" -#: lib/configure.py:582 +#: lib/configure.py:567 msgid "EPS" msgstr "EPS" -#: lib/configure.py:583 +#: lib/configure.py:568 msgid "EPS (uncropped)" msgstr "" -#: lib/configure.py:584 +#: lib/configure.py:569 msgid "Postscript" msgstr "PostScript" -#: lib/configure.py:584 +#: lib/configure.py:569 msgid "Postscript|t" msgstr "Postscript|t" -#: lib/configure.py:589 +#: lib/configure.py:573 msgid "PDF (ps2pdf)" msgstr "PDF (ps2pdf)" -#: lib/configure.py:589 +#: lib/configure.py:573 msgid "PDF (ps2pdf)|P" msgstr "PDF (ps2pdf)|P" -#: lib/configure.py:590 +#: lib/configure.py:574 msgid "PDF (pdflatex)" msgstr "PDF (pdflatex)" -#: lib/configure.py:590 +#: lib/configure.py:574 msgid "PDF (pdflatex)|F" msgstr "PDF (pdflatex)|F" -#: lib/configure.py:591 +#: lib/configure.py:575 msgid "PDF (dvipdfm)" msgstr "PDF (dvipdfm)" -#: lib/configure.py:591 +#: lib/configure.py:575 msgid "PDF (dvipdfm)|m" msgstr "PDF (dvipdfm)|m" -#: lib/configure.py:592 +#: lib/configure.py:576 msgid "PDF (XeTeX)" msgstr "PDF (XeTeX)" -#: lib/configure.py:592 +#: lib/configure.py:576 msgid "PDF (XeTeX)|X" msgstr "PDF (XeTeX)|X" -#: lib/configure.py:593 +#: lib/configure.py:577 msgid "PDF (LuaTeX)" msgstr "PDF (LuaTeX)" -#: lib/configure.py:593 +#: lib/configure.py:577 msgid "PDF (LuaTeX)|u" msgstr "PDF (LuaTeX)|u" -#: lib/configure.py:594 -#, fuzzy -msgid "PDF (graphics)" -msgstr "Obrázky" - -#: lib/configure.py:597 +#: lib/configure.py:580 msgid "DVI" msgstr "DVI" -#: lib/configure.py:597 +#: lib/configure.py:580 msgid "DVI|D" msgstr "DVI|D" -#: lib/configure.py:598 +#: lib/configure.py:581 msgid "DVI (LuaTeX)" msgstr "DVI (LuaTeX)" -#: lib/configure.py:598 +#: lib/configure.py:581 msgid "DVI (LuaTeX)|V" msgstr "DVI (LuaTeX)|V" -#: lib/configure.py:601 +#: lib/configure.py:584 msgid "DraftDVI" msgstr "DraftDVI" -#: lib/configure.py:604 lib/configure.py:636 +#: lib/configure.py:587 lib/configure.py:619 #, fuzzy msgid "htm" msgstr "hom" -#: lib/configure.py:604 lib/configure.py:636 +#: lib/configure.py:587 lib/configure.py:619 #, fuzzy msgid "htm|HTML" msgstr "HTML" -#: lib/configure.py:607 +#: lib/configure.py:590 msgid "Noteedit" msgstr "Noteedit" -#: lib/configure.py:610 +#: lib/configure.py:593 msgid "OpenDocument" msgstr "OpenDocument" -#: lib/configure.py:611 +#: lib/configure.py:594 msgid "OpenOffice.Org (sxw)" msgstr "OpenOffice.Org (sxw)" -#: lib/configure.py:614 +#: lib/configure.py:597 msgid "Rich Text Format" msgstr "Rich Text Format" -#: lib/configure.py:615 +#: lib/configure.py:598 msgid "MS Word" msgstr "MS Word" -#: lib/configure.py:615 +#: lib/configure.py:598 msgid "MS Word|W" msgstr "MS Word|W" -#: lib/configure.py:618 +#: lib/configure.py:601 msgid "date command" -msgstr "Příkaz pro datum" +msgstr "Příkaz pro datum" -#: lib/configure.py:619 +#: lib/configure.py:602 msgid "Table (CSV)" msgstr "Tabulka (CSV)" -#: lib/configure.py:621 src/frontends/qt4/GuiView.cpp:1168 -#: src/frontends/qt4/GuiView.cpp:1169 src/mathed/MathMacroTemplate.cpp:543 +#: lib/configure.py:604 src/frontends/qt4/GuiView.cpp:1182 +#: src/frontends/qt4/GuiView.cpp:1183 src/mathed/MathMacroTemplate.cpp:543 msgid "LyX" msgstr "LyX" -#: lib/configure.py:622 +#: lib/configure.py:605 msgid "LyX 1.3.x" msgstr "LyX 1.3.x" -#: lib/configure.py:623 +#: lib/configure.py:606 msgid "LyX 1.4.x" msgstr "LyX 1.4.x" -#: lib/configure.py:624 +#: lib/configure.py:607 msgid "LyX 1.5.x" msgstr "LyX 1.5.x" -#: lib/configure.py:625 +#: lib/configure.py:608 msgid "LyX 1.6.x" msgstr "LyX 1.6.x" -#: lib/configure.py:626 +#: lib/configure.py:609 #, fuzzy msgid "LyX 2.0.x" msgstr "LyX 1.3.x" -#: lib/configure.py:627 +#: lib/configure.py:610 msgid "CJK LyX 1.4.x (big5)" msgstr "CJK LyX 1.4.x (big5)" -#: lib/configure.py:628 +#: lib/configure.py:611 msgid "CJK LyX 1.4.x (euc-jp)" msgstr "CJK LyX 1.4.x (euc-jp)" -#: lib/configure.py:629 +#: lib/configure.py:612 msgid "CJK LyX 1.4.x (euc-kr)" msgstr "CJK LyX 1.4.x (euc-kr)" -#: lib/configure.py:630 +#: lib/configure.py:613 msgid "LyX Preview" -msgstr "LyX Náhled" +msgstr "LyX NĂĄhled" -#: lib/configure.py:631 +#: lib/configure.py:614 msgid "PDFTEX" msgstr "PDFTEX" -#: lib/configure.py:632 +#: lib/configure.py:615 msgid "Program" msgstr "Program" -#: lib/configure.py:633 +#: lib/configure.py:616 msgid "PSTEX" msgstr "PSTEX" -#: lib/configure.py:634 src/frontends/qt4/GuiClipboard.cpp:172 +#: lib/configure.py:617 src/frontends/qt4/GuiClipboard.cpp:168 msgid "Windows Metafile" msgstr "WMF" -#: lib/configure.py:635 src/frontends/qt4/GuiClipboard.cpp:171 +#: lib/configure.py:618 src/frontends/qt4/GuiClipboard.cpp:167 msgid "Enhanced Metafile" -msgstr "Rozšířený WMF" +msgstr "RozšířenĂ˝ WMF" -#: lib/configure.py:738 +#: lib/configure.py:712 msgid "LyXBlogger" msgstr "LyXBlogger" -#: lib/configure.py:936 +#: lib/configure.py:910 msgid "LyX Archive (zip)" msgstr "LyX Archiv (zip)" -#: lib/configure.py:939 +#: lib/configure.py:913 msgid "LyX Archive (tar.gz)" msgstr "LyX Archive (tar.gz)" -#: src/BiblioInfo.cpp:316 src/frontends/qt4/GuiDocument.cpp:2288 +#: src/BiblioInfo.cpp:249 src/frontends/qt4/GuiDocument.cpp:2129 #, c-format msgid "%1$s and %2$s" msgstr "%1$s a %2$s" -#: src/BiblioInfo.cpp:319 +#: src/BiblioInfo.cpp:253 #, c-format msgid "%1$s et al." msgstr "%1$s et al." -#: src/BiblioInfo.cpp:487 src/BiblioInfo.cpp:529 src/BiblioInfo.cpp:540 -#: src/BiblioInfo.cpp:583 src/BiblioInfo.cpp:587 +#: src/BiblioInfo.cpp:419 src/BiblioInfo.cpp:458 src/BiblioInfo.cpp:469 +#: src/BiblioInfo.cpp:523 src/BiblioInfo.cpp:527 msgid "ERROR!" msgstr "CHYBA!" -#: src/BiblioInfo.cpp:831 +#: src/BiblioInfo.cpp:727 src/BiblioInfo.cpp:730 msgid "No year" -msgstr "Žádný rok" +msgstr "ŽådnĂ˝ rok" -#: src/BiblioInfo.cpp:841 +#: src/BiblioInfo.cpp:745 #, fuzzy msgid "Bibliography entry not found!" -msgstr "Generování bibliografie" +msgstr "GenerovĂĄnĂ­ bibliografie" -#: src/Buffer.cpp:138 +#: src/Buffer.cpp:136 #, c-format msgid "" "Could not print the document %1$s.\n" "Check that your printer is set up correctly." msgstr "" "Nelze vytisknout dokument %1$s.\n" -"Zkontrolujte nastavení vaší tiskárny." +"Zkontrolujte nastavenĂ­ vaĹĄĂ­ tiskĂĄrny." -#: src/Buffer.cpp:141 +#: src/Buffer.cpp:139 msgid "Print document failed" msgstr "Tisk dokumentu selhal" -#: src/Buffer.cpp:365 +#: src/Buffer.cpp:347 msgid "Disk Error: " msgstr "Chyba Disku: " -#: src/Buffer.cpp:366 +#: src/Buffer.cpp:348 #, c-format msgid "" "LyX could not create the temporary directory '%1$s' (Disk is full maybe?)" -msgstr "LyX nemohl vytvořit pomocný adresář '%1$s' (možná je zaplněn disk?)" +msgstr "LyX nemohl vytvořit pomocnĂ˝ adresář '%1$s' (moĹžnĂĄ je zaplněn disk?)" -#: src/Buffer.cpp:483 +#: src/Buffer.cpp:459 msgid "LyX attempted to close a document that had unsaved changes!\n" -msgstr "LyX se pokusil uzavřít dokument, který obsahuje neuložené změny!\n" +msgstr "LyX se pokusil uzavřít dokument, kterĂ˝ obsahuje neuloĹženĂŠ změny!\n" -#: src/Buffer.cpp:485 +#: src/Buffer.cpp:461 msgid "Attempting to close changed document!" -msgstr "Pokus o uzavření změněného dokumentu!" +msgstr "Pokus o uzavřenĂ­ změněnĂŠho dokumentu!" -#: src/Buffer.cpp:494 +#: src/Buffer.cpp:470 msgid "Could not remove temporary directory" -msgstr "Nelze smazat pomocný adresář" +msgstr "Nelze smazat pomocnĂ˝ adresář" -#: src/Buffer.cpp:495 +#: src/Buffer.cpp:471 #, c-format msgid "Could not remove the temporary directory %1$s" -msgstr "Nelze smazat pomocný adresář %1$s" +msgstr "Nelze smazat pomocnĂ˝ adresář %1$s" -#: src/Buffer.cpp:871 +#: src/Buffer.cpp:822 msgid "Unknown document class" -msgstr "Neznámá třída dokumentu" +msgstr "NeznĂĄmĂĄ třída dokumentu" -#: src/Buffer.cpp:872 +#: src/Buffer.cpp:823 #, c-format msgid "Using the default document class, because the class %1$s is unknown." -msgstr "Použita standardní třída dokumentu, neboť třída %1$s není známa." +msgstr "PouĹžita standardnĂ­ třída dokumentu, neboĹĽ třída %1$s nenĂ­ znĂĄma." -#: src/Buffer.cpp:876 src/Text.cpp:529 +#: src/Buffer.cpp:827 src/Text.cpp:509 #, c-format msgid "Unknown token: %1$s %2$s\n" -msgstr "Neznámý token: %1$s %2$s\n" +msgstr "NeznĂĄmĂ˝ token: %1$s %2$s\n" -#: src/Buffer.cpp:880 src/Buffer.cpp:887 src/Buffer.cpp:910 +#: src/Buffer.cpp:831 src/Buffer.cpp:838 src/Buffer.cpp:861 msgid "Document header error" -msgstr "Chyba hlavičky dokumentu" +msgstr "Chyba hlavičky dokumentu" -#: src/Buffer.cpp:886 +#: src/Buffer.cpp:837 msgid "\\begin_header is missing" -msgstr "chybí \\begin_header" +msgstr "chybĂ­ \\begin_header" -#: src/Buffer.cpp:909 +#: src/Buffer.cpp:860 msgid "\\begin_document is missing" -msgstr "chybí \\begin_document" +msgstr "chybĂ­ \\begin_document" -#: src/Buffer.cpp:922 src/Buffer.cpp:928 src/BufferView.cpp:1435 -#: src/BufferView.cpp:1441 +#: src/Buffer.cpp:873 src/Buffer.cpp:879 src/BufferView.cpp:1452 +#: src/BufferView.cpp:1458 msgid "Changes not shown in LaTeX output" -msgstr "Změny nezobrazeny v LaTeX-ovém výstupu" +msgstr "Změny nezobrazeny v LaTeX-ovĂŠm vĂ˝stupu" -#: src/Buffer.cpp:923 src/BufferView.cpp:1436 +#: src/Buffer.cpp:874 src/BufferView.cpp:1453 msgid "" "Changes will not be highlighted in LaTeX output, because neither dvipost nor " "xcolor/ulem are installed.\n" "Please install these packages or redefine \\lyxadded and \\lyxdeleted in the " "LaTeX preamble." msgstr "" -"Změny nebudou zvýrazněny v LaTeX-ovém výstupu, jelikož není nainstalován ani " +"Změny nebudou zvĂ˝razněny v LaTeX-ovĂŠm vĂ˝stupu, jelikoĹž nenĂ­ nainstalovĂĄn ani " "dvipost ani xcolor/ulem.\n" -"Prosím nainstalujte tyto balíčky nebo předefinujte \\lyxadded a " -"\\lyxdeletedv LaTeX-ové preambuli." +"ProsĂ­m nainstalujte tyto balíčky nebo předefinujte \\lyxadded a " +"\\lyxdeletedv LaTeX-ovĂŠ preambuli." -#: src/Buffer.cpp:929 src/BufferView.cpp:1442 +#: src/Buffer.cpp:880 src/BufferView.cpp:1459 msgid "" "Changes will not be highlighted in LaTeX output when using pdflatex, because " "xcolor and ulem are not installed.\n" "Please install both packages or redefine \\lyxadded and \\lyxdeleted in the " "LaTeX preamble." msgstr "" -"Změny nebudou zvýrazněny v LaTeX-ovém výstupu při konverzi pdflatex-em," -"jelikož nejsou nainstalovány balíčky xcolor a ulem.\n" -"Prosím nainstalujte tyto balíčky nebo předefinujte \\lyxadded a " -"\\lyxdeletedv LaTeX-ové preambuli." +"Změny nebudou zvĂ˝razněny v LaTeX-ovĂŠm vĂ˝stupu při konverzi pdflatex-em," +"jelikoĹž nejsou nainstalovĂĄny balíčky xcolor a ulem.\n" +"ProsĂ­m nainstalujte tyto balíčky nebo předefinujte \\lyxadded a " +"\\lyxdeletedv LaTeX-ovĂŠ preambuli." -#: src/Buffer.cpp:967 src/BufferParams.cpp:413 -#: src/frontends/qt4/GuiLog.cpp:233 src/insets/InsetIndex.cpp:444 +#: src/Buffer.cpp:918 src/BufferParams.cpp:411 +#: src/frontends/qt4/GuiLog.cpp:233 src/insets/InsetIndex.cpp:446 +#: src/insets/InsetIndex.cpp:710 msgid "Index" msgstr "Index" -#: src/Buffer.cpp:1065 +#: src/Buffer.cpp:972 #, fuzzy msgid "File Not Found" msgstr "Soubor nenalezen" -#: src/Buffer.cpp:1066 +#: src/Buffer.cpp:973 #, fuzzy, c-format msgid "Unable to open file `%1$s'." -msgstr "Nelze otevřít soubor" +msgstr "Nelze otevřít soubor" -#: src/Buffer.cpp:1089 src/Buffer.cpp:1152 +#: src/Buffer.cpp:996 src/Buffer.cpp:1059 msgid "Document format failure" -msgstr "Chyba formátování dokumentu" +msgstr "Chyba formĂĄtovĂĄnĂ­ dokumentu" -#: src/Buffer.cpp:1090 +#: src/Buffer.cpp:997 #, c-format msgid "%1$s ended unexpectedly, which means that it is probably corrupted." -msgstr "%1$s končí neočekávaně, což znamená, že je pravděpodobně poškozen." +msgstr "%1$s končí neočekĂĄvaně, coĹž znamenĂĄ, Ĺže je pravděpodobně poĹĄkozen." -#: src/Buffer.cpp:1153 +#: src/Buffer.cpp:1060 #, c-format msgid "%1$s is not a readable LyX document." -msgstr "%1$s není čitelný dokument LyX-u." +msgstr "%1$s nenĂ­ čitelnĂ˝ dokument LyX-u." -#: src/Buffer.cpp:1178 +#: src/Buffer.cpp:1085 msgid "Conversion failed" -msgstr "Konverze se nezdařila" +msgstr "Konverze se nezdařila" -#: src/Buffer.cpp:1179 +#: src/Buffer.cpp:1086 #, c-format msgid "" "%1$s is from a different version of LyX, but a temporary file for converting " "it could not be created." msgstr "" -"%1$s je z odlišné verze LyX-u, ale pomocný soubor pro jeho konverzi nemůže " -"být vytvořen." +"%1$s je z odliĹĄnĂŠ verze LyX-u, ale pomocnĂ˝ soubor pro jeho konverzi nemĹŻĹže " +"bĂ˝t vytvořen." -#: src/Buffer.cpp:1189 +#: src/Buffer.cpp:1096 msgid "Conversion script not found" -msgstr "Nenalezen konverzní skript" +msgstr "Nenalezen konverznĂ­ skript" -#: src/Buffer.cpp:1190 +#: src/Buffer.cpp:1097 #, c-format msgid "" "%1$s is from a different version of LyX, but the conversion script lyx2lyx " "could not be found." msgstr "" -"%1$s je z odlišné verze LyX-u, ale konverzní skript lyx2lyx nebyl nalezen." +"%1$s je z odliĹĄnĂŠ verze LyX-u, ale konverznĂ­ skript lyx2lyx nebyl nalezen." -#: src/Buffer.cpp:1213 src/Buffer.cpp:1220 +#: src/Buffer.cpp:1120 src/Buffer.cpp:1127 msgid "Conversion script failed" -msgstr "Konverzní skript selhal" +msgstr "KonverznĂ­ skript selhal" -#: src/Buffer.cpp:1214 +#: src/Buffer.cpp:1121 #, c-format msgid "" "%1$s is from an older version of LyX and the lyx2lyx script failed to " "convert it." -msgstr "%1$s je ze starší verze LyX-u a skript lyx2lyx selhal při konverzi." +msgstr "%1$s je ze starĹĄĂ­ verze LyX-u a skript lyx2lyx selhal při konverzi." -#: src/Buffer.cpp:1221 +#: src/Buffer.cpp:1128 #, c-format msgid "" "%1$s is from a newer version of LyX and the lyx2lyx script failed to convert " "it." -msgstr "%1$s je z novější verze LyX-u a skript lyx2lyx selhal při konverzi." +msgstr "%1$s je z novějĹĄĂ­ verze LyX-u a skript lyx2lyx selhal při konverzi." -#: src/Buffer.cpp:1242 src/Buffer.cpp:4132 src/Buffer.cpp:4195 +#: src/Buffer.cpp:1149 src/Buffer.cpp:3942 src/Buffer.cpp:4004 msgid "File is read-only" -msgstr "Dokument je jen ke čtení" +msgstr "Dokument je jen ke čtenĂ­" -#: src/Buffer.cpp:1243 +#: src/Buffer.cpp:1150 #, c-format msgid "The file %1$s cannot be written because it is marked as read-only." -msgstr "Soubor %1$s nelze zapsat, protože je nastaven pouze pro čtení." +msgstr "Soubor %1$s nelze zapsat, protoĹže je nastaven pouze pro čtenĂ­." -#: src/Buffer.cpp:1252 +#: src/Buffer.cpp:1159 #, c-format msgid "" "Document %1$s has been externally modified. Are you sure you want to " "overwrite this file?" msgstr "" -"Dokument %1$s byl externě modifikován. Opravdu chcete tento soubor přepsat?" +"Dokument %1$s byl externě modifikovĂĄn. Opravdu chcete tento soubor přepsat?" -#: src/Buffer.cpp:1254 +#: src/Buffer.cpp:1161 msgid "Overwrite modified file?" -msgstr "Přepsat modifikovaný soubor?" +msgstr "Přepsat modifikovanĂ˝ soubor?" -#: src/Buffer.cpp:1255 src/Buffer.cpp:2624 src/Exporter.cpp:50 -#: src/frontends/qt4/GuiClipboard.cpp:246 src/frontends/qt4/GuiView.cpp:2141 -#: src/frontends/qt4/GuiView.cpp:2329 src/frontends/qt4/GuiView.cpp:2429 +#: src/Buffer.cpp:1162 src/Buffer.cpp:2467 src/Exporter.cpp:50 +#: src/frontends/qt4/GuiClipboard.cpp:242 src/frontends/qt4/GuiView.cpp:2146 +#: src/frontends/qt4/GuiView.cpp:2311 src/frontends/qt4/GuiView.cpp:2386 msgid "&Overwrite" -msgstr "&Přepsat" +msgstr "&Přepsat" -#: src/Buffer.cpp:1284 +#: src/Buffer.cpp:1191 msgid "Backup failure" -msgstr "Zálohování selhalo" +msgstr "ZĂĄlohovĂĄnĂ­ selhalo" -#: src/Buffer.cpp:1285 +#: src/Buffer.cpp:1192 #, c-format msgid "" "Cannot create backup file %1$s.\n" "Please check whether the directory exists and is writable." msgstr "" -"LyX nebyl schopen vytvořit záložní soubor v %1$s.\n" -"Zkontrolujte, zda-li daný adresář existuje a lze do něj zapisovat." +"LyX nebyl schopen vytvořit zĂĄloĹžnĂ­ soubor v %1$s.\n" +"Zkontrolujte, zda-li danĂ˝ adresář existuje a lze do něj zapisovat." -#: src/Buffer.cpp:1311 +#: src/Buffer.cpp:1223 #, c-format msgid "Saving document %1$s..." -msgstr "Ukládá se %1$s..." +msgstr "UklĂĄdĂĄ se %1$s..." -#: src/Buffer.cpp:1326 +#: src/Buffer.cpp:1238 msgid " could not write file!" -msgstr " nepodařilo se zapsat soubor!" +msgstr " nepodařilo se zapsat soubor!" -#: src/Buffer.cpp:1334 +#: src/Buffer.cpp:1246 msgid " done." msgstr " hotovo." -#: src/Buffer.cpp:1349 +#: src/Buffer.cpp:1261 #, c-format msgid "LyX: Attempting to save document %1$s\n" -msgstr "LyX: Pokus o uložení dokumentu %1$s\n" +msgstr "LyX: Pokus o uloĹženĂ­ dokumentu %1$s\n" -#: src/Buffer.cpp:1359 src/Buffer.cpp:1372 src/Buffer.cpp:1386 +#: src/Buffer.cpp:1271 src/Buffer.cpp:1284 src/Buffer.cpp:1298 #, c-format msgid "Saved to %1$s. Phew.\n" -msgstr "Úspěšně uloženo do %1$s.\n" +msgstr "Úspěšně uloĹženo do %1$s.\n" -#: src/Buffer.cpp:1362 +#: src/Buffer.cpp:1274 msgid "Save failed! Trying again...\n" -msgstr "Uložení se nepovedlo! Nový pokus...\n" +msgstr "UloĹženĂ­ se nepovedlo! NovĂ˝ pokus...\n" -#: src/Buffer.cpp:1376 +#: src/Buffer.cpp:1288 msgid "Save failed! Trying yet again...\n" -msgstr "Uložení se nepovedlo! Další pokus...\n" +msgstr "UloĹženĂ­ se nepovedlo! DalĹĄĂ­ pokus...\n" -#: src/Buffer.cpp:1390 +#: src/Buffer.cpp:1302 msgid "Save failed! Bummer. Document is lost." -msgstr "Uložení se nepovedlo! Dokument je ztracen." +msgstr "UloĹženĂ­ se nepovedlo! Dokument je ztracen." -#: src/Buffer.cpp:1477 +#: src/Buffer.cpp:1389 msgid "Iconv software exception Detected" -msgstr "Iconv detekoval softwarovou vyjímku" +msgstr "Iconv detekoval softwarovou vyjĂ­mku" -#: src/Buffer.cpp:1477 +#: src/Buffer.cpp:1389 #, c-format msgid "" "Please verify that the support software for your encoding (%1$s) is properly " "installed" msgstr "" -"Zkontrolujte prosím, že program pro podporu vašeho kódování (%1$s) je " -"správně nainstalován." +"Zkontrolujte prosĂ­m, Ĺže program pro podporu vaĹĄeho kĂłdovĂĄnĂ­ (%1$s) je " +"sprĂĄvně nainstalovĂĄn." -#: src/Buffer.cpp:1507 +#: src/Buffer.cpp:1419 #, c-format msgid "Could not find LaTeX command for character '%1$s' (code point %2$s)" -msgstr "Nepodařilo se najít příkaz LaTeX-u pro znak '%1$s' (hodnota %2$s)" +msgstr "Nepodařilo se najĂ­t příkaz LaTeX-u pro znak '%1$s' (hodnota %2$s)" -#: src/Buffer.cpp:1510 +#: src/Buffer.cpp:1422 msgid "" "Some characters of your document are probably not representable in the " "chosen encoding.\n" "Changing the document encoding to utf8 could help." msgstr "" -"Některé znaky vašeho dokumentu pravděpodobně nejsou reprezentovatelné ve " -"zvoleném kódování.\n" -"Mohla by pomoci změna kódování dokumentu na utf8." +"NěkterĂŠ znaky vaĹĄeho dokumentu pravděpodobně nejsou reprezentovatelnĂŠ ve " +"zvolenĂŠm kĂłdovĂĄnĂ­.\n" +"Mohla by pomoci změna kĂłdovĂĄnĂ­ dokumentu na utf8." -#: src/Buffer.cpp:1517 +#: src/Buffer.cpp:1429 msgid "iconv conversion failed" -msgstr "iconv konverze se nezdařila" +msgstr "iconv konverze se nezdařila" -#: src/Buffer.cpp:1522 +#: src/Buffer.cpp:1434 msgid "conversion failed" -msgstr "konverze se nezdařila" +msgstr "konverze se nezdařila" -#: src/Buffer.cpp:1620 +#: src/Buffer.cpp:1525 msgid "Uncodable character in file path" -msgstr "Nekódovatelný znaky v cestě k souboru" +msgstr "NekĂłdovatelnĂ˝ znaky v cestě k souboru" -#: src/Buffer.cpp:1622 -#, c-format +#: src/Buffer.cpp:1527 +#, fuzzy, c-format msgid "" "The path of your document\n" "(%1$s)\n" @@ -22504,371 +17410,277 @@ msgid "" "In case of problems, choose an appropriate document encoding\n" "(such as utf8) or change the file path name." msgstr "" -"Cesta k vašemu dokumentu\n" +"Cesta k vaĹĄemu souboru\n" "(%1$s)\n" -"obsahuje znaky, které nejsou použitelné v aktuálním kódování dokumentu " -"(jmenovitě %2$s). To může vyústit v neúplný výstup při sazbě dokumentu v " -"případě, že TEXINPUTS neobsahuje cestu k dokumentu a explicitně nepoužíváte " -"relativní cesty v preambuli nebo TeX-ovém kódu.\n" +"obsahuje znaky, kterĂŠ nejsou pouĹžitelnĂŠ v\n" +"v aktuĂĄlnĂ­m kĂłdovĂĄnĂ­ dokumentu (jmenovitě %2$s).\n" "\n" -"Vyberte vhodné kódování dokumentu (např. utf8)\n" -"nebo změnte cestu k souboru." +"To pravděpodobně zpĹŻsobĂ­ neĂşplnĂ˝ vĂ˝stup při sazbě dokumentu.\n" +"\n" +"Vyberte vhodnĂŠ kĂłdovĂĄnĂ­ dokumentu (např. utf8)\n" +"nebo změnte cestu k souboru." -#: src/Buffer.cpp:1973 +#: src/Buffer.cpp:1879 msgid "Running chktex..." -msgstr "Spouštím chktex..." +msgstr "SpouĹĄtĂ­m chktex..." -#: src/Buffer.cpp:1987 +#: src/Buffer.cpp:1893 msgid "chktex failure" msgstr "chktex selhal" -#: src/Buffer.cpp:1988 +#: src/Buffer.cpp:1894 msgid "Could not run chktex successfully." -msgstr "chktex nelze úspěšně spustit." +msgstr "chktex nelze Ăşspěšně spustit." -#: src/Buffer.cpp:2277 +#: src/Buffer.cpp:2172 #, c-format msgid "Don't know how to export to format: %1$s" -msgstr "Nedostatek informace pro export do formátu %1$s." +msgstr "Nedostatek informace pro export do formĂĄtu %1$s." -#: src/Buffer.cpp:2357 +#: src/Buffer.cpp:2236 #, c-format msgid "Error exporting to format: %1$s." -msgstr "Chyba při exportu do formátu %1$s." +msgstr "Chyba při exportu do formĂĄtu %1$s." -#: src/Buffer.cpp:2441 -#, c-format -msgid "Branch \"%1$s\" does not exist." -msgstr "Větev \"%1$s\" neexistuje." - -#: src/Buffer.cpp:2476 +#: src/Buffer.cpp:2319 #, c-format msgid "Branch \"%1$s\" already exists." -msgstr "Větev \"%1$s\" již existuje." +msgstr "Větev \"%1$s\" jiĹž existuje." -#: src/Buffer.cpp:2541 +#: src/Buffer.cpp:2384 #, c-format msgid "Unable to parse \"%1$s\"" -msgstr "Nelze správně dekódovat \"%1$s\"" +msgstr "Nelze sprĂĄvně dekĂłdovat \"%1$s\"" -#: src/Buffer.cpp:2548 +#: src/Buffer.cpp:2391 #, c-format msgid "Unrecognized target \"%1$s\"" -msgstr "Neznámý cíl \"%1$s\"" +msgstr "NeznĂĄmĂ˝ cĂ­l \"%1$s\"" -#: src/Buffer.cpp:2555 +#: src/Buffer.cpp:2398 msgid "Error exporting to DVI." -msgstr "Chyba při exportu do DVI." +msgstr "Chyba při exportu do DVI." -#: src/Buffer.cpp:2620 src/Exporter.cpp:45 +#: src/Buffer.cpp:2463 src/Exporter.cpp:45 #, c-format msgid "" "The file %1$s already exists.\n" "\n" "Do you want to overwrite that file?" msgstr "" -"Soubor %1$s již existuje.\n" +"Soubor %1$s jiĹž existuje.\n" "\n" -"Chcete tento soubor přepsat?" +"Chcete tento soubor přepsat?" -#: src/Buffer.cpp:2623 src/Exporter.cpp:48 +#: src/Buffer.cpp:2466 src/Exporter.cpp:48 msgid "Overwrite file?" -msgstr "Přepsat soubor?" +msgstr "Přepsat soubor?" -#: src/Buffer.cpp:2640 +#: src/Buffer.cpp:2483 msgid "Error running external commands." -msgstr "Chyba při běhu externích příkazů." +msgstr "Chyba při běhu externĂ­ch příkazĹŻ." -#: src/Buffer.cpp:3462 +#: src/Buffer.cpp:3292 #, c-format msgid "Preview source code for paragraph %1$d" -msgstr "Náhled zdrojového kódu pro odstavec %1$d" +msgstr "NĂĄhled zdrojovĂŠho kĂłdu pro odstavec %1$d" -#: src/Buffer.cpp:3466 +#: src/Buffer.cpp:3296 #, c-format msgid "Preview source code from paragraph %1$s to %2$s" -msgstr "Náhled zdrojového kódu pro odstavce %1$s - %2$s" +msgstr "NĂĄhled zdrojovĂŠho kĂłdu pro odstavce %1$s - %2$s" -#: src/Buffer.cpp:3520 +#: src/Buffer.cpp:3326 msgid "Preview source code" -msgstr "Náhled zdrojového kódu" +msgstr "NĂĄhled zdrojovĂŠho kĂłdu" -#: src/Buffer.cpp:3522 +#: src/Buffer.cpp:3328 +#, fuzzy msgid "Preview preamble" -msgstr "Preambule náhledu" +msgstr "NĂĄhled připraven" -#: src/Buffer.cpp:3524 +#: src/Buffer.cpp:3330 +#, fuzzy msgid "Preview body" -msgstr "Tělo náhledu" +msgstr "NĂĄhled připraven" -#: src/Buffer.cpp:3539 -msgid "Plain text does not have a preamble." -msgstr "Prostý text nemá preambuli." - -#: src/Buffer.cpp:3642 +#: src/Buffer.cpp:3432 #, c-format msgid "Auto-saving %1$s" -msgstr "Automatické uložení %1$s" +msgstr "AutomatickĂŠ uloĹženĂ­ %1$s" -#: src/Buffer.cpp:3696 +#: src/Buffer.cpp:3486 msgid "Autosave failed!" -msgstr "Automatické uložení selhalo!" +msgstr "AutomatickĂŠ uloĹženĂ­ selhalo!" -#: src/Buffer.cpp:3757 +#: src/Buffer.cpp:3547 msgid "Autosaving current document..." -msgstr "Automatické uložení současného dokumentu" +msgstr "AutomatickĂŠ uloĹženĂ­ současnĂŠho dokumentu" -#: src/Buffer.cpp:3878 +#: src/Buffer.cpp:3692 msgid "Couldn't export file" msgstr "Nelze exportovat soubor" -#: src/Buffer.cpp:3879 +#: src/Buffer.cpp:3693 #, c-format msgid "No information for exporting the format %1$s." -msgstr "Žádná informace pro export formátu %1$s." +msgstr "ŽådnĂĄ informace pro export formĂĄtu %1$s." -#: src/Buffer.cpp:3940 +#: src/Buffer.cpp:3749 msgid "File name error" -msgstr "Chyba ve jméně souboru" +msgstr "Chyba ve jmĂŠně souboru" -#: src/Buffer.cpp:3941 +#: src/Buffer.cpp:3750 msgid "The directory path to the document cannot contain spaces." -msgstr "Cesta k dokumentu nesmí obsahovat mezery." +msgstr "Cesta k dokumentu nesmĂ­ obsahovat mezery." -#: src/Buffer.cpp:4039 src/Buffer.cpp:4053 src/frontends/qt4/GuiView.cpp:547 +#: src/Buffer.cpp:3849 src/Buffer.cpp:3863 src/frontends/qt4/GuiView.cpp:548 msgid "Document export cancelled." -msgstr "Export dokumentu zrušen." +msgstr "Export dokumentu zruĹĄen." -#: src/Buffer.cpp:4056 +#: src/Buffer.cpp:3866 #, c-format msgid "Document exported as %1$s to file `%2$s'" -msgstr "Dokument exportován jako %1$s do souboru `%2$s'" +msgstr "Dokument exportovĂĄn jako %1$s do souboru `%2$s'" -#: src/Buffer.cpp:4063 +#: src/Buffer.cpp:3873 #, c-format msgid "Document exported as %1$s" -msgstr "Dokument exportován jako %1$s" +msgstr "Dokument exportovĂĄn jako %1$s" -#: src/Buffer.cpp:4118 +#: src/Buffer.cpp:3928 #, c-format msgid "" "An emergency save of the document %1$s exists.\n" "\n" "Recover emergency save?" msgstr "" -"Existuje nouzové uložení dokumentu %1$s .\n" +"Existuje nouzovĂŠ uloĹženĂ­ dokumentu %1$s .\n" "\n" -"Obnovit z nouzového uložení ?" +"Obnovit z nouzovĂŠho uloĹženĂ­ ?" -#: src/Buffer.cpp:4121 +#: src/Buffer.cpp:3931 msgid "Load emergency save?" -msgstr "Načíst nouzové uložení ?" +msgstr "Načíst nouzovĂŠ uloĹženĂ­ ?" -#: src/Buffer.cpp:4122 +#: src/Buffer.cpp:3932 msgid "&Recover" msgstr "&Obnovit" -#: src/Buffer.cpp:4122 +#: src/Buffer.cpp:3932 msgid "&Load Original" -msgstr "&Načíst původní" +msgstr "&Načíst pĹŻvodnĂ­" -#: src/Buffer.cpp:4133 +#: src/Buffer.cpp:3943 #, c-format msgid "" "An emergency file is successfully loaded, but the original file %1$s is " "marked read-only. Please make sure to save the document as a different file." msgstr "" -"Nouzové uložení souboru bylo sice úspěšně otevřeno, ale původní soubor %1$s " -"má nastaveny atributy pouze pro čtení. Ujistěte se prosím, že jste uložili " -"tento dokument jako odlišný soubor." +"NouzovĂŠ uloĹženĂ­ souboru bylo sice Ăşspěšně otevřeno, ale pĹŻvodnĂ­ soubor %1$s " +"mĂĄ nastaveny atributy pouze pro čtenĂ­. Ujistěte se prosĂ­m, Ĺže jste uloĹžili " +"tento dokument jako odliĹĄnĂ˝ soubor." -#: src/Buffer.cpp:4140 +#: src/Buffer.cpp:3949 msgid "Document was successfully recovered." -msgstr "Dokument byl úspěšně obnoven." +msgstr "Dokument byl Ăşspěšně obnoven." -#: src/Buffer.cpp:4142 +#: src/Buffer.cpp:3951 msgid "Document was NOT successfully recovered." -msgstr "Dokument NEBYL úspěšně obnoven." +msgstr "Dokument NEBYL Ăşspěšně obnoven." -#: src/Buffer.cpp:4143 +#: src/Buffer.cpp:3952 #, c-format msgid "" "Remove emergency file now?\n" "(%1$s)" msgstr "" -"Smazat nyní soubor s nouzovým uložením ?\n" +"Smazat nynĂ­ soubor s nouzovĂ˝m uloĹženĂ­m ?\n" "(%1$s)" -#: src/Buffer.cpp:4147 src/Buffer.cpp:4159 +#: src/Buffer.cpp:3956 src/Buffer.cpp:3968 msgid "Delete emergency file?" -msgstr "Smazat nouzové uložení ?" +msgstr "Smazat nouzovĂŠ uloĹženĂ­ ?" -#: src/Buffer.cpp:4148 src/Buffer.cpp:4161 +#: src/Buffer.cpp:3957 src/Buffer.cpp:3970 msgid "&Keep" msgstr "&Ponechat" -#: src/Buffer.cpp:4152 +#: src/Buffer.cpp:3961 msgid "Emergency file deleted" -msgstr "Soubor s nouzovým uložením smazán." +msgstr "Soubor s nouzovĂ˝m uloĹženĂ­m smazĂĄn." -#: src/Buffer.cpp:4153 +#: src/Buffer.cpp:3962 msgid "Do not forget to save your file now!" -msgstr "Nezapomeňte uložit nyní váš soubor!" +msgstr "Nezapomeňte uloĹžit nynĂ­ vĂĄĹĄ soubor!" -#: src/Buffer.cpp:4160 +#: src/Buffer.cpp:3969 msgid "Remove emergency file now?" -msgstr "Smazat nyní soubor s nouzovým uložením ?" +msgstr "Smazat nynĂ­ soubor s nouzovĂ˝m uloĹženĂ­m ?" -#: src/Buffer.cpp:4183 +#: src/Buffer.cpp:3992 #, c-format msgid "" "The backup of the document %1$s is newer.\n" "\n" "Load the backup instead?" msgstr "" -"Záloha dokumentu %1$s je novější.\n" +"ZĂĄloha dokumentu %1$s je novějĹĄĂ­.\n" "\n" -"Načíst místo toho zálohu ?" +"Načíst mĂ­sto toho zĂĄlohu ?" -#: src/Buffer.cpp:4185 +#: src/Buffer.cpp:3994 msgid "Load backup?" -msgstr "Načíst zálohu ?" +msgstr "Načíst zĂĄlohu ?" -#: src/Buffer.cpp:4186 +#: src/Buffer.cpp:3995 msgid "&Load backup" -msgstr "&Načíst zálohu" +msgstr "&Načíst zĂĄlohu" -#: src/Buffer.cpp:4186 +#: src/Buffer.cpp:3995 msgid "Load &original" -msgstr "Načíst &původní" +msgstr "Načíst &pĹŻvodnĂ­" -#: src/Buffer.cpp:4196 +#: src/Buffer.cpp:4005 #, c-format msgid "" "A backup file is successfully loaded, but the original file %1$s is marked " "read-only. Please make sure to save the document as a different file." msgstr "" -"Záložní soubor byl sice úspěšně otevřen, ale původní soubor %1$s má " -"nastaveny atributy pouze pro čtení. Ujistěte se prosím, že jste uložili " -"tento dokument jako odlišný soubor." +"ZĂĄloĹžnĂ­ soubor byl sice Ăşspěšně otevřen, ale pĹŻvodnĂ­ soubor %1$s mĂĄ " +"nastaveny atributy pouze pro čtenĂ­. Ujistěte se prosĂ­m, Ĺže jste uloĹžili " +"tento dokument jako odliĹĄnĂ˝ soubor." -#: src/Buffer.cpp:4530 src/insets/InsetCaption.cpp:384 +#: src/Buffer.cpp:4345 src/insets/InsetCaption.cpp:326 msgid "Senseless!!! " -msgstr "Nesmyslné! " +msgstr "NesmyslnĂŠ! " -#: src/Buffer.cpp:4750 +#: src/Buffer.cpp:4540 #, c-format msgid "Document %1$s reloaded." -msgstr "Dokument %1$s znovunačten." +msgstr "Dokument %1$s znovunačten." -#: src/Buffer.cpp:4754 +#: src/Buffer.cpp:4543 #, c-format msgid "Could not reload document %1$s." -msgstr "Nelze znovunačíst dokument %1$s" +msgstr "Nelze znovunačíst dokument %1$s" -#: src/Buffer.cpp:4821 +#: src/Buffer.cpp:4609 msgid "Included File Invalid" -msgstr "Neplatný soubor k zahrnutí" +msgstr "NeplatnĂ˝ soubor k zahrnutĂ­" -#: src/Buffer.cpp:4822 +#: src/Buffer.cpp:4610 #, c-format msgid "" "Saving this document to a new location has made the file:\n" " %1$s\n" "inaccessible. You will need to update the included filename." msgstr "" -"Uložením tohoto dokumentu na nové místo se stal soubor:\n" +"UloĹženĂ­m tohoto dokumentu na novĂŠ mĂ­sto se stal soubor:\n" " %1$s\n" -"nedostupným. Budete muset aktualizovat cestu k dokumentu potomka." +"nedostupnĂ˝m. Budete muset aktualizovat cestu k dokumentu potomka." -#: src/BufferParams.cpp:452 -#, fuzzy -msgid "" -"The LaTeX package amsmath is only used if AMS formula types or symbols from " -"the AMS math toolbars are inserted into formulas" -msgstr "" -"LaTeX-ové AMS balíčky jsou použity pouze pokud jsou vloženy AMS symboly z " -"panelu nástrojů do mat. formulí." - -#: src/BufferParams.cpp:454 -#, fuzzy -msgid "" -"The LaTeX package amssymb is only used if symbols from the AMS math toolbars " -"are inserted into formulas" -msgstr "" -"LaTeX-ové AMS balíčky jsou použity pouze pokud jsou vloženy AMS symboly z " -"panelu nástrojů do mat. formulí." - -#: src/BufferParams.cpp:456 -#, fuzzy -msgid "" -"The LaTeX package cancel is only used if \\cancel commands are used in " -"formulas" -msgstr "" -"LaTeX-ový balíček mathdots je použit pouze pokud je vloženo makro \\iddots " -"do mat. formulí" - -#: src/BufferParams.cpp:458 -msgid "" -"The LaTeX package esint is only used if special integral symbols are " -"inserted into formulas" -msgstr "" -"LaTeX-ový balíček esint je použit pouze pokud jsou do mat. formulí vloženy " -"speciální symboly pro integrál." - -#: src/BufferParams.cpp:460 -msgid "" -"The LaTeX package mathdots is only used if the command \\iddots is inserted " -"into formulas" -msgstr "" -"LaTeX-ový balíček mathdots je použit pouze pokud je vloženo makro \\iddots " -"do mat. formulí" - -#: src/BufferParams.cpp:462 -#, fuzzy -msgid "" -"The LaTeX package mathtools is only used if some mathematical relations are " -"inserted into formulas" -msgstr "" -"LaTeX-ový balíček mathdots je použit pouze pokud je vloženo makro \\iddots " -"do mat. formulí" - -#: src/BufferParams.cpp:464 -msgid "" -"The LaTeX package mhchem is only used if either the command \\ce or \\cf is " -"inserted into formulas" -msgstr "" -"LaTeX-ový balíček mchem je použit pouze pokud jsou do mat. formulí vloženy " -"makra \\ce nebo \\cg" - -#: src/BufferParams.cpp:466 -#, fuzzy -msgid "" -"The LaTeX package stackrel is only used if the command \\stackrel with " -"subscript is inserted into formulas" -msgstr "" -"LaTeX-ový balíček mathdots je použit pouze pokud je vloženo makro \\iddots " -"do mat. formulí" - -#: src/BufferParams.cpp:468 -#, fuzzy -msgid "" -"The LaTeX package stmaryrd is only used if symbols from the St Mary's Road " -"symbol font for theoretical computer science are inserted into formulas" -msgstr "" -"LaTeX-ové AMS balíčky jsou použity pouze pokud jsou vloženy AMS symboly z " -"panelu nástrojů do mat. formulí." - -#: src/BufferParams.cpp:470 -#, fuzzy -msgid "" -"The LaTeX package undertilde is only used if you use the math frame " -"decoration 'utilde'" -msgstr "" -"LaTeX-ový balíček esint je použit pouze pokud jsou do mat. formulí vloženy " -"speciální symboly pro integrál." - -#: src/BufferParams.cpp:616 +#: src/BufferParams.cpp:599 #, c-format msgid "" "The selected document class\n" @@ -22881,35 +17693,19 @@ msgid "" "See section 3.1.2.2 (Class Availability) of the\n" "User's Guide for more information." msgstr "" -"Vybraná třída dokumentu\n" +"VybranĂĄ třída dokumentu\n" "\t%1$s\n" -"vyžaduje externí soubory, které nejsou k dispozici.\n" -"Třída dokumentu může být stále používána, ale dokument\n" -"nemůže být zkompilován, dokud nebude nainstalováno následující:\n" +"vyĹžaduje externĂ­ soubory, kterĂŠ nejsou k dispozici.\n" +"Třída dokumentu mĹŻĹže bĂ˝t stĂĄle pouŞívĂĄna, ale dokument\n" +"nemĹŻĹže bĂ˝t zkompilovĂĄn, dokud nebude nainstalovĂĄno nĂĄsledujĂ­cĂ­:\n" "\t%2$s\n" -"Viz též sekce 3.1.2.2 Uživatelské příručky (Class Availability)." +"Viz tĂŠĹž sekce 3.1.2.2 UĹživatelskĂŠ příručky (Class Availability)." -#: src/BufferParams.cpp:625 +#: src/BufferParams.cpp:608 msgid "Document class not available" -msgstr "Třída dokumentu není dostupná" +msgstr "Třída dokumentu nenĂ­ dostupnĂĄ" -#: src/BufferParams.cpp:1807 src/insets/InsetCommandParams.cpp:384 -#: src/insets/InsetHyperlink.cpp:197 -msgid "Uncodable characters" -msgstr "Nekódovatelné znaky" - -#: src/BufferParams.cpp:1808 -#, fuzzy, c-format -msgid "" -"The following characters that are used in an index name are not\n" -"representable in the current encoding and therefore have been omitted:\n" -"%1$s." -msgstr "" -"Následující znaky použité ve vložce hypertextového odkazu nejsou\n" -" reprezentovatelné ve zvoleném kódování a byly vynechány:\n" -"%1$s." - -#: src/BufferParams.cpp:2055 +#: src/BufferParams.cpp:1973 #, c-format msgid "" "The layout file:\n" @@ -22918,16 +17714,16 @@ msgid "" "layouts will be used. LyX will not be able to produce\n" "correct output." msgstr "" -"Nelze nalézt soubor s rozvržením:\n" +"Nelze nalĂŠzt soubor s rozvrĹženĂ­m:\n" "%1$s\n" -"Bude použita třída se standardním rozvržením.\n" -"LyX nebude schopen vytvořit korektní výstup." +"Bude pouĹžita třída se standardnĂ­m rozvrĹženĂ­m.\n" +"LyX nebude schopen vytvořit korektnĂ­ vĂ˝stup." -#: src/BufferParams.cpp:2061 +#: src/BufferParams.cpp:1979 msgid "Document class not found" -msgstr "Třída dokumentu nenalezena" +msgstr "Třída dokumentu nenalezena" -#: src/BufferParams.cpp:2068 +#: src/BufferParams.cpp:1986 #, c-format msgid "" "Due to some error in it, the layout file:\n" @@ -22936,200 +17732,202 @@ msgid "" "layouts will be used. LyX will not be able to produce\n" "correct output." msgstr "" -"Nelze načíst soubor s rozvržením kvůli chybě v něm obsažené:\n" +"Nelze načíst soubor s rozvrĹženĂ­m kvĹŻli chybě v něm obsaĹženĂŠ:\n" "%1$s\n" -"Bude použita třída se standardním rozvržením.\n" -"LyX nebude schopen vytvořit korektní výstup." +"Bude pouĹžita třída se standardnĂ­m rozvrĹženĂ­m.\n" +"LyX nebude schopen vytvořit korektnĂ­ vĂ˝stup." -#: src/BufferParams.cpp:2074 src/BufferView.cpp:1285 src/BufferView.cpp:1314 +#: src/BufferParams.cpp:1992 src/BufferView.cpp:1297 src/BufferView.cpp:1329 msgid "Could not load class" -msgstr "Nelze načíst třídu" +msgstr "Nelze načíst třídu" -#: src/BufferParams.cpp:2124 +#: src/BufferParams.cpp:2040 msgid "Error reading internal layout information" -msgstr "Chyba při čtení informací o rozvržení" +msgstr "Chyba při čtenĂ­ informacĂ­ o rozvrĹženĂ­" -#: src/BufferParams.cpp:2125 src/TextClass.cpp:1515 +#: src/BufferParams.cpp:2041 src/TextClass.cpp:1496 msgid "Read Error" -msgstr "Chyba čtení" +msgstr "Chyba čtenĂ­" -#: src/BufferView.cpp:188 +#: src/BufferView.cpp:186 msgid "No more insets" -msgstr "Žádná další vložka" +msgstr "ŽådnĂĄ dalĹĄĂ­ vloĹžka" -#: src/BufferView.cpp:731 +#: src/BufferView.cpp:729 msgid "Save bookmark" -msgstr "Nastav záložku" +msgstr "Nastav zĂĄloĹžku" -#: src/BufferView.cpp:956 +#: src/BufferView.cpp:946 msgid "Converting document to new document class..." -msgstr "Konverze dokumentu do nové třídy dokumentu..." +msgstr "Konverze dokumentu do novĂŠ třídy dokumentu..." -#: src/BufferView.cpp:1000 +#: src/BufferView.cpp:989 msgid "Document is read-only" -msgstr "Dokument je jen ke čtení" +msgstr "Dokument je jen ke čtenĂ­" -#: src/BufferView.cpp:1009 +#: src/BufferView.cpp:998 msgid "This portion of the document is deleted." -msgstr "Tato část dokumentu je vymazána." +msgstr "Tato část dokumentu je vymazĂĄna." -#: src/BufferView.cpp:1052 src/BufferView.cpp:1969 -#: src/frontends/qt4/GuiView.cpp:3362 src/frontends/qt4/GuiView.cpp:3437 +#: src/BufferView.cpp:1041 src/BufferView.cpp:1966 +#: src/frontends/qt4/GuiView.cpp:3287 src/frontends/qt4/GuiView.cpp:3362 msgid "Absolute filename expected." -msgstr "Je očekávána absolutní cesta k souboru." +msgstr "Je očekĂĄvĂĄna absolutnĂ­ cesta k souboru." -#: src/BufferView.cpp:1283 src/BufferView.cpp:1312 +#: src/BufferView.cpp:1295 src/BufferView.cpp:1327 #, c-format msgid "The document class `%1$s' could not be loaded." -msgstr "Třídu dokumentu `%1$s' se nepodařilo načíst." +msgstr "Třídu dokumentu `%1$s' se nepodařilo načíst." -#: src/BufferView.cpp:1333 +#: src/BufferView.cpp:1350 msgid "No further undo information" -msgstr "Žádná další informace pro návrat zpět (undo)" +msgstr "ŽådnĂĄ dalĹĄĂ­ informace pro nĂĄvrat zpět (undo)" -#: src/BufferView.cpp:1343 +#: src/BufferView.cpp:1360 msgid "No further redo information" -msgstr "Žádná další informace pro opakování akce (redo)" +msgstr "ŽådnĂĄ dalĹĄĂ­ informace pro opakovĂĄnĂ­ akce (redo)" -#: src/BufferView.cpp:1532 src/lyxfind.cpp:367 src/lyxfind.cpp:385 -#, fuzzy -msgid "String not found." -msgstr "Řetězec nenalezen!" +#: src/BufferView.cpp:1549 src/lyxfind.cpp:378 src/lyxfind.cpp:396 +msgid "String not found!" +msgstr "Řetězec nenalezen!" -#: src/BufferView.cpp:1575 +#: src/BufferView.cpp:1592 msgid "Mark off" -msgstr "Značka vyp." +msgstr "Značka vyp." -#: src/BufferView.cpp:1581 +#: src/BufferView.cpp:1598 msgid "Mark on" -msgstr "Značka zap." +msgstr "Značka zap." -#: src/BufferView.cpp:1588 +#: src/BufferView.cpp:1605 msgid "Mark removed" -msgstr "Značka smazána" +msgstr "Značka smazĂĄna" -#: src/BufferView.cpp:1591 +#: src/BufferView.cpp:1608 msgid "Mark set" -msgstr "Značka nastavena" +msgstr "Značka nastavena" -#: src/BufferView.cpp:1647 +#: src/BufferView.cpp:1664 msgid "Statistics for the selection:" -msgstr "Statistika výběru:" +msgstr "Statistika vĂ˝běru:" -#: src/BufferView.cpp:1649 +#: src/BufferView.cpp:1666 msgid "Statistics for the document:" -msgstr "Statistika aktuálního dokumentu:" +msgstr "Statistika aktuĂĄlnĂ­ho dokumentu:" -#: src/BufferView.cpp:1652 +#: src/BufferView.cpp:1669 #, c-format msgid "%1$d words" msgstr "%1$d slov" -#: src/BufferView.cpp:1654 +#: src/BufferView.cpp:1671 msgid "One word" msgstr "Jedno slovo" -#: src/BufferView.cpp:1657 +#: src/BufferView.cpp:1674 #, c-format msgid "%1$d characters (including blanks)" -msgstr "%1$d znaků (včetně mezer)" +msgstr "%1$d znakĹŻ (včetně mezer)" -#: src/BufferView.cpp:1660 +#: src/BufferView.cpp:1677 msgid "One character (including blanks)" -msgstr "Jeden znak (včetně mezer)" +msgstr "Jeden znak (včetně mezer)" -#: src/BufferView.cpp:1663 +#: src/BufferView.cpp:1680 #, c-format msgid "%1$d characters (excluding blanks)" -msgstr "%1$d znaků (kromě mezer)" +msgstr "%1$d znakĹŻ (kromě mezer)" -#: src/BufferView.cpp:1666 +#: src/BufferView.cpp:1683 msgid "One character (excluding blanks)" -msgstr "Jeden znak (kromě mezer)" +msgstr "Jeden znak (kromě mezer)" -#: src/BufferView.cpp:1668 +#: src/BufferView.cpp:1685 msgid "Statistics" msgstr "Statistika" -#: src/BufferView.cpp:1824 +#: src/BufferView.cpp:1839 #, c-format msgid "" "`inset-forall' interrupted because number of actions is larger than %1$d" -msgstr "`inset-forall' přerušen protože počet akcí je vyšší nežli %1$d" +msgstr "`inset-forall' přeruĹĄen protoĹže počet akcĂ­ je vyĹĄĹĄĂ­ neĹžli %1$d" -#: src/BufferView.cpp:1826 +#: src/BufferView.cpp:1841 #, c-format msgid "Applied \"%1$s\" to %2$d insets" -msgstr "\"%1$s\" aplikováno na %2$d vložek" +msgstr "\"%1$s\" aplikovĂĄno na %2$d vloĹžek" -#: src/BufferView.cpp:1834 +#: src/BufferView.cpp:1849 msgid "Branch name" -msgstr "Jméno větve" +msgstr "JmĂŠno větve" -#: src/BufferView.cpp:1841 src/frontends/qt4/GuiBranches.cpp:218 +#: src/BufferView.cpp:1856 src/frontends/qt4/GuiBranches.cpp:215 msgid "Branch already exists" -msgstr "Větev již existuje" +msgstr "Větev jiĹž existuje" -#: src/BufferView.cpp:2284 +#: src/BufferView.cpp:1992 +#, c-format +msgid "Branch \"%1$s\" does not exist." +msgstr "Větev \"%1$s\" neexistuje." + +#: src/BufferView.cpp:2316 msgid "Inverse Search Failed" -msgstr "Chyba při zpětném hledání" +msgstr "" -#: src/BufferView.cpp:2285 +#: src/BufferView.cpp:2317 msgid "" "Invalid position requested by inverse search.\n" "You need to update the viewed document." msgstr "" -"Zpětné hledání vyžádalo nekorektní pozici.\n" -"Musíte aktualizovat prohlížený dokument." -#: src/BufferView.cpp:2664 +#: src/BufferView.cpp:2691 #, c-format msgid "Inserting document %1$s..." -msgstr "Vkládání dokumentu %1$s..." +msgstr "VklĂĄdĂĄnĂ­ dokumentu %1$s..." -#: src/BufferView.cpp:2675 +#: src/BufferView.cpp:2702 #, c-format msgid "Document %1$s inserted." -msgstr "Dokument %1$s vložen." +msgstr "Dokument %1$s vloĹžen." -#: src/BufferView.cpp:2677 +#: src/BufferView.cpp:2704 #, c-format msgid "Could not insert document %1$s" -msgstr "Nepodařilo se vložit dokument %1$s" +msgstr "Nepodařilo se vloĹžit dokument %1$s" -#: src/BufferView.cpp:2943 +#: src/BufferView.cpp:2969 #, c-format msgid "" "Could not read the specified document\n" "%1$s\n" "due to the error: %2$s" msgstr "" -"Nelze přečíst zadaný dokument\n" +"Nelze přečíst zadanĂ˝ dokument\n" "%1$s\n" -"způsobeno chybou: %2$s" +"zpĹŻsobeno chybou: %2$s" -#: src/BufferView.cpp:2945 +#: src/BufferView.cpp:2971 msgid "Could not read file" -msgstr "Soubor nelze přečíst" +msgstr "Soubor nelze přečíst" -#: src/BufferView.cpp:2952 +#: src/BufferView.cpp:2978 #, c-format msgid "" "%1$s\n" " is not readable." msgstr "" "%1$s\n" -" nelze přečíst." +" nelze přečíst." -#: src/BufferView.cpp:2953 src/output.cpp:39 +#: src/BufferView.cpp:2979 src/output.cpp:39 msgid "Could not open file" -msgstr "Nelze otevřít soubor" +msgstr "Nelze otevřít soubor" -#: src/BufferView.cpp:2960 +#: src/BufferView.cpp:2986 msgid "Reading not UTF-8 encoded file" -msgstr "Načítání souboru v jiném kódování nežli je UTF-8" +msgstr "NačítĂĄnĂ­ souboru v jinĂŠm kĂłdovĂĄnĂ­ neĹžli je UTF-8" -#: src/BufferView.cpp:2961 +#: src/BufferView.cpp:2987 msgid "" "The file is not UTF-8 encoded.\n" "It will be read as local 8Bit-encoded.\n" @@ -23137,508 +17935,511 @@ msgid "" "then please change the encoding of the file\n" "to UTF-8 with a program other than LyX.\n" msgstr "" -"Soubor není v kódování UTF-8.\n" -"Bude načten jako by byl kódován v 8mi bitech.\n" -"Pokud toto nedá správný výsledek,\n" -"změnte prosím kódování souboru na\n" -"UTF-8 jiným programem.\n" +"Soubor nenĂ­ v kĂłdovĂĄnĂ­ UTF-8.\n" +"Bude načten jako by byl kĂłdovĂĄn v 8mi bitech.\n" +"Pokud toto nedĂĄ sprĂĄvnĂ˝ vĂ˝sledek,\n" +"změnte prosĂ­m kĂłdovĂĄnĂ­ souboru na\n" +"UTF-8 jinĂ˝m programem.\n" -#: src/Changes.cpp:370 +#: src/Changes.cpp:363 src/Paragraph.cpp:2564 +#: src/frontends/qt4/LaTeXHighlighter.cpp:108 src/insets/InsetBibitem.cpp:300 +#: src/insets/InsetCommandParams.cpp:390 src/insets/InsetListings.cpp:182 +#: src/insets/InsetListings.cpp:190 src/insets/InsetListings.cpp:212 +#: src/insets/InsetNomencl.cpp:285 src/mathed/InsetMathString.cpp:161 +msgid "LyX Warning: " +msgstr "VĂ˝straha LyX-u: " + +#: src/Changes.cpp:364 src/Paragraph.cpp:2565 src/insets/InsetBibitem.cpp:301 +#: src/insets/InsetCommandParams.cpp:391 src/insets/InsetListings.cpp:183 +#: src/insets/InsetListings.cpp:191 src/insets/InsetNomencl.cpp:286 +#: src/mathed/InsetMathString.cpp:162 +msgid "uncodable character" +msgstr "nekĂłdovatelnĂ˝ znak" + +#: src/Changes.cpp:379 msgid "Uncodable character in author name" -msgstr "Nekódovatelné znaky ve jménu autora" +msgstr "NekĂłdovatelnĂŠ znaky ve jmĂŠnu autora" -#: src/Changes.cpp:371 -#, fuzzy, c-format +#: src/Changes.cpp:380 +#, c-format msgid "" "The author name '%1$s',\n" -"used for change tracking, contains the following glyphs that\n" -"cannot be represented in the current encoding: %2$s.\n" -"These glyphs will be omitted in the exported LaTeX file.\n" +"used for change tracking, contains glyphs that cannot be\n" +"represented in the current encoding. The respective glyphs\n" +"will be omitted in the exported LaTeX file.\n" "\n" "Choose an appropriate document encoding (such as utf8)\n" "or change the spelling of the author name." msgstr "" -"Jméno autora '%1$s',\n" -"použité pro revize, obsahuje znaky, které nelze reprezentovat\n" -"v aktuálním kódování. Příslušné znaky budou při exportu do LaTeX-u " -"vynechány.\n" +"JmĂŠno autora '%1$s',\n" +"pouĹžitĂŠ pro revize, obsahuje znaky, kterĂŠ nelze reprezentovat\n" +"v aktuĂĄlnĂ­m kĂłdovĂĄnĂ­. PřísluĹĄnĂŠ znaky budou při exportu do LaTeX-u " +"vynechĂĄny.\n" "\n" -"Vyberte vhodné kódování dokumentu (např. utf8)\n" -"nebo změnte jméno autora." +"Vyberte vhodnĂŠ kĂłdovĂĄnĂ­ dokumentu (např. utf8)\n" +"nebo změnte jmĂŠno autora." -#: src/Chktex.cpp:62 +#: src/Chktex.cpp:63 #, c-format msgid "ChkTeX warning id # %1$d" -msgstr "ChkTeX varování id # %1$d" +msgstr "ChkTeX varovĂĄnĂ­ id # %1$d" -#: src/Chktex.cpp:64 +#: src/Chktex.cpp:65 msgid "ChkTeX warning id # " -msgstr "ChkTeX varování id # " +msgstr "ChkTeX varovĂĄnĂ­ id # " -#: src/Color.cpp:203 src/insets/InsetBibtex.cpp:182 -#: src/insets/InsetBibtex.cpp:207 +#: src/Color.cpp:201 src/insets/InsetBibtex.cpp:183 +#: src/insets/InsetBibtex.cpp:208 msgid "none" -msgstr "žádná" +msgstr "ŞådnĂĄ" + +#: src/Color.cpp:202 +msgid "black" +msgstr "černĂĄ" + +#: src/Color.cpp:203 +msgid "white" +msgstr "bĂ­lĂĄ" #: src/Color.cpp:204 -msgid "black" -msgstr "černá" +msgid "red" +msgstr "červenĂĄ" #: src/Color.cpp:205 -msgid "white" -msgstr "bílá" +msgid "green" +msgstr "zelenĂĄ" #: src/Color.cpp:206 -msgid "red" -msgstr "červená" +msgid "blue" +msgstr "modrĂĄ" #: src/Color.cpp:207 -msgid "green" -msgstr "zelená" +msgid "cyan" +msgstr "azurovĂĄ" #: src/Color.cpp:208 -msgid "blue" -msgstr "modrá" +msgid "magenta" +msgstr "fialovĂĄ" #: src/Color.cpp:209 -msgid "cyan" -msgstr "azurová" +msgid "yellow" +msgstr "ĹžlutĂĄ" #: src/Color.cpp:210 -msgid "magenta" -msgstr "fialová" - -#: src/Color.cpp:211 -msgid "yellow" -msgstr "žlutá" - -#: src/Color.cpp:212 msgid "cursor" msgstr "kurzor" -#: src/Color.cpp:213 +#: src/Color.cpp:211 msgid "background" -msgstr "pozadí" +msgstr "pozadĂ­" -#: src/Color.cpp:214 +#: src/Color.cpp:212 msgid "text" msgstr "text" -#: src/Color.cpp:215 +#: src/Color.cpp:213 msgid "selection" -msgstr "výběr" +msgstr "vĂ˝běr" + +#: src/Color.cpp:214 +msgid "selected text" +msgstr "označenĂ˝ text" #: src/Color.cpp:216 -msgid "selected text" -msgstr "označený text" - -#: src/Color.cpp:218 msgid "LaTeX text" msgstr "text LaTeX-u" -#: src/Color.cpp:219 +#: src/Color.cpp:217 msgid "inline completion" -msgstr "doplnění v řádku" +msgstr "doplněnĂ­ v řádku" + +#: src/Color.cpp:219 +msgid "non-unique inline completion" +msgstr "nejednoznačnĂŠ doplněnĂ­ v řádku" #: src/Color.cpp:221 -msgid "non-unique inline completion" -msgstr "nejednoznačné doplnění v řádku" +msgid "previewed snippet" +msgstr "vĂ˝střiĹžek (okamĹžitĂ˝ nĂĄhled)" + +#: src/Color.cpp:222 +msgid "note label" +msgstr "značka poznĂĄmky" #: src/Color.cpp:223 -msgid "previewed snippet" -msgstr "výstřižek (okamžitý náhled)" +msgid "note background" +msgstr "pozadĂ­ poznĂĄmky" #: src/Color.cpp:224 -msgid "note label" -msgstr "značka poznámky" +msgid "comment label" +msgstr "značka komentáře" #: src/Color.cpp:225 -msgid "note background" -msgstr "pozadí poznámky" +msgid "comment background" +msgstr "pozadĂ­ komentáře" #: src/Color.cpp:226 -msgid "comment label" -msgstr "značka komentáře" +msgid "greyedout inset label" +msgstr "značka vloĹžky zaĹĄednutĂ­" #: src/Color.cpp:227 -msgid "comment background" -msgstr "pozadí komentáře" +msgid "greyedout inset text" +msgstr "zaĹĄedlĂĄ vloĹžka textu" #: src/Color.cpp:228 -msgid "greyedout inset label" -msgstr "značka vložky zašednutí" +msgid "greyedout inset background" +msgstr "pozadĂ­ vloĹžky zaĹĄednutĂ­" #: src/Color.cpp:229 -msgid "greyedout inset text" -msgstr "zašedlá vložka textu" +msgid "phantom inset text" +msgstr "text fantĂłmu" #: src/Color.cpp:230 -msgid "greyedout inset background" -msgstr "pozadí vložky zašednutí" +msgid "shaded box" +msgstr "stĂ­novanĂ˝ rĂĄmeček" #: src/Color.cpp:231 -msgid "phantom inset text" -msgstr "text fantómu" +msgid "listings background" +msgstr "vĂ˝pis kĂłdu - pozadĂ­" #: src/Color.cpp:232 -msgid "shaded box" -msgstr "stínovaný rámeček" +msgid "branch label" +msgstr "značka větve" #: src/Color.cpp:233 -msgid "listings background" -msgstr "výpis kódu - pozadí" +msgid "footnote label" +msgstr "značka poznĂĄmky pod čarou" #: src/Color.cpp:234 -msgid "branch label" -msgstr "značka větve" +msgid "index label" +msgstr "značka hesla rejstříku" #: src/Color.cpp:235 -msgid "footnote label" -msgstr "značka poznámky pod čarou" +msgid "margin note label" +msgstr "značka poznĂĄmky na okraj" #: src/Color.cpp:236 -msgid "index label" -msgstr "značka hesla rejstříku" +msgid "URL label" +msgstr "značka URL" #: src/Color.cpp:237 -msgid "margin note label" -msgstr "značka poznámky na okraj" - -#: src/Color.cpp:238 -msgid "URL label" -msgstr "značka URL" - -#: src/Color.cpp:239 msgid "URL text" msgstr "text URL" -#: src/Color.cpp:240 +#: src/Color.cpp:238 msgid "depth bar" -msgstr "značení hloubky" +msgstr "značenĂ­ hloubky" -#: src/Color.cpp:241 +#: src/Color.cpp:239 msgid "language" msgstr "jazyk" -#: src/Color.cpp:242 +#: src/Color.cpp:240 msgid "command inset" -msgstr "vložka - příkaz" +msgstr "vloĹžka - příkaz" + +#: src/Color.cpp:241 +msgid "command inset background" +msgstr "pozadĂ­ vloĹžky příkazu" + +#: src/Color.cpp:242 +msgid "command inset frame" +msgstr "rĂĄm vloĹžky příkazu" #: src/Color.cpp:243 -msgid "command inset background" -msgstr "pozadí vložky příkazu" +msgid "special character" +msgstr "speciĂĄlnĂ­ znak" #: src/Color.cpp:244 -msgid "command inset frame" -msgstr "rám vložky příkazu" - -#: src/Color.cpp:245 -msgid "special character" -msgstr "speciální znak" - -#: src/Color.cpp:246 msgid "math" msgstr "matematika" -#: src/Color.cpp:247 +#: src/Color.cpp:245 msgid "math background" -msgstr "pozadí matematiky" +msgstr "pozadĂ­ matematiky" + +#: src/Color.cpp:246 +msgid "graphics background" +msgstr "pozadĂ­ obrĂĄzku" + +#: src/Color.cpp:247 src/Color.cpp:251 +msgid "math macro background" +msgstr "pozadĂ­ makra (matematika)" #: src/Color.cpp:248 -msgid "graphics background" -msgstr "pozadí obrázku" - -#: src/Color.cpp:249 src/Color.cpp:253 -msgid "math macro background" -msgstr "pozadí makra (matematika)" - -#: src/Color.cpp:250 msgid "math frame" -msgstr "rám (matematika)" +msgstr "rĂĄm (matematika)" -#: src/Color.cpp:251 +#: src/Color.cpp:249 msgid "math corners" msgstr "rohy mat. vzorce" -#: src/Color.cpp:252 +#: src/Color.cpp:250 msgid "math line" msgstr "linka (matematika)" -#: src/Color.cpp:254 +#: src/Color.cpp:252 msgid "math macro hovered background" -msgstr "makro - pozadí popisu (matematika)" +msgstr "makro - pozadĂ­ popisu (matematika)" + +#: src/Color.cpp:253 +msgid "math macro label" +msgstr "značka makra (matematika)" + +#: src/Color.cpp:254 +msgid "math macro frame" +msgstr "rĂĄm makra (matematika)" #: src/Color.cpp:255 -msgid "math macro label" -msgstr "značka makra (matematika)" +msgid "math macro blended out" +msgstr "makro - okolĂ­ (matematika)" #: src/Color.cpp:256 -msgid "math macro frame" -msgstr "rám makra (matematika)" +msgid "math macro old parameter" +msgstr "starĂ˝ parametr makra (matematika)" #: src/Color.cpp:257 -msgid "math macro blended out" -msgstr "makro - okolí (matematika)" +msgid "math macro new parameter" +msgstr "novĂ˝ parametr makra (matematika)" #: src/Color.cpp:258 -msgid "math macro old parameter" -msgstr "starý parametr makra (matematika)" +msgid "collapsable inset text" +msgstr "sbalitelnĂĄ vloĹžka textu" #: src/Color.cpp:259 -msgid "math macro new parameter" -msgstr "nový parametr makra (matematika)" +msgid "collapsable inset frame" +msgstr "sbalitelnĂĄ vloĹžka rĂĄmu" #: src/Color.cpp:260 -msgid "collapsable inset text" -msgstr "sbalitelná vložka textu" +msgid "inset background" +msgstr "vloĹžka - pozadĂ­" #: src/Color.cpp:261 -msgid "collapsable inset frame" -msgstr "sbalitelná vložka rámu" +msgid "inset frame" +msgstr "vloĹžka - rĂĄm" #: src/Color.cpp:262 -msgid "inset background" -msgstr "vložka - pozadí" - -#: src/Color.cpp:263 -msgid "inset frame" -msgstr "vložka - rám" - -#: src/Color.cpp:264 msgid "LaTeX error" msgstr "chyba LaTeX-u" -#: src/Color.cpp:265 +#: src/Color.cpp:263 msgid "end-of-line marker" -msgstr "značka konce řádky" +msgstr "značka konce řádky" + +#: src/Color.cpp:264 +msgid "appendix marker" +msgstr "značka pro dodatky" + +#: src/Color.cpp:265 +msgid "change bar" +msgstr "značka revize" #: src/Color.cpp:266 -msgid "appendix marker" -msgstr "značka pro dodatky" +msgid "deleted text" +msgstr "smazanĂ˝ text" #: src/Color.cpp:267 -msgid "change bar" -msgstr "značka revize" +msgid "added text" +msgstr "přidanĂ˝ text" #: src/Color.cpp:268 -msgid "deleted text" -msgstr "smazaný text" - -#: src/Color.cpp:269 -msgid "added text" -msgstr "přidaný text" - -#: src/Color.cpp:270 msgid "changed text 1st author" msgstr "revize - 1. autor" -#: src/Color.cpp:271 +#: src/Color.cpp:269 msgid "changed text 2nd author" msgstr "revize - 2. autor" -#: src/Color.cpp:272 +#: src/Color.cpp:270 msgid "changed text 3rd author" msgstr "revize - 3. autor" -#: src/Color.cpp:273 +#: src/Color.cpp:271 msgid "changed text 4th author" msgstr "revize - 4. autor" -#: src/Color.cpp:274 +#: src/Color.cpp:272 msgid "changed text 5th author" msgstr "revize - 5. autor" -#: src/Color.cpp:275 +#: src/Color.cpp:273 msgid "deleted text modifier" -msgstr "modifikátor pro smazaný text" +msgstr "modifikĂĄtor pro smazanĂ˝ text" -#: src/Color.cpp:276 +#: src/Color.cpp:274 msgid "added space markers" -msgstr "vložené značky mezer" +msgstr "vloĹženĂŠ značky mezer" -#: src/Color.cpp:277 +#: src/Color.cpp:275 msgid "table line" msgstr "linka tabulky" -#: src/Color.cpp:278 +#: src/Color.cpp:276 msgid "table on/off line" msgstr "linka-tabulka zap/vyp" -#: src/Color.cpp:280 +#: src/Color.cpp:278 msgid "bottom area" -msgstr "spodní oblast" +msgstr "spodnĂ­ oblast" + +#: src/Color.cpp:279 +msgid "new page" +msgstr "novĂĄ strana" + +#: src/Color.cpp:280 +msgid "page break / line break" +msgstr "konec řádky/strĂĄnky" #: src/Color.cpp:281 -msgid "new page" -msgstr "nová strana" +msgid "frame of button" +msgstr "rĂĄmeček tlačítka" #: src/Color.cpp:282 -msgid "page break / line break" -msgstr "konec řádky/stránky" +msgid "button background" +msgstr "pozadĂ­ tlačítka" #: src/Color.cpp:283 -msgid "frame of button" -msgstr "rámeček tlačítka" +msgid "button background under focus" +msgstr "pozadĂ­ zaostřenĂŠho tlačítka" #: src/Color.cpp:284 -msgid "button background" -msgstr "pozadí tlačítka" +msgid "paragraph marker" +msgstr "značka odstavce" #: src/Color.cpp:285 -msgid "button background under focus" -msgstr "pozadí zaostřeného tlačítka" +msgid "preview frame" +msgstr "rĂĄmeček nĂĄhledu" #: src/Color.cpp:286 -msgid "paragraph marker" -msgstr "značka odstavce" +msgid "inherit" +msgstr "dědit barvu okolĂ­" #: src/Color.cpp:287 -msgid "preview frame" -msgstr "rámeček náhledu" +msgid "regexp frame" +msgstr "rĂĄmeček regulĂĄrnĂ­ho vĂ˝razu" #: src/Color.cpp:288 -msgid "inherit" -msgstr "dědit barvu okolí" - -#: src/Color.cpp:289 -msgid "regexp frame" -msgstr "rámeček regulárního výrazu" - -#: src/Color.cpp:290 msgid "ignore" -msgstr "ignorovat předchozí" +msgstr "ignorovat předchozĂ­" -#: src/Converter.cpp:326 src/Converter.cpp:516 src/Converter.cpp:539 -#: src/Converter.cpp:582 +#: src/Converter.cpp:310 src/Converter.cpp:481 src/Converter.cpp:504 +#: src/Converter.cpp:547 msgid "Cannot convert file" msgstr "Soubor nelze konvertovat" -#: src/Converter.cpp:327 +#: src/Converter.cpp:311 #, c-format msgid "" "No information for converting %1$s format files to %2$s.\n" "Define a converter in the preferences." msgstr "" -"Žádná informace pro konverzi souborů formátu %1$s do %2$s.\n" -"Definujte konvertor v nastaveních." +"ŽådnĂĄ informace pro konverzi souborĹŻ formĂĄtu %1$s do %2$s.\n" +"Definujte konvertor v nastavenĂ­ch." -#: src/Converter.cpp:467 src/Format.cpp:688 src/Format.cpp:756 +#: src/Converter.cpp:432 src/Format.cpp:657 src/Format.cpp:725 msgid "Executing command: " -msgstr "Spouštění příkazu: " +msgstr "SpouĹĄtěnĂ­ příkazu: " -#: src/Converter.cpp:511 +#: src/Converter.cpp:476 msgid "Build errors" -msgstr "Chyby při sestavování" +msgstr "Chyby při sestavovĂĄnĂ­" -#: src/Converter.cpp:512 +#: src/Converter.cpp:477 msgid "There were errors during the build process." -msgstr "Nastaly chyby během procesu sestavování." +msgstr "Nastaly chyby během procesu sestavovĂĄnĂ­." -#: src/Converter.cpp:517 +#: src/Converter.cpp:482 #, c-format msgid "" "An error occurred while running:\n" "%1$s" msgstr "" -"Chyba při běhu:\n" +"Chyba při běhu:\n" "%1$s" -#: src/Converter.cpp:540 +#: src/Converter.cpp:505 #, c-format msgid "Could not move a temporary directory from %1$s to %2$s." -msgstr "Nelze přesunout pomocný adresář z %1$s do %2$s." +msgstr "Nelze přesunout pomocnĂ˝ adresář z %1$s do %2$s." -#: src/Converter.cpp:584 +#: src/Converter.cpp:549 #, c-format msgid "Could not copy a temporary file from %1$s to %2$s." -msgstr "Nelze zkopírovat pomocný soubor z %1$s do %2$s." +msgstr "Nelze zkopĂ­rovat pomocnĂ˝ soubor z %1$s do %2$s." -#: src/Converter.cpp:585 +#: src/Converter.cpp:550 #, c-format msgid "Could not move a temporary file from %1$s to %2$s." -msgstr "Nelze přesunout pomocný soubor z %1$s do %2$s." +msgstr "Nelze přesunout pomocnĂ˝ soubor z %1$s do %2$s." -#: src/Converter.cpp:641 +#: src/Converter.cpp:606 msgid "Running LaTeX..." -msgstr "Spouštím LaTeX..." +msgstr "SpouĹĄtĂ­m LaTeX..." -#: src/Converter.cpp:660 +#: src/Converter.cpp:625 #, c-format msgid "" "LaTeX did not run successfully. Additionally, LyX could not locate the LaTeX " "log %1$s." msgstr "" -"LaTeX neproběhl úspěšně. Navíc nebyl LyX schopen najít výstup LaTeX-u %1$s." +"LaTeX neproběhl Ăşspěšně. NavĂ­c nebyl LyX schopen najĂ­t vĂ˝stup LaTeX-u %1$s." -#: src/Converter.cpp:663 +#: src/Converter.cpp:628 msgid "LaTeX failed" msgstr "LaTeX selhal" -#: src/Converter.cpp:665 +#: src/Converter.cpp:630 msgid "Output is empty" -msgstr "Výstup je prázdný" +msgstr "VĂ˝stup je prĂĄzdnĂ˝" -#: src/Converter.cpp:666 +#: src/Converter.cpp:631 msgid "An empty output file was generated." -msgstr "Byl vygenerován prázdný výstupní soubor." +msgstr "Byl vygenerovĂĄn prĂĄzdnĂ˝ vĂ˝stupnĂ­ soubor." -#: src/CutAndPaste.cpp:363 +#: src/CutAndPaste.cpp:347 #, c-format msgid "" "The pasted branch \"%1$s\" is undefined.\n" "Do you want to add it to the document's branch list?" msgstr "" -"Vkládaná větev \"%1$s\" není definována.\n" -"Chcete ji přidat do seznamu větví v aktuálním dokumentu?" +"VklĂĄdanĂĄ větev \"%1$s\" nenĂ­ definovĂĄna.\n" +"Chcete ji přidat do seznamu větvĂ­ v aktuĂĄlnĂ­m dokumentu?" -#: src/CutAndPaste.cpp:366 +#: src/CutAndPaste.cpp:350 msgid "Unknown branch" -msgstr "Neznámá větev" +msgstr "NeznĂĄmĂĄ větev" -#: src/CutAndPaste.cpp:367 +#: src/CutAndPaste.cpp:351 msgid "&Don't Add" -msgstr "&Nepřidávat" +msgstr "&NepřidĂĄvat" -#: src/CutAndPaste.cpp:723 src/Text.cpp:402 -#, c-format +#: src/CutAndPaste.cpp:666 src/Text.cpp:388 +#, fuzzy, c-format msgid "Layout `%1$s' was not found." -msgstr "Rozvržení `%1$s' nebylo nalezeno." +msgstr "Třída dokumentu nenalezena" -#: src/CutAndPaste.cpp:725 src/Text.cpp:404 +#: src/CutAndPaste.cpp:668 src/Text.cpp:390 +#, fuzzy msgid "Layout Not Found" -msgstr "Rozvržení nenalezeno" +msgstr "Nenalezeno" -#: src/CutAndPaste.cpp:753 +#: src/CutAndPaste.cpp:696 #, c-format msgid "Flex inset %1$s is undefined after reloading `%2$s' layout." msgstr "" -"Flexibilní vložka %1$s není definována po znovunačtení rozvržení `%2$s'." +"FlexibilnĂ­ vloĹžka %1$s nenĂ­ definovĂĄna po znovunačtenĂ­ rozvrĹženĂ­ `%2$s'." -#: src/CutAndPaste.cpp:756 +#: src/CutAndPaste.cpp:699 #, c-format msgid "" "Flex inset %1$s is undefined because of conversion from `%2$s' layout to `" "%3$s'." msgstr "" -"Flexibilní vložka %1$s není definována kvůli konverzi rozvržení z `%2$s' do `" +"FlexibilnĂ­ vloĹžka %1$s nenĂ­ definovĂĄna kvĹŻli konverzi rozvrĹženĂ­ z `%2$s' do `" "%3$s'." -#: src/CutAndPaste.cpp:761 +#: src/CutAndPaste.cpp:704 msgid "Undefined flex inset" -msgstr "Nedefinovaná flexibilní vložka" - -#: src/Encoding.cpp:455 src/Paragraph.cpp:2612 -#: src/frontends/qt4/LaTeXHighlighter.cpp:108 src/insets/InsetListings.cpp:182 -#: src/insets/InsetListings.cpp:190 src/insets/InsetListings.cpp:212 -#: src/mathed/InsetMathString.cpp:162 -msgid "LyX Warning: " -msgstr "Výstraha LyX-u: " - -#: src/Encoding.cpp:456 src/Paragraph.cpp:2613 -#: src/insets/InsetListings.cpp:183 src/insets/InsetListings.cpp:191 -#: src/mathed/InsetMathString.cpp:163 -msgid "uncodable character" -msgstr "nekódovatelný znak" +msgstr "NedefinovanĂĄ flexibilnĂ­ vloĹžka" #: src/Exporter.cpp:50 msgid "&Keep file" @@ -23646,35 +18447,35 @@ msgstr "&Ponechat soubor" #: src/Exporter.cpp:51 msgid "Overwrite &all" -msgstr "Přepsat &vše" +msgstr "Přepsat &vĹĄe" #: src/Exporter.cpp:51 msgid "&Cancel export" -msgstr "&Zrušit export" +msgstr "&ZruĹĄit export" #: src/Exporter.cpp:97 msgid "Couldn't copy file" -msgstr "Nelze zkopírovat soubor" +msgstr "Nelze zkopĂ­rovat soubor" #: src/Exporter.cpp:98 #, c-format msgid "Copying %1$s to %2$s failed." -msgstr "Kopírování %1$s do %2$s selhalo." +msgstr "KopĂ­rovĂĄnĂ­ %1$s do %2$s selhalo." #: src/Font.cpp:59 src/frontends/qt4/GuiCharacter.cpp:121 -#: src/frontends/qt4/GuiDocument.cpp:3563 +#: src/frontends/qt4/GuiDocument.cpp:3390 #: src/frontends/qt4/GuiListings.cpp:159 msgid "Roman" msgstr "Antikva (Roman)" #: src/Font.cpp:59 src/frontends/qt4/GuiCharacter.cpp:122 -#: src/frontends/qt4/GuiDocument.cpp:3563 +#: src/frontends/qt4/GuiDocument.cpp:3390 #: src/frontends/qt4/GuiListings.cpp:159 msgid "Sans Serif" -msgstr "Bezpatkové (Sans Serif)" +msgstr "BezpatkovĂŠ (Sans Serif)" #: src/Font.cpp:59 src/frontends/qt4/GuiCharacter.cpp:123 -#: src/frontends/qt4/GuiDocument.cpp:3563 +#: src/frontends/qt4/GuiDocument.cpp:3390 #: src/frontends/qt4/GuiListings.cpp:159 msgid "Typewriter" msgstr "Strojopis" @@ -23686,291 +18487,273 @@ msgstr "Symbol" #: src/Font.cpp:61 src/Font.cpp:64 src/Font.cpp:67 src/Font.cpp:73 #: src/Font.cpp:76 msgid "Inherit" -msgstr "Převzít" +msgstr "PřevzĂ­t" #: src/Font.cpp:64 src/frontends/qt4/GuiCharacter.cpp:110 msgid "Medium" -msgstr "Střední" +msgstr "StřednĂ­" + +#: src/Font.cpp:64 src/frontends/qt4/GuiCharacter.cpp:111 +msgid "Bold" +msgstr "TučnĂ˝" #: src/Font.cpp:67 src/frontends/qt4/GuiCharacter.cpp:43 msgid "Upright" -msgstr "Stojatý" +msgstr "StojatĂ˝" #: src/Font.cpp:67 src/frontends/qt4/GuiCharacter.cpp:44 msgid "Italic" -msgstr "Kurzíva (italic)" +msgstr "KurzĂ­va (italic)" #: src/Font.cpp:67 src/frontends/qt4/GuiCharacter.cpp:45 msgid "Slanted" -msgstr "Skloněný (slanted)" +msgstr "SkloněnĂ˝ (slanted)" #: src/Font.cpp:67 msgid "Smallcaps" -msgstr "Kapitálky" +msgstr "KapitĂĄlky" #: src/Font.cpp:72 src/frontends/qt4/GuiCharacter.cpp:66 msgid "Increase" -msgstr "Zvětšit" +msgstr "ZvětĹĄit" #: src/Font.cpp:72 src/frontends/qt4/GuiCharacter.cpp:67 msgid "Decrease" -msgstr "Zmenšit" +msgstr "ZmenĹĄit" #: src/Font.cpp:76 msgid "Toggle" -msgstr "Přepnout" +msgstr "Přepnout" -#: src/Font.cpp:162 +#: src/Font.cpp:160 #, c-format msgid "Emphasis %1$s, " -msgstr "Zvýraznění %1$s, " +msgstr "ZvĂ˝razněnĂ­ %1$s, " -#: src/Font.cpp:165 +#: src/Font.cpp:163 #, c-format msgid "Underline %1$s, " -msgstr "Podtržení %1$s, " +msgstr "PodtrĹženĂ­ %1$s, " -#: src/Font.cpp:168 +#: src/Font.cpp:166 #, c-format msgid "Strikeout %1$s, " -msgstr "Přeškrtnutí %1$s, " +msgstr "PřeĹĄkrtnutĂ­ %1$s, " -#: src/Font.cpp:171 +#: src/Font.cpp:169 #, c-format msgid "Double underline %1$s, " -msgstr "Dvojité podtržení %1$s, " +msgstr "DvojitĂŠ podtrĹženĂ­ %1$s, " -#: src/Font.cpp:174 +#: src/Font.cpp:172 #, c-format msgid "Wavy underline %1$s, " -msgstr "Vlnité podtržení %1$s, " +msgstr "VlnitĂŠ podtrĹženĂ­ %1$s, " -#: src/Font.cpp:177 +#: src/Font.cpp:175 #, c-format msgid "Noun %1$s, " -msgstr "Jméno %1$s, " +msgstr "JmĂŠno %1$s, " -#: src/Font.cpp:191 +#: src/Font.cpp:189 #, c-format msgid "Language: %1$s, " msgstr "Jazyk: %1$s, " -#: src/Font.cpp:194 +#: src/Font.cpp:192 #, c-format msgid "Number %1$s" -msgstr "Číslo %1$s" +msgstr "Číslo %1$s" -#: src/Format.cpp:636 src/Format.cpp:649 src/Format.cpp:659 +#: src/Format.cpp:605 src/Format.cpp:618 src/Format.cpp:628 msgid "Cannot view file" -msgstr "Soubor nelze prohlížet" +msgstr "Soubor nelze prohlĂ­Ĺžet" -#: src/Format.cpp:637 src/Format.cpp:704 src/frontends/qt4/GuiView.cpp:3124 +#: src/Format.cpp:606 src/Format.cpp:673 src/frontends/qt4/GuiView.cpp:3014 #, c-format msgid "File does not exist: %1$s" msgstr "Soubor neexistuje: %1$s" -#: src/Format.cpp:650 +#: src/Format.cpp:619 #, c-format msgid "No information for viewing %1$s" -msgstr "Žádná informace pro prohlížení %1$s" +msgstr "ŽådnĂĄ informace pro prohlĂ­ĹženĂ­ %1$s" -#: src/Format.cpp:660 +#: src/Format.cpp:629 #, c-format msgid "Auto-view file %1$s failed" -msgstr "Automatické prohlížení souboru %1$s selhalo" +msgstr "AutomatickĂŠ prohlĂ­ĹženĂ­ souboru %1$s selhalo" -#: src/Format.cpp:703 src/Format.cpp:715 src/Format.cpp:728 src/Format.cpp:739 +#: src/Format.cpp:672 src/Format.cpp:684 src/Format.cpp:697 src/Format.cpp:708 msgid "Cannot edit file" msgstr "Nelze editovat soubor" -#: src/Format.cpp:716 +#: src/Format.cpp:685 msgid "LinkBack files can only be edited on Apple Mac OSX." -msgstr "Soubory LinkBack-u mohou být editovány pouze na Apple Mac OSX." +msgstr "Soubory LinkBack-u mohou bĂ˝t editovĂĄny pouze na Apple Mac OSX." -#: src/Format.cpp:729 +#: src/Format.cpp:698 #, c-format msgid "No information for editing %1$s" -msgstr "Žádná informace pro editaci %1$s" +msgstr "ŽådnĂĄ informace pro editaci %1$s" -#: src/Format.cpp:740 +#: src/Format.cpp:709 #, c-format msgid "Auto-edit file %1$s failed" -msgstr "Automatická editace souboru %1$s selhala" +msgstr "AutomatickĂĄ editace souboru %1$s selhala" -#: src/KeyMap.cpp:226 src/KeyMap.cpp:241 +#: src/KeyMap.cpp:227 src/KeyMap.cpp:242 msgid "Could not find bind file" -msgstr "Nelze nalézt soubor klávesových zkratek" +msgstr "Nelze nalĂŠzt soubor klĂĄvesovĂ˝ch zkratek" -#: src/KeyMap.cpp:227 +#: src/KeyMap.cpp:228 #, c-format msgid "" "Unable to find the bind file\n" "%1$s.\n" "Please check your installation." msgstr "" -"Chyba při čtení souboru\n" +"Chyba při čtenĂ­ souboru\n" "%1$s.\n" -"Zkontrolujte prosím vaši instalaci." - -#: src/KeyMap.cpp:234 -msgid "Could not find `cua.bind' file" -msgstr "Nelze nalézt soubor `cua.bind'" +"Zkontrolujte prosĂ­m vaĹĄi instalaci." #: src/KeyMap.cpp:235 +msgid "Could not find `cua.bind' file" +msgstr "Nelze nalĂŠzt soubor `cua.bind'" + +#: src/KeyMap.cpp:236 msgid "" "Unable to find the default bind file `cua.bind'.\n" "Please check your installation." msgstr "" -"LyX nenašel standardní soubor klávesových zkratek `cua.bind'.\n" -"Zkontrolujte prosím vaši instalaci." +"LyX nenaĹĄel standardnĂ­ soubor klĂĄvesovĂ˝ch zkratek `cua.bind'.\n" +"Zkontrolujte prosĂ­m vaĹĄi instalaci." -#: src/KeyMap.cpp:242 +#: src/KeyMap.cpp:243 #, c-format msgid "" "Unable to find the bind file\n" "%1$s.\n" "Falling back to default." msgstr "" -"Nepodařilo se nalézt soubor klávesových zkratek\n" +"Nepodařilo se nalĂŠzt soubor klĂĄvesovĂ˝ch zkratek\n" "%1$s.\n" -"Bude použito standardní nastavení." +"Bude pouĹžito standardnĂ­ nastavenĂ­." -#: src/KeySequence.cpp:181 +#: src/KeySequence.cpp:182 msgid " options: " msgstr " volby: " #: src/LaTeX.cpp:58 #, c-format msgid "Waiting for LaTeX run number %1$d" -msgstr "Čekání na běh LaTeX-u číslo %1$d" +msgstr "ČekĂĄnĂ­ na běh LaTeX-u číslo %1$d" #: src/LaTeX.cpp:266 src/LaTeX.cpp:369 msgid "Running Index Processor." -msgstr "Spouštím generátor rejstříku." +msgstr "SpouĹĄtĂ­m generĂĄtor rejstříku." #: src/LaTeX.cpp:292 src/LaTeX.cpp:352 msgid "Running BibTeX." -msgstr "Spouštím BibTeX." +msgstr "SpouĹĄtĂ­m BibTeX." #: src/LaTeX.cpp:460 msgid "Running MakeIndex for nomencl." -msgstr "Spouštím MakeIndex pro nomencl." +msgstr "SpouĹĄtĂ­m MakeIndex pro nomencl." -#: src/LaTeXFonts.cpp:211 src/LaTeXFonts.cpp:280 -#, fuzzy -msgid "Font not available" -msgstr "Modul není dostupný" - -#: src/LaTeXFonts.cpp:212 src/LaTeXFonts.cpp:281 -#, c-format -msgid "" -"The LaTeX package `%1$s' needed for the font `%2$s'\n" -"is not available on your system. LyX will fall back to the default font." -msgstr "" +#: src/LyX.cpp:120 +msgid "Could not read configuration file" +msgstr "Nelze přečíst konfiguračnĂ­ soubor" #: src/LyX.cpp:121 -msgid "Could not read configuration file" -msgstr "Nelze přečíst konfigurační soubor" - -#: src/LyX.cpp:122 #, c-format msgid "" "Error while reading the configuration file\n" "%1$s.\n" "Please check your installation." msgstr "" -"Chyba při čtení konfiguračního souboru\n" +"Chyba při čtenĂ­ konfiguračnĂ­ho souboru\n" "%1$s.\n" -"Zkontrolujte prosím vaši instalaci." +"Zkontrolujte prosĂ­m vaĹĄi instalaci." -#: src/LyX.cpp:131 +#: src/LyX.cpp:130 msgid "LyX: reconfiguring user directory" -msgstr "LyX: překonfigurování uživatelského adresáře" +msgstr "LyX: překonfigurovĂĄnĂ­ uĹživatelskĂŠho adresáře" -#: src/LyX.cpp:135 +#: src/LyX.cpp:134 msgid "Done!" msgstr "Hotovo!" -#: src/LyX.cpp:379 +#: src/LyX.cpp:397 msgid "The following files could not be loaded:" -msgstr "Následující soubory nebylo možné načíst:" +msgstr "NĂĄsledujĂ­cĂ­ soubory nebylo moĹžnĂŠ načíst:" -#: src/LyX.cpp:416 +#: src/LyX.cpp:434 #, c-format msgid "%1$s does not appear like a LyX created temporary directory." -msgstr "%1$s nevypadá jako pomocný adresář vytvořený LyXem." +msgstr "%1$s nevypadĂĄ jako pomocnĂ˝ adresář vytvořenĂ˝ LyXem." -#: src/LyX.cpp:418 +#: src/LyX.cpp:436 msgid "Cannot remove temporary directory" -msgstr "Nelze smazat pomocný adresář" +msgstr "Nelze smazat pomocnĂ˝ adresář" -#: src/LyX.cpp:424 +#: src/LyX.cpp:442 #, c-format msgid "Unable to remove the temporary directory %1$s" -msgstr "Nelze smazat pomocný adresář %1$s" +msgstr "Nelze smazat pomocnĂ˝ adresář %1$s" -#: src/LyX.cpp:426 +#: src/LyX.cpp:444 msgid "Unable to remove temporary directory" -msgstr "Nelze smazat pomocný adresář" - -#: src/LyX.cpp:454 -#, c-format -msgid "Wrong command line option `%1$s'. Exiting." -msgstr "Chybný parametr příkazové řádky `%1$s'. Konec." +msgstr "Nelze smazat pomocnĂ˝ adresář" #: src/LyX.cpp:472 -#, fuzzy -msgid "Missing filename for this operation." -msgstr "Chybí jméno souboru za přepínačem --import" - -#: src/LyX.cpp:511 #, c-format -msgid "LyX failed to load the following file: %1$s" -msgstr "" +msgid "Wrong command line option `%1$s'. Exiting." +msgstr "ChybnĂ˝ parametr příkazovĂŠ řádky `%1$s'. Konec." -#: src/LyX.cpp:537 +#: src/LyX.cpp:546 msgid "No textclass is found" -msgstr "Nebyly nalezeny soubory tříd (textclass)" +msgstr "Nebyly nalezeny soubory tříd (textclass)" -#: src/LyX.cpp:538 +#: src/LyX.cpp:547 msgid "" "LyX will only have minimal functionality because no textclasses have been " "found. You can either try to reconfigure LyX normally, try to reconfigure " "without checking your LaTeX installation, or continue." msgstr "" -"LyX bude mít pouze minimální funkcionalitu, protože nebyly nalezeny potřebné " -"soubory tříd (textclass). Buďto můžete použít normální rekonfiguraci nebo " -"rekonfigurovat bez kontroly LaTeX-ové instalace anebo pokračovat." +"LyX bude mĂ­t pouze minimĂĄlnĂ­ funkcionalitu, protoĹže nebyly nalezeny potřebnĂŠ " +"soubory tříd (textclass). Buďto mĹŻĹžete pouŞít normĂĄlnĂ­ rekonfiguraci nebo " +"rekonfigurovat bez kontroly LaTeX-ovĂŠ instalace anebo pokračovat." -#: src/LyX.cpp:542 +#: src/LyX.cpp:551 msgid "&Reconfigure" msgstr "&Rekonfigurovat" -#: src/LyX.cpp:543 +#: src/LyX.cpp:552 msgid "&Without LaTeX" msgstr "&Bez LaTeX-u" -#: src/LyX.cpp:544 src/VCBackend.cpp:955 src/VCBackend.cpp:959 +#: src/LyX.cpp:553 src/VCBackend.cpp:858 src/VCBackend.cpp:862 msgid "&Continue" -msgstr "&Pokračovat" +msgstr "&Pokračovat" -#: src/LyX.cpp:647 +#: src/LyX.cpp:656 msgid "" "SIGHUP signal caught!\n" "Bye." msgstr "" -"Zachycen signál SIGHUP!\n" +"Zachycen signĂĄl SIGHUP!\n" "Sbohem." -#: src/LyX.cpp:651 +#: src/LyX.cpp:660 msgid "" "SIGFPE signal caught!\n" "Bye." msgstr "" -"Zachycen signál SIGPE!\n" +"Zachycen signĂĄl SIGPE!\n" "Sbohem." -#: src/LyX.cpp:654 +#: src/LyX.cpp:663 msgid "" "SIGSEGV signal caught!\n" "Sorry, you have found a bug in LyX, hope you have not lost any data.\n" @@ -23978,77 +18761,77 @@ msgid "" "us a bug report, if necessary. Thanks!\n" "Bye." msgstr "" -"Zachycen signál SIGSEGV!\n" -"Omlouváme se, našli jste chybu v LyX-u.\n" -"Zvažte případné nahlášení chyby na našem webu nebo do mailing listu, díky." +"Zachycen signĂĄl SIGSEGV!\n" +"OmlouvĂĄme se, naĹĄli jste chybu v LyX-u.\n" +"ZvaĹžte případnĂŠ nahlĂĄĹĄenĂ­ chyby na naĹĄem webu nebo do mailing listu, dĂ­ky." -#: src/LyX.cpp:670 +#: src/LyX.cpp:679 msgid "LyX crashed!" msgstr "LyX zhavaroval!" -#: src/LyX.cpp:704 src/frontends/qt4/GuiView.cpp:1004 +#: src/LyX.cpp:713 src/frontends/qt4/GuiView.cpp:1018 msgid "LyX: " msgstr "LyX: " -#: src/LyX.cpp:835 +#: src/LyX.cpp:853 msgid "Could not create temporary directory" -msgstr "Nelze vytvořit pomocný adresář" +msgstr "Nelze vytvořit pomocnĂ˝ adresář" -#: src/LyX.cpp:836 +#: src/LyX.cpp:854 #, c-format msgid "" "Could not create a temporary directory in\n" "\"%1$s\"\n" "Make sure that this path exists and is writable and try again." msgstr "" -"Nelze vytvořit pomocný adresář v\n" +"Nelze vytvořit pomocnĂ˝ adresář v\n" "\"%1$s\"\n" -"Ujistěte se, že tato cesta existuje a má práva na zápis. Poté zkuste znovu." +"Ujistěte se, Ĺže tato cesta existuje a mĂĄ prĂĄva na zĂĄpis. PotĂŠ zkuste znovu." -#: src/LyX.cpp:919 +#: src/LyX.cpp:937 msgid "Missing user LyX directory" -msgstr "Chybí uživatelský adresář LyX-u" +msgstr "ChybĂ­ uĹživatelskĂ˝ adresář LyX-u" -#: src/LyX.cpp:920 +#: src/LyX.cpp:938 #, c-format msgid "" "You have specified a non-existent user LyX directory, %1$s.\n" "It is needed to keep your own configuration." msgstr "" -"Zadal jste neexistující uživatelský adresář LyX-u, %1$s.\n" -"Je potřebný k uchování vaší konfigurace." +"Zadal jste neexistujĂ­cĂ­ uĹživatelskĂ˝ adresář LyX-u, %1$s.\n" +"Je potřebnĂ˝ k uchovĂĄnĂ­ vaĹĄĂ­ konfigurace." -#: src/LyX.cpp:925 +#: src/LyX.cpp:943 msgid "&Create directory" -msgstr "V&ytvořit adresář" +msgstr "V&ytvořit adresář" -#: src/LyX.cpp:926 +#: src/LyX.cpp:944 msgid "&Exit LyX" -msgstr "&Ukončit LyX" +msgstr "&Ukončit LyX" -#: src/LyX.cpp:927 +#: src/LyX.cpp:945 msgid "No user LyX directory. Exiting." -msgstr "Žádný uživatelský adresář LyX-u. Konec." +msgstr "ŽådnĂ˝ uĹživatelskĂ˝ adresář LyX-u. Konec." -#: src/LyX.cpp:931 +#: src/LyX.cpp:949 #, c-format msgid "LyX: Creating directory %1$s" -msgstr "LyX: Vytvářím adresář %1$s" +msgstr "LyX: Vytvářím adresář %1$s" -#: src/LyX.cpp:936 +#: src/LyX.cpp:954 msgid "Failed to create directory. Exiting." -msgstr "Selhalo vytváření adresáře. Konec." +msgstr "Selhalo vytvářenĂ­ adresáře. Konec." -#: src/LyX.cpp:1009 +#: src/LyX.cpp:1027 msgid "List of supported debug flags:" -msgstr "Seznam podporovaných ladících příznaků:" +msgstr "Seznam podporovanĂ˝ch ladĂ­cĂ­ch příznakĹŻ:" -#: src/LyX.cpp:1013 +#: src/LyX.cpp:1031 #, c-format msgid "Setting debug level to %1$s" -msgstr "Ladící úroveň nastavena na %1$s" +msgstr "LadĂ­cĂ­ Ăşroveň nastavena na %1$s" -#: src/LyX.cpp:1024 +#: src/LyX.cpp:1042 #, fuzzy msgid "" "Usage: lyx [ command line switches ] [ name.lyx ... ]\n" @@ -24063,12 +18846,9 @@ msgid "" "\t-x [--execute] command\n" " where command is a lyx command.\n" "\t-e [--export] fmt\n" -" where fmt is the export format of choice. Look in\n" -" Tools->Preferences->File Handling->File Formats->Short " -"Name\n" -" to see which parameter (which differs from the format " -"name\n" -" in the File->Export menu) should be passed.\n" +" where fmt is the export format of choice.\n" +" Look on Tools->Preferences->File formats->Format\n" +" to get an idea which parameters should be passed.\n" " Note that the order of -e and -x switches matters.\n" "\t-E [--export-to] fmt filename\n" " where fmt is the export format of choice (see --export),\n" @@ -24093,692 +18873,678 @@ msgid "" "\t-version summarize version and build info\n" "Check the LyX man page for more details." msgstr "" -"Použití: lyx [ přepínače ] [ dokument.lyx ... ]\n" -"Přepínače (rozlišuje se velikost písmen):\n" -"\t-help tato stránka\n" -"\t-userdir dir nastavit uživatelský adresář na dir\n" -"\t-sysdir dir nastavit systémový adresář na dir\n" -"\t-geometry WxH+X+Y nastavit pozici hlavního okna\n" +"PouĹžitĂ­: lyx [ přepĂ­nače ] [ dokument.lyx ... ]\n" +"PřepĂ­nače (rozliĹĄuje se velikost pĂ­smen):\n" +"\t-help tato strĂĄnka\n" +"\t-userdir dir nastavit uĹživatelskĂ˝ adresář na dir\n" +"\t-sysdir dir nastavit systĂŠmovĂ˝ adresář na dir\n" +"\t-geometry WxH+X+Y nastavit pozici hlavnĂ­ho okna\n" "\t-dbg feature[,feature]...\n" -" vyber patřičnou část k ladění.\n" -" Příkaz `lyx -dbg' vypíše seznam laditelných částí\n" +" vyber patřičnou část k laděnĂ­.\n" +" Příkaz `lyx -dbg' vypĂ­ĹĄe seznam laditelnĂ˝ch částĂ­\n" "\t-x [--execute] command\n" -" spustí příkaz LyX-u.\n" +" spustĂ­ příkaz LyX-u.\n" "\t-e [--export] fmt\n" -" kde fmt je vybraný exportní formát.\n" -" Pro seznam formátů se podívejte do sekce\n" -" Nástroje->Nastavení->Formáty souborů.\n" -" Pozor na pořadí přepínačů -x a -e.\t-i [--import] fmt " +" kde fmt je vybranĂ˝ exportnĂ­ formĂĄt.\n" +" Pro seznam formĂĄtĹŻ se podĂ­vejte do sekce\n" +" NĂĄstroje->NastavenĂ­->FormĂĄty souborĹŻ.\n" +" Pozor na pořadĂ­ přepĂ­načů -x a -e.\t-i [--import] fmt " "soubor.xxx\n" -" kde fmt vybraný formát k importu\n" -" a soubor.xxx je soubor určený k importu.\n" +" kde fmt vybranĂ˝ formĂĄt k importu\n" +" a soubor.xxx je soubor určenĂ˝ k importu.\n" "\t-f [--force-overwrite] what\n" -" kde 'what' je buď 'all'(=vše), 'main'(=hlavní) nebo " -"'none'(=žádný),\n" -" Pomocí 'all' jsou přepsány všechny soubory při exportu\n" -" na příkazovém řádku. Pomocí 'main' bude přepsán pouze " -"hlavní\n" -" soubor, v případě 'none' žádný. Ostatní řetězce jsou " -"interpretovány\n" +" kde 'what' je buď 'all'(=vĹĄe), 'main'(=hlavnĂ­) nebo " +"'none'(=ŞådnĂ˝),\n" +" PomocĂ­ 'all' jsou přepsĂĄny vĹĄechny soubory při exportu\n" +" na příkazovĂŠm řádku. PomocĂ­ 'main' bude přepsĂĄn pouze " +"hlavnĂ­\n" +" soubor, v případě 'none' ŞådnĂ˝. OstatnĂ­ řetězce jsou " +"interpretovĂĄny\n" " jako 'all'.\n" "\t-n [--no-remote]\n" -" otevřít dokument v nové instanci.\n" +" otevřít dokument v novĂŠ instanci.\n" "\t-r [--remote]\n" -" otevřít dokument v již běžící instanci\n" -" (musí fungovat \"lyxpipe\").\n" -"\t-batch spustí pouze příkazy z řádky bez spouštění GUI.\n" -"\t-version shrnout verzi a informace o sestavení.\n" -"Prohlédněte manuálovou stránku LyX-u pro detailnější informace." +" otevřít dokument v jiĹž běžícĂ­ instanci\n" +" (musĂ­ fungovat \"lyxpipe\").\n" +"\t-batch spustĂ­ pouze příkazy z řádky bez spouĹĄtěnĂ­ GUI.\n" +"\t-version shrnout verzi a informace o sestavenĂ­.\n" +"ProhlĂŠdněte manuĂĄlovou strĂĄnku LyX-u pro detailnějĹĄĂ­ informace." -#: src/LyX.cpp:1069 src/frontends/qt4/GuiAbout.cpp:141 -#, c-format -msgid "Built on %1$s[[date]], %2$s[[time]]" -msgstr "" - -#: src/LyX.cpp:1081 src/support/Package.cpp:606 +#: src/LyX.cpp:1097 src/support/Package.cpp:589 msgid "No system directory" -msgstr "Žádný systémový adresář" +msgstr "ŽådnĂ˝ systĂŠmovĂ˝ adresář" -#: src/LyX.cpp:1082 +#: src/LyX.cpp:1098 msgid "Missing directory for -sysdir switch" -msgstr "Chybí adresář pro přepínač -sysdir" +msgstr "ChybĂ­ adresář pro přepĂ­nač -sysdir" -#: src/LyX.cpp:1093 +#: src/LyX.cpp:1109 msgid "No user directory" -msgstr "Žádný uživatelský adresář" +msgstr "ŽådnĂ˝ uĹživatelskĂ˝ adresář" -#: src/LyX.cpp:1094 +#: src/LyX.cpp:1110 msgid "Missing directory for -userdir switch" -msgstr "Chybí adresář pro přepínač -userdir" +msgstr "ChybĂ­ adresář pro přepĂ­nač -userdir" -#: src/LyX.cpp:1105 +#: src/LyX.cpp:1121 msgid "Incomplete command" -msgstr "Neúplný příkaz" - -#: src/LyX.cpp:1106 -msgid "Missing command string after --execute switch" -msgstr "Chybí příkaz za přepínačem --execute" - -#: src/LyX.cpp:1117 -#, fuzzy -msgid "Missing file type [eg latex, ps...] after --export-to switch" -msgstr "Chybí typ souboru [např. latex, ps...] za přepínačem --export" +msgstr "NeĂşplnĂ˝ příkaz" #: src/LyX.cpp:1122 +msgid "Missing command string after --execute switch" +msgstr "ChybĂ­ příkaz za přepĂ­načem --execute" + +#: src/LyX.cpp:1133 +#, fuzzy +msgid "Missing file type [eg latex, ps...] after --export-to switch" +msgstr "ChybĂ­ typ souboru [např. latex, ps...] za přepĂ­načem --export" + +#: src/LyX.cpp:1138 #, fuzzy msgid "Missing destination filename after --export-to switch" -msgstr "Chybí typ souboru [např. latex, ps...] za přepínačem --export" +msgstr "ChybĂ­ typ souboru [např. latex, ps...] za přepĂ­načem --export" -#: src/LyX.cpp:1135 +#: src/LyX.cpp:1151 msgid "Missing file type [eg latex, ps...] after --export switch" -msgstr "Chybí typ souboru [např. latex, ps...] za přepínačem --export" +msgstr "ChybĂ­ typ souboru [např. latex, ps...] za přepĂ­načem --export" -#: src/LyX.cpp:1148 +#: src/LyX.cpp:1164 msgid "Missing file type [eg latex, ps...] after --import switch" -msgstr "Chybí typ souboru [např. latex, ps...] za přepínačem --import" +msgstr "ChybĂ­ typ souboru [např. latex, ps...] za přepĂ­načem --import" -#: src/LyX.cpp:1153 +#: src/LyX.cpp:1169 msgid "Missing filename for --import" -msgstr "Chybí jméno souboru za přepínačem --import" +msgstr "ChybĂ­ jmĂŠno souboru za přepĂ­načem --import" -#: src/LyXRC.cpp:3076 +#: src/LyXRC.cpp:3063 msgid "" "Consider run-together words, such as \"diskdrive\" for \"disk drive\", as " "legal words?" -msgstr "Považovat složeniny typu \"kafemlejnek\" za legální slova ?" +msgstr "PovaĹžovat sloĹženiny typu \"kafemlejnek\" za legĂĄlnĂ­ slova ?" -#: src/LyXRC.cpp:3080 +#: src/LyXRC.cpp:3067 msgid "" "Specify an alternate language. The default is to use the language of the " "document." -msgstr "Nastavit alternativní jazyk. Standardně se používá jazyk dokumentu." +msgstr "Nastavit alternativnĂ­ jazyk. Standardně se pouŞívĂĄ jazyk dokumentu." -#: src/LyXRC.cpp:3088 +#: src/LyXRC.cpp:3075 msgid "" "De-select if you don't want the current selection to be replaced " "automatically by what you type." msgstr "" -"Zrušte volbu, pokud nechcete automaticky přepisovat označený text tím, co " -"zrovna píšete na klávesnici." +"ZruĹĄte volbu, pokud nechcete automaticky přepisovat označenĂ˝ text tĂ­m, co " +"zrovna pĂ­ĹĄete na klĂĄvesnici." -#: src/LyXRC.cpp:3092 +#: src/LyXRC.cpp:3079 msgid "" "De-select if you don't want the class options to be reset to defaults after " "class change." msgstr "" -"Zrušte volbu, pokud nechcete automatické standardní nastavení pro nově " -"zvolenou třídu." +"ZruĹĄte volbu, pokud nechcete automatickĂŠ standardnĂ­ nastavenĂ­ pro nově " +"zvolenou třídu." -#: src/LyXRC.cpp:3096 +#: src/LyXRC.cpp:3083 msgid "" "The time interval between auto-saves (in seconds). 0 means no auto-save." msgstr "" -"Časový interval pro automatické ukládání (v sekundách).0 vypne automatické " -"ukládání." +"ČasovĂ˝ interval pro automatickĂŠ uklĂĄdĂĄnĂ­ (v sekundĂĄch).0 vypne automatickĂŠ " +"uklĂĄdĂĄnĂ­." -#: src/LyXRC.cpp:3103 +#: src/LyXRC.cpp:3090 msgid "" "The path for storing backup files. If it is an empty string, LyX will store " "the backup file in the same directory as the original file." msgstr "" -"Cesta pro záložní soubory. V případě prázdného řetězce LyX uloží zálohy do " -"stejného adresáře, ve kterém je originální soubor." +"Cesta pro zĂĄloĹžnĂ­ soubory. V případě prĂĄzdnĂŠho řetězce LyX uloŞí zĂĄlohy do " +"stejnĂŠho adresáře, ve kterĂŠm je originĂĄlnĂ­ soubor." -#: src/LyXRC.cpp:3107 +#: src/LyXRC.cpp:3094 msgid "" "Define the options of bibtex (cf. man bibtex) or select an alternative " "compiler (e.g. mlbibtex or bibulus)." msgstr "" -"Zvolte nastavení pro bibtex (viz man bibtex) nebo zvolte alternativní " -"přkladač (např. mlbibtex or bibulus)." +"Zvolte nastavenĂ­ pro bibtex (viz man bibtex) nebo zvolte alternativnĂ­ " +"přkladač (např. mlbibtex or bibulus)." -#: src/LyXRC.cpp:3111 +#: src/LyXRC.cpp:3098 msgid "Define the options of the bibtex program for PLaTeX (Japanese LaTeX)." -msgstr "Definuje volby pro program bibtex v PLaTeX-u (Japonský LaTeX)." +msgstr "Definuje volby pro program bibtex v PLaTeX-u (JaponskĂ˝ LaTeX)." -#: src/LyXRC.cpp:3115 +#: src/LyXRC.cpp:3102 msgid "" "Keybindings file. Can either specify an absolute path, or LyX will look in " "its global and local bind/ directories." msgstr "" -"Soubor klávesových zkratek. Lze nastavit absolutní cestu; jinak bude LyX " -"hledat v jeho lokálních a globálních adresářích bind/ ." +"Soubor klĂĄvesovĂ˝ch zkratek. Lze nastavit absolutnĂ­ cestu; jinak bude LyX " +"hledat v jeho lokĂĄlnĂ­ch a globĂĄlnĂ­ch adresářích bind/ ." -#: src/LyXRC.cpp:3119 +#: src/LyXRC.cpp:3106 msgid "Select to check whether the lastfiles still exist." -msgstr "Kontrolovat existenci naposledy otevřených souborů." +msgstr "Kontrolovat existenci naposledy otevřenĂ˝ch souborĹŻ." -#: src/LyXRC.cpp:3123 +#: src/LyXRC.cpp:3110 msgid "" "Define how to run chktex. E.g. \"chktex -n11 -n1 -n3 -n6 -n9 -22 -n25 -n30 -" "n38\" Refer to the ChkTeX documentation." msgstr "" -"Nastavte způsob spuštění chktex-u. Např. \"chktex -n11 -n1 -n3 -n6 -n9 -22 -" +"Nastavte zpĹŻsob spuĹĄtěnĂ­ chktex-u. Např. \"chktex -n11 -n1 -n3 -n6 -n9 -22 -" "n25 -n30 -n38\" Viz dokumentace ChkTeX-u." -#: src/LyXRC.cpp:3133 +#: src/LyXRC.cpp:3120 msgid "" "LyX normally doesn't update the cursor position if you move the scrollbar. " "Set to true if you'd prefer to always have the cursor on screen." msgstr "" -"LyX za normální situace nemění pozici kurzoru při pohybu posuvníkem. " -"Nastavte true pokud chcete mít kurzor vždy na obrazovce." +"LyX za normĂĄlnĂ­ situace neměnĂ­ pozici kurzoru při pohybu posuvnĂ­kem. " +"Nastavte true pokud chcete mĂ­t kurzor vĹždy na obrazovce." -#: src/LyXRC.cpp:3141 +#: src/LyXRC.cpp:3128 msgid "" "LyX normally doesn't allow the user to scroll further than the bottom of the " "document. Set to true if you prefer to scroll the bottom of the document to " "the top of the screen" msgstr "" -"LyX za normální situace nedovolí rolovat při pohybu posuvníkem dále než na " -"spodek dokumentu. Nastavte true pokud chcete rolovat spodek dokumentu až do " -"horní části obrazovky." +"LyX za normĂĄlnĂ­ situace nedovolĂ­ rolovat při pohybu posuvnĂ­kem dĂĄle neĹž na " +"spodek dokumentu. Nastavte true pokud chcete rolovat spodek dokumentu aĹž do " +"hornĂ­ části obrazovky." -#: src/LyXRC.cpp:3145 +#: src/LyXRC.cpp:3132 msgid "Make Apple key act as Meta and Control key as Ctrl." msgstr "" -"Nastavte pro změnu kláves na Applu: Apple key -> Meta, Control -> Ctrl." +"Nastavte pro změnu klĂĄves na Applu: Apple key -> Meta, Control -> Ctrl." -#: src/LyXRC.cpp:3149 +#: src/LyXRC.cpp:3136 msgid "Use the Mac OS X conventions for the word-level cursor movement" -msgstr "Použít konvence Mac OS X pro pohyb kurzoru po slovech" +msgstr "PouŞít konvence Mac OS X pro pohyb kurzoru po slovech" -#: src/LyXRC.cpp:3153 +#: src/LyXRC.cpp:3140 msgid "" "Show a small box around a Math Macro with the macro name when the cursor is " "inside." msgstr "" -"Zobrazit malý rámeček kolem mat. makra společně se jménem makra v případě, " -"že je kurzor uvnitř." +"Zobrazit malĂ˝ rĂĄmeček kolem mat. makra společně se jmĂŠnem makra v případě, " +"Ĺže je kurzor uvnitř." -#: src/LyXRC.cpp:3158 +#: src/LyXRC.cpp:3145 #, no-c-format msgid "" "This accepts the normal strftime formats; see man strftime for full details. " "E.g.\"%A, %e. %B %Y\"." msgstr "" -"Akceptován standardní strftime formát; detaily viz man strftime. Např.\"%A, " +"AkceptovĂĄn standardnĂ­ strftime formĂĄt; detaily viz man strftime. Např.\"%A, " "%e. %B %Y\"." -#: src/LyXRC.cpp:3162 +#: src/LyXRC.cpp:3149 msgid "" "Command definition file. Can either specify an absolute path, or LyX will " "look in its global and local commands/ directories." msgstr "" -"Soubor definic příkazů. Lze buďto zadat absolutní cestu; jinak bude LyX " -"hledat v jeho lokálních a globálních adresářích command/ ." +"Soubor definic příkazĹŻ. Lze buďto zadat absolutnĂ­ cestu; jinak bude LyX " +"hledat v jeho lokĂĄlnĂ­ch a globĂĄlnĂ­ch adresářích command/ ." -#: src/LyXRC.cpp:3166 +#: src/LyXRC.cpp:3153 msgid "The default format used with LFUN_BUFFER_[VIEW|UPDATE]." -msgstr "Standardní formát používaný funkcí LFUN_BUFFER_[VIEW|UPDATE]." +msgstr "StandardnĂ­ formĂĄt pouŞívanĂ˝ funkcĂ­ LFUN_BUFFER_[VIEW|UPDATE]." -#: src/LyXRC.cpp:3170 +#: src/LyXRC.cpp:3157 +msgid "New documents will be assigned this language." +msgstr "NovĂŠ dokumenty budou mĂ­t nastaven tento jazyk." + +#: src/LyXRC.cpp:3161 msgid "" "Iconify the dialogs when the main window is iconified. (Affects only dialogs " "shown after the change has been made.)" msgstr "" -"Minimalizuj dialogová okna společně s hlavním oknem LyX-u. (Vztahuje se " -"pouze na dialogy zobrazené po změně nastavení.)" +"Minimalizuj dialogovĂĄ okna společně s hlavnĂ­m oknem LyX-u. (Vztahuje se " +"pouze na dialogy zobrazenĂŠ po změně nastavenĂ­.)" -#: src/LyXRC.cpp:3174 +#: src/LyXRC.cpp:3165 msgid "Select how LyX will display any graphics." -msgstr "Nastavení způsobu zobrazení obrázků v LyX-u." +msgstr "NastavenĂ­ zpĹŻsobu zobrazenĂ­ obrĂĄzkĹŻ v LyX-u." -#: src/LyXRC.cpp:3178 +#: src/LyXRC.cpp:3169 msgid "" "The default path for your documents. An empty value selects the directory " "LyX was started from." msgstr "" -"Standardní cesta pro vaše dokumenty. V případě prázdného řetězce LyX vybere " -"adresář, ze kterého byl spouštěn." +"StandardnĂ­ cesta pro vaĹĄe dokumenty. V případě prĂĄzdnĂŠho řetězce LyX vybere " +"adresář, ze kterĂŠho byl spouĹĄtěn." -#: src/LyXRC.cpp:3182 +#: src/LyXRC.cpp:3173 msgid "Specify additional chars that can be part of a word." -msgstr "Určení dodatečných znaků, které mohou být součástí slova." +msgstr "UrčenĂ­ dodatečnĂ˝ch znakĹŻ, kterĂŠ mohou bĂ˝t součástĂ­ slova." -#: src/LyXRC.cpp:3186 +#: src/LyXRC.cpp:3177 msgid "" "The path that LyX will set when offering to choose an example. An empty " "value selects the directory LyX was started from." msgstr "" -"Cesta kterou LyX nastaví při výběru příkladů. Prázdný řetězec způsobí výběr " -"adresáře, ze kterého byl LyX spuštěn." +"Cesta kterou LyX nastavĂ­ při vĂ˝běru příkladĹŻ. PrĂĄzdnĂ˝ řetězec zpĹŻsobĂ­ vĂ˝běr " +"adresáře, ze kterĂŠho byl LyX spuĹĄtěn." -#: src/LyXRC.cpp:3190 +#: src/LyXRC.cpp:3181 msgid "" "The font encoding used for the LaTeX2e fontenc package. T1 is highly " "recommended for non-English languages." msgstr "" -"Kódování fontu který je používán balíčkem fontenc LaTeX2e. T1 je velmi " -"doporučen pro neanglické jazyky." +"KĂłdovĂĄnĂ­ fontu kterĂ˝ je pouŞívĂĄn balíčkem fontenc LaTeX2e. T1 je velmi " +"doporučen pro neanglickĂŠ jazyky." -#: src/LyXRC.cpp:3194 +#: src/LyXRC.cpp:3185 msgid "Disable any kerning and ligatures for text drawing on screen." -msgstr "" -"Vypnout vyrovnání (kerning) a slitky (ligatury) pro kreslení na obrazovce." +msgstr "Vypnout kerning a ligatury pro kreslenĂ­ na obrazovce." -#: src/LyXRC.cpp:3201 +#: src/LyXRC.cpp:3192 msgid "" "Define the options of makeindex (cf. man makeindex) or select an alternative " "compiler. E.g., using xindy/make-rules, the command string would be " "\"makeindex.sh -m $$lang\"." msgstr "" -"Parametry pro makeindex (viz man makeindex). Lze nastavit alternativní " -"kompilátor - např. za použití xindy/make-rules by příkaz vypadal \"makeindex." +"Parametry pro makeindex (viz man makeindex). Lze nastavit alternativnĂ­ " +"kompilĂĄtor - např. za pouĹžitĂ­ xindy/make-rules by příkaz vypadal \"makeindex." "sh -m $$lang\"." -#: src/LyXRC.cpp:3205 +#: src/LyXRC.cpp:3196 msgid "Define the options of the index program for PLaTeX (Japanese LaTeX)." -msgstr "Definuje volby programu pro rejstřík PLaTeX-u (Japonský LaTeX)." +msgstr "Definuje volby programu pro rejstřík PLaTeX-u (JaponskĂ˝ LaTeX)." -#: src/LyXRC.cpp:3209 +#: src/LyXRC.cpp:3200 msgid "" "Define the options of makeindex (cf. man makeindex) to be used for " "nomenclatures. This might differ from the index processing options." msgstr "" -"Definuje volby programu makeindex používané pro nomenklatury. Ty se mohou " -"lišit od voleb pro generování rejstříku." +"Definuje volby programu makeindex pouŞívanĂŠ pro nomenklatury. Ty se mohou " +"liĹĄit od voleb pro generovĂĄnĂ­ rejstříku." -#: src/LyXRC.cpp:3218 +#: src/LyXRC.cpp:3209 msgid "" "Use this to set the correct mapping file for your keyboard. You'll need this " "if you for instance want to type German documents on an American keyboard." msgstr "" -"Použijte k nastavení souboru mapy kláves pro vaši klávesnici. To lze např. " -"využít v případě, že chcete psát dokumnety v češtině na anglické klávesnici." +"PouĹžijte k nastavenĂ­ souboru mapy klĂĄves pro vaĹĄi klĂĄvesnici. To lze např. " +"vyuŞít v případě, Ĺže chcete psĂĄt dokumnety v čeĹĄtině na anglickĂŠ klĂĄvesnici." -#: src/LyXRC.cpp:3222 +#: src/LyXRC.cpp:3213 msgid "" "Select if a language switching command is needed at the beginning of the " "document." msgstr "" -"Vyberte v případě, že je třeba používat příkaz pro změnu jazyka na začátku " +"Vyberte v případě, Ĺže je třeba pouŞívat příkaz pro změnu jazyka na začátku " "dokumentu." -#: src/LyXRC.cpp:3226 +#: src/LyXRC.cpp:3217 msgid "" "Select if a language switching command is needed at the end of the document." msgstr "" -"Vyberte v případě, že je třeba používat příkaz pro změnu jazyka na konci " +"Vyberte v případě, Ĺže je třeba pouŞívat příkaz pro změnu jazyka na konci " "dokumentu." -#: src/LyXRC.cpp:3230 +#: src/LyXRC.cpp:3221 msgid "" "The LaTeX command for changing from the language of the document to another " "language. E.g. \\selectlanguage{$$lang} where $$lang is substituted by the " "name of the second language." msgstr "" -"Příkaz LaTeX-u, který přepne z jazyka dokumentu na jiný jazyk. Např. " -"\\selectlanguage{$$lang} kde $$lang je jméno druhého jazyka." +"Příkaz LaTeX-u, kterĂ˝ přepne z jazyka dokumentu na jinĂ˝ jazyk. Např. " +"\\selectlanguage{$$lang} kde $$lang je jmĂŠno druhĂŠho jazyka." -#: src/LyXRC.cpp:3234 +#: src/LyXRC.cpp:3225 msgid "The LaTeX command for changing back to the language of the document." -msgstr "Příkaz LaTeX-u, který přepne zpět na jazyk dokumentu." +msgstr "Příkaz LaTeX-u, kterĂ˝ přepne zpět na jazyk dokumentu." -#: src/LyXRC.cpp:3238 +#: src/LyXRC.cpp:3229 msgid "The LaTeX command for local changing of the language." -msgstr "Příkaz LaTeX-u pro lokální změnu jazyka." +msgstr "Příkaz LaTeX-u pro lokĂĄlnĂ­ změnu jazyka." -#: src/LyXRC.cpp:3242 +#: src/LyXRC.cpp:3233 msgid "" "De-select if you don't want the language(s) used as an argument to " "\\documentclass." msgstr "" -"Zrušte volbu, nechcete-li použít jazyk(y) jakožto parametr pro " +"ZruĹĄte volbu, nechcete-li pouŞít jazyk(y) jakoĹžto parametr pro " "\\documentclass." -#: src/LyXRC.cpp:3246 +#: src/LyXRC.cpp:3237 msgid "" "The LaTeX command for loading the language package. E.g. \"\\usepackage" "{babel}\", \"\\usepackage{omega}\"." msgstr "" -"Příkaz LaTeX-u pro načtení jazykového balíčku. Např. \"\\usepackage{babel}\"," +"Příkaz LaTeX-u pro načtenĂ­ jazykovĂŠho balíčku. Např. \"\\usepackage{babel}\"," "\"\\usepackage{omega}\"." -#: src/LyXRC.cpp:3250 +#: src/LyXRC.cpp:3241 msgid "" "De-select if you don't want babel to be used when the language of the " "document is the default language." msgstr "" -"Zrušte volbu, nechcete-li používat babel v případě standardního nastavení " +"ZruĹĄte volbu, nechcete-li pouŞívat babel v případě standardnĂ­ho nastavenĂ­ " "jazyka dokumentu." -#: src/LyXRC.cpp:3254 +#: src/LyXRC.cpp:3245 msgid "De-select if you do not want LyX to scroll to saved position." msgstr "" -"Zrušte volbu, nechcete-li aby LyX nastavoval kurzor na uloženou pozici." +"ZruĹĄte volbu, nechcete-li aby LyX nastavoval kurzor na uloĹženou pozici." -#: src/LyXRC.cpp:3258 +#: src/LyXRC.cpp:3249 msgid "De-select to prevent loading files opened from the last LyX session." msgstr "" -"Zrušte volbu, pokud nechcete načítat soubory otevřené v poslední relaci." +"ZruĹĄte volbu, pokud nechcete načítat soubory otevřenĂŠ v poslednĂ­ relaci." -#: src/LyXRC.cpp:3262 +#: src/LyXRC.cpp:3253 msgid "De-select if you don't want LyX to create backup files." -msgstr "Zrušte volbu, nechcete-li vytvářet záložní kopie souborů." +msgstr "ZruĹĄte volbu, nechcete-li vytvářet zĂĄloĹžnĂ­ kopie souborĹŻ." -#: src/LyXRC.cpp:3266 +#: src/LyXRC.cpp:3257 msgid "" "Select to control the highlighting of words with a language foreign to that " "of the document." msgstr "" -"Zvolte pro kontrolu zvýraznění slov napsaných jazykem odlišným od " -"standardního jazyka dokumentu." +"Zvolte pro kontrolu zvĂ˝razněnĂ­ slov napsanĂ˝ch jazykem odliĹĄnĂ˝m od " +"standardnĂ­ho jazyka dokumentu." + +#: src/LyXRC.cpp:3261 +msgid "The scrolling speed of the mouse wheel." +msgstr "Rychlost kolečka myĹĄi." + +#: src/LyXRC.cpp:3266 +msgid "The completion popup delay." +msgstr "Prodleva pro doplněnĂ­ vyskakovacĂ­m menu" #: src/LyXRC.cpp:3270 -msgid "The scrolling speed of the mouse wheel." -msgstr "Rychlost kolečka myši." - -#: src/LyXRC.cpp:3275 -msgid "The completion popup delay." -msgstr "Prodleva pro doplnění vyskakovacím menu" - -#: src/LyXRC.cpp:3279 msgid "Select to display the completion popup in math mode." -msgstr "Zvolit pro zobrazení vyskakovacího menu uvnitř mat. vzorců" +msgstr "Zvolit pro zobrazenĂ­ vyskakovacĂ­ho menu uvnitř mat. vzorcĹŻ" -#: src/LyXRC.cpp:3283 +#: src/LyXRC.cpp:3274 msgid "Select to display the completion popup in text mode." -msgstr "Zvolit pro zobrazení vyskakovacího menu v textovém režimu" +msgstr "Zvolit pro zobrazenĂ­ vyskakovacĂ­ho menu v textovĂŠm reĹžimu" -#: src/LyXRC.cpp:3287 +#: src/LyXRC.cpp:3278 msgid "" "Show the completion popup without delay after non-unique completion attempt." -msgstr "Při nejednoznačnosti zobrazit vyskakovací menu bez prodlevy." +msgstr "Při nejednoznačnosti zobrazit vyskakovacĂ­ menu bez prodlevy." -#: src/LyXRC.cpp:3291 +#: src/LyXRC.cpp:3282 msgid "" "Show a small triangle on the cursor to indicate that a completion is " "available." -msgstr "Zobrazit malý trojúhelník za kurzorem pokud je doplnění možné." +msgstr "Zobrazit malĂ˝ trojĂşhelnĂ­k za kurzorem pokud je doplněnĂ­ moĹžnĂŠ." -#: src/LyXRC.cpp:3295 +#: src/LyXRC.cpp:3286 msgid "The inline completion delay." -msgstr "Prodleva pro řádkové doplnění." +msgstr "Prodleva pro řádkovĂŠ doplněnĂ­." -#: src/LyXRC.cpp:3299 +#: src/LyXRC.cpp:3290 msgid "Select to display the inline completion in math mode." -msgstr "Zvolit pro zobrazení řádkového doplnění v matematickém módu." +msgstr "Zvolit pro zobrazenĂ­ řádkovĂŠho doplněnĂ­ v matematickĂŠm mĂłdu." -#: src/LyXRC.cpp:3303 +#: src/LyXRC.cpp:3294 msgid "Select to display the inline completion in text mode." -msgstr "Zvolit pro zobrazení řádkového doplnění v textovém módu." +msgstr "Zvolit pro zobrazenĂ­ řádkovĂŠho doplněnĂ­ v textovĂŠm mĂłdu." -#: src/LyXRC.cpp:3307 +#: src/LyXRC.cpp:3298 msgid "Use \"...\" to shorten long completions." -msgstr "Použít \"...\" pro zkrácení dlouhých doplnění." +msgstr "PouŞít \"...\" pro zkrĂĄcenĂ­ dlouhĂ˝ch doplněnĂ­." -#: src/LyXRC.cpp:3311 +#: src/LyXRC.cpp:3302 msgid "Allow TeXMacs shorthand, like => converting to \\Rightarrow." -msgstr "Povolit zkratku TeXMacs-u, jako např. konverzi z => na \\Rightarrow." +msgstr "Povolit zkratku TeXMacs-u, jako např. konverzi z => na \\Rightarrow." -#: src/LyXRC.cpp:3315 +#: src/LyXRC.cpp:3306 #, c-format msgid "Maximal number of lastfiles. Up to %1$d can appear in the file menu." msgstr "" -"Maximální počet souborů v historii. V menu se může objevit až %1$d souborů." +"MaximĂĄlnĂ­ počet souborĹŻ v historii. V menu se mĹŻĹže objevit aĹž %1$d souborĹŻ." -#: src/LyXRC.cpp:3326 +#: src/LyXRC.cpp:3317 msgid "Shows a typeset preview of things such as math" -msgstr "Zobrazovat náhled na vysázený text typu matematiky apod." +msgstr "Zobrazovat nĂĄhled na vysĂĄzenĂ˝ text typu matematiky apod." -#: src/LyXRC.cpp:3330 +#: src/LyXRC.cpp:3321 msgid "Previewed equations will have \"(#)\" labels rather than numbered ones" -msgstr "Rovnice v náhledu budou označeny pomocí \"(#)\" místo očíslování." +msgstr "Rovnice v nĂĄhledu budou označeny pomocĂ­ \"(#)\" mĂ­sto očíslovĂĄnĂ­." -#: src/LyXRC.cpp:3334 +#: src/LyXRC.cpp:3325 msgid "Scale the preview size to suit." -msgstr "Nastavte měřítko pro náhled." +msgstr "Nastavte měřítko pro nĂĄhled." -#: src/LyXRC.cpp:3338 +#: src/LyXRC.cpp:3329 msgid "The option for specifying whether the copies should be collated." -msgstr "Volba určující, zda-li mají být kopie srovnány za sebou." +msgstr "Volba určujĂ­cĂ­, zda-li majĂ­ bĂ˝t kopie srovnĂĄny za sebou." -#: src/LyXRC.cpp:3342 +#: src/LyXRC.cpp:3333 msgid "The option for specifying the number of copies to print." -msgstr "Volba určující počet kopií pro tisk." +msgstr "Volba určujĂ­cĂ­ počet kopiĂ­ pro tisk." -#: src/LyXRC.cpp:3346 +#: src/LyXRC.cpp:3337 msgid "" "The default printer to print on. If none is specified, LyX will use the " "environment variable PRINTER." msgstr "" -"Standardní tiskárna pro tisk. Pokud neurčena, LyX použije proměnnou " -"prostředí PRINTER." +"StandardnĂ­ tiskĂĄrna pro tisk. Pokud neurčena, LyX pouĹžije proměnnou " +"prostředĂ­ PRINTER." -#: src/LyXRC.cpp:3350 +#: src/LyXRC.cpp:3341 msgid "The option to print only even pages." -msgstr "Volba pro tisk pouze sudých stran." +msgstr "Volba pro tisk pouze sudĂ˝ch stran." -#: src/LyXRC.cpp:3354 +#: src/LyXRC.cpp:3345 msgid "" "Extra options to pass to printing program after everything else, but before " "the filename of the DVI file to be printed." msgstr "" -"Volby navíc, které dostane program pro tisk za ostatními volbami, leč před " -"jménem DVI souboru k tisku." +"Volby navĂ­c, kterĂŠ dostane program pro tisk za ostatnĂ­mi volbami, leč před " +"jmĂŠnem DVI souboru k tisku." -#: src/LyXRC.cpp:3358 +#: src/LyXRC.cpp:3349 msgid "Extension of printer program output file. Usually \".ps\"." -msgstr "Přípona výstupního tiskového souboru. Obvykle \".ps\"." +msgstr "Přípona vĂ˝stupnĂ­ho tiskovĂŠho souboru. Obvykle \".ps\"." -#: src/LyXRC.cpp:3362 +#: src/LyXRC.cpp:3353 msgid "The option to print out in landscape." -msgstr "Volba pro tisk na šířku" +msgstr "Volba pro tisk na šířku" -#: src/LyXRC.cpp:3366 +#: src/LyXRC.cpp:3357 msgid "The option to print only odd pages." -msgstr "Volba pro tisk pouze lichých stran." +msgstr "Volba pro tisk pouze lichĂ˝ch stran." -#: src/LyXRC.cpp:3370 +#: src/LyXRC.cpp:3361 msgid "The option for specifying a comma-separated list of pages to print." -msgstr "Volba určující čárkami oddělený seznam stránek k tisku." +msgstr "Volba určujĂ­cĂ­ čárkami oddělenĂ˝ seznam strĂĄnek k tisku." -#: src/LyXRC.cpp:3374 +#: src/LyXRC.cpp:3365 msgid "Option to specify the dimensions of the print paper." -msgstr "Volba určující velikost papíru." +msgstr "Volba určujĂ­cĂ­ velikost papĂ­ru." -#: src/LyXRC.cpp:3378 +#: src/LyXRC.cpp:3369 msgid "The option to specify paper type." -msgstr "Volba učující typ papíru." +msgstr "Volba učujĂ­cĂ­ typ papĂ­ru." -#: src/LyXRC.cpp:3382 +#: src/LyXRC.cpp:3373 msgid "The option to reverse the order of the pages printed." -msgstr "Volba pro tisk stránek v opačném pořadí" +msgstr "Volba pro tisk strĂĄnek v opačnĂŠm pořadĂ­" -#: src/LyXRC.cpp:3386 +#: src/LyXRC.cpp:3377 msgid "" "When set, this printer option automatically prints to a file and then calls " "a separate print spooling program on that file with the given name and " "arguments." msgstr "" -"Pokud nastavena, tato volba automaticky tiskne do souboru a poté na něj " -"odděleně zavolá tiskový \"spool\" program, který dostane jako argumenty " -"jméno souboru a všechny volby." +"Pokud nastavena, tato volba automaticky tiskne do souboru a potĂŠ na něj " +"odděleně zavolĂĄ tiskovĂ˝ \"spool\" program, kterĂ˝ dostane jako argumenty " +"jmĂŠno souboru a vĹĄechny volby." -#: src/LyXRC.cpp:3390 +#: src/LyXRC.cpp:3381 msgid "" "If you specify a printer name in the print dialog, the following argument is " "prepended along with the printer name after the spool command." msgstr "" -"Pokud určíte jméno tiskárny v dialogovém okně tisku, bude tento argument " -"předřazen jménu tiskárny za příkazem \"spool\"-u." +"Pokud určíte jmĂŠno tiskĂĄrny v dialogovĂŠm okně tisku, bude tento argument " +"předřazen jmĂŠnu tiskĂĄrny za příkazem \"spool\"-u." -#: src/LyXRC.cpp:3394 +#: src/LyXRC.cpp:3385 msgid "Option to pass to the print program to print to a file." -msgstr "Volba pro tiskový program, jež nastavuje tisk do souboru." +msgstr "Volba pro tiskovĂ˝ program, jeĹž nastavuje tisk do souboru." -#: src/LyXRC.cpp:3398 +#: src/LyXRC.cpp:3389 msgid "Option to pass to the print program to print on a specific printer." -msgstr "Volba pro tiskový program, jež nastavuje určitou tiskárnu." +msgstr "Volba pro tiskovĂ˝ program, jeĹž nastavuje určitou tiskĂĄrnu." -#: src/LyXRC.cpp:3402 +#: src/LyXRC.cpp:3393 msgid "" "Select for LyX to pass the name of the destination printer to your print " "command." -msgstr "Zvolte, pokud má LyX předávat jméno tiskárny tiskovému programu." +msgstr "Zvolte, pokud mĂĄ LyX předĂĄvat jmĂŠno tiskĂĄrny tiskovĂŠmu programu." -#: src/LyXRC.cpp:3406 +#: src/LyXRC.cpp:3397 msgid "Your favorite print program, e.g. \"dvips\", \"dvilj4\"." -msgstr "Zvolte tiskový program, např. \"dvips\", \"dvilj4\"." +msgstr "Zvolte tiskovĂ˝ program, např. \"dvips\", \"dvilj4\"." -#: src/LyXRC.cpp:3414 +#: src/LyXRC.cpp:3405 msgid "" "Select to have visual bidi cursor movement, unselect for logical movement." -msgstr "Vyberte pro visuální/logický pohyb kurzoru v dvojsměrném módu (bidi)" +msgstr "Vyberte pro visuĂĄlnĂ­/logickĂ˝ pohyb kurzoru v dvojsměrnĂŠm mĂłdu (bidi)" -#: src/LyXRC.cpp:3418 -msgid "" -"Specify whether, closing the last view of an open document, LyX should close " -"the document (yes), hide it (no), or ask the user (ask)." -msgstr "" - -#: src/LyXRC.cpp:3422 +#: src/LyXRC.cpp:3409 msgid "" "DPI (dots per inch) of your monitor is auto-detected by LyX. If that goes " "wrong, override the setting here." msgstr "" -"DPI (počet bodů na palec) vašeho monitoru je automaticky detekováno LyX-em. " -"Při selhání nastavte vlastní hodnotu." +"DPI (počet bodĹŻ na palec) vaĹĄeho monitoru je automaticky detekovĂĄno LyX-em. " +"Při selhĂĄnĂ­ nastavte vlastnĂ­ hodnotu." -#: src/LyXRC.cpp:3428 +#: src/LyXRC.cpp:3415 msgid "The screen fonts used to display the text while editing." -msgstr "Fonty používané k zobrazení editovaného textu na obrazovce." +msgstr "Fonty pouŞívanĂŠ k zobrazenĂ­ editovanĂŠho textu na obrazovce." -#: src/LyXRC.cpp:3437 +#: src/LyXRC.cpp:3424 msgid "" "Allow bitmap fonts to be resized. If you are using a bitmap font, selecting " "this option may make some fonts look blocky in LyX. Deselecting this option " "makes LyX use the nearest bitmap font size available, instead of scaling." msgstr "" -"Povolit změnu velikosti bitmapových fontů. Pokud používáte bitmapový font a " -"nastavíte tuto volbu, mohou některé fonty vypadat v LyX-u kostrbatě. Pokud " -"je tato volba vypnuta použije LyX nejbližší dostupnou velikostbitmapového " +"Povolit změnu velikosti bitmapovĂ˝ch fontĹŻ. Pokud pouŞívĂĄte bitmapovĂ˝ font a " +"nastavĂ­te tuto volbu, mohou některĂŠ fonty vypadat v LyX-u kostrbatě. Pokud " +"je tato volba vypnuta pouĹžije LyX nejbliŞťí dostupnou velikostbitmapovĂŠho " "fontu." -#: src/LyXRC.cpp:3441 +#: src/LyXRC.cpp:3428 msgid "The font sizes used for calculating the scaling of the screen fonts." -msgstr "Velikosti fontu používané při výpočtech změny měřítka na obrazovce." +msgstr "Velikosti fontu pouŞívanĂŠ při vĂ˝počtech změny měřítka na obrazovce." -#: src/LyXRC.cpp:3446 +#: src/LyXRC.cpp:3433 #, no-c-format msgid "" "The zoom percentage for screen fonts. A setting of 100% will make the fonts " "roughly the same size as on paper." msgstr "" -"Zvětšení fontů na obrazovce. Nastavení 100% hrubě odpovídá jejich " -"velikostina papíru." +"ZvětĹĄenĂ­ fontĹŻ na obrazovce. NastavenĂ­ 100% hrubě odpovĂ­dĂĄ jejich " +"velikostina papĂ­ru." -#: src/LyXRC.cpp:3450 +#: src/LyXRC.cpp:3437 msgid "Allow session manager to save and restore windows geometry." -msgstr "Povolit ukládání a znovu-nastavení pozice okna." +msgstr "Povolit uklĂĄdĂĄnĂ­ a znovu-nastavenĂ­ pozice okna." -#: src/LyXRC.cpp:3454 +#: src/LyXRC.cpp:3441 msgid "" "This starts the lyxserver. The pipes get an additional extension \".in\" and " "\".out\". Only for advanced users." msgstr "" -"Spustit lyxserver. Roury (pipe) dostanou příponu \".in\" a \".out\". Jen pro " -"pokročilé uživatele." +"Spustit lyxserver. Roury (pipe) dostanou příponu \".in\" a \".out\". Jen pro " +"pokročilĂŠ uĹživatele." -#: src/LyXRC.cpp:3461 +#: src/LyXRC.cpp:3448 msgid "De-select if you don't want the startup banner." -msgstr "Zrušte volbu, pokud nechcete zobrazovat úvodní obrazovku." +msgstr "ZruĹĄte volbu, pokud nechcete zobrazovat ĂşvodnĂ­ obrazovku." -#: src/LyXRC.cpp:3465 +#: src/LyXRC.cpp:3452 msgid "" "LyX will place its temporary directories in this path. They will be deleted " "when you quit LyX." msgstr "" -"LyX umístí pomocné adresáře do této cesty. Při ukončení LyX-u budou smazány." +"LyX umĂ­stĂ­ pomocnĂŠ adresáře do tĂŠto cesty. Při ukončenĂ­ LyX-u budou smazĂĄny." -#: src/LyXRC.cpp:3469 +#: src/LyXRC.cpp:3456 msgid "This is the place where the files of the thesaurus library reside." -msgstr "Zde jsou umístěné soubory pro knihovnu tezauru." +msgstr "Zde jsou umĂ­stěnĂŠ soubory pro knihovnu tezauru." -#: src/LyXRC.cpp:3473 +#: src/LyXRC.cpp:3460 msgid "" "The path that LyX will set when offering to choose a template. An empty " "value selects the directory LyX was started from." msgstr "" -"Cesta kterou LyX nabídne při výběru šablony. Prázdný řetězec způsobí výběr " -"adresáře, ze kterého byl LyX spuštěn." +"Cesta kterou LyX nabĂ­dne při vĂ˝běru ĹĄablony. PrĂĄzdnĂ˝ řetězec zpĹŻsobĂ­ vĂ˝běr " +"adresáře, ze kterĂŠho byl LyX spuĹĄtěn." -#: src/LyXRC.cpp:3490 +#: src/LyXRC.cpp:3477 msgid "" "The UI (user interface) file. Can either specify an absolute path, or LyX " "will look in its global and local ui/ directories." msgstr "" -"Soubor uživatelského rozhraní (UI). Lze zadat absolutní cestu; jinak bude " -"LyX hledat v jeho lokálních a globálních adresářích ui/ ." +"Soubor uĹživatelskĂŠho rozhranĂ­ (UI). Lze zadat absolutnĂ­ cestu; jinak bude " +"LyX hledat v jeho lokĂĄlnĂ­ch a globĂĄlnĂ­ch adresářích ui/ ." -#: src/LyXRC.cpp:3500 +#: src/LyXRC.cpp:3487 msgid "" "Enable use the system colors for some things like main window background and " "selection." -msgstr "Použít systémové barvy pro pozadí hlavního okna, výběr apod." +msgstr "PouŞít systĂŠmovĂŠ barvy pro pozadĂ­ hlavnĂ­ho okna, vĂ˝běr apod." -#: src/LyXRC.cpp:3504 +#: src/LyXRC.cpp:3491 msgid "Enable the automatic appearance of tool tips in the work area." -msgstr "Zapíná automatické zobrazování bublinové nápovědy na pracovní ploše." +msgstr "ZapĂ­nĂĄ automatickĂŠ zobrazovĂĄnĂ­ bublinovĂŠ nĂĄpovědy na pracovnĂ­ ploĹĄe." -#: src/LyXRC.cpp:3508 +#: src/LyXRC.cpp:3495 msgid "" "Enable the pixmap cache that might improve performance on Mac and Windows." msgstr "" -"Zapnout vyrovnávací paměť pro pixmap, která může zlepšit výkonnost na Mac-u " +"Zapnout vyrovnĂĄvacĂ­ paměť pro pixmap, kterĂĄ mĹŻĹže zlepĹĄit vĂ˝konnost na Mac-u " "a Windows." -#: src/LyXRC.cpp:3512 +#: src/LyXRC.cpp:3499 msgid "Specify the paper command to DVI viewer (leave empty or use \"-paper\")" msgstr "" -"Určete volbu nastavující papír v prohlížeči DVI(nechte prázdné nebo použijte " +"Určete volbu nastavujĂ­cĂ­ papĂ­r v prohlĂ­Ĺžeči DVI(nechte prĂĄzdnĂŠ nebo pouĹžijte " "\"-paper\")." -#: src/LyXVC.cpp:104 +#: src/LyXVC.cpp:86 #, c-format msgid "Do you want to retrieve the document %1$s from version control?" -msgstr "Chcete obdržet dokument %1$s ze správy verzí ?" +msgstr "Chcete obdrĹžet dokument %1$s ze sprĂĄvy verzĂ­ ?" -#: src/LyXVC.cpp:106 +#: src/LyXVC.cpp:88 msgid "Retrieve from version control?" -msgstr "Obdržet ze správy verzí" +msgstr "ObdrĹžet ze sprĂĄvy verzĂ­" -#: src/LyXVC.cpp:107 +#: src/LyXVC.cpp:89 msgid "&Retrieve" -msgstr "&Obdržet" +msgstr "&ObdrĹžet" -#: src/LyXVC.cpp:141 +#: src/LyXVC.cpp:115 msgid "Document not saved" -msgstr "Dokument neuložen" +msgstr "Dokument neuloĹžen" -#: src/LyXVC.cpp:142 +#: src/LyXVC.cpp:116 msgid "You must save the document before it can be registered." -msgstr "Dokument musí být uložen před registrací." +msgstr "Dokument musĂ­ bĂ˝t uloĹžen před registracĂ­." -#: src/LyXVC.cpp:178 +#: src/LyXVC.cpp:148 msgid "LyX VC: Initial description" -msgstr "LyX SV: Počáteční popisek" +msgstr "LyX SV: PočátečnĂ­ popisek" -#: src/LyXVC.cpp:179 src/LyXVC.cpp:186 +#: src/LyXVC.cpp:149 src/LyXVC.cpp:156 msgid "(no initial description)" -msgstr "(bez počátečního popisku)" +msgstr "(bez počátečnĂ­ho popisku)" -#: src/LyXVC.cpp:198 src/LyXVC.cpp:217 -#, fuzzy -msgid "LyX VC: Log message" -msgstr "LyX SV: Zpráva Log-u" - -#: src/LyXVC.cpp:199 src/LyXVC.cpp:205 src/LyXVC.cpp:218 src/LyXVC.cpp:224 -#: src/LyXVC.cpp:235 +#: src/LyXVC.cpp:165 msgid "(no log message)" msgstr "(no log message)" -#: src/LyXVC.cpp:239 src/frontends/qt4/GuiView.cpp:2982 +#: src/LyXVC.cpp:170 src/frontends/qt4/GuiView.cpp:2872 msgid "LyX VC: Log Message" -msgstr "LyX SV: Zpráva Log-u" +msgstr "LyX SV: ZprĂĄva Log-u" -#: src/LyXVC.cpp:291 +#: src/LyXVC.cpp:218 #, c-format msgid "" "Reverting to the stored version of the document %1$s will lose all current " @@ -24786,193 +19552,201 @@ msgid "" "\n" "Do you want to revert to the older version?" msgstr "" -"Návrat k uložené verzi dokumentu %1$s znamená ztrátu všech současných změn.\n" +"NĂĄvrat k uloĹženĂŠ verzi dokumentu %1$s znamenĂĄ ztrĂĄtu vĹĄech současnĂ˝ch změn.\n" "\n" -"Chcete přejít zpět k starší uložené verzi ?" +"Chcete přejĂ­t zpět k starĹĄĂ­ uloĹženĂŠ verzi ?" -#: src/LyXVC.cpp:296 +#: src/LyXVC.cpp:223 msgid "Revert to stored version of document?" -msgstr "Návrat k uložené verzi dokumentu ?" +msgstr "NĂĄvrat k uloĹženĂŠ verzi dokumentu ?" -#: src/LyXVC.cpp:297 src/frontends/qt4/GuiView.cpp:3475 +#: src/LyXVC.cpp:224 src/frontends/qt4/GuiView.cpp:3400 msgid "&Revert" -msgstr "&Původní verze" +msgstr "&PĹŻvodnĂ­ verze" -#: src/Paragraph.cpp:2048 +#: src/Paragraph.cpp:2008 msgid "Senseless with this layout!" -msgstr "Nesmyslné v tomto rozvržení !" +msgstr "NesmyslnĂŠ v tomto rozvrĹženĂ­ !" -#: src/Paragraph.cpp:2109 +#: src/Paragraph.cpp:2070 msgid "Alignment not permitted" -msgstr "Zarovnání nepovoleno" +msgstr "ZarovnĂĄnĂ­ nepovoleno" -#: src/Paragraph.cpp:2110 +#: src/Paragraph.cpp:2071 msgid "" "The new layout does not permit the alignment previously used.\n" "Setting to default." msgstr "" -"Nové rozvržení nepovoluje používané zarovnání.\n" -"Přepnuto na standardní." +"NovĂŠ rozvrĹženĂ­ nepovoluje pouŞívanĂŠ zarovnĂĄnĂ­.\n" +"Přepnuto na standardnĂ­." -#: src/Text.cpp:429 +#: src/Paragraph.cpp:3150 +msgid "Memory problem" +msgstr "InternĂ­ chyba" + +#: src/Paragraph.cpp:3150 +msgid "Paragraph not properly initialized" +msgstr "Odstavec nenĂ­ sprĂĄvně inicializovĂĄn" + +#: src/Text.cpp:415 msgid "Unknown Inset" -msgstr "Neznámá vložka" +msgstr "NeznĂĄmĂĄ vloĹžka" -#: src/Text.cpp:516 +#: src/Text.cpp:496 msgid "Change tracking error" -msgstr "Chyba při změně revize" +msgstr "Chyba při změně revize" -#: src/Text.cpp:517 +#: src/Text.cpp:497 #, c-format msgid "Unknown author index for change: %1$d\n" -msgstr "Neznámý index autora pro změnu: %1$d\n" +msgstr "NeznĂĄmĂ˝ index autora pro změnu: %1$d\n" -#: src/Text.cpp:528 +#: src/Text.cpp:508 msgid "Unknown token" -msgstr "Neznámý symbol" +msgstr "NeznĂĄmĂ˝ symbol" -#: src/Text.cpp:989 +#: src/Text.cpp:972 msgid "" "You cannot insert a space at the beginning of a paragraph. Please read the " "Tutorial." msgstr "" -"Nelze vložit mezeru na začátek odstavce. Přečtěte si prosím příručku " +"Nelze vloĹžit mezeru na začátek odstavce. Přečtěte si prosĂ­m příručku " "(tutorial)." -#: src/Text.cpp:998 +#: src/Text.cpp:980 msgid "You cannot type two spaces this way. Please read the Tutorial." msgstr "" -"Dvě mezery nelze psát tímto způsobem. Přečtěte si prosím příručku(tutorial)." +"Dvě mezery nelze psĂĄt tĂ­mto zpĹŻsobem. Přečtěte si prosĂ­m příručku(tutorial)." -#: src/Text.cpp:1836 +#: src/Text.cpp:1815 msgid "[Change Tracking] " -msgstr "[Změna revize] " +msgstr "[Změna revize] " -#: src/Text.cpp:1842 +#: src/Text.cpp:1821 msgid "Change: " -msgstr "Změna: " +msgstr "Změna: " -#: src/Text.cpp:1846 +#: src/Text.cpp:1825 msgid " at " msgstr " na " -#: src/Text.cpp:1856 +#: src/Text.cpp:1835 #, c-format msgid "Font: %1$s" msgstr "Font: %1$s" -#: src/Text.cpp:1861 +#: src/Text.cpp:1840 #, c-format msgid ", Depth: %1$d" msgstr ", Hloubka: %1$d" -#: src/Text.cpp:1867 +#: src/Text.cpp:1846 msgid ", Spacing: " msgstr ", Mezery: " -#: src/Text.cpp:1873 src/frontends/qt4/GuiDocument.cpp:713 +#: src/Text.cpp:1852 src/frontends/qt4/GuiDocument.cpp:773 msgid "OneHalf" -msgstr "Jedna a půl" +msgstr "Jedna a pĹŻl" -#: src/Text.cpp:1879 +#: src/Text.cpp:1858 msgid "Other (" -msgstr "Další (" +msgstr "DalĹĄĂ­ (" -#: src/Text.cpp:1888 +#: src/Text.cpp:1867 msgid ", Inset: " -msgstr ", Vložka: " +msgstr ", VloĹžka: " -#: src/Text.cpp:1889 +#: src/Text.cpp:1868 msgid ", Paragraph: " msgstr ", Odstavec: " -#: src/Text.cpp:1890 +#: src/Text.cpp:1869 msgid ", Id: " msgstr ", Id: " -#: src/Text.cpp:1891 +#: src/Text.cpp:1870 msgid ", Position: " msgstr ", Pozice: " -#: src/Text.cpp:1897 +#: src/Text.cpp:1876 msgid ", Char: 0x" msgstr ", Znak: 0x" -#: src/Text.cpp:1899 +#: src/Text.cpp:1878 msgid ", Boundary: " msgstr ", Okraj: " -#: src/Text2.cpp:404 +#: src/Text2.cpp:383 msgid "No font change defined." -msgstr "Žádná změna fontu není definována." +msgstr "ŽådnĂĄ změna fontu nenĂ­ definovĂĄna." -#: src/Text2.cpp:444 +#: src/Text2.cpp:423 msgid "Nothing to index!" msgstr "Nic k indexaci !" -#: src/Text2.cpp:446 +#: src/Text2.cpp:425 msgid "Cannot index more than one paragraph!" -msgstr "Nelze indexovat víc než jeden odstavec !" +msgstr "Nelze indexovat vĂ­c neĹž jeden odstavec !" + +#: src/Text3.cpp:194 +msgid "Math editor mode" +msgstr "MĂłd matematickĂŠho editoru" #: src/Text3.cpp:196 -msgid "Math editor mode" -msgstr "Mód matematického editoru" - -#: src/Text3.cpp:198 msgid "No valid math formula" -msgstr "Žádný platný matematický vzorec" +msgstr "ŽådnĂ˝ platnĂ˝ matematickĂ˝ vzorec" -#: src/Text3.cpp:206 src/mathed/InsetMathNest.cpp:1034 +#: src/Text3.cpp:204 src/mathed/InsetMathNest.cpp:1029 msgid "Already in regular expression mode" -msgstr "Již jste v módu regulárních výrazů" +msgstr "JiĹž jste v mĂłdu regulĂĄrnĂ­ch vĂ˝razĹŻ" -#: src/Text3.cpp:219 +#: src/Text3.cpp:217 msgid "Regexp editor mode" -msgstr "Mód regulárních výrazů" +msgstr "MĂłd regulĂĄrnĂ­ch vĂ˝razĹŻ" -#: src/Text3.cpp:1339 +#: src/Text3.cpp:1306 msgid "Layout " -msgstr "Rozvržení " +msgstr "RozvrĹženĂ­ " -#: src/Text3.cpp:1340 +#: src/Text3.cpp:1307 msgid " not known" -msgstr " neznámý" +msgstr " neznĂĄmĂ˝" -#: src/Text3.cpp:1872 src/frontends/qt4/GuiApplication.cpp:1577 +#: src/Text3.cpp:1781 src/frontends/qt4/GuiApplication.cpp:1410 msgid "Missing argument" -msgstr "Chybí argument" +msgstr "ChybĂ­ argument" -#: src/Text3.cpp:2028 src/Text3.cpp:2040 +#: src/Text3.cpp:1930 src/Text3.cpp:1942 msgid "Character set" -msgstr "Znaková sada" +msgstr "ZnakovĂĄ sada" -#: src/Text3.cpp:2247 src/Text3.cpp:2258 +#: src/Text3.cpp:2149 src/Text3.cpp:2160 msgid "Paragraph layout set" -msgstr "Nastavení rozvržení odstavce" +msgstr "NastavenĂ­ rozvrĹženĂ­ odstavce" -#: src/TextClass.cpp:158 +#: src/TextClass.cpp:157 msgid "Plain Layout" -msgstr "Jednoduché" +msgstr "JednoduchĂŠ" -#: src/TextClass.cpp:817 +#: src/TextClass.cpp:804 msgid "Missing File" -msgstr "Chybějící soubor" +msgstr "ChybějĂ­cĂ­ soubor" -#: src/TextClass.cpp:818 +#: src/TextClass.cpp:805 msgid "Could not find stdinsets.inc! This may lead to data loss!" msgstr "" -"Nepodařilo se najít soubor stdinsets.inc! Toto může vést ke ztrátě dat!" +"Nepodařilo se najĂ­t soubor stdinsets.inc! Toto mĹŻĹže vĂŠst ke ztrĂĄtě dat!" -#: src/TextClass.cpp:821 +#: src/TextClass.cpp:808 msgid "Corrupt File" -msgstr "Poškozený soubor" +msgstr "PoĹĄkozenĂ˝ soubor" -#: src/TextClass.cpp:822 +#: src/TextClass.cpp:809 msgid "Could not read stdinsets.inc! This may lead to data loss!" msgstr "" -"Nepodařilo se přečíst soubor stdinsets.inc! Toto může vést ke ztrátě dat!" +"Nepodařilo se přečíst soubor stdinsets.inc! Toto mĹŻĹže vĂŠst ke ztrĂĄtě dat!" -#: src/TextClass.cpp:1492 +#: src/TextClass.cpp:1473 #, c-format msgid "" "The module %1$s has been requested by\n" @@ -24980,16 +19754,16 @@ msgid "" "available modules. If you recently installed it, you\n" "probably need to reconfigure LyX.\n" msgstr "" -"Modul %1$s je vyžadován tímto dokumentem,\n" -"ale nebyl nalezen v seznamu dostupných modulů.\n" -"Pokud byl instalován teprve nedávno, budete\n" -"pravděpodobně potřebovat rekonfiguraci LyX-u.\n" +"Modul %1$s je vyĹžadovĂĄn tĂ­mto dokumentem,\n" +"ale nebyl nalezen v seznamu dostupnĂ˝ch modulĹŻ.\n" +"Pokud byl instalovĂĄn teprve nedĂĄvno, budete\n" +"pravděpodobně potřebovat rekonfiguraci LyX-u.\n" -#: src/TextClass.cpp:1496 +#: src/TextClass.cpp:1477 msgid "Module not available" -msgstr "Modul není dostupný" +msgstr "Modul nenĂ­ dostupnĂ˝" -#: src/TextClass.cpp:1502 +#: src/TextClass.cpp:1483 #, c-format msgid "" "The module %1$s requires a package that is not\n" @@ -24999,76 +19773,76 @@ msgid "" "\t%2$s\n" "See section 3.1.2.3 (Modules) of the User's Guide for more information." msgstr "" -"Modul %1$s vyžaduje buď balíček, který není dostupný ve vaší\n" -"LaTeX-ové instalaci, anebo konvertor, který jste nenainstalovali.\n" -"Výstup do LaTeXu nemusí být umožněn.\n" -"Chybějící prerekvizity:\n" +"Modul %1$s vyĹžaduje buď balíček, kterĂ˝ nenĂ­ dostupnĂ˝ ve vaĹĄĂ­\n" +"LaTeX-ovĂŠ instalaci, anebo konvertor, kterĂ˝ jste nenainstalovali.\n" +"VĂ˝stup do LaTeXu nemusĂ­ bĂ˝t umoĹžněn.\n" +"ChybějĂ­cĂ­ prerekvizity:\n" "\t%2$s\n" -"Viz sekce 3.1.2.3 (Moduly) v uživatelské příručce." +"Viz sekce 3.1.2.3 (Moduly) v uĹživatelskĂŠ příručce." -#: src/TextClass.cpp:1509 +#: src/TextClass.cpp:1490 msgid "Package not available" -msgstr "Balíček není dostupný" +msgstr "Balíček nenĂ­ dostupnĂ˝" -#: src/TextClass.cpp:1514 +#: src/TextClass.cpp:1495 #, c-format msgid "Error reading module %1$s\n" -msgstr "Chyba při čtení modulu %1$s\n" +msgstr "Chyba při čtenĂ­ modulu %1$s\n" -#: src/VCBackend.cpp:59 src/VCBackend.cpp:862 src/VCBackend.cpp:867 -#: src/VCBackend.cpp:915 src/VCBackend.cpp:976 src/VCBackend.cpp:1037 -#: src/VCBackend.cpp:1045 src/VCBackend.cpp:1340 src/VCBackend.cpp:1443 -#: src/VCBackend.cpp:1449 src/VCBackend.cpp:1471 src/VCBackend.cpp:1955 -#: src/frontends/qt4/GuiView.cpp:2900 src/frontends/qt4/GuiView.cpp:2944 +#: src/VCBackend.cpp:60 src/VCBackend.cpp:765 src/VCBackend.cpp:770 +#: src/VCBackend.cpp:818 src/VCBackend.cpp:879 src/VCBackend.cpp:940 +#: src/VCBackend.cpp:948 src/VCBackend.cpp:1155 src/VCBackend.cpp:1248 +#: src/VCBackend.cpp:1254 src/VCBackend.cpp:1275 +#: src/frontends/qt4/GuiView.cpp:2834 msgid "Revision control error." -msgstr "Chyba správy verzí." +msgstr "Chyba sprĂĄvy verzĂ­." -#: src/VCBackend.cpp:60 +#: src/VCBackend.cpp:61 #, c-format msgid "" "Some problem occured while running the command:\n" "'%1$s'." msgstr "" -"Nastala chyba při spuštění příkazu:\n" +"Nastala chyba při spuĹĄtěnĂ­ příkazu:\n" "'%1$s'." -#: src/VCBackend.cpp:623 +#: src/VCBackend.cpp:570 msgid "Up-to-date" -msgstr "Aktualizováno" +msgstr "AktualizovĂĄno" -#: src/VCBackend.cpp:625 +#: src/VCBackend.cpp:572 msgid "Locally Modified" -msgstr "Lokálně modifikováno" +msgstr "LokĂĄlně modifikovĂĄno" -#: src/VCBackend.cpp:627 +#: src/VCBackend.cpp:574 msgid "Locally Added" -msgstr "Lokálně přidáno" +msgstr "LokĂĄlně přidĂĄno" -#: src/VCBackend.cpp:629 +#: src/VCBackend.cpp:576 msgid "Needs Merge" -msgstr "Je potřeba sloučit (merge)" +msgstr "Je potřeba sloučit (merge)" -#: src/VCBackend.cpp:631 +#: src/VCBackend.cpp:578 msgid "Needs Checkout" -msgstr "Je potřeba načíst z repozitáře" +msgstr "Je potřeba načíst z repozitáře" -#: src/VCBackend.cpp:633 +#: src/VCBackend.cpp:580 msgid "No CVS file" -msgstr "Žádný CVS soubor" +msgstr "ŽådnĂ˝ CVS soubor" -#: src/VCBackend.cpp:635 +#: src/VCBackend.cpp:582 msgid "Cannot retrieve CVS status" -msgstr "Nelze obdržet CVS status" +msgstr "Nelze obdrĹžet CVS status" -#: src/VCBackend.cpp:863 +#: src/VCBackend.cpp:766 msgid "" "The repository version is newer then the current check out.\n" "You have to update from repository first or revert your changes." msgstr "" -"Verze v repozitáři je novější než současná pracovní verze.\n" -"Nejprve aktualizujte z repozitáře nebo revertujte vaše změny." +"Verze v repozitáři je novějĹĄĂ­ neĹž současnĂĄ pracovnĂ­ verze.\n" +"Nejprve aktualizujte z repozitáře nebo revertujte vaĹĄe změny." -#: src/VCBackend.cpp:868 +#: src/VCBackend.cpp:771 #, c-format msgid "" "Bad status when checking in changes.\n" @@ -25076,12 +19850,12 @@ msgid "" "'%1$s'\n" "\n" msgstr "" -"Chybný stav při ukládání změn do repozitáře.\n" +"ChybnĂ˝ stav při uklĂĄdĂĄnĂ­ změn do repozitáře.\n" "\n" "'%1$s'\n" "\n" -#: src/VCBackend.cpp:916 src/VCBackend.cpp:1472 +#: src/VCBackend.cpp:819 src/VCBackend.cpp:1276 #, c-format msgid "" "Error when updating from repository.\n" @@ -25090,13 +19864,13 @@ msgid "" "\n" "After pressing OK, LyX will try to reopen the resolved document." msgstr "" -"Chyba při provádění aktualizace z repositáře.\n" -"Musíte opravit konflikty NYNÍ!\n" +"Chyba při provĂĄděnĂ­ aktualizace z repositáře.\n" +"MusĂ­te opravit konflikty NYNÍ!\n" "'%1$s'.\n" "\n" -"Po stisknutí tlačítka OK se LyX pokusí znovu načíst opravený dokument." +"Po stisknutĂ­ tlačítka OK se LyX pokusĂ­ znovu načíst opravenĂ˝ dokument." -#: src/VCBackend.cpp:950 +#: src/VCBackend.cpp:853 #, c-format msgid "" "There were detected changes in the working directory:\n" @@ -25105,28 +19879,28 @@ msgid "" "Possible file conflicts must be then resolved manually or you will need to " "revert back to the repository version." msgstr "" -"Byly detekovány změny v pracovním adresáři:\n" +"Byly detekovĂĄny změny v pracovnĂ­m adresáři:\n" "%1$s\n" "\n" -"Případné konflikty musí být vyřešeny ručně nebo budete muset revertovat zpět " -"k verzi z repozitáře.\n" +"PřípadnĂŠ konflikty musĂ­ bĂ˝t vyřeĹĄeny ručně nebo budete muset revertovat zpět " +"k verzi z repozitáře.\n" "\n" -"Pokračovat?" +"Pokračovat?" -#: src/VCBackend.cpp:954 src/VCBackend.cpp:958 src/VCBackend.cpp:1513 -#: src/VCBackend.cpp:1517 +#: src/VCBackend.cpp:857 src/VCBackend.cpp:861 src/VCBackend.cpp:1317 +#: src/VCBackend.cpp:1321 msgid "Changes detected" -msgstr "Detekovány změny" +msgstr "DetekovĂĄny změny" -#: src/VCBackend.cpp:955 src/VCBackend.cpp:959 +#: src/VCBackend.cpp:858 src/VCBackend.cpp:862 msgid "&Abort" -msgstr "&Př&erušit" +msgstr "&Př&eruĹĄit" -#: src/VCBackend.cpp:955 src/VCBackend.cpp:1514 +#: src/VCBackend.cpp:858 src/VCBackend.cpp:1318 msgid "View &Log ..." msgstr "Zobraz &Log ..." -#: src/VCBackend.cpp:977 +#: src/VCBackend.cpp:880 #, c-format msgid "" "Error when updating document %1$s from repository.\n" @@ -25135,67 +19909,67 @@ msgid "" "\n" "After pressing OK, LyX will try to reopen the resolved document." msgstr "" -"Chyba při provádění aktualizace dokumentu %1$s z repositáře.\n" -"Musíte opravit konflikty NYNÍ!\n" +"Chyba při provĂĄděnĂ­ aktualizace dokumentu %1$s z repositáře.\n" +"MusĂ­te opravit konflikty NYNÍ!\n" "'%2$s'.\n" "\n" -"Po stisknutí tlačítka OK se LyX pokusí znovu načíst opravený dokument." +"Po stisknutĂ­ tlačítka OK se LyX pokusĂ­ znovu načíst opravenĂ˝ dokument." -#: src/VCBackend.cpp:1038 +#: src/VCBackend.cpp:941 #, c-format msgid "" "The document %1$s is not in repository.\n" "You have to check in the first revision before you can revert." msgstr "" -"Dokument %1$s není v repozitáři.\n" -"Musíte uložit první změnu do repozitáře před pokusem o návrat k poslední " +"Dokument %1$s nenĂ­ v repozitáři.\n" +"MusĂ­te uloĹžit prvnĂ­ změnu do repozitáře před pokusem o nĂĄvrat k poslednĂ­ " "verzi." -#: src/VCBackend.cpp:1046 +#: src/VCBackend.cpp:949 #, c-format msgid "" "Cannot revert document %1$s to repository version.\n" "The status '%2$s' is unexpected." msgstr "" -"Nelze se navrátit k poslední verzi dokumentu %1$s.Status '%2$s' není " -"očekávaný." +"Nelze se navrĂĄtit k poslednĂ­ verzi dokumentu %1$s.Status '%2$s' nenĂ­ " +"očekĂĄvanĂ˝." -#: src/VCBackend.cpp:1325 src/VCBackend.cpp:1461 src/VCBackend.cpp:1498 -#: src/VCBackend.cpp:1554 src/VCBackend.cpp:1940 +#: src/VCBackend.cpp:1144 src/VCBackend.cpp:1265 src/VCBackend.cpp:1302 +#: src/VCBackend.cpp:1358 msgid "Error: Could not generate logfile." -msgstr "Chyba: Nepodařilo se založit soubor pro log." +msgstr "Chyba: Nepodařilo se zaloĹžit soubor pro log." -#: src/VCBackend.cpp:1341 src/VCBackend.cpp:1956 +#: src/VCBackend.cpp:1156 msgid "" "Error when committing to repository.\n" "You have to manually resolve the problem.\n" "LyX will reopen the document after you press OK." msgstr "" -"Chyba při ukládání do repositáře.\n" -"Tento problém musíte vyřešit ručně.\n" -"Po stisknutí OK LyX znovunačte dokument." +"Chyba při uklĂĄdĂĄnĂ­ do repositáře.\n" +"Tento problĂŠm musĂ­te vyřeĹĄit ručně.\n" +"Po stisknutĂ­ OK LyX znovunačte dokument." -#: src/VCBackend.cpp:1444 +#: src/VCBackend.cpp:1249 msgid "" "Error while acquiring write lock.\n" "Another user is most probably editing\n" "the current document now!\n" "Also check the access to the repository." msgstr "" -"Nelze obdržet zámek pro zápis.\n" -"Pravděpodobně je tento dokument\n" -" právě editován jiným uživatelem.\n" -"Zkontrolujte rovněž přístup k repozitáři." +"Nelze obdrĹžet zĂĄmek pro zĂĄpis.\n" +"Pravděpodobně je tento dokument\n" +" prĂĄvě editovĂĄn jinĂ˝m uĹživatelem.\n" +"Zkontrolujte rovněž přístup k repozitáři." -#: src/VCBackend.cpp:1450 +#: src/VCBackend.cpp:1255 msgid "" "Error while releasing write lock.\n" "Check the access to the repository." msgstr "" -"Nepodařilo se uvolnit zámek pro zápis tohoto dokumentu.\n" -"Zkontrolujte přístup k repozitáři." +"Nepodařilo se uvolnit zĂĄmek pro zĂĄpis tohoto dokumentu.\n" +"Zkontrolujte přístup k repozitáři." -#: src/VCBackend.cpp:1508 +#: src/VCBackend.cpp:1312 #, c-format msgid "" "There were detected changes in the working directory:\n" @@ -25206,132 +19980,131 @@ msgid "" "\n" "Continue?" msgstr "" -"Byly detekovány změny v pracovním adresáři:\n" +"Byly detekovĂĄny změny v pracovnĂ­m adresáři:\n" "%1$s\n" "\n" -"V případě konfliktu při aktualizaci bude preferována verze souboru z " -"pracovního adresáře.\n" +"V případě konfliktu při aktualizaci bude preferovĂĄna verze souboru z " +"pracovnĂ­ho adresáře.\n" "\n" -"Pokračovat?" +"Pokračovat?" -#: src/VCBackend.cpp:1514 src/VCBackend.cpp:1518 -#: src/frontends/qt4/FindAndReplace.cpp:376 +#: src/VCBackend.cpp:1318 src/VCBackend.cpp:1322 +#: src/frontends/qt4/FindAndReplace.cpp:360 msgid "&Yes" msgstr "&Ano" -#: src/VCBackend.cpp:1514 src/VCBackend.cpp:1518 -#: src/frontends/qt4/FindAndReplace.cpp:376 +#: src/VCBackend.cpp:1318 src/VCBackend.cpp:1322 +#: src/frontends/qt4/FindAndReplace.cpp:360 msgid "&No" msgstr "&Ne" -#: src/VCBackend.cpp:1580 -#, fuzzy -msgid "SVN File Locking" -msgstr "Zamykání souboru" +#: src/VCBackend.cpp:1384 +msgid "VCN File Locking" +msgstr "ZamykĂĄnĂ­ souboru" -#: src/VCBackend.cpp:1581 src/VCBackend.cpp:1586 +#: src/VCBackend.cpp:1385 msgid "Locking property unset." -msgstr "Vypnutí zamykacího módu." +msgstr "VypnutĂ­ zamykacĂ­ho mĂłdu." -#: src/VCBackend.cpp:1581 src/VCBackend.cpp:1586 +#: src/VCBackend.cpp:1385 src/VCBackend.cpp:1389 msgid "Locking property set." -msgstr "Zapnutí zamykacího módu." +msgstr "ZapnutĂ­ zamykacĂ­ho mĂłdu." -#: src/VCBackend.cpp:1582 +#: src/VCBackend.cpp:1386 msgid "Do not forget to commit the locking property into the repository." -msgstr "Nezapomeňte nyní uložit změnu módu do repositáře." +msgstr "Nezapomeňte nynĂ­ uloĹžit změnu mĂłdu do repositáře." -#: src/VSpace.cpp:162 +#: src/VSpace.cpp:161 msgid "Default skip" -msgstr "Standardní mezera" +msgstr "StandardnĂ­ mezera" -#: src/VSpace.cpp:165 +#: src/VSpace.cpp:164 msgid "Small skip" -msgstr "Malá mezera" +msgstr "MalĂĄ mezera" -#: src/VSpace.cpp:168 +#: src/VSpace.cpp:167 msgid "Medium skip" -msgstr "Střední mezera" +msgstr "StřednĂ­ mezera" -#: src/VSpace.cpp:171 +#: src/VSpace.cpp:170 msgid "Big skip" -msgstr "Velká mezera" +msgstr "VelkĂĄ mezera" -#: src/VSpace.cpp:174 +#: src/VSpace.cpp:173 msgid "Vertical fill" -msgstr "Výplň (VFill)" +msgstr "VĂ˝plň (VFill)" -#: src/VSpace.cpp:181 +#: src/VSpace.cpp:180 msgid "protected" -msgstr "chráněno" +msgstr "chrĂĄněno" -#: src/buffer_funcs.cpp:74 +#: src/buffer_funcs.cpp:73 #, c-format msgid "" "The document %1$s is already loaded and has unsaved changes.\n" "Do you want to abandon your changes and reload the version on disk?" msgstr "" -"Dokument %1$s je již otevřen a obsahuje neuložené změny.\n" -"Chcete se těchto změn vzdát a načíst původní verzi z disku?" +"Dokument %1$s je jiĹž otevřen a obsahuje neuloĹženĂŠ změny.\n" +"Chcete se těchto změn vzdĂĄt a načíst pĹŻvodnĂ­ verzi z disku?" + +#: src/buffer_funcs.cpp:75 +msgid "Reload saved document?" +msgstr "Znovu načíst dokument?" + +#: src/buffer_funcs.cpp:76 src/frontends/qt4/GuiView.cpp:2783 +msgid "&Reload" +msgstr "&Znovunačíst" #: src/buffer_funcs.cpp:76 -msgid "Reload saved document?" -msgstr "Znovu načíst dokument?" - -#: src/buffer_funcs.cpp:77 src/frontends/qt4/GuiView.cpp:2857 -msgid "&Reload" -msgstr "&Znovunačíst" - -#: src/buffer_funcs.cpp:77 msgid "&Keep Changes" -msgstr "&Ponechat změny" +msgstr "&Ponechat změny" -#: src/buffer_funcs.cpp:89 +#: src/buffer_funcs.cpp:86 #, c-format msgid "The file %1$s exists but is not readable by the current user." -msgstr "Soubor %1$s existuje, ale není přístupný pro aktuálního uživatele." +msgstr "Soubor %1$s existuje, ale nenĂ­ přístupnĂ˝ pro aktuĂĄlnĂ­ho uĹživatele." -#: src/buffer_funcs.cpp:92 +#: src/buffer_funcs.cpp:89 msgid "File not readable!" -msgstr "Soubor nelze přečíst" +msgstr "Soubor nelze přečíst" -#: src/buffer_funcs.cpp:109 +#: src/buffer_funcs.cpp:106 #, c-format msgid "" "The document %1$s does not yet exist.\n" "\n" "Do you want to create a new document?" msgstr "" -"Dokument %1$s ještě neexistuje.\n" +"Dokument %1$s jeĹĄtě neexistuje.\n" "\n" -"Chcete vytvořit nový ?" +"Chcete vytvořit novĂ˝ ?" -#: src/buffer_funcs.cpp:112 +#: src/buffer_funcs.cpp:109 msgid "Create new document?" -msgstr "Vytvořit nový ?" +msgstr "Vytvořit novĂ˝ ?" -#: src/buffer_funcs.cpp:113 +#: src/buffer_funcs.cpp:110 msgid "&Create" -msgstr "&Vytvořit" +msgstr "&Vytvořit" -#: src/buffer_funcs.cpp:141 +#: src/buffer_funcs.cpp:138 #, c-format msgid "" "The specified document template\n" "%1$s\n" "could not be read." msgstr "" -"Požadovaná šablona dokumentu\n" +"PoĹžadovanĂĄ ĹĄablona dokumentu\n" "%1$s\n" -"nelze přečíst." +"nelze přečíst." -#: src/buffer_funcs.cpp:143 +#: src/buffer_funcs.cpp:140 msgid "Could not read template" -msgstr "Nelze přečíst šablonou" +msgstr "Nelze přečíst ĹĄablonou" #: src/frontends/qt4/BulletsModule.cpp:41 msgid "Standard[[Bullets]]" -msgstr "Standardní" +msgstr "StandardnĂ­" #: src/frontends/qt4/BulletsModule.cpp:42 msgid "Maths" @@ -25353,96 +20126,79 @@ msgstr "Dings 3" msgid "Dings 4" msgstr "Dings 4" -#: src/frontends/qt4/CategorizedCombo.cpp:187 -#, fuzzy -msgid "Unavailable:" -msgstr "Nedostupné: %1$s" - -#: src/frontends/qt4/CategorizedCombo.cpp:498 -#, c-format -msgid "Unavailable: %1$s" -msgstr "Nedostupné: %1$s" - -#: src/frontends/qt4/CategorizedCombo.cpp:501 -#: src/frontends/qt4/CategorizedCombo.cpp:526 -#: src/frontends/qt4/CategorizedCombo.cpp:527 -#, fuzzy -msgid "Uncategorized" -msgstr "CR categories" - -#: src/frontends/qt4/FileDialog.cpp:189 +#: src/frontends/qt4/FileDialog.cpp:191 msgid "Directories" -msgstr "Adresáře" +msgstr "Adresáře" -#: src/frontends/qt4/FindAndReplace.cpp:275 +#: src/frontends/qt4/FindAndReplace.cpp:259 msgid "File" msgstr "Soubor" -#: src/frontends/qt4/FindAndReplace.cpp:278 +#: src/frontends/qt4/FindAndReplace.cpp:262 msgid "Master document" -msgstr "Hlavní dokument" +msgstr "HlavnĂ­ dokument" -#: src/frontends/qt4/FindAndReplace.cpp:281 +#: src/frontends/qt4/FindAndReplace.cpp:265 msgid "Open files" -msgstr "Otevřené soubory" +msgstr "OtevřenĂŠ soubory" -#: src/frontends/qt4/FindAndReplace.cpp:284 +#: src/frontends/qt4/FindAndReplace.cpp:268 msgid "Manuals" -msgstr "Manuály" +msgstr "ManuĂĄly" -#: src/frontends/qt4/FindAndReplace.cpp:288 +#: src/frontends/qt4/FindAndReplace.cpp:272 #, c-format msgid "" "%1$s: the end was reached while searching forward.\n" "Continue searching from the beginning?" msgstr "" -"%1$s: bylo dosaženo konce dokumentu při vyhledávání.\n" -"Pokračovat ve vyhledávání od počátku dokumentu?" +"%1$s: bylo dosaĹženo konce dokumentu při vyhledĂĄvĂĄnĂ­.\n" +"Pokračovat ve vyhledĂĄvĂĄnĂ­ od počátku dokumentu?" -#: src/frontends/qt4/FindAndReplace.cpp:291 +#: src/frontends/qt4/FindAndReplace.cpp:275 #, c-format msgid "" "%1$s: the beginning was reached while searching backward.\n" "Continue searching from the end?" msgstr "" -"%1$s: bylo dosaženo začátku dokumentu při zpětném vyhledávání.\n" -"Pokračovat ve vyhledávání od konce dokumentu?" +"%1$s: bylo dosaĹženo začátku dokumentu při zpětnĂŠm vyhledĂĄvĂĄnĂ­.\n" +"Pokračovat ve vyhledĂĄvĂĄnĂ­ od konce dokumentu?" -#: src/frontends/qt4/FindAndReplace.cpp:313 +#: src/frontends/qt4/FindAndReplace.cpp:297 msgid "Advanced search in progress (press ESC to cancel) . . ." msgstr "" -#: src/frontends/qt4/FindAndReplace.cpp:357 +#: src/frontends/qt4/FindAndReplace.cpp:341 msgid "Advanced search cancelled by user" msgstr "" -#: src/frontends/qt4/FindAndReplace.cpp:375 +#: src/frontends/qt4/FindAndReplace.cpp:359 msgid "Wrap search?" -msgstr "Vyhledávat od začátku/konce?" +msgstr "VyhledĂĄvat od začátku/konce?" -#: src/frontends/qt4/FindAndReplace.cpp:422 +#: src/frontends/qt4/FindAndReplace.cpp:406 msgid "Nothing to search" -msgstr "Nic k vyhledávání" +msgstr "Nic k vyhledĂĄvĂĄnĂ­" -#: src/frontends/qt4/FindAndReplace.cpp:462 +#: src/frontends/qt4/FindAndReplace.cpp:446 msgid "No open document(s) in which to search" -msgstr "Žádné otevřené dokumenty pro vyhledávání" +msgstr "ŽådnĂŠ otevřenĂŠ dokumenty pro vyhledĂĄvĂĄnĂ­" -#: src/frontends/qt4/FindAndReplace.cpp:568 +#: src/frontends/qt4/FindAndReplace.cpp:552 msgid "Advanced Find and Replace" -msgstr "Pokročilé vyhledávání" +msgstr "PokročilĂŠ vyhledĂĄvĂĄnĂ­" #: src/frontends/qt4/GuiAbout.cpp:51 msgid "ERROR: LyX wasn't able to read CREDITS file\n" -msgstr "CHYBA: LyX nebyl schopen načíst soubor CREDITS\n" +msgstr "CHYBA: LyX nebyl schopen načíst soubor CREDITS\n" #: src/frontends/qt4/GuiAbout.cpp:52 msgid "Please install correctly to estimate the great\n" -msgstr "Nainstalujte prosím korektně tento soubor pro ocenění\n" +msgstr "Nainstalujte prosĂ­m korektně tento soubor pro oceněnĂ­\n" #: src/frontends/qt4/GuiAbout.cpp:53 msgid "amount of work other people have done for the LyX project." -msgstr "množství práce dalších lidí na projektu LyX." +msgstr "mnoĹžstvĂ­ prĂĄce dalĹĄĂ­ch lidĂ­ na projektu LyX." #: src/frontends/qt4/GuiAbout.cpp:84 #, c-format @@ -25460,9 +20216,9 @@ msgid "" "Software Foundation; either version 2 of the License, or (at your option) " "any later version." msgstr "" -"Tento program je svobodný software; můžete jej šířit a modifikovat podle " -"ustanovení GNU General Public License, vydávané Free Software Foundation; a " -"to buď verze 2 této licence anebo (podle vašeho uvážení) kterékoli pozdější " +"Tento program je svobodnĂ˝ software; mĹŻĹžete jej šířit a modifikovat podle " +"ustanovenĂ­ GNU General Public License, vydĂĄvanĂŠ Free Software Foundation; a " +"to buď verze 2 tĂŠto licence anebo (podle vaĹĄeho uvĂĄĹženĂ­) kterĂŠkoli pozdějĹĄĂ­ " "verze." #: src/frontends/qt4/GuiAbout.cpp:98 @@ -25475,16 +20231,16 @@ msgid "" "this program; if not, write to the Free Software Foundation, Inc., 51 " "Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA." msgstr "" -"Tento program je rozšiřován v naději, že bude užitečný, avšak BEZ JAKÉKOLI " -"ZÁRUKY; neposkytují se ani odvozené záruky PRODEJNOSTI anebo VHODNOSTI PRO " -"URČITÝ ÚČEL. Další podrobnosti hledejte ve GNU General Public License. Kopii " -"GNU General Public License jste měli obdržet spolu s tímto programem; pokud " -"se tak nestalo, napište si o ni: Free Software Foundation,Inc., 51 Franklin " +"Tento program je rozĹĄiřovĂĄn v naději, Ĺže bude uĹžitečnĂ˝, avĹĄak BEZ JAKÉKOLI " +"ZÁRUKY; neposkytujĂ­ se ani odvozenĂŠ zĂĄruky PRODEJNOSTI anebo VHODNOSTI PRO " +"URČITÝ ÚČEL. DalĹĄĂ­ podrobnosti hledejte ve GNU General Public License. Kopii " +"GNU General Public License jste měli obdrĹžet spolu s tĂ­mto programem; pokud " +"se tak nestalo, napiĹĄte si o ni: Free Software Foundation,Inc., 51 Franklin " "Street, Fifth Floor, Boston, MA 02110-1301, USA." #: src/frontends/qt4/GuiAbout.cpp:111 msgid "not released yet" -msgstr "zatím nevydán" +msgstr "zatĂ­m nevydĂĄn" #: src/frontends/qt4/GuiAbout.cpp:116 #, c-format @@ -25497,209 +20253,183 @@ msgstr "" #: src/frontends/qt4/GuiAbout.cpp:122 msgid "Library directory: " -msgstr "Adresář s knihovnami: " +msgstr "Adresář s knihovnami: " #: src/frontends/qt4/GuiAbout.cpp:125 msgid "User directory: " -msgstr "Uživatelský adresář: " +msgstr "UĹživatelskĂ˝ adresář: " -#: src/frontends/qt4/GuiAbout.cpp:129 -#, c-format -msgid "Qt Version (run-time): %1$s" -msgstr "" - -#: src/frontends/qt4/GuiAbout.cpp:130 -#, c-format -msgid "Qt Version (compile-time): %1$s" -msgstr "" - -#: src/frontends/qt4/GuiAbout.cpp:156 +#: src/frontends/qt4/GuiAbout.cpp:143 msgid "About LyX" msgstr "O programu LyX" -#: src/frontends/qt4/GuiAlert.cpp:93 src/frontends/qt4/GuiAlert.cpp:157 -#: src/frontends/qt4/GuiAlert.cpp:201 src/frontends/qt4/GuiAlert.cpp:246 -#: src/frontends/qt4/GuiAlert.cpp:287 +#: src/frontends/qt4/GuiAlert.cpp:93 src/frontends/qt4/GuiAlert.cpp:149 +#: src/frontends/qt4/GuiAlert.cpp:193 src/frontends/qt4/GuiAlert.cpp:230 +#: src/frontends/qt4/GuiAlert.cpp:271 #, c-format msgid "LyX: %1$s" msgstr "LyX: %1$s" -#: src/frontends/qt4/GuiApplication.cpp:615 +#: src/frontends/qt4/GuiApplication.cpp:492 msgid "About %1" msgstr "O programu %1" -#: src/frontends/qt4/GuiApplication.cpp:615 -#: src/frontends/qt4/GuiPrefs.cpp:3265 +#: src/frontends/qt4/GuiApplication.cpp:492 +#: src/frontends/qt4/GuiPrefs.cpp:3213 msgid "Preferences" -msgstr "Nastavení" +msgstr "NastavenĂ­" -#: src/frontends/qt4/GuiApplication.cpp:616 +#: src/frontends/qt4/GuiApplication.cpp:493 msgid "Reconfigure" msgstr "Rekonfigurovat" -#: src/frontends/qt4/GuiApplication.cpp:616 +#: src/frontends/qt4/GuiApplication.cpp:493 msgid "Quit %1" -msgstr "Ukončit %1" +msgstr "Ukončit %1" -#: src/frontends/qt4/GuiApplication.cpp:1042 +#: src/frontends/qt4/GuiApplication.cpp:912 msgid "Nothing to do" -msgstr "Nic k vykonání" +msgstr "Nic k vykonĂĄnĂ­" -#: src/frontends/qt4/GuiApplication.cpp:1048 +#: src/frontends/qt4/GuiApplication.cpp:918 msgid "Unknown action" -msgstr "Neznámá akce" +msgstr "NeznĂĄmĂĄ akce" -#: src/frontends/qt4/GuiApplication.cpp:1092 +#: src/frontends/qt4/GuiApplication.cpp:962 msgid "Command not handled" -msgstr "Příkaz nelze obsloužit" +msgstr "Příkaz nelze obslouĹžit" -#: src/frontends/qt4/GuiApplication.cpp:1098 +#: src/frontends/qt4/GuiApplication.cpp:968 msgid "Command disabled" -msgstr "Příkaz vypnut" +msgstr "Příkaz vypnut" -#: src/frontends/qt4/GuiApplication.cpp:1212 -#, fuzzy -msgid "Command not allowed without a buffer open" -msgstr "Příkaz není povolen bez otevřeného dokumentu" - -#: src/frontends/qt4/GuiApplication.cpp:1219 -msgid "the argument of buffer-forall is not valid" -msgstr "" - -#: src/frontends/qt4/GuiApplication.cpp:1403 +#: src/frontends/qt4/GuiApplication.cpp:1243 msgid "Running configure..." -msgstr "Spouštění konfigurace..." +msgstr "SpouĹĄtěnĂ­ konfigurace..." -#: src/frontends/qt4/GuiApplication.cpp:1414 +#: src/frontends/qt4/GuiApplication.cpp:1254 msgid "Reloading configuration..." -msgstr "Znovunačtení konfigurace..." +msgstr "ZnovunačtenĂ­ konfigurace..." -#: src/frontends/qt4/GuiApplication.cpp:1420 +#: src/frontends/qt4/GuiApplication.cpp:1260 msgid "System reconfiguration failed" -msgstr "Rekonfigurace systému selhala" +msgstr "Rekonfigurace systĂŠmu selhala" -#: src/frontends/qt4/GuiApplication.cpp:1421 -#, fuzzy +#: src/frontends/qt4/GuiApplication.cpp:1261 msgid "" "The system reconfiguration has failed.\n" -"Default textclass is used but LyX may\n" -"not be able to work properly.\n" +"Default textclass is used but LyX may not be able to work properly.\n" "Please reconfigure again if needed." msgstr "" -"Rekonfigurace systému selhala.\n" -"Byla nastavena standardní třída (textclass), ale LyX možná nebude schopen " -"pracovat správně.\n" -"Je-li zapotřebí, zkuste prosím rekonfigurovat znovu." +"Rekonfigurace systĂŠmu selhala.\n" +"Byla nastavena standardnĂ­ třída (textclass), ale LyX moĹžnĂĄ nebude schopen " +"pracovat sprĂĄvně.\n" +"Je-li zapotřebĂ­, zkuste prosĂ­m rekonfigurovat znovu." -#: src/frontends/qt4/GuiApplication.cpp:1426 +#: src/frontends/qt4/GuiApplication.cpp:1266 msgid "System reconfigured" -msgstr "Systém překonfigurován" +msgstr "SystĂŠm překonfigurovĂĄn" -#: src/frontends/qt4/GuiApplication.cpp:1427 +#: src/frontends/qt4/GuiApplication.cpp:1267 msgid "" "The system has been reconfigured.\n" "You need to restart LyX to make use of any\n" "updated document class specifications." msgstr "" -"Systém byl překonfigurován.\n" -"Musíte znovu spustit LyX, aby se nechala používat všechna\n" -"aktualizovaná nastavení tříd dokumentů." +"SystĂŠm byl překonfigurovĂĄn.\n" +"MusĂ­te znovu spustit LyX, aby se nechala pouŞívat vĹĄechna\n" +"aktualizovanĂĄ nastavenĂ­ tříd dokumentĹŻ." -#: src/frontends/qt4/GuiApplication.cpp:1507 +#: src/frontends/qt4/GuiApplication.cpp:1340 msgid "Exiting." -msgstr "Ukončování." +msgstr "UkončovĂĄnĂ­." -#: src/frontends/qt4/GuiApplication.cpp:1589 +#: src/frontends/qt4/GuiApplication.cpp:1422 #, c-format msgid "Opening help file %1$s..." -msgstr "Otvírání nápovědy %1$s..." +msgstr "OtvĂ­rĂĄnĂ­ nĂĄpovědy %1$s..." -#: src/frontends/qt4/GuiApplication.cpp:1608 +#: src/frontends/qt4/GuiApplication.cpp:1441 msgid "Syntax: set-color " msgstr "Syntax: set-color " -#: src/frontends/qt4/GuiApplication.cpp:1624 +#: src/frontends/qt4/GuiApplication.cpp:1457 #, c-format msgid "Set-color \"%1$s\" failed - color is undefined or may not be redefined" msgstr "" -"Set-color \"%1$s\" selhalo - barva je nedefinována nebo nelze předefinovat" +"Set-color \"%1$s\" selhalo - barva je nedefinovĂĄna nebo nelze předefinovat" -#: src/frontends/qt4/GuiApplication.cpp:1808 -#, fuzzy, c-format -msgid "Applied \"%1$s\" to %2$d buffer(s)" -msgstr "\"%1$s\" aplikováno na %2$d vložek" - -#: src/frontends/qt4/GuiApplication.cpp:1874 +#: src/frontends/qt4/GuiApplication.cpp:1636 #, c-format msgid "Document defaults saved in %1$s" -msgstr "Standardní nastavení dokumentu uloženo v %1$s" +msgstr "StandardnĂ­ nastavenĂ­ dokumentu uloĹženo v %1$s" -#: src/frontends/qt4/GuiApplication.cpp:1878 +#: src/frontends/qt4/GuiApplication.cpp:1640 msgid "Unable to save document defaults" -msgstr "Nelze uložit standardní nastavení dokumentu" +msgstr "Nelze uloĹžit standardnĂ­ nastavenĂ­ dokumentu" -#: src/frontends/qt4/GuiApplication.cpp:2018 +#: src/frontends/qt4/GuiApplication.cpp:1777 msgid "Unknown function." -msgstr "Neznámá funkce." +msgstr "NeznĂĄmĂĄ funkce." -#: src/frontends/qt4/GuiApplication.cpp:2435 +#: src/frontends/qt4/GuiApplication.cpp:2199 msgid "The current document was closed." -msgstr "Aktuální dokukment byl uzavřen." +msgstr "AktuĂĄlnĂ­ dokukment byl uzavřen." -#: src/frontends/qt4/GuiApplication.cpp:2445 +#: src/frontends/qt4/GuiApplication.cpp:2209 msgid "" "LyX has caught an exception, it will now attempt to save all unsaved " "documents and exit.\n" "\n" "Exception: " msgstr "" -"LyX zachytil vyjímku a nyní se pokusí uložit všechny neuložené dokumenty a " -"skončit.\n" +"LyX zachytil vyjĂ­mku a nynĂ­ se pokusĂ­ uloĹžit vĹĄechny neuloĹženĂŠ dokumenty a " +"skončit.\n" "\n" -"Vyjímka: " +"VyjĂ­mka: " -#: src/frontends/qt4/GuiApplication.cpp:2449 -#: src/frontends/qt4/GuiApplication.cpp:2455 +#: src/frontends/qt4/GuiApplication.cpp:2213 +#: src/frontends/qt4/GuiApplication.cpp:2219 msgid "Software exception Detected" -msgstr "Detekována softwarová vyjímka" +msgstr "DetekovĂĄna softwarovĂĄ vyjĂ­mka" -#: src/frontends/qt4/GuiApplication.cpp:2453 +#: src/frontends/qt4/GuiApplication.cpp:2217 msgid "" "LyX has caught some really weird exception, it will now attempt to save all " "unsaved documents and exit." msgstr "" -"LyX zachytil neobvyklou vyjímku a nyní se pokusí uložit všechny neuložené " -"dokumenty a skončit." +"LyX zachytil neobvyklou vyjĂ­mku a nynĂ­ se pokusĂ­ uloĹžit vĹĄechny neuloĹženĂŠ " +"dokumenty a skončit." -#: src/frontends/qt4/GuiApplication.cpp:2722 -#: src/frontends/qt4/GuiApplication.cpp:2734 +#: src/frontends/qt4/GuiApplication.cpp:2482 +#: src/frontends/qt4/GuiApplication.cpp:2494 msgid "Could not find UI definition file" -msgstr "Nelze přečíst definiční soubor uživatelského rozhraní" +msgstr "Nelze přečíst definičnĂ­ soubor uĹživatelskĂŠho rozhranĂ­" -#: src/frontends/qt4/GuiApplication.cpp:2723 +#: src/frontends/qt4/GuiApplication.cpp:2483 #, c-format msgid "" "Error while reading the included file\n" "%1$s\n" "Please check your installation." msgstr "" -"Chyba při čtení zahrnutého souboru\n" +"Chyba při čtenĂ­ zahrnutĂŠho souboru\n" "%1$s\n" -"Zkontrolujte prosím vaši instalaci." +"Zkontrolujte prosĂ­m vaĹĄi instalaci." -#: src/frontends/qt4/GuiApplication.cpp:2729 +#: src/frontends/qt4/GuiApplication.cpp:2489 msgid "Could not find default UI file" -msgstr "Nelze nalézt standardní soubor uživatelského rozhraní" +msgstr "Nelze nalĂŠzt standardnĂ­ soubor uĹživatelskĂŠho rozhranĂ­" -#: src/frontends/qt4/GuiApplication.cpp:2730 +#: src/frontends/qt4/GuiApplication.cpp:2490 msgid "" "LyX could not find the default UI file!\n" "Please check your installation." msgstr "" -"LyX nenašel standardní soubor uživatelského rozhraní (.ui)!\n" -"Zkontrolujte prosím vaši instalaci." +"LyX nenaĹĄel standardnĂ­ soubor uĹživatelskĂŠho rozhranĂ­ (.ui)!\n" +"Zkontrolujte prosĂ­m vaĹĄi instalaci." -#: src/frontends/qt4/GuiApplication.cpp:2735 +#: src/frontends/qt4/GuiApplication.cpp:2495 #, c-format msgid "" "Error while reading the configuration file\n" @@ -25708,11 +20438,11 @@ msgid "" "Please look under Tools>Preferences>User Interface and\n" "check which User Interface file you are using." msgstr "" -"Chyba při čtení konfiguračního souboru\n" +"Chyba při čtenĂ­ konfiguračnĂ­ho souboru\n" "%1$s\n" -"Návrat ke standardnímu nastavení.Zkontrolujte prosím jaký soubor " -"uživatelského nastavení používate\n" -"v Nástroje>Nastavení>Uživatelské rozhraní." +"NĂĄvrat ke standardnĂ­mu nastavenĂ­.Zkontrolujte prosĂ­m jakĂ˝ soubor " +"uĹživatelskĂŠho nastavenĂ­ pouŞívate\n" +"v NĂĄstroje>NastavenĂ­>UĹživatelskĂŠ rozhranĂ­." #: src/frontends/qt4/GuiBibtex.cpp:53 msgid "BibTeX Bibliography" @@ -25720,22 +20450,22 @@ msgstr "Bibliografie BibTeX-u" #: src/frontends/qt4/GuiBibtex.cpp:435 src/frontends/qt4/GuiBibtex.cpp:445 #: src/frontends/qt4/GuiCompare.cpp:162 src/frontends/qt4/GuiCompare.cpp:166 -#: src/frontends/qt4/GuiDocument.cpp:2136 +#: src/frontends/qt4/GuiDocument.cpp:1978 #: src/frontends/qt4/GuiExternal.cpp:645 src/frontends/qt4/GuiGraphics.cpp:800 -#: src/frontends/qt4/GuiInclude.cpp:333 src/frontends/qt4/GuiView.cpp:1891 -#: src/frontends/qt4/GuiView.cpp:1948 src/frontends/qt4/GuiView.cpp:2091 -#: src/frontends/qt4/GuiView.cpp:2213 src/frontends/qt4/GuiView.cpp:2256 -#: src/frontends/qt4/GuiView.cpp:2382 +#: src/frontends/qt4/GuiInclude.cpp:333 src/frontends/qt4/GuiView.cpp:1898 +#: src/frontends/qt4/GuiView.cpp:1955 src/frontends/qt4/GuiView.cpp:2096 +#: src/frontends/qt4/GuiView.cpp:2218 src/frontends/qt4/GuiView.cpp:2261 +#: src/frontends/qt4/GuiView.cpp:2339 msgid "Documents|#o#O" msgstr "Dokumenty|#o#O" #: src/frontends/qt4/GuiBibtex.cpp:437 msgid "BibTeX Databases (*.bib)" -msgstr "BibTeX Databáze (*.bib)" +msgstr "BibTeX DatabĂĄze (*.bib)" #: src/frontends/qt4/GuiBibtex.cpp:439 msgid "Select a BibTeX database to add" -msgstr "Vybrat databázi BibTeX-u k přidání" +msgstr "Vybrat databĂĄzi BibTeX-u k přidĂĄnĂ­" #: src/frontends/qt4/GuiBibtex.cpp:447 msgid "BibTeX Styles (*.bst)" @@ -25747,31 +20477,35 @@ msgstr "Vybrat styl BibTeX-u" #: src/frontends/qt4/GuiBox.cpp:54 msgid "No frame" -msgstr "Bez nakresleného rámu" +msgstr "Bez nakreslenĂŠho rĂĄmu" #: src/frontends/qt4/GuiBox.cpp:54 msgid "Simple rectangular frame" -msgstr "Jednoduchý pravoúhlý rám" +msgstr "JednoduchĂ˝ pravoĂşhlĂ˝ rĂĄm" #: src/frontends/qt4/GuiBox.cpp:55 msgid "Oval frame, thin" -msgstr "Oválný tenký rám" +msgstr "OvĂĄlnĂ˝ tenkĂ˝ rĂĄm" #: src/frontends/qt4/GuiBox.cpp:55 msgid "Oval frame, thick" -msgstr "Oválný tlustý rám" +msgstr "OvĂĄlnĂ˝ tlustĂ˝ rĂĄm" #: src/frontends/qt4/GuiBox.cpp:56 msgid "Drop shadow" -msgstr "Se stínem" +msgstr "Se stĂ­nem" #: src/frontends/qt4/GuiBox.cpp:56 msgid "Shaded background" -msgstr "Pozadí s odstínem" +msgstr "PozadĂ­ s odstĂ­nem" #: src/frontends/qt4/GuiBox.cpp:57 msgid "Double rectangular frame" -msgstr "Dvojitý pravoúhlý rám" +msgstr "DvojitĂ˝ pravoĂşhlĂ˝ rĂĄm" + +#: src/frontends/qt4/GuiBox.cpp:70 +msgid "Height" +msgstr "Výťka" #: src/frontends/qt4/GuiBox.cpp:70 msgid "Depth" @@ -25779,75 +20513,79 @@ msgstr "Hloubka" #: src/frontends/qt4/GuiBox.cpp:71 msgid "Total Height" -msgstr "Celková výška" +msgstr "CelkovĂĄ výťka" -#: src/frontends/qt4/GuiBox.cpp:362 src/frontends/qt4/GuiBox.cpp:446 -#: src/insets/InsetBox.cpp:138 +#: src/frontends/qt4/GuiBox.cpp:71 +msgid "Width" +msgstr "Šířka" + +#: src/frontends/qt4/GuiBox.cpp:315 src/frontends/qt4/GuiBox.cpp:390 +#: src/insets/InsetBox.cpp:137 msgid "Makebox" msgstr "Makebox" -#: src/frontends/qt4/GuiBranches.cpp:53 src/insets/Inset.cpp:111 +#: src/frontends/qt4/GuiBranches.cpp:50 src/insets/Inset.cpp:108 msgid "Branch" -msgstr "Větev" +msgstr "Větev" -#: src/frontends/qt4/GuiBranches.cpp:54 +#: src/frontends/qt4/GuiBranches.cpp:51 msgid "Activated" -msgstr "Aktivována" +msgstr "AktivovĂĄna" -#: src/frontends/qt4/GuiBranches.cpp:55 +#: src/frontends/qt4/GuiBranches.cpp:52 msgid "Color" -msgstr "Barevně" +msgstr "Barevně" -#: src/frontends/qt4/GuiBranches.cpp:56 +#: src/frontends/qt4/GuiBranches.cpp:53 msgid "Filename Suffix" -msgstr "Přípona souboru" +msgstr "Přípona souboru" -#: src/frontends/qt4/GuiBranches.cpp:135 src/frontends/qt4/GuiBranches.cpp:143 -#: src/frontends/qt4/GuiDocument.cpp:2445 -#: src/frontends/qt4/GuiDocument.cpp:3452 -#: src/frontends/qt4/GuiProgressView.cpp:124 -#: src/frontends/qt4/GuiProgressView.cpp:138 -#: src/frontends/qt4/GuiProgressView.cpp:159 +#: src/frontends/qt4/GuiBranches.cpp:132 src/frontends/qt4/GuiBranches.cpp:140 +#: src/frontends/qt4/GuiDocument.cpp:2286 +#: src/frontends/qt4/GuiDocument.cpp:3276 +#: src/frontends/qt4/GuiProgressView.cpp:123 +#: src/frontends/qt4/GuiProgressView.cpp:137 +#: src/frontends/qt4/GuiProgressView.cpp:158 msgid "Yes" msgstr "Ano" -#: src/frontends/qt4/GuiBranches.cpp:135 src/frontends/qt4/GuiBranches.cpp:143 -#: src/frontends/qt4/GuiDocument.cpp:2444 -#: src/frontends/qt4/GuiDocument.cpp:3451 -#: src/frontends/qt4/GuiProgressView.cpp:90 -#: src/frontends/qt4/GuiProgressView.cpp:123 -#: src/frontends/qt4/GuiProgressView.cpp:159 +#: src/frontends/qt4/GuiBranches.cpp:132 src/frontends/qt4/GuiBranches.cpp:140 +#: src/frontends/qt4/GuiDocument.cpp:2285 +#: src/frontends/qt4/GuiDocument.cpp:3275 +#: src/frontends/qt4/GuiProgressView.cpp:89 +#: src/frontends/qt4/GuiProgressView.cpp:122 +#: src/frontends/qt4/GuiProgressView.cpp:158 msgid "No" msgstr "Ne" -#: src/frontends/qt4/GuiBranches.cpp:210 +#: src/frontends/qt4/GuiBranches.cpp:207 msgid "Enter new branch name" -msgstr "Vložte nové jméno větve" +msgstr "VloĹžte novĂŠ jmĂŠno větve" -#: src/frontends/qt4/GuiBranches.cpp:215 +#: src/frontends/qt4/GuiBranches.cpp:212 #, c-format msgid "" "A branch with the name \"%1$s\" already exists.\n" "Do you want to merge branch \"%2$s\" with that one?" msgstr "" -"Větev se jménem \"%1$s\" již existuje.\n" -"Chcete sloučit větev \"%2$s\" s danou větví?" +"Větev se jmĂŠnem \"%1$s\" jiĹž existuje.\n" +"Chcete sloučit větev \"%2$s\" s danou větvĂ­?" -#: src/frontends/qt4/GuiBranches.cpp:219 +#: src/frontends/qt4/GuiBranches.cpp:216 msgid "&Merge" -msgstr "S&loučit" +msgstr "S&loučit" -#: src/frontends/qt4/GuiBranches.cpp:227 src/frontends/qt4/GuiIndices.cpp:221 +#: src/frontends/qt4/GuiBranches.cpp:224 src/frontends/qt4/GuiIndices.cpp:221 msgid "Renaming failed" -msgstr "Přejmenování se nezdařilo" +msgstr "PřejmenovĂĄnĂ­ se nezdařilo" -#: src/frontends/qt4/GuiBranches.cpp:228 +#: src/frontends/qt4/GuiBranches.cpp:225 msgid "The branch could not be renamed." -msgstr "Větev nemůže být přejmenována." +msgstr "Větev nemĹŻĹže bĂ˝t přejmenovĂĄna." #: src/frontends/qt4/GuiChanges.cpp:40 msgid "Merge Changes" -msgstr "Sloučit revize" +msgstr "Sloučit revize" #: src/frontends/qt4/GuiChanges.cpp:64 #, c-format @@ -25855,13 +20593,13 @@ msgid "" "Change by %1$s\n" "\n" msgstr "" -"Změnil %1$s\n" +"Změnil %1$s\n" "\n" #: src/frontends/qt4/GuiChanges.cpp:66 #, c-format msgid "Change made at %1$s\n" -msgstr "Změna udělána %1$s\n" +msgstr "Změna udělĂĄna %1$s\n" #: src/frontends/qt4/GuiCharacter.cpp:42 src/frontends/qt4/GuiCharacter.cpp:55 #: src/frontends/qt4/GuiCharacter.cpp:76 src/frontends/qt4/GuiCharacter.cpp:91 @@ -25869,11 +20607,11 @@ msgstr "Zm #: src/frontends/qt4/GuiCharacter.cpp:120 #: src/frontends/qt4/GuiCharacter.cpp:191 msgid "No change" -msgstr "Beze změny" +msgstr "Beze změny" #: src/frontends/qt4/GuiCharacter.cpp:46 msgid "Small Caps" -msgstr "Kapitálky" +msgstr "KapitĂĄlky" #: src/frontends/qt4/GuiCharacter.cpp:47 src/frontends/qt4/GuiCharacter.cpp:68 #: src/frontends/qt4/GuiCharacter.cpp:83 @@ -25886,55 +20624,55 @@ msgstr "Vynulovat" #: src/frontends/qt4/GuiCharacter.cpp:78 msgid "Underbar" -msgstr "Podtržený" +msgstr "PodtrĹženĂ˝" #: src/frontends/qt4/GuiCharacter.cpp:79 msgid "Double underbar" -msgstr "Dvojitě podtržený" +msgstr "Dvojitě podtrĹženĂ˝" #: src/frontends/qt4/GuiCharacter.cpp:80 msgid "Wavy underbar" -msgstr "Vlnitě podtržený" +msgstr "Vlnitě podtrĹženĂ˝" #: src/frontends/qt4/GuiCharacter.cpp:81 msgid "Strikeout" -msgstr "Přeškrtnutý" +msgstr "PřeĹĄkrtnutĂ˝" #: src/frontends/qt4/GuiCharacter.cpp:92 msgid "No color" -msgstr "Žádná barva" +msgstr "ŽådnĂĄ barva" #: src/frontends/qt4/GuiCharacter.cpp:93 msgid "Black" -msgstr "Černá" +msgstr "ČernĂĄ" #: src/frontends/qt4/GuiCharacter.cpp:94 msgid "White" -msgstr "Bílá" +msgstr "BĂ­lĂĄ" #: src/frontends/qt4/GuiCharacter.cpp:95 msgid "Red" -msgstr "Červená" +msgstr "ČervenĂĄ" #: src/frontends/qt4/GuiCharacter.cpp:96 msgid "Green" -msgstr "Zelená" +msgstr "ZelenĂĄ" #: src/frontends/qt4/GuiCharacter.cpp:97 msgid "Blue" -msgstr "Modrá" +msgstr "ModrĂĄ" #: src/frontends/qt4/GuiCharacter.cpp:98 msgid "Cyan" -msgstr "Azurová" +msgstr "AzurovĂĄ" #: src/frontends/qt4/GuiCharacter.cpp:99 msgid "Magenta" -msgstr "Fialová" +msgstr "FialovĂĄ" #: src/frontends/qt4/GuiCharacter.cpp:100 msgid "Yellow" -msgstr "Žlutá" +msgstr "Ĺ˝lutĂĄ" #: src/frontends/qt4/GuiCharacter.cpp:162 msgid "Text Style" @@ -25942,56 +20680,56 @@ msgstr "Styl textu" #: src/frontends/qt4/GuiCitation.cpp:286 msgid "Keys" -msgstr "Klíče" +msgstr "Klíče" -#: src/frontends/qt4/GuiClipboard.cpp:173 +#: src/frontends/qt4/GuiClipboard.cpp:169 msgid "LinkBack PDF" msgstr "LinkBack PDF" -#: src/frontends/qt4/GuiClipboard.cpp:174 +#: src/frontends/qt4/GuiClipboard.cpp:170 msgid "PDF" msgstr "PDF" -#: src/frontends/qt4/GuiClipboard.cpp:176 +#: src/frontends/qt4/GuiClipboard.cpp:172 msgid "JPEG" msgstr "JPEG" -#: src/frontends/qt4/GuiClipboard.cpp:185 +#: src/frontends/qt4/GuiClipboard.cpp:181 msgid "pasted" -msgstr "vloženo" +msgstr "vloĹženo" -#: src/frontends/qt4/GuiClipboard.cpp:194 +#: src/frontends/qt4/GuiClipboard.cpp:190 #, c-format msgid "%1$s Files" -msgstr "%1$s souborů" +msgstr "%1$s souborĹŻ" -#: src/frontends/qt4/GuiClipboard.cpp:204 +#: src/frontends/qt4/GuiClipboard.cpp:200 msgid "Choose a filename to save the pasted graphic as" -msgstr "Zvolte jméno souboru pro uložení vkládaného obrázku" +msgstr "Zvolte jmĂŠno souboru pro uloĹženĂ­ vklĂĄdanĂŠho obrĂĄzku" -#: src/frontends/qt4/GuiClipboard.cpp:214 src/frontends/qt4/GuiView.cpp:1967 -#: src/frontends/qt4/GuiView.cpp:2111 src/frontends/qt4/GuiView.cpp:2127 -#: src/frontends/qt4/GuiView.cpp:2144 src/frontends/qt4/GuiView.cpp:2230 -#: src/frontends/qt4/GuiView.cpp:3450 +#: src/frontends/qt4/GuiClipboard.cpp:210 src/frontends/qt4/GuiView.cpp:1974 +#: src/frontends/qt4/GuiView.cpp:2116 src/frontends/qt4/GuiView.cpp:2132 +#: src/frontends/qt4/GuiView.cpp:2149 src/frontends/qt4/GuiView.cpp:2235 +#: src/frontends/qt4/GuiView.cpp:3375 msgid "Canceled." -msgstr "Zrušeno." +msgstr "ZruĹĄeno." -#: src/frontends/qt4/GuiClipboard.cpp:244 +#: src/frontends/qt4/GuiClipboard.cpp:240 msgid "Overwrite external file?" -msgstr "Přepsat externí soubor?" +msgstr "Přepsat externĂ­ soubor?" -#: src/frontends/qt4/GuiClipboard.cpp:245 +#: src/frontends/qt4/GuiClipboard.cpp:241 #, c-format msgid "File %1$s already exists, do you want to overwrite it?" -msgstr "Soubor %1$s již existuje. Chcete tento soubor přepsat?" +msgstr "Soubor %1$s jiĹž existuje. Chcete tento soubor přepsat?" #: src/frontends/qt4/GuiCommandBuffer.cpp:98 msgid "List of previous commands" -msgstr "Seznam předchozích příkazů" +msgstr "Seznam předchozĂ­ch příkazĹŻ" #: src/frontends/qt4/GuiCommandBuffer.cpp:101 msgid "Next command" -msgstr "Další příkaz" +msgstr "DalĹĄĂ­ příkaz" #: src/frontends/qt4/GuiCompare.cpp:43 msgid "Compare LyX files" @@ -26001,25 +20739,25 @@ msgstr "Porovnat soubory LyX-u" msgid "Select document" msgstr "Vybrat dokument" -#: src/frontends/qt4/GuiCompare.cpp:156 src/frontends/qt4/GuiView.cpp:1895 -#: src/frontends/qt4/GuiView.cpp:1952 src/frontends/qt4/GuiView.cpp:2219 -#: src/frontends/qt4/GuiView.cpp:2264 +#: src/frontends/qt4/GuiCompare.cpp:156 src/frontends/qt4/GuiView.cpp:1902 +#: src/frontends/qt4/GuiView.cpp:1959 src/frontends/qt4/GuiView.cpp:2224 +#: src/frontends/qt4/GuiView.cpp:2269 msgid "LyX Documents (*.lyx)" msgstr "Dokumenty LyX-u (*.lyx)" -#: src/frontends/qt4/GuiCompare.cpp:198 src/frontends/qt4/GuiDocument.cpp:2100 -#: src/frontends/qt4/GuiDocument.cpp:2182 -#: src/frontends/qt4/GuiDocument.cpp:3517 +#: src/frontends/qt4/GuiCompare.cpp:198 src/frontends/qt4/GuiDocument.cpp:1949 +#: src/frontends/qt4/GuiDocument.cpp:2024 +#: src/frontends/qt4/GuiDocument.cpp:3341 msgid "Error" msgstr "Chyba" #: src/frontends/qt4/GuiCompare.cpp:198 msgid "Error while comparing documents." -msgstr "Chyba při porovnávání dokumentů." +msgstr "Chyba při porovnĂĄvĂĄnĂ­ dokumentĹŻ." #: src/frontends/qt4/GuiCompare.cpp:217 msgid "Aborted" -msgstr "Přerušeno" +msgstr "PřeruĹĄeno" #: src/frontends/qt4/GuiCompare.cpp:229 msgid "Finished" @@ -26027,618 +20765,765 @@ msgstr "Provedeno" #: src/frontends/qt4/GuiCompare.cpp:263 msgid "Aborting process..." -msgstr "Přerušování procesu..." +msgstr "PřeruĹĄovĂĄnĂ­ procesu..." #: src/frontends/qt4/GuiCompare.cpp:299 msgid "differences" msgstr "differences" -#: src/frontends/qt4/GuiCompareHistory.cpp:36 +#: src/frontends/qt4/GuiCompareHistory.cpp:35 msgid "Compare different revisions" -msgstr "Porovnat rozdílné revize" +msgstr "Porovnat rozdĂ­lnĂŠ revize" -#: src/frontends/qt4/GuiDelimiter.cpp:58 +#: src/frontends/qt4/GuiDelimiter.cpp:57 msgid "big[[delimiter size]]" msgstr "big" -#: src/frontends/qt4/GuiDelimiter.cpp:59 +#: src/frontends/qt4/GuiDelimiter.cpp:58 msgid "Big[[delimiter size]]" msgstr "Big" -#: src/frontends/qt4/GuiDelimiter.cpp:60 +#: src/frontends/qt4/GuiDelimiter.cpp:59 msgid "bigg[[delimiter size]]" msgstr "bigg" -#: src/frontends/qt4/GuiDelimiter.cpp:61 +#: src/frontends/qt4/GuiDelimiter.cpp:60 msgid "Bigg[[delimiter size]]" msgstr "Bigg" -#: src/frontends/qt4/GuiDelimiter.cpp:168 +#: src/frontends/qt4/GuiDelimiter.cpp:165 msgid "Math Delimiter" -msgstr "Mat. oddělovač" +msgstr "Mat. oddělovač" + +#: src/frontends/qt4/GuiDelimiter.cpp:206 +#: src/frontends/qt4/GuiDelimiter.cpp:207 +msgid "(None)" +msgstr "(ŽådnĂŠ)" #: src/frontends/qt4/GuiDelimiter.cpp:209 -#: src/frontends/qt4/GuiDelimiter.cpp:210 -msgid "(None)" -msgstr "(Žádné)" - -#: src/frontends/qt4/GuiDelimiter.cpp:212 msgid "Variable" -msgstr "Proměnlivá" +msgstr "ProměnlivĂĄ" -#: src/frontends/qt4/GuiDocument.cpp:210 +#: src/frontends/qt4/GuiDocument.cpp:128 +msgid "Computer Modern Roman" +msgstr "Computer Modern Roman" + +#: src/frontends/qt4/GuiDocument.cpp:128 +msgid "Latin Modern Roman" +msgstr "Latin Modern Roman" + +#: src/frontends/qt4/GuiDocument.cpp:129 +msgid "AE (Almost European)" +msgstr "AE (Almost European)" + +#: src/frontends/qt4/GuiDocument.cpp:129 +msgid "Times Roman" +msgstr "Times Roman" + +#: src/frontends/qt4/GuiDocument.cpp:129 +msgid "Palatino" +msgstr "Palatino" + +#: src/frontends/qt4/GuiDocument.cpp:130 +msgid "Bitstream Charter" +msgstr "Bitstream Charter" + +#: src/frontends/qt4/GuiDocument.cpp:130 +msgid "New Century Schoolbook" +msgstr "New Century Schoolbook" + +#: src/frontends/qt4/GuiDocument.cpp:130 +msgid "Bookman" +msgstr "Bookman" + +#: src/frontends/qt4/GuiDocument.cpp:131 +msgid "Utopia" +msgstr "Utopia" + +#: src/frontends/qt4/GuiDocument.cpp:131 +msgid "Bera Serif" +msgstr "Bera Serif" + +#: src/frontends/qt4/GuiDocument.cpp:131 +msgid "Concrete Roman" +msgstr "Concrete Roman" + +#: src/frontends/qt4/GuiDocument.cpp:131 +msgid "Zapf Chancery" +msgstr "Zapf Chancery" + +#: src/frontends/qt4/GuiDocument.cpp:144 +msgid "Computer Modern Sans" +msgstr "Computer Modern Sans" + +#: src/frontends/qt4/GuiDocument.cpp:144 +msgid "Latin Modern Sans" +msgstr "Latin Modern Sans" + +#: src/frontends/qt4/GuiDocument.cpp:145 +msgid "Helvetica" +msgstr "Helvetica" + +#: src/frontends/qt4/GuiDocument.cpp:145 +msgid "Avant Garde" +msgstr "Avant Garde" + +#: src/frontends/qt4/GuiDocument.cpp:145 +msgid "Bera Sans" +msgstr "Bera Sans" + +#: src/frontends/qt4/GuiDocument.cpp:145 +msgid "CM Bright" +msgstr "CM Bright" + +#: src/frontends/qt4/GuiDocument.cpp:157 +msgid "Computer Modern Typewriter" +msgstr "Computer Modern Typewriter" + +#: src/frontends/qt4/GuiDocument.cpp:158 +msgid "Latin Modern Typewriter" +msgstr "Latin Modern Typewriter" + +#: src/frontends/qt4/GuiDocument.cpp:158 +msgid "Courier" +msgstr "Courier" + +#: src/frontends/qt4/GuiDocument.cpp:158 +msgid "Bera Mono" +msgstr "Bera Mono" + +#: src/frontends/qt4/GuiDocument.cpp:159 +msgid "LuxiMono" +msgstr "LuxiMono" + +#: src/frontends/qt4/GuiDocument.cpp:159 +msgid "CM Typewriter Light" +msgstr "CM Typewriter Light" + +#: src/frontends/qt4/GuiDocument.cpp:171 +msgid "Page" +msgstr "StrĂĄnka" + +#: src/frontends/qt4/GuiDocument.cpp:178 +msgid "&Use AMS math package automatically" +msgstr "&Automaticky pouŞívat balíček AMS math" + +#: src/frontends/qt4/GuiDocument.cpp:179 +msgid "Use AMS &math package" +msgstr "P&ouŞít AMS math balíček" + +#: src/frontends/qt4/GuiDocument.cpp:180 +msgid "" +"The AMS LaTeX packages are only used if symbols from the AMS math toolbars " +"are inserted into formulas" +msgstr "" +"LaTeX-ovĂŠ AMS balíčky jsou pouĹžity pouze pokud jsou vloĹženy AMS symboly z " +"panelu nĂĄstrojĹŻ do mat. formulĂ­." + +#: src/frontends/qt4/GuiDocument.cpp:182 +msgid "Use esint package &automatically" +msgstr "Automaticky pouŞívat balíček &esint" + +#: src/frontends/qt4/GuiDocument.cpp:183 +msgid "Use &esint package" +msgstr "PouŞít e&sint balíček" + +#: src/frontends/qt4/GuiDocument.cpp:184 +msgid "" +"The LaTeX package esint is only used if special integral symbols are " +"inserted into formulas" +msgstr "" +"LaTeX-ovĂ˝ balíček esint je pouĹžit pouze pokud jsou do mat. formulĂ­ vloĹženy " +"speciĂĄlnĂ­ symboly pro integrĂĄl." + +#: src/frontends/qt4/GuiDocument.cpp:186 +msgid "Use math&dots package automatically" +msgstr "Automaticky pouŞívat balíček math&dots" + +#: src/frontends/qt4/GuiDocument.cpp:187 +msgid "Use mathdo&ts package" +msgstr "PouŞít mathdo&ts balíček" + +#: src/frontends/qt4/GuiDocument.cpp:188 +msgid "" +"The LaTeX package mathdots is only used if the command \\iddots is inserted " +"into formulas" +msgstr "" +"LaTeX-ovĂ˝ balíček mathdots je pouĹžit pouze pokud je vloĹženo makro \\iddots " +"do mat. formulĂ­" + +#: src/frontends/qt4/GuiDocument.cpp:190 +#, fuzzy +msgid "Use mathtools package automatically" +msgstr "Automaticky pouŞívat balíček math&dots" + +#: src/frontends/qt4/GuiDocument.cpp:191 +#, fuzzy +msgid "Use mathtools package" +msgstr "PouŞít mathdo&ts balíček" + +#: src/frontends/qt4/GuiDocument.cpp:192 +#, fuzzy +msgid "" +"The LaTeX package mathtools is only used if some mathematical relations are " +"inserted into formulas" +msgstr "" +"LaTeX-ovĂ˝ balíček mathdots je pouĹžit pouze pokud je vloĹženo makro \\iddots " +"do mat. formulĂ­" + +#: src/frontends/qt4/GuiDocument.cpp:194 +msgid "Use mhchem &package automatically" +msgstr "Automaticky pouŞívat balíček m&chem" + +#: src/frontends/qt4/GuiDocument.cpp:195 +msgid "Use mh&chem package" +msgstr "PouŞít mc&hem balíček" + +#: src/frontends/qt4/GuiDocument.cpp:196 +msgid "" +"The LaTeX package mhchem is only used if either the command \\ce or \\cf is " +"inserted into formulas" +msgstr "" +"LaTeX-ovĂ˝ balíček mchem je pouĹžit pouze pokud jsou do mat. formulĂ­ vloĹženy " +"makra \\ce nebo \\cg" + +#: src/frontends/qt4/GuiDocument.cpp:198 +#, fuzzy +msgid "Use u&ndertilde package automatically" +msgstr "Automaticky pouŞívat balíček &esint" + +#: src/frontends/qt4/GuiDocument.cpp:199 +#, fuzzy +msgid "Use undertilde pac&kage" +msgstr "PouŞít e&sint balíček" + +#: src/frontends/qt4/GuiDocument.cpp:200 +#, fuzzy +msgid "" +"The LaTeX package undertilde is only used if you use the math frame " +"decoration 'utilde'" +msgstr "" +"LaTeX-ovĂ˝ balíček esint je pouĹžit pouze pokud jsou do mat. formulĂ­ vloĹženy " +"speciĂĄlnĂ­ symboly pro integrĂĄl." + +#: src/frontends/qt4/GuiDocument.cpp:277 msgid "Module not found!" msgstr "Modul nenalezen!" -#: src/frontends/qt4/GuiDocument.cpp:543 +#: src/frontends/qt4/GuiDocument.cpp:609 msgid "Press button to check validity..." -msgstr "Stiskněte tlačítko pro kontrolu správnosti..." +msgstr "Stiskněte tlačítko pro kontrolu sprĂĄvnosti..." -#: src/frontends/qt4/GuiDocument.cpp:571 +#: src/frontends/qt4/GuiDocument.cpp:625 #, fuzzy msgid "Conversion Failed!" -msgstr "Konverze se nezdařila" +msgstr "Konverze se nezdařila" -#: src/frontends/qt4/GuiDocument.cpp:572 +#: src/frontends/qt4/GuiDocument.cpp:626 msgid "Failed to convert local layout to current format." msgstr "" -#: src/frontends/qt4/GuiDocument.cpp:587 +#: src/frontends/qt4/GuiDocument.cpp:641 msgid "Layout is valid!" -msgstr "Rozvržení je platné." +msgstr "RozvrĹženĂ­ je platnĂŠ." -#: src/frontends/qt4/GuiDocument.cpp:591 +#: src/frontends/qt4/GuiDocument.cpp:645 msgid "Layout is invalid!" -msgstr "Rozvržení je neplatné." +msgstr "RozvrĹženĂ­ je neplatnĂŠ." -#: src/frontends/qt4/GuiDocument.cpp:606 +#: src/frontends/qt4/GuiDocument.cpp:666 #, fuzzy msgid "Convert to current format" -msgstr "Konverze do čitelného formátu..." +msgstr "Konverze do čitelnĂŠho formĂĄtu..." -#: src/frontends/qt4/GuiDocument.cpp:630 +#: src/frontends/qt4/GuiDocument.cpp:690 msgid "Document Settings" -msgstr "Nastavení dokumentu" +msgstr "NastavenĂ­ dokumentu" -#: src/frontends/qt4/GuiDocument.cpp:739 src/frontends/qt4/GuiInclude.cpp:48 -#: src/frontends/qt4/Menus.cpp:1431 +#: src/frontends/qt4/GuiDocument.cpp:799 src/frontends/qt4/GuiInclude.cpp:48 +#: src/frontends/qt4/Menus.cpp:1393 msgid "Child Document" msgstr "Dokument potomka" -#: src/frontends/qt4/GuiDocument.cpp:740 +#: src/frontends/qt4/GuiDocument.cpp:800 msgid "Include to Output" -msgstr "Zahrnout ve výstupu" +msgstr "Zahrnout ve vĂ˝stupu" -#: src/frontends/qt4/GuiDocument.cpp:826 +#: src/frontends/qt4/GuiDocument.cpp:878 msgid "10" msgstr "10" -#: src/frontends/qt4/GuiDocument.cpp:827 +#: src/frontends/qt4/GuiDocument.cpp:879 msgid "11" msgstr "11" -#: src/frontends/qt4/GuiDocument.cpp:828 +#: src/frontends/qt4/GuiDocument.cpp:880 msgid "12" msgstr "12" -#: src/frontends/qt4/GuiDocument.cpp:832 +#: src/frontends/qt4/GuiDocument.cpp:884 msgid "None (no fontenc)" -msgstr "Žádné (bez fontenc)" +msgstr "ŽådnĂŠ (bez fontenc)" -#: src/frontends/qt4/GuiDocument.cpp:840 +#: src/frontends/qt4/GuiDocument.cpp:892 msgid "" "Use OpenType and TrueType fonts directly (requires XeTeX or LuaTeX)\n" "You need to install the package \"fontspec\" to use this feature" msgstr "" -"Používat OpenType a TrueType fonty přímo (vyžaduje XeTeX nebo LuaTeX)\n" -"K používání této vlastnosti musí být nainstalován balíček \"fontspec\"." +"PouŞívat OpenType a TrueType fonty přímo (vyĹžaduje XeTeX nebo LuaTeX)\n" +"K pouŞívĂĄnĂ­ tĂŠto vlastnosti musĂ­ bĂ˝t nainstalovĂĄn balíček \"fontspec\"." -#: src/frontends/qt4/GuiDocument.cpp:872 +#: src/frontends/qt4/GuiDocument.cpp:924 msgid "empty" -msgstr "prázdný" +msgstr "prĂĄzdnĂ˝" -#: src/frontends/qt4/GuiDocument.cpp:873 +#: src/frontends/qt4/GuiDocument.cpp:925 msgid "plain" -msgstr "prostý" +msgstr "prostĂ˝" -#: src/frontends/qt4/GuiDocument.cpp:874 +#: src/frontends/qt4/GuiDocument.cpp:926 msgid "headings" -msgstr "hlavičky (headings)" +msgstr "hlavičky (headings)" -#: src/frontends/qt4/GuiDocument.cpp:875 +#: src/frontends/qt4/GuiDocument.cpp:927 msgid "fancy" -msgstr "pestrý (fancy)" +msgstr "pestrĂ˝ (fancy)" -#: src/frontends/qt4/GuiDocument.cpp:884 +#: src/frontends/qt4/GuiDocument.cpp:936 msgid "US letter" msgstr "US-dopis" -#: src/frontends/qt4/GuiDocument.cpp:885 +#: src/frontends/qt4/GuiDocument.cpp:937 msgid "US legal" -msgstr "US-právní listina" +msgstr "US-prĂĄvnĂ­ listina" -#: src/frontends/qt4/GuiDocument.cpp:886 +#: src/frontends/qt4/GuiDocument.cpp:938 msgid "US executive" msgstr "US-exekutiva" -#: src/frontends/qt4/GuiDocument.cpp:887 +#: src/frontends/qt4/GuiDocument.cpp:939 msgid "A0" msgstr "A0" -#: src/frontends/qt4/GuiDocument.cpp:888 +#: src/frontends/qt4/GuiDocument.cpp:940 msgid "A1" msgstr "A1" -#: src/frontends/qt4/GuiDocument.cpp:889 +#: src/frontends/qt4/GuiDocument.cpp:941 msgid "A2" msgstr "A2" -#: src/frontends/qt4/GuiDocument.cpp:890 +#: src/frontends/qt4/GuiDocument.cpp:942 msgid "A3" msgstr "A3" -#: src/frontends/qt4/GuiDocument.cpp:891 +#: src/frontends/qt4/GuiDocument.cpp:943 msgid "A4" msgstr "A4" -#: src/frontends/qt4/GuiDocument.cpp:892 +#: src/frontends/qt4/GuiDocument.cpp:944 msgid "A5" msgstr "A5" -#: src/frontends/qt4/GuiDocument.cpp:893 +#: src/frontends/qt4/GuiDocument.cpp:945 msgid "A6" msgstr "A6" -#: src/frontends/qt4/GuiDocument.cpp:894 +#: src/frontends/qt4/GuiDocument.cpp:946 msgid "B0" msgstr "B0" -#: src/frontends/qt4/GuiDocument.cpp:895 +#: src/frontends/qt4/GuiDocument.cpp:947 msgid "B1" msgstr "B1" -#: src/frontends/qt4/GuiDocument.cpp:896 +#: src/frontends/qt4/GuiDocument.cpp:948 msgid "B2" msgstr "B2" -#: src/frontends/qt4/GuiDocument.cpp:897 +#: src/frontends/qt4/GuiDocument.cpp:949 msgid "B3" msgstr "B3" -#: src/frontends/qt4/GuiDocument.cpp:898 +#: src/frontends/qt4/GuiDocument.cpp:950 msgid "B4" msgstr "B4" -#: src/frontends/qt4/GuiDocument.cpp:899 +#: src/frontends/qt4/GuiDocument.cpp:951 msgid "B5" msgstr "B5" -#: src/frontends/qt4/GuiDocument.cpp:900 +#: src/frontends/qt4/GuiDocument.cpp:952 msgid "B6" msgstr "B6" -#: src/frontends/qt4/GuiDocument.cpp:901 +#: src/frontends/qt4/GuiDocument.cpp:953 msgid "C0" msgstr "C0" -#: src/frontends/qt4/GuiDocument.cpp:902 +#: src/frontends/qt4/GuiDocument.cpp:954 msgid "C1" msgstr "C1" -#: src/frontends/qt4/GuiDocument.cpp:903 +#: src/frontends/qt4/GuiDocument.cpp:955 msgid "C2" msgstr "C2" -#: src/frontends/qt4/GuiDocument.cpp:904 +#: src/frontends/qt4/GuiDocument.cpp:956 msgid "C3" msgstr "C3" -#: src/frontends/qt4/GuiDocument.cpp:905 +#: src/frontends/qt4/GuiDocument.cpp:957 msgid "C4" msgstr "C4" -#: src/frontends/qt4/GuiDocument.cpp:906 +#: src/frontends/qt4/GuiDocument.cpp:958 msgid "C5" msgstr "C5" -#: src/frontends/qt4/GuiDocument.cpp:907 +#: src/frontends/qt4/GuiDocument.cpp:959 msgid "C6" msgstr "C6" -#: src/frontends/qt4/GuiDocument.cpp:908 +#: src/frontends/qt4/GuiDocument.cpp:960 msgid "JIS B0" msgstr "JIS B0" -#: src/frontends/qt4/GuiDocument.cpp:909 +#: src/frontends/qt4/GuiDocument.cpp:961 msgid "JIS B1" msgstr "JIS B1" -#: src/frontends/qt4/GuiDocument.cpp:910 +#: src/frontends/qt4/GuiDocument.cpp:962 msgid "JIS B2" msgstr "JIS B2" -#: src/frontends/qt4/GuiDocument.cpp:911 +#: src/frontends/qt4/GuiDocument.cpp:963 msgid "JIS B3" msgstr "JIS B3" -#: src/frontends/qt4/GuiDocument.cpp:912 +#: src/frontends/qt4/GuiDocument.cpp:964 msgid "JIS B4" msgstr "JIS B4" -#: src/frontends/qt4/GuiDocument.cpp:913 +#: src/frontends/qt4/GuiDocument.cpp:965 msgid "JIS B5" msgstr "JIS B5" -#: src/frontends/qt4/GuiDocument.cpp:914 +#: src/frontends/qt4/GuiDocument.cpp:966 msgid "JIS B6" msgstr "JIS B6" -#: src/frontends/qt4/GuiDocument.cpp:1028 +#: src/frontends/qt4/GuiDocument.cpp:1078 msgid "Language Default (no inputenc)" -msgstr "Standardní pro daný jazyk (bez inputenc)" +msgstr "StandardnĂ­ pro danĂ˝ jazyk (bez inputenc)" -#: src/frontends/qt4/GuiDocument.cpp:1039 +#: src/frontends/qt4/GuiDocument.cpp:1087 msgid "``text''" msgstr "``text''" -#: src/frontends/qt4/GuiDocument.cpp:1041 +#: src/frontends/qt4/GuiDocument.cpp:1088 msgid "''text''" msgstr "''text''" -#: src/frontends/qt4/GuiDocument.cpp:1043 +#: src/frontends/qt4/GuiDocument.cpp:1089 msgid ",,text``" msgstr ",,text``" -#: src/frontends/qt4/GuiDocument.cpp:1045 +#: src/frontends/qt4/GuiDocument.cpp:1090 msgid ",,text''" msgstr ",,text''" -#: src/frontends/qt4/GuiDocument.cpp:1047 +#: src/frontends/qt4/GuiDocument.cpp:1091 msgid "<>" msgstr "<>" -#: src/frontends/qt4/GuiDocument.cpp:1049 +#: src/frontends/qt4/GuiDocument.cpp:1092 msgid ">>text<<" msgstr ">>text<<" -#: src/frontends/qt4/GuiDocument.cpp:1095 +#: src/frontends/qt4/GuiDocument.cpp:1138 msgid "Numbered" -msgstr "Číslováno" +msgstr "ČíslovĂĄno" -#: src/frontends/qt4/GuiDocument.cpp:1096 +#: src/frontends/qt4/GuiDocument.cpp:1139 msgid "Appears in TOC" -msgstr "Objeví se v Obsahu" +msgstr "ObjevĂ­ se v Obsahu" -#: src/frontends/qt4/GuiDocument.cpp:1131 +#: src/frontends/qt4/GuiDocument.cpp:1175 msgid "Author-year" msgstr "Autor-rok" -#: src/frontends/qt4/GuiDocument.cpp:1132 +#: src/frontends/qt4/GuiDocument.cpp:1176 msgid "Numerical" -msgstr "Numerický" +msgstr "NumerickĂ˝" -#: src/frontends/qt4/GuiDocument.cpp:1154 -#, fuzzy -msgid "Package" -msgstr "balíček" - -#: src/frontends/qt4/GuiDocument.cpp:1154 -#, fuzzy -msgid "Load automatically" -msgstr "automaticky" - -#: src/frontends/qt4/GuiDocument.cpp:1155 -msgid "Load always" -msgstr "" - -#: src/frontends/qt4/GuiDocument.cpp:1155 -#, fuzzy -msgid "Do not load" -msgstr "Dokument nenačten" - -#: src/frontends/qt4/GuiDocument.cpp:1168 +#: src/frontends/qt4/GuiDocument.cpp:1218 msgid "The AMS LaTeX packages are always used" -msgstr "LaTeX-ové AMS balíčky jsou použity vždy" +msgstr "LaTeX-ovĂŠ AMS balíčky jsou pouĹžity vĹždy" -#: src/frontends/qt4/GuiDocument.cpp:1171 +#: src/frontends/qt4/GuiDocument.cpp:1221 #, fuzzy, c-format msgid "The LaTeX package %1$s is always used" -msgstr "LaTeX-ový balíček esint je použit vždy" +msgstr "LaTeX-ovĂ˝ balíček esint je pouĹžit vĹždy" -#: src/frontends/qt4/GuiDocument.cpp:1176 -#, fuzzy -msgid "The AMS LaTeX packages are never used" -msgstr "LaTeX-ové AMS balíčky jsou použity vždy" - -#: src/frontends/qt4/GuiDocument.cpp:1179 -#, fuzzy, c-format -msgid "The LaTeX package %1$s is never used" -msgstr "LaTeX-ový balíček mathdots je použit" - -#: src/frontends/qt4/GuiDocument.cpp:1262 -#: src/frontends/qt4/GuiDocument.cpp:2115 -#, fuzzy, c-format -msgid "%1$s [Class '%2$s']" -msgstr "%1$s a %2$s" - -#: src/frontends/qt4/GuiDocument.cpp:1265 +#: src/frontends/qt4/GuiDocument.cpp:1290 #, c-format -msgid "" -"Class not found by LyX. Please check if you have the matching %1$s class and " -"all required packages (%2$s) installed." -msgstr "" +msgid "Unavailable: %1$s" +msgstr "NedostupnĂŠ: %1$s" -#: src/frontends/qt4/GuiDocument.cpp:1390 -#: src/frontends/qt4/GuiDocument.cpp:1491 +#: src/frontends/qt4/GuiDocument.cpp:1407 +#: src/frontends/qt4/GuiDocument.cpp:1508 msgid "Input listings parameters below. Enter ? for a list of parameters." -msgstr "Zde vkládejte parametry výpisu. Pro seznam parametrů vložte znak '?'" +msgstr "Zde vklĂĄdejte parametry vĂ˝pisu. Pro seznam parametrĹŻ vloĹžte znak '?'" -#: src/frontends/qt4/GuiDocument.cpp:1394 +#: src/frontends/qt4/GuiDocument.cpp:1411 +#: src/frontends/qt4/GuiDocument.cpp:1432 +#: src/frontends/qt4/GuiDocument.cpp:3030 msgid "Document Class" -msgstr "Třída dokumentu" +msgstr "Třída dokumentu" -#: src/frontends/qt4/GuiDocument.cpp:1395 src/frontends/qt4/qt_helpers.cpp:578 +#: src/frontends/qt4/GuiDocument.cpp:1412 +#: src/frontends/qt4/GuiDocument.cpp:3028 +#: src/frontends/qt4/GuiDocument.cpp:3029 +#: src/frontends/qt4/GuiDocument.cpp:3032 src/frontends/qt4/qt_helpers.cpp:554 msgid "Child Documents" -msgstr "Dokumenty potomků" +msgstr "Dokumenty potomkĹŻ" -#: src/frontends/qt4/GuiDocument.cpp:1396 +#: src/frontends/qt4/GuiDocument.cpp:1413 msgid "Modules" msgstr "Moduly" -#: src/frontends/qt4/GuiDocument.cpp:1397 +#: src/frontends/qt4/GuiDocument.cpp:1414 msgid "Local Layout" -msgstr "Lokální rozvržení" +msgstr "LokĂĄlnĂ­ rozvrĹženĂ­" -#: src/frontends/qt4/GuiDocument.cpp:1399 +#: src/frontends/qt4/GuiDocument.cpp:1416 msgid "Text Layout" -msgstr "Rozvržení textu" +msgstr "RozvrĹženĂ­ textu" -#: src/frontends/qt4/GuiDocument.cpp:1401 +#: src/frontends/qt4/GuiDocument.cpp:1418 msgid "Page Margins" -msgstr "Okraje stránky" +msgstr "Okraje strĂĄnky" -#: src/frontends/qt4/GuiDocument.cpp:1403 src/frontends/qt4/GuiPrefs.cpp:1108 +#: src/frontends/qt4/GuiDocument.cpp:1420 src/frontends/qt4/GuiPrefs.cpp:1107 msgid "Colors" msgstr "Barvy" -#: src/frontends/qt4/GuiDocument.cpp:1404 +#: src/frontends/qt4/GuiDocument.cpp:1421 msgid "Numbering & TOC" -msgstr "Číslování & Obsah" +msgstr "ČíslovĂĄnĂ­ & Obsah" -#: src/frontends/qt4/GuiDocument.cpp:1406 +#: src/frontends/qt4/GuiDocument.cpp:1423 msgid "Indexes" -msgstr "Rejstříky" +msgstr "Rejstříky" -#: src/frontends/qt4/GuiDocument.cpp:1407 +#: src/frontends/qt4/GuiDocument.cpp:1424 msgid "PDF Properties" msgstr "PDF vlastnosti" -#: src/frontends/qt4/GuiDocument.cpp:1408 +#: src/frontends/qt4/GuiDocument.cpp:1425 msgid "Math Options" -msgstr "Nastavení matematiky" +msgstr "NastavenĂ­ matematiky" -#: src/frontends/qt4/GuiDocument.cpp:1409 +#: src/frontends/qt4/GuiDocument.cpp:1426 msgid "Float Placement" -msgstr "Umístění plov. objektů" +msgstr "UmĂ­stěnĂ­ plov. objektĹŻ" -#: src/frontends/qt4/GuiDocument.cpp:1411 +#: src/frontends/qt4/GuiDocument.cpp:1428 msgid "Bullets" -msgstr "Odrážky" +msgstr "OdrĂĄĹžky" -#: src/frontends/qt4/GuiDocument.cpp:1412 src/frontends/qt4/qt_helpers.cpp:600 +#: src/frontends/qt4/GuiDocument.cpp:1429 msgid "Branches" -msgstr "Větve" +msgstr "Větve" -#: src/frontends/qt4/GuiDocument.cpp:1414 +#: src/frontends/qt4/GuiDocument.cpp:1431 msgid "LaTeX Preamble" msgstr "Preambule LaTeXu" -#: src/frontends/qt4/GuiDocument.cpp:1644 -#: src/frontends/qt4/GuiDocument.cpp:1674 +#: src/frontends/qt4/GuiDocument.cpp:1661 +#: src/frontends/qt4/GuiDocument.cpp:1691 msgid "&Default..." -msgstr "&Standardní..." +msgstr "&StandardnĂ­..." -#: src/frontends/qt4/GuiDocument.cpp:1899 -#: src/frontends/qt4/GuiDocument.cpp:3233 -#: src/frontends/qt4/GuiDocument.cpp:3241 -#: src/frontends/qt4/GuiDocument.cpp:3249 -#: src/frontends/qt4/GuiDocument.cpp:3257 +#: src/frontends/qt4/GuiDocument.cpp:1831 +#: src/frontends/qt4/GuiDocument.cpp:1837 +#: src/frontends/qt4/GuiDocument.cpp:1843 +#: src/frontends/qt4/GuiDocument.cpp:3063 +#: src/frontends/qt4/GuiDocument.cpp:3071 +#: src/frontends/qt4/GuiDocument.cpp:3079 msgid " (not installed)" -msgstr " (není instalován)" +msgstr " (nenĂ­ instalovĂĄn)" -#: src/frontends/qt4/GuiDocument.cpp:1924 -msgid "Non-TeX Fonts Default" -msgstr "" - -#: src/frontends/qt4/GuiDocument.cpp:1926 -#, fuzzy -msgid " (not available)" -msgstr "Modul není dostupný" - -#: src/frontends/qt4/GuiDocument.cpp:1927 -#, fuzzy -msgid "Class Default (TeX Fonts)" -msgstr "Použít standardní nastavení třídy" - -#: src/frontends/qt4/GuiDocument.cpp:1965 -#: src/frontends/qt4/GuiDocument.cpp:1992 -#, fuzzy -msgid "Class Default" -msgstr "Použít standardní nastavení třídy" - -#: src/frontends/qt4/GuiDocument.cpp:2069 +#: src/frontends/qt4/GuiDocument.cpp:1918 msgid "Layouts|#o#O" -msgstr "Rozvržení|#o#O" +msgstr "RozvrĹženĂ­|#o#O" -#: src/frontends/qt4/GuiDocument.cpp:2071 +#: src/frontends/qt4/GuiDocument.cpp:1920 msgid "LyX Layout (*.layout)" -msgstr "Rozvržení dokumentu LyX-u (*.layout)" +msgstr "RozvrĹženĂ­ dokumentu LyX-u (*.layout)" -#: src/frontends/qt4/GuiDocument.cpp:2073 -#: src/frontends/qt4/GuiDocument.cpp:2082 +#: src/frontends/qt4/GuiDocument.cpp:1922 +#: src/frontends/qt4/GuiDocument.cpp:1931 msgid "Local layout file" -msgstr "Lokální soubor s rozvržením" +msgstr "LokĂĄlnĂ­ soubor s rozvrĹženĂ­m" -#: src/frontends/qt4/GuiDocument.cpp:2083 +#: src/frontends/qt4/GuiDocument.cpp:1932 msgid "" "The layout file you have selected is a local layout\n" "file, not one in the system or user directory. Your\n" "document may not work with this layout if you do not\n" "keep the layout file in the document directory." msgstr "" -"Soubor s rozvržením dokumentu, který jste zvolili je lokálním\n" -"souborem, a není v systémovém nebo uživatelském adresáři.\n" -"Váš dokument může mít problémy pokud soubor s rozvržením\n" -"neponecháte ve stejném adresáři." +"Soubor s rozvrĹženĂ­m dokumentu, kterĂ˝ jste zvolili je lokĂĄlnĂ­m\n" +"souborem, a nenĂ­ v systĂŠmovĂŠm nebo uĹživatelskĂŠm adresáři.\n" +"VĂĄĹĄ dokument mĹŻĹže mĂ­t problĂŠmy pokud soubor s rozvrĹženĂ­m\n" +"neponechĂĄte ve stejnĂŠm adresáři." -#: src/frontends/qt4/GuiDocument.cpp:2087 +#: src/frontends/qt4/GuiDocument.cpp:1936 msgid "&Set Layout" -msgstr "&Nastavit rozvržení" +msgstr "&Nastavit rozvrĹženĂ­" -#: src/frontends/qt4/GuiDocument.cpp:2101 +#: src/frontends/qt4/GuiDocument.cpp:1950 msgid "Unable to read local layout file." -msgstr "Nepodařilo se načíst lokální soubor s rozvržením dokumentu." +msgstr "Nepodařilo se načíst lokĂĄlnĂ­ soubor s rozvrĹženĂ­m dokumentu." -#: src/frontends/qt4/GuiDocument.cpp:2116 -#, fuzzy -msgid "This is a local layout file." -msgstr "Nepodařilo se načíst lokální soubor s rozvržením dokumentu." - -#: src/frontends/qt4/GuiDocument.cpp:2130 +#: src/frontends/qt4/GuiDocument.cpp:1972 msgid "Select master document" -msgstr "Vybrat hlavní dokument" +msgstr "Vybrat hlavnĂ­ dokument" -#: src/frontends/qt4/GuiDocument.cpp:2134 +#: src/frontends/qt4/GuiDocument.cpp:1976 msgid "LyX Files (*.lyx)" msgstr "Dokumenty LyX-u (*.lyx)" -#: src/frontends/qt4/GuiDocument.cpp:2167 -#: src/frontends/qt4/GuiDocument.cpp:3506 +#: src/frontends/qt4/GuiDocument.cpp:2009 +#: src/frontends/qt4/GuiDocument.cpp:3330 msgid "Unapplied changes" -msgstr "Neuplatněné změny" +msgstr "NeuplatněnĂŠ změny" -#: src/frontends/qt4/GuiDocument.cpp:2168 -#: src/frontends/qt4/GuiDocument.cpp:3507 +#: src/frontends/qt4/GuiDocument.cpp:2010 +#: src/frontends/qt4/GuiDocument.cpp:3331 msgid "" "Some changes in the dialog were not yet applied.\n" "If you do not apply now, they will be lost after this action." msgstr "" -"Některé změny v dialogovém okně nebyly zatím uplatněny.\n" -"Pokud tak neučiníte nyní, budou ztraceny po této akci." +"NěkterĂŠ změny v dialogovĂŠm okně nebyly zatĂ­m uplatněny.\n" +"Pokud tak neučinĂ­te nynĂ­, budou ztraceny po tĂŠto akci." -#: src/frontends/qt4/GuiDocument.cpp:2170 -#: src/frontends/qt4/GuiDocument.cpp:3509 +#: src/frontends/qt4/GuiDocument.cpp:2012 +#: src/frontends/qt4/GuiDocument.cpp:3333 msgid "&Dismiss" -msgstr "&Odmítnout" +msgstr "&OdmĂ­tnout" -#: src/frontends/qt4/GuiDocument.cpp:2182 -#: src/frontends/qt4/GuiDocument.cpp:3517 +#: src/frontends/qt4/GuiDocument.cpp:2024 +#: src/frontends/qt4/GuiDocument.cpp:3341 msgid "Unable to set document class." -msgstr "Nelze nastavit třídu dokumentu" +msgstr "Nelze nastavit třídu dokumentu" -#: src/frontends/qt4/GuiDocument.cpp:2295 +#: src/frontends/qt4/GuiDocument.cpp:2136 #, c-format msgid "%1$s, %2$s" msgstr "%1$s, %2$s" -#: src/frontends/qt4/GuiDocument.cpp:2300 +#: src/frontends/qt4/GuiDocument.cpp:2141 #, c-format msgid "%1$s, %2$s, and %3$s" msgstr "%1$s, %2$s a %3$s" -#: src/frontends/qt4/GuiDocument.cpp:2314 +#: src/frontends/qt4/GuiDocument.cpp:2155 #, c-format msgid "%1$s (unavailable)" -msgstr "%1$s (nedostupný)" +msgstr "%1$s (nedostupnĂ˝)" -#: src/frontends/qt4/GuiDocument.cpp:2389 +#: src/frontends/qt4/GuiDocument.cpp:2230 msgid "Module provided by document class." -msgstr "Modul dodán třídou dokumentu." +msgstr "Modul dodĂĄn třídou dokumentu." -#: src/frontends/qt4/GuiDocument.cpp:2396 +#: src/frontends/qt4/GuiDocument.cpp:2237 #, fuzzy, c-format msgid "Category: %1$s." msgstr "K&ategorie:" -#: src/frontends/qt4/GuiDocument.cpp:2404 +#: src/frontends/qt4/GuiDocument.cpp:2245 #, c-format msgid "Package(s) required: %1$s." -msgstr "Vyžadované balíčky: %1$s." +msgstr "VyĹžadovanĂŠ balíčky: %1$s." # TODO -#: src/frontends/qt4/GuiDocument.cpp:2410 +#: src/frontends/qt4/GuiDocument.cpp:2251 msgid "or" msgstr "nebo" -#: src/frontends/qt4/GuiDocument.cpp:2413 +#: src/frontends/qt4/GuiDocument.cpp:2254 #, c-format msgid "Modules required: %1$s." -msgstr "Požadované moduly: %1$s." +msgstr "PoĹžadovanĂŠ moduly: %1$s." -#: src/frontends/qt4/GuiDocument.cpp:2422 +#: src/frontends/qt4/GuiDocument.cpp:2263 #, c-format msgid "Modules excluded: %1$s." -msgstr "Vyloučené moduly: %1$s." +msgstr "VyloučenĂŠ moduly: %1$s." -#: src/frontends/qt4/GuiDocument.cpp:2428 +#: src/frontends/qt4/GuiDocument.cpp:2269 msgid "WARNING: Some required packages are unavailable!" -msgstr "Upozornění: Některé vyžadované balíčky jsou nedostupné!" +msgstr "UpozorněnĂ­: NěkterĂŠ vyĹžadovanĂŠ balíčky jsou nedostupnĂŠ!" -#: src/frontends/qt4/GuiDocument.cpp:3175 +#: src/frontends/qt4/GuiDocument.cpp:3005 msgid "[No options predefined]" -msgstr "[Žádné nastavení předdefinováno]" +msgstr "[ŽådnĂŠ nastavenĂ­ předdefinovĂĄno]" -#: src/frontends/qt4/GuiDocument.cpp:3378 +#: src/frontends/qt4/GuiDocument.cpp:3202 msgid "C&ustomize Hyperref Options" -msgstr "Vlastní nastavení pro hyppe&ref" +msgstr "" -#: src/frontends/qt4/GuiDocument.cpp:3380 +#: src/frontends/qt4/GuiDocument.cpp:3204 +#, fuzzy msgid "&Use Hyperref Support" -msgstr "Po&užít balíček hyperref" +msgstr "Po&uŞít balíček hyperref" -#: src/frontends/qt4/GuiDocument.cpp:3528 +#: src/frontends/qt4/GuiDocument.cpp:3353 msgid "Can't set layout!" -msgstr "Nelze nastavit rozvržení!" +msgstr "Nelze nastavit rozvrĹženĂ­!" -#: src/frontends/qt4/GuiDocument.cpp:3529 +#: src/frontends/qt4/GuiDocument.cpp:3354 #, c-format msgid "Unable to set layout for ID: %1$s" -msgstr "Nelze nastavit rozvržení pro ID: %1$s" +msgstr "Nelze nastavit rozvrĹženĂ­ pro ID: %1$s" -#: src/frontends/qt4/GuiDocument.cpp:3620 +#: src/frontends/qt4/GuiDocument.cpp:3447 msgid "Not Found" msgstr "Nenalezeno" -#: src/frontends/qt4/GuiDocument.cpp:3674 +#: src/frontends/qt4/GuiDocument.cpp:3501 msgid "Assigned master does not include this file" -msgstr "Hlavní dokument nezahrnuje tento soubor" +msgstr "HlavnĂ­ dokument nezahrnuje tento soubor" -#: src/frontends/qt4/GuiDocument.cpp:3675 +#: src/frontends/qt4/GuiDocument.cpp:3502 #, c-format msgid "" "You must include this file in the document\n" "'%1$s' in order to use the master document\n" "feature." msgstr "" -"Musíte zahrnout tento soubor do dokumentu\n" -"'%1$s' pokud chcete používat vlasností hlavního dokumentu." +"MusĂ­te zahrnout tento soubor do dokumentu\n" +"'%1$s' pokud chcete pouŞívat vlasnostĂ­ hlavnĂ­ho dokumentu." -#: src/frontends/qt4/GuiDocument.cpp:3679 +#: src/frontends/qt4/GuiDocument.cpp:3506 msgid "Could not load master" -msgstr "Nelze načíst hlavní dokument" +msgstr "Nelze načíst hlavnĂ­ dokument" -#: src/frontends/qt4/GuiDocument.cpp:3680 +#: src/frontends/qt4/GuiDocument.cpp:3507 #, c-format msgid "" "The master document '%1$s'\n" "could not be loaded." msgstr "" -"Hlavní dokument '%1$s'\n" -"nelze načíst." +"HlavnĂ­ dokument '%1$s'\n" +"nelze načíst." #: src/frontends/qt4/GuiErrorList.cpp:44 src/frontends/qt4/GuiLog.cpp:237 msgid "Literate" -msgstr "Dokumentované programování" +msgstr "DokumentovanĂŠ programovĂĄnĂ­" #: src/frontends/qt4/GuiErrorList.cpp:46 msgid "pLaTeX" @@ -26646,7 +21531,7 @@ msgstr "pLaTeX" #: src/frontends/qt4/GuiErrorList.cpp:58 msgid "Error List" -msgstr "Výpis chyb" +msgstr "VĂ˝pis chyb" #: src/frontends/qt4/GuiErrorList.cpp:142 #, c-format @@ -26655,7 +21540,7 @@ msgstr "%1$s chyby (%2$s)" #: src/frontends/qt4/GuiExternal.cpp:77 src/frontends/qt4/GuiGraphics.cpp:72 msgid "Top left" -msgstr "Vlevo nahoře" +msgstr "Vlevo nahoře" #: src/frontends/qt4/GuiExternal.cpp:77 src/frontends/qt4/GuiGraphics.cpp:72 msgid "Bottom left" @@ -26663,23 +21548,23 @@ msgstr "Vlevo dole" #: src/frontends/qt4/GuiExternal.cpp:77 src/frontends/qt4/GuiGraphics.cpp:72 msgid "Baseline left" -msgstr "Základní linka vlevo" +msgstr "ZĂĄkladnĂ­ linka vlevo" #: src/frontends/qt4/GuiExternal.cpp:78 src/frontends/qt4/GuiGraphics.cpp:73 msgid "Top center" -msgstr "V středu nahoře" +msgstr "V středu nahoře" #: src/frontends/qt4/GuiExternal.cpp:78 src/frontends/qt4/GuiGraphics.cpp:73 msgid "Bottom center" -msgstr "V středu dole" +msgstr "V středu dole" #: src/frontends/qt4/GuiExternal.cpp:78 src/frontends/qt4/GuiGraphics.cpp:73 msgid "Baseline center" -msgstr "Základní linka v středu" +msgstr "ZĂĄkladnĂ­ linka v středu" #: src/frontends/qt4/GuiExternal.cpp:79 src/frontends/qt4/GuiGraphics.cpp:74 msgid "Top right" -msgstr "Vpravo nahoře" +msgstr "Vpravo nahoře" #: src/frontends/qt4/GuiExternal.cpp:79 src/frontends/qt4/GuiGraphics.cpp:74 msgid "Bottom right" @@ -26687,31 +21572,31 @@ msgstr "Vpravo dole" #: src/frontends/qt4/GuiExternal.cpp:79 src/frontends/qt4/GuiGraphics.cpp:74 msgid "Baseline right" -msgstr "Základní linka vpravo" +msgstr "ZĂĄkladnĂ­ linka vpravo" #: src/frontends/qt4/GuiExternal.cpp:96 msgid "External Material" -msgstr "Externí materiál" +msgstr "ExternĂ­ materiĂĄl" #: src/frontends/qt4/GuiExternal.cpp:210 msgid "Scale%" -msgstr "Měřítko%" +msgstr "Měřítko%" #: src/frontends/qt4/GuiExternal.cpp:641 msgid "Select external file" -msgstr "Vybrat externí soubor" +msgstr "Vybrat externĂ­ soubor" #: src/frontends/qt4/GuiGraphics.cpp:78 msgid "automatically" msgstr "automaticky" -#: src/frontends/qt4/GuiGraphics.cpp:113 src/frontends/qt4/qt_helpers.cpp:580 +#: src/frontends/qt4/GuiGraphics.cpp:113 msgid "Graphics" -msgstr "Obrázky" +msgstr "ObrĂĄzky" #: src/frontends/qt4/GuiGraphics.cpp:263 src/frontends/qt4/GuiGraphics.cpp:279 msgid "Dissolve previous group?" -msgstr "Rozpustit předchozí skupinu?" +msgstr "Rozpustit předchozĂ­ skupinu?" #: src/frontends/qt4/GuiGraphics.cpp:264 #, c-format @@ -26721,20 +21606,20 @@ msgid "" "because this graphic was its only member.\n" "How do you want to proceed?" msgstr "" -"Pokud přiřadíte tento obrázek ke skupině '%2$s',\n" -"předchozí skupina '%1$s' bude rozpuštěna,\n" -"protože tento obrázek byl jejím posledním členem.\n" -"Jak chcete pokračovat?" +"Pokud přiřadĂ­te tento obrĂĄzek ke skupině '%2$s',\n" +"předchozĂ­ skupina '%1$s' bude rozpuĹĄtěna,\n" +"protoĹže tento obrĂĄzek byl jejĂ­m poslednĂ­m členem.\n" +"Jak chcete pokračovat?" #: src/frontends/qt4/GuiGraphics.cpp:270 src/frontends/qt4/GuiGraphics.cpp:286 #, c-format msgid "Stick with group '%1$s'" -msgstr "Ponech ve skupině '%1$s'" +msgstr "Ponech ve skupině '%1$s'" #: src/frontends/qt4/GuiGraphics.cpp:272 #, c-format msgid "Assign to group '%1$s' anyway" -msgstr "Přiřadit ke skupině '%1$s'" +msgstr "Přiřadit ke skupině '%1$s'" #: src/frontends/qt4/GuiGraphics.cpp:280 #, c-format @@ -26744,28 +21629,28 @@ msgid "" "because this graphic was its only member.\n" "How do you want to proceed?" msgstr "" -"Pokud odloučíte tento obrázek ze skupiny '%1$s',\n" -"skupina bude zrušena,\n" -"protože tento obrázek byl jejím posledním členem.\n" -"Jak chcete pokračovat?" +"Pokud odloučíte tento obrĂĄzek ze skupiny '%1$s',\n" +"skupina bude zruĹĄena,\n" +"protoĹže tento obrĂĄzek byl jejĂ­m poslednĂ­m členem.\n" +"Jak chcete pokračovat?" #: src/frontends/qt4/GuiGraphics.cpp:288 #, c-format msgid "Sign off from group '%1$s'" -msgstr "Odloučit od skupiny '%1$s'" +msgstr "Odloučit od skupiny '%1$s'" #: src/frontends/qt4/GuiGraphics.cpp:328 msgid "Enter unique group name:" -msgstr "Vložte unikátní jméno skupiny:" +msgstr "VloĹžte unikĂĄtnĂ­ jmĂŠno skupiny:" #: src/frontends/qt4/GuiGraphics.cpp:333 msgid "Group already defined!" -msgstr "Skupina je již definována!" +msgstr "Skupina je jiĹž definovĂĄna!" #: src/frontends/qt4/GuiGraphics.cpp:334 #, c-format msgid "A graphics group with the name '%1$s' already exists." -msgstr "Skupina obrázků se jménem '%1$s' již existuje." +msgstr "Skupina obrĂĄzkĹŻ se jmĂŠnem '%1$s' jiĹž existuje." #: src/frontends/qt4/GuiGraphics.cpp:476 src/lengthcommon.cpp:44 msgid "bp" @@ -26785,7 +21670,7 @@ msgstr "in" #: src/frontends/qt4/GuiGraphics.cpp:787 msgid "Select graphics file" -msgstr "Vybrat soubor s obrázkem" +msgstr "Vybrat soubor s obrĂĄzkem" #: src/frontends/qt4/GuiGraphics.cpp:799 msgid "Clipart|#C#c" @@ -26794,52 +21679,52 @@ msgstr "Klipart|#K#k" #: src/frontends/qt4/GuiHSpace.cpp:45 src/frontends/qt4/GuiHSpace.cpp:58 #: src/insets/InsetSpace.cpp:68 msgid "Interword Space" -msgstr "Mezislovní mezera" +msgstr "MezislovnĂ­ mezera" #: src/frontends/qt4/GuiHSpace.cpp:46 src/frontends/qt4/GuiHSpace.cpp:59 #: src/insets/InsetSpace.cpp:77 msgid "Thin Space" -msgstr "Úzká mezera" +msgstr "ÚzkĂĄ mezera" #: src/frontends/qt4/GuiHSpace.cpp:47 src/insets/InsetSpace.cpp:80 msgid "Medium Space" -msgstr "Střední mezera" +msgstr "StřednĂ­ mezera" #: src/frontends/qt4/GuiHSpace.cpp:48 src/insets/InsetSpace.cpp:83 msgid "Thick Space" -msgstr "Široká mezera" +msgstr "Ĺ irokĂĄ mezera" #: src/frontends/qt4/GuiHSpace.cpp:49 src/frontends/qt4/GuiHSpace.cpp:60 #: src/insets/InsetSpace.cpp:98 msgid "Negative Thin Space" -msgstr "Záporná úzká mezera" +msgstr "ZĂĄpornĂĄ ĂşzkĂĄ mezera" #: src/frontends/qt4/GuiHSpace.cpp:50 src/frontends/qt4/GuiHSpace.cpp:61 #: src/insets/InsetSpace.cpp:101 msgid "Negative Medium Space" -msgstr "Záporná střední mezera" +msgstr "ZĂĄpornĂĄ střednĂ­ mezera" #: src/frontends/qt4/GuiHSpace.cpp:51 src/frontends/qt4/GuiHSpace.cpp:62 #: src/insets/InsetSpace.cpp:104 msgid "Negative Thick Space" -msgstr "Záporná široká mezera" +msgstr "ZĂĄpornĂĄ ĹĄirokĂĄ mezera" #: src/frontends/qt4/GuiHSpace.cpp:52 src/frontends/qt4/GuiHSpace.cpp:63 msgid "Half Quad (0.5 em)" -msgstr "Půl čtverčíku (0.5 em)" +msgstr "PĹŻl čtverčíku (0.5 em)" #: src/frontends/qt4/GuiHSpace.cpp:53 src/frontends/qt4/GuiHSpace.cpp:64 msgid "Quad (1 em)" -msgstr "Čtverčík (1 em)" +msgstr "Čtverčík (1 em)" #: src/frontends/qt4/GuiHSpace.cpp:54 src/frontends/qt4/GuiHSpace.cpp:65 msgid "Double Quad (2 em)" -msgstr "Dva čtverčíky (2 em)" +msgstr "Dva čtverčíky (2 em)" #: src/frontends/qt4/GuiHSpace.cpp:55 src/frontends/qt4/GuiHSpace.cpp:66 #: src/insets/InsetSpace.cpp:107 msgid "Horizontal Fill" -msgstr "Horizontální výplň" +msgstr "HorizontĂĄlnĂ­ vĂ˝plň" #: src/frontends/qt4/GuiHSpace.cpp:68 src/insets/InsetSpace.cpp:74 #, fuzzy @@ -26852,9 +21737,9 @@ msgid "" "Note that a protected Half Quad will be turned into\n" "a vertical space if used at the beginning of a paragraph!" msgstr "" -"Vložit mezeru i za konec řádky.\n" -"Pozn. - chráněná polovina čtverčíku se změní na\n" -" vertikální mezeru, pokud bude použita na začátku odstavce!" +"VloĹžit mezeru i za konec řádky.\n" +"Pozn. - chrĂĄněnĂĄ polovina čtverčíku se změnĂ­ na\n" +" vertikĂĄlnĂ­ mezeru, pokud bude pouĹžita na začátku odstavce!" #: src/frontends/qt4/GuiInclude.cpp:120 src/frontends/qt4/GuiInclude.cpp:182 #: src/frontends/qt4/GuiListings.cpp:239 src/frontends/qt4/GuiListings.cpp:375 @@ -26862,11 +21747,11 @@ msgstr "" msgid "" "Input listing parameters on the right. Enter ? for a list of parameters." msgstr "" -"Parametry výpisů zadávejte napravo. Pro seznam parametrů vložte znak '?'." +"Parametry vĂ˝pisĹŻ zadĂĄvejte napravo. Pro seznam parametrĹŻ vloĹžte znak '?'." #: src/frontends/qt4/GuiInclude.cpp:315 msgid "Select document to include" -msgstr "Vybrat dokument k zahrnutí" +msgstr "Vybrat dokument k zahrnutĂ­" #: src/frontends/qt4/GuiInclude.cpp:322 msgid "LaTeX/LyX Documents (*.tex *.lyx)" @@ -26874,41 +21759,41 @@ msgstr "LaTeX/LyX dokumenty (*.tex *.lyx)" #: src/frontends/qt4/GuiIndex.cpp:34 msgid "Index Entry Settings" -msgstr "Nastavení hesla rejstříku" +msgstr "NastavenĂ­ hesla rejstříku" #: src/frontends/qt4/GuiIndices.cpp:52 msgid "Label Color" -msgstr "Barva štítku" +msgstr "Barva ĹĄtĂ­tku" #: src/frontends/qt4/GuiIndices.cpp:193 msgid "Cannot remove standard index" -msgstr "Nelze smazat standardní rejstřík" +msgstr "Nelze smazat standardnĂ­ rejstřík" #: src/frontends/qt4/GuiIndices.cpp:194 msgid "The default index cannot be removed." -msgstr "Standardní rejštřík nemůže být smazán." +msgstr "StandardnĂ­ rejĹĄtřík nemĹŻĹže bĂ˝t smazĂĄn." #: src/frontends/qt4/GuiIndices.cpp:214 msgid "Enter new index name" -msgstr "Vložit nové jméno rejstříku" +msgstr "VloĹžit novĂŠ jmĂŠno rejstříku" #: src/frontends/qt4/GuiIndices.cpp:222 msgid "The index could not be renamed. Check if the new name already exists." msgstr "" -"Rejstřík nemohl být přejmenován. Zkontrolujte zda-li zadané jméno již " +"Rejstřík nemohl bĂ˝t přejmenovĂĄn. Zkontrolujte zda-li zadanĂŠ jmĂŠno jiĹž " "neexistuje." #: src/frontends/qt4/GuiInfo.cpp:46 msgid "unknown" -msgstr "neznámý" +msgstr "neznĂĄmĂ˝" #: src/frontends/qt4/GuiInfo.cpp:46 msgid "shortcut" -msgstr "klávesová zkratka" +msgstr "klĂĄvesovĂĄ zkratka" #: src/frontends/qt4/GuiInfo.cpp:46 msgid "shortcuts" -msgstr "klávesové zkratky" +msgstr "klĂĄvesovĂŠ zkratky" #: src/frontends/qt4/GuiInfo.cpp:46 msgid "lyxrc" @@ -26916,11 +21801,11 @@ msgstr "lyxrc" #: src/frontends/qt4/GuiInfo.cpp:46 msgid "package" -msgstr "balíček" +msgstr "balíček" #: src/frontends/qt4/GuiInfo.cpp:46 msgid "textclass" -msgstr "třída dokumentu" +msgstr "třída dokumentu" #: src/frontends/qt4/GuiInfo.cpp:47 msgid "menu" @@ -26938,33 +21823,33 @@ msgstr "dokument" msgid "lyxinfo" msgstr "lyxinfo" -#: src/frontends/qt4/GuiKeySymbol.cpp:711 +#: src/frontends/qt4/GuiKeySymbol.cpp:709 msgid "Shift-" msgstr "Shift-" -#: src/frontends/qt4/GuiKeySymbol.cpp:712 +#: src/frontends/qt4/GuiKeySymbol.cpp:710 msgid "Control-" msgstr "Control-" -#: src/frontends/qt4/GuiKeySymbol.cpp:713 +#: src/frontends/qt4/GuiKeySymbol.cpp:711 msgid "Option-" msgstr "Option-" -#: src/frontends/qt4/GuiKeySymbol.cpp:714 +#: src/frontends/qt4/GuiKeySymbol.cpp:712 msgid "Command-" msgstr "Command-" #: src/frontends/qt4/GuiListings.cpp:60 msgid "No language" -msgstr "Žádný jazyk" +msgstr "ŽådnĂ˝ jazyk" #: src/frontends/qt4/GuiListings.cpp:164 msgid "Program Listing Settings" -msgstr "Nastavení výpisů zdrojových kódů" +msgstr "NastavenĂ­ vĂ˝pisĹŻ zdrojovĂ˝ch kĂłdĹŻ" #: src/frontends/qt4/GuiListings.cpp:414 msgid "No dialect" -msgstr "Žádný dialekt" +msgstr "ŽådnĂ˝ dialekt" #: src/frontends/qt4/GuiLog.cpp:112 src/frontends/qt4/GuiLog.cpp:265 msgid "LaTeX Log" @@ -26976,7 +21861,7 @@ msgstr "LyX2LyX" #: src/frontends/qt4/GuiLog.cpp:267 msgid "Literate Programming Build Log" -msgstr "Log z dokumentovaného programování" +msgstr "Log z dokumentovanĂŠho programovĂĄnĂ­" #: src/frontends/qt4/GuiLog.cpp:269 msgid "lyx2lyx Error Log" @@ -26984,7 +21869,7 @@ msgstr "Log chyb z lyx2lyx" #: src/frontends/qt4/GuiLog.cpp:271 msgid "Version Control Log" -msgstr "Log ze správy verzí" +msgstr "Log ze sprĂĄvy verzĂ­" #: src/frontends/qt4/GuiLog.cpp:297 msgid "Log file not found." @@ -26992,7 +21877,7 @@ msgstr "Soubor pro log nenalezen" #: src/frontends/qt4/GuiLog.cpp:300 msgid "No literate programming build log file found." -msgstr "Soubor s logem dokumentovaného programování nenalezen." +msgstr "Soubor s logem dokumentovanĂŠho programovĂĄnĂ­ nenalezen." #: src/frontends/qt4/GuiLog.cpp:303 msgid "No lyx2lyx error log file found." @@ -27000,64 +21885,19 @@ msgstr "Log chyb z lyx2lyx nenalezen." #: src/frontends/qt4/GuiLog.cpp:306 msgid "No version control log file found." -msgstr "Log ze správy verzí nenalezen." +msgstr "Log ze sprĂĄvy verzĂ­ nenalezen." -#: src/frontends/qt4/GuiMathMatrix.cpp:34 -msgid "[x]" -msgstr "[x]" - -#: src/frontends/qt4/GuiMathMatrix.cpp:35 -msgid "(x)" -msgstr "(x)" - -#: src/frontends/qt4/GuiMathMatrix.cpp:36 -msgid "{x}" -msgstr "{x}" - -#: src/frontends/qt4/GuiMathMatrix.cpp:37 -msgid "|x|" -msgstr "|x|" - -#: src/frontends/qt4/GuiMathMatrix.cpp:38 -msgid "||x||" -msgstr "||x||" - -#: src/frontends/qt4/GuiMathMatrix.cpp:43 -#, fuzzy -msgid "bmatrix" -msgstr "Vložit matici" - -#: src/frontends/qt4/GuiMathMatrix.cpp:44 -#, fuzzy -msgid "pmatrix" -msgstr "Vložit matici" - -#: src/frontends/qt4/GuiMathMatrix.cpp:45 -#, fuzzy -msgid "Bmatrix" -msgstr "Vložit matici" - -#: src/frontends/qt4/GuiMathMatrix.cpp:46 -#, fuzzy -msgid "vmatrix" -msgstr "Vložit matici" - -#: src/frontends/qt4/GuiMathMatrix.cpp:47 -#, fuzzy -msgid "Vmatrix" -msgstr "Vložit matici" - -#: src/frontends/qt4/GuiMathMatrix.cpp:62 +#: src/frontends/qt4/GuiMathMatrix.cpp:31 msgid "Math Matrix" msgstr "Matice" #: src/frontends/qt4/GuiNote.cpp:26 msgid "Note Settings" -msgstr "Nastavení poznámky" +msgstr "NastavenĂ­ poznĂĄmky" #: src/frontends/qt4/GuiParagraph.cpp:48 msgid "Paragraph Settings" -msgstr "Nastavení odstavce" +msgstr "NastavenĂ­ odstavce" #: src/frontends/qt4/GuiParagraph.cpp:78 msgid "" @@ -27067,259 +21907,255 @@ msgid "" " Normally, you won't need to set this, since the largest label width of all " "the items is used." msgstr "" -"Jak popsáno v uživatelské příručce, šířka tohoto textu určuje šířku značky v " -"prostředích typu Výčet a Popis.\n" +"Jak popsĂĄno v uĹživatelskĂŠ příručce, šířka tohoto textu určuje šířku značky v " +"prostředĂ­ch typu Výčet a Popis.\n" "\n" -"Toto obvykle není třeba nastavovat, neboť je standardně vybrána nejdelší " -"značkaze všech použitých položek." +"Toto obvykle nenĂ­ třeba nastavovat, neboĹĽ je standardně vybrĂĄna nejdelĹĄĂ­ " +"značkaze vĹĄech pouĹžitĂ˝ch poloĹžek." #: src/frontends/qt4/GuiPhantom.cpp:25 msgid "Phantom Settings" -msgstr "Nastavení fantómu" +msgstr "NastavenĂ­ fantĂłmu" -#: src/frontends/qt4/GuiPrefs.cpp:142 +#: src/frontends/qt4/GuiPrefs.cpp:141 msgid "System files|#S#s" -msgstr "Systémové soubory|#S#s" +msgstr "SystĂŠmovĂŠ soubory|#S#s" -#: src/frontends/qt4/GuiPrefs.cpp:146 +#: src/frontends/qt4/GuiPrefs.cpp:145 msgid "User files|#U#u" -msgstr "Uživatelské soubory|#U#u" +msgstr "UĹživatelskĂŠ soubory|#U#u" -#: src/frontends/qt4/GuiPrefs.cpp:252 +#: src/frontends/qt4/GuiPrefs.cpp:251 msgid "Look & Feel" msgstr "Vzhled" -#: src/frontends/qt4/GuiPrefs.cpp:254 +#: src/frontends/qt4/GuiPrefs.cpp:253 msgid "Language Settings" -msgstr "Jazyková nastavení" +msgstr "JazykovĂĄ nastavenĂ­" -#: src/frontends/qt4/GuiPrefs.cpp:256 +#: src/frontends/qt4/GuiPrefs.cpp:255 msgid "File Handling" -msgstr "Obsluha souborů" +msgstr "Obsluha souborĹŻ" -#: src/frontends/qt4/GuiPrefs.cpp:482 +#: src/frontends/qt4/GuiPrefs.cpp:481 msgid "Keyboard/Mouse" -msgstr "Klávesnice/myš" +msgstr "KlĂĄvesnice/myĹĄ" -#: src/frontends/qt4/GuiPrefs.cpp:612 +#: src/frontends/qt4/GuiPrefs.cpp:611 msgid "Input Completion" -msgstr "Doplňování" +msgstr "DoplňovĂĄnĂ­" -#: src/frontends/qt4/GuiPrefs.cpp:761 src/frontends/qt4/GuiPrefs.cpp:786 -#: src/frontends/qt4/GuiPrefs.cpp:874 src/frontends/qt4/GuiPrefs.cpp:901 +#: src/frontends/qt4/GuiPrefs.cpp:760 src/frontends/qt4/GuiPrefs.cpp:785 +#: src/frontends/qt4/GuiPrefs.cpp:873 src/frontends/qt4/GuiPrefs.cpp:900 msgid "Co&mmand:" -msgstr "&Příkaz:" +msgstr "&Příkaz:" -#: src/frontends/qt4/GuiPrefs.cpp:931 +#: src/frontends/qt4/GuiPrefs.cpp:930 msgid "Screen Fonts" msgstr "Fonty na obrazovce" -#: src/frontends/qt4/GuiPrefs.cpp:1304 +#: src/frontends/qt4/GuiPrefs.cpp:1311 msgid "Paths" msgstr "Cesty" -#: src/frontends/qt4/GuiPrefs.cpp:1391 +#: src/frontends/qt4/GuiPrefs.cpp:1398 msgid "Select directory for example files" -msgstr "Vybrat adresář s příklady" +msgstr "Vybrat adresář s příklady" -#: src/frontends/qt4/GuiPrefs.cpp:1400 +#: src/frontends/qt4/GuiPrefs.cpp:1407 msgid "Select a document templates directory" -msgstr "Vybrat adresář se šablonami dokumentů" +msgstr "Vybrat adresář se ĹĄablonami dokumentĹŻ" -#: src/frontends/qt4/GuiPrefs.cpp:1409 +#: src/frontends/qt4/GuiPrefs.cpp:1416 msgid "Select a temporary directory" -msgstr "Vybrat pomocný adresář" +msgstr "Vybrat pomocnĂ˝ adresář" -#: src/frontends/qt4/GuiPrefs.cpp:1418 +#: src/frontends/qt4/GuiPrefs.cpp:1425 msgid "Select a backups directory" -msgstr "Vybrat adresář na zálohy" +msgstr "Vybrat adresář na zĂĄlohy" -#: src/frontends/qt4/GuiPrefs.cpp:1427 +#: src/frontends/qt4/GuiPrefs.cpp:1434 msgid "Select a document directory" -msgstr "Vybrat adresář pro dokumenty" +msgstr "Vybrat adresář pro dokumenty" -#: src/frontends/qt4/GuiPrefs.cpp:1436 +#: src/frontends/qt4/GuiPrefs.cpp:1443 msgid "Set the path to the thesaurus dictionaries" -msgstr "Nastavit cestu ke slovníkům tezauru" +msgstr "Nastavit cestu ke slovnĂ­kĹŻm tezauru" -#: src/frontends/qt4/GuiPrefs.cpp:1445 +#: src/frontends/qt4/GuiPrefs.cpp:1452 msgid "Set the path to the Hunspell dictionaries" -msgstr "Nastavit cesta ke slovníkům pro Hunspell" +msgstr "Nastavit cesta ke slovnĂ­kĹŻm pro Hunspell" -#: src/frontends/qt4/GuiPrefs.cpp:1454 +#: src/frontends/qt4/GuiPrefs.cpp:1461 msgid "Give a filename for the LyX server pipe" -msgstr "Jméno souboru pro rouru (pipe) LyX serveru" +msgstr "JmĂŠno souboru pro rouru (pipe) LyX serveru" -#: src/frontends/qt4/GuiPrefs.cpp:1467 -#: src/frontends/qt4/GuiSpellchecker.cpp:592 +#: src/frontends/qt4/GuiPrefs.cpp:1474 +#: src/frontends/qt4/GuiSpellchecker.cpp:582 msgid "Spellchecker" msgstr "Kontrola pravopisu" -#: src/frontends/qt4/GuiPrefs.cpp:1473 +#: src/frontends/qt4/GuiPrefs.cpp:1480 msgid "Native" -msgstr "Nativní" +msgstr "NativnĂ­" -#: src/frontends/qt4/GuiPrefs.cpp:1479 +#: src/frontends/qt4/GuiPrefs.cpp:1486 msgid "Aspell" msgstr "Aspell" -#: src/frontends/qt4/GuiPrefs.cpp:1482 +#: src/frontends/qt4/GuiPrefs.cpp:1489 msgid "Enchant" msgstr "Enchant" -#: src/frontends/qt4/GuiPrefs.cpp:1485 +#: src/frontends/qt4/GuiPrefs.cpp:1492 msgid "Hunspell" msgstr "Hunspell" -#: src/frontends/qt4/GuiPrefs.cpp:1558 +#: src/frontends/qt4/GuiPrefs.cpp:1565 msgid "Converters" msgstr "Konvertory" -#: src/frontends/qt4/GuiPrefs.cpp:1872 +#: src/frontends/qt4/GuiPrefs.cpp:1873 msgid "File Formats" -msgstr "Formáty souborů" +msgstr "FormĂĄty souborĹŻ" -#: src/frontends/qt4/GuiPrefs.cpp:2067 src/frontends/qt4/GuiPrefs.cpp:2219 +#: src/frontends/qt4/GuiPrefs.cpp:2068 src/frontends/qt4/GuiPrefs.cpp:2220 msgid "Format in use" -msgstr "Používaný formát" +msgstr "PouŞívanĂ˝ formĂĄt" -#: src/frontends/qt4/GuiPrefs.cpp:2068 +#: src/frontends/qt4/GuiPrefs.cpp:2069 msgid "" "You cannot change a format's short name if the format is used by a " "converter. Please remove the converter first." msgstr "" -"Nelze měnit krátké jméno formátu pokud je formát používaný konvertorem. " -"Nejprve smažte konvertor." +"Nelze měnit krĂĄtkĂŠ jmĂŠno formĂĄtu pokud je formĂĄt pouŞívanĂ˝ konvertorem. " +"Nejprve smaĹžte konvertor." -#: src/frontends/qt4/GuiPrefs.cpp:2220 +#: src/frontends/qt4/GuiPrefs.cpp:2221 msgid "Cannot remove a Format used by a Converter. Remove the converter first." -msgstr "Nelze smazat Formát používaný konvertorem. Nejprve smažte konvertor." +msgstr "Nelze smazat FormĂĄt pouŞívanĂ˝ konvertorem. Nejprve smaĹžte konvertor." -#: src/frontends/qt4/GuiPrefs.cpp:2315 +#: src/frontends/qt4/GuiPrefs.cpp:2312 msgid "LyX needs to be restarted!" -msgstr "Je potřeba restartovat LyX!" +msgstr "Je potřeba restartovat LyX!" -#: src/frontends/qt4/GuiPrefs.cpp:2316 +#: src/frontends/qt4/GuiPrefs.cpp:2313 msgid "" "The change of user interface language will be fully effective only after a " "restart." -msgstr "Změna uživatelského rozhraní bude plně aktivní pouze po restartu LyXu." +msgstr "Změna uĹživatelskĂŠho rozhranĂ­ bude plně aktivnĂ­ pouze po restartu LyXu." -#: src/frontends/qt4/GuiPrefs.cpp:2390 +#: src/frontends/qt4/GuiPrefs.cpp:2387 msgid "Printer" -msgstr "Tiskárna" +msgstr "TiskĂĄrna" -#: src/frontends/qt4/GuiPrefs.cpp:2506 +#: src/frontends/qt4/GuiPrefs.cpp:2503 src/frontends/qt4/GuiPrefs.cpp:3256 msgid "User Interface" -msgstr "Uživatelské rozhraní" +msgstr "UĹživatelskĂŠ rozhranĂ­" -#: src/frontends/qt4/GuiPrefs.cpp:2525 +#: src/frontends/qt4/GuiPrefs.cpp:2547 msgid "Classic" -msgstr "Klasická" +msgstr "KlasickĂĄ" -#: src/frontends/qt4/GuiPrefs.cpp:2526 +#: src/frontends/qt4/GuiPrefs.cpp:2548 msgid "Oxygen" msgstr "Oxygen" -#: src/frontends/qt4/GuiPrefs.cpp:2575 -msgid "Document Handling" -msgstr "Obsluha souborů" - -#: src/frontends/qt4/GuiPrefs.cpp:2678 +#: src/frontends/qt4/GuiPrefs.cpp:2626 msgid "Control" -msgstr "Ovládání" +msgstr "OvlĂĄdĂĄnĂ­" -#: src/frontends/qt4/GuiPrefs.cpp:2766 +#: src/frontends/qt4/GuiPrefs.cpp:2714 msgid "Shortcuts" -msgstr "Klávesové zkratky" +msgstr "KlĂĄvesovĂŠ zkratky" -#: src/frontends/qt4/GuiPrefs.cpp:2771 +#: src/frontends/qt4/GuiPrefs.cpp:2719 msgid "Function" msgstr "Funkce" -#: src/frontends/qt4/GuiPrefs.cpp:2772 +#: src/frontends/qt4/GuiPrefs.cpp:2720 msgid "Shortcut" msgstr "Zkratka" -#: src/frontends/qt4/GuiPrefs.cpp:2851 +#: src/frontends/qt4/GuiPrefs.cpp:2799 msgid "Cursor, Mouse and Editing Functions" -msgstr "Kurzor, myš, editační funkce" +msgstr "Kurzor, myĹĄ, editačnĂ­ funkce" -#: src/frontends/qt4/GuiPrefs.cpp:2855 +#: src/frontends/qt4/GuiPrefs.cpp:2803 msgid "Mathematical Symbols" -msgstr "Matematické symboly" +msgstr "MatematickĂŠ symboly" -#: src/frontends/qt4/GuiPrefs.cpp:2859 +#: src/frontends/qt4/GuiPrefs.cpp:2807 msgid "Document and Window" msgstr "Dokument a okno" -#: src/frontends/qt4/GuiPrefs.cpp:2863 +#: src/frontends/qt4/GuiPrefs.cpp:2811 msgid "Font, Layouts and Textclasses" -msgstr "Font, Rozvržení a třídy " +msgstr "Font, RozvrĹženĂ­ a třídy " -#: src/frontends/qt4/GuiPrefs.cpp:2867 +#: src/frontends/qt4/GuiPrefs.cpp:2815 msgid "System and Miscellaneous" -msgstr "Systém, Různé" +msgstr "SystĂŠm, RĹŻznĂŠ" -#: src/frontends/qt4/GuiPrefs.cpp:2994 src/frontends/qt4/GuiPrefs.cpp:3040 +#: src/frontends/qt4/GuiPrefs.cpp:2942 src/frontends/qt4/GuiPrefs.cpp:2988 msgid "Res&tore" msgstr "&Obnovit" -#: src/frontends/qt4/GuiPrefs.cpp:3151 src/frontends/qt4/GuiPrefs.cpp:3158 -#: src/frontends/qt4/GuiPrefs.cpp:3178 src/frontends/qt4/GuiPrefs.cpp:3197 +#: src/frontends/qt4/GuiPrefs.cpp:3099 src/frontends/qt4/GuiPrefs.cpp:3106 +#: src/frontends/qt4/GuiPrefs.cpp:3126 src/frontends/qt4/GuiPrefs.cpp:3145 msgid "Failed to create shortcut" -msgstr "Selhalo vytvoření klávesové zkratky" +msgstr "Selhalo vytvořenĂ­ klĂĄvesovĂŠ zkratky" -#: src/frontends/qt4/GuiPrefs.cpp:3152 +#: src/frontends/qt4/GuiPrefs.cpp:3100 msgid "Unknown or invalid LyX function" -msgstr "Neznámá nebo chybná LyX-funkce" +msgstr "NeznĂĄmĂĄ nebo chybnĂĄ LyX-funkce" -#: src/frontends/qt4/GuiPrefs.cpp:3159 +#: src/frontends/qt4/GuiPrefs.cpp:3107 msgid "Invalid or empty key sequence" -msgstr "Chybná nebo prázdná sekvence kláves" +msgstr "ChybnĂĄ nebo prĂĄzdnĂĄ sekvence klĂĄves" -#: src/frontends/qt4/GuiPrefs.cpp:3179 +#: src/frontends/qt4/GuiPrefs.cpp:3127 #, c-format msgid "" "Shortcut `%1$s' is already bound to:\n" "%2$s\n" "You need to remove that binding before creating a new one." msgstr "" -"Zkratka `%1$s' je již použita pro:\n" +"Zkratka `%1$s' je jiĹž pouĹžita pro:\n" "%2$s\n" -"Musíte toto přiřazení smazat před vytvořením nového." +"MusĂ­te toto přiřazenĂ­ smazat před vytvořenĂ­m novĂŠho." -#: src/frontends/qt4/GuiPrefs.cpp:3198 +#: src/frontends/qt4/GuiPrefs.cpp:3146 msgid "Can not insert shortcut to the list" -msgstr "Nelze přidat zkratku do seznamu" +msgstr "Nelze přidat zkratku do seznamu" -#: src/frontends/qt4/GuiPrefs.cpp:3229 +#: src/frontends/qt4/GuiPrefs.cpp:3177 msgid "Identity" -msgstr "Vaše identita" +msgstr "VaĹĄe identita" -#: src/frontends/qt4/GuiPrefs.cpp:3439 +#: src/frontends/qt4/GuiPrefs.cpp:3386 msgid "Choose bind file" -msgstr "Vybrat soubor klávesových zkratek" +msgstr "Vybrat soubor klĂĄvesovĂ˝ch zkratek" -#: src/frontends/qt4/GuiPrefs.cpp:3440 +#: src/frontends/qt4/GuiPrefs.cpp:3387 msgid "LyX bind files (*.bind)" -msgstr "Klávesové zkratky LyX-u (*.bind)" +msgstr "KlĂĄvesovĂŠ zkratky LyX-u (*.bind)" -#: src/frontends/qt4/GuiPrefs.cpp:3446 +#: src/frontends/qt4/GuiPrefs.cpp:3393 msgid "Choose UI file" -msgstr "Vybrat soubor uživatelského rozhraní" +msgstr "Vybrat soubor uĹživatelskĂŠho rozhranĂ­" -#: src/frontends/qt4/GuiPrefs.cpp:3447 +#: src/frontends/qt4/GuiPrefs.cpp:3394 msgid "LyX UI files (*.ui)" msgstr "UI soubory LyX-u (*.ui)" -#: src/frontends/qt4/GuiPrefs.cpp:3453 +#: src/frontends/qt4/GuiPrefs.cpp:3400 msgid "Choose keyboard map" -msgstr "Vybrat mapu kláves" +msgstr "Vybrat mapu klĂĄves" -#: src/frontends/qt4/GuiPrefs.cpp:3454 +#: src/frontends/qt4/GuiPrefs.cpp:3401 msgid "LyX keyboard maps (*.kmap)" -msgstr "Mapa kláves pro LyX (*.kmap)" +msgstr "Mapa klĂĄves pro LyX (*.kmap)" #: src/frontends/qt4/GuiPrint.cpp:43 msgid "Print Document" @@ -27335,51 +22171,51 @@ msgstr "Soubory PostScript-u (*.ps)" #: src/frontends/qt4/GuiPrintNomencl.cpp:49 msgid "Longest label width" -msgstr "Nejdelší šířka značky" +msgstr "NejdelĹĄĂ­ šířka značky" #: src/frontends/qt4/GuiPrintindex.cpp:37 msgid "Index Settings" -msgstr "Nastavení rejstříku" +msgstr "NastavenĂ­ rejstříku" #: src/frontends/qt4/GuiPrintindex.cpp:69 msgid "" -msgstr "" +msgstr "" -#: src/frontends/qt4/GuiProgressView.cpp:53 +#: src/frontends/qt4/GuiProgressView.cpp:52 msgid "Progress/Debug Messages" -msgstr "Informace o běhu / ladící výpisy" +msgstr "Informace o běhu / ladĂ­cĂ­ vĂ˝pisy" + +#: src/frontends/qt4/GuiProgressView.cpp:82 +msgid "Debug Level" +msgstr "Úroveň laděnĂ­" #: src/frontends/qt4/GuiProgressView.cpp:83 -msgid "Debug Level" -msgstr "Úroveň ladění" - -#: src/frontends/qt4/GuiProgressView.cpp:84 msgid "Set" msgstr "Nastaveno" #: src/frontends/qt4/GuiRef.cpp:44 msgid "Cross-reference" -msgstr "Křížový odkaz" +msgstr "KřížovĂ˝ odkaz" -#: src/frontends/qt4/GuiRef.cpp:305 +#: src/frontends/qt4/GuiRef.cpp:306 msgid "&Go Back" -msgstr "&Jdi zpět" +msgstr "&Jdi zpět" -#: src/frontends/qt4/GuiRef.cpp:307 +#: src/frontends/qt4/GuiRef.cpp:308 msgid "Jump back" -msgstr "Skok zpět" +msgstr "Skok zpět" -#: src/frontends/qt4/GuiRef.cpp:315 +#: src/frontends/qt4/GuiRef.cpp:316 msgid "Jump to label" -msgstr "Skok na značku" +msgstr "Skok na značku" -#: src/frontends/qt4/GuiRef.cpp:380 src/frontends/qt4/GuiRef.cpp:399 +#: src/frontends/qt4/GuiRef.cpp:371 src/frontends/qt4/GuiRef.cpp:390 msgid "" msgstr "" #: src/frontends/qt4/GuiSearch.cpp:41 msgid "Find and Replace" -msgstr "Najít a zaměnit" +msgstr "NajĂ­t a zaměnit" #: src/frontends/qt4/GuiSendto.cpp:40 msgid "Export or Send Document" @@ -27391,25 +22227,26 @@ msgstr "Zobraz soubor" #: src/frontends/qt4/GuiShowFile.cpp:47 msgid "Error -> Cannot load file!" -msgstr "Chyba -> Nelze načíst soubor!" +msgstr "Chyba -> Nelze načíst soubor!" #: src/frontends/qt4/GuiSpellchecker.cpp:252 msgid "Spell check of the selection done, did not find any errors." -msgstr "Kontrola pravopisu ve výběru dokončena, chyby nebyly nalezeny." +msgstr "" #: src/frontends/qt4/GuiSpellchecker.cpp:259 msgid "" "We reached the end of the document, would you like to continue from the " "beginning?" -msgstr "Byl dosažen konec dokumentu. Pokračovat dále od začátku?" +msgstr "Byl dosaĹžen konec dokumentu. Pokračovat dĂĄle od začátku?" -#: src/frontends/qt4/GuiSpellchecker.cpp:540 +#: src/frontends/qt4/GuiSpellchecker.cpp:530 +#, fuzzy msgid "Spell checker has no dictionaries." -msgstr "Kontrola pravopisu nenalezla potřebné slovníky." +msgstr "Kontrola pravopisu selhala.\n" #: src/frontends/qt4/GuiSymbols.cpp:54 msgid "Basic Latin" -msgstr "Základní latinka" +msgstr "ZĂĄkladnĂ­ latinka" #: src/frontends/qt4/GuiSymbols.cpp:55 msgid "Latin-1 Supplement" @@ -27417,23 +22254,23 @@ msgstr "Latin-1 dodatek" #: src/frontends/qt4/GuiSymbols.cpp:56 msgid "Latin Extended-A" -msgstr "Latinka rozšíření-A" +msgstr "Latinka rozšířenĂ­-A" #: src/frontends/qt4/GuiSymbols.cpp:57 msgid "Latin Extended-B" -msgstr "Latinka rozšíření-B" +msgstr "Latinka rozšířenĂ­-B" #: src/frontends/qt4/GuiSymbols.cpp:58 msgid "IPA Extensions" -msgstr "IPA rozšíření" +msgstr "IPA rozšířenĂ­" #: src/frontends/qt4/GuiSymbols.cpp:59 msgid "Spacing Modifier Letters" -msgstr "Akcenty a modifikátory" +msgstr "Akcenty a modifikĂĄtory" #: src/frontends/qt4/GuiSymbols.cpp:60 msgid "Combining Diacritical Marks" -msgstr "Diakritická znaménka" +msgstr "DiakritickĂĄ znamĂŠnka" #: src/frontends/qt4/GuiSymbols.cpp:62 msgid "Cyrillic" @@ -27441,15 +22278,15 @@ msgstr "Cyrilika" #: src/frontends/qt4/GuiSymbols.cpp:65 msgid "Arabic" -msgstr "Arabština" +msgstr "ArabĹĄtina" #: src/frontends/qt4/GuiSymbols.cpp:66 msgid "Devanagari" -msgstr "Dévanágarí" +msgstr "DĂŠvanĂĄgarĂ­" #: src/frontends/qt4/GuiSymbols.cpp:67 msgid "Bengali" -msgstr "Bengálština" +msgstr "BengĂĄlĹĄtina" #: src/frontends/qt4/GuiSymbols.cpp:68 msgid "Gurmukhi" @@ -27457,27 +22294,39 @@ msgstr "Gurmukhi" #: src/frontends/qt4/GuiSymbols.cpp:69 msgid "Gujarati" -msgstr "Gudžarátština" +msgstr "GudĹžarĂĄtĹĄtina" #: src/frontends/qt4/GuiSymbols.cpp:70 msgid "Oriya" msgstr "Oriya" +#: src/frontends/qt4/GuiSymbols.cpp:71 +msgid "Tamil" +msgstr "TamilĹĄtina" + +#: src/frontends/qt4/GuiSymbols.cpp:72 +msgid "Telugu" +msgstr "TelugĹĄtina" + #: src/frontends/qt4/GuiSymbols.cpp:73 msgid "Kannada" -msgstr "Kannadština" +msgstr "KannadĹĄtina" #: src/frontends/qt4/GuiSymbols.cpp:74 msgid "Malayalam" -msgstr "Malajálamština" +msgstr "MalajĂĄlamĹĄtina" + +#: src/frontends/qt4/GuiSymbols.cpp:76 +msgid "Lao" +msgstr "LaoĹĄtina" #: src/frontends/qt4/GuiSymbols.cpp:77 msgid "Tibetan" -msgstr "Tibetština" +msgstr "TibetĹĄtina" #: src/frontends/qt4/GuiSymbols.cpp:78 msgid "Georgian" -msgstr "Gruzínštins" +msgstr "GruzĂ­nĹĄtins" #: src/frontends/qt4/GuiSymbols.cpp:79 msgid "Hangul Jamo" @@ -27485,15 +22334,15 @@ msgstr "Hangul jamo" #: src/frontends/qt4/GuiSymbols.cpp:80 msgid "Phonetic Extensions" -msgstr "Fonetická rozšíření" +msgstr "FonetickĂĄ rozšířenĂ­" #: src/frontends/qt4/GuiSymbols.cpp:81 msgid "Latin Extended Additional" -msgstr "Latinka rozšíření" +msgstr "Latinka rozšířenĂ­" #: src/frontends/qt4/GuiSymbols.cpp:82 msgid "Greek Extended" -msgstr "Řečtina rozšíření" +msgstr "Řečtina rozšířenĂ­" #: src/frontends/qt4/GuiSymbols.cpp:83 msgid "General Punctuation" @@ -27501,35 +22350,35 @@ msgstr "Interpunkce" #: src/frontends/qt4/GuiSymbols.cpp:84 msgid "Superscripts and Subscripts" -msgstr "Horní a dolní indexy" +msgstr "HornĂ­ a dolnĂ­ indexy" #: src/frontends/qt4/GuiSymbols.cpp:85 msgid "Currency Symbols" -msgstr "Symboly měn" +msgstr "Symboly měn" #: src/frontends/qt4/GuiSymbols.cpp:86 msgid "Combining Diacritical Marks for Symbols" -msgstr "Diakritická znaménka" +msgstr "DiakritickĂĄ znamĂŠnka" #: src/frontends/qt4/GuiSymbols.cpp:87 msgid "Letterlike Symbols" -msgstr "Symboly písmen" +msgstr "Symboly pĂ­smen" #: src/frontends/qt4/GuiSymbols.cpp:88 msgid "Number Forms" -msgstr "Číselné formy" +msgstr "ČíselnĂŠ formy" #: src/frontends/qt4/GuiSymbols.cpp:90 msgid "Mathematical Operators" -msgstr "Matematické operátory" +msgstr "MatematickĂŠ operĂĄtory" #: src/frontends/qt4/GuiSymbols.cpp:91 msgid "Miscellaneous Technical" -msgstr "Technické" +msgstr "TechnickĂŠ" #: src/frontends/qt4/GuiSymbols.cpp:92 msgid "Control Pictures" -msgstr "Řídící znaky" +msgstr "ŘídĂ­cĂ­ znaky" #: src/frontends/qt4/GuiSymbols.cpp:93 msgid "Optical Character Recognition" @@ -27537,23 +22386,23 @@ msgstr "OCR" #: src/frontends/qt4/GuiSymbols.cpp:94 msgid "Enclosed Alphanumerics" -msgstr "Uzavřené alfanumerické znaky" +msgstr "UzavřenĂŠ alfanumerickĂŠ znaky" #: src/frontends/qt4/GuiSymbols.cpp:95 msgid "Box Drawing" -msgstr "Kreslení rámečků" +msgstr "KreslenĂ­ rĂĄmečkĹŻ" #: src/frontends/qt4/GuiSymbols.cpp:96 msgid "Block Elements" -msgstr "Kvádry" +msgstr "KvĂĄdry" #: src/frontends/qt4/GuiSymbols.cpp:97 msgid "Geometric Shapes" -msgstr "Geometrické tvary" +msgstr "GeometrickĂŠ tvary" #: src/frontends/qt4/GuiSymbols.cpp:98 msgid "Miscellaneous Symbols" -msgstr "Různé symboly" +msgstr "RĹŻznĂŠ symboly" #: src/frontends/qt4/GuiSymbols.cpp:99 msgid "Dingbats" @@ -27561,7 +22410,7 @@ msgstr "Dingbats" #: src/frontends/qt4/GuiSymbols.cpp:100 msgid "Miscellaneous Mathematical Symbols-A" -msgstr "Různé matematické symboly-A" +msgstr "RĹŻznĂŠ matematickĂŠ symboly-A" #: src/frontends/qt4/GuiSymbols.cpp:101 msgid "CJK Symbols and Punctuation" @@ -27589,7 +22438,7 @@ msgstr "Kanbun" #: src/frontends/qt4/GuiSymbols.cpp:107 msgid "Enclosed CJK Letters and Months" -msgstr "Uzavřené znaky CJK" +msgstr "UzavřenĂŠ znaky CJK" #: src/frontends/qt4/GuiSymbols.cpp:108 msgid "CJK Compatibility" @@ -27597,7 +22446,7 @@ msgstr "CJK kompat." #: src/frontends/qt4/GuiSymbols.cpp:109 msgid "CJK Unified Ideographs" -msgstr "CJK unifikované ideograf." +msgstr "CJK unifikovanĂŠ ideograf." #: src/frontends/qt4/GuiSymbols.cpp:110 msgid "Hangul Syllables" @@ -27605,15 +22454,15 @@ msgstr "Hangul slabiky" #: src/frontends/qt4/GuiSymbols.cpp:111 msgid "High Surrogates" -msgstr "Surogáty horní" +msgstr "SurogĂĄty hornĂ­" #: src/frontends/qt4/GuiSymbols.cpp:112 msgid "Private Use High Surrogates" -msgstr "Surogáty horní (priv.)" +msgstr "SurogĂĄty hornĂ­ (priv.)" #: src/frontends/qt4/GuiSymbols.cpp:113 msgid "Low Surrogates" -msgstr "Surogáty dolní" +msgstr "SurogĂĄty dolnĂ­" #: src/frontends/qt4/GuiSymbols.cpp:114 msgid "Private Use Area" @@ -27629,11 +22478,11 @@ msgstr "Ligatury" #: src/frontends/qt4/GuiSymbols.cpp:117 msgid "Arabic Presentation Forms-A" -msgstr "Arabské present formy-A" +msgstr "ArabskĂŠ present formy-A" #: src/frontends/qt4/GuiSymbols.cpp:118 msgid "Combining Half Marks" -msgstr "Poloviny diakritických znamének" +msgstr "Poloviny diakritickĂ˝ch znamĂŠnek" #: src/frontends/qt4/GuiSymbols.cpp:119 msgid "CJK Compatibility Forms" @@ -27641,11 +22490,11 @@ msgstr "CJK kompat. formy" #: src/frontends/qt4/GuiSymbols.cpp:120 msgid "Small Form Variants" -msgstr "Varianty malých forem" +msgstr "Varianty malĂ˝ch forem" #: src/frontends/qt4/GuiSymbols.cpp:121 msgid "Arabic Presentation Forms-B" -msgstr "Arabské present. formy-B" +msgstr "ArabskĂŠ present. formy-B" #: src/frontends/qt4/GuiSymbols.cpp:122 msgid "Halfwidth and Fullwidth Forms" @@ -27653,35 +22502,35 @@ msgstr "Latin + CJK" #: src/frontends/qt4/GuiSymbols.cpp:124 msgid "Linear B Syllabary" -msgstr "Stará krétština, slabiky (Linear B)" +msgstr "StarĂĄ krĂŠtĹĄtina, slabiky (Linear B)" #: src/frontends/qt4/GuiSymbols.cpp:125 msgid "Linear B Ideograms" -msgstr "Stará krétština, ideogram (Linear B)" +msgstr "StarĂĄ krĂŠtĹĄtina, ideogram (Linear B)" #: src/frontends/qt4/GuiSymbols.cpp:126 msgid "Aegean Numbers" -msgstr "Egejská čísla" +msgstr "EgejskĂĄ čísla" #: src/frontends/qt4/GuiSymbols.cpp:127 msgid "Ancient Greek Numbers" -msgstr "Starořecká čísla" +msgstr "StarořeckĂĄ čísla" #: src/frontends/qt4/GuiSymbols.cpp:128 msgid "Old Italic" -msgstr "Stará kurzíva (italic)" +msgstr "StarĂĄ kurzĂ­va (italic)" #: src/frontends/qt4/GuiSymbols.cpp:129 msgid "Gothic" -msgstr "Gotické" +msgstr "GotickĂŠ" #: src/frontends/qt4/GuiSymbols.cpp:130 msgid "Ugaritic" -msgstr "Ugaritské" +msgstr "UgaritskĂŠ" #: src/frontends/qt4/GuiSymbols.cpp:131 msgid "Old Persian" -msgstr "Staroperské" +msgstr "StaroperskĂŠ" #: src/frontends/qt4/GuiSymbols.cpp:132 msgid "Deseret" @@ -27689,7 +22538,7 @@ msgstr "Deseret" #: src/frontends/qt4/GuiSymbols.cpp:133 msgid "Shavian" -msgstr "Shawovské" +msgstr "ShawovskĂŠ" # TODO #: src/frontends/qt4/GuiSymbols.cpp:134 @@ -27698,7 +22547,7 @@ msgstr "Osmanya" #: src/frontends/qt4/GuiSymbols.cpp:135 msgid "Cypriot Syllabary" -msgstr "Kyperské" +msgstr "KyperskĂŠ" # TODO #: src/frontends/qt4/GuiSymbols.cpp:136 @@ -27707,15 +22556,15 @@ msgstr "Kharoshthi" #: src/frontends/qt4/GuiSymbols.cpp:137 msgid "Byzantine Musical Symbols" -msgstr "Byzantské hudební symboly" +msgstr "ByzantskĂŠ hudebnĂ­ symboly" #: src/frontends/qt4/GuiSymbols.cpp:138 msgid "Musical Symbols" -msgstr "Hudební symboly" +msgstr "HudebnĂ­ symboly" #: src/frontends/qt4/GuiSymbols.cpp:139 msgid "Ancient Greek Musical Notation" -msgstr "Starořecká hudební notace" +msgstr "StarořeckĂĄ hudebnĂ­ notace" #: src/frontends/qt4/GuiSymbols.cpp:140 msgid "Tai Xuan Jing Symbols" @@ -27723,19 +22572,19 @@ msgstr "Tai Xuan Jing symboly" #: src/frontends/qt4/GuiSymbols.cpp:141 msgid "Mathematical Alphanumeric Symbols" -msgstr "Matematické alfanumerické symboly" +msgstr "MatematickĂŠ alfanumerickĂŠ symboly" #: src/frontends/qt4/GuiSymbols.cpp:142 msgid "CJK Unified Ideographs Extension B" -msgstr "CJK unifikovaný ideograf. extenze B" +msgstr "CJK unifikovanĂ˝ ideograf. extenze B" #: src/frontends/qt4/GuiSymbols.cpp:143 msgid "CJK Compatibility Ideographs Supplement" -msgstr "CJK kompat. iedograf. přídavné" +msgstr "CJK kompat. iedograf. přídavnĂŠ" #: src/frontends/qt4/GuiSymbols.cpp:144 msgid "Tags" -msgstr "Přívěšky" +msgstr "Přívěšky" # TODO #: src/frontends/qt4/GuiSymbols.cpp:145 @@ -27756,240 +22605,240 @@ msgstr "Znak: " #: src/frontends/qt4/GuiSymbols.cpp:227 msgid "Code Point: " -msgstr "Kód: " +msgstr "KĂłd: " -#: src/frontends/qt4/GuiSymbols.cpp:271 +#: src/frontends/qt4/GuiSymbols.cpp:270 msgid "Symbols" msgstr "Symboly" #: src/frontends/qt4/GuiTabularCreate.cpp:29 msgid "Insert Table" -msgstr "Vlož tabulku" +msgstr "VloĹž tabulku" #: src/frontends/qt4/GuiTexinfo.cpp:51 msgid "TeX Information" msgstr "Informace TeX-u" -#: src/frontends/qt4/GuiThesaurus.cpp:208 +#: src/frontends/qt4/GuiThesaurus.cpp:203 msgid "No thesaurus available for this language!" -msgstr "Žádný dostupný tezaurus pro tento jazyk!" +msgstr "ŽådnĂ˝ dostupnĂ˝ tezaurus pro tento jazyk!" #: src/frontends/qt4/GuiToc.cpp:36 msgid "Outline" msgstr "Osnova" -#: src/frontends/qt4/GuiToolbar.cpp:388 src/frontends/qt4/Toolbars.cpp:378 +#: src/frontends/qt4/GuiToolbar.cpp:353 src/frontends/qt4/Toolbars.cpp:376 msgid "auto" msgstr "auto" -#: src/frontends/qt4/GuiToolbar.cpp:393 src/frontends/qt4/GuiToolbar.cpp:402 +#: src/frontends/qt4/GuiToolbar.cpp:358 src/frontends/qt4/GuiToolbar.cpp:367 msgid "off" msgstr "vypnuto" -#: src/frontends/qt4/GuiToolbar.cpp:409 +#: src/frontends/qt4/GuiToolbar.cpp:374 #, c-format msgid "Toolbar \"%1$s\" state set to %2$s" -msgstr "Stav panelu nástrojů \"%1$s\" nastaven na %2$s" +msgstr "Stav panelu nĂĄstrojĹŻ \"%1$s\" nastaven na %2$s" -#: src/frontends/qt4/GuiView.cpp:157 +#: src/frontends/qt4/GuiView.cpp:158 msgid "version " msgstr "verze " -#: src/frontends/qt4/GuiView.cpp:157 +#: src/frontends/qt4/GuiView.cpp:158 msgid "unknown version" -msgstr "neznámá verze" +msgstr "neznĂĄmĂĄ verze" -#: src/frontends/qt4/GuiView.cpp:267 +#: src/frontends/qt4/GuiView.cpp:268 msgid "Small-sized icons" -msgstr "Malé ikony" +msgstr "MalĂŠ ikony" -#: src/frontends/qt4/GuiView.cpp:274 +#: src/frontends/qt4/GuiView.cpp:275 msgid "Normal-sized icons" -msgstr "Normální ikony" +msgstr "NormĂĄlnĂ­ ikony" -#: src/frontends/qt4/GuiView.cpp:281 +#: src/frontends/qt4/GuiView.cpp:282 msgid "Big-sized icons" -msgstr "Velké ikony" +msgstr "VelkĂŠ ikony" -#: src/frontends/qt4/GuiView.cpp:544 +#: src/frontends/qt4/GuiView.cpp:545 #, c-format msgid "Successful export to format: %1$s" -msgstr "Úspěšný export do formátu: %1$s" +msgstr "ÚspěšnĂ˝ export do formĂĄtu: %1$s." -#: src/frontends/qt4/GuiView.cpp:553 +#: src/frontends/qt4/GuiView.cpp:554 #, c-format msgid "Error while exporting format: %1$s" -msgstr "Chyba při exportování formátu: %1$s" +msgstr "Chyba při exportovĂĄnĂ­ formĂĄtu: %1$s" -#: src/frontends/qt4/GuiView.cpp:556 +#: src/frontends/qt4/GuiView.cpp:557 #, c-format msgid "Successful preview of format: %1$s" -msgstr "Úspěšné prohlížení formátu: %1$s" +msgstr "ÚspěšnĂŠ prohlĂ­ĹženĂ­ formĂĄtu: %1$s" -#: src/frontends/qt4/GuiView.cpp:559 +#: src/frontends/qt4/GuiView.cpp:560 #, c-format msgid "Error while previewing format: %1$s" -msgstr "Chyba při prohlížení formátu: %1$s" +msgstr "Chyba při prohlĂ­ĹženĂ­ formĂĄtu: %1$s" -#: src/frontends/qt4/GuiView.cpp:838 +#: src/frontends/qt4/GuiView.cpp:852 msgid "Exit LyX" -msgstr "Ukončit LyX" +msgstr "Ukončit LyX" -#: src/frontends/qt4/GuiView.cpp:839 +#: src/frontends/qt4/GuiView.cpp:853 msgid "LyX could not be closed because documents are being processed by LyX." -msgstr "LyX nelze ukončit, protože některé dokumenty jsou právě zpracovávány." +msgstr "LyX nelze ukončit, protoĹže některĂŠ dokumenty jsou prĂĄvě zpracovĂĄvĂĄny." -#: src/frontends/qt4/GuiView.cpp:1091 +#: src/frontends/qt4/GuiView.cpp:1102 msgid "Welcome to LyX!" -msgstr "Vítejte v LyXu!" +msgstr "VĂ­tejte v LyXu!" -#: src/frontends/qt4/GuiView.cpp:1552 +#: src/frontends/qt4/GuiView.cpp:1565 msgid "Automatic save done." -msgstr "Provedeno automatické uložení" +msgstr "Provedeno automatickĂŠ uloĹženĂ­" -#: src/frontends/qt4/GuiView.cpp:1553 +#: src/frontends/qt4/GuiView.cpp:1566 msgid "Automatic save failed!" -msgstr "Automatické uložení selhalo!" +msgstr "AutomatickĂŠ uloĹženĂ­ selhalo!" -#: src/frontends/qt4/GuiView.cpp:1594 +#: src/frontends/qt4/GuiView.cpp:1612 msgid "Command not allowed without any document open" -msgstr "Příkaz není povolen bez otevřeného dokumentu" +msgstr "Příkaz nenĂ­ povolen bez otevřenĂŠho dokumentu" -#: src/frontends/qt4/GuiView.cpp:1698 +#: src/frontends/qt4/GuiView.cpp:1715 #, c-format msgid "Unknown toolbar \"%1$s\"" -msgstr "Neznámý panel nástrojů \"%1$s\"" +msgstr "NeznĂĄmĂ˝ panel nĂĄstrojĹŻ \"%1$s\"" -#: src/frontends/qt4/GuiView.cpp:1890 +#: src/frontends/qt4/GuiView.cpp:1897 msgid "Select template file" -msgstr "Vybrat soubor se šablonou" +msgstr "Vybrat soubor se ĹĄablonou" -#: src/frontends/qt4/GuiView.cpp:1892 src/frontends/qt4/GuiView.cpp:2257 +#: src/frontends/qt4/GuiView.cpp:1899 src/frontends/qt4/GuiView.cpp:2262 msgid "Templates|#T#t" -msgstr "Šablony|#A#a" +msgstr "Ĺ ablony|#A#a" -#: src/frontends/qt4/GuiView.cpp:1919 +#: src/frontends/qt4/GuiView.cpp:1926 msgid "Document not loaded." -msgstr "Dokument nenačten" +msgstr "Dokument nenačten" -#: src/frontends/qt4/GuiView.cpp:1947 +#: src/frontends/qt4/GuiView.cpp:1954 msgid "Select document to open" -msgstr "Vybrat dokument k otevření" +msgstr "Vybrat dokument k otevřenĂ­" -#: src/frontends/qt4/GuiView.cpp:1949 src/frontends/qt4/GuiView.cpp:2092 -#: src/frontends/qt4/GuiView.cpp:2214 +#: src/frontends/qt4/GuiView.cpp:1956 src/frontends/qt4/GuiView.cpp:2097 +#: src/frontends/qt4/GuiView.cpp:2219 msgid "Examples|#E#e" -msgstr "Příklady|#a#A" +msgstr "Příklady|#a#A" -#: src/frontends/qt4/GuiView.cpp:1953 +#: src/frontends/qt4/GuiView.cpp:1960 msgid "LyX-1.3.x Documents (*.lyx13)" msgstr "Dokumenty LyX-u 1.3 (*.lyx13)" -#: src/frontends/qt4/GuiView.cpp:1954 +#: src/frontends/qt4/GuiView.cpp:1961 msgid "LyX-1.4.x Documents (*.lyx14)" msgstr "Dokumenty LyX-u 1.4 (*.lyx14)" -#: src/frontends/qt4/GuiView.cpp:1955 +#: src/frontends/qt4/GuiView.cpp:1962 msgid "LyX-1.5.x Documents (*.lyx15)" msgstr "Dokumenty LyX-u 1.5 (*.lyx15)" -#: src/frontends/qt4/GuiView.cpp:1956 +#: src/frontends/qt4/GuiView.cpp:1963 msgid "LyX-1.6.x Documents (*.lyx16)" msgstr "Dokumenty LyX-u 1.6 (*.lyx16)" -#: src/frontends/qt4/GuiView.cpp:1981 src/frontends/qt4/Validator.cpp:200 -#: src/insets/ExternalSupport.cpp:368 src/insets/InsetBibtex.cpp:297 +#: src/frontends/qt4/GuiView.cpp:1988 src/frontends/qt4/Validator.cpp:200 +#: src/insets/ExternalSupport.cpp:368 src/insets/InsetBibtex.cpp:298 #: src/insets/InsetGraphics.cpp:596 src/insets/InsetInclude.cpp:540 msgid "Invalid filename" -msgstr "Neplatný název souboru" +msgstr "NeplatnĂ˝ nĂĄzev souboru" -#: src/frontends/qt4/GuiView.cpp:1982 +#: src/frontends/qt4/GuiView.cpp:1989 #, c-format msgid "" "The directory in the given path\n" "%1$s\n" "does not exist." msgstr "" -"Adresář v zadané cestě\n" +"Adresář v zadanĂŠ cestě\n" "%1$s\n" "neexistuje." -#: src/frontends/qt4/GuiView.cpp:1999 +#: src/frontends/qt4/GuiView.cpp:2005 #, c-format msgid "Opening document %1$s..." -msgstr "Otvírání dokumentu %1$s..." +msgstr "OtvĂ­rĂĄnĂ­ dokumentu %1$s..." -#: src/frontends/qt4/GuiView.cpp:2004 +#: src/frontends/qt4/GuiView.cpp:2010 #, c-format msgid "Document %1$s opened." -msgstr "Dokument %1$s otevřen." +msgstr "Dokument %1$s otevřen." -#: src/frontends/qt4/GuiView.cpp:2007 +#: src/frontends/qt4/GuiView.cpp:2013 msgid "Version control detected." -msgstr "Detekována správa verzí." +msgstr "DetekovĂĄna sprĂĄva verzĂ­." -#: src/frontends/qt4/GuiView.cpp:2009 +#: src/frontends/qt4/GuiView.cpp:2015 #, c-format msgid "Could not open document %1$s" -msgstr "Nelze otevřít dokument %1$s" +msgstr "Nelze otevřít dokument %1$s" -#: src/frontends/qt4/GuiView.cpp:2039 +#: src/frontends/qt4/GuiView.cpp:2044 msgid "Couldn't import file" msgstr "Soubor nelze importovat" -#: src/frontends/qt4/GuiView.cpp:2040 +#: src/frontends/qt4/GuiView.cpp:2045 #, c-format msgid "No information for importing the format %1$s." -msgstr "Žádná informace pro import formátu %1$s." +msgstr "ŽådnĂĄ informace pro import formĂĄtu %1$s." -#: src/frontends/qt4/GuiView.cpp:2087 +#: src/frontends/qt4/GuiView.cpp:2092 #, c-format msgid "Select %1$s file to import" msgstr "Vybrat soubor %1$s k importu" -#: src/frontends/qt4/GuiView.cpp:2138 src/frontends/qt4/GuiView.cpp:2324 -#: src/frontends/qt4/GuiView.cpp:2424 +#: src/frontends/qt4/GuiView.cpp:2143 src/frontends/qt4/GuiView.cpp:2306 +#: src/frontends/qt4/GuiView.cpp:2381 #, c-format msgid "" "The document %1$s already exists.\n" "\n" "Do you want to overwrite that document?" msgstr "" -"Dokument %1$s již existuje.\n" +"Dokument %1$s jiĹž existuje.\n" "\n" -"Chcete jej přepsat ?" +"Chcete jej přepsat ?" -#: src/frontends/qt4/GuiView.cpp:2140 src/frontends/qt4/GuiView.cpp:2328 -#: src/frontends/qt4/GuiView.cpp:2428 +#: src/frontends/qt4/GuiView.cpp:2145 src/frontends/qt4/GuiView.cpp:2310 +#: src/frontends/qt4/GuiView.cpp:2385 msgid "Overwrite document?" -msgstr "Přepsat dokument ?" - -#: src/frontends/qt4/GuiView.cpp:2149 -#, c-format -msgid "Importing %1$s..." -msgstr "Importování %1$s..." - -#: src/frontends/qt4/GuiView.cpp:2152 -msgid "imported." -msgstr "importováno." +msgstr "Přepsat dokument ?" #: src/frontends/qt4/GuiView.cpp:2154 -msgid "file not imported!" -msgstr "soubor nebyl importován!" +#, c-format +msgid "Importing %1$s..." +msgstr "ImportovĂĄnĂ­ %1$s..." -#: src/frontends/qt4/GuiView.cpp:2179 +#: src/frontends/qt4/GuiView.cpp:2157 +msgid "imported." +msgstr "importovĂĄno." + +#: src/frontends/qt4/GuiView.cpp:2159 +msgid "file not imported!" +msgstr "soubor nebyl importovĂĄn!" + +#: src/frontends/qt4/GuiView.cpp:2184 msgid "newfile" msgstr "newfile" -#: src/frontends/qt4/GuiView.cpp:2212 +#: src/frontends/qt4/GuiView.cpp:2217 msgid "Select LyX document to insert" -msgstr "Vybrat dokument LyX-u ke vložení" +msgstr "Vybrat dokument LyX-u ke vloĹženĂ­" -#: src/frontends/qt4/GuiView.cpp:2254 +#: src/frontends/qt4/GuiView.cpp:2259 msgid "Choose a filename to save document as" -msgstr "Vybrat nové jméno souboru pro dokument" +msgstr "Vybrat novĂŠ jmĂŠno souboru pro dokument" -#: src/frontends/qt4/GuiView.cpp:2287 +#: src/frontends/qt4/GuiView.cpp:2291 #, c-format msgid "" "The file\n" @@ -27998,149 +22847,94 @@ msgid "" "Please close it before attempting to overwrite it.\n" "Do you want to choose a new filename?" msgstr "" -"Soubor\n" -"%1$s\n" -"je již otevřen.\n" -"Je potřeba soubor uzavřít, nežli se ho pokusíte přepsat.\n" -"Chcete vybrat nové jméno souboru?" -#: src/frontends/qt4/GuiView.cpp:2291 +#: src/frontends/qt4/GuiView.cpp:2295 msgid "Chosen File Already Open" -msgstr "Vybraný soubor je již otevřený" - -#: src/frontends/qt4/GuiView.cpp:2292 src/frontends/qt4/GuiView.cpp:2314 -#: src/frontends/qt4/GuiView.cpp:2330 src/frontends/qt4/GuiView.cpp:2429 -#: src/frontends/qt4/GuiView.cpp:2473 -msgid "&Rename" -msgstr "Pře&jmenovat" - -#: src/frontends/qt4/GuiView.cpp:2307 -#, fuzzy, c-format -msgid "" -"The document %1$s is already registered.\n" -"\n" -"Do you want to choose a new name?" msgstr "" -"Dokument %1$s již existuje.\n" -"\n" -"Chcete jej přepsat ?" -#: src/frontends/qt4/GuiView.cpp:2312 -#, fuzzy -msgid "Rename document?" -msgstr "Uložit nový dokument ?" +#: src/frontends/qt4/GuiView.cpp:2296 src/frontends/qt4/GuiView.cpp:2311 +#: src/frontends/qt4/GuiView.cpp:2386 src/frontends/qt4/GuiView.cpp:2434 +msgid "&Rename" +msgstr "Pře&jmenovat" -#: src/frontends/qt4/GuiView.cpp:2312 -#, fuzzy -msgid "Copy document?" -msgstr "Zavřít dokument" - -#: src/frontends/qt4/GuiView.cpp:2314 -#, fuzzy -msgid "&Copy" -msgstr "Zkopírovat" - -#: src/frontends/qt4/GuiView.cpp:2381 +#: src/frontends/qt4/GuiView.cpp:2338 #, fuzzy msgid "Choose a filename to export the document as" -msgstr "Vybrat nové jméno souboru pro dokument" +msgstr "Vybrat novĂŠ jmĂŠno souboru pro dokument" -#: src/frontends/qt4/GuiView.cpp:2469 +#: src/frontends/qt4/GuiView.cpp:2430 #, c-format msgid "" "The document %1$s could not be saved.\n" "\n" "Do you want to rename the document and try again?" msgstr "" -"Dokument %1$s nelze uložit.\n" +"Dokument %1$s nelze uloĹžit.\n" "\n" -"Chcete ho přejmenovat a zkusit znovu uložit ?" +"Chcete ho přejmenovat a zkusit znovu uloĹžit ?" -#: src/frontends/qt4/GuiView.cpp:2472 +#: src/frontends/qt4/GuiView.cpp:2433 msgid "Rename and save?" -msgstr "Přejmenovat a uložit ?" +msgstr "Přejmenovat a uloĹžit ?" -#: src/frontends/qt4/GuiView.cpp:2473 +#: src/frontends/qt4/GuiView.cpp:2434 msgid "&Retry" msgstr "&Opakovat" -#: src/frontends/qt4/GuiView.cpp:2518 -#, c-format -msgid "" -"Last view on document %1$s is being closed.\n" -"Would you like to close or hide the document?\n" -"\n" -"Hidden documents can be displayed back through\n" -"the menu: View->Hidden->...\n" -"\n" -"To remove this question, set your preference in:\n" -" Tools->Preferences->Look&Feel->UserInterface\n" -msgstr "" - -#: src/frontends/qt4/GuiView.cpp:2527 -#, fuzzy -msgid "Close or hide document?" -msgstr "Zavřít dokument" - -#: src/frontends/qt4/GuiView.cpp:2528 -#, fuzzy -msgid "&Hide" -msgstr "Skrýt panel" - -#: src/frontends/qt4/GuiView.cpp:2614 +#: src/frontends/qt4/GuiView.cpp:2540 msgid "Close document" -msgstr "Zavřít dokument" +msgstr "NovĂ˝ dokument" -#: src/frontends/qt4/GuiView.cpp:2615 +#: src/frontends/qt4/GuiView.cpp:2541 msgid "Document could not be closed because it is being processed by LyX." -msgstr "Dokument nelze uzavřít, jelikož je právě zpracováván." +msgstr "Dokument nelze uzavřít, jelikoĹž je prĂĄvě zpracovĂĄvĂĄn." -#: src/frontends/qt4/GuiView.cpp:2719 src/frontends/qt4/GuiView.cpp:2824 +#: src/frontends/qt4/GuiView.cpp:2645 src/frontends/qt4/GuiView.cpp:2750 #, c-format msgid "" "The document %1$s has not been saved yet.\n" "\n" "Do you want to save the document?" msgstr "" -"Dokument %1$s zatím nebyl uložen.\n" +"Dokument %1$s zatĂ­m nebyl uloĹžen.\n" "\n" -"Chcete jej uložit ?" +"Chcete jej uloĹžit ?" -#: src/frontends/qt4/GuiView.cpp:2722 src/frontends/qt4/GuiView.cpp:2827 +#: src/frontends/qt4/GuiView.cpp:2648 src/frontends/qt4/GuiView.cpp:2753 msgid "Save new document?" -msgstr "Uložit nový dokument ?" +msgstr "UloĹžit novĂ˝ dokument ?" -#: src/frontends/qt4/GuiView.cpp:2727 +#: src/frontends/qt4/GuiView.cpp:2653 #, c-format msgid "" "The document %1$s has unsaved changes.\n" "\n" "Do you want to save the document or discard the changes?" msgstr "" -"V dokumentu %1$s byly provedeny změny.\n" +"V dokumentu %1$s byly provedeny změny.\n" "\n" -"Chcete změny v dokumentu uložit?" +"Chcete změny v dokumentu uloĹžit?" -#: src/frontends/qt4/GuiView.cpp:2729 src/frontends/qt4/GuiView.cpp:2821 +#: src/frontends/qt4/GuiView.cpp:2655 src/frontends/qt4/GuiView.cpp:2747 msgid "Save changed document?" -msgstr "Uložit změněný soubor?" +msgstr "UloĹžit změněnĂ˝ soubor?" -#: src/frontends/qt4/GuiView.cpp:2730 +#: src/frontends/qt4/GuiView.cpp:2656 msgid "&Discard" -msgstr "&Neukládat" +msgstr "&NeuklĂĄdat" -#: src/frontends/qt4/GuiView.cpp:2818 +#: src/frontends/qt4/GuiView.cpp:2744 #, c-format msgid "" "The document %1$s has unsaved changes.\n" "\n" "Do you want to save the document?" msgstr "" -"Dokument %1$s obsahuje neuložené změny.\n" +"Dokument %1$s obsahuje neuloĹženĂŠ změny.\n" "\n" -"Chcete jej uložit ?" +"Chcete jej uloĹžit ?" -#: src/frontends/qt4/GuiView.cpp:2853 +#: src/frontends/qt4/GuiView.cpp:2779 #, c-format msgid "" "Document \n" @@ -28149,302 +22943,296 @@ msgid "" msgstr "" "Dokument \n" "%1$s \n" -" byl externě modifikován. Znovu načíst? Jakékoliv editační změny budou " +" byl externě modifikovĂĄn. Znovu načíst? JakĂŠkoliv editačnĂ­ změny budou " "ztraceny." -#: src/frontends/qt4/GuiView.cpp:2856 +#: src/frontends/qt4/GuiView.cpp:2782 msgid "Reload externally changed document?" -msgstr "Znovunačíst externě modifikovaný dokument?" +msgstr "Znovunačíst externě modifikovanĂ˝ dokument?" -#: src/frontends/qt4/GuiView.cpp:2901 -#, fuzzy -msgid "Document could not be checked in." -msgstr "Dokument nemůže být přečten" - -#: src/frontends/qt4/GuiView.cpp:2945 +#: src/frontends/qt4/GuiView.cpp:2835 msgid "Error when setting the locking property." -msgstr "Chyba při nastavování zamykacího módu." +msgstr "Chyba při nastavovĂĄnĂ­ zamykacĂ­ho mĂłdu." -#: src/frontends/qt4/GuiView.cpp:2991 +#: src/frontends/qt4/GuiView.cpp:2881 msgid "Directory is not accessible." -msgstr "Adresář není přístupný." +msgstr "Adresář nenĂ­ přístupnĂ˝." -#: src/frontends/qt4/GuiView.cpp:3067 +#: src/frontends/qt4/GuiView.cpp:2957 #, c-format msgid "Opening child document %1$s..." -msgstr "Otvírání dokumentu potomka %1$s..." +msgstr "OtvĂ­rĂĄnĂ­ dokumentu potomka %1$s..." -#: src/frontends/qt4/GuiView.cpp:3131 -#, c-format +#: src/frontends/qt4/GuiView.cpp:3021 +#, fuzzy, c-format msgid "No buffer for file: %1$s." -msgstr "Žádný dokument pro soubor: %1$s" +msgstr "ŽådnĂĄ poloĹžka menu pro %1$s" -#: src/frontends/qt4/GuiView.cpp:3200 +#: src/frontends/qt4/GuiView.cpp:3117 #, fuzzy msgid "Export Error" msgstr "Export|E" -#: src/frontends/qt4/GuiView.cpp:3201 +#: src/frontends/qt4/GuiView.cpp:3118 #, fuzzy msgid "Error cloning the Buffer." -msgstr "Chyba při uzavírání souboru" +msgstr "Chyba při uzavĂ­rĂĄnĂ­ souboru" -#: src/frontends/qt4/GuiView.cpp:3310 src/frontends/qt4/GuiView.cpp:3326 +#: src/frontends/qt4/GuiView.cpp:3226 +#, fuzzy, c-format +msgid "Error exporting to format: %1$s" +msgstr "Chyba při exportu do formĂĄtu %1$s." + +#: src/frontends/qt4/GuiView.cpp:3234 src/frontends/qt4/GuiView.cpp:3251 msgid "Exporting ..." -msgstr "Exportování..." +msgstr "ExportovĂĄnĂ­..." -#: src/frontends/qt4/GuiView.cpp:3335 +#: src/frontends/qt4/GuiView.cpp:3260 msgid "Previewing ..." -msgstr "Náhled..." +msgstr "NĂĄhled..." -#: src/frontends/qt4/GuiView.cpp:3369 +#: src/frontends/qt4/GuiView.cpp:3294 msgid "Document not loaded" -msgstr "Dokument nenačten" +msgstr "Dokument nenačten" -#: src/frontends/qt4/GuiView.cpp:3443 +#: src/frontends/qt4/GuiView.cpp:3368 msgid "Select file to insert" -msgstr "Vyber soubor pro vložení" +msgstr "Vyber soubor pro vloĹženĂ­" -#: src/frontends/qt4/GuiView.cpp:3447 +#: src/frontends/qt4/GuiView.cpp:3372 msgid "All Files (*)" -msgstr "Všechny soubory (*)" +msgstr "VĹĄechny soubory (*)" -#: src/frontends/qt4/GuiView.cpp:3471 +#: src/frontends/qt4/GuiView.cpp:3396 #, c-format msgid "" "Any changes will be lost. Are you sure you want to revert to the saved " "version of the document %1$s?" msgstr "" -"Všechny změny budou ztraceny. Opravdu se chcete vrátit k původní verzi " +"VĹĄechny změny budou ztraceny. Opravdu se chcete vrĂĄtit k pĹŻvodnĂ­ verzi " "dokumentu %1$s ?" -#: src/frontends/qt4/GuiView.cpp:3474 +#: src/frontends/qt4/GuiView.cpp:3399 msgid "Revert to saved document?" -msgstr "Vrátit se k původnímu dokumentu ?" +msgstr "VrĂĄtit se k pĹŻvodnĂ­mu dokumentu ?" -#: src/frontends/qt4/GuiView.cpp:3500 +#: src/frontends/qt4/GuiView.cpp:3425 msgid "Saving all documents..." -msgstr "Ukládají se všechny dokumenty..." +msgstr "UklĂĄdajĂ­ se vĹĄechny dokumenty..." -#: src/frontends/qt4/GuiView.cpp:3510 +#: src/frontends/qt4/GuiView.cpp:3435 msgid "All documents saved." -msgstr "Všechny dokumenty uloženy." +msgstr "VĹĄechny dokumenty uloĹženy." -#: src/frontends/qt4/GuiView.cpp:3610 +#: src/frontends/qt4/GuiView.cpp:3535 #, c-format msgid "%1$s unknown command!" -msgstr "%1$s neznámý příkaz!" +msgstr "%1$s neznĂĄmĂ˝ příkaz!" -#: src/frontends/qt4/GuiView.cpp:3745 +#: src/frontends/qt4/GuiView.cpp:3651 msgid "Please, preview the document first." -msgstr "Prosím nejprve zobrazte výstupní dokument." +msgstr "ProsĂ­m nejprve zobrazte vĂ˝stupnĂ­ dokument." -#: src/frontends/qt4/GuiView.cpp:3765 +#: src/frontends/qt4/GuiView.cpp:3671 msgid "Couldn't proceed." -msgstr "Nebylo možné postupovat dále." +msgstr "Nebylo moĹžnĂŠ postupovat dĂĄle." -#: src/frontends/qt4/GuiViewSource.cpp:246 -#: src/frontends/qt4/GuiViewSource.cpp:290 +#: src/frontends/qt4/GuiViewSource.cpp:228 +#: src/frontends/qt4/GuiViewSource.cpp:271 msgid "LaTeX Source" -msgstr "Zdrojový kód pro LaTeX" +msgstr "ZdrojovĂ˝ kĂłd pro LaTeX" -#: src/frontends/qt4/GuiViewSource.cpp:292 +#: src/frontends/qt4/GuiViewSource.cpp:273 msgid "DocBook Source" -msgstr "Zdrojový soubor DocBook-u" +msgstr "ZdrojovĂ˝ soubor DocBook-u" -#: src/frontends/qt4/GuiViewSource.cpp:294 +#: src/frontends/qt4/GuiViewSource.cpp:275 msgid "Literate Source" -msgstr "Zdrojový kód dokumentovaného programování" +msgstr "ZdrojovĂ˝ kĂłd dokumentovanĂŠho programovĂĄnĂ­" -#: src/frontends/qt4/GuiWorkArea.cpp:1357 +#: src/frontends/qt4/GuiWorkArea.cpp:1347 msgid " (version control, locking)" -msgstr " (správa verzí, zamykání)" +msgstr " (sprĂĄva verzĂ­, zamykĂĄnĂ­)" -#: src/frontends/qt4/GuiWorkArea.cpp:1359 +#: src/frontends/qt4/GuiWorkArea.cpp:1349 msgid " (version control)" -msgstr " (správa verzí)" +msgstr " (sprĂĄva verzĂ­)" -#: src/frontends/qt4/GuiWorkArea.cpp:1362 +#: src/frontends/qt4/GuiWorkArea.cpp:1352 msgid " (changed)" -msgstr " (změněno)" +msgstr " (změněno)" -#: src/frontends/qt4/GuiWorkArea.cpp:1366 +#: src/frontends/qt4/GuiWorkArea.cpp:1356 msgid " (read only)" -msgstr " (jen ke čtení)" +msgstr " (jen ke čtenĂ­)" -#: src/frontends/qt4/GuiWorkArea.cpp:1539 +#: src/frontends/qt4/GuiWorkArea.cpp:1532 msgid "Close File" -msgstr "Zavřít soubor" +msgstr "Zavřít soubor" -#: src/frontends/qt4/GuiWorkArea.cpp:2002 +#: src/frontends/qt4/GuiWorkArea.cpp:1976 msgid "Hide tab" -msgstr "Skrýt panel" +msgstr "SkrĂ˝t panel" -#: src/frontends/qt4/GuiWorkArea.cpp:2004 +#: src/frontends/qt4/GuiWorkArea.cpp:1978 msgid "Close tab" -msgstr "Zavřít panel" +msgstr "Zavřít panel" #: src/frontends/qt4/GuiWrap.cpp:32 msgid "Wrap Float Settings" -msgstr "Nastavení plovoucího objektu pro obtékání" +msgstr "NastavenĂ­ plovoucĂ­ho objektu pro obtĂŠkĂĄnĂ­" #: src/frontends/qt4/IconPalette.cpp:39 msgid "Click to detach" -msgstr "Klikněte pro odpojení" +msgstr "Klikněte pro odpojenĂ­" -#: src/frontends/qt4/LayoutBox.cpp:394 +#: src/frontends/qt4/LayoutBox.cpp:389 #, c-format msgid "Filtering layouts with \"%1$s\". Press ESC to remove filter." -msgstr "Filtrování prostředí pomocí \"%1$s\". Použijte ESC pro smazání filtru." +msgstr "FiltrovĂĄnĂ­ prostředĂ­ pomocĂ­ \"%1$s\". PouĹžijte ESC pro smazĂĄnĂ­ filtru." -#: src/frontends/qt4/LayoutBox.cpp:398 src/frontends/qt4/LayoutBox.cpp:453 +#: src/frontends/qt4/LayoutBox.cpp:393 src/frontends/qt4/LayoutBox.cpp:448 msgid "Enter characters to filter the layout list." -msgstr "Zadejte znaky pro zmenšení seznamu." +msgstr "Zadejte znaky pro zmenĹĄenĂ­ seznamu." -#: src/frontends/qt4/LayoutBox.cpp:577 -#, fuzzy, c-format -msgid "%1$s (unknown)" -msgstr "%1$s neznámý" +#: src/frontends/qt4/LayoutBox.cpp:573 +msgid " (unknown)" +msgstr "(neznĂĄmĂ˝)" -#: src/frontends/qt4/Menus.cpp:696 +#: src/frontends/qt4/Menus.cpp:664 msgid "More...|M" -msgstr "Více...|V" +msgstr "VĂ­ce...|V" -#: src/frontends/qt4/Menus.cpp:780 +#: src/frontends/qt4/Menus.cpp:748 msgid "No Group" -msgstr "Žádná skupina" +msgstr "ŽådnĂĄ skupina" -#: src/frontends/qt4/Menus.cpp:810 src/frontends/qt4/Menus.cpp:811 +#: src/frontends/qt4/Menus.cpp:778 src/frontends/qt4/Menus.cpp:779 msgid "More Spelling Suggestions" -msgstr "Více pravopisných návrhů" +msgstr "VĂ­ce pravopisnĂ˝ch nĂĄvrhĹŻ" -#: src/frontends/qt4/Menus.cpp:833 +#: src/frontends/qt4/Menus.cpp:797 msgid "Add to personal dictionary|n" -msgstr "Přidat k vlastnímu slovníku|p" +msgstr "Přidat k vlastnĂ­mu slovnĂ­ku|p" -#: src/frontends/qt4/Menus.cpp:835 +#: src/frontends/qt4/Menus.cpp:799 msgid "Ignore all|I" -msgstr "Ignorovat všechna|I" +msgstr "Ignorovat vĹĄechna|I" -#: src/frontends/qt4/Menus.cpp:843 +#: src/frontends/qt4/Menus.cpp:807 msgid "Remove from personal dictionary|r" -msgstr "Smazat vlastní slovník|S" +msgstr "Smazat vlastnĂ­ slovnĂ­k|S" -#: src/frontends/qt4/Menus.cpp:884 +#: src/frontends/qt4/Menus.cpp:848 msgid "Language|L" msgstr "Jazyk|J" -#: src/frontends/qt4/Menus.cpp:886 +#: src/frontends/qt4/Menus.cpp:850 msgid "More Languages ...|M" -msgstr "Více jazyků...|V" +msgstr "VĂ­ce jazykĹŻ...|V" -#: src/frontends/qt4/Menus.cpp:956 src/frontends/qt4/Menus.cpp:957 +#: src/frontends/qt4/Menus.cpp:920 src/frontends/qt4/Menus.cpp:921 msgid "Hidden|H" -msgstr "Skryté|S" +msgstr "SkrytĂŠ|S" -#: src/frontends/qt4/Menus.cpp:961 +#: src/frontends/qt4/Menus.cpp:925 msgid "" -msgstr "<Žádné otevřené dokumenty>" +msgstr "<ŽådnĂŠ otevřenĂŠ dokumenty>" -#: src/frontends/qt4/Menus.cpp:1023 +#: src/frontends/qt4/Menus.cpp:987 msgid "" -msgstr "<Žádné uložené záložky>" +msgstr "<ŽådnĂŠ uloĹženĂŠ zĂĄloĹžky>" -#: src/frontends/qt4/Menus.cpp:1065 +#: src/frontends/qt4/Menus.cpp:1028 msgid "View (Other Formats)|F" -msgstr "Prohlížet (ostatní formáty)|h" +msgstr "ProhlĂ­Ĺžet (ostatnĂ­ formĂĄty)|h" -#: src/frontends/qt4/Menus.cpp:1066 +#: src/frontends/qt4/Menus.cpp:1029 msgid "Update (Other Formats)|p" -msgstr "Aktualizuj (ostatní formáty)|j" +msgstr "Aktualizuj (ostatnĂ­ formĂĄty)|j" -#: src/frontends/qt4/Menus.cpp:1096 +#: src/frontends/qt4/Menus.cpp:1059 #, c-format msgid "View [%1$s]|V" -msgstr "Prohlížet [%1$s]|r" +msgstr "ProhlĂ­Ĺžet [%1$s]|r" -#: src/frontends/qt4/Menus.cpp:1097 +#: src/frontends/qt4/Menus.cpp:1060 #, c-format msgid "Update [%1$s]|U" msgstr "Aktualizovat [%1$s]|A" -#: src/frontends/qt4/Menus.cpp:1208 +#: src/frontends/qt4/Menus.cpp:1170 msgid "No Custom Insets Defined!" -msgstr "Žádné vlastní vložky definovány!" +msgstr "ŽådnĂŠ vlastnĂ­ vloĹžky definovĂĄny!" -#: src/frontends/qt4/Menus.cpp:1280 +#: src/frontends/qt4/Menus.cpp:1242 msgid "" -msgstr "<Žádné otevřené dokumenty>" +msgstr "<ŽådnĂŠ otevřenĂŠ dokumenty>" + +#: src/frontends/qt4/Menus.cpp:1252 +msgid "Master Document" +msgstr "HlavnĂ­ dokument" + +#: src/frontends/qt4/Menus.cpp:1269 +msgid "Open Navigator..." +msgstr "Otevřít navigĂĄtor..." #: src/frontends/qt4/Menus.cpp:1290 -msgid "Master Document" -msgstr "Hlavní dokument" - -#: src/frontends/qt4/Menus.cpp:1307 -msgid "Open Navigator..." -msgstr "Otevřít navigátor..." - -#: src/frontends/qt4/Menus.cpp:1328 msgid "Other Lists" -msgstr "Další seznamy" +msgstr "DalĹĄĂ­ seznamy" -#: src/frontends/qt4/Menus.cpp:1341 +#: src/frontends/qt4/Menus.cpp:1303 msgid "" -msgstr "" +msgstr "" -#: src/frontends/qt4/Menus.cpp:1376 +#: src/frontends/qt4/Menus.cpp:1338 msgid "Other Toolbars" -msgstr "Jiné panely nástrojů" +msgstr "JinĂŠ panely nĂĄstrojĹŻ" -#: src/frontends/qt4/Menus.cpp:1391 +#: src/frontends/qt4/Menus.cpp:1353 msgid "No Branches Set for Document!" -msgstr "Pro dokument nejsou zvoleny žádné větve!" +msgstr "Pro dokument nejsou zvoleny ŞådnĂŠ větve!" -#: src/frontends/qt4/Menus.cpp:1447 +#: src/frontends/qt4/Menus.cpp:1409 msgid "Index List|I" -msgstr "Rejstřík|j" +msgstr "Rejstřík|j" -#: src/frontends/qt4/Menus.cpp:1452 +#: src/frontends/qt4/Menus.cpp:1414 msgid "Index Entry|d" -msgstr "Heslo rejstříku|H" +msgstr "Heslo rejstříku|H" -#: src/frontends/qt4/Menus.cpp:1467 +#: src/frontends/qt4/Menus.cpp:1429 #, c-format msgid "Index: %1$s" msgstr "Index: %1$s" -#: src/frontends/qt4/Menus.cpp:1472 src/frontends/qt4/Menus.cpp:1501 +#: src/frontends/qt4/Menus.cpp:1434 src/frontends/qt4/Menus.cpp:1463 #, c-format msgid "Index Entry (%1$s)" -msgstr "Heslo rejstříku (%1$s)" +msgstr "Heslo rejstříku (%1$s)" -#: src/frontends/qt4/Menus.cpp:1518 +#: src/frontends/qt4/Menus.cpp:1480 msgid "No Citation in Scope!" -msgstr "Žádná citace v dosahu!" +msgstr "ŽådnĂĄ citace v dosahu!" -#: src/frontends/qt4/Menus.cpp:1531 src/insets/InsetCitation.cpp:164 -#: src/insets/InsetCitation.cpp:256 +#: src/frontends/qt4/Menus.cpp:1493 src/insets/InsetCitation.cpp:127 +#: src/insets/InsetCitation.cpp:219 msgid "No citations selected!" -msgstr "Není vybrána žádná citace!" +msgstr "NenĂ­ vybrĂĄna ŞådnĂĄ citace!" -#: src/frontends/qt4/Menus.cpp:1631 -#, fuzzy, c-format -msgid "Caption (%1$s)" -msgstr "Popisky" - -#: src/frontends/qt4/Menus.cpp:2269 +#: src/frontends/qt4/Menus.cpp:2124 msgid "No Action Defined!" -msgstr "Žádná akce není definována!" +msgstr "ŽådnĂĄ akce nenĂ­ definovĂĄna!" -#: src/frontends/qt4/PanelStack.cpp:74 +#: src/frontends/qt4/PanelStack.cpp:75 #, fuzzy msgid "Search" msgstr "&Vyhledat" -#: src/frontends/qt4/PanelStack.cpp:80 +#: src/frontends/qt4/PanelStack.cpp:81 #, fuzzy msgid "Clear text" -msgstr "Uzavřít stránku (\\clearpage)" +msgstr "Uzavřít strĂĄnku (\\clearpage)" #: src/frontends/qt4/Toolbars.cpp:217 #, c-format @@ -28464,7 +23252,7 @@ msgstr "Aktualizovat %1$s" #: src/frontends/qt4/Toolbars.cpp:229 #, c-format msgid "View %1$s" -msgstr "Prohlížet %1$s" +msgstr "ProhlĂ­Ĺžet %1$s" #: src/frontends/qt4/Validator.cpp:173 msgid "space" @@ -28475,96 +23263,94 @@ msgid "" "LyX does not provide LaTeX support for file names containing any of these " "characters:\n" msgstr "" -"LyX neposkytuje LateX-ovou podporu pro soubory obsahující následující " +"LyX neposkytuje LateX-ovou podporu pro soubory obsahujĂ­cĂ­ nĂĄsledujĂ­cĂ­ " "znaky:\n" -#: src/frontends/qt4/qt_helpers.cpp:249 +#: src/frontends/qt4/qt_helpers.cpp:225 msgid "Could not update TeX information" msgstr "Nelze aktualizovat informace TeX-u" -#: src/frontends/qt4/qt_helpers.cpp:250 +#: src/frontends/qt4/qt_helpers.cpp:226 #, c-format msgid "The script `%1$s' failed." msgstr "Skript `%1$s' selhal." -#: src/frontends/qt4/qt_helpers.cpp:503 +#: src/frontends/qt4/qt_helpers.cpp:479 msgid "All Files " -msgstr "Všechny soubory " +msgstr "VĹĄechny soubory " -#: src/frontends/qt4/qt_helpers.cpp:576 src/insets/InsetTOC.cpp:75 +#: src/frontends/qt4/qt_helpers.cpp:552 src/insets/InsetTOC.cpp:59 +#: src/insets/InsetTOC.cpp:114 msgid "Table of Contents" msgstr "Obsah" -#: src/frontends/qt4/qt_helpers.cpp:582 +#: src/frontends/qt4/qt_helpers.cpp:556 +msgid "List of Graphics" +msgstr "Seznam souborĹŻ s obrĂĄzky" + +#: src/frontends/qt4/qt_helpers.cpp:558 +msgid "List of Equations" +msgstr "Seznam rovnic" + +#: src/frontends/qt4/qt_helpers.cpp:560 +msgid "List of Footnotes" +msgstr "PoznĂĄmky pod čarou" + +#: src/frontends/qt4/qt_helpers.cpp:562 +msgid "List of Listings" +msgstr "Seznam vĂ˝pisĹŻ" + +#: src/frontends/qt4/qt_helpers.cpp:564 #, fuzzy -msgid "Equations" -msgstr "Rovnice" +msgid "List of Index Entries" +msgstr "Seznam rejstříkĹŻ" -#: src/frontends/qt4/qt_helpers.cpp:584 -#, fuzzy -msgid "Footnotes" -msgstr "Poznámka pod čarou|d" +#: src/frontends/qt4/qt_helpers.cpp:566 +msgid "List of Marginal notes" +msgstr "PostranĂ­ poznĂĄmky" -#: src/frontends/qt4/qt_helpers.cpp:586 -msgid "Listings" -msgstr "Výpisy" +#: src/frontends/qt4/qt_helpers.cpp:568 +msgid "List of Notes" +msgstr "Seznam poznĂĄmek" -#: src/frontends/qt4/qt_helpers.cpp:588 -#, fuzzy -msgid "Index Entries" -msgstr "Heslo rejstříku" +#: src/frontends/qt4/qt_helpers.cpp:570 +msgid "List of Citations" +msgstr "Seznam citacĂ­" -#: src/frontends/qt4/qt_helpers.cpp:590 -#, fuzzy -msgid "Marginal notes" -msgstr "Marginnote" - -#: src/frontends/qt4/qt_helpers.cpp:592 -#, fuzzy -msgid "Nomenclature Entries" -msgstr "Položka nomenklatury" - -#: src/frontends/qt4/qt_helpers.cpp:594 -#, fuzzy -msgid "Notes" -msgstr "Poznámka" - -#: src/frontends/qt4/qt_helpers.cpp:596 -#, fuzzy -msgid "Citations" -msgstr "Citation" - -#: src/frontends/qt4/qt_helpers.cpp:598 +#: src/frontends/qt4/qt_helpers.cpp:572 msgid "Labels and References" -msgstr "Značky a odkazy" +msgstr "Značky a odkazy" -#: src/frontends/qt4/qt_helpers.cpp:602 -#, fuzzy -msgid "Changes" -msgstr "Změnit:" +#: src/frontends/qt4/qt_helpers.cpp:574 +msgid "List of Branches" +msgstr "Seznam větvĂ­" -#: src/insets/ExternalSupport.cpp:369 src/insets/InsetBibtex.cpp:298 +#: src/frontends/qt4/qt_helpers.cpp:576 +msgid "List of Changes" +msgstr "Seznam Změn" + +#: src/insets/ExternalSupport.cpp:369 src/insets/InsetBibtex.cpp:299 #: src/insets/InsetGraphics.cpp:597 src/insets/InsetInclude.cpp:541 msgid "" "The following filename will cause troubles when running the exported file " "through LaTeX: " msgstr "" -"Následující jméno souboru pravděpodobně způsobí problémy při překladu " -"exportovaného souboru LaTeX-em: " +"NĂĄsledujĂ­cĂ­ jmĂŠno souboru pravděpodobně zpĹŻsobĂ­ problĂŠmy při překladu " +"exportovanĂŠho souboru LaTeX-em: " -#: src/insets/ExternalSupport.cpp:374 src/insets/InsetBibtex.cpp:303 -#: src/insets/InsetGraphics.cpp:604 src/insets/InsetInclude.cpp:545 +#: src/insets/ExternalSupport.cpp:374 src/insets/InsetBibtex.cpp:304 +#: src/insets/InsetGraphics.cpp:604 src/insets/InsetInclude.cpp:546 msgid "Problematic filename for DVI" -msgstr "Problémové pojmenování souboru pro DVI" +msgstr "ProblĂŠmovĂŠ pojmenovĂĄnĂ­ souboru pro DVI" -#: src/insets/ExternalSupport.cpp:375 src/insets/InsetBibtex.cpp:304 -#: src/insets/InsetGraphics.cpp:605 src/insets/InsetInclude.cpp:546 +#: src/insets/ExternalSupport.cpp:375 src/insets/InsetBibtex.cpp:305 +#: src/insets/InsetGraphics.cpp:605 src/insets/InsetInclude.cpp:547 msgid "" "The following filename can cause troubles when running the exported file " "through LaTeX and opening the resulting DVI: " msgstr "" -"Následující jméno souboru pravděpodobně způsobí problémy při překladu " -"exportovaného souboru LaTeX-em a následném prohlížení DVI: " +"NĂĄsledujĂ­cĂ­ jmĂŠno souboru pravděpodobně zpĹŻsobĂ­ problĂŠmy při překladu " +"exportovanĂŠho souboru LaTeX-em a nĂĄslednĂŠm prohlĂ­ĹženĂ­ DVI: " #: src/insets/Inset.cpp:88 msgid "Bibliography Entry" @@ -28572,40 +23358,35 @@ msgstr "Heslo bibliografie" #: src/insets/Inset.cpp:91 msgid "TeX Code" -msgstr "Kód TeX-u" +msgstr "KĂłd TeX-u" #: src/insets/Inset.cpp:94 msgid "Float" -msgstr "Plovoucí" +msgstr "PlovoucĂ­" -#: src/insets/Inset.cpp:112 src/insets/InsetBox.cpp:131 +#: src/insets/Inset.cpp:109 src/insets/InsetBox.cpp:130 msgid "Box" -msgstr "Rámeček" +msgstr "RĂĄmeček" -#: src/insets/Inset.cpp:114 +#: src/insets/Inset.cpp:111 msgid "Horizontal Space" -msgstr "Horizontální mezera" +msgstr "HorizontĂĄlnĂ­ mezera" -#: src/insets/Inset.cpp:118 +#: src/insets/Inset.cpp:112 src/insets/InsetVSpace.cpp:112 +msgid "Vertical Space" +msgstr "VertikĂĄlnĂ­ mezera" + +#: src/insets/Inset.cpp:115 msgid "Info" msgstr "Info" -#: src/insets/Inset.cpp:163 +#: src/insets/Inset.cpp:160 msgid "Horizontal Math Space" -msgstr "Horizontální mat. mezera" - -#: src/insets/InsetArgument.cpp:114 -#, fuzzy -msgid "Unknown Argument" -msgstr "Neznámý argument mezery: " - -#: src/insets/InsetArgument.cpp:115 -msgid "Argument not known in this Layout. Will be supressed in the output." -msgstr "" +msgstr "HorizontĂĄlnĂ­ mat. mezera" #: src/insets/InsetBibitem.cpp:92 msgid "Keys must be unique!" -msgstr "Klíč musí být unikátní" +msgstr "Klíč musĂ­ bĂ˝t unikĂĄtnĂ­" #: src/insets/InsetBibitem.cpp:93 #, c-format @@ -28613,230 +23394,211 @@ msgid "" "The key %1$s already exists,\n" "it will be changed to %2$s." msgstr "" -"Klíč %1$s už existuje,\n" -"bude změněn na %2$s." +"Klíč %1$s uĹž existuje,\n" +"bude změněn na %2$s." -#: src/insets/InsetBibtex.cpp:148 +#: src/insets/InsetBibtex.cpp:149 #, c-format msgid "" "The BibTeX inset includes %1$s databases.\n" "If you proceed, all of them will be opened." msgstr "" -"Vložka BibTeX-u zahrnuje %1$s databází.\n" -"Budete-li pokračovat, všechny budou otevřeny." - -#: src/insets/InsetBibtex.cpp:151 -msgid "Open Databases?" -msgstr "Otevřít databáze?" +"VloĹžka BibTeX-u zahrnuje %1$s databĂĄzĂ­.\n" +"Budete-li pokračovat, vĹĄechny budou otevřeny." #: src/insets/InsetBibtex.cpp:152 +msgid "Open Databases?" +msgstr "Otevřít databĂĄze?" + +#: src/insets/InsetBibtex.cpp:153 msgid "&Proceed" -msgstr "&Pokračovat" +msgstr "&Pokračovat" -#: src/insets/InsetBibtex.cpp:170 +#: src/insets/InsetBibtex.cpp:171 msgid "BibTeX Generated Bibliography" -msgstr "Bibliografie generovaná BibTeX-em" +msgstr "Bibliografie generovanĂĄ BibTeX-em" -#: src/insets/InsetBibtex.cpp:177 +#: src/insets/InsetBibtex.cpp:178 msgid "Databases:" -msgstr "Databáze:" +msgstr "DatabĂĄze:" -#: src/insets/InsetBibtex.cpp:202 +#: src/insets/InsetBibtex.cpp:203 msgid "Style File:" msgstr "Soubor se stylem:" -#: src/insets/InsetBibtex.cpp:209 +#: src/insets/InsetBibtex.cpp:210 msgid "Lists:" msgstr "Generovat:" -#: src/insets/InsetBibtex.cpp:220 +#: src/insets/InsetBibtex.cpp:221 msgid "included in TOC" msgstr "zahrnuto v Obsahu" -#: src/insets/InsetBibtex.cpp:325 src/insets/InsetBibtex.cpp:374 +#: src/insets/InsetBibtex.cpp:326 src/insets/InsetBibtex.cpp:375 msgid "Export Warning!" -msgstr "Export-varování!" +msgstr "Export-varovĂĄnĂ­!" -#: src/insets/InsetBibtex.cpp:326 +#: src/insets/InsetBibtex.cpp:327 msgid "" "There are spaces in the paths to your BibTeX databases.\n" "BibTeX will be unable to find them." msgstr "" -"V cestách k databázím BibTeX-u jsou mezery.\n" -"BibTeX nebude schopen tyto databáze najít." +"V cestĂĄch k databĂĄzĂ­m BibTeX-u jsou mezery.\n" +"BibTeX nebude schopen tyto databĂĄze najĂ­t." -#: src/insets/InsetBibtex.cpp:375 +#: src/insets/InsetBibtex.cpp:376 msgid "" "There are spaces in the path to your BibTeX style file.\n" "BibTeX will be unable to find it." msgstr "" -"V cestách k souborům stylů BibTeX-u jsou mezery.\n" -"BibTeX nebude schopen tyto soubory najít." +"V cestĂĄch k souborĹŻm stylĹŻ BibTeX-u jsou mezery.\n" +"BibTeX nebude schopen tyto soubory najĂ­t." + +#: src/insets/InsetBox.cpp:66 +msgid "simple frame" +msgstr "jednoduchĂ˝ rĂĄm" #: src/insets/InsetBox.cpp:67 -msgid "simple frame" -msgstr "jednoduchý rám" +msgid "frameless" +msgstr "bez rĂĄmĹŻ" #: src/insets/InsetBox.cpp:68 -msgid "frameless" -msgstr "bez rámů" +msgid "simple frame, page breaks" +msgstr "jednoduchĂ˝, vĂ­ce stran" #: src/insets/InsetBox.cpp:69 -msgid "simple frame, page breaks" -msgstr "jednoduchý, více stran" +msgid "oval, thin" +msgstr "ovĂĄlnĂ˝ tenkĂ˝" #: src/insets/InsetBox.cpp:70 -msgid "oval, thin" -msgstr "oválný tenký" +msgid "oval, thick" +msgstr "ovĂĄlnĂ˝ tlustĂ˝" #: src/insets/InsetBox.cpp:71 -msgid "oval, thick" -msgstr "oválný tlustý" +msgid "drop shadow" +msgstr "se stĂ­nem" #: src/insets/InsetBox.cpp:72 -msgid "drop shadow" -msgstr "se stínem" +msgid "shaded background" +msgstr "se stĂ­novanĂ˝m pozadĂ­m" #: src/insets/InsetBox.cpp:73 -msgid "shaded background" -msgstr "se stínovaným pozadím" - -#: src/insets/InsetBox.cpp:74 msgid "double frame" -msgstr "dvojitý rám" +msgstr "dvojitĂ˝ rĂĄm" -#: src/insets/InsetBox.cpp:151 src/insets/InsetBox.cpp:154 +#: src/insets/InsetBox.cpp:150 src/insets/InsetBox.cpp:153 #, c-format msgid "%1$s (%2$s)" msgstr "%1$s (%2$s)" -#: src/insets/InsetBox.cpp:157 +#: src/insets/InsetBox.cpp:156 #, c-format msgid "%1$s (%2$s, %3$s)" msgstr "%1$s (%2$s, %3$s)" -#: src/insets/InsetBranch.cpp:70 src/insets/InsetBranch.cpp:72 +#: src/insets/InsetBranch.cpp:68 msgid "active" -msgstr "aktivní" +msgstr "aktivnĂ­" -#: src/insets/InsetBranch.cpp:70 src/insets/InsetBranch.cpp:72 -#: src/insets/InsetIndex.cpp:452 +#: src/insets/InsetBranch.cpp:68 src/insets/InsetIndex.cpp:454 msgid "non-active" -msgstr "neaktivní" +msgstr "neaktivnĂ­" -#: src/insets/InsetBranch.cpp:75 -#, c-format -msgid "master: %1$s, child: %2$s" -msgstr "" - -#: src/insets/InsetBranch.cpp:78 +#: src/insets/InsetBranch.cpp:70 #, c-format msgid "Branch (%1$s): %2$s" -msgstr "Větev (%1$s): %2$s" +msgstr "Větev (%1$s): %2$s" -#: src/insets/InsetBranch.cpp:87 +#: src/insets/InsetBranch.cpp:79 msgid "Branch: " -msgstr "Větev: " +msgstr "Větev: " -#: src/insets/InsetBranch.cpp:93 +#: src/insets/InsetBranch.cpp:84 msgid "Branch (child only): " -msgstr "Větev (pouze potomek): " +msgstr "Větev (pouze potomek): " -#: src/insets/InsetBranch.cpp:95 -#, fuzzy -msgid "Branch (master only): " -msgstr "Větev (pouze potomek): " - -#: src/insets/InsetBranch.cpp:97 +#: src/insets/InsetBranch.cpp:86 msgid "Branch (undefined): " -msgstr "Větev (nedefinována): " +msgstr "Větev (nedefinovĂĄna): " -#: src/insets/InsetBranch.cpp:102 +#: src/insets/InsetBranch.cpp:91 msgid "Undef: " msgstr "Nedef: " -#: src/insets/InsetBranch.cpp:168 -#, fuzzy -msgid "Branch state changes in master document" -msgstr "Aktualizovat hlavní dokument" - -#: src/insets/InsetBranch.cpp:169 -#, c-format -msgid "" -"The state of the branch '%1$s' was changed in the master file. Please make " -"sure to save the master." -msgstr "" - -#: src/insets/InsetCaption.cpp:398 +#: src/insets/InsetCaption.cpp:338 #, c-format msgid "Sub-%1$s" msgstr "Sub-%1$s" -#: src/insets/InsetCitation.cpp:160 +#: src/insets/InsetCitation.cpp:123 msgid "No bibliography defined!" -msgstr "Není definována žádná bibliografie!" +msgstr "NenĂ­ definovĂĄna ŞådnĂĄ bibliografie!" -#: src/insets/InsetCommand.cpp:132 +#: src/insets/InsetCommand.cpp:131 msgid "LaTeX Command: " -msgstr "Příkaz LaTeX-u: " +msgstr "Příkaz LaTeX-u: " -#: src/insets/InsetCommandParams.cpp:268 +#: src/insets/InsetCommandParams.cpp:264 msgid "InsetCommand Error: " msgstr "Chyba InsetCommand: " -#: src/insets/InsetCommandParams.cpp:269 src/insets/InsetCommandParams.cpp:286 +#: src/insets/InsetCommandParams.cpp:265 src/insets/InsetCommandParams.cpp:282 msgid "Incompatible command name." -msgstr "Nekompatibilní jméno příkazu" +msgstr "NekompatibilnĂ­ jmĂŠno příkazu" -#: src/insets/InsetCommandParams.cpp:285 src/insets/InsetCommandParams.cpp:316 +#: src/insets/InsetCommandParams.cpp:281 src/insets/InsetCommandParams.cpp:312 msgid "InsetCommandParams Error: " msgstr "Chyba InsetCommandParams: " # TODO ?preklad? -#: src/insets/InsetCommandParams.cpp:308 +#: src/insets/InsetCommandParams.cpp:304 msgid "InsetCommandParams: " msgstr "InsetCommandParams: " -#: src/insets/InsetCommandParams.cpp:309 +#: src/insets/InsetCommandParams.cpp:305 msgid "Unknown parameter name: " -msgstr "Neznámé jméno parametru: " +msgstr "NeznĂĄmĂŠ jmĂŠno parametru: " -#: src/insets/InsetCommandParams.cpp:317 +#: src/insets/InsetCommandParams.cpp:313 msgid "Missing \\end_inset at this point: " -msgstr "Postrádám \\end_inset v tomto místě: " +msgstr "PostrĂĄdĂĄm \\end_inset v tomto mĂ­stě: " -#: src/insets/InsetCommandParams.cpp:385 +#: src/insets/InsetCommandParams.cpp:401 +msgid "Uncodable characters" +msgstr "NekĂłdovatelnĂŠ znaky" + +#: src/insets/InsetCommandParams.cpp:402 #, c-format msgid "" "The following characters that are used in the inset %1$s are not\n" "representable in the current encoding and therefore have been omitted:\n" "%2$s." msgstr "" -"Následující znaky použité ve vložce %1$s nejsou reprezentovatelné\n" -"ve zvoleném kódování a byly vynechány:\n" +"NĂĄsledujĂ­cĂ­ znaky pouĹžitĂŠ ve vloĹžce %1$s nejsou reprezentovatelnĂŠ\n" +"ve zvolenĂŠm kĂłdovĂĄnĂ­ a byly vynechĂĄny:\n" "%2$s." #: src/insets/InsetExternal.cpp:502 #, c-format msgid "External template %1$s is not installed" -msgstr "Externí šablona %1$s není instalovaná" +msgstr "ExternĂ­ ĹĄablona %1$s nenĂ­ instalovanĂĄ" #: src/insets/InsetFloat.cpp:275 src/insets/InsetFloat.cpp:456 msgid "float: " -msgstr "plovoucí objekt: " +msgstr "plovoucĂ­ objekt: " #: src/insets/InsetFloat.cpp:277 #, c-format msgid "ERROR: Unknown float type: %1$s" -msgstr "CHYBA: Neznámý typ plovoucího objektu: %1$s" +msgstr "CHYBA: NeznĂĄmĂ˝ typ plovoucĂ­ho objektu: %1$s" #: src/insets/InsetFloat.cpp:394 msgid "float" -msgstr "plovoucí objekt" +msgstr "plovoucĂ­ objekt" #: src/insets/InsetFloat.cpp:459 msgid "subfloat: " -msgstr "pod-plovoucí objekt: " +msgstr "pod-plovoucĂ­ objekt: " #: src/insets/InsetFloat.cpp:467 msgid " (sideways)" @@ -28844,173 +23606,153 @@ msgstr " (na bok)" #: src/insets/InsetFloatList.cpp:81 msgid "ERROR: Nonexistent float type!" -msgstr "CHYBA: Neexistující typ plovoucího objektu!" +msgstr "CHYBA: NeexistujĂ­cĂ­ typ plovoucĂ­ho objektu!" #: src/insets/InsetFloatList.cpp:151 #, c-format msgid "LyX cannot generate a list of %1$s" -msgstr "LyX nemůže generovat seznam: %1$s" +msgstr "LyX nemĹŻĹže generovat seznam: %1$s" -#: src/insets/InsetFoot.cpp:113 +#: src/insets/InsetFoot.cpp:112 msgid "footnote" -msgstr "poznámka pod čarou" +msgstr "poznĂĄmka pod čarou" -#: src/insets/InsetGraphics.cpp:474 src/insets/InsetInclude.cpp:739 +#: src/insets/InsetGraphics.cpp:474 src/insets/InsetInclude.cpp:675 #, c-format msgid "" "Could not copy the file\n" "%1$s\n" "into the temporary directory." msgstr "" -"Nelze zkopírovat soubor\n" +"Nelze zkopĂ­rovat soubor\n" "%1$s\n" -"do pomocného adresáře." +"do pomocnĂŠho adresáře." -#: src/insets/InsetGraphics.cpp:719 src/insets/InsetGraphics.cpp:946 +#: src/insets/InsetGraphics.cpp:719 src/insets/InsetGraphics.cpp:945 #, c-format msgid "No conversion of %1$s is needed after all" -msgstr "Konverze %1$s není vůbec potřeba" +msgstr "Konverze %1$s nenĂ­ vĹŻbec potřeba" -#: src/insets/InsetGraphics.cpp:823 +#: src/insets/InsetGraphics.cpp:822 #, c-format msgid "Graphics file: %1$s" -msgstr "Soubor s obrázkem: %1$s" +msgstr "Soubor s obrĂĄzkem: %1$s" -#: src/insets/InsetHyperlink.cpp:198 -#, c-format -msgid "" -"The following characters that are used in the href inset are not\n" -"representable in the current encoding and therefore have been omitted:\n" -"%1$s." -msgstr "" -"Následující znaky použité ve vložce hypertextového odkazu nejsou\n" -" reprezentovatelné ve zvoleném kódování a byly vynechány:\n" -"%1$s." - -#: src/insets/InsetHyperlink.cpp:275 +#: src/insets/InsetHyperlink.cpp:259 msgid "www" msgstr "www" -#: src/insets/InsetHyperlink.cpp:277 -msgid "email" -msgstr "email" - -#: src/insets/InsetHyperlink.cpp:279 +#: src/insets/InsetHyperlink.cpp:263 msgid "file" msgstr "soubor" -#: src/insets/InsetHyperlink.cpp:280 +#: src/insets/InsetHyperlink.cpp:264 #, c-format msgid "Hyperlink (%1$s) to %2$s" msgstr "Odkaz (hyperlink) (%1$s) na %2$s" -#: src/insets/InsetInclude.cpp:376 +#: src/insets/InsetInclude.cpp:375 msgid "Verbatim Input" -msgstr "Vstup-doslovně" +msgstr "Vstup-doslovně" -#: src/insets/InsetInclude.cpp:379 +#: src/insets/InsetInclude.cpp:378 msgid "Verbatim Input*" -msgstr "Vstup-doslovně*" +msgstr "Vstup-doslovně*" -#: src/insets/InsetInclude.cpp:385 +#: src/insets/InsetInclude.cpp:384 msgid "Include (excluded)" -msgstr "Zahrnout (vyjmutý)" +msgstr "Zahrnout (vyjmutĂ˝)" -#: src/insets/InsetInclude.cpp:391 -#, fuzzy -msgid "Unknown" -msgstr "neznámý" - -#: src/insets/InsetInclude.cpp:502 src/insets/InsetInclude.cpp:784 -#: src/insets/InsetInclude.cpp:859 +#: src/insets/InsetInclude.cpp:500 src/insets/InsetInclude.cpp:777 +#: src/insets/InsetInclude.cpp:838 msgid "Recursive input" -msgstr "Rekurzivní vstup" +msgstr "RekurzivnĂ­ vstup" -#: src/insets/InsetInclude.cpp:503 src/insets/InsetInclude.cpp:785 -#: src/insets/InsetInclude.cpp:860 +#: src/insets/InsetInclude.cpp:501 src/insets/InsetInclude.cpp:778 +#: src/insets/InsetInclude.cpp:839 #, c-format msgid "Attempted to include file %1$s in itself! Ignoring inclusion." msgstr "" -"Došlo k pokusu vložit soubor %1$s rekurzivně do sebe! Ignoruji toto vložení." +"DoĹĄlo k pokusu vloĹžit soubor %1$s rekurzivně do sebe! Ignoruji toto vloĹženĂ­." -#: src/insets/InsetInclude.cpp:629 +#: src/insets/InsetInclude.cpp:567 #, c-format msgid "" "Could not load included file\n" "`%1$s'\n" "Please, check whether it actually exists." msgstr "" -"LyX nemohl načíst soubor k zahrnutí:\n" +"LyX nemohl načíst soubor k zahrnutĂ­:\n" "`%1$s'\n" -"Zkontrolujte, zda-li daný soubor existuje." +"Zkontrolujte, zda-li danĂ˝ soubor existuje." -#: src/insets/InsetInclude.cpp:633 +#: src/insets/InsetInclude.cpp:571 msgid "Missing included file" -msgstr "Nelze nalézt soubor k zahrnutí" +msgstr "Nelze nalĂŠzt soubor k zahrnutĂ­" -#: src/insets/InsetInclude.cpp:639 +#: src/insets/InsetInclude.cpp:577 #, c-format msgid "" "Included file `%1$s'\n" "has textclass `%2$s'\n" "while parent file has textclass `%3$s'." msgstr "" -"Zahrnutý soubor `%1$s'\n" -"je třídy (textclass) `%2$s'\n" -"zatímco rodičovský soubor má třídu `%3$s'." +"ZahrnutĂ˝ soubor `%1$s'\n" +"je třídy (textclass) `%2$s'\n" +"zatĂ­mco rodičovskĂ˝ soubor mĂĄ třídu `%3$s'." -#: src/insets/InsetInclude.cpp:645 +#: src/insets/InsetInclude.cpp:583 msgid "Different textclasses" -msgstr "Rozdílné třídy (textclass)" +msgstr "RozdĂ­lnĂŠ třídy (textclass)" -#: src/insets/InsetInclude.cpp:660 +#: src/insets/InsetInclude.cpp:598 #, c-format msgid "" "Included file `%1$s'\n" "uses module `%2$s'\n" "which is not used in parent file." msgstr "" -"Zahrnutý soubor `%1$s'\n" -"používá modul `%2$s',\n" -"který není použit v rodičovském dokumentu." +"ZahrnutĂ˝ soubor `%1$s'\n" +"pouŞívĂĄ modul `%2$s',\n" +"kterĂ˝ nenĂ­ pouĹžit v rodičovskĂŠm dokumentu." -#: src/insets/InsetInclude.cpp:664 +#: src/insets/InsetInclude.cpp:602 msgid "Module not found" msgstr "Modul nenalezen" -#: src/insets/InsetInclude.cpp:691 src/insets/InsetInclude.cpp:715 +#: src/insets/InsetInclude.cpp:628 src/insets/InsetInclude.cpp:651 #, c-format msgid "" "Included file `%1$s' was not exported correctly.\n" "Warning: LaTeX export is probably incomplete." msgstr "" -"Zahrnutý soubor `%1$s' nebyl korektně exportován.\n" -"Varaování: Export do LaTeX-u je pravděpodobně neúplný." +"ZahrnutĂ˝ soubor `%1$s' nebyl korektně exportovĂĄn.\n" +"VaraovĂĄnĂ­: Export do LaTeX-u je pravděpodobně neĂşplnĂ˝." -#: src/insets/InsetInclude.cpp:700 src/insets/InsetInclude.cpp:723 +#: src/insets/InsetInclude.cpp:637 src/insets/InsetInclude.cpp:659 msgid "Export failure" msgstr "Export selhal" -#: src/insets/InsetInclude.cpp:772 +#: src/insets/InsetInclude.cpp:765 msgid "Unsupported Inclusion" -msgstr "Nepodporované vložení" +msgstr "NepodporovanĂŠ vloĹženĂ­" -#: src/insets/InsetInclude.cpp:773 +#: src/insets/InsetInclude.cpp:766 #, c-format msgid "" "LyX does not know how to include non-LyX files when generating HTML output. " "Offending file:\n" "%1$s" msgstr "" -"LyX neví jakým způsobem zahrnout ne-LyXové soubory při generování HTML " -"výstupu. Problematický soubor:\n" +"LyX nevĂ­ jakĂ˝m zpĹŻsobem zahrnout ne-LyXovĂŠ soubory při generovĂĄnĂ­ HTML " +"vĂ˝stupu. ProblematickĂ˝ soubor:\n" "%1$s" -#: src/insets/InsetIndex.cpp:144 +#: src/insets/InsetIndex.cpp:147 msgid "Index sorting failed" -msgstr "Třídění rejstříku se nezdařilo" +msgstr "TříděnĂ­ rejstříku se nezdařilo" -#: src/insets/InsetIndex.cpp:145 +#: src/insets/InsetIndex.cpp:148 #, c-format msgid "" "LyX's automatic index sorting algorithm faced\n" @@ -29018,44 +23760,44 @@ msgid "" "Please specify the sorting of this entry manually, as\n" "explained in the User Guide." msgstr "" -"Algoritmus pro automatické třídění rejstříku narazil na problém\n" -"s položkou:'%1$s'.\n" -"Prosím nastavte třídění této položky ručně podle\n" -"popisu v uživatelské příručce." +"Algoritmus pro automatickĂŠ tříděnĂ­ rejstříku narazil na problĂŠm\n" +"s poloĹžkou:'%1$s'.\n" +"ProsĂ­m nastavte tříděnĂ­ tĂŠto poloĹžky ručně podle\n" +"popisu v uĹživatelskĂŠ příručce." -#: src/insets/InsetIndex.cpp:272 +#: src/insets/InsetIndex.cpp:275 msgid "Index Entry" -msgstr "Heslo rejstříku" +msgstr "Heslo rejstříku" -#: src/insets/InsetIndex.cpp:279 src/insets/InsetIndex.cpp:300 +#: src/insets/InsetIndex.cpp:282 src/insets/InsetIndex.cpp:303 msgid "unknown type!" -msgstr "neznámý typ!" +msgstr "neznĂĄmĂ˝ typ!" -#: src/insets/InsetIndex.cpp:449 +#: src/insets/InsetIndex.cpp:451 msgid "Unknown index type!" -msgstr "Neznámý typ rejstříku" +msgstr "NeznĂĄmĂ˝ typ rejstříku" -#: src/insets/InsetIndex.cpp:450 +#: src/insets/InsetIndex.cpp:452 msgid "All indexes" -msgstr "Všechny rejstříky" +msgstr "VĹĄechny rejstříky" -#: src/insets/InsetIndex.cpp:454 +#: src/insets/InsetIndex.cpp:456 msgid "subindex" -msgstr "podrejstřík" +msgstr "podrejstřík" #: src/insets/InsetInfo.cpp:119 #, c-format msgid "Information regarding %1$s '%2$s'" -msgstr "Informace ohledně %1$s '%2$s" +msgstr "Informace ohledně %1$s '%2$s" #: src/insets/InsetInfo.cpp:143 msgid "Missing \\end_inset at this point." -msgstr "V tomto místě postrádám \\end_inset ." +msgstr "V tomto mĂ­stě postrĂĄdĂĄm \\end_inset ." #: src/insets/InsetInfo.cpp:304 src/insets/InsetInfo.cpp:316 #: src/insets/InsetInfo.cpp:322 src/insets/InsetInfo.cpp:329 msgid "undefined" -msgstr "nedefinováno" +msgstr "nedefinovĂĄno" #: src/insets/InsetInfo.cpp:343 src/insets/InsetInfo.cpp:352 msgid "yes" @@ -29065,38 +23807,38 @@ msgstr "ano" msgid "no" msgstr "ne" -#: src/insets/InsetInfo.cpp:437 +#: src/insets/InsetInfo.cpp:436 msgid "No version control" -msgstr "Bez správy verzí" +msgstr "Bez sprĂĄvy verzĂ­" -#: src/insets/InsetLabel.cpp:76 +#: src/insets/InsetLabel.cpp:74 msgid "Label names must be unique!" -msgstr "Jména značek musí být unikátní!" +msgstr "JmĂŠna značek musĂ­ bĂ˝t unikĂĄtnĂ­!" -#: src/insets/InsetLabel.cpp:77 +#: src/insets/InsetLabel.cpp:75 #, c-format msgid "" "The label %1$s already exists,\n" "it will be changed to %2$s." msgstr "" -"Značka %1$s již existuje,\n" -"bude přejmenována na %2$s." +"Značka %1$s jiĹž existuje,\n" +"bude přejmenovĂĄna na %2$s." -#: src/insets/InsetLabel.cpp:149 +#: src/insets/InsetLabel.cpp:147 msgid "DUPLICATE: " -msgstr "DUPLIKÁT: " +msgstr "DUPLIKÁT: " -#: src/insets/InsetLine.cpp:66 +#: src/insets/InsetLine.cpp:64 msgid "Horizontal line" -msgstr "Horizontální linka" +msgstr "HorizontĂĄlnĂ­ linka" #: src/insets/InsetListings.cpp:213 msgid "no more lstline delimiters available" -msgstr "žádné další dostupné oddělovače lstline" +msgstr "ŞådnĂŠ dalĹĄĂ­ dostupnĂŠ oddělovače lstline" #: src/insets/InsetListings.cpp:218 msgid "Running out of delimiters" -msgstr "Vyčerpány oddělovače" +msgstr "VyčerpĂĄny oddělovače" #: src/insets/InsetListings.cpp:219 msgid "" @@ -29106,15 +23848,15 @@ msgid "" "For the time being, I have replaced '!' by a warning, but you\n" "must investigate!" msgstr "" -"Pro výpisy zdrojového kódu vkládané přímo do textu, musí zůstat volnýalespoň " -"jeden znak jakožto oddělovač.\n" -"Jeden z výpisů však používá všechnydostupné znaky, takže nezbývá znak pro " -"oddělovač.\n" -"Prozatím byl znak '!' nahrazen varováním, ale je třeba opravit problém ručně." +"Pro vĂ˝pisy zdrojovĂŠho kĂłdu vklĂĄdanĂŠ přímo do textu, musĂ­ zĹŻstat volnĂ˝alespoň " +"jeden znak jakoĹžto oddělovač.\n" +"Jeden z vĂ˝pisĹŻ vĹĄak pouŞívĂĄ vĹĄechnydostupnĂŠ znaky, takĹže nezbĂ˝vĂĄ znak pro " +"oddělovač.\n" +"ProzatĂ­m byl znak '!' nahrazen varovĂĄnĂ­m, ale je třeba opravit problĂŠm ručně." #: src/insets/InsetListings.cpp:259 msgid "Uncodable characters in listings inset" -msgstr "Nekódovatelné znaky ve výpisu zdrojového kódu" +msgstr "NekĂłdovatelnĂŠ znaky ve vĂ˝pisu zdrojovĂŠho kĂłdu" #: src/insets/InsetListings.cpp:260 #, c-format @@ -29123,13 +23865,13 @@ msgid "" "not representable in the current encoding and have been omitted:\n" "%1$s." msgstr "" -"Následující znaky ve výpisech zdrojových kódů nejsou reprezentovatelné\n" -"ve zvoleném kódování a byly vynechány:\n" +"NĂĄsledujĂ­cĂ­ znaky ve vĂ˝pisech zdrojovĂ˝ch kĂłdĹŻ nejsou reprezentovatelnĂŠ\n" +"ve zvolenĂŠm kĂłdovĂĄnĂ­ a byly vynechĂĄny:\n" "%1$s." #: src/insets/InsetListingsParams.cpp:121 msgid "A value is expected." -msgstr "Je očekávána hodnota." +msgstr "Je očekĂĄvĂĄna hodnota." #: src/insets/InsetListingsParams.cpp:124 #: src/insets/InsetListingsParams.cpp:137 @@ -29138,11 +23880,11 @@ msgstr "Je o #: src/insets/InsetListingsParams.cpp:190 #: src/insets/InsetListingsParams.cpp:223 msgid "Unbalanced braces!" -msgstr "Nesouměrný počet závorek !" +msgstr "NesouměrnĂ˝ počet zĂĄvorek !" #: src/insets/InsetListingsParams.cpp:132 msgid "Please specify true or false." -msgstr "Prosím zadejte true nebo false." +msgstr "ProsĂ­m zadejte true nebo false." #: src/insets/InsetListingsParams.cpp:135 msgid "Only true or false is allowed." @@ -29150,24 +23892,24 @@ msgstr "Je povoleno pouze true nebo false." #: src/insets/InsetListingsParams.cpp:145 msgid "Please specify an integer value." -msgstr "Prosím uveďte číselnou hodnotu." +msgstr "ProsĂ­m uveďte číselnou hodnotu." #: src/insets/InsetListingsParams.cpp:148 msgid "An integer is expected." -msgstr "Je očekáváno číslo." +msgstr "Je očekĂĄvĂĄno číslo." #: src/insets/InsetListingsParams.cpp:158 msgid "Please specify a LaTeX length expression." -msgstr "Prosím uveďte délku (LaTeX-ový výraz)." +msgstr "ProsĂ­m uveďte dĂŠlku (LaTeX-ovĂ˝ vĂ˝raz)." #: src/insets/InsetListingsParams.cpp:161 msgid "Invalid LaTeX length expression." -msgstr "Neplatná délka." +msgstr "NeplatnĂĄ dĂŠlka." #: src/insets/InsetListingsParams.cpp:171 #, c-format msgid "Please specify one of %1$s." -msgstr "Prosím uveďte jednu z %1$s." +msgstr "ProsĂ­m uveďte jednu z %1$s." #: src/insets/InsetListingsParams.cpp:205 #, c-format @@ -29177,24 +23919,24 @@ msgstr "Zkuste jednu z %1$s." #: src/insets/InsetListingsParams.cpp:207 #, c-format msgid "I guess you mean %1$s." -msgstr "Hádám, že máte na mysli %1$s." +msgstr "HĂĄdĂĄm, Ĺže mĂĄte na mysli %1$s." #: src/insets/InsetListingsParams.cpp:215 #, c-format msgid "Please specify one or more of '%1$s'." -msgstr "Prosím uveďte jeden nebo více z '%1$s'." +msgstr "ProsĂ­m uveďte jeden nebo vĂ­ce z '%1$s'." #: src/insets/InsetListingsParams.cpp:220 #, c-format msgid "Should be composed of one or more of %1$s." -msgstr "Mělo by být složeno jedním či více z %1$s." +msgstr "Mělo by bĂ˝t sloĹženo jednĂ­m či vĂ­ce z %1$s." #: src/insets/InsetListingsParams.cpp:283 msgid "" "Use \\footnotesize, \\small, \\itshape, \\ttfamily or something like that" msgstr "" -"Použijte \\footnotesize, \\small, \\itshape, \\ttfamily nebo něco na ten " -"způsob" +"PouĹžijte \\footnotesize, \\small, \\itshape, \\ttfamily nebo něco na ten " +"zpĹŻsob" #: src/insets/InsetListingsParams.cpp:285 msgid "" @@ -29202,27 +23944,27 @@ msgid "" "trblTRBL" msgstr "" "none, leftline, topline, bottomline, lines, single, shadowbox nebo " -"podmnožinu z trblTRBL" +"podmnoĹžinu z trblTRBL" #: src/insets/InsetListingsParams.cpp:287 msgid "" "Enter four letters (either t = round or f = square) for top right, bottom " "right, bottom left and top left corner." msgstr "" -"Vložte čtvero znaků (buď t = oblý nebo f = čtvercový) for pravý horní, pravý " -"dolní, levý dolní a levý horní." +"VloĹžte čtvero znakĹŻ (buď t = oblĂ˝ nebo f = čtvercovĂ˝) for pravĂ˝ hornĂ­, pravĂ˝ " +"dolnĂ­, levĂ˝ dolnĂ­ a levĂ˝ hornĂ­." #: src/insets/InsetListingsParams.cpp:290 msgid "Enter something like \\color{white}" -msgstr "Vložte něco jako \\color{white}" +msgstr "VloĹžte něco jako \\color{white}" #: src/insets/InsetListingsParams.cpp:318 msgid "Expect a number with an optional * before it" -msgstr "Očekávám číslo s nepovinným znakem * vpředu" +msgstr "OčekĂĄvĂĄm číslo s nepovinnĂ˝m znakem * vpředu" #: src/insets/InsetListingsParams.cpp:402 msgid "auto, last or a number" -msgstr "auto, last nebo číslo" +msgstr "auto, last nebo číslo" #: src/insets/InsetListingsParams.cpp:412 msgid "" @@ -29230,9 +23972,9 @@ msgid "" "(when using the child document dialog) or menu Insert->Caption (when " "defining a listing inset)" msgstr "" -"Tento parametr by neměl být zadáván zde. Použijte prosím políčko popisku (v " -"dialogu pro dokument potomka) nebo přes menu Vložit->Popisek (při definici " -"výpisu zdrojového kódu)" +"Tento parametr by neměl bĂ˝t zadĂĄvĂĄn zde. PouĹžijte prosĂ­m políčko popisku (v " +"dialogu pro dokument potomka) nebo přes menu VloĹžit->Popisek (při definici " +"vĂ˝pisu zdrojovĂŠho kĂłdu)" #: src/insets/InsetListingsParams.cpp:418 msgid "" @@ -29240,23 +23982,23 @@ msgid "" "(when using the child document dialog) or menu Insert->Label (when defining " "a listing inset)" msgstr "" -"Tento parametr by neměl být zadáván zde. Použijte prosím políčko značky (v " -"dialogu pro dokument potomka) nebo přes menu Vložit->Značka (při definici " -"výpisu zdrojového kódu)" +"Tento parametr by neměl bĂ˝t zadĂĄvĂĄn zde. PouĹžijte prosĂ­m políčko značky (v " +"dialogu pro dokument potomka) nebo přes menu VloĹžit->Značka (při definici " +"vĂ˝pisu zdrojovĂŠho kĂłdu)" #: src/insets/InsetListingsParams.cpp:623 msgid "Invalid (empty) listing parameter name." -msgstr "Neplatné (prázdné) jméno parametru výpisu." +msgstr "NeplatnĂŠ (prĂĄzdnĂŠ) jmĂŠno parametru vĂ˝pisu." #: src/insets/InsetListingsParams.cpp:639 #, c-format msgid "Available listing parameters are %1$s" -msgstr "Dostupné parametry výpisu jsou %1$s" +msgstr "DostupnĂŠ parametry vĂ˝pisu jsou %1$s" #: src/insets/InsetListingsParams.cpp:642 #, c-format msgid "Available listings parameters containing string \"%1$s\" are %2$s" -msgstr "Dostupné parametry výpisu obsahující řetězec \"%1$s\" jsou %2$s" +msgstr "DostupnĂŠ parametry vĂ˝pisu obsahujĂ­cĂ­ řetězec \"%1$s\" jsou %2$s" #: src/insets/InsetListingsParams.cpp:653 #, c-format @@ -29266,48 +24008,48 @@ msgstr "Parametr %1$s: " #: src/insets/InsetListingsParams.cpp:666 #, c-format msgid "Unknown listing parameter name: %1$s" -msgstr "Neznámé jméno parametru výpisu: %1$s" +msgstr "NeznĂĄmĂŠ jmĂŠno parametru vĂ˝pisu: %1$s" #: src/insets/InsetListingsParams.cpp:669 #, c-format msgid "Parameters starting with '%1$s': %2$s" -msgstr "Parametry začínající na '%1$s': %2$s" +msgstr "Parametry začínajĂ­cĂ­ na '%1$s': %2$s" #: src/insets/InsetNewpage.cpp:181 src/insets/InsetNewpage.cpp:193 msgid "New Page" -msgstr "Nová stránka" +msgstr "NovĂĄ strĂĄnka" #: src/insets/InsetNewpage.cpp:184 msgid "Page Break" -msgstr "Tvrdý konec stránky" +msgstr "TvrdĂ˝ konec strĂĄnky" #: src/insets/InsetNewpage.cpp:187 msgid "Clear Page" -msgstr "Uzavřít stránku (\\clearpage)" +msgstr "Uzavřít strĂĄnku (\\clearpage)" #: src/insets/InsetNewpage.cpp:190 msgid "Clear Double Page" -msgstr "Uzavřít stránku v oboustraném dok. (\\cleardoublepage)" +msgstr "Uzavřít strĂĄnku v oboustranĂŠm dok. (\\cleardoublepage)" -#: src/insets/InsetNomencl.cpp:79 +#: src/insets/InsetNomencl.cpp:76 msgid "Nom: " msgstr "Nom: " -#: src/insets/InsetNomencl.cpp:90 +#: src/insets/InsetNomencl.cpp:87 msgid "Nomenclature Symbol: " msgstr "Symbol Nomenklatury: " -#: src/insets/InsetNomencl.cpp:91 +#: src/insets/InsetNomencl.cpp:88 msgid "Description: " msgstr "Popis: " -#: src/insets/InsetNomencl.cpp:94 +#: src/insets/InsetNomencl.cpp:91 msgid "Sorting: " -msgstr "Třídění: " +msgstr "TříděnĂ­: " -#: src/insets/InsetNote.cpp:270 +#: src/insets/InsetNote.cpp:267 msgid "note" -msgstr "poznámka" +msgstr "poznĂĄmka" #: src/insets/InsetPhantom.cpp:65 msgid "Phantom" @@ -29333,81 +24075,85 @@ msgstr "hphantom" msgid "vphantom" msgstr "vphantom" -#: src/insets/InsetRef.cpp:314 -msgid "BROKEN: " -msgstr "NEPLATNÝ: " +#: src/insets/InsetRef.cpp:219 +msgid "elsewhere" +msgstr "elsewhere" -#: src/insets/InsetRef.cpp:355 src/mathed/InsetMathRef.cpp:225 +#: src/insets/InsetRef.cpp:298 +msgid "BROKEN: " +msgstr "NEPLATNÝ: " + +#: src/insets/InsetRef.cpp:338 src/mathed/InsetMathRef.cpp:225 msgid "Ref: " msgstr "Ref: " -#: src/insets/InsetRef.cpp:356 src/mathed/InsetMathRef.cpp:226 +#: src/insets/InsetRef.cpp:339 src/mathed/InsetMathRef.cpp:226 msgid "Equation" msgstr "Rovnice" -#: src/insets/InsetRef.cpp:356 src/mathed/InsetMathRef.cpp:226 +#: src/insets/InsetRef.cpp:339 src/mathed/InsetMathRef.cpp:226 msgid "EqRef: " msgstr "RovRef: " -#: src/insets/InsetRef.cpp:357 src/mathed/InsetMathRef.cpp:227 +#: src/insets/InsetRef.cpp:340 src/mathed/InsetMathRef.cpp:227 msgid "Page Number" -msgstr "Číslo stránky" +msgstr "Číslo strĂĄnky" -#: src/insets/InsetRef.cpp:357 src/mathed/InsetMathRef.cpp:227 +#: src/insets/InsetRef.cpp:340 src/mathed/InsetMathRef.cpp:227 msgid "Page: " -msgstr "Stránka: " +msgstr "StrĂĄnka: " -#: src/insets/InsetRef.cpp:358 src/mathed/InsetMathRef.cpp:228 +#: src/insets/InsetRef.cpp:341 src/mathed/InsetMathRef.cpp:228 msgid "Textual Page Number" -msgstr "Odkaz pomocí čísla stránky" +msgstr "Odkaz pomocĂ­ čísla strĂĄnky" -#: src/insets/InsetRef.cpp:358 src/mathed/InsetMathRef.cpp:228 +#: src/insets/InsetRef.cpp:341 src/mathed/InsetMathRef.cpp:228 msgid "TextPage: " msgstr "Strana Textu: " -#: src/insets/InsetRef.cpp:359 src/mathed/InsetMathRef.cpp:229 +#: src/insets/InsetRef.cpp:342 src/mathed/InsetMathRef.cpp:229 msgid "Standard+Textual Page" -msgstr "Standard+Číslo strany" +msgstr "Standard+Číslo strany" -#: src/insets/InsetRef.cpp:359 src/mathed/InsetMathRef.cpp:229 +#: src/insets/InsetRef.cpp:342 src/mathed/InsetMathRef.cpp:229 msgid "Ref+Text: " msgstr "Ref+Text: " -#: src/insets/InsetRef.cpp:360 +#: src/insets/InsetRef.cpp:343 msgid "Formatted" -msgstr "Formátovaný" +msgstr "FormĂĄtovanĂ˝" -#: src/insets/InsetRef.cpp:360 +#: src/insets/InsetRef.cpp:343 msgid "Format: " -msgstr "Formát:" +msgstr "FormĂĄt:" -#: src/insets/InsetRef.cpp:361 +#: src/insets/InsetRef.cpp:344 msgid "Reference to Name" -msgstr "Odkaz na jméno" +msgstr "Odkaz na jmĂŠno" -#: src/insets/InsetRef.cpp:361 +#: src/insets/InsetRef.cpp:344 msgid "NameRef:" msgstr "NameRef:" -#: src/insets/InsetScript.cpp:343 +#: src/insets/InsetScript.cpp:366 msgid "subscript" -msgstr "dolní index" +msgstr "dolnĂ­ index" -#: src/insets/InsetScript.cpp:353 +#: src/insets/InsetScript.cpp:376 msgid "superscript" -msgstr "horní index" +msgstr "hornĂ­ index" #: src/insets/InsetSpace.cpp:71 msgid "Protected Space" -msgstr "Chráněná mezera" +msgstr "ChrĂĄněnĂĄ mezera" #: src/insets/InsetSpace.cpp:86 msgid "Quad Space" -msgstr "Čtverčík" +msgstr "Čtverčík" #: src/insets/InsetSpace.cpp:89 msgid "Double Quad Space" -msgstr "Dva čtverčíky (2 em)" +msgstr "Dva čtverčíky (2 em)" #: src/insets/InsetSpace.cpp:92 msgid "Enspace" @@ -29419,74 +24165,57 @@ msgstr "En-mezera (Enskip)" #: src/insets/InsetSpace.cpp:110 msgid "Protected Horizontal Fill" -msgstr "Chráněná horizontální výplň" +msgstr "ChrĂĄněnĂĄ horizontĂĄlnĂ­ vĂ˝plň" #: src/insets/InsetSpace.cpp:113 msgid "Horizontal Fill (Dots)" -msgstr "Horizontální výplň (tečky)" +msgstr "HorizontĂĄlnĂ­ vĂ˝plň (tečky)" #: src/insets/InsetSpace.cpp:116 msgid "Horizontal Fill (Rule)" -msgstr "Horizontální výplň (čára)" +msgstr "HorizontĂĄlnĂ­ vĂ˝plň (čára)" #: src/insets/InsetSpace.cpp:119 msgid "Horizontal Fill (Left Arrow)" -msgstr "Horizontální výplň (levá šipka)" +msgstr "HorizontĂĄlnĂ­ vĂ˝plň (levĂĄ ĹĄipka)" #: src/insets/InsetSpace.cpp:122 msgid "Horizontal Fill (Right Arrow)" -msgstr "Horizontální výplň (pravá šipka)" +msgstr "HorizontĂĄlnĂ­ vĂ˝plň (pravĂĄ ĹĄipka)" #: src/insets/InsetSpace.cpp:125 msgid "Horizontal Fill (Up Brace)" -msgstr "Horizontální výplň (horní složená)" +msgstr "HorizontĂĄlnĂ­ vĂ˝plň (hornĂ­ sloĹženĂĄ)" #: src/insets/InsetSpace.cpp:128 msgid "Horizontal Fill (Down Brace)" -msgstr "Horizontální výplň (dolní složená)" +msgstr "HorizontĂĄlnĂ­ vĂ˝plň (dolnĂ­ sloĹženĂĄ)" #: src/insets/InsetSpace.cpp:132 #, c-format msgid "Horizontal Space (%1$s)" -msgstr "Horizontální mezera (%1$s)" +msgstr "HorizontĂĄlnĂ­ mezera (%1$s)" #: src/insets/InsetSpace.cpp:137 #, c-format msgid "Protected Horizontal Space (%1$s)" -msgstr "Chráněná horizontální mezera (%1$s)" +msgstr "ChrĂĄněnĂĄ horizontĂĄlnĂ­ mezera (%1$s)" -#: src/insets/InsetTOC.cpp:77 -msgid "List of Listings" -msgstr "Seznam výpisů" - -#: src/insets/InsetTOC.cpp:78 +#: src/insets/InsetTOC.cpp:60 msgid "Unknown TOC type" -msgstr "Neznámý typ Obsahu" +msgstr "NeznĂĄmĂ˝ typ Obsahu" -#: src/insets/InsetTabular.cpp:4494 -#, fuzzy -msgid "Selections not supported." -msgstr "soubor nebyl importován!" - -#: src/insets/InsetTabular.cpp:4516 -msgid "Multi-column in current or destination column." -msgstr "" - -#: src/insets/InsetTabular.cpp:4528 -msgid "Multi-row in current or destination row." -msgstr "" - -#: src/insets/InsetTabular.cpp:4920 +#: src/insets/InsetTabular.cpp:4757 msgid "Selection size should match clipboard content." -msgstr "Velikost výběru by měla odpovídat obsahu schránky." +msgstr "Velikost vĂ˝běru by měla odpovĂ­dat obsahu schrĂĄnky." -#: src/insets/InsetWrap.cpp:48 src/insets/InsetWrap.cpp:123 +#: src/insets/InsetWrap.cpp:46 src/insets/InsetWrap.cpp:121 msgid "wrap: " -msgstr "obtékání: " +msgstr "obtĂŠkĂĄnĂ­: " -#: src/insets/InsetWrap.cpp:209 +#: src/insets/InsetWrap.cpp:206 msgid "wrap" -msgstr "obtékání" +msgstr "obtĂŠkĂĄnĂ­" #: src/insets/RenderGraphic.cpp:83 src/insets/RenderGraphic.cpp:87 msgid "Not shown." @@ -29494,23 +24223,23 @@ msgstr "Nezobrazeno." #: src/insets/RenderGraphic.cpp:90 msgid "Loading..." -msgstr "Načítání..." +msgstr "NačítĂĄnĂ­..." #: src/insets/RenderGraphic.cpp:93 msgid "Converting to loadable format..." -msgstr "Konverze do čitelného formátu..." +msgstr "Konverze do čitelnĂŠho formĂĄtu..." #: src/insets/RenderGraphic.cpp:96 msgid "Loaded into memory. Generating pixmap..." -msgstr "Načteno do paměti. Generování pixmapy..." +msgstr "Načteno do paměti. GenerovĂĄnĂ­ pixmapy..." #: src/insets/RenderGraphic.cpp:99 msgid "Scaling etc..." -msgstr "Úprava měřítka etc..." +msgstr "Úprava měřítka etc..." #: src/insets/RenderGraphic.cpp:102 msgid "Ready to display" -msgstr "Připraveno k zobrazení" +msgstr "Připraveno k zobrazenĂ­" #: src/insets/RenderGraphic.cpp:105 msgid "No file found!" @@ -29518,31 +24247,31 @@ msgstr "Soubor nenalezen!" #: src/insets/RenderGraphic.cpp:108 msgid "Error converting to loadable format" -msgstr "Chyba při konverzi do čitelného formátu" +msgstr "Chyba při konverzi do čitelnĂŠho formĂĄtu" #: src/insets/RenderGraphic.cpp:111 msgid "Error loading file into memory" -msgstr "Chyba načítání souboru do paměti" +msgstr "Chyba načítĂĄnĂ­ souboru do paměti" #: src/insets/RenderGraphic.cpp:114 msgid "Error generating the pixmap" -msgstr "Chyba generování pixmapy" +msgstr "Chyba generovĂĄnĂ­ pixmapy" #: src/insets/RenderGraphic.cpp:117 msgid "No image" -msgstr "Žádný obrázek" +msgstr "ŽådnĂ˝ obrĂĄzek" #: src/insets/RenderPreview.cpp:89 msgid "Preview loading" -msgstr "Načítání náhledu" +msgstr "NačítĂĄnĂ­ nĂĄhledu" #: src/insets/RenderPreview.cpp:92 msgid "Preview ready" -msgstr "Náhled připraven" +msgstr "NĂĄhled připraven" #: src/insets/RenderPreview.cpp:95 msgid "Preview failed" -msgstr "Náhled selhal" +msgstr "NĂĄhled selhal" #: src/lengthcommon.cpp:44 msgid "cc[[unit of measure]]" @@ -29578,162 +24307,165 @@ msgstr "sp" #: src/lengthcommon.cpp:46 msgid "Text Width %" -msgstr "Šířka textu %" +msgstr "Šířka textu %" #: src/lengthcommon.cpp:47 msgid "Column Width %" -msgstr "Šířka sloupce %" +msgstr "Šířka sloupce %" #: src/lengthcommon.cpp:47 msgid "Page Width %" -msgstr "Šířka stránky %" +msgstr "Šířka strĂĄnky %" #: src/lengthcommon.cpp:47 msgid "Line Width %" -msgstr "Šířka řádku %" +msgstr "Šířka řádku %" #: src/lengthcommon.cpp:48 msgid "Text Height %" -msgstr "Výška textu %" +msgstr "Výťka textu %" #: src/lengthcommon.cpp:48 msgid "Page Height %" -msgstr "Výška stránky %" +msgstr "Výťka strĂĄnky %" -#: src/lyxfind.cpp:128 +#: src/lyxfind.cpp:144 msgid "Search error" -msgstr "Chyba vyhledávání" +msgstr "Chyba vyhledĂĄvĂĄnĂ­" -#: src/lyxfind.cpp:128 +#: src/lyxfind.cpp:144 msgid "Search string is empty" -msgstr "Hledaný řetězec je prázdný" +msgstr "HledanĂ˝ řetězec je prĂĄzdnĂ˝" -#: src/lyxfind.cpp:370 +#: src/lyxfind.cpp:381 msgid "String found." -msgstr "Řetězec nenalezen." +msgstr "Řetězec nenalezen." -#: src/lyxfind.cpp:372 +#: src/lyxfind.cpp:383 msgid "String has been replaced." -msgstr "Řetězec byl nahrazen." +msgstr "Řetězec byl nahrazen." -#: src/lyxfind.cpp:375 +#: src/lyxfind.cpp:386 #, c-format msgid "%1$d strings have been replaced." -msgstr "%1$d řetězců bylo nahrazeno." +msgstr "%1$d řetězcĹŻ bylo nahrazeno." -#: src/lyxfind.cpp:1459 +#: src/lyxfind.cpp:1413 msgid "Invalid regular expression!" -msgstr "Neplatný regulární výraz!" +msgstr "NeplatnĂ˝ regulĂĄrnĂ­ vĂ˝raz!" -#: src/lyxfind.cpp:1464 +#: src/lyxfind.cpp:1418 msgid "Match not found!" -msgstr "Řetězec nenalezen!" +msgstr "Řetězec nenalezen!" -#: src/lyxfind.cpp:1468 +#: src/lyxfind.cpp:1422 msgid "Match found!" -msgstr "Řetězec nalezen!" +msgstr "Řetězec nalezen!" #: src/mathed/InsetFormulaMacro.cpp:122 #, c-format msgid " Macro: %1$s: " msgstr " Makro: %1$s: " -#: src/mathed/InsetMathAMSArray.cpp:119 src/mathed/InsetMathHull.cpp:1701 +#: src/mathed/InsetMathAMSArray.cpp:119 src/mathed/InsetMathHull.cpp:1700 #: src/mathed/InsetMathSplit.cpp:82 src/mathed/InsetMathSubstack.cpp:76 #, c-format msgid "Can't add vertical grid lines in '%1$s'" -msgstr "Nelze přidat vertikální linku mřížky '%1$s'" +msgstr "Nelze přidat vertikĂĄlnĂ­ linku mřížky '%1$s'" #: src/mathed/InsetMathCases.cpp:110 #, c-format msgid "No vertical grid lines in 'cases': feature %1$s" -msgstr "Žádné vertikální linky mřížky v 'cases' : příkaz %1$s'" +msgstr "ŽådnĂŠ vertikĂĄlnĂ­ linky mřížky v 'cases' : příkaz %1$s'" #: src/mathed/InsetMathCases.cpp:117 #, c-format msgid "Changing number of columns not allowed in 'cases': feature %1$s" -msgstr "Nelze změnit počet sloupců v prostředí 'cases': vlastnost '%1$s'" +msgstr "Nelze změnit počet sloupcĹŻ v prostředĂ­ 'cases': vlastnost '%1$s'" -#: src/mathed/InsetMathGrid.cpp:1491 +#: src/mathed/InsetMathGrid.cpp:1442 msgid "Cursor not in table" -msgstr "Kurzor není v tabulce" +msgstr "Kurzor nenĂ­ v tabulce" -#: src/mathed/InsetMathGrid.cpp:1497 +#: src/mathed/InsetMathGrid.cpp:1448 msgid "Only one row" -msgstr "Pouze jeden řádek" +msgstr "Pouze jeden řádek" -#: src/mathed/InsetMathGrid.cpp:1503 +#: src/mathed/InsetMathGrid.cpp:1454 msgid "Only one column" msgstr "Pouze jeden sloupec" -#: src/mathed/InsetMathGrid.cpp:1511 +#: src/mathed/InsetMathGrid.cpp:1462 msgid "No hline to delete" -msgstr "Žádná horizontální linka (hline) ke smazání" +msgstr "ŽådnĂĄ horizontĂĄlnĂ­ linka (hline) ke smazĂĄnĂ­" -#: src/mathed/InsetMathGrid.cpp:1520 +#: src/mathed/InsetMathGrid.cpp:1471 msgid "No vline to delete" -msgstr "Žádná vertikální linka (vline) ke smazání" +msgstr "ŽådnĂĄ vertikĂĄlnĂ­ linka (vline) ke smazĂĄnĂ­" -#: src/mathed/InsetMathGrid.cpp:1549 +#: src/mathed/InsetMathGrid.cpp:1500 #, c-format msgid "Unknown tabular feature '%1$s'" -msgstr "Neznámá vlastnost tabulky '%1$s'" +msgstr "NeznĂĄmĂĄ vlastnost tabulky '%1$s'" + +#: src/mathed/InsetMathHull.cpp:1293 +msgid "Bad math environment" +msgstr "VadnĂŠ matematickĂŠ prostředĂ­" #: src/mathed/InsetMathHull.cpp:1294 -msgid "Bad math environment" -msgstr "Vadné matematické prostředí" - -#: src/mathed/InsetMathHull.cpp:1295 msgid "" "Computation cannot be performed for AMS math environments.\n" "Change the math formula type and try again." msgstr "" -"Výpočet nemůže být proveden pro AMS matematické prostředí.\n" -"Změňte typ mat. vzorce a zkuste znovu." +"VĂ˝počet nemĹŻĹže bĂ˝t proveden pro AMS matematickĂŠ prostředĂ­.\n" +"Změňte typ mat. vzorce a zkuste znovu." -#: src/mathed/InsetMathHull.cpp:1401 src/mathed/InsetMathHull.cpp:1410 +#: src/mathed/InsetMathHull.cpp:1400 src/mathed/InsetMathHull.cpp:1409 msgid "No number" -msgstr "Žádné číslo" +msgstr "ŽådnĂŠ číslo" -#: src/mathed/InsetMathHull.cpp:1674 +#: src/mathed/InsetMathHull.cpp:1400 src/mathed/InsetMathHull.cpp:1409 +msgid "Number" +msgstr "Číslo" + +#: src/mathed/InsetMathHull.cpp:1673 #, c-format msgid "Can't change number of rows in '%1$s'" -msgstr "Nelze změnit počet řádků v '%1$s'" +msgstr "Nelze změnit počet řádkĹŻ v '%1$s'" -#: src/mathed/InsetMathHull.cpp:1684 +#: src/mathed/InsetMathHull.cpp:1683 #, c-format msgid "Can't change number of columns in '%1$s'" -msgstr "Nelze změnit počet sloupců v '%1$s'" +msgstr "Nelze změnit počet sloupcĹŻ v '%1$s'" -#: src/mathed/InsetMathHull.cpp:1694 +#: src/mathed/InsetMathHull.cpp:1693 #, c-format msgid "Can't add horizontal grid lines in '%1$s'" -msgstr "Nelze přidat horizontální linky mřížky v '%1$s'" +msgstr "Nelze přidat horizontĂĄlnĂ­ linky mřížky v '%1$s'" -#: src/mathed/InsetMathNest.cpp:711 src/mathed/InsetMathNest.cpp:1705 -#: src/mathed/InsetMathNest.cpp:1851 -msgid "Autocorrect Off ('!' to enter)" -msgstr "Autoopravy vypnuty ('!' pro zapnutí)" - -#: src/mathed/InsetMathNest.cpp:1020 +#: src/mathed/InsetMathNest.cpp:1015 msgid "create new math text environment ($...$)" -msgstr "vytvořit textové prostředí uvnitř matematického ($...$)" +msgstr "vytvořit textovĂŠ prostředĂ­ uvnitř matematickĂŠho ($...$)" -#: src/mathed/InsetMathNest.cpp:1023 +#: src/mathed/InsetMathNest.cpp:1018 msgid "entered math text mode (textrm)" -msgstr "vstup do text. prostředí uvnitř matem. (textrm)" +msgstr "vstup do text. prostředĂ­ uvnitř matem. (textrm)" -#: src/mathed/InsetMathNest.cpp:1045 +#: src/mathed/InsetMathNest.cpp:1040 msgid "Regular expression editor mode" -msgstr "Editace v módu regulárních výrazů" +msgstr "Editace v mĂłdu regulĂĄrnĂ­ch vĂ˝razĹŻ" -#: src/mathed/InsetMathNest.cpp:1710 src/mathed/InsetMathNest.cpp:1853 +#: src/mathed/InsetMathNest.cpp:1689 src/mathed/InsetMathNest.cpp:1834 +msgid "Autocorrect Off ('!' to enter)" +msgstr "Autoopravy vypnuty ('!' pro zapnutĂ­)" + +#: src/mathed/InsetMathNest.cpp:1694 src/mathed/InsetMathNest.cpp:1836 msgid "Autocorrect On ( to exit)" -msgstr "Autoopravy zapnuty ( k ukončení)" +msgstr "Autoopravy zapnuty ( k ukončenĂ­)" #: src/mathed/InsetMathRef.cpp:225 msgid "Standard[[mathref]]" -msgstr "Standardní" +msgstr "StandardnĂ­" #: src/mathed/InsetMathRef.cpp:230 msgid "PrettyRef" @@ -29747,11 +24479,15 @@ msgstr "FormatRef: " #: src/mathed/InsetMathSubstack.cpp:85 #, c-format msgid "Can't change horizontal alignment in '%1$s'" -msgstr "Nelze změnit horizontální zarovnání v '%1$s'" +msgstr "Nelze změnit horizontĂĄlnĂ­ zarovnĂĄnĂ­ v '%1$s'" #: src/mathed/MathMacroTemplate.cpp:495 msgid "optional" -msgstr "volitelné" +msgstr "volitelnĂŠ" + +#: src/mathed/MathMacroTemplate.cpp:538 +msgid "TeX" +msgstr "TeX" #: src/mathed/MathMacroTemplate.cpp:1258 msgid "math macro" @@ -29763,34 +24499,30 @@ msgid "" "Could not open the specified document\n" "%1$s." msgstr "" -"Nelze otevřít zadaný dokument\n" +"Nelze otevřít zadanĂ˝ dokument\n" "%1$s." -#: src/output_plaintext.cpp:144 +#: src/output_plaintext.cpp:141 msgid "Abstract: " msgstr "Abstrakt: " -#: src/output_plaintext.cpp:156 +#: src/output_plaintext.cpp:153 msgid "References: " msgstr "Reference: " -#: src/support/Messages.cpp:114 -msgid "[[Replace with the code of your language]]" -msgstr "cs" - -#: src/support/Package.cpp:487 +#: src/support/Package.cpp:470 msgid "LyX binary not found" -msgstr "Nenalezen spustitelný soubor LyX-u" +msgstr "Nenalezen spustitelnĂ˝ soubor LyX-u" -#: src/support/Package.cpp:488 +#: src/support/Package.cpp:471 #, c-format msgid "" "Unable to determine the path to the LyX binary from the command line %1$s" msgstr "" -"Nepodařilo se určit cestu ke spustitelnému souboru LyX-u z příkazové řádky " +"Nepodařilo se určit cestu ke spustitelnĂŠmu souboru LyX-u z příkazovĂŠ řádky " "%1$s" -#: src/support/Package.cpp:607 +#: src/support/Package.cpp:590 #, c-format msgid "" "Unable to determine the system directory having searched\n" @@ -29798,49 +24530,49 @@ msgid "" "Use the '-sysdir' command line parameter or set the environment variable\n" "%2$s to the LyX system directory containing the file `chkconfig.ltx'." msgstr "" -"Nepodařilo se zjitit systémový adresář, při prohledávání\n" +"Nepodařilo se zjitit systĂŠmovĂ˝ adresář, při prohledĂĄvĂĄnĂ­\n" "\t%1$s\n" -"Použijte parametr příkazové řádky '-sysdir' nebo nastavte proměnnou " -"prostředí\n" -"%2$s do systémového adresáře LyX-u obsahujícího soubor `chkconfig.ltx'." +"PouĹžijte parametr příkazovĂŠ řádky '-sysdir' nebo nastavte proměnnou " +"prostředĂ­\n" +"%2$s do systĂŠmovĂŠho adresáře LyX-u obsahujĂ­cĂ­ho soubor `chkconfig.ltx'." -#: src/support/Package.cpp:676 src/support/Package.cpp:703 +#: src/support/Package.cpp:671 src/support/Package.cpp:698 msgid "File not found" msgstr "Soubor nenalezen" -#: src/support/Package.cpp:677 +#: src/support/Package.cpp:672 #, c-format msgid "" "Invalid %1$s switch.\n" "Directory %2$s does not contain %3$s." msgstr "" -"Neplatný přepínač %1$s.\n" -"Adresář %2$s neobsahuje %3$s." +"NeplatnĂ˝ přepĂ­nač %1$s.\n" +"Adresář %2$s neobsahuje %3$s." -#: src/support/Package.cpp:704 +#: src/support/Package.cpp:699 #, c-format msgid "" "Invalid %1$s environment variable.\n" "Directory %2$s does not contain %3$s." msgstr "" -"Neplatná proměnná prostředí %1$s.\n" -"Adresář %2$s neobsahuje %3$s." +"NeplatnĂĄ proměnnĂĄ prostředĂ­ %1$s.\n" +"Adresář %2$s neobsahuje %3$s." -#: src/support/Package.cpp:728 +#: src/support/Package.cpp:723 #, c-format msgid "" "Invalid %1$s environment variable.\n" "%2$s is not a directory." msgstr "" -"Neplatná proměnná prostředí %1$s.\n" -"%2$s není adresář." +"NeplatnĂĄ proměnnĂĄ prostředĂ­ %1$s.\n" +"%2$s nenĂ­ adresář." -#: src/support/Package.cpp:730 +#: src/support/Package.cpp:725 msgid "Directory not found" -msgstr "Adresář nenalezen" +msgstr "Adresář nenalezen" #: src/support/Systemcall.cpp:382 -#, c-format +#, fuzzy, c-format msgid "" "The command\n" "%1$s\n" @@ -29848,501 +24580,221 @@ msgid "" "\n" "Do you want to stop it?" msgstr "" -"Příkaz\n" -"%1$s\n" -"dosud nedoběhl.\n" +"Dokument %1$s zatĂ­m nebyl uloĹžen.\n" "\n" -"Přejete si ho ukončit?" +"Chcete jej uloĹžit ?" #: src/support/Systemcall.cpp:384 +#, fuzzy msgid "Stop command?" -msgstr "Ukončit příkaz?" +msgstr "Příkaz pro datum" #: src/support/Systemcall.cpp:385 +#, fuzzy msgid "&Stop it" -msgstr "&Ukončit" +msgstr "&Ponechat" #: src/support/Systemcall.cpp:385 msgid "Let it &run" -msgstr "&Nechat běžet" +msgstr "" + +#: src/support/debug.cpp:41 +msgid "No debugging messages" +msgstr "ŽådnĂŠ ladĂ­cĂ­ vĂ˝pisy" #: src/support/debug.cpp:42 -msgid "No debugging messages" -msgstr "Žádné ladící výpisy" +msgid "General information" +msgstr "ObecnĂŠ informace" #: src/support/debug.cpp:43 -msgid "General information" -msgstr "Obecné informace" - -#: src/support/debug.cpp:44 msgid "Program initialisation" msgstr "Inicializace programu" -#: src/support/debug.cpp:45 +#: src/support/debug.cpp:44 msgid "Keyboard events handling" -msgstr "Obsluha klávesových událostí" +msgstr "Obsluha klĂĄvesovĂ˝ch udĂĄlostĂ­" -#: src/support/debug.cpp:46 +#: src/support/debug.cpp:45 msgid "GUI handling" msgstr "Obsluha GUI" -#: src/support/debug.cpp:47 +#: src/support/debug.cpp:46 msgid "Lyxlex grammar parser" -msgstr "Lyxlex gramatický analyzátor" +msgstr "Lyxlex gramatickĂ˝ analyzĂĄtor" + +#: src/support/debug.cpp:47 +msgid "Configuration files reading" +msgstr "NačtenĂ­ konfiguračnĂ­ch souborĹŻ" #: src/support/debug.cpp:48 -msgid "Configuration files reading" -msgstr "Načtení konfiguračních souborů" +msgid "Custom keyboard definition" +msgstr "VlastnĂ­ definice klĂĄvesnice" #: src/support/debug.cpp:49 -msgid "Custom keyboard definition" -msgstr "Vlastní definice klávesnice" +msgid "LaTeX generation/execution" +msgstr "LaTeX tvorba/spouĹĄtěnĂ­" #: src/support/debug.cpp:50 -msgid "LaTeX generation/execution" -msgstr "LaTeX tvorba/spouštění" - -#: src/support/debug.cpp:51 msgid "Math editor" msgstr "Editor matematiky" -#: src/support/debug.cpp:52 +#: src/support/debug.cpp:51 msgid "Font handling" -msgstr "Obsluha fontů" +msgstr "Obsluha fontĹŻ" + +#: src/support/debug.cpp:52 +msgid "Textclass files reading" +msgstr "NačtenĂ­ souborĹŻ pro třídy (textclass)" #: src/support/debug.cpp:53 -msgid "Textclass files reading" -msgstr "Načtení souborů pro třídy (textclass)" +msgid "Version control" +msgstr "SprĂĄva verzĂ­" #: src/support/debug.cpp:54 -msgid "Version control" -msgstr "Správa verzí" +msgid "External control interface" +msgstr "RozhranĂ­ pro externĂ­ řízenĂ­" #: src/support/debug.cpp:55 -msgid "External control interface" -msgstr "Rozhraní pro externí řízení" +msgid "Undo/Redo mechanism" +msgstr "Mechanismus editačnĂ­ch funkcĂ­ Zpět/Znovu" #: src/support/debug.cpp:56 -msgid "Undo/Redo mechanism" -msgstr "Mechanismus editačních funkcí Zpět/Znovu" +msgid "User commands" +msgstr "UĹživatelskĂŠ příkazy" #: src/support/debug.cpp:57 -msgid "User commands" -msgstr "Uživatelské příkazy" - -#: src/support/debug.cpp:58 msgid "The LyX Lexer" msgstr "LyX Lexer" -#: src/support/debug.cpp:59 +#: src/support/debug.cpp:58 msgid "Dependency information" -msgstr "Informace o závislostech" +msgstr "Informace o zĂĄvislostech" + +#: src/support/debug.cpp:59 +msgid "LyX Insets" +msgstr "VloĹžky LyX-u" #: src/support/debug.cpp:60 -msgid "LyX Insets" -msgstr "Vložky LyX-u" +msgid "Files used by LyX" +msgstr "Soubory pouĹžitĂŠ LyX-em" #: src/support/debug.cpp:61 -msgid "Files used by LyX" -msgstr "Soubory použité LyX-em" +msgid "Workarea events" +msgstr "UdĂĄlosti na pracovnĂ­ ploĹĄe" #: src/support/debug.cpp:62 -msgid "Workarea events" -msgstr "Události na pracovní ploše" +msgid "Insettext/tabular messages" +msgstr "ZprĂĄvy z tabulek/vloĹžek textu" #: src/support/debug.cpp:63 -msgid "Insettext/tabular messages" -msgstr "Zprávy z tabulek/vložek textu" +msgid "Graphics conversion and loading" +msgstr "Konverze a načítĂĄnĂ­ obrĂĄzku" #: src/support/debug.cpp:64 -msgid "Graphics conversion and loading" -msgstr "Konverze a načítání obrázku" +msgid "Change tracking" +msgstr "Změna revize" #: src/support/debug.cpp:65 -msgid "Change tracking" -msgstr "Změna revize" +msgid "External template/inset messages" +msgstr "ZprĂĄvy z externĂ­ch ĹĄablon/vloĹžek" #: src/support/debug.cpp:66 -msgid "External template/inset messages" -msgstr "Zprávy z externích šablon/vložek" +msgid "RowPainter profiling" +msgstr "ProfilovĂĄnĂ­ RowPainter-u" #: src/support/debug.cpp:67 -msgid "RowPainter profiling" -msgstr "Profilování RowPainter-u" +msgid "Scrolling debugging" +msgstr "LaděnĂ­ posouvĂĄnĂ­ textu" #: src/support/debug.cpp:68 -msgid "Scrolling debugging" -msgstr "Ladění posouvání textu" - -#: src/support/debug.cpp:69 msgid "Math macros" msgstr "Mat. makra" -#: src/support/debug.cpp:70 +#: src/support/debug.cpp:69 msgid "RTL/Bidi" msgstr "RTL/Bidi" -#: src/support/debug.cpp:71 +#: src/support/debug.cpp:70 msgid "Locale/Internationalisation" -msgstr "Lokalizace/Nastavení jazyka" +msgstr "Lokalizace/NastavenĂ­ jazyka" + +#: src/support/debug.cpp:71 +msgid "Selection copy/paste mechanism" +msgstr "Mechanismus kopĂ­rovanĂ­ a vklĂĄdĂĄnĂ­ z/do schrĂĄnky" #: src/support/debug.cpp:72 -msgid "Selection copy/paste mechanism" -msgstr "Mechanismus kopírovaní a vkládání z/do schránky" +msgid "Find and replace mechanism" +msgstr "Mechanismus vyhledĂĄvĂĄnĂ­" #: src/support/debug.cpp:73 -msgid "Find and replace mechanism" -msgstr "Mechanismus vyhledávání" +msgid "Developers' general debug messages" +msgstr "ObecnĂŠ ladĂ­cĂ­ vĂ˝pisy pro vĂ˝vojáře" #: src/support/debug.cpp:74 -msgid "Developers' general debug messages" -msgstr "Obecné ladící výpisy pro vývojáře" - -#: src/support/debug.cpp:75 msgid "All debugging messages" -msgstr "Všechny ladící výpisy" +msgstr "VĹĄechny ladĂ­cĂ­ vĂ˝pisy" -#: src/support/debug.cpp:154 +#: src/support/debug.cpp:153 #, c-format msgid "Debugging `%1$s' (%2$s)" -msgstr "Ladění `%1$s' (%2$s)" +msgstr "LaděnĂ­ `%1$s' (%2$s)" -#: src/support/lassert.cpp:52 -#, c-format -msgid "" -"Assertion %1$s violated in\n" -"file: %2$s, line: %3$s" -msgstr "" - -#: src/support/lassert.cpp:62 -msgid "" -"It should be safe to continue, but you\n" -"may wish to save your work and restart LyX." -msgstr "" - -#: src/support/lassert.cpp:65 -#, fuzzy -msgid "Warning!" -msgstr "Export-varování!" - -#: src/support/lassert.cpp:72 -msgid "" -"There has been an error with this document.\n" -"LyX will attempt to close it safely." -msgstr "" - -#: src/support/lassert.cpp:75 -#, fuzzy -msgid "Buffer Error!" -msgstr "Chyba čtení" - -#: src/support/lassert.cpp:82 -msgid "" -"LyX has encountered an application error\n" -"and will now shut down." -msgstr "" - -#: src/support/lassert.cpp:85 -#, fuzzy -msgid "Fatal Exception!" -msgstr "Table caption" +#: src/support/lstrings.cpp:1300 +msgid "[[Replace with the code of your language]]" +msgstr "cs" #: src/support/os_win32.cpp:482 msgid "System file not found" -msgstr "Systémový soubor nenalezen" +msgstr "SystĂŠmovĂ˝ soubor nenalezen" #: src/support/os_win32.cpp:483 msgid "" "Unable to load shfolder.dll\n" "Please install." msgstr "" -"Nelze načíst shfolder.dll\n" -"Prosím nainstalujte." +"Nelze načíst shfolder.dll\n" +"ProsĂ­m nainstalujte." #: src/support/os_win32.cpp:488 msgid "System function not found" -msgstr "Systémová funkce nenalezena" +msgstr "SystĂŠmovĂĄ funkce nenalezena" #: src/support/os_win32.cpp:489 msgid "" "Unable to find SHGetFolderPathA in shfolder.dll\n" "Don't know how to proceed. Sorry." msgstr "" -"Nelze najít SHGetFolderPathA v shfolder.dll\n" -"Bohužel nelze pokračovat dál." +"Nelze najĂ­t SHGetFolderPathA v shfolder.dll\n" +"BohuĹžel nelze pokračovat dĂĄl." #: src/support/userinfo.cpp:45 msgid "Unknown user" -msgstr "Neznámý uživatel" +msgstr "NeznĂĄmĂ˝ uĹživatel" -#~ msgid "&Use AMS math package automatically" -#~ msgstr "&Automaticky používat balíček AMS math" +#~ msgid "&New:" +#~ msgstr "&NovĂĄ:" -#~ msgid "Use AMS &math package" -#~ msgstr "P&oužít AMS math balíček" - -#~ msgid "Use esint package &automatically" -#~ msgstr "Automaticky používat balíček &esint" - -#~ msgid "Use &esint package" -#~ msgstr "Použít e&sint balíček" - -#~ msgid "Use math&dots package automatically" -#~ msgstr "Automaticky používat balíček math&dots" - -#~ msgid "Use mathdo&ts package" -#~ msgstr "Použít mathdo&ts balíček" - -#~ msgid "Use mhchem &package automatically" -#~ msgstr "Automaticky používat balíček m&chem" +#~ msgid "The LaTeX package mathdots is used" +#~ msgstr "LaTeX-ovĂ˝ balíček mathdots je pouĹžit" #~ msgid "The LaTeX package mhchem is always used" -#~ msgstr "LaTeX-ový balíček mchem je použit vždy" +#~ msgstr "LaTeX-ovĂ˝ balíček mchem je pouĹžit vĹždy" -#~ msgid "Use mh&chem package" -#~ msgstr "Použít mc&hem balíček" +#, fuzzy +#~ msgid "The LaTeX package undertilde is always used" +#~ msgstr "LaTeX-ovĂ˝ balíček esint je pouĹžit vĹždy" -#~ msgid "&First:" -#~ msgstr "Prv&ní:" - -#~ msgid "Default Decimal &Point:" -#~ msgstr "Standardní znak &desetiné čárky:" +#~ msgid "Enter the command to load the language package (default: babel)" +#~ msgstr "Zadejte příkaz pro načtenĂ­ jazykovĂŠho balíčku (standartně babel)" #~ msgid "Default paper si&ze:" -#~ msgstr "&Standarní velikost papíru:" - -#~ msgid "" -#~ "Setting causes printer command to print to file and then use this " -#~ "actually to print." -#~ msgstr "Způsobí tisk do souboru a tento pak ke skutečnému tisku." - -#~ msgid "Rotate &cell 90 degrees" -#~ msgstr "Otoč &buňku o 90 stupňů" - -#~ msgid "Table w&idth:" -#~ msgstr "Šířka tabulk&y:" - -#~ msgid "&Rotate table 90 degrees" -#~ msgstr "O&toč tabulku o 90 stupňů" - -#~ msgid "institute mark" -#~ msgstr "institute mark" - -#~ msgid "Fig. ---" -#~ msgstr "Fig. ---" - -#~ msgid "Computing Review Categories" -#~ msgstr "Computing Review Categories" - -#~ msgid "CenteredCaption" -#~ msgstr "CenteredCaption" - -#~ msgid "Senseless!" -#~ msgstr "Nesmyslné!" - -#~ msgid "LatinOn" -#~ msgstr "LatinOn" - -#~ msgid "Latin on" -#~ msgstr "Latin on" - -#~ msgid "LatinOff" -#~ msgstr "LatinOff" - -#~ msgid "Latin off" -#~ msgstr "Latin off" - -#~ msgid "Frame (no head/foot/sidebars)" -#~ msgstr "Frame (no head/foot/sidebars)" - -#~ msgid "EndFrame" -#~ msgstr "EndFrame" - -#~ msgid "________________________________" -#~ msgstr "________________________________" - -#~ msgid "Institute mark" -#~ msgstr "Institute mark" - -#~ msgid "Maintext" -#~ msgstr "Maintext" - -#~ msgid "Space" -#~ msgstr "Space" - -#~ msgid "Space:" -#~ msgstr "Space:" - -#~ msgid "Computer:" -#~ msgstr "Computer:" - -#~ msgid "Close Section" -#~ msgstr "Close Section" - -#~ msgid "Table Caption" -#~ msgstr "Table Caption" - -#~ msgid "Captionabove" -#~ msgstr "Captionabove" - -#~ msgid "Captionbelow" -#~ msgstr "Captionbelow" - -#~ msgid "opt" -#~ msgstr "tit." - -#~ msgid "Japanese (non-CJK) (EUC-JP)" -#~ msgstr "Japonština (non-CJK) (EUC-JP)" - -#~ msgid "Japanese (non-CJK) (JIS)" -#~ msgstr "Japonština (non-CJK) (JIS)" - -#~ msgid "Japanese (non-CJK) (SJIS)" -#~ msgstr "Japonština (non-CJK) (SJIS)" - -#~ msgid "Settings...|g" -#~ msgstr "Nastavení...|N" - -#~ msgid "Save in Bundled Format|F" -#~ msgstr "Uložit ve sbaleném formátu|f" - -#~ msgid "Braille Manual|B" -#~ msgstr "Braille|B" - -#~ msgid "LilyPond Manual|P" -#~ msgstr "LilyPond|P" - -#~ msgid "Linguistics Manual|L" -#~ msgstr "Lingvistika|L" - -#~ msgid "Multicolumn Manual|M" -#~ msgstr "Sloupce|S" - -#~ msgid "Sweave Manual|S" -#~ msgstr "Sweave|w" - -#~ msgid "Rotate cell" -#~ msgstr "Otočit buňku" - -#~ msgid "Rotate table" -#~ msgstr "Otočit tabulku" - -#~ msgid "AMS arrows" -#~ msgstr "AMS šipky" - -#~ msgid "AMS relations" -#~ msgstr "AMS relace" - -#~ msgid "AMS operators" -#~ msgstr "AMS operátory" - -#~ msgid "AMS miscellaneous" -#~ msgstr "AMS Různé" - -#~ msgid "AMS Miscellaneous" -#~ msgstr "AMS Různé" - -#~ msgid "AMS Arrows" -#~ msgstr "AMS šipky" - -#~ msgid "AMS Relations" -#~ msgstr "AMS relace" - -#~ msgid "AMS Operators" -#~ msgstr "AMS operátory" - -#~ msgid "Bitmap: $$AbsOrRelPathParent$$Basename" -#~ msgstr "Bitmapa: $$AbsOrRelPathParent$$Basename" - -#~ msgid "Xfig: $$AbsOrRelPathParent$$Basename" -#~ msgstr "Xfig: $$AbsOrRelPathParent$$Basename" - -#~ msgid "Chess: $$AbsOrRelPathParent$$Basename" -#~ msgstr "Diagram: $$AbsOrRelPathParent$$Basename" - -#~ msgid "PDF pages: $$AbsOrRelPathParent$$Basename" -#~ msgstr "PDF stránky: $$AbsOrRelPathParent$$Basename" - -#~ msgid "Dia: $$AbsOrRelPathParent$$Basename" -#~ msgstr "Dia: $$AbsOrRelPathParent$$Basename" - -#~ msgid "HTML|H" -#~ msgstr "HTML|H" - -#~ msgid "LyX Preview (LilyPond book)" -#~ msgstr "LyX Náhled (LilyPond book)" - -#~ msgid "LyX Preview (pLaTeX)" -#~ msgstr "LyX Náhled (pLaTeX)" - -#~ msgid "HTML (MS Word)" -#~ msgstr "HTML (MS Word)" - -#~ msgid "New documents will be assigned this language." -#~ msgstr "Nové dokumenty budou mít nastaven tento jazyk." - -#~ msgid "Specify the default paper size." -#~ msgstr "Nastavení standardní velikosti papíru." - -#~ msgid "Memory problem" -#~ msgstr "Interní chyba" - -#~ msgid "Paragraph not properly initialized" -#~ msgstr "Odstavec není správně inicializován" - -#~ msgid "Utopia" -#~ msgstr "Utopia" - -#~ msgid " (unknown)" -#~ msgstr "(neznámý)" - -#~ msgid "List of Graphics" -#~ msgstr "Seznam souborů s obrázky" - -#~ msgid "List of Equations" -#~ msgstr "Seznam rovnic" - -#~ msgid "List of Footnotes" -#~ msgstr "Poznámky pod čarou" - -#~ msgid "List of Index Entries" -#~ msgstr "Seznam položek rejstříku" - -#~ msgid "List of Marginal notes" -#~ msgstr "Postraní poznámky" - -#~ msgid "List of Notes" -#~ msgstr "Seznam poznámek" - -#~ msgid "List of Citations" -#~ msgstr "Seznam citací" - -#~ msgid "List of Branches" -#~ msgstr "Seznam větví" - -#~ msgid "List of Changes" -#~ msgstr "Seznam Změn" - -#~ msgid "Automatic help" -#~ msgstr "Automatická nápověda" - -#~ msgid "Session" -#~ msgstr "Relace" - -#~ msgid "Documents" -#~ msgstr "Dokumenty" - -#~ msgid "elsewhere" -#~ msgstr "jinde" - -#~ msgid "Make letter title" -#~ msgstr "Make letter title" - -#~ msgid "Japanese (non-CJK) (utf8)" -#~ msgstr "Japonština (non-CJK) (utf8)" +#~ msgstr "&StandarnĂ­ velikost papĂ­ru:" #~ msgid "&Output Format:" -#~ msgstr "&Výstupní formát:" +#~ msgstr "&VĂ˝stupnĂ­ formĂĄt:" + +#~ msgid "*" +#~ msgstr "*" #~ msgid "MM" #~ msgstr "MM" @@ -30350,47 +24802,84 @@ msgstr "Nezn #~ msgid "MMMMM" #~ msgstr "MMMMM" +#, fuzzy #~ msgid "Theorem \\thetheorem" -#~ msgstr "Věta \\thetheorem" +#~ msgstr "Věta \\thetheorem." +#, fuzzy #~ msgid "Corollary \\thecorollary" -#~ msgstr "Důsledek \\thecorollary" +#~ msgstr "DĹŻsledek \\thecorollary." +#, fuzzy #~ msgid "Lemma \\thelemma" -#~ msgstr "Lemma \\thelemma" +#~ msgstr "Lemma \\thelemma." +#, fuzzy #~ msgid "Proposition \\theproposition" -#~ msgstr "Tvrzení \\theproposition" +#~ msgstr "TvrzenĂ­ \\theproposition." +#, fuzzy #~ msgid "Conjecture \\theconjecture" -#~ msgstr "Hypotéza \\theconjecture" +#~ msgstr "HypotĂŠza \\theconjecture." +#, fuzzy #~ msgid "Definition \\thedefinition" -#~ msgstr "Definice \\thedefinition" +#~ msgstr "Definice \\thedefinition." +#, fuzzy #~ msgid "Example \\theexample" -#~ msgstr "Příklad \\theexample" +#~ msgstr "Příklad \\theexample." +#, fuzzy #~ msgid "Problem \\theproblem" -#~ msgstr "Úloha \\theproblem" +#~ msgstr "Úloha \\theproblem." +#, fuzzy #~ msgid "Exercise \\theexercise" -#~ msgstr "Cvičení \\theexercise" +#~ msgstr "CvičenĂ­ \\theexercise." +#, fuzzy #~ msgid "Remark \\theremark" -#~ msgstr "Poznámka \\theremark" +#~ msgstr "PoznĂĄmka \\theremark." +#, fuzzy #~ msgid "Case \\thecase" -#~ msgstr "Případ \\thecase" +#~ msgstr "Case \\thecase." +#, fuzzy #~ msgid "Question \\thequestion" -#~ msgstr "Otázka \\thequestion" +#~ msgstr "Question \\thequestion." +#, fuzzy #~ msgid "Note \\thenote" -#~ msgstr "Poznámka \\thenote" +#~ msgstr "PoznĂĄmka \\thenote." -#~ msgid "&New:" -#~ msgstr "&Nová:" +#~ msgid "Specify the default paper size." +#~ msgstr "NastavenĂ­ standardnĂ­ velikosti papĂ­ru." + +#~ msgid "Default Decimal &Point:" +#~ msgstr "StandardnĂ­ znak &desetinĂŠ čárky:" + +#~ msgid "" +#~ "Select if LyX should output Windows-style paths rather than Posix-style " +#~ "paths to LaTeX files. Useful if you're using the native Windows MikTeX " +#~ "rather than the Cygwin teTeX." +#~ msgstr "" +#~ "Vyberte pro případ, Ĺže mĂĄ Lyx do LaTeX-u produkovat cesty k souborĹŻm ve " +#~ "Windows-stylu raději neĹž v Posix-stylu. UĹžitečnĂŠ při pouŞívĂĄnĂ­ " +#~ "WindowsovĂŠho MikTeX-u mĂ­sto teTeX-u pod Cygwin." + +#~ msgid "Step" +#~ msgstr "Step" + +#~ msgid "Step \\thestep." +#~ msgstr "Step \\thestep." + +#~ msgid "Appendices Section" +#~ msgstr "Appendices Section" + +#~ msgid "--- Appendices ---" +#~ msgstr "--- Appendices ---" #~ msgid "Preface:" #~ msgstr "Preface:" @@ -30414,65 +24903,80 @@ msgstr "Nezn #~ "Define character style for initials. Hint: try to use math and its " #~ "artistic font styles like Fractur or the Calligraphic one." #~ msgstr "" -#~ "Definuje styl znaků pro iniciálky. Nápověda: použijte matematický mód a " -#~ "jeho umělecké fonty jako Fraktur nebo Kaligrafie pro počáteční písmeno." +#~ "Definuje styl znakĹŻ pro iniciĂĄlky. NĂĄpověda: pouĹžijte matematickĂ˝ mĂłd a " +#~ "jeho uměleckĂŠ fonty jako Fraktur nebo Kaligrafie pro počátečnĂ­ pĂ­smeno." + +#~ msgid "Bitmap: $$AbsOrRelPathParent$$Basename" +#~ msgstr "Bitmapa: $$AbsOrRelPathParent$$Basename" + +#~ msgid "Xfig: $$AbsOrRelPathParent$$Basename" +#~ msgstr "Xfig: $$AbsOrRelPathParent$$Basename" + +#~ msgid "Chess: $$AbsOrRelPathParent$$Basename" +#~ msgstr "Diagram: $$AbsOrRelPathParent$$Basename" + +#~ msgid "PDF pages: $$AbsOrRelPathParent$$Basename" +#~ msgstr "PDF strĂĄnky: $$AbsOrRelPathParent$$Basename" + +#~ msgid "Dia: $$AbsOrRelPathParent$$Basename" +#~ msgstr "Dia: $$AbsOrRelPathParent$$Basename" + +#~ msgid "HTML|H" +#~ msgstr "HTML|H" + +#~ msgid "LyX Preview (LilyPond book)" +#~ msgstr "LyX NĂĄhled (LilyPond book)" + +#~ msgid "LyX Preview (pLaTeX)" +#~ msgstr "LyX NĂĄhled (pLaTeX)" + +#~ msgid "HTML (MS Word)" +#~ msgstr "HTML (MS Word)" #~ msgid "branch" -#~ msgstr "větev" - -#~ msgid "Step" -#~ msgstr "Step" - -#~ msgid "Step \\thestep." -#~ msgstr "Step \\thestep." - -#~ msgid "Appendices Section" -#~ msgstr "Appendices Section" - -#~ msgid "--- Appendices ---" -#~ msgstr "--- Appendices ---" - -#~ msgid "" -#~ "Select if LyX should output Windows-style paths rather than Posix-style " -#~ "paths to LaTeX files. Useful if you're using the native Windows MikTeX " -#~ "rather than the Cygwin teTeX." -#~ msgstr "" -#~ "Vyberte pro případ, že má Lyx do LaTeX-u produkovat cesty k souborům ve " -#~ "Windows-stylu raději než v Posix-stylu. Užitečné při používání " -#~ "Windowsového MikTeX-u místo teTeX-u pod Cygwin." +#~ msgstr "větev" #~ msgid "List of %1$s" #~ msgstr "Seznam %1$s" +#~ msgid "Liber" +#~ msgstr "Liber" + +#~ msgid "%1$s unknown" +#~ msgstr "%1$s neznĂĄmĂ˝" + #~ msgid "Layout|L" -#~ msgstr "Rozvržení|R" +#~ msgstr "RozvrĹženĂ­|R" #~ msgid "Documents|D" #~ msgstr "Dokumenty|D" #~ msgid "New from Template...|T" -#~ msgstr "Nový ze šablony...|b" +#~ msgstr "NovĂ˝ ze ĹĄablony...|b" #~ msgid "Revert|R" -#~ msgstr "Původní verze|P" +#~ msgstr "PĹŻvodnĂ­ verze|P" #~ msgid "Custom...|C" -#~ msgstr "Vlastní...|V" +#~ msgstr "VlastnĂ­...|V" #~ msgid "Redo|d" -#~ msgstr "Znovu změnu|n" +#~ msgstr "Znovu změnu|n" #~ msgid "Cut|C" -#~ msgstr "Vystřihnout|s" +#~ msgstr "Vystřihnout|s" + +#~ msgid "Copy|o" +#~ msgstr "ZkopĂ­rovat|k" #~ msgid "Paste|a" -#~ msgstr "Vložit|V" +#~ msgstr "VloĹžit|V" #~ msgid "Paste External Selection|x" -#~ msgstr "Vložit z externího zdroje|x" +#~ msgstr "VloĹžit z externĂ­ho zdroje|x" #~ msgid "Find & Replace...|F" -#~ msgstr "Najít & Zaměnit...|j" +#~ msgstr "NajĂ­t & Zaměnit...|j" #~ msgid "Tabular|T" #~ msgstr "Tabulka|T" @@ -30487,10 +24991,13 @@ msgstr "Nezn #~ msgstr "Revize|R" #~ msgid "Selection as Lines|L" -#~ msgstr "Vložit po řádkách|V" +#~ msgstr "VloĹžit po řádkĂĄch|V" #~ msgid "Selection as Paragraphs|P" -#~ msgstr "Vložit po odstavcích|o" +#~ msgstr "VloĹžit po odstavcĂ­ch|o" + +#~ msgid "Line Top|T" +#~ msgstr "Linka nahoře|n" #~ msgid "Line Bottom|B" #~ msgstr "Linka dole|d" @@ -30502,40 +25009,40 @@ msgstr "Nezn #~ msgstr "Linka vpravo|r" #~ msgid "Alignment|i" -#~ msgstr "Zarovnání|a" +#~ msgstr "ZarovnĂĄnĂ­|a" #~ msgid "Delete Row|w" -#~ msgstr "Smazat řádek|S" +#~ msgstr "Smazat řádek|S" #~ msgid "Copy Row" -#~ msgstr "Zkopírovat řádek|k" +#~ msgstr "ZkopĂ­rovat řádek|k" #~ msgid "Swap Rows" -#~ msgstr "Přehodit řádky|h" +#~ msgstr "Přehodit řádky|h" #~ msgid "Delete Column|D" #~ msgstr "Smazat sloupec|e" #~ msgid "Copy Column" -#~ msgstr "Zkopírovat sloupec|o" +#~ msgstr "ZkopĂ­rovat sloupec|o" #~ msgid "Swap Columns" -#~ msgstr "Přehodit sloupce|i" +#~ msgstr "Přehodit sloupce|i" #~ msgid "Toggle Numbering|N" -#~ msgstr "Přepnout číslování|l" +#~ msgstr "Přepnout číslovĂĄnĂ­|l" #~ msgid "Toggle Numbering of Line|u" -#~ msgstr "Přepnout číslování řádky|u" +#~ msgstr "Přepnout číslovĂĄnĂ­ řádky|u" #~ msgid "Alignment|A" -#~ msgstr "Zarovnání|Z" +#~ msgstr "ZarovnĂĄnĂ­|Z" #~ msgid "Add Row|R" -#~ msgstr "Přidat řádek|P" +#~ msgstr "Přidat řádek|P" #~ msgid "Add Column|C" -#~ msgstr "Přidat sloupec|c" +#~ msgstr "Přidat sloupec|c" #~ msgid "Octave" #~ msgstr "Octave" @@ -30547,43 +25054,49 @@ msgstr "Nezn #~ msgstr "Mathematica" #~ msgid "Maple, simplify" -#~ msgstr "Maple, simplify (zjednodušit)" +#~ msgstr "Maple, simplify (zjednoduĹĄit)" #~ msgid "Maple, factor" -#~ msgstr "Maple, factor (rozložit)" +#~ msgstr "Maple, factor (rozloĹžit)" #~ msgid "Maple, evalm" #~ msgstr "Maple, evalm (vyhodnotit)" #~ msgid "Maple, evalf" -#~ msgstr "Maple, evalf (plovoucí čárka)" +#~ msgstr "Maple, evalf (plovoucĂ­ čárka)" #~ msgid "Eqnarray Environment|q" -#~ msgstr "Eqnarray prostředí" +#~ msgstr "Eqnarray prostředĂ­" #~ msgid "Align Environment|A" -#~ msgstr "Align prostředí" +#~ msgstr "Align prostředĂ­" #~ msgid "AlignAt Environment" -#~ msgstr "AlignAt prostředí" +#~ msgstr "AlignAt prostředĂ­" #~ msgid "Flalign Environment|F" -#~ msgstr "Falign prostředí" +#~ msgstr "Falign prostředĂ­" #~ msgid "Gather Environment" -#~ msgstr "Gather prostředí" +#~ msgstr "Gather prostředĂ­" #~ msgid "Multline Environment" -#~ msgstr "Multline prostředí (víceřádkové)" +#~ msgstr "Multline prostředĂ­ (vĂ­ceřádkovĂŠ)" #~ msgid "Special Character|S" -#~ msgstr "Speciální znak|z" +#~ msgstr "SpeciĂĄlnĂ­ znak|z" #~ msgid "Cross-reference...|r" -#~ msgstr "Křížový odkaz...|K" +#~ msgstr "KřížovĂ˝ odkaz...|K" + +#~ msgid "Short Title" +#~ msgstr "KrĂĄtkĂ˝ titulek|i" #~ msgid "Index Entry|I" -#~ msgstr "Heslo do rejstříku|r" +#~ msgstr "Heslo do rejstříku|r" + +#~ msgid "Nomenclature Entry" +#~ msgstr "PoloĹžka nomenklatury" #~ msgid "URL...|U" #~ msgstr "URL...|U" @@ -30592,82 +25105,82 @@ msgstr "Nezn #~ msgstr "Seznamy & Obsah|O" #~ msgid "TeX Code|T" -#~ msgstr "Kód TeX-u|X" +#~ msgstr "KĂłd TeX-u|X" #~ msgid "Minipage|p" -#~ msgstr "Ministránku|n" +#~ msgstr "MinistrĂĄnku|n" #~ msgid "Tabular Material...|b" #~ msgstr "Tabulka...|T" #~ msgid "Floats|a" -#~ msgstr "Plovoucí objekty|P" +#~ msgstr "PlovoucĂ­ objekty|P" #~ msgid "Include File...|d" #~ msgstr "Zahrnout soubor...|s" #~ msgid "Insert File|e" -#~ msgstr "Vložit soubor|o" +#~ msgstr "VloĹžit soubor|o" #~ msgid "External Material...|x" -#~ msgstr "Externí materiál...|m" +#~ msgstr "ExternĂ­ materiĂĄl...|m" #~ msgid "Hyphenation Point|P" -#~ msgstr "Značka dělení slova|a" +#~ msgstr "Značka dělenĂ­ slova|a" #~ msgid "Protected Space|r" -#~ msgstr "Chráněná mezera|r" +#~ msgstr "ChrĂĄněnĂĄ mezera|r" #~ msgid "Vertical Space..." -#~ msgstr "Vertikální mezera...|V" +#~ msgstr "VertikĂĄlnĂ­ mezera...|V" #~ msgid "Line Break|L" -#~ msgstr "Konec řádku|K" +#~ msgstr "Konec řádku|K" #~ msgid "Protected Dash|D" -#~ msgstr "Chráněná pomlčka|p" +#~ msgstr "ChrĂĄněnĂĄ pomlčka|p" #~ msgid "Single Quote|Q" -#~ msgstr "Jednoduchá uvozovka|J" +#~ msgstr "JednoduchĂĄ uvozovka|J" #~ msgid "Ordinary Quote|O" -#~ msgstr "Dvojitá uvozovka|D" +#~ msgstr "DvojitĂĄ uvozovka|D" #~ msgid "Horizontal Line" -#~ msgstr "Horizontální linka|o" +#~ msgstr "HorizontĂĄlnĂ­ linka|o" #~ msgid "Font Change|o" -#~ msgstr "Změna písma|p" +#~ msgstr "Změna pĂ­sma|p" #~ msgid "Math Normal Font" -#~ msgstr "Mat. normální" +#~ msgstr "Mat. normĂĄlnĂ­" #~ msgid "Math Calligraphic Family" -#~ msgstr "Mat. kaligrafická rodina písma" +#~ msgstr "Mat. kaligrafickĂĄ rodina pĂ­sma" #~ msgid "Math Fraktur Family" -#~ msgstr "Mat. rodina písma Fraktur" +#~ msgstr "Mat. rodina pĂ­sma Fraktur" #~ msgid "Math Roman Family" -#~ msgstr "Mat. rodina písma antikva (Roman)" +#~ msgstr "Mat. rodina pĂ­sma antikva (Roman)" #~ msgid "Math Sans Serif Family" -#~ msgstr "Mat. rodina bezpatkového písma (Sans Serif)" +#~ msgstr "Mat. rodina bezpatkovĂŠho pĂ­sma (Sans Serif)" #~ msgid "Math Bold Series" -#~ msgstr "Mat. tučný duktus" +#~ msgstr "Mat. tučnĂ˝ duktus" #~ msgid "Text Normal Font" -#~ msgstr "Text. normální písmo" +#~ msgstr "Text. normĂĄlnĂ­ pĂ­smo" #~ msgid "Floatflt Figure" -#~ msgstr "Plovoucí obrázek (Floatflt)" +#~ msgstr "PlovoucĂ­ obrĂĄzek (Floatflt)" #~ msgid "Accept All Changes|A" -#~ msgstr "Přijmout všechny změny|i" +#~ msgstr "Přijmout vĹĄechny změny|i" #~ msgid "Reject All Changes|R" -#~ msgstr "Odmítnout všechny změny|O" +#~ msgstr "OdmĂ­tnout vĹĄechny změny|O" #~ msgid "Character...|C" #~ msgstr "Znak...|Z" @@ -30682,22 +25195,22 @@ msgstr "Nezn #~ msgstr "Tabulka...|T" #~ msgid "Emphasize Style|E" -#~ msgstr "Zvýrazněný styl|a" +#~ msgstr "ZvĂ˝razněnĂ˝ styl|a" #~ msgid "Noun Style|N" -#~ msgstr "Styl Jména|J" +#~ msgstr "Styl JmĂŠna|J" #~ msgid "Bold Style|B" -#~ msgstr "Tučný styl|u" +#~ msgstr "TučnĂ˝ styl|u" #~ msgid "Decrease Environment Depth|v" -#~ msgstr "Zmenšit hloubku prostředí|S" +#~ msgstr "ZmenĹĄit hloubku prostředĂ­|S" #~ msgid "Increase Environment Depth|i" -#~ msgstr "Zvětšit hloubku prostředí|Z" +#~ msgstr "ZvětĹĄit hloubku prostředĂ­|Z" #~ msgid "Start Appendix Here|S" -#~ msgstr "Začít dodatky zde|d" +#~ msgstr "Začít dodatky zde|d" #~ msgid "Update|U" #~ msgstr "Aktualizovat|A" @@ -30706,95 +25219,134 @@ msgstr "Nezn #~ msgstr "Informace TeX-u|X" #~ msgid "Go to Bookmark 1|1" -#~ msgstr "Jdi na 1.záložku|1" +#~ msgstr "Jdi na 1.zĂĄloĹžku|1" #~ msgid "Go to Bookmark 2|2" -#~ msgstr "Jdi na 2.záložku|2" +#~ msgstr "Jdi na 2.zĂĄloĹžku|2" #~ msgid "Go to Bookmark 3|3" -#~ msgstr "Jdi na 3.záložku|3" +#~ msgstr "Jdi na 3.zĂĄloĹžku|3" #~ msgid "Go to Bookmark 4|4" -#~ msgstr "Jdi na 4.záložku|4" +#~ msgstr "Jdi na 4.zĂĄloĹžku|4" #~ msgid "Go to Bookmark 5|5" -#~ msgstr "Jdi na 5.záložku|5" +#~ msgstr "Jdi na 5.zĂĄloĹžku|5" #~ msgid "Extended Features|E" -#~ msgstr "Rozšířené vlastnosti LyXu|R" +#~ msgstr "RozšířenĂŠ vlastnosti LyXu|R" #~ msgid "Embedded Objects|m" -#~ msgstr "Vkládané objekty|V" +#~ msgstr "VklĂĄdanĂŠ objekty|V" #~ msgid "Preferences..." -#~ msgstr "Nastavení..." +#~ msgstr "NastavenĂ­..." #~ msgid "Quit LyX" -#~ msgstr "Ukončit LyX" +#~ msgstr "Ukončit LyX" #~ msgid "%1$d words checked." -#~ msgstr "%1$d slov zkontrolováno." +#~ msgstr "%1$d slov zkontrolovĂĄno." #~ msgid "One word checked." -#~ msgstr "Jedno slovo zkontrolováno." +#~ msgstr "Jedno slovo zkontrolovĂĄno." #~ msgid "Spelling check completed" #~ msgstr "Kontrola pravopisu hotova" #~ msgid "Basi&c" -#~ msgstr "Zák&ladní" +#~ msgstr "ZĂĄk&ladnĂ­" #~ msgid "&Command:" -#~ msgstr "&Příkaz:" +#~ msgstr "&Příkaz:" #~ msgid "Search text is empty!" -#~ msgstr "Hledaný řetězec je prázdný!" +#~ msgstr "HledanĂ˝ řetězec je prĂĄzdnĂ˝!" #~ msgid "" #~ "Use to define an external program to render tables in plain text output. " #~ "E.g. \"groff -t -Tlatin1 $$FName\" where $$FName is the input file. If " #~ "\"\" is specified, an internal routine is used." #~ msgstr "" -#~ "Použít k definování externího programu převádějícího tabulky do prostého " -#~ "textového výstupu. Např. \"groff -t -Tlatin1 $$FName\" , kde $$FName " -#~ "představuje vstupní soubor. Pokud je nastaveno na \"\" použije se interní " +#~ "PouŞít k definovĂĄnĂ­ externĂ­ho programu převĂĄdějĂ­cĂ­ho tabulky do prostĂŠho " +#~ "textovĂŠho vĂ˝stupu. Např. \"groff -t -Tlatin1 $$FName\" , kde $$FName " +#~ "představuje vstupnĂ­ soubor. Pokud je nastaveno na \"\" pouĹžije se internĂ­ " #~ "funkce." #~ msgid "Custom value. Needs spacing type "Custom"." -#~ msgstr "Vlastní hodnota. Nastavte typ mezery na \"Vlastní\"." +#~ msgstr "VlastnĂ­ hodnota. Nastavte typ mezery na \"VlastnĂ­\"." #~ msgid "Affilation:" #~ msgstr "Affilation:" +#~ msgid "varGamma" +#~ msgstr "varGamma" + +#~ msgid "varDelta" +#~ msgstr "varDelta" + +#~ msgid "varTheta" +#~ msgstr "varTheta" + +#~ msgid "varLambda" +#~ msgstr "varLambda" + +#~ msgid "varXi" +#~ msgstr "varXi" + +#~ msgid "varPi" +#~ msgstr "varPi" + +#~ msgid "varSigma" +#~ msgstr "varSigma" + +#~ msgid "varUpsilon" +#~ msgstr "varUpsilon" + +#~ msgid "varPhi" +#~ msgstr "varPhi" + +#~ msgid "varPsi" +#~ msgstr "varPsi" + +#~ msgid "varOmega" +#~ msgstr "varOmega" + #~ msgid "X; " #~ msgstr "X; " #~ msgid "value of the optional vertical offset" -#~ msgstr "hodnota volitelného vertikálního posunu" +#~ msgstr "hodnota volitelnĂŠho vertikĂĄlnĂ­ho posunu" + +#~ msgid "comment" +#~ msgstr "komentář" #~ msgid "greyedout" -#~ msgstr "zašedlé" +#~ msgstr "zaĹĄedlĂŠ" #~ msgid "Open Target...|O" -#~ msgstr "Otevřít cíl...|O" +#~ msgstr "Otevřít cĂ­l...|O" #~ msgid "&Use Defaults" -#~ msgstr "Použij &Standardní" +#~ msgstr "PouĹžij &StandardnĂ­" #~ msgid "Note[[InsetNote]]" #~ msgstr "Pozn." #~ msgid "Use the XeTeX processing engine" -#~ msgstr "Pro kompilaci použít XeTeX" +#~ msgstr "Pro kompilaci pouŞít XeTeX" #~ msgid "Use &XeTeX" -#~ msgstr "Použít &XeTeX" +#~ msgstr "PouŞít &XeTeX" #~ msgid "Use the babel package for multilingual support" -#~ msgstr "Použít balíček babel pro vícejazyčnou podporu" +#~ msgstr "PouŞít balíček babel pro vĂ­cejazyčnou podporu" #~ msgid "&Use babel" -#~ msgstr "Použít b&abel" +#~ msgstr "PouŞít b&abel" + +#~ msgid "&Global" +#~ msgstr "&GlobĂĄlně" #, fuzzy #~ msgid "Flex:Institute" @@ -30835,7 +25387,7 @@ msgstr "Nezn #, fuzzy #~ msgid "Flex:Fname" -#~ msgstr "Jméno souboru" +#~ msgstr "JmĂŠno souboru" #, fuzzy #~ msgid "Flex:Surname" @@ -30843,7 +25395,7 @@ msgstr "Nezn #, fuzzy #~ msgid "Flex:Filename" -#~ msgstr "Jméno souboru" +#~ msgstr "JmĂŠno souboru" #, fuzzy #~ msgid "Flex:Literal" @@ -30981,20 +25533,29 @@ msgstr "Nezn #~ msgid "Flex:MenuChoice" #~ msgstr "MenuChoice" +#~ msgid "Marginal" +#~ msgstr "Okraj" + #~ msgid "Foot" -#~ msgstr "Patička" +#~ msgstr "Patička" + +#~ msgid "Note:Comment" +#~ msgstr "Komentář" #~ msgid "Note:Note" -#~ msgstr "Poznámka" +#~ msgstr "PoznĂĄmka" #~ msgid "Note:Greyedout" -#~ msgstr "Zašedlé" +#~ msgstr "ZaĹĄedlĂŠ" #~ msgid "Box:Shaded" -#~ msgstr "Stínovaně" +#~ msgstr "StĂ­novaně" #~ msgid "Wrap" -#~ msgstr "Obtékání" +#~ msgstr "ObtĂŠkĂĄnĂ­" + +#~ msgid "Argument" +#~ msgstr "Argument" #~ msgid "Info:menu" #~ msgstr "Info:menu" @@ -31007,10 +25568,10 @@ msgstr "Nezn #, fuzzy #~ msgid "Flex:Endnote" -#~ msgstr "Koncová poznámka" +#~ msgstr "KoncovĂĄ poznĂĄmka" #~ msgid "Flex:Initial" -#~ msgstr "Flex:Iniciálkq" +#~ msgstr "Flex:IniciĂĄlkq" #~ msgid "Flex:Glosse" #~ msgstr "Flex:Glosa" @@ -31019,44 +25580,48 @@ msgstr "Nezn #~ msgstr "Flex:Tri-Glosa" #~ msgid "Flex:Expression" -#~ msgstr "Flex:Styl znaku - Výraz" +#~ msgstr "Flex:Styl znaku - VĂ˝raz" #~ msgid "Flex:Concepts" #~ msgstr "Flex:Styl znaku - Koncept" #~ msgid "Flex:Meaning" -#~ msgstr "Flex:Styl znaku - Význam" +#~ msgstr "Flex:Styl znaku - VĂ˝znam" #~ msgid "Flex:Noun" -#~ msgstr "Flex:Jméno" +#~ msgstr "Flex:JmĂŠno" #~ msgid "Flex:Strong" -#~ msgstr "Flex:Styl znaku - Silný důraz" +#~ msgstr "Flex:Styl znaku - SilnĂ˝ dĹŻraz" #~ msgid "Noweb literate programming" -#~ msgstr "Noweb dokumentované programování" +#~ msgstr "Noweb dokumentovanĂŠ programovĂĄnĂ­" #~ msgid "Norsk" -#~ msgstr "Norština" +#~ msgstr "NorĹĄtina" #~ msgid "Nynorsk" -#~ msgstr "Norština (nynorsk)" +#~ msgstr "NorĹĄtina (nynorsk)" #~ msgid "" #~ "%1$s is from an older version of LyX, but the lyx2lyx script failed to " #~ "convert it." #~ msgstr "" -#~ "%1$s je ze starší verze LyX-u, ale skript lyx2lyx selhal při konverzi." +#~ "%1$s je ze starĹĄĂ­ verze LyX-u, ale skript lyx2lyx selhal při konverzi." #, fuzzy #~ msgid "Keywordsr" #~ msgstr "Keywords" +#, fuzzy +#~ msgid "Current ¶graph" +#~ msgstr "Ods&adit odstavec" + #~ msgid "A&vailable indices:" -#~ msgstr "Dostupné &rejstříky:" +#~ msgstr "DostupnĂŠ &rejstříky:" #~ msgid "&Horiz. Phantom" -#~ msgstr "&Horizontální fantóm" +#~ msgstr "&HorizontĂĄlnĂ­ fantĂłm" #, fuzzy #~ msgid "Vert. Phantom" @@ -31075,49 +25640,52 @@ msgstr "Nezn #~ msgstr "&Dummy" #~ msgid "F&ind:" -#~ msgstr "&Najít:" +#~ msgstr "&NajĂ­t:" #~ msgid "The Enter key works, too" -#~ msgstr "Klávesa enter funguje taktéž" +#~ msgstr "KlĂĄvesa enter funguje taktĂŠĹž" #~ msgid "The delete key works, too" -#~ msgstr "Klávesa delete funguje taktéž" +#~ msgstr "KlĂĄvesa delete funguje taktĂŠĹž" #~ msgid "D&elete" #~ msgstr "&Smazat" #~ msgid "Select the default language of your documents" -#~ msgstr "Nastavit standardní jazyk vašich dokumentů" +#~ msgstr "Nastavit standardnĂ­ jazyk vaĹĄich dokumentĹŻ" #~ msgid "&BibTeX command:" -#~ msgstr "Příkaz &BibTeX-u:" +#~ msgstr "Příkaz &BibTeX-u:" #~ msgid "BibTeX command (&Japanese):" -#~ msgstr "Příkaz BibTeX-u (&Japonština):" +#~ msgstr "Příkaz BibTeX-u (&JaponĹĄtina):" #~ msgid "Index command (Ja&panese):" -#~ msgstr "Příkaz &rejstříku (Ja&ponština):" +#~ msgstr "Příkaz &rejstříku (Ja&ponĹĄtina):" #~ msgid "External app for formating tables in plain text output" -#~ msgstr "Externí apl. pro formátování tabulek v plain-text výstupu" +#~ msgstr "ExternĂ­ apl. pro formĂĄtovĂĄnĂ­ tabulek v plain-text vĂ˝stupu" #~ msgid "Screen &DPI:" #~ msgstr "&DPI obrazovky:" #~ msgid "Specify a personal dictionary file other than the default" -#~ msgstr "Nastavit vlastní soubor slovníku" +#~ msgstr "Nastavit vlastnĂ­ soubor slovnĂ­ku" #~ msgid "Spellchec&ker executable:" #~ msgstr "Program &kontroly pravopisu:" #~ msgid "Use input encod&ing" -#~ msgstr "Použ&ij vstupní kódování" +#~ msgstr "PouĹž&ij vstupnĂ­ kĂłdovĂĄnĂ­" #~ msgid "Jump to the label" -#~ msgstr "Přeskoč na značku" +#~ msgstr "Přeskoč na značku" #~ msgid "Merge cells" -#~ msgstr "Sloučit buňky" +#~ msgstr "Sloučit buňky" + +#~ msgid "Listing settings" +#~ msgstr "NastavenĂ­ vĂ˝pisĹŻ" #~ msgid "CharStyle:Institute" #~ msgstr "CharStyle:Institute" @@ -31201,49 +25769,49 @@ msgstr "Nezn #~ msgstr "OptArg" #~ msgid "Custom:Endnote" -#~ msgstr "Vlastní:Koncová poznámka" +#~ msgstr "VlastnĂ­:KoncovĂĄ poznĂĄmka" #~ msgid "Custom:Glosse" -#~ msgstr "Vlastní:Glosa" +#~ msgstr "VlastnĂ­:Glosa" #~ msgid "Custom:Tri-Glosse" -#~ msgstr "Vlastní:Tri-Glosa" +#~ msgstr "VlastnĂ­:Tri-Glosa" #~ msgid "CharStyle:Noun" -#~ msgstr "Styl znaku: Jméno" +#~ msgstr "Styl znaku: JmĂŠno" #~ msgid "CharStyle:Emph" -#~ msgstr "Styl znaku: Důraz" +#~ msgstr "Styl znaku: DĹŻraz" #~ msgid "CharStyle:Code" -#~ msgstr "Styl znaku: Kód" +#~ msgstr "Styl znaku: KĂłd" #~ msgid "Inter-word Space|w" -#~ msgstr "Mezislovní mezera|M" +#~ msgstr "MezislovnĂ­ mezera|M" #~ msgid "Insert|n" -#~ msgstr "Vložit|V" +#~ msgstr "VloĹžit|V" #~ msgid "Dissolve Inset|l" -#~ msgstr "Rozpustit vložku do textu|R" +#~ msgstr "Rozpustit vloĹžku do textu|R" #~ msgid "View DVI" -#~ msgstr "Prohlížet DVI" +#~ msgstr "ProhlĂ­Ĺžet DVI" #~ msgid "View PDF (pdflatex)" -#~ msgstr "Prohlížet PDF (pdflatex)" +#~ msgstr "ProhlĂ­Ĺžet PDF (pdflatex)" #~ msgid "Update PDF (pdflatex)" #~ msgstr "Aktualizovat PDF (pdflatex)" #~ msgid "View PostScript" -#~ msgstr "Prohlížet Postscript" +#~ msgstr "ProhlĂ­Ĺžet Postscript" #~ msgid "Update PostScript" #~ msgstr "Aktualizovat Postscript" #~ msgid "No horizontal line\t\\atop" -#~ msgstr "Bez horizontální linky\t\\atop" +#~ msgstr "Bez horizontĂĄlnĂ­ linky\t\\atop" #~ msgid "Ch. " #~ msgstr "Kap. " @@ -31253,9 +25821,9 @@ msgstr "Nezn #~ "%1$s\n" #~ "could not be read." #~ msgstr "" -#~ "Požadovaný dokument\n" +#~ "PoĹžadovanĂ˝ dokument\n" #~ "%1$s\n" -#~ "nelze přečíst." +#~ "nelze přečíst." #~ msgid "" #~ "The layout file requested by this document,\n" @@ -31265,50 +25833,50 @@ msgstr "Nezn #~ "available. See the Customization documentation\n" #~ "for more information.\n" #~ msgstr "" -#~ "Soubor s rozvržením požadovaný tímto dokumentem,\n" +#~ "Soubor s rozvrĹženĂ­m poĹžadovanĂ˝ tĂ­mto dokumentem,\n" #~ "%1$s.layout,\n" -#~ "není použitelný. To je pravděpodobně způsobeno tím,\n" -#~ "že LaTeX-ová třída nebo požadovaný soubor stylu\n" -#~ "není dostupný. Pro více informací nahlédněte do\n" -#~ "nápovědy (Přizpůsobení LyXu).\n" +#~ "nenĂ­ pouĹžitelnĂ˝. To je pravděpodobně zpĹŻsobeno tĂ­m,\n" +#~ "Ĺže LaTeX-ovĂĄ třída nebo poĹžadovanĂ˝ soubor stylu\n" +#~ "nenĂ­ dostupnĂ˝. Pro vĂ­ce informacĂ­ nahlĂŠdněte do\n" +#~ "nĂĄpovědy (PřizpĹŻsobenĂ­ LyXu).\n" #~ msgid "LyX will not be able to produce output." -#~ msgstr "LyX nebude schopen vytvořit výstup." +#~ msgstr "LyX nebude schopen vytvořit vĂ˝stup." #~ msgid "Some layouts may not be available." -#~ msgstr "Některá rozvržení dokumentu nemusí být dostupná." +#~ msgstr "NěkterĂĄ rozvrĹženĂ­ dokumentu nemusĂ­ bĂ˝t dostupnĂĄ." #~ msgid "caption frame" -#~ msgstr "rám popisku" +#~ msgstr "rĂĄm popisku" #~ msgid "top/bottom line" -#~ msgstr "horní/spodní linka" +#~ msgstr "hornĂ­/spodnĂ­ linka" #~ msgid "Can't create pipe for spellchecker." -#~ msgstr "Nelze vytvořit rouru(pipe) pro kontrolu pravopisu." +#~ msgstr "Nelze vytvořit rouru(pipe) pro kontrolu pravopisu." #~ msgid "Can't open pipe for spellchecker." -#~ msgstr "Nelze otevřít rouru(pipe) pro kontrolu pravopisu." +#~ msgstr "Nelze otevřít rouru(pipe) pro kontrolu pravopisu." #~ msgid "" #~ "Could not create an ispell process.\n" #~ "You may not have the right languages installed." #~ msgstr "" #~ "Nelze spustit proces ispell.\n" -#~ "Možná nemáte instalovány správné jazyky." +#~ "MoĹžnĂĄ nemĂĄte instalovĂĄny sprĂĄvnĂŠ jazyky." #~ msgid "" #~ "The ispell process returned an error.\n" #~ "Perhaps it has been configured wrongly ?" #~ msgstr "" -#~ "Proces ispell skončil s chybou.\n" -#~ "Možná je špatně konfigurován ?" +#~ "Proces ispell skončil s chybou.\n" +#~ "MoĹžnĂĄ je ĹĄpatně konfigurovĂĄn ?" #~ msgid "" #~ "Could not check word `%1$s' because it could not be converted to encoding " #~ "`%2$s'." #~ msgstr "" -#~ "Nelze zkontrolovat slovo `%1$s', neboť nelze zkonvertovat do kódování `" +#~ "Nelze zkontrolovat slovo `%1$s', neboĹĽ nelze zkonvertovat do kĂłdovĂĄnĂ­ `" #~ "%2$s'." #~ msgid "Could not communicate with the ispell spellchecker process." @@ -31318,91 +25886,94 @@ msgstr "Nezn #~ "Could not insert word `%1$s' because it could not be converted to " #~ "encoding `%2$s'." #~ msgstr "" -#~ "Nelze vložit slovo `%1$s', neboť nelze zkonvertovat do kódování `%2$s'." +#~ "Nelze vloĹžit slovo `%1$s', neboĹĽ nelze zkonvertovat do kĂłdovĂĄnĂ­ `%2$s'." #~ msgid "" #~ "Could not accept word `%1$s' because it could not be converted to " #~ "encoding `%2$s'." #~ msgstr "" -#~ "Nelze přijmout slovo `%1$s', neboť nelze zkonvertovat do kódování `%2$s'." +#~ "Nelze přijmout slovo `%1$s', neboĹĽ nelze zkonvertovat do kĂłdovĂĄnĂ­ `%2$s'." #~ msgid "Maximum number of words in the initialization string for a new label" -#~ msgstr "Maximální počet slov v počátečním řetězci nové značky" +#~ msgstr "MaximĂĄlnĂ­ počet slov v počátečnĂ­m řetězci novĂŠ značky" #~ msgid "" #~ "Specify an alternate personal dictionary file. E.g. \".ispell_english\"." -#~ msgstr "Určete soubor s vlastním slovníkem. Např. \".ispell_english\"." +#~ msgstr "Určete soubor s vlastnĂ­m slovnĂ­kem. Např. \".ispell_english\"." #~ msgid "What command runs the spellchecker?" -#~ msgstr "Jakým příkazem spustit kontrolu pravopisu ?" +#~ msgstr "JakĂ˝m příkazem spustit kontrolu pravopisu ?" #~ msgid "" #~ "Specify whether to pass the -T input encoding option to ispell. Enable " #~ "this if you cannot check the spelling of words containing accented " #~ "letters. This may not work with all dictionaries." #~ msgstr "" -#~ "Určete, zda-li předat paramater -T určující vstupní kódování pro ispell. " -#~ "Zapněte tuto volbu, pokud nemůžete zkontrolovat pravopis pro slova s " -#~ "diakritikou. Tato volba nemusí fungovat se všemi slovníky." +#~ "Určete, zda-li předat paramater -T určujĂ­cĂ­ vstupnĂ­ kĂłdovĂĄnĂ­ pro ispell. " +#~ "Zapněte tuto volbu, pokud nemĹŻĹžete zkontrolovat pravopis pro slova s " +#~ "diakritikou. Tato volba nemusĂ­ fungovat se vĹĄemi slovnĂ­ky." #~ msgid "Native OS API not yet supported." -#~ msgstr "Nativní OS API zatím nepodporováno." +#~ msgstr "NativnĂ­ OS API zatĂ­m nepodporovĂĄno." #~ msgid "Unknown author index for deletion: %1$d\n" -#~ msgstr "Neznámý index autora pro výmaz: %1$d\n" +#~ msgstr "NeznĂĄmĂ˝ index autora pro vĂ˝maz: %1$d\n" + +#~ msgid "Unknown spacing argument: " +#~ msgstr "NeznĂĄmĂ˝ argument mezery: " #~ msgid "" #~ "Aiksaurus returned the following error:\n" #~ "\n" #~ "%1$s." #~ msgstr "" -#~ "Aiksaurus vrátil následující chybu:\n" +#~ "Aiksaurus vrĂĄtil nĂĄsledujĂ­cĂ­ chybu:\n" #~ "\n" #~ "%1$s." #~ msgid "Branch Settings" -#~ msgstr "Nastavení větve" +#~ msgstr "NastavenĂ­ větve" #~ msgid "" #~ "Input listings parameters on the right. Enter ? for a list of parameters." #~ msgstr "" -#~ "Parametry výpisů zadávejte napravo. Pro seznam parametrů vložte znak '?'." +#~ "Parametry vĂ˝pisĹŻ zadĂĄvejte napravo. Pro seznam parametrĹŻ vloĹžte znak '?'." #~ msgid "Length" -#~ msgstr "Vlastní délka" +#~ msgstr "VlastnĂ­ dĂŠlka" #~ msgid "TeX Code Settings" -#~ msgstr "Nastavení pro Kód TeX-u" +#~ msgstr "NastavenĂ­ pro KĂłd TeX-u" #~ msgid "Horizontal Space Settings" -#~ msgstr "Nastavení horizontální mezery" +#~ msgstr "NastavenĂ­ horizontĂĄlnĂ­ mezery" #~ msgid "Thin space" -#~ msgstr "Úzká mezera" +#~ msgstr "ÚzkĂĄ mezera" #~ msgid "Medium space" -#~ msgstr "Střední mezera" +#~ msgstr "StřednĂ­ mezera" #~ msgid "Thick space" -#~ msgstr "Široká mezera" +#~ msgstr "Ĺ irokĂĄ mezera" #~ msgid "Negative thin space" -#~ msgstr "Záporná úzká mezera" +#~ msgstr "ZĂĄpornĂĄ ĂşzkĂĄ mezera" #~ msgid "Negative medium space" -#~ msgstr "Záporná střední mezera" +#~ msgstr "ZĂĄpornĂĄ střednĂ­ mezera" #~ msgid "Negative thick space" -#~ msgstr "Záporná široká mezera" +#~ msgstr "ZĂĄpornĂĄ ĹĄirokĂĄ mezera" #~ msgid "Inter-word space" -#~ msgstr "Mezislovní mezera" +#~ msgstr "MezislovnĂ­ mezera" #~ msgid "Hyperlink" #~ msgstr "Odkaz (hyperlink)" #~ msgid "Label" -#~ msgstr "Značka" +#~ msgstr "Značka" #~ msgid "No LaTeX log file found." #~ msgstr "Log LaTeX-u nenalezen." @@ -31429,87 +26000,87 @@ msgstr "Nezn #~ msgstr "Chyba pravopisu" #~ msgid "The spellchecker could not be started\n" -#~ msgstr "Pravopisná kontrola nemohla být spuštěna\n" +#~ msgstr "PravopisnĂĄ kontrola nemohla bĂ˝t spuĹĄtěna\n" #~ msgid "" #~ "The spellchecker has died for some reason.\n" #~ "Maybe it has been killed." #~ msgstr "" #~ "Kontrola pravopisu selhala.\n" -#~ "Možná byla ukončena pomocí příkazu 'kill'." +#~ "MoĹžnĂĄ byla ukončena pomocĂ­ příkazu 'kill'." #~ msgid "The spellchecker has failed" #~ msgstr "Kontrola pravopisu selhala" #~ msgid "Vertical Space Settings" -#~ msgstr "Nastavení vertikální mezery" +#~ msgstr "NastavenĂ­ vertikĂĄlnĂ­ mezery" #~ msgid "No Table of contents" #~ msgstr "Bez obsahu|B" #~ msgid "Opened inset" -#~ msgstr "Otevřená vložka" +#~ msgstr "OtevřenĂĄ vloĹžka" #~ msgid "Uncodable characters in bibliography item" -#~ msgstr "Nekódovatelné znaky v položce bibliografie" +#~ msgstr "NekĂłdovatelnĂŠ znaky v poloĹžce bibliografie" #~ msgid "" #~ "The following characters in one of the bibliography items are\n" #~ "not representable in the current encoding and have been omitted:\n" #~ "%1$s." #~ msgstr "" -#~ "Následující znaky v jedné z položek bibliografie nejsou " -#~ "reprezentovatelné\n" -#~ "ve zvoleném kódování a byly vynechány:\n" +#~ "NĂĄsledujĂ­cĂ­ znaky v jednĂŠ z poloĹžek bibliografie nejsou " +#~ "reprezentovatelnĂŠ\n" +#~ "ve zvolenĂŠm kĂłdovĂĄnĂ­ a byly vynechĂĄny:\n" #~ "%1$s." #~ msgid "Opened Box Inset" -#~ msgstr "Rámeček - otevřená vložka" +#~ msgstr "RĂĄmeček - otevřenĂĄ vloĹžka" #~ msgid "Opened Branch Inset" -#~ msgstr "Větev - otevřená vložka" +#~ msgstr "Větev - otevřenĂĄ vloĹžka" #~ msgid "Opened Caption Inset" -#~ msgstr "Popisek - otevřená vložka" +#~ msgstr "Popisek - otevřenĂĄ vloĹžka" #~ msgid "Opened ERT Inset" -#~ msgstr "ERT - otevřená vložka" +#~ msgstr "ERT - otevřenĂĄ vloĹžka" #~ msgid "Opened Flex Inset" -#~ msgstr "Flexibilní otevřená vložka" +#~ msgstr "FlexibilnĂ­ otevřenĂĄ vloĹžka" #~ msgid "Opened Float Inset" -#~ msgstr "Plovoucí objekt - otevřená vložka" +#~ msgstr "PlovoucĂ­ objekt - otevřenĂĄ vloĹžka" #~ msgid "Opened Footnote Inset" -#~ msgstr "Poznámka pod čarou - otevřená vložka" +#~ msgstr "PoznĂĄmka pod čarou - otevřenĂĄ vloĹžka" #~ msgid "Unknown buffer info" -#~ msgstr "Neznámá informace dokumentu" +#~ msgstr "NeznĂĄmĂĄ informace dokumentu" #~ msgid "Opened Listing Inset" -#~ msgstr "Výpis - otevřená vložka" +#~ msgstr "VĂ˝pis - otevřenĂĄ vloĹžka" #~ msgid "Opened Marginal Note Inset" -#~ msgstr "Poznámka na okraj - otevřená vložka" +#~ msgstr "PoznĂĄmka na okraj - otevřenĂĄ vloĹžka" #~ msgid "Opened Note Inset" -#~ msgstr "Poznámka - otevřená vložka" +#~ msgstr "PoznĂĄmka - otevřenĂĄ vloĹžka" #~ msgid "Opened Optional Argument Inset" -#~ msgstr "Volitelný argument - otevřená vložka" +#~ msgstr "VolitelnĂ˝ argument - otevřenĂĄ vloĹžka" #~ msgid "QQuad Space" -#~ msgstr "Dva čtverčíky" +#~ msgstr "Dva čtverčíky" #~ msgid "Opened table" -#~ msgstr "Otevřená tabulka" +#~ msgstr "OtevřenĂĄ tabulka" #~ msgid "Opened Text Inset" -#~ msgstr "Text - otevřená vložka" +#~ msgstr "Text - otevřenĂĄ vloĹžka" #~ msgid "Opened Wrap Inset" -#~ msgstr "Obtékání - otevřená vložka" +#~ msgstr "ObtĂŠkĂĄnĂ­ - otevřenĂĄ vloĹžka" #~ msgid "Glossary term" #~ msgstr "Glossary term" @@ -31571,11 +26142,14 @@ msgstr "Nezn #~ msgid "Case #:" #~ msgstr "Case #:" +#~ msgid "Footernote" +#~ msgstr "Footernote" + #~ msgid "" #~ "Shortcut `%1$s' is already bound to:\n" #~ "%2$s" #~ msgstr "" -#~ "Zkratka `%1$s' je již přiřazena k:\n" +#~ "Zkratka `%1$s' je jiĹž přiřazena k:\n" #~ "%2$s" #~ msgid "Anschrift:" @@ -31584,6 +26158,9 @@ msgstr "Nezn #~ msgid "Briefkopf:" #~ msgstr "Briefkopf:" +#~ msgid "Absender:" +#~ msgstr "Absender:" + #~ msgid "Zusatz:" #~ msgstr "Zusatz:" @@ -31629,6 +26206,9 @@ msgstr "Nezn #~ msgid "Verteiler:" #~ msgstr "Verteiler:" +#~ msgid "Text:" +#~ msgstr "Text:" + #~ msgid "Strasse:" #~ msgstr "Strasse:" @@ -31660,100 +26240,103 @@ msgstr "Nezn #~ msgstr "Anlagen:" #~ msgid "Numbers theorems and the like by section." -#~ msgstr "Očísluje věty apod. podle sekce." +#~ msgstr "Očísluje věty apod. podle sekce." #~ msgid "Latex" #~ msgstr "Latex" #~ msgid "Close Tab Group|G" -#~ msgstr "Uzavřít skupinu panelů|U" +#~ msgstr "Uzavřít skupinu panelĹŻ|U" #~ msgid "No file open!" -#~ msgstr "Žádný soubor neotevřen!" +#~ msgstr "ŽådnĂ˝ soubor neotevřen!" #~ msgid "You cannot paste into a multicell selection." -#~ msgstr "Nemůžete vkládat do výběru vícera buňek." +#~ msgstr "NemĹŻĹžete vklĂĄdat do vĂ˝běru vĂ­cera buňek." #, fuzzy #~ msgid "Check in Changes...|I" -#~ msgstr "Uložit změny do repositáře...|U" +#~ msgstr "UloĹžit změny do repositáře...|U" #, fuzzy #~ msgid "Check out for Edit|O" -#~ msgstr "Načíst nejnovější verzi z repositáře|r" +#~ msgstr "Načíst nejnovějĹĄĂ­ verzi z repositáře|r" #~ msgid "SVN: Locking property set." -#~ msgstr "SVN: Zapnutí zamykacího módu." +#~ msgstr "SVN: ZapnutĂ­ zamykacĂ­ho mĂłdu." #~ msgid "Toggle Labeling/Numbering|T" -#~ msgstr "Přepnout značkování/číslování|l" +#~ msgstr "Přepnout značkovĂĄnĂ­/číslovĂĄnĂ­|l" #~ msgid "Toggle Label|L" -#~ msgstr "Přepnout značku|u" +#~ msgstr "Přepnout značku|u" #~ msgid "B&rowse..." -#~ msgstr "P&rocházet..." +#~ msgstr "P&rochĂĄzet..." #~ msgid "Number of Co&pies:" -#~ msgstr "Počet kop&ií:" +#~ msgstr "Počet kop&iĂ­:" #~ msgid "Sa&ns Serif:" -#~ msgstr "&Bezpatkové (Sans Serif):" +#~ msgstr "&BezpatkovĂŠ (Sans Serif):" #~ msgid "Ne&w" -#~ msgstr "&Nová" +#~ msgstr "&NovĂĄ" #~ msgid "Go back to Reference|G" -#~ msgstr "Jdi zpět na referenci|r" +#~ msgstr "Jdi zpět na referenci|r" #~ msgid "Graphics having the same group name will share the same parameters" -#~ msgstr "Obrázky stejné skupiny budou sdílet nastavené parametry" +#~ msgstr "ObrĂĄzky stejnĂŠ skupiny budou sdĂ­let nastavenĂŠ parametry" #~ msgid "Grou&p Name:" -#~ msgstr "J&méno skupiny:" +#~ msgstr "J&mĂŠno skupiny:" #~ msgid "" #~ "Group Name to be set up from the current parameters. Use context menu to " #~ "assign the existing one." #~ msgstr "" -#~ "Jméno skupiny obrázků, která bude nastavena těmito parametry. Použijte " -#~ "kontextové menu pro přiřazení obrázku do existující skupiny." +#~ "JmĂŠno skupiny obrĂĄzkĹŻ, kterĂĄ bude nastavena těmito parametry. PouĹžijte " +#~ "kontextovĂŠ menu pro přiřazenĂ­ obrĂĄzku do existujĂ­cĂ­ skupiny." #~ msgid "&Initialize Group Name:" -#~ msgstr "Založ &jméno skupiny:" +#~ msgstr "ZaloĹž &jmĂŠno skupiny:" #~ msgid "&Postscript driver:" -#~ msgstr "O&vladač pro postscript:" +#~ msgstr "O&vladač pro postscript:" #~ msgid "Append Parameter" -#~ msgstr "Přidej parametr" +#~ msgstr "Přidej parametr" #~ msgid "Remove Last Parameter" -#~ msgstr "Vymaž poslední parametr" +#~ msgstr "VymaĹž poslednĂ­ parametr" #~ msgid "Make First Non-Optional into Optional Parameter" -#~ msgstr "Změnit první povinný parametr na volitelný" +#~ msgstr "Změnit prvnĂ­ povinnĂ˝ parametr na volitelnĂ˝" #~ msgid "Make Last Optional into Non-Optional Parameter" -#~ msgstr "Změnit poslední volitelný parametr na povinný" +#~ msgstr "Změnit poslednĂ­ volitelnĂ˝ parametr na povinnĂ˝" #~ msgid "Insert Optional Parameter" -#~ msgstr "Vložit volitelný parametr" +#~ msgstr "VloĹžit volitelnĂ˝ parametr" #~ msgid "Remove Optional Parameter" -#~ msgstr "Smazat volitelný parametr" +#~ msgstr "Smazat volitelnĂ˝ parametr" #~ msgid "Append Parameter Eating From The Right" -#~ msgstr "Přidat pohlcování parametru zprava" +#~ msgstr "Přidat pohlcovĂĄnĂ­ parametru zprava" #~ msgid "Append Optional Parameter Eating From The Right" -#~ msgstr "Přidat pohlcování volitelného parametru zprava" +#~ msgstr "Přidat pohlcovĂĄnĂ­ volitelnĂŠho parametru zprava" #~ msgid "Remove Last Parameter Spitting Out To The Right" -#~ msgstr "Odstranit vyplivnutí posledního parametru doprava" +#~ msgstr "Odstranit vyplivnutĂ­ poslednĂ­ho parametru doprava" #~ msgid "figure" -#~ msgstr "obrázek" +#~ msgstr "obrĂĄzek" + +#~ msgid "table" +#~ msgstr "tabulka" #~ msgid "algorithm" #~ msgstr "algoritmus" @@ -31762,7 +26345,7 @@ msgstr "Nezn #~ msgstr "tablo" #~ msgid "Filtering layouts with \"" -#~ msgstr "Filtrovat rozvržení s \"" +#~ msgstr "Filtrovat rozvrĹženĂ­ s \"" #~ msgid "keywords" #~ msgstr "keywords" @@ -31771,7 +26354,13 @@ msgstr "Nezn #~ msgstr "Obsah|a" #~ msgid "FAQ|F" -#~ msgstr "Často kladené otázky (FAQ)|F" +#~ msgstr "Často kladenĂŠ otĂĄzky (FAQ)|F" + +#~ msgid "Slidecontents" +#~ msgstr "Slidecontents" + +#~ msgid "Progress Contents" +#~ msgstr "Progress Contents" #~ msgid "LinuxDoc" #~ msgstr "LinuxDoc" @@ -31780,22 +26369,25 @@ msgstr "Nezn #~ msgstr "LinuxDoc|x" #~ msgid "Adds \"backlink\" text to the end of each item in the bibliography" -#~ msgstr "Přidá \"backlink\" na konec každé položky bibliografie" +#~ msgstr "PřidĂĄ \"backlink\" na konec kaĹždĂŠ poloĹžky bibliografie" #~ msgid "Backreference by pa&ge number" -#~ msgstr "Zpětné reference dle čísla &stránky" +#~ msgstr "ZpětnĂŠ reference dle čísla &strĂĄnky" + +#~ msgid "American" +#~ msgstr "Angličtina (US)" #~ msgid "Austrian (old spelling)" -#~ msgstr "Rakousky (starý pravopis)" +#~ msgstr "Rakousky (starĂ˝ pravopis)" #~ msgid "Austrian" #~ msgstr "Rakousky" #~ msgid "Bahasa Malaysia" -#~ msgstr "Malajština" +#~ msgstr "MalajĹĄtina" #~ msgid "British" -#~ msgstr "Angličtina (Britská)" +#~ msgstr "Angličtina (BritskĂĄ)" #~ msgid "Canadian" #~ msgstr "Kanada" @@ -31840,37 +26432,37 @@ msgstr "Nezn #~ msgstr "Stadt:" #~ msgid "Braille mirror off" -#~ msgstr "Braille_zrcadlení_vyp" +#~ msgstr "Braille_zrcadlenĂ­_vyp" #~ msgid "Vertical alignment for fixed width columns" -#~ msgstr "Vertikální zarovnání pro pevně široké sloupce" +#~ msgstr "VertikĂĄlnĂ­ zarovnĂĄnĂ­ pro pevně ĹĄirokĂŠ sloupce" #~ msgid "LaTeX default" #~ msgstr "LaTeX standard" #~ msgid "Left-click to collapse the inset" -#~ msgstr "Levý klik pro sbalení vložky" +#~ msgstr "LevĂ˝ klik pro sbalenĂ­ vloĹžky" #~ msgid "Left-click to open the inset" -#~ msgstr "Levý klik pro otevření vložky" +#~ msgstr "LevĂ˝ klik pro otevřenĂ­ vloĹžky" #~ msgid "Keep *roff temporary files" -#~ msgstr "Nemazat pomocné *roff soubory" +#~ msgstr "Nemazat pomocnĂŠ *roff soubory" #~ msgid "Type shortcut while the cursor is in this field" -#~ msgstr "Stikněte zkratku, když je kurzor v tomto poli" +#~ msgstr "Stikněte zkratku, kdyĹž je kurzor v tomto poli" #~ msgid "Split View Horizontally|i" -#~ msgstr "Horizontální rozdělení|r" +#~ msgstr "HorizontĂĄlnĂ­ rozdělenĂ­|r" #~ msgid "Split View Vertically|V" -#~ msgstr "Vertikální rozdělení|V" +#~ msgstr "VertikĂĄlnĂ­ rozdělenĂ­|V" #~ msgid "The document class %1$s could not be found." -#~ msgstr "Třída dokumentu %1$s nenalezena." +#~ msgstr "Třída dokumentu %1$s nenalezena." #~ msgid "Class not found" -#~ msgstr "Třída nenalezena" +#~ msgstr "Třída nenalezena" #~ msgid "" #~ "Layout had to be changed from\n" @@ -31878,33 +26470,33 @@ msgstr "Nezn #~ "because of class conversion from\n" #~ "%3$s to %4$s" #~ msgstr "" -#~ "Rozvržení muselo být změněno z\n" +#~ "RozvrĹženĂ­ muselo bĂ˝t změněno z\n" #~ "%1$s na %2$s\n" -#~ "kvůli konverzi třídy z\n" +#~ "kvĹŻli konverzi třídy z\n" #~ "%3$s na %4$s" #~ msgid "Changed Layout" -#~ msgstr "Změněno rozvržení" +#~ msgstr "Změněno rozvrĹženĂ­" #~ msgid "Unknown layout" -#~ msgstr "Neznámé rozvržení" +#~ msgstr "NeznĂĄmĂŠ rozvrĹženĂ­" #~ msgid "" #~ "Layout '%1$s' does not exist in textclass '%2$s'\n" #~ "Trying to use the default instead.\n" #~ msgstr "" -#~ "Rozvržení '%1$s' neexistuje v třídě (textclass) '%2$s'\n" -#~ "Zkusím použít standardní nastavení.\n" +#~ "RozvrĹženĂ­ '%1$s' neexistuje v třídě (textclass) '%2$s'\n" +#~ "ZkusĂ­m pouŞít standardnĂ­ nastavenĂ­.\n" #, fuzzy #~ msgid "Adds an environment for hanging paragraphs." -#~ msgstr "Nelze indexovat víc než jeden odstavec !" +#~ msgstr "Nelze indexovat vĂ­c neĹž jeden odstavec !" #~ msgid "Opened Environment Inset: " -#~ msgstr "Prostředí - otevřená vložka: " +#~ msgstr "ProstředĂ­ - otevřenĂĄ vloĹžka: " #~ msgid "Display image in LyX" -#~ msgstr "Ukázat obrázek v LyX-u" +#~ msgstr "UkĂĄzat obrĂĄzek v LyX-u" #~ msgid "Screen display" #~ msgstr "Zobrazit na displeji" @@ -31913,7 +26505,7 @@ msgstr "Nezn #~ msgstr "Monochromaticky" #~ msgid "Grayscale" -#~ msgstr "Stupně šedi" +#~ msgstr "Stupně ĹĄedi" #~ msgid "%" #~ msgstr "%" @@ -31931,30 +26523,30 @@ msgstr "Nezn #~ msgstr "Nezobrazovat" #~ msgid "Unknown Info: " -#~ msgstr "Neznámá informace: " +#~ msgstr "NeznĂĄmĂĄ informace: " #~ msgid "Unknown action %1$s" -#~ msgstr "Neznámá akce %1$s" +#~ msgstr "NeznĂĄmĂĄ akce %1$s" #, fuzzy #~ msgid "Clear group" -#~ msgstr "Uzavřít stránku (\\clearpage)" +#~ msgstr "Uzavřít strĂĄnku (\\clearpage)" # TODO co to je? #~ msgid " (auto)" #~ msgstr " (auto)" #~ msgid "Toggle tabba&r" -#~ msgstr "Přepnout panel nástrojů pro tabulku" +#~ msgstr "Přepnout panel nĂĄstrojĹŻ pro tabulku" #~ msgid "Edit the file externally" -#~ msgstr "Edituj soubor externě" +#~ msgstr "Edituj soubor externě" #~ msgid "&Edit File..." #~ msgstr "&Editace souboru..." #~ msgid "LyX View" -#~ msgstr "LyX-zobrazení" +#~ msgstr "LyX-zobrazenĂ­" #, fuzzy #~ msgid "Movie" @@ -31965,37 +26557,37 @@ msgstr "Nezn #~ msgstr "Xfig: $$AbsOrRelPathParent$$Basename" #~ msgid "<- C&lear" -#~ msgstr "<- &Zrušit" +#~ msgstr "<- &ZruĹĄit" #~ msgid "A&pply" -#~ msgstr "&Použít" +#~ msgstr "&PouŞít" #~ msgid "Clear" -#~ msgstr "Zrušit" +#~ msgstr "ZruĹĄit" #~ msgid "Databa&ses (select to embed when saved in bundled format)" -#~ msgstr "&Databáze (pro vložení do sbaleného formátu)" +#~ msgstr "&DatabĂĄze (pro vloĹženĂ­ do sbalenĂŠho formĂĄtu)" #~ msgid "EmbeddedFiles" -#~ msgstr "SbalenéSoubory" +#~ msgstr "SbalenĂŠSoubory" #~ msgid "Extra embedded files:" -#~ msgstr "Přibalené soubory navíc:" +#~ msgstr "PřibalenĂŠ soubory navĂ­c:" #~ msgid "Add" -#~ msgstr "&Přidat" +#~ msgstr "&Přidat" #~ msgid "E&mbed" -#~ msgstr "&Přibalit" +#~ msgstr "&Přibalit" #~ msgid "&Center" -#~ msgstr "Na &střed" +#~ msgstr "Na &střed" #~ msgid "Use &bundled format for new documents" -#~ msgstr "Používat &sbalený formát pro nové dokumenty" +#~ msgstr "PouŞívat &sbalenĂ˝ formĂĄt pro novĂŠ dokumenty" #~ msgid "Failed to read embedded files" -#~ msgstr "Nepodařilo se přečíst přibalené soubory" +#~ msgstr "Nepodařilo se přečíst přibalenĂŠ soubory" #~ msgid "" #~ "Due to most likely a bug, LyX failed to locate all embedded file. If you " @@ -32003,78 +26595,78 @@ msgstr "Nezn #~ "is your main text. You may also be able to recover some embedded files. " #~ "Please report this bug to the lyx-devel mailing list." #~ msgstr "" -#~ "Pravděpodobně díky chybě se nepodařilo vyhledat všechny přibalené " -#~ "soubory. Pokud rozbalíte soubor LyXu (unzip), měli byste najít soubor " -#~ "content.lyx, který obsahuje váš hlavní text. Také by mělo být možné znovu " -#~ "získat některé z přibalených souborů. Prosíme nahlaste tuto chybu " -#~ "vývojářskému týmu." +#~ "Pravděpodobně dĂ­ky chybě se nepodařilo vyhledat vĹĄechny přibalenĂŠ " +#~ "soubory. Pokud rozbalĂ­te soubor LyXu (unzip), měli byste najĂ­t soubor " +#~ "content.lyx, kterĂ˝ obsahuje vĂĄĹĄ hlavnĂ­ text. TakĂŠ by mělo bĂ˝t moĹžnĂŠ znovu " +#~ "zĂ­skat některĂŠ z přibalenĂ˝ch souborĹŻ. ProsĂ­me nahlaste tuto chybu " +#~ "vĂ˝vojářskĂŠmu tĂ˝mu." #~ msgid " writing embedded files." -#~ msgstr " zapisování přibalených souborů." +#~ msgstr " zapisovĂĄnĂ­ přibalenĂ˝ch souborĹŻ." #~ msgid " could not write embedded files!" -#~ msgstr " nepodařilo se zapsat přibalené soubory!" +#~ msgstr " nepodařilo se zapsat přibalenĂŠ soubory!" #~ msgid "Failed to extract file" -#~ msgstr "Nepodařilo se rozbalit soubor" +#~ msgstr "Nepodařilo se rozbalit soubor" #~ msgid "" #~ "Cannot extract file '%1$s'.\n" #~ "Source file %2$s does not exist" #~ msgstr "" #~ "Nelze rozbalit soubor '%1$s'.\n" -#~ "Zdrojový soubor %2$s neexistuje" +#~ "ZdrojovĂ˝ soubor %2$s neexistuje" #~ msgid "External file %1$s already exists, do you want to overwrite it?" -#~ msgstr "Externí soubor %1$s již existuje, chcete tento soubor přepsat?" +#~ msgstr "ExternĂ­ soubor %1$s jiĹž existuje, chcete tento soubor přepsat?" #~ msgid "Copy file failure" -#~ msgstr "Chyba při kopírování souboru" +#~ msgstr "Chyba při kopĂ­rovĂĄnĂ­ souboru" #~ msgid "" #~ "Cannot create file path '%1$s'.\n" #~ "Please check whether the path is writeable." #~ msgstr "" -#~ "Nelze vytvořit cestu k souboru '%1$s'.\n" +#~ "Nelze vytvořit cestu k souboru '%1$s'.\n" #~ "Zkontrolujte, zda-li lze danou cestu zapsat." #~ msgid "" #~ "Cannot copy file %1$s to %2$s.\n" #~ "Please check whether the directory exists and is writeable." #~ msgstr "" -#~ "Nelze zkopírovat soubor %1$s na %2$s.\n" -#~ "Zkontrolujte, zda-li daný adresář existuje a lze do něj zapisovat." +#~ "Nelze zkopĂ­rovat soubor %1$s na %2$s.\n" +#~ "Zkontrolujte, zda-li danĂ˝ adresář existuje a lze do něj zapisovat." #~ msgid "Failed to embed file" -#~ msgstr "Nepodařilo se přibalit soubor" +#~ msgstr "Nepodařilo se přibalit soubor" #~ msgid "" #~ "Failed to embed file %1$s.\n" #~ "Please check whether this file exists and is readable." #~ msgstr "" -#~ "Nelze přibalit soubor %1$s.\n" -#~ "Zkontrolujte, zda-li tento soubor existuje a lze číst." +#~ "Nelze přibalit soubor %1$s.\n" +#~ "Zkontrolujte, zda-li tento soubor existuje a lze číst." #~ msgid "Update embedded file?" -#~ msgstr "Aktualizovat přibalený soubor?" +#~ msgstr "Aktualizovat přibalenĂ˝ soubor?" #~ msgid "Embedded file %1$s already exists, do you want to overwrite it" -#~ msgstr "Přibalený soubor %1$s již existuje. Chcete tento soubor přepsat" +#~ msgstr "PřibalenĂ˝ soubor %1$s jiĹž existuje. Chcete tento soubor přepsat" #~ msgid "Failed to copy embedded file" -#~ msgstr "Nepodařilo se zkopírovat přibalené soubory" +#~ msgstr "Nepodařilo se zkopĂ­rovat přibalenĂŠ soubory" #~ msgid "" #~ "Failed to embed file %1$s.\n" #~ "Please check whether the source file is available" #~ msgstr "" -#~ "Nelze přibalit soubor %1$s.\n" +#~ "Nelze přibalit soubor %1$s.\n" #~ "Zkontrolujte, zda-li tento soubor existuje." #~ msgid "" #~ "Embedded file %1$s does not exist. Did you tamper lyx temporary directory?" #~ msgstr "" -#~ "Přibalený soubor %1$s neexistuje. Neporušili jste pomocný adresář LyX-u?" +#~ "PřibalenĂ˝ soubor %1$s neexistuje. NeporuĹĄili jste pomocnĂ˝ adresář LyX-u?" #~ msgid "Sync file failure" #~ msgstr "Synchronizace selhala" @@ -32083,64 +26675,64 @@ msgstr "Nezn #~ "%1$d external files are ignored.\n" #~ "%2$d embeddable files are embedded.\n" #~ msgstr "" -#~ "%1$d externích souborů je ignorováno.\n" -#~ "%2$d balitelných souborů je přibaleno.\n" +#~ "%1$d externĂ­ch souborĹŻ je ignorovĂĄno.\n" +#~ "%2$d balitelnĂ˝ch souborĹŻ je přibaleno.\n" #~ msgid "Packing all files" -#~ msgstr "Sbalení všech souborů" +#~ msgstr "SbalenĂ­ vĹĄech souborĹŻ" #~ msgid "" #~ "%1$d external files are ignored.\n" #~ "%2$d embedded files are extracted.\n" #~ msgstr "" -#~ "%1$d externích souborů je ignorováno.\n" -#~ "%2$d balitelných souborů je rozbaleno.\n" +#~ "%1$d externĂ­ch souborĹŻ je ignorovĂĄno.\n" +#~ "%2$d balitelnĂ˝ch souborĹŻ je rozbaleno.\n" #~ msgid "Unpacking all files" -#~ msgstr "Rozbalení všech souborů" +#~ msgstr "RozbalenĂ­ vĹĄech souborĹŻ" #~ msgid "Wrong embedding status." -#~ msgstr "Chybný stav sbalení." +#~ msgstr "ChybnĂ˝ stav sbalenĂ­." #~ msgid "" #~ "File %1$s is included in more than one insets, but with different " #~ "embedding status. Assuming embedding status." #~ msgstr "" -#~ "Soubor %1$s je zahrnut ve více vložkách s rozdílnými volbami pro sbalení. " -#~ "Při konfliktu předpokládám volbu přibalení." +#~ "Soubor %1$s je zahrnut ve vĂ­ce vloĹžkĂĄch s rozdĂ­lnĂ˝mi volbami pro sbalenĂ­. " +#~ "Při konfliktu předpoklĂĄdĂĄm volbu přibalenĂ­." #~ msgid "Failed to write file" -#~ msgstr "Nepodařilo se zapsat soubor" +#~ msgstr "Nepodařilo se zapsat soubor" #~ msgid "Save failure" -#~ msgstr "Nepodařilo se uložit soubor" +#~ msgstr "Nepodařilo se uloĹžit soubor" #~ msgid "" #~ "Cannot create file %1$s.\n" #~ "Please check whether the directory exists and is writeable." #~ msgstr "" -#~ "Nelze vytvořit soubor %1$s.\n" -#~ "Zkontrolujte, zda-li daný adresář existuje a lze do něj zapisovat." +#~ "Nelze vytvořit soubor %1$s.\n" +#~ "Zkontrolujte, zda-li danĂ˝ adresář existuje a lze do něj zapisovat." #~ msgid "Embedded Files" -#~ msgstr "Přibalené soubory" +#~ msgstr "PřibalenĂŠ soubory" #~ msgid "Embedded layout" -#~ msgstr "Přibalit rozvržení" +#~ msgstr "Přibalit rozvrĹženĂ­" #~ msgid "" #~ "The layout file you have selected is an embedded layout that\n" #~ "is embedded to a buffer. You cannot make use of it unless\n" #~ "it is already embedded to this buffer.\n" #~ msgstr "" -#~ "Soubor rozvržení, který jste vybrali je přibalený k nějakému dokumentu.\n" -#~ "Nemůžete ho použít pokud už není přibalený k tomuto dokumentu.\n" +#~ "Soubor rozvrĹženĂ­, kterĂ˝ jste vybrali je přibalenĂ˝ k nějakĂŠmu dokumentu.\n" +#~ "NemĹŻĹžete ho pouŞít pokud uĹž nenĂ­ přibalenĂ˝ k tomuto dokumentu.\n" #~ msgid " (embedded)" -#~ msgstr " (přibaleno)" +#~ msgstr " (přibaleno)" #~ msgid "Error setting multicolumn" -#~ msgstr "Chyba při nastavování více-sloupce" +#~ msgstr "Chyba při nastavovĂĄnĂ­ vĂ­ce-sloupce" #~ msgid "Enspace (0.5 em)" #~ msgstr "En-mezera (0.5 em)" @@ -32153,34 +26745,40 @@ msgstr "Nezn #~ msgid "Enskip|k" #~ msgstr "nsim" +#~ msgid "Document could not be read" +#~ msgstr "Dokument nemĹŻĹže bĂ˝t přečten" + #~ msgid "Attempt to change type of parameters." -#~ msgstr "Pokus o změnu typu parametrů" +#~ msgstr "Pokus o změnu typu parametrĹŻ" #, fuzzy #~ msgid "InsetCommandParams error: " -#~ msgstr "Příkaz pro vložku: " +#~ msgstr "Příkaz pro vloĹžku: " #~ msgid "Can't find LatexCommand line." -#~ msgstr "Nelze nalézt řádku LatexCommand." +#~ msgstr "Nelze nalĂŠzt řádku LatexCommand." #, fuzzy #~ msgid "Properties...|P" -#~ msgstr "Nastavení...|N" +#~ msgstr "NastavenĂ­...|N" #~ msgid "New Line|e" -#~ msgstr "Nový řádek" +#~ msgstr "NovĂ˝ řádek" #~ msgid "Line Break|B" -#~ msgstr "Zalomení řádku|k" +#~ msgstr "ZalomenĂ­ řádku|k" + +#~ msgid "line break" +#~ msgstr "zalomenĂ­ řádku" #~ msgid "Links" #~ msgstr "Odkazy" #~ msgid "Editace" -#~ msgstr "Ukončování." +#~ msgstr "UkončovĂĄnĂ­." #~ msgid "Horizontal Fill|H" -#~ msgstr "Horizontální výplň|n" +#~ msgstr "HorizontĂĄlnĂ­ vĂ˝plň|n" #, fuzzy #~ msgid "true" @@ -32191,28 +26789,28 @@ msgstr "Nezn #~ msgstr "Case" #~ msgid "Show ERT inline" -#~ msgstr "Zobrazit ERT uvnitř řádky" +#~ msgstr "Zobrazit ERT uvnitř řádky" #~ msgid "&Inline" -#~ msgstr "&V řádce" +#~ msgstr "&V řádce" #~ msgid "S&ubfigure" -#~ msgstr "&Podobrázek" +#~ msgstr "&PodobrĂĄzek" #~ msgid "The caption for the sub-figure" -#~ msgstr "Popisek podobrázku" +#~ msgstr "Popisek podobrĂĄzku" #~ msgid "&Use language's default encoding" -#~ msgstr "Po&užij standardní kódování jazyka" +#~ msgstr "Po&uĹžij standardnĂ­ kĂłdovĂĄnĂ­ jazyka" #~ msgid "Framed in box" -#~ msgstr "Vložit do rámečku" +#~ msgstr "VloĹžit do rĂĄmečku" #~ msgid "&Shaded" -#~ msgstr "&Stínování" +#~ msgstr "&StĂ­novĂĄnĂ­" #~ msgid "Paper Size" -#~ msgstr "Velikost stránky" +#~ msgstr "Velikost strĂĄnky" #~ msgid "&Colors" #~ msgstr "&Barvy" @@ -32221,37 +26819,37 @@ msgstr "Nezn #~ msgstr "K&op. skripty" #~ msgid "&File formats" -#~ msgstr "&Formáty souboru" +#~ msgstr "&FormĂĄty souboru" #~ msgid "&GUI name:" -#~ msgstr "Jméno &GUI:" +#~ msgstr "JmĂŠno &GUI:" #~ msgid "External Applications" -#~ msgstr "Externí Aplikace" +#~ msgstr "ExternĂ­ Aplikace" #~ msgid "Save/restore window size, or use fixed size" -#~ msgstr "Uložit/obnovit velikost okna, nebo použít fixní velikost" +#~ msgstr "UloĹžit/obnovit velikost okna, nebo pouŞít fixnĂ­ velikost" #~ msgid "Save/restore window position" -#~ msgstr "Uložit/obnovit pozici okna" +#~ msgstr "UloĹžit/obnovit pozici okna" #~ msgid " every" -#~ msgstr " každých" +#~ msgstr " kaĹždĂ˝ch" #~ msgid "Scrolling" -#~ msgstr "Posouvání textu" +#~ msgstr "PosouvĂĄnĂ­ textu" #~ msgid "Pixmap Cache" -#~ msgstr "Vyrovnávací paměť pro Pixmap" +#~ msgstr "VyrovnĂĄvacĂ­ paměť pro Pixmap" #~ msgid "Enable Pi&xmap Cache" -#~ msgstr "Zapnout &paměť pro Pixmap" +#~ msgstr "Zapnout &paměť pro Pixmap" #~ msgid "&URL:" #~ msgstr "&URL:" #~ msgid "Output as a hyperlink ?" -#~ msgstr "Výstup jako odkaz ?" +#~ msgstr "VĂ˝stup jako odkaz ?" #~ msgid "&Units:" #~ msgstr "&Jednotky:" @@ -32374,104 +26972,104 @@ msgstr "Nezn #~ msgstr "Bahasa" #~ msgid "Magyar" -#~ msgstr "Maďarština" +#~ msgstr "MaďarĹĄtina" #~ msgid "Serbo-Croatian" -#~ msgstr "Srbochorvatština" +#~ msgstr "SrbochorvatĹĄtina" #~ msgid "Swap Rows|S" -#~ msgstr "Přehodit řádky|h" +#~ msgstr "Přehodit řádky|h" #~ msgid "Swap Columns|w" -#~ msgstr "Přehodit sloupce|i" +#~ msgstr "Přehodit sloupce|i" #~ msgid "Framed|F" -#~ msgstr "Rámovaně|R" +#~ msgstr "RĂĄmovaně|R" #~ msgid "Shaded|S" -#~ msgstr "Stínovaně|S" +#~ msgstr "StĂ­novaně|S" #~ msgid "Insert URL" -#~ msgstr "Vložit URL" +#~ msgstr "VloĹžit URL" #~ msgid "Can't load document class" -#~ msgstr "Nelze načíst třídu dokumentu" +#~ msgstr "Nelze načíst třídu dokumentu" #~ msgid "" #~ "Using the default document class, because the class %1$s could not be " #~ "loaded." -#~ msgstr "Použita standardní třída dokumentu, neboť třída %1$s nelze načíst." +#~ msgstr "PouĹžita standardnĂ­ třída dokumentu, neboĹĽ třída %1$s nelze načíst." #~ msgid "" #~ "The document could not be converted\n" #~ "into the document class %1$s." #~ msgstr "" -#~ "Dokument nemohl být převeden\n" -#~ "do třídy dokumentů %1$s." +#~ "Dokument nemohl bĂ˝t převeden\n" +#~ "do třídy dokumentĹŻ %1$s." #~ msgid "" #~ "Specify geometry of the main view in width x height (values from last " #~ "session will not be used if non-zero values are specified)." #~ msgstr "" -#~ "Nastavte velikost hlavního okna (šířka x výška). Nulové hodnoty " -#~ "způsobípoužití hodnot z poslední relace." +#~ "Nastavte velikost hlavnĂ­ho okna (šířka x výťka). NulovĂŠ hodnoty " +#~ "zpĹŻsobĂ­pouĹžitĂ­ hodnot z poslednĂ­ relace." #~ msgid "&Switch to document" -#~ msgstr "Přepni na &dokument" +#~ msgstr "Přepni na &dokument" #~ msgid "" #~ "Could not open the specified document\n" #~ "%1$s\n" #~ "due to the error: %2$s" #~ msgstr "" -#~ "Nelze otevřít zadaný dokument\n" +#~ "Nelze otevřít zadanĂ˝ dokument\n" #~ "%1$s\n" -#~ "způsobeno chybou: %2$s" +#~ "zpĹŻsobeno chybou: %2$s" #~ msgid "Rectangular box" -#~ msgstr "Čtvercový rám" +#~ msgstr "ČtvercovĂ˝ rĂĄm" #~ msgid "Shadow box" -#~ msgstr "Stínovaný rám" +#~ msgstr "StĂ­novanĂ˝ rĂĄm" #~ msgid "LyX: Delimiters" -#~ msgstr "Lyx: Oddělovače" +#~ msgstr "Lyx: Oddělovače" #~ msgid "LyX: Insert Matrix" -#~ msgstr "LyX: Vlož Matici" +#~ msgstr "LyX: VloĹž Matici" #~ msgid "Copiers" -#~ msgstr "Skripty pro kopírování" +#~ msgstr "Skripty pro kopĂ­rovĂĄnĂ­" #~ msgid "Boxed" -#~ msgstr "Rámování" +#~ msgstr "RĂĄmovĂĄnĂ­" #~ msgid "ovalbox" -#~ msgstr "oválný rám" +#~ msgstr "ovĂĄlnĂ˝ rĂĄm" #~ msgid "Ovalbox" -#~ msgstr "Oválný rám" +#~ msgstr "OvĂĄlnĂ˝ rĂĄm" #~ msgid "Shadowbox" -#~ msgstr "Stínovaný rám" +#~ msgstr "StĂ­novanĂ˝ rĂĄm" #~ msgid "Doublebox" -#~ msgstr "Dvojitý rám" +#~ msgstr "DvojitĂ˝ rĂĄm" #~ msgid "Opened CharStyle Inset" -#~ msgstr "Styl znaku - otevřená vložka" +#~ msgstr "Styl znaku - otevřenĂĄ vloĹžka" #~ msgid "Unknown inset name: " -#~ msgstr "Neznámé jméno vložky: " +#~ msgstr "NeznĂĄmĂŠ jmĂŠno vloĹžky: " #~ msgid "Program Listing " -#~ msgstr "Výpis zdrojového kódu " +#~ msgstr "VĂ˝pis zdrojovĂŠho kĂłdu " #~ msgid "Framed" -#~ msgstr "Rámovaně" +#~ msgstr "RĂĄmovaně" #~ msgid "Opened Theorem Inset" -#~ msgstr "Teorém - otevřená vložka" +#~ msgstr "TeorĂŠm - otevřenĂĄ vloĹžka" #~ msgid "Url: " #~ msgstr "Url: " @@ -32480,31 +27078,31 @@ msgstr "Nezn #~ msgstr "HtmlUrl: " #~ msgid "Default (outer)" -#~ msgstr "Standardní (vnější)" +#~ msgstr "StandardnĂ­ (vnějĹĄĂ­)" #~ msgid "Outer" -#~ msgstr "Vnější" +#~ msgstr "VnějĹĄĂ­" #~ msgid "Text Wrap Settings" -#~ msgstr "Nastavení obtékání textu" +#~ msgstr "NastavenĂ­ obtĂŠkĂĄnĂ­ textu" #~ msgid "%1$d words in selection." -#~ msgstr "%1$d slov ve výběru." +#~ msgstr "%1$d slov ve vĂ˝běru." #~ msgid "%1$d words in document." #~ msgstr "%1$d slov v dokumentu." #~ msgid "One word in selection." -#~ msgstr "Jedno slovo ve výběru." +#~ msgstr "Jedno slovo ve vĂ˝běru." #~ msgid "One word in document." #~ msgstr "Jedno slovo v dokumentu." #~ msgid "Count words" -#~ msgstr "Spočítat slova" +#~ msgstr "Spočítat slova" #~ msgid "Encoding error" -#~ msgstr "Chyba kódování" +#~ msgstr "Chyba kĂłdovĂĄnĂ­" #, fuzzy #~ msgid "Placeholders" @@ -32523,25 +27121,28 @@ msgstr "Nezn #~ msgstr "Case @Section@.\\arabic{theorem}." #~ msgid "&Load" -#~ msgstr "&Načíst" +#~ msgstr "&Načíst" #~ msgid "caption parameter is not quoted with braces" -#~ msgstr "parametr popisku není uveden v závorkách" +#~ msgstr "parametr popisku nenĂ­ uveden v zĂĄvorkĂĄch" #~ msgid "label parameter is not quoted with braces" -#~ msgstr "parametr značky není uveden v závorkách" +#~ msgstr "parametr značky nenĂ­ uveden v zĂĄvorkĂĄch" #~ msgid "Co&pies:" #~ msgstr "Kopi&e:" #~ msgid "Printer &name:" -#~ msgstr "&Jméno tiskárny:" +#~ msgstr "&JmĂŠno tiskĂĄrny:" + +#~ msgid "Font st&yle:" +#~ msgstr "&Rodina pĂ­sma:" #~ msgid "&Extended Chars" -#~ msgstr "R&ozšířené znaky" +#~ msgstr "R&ozšířenĂŠ znaky" #~ msgid "Use printer name explicitely" -#~ msgstr "Explicitní jméno tiskárny" +#~ msgstr "ExplicitnĂ­ jmĂŠno tiskĂĄrny" #~ msgid "Part " #~ msgstr "Part " @@ -32549,6 +27150,9 @@ msgstr "Nezn #~ msgid "Frame " #~ msgstr "Frame " +#~ msgid "columns " +#~ msgstr "columns " + #~ msgid "overprint " #~ msgstr "overprint " @@ -32574,14 +27178,14 @@ msgstr "Nezn #~ msgstr "Conjecture " #~ msgid "default" -#~ msgstr "standardní" +#~ msgstr "standardnĂ­" #~ msgid "common" -#~ msgstr "běžný" +#~ msgstr "běžnĂ˝" # TODO vskutku? #~ msgid "primitive" -#~ msgstr "primitivní" +#~ msgstr "primitivnĂ­" #, fuzzy #~ msgid "Toggle Table of Contents" @@ -32603,14 +27207,14 @@ msgstr "Nezn #, fuzzy #~ msgid "Upper" -#~ msgstr "Velká písmena|l" +#~ msgstr "VelkĂĄ pĂ­smena|l" #~ msgid "Table of contents" #~ msgstr "Obsah" #, fuzzy #~ msgid "Number style" -#~ msgstr "Očíslovaný seznam" +#~ msgstr "OčíslovanĂ˝ seznam" #~ msgid "" #~ "The output file could not be closed properly.\n" @@ -32618,10 +27222,10 @@ msgstr "Nezn #~ "chosen encoding.\n" #~ "Changing the document encoding to utf8 could help." #~ msgstr "" -#~ "Výstupní soubor nemohl být korektně uzavřen.\n" -#~ "Pravděpodobně nejsou něktěré znaky vašeho dokumentu reprezentovatelnéve " -#~ "zvolném kódování.\n" -#~ "Mohla by pomoci změna kódování dokumentu na utf8." +#~ "VĂ˝stupnĂ­ soubor nemohl bĂ˝t korektně uzavřen.\n" +#~ "Pravděpodobně nejsou něktěrĂŠ znaky vaĹĄeho dokumentu reprezentovatelnĂŠve " +#~ "zvolnĂŠm kĂłdovĂĄnĂ­.\n" +#~ "Mohla by pomoci změna kĂłdovĂĄnĂ­ dokumentu na utf8." #~ msgid "block " #~ msgstr "block " @@ -32636,22 +27240,26 @@ msgstr "Nezn #~ msgid "&Caption" #~ msgstr "Popisek" +#, fuzzy +#~ msgid "A caption for the List of Listings" +#~ msgstr "Popisek podobrĂĄzku" + #, fuzzy #~ msgid "&Label" -#~ msgstr "Z&načka:" +#~ msgstr "Z&načka:" #, fuzzy #~ msgid "A Label for the caption" #~ msgstr "Table Caption" #~ msgid "<- P&romote" -#~ msgstr "<- &Zvýšit" +#~ msgstr "<- &Zvýťit" #~ msgid "D&own" -#~ msgstr "&Dolů" +#~ msgstr "&DolĹŻ" #~ msgid "De&mote ->" -#~ msgstr "&Snížit ->" +#~ msgstr "&SnĂ­Ĺžit ->" #~ msgid "Upd&ate" #~ msgstr "&Aktualizace" @@ -32664,53 +27272,56 @@ msgstr "Nezn #~ "No font change defined. Use Character under the Layout menu to define " #~ "font change." #~ msgstr "" -#~ "Nebyla definována změna fontu. Použijte Znak v menu Rozvržení pro " -#~ "definici změny fontu." +#~ "Nebyla definovĂĄna změna fontu. PouĹžijte Znak v menu RozvrĹženĂ­ pro " +#~ "definici změny fontu." #~ msgid "Unknown toc list" -#~ msgstr "Neznámý seznam Obsahu" +#~ msgstr "NeznĂĄmĂ˝ seznam Obsahu" #~ msgid "Glossary|G" -#~ msgstr "Slovníček|v" +#~ msgstr "Slovníček|v" #~ msgid "Insert glossary entry" -#~ msgstr "Vložit heslo slovníčku (glossary)" +#~ msgstr "VloĹžit heslo slovníčku (glossary)" #~ msgid "Glo" #~ msgstr "Slv" #~ msgid "Glossary" -#~ msgstr "Slovníček" +#~ msgstr "Slovníček" #~ msgid "Open this panel as a separate window" -#~ msgstr "Otevřít tenhle panel jako samostatné okno" +#~ msgstr "Otevřít tenhle panel jako samostatnĂŠ okno" #~ msgid "&Detach panel" -#~ msgstr "O&ddělit panel" +#~ msgstr "O&ddělit panel" #~ msgid "Select a page of symbols" -#~ msgstr "Vybrat stránku se symboly" +#~ msgstr "Vybrat strĂĄnku se symboly" #~ msgid "Insert spacing" -#~ msgstr "Vložit mezeru" +#~ msgstr "VloĹžit mezeru" #~ msgid "Set limits style" -#~ msgstr "Nastavit styl indexů" +#~ msgstr "Nastavit styl indexĹŻ" #~ msgid "Set math font" #~ msgstr "Nastavit font pro matematiku" +#~ msgid "Insert fraction" +#~ msgstr "VloĹžit zlomek" + #~ msgid "Toggle between display and inline mode" -#~ msgstr "Přepínání mezi display (celořádkový) a inline módem" +#~ msgstr "PřepĂ­nĂĄnĂ­ mezi display (celořádkovĂ˝) a inline mĂłdem" #~ msgid "Show delimiter and bracket dialog" -#~ msgstr "Dialog pro oddělovače a závorky" +#~ msgstr "Dialog pro oddělovače a zĂĄvorky" #~ msgid "Math Panel|l" -#~ msgstr "Matematický panel|" +#~ msgstr "MatematickĂ˝ panel|" #~ msgid "Math Panel|P" -#~ msgstr "Matematický panel|M" +#~ msgstr "MatematickĂ˝ panel|M" #~ msgid "Show math panel" #~ msgstr "Zobrazit mat. panel" @@ -32719,7 +27330,7 @@ msgstr "Nezn #~ msgstr "LyX: Mat. odmocniny" #~ msgid "Cube root\t\\root" -#~ msgstr "Třetí odmocnina\t\\root" +#~ msgstr "TřetĂ­ odmocnina\t\\root" #~ msgid "LyX: Math Styles" #~ msgstr "LyX: Mat. styly" @@ -32728,48 +27339,48 @@ msgstr "Nezn #~ msgstr "LyX: Mat. Fonty" #~ msgid "The document uses a missing TeX class \"%1$s\".\n" -#~ msgstr "Dokument používá chybějící TeX-ovou třídu \"%1$s\".\n" +#~ msgstr "Dokument pouŞívĂĄ chybějĂ­cĂ­ TeX-ovou třídu \"%1$s\".\n" #, fuzzy #~ msgid "Insert math delimiters" -#~ msgstr "Vložit oddělovače" +#~ msgstr "VloĹžit oddělovače" #~ msgid "E&xtra options" -#~ msgstr "Možnosti naví&c" +#~ msgstr "MoĹžnosti navĂ­&c" #~ msgid "Alig&nment:" -#~ msgstr "&Zarovnání:" +#~ msgstr "&ZarovnĂĄnĂ­:" #~ msgid "&From:" #~ msgstr "&Z:" #~ msgid "&To:[[as in 'From format x to format y']]" -#~ msgstr "&Do:[[jako v 'Z formátu x do formátu y']]" +#~ msgstr "&Do:[[jako v 'Z formĂĄtu x do formĂĄtu y']]" #~ msgid "&Converters" #~ msgstr "&Konvertory" #~ msgid "Tell whether this format can contain vector graphics." -#~ msgstr "Určete, zda smí tento formát obsahovat vektorovou grafiku" +#~ msgstr "Určete, zda smĂ­ tento formĂĄt obsahovat vektorovou grafiku" #~ msgid "" #~ "Tell whether this format is a document format. A document cannot be " #~ "exported to or viewed in a non-document format." #~ msgstr "" -#~ "Je tento formát formátem dokumentu? Soubor nemůže být exportován nebo " -#~ "prohlížen pokud nemá formát dokumentu." +#~ "Je tento formĂĄt formĂĄtem dokumentu? Soubor nemĹŻĹže bĂ˝t exportovĂĄn nebo " +#~ "prohlĂ­Ĺžen pokud nemĂĄ formĂĄt dokumentu." #~ msgid "The encoding for the screen fonts." -#~ msgstr "Kódování fontů na obrazovce." +#~ msgstr "KĂłdovĂĄnĂ­ fontĹŻ na obrazovce." #~ msgid "The bold font in the dialogs." -#~ msgstr "Tučný font v dialogových oknech." +#~ msgstr "TučnĂ˝ font v dialogovĂ˝ch oknech." #~ msgid "The encoding for the menu/popups fonts." -#~ msgstr "Kódování fontů v menu a popup oknech." +#~ msgstr "KĂłdovĂĄnĂ­ fontĹŻ v menu a popup oknech." #~ msgid "The normal font in the dialogs." -#~ msgstr "Normální font v dialogových oknech." +#~ msgstr "NormĂĄlnĂ­ font v dialogovĂ˝ch oknech." #~ msgid "\tEnd." #~ msgstr "\tEnd." @@ -32781,12 +27392,12 @@ msgstr "Nezn #~ msgstr "PrettyRef: " #~ msgid "Opening child document " -#~ msgstr "Otvírání dokumentu potomka" +#~ msgstr "OtvĂ­rĂĄnĂ­ dokumentu potomka" #, fuzzy #~ msgid "Special Insets|S" -#~ msgstr "Otevři všechny vložky|O" +#~ msgstr "Otevři vĹĄechny vloĹžky|O" #, fuzzy #~ msgid "Insets|n" -#~ msgstr "Vložit|V" +#~ msgstr "VloĹžit|V" diff --git a/src/Makefile.am b/src/Makefile.am index b40d4e04d6..125f1dbf2b 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -2,8 +2,6 @@ include $(top_srcdir)/config/common.am ############################### Core ############################## -DISTCLEANFILES += libintl.h - AM_CPPFLAGS += $(PCH_FLAGS) -I$(top_srcdir)/src $(BOOST_INCLUDES) $(ENCHANT_CFLAGS) $(HUNSPELL_CFLAGS) AM_CPPFLAGS += $(QT4_CPPFLAGS) $(QT4_CORE_INCLUDES) @@ -15,8 +13,8 @@ SUBDIRS = support frontends . $(CLIENT) tex2lyx EXTRA_DIST = pch.h -OTHERLIBS = $(BOOST_LIBS) $(INTLLIBS) $(MYTHES_LIBS) \ - $(ENCHANT_LIBS) $(HUNSPELL_LIBS) @LIBS@ $(SOCKET_LIBS) $(LIBSHLWAPI) $(LIBPSAPI) +OTHERLIBS = $(BOOST_LIBS) $(MYTHES_LIBS) $(ENCHANT_LIBS) $(HUNSPELL_LIBS) \ + @LIBS@ $(SOCKET_LIBS) $(LIBSHLWAPI) $(LIBPSAPI) noinst_LIBRARIES = liblyxcore.a bin_PROGRAMS = lyx @@ -678,7 +676,7 @@ check_PROGRAMS = \ check_layout check_layout_CPPFLAGS = $(AM_CPPFLAGS) -DNO_LAYOUT_CSS -check_layout_LDADD = support/liblyxsupport.a $(INTLLIBS) $(LIBICONV) $(BOOST_LIBS) @LIBS@ $(QT4_CORE_LIBS) $(LIBSHLWAPI) +check_layout_LDADD = support/liblyxsupport.a $(LIBICONV) $(BOOST_LIBS) @LIBS@ $(QT4_CORE_LIBS) $(LIBSHLWAPI) # need to allow multiple definitions of _() (see dummy_functions.cpp) check_layout_LDFLAGS = $(QT4_CORE_LDFLAGS) -Wl,--allow-multiple-definition check_layout_SOURCES = \ diff --git a/src/client/Makefile.am b/src/client/Makefile.am index a79b720aa3..d3c4da45d5 100644 --- a/src/client/Makefile.am +++ b/src/client/Makefile.am @@ -12,7 +12,7 @@ AM_CPPFLAGS += -I$(srcdir)/.. $(BOOST_INCLUDES) lyxclient_LDADD = \ $(top_builddir)/src/support/liblyxsupport.a \ - $(BOOST_LIBS) $(INTLLIBS) @LIBS@ $(SOCKET_LIBS) \ + $(BOOST_LIBS) @LIBS@ $(SOCKET_LIBS) \ $(QT4_LIB) $(QT4_LDFLAGS) $(LIBSHLWAPI) $(LIBPSAPI) if INSTALL_MACOSX diff --git a/src/support/Makefile.am b/src/support/Makefile.am index dfe4d0ec71..ab353b497b 100644 --- a/src/support/Makefile.am +++ b/src/support/Makefile.am @@ -155,21 +155,21 @@ check_PROGRAMS = \ check_filetools \ check_lstrings -check_convert_LDADD = liblyxsupport.a $(INTLLIBS) $(LIBICONV) $(BOOST_LIBS) $(QT4_CORE_LIBS) $(LIBSHLWAPI) +check_convert_LDADD = liblyxsupport.a $(LIBICONV) $(BOOST_LIBS) $(QT4_CORE_LIBS) $(LIBSHLWAPI) check_convert_LDFLAGS = $(QT4_LDFLAGS) check_convert_SOURCES = \ tests/check_convert.cpp \ tests/dummy_functions.cpp \ tests/boost.cpp -check_filetools_LDADD = liblyxsupport.a $(INTLLIBS) $(LIBICONV) $(BOOST_LIBS) $(QT4_CORE_LIBS) $(LIBSHLWAPI) +check_filetools_LDADD = liblyxsupport.a $(LIBICONV) $(BOOST_LIBS) $(QT4_CORE_LIBS) $(LIBSHLWAPI) check_filetools_LDFLAGS = $(QT4_CORE_LDFLAGS) check_filetools_SOURCES = \ tests/check_filetools.cpp \ tests/dummy_functions.cpp \ tests/boost.cpp -check_lstrings_LDADD = liblyxsupport.a $(INTLLIBS) $(LIBICONV) $(BOOST_LIBS) $(QT4_CORE_LIBS) $(LIBSHLWAPI) +check_lstrings_LDADD = liblyxsupport.a $(LIBICONV) $(BOOST_LIBS) $(QT4_CORE_LIBS) $(LIBSHLWAPI) check_lstrings_LDFLAGS = $(QT4_CORE_LDFLAGS) check_lstrings_SOURCES = \ tests/check_lstrings.cpp \ diff --git a/src/support/Messages.cpp b/src/support/Messages.cpp index 4e8dca17b0..0ce9d552a1 100644 --- a/src/support/Messages.cpp +++ b/src/support/Messages.cpp @@ -319,11 +319,6 @@ namespace lyx { Messages::Messages(string const & /* l */) {} -void Messages::init() -{ -} - - docstring const Messages::get(string const & m) const { docstring trans = from_ascii(m); diff --git a/src/support/docstring.cpp b/src/support/docstring.cpp index 5a4ddccd36..727e1f594c 100644 --- a/src/support/docstring.cpp +++ b/src/support/docstring.cpp @@ -771,7 +771,6 @@ private: // [+-]? [0-9]* .? [0-9]* ([eE] [+-]? [0-9]+)? string s; s.reserve(64); - char c; numpunct_facet p; char const dot = p.decimal_point(); char const sep = p.thousands_sep(); diff --git a/src/tex2lyx/Makefile.am b/src/tex2lyx/Makefile.am index 96b479fe90..9ebbdc0fde 100644 --- a/src/tex2lyx/Makefile.am +++ b/src/tex2lyx/Makefile.am @@ -14,7 +14,7 @@ man_MANS = tex2lyx.1 bin_PROGRAMS = tex2lyx -DEFAULT_INCLUDES = +DEFAULT_INCLUDES = AM_CPPFLAGS += -DTEX2LYX -DNO_LAYOUT_CSS $(PCH_FLAGS) -I$(top_srcdir)/src/tex2lyx \ -I$(top_srcdir)/src -I$(top_builddir) $(BOOST_INCLUDES) @@ -100,7 +100,7 @@ tex2lyx_SOURCES = \ tex2lyx_LDADD = \ $(top_builddir)/src/support/liblyxsupport.a \ - $(INTLLIBS) $(LIBICONV) $(BOOST_LIBS) \ + $(LIBICONV) $(BOOST_LIBS) \ $(QT4_LIB) $(QT4_LDFLAGS) \ @LIBS@ $(LIBSHLWAPI) $(LIBPSAPI)