diff -Nru libreoffice-l10n-6.2.5/bin/check-elf-dynamic-objects libreoffice-l10n-6.2.6/bin/check-elf-dynamic-objects --- libreoffice-l10n-6.2.5/bin/check-elf-dynamic-objects 2019-06-26 18:16:53.000000000 +0000 +++ libreoffice-l10n-6.2.6/bin/check-elf-dynamic-objects 2019-08-08 19:58:13.000000000 +0000 @@ -97,7 +97,7 @@ gtk2whitelist="libgtk-x11-2.0.so.0 libgdk-x11-2.0.so.0 libpangocairo-1.0.so.0 libfribidi.so.0 libatk-1.0.so.0 libcairo.so.2 libgio-2.0.so.0 libpangoft2-1.0.so.0 libpango-1.0.so.0 libfontconfig.so.1 libfreetype.so.6 libgdk_pixbuf-2.0.so.0 libgobject-2.0.so.0 libglib-2.0.so.0 libgmodule-2.0.so.0 libgthread-2.0.so.0 libdbus-glib-1.so.2 libdbus-1.so.3" gtk3whitelist="libgtk-3.so.0 libgdk-3.so.0 libcairo-gobject.so.2 libpangocairo-1.0.so.0 libfribidi.so.0 libatk-1.0.so.0 libcairo.so.2 libgio-2.0.so.0 libpangoft2-1.0.so.0 libpango-1.0.so.0 libfontconfig.so.1 libfreetype.so.6 libgdk_pixbuf-2.0.so.0 libgobject-2.0.so.0 libglib-2.0.so.0 libgmodule-2.0.so.0 libgthread-2.0.so.0 libdbus-glib-1.so.2 libdbus-1.so.3" kde4whitelist="libkio.so.5 libkfile.so.4 libkdeui.so.5 libkdecore.so.5 libQtNetwork.so.4 libQtGui.so.4 libQtCore.so.4 libglib-2.0.so.0" -qt5whitelist="libQt5Core.so.5 libQt5Gui.so.5 libQt5Network.so.5 libQt5Widgets.so.5 libQt5X11Extras.so.5 libcairo.so.2 libglib-2.0.so.0" +qt5whitelist="libQt5Core.so.5 libQt5Gui.so.5 libQt5Network.so.5 libQt5Widgets.so.5 libQt5X11Extras.so.5 libcairo.so.2 libglib-2.0.so.0 libxcb.so.1" kf5whitelist="libKF5ConfigCore.so.5 libKF5CoreAddons.so.5 libKF5I18n.so.5 libKF5KIOCore.so.5 libKF5KIOFileWidgets.so.5 libKF5KIOWidgets.so.5 libKF5WindowSystem.so.5" avahiwhitelist="libdbus-glib-1.so.2 libdbus-1.so.3 libgobject-2.0.so.0 libgmodule-2.0.so.0 libgthread-2.0.so.0 libglib-2.0.so.0 libavahi-common.so.3 libavahi-client.so.3" kerberoswhitelist="libgssapi_krb5.so.2 libcom_err.so.2 libkrb5.so.3" @@ -131,7 +131,7 @@ ;; */libvclplug_kde5lo.so|*/libkde5be1lo.so) if [ "$ENABLE_KDE5" = TRUE ]; then - whitelist="${whitelist} ${qt5whitelist} ${kf5whitelist} libxcb.so.1" + whitelist="${whitelist} ${qt5whitelist} ${kf5whitelist}" fi ;; */libvclplug_gtklo.so|*/libqstart_gtklo.so|*/updater) @@ -147,13 +147,13 @@ ;; */libvclplug_gtk3_kde5lo.so) if [ "$ENABLE_GTK3_KDE5" = TRUE ]; then - whitelist="${whitelist} ${x11whitelist} ${gtk3whitelist} ${qt5whitelist} ${kf5whitelist} libxcb.so.1" + whitelist="${whitelist} ${x11whitelist} ${gtk3whitelist} ${qt5whitelist} ${kf5whitelist}" fi ;; */lo_kde5filepicker) if [ "$ENABLE_GTK3_KDE5" = TRUE ]; then whitelist="${whitelist} ${x11whitelist} ${gtk3whitelist} ${qt5whitelist} \ - ${kf5whitelist} libxcb.so.1" + ${kf5whitelist}" fi ;; */libdesktop_detectorlo.so|*/ui-previewer|*/oosplash|*/gengal.bin) diff -Nru libreoffice-l10n-6.2.5/config_host/config_vclplug.h.in libreoffice-l10n-6.2.6/config_host/config_vclplug.h.in --- libreoffice-l10n-6.2.5/config_host/config_vclplug.h.in 2019-06-26 18:16:53.000000000 +0000 +++ libreoffice-l10n-6.2.6/config_host/config_vclplug.h.in 2019-08-08 19:58:13.000000000 +0000 @@ -12,4 +12,6 @@ #define ENABLE_KDE5 0 #define ENABLE_GTK3_KDE5 0 +#define QT5_USING_X11 0 + #endif diff -Nru libreoffice-l10n-6.2.5/configure.ac libreoffice-l10n-6.2.6/configure.ac --- libreoffice-l10n-6.2.5/configure.ac 2019-06-26 18:16:53.000000000 +0000 +++ libreoffice-l10n-6.2.6/configure.ac 2019-08-08 19:58:13.000000000 +0000 @@ -9,7 +9,7 @@ # several non-alphanumeric characters, those are split off and used only for the # ABOUTBOXPRODUCTVERSIONSUFFIX in openoffice.lst. Why that is necessary, no idea. -AC_INIT([LibreOffice],[6.2.5.2],[],[],[http://documentfoundation.org/]) +AC_INIT([LibreOffice],[6.2.6.2],[],[],[http://documentfoundation.org/]) AC_PREREQ([2.59]) @@ -11292,10 +11292,18 @@ AC_MSG_ERROR([Qt5 libraries not found. Please specify the root of your Qt5 installation by exporting QT5DIR before running "configure".]) fi - QT5_CFLAGS="-I$qt5_incdir -DQT_CLEAN_NAMESPACE -DQT_THREAD_SUPPORT" + QT5_CFLAGS="-I$qt5_incdir -DQT_CLEAN_NAMESPACE -DQT_THREAD_SUPPORT -DQT_NO_VERSION_TAGGING" QT5_CFLAGS=$(printf '%s' "$QT5_CFLAGS" | sed -e "s/-I/${ISYSTEM?}/g") QT5_LIBS="-L$qt5_libdir -lQt5Core -lQt5Gui -lQt5Widgets -lQt5Network" + if test "$USING_X11" = TRUE; then + PKG_CHECK_MODULES(QT5_XCB,[xcb],,[AC_MSG_ERROR([XCB not found, which is needed for correct app grouping in X11.])]) + QT5_CFLAGS="$QT5_CFLAGS $QT5_XCB_CFLAGS" + QT5_LIBS="$QT5_LIBS $QT5_XCB_LIBS -lQt5X11Extras" + QT5_USING_X11=1 + AC_DEFINE(QT5_USING_X11) + fi + dnl Check for Meta Object Compiler AC_PATH_PROGS( MOC5, [moc-qt5 moc], no, [`dirname $qt5_libdir`/bin:$QT5DIR/bin:$PATH] ) @@ -11384,12 +11392,8 @@ AC_MSG_ERROR([KF5 libraries not found. Please specify the root of your KF5 installation by exporting KF5DIR before running "configure".]) fi - if test "$USING_X11" = TRUE; then - PKG_CHECK_MODULES(KF5_XCB,[xcb],,[AC_MSG_ERROR([XCB not installed])]) - fi - - KF5_CFLAGS="-I$kf5_incdir -I$kf5_incdir/KCoreAddons -I$kf5_incdir/KI18n -I$kf5_incdir/KConfigCore -I$kf5_incdir/KWindowSystem -I$kf5_incdir/KIOCore -I$kf5_incdir/KIOWidgets -I$kf5_incdir/KIOFileWidgets -I$qt5_incdir -I$qt5_incdir/QtCore -I$qt5_incdir/QtGui -I$qt5_incdir/QtWidgets -I$qt5_incdir/QtNetwork -DQT_CLEAN_NAMESPACE -DQT_THREAD_SUPPORT $KF5_XCB_CFLAGS" - KF5_LIBS="-L$kf5_libdir -lKF5CoreAddons -lKF5I18n -lKF5ConfigCore -lKF5WindowSystem -lKF5KIOCore -lKF5KIOWidgets -lKF5KIOFileWidgets -L$qt5_libdir -lQt5Core -lQt5Gui -lQt5Widgets -lQt5Network $KF5_XCB_LIBS" + KF5_CFLAGS="-I$kf5_incdir -I$kf5_incdir/KCoreAddons -I$kf5_incdir/KI18n -I$kf5_incdir/KConfigCore -I$kf5_incdir/KWindowSystem -I$kf5_incdir/KIOCore -I$kf5_incdir/KIOWidgets -I$kf5_incdir/KIOFileWidgets -I$qt5_incdir -I$qt5_incdir/QtCore -I$qt5_incdir/QtGui -I$qt5_incdir/QtWidgets -I$qt5_incdir/QtNetwork -DQT_CLEAN_NAMESPACE -DQT_THREAD_SUPPORT -DQT_NO_VERSION_TAGGING" + KF5_LIBS="-L$kf5_libdir -lKF5CoreAddons -lKF5I18n -lKF5ConfigCore -lKF5WindowSystem -lKF5KIOCore -lKF5KIOWidgets -lKF5KIOFileWidgets -L$qt5_libdir -lQt5Core -lQt5Gui -lQt5Widgets -lQt5Network" KF5_CFLAGS=$(printf '%s' "$KF5_CFLAGS" | sed -e "s/-I/${ISYSTEM?}/g") if test "$USING_X11" = TRUE; then diff -Nru libreoffice-l10n-6.2.5/connectivity/source/drivers/firebird/Connection.cxx libreoffice-l10n-6.2.6/connectivity/source/drivers/firebird/Connection.cxx --- libreoffice-l10n-6.2.5/connectivity/source/drivers/firebird/Connection.cxx 2019-06-26 18:16:53.000000000 +0000 +++ libreoffice-l10n-6.2.6/connectivity/source/drivers/firebird/Connection.cxx 2019-08-08 19:58:13.000000000 +0000 @@ -227,11 +227,15 @@ dpbBuffer.push_back(1); // 1 byte long dpbBuffer.push_back(FIREBIRD_SQL_DIALECT); - // set UTF8 as default character set + // set UTF8 as default character set of the database const char sCharset[] = "UTF8"; dpbBuffer.push_back(isc_dpb_set_db_charset); dpbBuffer.push_back(sizeof(sCharset) - 1); dpbBuffer.append(sCharset); + // set UTF8 as default character set of the connection + dpbBuffer.push_back(isc_dpb_lc_ctype); + dpbBuffer.push_back(sizeof(sCharset) - 1); + dpbBuffer.append(sCharset); // Do any more dpbBuffer additions here diff -Nru libreoffice-l10n-6.2.5/connectivity/source/drivers/firebird/ResultSetMetaData.cxx libreoffice-l10n-6.2.6/connectivity/source/drivers/firebird/ResultSetMetaData.cxx --- libreoffice-l10n-6.2.5/connectivity/source/drivers/firebird/ResultSetMetaData.cxx 2019-06-26 18:16:53.000000000 +0000 +++ libreoffice-l10n-6.2.6/connectivity/source/drivers/firebird/ResultSetMetaData.cxx 2019-08-08 19:58:13.000000000 +0000 @@ -106,7 +106,7 @@ ColumnTypeInfo aInfo( m_pSqlda->sqlvar[column-1].sqltype, m_pSqlda->sqlvar[column-1].sqlsubtype, - m_pSqlda->sqlvar[column-1].sqlscale, + -(m_pSqlda->sqlvar[column-1].sqlscale), sCharset ); return aInfo.getSdbcType(); @@ -156,7 +156,7 @@ ColumnTypeInfo aInfo( m_pSqlda->sqlvar[column-1].sqltype, m_pSqlda->sqlvar[column-1].sqlsubtype, - m_pSqlda->sqlvar[column-1].sqlscale ); + -(m_pSqlda->sqlvar[column-1].sqlscale) ); return aInfo.getColumnTypeName(); } diff -Nru libreoffice-l10n-6.2.5/dbaccess/source/filter/hsqldb/parseschema.cxx libreoffice-l10n-6.2.6/dbaccess/source/filter/hsqldb/parseschema.cxx --- libreoffice-l10n-6.2.5/dbaccess/source/filter/hsqldb/parseschema.cxx 2019-06-26 18:16:53.000000000 +0000 +++ libreoffice-l10n-6.2.6/dbaccess/source/filter/hsqldb/parseschema.cxx 2019-08-08 19:58:13.000000000 +0000 @@ -28,6 +28,7 @@ #include #include #include +#include namespace { @@ -74,8 +75,17 @@ OUString getTableName() const { - // SET TABLE - return string::split(m_sql, u' ')[2]; + // SET TABLE or SET TABLE "" + OUString sName = string::split(m_sql, u' ')[2]; + if (sName.indexOf('"') >= 0) + { + // Table name with string delimiter + OUStringBuffer sMultiName("\""); + sMultiName.append(string::split(m_sql, u'"')[1]); + sMultiName.append("\""); + sName = sMultiName.makeStringAndClear(); + } + return sName; } }; @@ -169,6 +179,12 @@ ColumnTypeVector SchemaParser::getTableColumnTypes(const OUString& sTableName) const { + if (m_ColumnTypes.count(sTableName) < 1) + { + constexpr char NOT_EXIST[] = "Internal error while getting column information of table"; + SAL_WARN("dbaccess", NOT_EXIST << ". Table name is: " << sTableName); + dbtools::throwGenericSQLException(NOT_EXIST, ::comphelper::getProcessComponentContext()); + } return m_ColumnTypes.at(sTableName); } diff -Nru libreoffice-l10n-6.2.5/dbaccess/source/filter/hsqldb/rowinputbinary.cxx libreoffice-l10n-6.2.6/dbaccess/source/filter/hsqldb/rowinputbinary.cxx --- libreoffice-l10n-6.2.5/dbaccess/source/filter/hsqldb/rowinputbinary.cxx 2019-06-26 18:16:53.000000000 +0000 +++ libreoffice-l10n-6.2.6/dbaccess/source/filter/hsqldb/rowinputbinary.cxx 2019-08-08 19:58:13.000000000 +0000 @@ -89,10 +89,10 @@ OUString lcl_makeStringFromBigint(const std::vector& bytes) { std::vector aBytes{ bytes }; - OUStringBuffer sRet; + // two's complement - if (aBytes[0] == 1) + if ((aBytes[0] & 0x80) != 0) { sRet.append("-"); for (auto& byte : aBytes) diff -Nru libreoffice-l10n-6.2.5/dbaccess/source/ui/control/curledit.cxx libreoffice-l10n-6.2.6/dbaccess/source/ui/control/curledit.cxx --- libreoffice-l10n-6.2.5/dbaccess/source/ui/control/curledit.cxx 2019-06-26 18:16:53.000000000 +0000 +++ libreoffice-l10n-6.2.6/dbaccess/source/ui/control/curledit.cxx 2019-08-08 19:58:13.000000000 +0000 @@ -79,7 +79,7 @@ OUString OConnectionURLEdit::GetText() const { - return m_xForcedPrefix->get_label() + m_xEntry->get_text(); + return m_xForcedPrefix->strip_mnemonic(m_xForcedPrefix->get_label()) + m_xEntry->get_text(); } void OConnectionURLEdit::ShowPrefix(bool _bShowPrefix) diff -Nru libreoffice-l10n-6.2.5/debian/changelog libreoffice-l10n-6.2.6/debian/changelog --- libreoffice-l10n-6.2.5/debian/changelog 2019-07-16 15:02:55.000000000 +0000 +++ libreoffice-l10n-6.2.6/debian/changelog 2019-08-14 20:18:47.000000000 +0000 @@ -1,3 +1,12 @@ +libreoffice-l10n (1:6.2.6-0ubuntu0.19.04.1) disco-security; urgency=medium + + * New upstream release + * Fixes CVE-2019-9850: Insufficient url validation allowing LibreLogo script execution + * Fixes CVE-2019-9851: LibreLogo global-event script execution + * Fixes CVE-2019-9852: Insufficient URL encoding flaw in allowed script location check + + -- Marcus Tomlinson Wed, 14 Aug 2019 21:18:47 +0100 + libreoffice-l10n (1:6.2.5-0ubuntu0.19.04.1) disco-security; urgency=medium * New upstream release (LP: #1836759) diff -Nru libreoffice-l10n-6.2.5/debian/config libreoffice-l10n-6.2.6/debian/config --- libreoffice-l10n-6.2.5/debian/config 2019-07-16 15:02:55.000000000 +0000 +++ libreoffice-l10n-6.2.6/debian/config 2019-08-14 20:18:47.000000000 +0000 @@ -1,5 +1,5 @@ BUILD_DEPS:=autoconf, automake, bc, bison, bzip2, flex (>= 2.3.35), fontforge-nox | fontforge, gperf, libc0.1 (>= 2.10.2-7) [kfreebsd-any], libcups2-dev, libfontconfig1-dev, libfreetype6-dev (>= 2.2.0), libgl1-mesa-dev, libice-dev, libsm-dev, libx11-dev, libxaw7-dev, libxext-dev, libxinerama-dev, libxkbfile-dev, libxrender-dev, libxt-dev, libxtst-dev, pkg-config, unzip, x11proto-render-dev, xsltproc, zip, zlib1g-dev , binutils (>= 2.23) [mips mipsel], libc6 (>= 2.17-6) [mips mipsel] , gcc (>= 4:7) [m68k], g++ (>= 4:7) [m68k] , libpoppler-dev (>= 0.12.0), libpoppler-private-dev, libpoppler-cpp-dev , libgraphite2-dev (>= 0.9.3) , libharfbuzz-dev (>= 0.9.42) , libexttextcat-dev (>= 3.4.1) , libjpeg-dev , libxml2-dev (>= 2.8), libxml2-utils , libxslt1-dev , libxmlsec1-dev (>= 1.2.24) , libexpat1-dev , unixodbc-dev (>= 2.2.11) , libsane-dev , libpng-dev , libcurl4-gnutls-dev , python3 , python3-dev (>= 3.3) , python3-distutils , dh-python , python3-lxml , debhelper (>= 10) , dpkg-dev (>= 1.18.2~) , locales [!kfreebsd-amd64 !kfreebsd-i386 !mips] , gdb [!kfreebsd-amd64 !kfreebsd-i386 !mips] , fontconfig [!kfreebsd-amd64 !kfreebsd-i386 !mips] , fonts-liberation2 [!kfreebsd-amd64 !kfreebsd-i386 !mips] , fonts-crosextra-carlito [!kfreebsd-amd64 !kfreebsd-i386 !mips] , fonts-dejavu [!kfreebsd-amd64 !kfreebsd-i386 !mips] , libcppunit-dev (>= 1.14) [!kfreebsd-amd64 !kfreebsd-i386 !mips] , pstoedit [!kfreebsd-amd64 !kfreebsd-i386 !mips] , imagemagick [!kfreebsd-amd64 !kfreebsd-i386 !mips] , ghostscript [!kfreebsd-amd64 !kfreebsd-i386 !mips] , hunspell-en-us [!kfreebsd-amd64 !kfreebsd-i386 !mips] , junit4 (>= 4.8.2-2) [amd64 arm64] , maven-repo-helper , java-common (>= 0.61) , default-jdk (>= 1:1.6) [!hppa !s390 !sparc !hurd-i386 !i386] , default-jdk (>= 2:1.9) [i386] , default-jdk (>= 1:1.7-48) [ia64] , default-jdk (>= 2:1.7-52.1) [kfreebsd-any] , default-jdk (>= 2:1.8-55) [sparc64] , ant (>= 1.7.0) [!hppa !mips64 !s390 !sparc], ant-optional (>= 1.7.0) [!hppa !mips64 !s390 !sparc] , libcommons-logging-java [!hppa !mips64 !s390 !sparc] , javahelper (>= 0.37~) , libnss3-dev (>= 3.12.3) , libnspr4-dev , ucpp , libhunspell-dev (>= 1.1.5-2) , libhyphen-dev (>= 2.4) , libboost-dev (>= 1.58), libboost-date-time-dev (>= 1.58), libboost-iostreams-dev (>= 1.58), libboost-filesystem-dev (>= 1.58), libboost-locale-dev (>= 1.58) , libmdds-dev (>= 1.4.1) , liborcus-dev (>= 0.14.0+really0.14.0) , libclucene-dev (>= 2.3.3.4-4.1) , librevenge-dev , libwpd-dev (>= 0.10) , libmythes-dev (>= 2:1.2) , libwps-dev (>= 0.4) , libwps-dev (>= 0.4.9) , libwpg-dev (>= 0.3) , libvisio-dev (>= 0.1) , libcdr-dev (>= 0.1) , libmspub-dev (>= 0.1) , libmwaw-dev (>= 0.3.1) , libmwaw-dev (>= 0.3.13) , libodfgen-dev (>= 0.1) , libepubgen-dev (>= 0.1.0) , libetonyek-dev , libetonyek-dev (>= 0.1.8) , libfreehand-dev (>= 0.1) , libabw-dev (>= 0.1) , libpagemaker-dev , libe-book-dev , libe-book-dev (>= 0.1.2) , libcmis-dev (>= 0.5.0-3) , dh-apparmor , apparmor , libeot-dev , liblcms2-dev , libldap2-dev , liblangtag-dev (>= 0.4) , libicu-dev (>= 52) , libcairo2-dev , libkf5coreaddons-dev, libkf5i18n-dev, libkf5config-dev, libkf5windowsystem-dev, libkf5kio-dev , libqt5x11extras5-dev (>= 5.6) , libxcb1-dev , qtbase5-dev (>= 5.6), qt5-qmake (>= 5.6), qtbase5-dev-tools (>= 5.6) , libglib2.0-dev (>= 2.4) , qtchooser , default-libmysqlclient-dev , firebird-dev (>= 3.0.0.32483.ds4-4) [!hppa !mips64 !s390 !sparc] , firebird3.0-server-core [!hppa !mips64 !s390 !sparc] , libgtk2.0-dev (>= 2.18.0) , libgtk-3-dev (>= 3.18.0), libglib2.0-dev (>= 2.38.0) , gobject-introspection (>= 1.32.0), libgirepository1.0-dev (>= 1.32) , libebook1.2-dev , libpq-dev (>= 9.0~) , libxrandr-dev , libhsqldb1.8.0-java (>> 1.8.0.10) [!hppa !mips64 !s390 !sparc], libarchive-zip-perl [!hppa !mips64 !s390 !sparc] , liblpsolve55-dev (>= 5.5.0.13-5+b1), lp-solve (>= 5.5.0.13-5+b1) , libsuitesparse-dev (>= 1:3.4.0) , libdbus-1-dev (>= 0.60) , libglib2.0-dev (>= 2.4) , libbluetooth-dev [linux-any] , libavahi-client-dev , libgstreamer1.0-dev , libgstreamer-plugins-base1.0-dev , libneon27-gnutls-dev , librdf0-dev (>= 1.0.16-2) , libepoxy-dev (>= 1.2) , libglm-dev (>= 0.9.9~a2) , libgpgmepp-dev, libgpgme-dev, libgpg-error-dev , gpg , gpgconf , gpg-agent , libdconf-dev (>= 0.15.2) -CONFIGURE_FLAGS:=--with-vendor='The Document Foundation, Debian and Ubuntu' --with-build-version='1:6.2.5-0ubuntu0.19.04.1' --prefix=/usr --mandir=/usr/share/man --docdir=/usr/share/doc/libreoffice --libdir=/usr/lib --bindir=/usr/bin --host=x86_64-linux-gnu --build=x86_64-linux-gnu --disable-online-update --disable-fetch-external --without-fonts --enable-build-opensymbol --without-myspell-dicts --enable-release-build --enable-extension-integration --with-gdrive-client-id=424119844901-gee57209rkbo1rgula4i0arilvgv3lsf.apps.googleusercontent.com --with-gdrive-client-secret=3h1DknIrVsq2wEhIuADVxQ3E --with-system-dicts --with-system-hunspell --with-system-altlinuxhyph --with-system-boost --with-system-mdds --with-system-mythes --with-system-icu --with-system-librevenge --with-system-libwpd --with-system-libwpg --with-system-libwps --with-system-libvisio --with-system-libcdr --with-system-libmspub --with-system-libmwaw --with-system-libodfgen --with-system-libepubgen --with-system-libetonyek --with-system-libfreehand --with-system-libebook --with-system-libabw --with-system-libpagemaker --with-system-cairo --with-system-xmlsec --with-system-beanshell --with-system-hsqldb --with-system-lpsolve --with-system-coinmp --with-system-bluez --with-system-neon --with-system-redland --with-system-epoxy --with-system-apache-commons --with-system-graphite --with-system-harfbuzz --with-system-libexttextcat --with-system-cppunit --with-system-mariadb --with-system-postgresql --with-system-libcmis --with-system-jpeg --with-system-libxml --with-system-expat --with-system-odbc --with-system-curl --with-system-sane --with-system-poppler --with-system-libpng --with-system-nss --with-system-clucene --with-system-lcms2 --with-system-openldap --with-system-liblangtag --with-system-orcus --with-system-ucpp --with-system-firebird --with-system-libeot --with-system-glm --with-system-gpgmepp --disable-coinmp --enable-symbols --without-export-validation --with-jdk-home=/usr/lib/jvm/default-java --with-commons-logging-jar=/usr/share/java/commons-logging.jar --with-external-dict-dir=/usr/share/hunspell --with-external-hyph-dir=/usr/share/hyphen --with-boost-libdir=/usr/lib/x86_64-linux-gnu --with-external-thes-dir=/usr/share/mythes --enable-eot --disable-kde4 --enable-kde5 --enable-qt5 --enable-evolution2 --enable-python=system --with-hsqldb-jar=/usr/share/java/hsqldb1.8.0.jar --enable-scripting-beanshell --enable-scripting-javascript --enable-dbus --enable-avahi --enable-gstreamer-1-0 --with-webdav=neon --disable-ccache --with-parallelism= --disable-dependency-tracking +CONFIGURE_FLAGS:=--with-vendor='The Document Foundation, Debian and Ubuntu' --with-build-version='1:6.2.6-0ubuntu0.19.04.1' --prefix=/usr --mandir=/usr/share/man --docdir=/usr/share/doc/libreoffice --libdir=/usr/lib --bindir=/usr/bin --host=x86_64-linux-gnu --build=x86_64-linux-gnu --disable-online-update --disable-fetch-external --without-fonts --enable-build-opensymbol --without-myspell-dicts --enable-release-build --enable-extension-integration --with-gdrive-client-id=424119844901-gee57209rkbo1rgula4i0arilvgv3lsf.apps.googleusercontent.com --with-gdrive-client-secret=3h1DknIrVsq2wEhIuADVxQ3E --with-system-dicts --with-system-hunspell --with-system-altlinuxhyph --with-system-boost --with-system-mdds --with-system-mythes --with-system-icu --with-system-librevenge --with-system-libwpd --with-system-libwpg --with-system-libwps --with-system-libvisio --with-system-libcdr --with-system-libmspub --with-system-libmwaw --with-system-libodfgen --with-system-libepubgen --with-system-libetonyek --with-system-libfreehand --with-system-libebook --with-system-libabw --with-system-libpagemaker --with-system-cairo --with-system-xmlsec --with-system-beanshell --with-system-hsqldb --with-system-lpsolve --with-system-coinmp --with-system-bluez --with-system-neon --with-system-redland --with-system-epoxy --with-system-apache-commons --with-system-graphite --with-system-harfbuzz --with-system-libexttextcat --with-system-cppunit --with-system-mariadb --with-system-postgresql --with-system-libcmis --with-system-jpeg --with-system-libxml --with-system-expat --with-system-odbc --with-system-curl --with-system-sane --with-system-poppler --with-system-libpng --with-system-nss --with-system-clucene --with-system-lcms2 --with-system-openldap --with-system-liblangtag --with-system-orcus --with-system-ucpp --with-system-firebird --with-system-libeot --with-system-glm --with-system-gpgmepp --disable-coinmp --enable-symbols --without-export-validation --with-jdk-home=/usr/lib/jvm/default-java --with-commons-logging-jar=/usr/share/java/commons-logging.jar --with-external-dict-dir=/usr/share/hunspell --with-external-hyph-dir=/usr/share/hyphen --with-boost-libdir=/usr/lib/x86_64-linux-gnu --with-external-thes-dir=/usr/share/mythes --enable-eot --disable-kde4 --enable-kde5 --enable-qt5 --enable-evolution2 --enable-python=system --with-hsqldb-jar=/usr/share/java/hsqldb1.8.0.jar --enable-scripting-beanshell --enable-scripting-javascript --enable-dbus --enable-avahi --enable-gstreamer-1-0 --with-webdav=neon --disable-ccache --with-parallelism= --disable-dependency-tracking CONFIGURE_FLAGS_LANG=--with-lang="en-US af am ar as ast be bg bn br bs ca ca-valencia cs cy da de dz el en-GB en-ZA eo es et eu fa fi fr ga gd gl gu gug he hi hr hu id is it ja ka kk km kmr-Latn kn ko lt lv mk mn ml mr nb ne nl nn nr nso oc om or pa-IN pl pt pt-BR ro ru rw si sk sl sr sr-Latn ss st sv ta te tg th tn tr ts ug uk uz ve vi xh zh-CN zh-TW zu" LANGPACKISOS:=en-US af am ar as ast be bg bn br bs ca ca-valencia cs cy da de dz el en-GB en-ZA eo es et eu fa fi fr ga gd gl gu gug he hi hr hu id is it ja ka kk km kmr-Latn kn ko lt lv mk mn ml mr nb ne nl nn nr nso oc om or pa-IN pl pt pt-BR ro ru rw si sk sl sr sr-Latn ss st sv ta te tg th tn tr ts ug uk uz ve vi xh zh-CN zh-TW zu ISOS=en-US af am ar as ast be bg bn br bs ca ca-valencia cs cy da de dz el en-GB en-ZA eo es et eu fa fi fr ga gd gl gu gug he hi hr hu id is it ja ka kk km kmr-Latn kn ko lt lv mk mn ml mr nb ne nl nn nr nso oc om or pa-IN pl pt pt-BR ro ru rw si sk sl sr sr-Latn ss st sv ta te tg th tn tr ts ug uk uz ve vi xh zh-CN zh-TW zu diff -Nru libreoffice-l10n-6.2.5/desktop/source/app/app.cxx libreoffice-l10n-6.2.6/desktop/source/app/app.cxx --- libreoffice-l10n-6.2.5/desktop/source/app/app.cxx 2019-06-26 18:16:53.000000000 +0000 +++ libreoffice-l10n-6.2.6/desktop/source/app/app.cxx 2019-08-08 19:58:13.000000000 +0000 @@ -1928,7 +1928,7 @@ } virtual void Invoke() override { - exit(42); + _exit(42); } }; diff -Nru libreoffice-l10n-6.2.5/download.lst libreoffice-l10n-6.2.6/download.lst --- libreoffice-l10n-6.2.5/download.lst 2019-06-26 18:16:53.000000000 +0000 +++ libreoffice-l10n-6.2.6/download.lst 2019-08-08 19:58:13.000000000 +0000 @@ -181,8 +181,8 @@ export MYTHES_TARBALL := a8c2c5b8f09e7ede322d5c602ff6a4b6-mythes-1.2.4.tar.gz export NEON_SHA256SUM := db0bd8cdec329b48f53a6f00199c92d5ba40b0f015b153718d1b15d3d967fbca export NEON_TARBALL := neon-0.30.2.tar.gz -export NSS_SHA256SUM := f271ec73291fa3e4bd4b59109f8035cc3a192fc33886f40ed4f9ee4b31c746e9 -export NSS_TARBALL := nss-3.38-with-nspr-4.19.tar.gz +export NSS_SHA256SUM := fae11751100510d26f16a245f0db9a5b3d638ab28ce0bccd50d4314f7e526ba1 +export NSS_TARBALL := nss-3.45-with-nspr-4.21.tar.gz export ODFGEN_SHA256SUM := 2c7b21892f84a4c67546f84611eccdad6259875c971e98ddb027da66ea0ac9c2 export ODFGEN_VERSION_MICRO := 6 export ODFGEN_TARBALL := libodfgen-0.1.$(ODFGEN_VERSION_MICRO).tar.bz2 diff -Nru libreoffice-l10n-6.2.5/external/libgpg-error/libgpg-error_gawk5.patch libreoffice-l10n-6.2.6/external/libgpg-error/libgpg-error_gawk5.patch --- libreoffice-l10n-6.2.5/external/libgpg-error/libgpg-error_gawk5.patch 1970-01-01 00:00:00.000000000 +0000 +++ libreoffice-l10n-6.2.6/external/libgpg-error/libgpg-error_gawk5.patch 2019-08-08 19:58:13.000000000 +0000 @@ -0,0 +1,114 @@ +--- src/Makefile.am ++++ src/Makefile.am~ +@@ -266,7 +266,7 @@ + + errnos-sym.h: Makefile mkstrtable.awk errnos.in + $(AWK) -f $(srcdir)/mkstrtable.awk -v textidx=2 -v nogettext=1 \ +- -v prefix=GPG_ERR_ -v namespace=errnos_ \ ++ -v prefix=GPG_ERR_ -v pkg_namespace=errnos_ \ + $(srcdir)/errnos.in >$@ + + +--- src/mkerrcodes.awk ++++ src/mkerrcodes.awk~ +@@ -81,7 +81,7 @@ + } + + !header { +- sub (/\#.+/, ""); ++ sub (/#.+/, ""); + sub (/[ ]+$/, ""); # Strip trailing space and tab characters. + + if (/^$/) +--- src/mkerrcodes1.awk ++++ src/mkerrcodes1.awk~ +@@ -81,7 +81,7 @@ + } + + !header { +- sub (/\#.+/, ""); ++ sub (/#.+/, ""); + sub (/[ ]+$/, ""); # Strip trailing space and tab characters. + + if (/^$/) +--- src/mkerrcodes2.awk ++++ src/mkerrcodes2.awk~ +@@ -91,7 +91,7 @@ + } + + !header { +- sub (/\#.+/, ""); ++ sub (/#.+/, ""); + sub (/[ ]+$/, ""); # Strip trailing space and tab characters. + + if (/^$/) +--- src/mkerrnos.awk ++++ src/mkerrnos.awk~ +@@ -83,7 +83,7 @@ + } + + !header { +- sub (/\#.+/, ""); ++ sub (/#.+/, ""); + sub (/[ ]+$/, ""); # Strip trailing space and tab characters. + + if (/^$/) +--- src/mkstrtable.awk ++++ src/mkstrtable.awk~ +@@ -77,7 +77,7 @@ + # + # The variable prefix can be used to prepend a string to each message. + # +-# The variable namespace can be used to prepend a string to each ++# The variable pkg_namespace can be used to prepend a string to each + # variable and macro name. + + BEGIN { +@@ -102,7 +102,7 @@ + print "/* The purpose of this complex string table is to produce"; + print " optimal code with a minimum of relocations. */"; + print ""; +- print "static const char " namespace "msgstr[] = "; ++ print "static const char " pkg_namespace "msgstr[] = "; + header = 0; + } + else +@@ -110,7 +110,7 @@ + } + + !header { +- sub (/\#.+/, ""); ++ sub (/#.+/, ""); + sub (/[ ]+$/, ""); # Strip trailing space and tab characters. + + if (/^$/) +@@ -150,7 +150,7 @@ + else + print " gettext_noop (\"" last_msgstr "\");"; + print ""; +- print "static const int " namespace "msgidx[] ="; ++ print "static const int " pkg_namespace "msgidx[] ="; + print " {"; + for (i = 0; i < coded_msgs; i++) + print " " pos[i] ","; +@@ -158,7 +158,7 @@ + print " };"; + print ""; + print "static GPG_ERR_INLINE int"; +- print namespace "msgidxof (int code)"; ++ print pkg_namespace "msgidxof (int code)"; + print "{"; + print " return (0 ? 0"; + +--- src/Makefile.in ++++ src/Makefile.in~ +@@ -1321,7 +1321,7 @@ + + errnos-sym.h: Makefile mkstrtable.awk errnos.in + $(AWK) -f $(srcdir)/mkstrtable.awk -v textidx=2 -v nogettext=1 \ +- -v prefix=GPG_ERR_ -v namespace=errnos_ \ ++ -v prefix=GPG_ERR_ -v pkg_namespace=errnos_ \ + $(srcdir)/errnos.in >$@ + + mkheader: mkheader.c Makefile + diff -Nru libreoffice-l10n-6.2.5/external/libgpg-error/UnpackedTarball_libgpg-error.mk libreoffice-l10n-6.2.6/external/libgpg-error/UnpackedTarball_libgpg-error.mk --- libreoffice-l10n-6.2.5/external/libgpg-error/UnpackedTarball_libgpg-error.mk 2019-06-26 18:16:53.000000000 +0000 +++ libreoffice-l10n-6.2.6/external/libgpg-error/UnpackedTarball_libgpg-error.mk 2019-08-08 19:58:13.000000000 +0000 @@ -14,6 +14,7 @@ $(eval $(call gb_UnpackedTarball_set_patchlevel,libgpg-error,0)) $(eval $(call gb_UnpackedTarball_add_patches,libgpg-error, \ + external/libgpg-error/libgpg-error_gawk5.patch \ $(if $(filter MSC,$(COM)),external/libgpg-error/w32-build-fixes.patch) \ $(if $(filter MSC,$(COM)),external/libgpg-error/w32-build-fixes-2.patch.1) \ $(if $(filter MSC,$(COM)),external/libgpg-error/w32-build-fixes-3.patch.1) \ diff -Nru libreoffice-l10n-6.2.5/external/libgpg-error/w32-build-fixes.patch libreoffice-l10n-6.2.6/external/libgpg-error/w32-build-fixes.patch --- libreoffice-l10n-6.2.5/external/libgpg-error/w32-build-fixes.patch 2019-06-26 18:16:53.000000000 +0000 +++ libreoffice-l10n-6.2.6/external/libgpg-error/w32-build-fixes.patch 2019-08-08 19:58:13.000000000 +0000 @@ -136,7 +136,7 @@ errnos-sym.h: Makefile mkstrtable.awk errnos.in @@ -1325,7 +1325,7 @@ - -v prefix=GPG_ERR_ -v namespace=errnos_ \ + -v prefix=GPG_ERR_ -v pkg_namespace=errnos_ \ $(srcdir)/errnos.in >$@ -mkheader: mkheader.c Makefile diff -Nru libreoffice-l10n-6.2.5/external/nss/clang-cl.patch.0 libreoffice-l10n-6.2.6/external/nss/clang-cl.patch.0 --- libreoffice-l10n-6.2.5/external/nss/clang-cl.patch.0 2019-06-26 18:16:53.000000000 +0000 +++ libreoffice-l10n-6.2.6/external/nss/clang-cl.patch.0 2019-08-08 19:58:13.000000000 +0000 @@ -15,11 +15,11 @@ --- nspr/pr/include/prbit.h +++ nspr/pr/include/prbit.h @@ -14,7 +14,7 @@ - ** functions. */ #if defined(_WIN32) && (_MSC_VER >= 1300) && \ -- (defined(_M_IX86) || defined(_M_AMD64) || defined(_M_ARM)) -+ (defined(_M_IX86) || defined(_M_AMD64) || defined(_M_ARM)) && !defined __clang__ + (defined(_M_IX86) || defined(_M_X64) || defined(_M_ARM) || \ +- defined(_M_ARM64)) ++ defined(_M_ARM64)) && !defined __clang__ # include # pragma intrinsic(_BitScanForward,_BitScanReverse) __forceinline static int __prBitScanForward32(unsigned int val) @@ -29,15 +29,15 @@ # define PR_HAVE_BUILTIN_BITSCAN32 -#elif ((__GNUC__ >= 4) || (__GNUC__ == 3 && __GNUC_MINOR__ >= 4)) && \ +#elif defined __GNUC__ && ((__GNUC__ >= 4) || (__GNUC__ == 3 && __GNUC_MINOR__ >= 4)) && \ - (defined(__i386__) || defined(__x86_64__) || defined(__arm__)) + (defined(__i386__) || defined(__x86_64__) || defined(__arm__) || \ + defined(__aarch64__)) # define pr_bitscan_ctz32(val) __builtin_ctz(val) - # define pr_bitscan_clz32(val) __builtin_clz(val) @@ -136,7 +136,7 @@ */ #if defined(_MSC_VER) && (defined(_M_IX86) || defined(_M_AMD64) || \ -- defined(_M_X64) || defined(_M_ARM)) -+ defined(_M_X64) || defined(_M_ARM)) && !defined __clang__ +- defined(_M_X64) || defined(_M_ARM) || defined(_M_ARM64)) ++ defined(_M_X64) || defined(_M_ARM) || defined(_M_ARM64)) && !defined __clang__ #include #pragma intrinsic(_rotl, _rotr) #define PR_ROTATE_LEFT32(a, bits) _rotl(a, bits) diff -Nru libreoffice-l10n-6.2.5/external/nss/nss-chromium-nss-static.patch libreoffice-l10n-6.2.6/external/nss/nss-chromium-nss-static.patch --- libreoffice-l10n-6.2.5/external/nss/nss-chromium-nss-static.patch 2019-06-26 18:16:53.000000000 +0000 +++ libreoffice-l10n-6.2.6/external/nss/nss-chromium-nss-static.patch 1970-01-01 00:00:00.000000000 +0000 @@ -1,487 +0,0 @@ -Based on http://src.chromium.org/viewvc/chrome/trunk/deps/third_party/nss/patches/nss-static.patch - ---- a/a/nss/lib/certhigh/certvfy.c Tue May 28 23:37:46 2013 +0200 -+++ a/a/nss/lib/certhigh/certvfy.c Fri May 31 17:44:06 2013 -0700 -@@ -13,9 +13,11 @@ - #include "certdb.h" - #include "certi.h" - #include "cryptohi.h" -+#ifndef NSS_DISABLE_LIBPKIX - #include "pkix.h" - /*#include "pkix_sample_modules.h" */ - #include "pkix_pl_cert.h" -+#endif /* NSS_DISABLE_LIBPKIX */ - - - #include "nsspki.h" -@@ -24,6 +26,47 @@ - #include "pki3hack.h" - #include "base.h" - -+#ifdef NSS_DISABLE_LIBPKIX -+SECStatus -+cert_VerifyCertChainPkix( -+ CERTCertificate *cert, -+ PRBool checkSig, -+ SECCertUsage requiredUsage, -+ PRTime time, -+ void *wincx, -+ CERTVerifyLog *log, -+ PRBool *pSigerror, -+ PRBool *pRevoked) -+{ -+ PORT_SetError(PR_NOT_IMPLEMENTED_ERROR); -+ return SECFailure; -+} -+ -+SECStatus -+CERT_SetUsePKIXForValidation(PRBool enable) -+{ -+ PORT_SetError(PR_NOT_IMPLEMENTED_ERROR); -+ return SECFailure; -+} -+ -+PRBool -+CERT_GetUsePKIXForValidation() -+{ -+ return PR_FALSE; -+} -+ -+SECStatus CERT_PKIXVerifyCert( -+ CERTCertificate *cert, -+ SECCertificateUsage usages, -+ CERTValInParam *paramsIn, -+ CERTValOutParam *paramsOut, -+ void *wincx) -+{ -+ PORT_SetError(PR_NOT_IMPLEMENTED_ERROR); -+ return SECFailure; -+} -+#endif /* NSS_DISABLE_LIBPKIX */ -+ - /* - * Check the validity times of a certificate - */ ---- a/a/nss/lib/ckfw/nssck.api Tue May 28 23:37:46 2013 +0200 -+++ a/a/nss/lib/ckfw/nssck.api Fri May 31 17:44:06 2013 -0700 -@@ -1752,7 +1752,7 @@ - } - #endif /* DECLARE_STRICT_CRYPTOKI_NAMES */ - --static CK_RV CK_ENTRY -+CK_RV CK_ENTRY - __ADJOIN(MODULE_NAME,C_GetFunctionList) - ( - CK_FUNCTION_LIST_PTR_PTR ppFunctionList -@@ -1830,7 +1830,7 @@ - __ADJOIN(MODULE_NAME,C_WaitForSlotEvent) - }; - --static CK_RV CK_ENTRY -+CK_RV CK_ENTRY - __ADJOIN(MODULE_NAME,C_GetFunctionList) - ( - CK_FUNCTION_LIST_PTR_PTR ppFunctionList -@@ -1840,6 +1840,8 @@ - return CKR_OK; - } - -+#define NSS_STATIC -+#ifndef NSS_STATIC - /* This one is always present */ - CK_RV CK_ENTRY - C_GetFunctionList -@@ -1849,6 +1850,7 @@ - { - return __ADJOIN(MODULE_NAME,C_GetFunctionList)(ppFunctionList); - } -+#endif - - #undef __ADJOIN - ---- a/a/nss/lib/freebl/rsa.c Tue May 28 23:37:46 2013 +0200 -+++ a/a/nss/lib/freebl/rsa.c Fri May 31 17:44:06 2013 -0700 -@@ -1559,6 +1559,14 @@ - RSA_Cleanup(); - } - -+#define NSS_STATIC -+#ifdef NSS_STATIC -+void -+BL_Unload(void) -+{ -+} -+#endif -+ - PRBool bl_parentForkedAfterC_Initialize; - - /* ---- a/a/nss/lib/freebl/shvfy.c Tue May 28 23:37:46 2013 +0200 -+++ a/a/nss/lib/freebl/shvfy.c Fri May 31 17:44:06 2013 -0700 -@@ -273,9 +273,22 @@ - return SECSuccess; - } - -+/* -+ * Define PSEUDO_FIPS if you can't do FIPS software integrity test (e.g., -+ * if you're using NSS as static libraries), but want to conform to the -+ * rest of the FIPS requirements. -+ */ -+#define NSS_STATIC -+#ifdef NSS_STATIC -+#define PSEUDO_FIPS -+#endif -+ - PRBool - BLAPI_SHVerify(const char *name, PRFuncPtr addr) - { -+#ifdef PSEUDO_FIPS -+ return PR_TRUE; /* a lie, hence *pseudo* FIPS */ -+#else - PRBool result = PR_FALSE; /* if anything goes wrong, - * the signature does not verify */ - /* find our shared library name */ -@@ -291,11 +303,15 @@ - } - - return result; -+#endif /* PSEUDO_FIPS */ - } - - PRBool - BLAPI_SHVerifyFile(const char *shName) - { -+#ifdef PSEUDO_FIPS -+ return PR_TRUE; /* a lie, hence *pseudo* FIPS */ -+#else - char *checkName = NULL; - PRFileDesc *checkFD = NULL; - PRFileDesc *shFD = NULL; -@@ -492,6 +508,7 @@ - } - - return result; -+#endif /* PSEUDO_FIPS */ - } - - PRBool ---- a/a/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_httpcertstore.c Tue May 28 23:37:46 2013 +0200 -+++ a/a/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_httpcertstore.c Fri May 31 17:44:06 2013 -0700 -@@ -201,7 +201,11 @@ - - typedef SECStatus (*pkix_DecodeCertsFunc)(char *certbuf, int certlen, - CERTImportCertificateFunc f, void *arg); -- -+#define NSS_STATIC -+#ifdef NSS_STATIC -+extern SECStatus CERT_DecodeCertPackage(char* certbuf, int certlen, -+ CERTImportCertificateFunc f, void* arg); -+#endif - - struct pkix_DecodeFuncStr { - pkix_DecodeCertsFunc func; /* function pointer to the -@@ -223,6 +226,11 @@ - */ - static PRStatus PR_CALLBACK pkix_getDecodeFunction(void) - { -+#ifdef NSS_STATIC -+ pkix_decodeFunc.smimeLib = NULL; -+ pkix_decodeFunc.func = CERT_DecodeCertPackage; -+ return PR_SUCCESS; -+#else - pkix_decodeFunc.smimeLib = - PR_LoadLibrary(SHLIB_PREFIX"smime3."SHLIB_SUFFIX); - if (pkix_decodeFunc.smimeLib == NULL) { -@@ -235,7 +243,7 @@ - return PR_FAILURE; - } - return PR_SUCCESS; -- -+#endif - } - - /* ---- a/a/nss/lib/nss/nssinit.c Tue May 28 23:37:46 2013 +0200 -+++ a/a/nss/lib/nss/nssinit.c Fri May 31 17:44:06 2013 -0700 -@@ -20,9 +20,11 @@ - #include "secerr.h" - #include "nssbase.h" - #include "nssutil.h" -+#ifndef NSS_DISABLE_LIBPKIX - #include "pkixt.h" - #include "pkix.h" - #include "pkix_tools.h" -+#endif /* NSS_DISABLE_LIBPKIX */ - - #include "pki3hack.h" - #include "certi.h" -@@ -530,8 +532,10 @@ - PRBool dontFinalizeModules) - { - SECStatus rv = SECFailure; -+#ifndef NSS_DISABLE_LIBPKIX - PKIX_UInt32 actualMinorVersion = 0; - PKIX_Error *pkixError = NULL; -+#endif - PRBool isReallyInitted; - char *configStrings = NULL; - char *configName = NULL; -@@ -685,6 +689,7 @@ - pk11sdr_Init(); - cert_CreateSubjectKeyIDHashTable(); - -+#ifndef NSS_DISABLE_LIBPKIX - pkixError = PKIX_Initialize - (PKIX_FALSE, PKIX_MAJOR_VERSION, PKIX_MINOR_VERSION, - PKIX_MINOR_VERSION, &actualMinorVersion, &plContext); -@@ -697,6 +702,7 @@ - CERT_SetUsePKIXForValidation(PR_TRUE); - } - } -+#endif /* NSS_DISABLE_LIBPKIX */ - - - } -@@ -1081,7 +1087,9 @@ - cert_DestroyLocks(); - ShutdownCRLCache(); - OCSP_ShutdownGlobal(); -+#ifndef NSS_DISABLE_LIBPKIX - PKIX_Shutdown(plContext); -+#endif - SECOID_Shutdown(); - status = STAN_Shutdown(); - cert_DestroySubjectKeyIDHashTable(); ---- a/a/nss/lib/pk11wrap/pk11load.c Tue May 28 23:37:46 2013 +0200 -+++ a/a/nss/lib/pk11wrap/pk11load.c Fri May 31 17:44:06 2013 -0700 -@@ -318,6 +318,13 @@ - } - } - -+#define NSS_STATIC -+#ifdef NSS_STATIC -+extern CK_RV NSC_GetFunctionList(CK_FUNCTION_LIST_PTR *pFunctionList); -+extern CK_RV FC_GetFunctionList(CK_FUNCTION_LIST_PTR *pFunctionList); -+extern char **NSC_ModuleDBFunc(unsigned long function,char *parameters, void *args); -+extern CK_RV builtinsC_GetFunctionList(CK_FUNCTION_LIST_PTR *pFunctionList); -+#else - static const char* my_shlib_name = - SHLIB_PREFIX"nss"SHLIB_VERSION"."SHLIB_SUFFIX; - static const char* softoken_shlib_name = -@@ -326,12 +332,14 @@ - static PRCallOnceType loadSoftokenOnce; - static PRLibrary* softokenLib; - static PRInt32 softokenLoadCount; -+#endif /* NSS_STATIC */ - - #include "prio.h" - #include "prprf.h" - #include - #include "prsystem.h" - -+#ifndef NSS_STATIC - /* This function must be run only once. */ - /* determine if hybrid platform, then actually load the DSO. */ - static PRStatus -@@ -348,6 +356,7 @@ - } - return PR_FAILURE; - } -+#endif /* !NSS_STATIC */ - - /* - * load a new module into our address space and initialize it. -@@ -366,6 +375,16 @@ - - /* intenal modules get loaded from their internal list */ - if (mod->internal && (mod->dllName == NULL)) { -+#ifdef NSS_STATIC -+ if (mod->isFIPS) { -+ entry = FC_GetFunctionList; -+ } else { -+ entry = NSC_GetFunctionList; -+ } -+ if (mod->isModuleDB) { -+ mod->moduleDBFunc = NSC_ModuleDBFunc; -+ } -+#else - /* - * Loads softoken as a dynamic library, - * even though the rest of NSS assumes this as the "internal" module. -@@ -391,6 +410,7 @@ - mod->moduleDBFunc = (CK_C_GetFunctionList) - PR_FindSymbol(softokenLib, "NSC_ModuleDBFunc"); - } -+#endif - - if (mod->moduleDBOnly) { - mod->loaded = PR_TRUE; -@@ -401,6 +421,15 @@ - if (mod->dllName == NULL) { - return SECFailure; - } -+#if defined(NSS_STATIC) && !defined(NSS_DISABLE_ROOT_CERTS) -+ if (strstr(mod->dllName, "nssckbi") != NULL) { -+ mod->library = NULL; -+ PORT_Assert(!mod->moduleDBOnly); -+ entry = builtinsC_GetFunctionList; -+ PORT_Assert(!mod->isModuleDB); -+ goto library_loaded; -+ } -+#endif - - /* load the library. If this succeeds, then we have to remember to - * unload the library if anything goes wrong from here on out... -@@ -423,6 +452,9 @@ - mod->moduleDBFunc = (void *) - PR_FindSymbol(library, "NSS_ReturnModuleSpecData"); - } -+#if defined(NSS_STATIC) && !defined(NSS_DISABLE_ROOT_CERTS) -+library_loaded: -+#endif - if (mod->moduleDBFunc == NULL) mod->isModuleDB = PR_FALSE; - if (entry == NULL) { - if (mod->isModuleDB) { -@@ -562,6 +594,7 @@ - * if not, we should change this to SECFailure and move it above the - * mod->loaded = PR_FALSE; */ - if (mod->internal && (mod->dllName == NULL)) { -+#ifndef NSS_STATIC - if (0 == PR_ATOMIC_DECREMENT(&softokenLoadCount)) { - if (softokenLib) { - disableUnload = PR_GetEnv("NSS_DISABLE_UNLOAD"); -@@ -573,12 +606,18 @@ - } - loadSoftokenOnce = pristineCallOnce; - } -+#endif - return SECSuccess; - } - - library = (PRLibrary *)mod->library; - /* paranoia */ - if (library == NULL) { -+#if defined(NSS_STATIC) && !defined(NSS_DISABLE_ROOT_CERTS) -+ if (strstr(mod->dllName, "nssckbi") != NULL) { -+ return SECSuccess; -+ } -+#endif - return SECFailure; - } - ---- a/a/nss/lib/softoken/lgglue.c Tue May 28 23:37:46 2013 +0200 -+++ a/a/nss/lib/softoken/lgglue.c Fri May 31 17:44:06 2013 -0700 -@@ -23,6 +23,8 @@ - static LGAddSecmodFunc legacy_glue_addSecmod = NULL; - static LGShutdownFunc legacy_glue_shutdown = NULL; - -+#define NSS_STATIC -+#ifndef NSS_STATIC - /* - * The following 3 functions duplicate the work done by bl_LoadLibrary. - * We should make bl_LoadLibrary a global and replace the call to -@@ -160,6 +161,7 @@ - - return lib; - } -+#endif /* STATIC LIBRARIES */ - - /* - * stub files for legacy db's to be able to encrypt and decrypt -@@ -272,6 +274,21 @@ - return SECSuccess; - } - -+#ifdef NSS_STATIC -+#ifdef NSS_DISABLE_DBM -+ return SECFailure; -+#else -+ lib = (PRLibrary *) 0x8; -+ -+ legacy_glue_open = legacy_Open; -+ legacy_glue_readSecmod = legacy_ReadSecmodDB; -+ legacy_glue_releaseSecmod = legacy_ReleaseSecmodDBData; -+ legacy_glue_deleteSecmod = legacy_DeleteSecmodDB; -+ legacy_glue_addSecmod = legacy_AddSecmodDB; -+ legacy_glue_shutdown = legacy_Shutdown; -+ setCryptFunction = legacy_SetCryptFunctions; -+#endif -+#else - lib = sftkdb_LoadLibrary(LEGACY_LIB_NAME); - if (lib == NULL) { - return SECFailure; -@@ -297,11 +314,14 @@ - PR_UnloadLibrary(lib); - return SECFailure; - } -+#endif /* NSS_STATIC */ - - /* verify the loaded library if we are in FIPS mode */ - if (isFIPS) { - if (!BLAPI_SHVerify(LEGACY_LIB_NAME,(PRFuncPtr)legacy_glue_open)) { -+#ifndef NSS_STATIC - PR_UnloadLibrary(lib); -+#endif - return SECFailure; - } - legacy_glue_libCheckSucceeded = PR_TRUE; -@@ -418,10 +438,12 @@ - #endif - crv = (*legacy_glue_shutdown)(parentForkedAfterC_Initialize); - } -+#ifndef NSS_STATIC - disableUnload = PR_GetEnv("NSS_DISABLE_UNLOAD"); - if (!disableUnload) { - PR_UnloadLibrary(legacy_glue_lib); - } -+#endif - legacy_glue_lib = NULL; - legacy_glue_open = NULL; - legacy_glue_readSecmod = NULL; ---- a/a/nss/lib/softoken/lgglue.h Tue May 28 23:37:46 2013 +0200 -+++ a/a/nss/lib/softoken/lgglue.h Fri May 31 17:44:06 2013 -0700 -@@ -38,6 +38,25 @@ - typedef void (*LGSetForkStateFunc)(PRBool); - typedef void (*LGSetCryptFunc)(LGEncryptFunc, LGDecryptFunc); - -+extern CK_RV legacy_Open(const char *dir, const char *certPrefix, -+ const char *keyPrefix, -+ int certVersion, int keyVersion, int flags, -+ SDB **certDB, SDB **keyDB); -+extern char ** legacy_ReadSecmodDB(const char *appName, -+ const char *filename, -+ const char *dbname, char *params, PRBool rw); -+extern SECStatus legacy_ReleaseSecmodDBData(const char *appName, -+ const char *filename, -+ const char *dbname, char **params, PRBool rw); -+extern SECStatus legacy_DeleteSecmodDB(const char *appName, -+ const char *filename, -+ const char *dbname, char *params, PRBool rw); -+extern SECStatus legacy_AddSecmodDB(const char *appName, -+ const char *filename, -+ const char *dbname, char *params, PRBool rw); -+extern SECStatus legacy_Shutdown(PRBool forked); -+extern void legacy_SetCryptFunctions(LGEncryptFunc, LGDecryptFunc); -+ - /* - * Softoken Glue Functions - */ ---- a/a/nss/lib/util/secport.h Tue May 28 23:37:46 2013 +0200 -+++ a/a/nss/lib/util/secport.h Fri May 31 17:44:06 2013 -0700 -@@ -210,6 +210,8 @@ - - extern int NSS_SecureMemcmp(const void *a, const void *b, size_t n); - -+#define NSS_STATIC -+#ifndef NSS_STATIC - /* - * Load a shared library called "newShLibName" in the same directory as - * a shared library that is already loaded, called existingShLibName. -@@ -244,6 +245,7 @@ - PORT_LoadLibraryFromOrigin(const char* existingShLibName, - PRFuncPtr staticShLibFunc, - const char *newShLibName); -+#endif /* NSS_STATIC */ - - SEC_END_PROTOS - diff -Nru libreoffice-l10n-6.2.5/external/nss/nss.fix-freebl-add-lcc-support.patch.1 libreoffice-l10n-6.2.6/external/nss/nss.fix-freebl-add-lcc-support.patch.1 --- libreoffice-l10n-6.2.5/external/nss/nss.fix-freebl-add-lcc-support.patch.1 1970-01-01 00:00:00.000000000 +0000 +++ libreoffice-l10n-6.2.6/external/nss/nss.fix-freebl-add-lcc-support.patch.1 2019-08-08 19:58:13.000000000 +0000 @@ -0,0 +1,11 @@ +--- b/nss/lib/freebl/Makefile ++++ a/nss/lib/freebl/Makefile +@@ -495,7 +495,7 @@ + ifdef USE_64 + # no __int128 at least up to lcc 1.23 (pretending to be gcc5) + # NB: CC_NAME is not defined here +-ifneq ($(shell $(CC) -? 2>&1 >/dev/null | sed -e 's/:.*//;1q'),lcc) ++ifneq ($(shell $(CC) -? 2>&1 >/dev/null = aStripOffsets.size()) return false; pTIFF->Seek( aStripOffsets[ nStrip ] + ( ny % GetRowsPerStrip() ) * nStripBytesPerRow ); - pTIFF->ReadBytes(getMapData(np), nBytesPerRow); - if (!pTIFF->good()) - return false; + // tdf#126147 allow a short incomplete read + auto pDest = getMapData(np); + auto nRead = pTIFF->ReadBytes(pDest, nBytesPerRow); + if (nRead != nBytesPerRow) + memset(pDest + nRead, 0, nBytesPerRow - nRead); } if ( !ConvertScanline( ny ) ) return false; @@ -1510,8 +1512,7 @@ if (bStatus) { auto nStart = aStripOffsets[ nStrip ] + ( ny % GetRowsPerStrip() ) * nStripBytesPerRow; - auto nEnd = nStart + nBytesPerRow; - if (nEnd > nEndOfFile) + if (nStart > nEndOfFile) bStatus = false; } } diff -Nru libreoffice-l10n-6.2.5/framework/source/uielement/menubarmanager.cxx libreoffice-l10n-6.2.6/framework/source/uielement/menubarmanager.cxx --- libreoffice-l10n-6.2.5/framework/source/uielement/menubarmanager.cxx 2019-06-26 18:16:53.000000000 +0000 +++ libreoffice-l10n-6.2.6/framework/source/uielement/menubarmanager.cxx 2019-08-08 19:58:13.000000000 +0000 @@ -890,7 +890,9 @@ } } - if ( xDispatch.is() ) + // tdf#126054 don't let dispatch destroy this until after function completes + rtl::Reference xRef(this); + if (xDispatch.is()) { SolarMutexReleaser aReleaser; xDispatch->dispatch( aTargetURL, aArgs ); diff -Nru libreoffice-l10n-6.2.5/.gitreview libreoffice-l10n-6.2.6/.gitreview --- libreoffice-l10n-6.2.5/.gitreview 2019-06-26 18:16:53.000000000 +0000 +++ libreoffice-l10n-6.2.6/.gitreview 2019-08-08 19:58:13.000000000 +0000 @@ -3,5 +3,5 @@ port=29418 project=core defaultremote=logerrit -defaultbranch=libreoffice-6-2-5 +defaultbranch=libreoffice-6-2-6 diff -Nru libreoffice-l10n-6.2.5/include/sfx2/objsh.hxx libreoffice-l10n-6.2.6/include/sfx2/objsh.hxx --- libreoffice-l10n-6.2.5/include/sfx2/objsh.hxx 2019-06-26 18:16:53.000000000 +0000 +++ libreoffice-l10n-6.2.6/include/sfx2/objsh.hxx 2019-08-08 19:58:13.000000000 +0000 @@ -412,6 +412,8 @@ */ bool AdjustMacroMode(); + static bool UnTrustedScript(const OUString& rScriptURL); + SvKeyValueIterator* GetHeaderAttributes(); void ClearHeaderAttributesForSourceViewHack(); void SetHeaderAttributesForSourceViewHack(); diff -Nru libreoffice-l10n-6.2.5/include/svx/svdedtv.hxx libreoffice-l10n-6.2.6/include/svx/svdedtv.hxx --- libreoffice-l10n-6.2.5/include/svx/svdedtv.hxx 2019-06-26 18:16:53.000000000 +0000 +++ libreoffice-l10n-6.2.6/include/svx/svdedtv.hxx 2019-08-08 19:58:13.000000000 +0000 @@ -187,10 +187,9 @@ bool IsUndoEnabled() const; /** - * Checks if this or other views have an active text edit, in which case object undos are not - * created. + * Checks if this or other views have an active text edit, if true, end them. */ - bool CanDoSdrUndo() const; + void EndTextEditAllViews() const; std::vector< std::unique_ptr > CreateConnectorUndo( SdrObject& rO ); void AddUndoActions( std::vector< std::unique_ptr > ); diff -Nru libreoffice-l10n-6.2.5/include/vcl/weld.hxx libreoffice-l10n-6.2.6/include/vcl/weld.hxx --- libreoffice-l10n-6.2.5/include/vcl/weld.hxx 2019-06-26 18:16:53.000000000 +0000 +++ libreoffice-l10n-6.2.6/include/vcl/weld.hxx 2019-08-08 19:58:13.000000000 +0000 @@ -147,6 +147,8 @@ //parents virtual void help_hierarchy_foreach(const std::function& func) = 0; + virtual OUString strip_mnemonic(const OUString& rLabel) const = 0; + virtual ~Widget() {} }; diff -Nru libreoffice-l10n-6.2.5/oox/source/helper/graphichelper.cxx libreoffice-l10n-6.2.6/oox/source/helper/graphichelper.cxx --- libreoffice-l10n-6.2.5/oox/source/helper/graphichelper.cxx 2019-06-26 18:16:53.000000000 +0000 +++ libreoffice-l10n-6.2.6/oox/source/helper/graphichelper.cxx 2019-08-08 19:58:13.000000000 +0000 @@ -343,9 +343,9 @@ EmbeddedGraphicMap::const_iterator aIt = maEmbeddedGraphics.find( rStreamName ); if( aIt == maEmbeddedGraphics.end() ) { - // Lazy-loading doesn't work with TIFF at the moment. + // Lazy-loading doesn't work with TIFF or WMF at the moment. WmfExternal aHeader; - if (rStreamName.endsWith(".tiff") && !pExtHeader) + if ( (rStreamName.endsWith(".tiff") || rStreamName.endsWith(".wmf") ) && !pExtHeader) pExtHeader = &aHeader; xGraphic = importGraphic(mxStorage->openInputStream(rStreamName), pExtHeader); diff -Nru libreoffice-l10n-6.2.5/readlicense_oo/license/CREDITS.fodt libreoffice-l10n-6.2.6/readlicense_oo/license/CREDITS.fodt --- libreoffice-l10n-6.2.5/readlicense_oo/license/CREDITS.fodt 2019-06-26 18:16:53.000000000 +0000 +++ libreoffice-l10n-6.2.6/readlicense_oo/license/CREDITS.fodt 2019-08-08 19:58:13.000000000 +0000 @@ -1,10 +1,10 @@ - Credits » LibreOfficeCreditscontributorscodersdevelopersCredits for the LibreOffice development/coding.LibreOffice/6.2.4.2$Linux_X86_64 LibreOffice_project/2412653d852ce75f65fbfa83fb7e7b669a126d642012-02-20T22:17:18.060000000PT14M12S3JUebjoxEpqXoQcpltWRTwzBZEEHtch3wApdhgiQPFiA + Credits » LibreOfficeCreditscontributorscodersdevelopersCredits for the LibreOffice development/coding.LibreOffice/6.2.5.2$Linux_X86_64 LibreOffice_project/1ec314fa52f458adc18c4f025c545a4e8b22c1592012-02-20T22:17:18.060000000PT14M12S3JUebjoxEpqXoQcpltWRTwzBZEEHtch3wApdhgiQPFiA - 584 + 515 501 32440 18152 @@ -16,9 +16,9 @@ 3649 3471 501 - 584 + 515 32939 - 18734 + 18665 0 0 false @@ -114,7 +114,7 @@ true false true - 8652399 + 8744645 false false false @@ -331,17 +331,20 @@ - + - + - + + + + @@ -406,21 +409,21 @@ - + - + - + - + - + @@ -1056,7 +1059,7 @@ Credits - 1438 individuals contributed to OpenOffice.org (and whose contributions were imported into LibreOffice) or LibreOffice until 2019-06-24 15:23:44. + 1444 individuals contributed to OpenOffice.org (and whose contributions were imported into LibreOffice) or LibreOffice until 2019-07-31 12:30:26. * marks developers whose first contributions happened after 2010-09-28. Developers committing code since 2010-09-28 @@ -1080,16 +1083,16 @@ - Caolán McNamaraCommits: 26194Joined: 2000-10-10 + Caolán McNamaraCommits: 26523Joined: 2000-10-10 Vladimir GlazunovCommits: 25434Joined: 2000-12-04 - Stephan BergmannCommits: 17053Joined: 2000-10-04 + Stephan BergmannCommits: 17158Joined: 2000-10-04 - *Noel GrandinCommits: 11394Joined: 2011-12-12 + *Noel GrandinCommits: 11516Joined: 2011-12-12 @@ -1097,10 +1100,10 @@ Ivo HinkelmannCommits: 9480Joined: 2002-09-09 - Tor LillqvistCommits: 8602Joined: 2010-03-23 + Tor LillqvistCommits: 8611Joined: 2010-03-23 - Miklos VajnaCommits: 7500Joined: 2010-07-29 + Miklos VajnaCommits: 7543Joined: 2010-07-29 Michael StahlCommits: 6418Joined: 2008-06-16 @@ -1117,7 +1120,7 @@ Frank Schoenheit [fs]Commits: 5008Joined: 2000-09-19 - Eike RathkeCommits: 4664Joined: 2000-10-11 + Eike RathkeCommits: 4677Joined: 2000-10-11 @@ -1131,12 +1134,12 @@ Ocke Janssen [oj]Commits: 2850Joined: 2000-09-20 - *Julien NabetCommits: 2611Joined: 2010-11-04 + *Julien NabetCommits: 2628Joined: 2010-11-04 - Jan HolesovskyCommits: 2598Joined: 2009-06-23 + Jan HolesovskyCommits: 2599Joined: 2009-06-23 Mathias BauerCommits: 2580Joined: 2000-09-20 @@ -1153,13 +1156,13 @@ Bjoern MichaelsenCommits: 2283Joined: 2009-10-14 - *Norbert ThiebaudCommits: 2176Joined: 2010-09-29 + *Tomaž VajngerlCommits: 2183Joined: 2012-06-02 - *Thomas ArnholdCommits: 2176Joined: 2011-01-16 + *Norbert ThiebaudCommits: 2176Joined: 2010-09-29 - *Tomaž VajngerlCommits: 2173Joined: 2012-06-02 + *Thomas ArnholdCommits: 2176Joined: 2011-01-16 @@ -1167,24 +1170,24 @@ Philipp Lohmann [pl]Commits: 2089Joined: 2000-09-21 - *Andras TimarCommits: 1889Joined: 2010-10-02 + *Andras TimarCommits: 1894Joined: 2010-10-02 Christian LippkaCommits: 1805Joined: 2000-09-25 - Luboš LuňákCommits: 1774Joined: 2010-09-21 + Luboš LuňákCommits: 1779Joined: 2010-09-21 - *Matúš KukanCommits: 1712Joined: 2011-04-06 + *Andrea GelminiCommits: 1724Joined: 2014-10-30 - *Andrea GelminiCommits: 1548Joined: 2014-10-30 + *Matúš KukanCommits: 1712Joined: 2011-04-06 - *Takeshi AbeCommits: 1484Joined: 2010-11-08 + *Takeshi AbeCommits: 1485Joined: 2010-11-08 *Matteo CasalinCommits: 1476Joined: 2011-11-13 @@ -1195,7 +1198,7 @@ Armin Le GrandCommits: 1454Joined: 2000-09-25 - Thorsten BehrensCommits: 1390Joined: 2001-04-25 + Thorsten BehrensCommits: 1393Joined: 2001-04-25 Fridrich ŠtrbaCommits: 1338Joined: 2007-02-22 @@ -1209,21 +1212,21 @@ Niklas NebelCommits: 1296Joined: 2000-09-19 - Daniel Rentz [dr]Commits: 1206Joined: 2000-09-28 + *Chris SherlockCommits: 1208Joined: 2013-02-25 - *Chris SherlockCommits: 1204Joined: 2013-02-25 + Daniel Rentz [dr]Commits: 1206Joined: 2000-09-28 - *Tamás ZolnaiCommits: 1061Joined: 2012-08-06 + *Tamás ZolnaiCommits: 1095Joined: 2012-08-06 - *Lionel Elie MamaneCommits: 1033Joined: 2011-01-15 + *Lionel Elie MamaneCommits: 1034Joined: 2011-01-15 - *Mike KaganskiCommits: 975Joined: 2015-04-26 + *Mike KaganskiCommits: 1007Joined: 2015-04-26 Petr MladekCommits: 958Joined: 2006-10-03 @@ -1240,18 +1243,18 @@ Henning BrinkmannCommits: 899Joined: 2002-08-14 - Cédric BosdonnatCommits: 882Joined: 2009-11-16 + *Olivier HallotCommits: 886Joined: 2010-10-25 - *Olivier HallotCommits: 876Joined: 2010-10-25 + *andreas kainzCommits: 882Joined: 2015-03-18 - Malte Timmermann [mt]Commits: 864Joined: 2000-10-10 + Cédric BosdonnatCommits: 882Joined: 2009-11-16 - *andreas kainzCommits: 861Joined: 2015-03-18 + Malte Timmermann [mt]Commits: 864Joined: 2000-10-10 Sven JacobiCommits: 850Joined: 2000-09-21 @@ -1265,24 +1268,24 @@ Martin GallweyCommits: 827Joined: 2000-11-08 - Mikhail VoytenkoCommits: 793Joined: 2001-01-16 + *Samuel MehrbrodtCommits: 800Joined: 2011-06-08 - *Samuel MehrbrodtCommits: 769Joined: 2011-06-08 + Mikhail VoytenkoCommits: 793Joined: 2001-01-16 - Christian LohmaierCommits: 754Joined: 2008-06-01 + *Michael StahlCommits: 768Joined: 2018-04-03 - Carsten DriesnerCommits: 748Joined: 2000-10-06 + Christian LohmaierCommits: 757Joined: 2008-06-01 - Joachim LingnerCommits: 745Joined: 2000-10-05 + Carsten DriesnerCommits: 748Joined: 2000-10-06 - *Michael StahlCommits: 742Joined: 2018-04-03 + Joachim LingnerCommits: 745Joined: 2000-10-05 *Andrzej HuntCommits: 733Joined: 2012-03-27 @@ -1296,7 +1299,7 @@ Release EngineeringCommits: 728Joined: 2008-10-02 - *Katarina BehrensCommits: 723Joined: 2010-10-13 + *Katarina BehrensCommits: 724Joined: 2010-10-13 *Maxim MonastirskyCommits: 717Joined: 2013-10-27 @@ -1304,21 +1307,21 @@ - *Zdeněk CrhonekCommits: 702Joined: 2016-05-19 + *Zdeněk CrhonekCommits: 703Joined: 2016-05-19 - Joerg Skottke [jsk]Commits: 678Joined: 2008-06-17 + *Jan-Marek GlogowskiCommits: 693Joined: 2013-11-14 - *Jan-Marek GlogowskiCommits: 658Joined: 2013-11-14 + Joerg Skottke [jsk]Commits: 678Joined: 2008-06-17 - *Joseph PowersCommits: 658Joined: 2010-10-15 + *Gabor KelemenCommits: 663Joined: 2013-06-18 - *Gabor KelemenCommits: 655Joined: 2013-06-18 + *Joseph PowersCommits: 658Joined: 2010-10-15 Kai SommerfeldCommits: 651Joined: 2000-10-10 @@ -1327,7 +1330,7 @@ Ingrid HalamaCommits: 639Joined: 2001-01-19 - *Jens CarlCommits: 630Joined: 2014-05-28 + *Jens CarlCommits: 631Joined: 2014-05-28 @@ -1374,16 +1377,16 @@ - *Adolfo Jayme BarrientosCommits: 413Joined: 2013-06-21 + *Adolfo Jayme BarrientosCommits: 416Joined: 2013-06-21 - *Justin LuthCommits: 397Joined: 2014-09-30 + *László NémethCommits: 402Joined: 2010-09-29 - Dirk VoelzkeCommits: 392Joined: 2000-11-27 + *Justin LuthCommits: 400Joined: 2014-09-30 - *László NémethCommits: 391Joined: 2010-09-29 + Dirk VoelzkeCommits: 392Joined: 2000-11-27 @@ -1411,18 +1414,18 @@ *David OstrovskyCommits: 330Joined: 2012-04-01 - Radek DoulikCommits: 305Joined: 2010-05-03 + *Ashod NakashianCommits: 326Joined: 2015-01-07 - *Chr. RossmanithCommits: 300Joined: 2011-01-03 + Radek DoulikCommits: 305Joined: 2010-05-03 - *August SodoraCommits: 285Joined: 2011-10-18 + *Chr. RossmanithCommits: 300Joined: 2011-01-03 - *Ashod NakashianCommits: 278Joined: 2015-01-07 + *August SodoraCommits: 285Joined: 2011-10-18 *Siqi LiuCommits: 277Joined: 2013-04-13 @@ -1486,35 +1489,38 @@ - *François TigeotCommits: 176Joined: 2011-01-31 + *Tamas BunthCommits: 180Joined: 2016-03-08 - *Tamas BunthCommits: 175Joined: 2016-03-08 + *François TigeotCommits: 176Joined: 2011-01-31 Bartosz KosiorekCommits: 174Joined: 2010-09-17 - *Philipp RiemerCommits: 171Joined: 2012-05-25 + *Arkadiy IllarionovCommits: 172Joined: 2017-01-15 - *Jim RaykowskiCommits: 162Joined: 2017-04-16 + *Philipp RiemerCommits: 171Joined: 2012-05-25 - *heiko tietzeCommits: 161Joined: 2016-10-06 + *Heiko TietzeCommits: 168Joined: 2016-10-06 - *Nigel HawkinsCommits: 160Joined: 2010-10-28 + *Jim RaykowskiCommits: 168Joined: 2017-04-16 - *Henry CastroCommits: 156Joined: 2015-01-09 + *Michael WeghornCommits: 160Joined: 2014-09-10 - *Michael WeghornCommits: 154Joined: 2014-09-10 + *Nigel HawkinsCommits: 160Joined: 2010-10-28 + + + *Henry CastroCommits: 156Joined: 2015-01-09 *Artur DordaCommits: 151Joined: 2012-04-15 @@ -1522,13 +1528,13 @@ *Gert FallerCommits: 151Joined: 2010-10-25 + + *Alexander WilmsCommits: 151Joined: 2012-05-26 - - - *Arkadiy IllarionovCommits: 143Joined: 2017-01-15 + *Gabor KelemenCommits: 150Joined: 2019-01-12 Gregor HartmannCommits: 141Joined: 2000-10-12 @@ -1536,26 +1542,26 @@ *Matthias FreundCommits: 141Joined: 2013-02-08 - - Giuseppe CastagnoCommits: 138Joined: 2007-12-09 - - *Artur DryomovCommits: 137Joined: 2013-03-14 + Giuseppe CastagnoCommits: 138Joined: 2007-12-09 - *Tomáš ChvátalCommits: 134Joined: 2011-07-27 + *Jean-Pierre LedureCommits: 138Joined: 2013-10-12 - *Jean-Pierre LedureCommits: 132Joined: 2013-10-12 + *Artur DryomovCommits: 137Joined: 2013-03-14 - *Jesús CorriusCommits: 130Joined: 2010-10-07 + *Tomáš ChvátalCommits: 135Joined: 2011-07-27 + *Jesús CorriusCommits: 130Joined: 2010-10-07 + + *Philipp WeissenbacherCommits: 129Joined: 2011-10-28 @@ -1564,16 +1570,13 @@ *haochenCommits: 126Joined: 2013-10-10 - - Helge Delfs [hde]Commits: 126Joined: 2009-07-28 - - Takashi OnoCommits: 122Joined: 2009-12-10 + Helge Delfs [hde]Commits: 126Joined: 2009-07-28 - *Gabor KelemenCommits: 120Joined: 2019-01-12 + Takashi OnoCommits: 122Joined: 2009-12-10 *Douglas MenckenCommits: 119Joined: 2013-12-11 @@ -1593,35 +1596,35 @@ *I-Jui (Ray) SungCommits: 112Joined: 2013-09-30 - *Akshay DeepCommits: 110Joined: 2016-01-23 + *Vasily MelenchukCommits: 111Joined: 2015-01-27 - *Vasily MelenchukCommits: 110Joined: 2015-01-27 + *Akshay DeepCommits: 110Joined: 2016-01-23 *Dennis FrancisCommits: 109Joined: 2015-04-15 - *Louis-Francis Ratté-BoulianneCommits: 102Joined: 2014-10-29 + *Xisco FauliCommits: 109Joined: 2018-02-01 - *Rishabh KumarCommits: 100Joined: 2015-02-13 + *Louis-Francis Ratté-BoulianneCommits: 102Joined: 2014-10-29 - *Sophia SchröderCommits: 100Joined: 2018-04-07 + *Rizal MuttaqinCommits: 101Joined: 2018-05-21 - *Thomas KlausnerCommits: 99Joined: 2010-10-01 + *Rishabh KumarCommits: 100Joined: 2015-02-13 - *Xisco FauliCommits: 94Joined: 2018-02-01 + *Sophia SchröderCommits: 100Joined: 2018-04-07 - *Rizal MuttaqinCommits: 93Joined: 2018-05-21 + *Thomas KlausnerCommits: 99Joined: 2010-10-01 @@ -1646,15 +1649,15 @@ *Albert ThuswaldnerCommits: 89Joined: 2011-01-26 - *Daniel BankstonCommits: 88Joined: 2012-04-03 + *Regina HenschelCommits: 89Joined: 2010-11-04 - *Tim RetoutCommits: 88Joined: 2012-02-14 + *Daniel BankstonCommits: 88Joined: 2012-04-03 - *Regina HenschelCommits: 88Joined: 2010-11-04 + *Tim RetoutCommits: 88Joined: 2012-02-14 *Korrawit PruegsanusakCommits: 87Joined: 2011-05-28 @@ -1674,10 +1677,10 @@ Tobias KrauseCommits: 83Joined: 2007-10-02 - *Minh NgoCommits: 83Joined: 2013-05-02 + *Justin LuthCommits: 83Joined: 2018-04-21 - *Justin LuthCommits: 82Joined: 2018-04-21 + *Minh NgoCommits: 83Joined: 2013-05-02 @@ -1727,16 +1730,19 @@ *Mohammed Abdul AzeemCommits: 63Joined: 2016-02-08 + *Muhammet KaraCommits: 63Joined: 2018-12-06 + + *Rosemary SebastianCommits: 62Joined: 2015-06-23 *Pierre-Eric Pelloux-PrayerCommits: 61Joined: 2012-06-20 + + Wolfram Garten [wg]Commits: 61Joined: 2009-10-23 - - *Martin HoskenCommits: 60Joined: 2011-02-25 @@ -1746,40 +1752,40 @@ *Jaskaran SinghCommits: 60Joined: 2016-02-18 - - *Simon SteinbeissCommits: 59Joined: 2015-06-01 - - Marc Neumann [msc]Commits: 59Joined: 2008-06-20 + *Simon SteinbeissCommits: 59Joined: 2015-06-01 - *shiming zhangCommits: 59Joined: 2013-11-04 + *Aron BudeaCommits: 59Joined: 2014-12-22 - *Aron BudeaCommits: 58Joined: 2014-12-22 + Marc Neumann [msc]Commits: 59Joined: 2008-06-20 - *tageziCommits: 58Joined: 2015-09-16 + *shiming zhangCommits: 59Joined: 2013-11-04 - *yiming juCommits: 57Joined: 2013-11-01 + *tageziCommits: 58Joined: 2015-09-16 - *matteocamCommits: 56Joined: 2014-02-25 + *yiming juCommits: 57Joined: 2013-11-01 - *Ilmari LauhakangasCommits: 55Joined: 2017-04-15 + *Ilmari LauhakangasCommits: 56Joined: 2017-04-15 - *Matthew J. FrancisCommits: 55Joined: 2014-08-25 + *matteocamCommits: 56Joined: 2014-02-25 + *Matthew J. FrancisCommits: 55Joined: 2014-08-25 + + *Niklas JohanssonCommits: 55Joined: 2011-11-07 @@ -1788,13 +1794,10 @@ *Mihály PalenikCommits: 54Joined: 2013-07-11 - - *yangzhangCommits: 54Joined: 2013-11-04 - - *Muhammet KaraCommits: 53Joined: 2018-12-06 + *yangzhangCommits: 54Joined: 2013-11-04 *Martin KepplingerCommits: 53Joined: 2011-02-18 @@ -1878,6 +1881,9 @@ + *Balazs VargaCommits: 44Joined: 2018-07-05 + + Volker Ahrendt [va]Commits: 44Joined: 2002-04-15 @@ -1886,11 +1892,11 @@ *Philippe JungCommits: 43Joined: 2015-05-01 + + *Peter JentschCommits: 42Joined: 2011-01-07 - - *Mark WielaardCommits: 42Joined: 2013-05-13 @@ -1900,13 +1906,10 @@ *Christian M. HellerCommits: 41Joined: 2013-02-24 - - *Luke DellerCommits: 41Joined: 2012-11-26 - - *Balazs VargaCommits: 41Joined: 2018-07-05 + *Luke DellerCommits: 41Joined: 2012-11-26 *Tsutomu UchinoCommits: 41Joined: 2014-01-08 @@ -1915,11 +1918,14 @@ *Francisco SaitoCommits: 40Joined: 2011-03-21 - *Mert TumerCommits: 40Joined: 2016-04-30 + *Christophe JAILLETCommits: 40Joined: 2012-06-14 + *Mert TumerCommits: 40Joined: 2016-04-30 + + *Kayo HamidCommits: 39Joined: 2010-10-09 @@ -1928,11 +1934,11 @@ *Marc-André LaverdièreCommits: 39Joined: 2011-06-21 + + *Damjan JovanovicCommits: 38Joined: 2015-08-26 - - *Valentin KettnerCommits: 38Joined: 2014-03-17 @@ -1940,9 +1946,6 @@ *abdulmajeed ahmedCommits: 37Joined: 2012-07-07 - *Christophe JAILLETCommits: 37Joined: 2012-06-14 - - *Iain BillettCommits: 37Joined: 2012-04-11 @@ -1968,14 +1971,17 @@ *Priyanka GaikwadCommits: 36Joined: 2013-11-12 - *Dennis FrancisCommits: 35Joined: 2018-11-15 + *Roman KuznetsovCommits: 36Joined: 2018-10-23 - *Santiago MartinezCommits: 35Joined: 2012-01-20 + *Dennis FrancisCommits: 35Joined: 2018-11-15 + *Santiago MartinezCommits: 35Joined: 2012-01-20 + + *Łukasz HryniukCommits: 35Joined: 2015-01-02 @@ -1984,39 +1990,39 @@ *Laurent CharrièreCommits: 35Joined: 2010-10-14 + + *Tobias LippertCommits: 35Joined: 2014-01-02 - - + + *Tomoyuki KubotaCommits: 35Joined: 2018-03-11 + *Mark PageCommits: 35Joined: 2016-04-29 *dechuangCommits: 35Joined: 2013-11-04 + + *Rodolfo Ribeiro GomesCommits: 34Joined: 2012-12-19 *Steve YinCommits: 34Joined: 2013-11-14 - - - - *Tomoyuki KubotaCommits: 34Joined: 2018-03-11 - *Dennis RoczekCommits: 33Joined: 2015-06-09 *Cor NouwsCommits: 33Joined: 2011-11-19 + + *Yogesh BharateCommits: 33Joined: 2013-10-11 - - *Andreas MantkeCommits: 33Joined: 2010-09-29 @@ -2026,11 +2032,11 @@ *GokulCommits: 32Joined: 2012-07-10 + + *Dmitriy ShilinCommits: 32Joined: 2018-11-30 - - *Aurimas FišerasCommits: 32Joined: 2010-10-11 @@ -2040,11 +2046,11 @@ *Arnold DumasCommits: 32Joined: 2016-02-14 + + *Aleksei NikiforovCommits: 32Joined: 2018-10-31 - - *Gautam PrajapatiCommits: 31Joined: 2017-02-06 @@ -2052,9 +2058,6 @@ *Sushil ShindeCommits: 31Joined: 2013-10-21 - *Roman KuznetsovCommits: 31Joined: 2018-10-23 - - *fengzengCommits: 31Joined: 2013-11-04 @@ -2102,6 +2105,9 @@ + *Grzegorz AraminowiczCommits: 29Joined: 2019-03-08 + + *xinjiangCommits: 29Joined: 2013-11-04 @@ -2110,11 +2116,11 @@ *Yeliz TaneroğluCommits: 28Joined: 2015-10-03 + + *Pallavi JadhavCommits: 28Joined: 2013-02-08 - - *Szabolcs DezsiCommits: 28Joined: 2012-02-16 @@ -2124,11 +2130,11 @@ *Paul TrojahnCommits: 28Joined: 2017-05-27 + + Andre Fischer<andre.f.fischerCommits: 28Joined: 2010-07-21 - - *Joel MaderoCommits: 27Joined: 2012-06-15 @@ -2138,11 +2144,11 @@ *Gökçen EraslanCommits: 27Joined: 2012-04-15 + + *Dipangar NiranjarCommits: 27Joined: 2016-01-03 - - *Ximeng ZuCommits: 27Joined: 2017-03-17 @@ -2152,81 +2158,81 @@ *Jorenz ParagasCommits: 27Joined: 2015-06-23 + + *Grzegorz AraminowiczCommits: 27Joined: 2017-04-01 - - + + *Matthias SeidelCommits: 27Joined: 2017-02-18 + *Akash JainCommits: 26Joined: 2016-03-25 *Josh HeidenreichCommits: 26Joined: 2011-07-20 + + *Nicolas ChristenerCommits: 26Joined: 2011-03-10 *Daniel SikelerCommits: 26Joined: 2014-08-28 - - *Maxime de RoucyCommits: 26Joined: 2012-03-08 - *Matthias SeidelCommits: 26Joined: 2017-02-18 + *Gülşah KöseCommits: 25Joined: 2019-01-17 + + *VortCommits: 25Joined: 2014-01-21 *aleksandar-stefanovicCommits: 25Joined: 2016-12-29 - - *Prashant PandeyCommits: 25Joined: 2013-02-20 *Kurosawa TakeshiCommits: 25Joined: 2011-01-04 + + *Uray M. JánosCommits: 24Joined: 2012-07-17 *Baptiste DaroussinCommits: 24Joined: 2011-01-31 - - *Tomofumi YagiCommits: 24Joined: 2011-10-20 *Pedro GiffuniCommits: 24Joined: 2011-10-28 + + *Felix ZhangCommits: 23Joined: 2011-10-19 *Julien ChaffraixCommits: 23Joined: 2011-04-12 - - *ekuiitrCommits: 23Joined: 2017-10-13 *Marco A.G.PintoCommits: 23Joined: 2016-02-02 - - *Grzegorz AraminowiczCommits: 23Joined: 2019-03-08 - + + *Lucas BaudinCommits: 23Joined: 2011-01-25 - - *Robert RothCommits: 23Joined: 2010-10-31 @@ -2236,11 +2242,11 @@ *Sören MöllerCommits: 23Joined: 2011-01-03 + + *Mario J. RugieroCommits: 23Joined: 2015-10-11 - - *zhenyu yuanCommits: 22Joined: 2013-11-06 @@ -2250,11 +2256,11 @@ *Jacek WolszczakCommits: 22Joined: 2010-10-07 + + *Ruslan KabatsayevCommits: 22Joined: 2012-05-11 - - *Frédéric WangCommits: 22Joined: 2013-06-22 @@ -2264,21 +2270,32 @@ *Júlio HoffimannCommits: 22Joined: 2010-10-18 + + *Vitaliy AndersonCommits: 21Joined: 2016-12-09 - - + + *LibreOfficiantCommits: 21Joined: 2019-02-25 + *Bernhard WidlCommits: 21Joined: 2017-03-27 *Rohit DeshmukhCommits: 21Joined: 2013-09-30 + + + + *Sumit ChauhanCommits: 21Joined: 2018-12-04 + *Tushar BendeCommits: 20Joined: 2013-09-27 + *Ilhan YesilCommits: 20Joined: 2018-04-11 + + *Andy HolderCommits: 20Joined: 2010-12-06 @@ -2326,9 +2343,6 @@ - *Ilhan YesilCommits: 18Joined: 2018-04-11 - - *Joost WezenbeekCommits: 18Joined: 2010-10-24 @@ -2337,11 +2351,11 @@ *Mert TümerCommits: 18Joined: 2018-01-08 - - *Richard PALOCommits: 18Joined: 2014-11-09 + + *Federico BassiniCommits: 18Joined: 2016-10-06 @@ -2351,36 +2365,28 @@ *Zdibák ZoltánCommits: 18Joined: 2018-10-13 - - *Alain RomedenneCommits: 17Joined: 2018-12-19 + + *Alfonso EusebioCommits: 17Joined: 2011-01-16 - *Gülşah KöseCommits: 17Joined: 2019-01-17 - - *Vikas MahatoCommits: 17Joined: 2017-12-31 - - *Thomas BeckCommits: 17Joined: 2017-03-27 - *LibreOfficiantCommits: 17Joined: 2019-02-25 - - *Jian Hong ChengCommits: 17Joined: 2012-06-26 + + *Kshitij PathaniaCommits: 17Joined: 2017-09-28 - - *Bálint DózsaCommits: 17Joined: 2011-02-10 @@ -2390,11 +2396,11 @@ *Francisco Adrián SánchezCommits: 17Joined: 2016-10-07 + + *Umesh KadamCommits: 17Joined: 2014-01-10 - - *navin patidarCommits: 17Joined: 2013-01-06 @@ -2404,82 +2410,82 @@ *tsahi glikCommits: 16Joined: 2013-06-04 + + *Jordan AyersCommits: 16Joined: 2010-11-04 - - + + *Shubham GoyalCommits: 16Joined: 2019-02-26 + *Niko RönkköCommits: 16Joined: 2010-10-31 *Anders JonssonCommits: 16Joined: 2010-12-11 + + *Chris LaplanteCommits: 16Joined: 2014-04-07 Florian ReuterCommits: 16Joined: 2010-09-14 - - *Adam KasztennyCommits: 16Joined: 2016-03-27 *Maciej RumianowskiCommits: 16Joined: 2011-07-19 + + *Luke DixonCommits: 16Joined: 2010-10-26 *Lei De BinCommits: 16Joined: 2012-07-04 - - *Catalin IacobCommits: 15Joined: 2012-02-10 *Nikhil WalvekarCommits: 15Joined: 2013-11-01 + + *Luke SymesCommits: 15Joined: 2010-10-01 *Andreas BrandnerCommits: 15Joined: 2017-09-04 - - *Joachim TremourouxCommits: 15Joined: 2010-11-19 Octavio AlvarezCommits: 15Joined: 2010-09-13 + + *Armin Le GrandCommits: 15Joined: 2018-02-15 *Yifan JCommits: 15Joined: 2010-12-16 - - *Alexander BergmannCommits: 15Joined: 2012-01-13 *Povilas KanapickasCommits: 15Joined: 2010-10-18 + + *Cosimo CecchiCommits: 15Joined: 2011-11-02 - *Sumit ChauhanCommits: 15Joined: 2018-12-04 - - - - *Olivier RCommits: 15Joined: 2011-08-01 @@ -2488,126 +2494,134 @@ *Nickson ThandaCommits: 14Joined: 2018-03-25 + + *LeMoyne CastleCommits: 14Joined: 2010-10-25 - - + + *Tünde TóthCommits: 14Joined: 2019-03-14 + *Zhe WangCommits: 14Joined: 2012-06-20 *Sun YingCommits: 14Joined: 2012-08-16 + + *Björgvin RagnarssonCommits: 14Joined: 2012-02-13 *Juan PiccaCommits: 14Joined: 2014-07-23 - - *Tim HardeckCommits: 14Joined: 2011-11-03 *Gökhan GurbetoğluCommits: 14Joined: 2016-06-06 + + *Zsolt BölönyCommits: 14Joined: 2015-01-10 - *sabri unalCommits: 13Joined: 2018-11-20 + *Adrien OllierCommits: 14Joined: 2019-04-24 - - - *Shubham GoyalCommits: 13Joined: 2019-02-26 + *sabri unalCommits: 13Joined: 2018-11-20 *gerhard oettlCommits: 13Joined: 2012-08-27 + + *Prashant ShahCommits: 13Joined: 2010-10-10 *Mathias HasselmannCommits: 13Joined: 2013-01-14 - - *Muhammad HaggagCommits: 13Joined: 2012-02-01 *Alia AlmusaireaeCommits: 13Joined: 2012-11-05 + + *Manfred BlumeCommits: 13Joined: 2017-03-27 *Jean-Baptiste FaureCommits: 13Joined: 2011-02-20 - - *kadertarlanCommits: 12Joined: 2015-12-14 *Gábor StefanikCommits: 12Joined: 2012-04-07 + + *Mariusz DykierekCommits: 12Joined: 2012-01-16 *Abhilash SinghCommits: 12Joined: 2016-07-22 - - *Greg Kroah-HartmanCommits: 12Joined: 2012-02-06 *Jani MonosesCommits: 12Joined: 2010-10-30 + + *Mirek MazelCommits: 12Joined: 2012-06-05 *Kacper KasperCommits: 12Joined: 2018-02-18 - - *Wei WeiCommits: 12Joined: 2013-11-16 *tymyjanCommits: 12Joined: 2016-04-03 + + *Wilhelm PfluegerCommits: 12Joined: 2011-02-05 *Tomas HlavatyCommits: 12Joined: 2011-12-06 - - *nadithCommits: 11Joined: 2016-07-14 *jmzambonCommits: 11Joined: 2017-05-19 + + + + *Marco A.G.PintoCommits: 11Joined: 2018-07-16 + *Jung-uk KimCommits: 11Joined: 2012-08-13 *Enrico Weigelt, metux ITSCommits: 11Joined: 2012-11-14 - - *Manuj VashistCommits: 11Joined: 2017-12-10 + + *Abdulaziz A AlayedCommits: 11Joined: 2013-01-22 @@ -2617,11 +2631,11 @@ *Fakabbir AminCommits: 11Joined: 2017-01-29 - - *Maarten BosmansCommits: 11Joined: 2016-08-24 + + *Jonas Finnemann JensenCommits: 11Joined: 2010-10-01 @@ -2631,11 +2645,11 @@ *Abhyudaya SharmaCommits: 11Joined: 2018-03-19 - - *David BolenCommits: 11Joined: 2012-03-07 + + *Peter RabiCommits: 11Joined: 2011-07-14 @@ -2645,11 +2659,11 @@ Frank PetersCommits: 11Joined: 2010-05-20 - - *Milian WolffCommits: 11Joined: 2018-01-10 + + *Michael JaumannCommits: 11Joined: 2014-09-02 @@ -2659,11 +2673,11 @@ *Charu TyagiCommits: 11Joined: 2014-06-25 - - *Martin van ZijlCommits: 11Joined: 2018-02-26 + + *René KjellerupCommits: 11Joined: 2010-10-14 @@ -2673,11 +2687,11 @@ *Benjamin NiCommits: 10Joined: 2015-04-02 - - *Kristian RietveldCommits: 10Joined: 2011-10-15 + + *Chirag ManwaniCommits: 10Joined: 2016-02-16 @@ -2687,11 +2701,11 @@ *Theo van KlaverenCommits: 10Joined: 2011-03-10 - - *Mark RobbinsonCommits: 10Joined: 2019-01-02 + + *Dilek UzulmezCommits: 10Joined: 2016-10-15 @@ -2701,11 +2715,11 @@ *Stefan WeibergCommits: 10Joined: 2014-08-28 - - *Arul MichaelCommits: 10Joined: 2016-01-05 + + *David VogtCommits: 10Joined: 2012-02-05 @@ -2715,50 +2729,42 @@ *Timo HeinoCommits: 10Joined: 2010-11-22 - - *Adam KovacsCommits: 9Joined: 2018-08-16 - - *Marco A.G.PintoCommits: 9Joined: 2018-07-16 - + + *Martin SrebotnjakCommits: 9Joined: 2010-12-19 *Dinesh PatilCommits: 9Joined: 2014-03-12 - - *Steven ButlerCommits: 9Joined: 2011-01-07 *skswalesCommits: 9Joined: 2016-05-06 + + *Robinson TryonCommits: 9Joined: 2012-06-21 *Michael DunphyCommits: 9Joined: 2013-04-18 - - *Ryan McCoskrieCommits: 9Joined: 2014-09-14 - *Tünde TóthCommits: 9Joined: 2019-03-14 - - *Matthew PottageCommits: 9Joined: 2014-07-26 + + *Aybuke OzdemirCommits: 9Joined: 2015-10-07 - - *pv2kCommits: 9Joined: 2016-11-28 @@ -2768,13 +2774,10 @@ *Surendran MahendranCommits: 9Joined: 2010-11-05 - - *Mattias JohnssonCommits: 9Joined: 2010-10-18 - - *Adrien OllierCommits: 9Joined: 2019-04-24 + *Mattias JohnssonCommits: 9Joined: 2010-10-18 *Sean DavisCommits: 8Joined: 2015-06-01 @@ -2878,14 +2881,17 @@ *IanCommits: 8Joined: 2015-08-06 - *Alex McMurchy1917Commits: 7Joined: 2011-08-14 + *Andreas HeinischCommits: 7Joined: 2019-05-13 - *RaalCommits: 7Joined: 2014-12-31 + *Alex McMurchy1917Commits: 7Joined: 2011-08-14 + *RaalCommits: 7Joined: 2014-12-31 + + *Tiago SantosCommits: 7Joined: 2016-08-12 @@ -2894,11 +2900,11 @@ *David DelmaCommits: 7Joined: 2014-05-13 + + *Roi IllouzCommits: 7Joined: 2013-10-20 - - *Gert van ValkenhoefCommits: 7Joined: 2012-02-14 @@ -2908,11 +2914,11 @@ *Mathias MichelCommits: 7Joined: 2012-11-19 + + *Giuseppe BilottaCommits: 7Joined: 2014-09-09 - - *iremCommits: 7Joined: 2015-10-11 @@ -2922,11 +2928,11 @@ *apurvapriyadarshiCommits: 7Joined: 2016-05-27 + + *Vincas DargisCommits: 7Joined: 2018-01-21 - - *Marina LatiniCommits: 7Joined: 2016-11-10 @@ -2936,11 +2942,11 @@ *SJacobiCommits: 7Joined: 2013-03-05 + + *Christopher CopitsCommits: 7Joined: 2012-09-19 - - *Eric SeynaeveCommits: 7Joined: 2013-02-04 @@ -2950,11 +2956,11 @@ *Issa AlkurtassCommits: 7Joined: 2012-09-04 + + *Keith McRaeCommits: 7Joined: 2012-01-18 - - *Wang LeiCommits: 7Joined: 2012-06-14 @@ -2964,11 +2970,11 @@ *HieronymousCommits: 7Joined: 2016-10-13 + + *Trent MacAlpineCommits: 7Joined: 2014-03-06 - - *Sergey DavidoffCommits: 7Joined: 2011-04-11 @@ -2978,70 +2984,78 @@ *Christian BarthCommits: 7Joined: 2017-06-25 + + + + *Thorsten WagnerCommits: 7Joined: 2015-04-24 + *Asela DasanayakaCommits: 7Joined: 2016-07-30 - - *Samuel CantrellCommits: 7Joined: 2011-06-11 *Stefan RingCommits: 7Joined: 2014-01-09 + + *Feyza YavuzCommits: 7Joined: 2015-10-04 *Brennan VincentCommits: 7Joined: 2012-04-02 - - *Xavier ALTCommits: 6Joined: 2011-03-06 *Thomas CollertonCommits: 6Joined: 2011-11-18 + + *Michel RenonCommits: 6Joined: 2015-05-19 *RosenCommits: 6Joined: 2016-08-04 - - *abdulwdCommits: 6Joined: 2016-12-22 *Phil BordelonCommits: 6Joined: 2010-09-30 + + *Guillaume SmahaCommits: 6Joined: 2015-11-25 *Ricardo MorenoCommits: 6Joined: 2010-11-03 - - *Anurag JainCommits: 6Joined: 2011-04-05 *Kay SchenkCommits: 6Joined: 2014-09-19 + + *Samuel ThibaultCommits: 6Joined: 2018-09-05 + *Jim RaykowskiCommits: 6Joined: 2019-05-11 + + *David VerrierCommits: 6Joined: 2013-02-26 - - *tianyaoCommits: 6Joined: 2013-11-09 + + *Anurag KanungoCommits: 6Joined: 2013-04-19 @@ -3051,11 +3065,11 @@ *Gian Domenico CeccariniCommits: 6Joined: 2017-01-13 - - *Jean-Sebastien BevilacquaCommits: 6Joined: 2017-02-09 + + *udareechkCommits: 6Joined: 2017-09-20 @@ -3063,13 +3077,13 @@ *Fabio BusoCommits: 6Joined: 2015-11-01 - *Thorsten WagnerCommits: 6Joined: 2015-04-24 + *Artur NeumannCommits: 6Joined: 2019-06-11 - - *Daniel Di MarcoCommits: 6Joined: 2010-11-15 + + *shiraharaCommits: 6Joined: 2011-01-28 @@ -3079,11 +3093,11 @@ *Sedat AkCommits: 6Joined: 2015-11-08 - - *Steven GuoCommits: 6Joined: 2016-03-02 + + *ChamalCommits: 6Joined: 2016-08-01 @@ -3093,11 +3107,11 @@ *Werner KoernerCommits: 5Joined: 2012-12-11 - - *Antoine ProulxCommits: 5Joined: 2011-01-30 + + *Timothy MarkleCommits: 5Joined: 2014-01-31 @@ -3107,11 +3121,11 @@ *Ciorba EdmondCommits: 5Joined: 2013-06-11 - - *Wei Ming KhooCommits: 5Joined: 2012-02-17 + + *Jan KantertCommits: 5Joined: 2014-06-12 @@ -3121,11 +3135,11 @@ *Bernhard RosenkraenzerCommits: 5Joined: 2010-11-01 - - *Miguel GomezCommits: 5Joined: 2013-04-02 + + *Berk GurekenCommits: 5Joined: 2015-10-01 @@ -3135,11 +3149,11 @@ *pje335_NLCommits: 5Joined: 2013-05-10 - - *Thomas ViehmannCommits: 5Joined: 2014-08-15 + + *Pavel JaníkCommits: 5Joined: 2012-11-29 @@ -3149,11 +3163,11 @@ *Rico TzschichholzCommits: 5Joined: 2016-02-09 - - *Tobias RosenbergerCommits: 5Joined: 2011-01-31 + + *Pasi LallinahoCommits: 5Joined: 2015-06-02 @@ -3163,11 +3177,11 @@ *Pader RezsoCommits: 5Joined: 2013-07-01 - - *Huzaifa IftikharCommits: 5Joined: 2016-12-19 + + *tamsil1amani3Commits: 5Joined: 2016-12-22 @@ -3177,11 +3191,11 @@ *Lukas RöllinCommits: 5Joined: 2017-02-06 - - *Bence BabatiCommits: 5Joined: 2012-08-13 + + *Michael T. WhiteleyCommits: 5Joined: 2011-11-25 @@ -3191,11 +3205,11 @@ *Gustavo Buzzatti PachecoCommits: 5Joined: 2011-12-15 - - *David HobleyCommits: 5Joined: 2010-10-04 + + *Gil ForcadaCommits: 5Joined: 2010-09-28 @@ -3205,11 +3219,11 @@ *DaeHyun SungCommits: 5Joined: 2018-05-19 - - *Jeffrey ChangCommits: 5Joined: 2011-06-01 + + *Pavel KysilkaCommits: 5Joined: 2012-06-25 @@ -3219,11 +3233,11 @@ *Santiago AlessandriCommits: 4Joined: 2010-11-11 - - *Ken BiondiCommits: 4Joined: 2014-03-05 + + *Kate GossCommits: 4Joined: 2012-02-11 @@ -3233,11 +3247,11 @@ *ClioCommits: 4Joined: 2011-01-30 - - *Elie RouxCommits: 4Joined: 2013-05-29 + + *Jon NermutCommits: 4Joined: 2018-01-20 @@ -3247,11 +3261,11 @@ *Mihkel TõnnovCommits: 4Joined: 2012-07-02 - - *Olivier TilloyCommits: 4Joined: 2018-01-08 + + *Fyodor YemelyanenkoCommits: 4Joined: 2017-08-21 @@ -3261,11 +3275,11 @@ *Alex HenrieCommits: 4Joined: 2014-03-05 - - *Derrick RochaCommits: 4Joined: 2015-08-26 + + *Maja DjordjevicCommits: 4Joined: 2011-01-06 @@ -3275,11 +3289,11 @@ *Andrea PescettiCommits: 4Joined: 2013-10-07 - - *Ulrich KitzingerCommits: 4Joined: 2013-11-30 + + *Sameer DeshmukhCommits: 4Joined: 2013-04-20 @@ -3289,11 +3303,11 @@ *Burcin AkalinCommits: 4Joined: 2015-12-18 - - *XiaoliCommits: 4Joined: 2013-03-23 + + *Fabio BiocchettiCommits: 4Joined: 2016-10-21 @@ -3303,11 +3317,11 @@ *coypuCommits: 4Joined: 2016-02-03 - - *Kumar ThangavelCommits: 4Joined: 2016-01-04 + + *Nicholas ShanksCommits: 4Joined: 2012-09-04 @@ -3317,11 +3331,11 @@ *Sahasranaman M SCommits: 4Joined: 2015-10-04 - - *Aleksandr AndreevCommits: 4Joined: 2015-04-20 + + *Alexander ThurgoodCommits: 4Joined: 2011-01-26 @@ -3331,11 +3345,11 @@ *Jeffrey StedfastCommits: 4Joined: 2014-07-26 - - *An LeendersCommits: 4Joined: 2011-01-25 + + *Tim EvesCommits: 4Joined: 2016-02-23 @@ -3345,11 +3359,11 @@ *aqcoderCommits: 4Joined: 2015-12-13 - - *Pantelis KoukousoulasCommits: 4Joined: 2011-03-14 + + *Andrew C. E. DentCommits: 4Joined: 2010-10-24 @@ -3359,11 +3373,11 @@ *Wolfgang PechlanerCommits: 4Joined: 2011-09-04 - - *tinoCommits: 4Joined: 2012-12-03 + + *Piotr DrągCommits: 4Joined: 2017-03-05 @@ -3373,11 +3387,11 @@ *André SchnabelCommits: 4Joined: 2011-05-31 - - *Nourah.AlShoeibiCommits: 4Joined: 2013-07-07 + + *Yong Lin MaCommits: 4Joined: 2012-06-07 @@ -3387,11 +3401,11 @@ *brinzingCommits: 4Joined: 2015-08-22 - - *Roland BaudinCommits: 4Joined: 2011-05-16 + + *Andreas BeckerCommits: 4Joined: 2011-04-04 @@ -3401,11 +3415,11 @@ *Zheng FanCommits: 4Joined: 2013-04-22 - - *Kevin SuoCommits: 4Joined: 2014-11-06 + + *erdemdemirkapiCommits: 4Joined: 2016-01-30 @@ -3415,81 +3429,81 @@ *Honza HavlíčekCommits: 4Joined: 2013-07-27 - - *Samphan RaruenromCommits: 4Joined: 2011-03-24 - - *Andreas HeinischCommits: 3Joined: 2019-05-13 - + + *bansan85Commits: 3Joined: 2016-12-21 *Alan DuCommits: 3Joined: 2010-10-12 - - *Stefan SchickCommits: 3Joined: 2013-02-18 *Petr KrausCommits: 3Joined: 2013-03-26 + + *Gioele BarabucciCommits: 3Joined: 2010-11-18 *Simon LongCommits: 3Joined: 2015-07-08 - - *Giovanni CaligarisCommits: 3Joined: 2015-11-30 *Cameron PaulCommits: 3Joined: 2012-02-27 + + *Markus MaierCommits: 3Joined: 2012-11-25 *Gabriele BulfonCommits: 3Joined: 2013-07-05 - - *Michael KochCommits: 3Joined: 2011-01-21 *Jonathan AquilinaCommits: 3Joined: 2011-01-18 + + *vjinochCommits: 3Joined: 2013-04-09 *Bán RóbertCommits: 3Joined: 2017-10-25 - - *Stefan HeinemannCommits: 3Joined: 2012-02-16 *Shubham VermaCommits: 3Joined: 2018-02-17 + + + + *Meryem EzberCommits: 3Joined: 2019-02-10 + *Michael BauerCommits: 3Joined: 2011-11-23 *Ivan SafonovCommits: 3Joined: 2017-07-13 - - *Popa Adrian MariusCommits: 3Joined: 2015-03-23 + + *Mathieu VonlanthenCommits: 3Joined: 2012-07-19 @@ -3499,10 +3513,13 @@ *Florian Allmann-RahnCommits: 3Joined: 2011-08-22 + + *n.r.pearsonCommits: 3Joined: 2015-09-09 + - *n.r.pearsonCommits: 3Joined: 2015-09-09 + *Mert TumerCommits: 3Joined: 2019-01-17 *Dávid VastagCommits: 3Joined: 2013-02-04 @@ -3651,11 +3668,14 @@ *Nagy AkosCommits: 3Joined: 2013-06-27 - *Ahmed GHANMICommits: 3Joined: 2017-11-30 + *nd101Commits: 3Joined: 2019-07-03 + *Ahmed GHANMICommits: 3Joined: 2017-11-30 + + *Dimitri BouronCommits: 3Joined: 2016-12-22 @@ -3664,11 +3684,11 @@ *Xuacu SaturioCommits: 3Joined: 2010-12-19 + + *Salih SariyarCommits: 3Joined: 2019-02-09 - - *Linus BehrensCommits: 3Joined: 2015-04-23 @@ -3678,11 +3698,11 @@ *Jacek FraczekCommits: 3Joined: 2016-10-05 + + *John Paul Adrian GlaubitzCommits: 3Joined: 2016-11-27 - - *Gergely TarsolyCommits: 3Joined: 2017-11-28 @@ -3692,11 +3712,11 @@ *Jan DarmochwalCommits: 3Joined: 2011-01-27 + + *AlexFCommits: 3Joined: 2015-11-12 - - *Gabriel ChiquiniCommits: 3Joined: 2017-10-01 @@ -3706,11 +3726,11 @@ *sllCommits: 2Joined: 2016-09-06 + + *alexey.chemichevCommits: 2Joined: 2015-11-18 - - *Sean McNamaraCommits: 2Joined: 2010-09-29 @@ -3720,11 +3740,11 @@ *wishawaCommits: 2Joined: 2019-04-29 + + *Milan CrhaCommits: 2Joined: 2013-02-07 - - *Dmitri KharchevCommits: 2Joined: 2018-01-27 @@ -3734,11 +3754,11 @@ *brian houston morrowCommits: 2Joined: 2018-01-24 + + *UrmasCommits: 2Joined: 2012-02-13 - - *Martyn RussellCommits: 2Joined: 2012-06-07 @@ -3748,11 +3768,11 @@ *Valter MuraCommits: 2Joined: 2015-06-07 + + *Mohammad ElahiCommits: 2Joined: 2011-08-27 - - *Andrew HigginsonCommits: 2Joined: 2012-04-10 @@ -3762,11 +3782,11 @@ *Vinicius VendraminiCommits: 2Joined: 2014-10-22 + + *Andras BartekCommits: 2Joined: 2012-08-06 - - *Matthias KloseCommits: 2Joined: 2011-03-01 @@ -3776,9 +3796,6 @@ *Yuri DarioCommits: 2Joined: 2012-07-18 - - *Meryem EzberCommits: 2Joined: 2019-02-10 - @@ -3805,11 +3822,14 @@ *mmeof2Commits: 2Joined: 2013-05-03 - *Akash ShetyeCommits: 2Joined: 2013-03-23 + *Timotej LazarCommits: 2Joined: 2017-11-22 + *Akash ShetyeCommits: 2Joined: 2013-03-23 + + *Michal KubecekCommits: 2Joined: 2016-06-02 @@ -3818,16 +3838,13 @@ *Sophie SuCommits: 2Joined: 2016-08-27 - - *Michal SvecCommits: 2Joined: 2011-07-12 - - *Adam MrózCommits: 2Joined: 2013-02-24 + *Michal SvecCommits: 2Joined: 2011-07-12 - *Mert TumerCommits: 2Joined: 2019-01-17 + *Adam MrózCommits: 2Joined: 2013-02-24 *Ed DeanCommits: 2Joined: 2011-01-14 @@ -3945,11 +3962,14 @@ *Andreu Correa CasablancaCommits: 2Joined: 2011-09-11 - *martinb214Commits: 2Joined: 2017-11-28 + *Dawid GanCommits: 2Joined: 2019-01-09 + *martinb214Commits: 2Joined: 2017-11-28 + + *YiiChang YenCommits: 2Joined: 2014-10-16 @@ -3958,11 +3978,11 @@ *Yogesh DesaiCommits: 2Joined: 2016-01-05 + + *Jonathan CallenCommits: 2Joined: 2011-01-29 - - *Phil KrylovCommits: 2Joined: 2019-02-10 @@ -3972,11 +3992,11 @@ *blendergeekCommits: 2Joined: 2017-04-08 + + *Lubosz SarneckiCommits: 2Joined: 2015-08-20 - - *Sabin FrandesCommits: 2Joined: 2017-09-15 @@ -3986,11 +4006,11 @@ *Christoph NoackCommits: 2Joined: 2010-12-13 + + *Sean McMurrayCommits: 2Joined: 2010-10-20 - - *Vicente VendrellCommits: 2Joined: 2012-04-23 @@ -4000,11 +4020,11 @@ *George KorepanovCommits: 2Joined: 2017-01-06 + + *Marc GarciaCommits: 2Joined: 2012-05-04 - - *Victor MireyevCommits: 2Joined: 2018-05-04 @@ -4014,11 +4034,11 @@ *Mateusz ZasuwikCommits: 2Joined: 2011-12-20 + + *Rimas KudelisCommits: 2Joined: 2015-01-06 - - *danielat998Commits: 2Joined: 2016-02-11 @@ -4028,11 +4048,11 @@ *Chris HoppeCommits: 2Joined: 2013-06-27 + + *Greggory HernandezCommits: 2Joined: 2012-02-22 - - *Jan HubickaCommits: 2Joined: 2011-09-12 @@ -4042,11 +4062,11 @@ *William GathoyeCommits: 2Joined: 2012-02-28 + + *Horacio FernandesCommits: 2Joined: 2012-07-20 - - *Austin ChenCommits: 2Joined: 2015-03-25 @@ -4056,11 +4076,11 @@ *Gregg KingCommits: 2Joined: 2013-02-26 + + *Marcin eXine MCommits: 2Joined: 2010-11-02 - - *Benedikt MorbachCommits: 2Joined: 2013-03-10 @@ -4070,11 +4090,11 @@ *Muzaffer Kadir YILMAZCommits: 2Joined: 2019-02-10 + + *Patrik VasCommits: 2Joined: 2018-12-31 - - *Rolf HemmerlingCommits: 2Joined: 2013-06-15 @@ -4084,11 +4104,11 @@ *fxwanCommits: 2Joined: 2017-05-15 + + *Sergey FarbotkaCommits: 2Joined: 2012-09-21 - - *Jingtao YanCommits: 2Joined: 2015-03-23 @@ -4098,11 +4118,11 @@ *Janos FaragoCommits: 2Joined: 2013-09-03 + + *Hussian AlamriCommits: 2Joined: 2014-05-14 - - *Alyssa RossCommits: 2Joined: 2018-11-18 @@ -4112,11 +4132,11 @@ *Jing XianCommits: 2Joined: 2013-06-26 + + *Michael NattererCommits: 2Joined: 2011-04-08 - - *Neil MooreCommits: 2Joined: 2013-08-09 @@ -4126,11 +4146,11 @@ *Tóth AttilaCommits: 2Joined: 2018-12-30 + + *Arno TeigsethCommits: 2Joined: 2011-09-14 - - *Pierre LepageCommits: 2Joined: 2016-11-05 @@ -4140,11 +4160,11 @@ *Sophie GautierCommits: 2Joined: 2010-12-19 + + *Markus WernigCommits: 2Joined: 2015-03-18 - - *Karthik A PadmanabhanCommits: 2Joined: 2012-03-31 @@ -4154,11 +4174,11 @@ *Maxim IorshCommits: 2Joined: 2011-10-05 + + *dbeurleCommits: 2Joined: 2015-01-12 - - *Carlos LuqueCommits: 2Joined: 2015-07-16 @@ -4168,11 +4188,11 @@ *Janit AnjariaCommits: 2Joined: 2013-04-19 + + *Sheikha AL-HinaiCommits: 2Joined: 2015-12-28 - - *Moritz KuettCommits: 2Joined: 2013-03-23 @@ -4182,11 +4202,11 @@ *Andika TriwidadaCommits: 2Joined: 2018-02-15 + + *Furkan TokacCommits: 2Joined: 2017-10-25 - - *ackepenekCommits: 2Joined: 2016-02-21 @@ -4196,11 +4216,11 @@ *Cyril RoelandtCommits: 2Joined: 2011-04-26 + + *Yury TarasievichCommits: 2Joined: 2011-11-23 - - *Hideki IkedaCommits: 2Joined: 2014-06-25 @@ -4210,11 +4230,11 @@ *Daniel HerdeCommits: 2Joined: 2012-08-09 + + *Kelly AndersonCommits: 2Joined: 2011-05-31 - - *Arne de BruijnCommits: 2Joined: 2012-12-11 @@ -4224,179 +4244,179 @@ *Emanuele FiaCommits: 2Joined: 2011-11-02 + + + + *Jan-Marek GlogowskiCommits: 2Joined: 2019-07-17 + *Johann MessnerCommits: 2Joined: 2012-08-28 - - *Alexander FarrowCommits: 2Joined: 2019-03-19 *Supreme AryalCommits: 2Joined: 2014-12-04 + + *Nadav VinikCommits: 2Joined: 2010-10-21 *Yash SrivastavCommits: 2Joined: 2017-06-20 - - *Bisal NayalCommits: 2Joined: 2014-05-07 *Aditya DewanCommits: 1Joined: 2017-07-15 + + *Nurhak ALTINCommits: 1Joined: 2016-05-01 *Goran RakicCommits: 1Joined: 2013-03-30 - - *orbeaCommits: 1Joined: 2018-06-01 *Ross BurtonCommits: 1Joined: 2012-04-18 + + *Martin BrownCommits: 1Joined: 2013-02-23 *Philipp KaluzaCommits: 1Joined: 2012-10-21 - - *Rich WarehamCommits: 1Joined: 2012-01-12 *Christina AccioneCommits: 1Joined: 2016-11-22 + + *Swachhand LokhandeCommits: 1Joined: 2015-03-07 *Ruggero CyrilleCommits: 1Joined: 2014-10-18 - - *Jim JagielskiCommits: 1Joined: 2019-01-23 *Pádraig BradyCommits: 1Joined: 2011-10-21 + + *Foo Lai ChooCommits: 1Joined: 2014-11-26 *Srijan ChoudharyCommits: 1Joined: 2013-08-10 - - *Ali AhmadiCommits: 1Joined: 2018-06-26 *Atef haresCommits: 1Joined: 2017-03-12 + + *Tzvetelina TzenevaCommits: 1Joined: 2011-12-22 *Kenneth BeckCommits: 1Joined: 2013-03-02 - - *Udo SchuermannCommits: 1Joined: 2012-04-16 *Milutin SmiljanicCommits: 1Joined: 2019-04-19 + + *Alberto FerreiraCommits: 1Joined: 2012-06-08 *Francesco GradiCommits: 1Joined: 2017-05-29 - - *Jörg SonnenbergerCommits: 1Joined: 2014-08-28 *Louis PossozCommits: 1Joined: 2012-10-26 + + *Debarshi RayCommits: 1Joined: 2016-01-08 *Ajay MahatoCommits: 1Joined: 2019-01-21 - - *Mattias PõldaruCommits: 1Joined: 2014-12-06 *Kevin HausmannCommits: 1Joined: 2012-08-17 + + *serdarot5Commits: 1Joined: 2017-08-05 *Andreas SliwkaCommits: 1Joined: 2011-02-06 - - *Jeff AignerCommits: 1Joined: 2011-06-09 *Otto KekäläinenCommits: 1Joined: 2016-07-03 + + *Ta Duc TungCommits: 1Joined: 2011-08-08 *thvalloisCommits: 1Joined: 2017-01-03 - - *Gabriel HerreraCommits: 1Joined: 2017-04-05 *Tjipke van der HeideCommits: 1Joined: 2017-10-12 + + *Robin KumarCommits: 1Joined: 2014-06-17 *Neven ĆosićCommits: 1Joined: 2012-10-08 - - - - *Lennart PoetteringCommits: 1Joined: 2014-10-09 - *Zhengqiang WangCommits: 1Joined: 2016-06-02 *Mathieu DCommits: 1Joined: 2012-11-19 + + *Benjamin OtteCommits: 1Joined: 2013-06-15 - - *Kevin Brubeck UnhammerCommits: 1Joined: 2018-04-14 @@ -4406,11 +4426,11 @@ *Willian BriottoCommits: 1Joined: 2015-11-21 + + *nigeldiasCommits: 1Joined: 2017-10-02 - - *Dobra GaborCommits: 1Joined: 2015-04-02 @@ -4420,11 +4440,11 @@ *Naser SharifiCommits: 1Joined: 2012-11-26 + + *Shreyansh GandhiCommits: 1Joined: 2014-06-10 - - *Michael KovarikCommits: 1Joined: 2015-01-07 @@ -4434,11 +4454,11 @@ *Mathias SuppCommits: 1Joined: 2014-02-25 + + *Eric S. RaymondCommits: 1Joined: 2013-06-07 - - *Bernhard M. WiedemannCommits: 1Joined: 2011-10-17 @@ -4448,11 +4468,11 @@ *Rafael CabralCommits: 1Joined: 2011-03-31 + + *tinderboxCommits: 1Joined: 2013-04-11 - - *pgajdosCommits: 1Joined: 2011-01-31 @@ -4462,11 +4482,11 @@ *Saurav SachidanandCommits: 1Joined: 2017-01-17 + + *Simon WilperCommits: 1Joined: 2015-01-24 - - *Andreas K. Huettel (dilfridge)Commits: 1Joined: 2015-01-04 @@ -4476,12 +4496,12 @@ *Javier CatalaCommits: 1Joined: 2012-04-26 - - *Apachev IvanCommits: 1Joined: 2016-03-08 - + *Apachev IvanCommits: 1Joined: 2016-03-08 + + *n5xgdhCommits: 1Joined: 2016-12-04 @@ -4490,11 +4510,11 @@ *Phil HartCommits: 1Joined: 2012-06-29 + + *KappanneoCommits: 1Joined: 2017-05-29 - - *massinissaHamidiCommits: 1Joined: 2015-05-07 @@ -4504,11 +4524,11 @@ *66kesara99Commits: 1Joined: 2017-09-23 + + *armijnCommits: 1Joined: 2010-12-30 - - *Rizal MuttaqinCommits: 1Joined: 2018-12-18 @@ -4518,11 +4538,11 @@ *Italo VignoliCommits: 1Joined: 2012-03-09 + + *Suhail AlkowaileetCommits: 1Joined: 2017-12-25 - - *James ClarkeCommits: 1Joined: 2016-08-05 @@ -4532,11 +4552,11 @@ *Jihui ChoiCommits: 1Joined: 2015-06-22 + + *Alain RomedenneCommits: 1Joined: 2018-11-22 - - *Marcel HBCommits: 1Joined: 2011-05-03 @@ -4546,11 +4566,11 @@ *Stefan WeigelCommits: 1Joined: 2011-10-17 + + *Keigo KawamuraCommits: 1Joined: 2015-11-16 - - *Mirco RondiniCommits: 1Joined: 2016-10-10 @@ -4560,11 +4580,11 @@ *Helena SvobodovaCommits: 1Joined: 2016-05-25 + + *Cor NouwsCommits: 1Joined: 2019-05-23 - - *Gagandeep SinghCommits: 1Joined: 2019-04-01 @@ -4574,11 +4594,11 @@ *Paula MannesCommits: 1Joined: 2012-11-30 + + *George WoodCommits: 1Joined: 2018-07-25 - - *Trevor MurphyCommits: 1Joined: 2010-10-20 @@ -4586,9 +4606,6 @@ *Heiko TietzeCommits: 1Joined: 2018-04-16 - *Timotej LazarCommits: 1Joined: 2017-11-22 - - *qzhengCommits: 1Joined: 2017-11-14 @@ -4614,296 +4631,307 @@ *Mike SaundersCommits: 1Joined: 2016-06-20 - *Masataka ShinkeCommits: 1Joined: 2012-02-15 + *Jim MacArthurCommits: 1Joined: 2019-06-11 - *Jason GerlowskiCommits: 1Joined: 2014-03-07 + *Masataka ShinkeCommits: 1Joined: 2012-02-15 + *Jason GerlowskiCommits: 1Joined: 2014-03-07 + + + *Scott ClarkeCommits: 1Joined: 2019-06-07 + + *Michal SiedlaczekCommits: 1Joined: 2014-01-25 *Victor LeeCommits: 1Joined: 2011-12-24 + + *Yusuf SonmezCommits: 1Joined: 2019-02-10 *Andreas SägerCommits: 1Joined: 2017-03-26 - - *AWASHIRO IkuyaCommits: 1Joined: 2011-01-04 *Christoph BrillCommits: 1Joined: 2016-02-09 + + *Valek FilippovCommits: 1Joined: 2013-02-23 *Joshua CogliatiCommits: 1Joined: 2012-01-06 - - *xjclCommits: 1Joined: 2014-08-04 *Julian MehneCommits: 1Joined: 2016-08-04 + + *Andrea MussapCommits: 1Joined: 2016-10-02 *Javier Silva SanahujaCommits: 1Joined: 2012-04-23 - - *Matti LehtonenCommits: 1Joined: 2017-10-07 *Andrew RistCommits: 1Joined: 2012-10-05 + + *Travis CarterCommits: 1Joined: 2012-06-22 *Péter SzathmáryCommits: 1Joined: 2015-01-07 - - *Çağrı DolazCommits: 1Joined: 2018-12-30 *Arianna MascioliniCommits: 1Joined: 2017-05-29 + + *Howard JohnsonCommits: 1Joined: 2018-11-25 *EL-SHREIFCommits: 1Joined: 2019-02-24 - - *Hiroto KagotaniCommits: 1Joined: 2014-08-19 *Alberto RuizCommits: 1Joined: 2011-03-31 + + *Andrew HyattCommits: 1Joined: 2019-05-02 *Petr GajdosCommits: 1Joined: 2015-04-07 - - *Stefano FacchiniCommits: 1Joined: 2013-08-22 *ReshmaCommits: 1Joined: 2018-03-09 + + *Jason BurnsCommits: 1Joined: 2019-04-08 *Mark WrightCommits: 1Joined: 2013-02-09 - - *Ilya PonamarevCommits: 1Joined: 2016-10-05 *Piet van OostrumCommits: 1Joined: 2015-03-12 + + *Guilhem MoulinCommits: 1Joined: 2018-02-05 *roopak12345Commits: 1Joined: 2014-03-09 - - *Juan Pablo Martínez CortésCommits: 1Joined: 2011-11-28 *Vincent PovirkCommits: 1Joined: 2011-12-19 + + *Rostislav KondratenkoCommits: 1Joined: 2018-02-21 *Doğa Deniz ArıcıCommits: 1Joined: 2018-12-30 - - *Christopher BackhouseCommits: 1Joined: 2010-12-06 *Andy HearnCommits: 1Joined: 2011-01-09 + + *kushagrakasliwal1Commits: 1Joined: 2019-03-18 *Karl KoehlerCommits: 1Joined: 2011-11-11 - - *Alexandre FournierCommits: 1Joined: 2010-11-06 *Martin OwensCommits: 1Joined: 2014-07-27 + + *Edmund LaugassonCommits: 1Joined: 2015-01-07 *Douglas Rodrigues de AlmeidaCommits: 1Joined: 2012-09-15 - - *Hamza AbdelkebirCommits: 1Joined: 2013-02-23 *Jacqueline RahemipourCommits: 1Joined: 2013-03-23 + + *Aditya KaleCommits: 1Joined: 2014-04-01 *SalimHabchiCommits: 1Joined: 2018-07-11 - - *Jonathan RiddellCommits: 1Joined: 2014-11-22 *James CCommits: 1Joined: 2011-12-20 + + *Tim RichardsonCommits: 1Joined: 2013-06-04 *ComputingDwarfCommits: 1Joined: 2017-03-12 - - *Hannah LyhneCommits: 1Joined: 2014-04-01 *Florent GallaireCommits: 1Joined: 2012-04-21 + + *udaycoderCommits: 1Joined: 2017-03-14 *Steve HartCommits: 1Joined: 2015-11-17 - - *Rtch90Commits: 1Joined: 2019-04-23 *Evertjan GarretsenCommits: 1Joined: 2010-10-04 + + *Kevin PengCommits: 1Joined: 2012-07-20 *William LachanceCommits: 1Joined: 2011-06-08 - - *krishnan parthasarathiCommits: 1Joined: 2010-10-07 *rpmbuildCommits: 1Joined: 2016-08-15 + + *ZirkCommits: 1Joined: 2015-01-07 *Paolo PozzanCommits: 1Joined: 2010-12-19 - - *Rolf KoetterCommits: 1Joined: 2013-11-05 *Naeil ZOUEIDICommits: 1Joined: 2017-04-26 + + *Arkadiusz MiśkiewiczCommits: 1Joined: 2014-10-09 *Pierre SauterCommits: 1Joined: 2015-12-01 - - *Sainal ShahCommits: 1Joined: 2019-03-10 *NeilBrownCommits: 1Joined: 2010-09-28 + + *Miguel FernándezCommits: 1Joined: 2012-04-26 *Gábor NyersCommits: 1Joined: 2013-03-02 - - *Leo MoonsCommits: 1Joined: 2018-08-26 *Jean-François Fortin TamCommits: 1Joined: 2013-06-10 + + *Kristóf UmannCommits: 1Joined: 2017-10-25 *Tadele AssefaCommits: 1Joined: 2013-01-15 - - *Chandanathil P. GeevanCommits: 1Joined: 2016-10-24 *Andreas SturmlechnerCommits: 1Joined: 2019-01-08 + + *pavelCommits: 1Joined: 2010-12-10 + *Lennart PoetteringCommits: 1Joined: 2014-10-09 + + *Шиповський РоманCommits: 1Joined: 2016-10-28 - - *Jose ManuelCommits: 1Joined: 2012-04-25 + + *Fernando PiraniCommits: 1Joined: 2015-08-04 @@ -4913,36 +4941,28 @@ *Vojta KoukalCommits: 1Joined: 2013-03-03 - - *Chris CheneyCommits: 1Joined: 2011-04-27 - - *Jim RaykowskiCommits: 1Joined: 2019-05-11 - + + *Marc BessièresCommits: 1Joined: 2016-01-29 *Irányossy Knoblauch ArtúrCommits: 1Joined: 2013-04-06 - - *Mike GorseCommits: 1Joined: 2017-03-11 *Fahad Al-SaidiCommits: 1Joined: 2014-07-16 - - *DeveCommits: 1Joined: 2019-01-09 - + + *ricardobottoCommits: 1Joined: 2013-05-18 - - *Gabriele PonzoCommits: 1Joined: 2016-01-29 @@ -4952,11 +4972,11 @@ *Danny BrownCommits: 1Joined: 2013-09-18 + + *David PenzesCommits: 1Joined: 2011-06-14 - - *Bijan TabatabaiCommits: 1Joined: 2018-08-26 @@ -4966,11 +4986,11 @@ *Manas JoshiCommits: 1Joined: 2014-03-17 + + *HrishabhCommits: 1Joined: 2018-03-10 - - *AlicVBCommits: 1Joined: 2018-10-17 @@ -4980,11 +5000,11 @@ *sagarCommits: 1Joined: 2012-09-15 + + *Gabriele PonzoCommits: 1Joined: 2018-02-06 - - *Nithin Kumar PadavuCommits: 1Joined: 2018-04-07 @@ -4994,11 +5014,11 @@ *Steven MeyerCommits: 1Joined: 2013-03-13 + + *nikkiCommits: 1Joined: 2017-04-12 - - *Paulo JoséCommits: 1Joined: 2011-04-01 @@ -5008,11 +5028,11 @@ *Aldo Román NureñaCommits: 1Joined: 2012-04-09 + + *Michael SchroederCommits: 1Joined: 2019-02-25 - - *Kalman KemenczyCommits: 1Joined: 2010-10-28 @@ -5022,11 +5042,11 @@ *Ankitkumar Rameshchandra PatelCommits: 1Joined: 2012-01-20 + + *yellowflash104Commits: 1Joined: 2017-02-12 - - *Babu VincentCommits: 1Joined: 2014-09-19 @@ -5036,11 +5056,11 @@ *Arfrever Frehtes Taifersar ArahesisCommits: 1Joined: 2012-04-02 + + *anwilli5Commits: 1Joined: 2016-06-06 - - *JBurantCommits: 1Joined: 2016-04-05 @@ -5050,11 +5070,11 @@ *Alex IvanCommits: 1Joined: 2013-04-15 + + *sonakshi nathaniCommits: 1Joined: 2013-06-26 - - *Jean-Yves RoyerCommits: 1Joined: 2011-03-07 @@ -5064,11 +5084,11 @@ *Gleb MishchenkoCommits: 1Joined: 2016-03-22 + + *Sam TukeCommits: 1Joined: 2015-05-21 - - *Hansgerd SchneiderCommits: 1Joined: 2013-04-02 @@ -5078,11 +5098,11 @@ *Wolfgang SilbermayrCommits: 1Joined: 2010-10-21 + + *Nico WeyandCommits: 1Joined: 2012-09-02 - - *Jorge Cunha MendesCommits: 1Joined: 2015-04-03 @@ -5092,11 +5112,11 @@ *PeterCommits: 1Joined: 2016-05-03 + + *Joseph BrownCommits: 1Joined: 2012-08-14 - - *Álex PuchadesCommits: 1Joined: 2018-03-14 @@ -5106,11 +5126,11 @@ *Pavel KacerCommits: 1Joined: 2013-04-11 + + *Fernando GovernatoreCommits: 1Joined: 2012-02-25 - - *Christophe StrobbeCommits: 1Joined: 2011-08-09 @@ -5120,11 +5140,11 @@ *Dag WieersCommits: 1Joined: 2016-03-13 + + *Luke DellerCommits: 1Joined: 2017-07-12 - - *Karthick Prasad GunasekaranCommits: 1Joined: 2015-03-22 @@ -5134,11 +5154,11 @@ *Stoyan DimitrovCommits: 1Joined: 2017-10-01 + + *Paolo BernardiCommits: 1Joined: 2015-11-30 - - *J. Fernando LagrangeCommits: 1Joined: 2014-02-02 @@ -5148,11 +5168,11 @@ *Justn LavoieCommits: 1Joined: 2016-12-30 + + *Yan PashkovskyCommits: 1Joined: 2016-08-12 - - *James Michael DuPontCommits: 1Joined: 2013-08-30 @@ -5162,11 +5182,11 @@ *Reem.ALotaibiCommits: 1Joined: 2013-07-25 + + *dbarisakkurtCommits: 1Joined: 2012-02-02 - - *Sam TygierCommits: 1Joined: 2016-05-22 @@ -5176,11 +5196,11 @@ *Mihovil StanićCommits: 1Joined: 2015-11-11 + + *U-Vladimir\VadimCommits: 1Joined: 2018-08-05 - - *Dinh LeCommits: 1Joined: 2017-09-05 @@ -5190,11 +5210,11 @@ *Daniel MihalyiCommits: 1Joined: 2012-02-06 + + *Quentin PradetCommits: 1Joined: 2012-12-21 - - *Adrià Cereto MassaguéCommits: 1Joined: 2010-10-26 @@ -5204,11 +5224,11 @@ *Slávek BankoCommits: 1Joined: 2015-10-10 + + *HaidongWuCommits: 1Joined: 2016-03-09 - - *Ionut BiruCommits: 1Joined: 2012-05-14 @@ -5218,11 +5238,11 @@ *Dominique LeuenbergerCommits: 1Joined: 2018-01-05 + + *Catherine VanceCommits: 1Joined: 2017-04-17 - - *sunwebCommits: 1Joined: 2016-04-08 @@ -5230,195 +5250,195 @@ *Joan ParaisoCommits: 1Joined: 2015-09-25 + *Ahmed ElShreifCommits: 1Joined: 2019-06-10 + + + + *Jiri BlechaCommits: 1Joined: 2013-03-02 *Fred KruseCommits: 1Joined: 2018-05-28 - - *shubhamtibraCommits: 1Joined: 2016-01-16 *Andor ErtseyCommits: 1Joined: 2011-09-04 + + *Vicente Rafael Estevez VacasCommits: 1Joined: 2012-04-22 *Serg BormantCommits: 1Joined: 2011-11-28 - - *Tim-Philipp MüllerCommits: 1Joined: 2012-07-29 *Sujith SudhakaranCommits: 1Joined: 2015-04-07 + + *nrbrtx@gmail.comCommits: 1Joined: 2014-06-10 *kowtherCommits: 1Joined: 2018-04-06 - - *Jay BinghamCommits: 1Joined: 2019-06-03 *Carsten NiehausCommits: 1Joined: 2012-02-09 + + *Tarun KumarCommits: 1Joined: 2014-03-07 *Jonathan SchultzCommits: 1Joined: 2013-05-22 - - *Nick SavageCommits: 1Joined: 2010-10-01 *Monica Ramirez ArcedaCommits: 1Joined: 2012-04-23 + + *camilleCommits: 1Joined: 2010-12-13 *Denis LackovicCommits: 1Joined: 2010-10-05 - - *Dushyant BhalgamiCommits: 1Joined: 2014-07-04 *Peter TillemansCommits: 1Joined: 2012-06-26 + + *Andrey TurkinCommits: 1Joined: 2011-02-09 *Tomas TurekCommits: 1Joined: 2013-03-24 - - *dcvbCommits: 1Joined: 2017-07-06 *Alexandru MoscuCommits: 1Joined: 2016-03-18 + + *Maxime CôtéCommits: 1Joined: 2011-04-19 *PrashantCommits: 1Joined: 2016-05-17 - - *AdrienCommits: 1Joined: 2013-08-18 *Nusaiba Al-KindiCommits: 1Joined: 2016-01-21 + + *Peng GaoCommits: 1Joined: 2013-06-16 *robert BabiakCommits: 1Joined: 2015-03-25 - - *Franklin WengCommits: 1Joined: 2018-02-28 *Laureano G. LindeCommits: 1Joined: 2012-04-15 + + *Rubén JáñezCommits: 1Joined: 2010-10-11 *Da'angh KhagarothCommits: 1Joined: 2012-01-16 - - *Caio B. SilvaCommits: 1Joined: 2018-07-23 *GhasanCommits: 1Joined: 2015-11-09 + + *Johannes HaufCommits: 1Joined: 2015-12-31 *Jaime NavarroCommits: 1Joined: 2012-04-20 - - *Maarten HoesCommits: 1Joined: 2014-12-20 *vincentCommits: 1Joined: 2013-03-22 + + *Erik AuerswaldCommits: 1Joined: 2013-07-09 *Louis SautierCommits: 1Joined: 2018-06-10 - - *Pieter AdriaensenCommits: 1Joined: 2014-12-21 *Henning DiedlerCommits: 1Joined: 2013-11-02 + + *Jun NOGATACommits: 1Joined: 2015-01-07 *Ota ChasákCommits: 1Joined: 2013-04-24 - - *Jan BobisudCommits: 1Joined: 2013-04-29 *Ashish BanerjeeCommits: 1Joined: 2013-04-04 + + *Don LewisCommits: 1Joined: 2018-08-22 *Alaa.BukhariCommits: 1Joined: 2013-07-04 - - *Wenzhe PeiCommits: 1Joined: 2019-03-11 *marstayCommits: 1Joined: 2015-10-18 - - *Artur NeumannCommits: 1Joined: 2019-06-11 - + + *Guillaume FillolCommits: 1Joined: 2011-01-29 - - *Andrew WestCommits: 1Joined: 2011-10-21 @@ -5428,11 +5448,11 @@ *Aleix PolCommits: 1Joined: 2017-01-19 + + *Dennis E. HamiltonCommits: 1Joined: 2013-01-19 - - *Hugo Beauzée-LuyssenCommits: 1Joined: 2011-09-28 @@ -5442,11 +5462,11 @@ *Michael HornCommits: 1Joined: 2015-03-21 + + *Milan ZelenkaCommits: 1Joined: 2014-03-26 - - *pkoroau pkoroauCommits: 1Joined: 2012-12-20 @@ -5456,11 +5476,11 @@ *Victor PortellaCommits: 1Joined: 2014-11-05 + + *gdm.manmeetCommits: 1Joined: 2014-03-18 - - *Juergen SteinhilberCommits: 1Joined: 2012-03-05 @@ -5470,11 +5490,11 @@ *Juan A. Suarez RomeroCommits: 1Joined: 2014-12-15 + + *Jordi MallachCommits: 1Joined: 2012-05-03 - - *Daniel NaberCommits: 1Joined: 2012-05-09 @@ -5484,11 +5504,11 @@ *RegisCommits: 1Joined: 2019-04-09 + + *Dennis NielenCommits: 1Joined: 2017-03-21 - - *Neil StalkerCommits: 1Joined: 2010-10-02 @@ -5498,11 +5518,11 @@ *emahaldar/emCommits: 1Joined: 2016-06-13 + + *William BonnetCommits: 1Joined: 2015-12-05 - - *Gordon LackCommits: 1Joined: 2012-05-09 @@ -5512,11 +5532,11 @@ *Andrew BranchCommits: 1Joined: 2013-02-20 + + *Honza MinarikCommits: 1Joined: 2013-04-03 - - *Moritz BechlerCommits: 1Joined: 2011-12-19 @@ -5526,11 +5546,11 @@ *JookiaCommits: 1Joined: 2016-10-08 + + *Matt PrattCommits: 1Joined: 2011-11-02 - - *Reto SchneiderCommits: 1Joined: 2015-11-20 @@ -5540,11 +5560,11 @@ *Dave RichardsCommits: 1Joined: 2012-08-22 + + *Alex GulyásCommits: 1Joined: 2014-04-27 - - *Yurii KolesnykovCommits: 1Joined: 2015-05-10 @@ -5554,11 +5574,11 @@ *Tamás GulácsiCommits: 1Joined: 2016-11-11 + + *frederic vromanCommits: 1Joined: 2017-05-12 - - *Nikita OfitserovCommits: 1Joined: 2011-01-10 @@ -5568,11 +5588,11 @@ *Kenneth AafløyCommits: 1Joined: 2012-01-11 + + *Jens CarlCommits: 1Joined: 2019-05-27 - - *VaibhavCommits: 1Joined: 2019-03-17 @@ -5582,11 +5602,11 @@ *Sean StanglCommits: 1Joined: 2017-07-09 + + *scitoCommits: 1Joined: 2015-04-13 - - *Danny RobertsCommits: 1Joined: 2011-02-18 @@ -5596,11 +5616,11 @@ *christianjuCommits: 1Joined: 2014-02-10 + + *Seyeong KimCommits: 1Joined: 2014-10-06 - - *Florian EffenbergerCommits: 1Joined: 2015-08-04 @@ -5610,37 +5630,46 @@ *Lucian ConstantinCommits: 1Joined: 2013-03-24 + + + + *Jim MacArthurCommits: 1Joined: 2019-07-07 + *Owen GenatCommits: 1Joined: 2016-11-20 - - *Yohei YukawaCommits: 1Joined: 2013-05-06 *Jakub GolebiewskiCommits: 1Joined: 2013-04-09 + + *Umang JainCommits: 1Joined: 2017-03-13 *PhyzerCommits: 1Joined: 2014-09-13 - - *Dolives BenoitCommits: 1Joined: 2011-07-04 *Damien ChambeCommits: 1Joined: 2014-06-15 + + *Christopher HotchkissCommits: 1Joined: 2013-02-15 *galbarnissanCommits: 1Joined: 2014-12-03 + + + + Contributors to bundled templates @@ -6259,7 +6288,7 @@ We do not distinguish between commits that were imported from the OOo code base and those who went directly into the LibreOffice code base as: - + a) it is technically not possible to distinguish between commits that go directly into the LibreOffice code base and commits that were merged in from the OpenOffice.org code base, and @@ -6269,7 +6298,7 @@ Do note that LibreOffice used to be divided into 20 git repositories. Pushing a change into all repositories will be counted as 20 commits as there is no way to distinguish this from 20 separate commits. Total contributions to the TDF Wiki - 2466 individuals contributed: + 2469 individuals contributed: @@ -6277,21 +6306,21 @@ - K-j (9000) + K-j (9111) - Roczek, Dennis (8116) + Roczek, Dennis (8137) - Hrbrgr (5560) + Hrbrgr (5689) - Goncharuk, Lera (5435) + Pierre-yves samyn (5571) - Pierre-yves samyn (5296) + Goncharuk, Lera (5435) Uroveits (4438) @@ -6300,67 +6329,70 @@ Tagezibot (3924) - Tryon, Robinson (3712) + (3841) - Gautier, Sophie (3271) + Tryon, Robinson (3712) - (3256) + Gautier, Sophie (3283) - Balland-Poirier, Laurent (2498) + Filmsi (2537) - Jayme Barrientos, Adolfo (2369) + Balland-Poirier, Laurent (2532) - Jeanweber (2329) + Jayme Barrientos, Adolfo (2374) - Filmsi (2216) + Jeanweber (2329) Bielefeld, Rainer (2077) - Beluga (1722) + Beluga (1990) - Hibagonsan (1720) + FuzzyBot (1961) - Effenberger, Florian (1718) + Hibagonsan (1919) - Kompilainenn (1640) + Kompilainenn (1739) - Michaelsen, Björn (1550) + Effenberger, Florian (1719) - Hallot, Olivier (1420) + Michaelsen, Björn (1550) - FuzzyBot (1404) + SteenRønnow (1513) - Marcpare (1396) + Hallot, Olivier (1436) - GerryT (1226) + Marcpare (1396) + GerryT (1235) + + Adailton (1203) @@ -6369,26 +6401,26 @@ Mirek2 (1162) - - Naruoga (1155) - - X1sc0 (1131) + Naruoga (1159) - LibreOfficiant (1127) + X1sc0 (1150) - Haas, Uwe (1095) + LibreOfficiant (1141) - Nouws, Cor (1025) + Haas, Uwe (1095) + Nouws, Cor (1070) + + Ostrovsky, David (1010) @@ -6397,57 +6429,65 @@ Novak, Nino (976) + + Clement21.philippe (956) - - + + Akurery (941) + Meeks, Michael (932) Tom (926) + + + + Manuelf (778) + H-k (774) Drew (744) - - Teo91 (733) + + Iversen, Jan (693) - Behrens, Thorsten (692) + Behrens, Thorsten (693) Hazel (639) + + Jmpierre (611) + - Manuelf (619) + Jmadero (596) - Jmpierre (611) + Raulpacheco (596) - Jmadero (596) + Rathke, Eike (568) - Raulpacheco (596) + RobertG (566) - Rathke, Eike (563) - - ChristophNoack (549) @@ -6456,65 +6496,57 @@ Lohmaier, Christian (535) - - - RobertG (522) + Vajna, Miklos (524) + + Knorr, Stefan (521) - Vajna, Miklos (521) - - Davidnelson (517) - - Elianedomingos (508) Foote, V Stuart (494) + + Mike.saunders (493) Reisinger, Florian (491) - - Sefran (466) Philips, Yousuf (462) - - Elcico (455) - - - SteenRønnow (451) - - Mladek, Petr (450) + Elcico (457) - Holešovský, Jan (448) + Mladek, Petr (450) - Henschel, Regina (441) + Holešovský, Jan (448) - Sam m (439) + Sam m (443) + Henschel, Regina (441) + + Eskroni (437) @@ -6523,25 +6555,25 @@ Chris69 (419) + + Gecko (419) - - - Luz Coelho, Rogério (409) + Tietze, Heiko (415) - Tietze, Heiko (405) + Luz Coelho, Rogério (409) Veracape (404) + + Mohrhard, Markus (397) - - McNamara, Caolán (394) @@ -6551,11 +6583,11 @@ Alexander Wilms (392) + + AndrasTimar (391) - - Tardon, David (388) @@ -6565,11 +6597,11 @@ StefanW (379) + + Emanuel Marcatinco (374) - - Stahl, Michael (373) @@ -6579,11 +6611,11 @@ Thackert (359) + + Mayan Tigger (347) - - Thiebaud, Norbert (341) @@ -6593,11 +6625,11 @@ Vpanter (333) + + Pruegsanusak, Korrawit (330) - - Volkerme (329) @@ -6605,44 +6637,52 @@ Arranna (322) + Schiavinatto (312) + + + + Khanson679 (301) Kara, Muhammet (296) - - Tseng, Cheng-Chia (294) Heinzws (292) + + Librelegal (292) Emanuel A. Marcatinco B. (290) - - Lillqvist, Tor (273) Epix (268) + + Helen russian (268) Kaplan, Lior (267) - - + + Lodahl (255) + Remarques (252) + + Deemonizer (248) @@ -6650,69 +6690,69 @@ Adrianoafonso (246) - Schiavinatto (241) - - - - Loic (240) Steve (237) + + Bosdonnat, Cédric (231) Bedipp (226) - - - Kitaygrad (220) + Kitaygrad (226) Almusaireae (219) + + Kerwyn (218) Kkwet38 (218) - - Gilvanvilarim (217) EricBright (216) + + Khirano (215) Vignoli, Italo (212) - - Jbfaure (212) - Andreschnabel (207) + Kosiorek, Bartosz (209) + + - Bergmann, Stephan (206) + Bergmann, Stephan (208) + + + Andreschnabel (207) XsLiDian (203) - - Wheatbix (198) + + Erhardt (193) @@ -6720,109 +6760,101 @@ Schulz, Charles-H. (191) + Latini, Marina (189) + + DmitryBowie (188) - Tarnhold (187) + Kaganski, Mike (188) - Latini, Marina (186) - - - Kosiorek, Bartosz (185) + Tarnhold (187) - Kaganski, Mike (185) - - - - Méixome, Antón (179) Alkurtass, Issa (178) + + Raw text (175) Madl, Tobias (175) - - Fridrich (172) Luizheli (172) + + Furusho (170) Pitkänen, Harri (169) - - Jiang, Yifan (168) Drodriguez (166) + + Matuaki (163) See (160) - - Snelders, Rob (159) - Óvári (158) - - - Franklin (155) - - - Xystina (154) + Óvári (159) - Lodahl (152) + Junmeguro (157) - Pietro (150) + Franklin (156) - Herzog, Christoph (149) + Xystina (154) - Back69 (146) + Jucasaca (151) - Jucasaca (145) + Pietro (150) - Mipmap (144) + Herzog, Christoph (149) - Junmeguro (141) + Back69 (146) - Mamane, Lionel Elie (141) + Mipmap (144) + Mamane, Lionel Elie (141) + + Michelr (141) @@ -6831,11 +6863,11 @@ Zolnai, Tamás (139) + + De Cuyper, Joren (138) - - Weissenbacher, Philipp (138) @@ -6845,11 +6877,11 @@ P.guimberteau (137) + + Abe, Takeshi (136) - - Norah (135) @@ -6859,11 +6891,11 @@ Filhocf (132) + + Richteruwe (131) - - Michel, Mathias (129) @@ -6873,11 +6905,11 @@ Ki Drupadi (127) + + Nik (127) - - Chris-hoh (126) @@ -6887,11 +6919,11 @@ RGB.ES (124) + + JARF (123) - - Krackedpress (123) @@ -6901,11 +6933,11 @@ Trapezus (122) + + JohnSmith (120) - - Liebel, Jennifer (119) @@ -6913,27 +6945,27 @@ Phorious (118) + Wget (117) + + + + Spaeth, Sebastian (115) Ysabeau (115) - - Markers (114) - Akurery (113) - - Massimo.zaffaina (113) + + Vohe (113) - - Marcus Gama (112) @@ -6943,9 +6975,6 @@ Medieval (111) - - Wget (111) - @@ -6958,15 +6987,15 @@ Mantke, Andreas (109) - Nyucel (108) + Nogajun (109) - Salix (107) + Nyucel (108) - Nogajun (106) + Salix (107) Bitsfritz (104) @@ -7008,18 +7037,21 @@ Ponzo, Gabriele (96) + Baffclan (95) + + Kees538 (95) MagicFab (93) + + Andreasg (92) - - - Baffclan (91) + Dan (90) Frombenny (90) @@ -7027,13 +7059,10 @@ Zeki (89) - - Catalin Festila (88) - - Dan (88) + Catalin Festila (88) Hertel, Jesper (88) @@ -7053,29 +7082,29 @@ Omori (86) - Steve- - (86) + Raal (86) - Horáček, Stanislav (86) + Steve- - (86) - Fišeras, Aurimas (84) + Horáček, Stanislav (86) - Evy (84) + Fišeras, Aurimas (84) - KorrawitBot (84) + Evy (84) - Raal (84) + Jfnif (84) - Jfnif (82) + KorrawitBot (84) JamesWalker (81) @@ -7092,117 +7121,128 @@ KeithCu (79) + Marcio Oliveira (78) + + Xosé (78) + Teseu (77) + + + + Albino (75) K.K.Ashisuto (75) - - Emoreno (74) Enio.gemmo (74) + + Lbalbalba (74) Castermans, Luc (72) - - Köse, Gülşah (72) Aury88 (71) + + RalfHB (71) Al-Harthi, Ahmad Hussein (70) - - Jo7ueb (70) Donaldo (69) + + Malhassoun (69) Freetank (68) - - Fábio Farias (68) Gghh (68) + + Ptux (67) Karbasion, Bersam (65) - - Bmcs (65) StanG (65) + + Timur LOL (65) Oipila (64) - - Kudelis, Rimas (63) Sikeler (63) + + Popa, Adrian Marius (62) Denco (61) - - Frieder (61) Arnaudlecam (60) + + Jlgrenar (60) Piotrekr1 (60) - - + + Thibault, Samuel (59) + Camillem (58) + + Neel, Daniel (58) @@ -7212,22 +7252,14 @@ Loflex (58) - - Kukan, Matúš (58) - - Thibault, Samuel (58) - - - Teseu (58) - + + Jihui choi (57) - - Bubli (56) @@ -7237,11 +7269,11 @@ Glen.reesor (56) + + Ramones (56) - - Hunt, Andrzej (55) @@ -7251,11 +7283,11 @@ Cornell, Clayton (54) + + Fanthomas (54) - - Mahfiaz (54) @@ -7265,140 +7297,148 @@ Sunny2038 (53) + + Chtfn (52) - - Petrizzo (52) + So (52) + + ArnoldSchiller (51) + + Helmar (51) Jaani (51) - - Agd (50) Halparker (50) + + Paz (50) Ronaldo (50) - - Uwealtmann (50) Mpescador (49) + + Magliocchetti, Riccardo (49) Vardomescro (49) - - Lviktoria (48) Dagobert 78 (47) + + Lendo (47) Quest-88 (47) - - Buj Gelonch, Robert Antoni (47) Sk94 (46) + + Bfo (45) Daveb (45) - - Hosny, Khaled (45) Jung, Philippe (45) + + Quikee (45) Robwestein (45) - - Bhorst (44) Ikh1 (44) + + Aaronxu (43) Cottage14 (43) - - Gareth (43) Wilper, Simon (43) + + Sveinki (43) Donkers, Winfried (43) - - Bluedwarf (42) Fkara (42) + + + + Jstnlth (42) + KAMI (42) Another sam (41) - - Arjunaraoc (41) + + GerhardW (41) @@ -7406,41 +7446,41 @@ Joey (41) - Jstnlth (41) - - - - Pedlino (41) Afaccioli74 (40) + + AnXh3L0 (40) Fábio Coelho (40) - - Hogue (40) Kraucer (40) + + + + Marklh9 (39) + Valdirbarbosa (39) Enervation (38) - - Pje335 (38) + + Alex Thurgood (37) @@ -7450,11 +7490,11 @@ Ivanslf (37) - - Aragunde Pérez, Jacobo (37) + + Kano (37) @@ -7464,11 +7504,11 @@ Castle, John LeMoyne (37) - - RaducuG (37) + + Enger, Terrence (37) @@ -7478,11 +7518,11 @@ Danishka (36) - - Grandin, Noel (36) + + Kelemeng (36) @@ -7492,11 +7532,11 @@ Sci citation (36) - - Yan Pashkovsky (36) + + Liongold (35) @@ -7506,15 +7546,18 @@ Pingping111 (35) - - Stalker08 (35) + + Subramanian, Muthu (35) + Andreas ka (34) + + Bormant (33) @@ -7585,16 +7628,13 @@ Xuacu (32) - Andreas ka (31) - - Arnaud versini (31) - - H (31) + + Jingtao, Yan (31) @@ -7604,23 +7644,15 @@ Kant, Pranav (31) - - Ptoye (31) + + Am97 (30) - Marcio Oliveira (30) - - - Marklh9 (30) - - - - Njsg (30) @@ -7629,11 +7661,11 @@ Tclovis (30) + + Thardeck (30) - - Cida.Coltro (29) @@ -7643,11 +7675,11 @@ EdvaldoSCruz (29) + + Haaninjo (29) - - RodolfoRG (29) @@ -7657,11 +7689,11 @@ Ace-dent (28) + + Riemer, Philipp (28) - - المسيكين (28) @@ -7669,153 +7701,153 @@ Acbaird (27) + Tomoyuki, Kubota (27) + + + + Marcofilippozzi (27) Marcos Paulo de Souza (27) - - Micm (27) PeppinoLib (27) + + Sarojdhakal (27) Thuswaldner, Albert (27) - - Alayaran (26) Eresus (26) + + Ezeperez26 (26) Fanch (26) - - Librek (26) Linuxman (26) + + Lutch (26) Hawkins, Nigel (26) - - Pirat Michi (26) Vaslav (26) + + Aidsoid (25) Ailion (25) - - Roßmanith, Christina (25) Kłos, Szymon (25) + + Freddyrh (25) Sullivan, Gatlin (25) - - Guilhem (25) Glogowski, Jan-Marek (25) + + Lboccia (25) Manuel De Franceschi (25) - - Noelson (25) Freund, Matthias (25) + + Schröder, Sophia (25) Winniemiel05 (25) - - Elpapki (24) Gaianer (24) + + Gérard24 (24) Montané, Joan (24) - - Ksoviero (24) Nik vr (24) + + Olivier (24) PaoloPelloni (24) - - Valtermura (24) Hamurcu (23) - - Tomoyuki, Kubota (23) - + + Olorin (23) - - TaeWong (23) @@ -7825,11 +7857,11 @@ Thumperward (23) + + Tommy27 (23) - - Toxitom (23) @@ -7839,11 +7871,11 @@ Aphaia (22) + + Bellerophon (22) - - Bjoern (22) @@ -7853,11 +7885,11 @@ JChimene (22) + + Webmink (22) - - Jeppebundsgaard (21) @@ -7867,11 +7899,11 @@ Kabe (21) + + Keymap19 (21) - - Liusiqi43 (21) @@ -7881,11 +7913,11 @@ Puster (21) + + WalterPape (21) - - Wayra (21) @@ -7895,11 +7927,11 @@ Grasip (20) + + Grzesiek a (20) - - HeinF (20) @@ -7909,11 +7941,11 @@ LLyaudet (20) + + Mattsturgeon (20) - - Vdragon (20) @@ -7923,11 +7955,11 @@ XMatence (20) + + Yorick (20) - - Zapata (20) @@ -7937,11 +7969,11 @@ Guateconexion (19) + + Houbsi (19) - - JaronBaron (19) @@ -7951,112 +7983,120 @@ Juergenfenn (19) + + Kentarch (19) - - + + RegisPerdreau (19) + Ionita, Teodor-Mircea (19) Budea, Áron (18) + + Magee, Timothy (18) Elsass68490 (18) - - Foolfitz (18) Hidayet (18) + + Jstaerk (18) Narayan (18) - - Nestifea61 (18) Power, Noel (18) + + Richard (18) Sooth (18) - - UriHerrera (18) Vuhung (18) + + 林漢昌 (18) Akerbeltz (17) - - Chd (17) Craigo (17) + + Dennisfrancis (17) Dlmoretz (17) - - Ertsey, Andor (17) Guilherme.vanz (17) + + Gulmorais (17) Monastirsky, Maxim (17) - - - RegisPerdreau (17) + PRosmaninho (17) Rubembarreto (17) + + + + Stevefanning (17) + Taken (17) Uznomis (17) - - Yumakino (17) + + Беломир (17) @@ -8066,11 +8106,11 @@ Alexpikptz (16) - - Dhersh (16) + + HanV (16) @@ -8080,11 +8120,11 @@ MoIshihara (16) - - Oweng (16) + + P.Guimberteau (16) @@ -8094,11 +8134,11 @@ Ristoi (16) - - Smarquespt (16) + + Smrabelo (16) @@ -8108,11 +8148,11 @@ APerson (15) - - Akki95 (15) + + Andy98 (15) @@ -8122,11 +8162,11 @@ Irmhild (15) - - Ledure, Jean-Pierre (15) + + Khlood Elsayed (15) @@ -8136,10 +8176,13 @@ Luctur (15) + + Pinto, Marco A.G. (15) + - Pinto, Marco A.G. (15) + Weghorn, Michael (15) Miko (15) @@ -8181,6 +8224,9 @@ + Dhsung (14) + + Elrath (14) @@ -8189,11 +8235,11 @@ Guuml (14) + + Halencarjunior (14) - - Lfernandocarvalho (14) @@ -8203,16 +8249,13 @@ Lothar.becker (14) - - Mbalabanov (14) - - Mderoucy (14) + Mbalabanov (14) - Weghorn, Michael (14) + Mderoucy (14) Mihkel (14) @@ -8288,11 +8331,14 @@ Mabbb (13) - Mortense (13) + Mikeyy (13) + Mortense (13) + + Odd123 (13) @@ -8301,11 +8347,11 @@ Raniaamina (13) + + S.Gecko (13) - - Samtuke (13) @@ -8315,11 +8361,11 @@ Simplicity Instinct (13) + + ThierryM (13) - - Tnishiki (13) @@ -8329,12 +8375,12 @@ Vkkodali (13) - - A8 (12) - + A8 (12) + + Alfabech (12) @@ -8343,11 +8389,11 @@ And471 (12) + + AustinW (12) - - Bhaskar (12) @@ -8355,9 +8401,6 @@ Cralin (12) - Dhsung (12) - - Al-Otaibi, Faisal M. (12) @@ -8565,16 +8608,13 @@ Mikalai (10) - Mikeyy (10) - - Morvan (10) - - Nateyee (10) + + Otto (10) @@ -8584,11 +8624,11 @@ Ronja (10) - - Serge Krot (10) + + Syntaxerrormmm (10) @@ -8598,11 +8638,11 @@ Tomg (10) - - Ttocsmij (10) + + Twstdude0to1 (10) @@ -8612,11 +8652,11 @@ Wlenon (10) - - Al-Abdulrazzaq, Abdulmajeed (9) + + Agger (9) @@ -8626,11 +8666,11 @@ AtkinsSJ (9) - - Camargo (9) + + Cnuss (9) @@ -8640,11 +8680,11 @@ Dupreyb (9) - - Fatdf (9) + + Gibi (9) @@ -8654,11 +8694,11 @@ Goranrakic (9) - - Jim-BobHarris (9) + + Jopsen (9) @@ -8668,11 +8708,11 @@ Kscanne (9) - - Lapetec (9) + + Lexeii (9) @@ -8682,10 +8722,13 @@ Marco (9) + + Meo (9) + - Meo (9) + Rimkus, Modestas (9) Msaffron (9) @@ -8831,16 +8874,13 @@ Manj k (8) - Rimkus, Modestas (8) - - Mrmox2 (8) - - NightMonkey (8) + + NirajanPant (8) @@ -8850,11 +8890,11 @@ Paulo.tavares (8) - - Peterpall (8) + + Ricardolau (8) @@ -8864,11 +8904,11 @@ Tibbylickle (8) - - Troumad (8) + + Vbkaisetsu (8) @@ -8878,11 +8918,11 @@ Tamás, Bunth (8) - - Yakusha (8) + + Yostane (8) @@ -8892,11 +8932,11 @@ Ahiijny (7) - - Andrea Gelmini (7) + + Andrea.soragna (7) @@ -8906,11 +8946,11 @@ Belkacem77 (7) - - Bjherbison (7) + + Bookman900 (7) @@ -8920,11 +8960,11 @@ Capiscuas (7) - - Chin Zee Yuen (7) + + Ciaran (7) @@ -8934,11 +8974,11 @@ Drose (7) - - Esbardu (7) + + GuKK-Devel (7) @@ -8948,11 +8988,11 @@ Ingotian (7) - - Levith (7) + + Lonelyhiker (7) @@ -8962,11 +9002,11 @@ Mariosv (7) - - Mbayer (7) + + MephistoBooks (7) @@ -8976,11 +9016,11 @@ Nathanjh13 (7) - - Ndduong (7) + + Nemo bis (7) @@ -8990,11 +9030,11 @@ Opensas (7) - - PaoloVecchi (7) + + Polte (7) @@ -9004,11 +9044,11 @@ Rodo (7) - - Rptr (7) + + Shady (7) @@ -9018,11 +9058,11 @@ Tonnysmile (7) - - Toxicbits (7) + + Wabuo (7) @@ -9032,11 +9072,11 @@ صفا الفليج (7) - - Alexandrorodrigez (6) + + Armin Dänzer (6) @@ -9046,11 +9086,11 @@ Higginson, Andrew (6) - - Barend (6) + + Bobe (6) @@ -9060,11 +9100,11 @@ Cccfr (6) - - ClausKofoed (6) + + Coypu (6) @@ -9074,11 +9114,11 @@ BEN MANSOUR, Mohamed-Ali (6) - - Ddxavier (6) + + Dfriedman (6) @@ -9088,11 +9128,11 @@ Mencken, Douglas (6) - - Dr.Faust (6) + + Druzhshchienschkyj (6) @@ -9102,11 +9142,11 @@ Edmund.laugasson (6) - - Equis (6) + + FPhoenix (6) @@ -9116,11 +9156,11 @@ Gallaire, Florent (6) - - Fisiu (6) + + Florian heckl (6) @@ -9130,11 +9170,11 @@ Ghune (6) - - Googly Googly (6) + + HdV (6) @@ -9144,11 +9184,11 @@ Hramrach (6) - - Infoprof (6) + + Iplaw67 (6) @@ -9158,11 +9198,11 @@ James 00cat (6) - - Jeffersonx (6) + + Kawichi (6) @@ -9172,11 +9212,11 @@ Link Mauve (6) - - MaggieT (6) + + Manas (6) @@ -9186,11 +9226,11 @@ Mas (6) - - Mgommel (6) + + Mmetz (6) @@ -9200,11 +9240,11 @@ Öttl, Gerhard (6) - - Only you (6) + + Os cib (6) @@ -9214,11 +9254,11 @@ Paour (6) - - Pescetti (6) + + Peter Chastain (6) @@ -9228,11 +9268,11 @@ Puggan (6) - - Rotaj (6) + + Sn!py (6) @@ -9242,11 +9282,12 @@ Heidenreich, Josh (6) - - Thorwil (6) + + + TiagoSantos (6) @@ -9256,11 +9297,11 @@ VACHER (6) - - Vgezer (6) + + Virthus (6) @@ -9270,11 +9311,11 @@ Wasserthal (6) - - Wigglejimmy (6) + + Wiseacre (6) @@ -9284,11 +9325,11 @@ 3blz (5) - - Adam Co (5) + + Albucasis (5) @@ -9298,11 +9339,11 @@ Alfalb (5) - - Alvarez, Octavio (5) + + Anousak (5) @@ -9312,12 +9353,11 @@ Art.Gilvanov (5) - - - Sodora, August (5) + + AustinSaintAubin (5) @@ -9327,11 +9367,11 @@ BillRVA (5) - - Bitigchi (5) + + BloodIce (5) @@ -9341,11 +9381,11 @@ Dejourdain (5) - - DickStomp (5) + + Dmtrs32 (5) @@ -9355,11 +9395,11 @@ Faiq Aminuddin (5) - - Fazbdillah (5) + + Florian.haftmann (5) @@ -9369,11 +9409,11 @@ GaboXandre (5) - - Ggurley (5) + + Gpoussel (5) @@ -9383,11 +9423,11 @@ Habib (5) - - HubPfalz (5) + + Hummer5354 (5) @@ -9397,11 +9437,11 @@ Icyitscold (5) - - Jaysponsored (5) + + JoeP (5) @@ -9411,11 +9451,11 @@ KadlecOn (5) - - Kamataki (5) + + Klausmach (5) @@ -9425,11 +9465,11 @@ LibreOfficeUser1 (5) - - Mak (5) + + Mgaster (5) @@ -9439,11 +9479,11 @@ Laplante, Chris (5) - - Mtg (5) + + Mtnyildrm (5) @@ -9453,11 +9493,11 @@ OSVALDO LINS VIANA (5) - - Orcmid (5) + + Pepe (5) @@ -9467,11 +9507,11 @@ Poeml (5) - - Radish (5) + + Rajesh (5) @@ -9481,11 +9521,11 @@ Raulpaes (5) - - Rautamiekka (5) + + Raykowj (5) @@ -9495,11 +9535,11 @@ Rhoslyn (5) - - Rogerio DA (5) + + SabinGC (5) @@ -9509,11 +9549,11 @@ Samson (5) - - Chvátal, Tomáš (5) + + Sergej (5) @@ -9523,11 +9563,11 @@ Srividya (5) - - Starseeker (5) + + Taylorh140 (5) @@ -9537,11 +9577,11 @@ Timotheonb (5) - - Tranzistors (5) + + Wasdin (5) @@ -9550,12 +9590,12 @@ Yury Tarasievich (5) - - - + AHi (4) + + Aaronkyle (4) @@ -9565,11 +9605,11 @@ Adderbox76 (4) - - Agron (4) + + Albertoeda (4) @@ -9579,11 +9619,11 @@ Alex1 (4) - - Alexstrand7 (4) + + AliKhP (4) @@ -9593,11 +9633,11 @@ Alzoo (4) - - Amire80 (4) + + Andréb (4) @@ -9607,11 +9647,11 @@ Arhitectul (4) - - Axel (4) + + Ayhanyalcinsoy (4) @@ -9621,11 +9661,11 @@ Bardo (4) - - Widl, Bernhard (4) + + Bigbek (4) @@ -9635,11 +9675,11 @@ Bntser (4) - - Cam AW (4) + + ConquerorsHaki (4) @@ -9649,11 +9689,11 @@ CyrilBeaussier (4) - - Deivan (4) + + Dmerker (4) @@ -9663,11 +9703,11 @@ Doubi (4) - - Dragon (4) + + Robertson, Daniel (4) @@ -9677,11 +9717,11 @@ Erx700 (4) - - Fmolinero (4) + + Ftigeot (4) @@ -9691,11 +9731,11 @@ Garrowolf (4) - - Gmjs (4) + + Hdu (4) @@ -9705,11 +9745,11 @@ ImperfectlyInformed (4) - - Jamesleader (4) + + Jessefrgsmith (4) @@ -9719,11 +9759,11 @@ Jjmeric (4) - - JnRouvignac (4) + + Jonata (4) @@ -9733,11 +9773,11 @@ Jooste (4) - - Joriki (4) + + Le Bigot, Jean-Tiare (4) @@ -9747,11 +9787,11 @@ Loren.rogers (4) - - Haggag, Muhammad (4) + + MPascual (4) @@ -9761,11 +9801,11 @@ Marinela (4) - - Mhonline (4) + + Mikedoherty ca (4) @@ -9775,11 +9815,11 @@ Mortgage01 (4) - - NGHLibreOffice (4) + + O.villani (4) @@ -9789,4814 +9829,4814 @@ Orson69 (4) - - Oscar90210 (4) - - PRosmaninho (4) - + + Paolopoz (4) Paranemertes (4) - - PatrickJ (4) Pegasus (4) + + Pgassmann (4) Phillip.davis (4) - - Pjacquod (4) Prolog.guy (4) + + Psao (4) Qubit-test (4) - - Reyn100 (4) Ricgal (4) + + Rodhos (4) Sasha (4) - - Sealview (4) Silva.arapi (4) + + Sswales (4) Stevenmw (4) - - Surat (4) Tct (4) + + Thetic (4) Tk (4) - - Txwikinger (4) Ufas (4) + + UlKu (4) Urhixidur (4) - - Uzadmin (4) Melenchuk, Vasily (4) + + V., Artem (4) Wcolen (4) - - Wikiuser (4) Williamjmorenor (4) + + Wpeixoto (4) Денис (4) - - Aalam (3) AbhilashSingh (3) + + Adept (3) Aexyn (3) - - Jain, Atishay (3) Alex.simoes (3) + + Alexsfagundes (3) Almorca (3) - - Andrey Usov (3) Antanasb (3) + + Ariete (3) Arkanosis (3) - - Armin (3) Armin W. (3) + + Arthur Zennig (3) Aurelien (3) - - Baena (3) Bellerophon2 (3) + + Benjwgarner (3) Bernardi, Paolo (3) - - Bindassanant (3) Bodhi-Baum (3) + + Bootingman (3) Bos (3) - - Prajapati, Gautam (3) Brub (3) + + Burdakov (3) CIB.Mathias (3) - - Castro (3) Charu (3) + + Claudiosegovia (3) Cmorgan (3) - - Colokalle (3) Cono (3) + + D0ugparker (3) DaSch (3) - - DanShearer (3) Beurle, Darcy (3) + + Bankston, Daniel (3) Donbrookman (3) - - Dubyk (3) EdgeE (3) + + Eeha0120 (3) Eisa01 (3) - - Elproferoman (3) ErSey (3) + + Eric.ficheux (3) Ericatamiris (3) - - Estebanmonge (3) Farukuzun (3) + + Ferlodev (3) Fraang (3) - - Franzjakob (3) Frob tea (3) + + Fulldecent (3) FunkyPenguin (3) - - Gilward Kukel (3) Gokcen (3) + + Gouchi (3) Smaha, Guillaume (3) - - Hansgerd.schneider (3) Herrmarder (3) + + Hwpplayer1 (3) IanL (3) - - Imanuelr10 (3) Imcon (3) + + It-christian (3) IvanMM (3) - - Izabela (3) JDM (3) + + JO3EMC (3) Jennifer.park (3) - - Murugan, Jesso Clarence (3) Jhbn (3) + + Jo Cab (3) Joe312213 (3) - - Johannes Rohr (3) Joseroberto (3) + + Juanpabl (3) Julianm (3) - - K Karthikeyan (3) Katasisc (3) + + Kbiondi (3) Kevinob (3) - - Kfogel (3) Khunshan (3) + + Kkrothapalli (3) LO Rob (3) - - Lennoazevedo (3) LewisCowles (3) + + Libcub (3) Linux 9x (3) - - LucaCappelletti (3) Hryniuk, Łukasz (3) + + Luuk (3) Bessières, Marc (3) - - Margott (3) Marializ (3) + + Matteocam (3) Mattias (3) - - Maxwell (3) Measure for Measure (3) + + Melike (3) MertTumer (3) - - Meryemezber (3) Mhoes (3) + + Mhsmsantos (3) Michaelwheatland (3) - - Mkondo (3) Neookano (3) + + NicksonT (3) Christener, Nicolas (3) - - Nicolas.abel (3) Niconil (3) + + Ragnarsson, Björgvin (3) Nloira (3) - - Noel Power (3) OOarthurOo (3) + + Steinbeiß, Simon (3) Ojeremyj (3) - - Oliverguenther (3) Oprea luci (3) + + Penalvch (3) van Oostrum, Piet (3) - - Pr410 (3) Prakash72 (3) + + Rajatvijay (3) Rapha.ksf (3) - - Rauloliverpaes (3) Bevilacqua, Jean-Sébastien (3) + + RebeccaHodgson (3) Rick (3) - - Robert.E.A.Harvey (3) Rosemary (3) + + SEVEN (3) Sander Klootwijk (3) - - Sangeeta (3) Saper (3) + + Satabin (3) Sayt (3) - - Schroed(ing)er (3) Sebby (3) + + Sergey Aka (3) Shelandy (3) - - Skinnerbird (3) Smile4ever (3) + + Soliac (3) Songchuan (3) - - Soued031 (3) StefanRing (3) + + SteveKelem (3) Strugee (3) - - Suren (3) Sushils (3) + + Taylor46 (3) TheWebalyst (3) - - Tiagosilva.anps (3) Timsamoff (3) + + Tititou36 (3) Kumar, Tarun (3) - - Toki (3) Tomi Toivio (3) + + Toxifier (3) TrnsltLife (3) - - Tushantin (3) Ubap (3) + + Kitzinger, Ulrich (3) Underdog (3) - - Vinctor (3) Vljubovic (3) + + Wagnerluis1982 (3) Khoo, Wei Ming (3) - - WesPeacock (3) Xaker1 (3) + + Yukawa (3) Kolesnykov, Yurii (3) - - Yvon Henel (3) Zaxebo1 (3) + + §chinagl (3) ترجمان05 (3) - - さかみのかさね (3) AbbeyI19jfjc (2) + + AdamPrado8 (2) AdrianValdez4 (2) - - Adsha (2) Agarciamog (2) + + Aggelalex (2) Alan (2) - - Ale2017 (2) AliceOliver7 (2) + + Alina12345 (2) Alisha (2) - - AlmedaFrancis (2) AlphonsoNava4 (2) + + Amunizp (2) AmyCarney5 (2) - - Anasiic (2) AndresChandia (2) + + Andrew (2) AndrewKuhn7 (2) - - AndrewUlrich (2) Andthebrain (2) + + Anipeter (2) Anjar (2) - - Ankit (2) AnnabelMcmullen (2) + + AnnunciationGunn (2) Anonimus (2) - - AntoniaMead8 (2) Jain, Anurag (2) + + Aplatypus (2) ApostlesSheldon (2) - - Asal (2) Ashaneba (2) + + Nakashian, Ashod (2) AvaGreer1 (2) - - Ozdemir, Aybuke (2) BZT42 (2) + + BernardMeza9 (2) BirdRivas2 (2) - - BlazejJones1 (2) BlessedOrozco (2) + + Blume (2) Blushingorg (2) - - BoD (2) Bogcahi (2) + + Boivie (2) Boldizsakawi7 (2) - - BoleslausSaunders (2) Bram (2) + + BrandiToomer (2) BridgetJarvis (2) - - Bruceschaller (2) BryantMclean6 (2) + + ButlerBarron6 (2) C0bb3r (2) - - C1pr1an (2) CallieMvzap (2) + + CallieSalgado (2) CamilleMccarthy (2) - - CandidoRutherford (2) CapistranOleary (2) + + Capri99 (2) CaraDang6 (2) - - Carlosr (2) CarolinaCalling (2) + + CarrieDaniels (2) CarrollRico2 (2) - - Iacob, Catalin (2) CavesGill8 (2) + + Celsovsm (2) Cgrosdemange (2) - - Chabermu (2) ChanieSnow2 (2) + + Cheche (2) Chemyakyn (2) - - ChrisBarth (2) ChrzcicielCampbell (2) + + Cjbackhouse (2) Cl-r (2) - - ClariceThorne (2) ClaudiaCramer (2) + + Clemen Beek (2) McDonald, Jason C. (2) - - Codingmicha (2) Colabo (2) + + Conrado (2) CoralieCarr7 (2) - - Crxssi (2) CupertinoDarnell (2) + + Cvk (2) CyrillicEscobedo (2) - - Cœur, Antoine (2) DaCaPo (2) + + Dairdev (2) DaisieQuigley (2) - - Damascene (2) DanForrest2 (2) + + Danese (2) Danthedev (2) - - Darkixion (2) David4you (2) + + Bolen, David (2) De-jourdain (2) - - Debugercz (2) DelinaRomano5 (2) + + DellePoole7 (2) DenisArnaud (2) - - Dennis' Spam test account (2) Denytracom (2) + + Devilcynthy (2) Diazbastian (2) - - Retout, Tim (2) Django (2) + + DoctorBaxter7 (2) Domasj (2) - - Domsau2 (2) DonaldBryant7 (2) + + Donals (2) DrDrack (2) - - Röllin, Lukas (2) Duiliodias (2) + + DukeDejesus7 (2) EarleSiegel7 (2) - - Ed (2) EdaFreeman3 (2) + + Eduardoarandah (2) Edwardcottreau (2) - - Efs710920mex (2) Ejep520 (2) + + Sánchez, Bartolomé (2) Eldan (2) - - ElisabethHolcomb (2) Elixir (2) + + EllieBowers3 (2) ElmaGray6 (2) - - Eloquence (2) ElsieMacias7 (2) + + Emily (2) EmperorErnst5 (2) - - EnosKraus6 (2) Erdalronahi (2) + + Eren (2) ErieTovar6 (2) - - Erikcht (2) Ersteinmal (2) + + ErwinHammond3 (2) EssieKeller8 (2) - - EsterEngland7 (2) EthylCardenas (2) + + FannyTillman8 (2) FateHarrington (2) - - Fbartels (2) Fcelik (2) + + Fcojavmc (2) Feldo (2) - - Ffinlo (2) Fifh (2) + + FlaviaPratt8 (2) FlorenceGrossman (2) - - FlorenceKim1 (2) FordRhodes5 (2) + + FranciscoByrne (2) FredaDowning7 (2) - - Fukanchik, Sergey (2) Fyodor, Yemelyanenko (2) + + Garcia.marc (2) GayeRossetti (2) - - GeoDowning4 (2) GeoffLawrence (2) + + GeorgiannaOchoa (2) Gerardgiraud (2) - - Gerpunzel (2) GertieEllington (2) + + GiertrudaLehman (2) Girvinh (2) - - GiuseppOQH (2) Glanbeav (2) + + Glococo (2) Gmealer (2) - - Gmolleda (2) GraciaNorwood (2) + + Grakic (2) Grim (2) - - Gualtiero (2) Guillem (2) + + Gustav (2) Hacmiranda (2) - - HannaEspinoza (2) HardyBurris1 (2) + + HarleyWatkins (2) Hasithakj (2) - - Hector (2) Hedaja (2) + + Hellpé (2) Helo (2) - - Hemmerling (2) Jensen, Henrik (2) + + HeriberDacomb (2) HermitMuller1 (2) - - Herronrobertson (2) HershelPeterson (2) + + IIIYates8 (2) Ian22 (2) - - IkeVasquez9 (2) IlaRoberts4 (2) + + Imagin8or (2) InezFinney8 (2) - - IraLane4 (2) IrinaMccormack (2) + + IrvinBernard9 (2) IsadoraFoster (2) - - IsaiahBuck5 (2) IsiahLackey2 (2) + + IvaRoach5 (2) Burant, Jiri (2) - - JOIMER REYES (2) JacintaGibson (2) + + Adams, Jonathan (2) C., James (2) - - JanuariusStringer (2) Jasmins (2) + + JasperSawyer7 (2) JavierFernandez (2) - - JayStafford3 (2) Jcarl (2) + + Jcentel (2) Jcubic (2) - - Jeraldinesewell (2) JesseBHXEmrh (2) + + JettieGibson2 (2) Jgpestana (2) - - Lingard, J. Graeme (2) Jnicolas (2) + + JoWi (2) Jonathanacohen (2) - - JonesRichter8 (2) Jowenshaw (2) + + João Pedro (2) Jstaniek (2) - - JudasPeoples9 (2) JudasPritchard (2) + + JudithGraves6 (2) Jumoun (2) - - JustinaEldridge (2) K.euser (2) + + Kamran Mackey (2) Karakartala (2) - - KarkGunn4 (2) Karolus (2) + + Kasos (2) Kazuyuki Yoshimura (2) - - Keepiledar (2) KeithC (2) + + Khokkanen (2) KittyBauer5 (2) - - KlementynaMckinney (2) Kmr (2) + + KolbeKline1 (2) Kolorguild (2) - - Krauss (2) keshav, krishna (2) + + KroniK907 (2) KrystalMinchin (2) - - KsaweryDempsey (2) Kwilliams (2) + + L (2) LariaJohn3 (2) - - LeanaParks2 (2) LemuelHo1 (2) + + LemuelWerner5 (2) Lhcezar (2) - - LidaMasters1 (2) Lino (2) + + Liotier (2) Lliehu (2) - - Scheidt, Heiko (2) LovisaKessler (2) + + Petrolekas, Luke (2) LubomyrWalden (2) - - LucretiLlb (2) Lukasjelinek (2) + + LynnForbes3 (2) Casalin, Matteo (2) - - M42 (2) Mărăşoiu, Mariana (2) + + MZNBelendndq (2) Ma83mit (2) - - MabelleStanley (2) MadisonDarnell (2) + + MagdaleneOneal (2) MaggieGray2 (2) - - MagnoliaParsons (2) Mangat veer sagar (2) + + Manu.unni (2) MarMai (2) - - MarchCourtney (2) Marcinz (2) + + Marco74 (2) MargeretRiley (2) - - MarillaMarsh7 (2) Marius (2) + + Marric (2) MartaRollins2 (2) - - MarthaBright4 (2) MartinPC (2) + + MateuszDominguez (2) Matt 51 (2) - - Mazuritz (2) Mbemidio (2) + + MercedesDelatorre (2) Merchantbusiness (2) - - Kepplinger, Martin (2) MerleGlass6 (2) + + Mesutkullar (2) Mgiri (2) - - Michaelx (2) Michel Gagnon (2) + + Michiel (2) MikeyZ (2) - - MinaHuggins7 (2) Mind4z (2) + + MinervaLuna8 (2) Mitcoes (2) - - Mjkopp (2) Mklever (2) + + Lechner, Marco (2) Mloiseleur (2) - - Mnalima (2) Mnsoto (2) + + Mordocai (2) MorganJohnstone (2) - - Rugiero, Mario (2) Mst0 (2) + + Mttza1 (2) Musicstave (2) - - Mustafa22 (2) Nathansen, Martin (2) + + Mzalewski (2) Nacerix (2) - - Narcisgarcia (2) NealEspinoza6 (2) + + Nestor (2) NettaHurd9 (2) - - NettieParra1 (2) NewtonZuniga9 (2) + + Nishino, Daisuke (2) NicholasLanier (2) - - Nickk (2) Nicolas PAOUR (2) + + NinaLam6 (2) Noirin (2) - - NoricumArthur (2) NorrisAndersen (2) + + NovemberVogel (2) Nsharifi (2) - - Nuclearbob (2) Naeil, Zoueidi (2) + + OUPS (2) Oashnic (2) - - Odalcet (2) Oiaohm (2) + + OlaPost6 (2) OlieBooth3 (2) - - OlivierC (2) OnopriyBrandon (2) + + OrlandoArellano (2) OscarMeredith (2) - - Paolettopn (2) Paolobenve (2) + + Pascaje (2) Paultrojahn (2) - - Percherie (2) PercherskySanford (2) + + Senna Tschudin, Peter (2) Pgraber (2) - - Phil.davis (2) Szelat, Phillip (2) + + Pierre (2) Piotrdrag (2) - - Pitonyak (2) Pkst (2) + + PolishHungarianSharp (2) Posterboy (2) - - PragueBergman (2) Pulsifer (2) + + R.Yu. (2) Rahul050 (2) - - Rbecke (2) ReeseShepherd (2) + + ReginaldMcgraw (2) RenniePrescott (2) - - RetaStern5 (2) RhodaMackey3 (2) + + RiceBurger3 (2) Ritlay (2) - - Rmarquardt (2) Roadrunner (2) + + RollandHannah (2) RosaliaFair4 (2) - - RosannaPaul7 (2) RosariaLampungm (2) + + RoyFokker (2) RoyShelton7 (2) - - Ryan (2) S8321414 (2) + + Sagar.libo (2) Sahasranaman M S (2) - - Sam888 (2) SamBenavides5 (2) + + Sankarshan (2) SavinaShaffer (2) - - Bosio, Santiago (2) Seanyoung (2) + + SebastianNorth (2) Sebutler (2) - - Sergwish (2) Sfeuser (2) + + Sgrotz (2) Shaforostoff (2) - - Shankar (2) Shaun.schutte (2) + + SidneyArredondo (2) Silwol (2) - - Simplecontrast (2) SlavicNapier8 (2) + + Kasztenny, Adam (2) Soothsilver (2) - - Sotrud nik (2) Spledger (2) + + Spyros (2) Sshelagh (2) - - Ssorgatem (2) StaciBorthwick (2) + + Stappers (2) Weiberg, Stefan (2) - - Stephan66 (2) Stuarta0 (2) + + Sturm (2) Sungkhum (2) - - Superurbi (2) SusanSwain3 (2) + + Sven.fischer.de (2) Sydbarrett74 (2) - - Synanceia (Pierre) (2) Tauon (2) + + Techal (2) Teelittle (2) - - TeresaMacias3 (2) Teresavillegas1 (2) + + TheaGallardo8 (2) TheodoseyPeralta (2) - - TheophilusHess (2) Thomase (2) + + Thomeck (2) Thorongil (2) - - Tim1075 (2) Timeshifter (2) + + Timj (2) TimothyChilds (2) - - TomaMora8 (2) Tomkeb (2) + + Tomrobert87 (2) TressieCulver (2) - - Tsimonq2 (2) TuMadre (2) + + Isnard, Timothée (2) Tux40000 (2) - - Unhammer (2) Unknown 32 (2) + + Usik64 (2) ValessioBrito (2) - - VanHogan7 (2) Dhall, Varun (2) + + VasylynaKendall (2) VerneDodd5 (2) - - VeronaXiong3 (2) VeronicaGrimes (2) + + Viper550 (2) VirginArredondo (2) - - VladimirBassett (2) VladimirPrince (2) + + VladislavA (2) Volker (2) - - VolodymyraGagnon (2) Vossman (2) + + WaclawaSavage (2) WalentynaPatrick (2) - - WallaceSolano (2) WarrenChristian (2) + + WashingtonOakley (2) Watermelons (2) - - WeronikaKeene (2) WikiImporter (2) + + WilhelminaEaton (2) WincentyMorrison (2) - - Wirelessben (2) Wkn (2) + + Wulei (2) Xoristzatziki (2) - - Yaw (2) ZiriaKo (2) + + ZoraWinkler1 (2) 流星依旧 (2) - - 29jm (1) A H (1) + + AaronPeterson (1) Abdulaziz A Alayed (1) - - Absolute Garcinia (1) Acagastya (1) + + Kepenek, Ahmet Can (1) AdalberDesailll (1) - - Adlard.matthew (1) Aevora (1) + + Agradecido (1) AhmadHaris (1) - - Ainurshakirov (1) Ajaxfiore (1) + + Alagris (1) Albrechtloh (1) - - Aleks (1) Aleksio Kverka (1) + + Henrie, Alex (1) Alex38-68 (1) - - Alex80 (1) AlexF (1) + + AlexP111223 (1) AlexPS (1) - - Alexandrevicenzi (1) Alexandri (1) + + Chemichev, Alexey (1) Alexis 0071 (1) - - Alexis Wilke (1) Alexnivan (1) + + Alexsandro Matias (1) Ali (1) - - AlphonsDen (1) Alvaropg (1) + + Alverne (1) Amacater (1) - - Andarilhobotto (1) Anderius (1) + + AndreasEk (1) AndreasK (1) - - AndreasNeudecker (1) Andrey.turkin (1) + + Andriazdk2177 (1) AniVar (1) - - Anjilajoli (1) AntoineVe (1) + + Antonello Lobianco (1) AntoniePonder (1) - - Anurag kanungo (1) Apfelsaft (1) + + Priyadarshi, Apurva (1) Arekm (1) - - Ari (1) ArielleWx (1) + + Arkonide (1) Armandos (1) - - Arnaudc (1) Arnoldu (1) + + Teigseth, Arno (1) Artintal (1) - - ArturNeumann (1) Arulm (1) + + Asiersar (1) Asselbornmauro (1) - - Astalaseven (1) Tang, Audrey (1) + + AundreaPqf (1) Averell7 (1) - - Ayoooub (1) B3t (1) + + Bailiwick (1) Bailly02 (1) - - Bami (1) Bandera (1) + + Le Garrec, Vincent (1) BarryLovegrove (1) - - Vincent, Babu (1) Bckurera (1) + + BernardHannafor (1) Bestdating (1) - - Beyoken (1) Beznogov (1) + + Bezzy (1) Bgloberman (1) - - Bgranados (1) BillyBurke (1) + + Biofool (1) Bjossir (1) - - Bkg2018 (1) BlakeGartrell (1) + + BlancheBelstead (1) BlancheClopton (1) - - Blandyna (1) Boboo (1) + + Bolo (1) Borowcm (1) - - Bortis (1) Sowden, Brad (1) + + BrentHawthorne (1) BridgettC (1) - - Brinzing, Oliver (1) BroderiHolyman (1) + + BryceBrassell (1) BryceMoorhouse (1) - - Budo (1) Burcin (1) + + Bureken (1) Burger.ga (1) - - Bzsolt (1) BáthoryPéter (1) + + CalebSommer (1) CalebWgypcu (1) - - Paul, Cameron (1) Capira (1) + + CarloASilva (1) Carlos (1) - - Carlos.gilaranz (1) Castarco (1) + + Cathy (1) CedricQ73ktehvp (1) - - Cesera (1) ChantalWalker (1) + + CharlesJenkins (1) Chatjoe (1) - - Chmilblick (1) Beauzée-Luyssen, Hugo (1) + + ChrPr (1) Christoph.herzog (1) - - Chrlutz (1) Ciampix (1) + + CiaraLockie (1) Ciriaco (1) - - Classieur (1) Claudio Pannacci (1) + + Cleitongalvao (1) Clem (1) - - CletaValentino (1) Cnzhx (1) + + Company (1) Cora17 (1) - - Corsolibreoffice (1) Cosmopolitan (1) + + Cpatrick08 (1) Cpinedar (1) - - Cpmipn (1) Craigsbookclub (1) + + Csanyipal (1) Csongorhalmai (1) - - Css17 (1) Ctfranz (1) + + DaisieDavison (1) Danichocolate (1) - - Danielt998 (1) Dar18proore (1) + + DarylAlcantar (1) DarylBoot (1) - - Dave (1) Davidmichel (1) + + DawnOgles (1) Dbojan (1) - - Di Marco, Daniel (1) DeShark (1) + + DeannaQuaife (1) Ray, Debarshi (1) - - DeborahW18 (1) Decs75 (1) + + Dennisroczek's Test Account (1) Deragon (1) - - Dezsiszabi (1) Kis-Ádám, László (1) + + Herde, Daniel (1) Dhiren (1) - - Dianasedlak (1) Kettner, Valentin (1) + + Do Nhu Vy (1) DocuFree (1) - - Dominiko (1) Dominuk (1) + + Donadel (1) DoreenDuell (1) - - Douglasm (1) Drizamanuber (1) + + Drlandi (1) Drtimwright (1) - - Dusek (1) Dxider (1) + + EarnestLamaro (1) Echada (1) - - EdgardoRios (1) Edsonlead (1) + + Edz (1) Efcis (1) - - Efegurkan (1) Brill, Christoph (1) + + Ehenryb (1) Ekuiitr (1) - - ElahiMohammad (1) Elliot1415 (1) + + ElmaWalcott (1) Elshize (1) - - Emad (1) Emyr (1) + + Enesates (1) Ennael (1) - - Erasmo (1) Erdemdemirkapi (1) + + Eric (1) ErickRijoJr (1) - - Ernsttremel (1) Roux, Elie (1) + + Esben aaberg (1) EstelaAWTxiu (1) - - Etinos (1) Evfool (1) + + EyalRozenberg (1) FMA (1) - - Factooor (1) Falatooni (1) + + Falcao (1) Farhaf (1) - - Farhank (1) Farlfr (1) + + FarzanehSarafraz (1) Faseeh1218 (1) - - Fenchi (1) FerminAndrade (1) + + Feyza (1) Fgland (1) - - Flirtwomens (1) Foadv (1) + + Foobar (1) Fourdollars (1) - - Francesco (1) Fred.th (1) + + Funnym0nk3y (1) Manas Joshi (1) - - GabrielSwart (1) Gabrielezorzi (1) + + Bilotta, Giuseppe (1) Gcoelho (1) - - GeeZ (1) Gekacheka (1) + + Geoff newson (1) Gerard (1) - - van Valkenhoef, Gert (1) Houston, Gary (1) + + Giancav (1) Gicmo (1) - - Gmeijssen (1) Goldensgui (1) + + Gpmanrpi (1) Grahl (1) - - GrantCelley (1) Grass-tree (1) + + Hernandez, Gregg (1) GroverYQVvwokac (1) - - Gstein (1) Guhde (1) + + Guillaume (1) Gwidion (1) - - Gxyd (1) H Wettlaufer (1) + + HFujimaki (1) HKagerer (1) - - HLGZorawdi (1) Haggai (1) + + Hagos (1) Hamati (1) - - Hamkins (1) Hasinasi (1) + + Hbr (1) Rui Wang (1) - - Hermeli2856 (1) HessnovTHR44 (1) + + Heygo (1) Heyheyitshay (1) - - Hfischer (1) Hillrich (1) + + HiltonFtel (1) Hitomi t (1) - - Hkdocholid (1) Hlavaty, Tomas (1) + + Hoaivan27299 (1) Honza.havlicek (1) - - Hopman (1) HoracioRydge (1) + + Hornmichaels (1) Hosiryuhosi (1) - - Hriostat (1) HumbertGno (1) + + Hwoehrle (1) Ialbors (1) - - Ian (1) Iandol (1) + + Ianjo (1) IbraM (1) - - IceBlur (1) Ida (1) + + Gilham, Ian (1) Igorizyumin (1) - - Imypsychconsult (1) Şendur, İrem (1) + + Irene (1) IrrevdJohn (1) - - IrvinFunkw (1) IvanP (1) + + JDługosz (1) JK2308 (1) - - Jab (1) Jailletc36 (1) + + JaimeS (1) Jamil (1) - - JanEnEm (1) Janani (1) + + Jani (1) Janvlug (1) - - Jayppc (1) Jazzon (1) + + Jcdericco (1) Chaffraix, Julien (1) - - Jcrben (1) Jean.fr (1) + + JeanAmessdvaei (1) JeanMcPhillamy (1) - - JefferyMackenna (1) Jentron256 (1) + + Jeongkyu (1) Bicha, Jeremy (1) - - JerryShi (1) JessicaParker (1) + + Gao, Qiwen (1) JestineNww (1) - - Lazar, Timotej (1) Jflory7 (1) + + Bruhn, Jan-Henrik (1) Jinocvla (1) - - JiroMatsuzawa (1) Jj151515 (1) + + Jmarchn (1) Joachim (1) - - Joanluc (1) Joaofernando (1) + + JoelH (1) Johnplay2 (1) - - JomarSilva (1) Jonatanpc8 (1) + + JonelleFritz (1) Wu, Haidong (1) - - JordanS (1) Jorge Rodríguez Fonseca (1) + + Jorgemendes (1) JoseGatica (1) - - Joselaurian (1) Joshun (1) + + José Eduardo (1) Jp.santi (1) - - Jpl (1) Clarke, James (1) + + Jsbueno (1) JudeMcCafferty (1) - - Juergen (1) JuliannSnider (1) + + Picca, Juan (1) Jwcampbell (1) - - Dubrulle, Kevin (1) Kader (1) + + Kapoorsahab (1) KatjaG (1) - - Bhat, Kishor (1) Keith Long (1) + + Kenneth.venken (1) Kenton3255 (1) - - Kiyotaka Nishibori (1) Kasper, Kacper (1) + + Kkremitzki (1) Knobo (1) - - Koeleman (1) Kosmous (1) + + KourtneNester (1) Kr1shna (1) - - Krotow (1) Kumar, Thangavel (1) + + Kying (1) LKPSharylptwsdo (1) - - LMKemm (1) LOFF (1) + + LaPingvino (1) Laskov (1) - - LatoshaZnu (1) LaverneNavarret (1) + + LavinaVandermar (1) Learner (1) - - Libo02 (1) Librestez54 (1) + + Likoski (1) LillieNlowccx (1) - - Lineinthesand (1) Literacyglenys (1) + + Litishia (1) Liturgist (1) - - Llalllal1 (1) Lnjuanj (1) + + Lobillo (1) Lopp Rs (1) - - Lorne (1) Lplatypus (1) + + Luca (1) Lucas Filho (1) - - LudieNutter (1) Luiz Cláudio (1) + + Luiz Rezende (1) Luke (1) - - M.sacharewicz (1) M1ndfr3ak (1) + + MJW (1) Maahicool (1) - - Mabel7997eelu (1) Maemst (1) + + Magicienap (1) Magmag (1) - - Mahdiekrani (1) Mahmudul (1) + + Maliuta (1) Manveru1986 (1) - - MarcelProut (1) MarcoZ (1) + + Biscaro, Marco (1) Marcosalex (1) - - Marcosps (1) MargoBergman (1) + + MarianaConnell (1) Mariano Gaudix (1) - - MarkWielaaard (1) Markcoomes (1) + + Markzog21 (1) MarthaWaterman (1) - - Marwan (1) Maryanndefo91 (1) + + Masaki tamakoshi (1) Massao (1) - - Mastizada (1) Matsuura (1) + + MattTheGeek (1) Campanelli, Matteo (1) - - Matěj (1) Mau (1) + + Maxjf1 (1) Bechler, Moritz (1) - - Mblume3 (1) Doležel, Marek (1) + + Megan44Dgxg (1) Melikeyurtoglu (1) - - Menturi (1) MeskoBalazs (1) + + Mete0r (1) Mhaehnel (1) - - Mhcrnl (1) Mhenriday (1) + + Mibm123 (1) Michaelwood (1) - - Michka B (1) Midomidi2013 (1) + + MiguelKastner (1) Miguelverdu (1) - - Mikolg (1) MilagroWilkerso (1) + + Milanbv (1) Miles (1) - - Minarja4 (1) Mirsad (1) + + Miurahr (1) Mixer (1) - - Mixstah (1) Mlager (1) + + Mmeof (1) Moberg (1) - - Mohammedzalta (1) Momo50 (1) + + Monikayadav (1) Soini, Mox (1) - - Mrund (1) Muhammadsufyanzainalabidin (1) + + Mw (1) Myan (1) - - MyraBlacklow (1) N3rd4i (1) + + NEOhidra (1) NNe8Lx2gc (1) - - Nanotron (1) Nattu (1) + + Ncaio (1) Nedrichards (1) - - NellieSMWX (1) Neteler (1) + + Nevanos (1) Ngoswami (1) - - Nickko (1) Nilss (1) + + Nithin.padavu (1) Ngo, Minh (1) - - Nnino2 (1) Norty (1) + + Notafish (1) NotesTracker (1) - - Nouiurm (1) Norbert X (1) + + Nurohman (1) Oclei (1) - - Oig (1) Oiouitt (1) + + Okusi (1) Olea (1) - - Omansmith (1) Omerta (1) + + Onurkucuk67 (1) Oosterkamp (1) - - Opestawon (1) Sezen, Hunter (1) + + Orrd (1) Osoitz (1) - - Oui (1) Anderson, Owen (1) + + Esen, Özcan (1) Ozpoz (1) - - Öztürk, Emre (1) PBsoft (1) + + Pal, Pawan (1) Padenton (1) - - PamalaDorsch (1) Pankaj (1) + + Papesky (1) Passerpunt (1) - - Pastim (1) Paulmenzel (1) + + Paulolima (1) Pelambrera (1) - - PenelopHewlett (1) Nowee, Peter (1) + + Vorel, Petr (1) Pharmankur (1) - - Phb.nbnet.nb.ca (1) Pherjung (1) + + PhilDur (1) Philhart (1) - - PhilipTimms (1) Philippe43 (1) + + Krylov, Phil (1) Phomes (1) - - Paraiso, Joan (1) Pi (1) + + Piero (1) PieterDeBruijn (1) - - Pietro.caballeri (1) Pilavi (1) + + Piratu (1) Piternoize (1) - - Pjotr (1) Pkavinda (1) + + Plastique (1) Plastovicka (1) - - Moscu, Alexandru (1) PopularOutcast (1) + + Por (1) Carter, Travis (1) - - Prosper (1) Psauthor (1) + + Psmits (1) Psychicread531 (1) - - Vidhey Pv (1) Pwz266266 (1) + + Illarionov, Arkadiy (1) Qiguo (1) - - Qtwallaert (1) Quick8130 (1) + + Quickbooktech (1) Qwe (1) - - Rahuldeshmukh101 (1) Rainy (1) + + Ramonturner (1) Ratias (1) - - Rcampbelllaos (1) RebeccaToscano (1) + + Rettichschnidi (1) RexRTEJnlzus (1) - - Rholler (1) Richardprins (1) + + RickieHpejt (1) Riessmi (1) - - Rif (1) Rifkiaz (1) + + Ringlerloje (1) Rion (1) - - Ritzema, Brent (1) Rizobix (1) + + Kondratenko, Rostislav (1) Robert Wetzlmayr (1) - - Robineh (1) Robustchao (1) + + Rockers (1) Rodney78 (1) - - Deshmukh, Rohit (1) Rombert (1) + + Ron1 (1) Ronny (1) - - Roscoe5731 (1) Rosemarie (1) + + Rpott (1) Rsedak (1) - - RuleAndLine (1) Rvr (1) + + Ryho (1) ONODERA, Ryo (1) - - SallyMorales (1) Samanicute (1) + + Sambhav2612 (1) Tygier, Sam (1) - - Sandeeps (1) Sanipache (1) + + Saracans (1) Sariyar (1) - - Sbar1 (1) Sautier, Louis (1) + + Schrillesbunteshamburg (1) Scito (1) - - Scno (1) Sctenebro (1) + + Ak, Sedat (1) Senopen (1) - - Serdarot5 (1) Shay030 (1) + + ShaynaMan (1) SherylMillingto (1) - - Shore, Shimon (1) Shin en (1) + + Shortblack (1) Shubhamgoyal (1) - - Siegi (1) Silvestr (1) + + Silvia (1) Simonbr (1) - - Skierpage (1) Smalalur (1) + + Socialmitchell (1) Son Sonson (1) - - Sourabh1031 (1) Sovichet (1) + + SpeedyGonsales (1) Sphericalhorse (1) - - Spreadsheetsorter (1) Srijanani (1) + + Stewart75H (1) Stonehubmn (1) - - Subhash (1) + Sumitcn (1) + + + + Supportex (1) @@ -14605,11 +14645,11 @@ Svalo (1) - - SvenHornung (1) + + Svend-ev (1) @@ -14619,11 +14659,11 @@ Svtlichnijj (1) - - Sébastien C. (1) + + TAQSamueld (1) @@ -14633,11 +14673,11 @@ Tanguy k (1) - - Thanakanok, Tantai (1) + + TaylorSlemp (1) @@ -14647,11 +14687,11 @@ TeganCreswick (1) - - Tegas (1) + + Terber (1) @@ -14661,11 +14701,11 @@ The Magpie (1) - - ThePokehach (1) + + Thephilosoft (1) @@ -14675,11 +14715,11 @@ Thor574 (1) - - ThudDriver (1) + + Tifroumi (1) @@ -14689,11 +14729,11 @@ Tilt (1) - - Tmongkol (1) + + Tomasdd (1) @@ -14703,11 +14743,11 @@ Tpokorra (1) - - Transcend (1) + + TrevorPfe (1) @@ -14717,11 +14757,11 @@ Ttv20 (1) - - Tuliouel (1) + + Tuping (1) @@ -14731,11 +14771,11 @@ Jain, Umang (1) - - Udit Sharma (1) + + Shahid, Umair (1) @@ -14745,11 +14785,11 @@ Unho (1) - - UrmasD (1) + + UrsulaHorrell (1) @@ -14759,11 +14799,11 @@ VIPSylar (1) - - VPUJamikajklq (1) + + Vandenoever (1) @@ -14773,11 +14813,11 @@ Vera Cavalcante (1) - - VernaSchulze (1) + + Vincentvikram (1) @@ -14787,11 +14827,11 @@ Virus009 (1) - - WOBFriedauk (1) + + Wadrian (1) @@ -14801,11 +14841,11 @@ Wastl (1) - - Waynemcl (1) + + Webistrator (1) @@ -14815,11 +14855,11 @@ Westantenna (1) - - Wezchlebaty (1) + + Wilhelm (1) @@ -14829,11 +14869,11 @@ Williewortel (1) - - Klausner, Thomas (1) + + Woulouf (1) @@ -14843,11 +14883,11 @@ Baudin, Lucas (1) - - Xsdcfghjk (1) + + Suhail Alkowaileet (1) @@ -14857,11 +14897,11 @@ Xtrusia (1) - - Yangyiji (1) + + YaroslavRutledge (1) @@ -14871,11 +14911,11 @@ Yeliztaneroglu (1) - - Desai, Yogesh (1) + + Yoshiharu Kawai (1) @@ -14885,11 +14925,11 @@ YvanM (1) - - Yy y ja jp (1) + + Bölöny, Zsolt (1) @@ -14899,18 +14939,19 @@ Zangune (1) - - Zizzle (1) + + 鄒延 (1) - + + If you want to replace your Wiki user name with your full name, go to this wiki page and add yourself to the name mapping list. diff -Nru libreoffice-l10n-6.2.5/sc/source/core/data/column3.cxx libreoffice-l10n-6.2.6/sc/source/core/data/column3.cxx --- libreoffice-l10n-6.2.5/sc/source/core/data/column3.cxx 2019-06-26 18:16:53.000000000 +0000 +++ libreoffice-l10n-6.2.6/sc/source/core/data/column3.cxx 2019-08-08 19:58:13.000000000 +0000 @@ -2057,11 +2057,23 @@ if (!bIsNumberFormat) break; - // convert back to the original language if a built-in format was detected - if (!pOldFormat) - pOldFormat = aParam.mpNumFormatter->GetEntry( nOldIndex ); - if ( pOldFormat ) - nIndex = aParam.mpNumFormatter->GetFormatForLanguageIfBuiltIn( nIndex, pOldFormat->GetLanguage() ); + // If we have bForceFormatDate, the pOldFormat was/is of + // nOldIndex date(+time) type already, if detected type is + // compatible keep the original format. + if (bForceFormatDate && SvNumberFormatter::IsCompatible( + eNumFormatType, aParam.mpNumFormatter->GetType( nIndex))) + { + nIndex = nOldIndex; + } + else + { + // convert back to the original language if a built-in format was detected + if (!pOldFormat) + pOldFormat = aParam.mpNumFormatter->GetEntry( nOldIndex ); + if (pOldFormat) + nIndex = aParam.mpNumFormatter->GetFormatForLanguageIfBuiltIn( + nIndex, pOldFormat->GetLanguage()); + } rCell.set(nVal); if ( nIndex != nOldIndex) diff -Nru libreoffice-l10n-6.2.5/sc/source/core/data/conditio.cxx libreoffice-l10n-6.2.6/sc/source/core/data/conditio.cxx --- libreoffice-l10n-6.2.5/sc/source/core/data/conditio.cxx 2019-06-26 18:16:53.000000000 +0000 +++ libreoffice-l10n-6.2.6/sc/source/core/data/conditio.cxx 2019-08-08 19:58:13.000000000 +0000 @@ -1867,13 +1867,21 @@ void ScConditionalFormat::UpdateReference( sc::RefUpdateContext& rCxt, bool bCopyAsMove ) { - for(auto itr = maEntries.cbegin(); itr != maEntries.cend(); ++itr) - (*itr)->UpdateReference(rCxt); - if (rCxt.meMode == URM_COPY && bCopyAsMove) + { + // ScConditionEntry::UpdateReference() obtains its aSrcPos from + // maRanges and does not update it on URM_COPY, but it's needed later + // for the moved position, so update maRanges beforehand. maRanges.UpdateReference(URM_MOVE, pDoc, rCxt.maRange, rCxt.mnColDelta, rCxt.mnRowDelta, rCxt.mnTabDelta); + for(auto itr = maEntries.cbegin(); itr != maEntries.cend(); ++itr) + (*itr)->UpdateReference(rCxt); + } else + { + for(auto itr = maEntries.cbegin(); itr != maEntries.cend(); ++itr) + (*itr)->UpdateReference(rCxt); maRanges.UpdateReference(rCxt.meMode, pDoc, rCxt.maRange, rCxt.mnColDelta, rCxt.mnRowDelta, rCxt.mnTabDelta); + } } void ScConditionalFormat::InsertRow(SCTAB nTab, SCCOL nColStart, SCCOL nColEnd, SCROW nRowPos, SCSIZE nSize) diff -Nru libreoffice-l10n-6.2.5/sc/source/ui/docshell/externalrefmgr.cxx libreoffice-l10n-6.2.6/sc/source/ui/docshell/externalrefmgr.cxx --- libreoffice-l10n-6.2.5/sc/source/ui/docshell/externalrefmgr.cxx 2019-06-26 18:16:53.000000000 +0000 +++ libreoffice-l10n-6.2.6/sc/source/ui/docshell/externalrefmgr.cxx 2019-08-08 19:58:13.000000000 +0000 @@ -137,11 +137,12 @@ { void operator() (ScFormulaCell* pCell) const { - // Check to make sure the cell really contains ocExternalRef. + // Check to make sure the cell really contains svExternal*. // External names, external cell and range references all have a - // ocExternalRef token. + // token of svExternal*. Additionally check for INDIRECT() that can be + // called with any constructed URI string. ScTokenArray* pCode = pCell->GetCode(); - if (!pCode->HasExternalRef()) + if (!pCode->HasExternalRef() && !pCode->HasOpCode(ocIndirect)) return; if (pCode->GetCodeError() != FormulaError::NONE) @@ -1662,6 +1663,17 @@ return pArray; } +namespace { +bool isLinkUpdateAllowedInDoc(const ScDocument& rDoc) +{ + SfxObjectShell* pDocShell = rDoc.GetDocumentShell(); + if (!pDocShell) + return false; + + return pDocShell->GetEmbeddedObjectContainer().getUserAllowsLinkUpdate(); +} +} + ScExternalRefManager::ScExternalRefManager(ScDocument* pDoc) : mpDoc(pDoc), mbInReferenceMarking(false), @@ -1951,8 +1963,17 @@ pSrcDoc = getSrcDocument(nFileId); if (!pSrcDoc) { - // Source document not reachable. Throw a reference error. - pToken.reset(new FormulaErrorToken(FormulaError::NoRef)); + // Source document not reachable. + if (!isLinkUpdateAllowedInDoc(*mpDoc)) + { + // Indicate with specific error. + pToken.reset(new FormulaErrorToken(FormulaError::LinkFormulaNeedingCheck)); + } + else + { + // Throw a reference error. + pToken.reset(new FormulaErrorToken(FormulaError::NoRef)); + } return pToken; } @@ -2369,14 +2390,9 @@ if (!pFileName) return nullptr; - // Do not load document until it was allowed - SfxObjectShell* pDocShell = mpDoc->GetDocumentShell(); - if ( pDocShell ) - { - const comphelper::EmbeddedObjectContainer& rContainer = pDocShell->GetEmbeddedObjectContainer(); - if ( !rContainer.getUserAllowsLinkUpdate() ) - return nullptr; - } + // Do not load document until it was allowed. + if (!isLinkUpdateAllowedInDoc(*mpDoc)) + return nullptr; ScDocument* pSrcDoc = nullptr; ScDocShell* pShell = static_cast(SfxObjectShell::GetFirst(checkSfxObjectShell, false)); @@ -2484,6 +2500,10 @@ if (!isFileLoadable(aFile)) return nullptr; + // Do not load document until it was allowed. + if (!isLinkUpdateAllowedInDoc(*mpDoc)) + return nullptr; + OUString aOptions = pFileData->maFilterOptions; if ( !pFileData->maFilterName.isEmpty() ) rFilter = pFileData->maFilterName; // don't overwrite stored filter with guessed filter @@ -2621,6 +2641,11 @@ aFilter = pFileData->maFilterName; aOptions = pFileData->maFilterOptions; } + + // Filter detection may access external links; defer it until we are allowed. + if (!bDeferFilterDetection) + bDeferFilterDetection = !isLinkUpdateAllowedInDoc(*mpDoc); + // If a filter was already set (for example, loading the cached table), // don't call GetFilterName which has to access the source file. // If filter detection is deferred, the next successful loadSrcDocument() diff -Nru libreoffice-l10n-6.2.5/scripting/source/protocolhandler/scripthandler.cxx libreoffice-l10n-6.2.6/scripting/source/protocolhandler/scripthandler.cxx --- libreoffice-l10n-6.2.5/scripting/source/protocolhandler/scripthandler.cxx 2019-06-26 18:16:53.000000000 +0000 +++ libreoffice-l10n-6.2.6/scripting/source/protocolhandler/scripthandler.cxx 2019-08-08 19:58:13.000000000 +0000 @@ -49,6 +49,7 @@ #include #include +#include #include #include @@ -135,8 +136,12 @@ { try { - bool bIsDocumentScript = ( aURL.Complete.indexOf( "document" ) !=-1 ); - // TODO: isn't this somewhat strange? This should be a test for a location=document parameter, shouldn't it? + css::uno::Reference urifac( + css::uri::UriReferenceFactory::create(m_xContext)); + css::uno::Reference uri( + urifac->parse(aURL.Complete), css::uno::UNO_QUERY_THROW); + auto const loc = uri->getParameter("location"); + bool bIsDocumentScript = loc == "document"; if ( bIsDocumentScript ) { diff -Nru libreoffice-l10n-6.2.5/scripting/source/pyprov/pythonscript.py libreoffice-l10n-6.2.6/scripting/source/pyprov/pythonscript.py --- libreoffice-l10n-6.2.5/scripting/source/pyprov/pythonscript.py 2019-06-26 18:16:53.000000000 +0000 +++ libreoffice-l10n-6.2.6/scripting/source/pyprov/pythonscript.py 2019-08-08 19:58:13.000000000 +0000 @@ -219,7 +219,9 @@ # path to the .py file + "$functionname, arguments, etc xStorageUri = self.m_uriRefFac.parse(scriptURI) - sStorageUri = xStorageUri.getName().replace( "|", "/" ); + # getName will apply url-decoding to the name, so encode back + sStorageUri = xStorageUri.getName().replace("%", "%25") + sStorageUri = sStorageUri.replace( "|", "/" ) # path to the .py file, relative to the base sFileUri = sStorageUri[0:sStorageUri.find("$")] Binary files /tmp/tmp3gLXTt/wBl7BqJHDG/libreoffice-l10n-6.2.5/sd/qa/unit/data/tdf126197.odp and /tmp/tmp3gLXTt/edVYfSMZK6/libreoffice-l10n-6.2.6/sd/qa/unit/data/tdf126197.odp differ diff -Nru libreoffice-l10n-6.2.5/sd/qa/unit/uiimpress.cxx libreoffice-l10n-6.2.6/sd/qa/unit/uiimpress.cxx --- libreoffice-l10n-6.2.5/sd/qa/unit/uiimpress.cxx 2019-06-26 18:16:53.000000000 +0000 +++ libreoffice-l10n-6.2.6/sd/qa/unit/uiimpress.cxx 2019-08-08 19:58:13.000000000 +0000 @@ -19,6 +19,7 @@ #include #include #include +#include #include #include @@ -100,8 +101,56 @@ // Without the accompanying fix in place, this test would have failed with an assertion failure // in SdrObjEditView::SdrEndTextEdit() as mpOldTextEditUndoManager was not nullptr. pViewShell2->GetViewFrame()->GetDispatcher()->Execute(SID_UNDO, SfxCallMode::SYNCHRON); + + // Start text edit in window 2. + // tdf#125824 + pView2->MarkObj(pShape2, pView2->GetSdrPageView()); + pView2->SdrBeginTextEdit(pShape2); + CPPUNIT_ASSERT(pView2->IsTextEdit()); + // Write 'test' inside the shape + SfxStringItem aInputString(SID_ATTR_CHAR, "test"); + pViewShell2->GetViewFrame()->GetDispatcher()->ExecuteList(SID_ATTR_CHAR, SfxCallMode::SYNCHRON, + { &aInputString }); + CPPUNIT_ASSERT(pView2->GetTextEditObject()); + EditView& rEditView = pView2->GetTextEditOutlinerView()->GetEditView(); + CPPUNIT_ASSERT_EQUAL(static_cast(4), rEditView.GetSelection().nStartPos); + pView2->SdrEndTextEdit(); + // Without the accompanying fix in place, this test would have failed with an assertion failure + // in SdrObjEditView::SdrEndTextEdit() as mpOldTextEditUndoManager was not nullptr. + pViewShell2->GetViewFrame()->GetDispatcher()->Execute(SID_UNDO, SfxCallMode::SYNCHRON); } +CPPUNIT_TEST_FIXTURE(SdUiImpressTest, testTdf126197) +{ + // Load the document and create two new windows. + mxComponent = loadFromDesktop(m_directories.getURLFromSrc("sd/qa/unit/data/tdf126197.odp")); + auto pImpressDocument = dynamic_cast(mxComponent.get()); + sd::ViewShell* pViewShell = pImpressDocument->GetDocShell()->GetViewShell(); + pViewShell->GetViewFrame()->GetDispatcher()->Execute(SID_NEWWINDOW, SfxCallMode::SYNCHRON); + sd::ViewShell* pViewShell1 = pImpressDocument->GetDocShell()->GetViewShell(); + pViewShell->GetViewFrame()->GetDispatcher()->Execute(SID_NEWWINDOW, SfxCallMode::SYNCHRON); + sd::ViewShell* pViewShell2 = pImpressDocument->GetDocShell()->GetViewShell(); + CPPUNIT_ASSERT(pViewShell1 != pViewShell2); + + // Start text edit in window 1. + SdPage* pPage1 = pViewShell1->GetActualPage(); + SdrObject* pShape1 = pPage1->GetObj(0); + SdrView* pView1 = pViewShell1->GetView(); + pView1->MarkObj(pShape1, pView1->GetSdrPageView()); + pView1->SdrBeginTextEdit(pShape1); + CPPUNIT_ASSERT(pView1->IsTextEdit()); + + SdPage* pPage2 = pViewShell2->GetActualPage(); + CPPUNIT_ASSERT_EQUAL(pPage1, pPage2); + SdrObject* pShape2 = pPage2->GetObj(0); + CPPUNIT_ASSERT_EQUAL(pShape1, pShape2); + SdrView* pView2 = pViewShell2->GetView(); + pView2->MarkObj(pShape2, pView2->GetSdrPageView()); + + // Without the accompanying fix in place, this test would have failed with an assertion failure + // in SdrObjEditView::SdrEndTextEdit() + pViewShell2->GetViewFrame()->GetDispatcher()->Execute(SID_DELETE, SfxCallMode::SYNCHRON); +} CPPUNIT_PLUGIN_IMPLEMENT(); /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff -Nru libreoffice-l10n-6.2.5/sd/source/ui/slidesorter/controller/SlsSlotManager.cxx libreoffice-l10n-6.2.6/sd/source/ui/slidesorter/controller/SlsSlotManager.cxx --- libreoffice-l10n-6.2.5/sd/source/ui/slidesorter/controller/SlsSlotManager.cxx 2019-06-26 18:16:53.000000000 +0000 +++ libreoffice-l10n-6.2.6/sd/source/ui/slidesorter/controller/SlsSlotManager.cxx 2019-08-08 19:58:13.000000000 +0000 @@ -234,6 +234,7 @@ // (DEL -> accelerator -> SID_CUT). if (mrSlideSorter.GetModel().GetPageCount() > 1) { + mrSlideSorter.GetView().EndTextEditAllViews(); mrSlideSorter.GetController().GetSelectionManager()->DeleteSelectedPages(); } @@ -371,6 +372,7 @@ case SID_CUT: case SID_COPY: case SID_DELETE: + mrSlideSorter.GetView().EndTextEditAllViews(); mrSlideSorter.GetController().GetClipboard().HandleSlotCall(rRequest); break; diff -Nru libreoffice-l10n-6.2.5/sd/source/ui/view/drviewse.cxx libreoffice-l10n-6.2.6/sd/source/ui/view/drviewse.cxx --- libreoffice-l10n-6.2.5/sd/source/ui/view/drviewse.cxx 2019-06-26 18:16:53.000000000 +0000 +++ libreoffice-l10n-6.2.6/sd/source/ui/view/drviewse.cxx 2019-08-08 19:58:13.000000000 +0000 @@ -806,6 +806,10 @@ } else { + //tdf#126197: EndTextEdit in all views if current one is not in TextEdit + if ( !mpDrawView->IsTextEdit() ) + mpDrawView->EndTextEditAllViews(); + if(HasCurrentFunction()) { GetCurrentFunction()->DoCut(); @@ -980,6 +984,7 @@ } else { + mpDrawView->EndTextEditAllViews(); FuDeleteSelectedObjects(); } rReq.Ignore (); diff -Nru libreoffice-l10n-6.2.5/sfx2/source/appl/newhelp.cxx libreoffice-l10n-6.2.6/sfx2/source/appl/newhelp.cxx --- libreoffice-l10n-6.2.5/sfx2/source/appl/newhelp.cxx 2019-06-26 18:16:53.000000000 +0000 +++ libreoffice-l10n-6.2.6/sfx2/source/appl/newhelp.cxx 2019-08-08 19:58:13.000000000 +0000 @@ -206,7 +206,7 @@ Boundary aBoundary = xBreak->getWordBoundary( rSearchString, nStartPos, aLocale, WordType::ANYWORD_IGNOREWHITESPACES, true ); - while ( aBoundary.startPos != aBoundary.endPos ) + while ( aBoundary.startPos < aBoundary.endPos ) { nStartPos = aBoundary.endPos; OUString sSearchToken( rSearchString.copy( diff -Nru libreoffice-l10n-6.2.5/sfx2/source/dialog/tabdlg.cxx libreoffice-l10n-6.2.6/sfx2/source/dialog/tabdlg.cxx --- libreoffice-l10n-6.2.5/sfx2/source/dialog/tabdlg.cxx 2019-06-26 18:16:53.000000000 +0000 +++ libreoffice-l10n-6.2.6/sfx2/source/dialog/tabdlg.cxx 2019-08-08 19:58:13.000000000 +0000 @@ -2196,7 +2196,6 @@ void SfxTabDialogController::RemoveStandardButton() { m_xBaseFmtBtn->hide(); - m_pImpl->bHideResetBtn = true; } SfxTabPage* SfxTabDialogController::GetTabPage(const OString& rPageId) const diff -Nru libreoffice-l10n-6.2.5/sfx2/source/doc/objmisc.cxx libreoffice-l10n-6.2.6/sfx2/source/doc/objmisc.cxx --- libreoffice-l10n-6.2.5/sfx2/source/doc/objmisc.cxx 2019-06-26 18:16:53.000000000 +0000 +++ libreoffice-l10n-6.2.6/sfx2/source/doc/objmisc.cxx 2019-08-08 19:58:13.000000000 +0000 @@ -42,6 +42,8 @@ #include #include #include +#include +#include #include #include @@ -1340,14 +1342,36 @@ } } -namespace { - // don't allow LibreLogo to be used with our mouseover/etc dom-alike events -bool UnTrustedScript(const OUString& rScriptURL) +bool SfxObjectShell::UnTrustedScript(const OUString& rScriptURL) { - return rScriptURL.startsWithIgnoreAsciiCase("vnd.sun.star.script:LibreLogo"); -} + if (!rScriptURL.startsWith("vnd.sun.star.script:")) + return false; + + // ensure URL Escape Codes are decoded + css::uno::Reference uri( + css::uri::UriReferenceFactory::create(comphelper::getProcessComponentContext())->parse(rScriptURL)); + css::uno::Reference sfUri(uri, css::uno::UNO_QUERY); + + if (!sfUri.is()) + return false; + + // pyuno encodes path separator as | + OUString sScript = sfUri->getName().replace('|', '/'); + // check if any path portion matches LibreLogo and ban it if it does + sal_Int32 nIndex = 0; + do + { + OUString aToken = sScript.getToken(0, '/', nIndex); + if (aToken.startsWithIgnoreAsciiCase("LibreLogo")) + { + return true; + } + } + while (nIndex >= 0); + + return false; } ErrCode SfxObjectShell::CallXScript( const Reference< XInterface >& _rxScriptContext, const OUString& _rScriptURL, @@ -1356,19 +1380,22 @@ SAL_INFO("sfx", "in CallXScript" ); ErrCode nErr = ERRCODE_NONE; - bool bIsDocumentScript = ( _rScriptURL.indexOf( "location=document" ) >= 0 ); - // TODO: we should parse the URL, and check whether there is a parameter with this name. - // Otherwise, we might find too much. - if ( bIsDocumentScript && !lcl_isScriptAccessAllowed_nothrow( _rxScriptContext ) ) - return ERRCODE_IO_ACCESSDENIED; - - if ( UnTrustedScript(_rScriptURL) ) - return ERRCODE_IO_ACCESSDENIED; - bool bCaughtException = false; Any aException; try { + css::uno::Reference urifac( + css::uri::UriReferenceFactory::create(comphelper::getProcessComponentContext())); + css::uno::Reference uri( + urifac->parse(_rScriptURL), css::uno::UNO_QUERY_THROW); + auto const loc = uri->getParameter("location"); + bool bIsDocumentScript = loc == "document"; + if ( bIsDocumentScript && !lcl_isScriptAccessAllowed_nothrow( _rxScriptContext ) ) + return ERRCODE_IO_ACCESSDENIED; + + if ( UnTrustedScript(_rScriptURL) ) + return ERRCODE_IO_ACCESSDENIED; + // obtain/create a script provider Reference< provider::XScriptProvider > xScriptProvider; Reference< provider::XScriptProviderSupplier > xSPS( _rxScriptContext, UNO_QUERY ); diff -Nru libreoffice-l10n-6.2.5/sfx2/source/notify/eventsupplier.cxx libreoffice-l10n-6.2.6/sfx2/source/notify/eventsupplier.cxx --- libreoffice-l10n-6.2.5/sfx2/source/notify/eventsupplier.cxx 2019-06-26 18:16:53.000000000 +0000 +++ libreoffice-l10n-6.2.6/sfx2/source/notify/eventsupplier.cxx 2019-08-08 19:58:13.000000000 +0000 @@ -208,18 +208,24 @@ else if (aType == "Service" || aType == "Script") { - if ( !aScript.isEmpty() ) + bool bAllowed = false; + util::URL aURL; + if (!aScript.isEmpty()) { - SfxViewFrame* pView = pDoc ? - SfxViewFrame::GetFirst( pDoc ) : - SfxViewFrame::Current(); - uno::Reference < util::XURLTransformer > xTrans( util::URLTransformer::create( ::comphelper::getProcessComponentContext() ) ); - util::URL aURL; aURL.Complete = aScript; xTrans->parseStrict( aURL ); + bAllowed = !SfxObjectShell::UnTrustedScript(aURL.Complete); + } + + if (bAllowed) + { + SfxViewFrame* pView = pDoc ? + SfxViewFrame::GetFirst( pDoc ) : + SfxViewFrame::Current(); + uno::Reference < frame::XDispatchProvider > xProv; diff -Nru libreoffice-l10n-6.2.5/sfx2/source/sidebar/SidebarController.cxx libreoffice-l10n-6.2.6/sfx2/source/sidebar/SidebarController.cxx --- libreoffice-l10n-6.2.5/sfx2/source/sidebar/SidebarController.cxx 2019-06-26 18:16:53.000000000 +0000 +++ libreoffice-l10n-6.2.6/sfx2/source/sidebar/SidebarController.cxx 2019-08-08 19:58:13.000000000 +0000 @@ -557,8 +557,7 @@ } RequestOpenDeck(); SwitchToDeck(rsDeckId); - mpTabBar->Invalidate(); - mpTabBar->HighlightDeck(rsDeckId); + collectUIInformation(rsDeckId); } @@ -571,8 +570,7 @@ pSplitWindow->FadeIn(); RequestOpenDeck(); SwitchToDeck(rsDeckId); - mpTabBar->Invalidate(); - mpTabBar->HighlightDeck(rsDeckId); + } void SidebarController::SwitchToDefaultDeck() @@ -712,6 +710,7 @@ msCurrentDeckId = rDeckDescriptor.msId; } + mpTabBar->Invalidate(); mpTabBar->HighlightDeck(msCurrentDeckId); // Determine the panels to display in the deck. diff -Nru libreoffice-l10n-6.2.5/svl/source/numbers/zforfind.cxx libreoffice-l10n-6.2.6/svl/source/numbers/zforfind.cxx --- libreoffice-l10n-6.2.5/svl/source/numbers/zforfind.cxx 2019-06-26 18:16:53.000000000 +0000 +++ libreoffice-l10n-6.2.6/svl/source/numbers/zforfind.cxx 2019-08-08 19:58:13.000000000 +0000 @@ -1699,7 +1699,26 @@ else { bFormatTurn = true; - DateFmt = mpFormat->GetDateOrder(); + // Even if the format pattern is to be preferred, the input may + // have matched a pattern of the current locale, which then + // again is to be preferred. Both date orders can be different + // so we need to obtain the actual match. For example ISO + // YYYY-MM-DD format vs locale's DD.MM.YY input. + if (!GetDatePatternOrder()) + { + // No pattern match => format match. + DateFmt = mpFormat->GetDateOrder(); + } + else + { + // Pattern match. Note that patterns may have been + // constructed from the format's locale and prepended to + // the current locale's patterns, it doesn't necessarily + // mean a current locale's pattern was matched, but may if + // the format's locale's patterns didn't match, which were + // tried first. + DateFmt = GetDateOrder(); + } } break; default: diff -Nru libreoffice-l10n-6.2.5/svtools/source/misc/unitconv.cxx libreoffice-l10n-6.2.6/svtools/source/misc/unitconv.cxx --- libreoffice-l10n-6.2.5/svtools/source/misc/unitconv.cxx 2019-06-26 18:16:53.000000000 +0000 +++ libreoffice-l10n-6.2.6/svtools/source/misc/unitconv.cxx 2019-08-08 19:58:13.000000000 +0000 @@ -45,8 +45,11 @@ rField.set_unit(eUnit); - if (FieldUnit::POINT == eUnit && rField.get_digits() > 1) - rField.set_digits(1); + if (FieldUnit::POINT == eUnit) + { + if (rField.get_digits() > 1) + rField.set_digits(1); + } else rField.set_digits(2); diff -Nru libreoffice-l10n-6.2.5/svx/source/dialog/measctrl.cxx libreoffice-l10n-6.2.6/svx/source/dialog/measctrl.cxx --- libreoffice-l10n-6.2.5/svx/source/dialog/measctrl.cxx 2019-06-26 18:16:53.000000000 +0000 +++ libreoffice-l10n-6.2.6/svx/source/dialog/measctrl.cxx 2019-08-08 19:58:13.000000000 +0000 @@ -76,6 +76,9 @@ void SvxXMeasurePreview::Paint(vcl::RenderContext& rRenderContext, const tools::Rectangle&) { + rRenderContext.SetBackground(rRenderContext.GetSettings().GetStyleSettings().GetWindowColor()); + rRenderContext.Erase(); + rRenderContext.Push(PushFlags::MAPMODE); rRenderContext.SetMapMode(m_aMapMode); diff -Nru libreoffice-l10n-6.2.5/svx/source/svdraw/svddrgmt.cxx libreoffice-l10n-6.2.6/svx/source/svdraw/svddrgmt.cxx --- libreoffice-l10n-6.2.5/svx/source/svdraw/svddrgmt.cxx 2019-06-26 18:16:53.000000000 +0000 +++ libreoffice-l10n-6.2.6/svx/source/svdraw/svddrgmt.cxx 2019-08-08 19:58:13.000000000 +0000 @@ -1323,10 +1323,11 @@ { std::unique_ptr pUndo; std::unique_ptr pUndo2; - const bool bUndo = getSdrDragView().IsUndoEnabled() && getSdrDragView().CanDoSdrUndo(); + const bool bUndo = getSdrDragView().IsUndoEnabled(); if( bUndo ) { + getSdrDragView().EndTextEditAllViews(); if(!getSdrDragView().IsInsObjPoint() && pObj->IsInserted() ) { if (DragStat().IsEndDragChangesAttributes()) diff -Nru libreoffice-l10n-6.2.5/svx/source/svdraw/svdedtv1.cxx libreoffice-l10n-6.2.6/svx/source/svdraw/svdedtv1.cxx --- libreoffice-l10n-6.2.5/svx/source/svdraw/svdedtv1.cxx 2019-06-26 18:16:53.000000000 +0000 +++ libreoffice-l10n-6.2.6/svx/source/svdraw/svdedtv1.cxx 2019-08-08 19:58:13.000000000 +0000 @@ -85,9 +85,12 @@ long w1=rRect.Right()-x1; long h1=rRect.Bottom()-y1; - const bool bUndo = IsUndoEnabled() && CanDoSdrUndo(); + const bool bUndo = IsUndoEnabled(); if( bUndo ) + { + EndTextEditAllViews(); BegUndo(ImpGetDescriptionString(STR_EditPosSize)); + } for (size_t nm=0; nmInsertObject(pObj, SAL_MAX_SIZE); } } - if( IsUndoEnabled() && CanDoSdrUndo()) + if( IsUndoEnabled()) + { + EndTextEditAllViews(); AddUndo(GetModel()->GetSdrUndoFactory().CreateUndoNewObject(*pObj)); + } if (!(nOptions & SdrInsertFlags::DONTMARK)) { if (!(nOptions & SdrInsertFlags::ADDMARK)) UnmarkAllObj(); @@ -1033,20 +1036,18 @@ return mpModel->IsUndoEnabled(); } -bool SdrEditView::CanDoSdrUndo() const +void SdrEditView::EndTextEditAllViews() const { size_t nViews = mpModel->GetListenerCount(); for (size_t nView = 0; nView < nViews; ++nView) { - SdrEditView* pView = dynamic_cast(mpModel->GetListener(nView)); + SdrObjEditView* pView = dynamic_cast(mpModel->GetListener(nView)); if (!pView) continue; if (pView->IsTextEdit()) - return false; + pView->SdrEndTextEdit(); } - - return true; } /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff -Nru libreoffice-l10n-6.2.5/svx/source/svdraw/svdedxv.cxx libreoffice-l10n-6.2.6/svx/source/svdraw/svdedxv.cxx --- libreoffice-l10n-6.2.5/svx/source/svdraw/svdedxv.cxx 2019-06-26 18:16:53.000000000 +0000 +++ libreoffice-l10n-6.2.6/svx/source/svdraw/svdedxv.cxx 2019-08-08 19:58:13.000000000 +0000 @@ -1457,6 +1457,7 @@ const bool bUndo = IsUndoEnabled(); if( bUndo ) { + EndTextEditAllViews(); OUString aObjName(pTEObj->TakeObjNameSingul()); BegUndo(SvxResId(STR_UndoObjSetText),aObjName); } diff -Nru libreoffice-l10n-6.2.5/svx/source/svdraw/svdotext.cxx libreoffice-l10n-6.2.6/svx/source/svdraw/svdotext.cxx --- libreoffice-l10n-6.2.5/svx/source/svdraw/svdotext.cxx 2019-06-26 18:16:53.000000000 +0000 +++ libreoffice-l10n-6.2.6/svx/source/svdraw/svdotext.cxx 2019-08-08 19:58:13.000000000 +0000 @@ -1044,7 +1044,7 @@ { pNewOutlinerParaObject = pEO->CreateParaObject(); } - else + else if (nullptr != rObj.getActiveText()->GetOutlinerParaObject()) { pNewOutlinerParaObject.reset( new OutlinerParaObject(*rObj.getActiveText()->GetOutlinerParaObject()) ); } diff -Nru libreoffice-l10n-6.2.5/sw/qa/extras/odfexport/odfexport.cxx libreoffice-l10n-6.2.6/sw/qa/extras/odfexport/odfexport.cxx --- libreoffice-l10n-6.2.5/sw/qa/extras/odfexport/odfexport.cxx 2019-06-26 18:16:53.000000000 +0000 +++ libreoffice-l10n-6.2.6/sw/qa/extras/odfexport/odfexport.cxx 2019-08-08 19:58:13.000000000 +0000 @@ -1950,7 +1950,7 @@ // (used from LibreOffice 6.1, and proposed for next ODF) const char* aFieldTexts[] = { "A 2", "Az Isten", "Az 50-esek", "A 2018-asok", "Az egyebek", "A fejezetek", - u8"Az „Őseinket...”", "a 2", + reinterpret_cast(u8"Az „Őseinket...”"), "a 2", "Az v", "az 1", "Az e", "az 1", "Az (5)", "az 1", "A 2", "az 1" }; uno::Reference xTextFieldsSupplier(mxComponent, uno::UNO_QUERY); diff -Nru libreoffice-l10n-6.2.5/sw/qa/extras/ooxmlexport/ooxmlexport4.cxx libreoffice-l10n-6.2.6/sw/qa/extras/ooxmlexport/ooxmlexport4.cxx --- libreoffice-l10n-6.2.5/sw/qa/extras/ooxmlexport/ooxmlexport4.cxx 2019-06-26 18:16:53.000000000 +0000 +++ libreoffice-l10n-6.2.6/sw/qa/extras/ooxmlexport/ooxmlexport4.cxx 2019-08-08 19:58:13.000000000 +0000 @@ -384,7 +384,8 @@ const double fWidth = sWidth.copy(6, sWidth.getLength() - 8).toDouble(); const double fXScaleFactor = 96.0 / Application::GetDefaultDevice()->GetDPIX(); // note: used to fail on Mac with 14.7945205479452 vs. 14.8 - CPPUNIT_ASSERT_DOUBLES_EQUAL(11.25 * fXScaleFactor, fWidth, 0.01); + // note: used to fail on another Mac with 12.1348314606742 vs 12.15 + CPPUNIT_ASSERT_DOUBLES_EQUAL(11.25 * fXScaleFactor, fWidth, 0.1); } { const OUString sHeight = sStyle.getToken(1, ';'); @@ -392,7 +393,7 @@ CPPUNIT_ASSERT(sHeight.endsWith("pt")); const double fHeight = sHeight.copy(7, sHeight.getLength() - 9).toDouble(); const double fYScaleFactor = 96.0 / Application::GetDefaultDevice()->GetDPIY(); - CPPUNIT_ASSERT_DOUBLES_EQUAL(11.25 * fYScaleFactor, fHeight, 0.01); + CPPUNIT_ASSERT_DOUBLES_EQUAL(11.25 * fYScaleFactor, fHeight, 0.1); } } diff -Nru libreoffice-l10n-6.2.5/sw/qa/extras/rtfimport/data/tdf126173.rtf libreoffice-l10n-6.2.6/sw/qa/extras/rtfimport/data/tdf126173.rtf --- libreoffice-l10n-6.2.5/sw/qa/extras/rtfimport/data/tdf126173.rtf 1970-01-01 00:00:00.000000000 +0000 +++ libreoffice-l10n-6.2.6/sw/qa/extras/rtfimport/data/tdf126173.rtf 2019-08-08 19:58:13.000000000 +0000 @@ -0,0 +1,85 @@ +{\rtf1 +\pard\plain +{\field\fldlock +{\*\fldinst +{\rtlch\fcs1 \af1 \ltrch\fcs0 \insrsid6882621 \hich\af31506\dbch\af31505\loch\f31506 SHAPE \\* MERGEFORMAT } +} +{\fldrslt +{ +\rtlch\fcs1 \af1 \ltrch\fcs0 \lang1024\langfe1024\noproof\insrsid11561886 +{\shp +{\*\shpinst\shpleft0\shptop0\shpright2565\shpbottom1380\shpfhdr0\shpbxcolumn\shpbxignore\shpbypara\shpbyignore\shpwr3\shpwrk0\shpfblwtxt0\shpz0\shplockanchor\shplid1026 +{\sp +{\sn shapeType} +{\sv 202} +} +{\sp +{\sn fillColor} +{\sv 16777215} +} +{\sp +{\sn fRecolorFillAsPicture} +{\sv 0} +} +{\sp +{\sn fUseShapeAnchor} +{\sv 0} +} +{\sp +{\sn fFilled} +{\sv 1} +} +{\sp +{\sn lineWidth} +{\sv 6350} +} +{\sp +{\sn fLine} +{\sv 1} +} +{\sp +{\sn wzName} +{\sv Text Box 1} +} +{\sp +{\sn posrelh} +{\sv 3} +} +{\sp +{\sn posrelv} +{\sv 3} +} +{\sp +{\sn fLayoutInCell} +{\sv 1} +} +{\sp +{\sn fAllowOverlap} +{\sv 1} +} +{\sp +{\sn fBehindDocument} +{\sv 0} +} +{\sp +{\sn fHidden} +{\sv 0} +} +{\sp +{\sn fPseudoInline} +{\sv 1} +} +{\shptxt +\ltrpar \pard\plain \ltrpar\ql \li0\ri0\sa160\sl259\slmult1\widctlpar\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 \rtlch\fcs1 \af1\afs22\alang1025 \ltrch\fcs0 +\fs22\lang1033\langfe2052\loch\af31506\hich\af31506\dbch\af31505\cgrid\langnp1033\langfenp2052 +{\rtlch\fcs1 \af1 \ltrch\fcs0 \insrsid3175535 \hich\af31506\dbch\af31505\loch\f31506 test +\par } +} +} +} +} +{\rtlch\fcs1 \af1 \ltrch\fcs0 \insrsid6882621 +} +} +} +} diff -Nru libreoffice-l10n-6.2.5/sw/qa/extras/rtfimport/rtfimport.cxx libreoffice-l10n-6.2.6/sw/qa/extras/rtfimport/rtfimport.cxx --- libreoffice-l10n-6.2.5/sw/qa/extras/rtfimport/rtfimport.cxx 2019-06-26 18:16:53.000000000 +0000 +++ libreoffice-l10n-6.2.6/sw/qa/extras/rtfimport/rtfimport.cxx 2019-08-08 19:58:13.000000000 +0000 @@ -959,6 +959,13 @@ getProperty(xTextSections->getByIndex(0), "DontBalanceTextColumns")); } +DECLARE_RTFIMPORT_TEST(testTdf126173, "tdf126173.rtf") +{ + // Without the accompanying fix in place, this test would have failed, as the TextFrame was lost + // on import. + CPPUNIT_ASSERT(getShape(1).is()); +} + DECLARE_RTFIMPORT_TEST(testFdo84685, "fdo84685.rtf") { // index mark was not imported diff -Nru libreoffice-l10n-6.2.5/sw/source/core/doc/docedt.cxx libreoffice-l10n-6.2.6/sw/source/core/doc/docedt.cxx --- libreoffice-l10n-6.2.5/sw/source/core/doc/docedt.cxx 2019-06-26 18:16:53.000000000 +0000 +++ libreoffice-l10n-6.2.6/sw/source/core/doc/docedt.cxx 2019-08-08 19:58:13.000000000 +0000 @@ -413,7 +413,8 @@ } // delete the Node, at last! SwNode::Merge const eOldMergeFlag(pOldTextNd->GetRedlineMergeFlag()); - if (eOldMergeFlag == SwNode::Merge::First) + if (eOldMergeFlag == SwNode::Merge::First + && !pTextNd->IsCreateFrameWhenHidingRedlines()) { sw::MoveDeletedPrevFrames(*pOldTextNd, *pTextNd); } diff -Nru libreoffice-l10n-6.2.5/sw/source/core/inc/cntfrm.hxx libreoffice-l10n-6.2.6/sw/source/core/inc/cntfrm.hxx --- libreoffice-l10n-6.2.5/sw/source/core/inc/cntfrm.hxx 2019-06-26 18:16:53.000000000 +0000 +++ libreoffice-l10n-6.2.6/sw/source/core/inc/cntfrm.hxx 2019-08-08 19:58:13.000000000 +0000 @@ -92,7 +92,8 @@ inline SwContentFrame* GetNextContentFrame() const; inline SwContentFrame* GetPrevContentFrame() const; - static bool CalcLowers( SwLayoutFrame* pLay, const SwLayoutFrame* pDontLeave, long nBottom, bool bSkipRowSpanCells ); + static bool CalcLowers(SwLayoutFrame & rLay, SwLayoutFrame const& rDontLeave, + long nBottom, bool bSkipRowSpanCells); }; inline SwContentFrame* SwContentFrame::GetNextContentFrame() const diff -Nru libreoffice-l10n-6.2.5/sw/source/core/layout/calcmove.cxx libreoffice-l10n-6.2.6/sw/source/core/layout/calcmove.cxx --- libreoffice-l10n-6.2.5/sw/source/core/layout/calcmove.cxx 2019-06-26 18:16:53.000000000 +0000 +++ libreoffice-l10n-6.2.6/sw/source/core/layout/calcmove.cxx 2019-08-08 19:58:13.000000000 +0000 @@ -325,7 +325,13 @@ && SwFlowFrame::CastFlowFrame(GetUpper()->Lower()) && SwFlowFrame::CastFlowFrame(pFrame)->IsAnFollow( SwFlowFrame::CastFlowFrame(GetUpper()->Lower())) - && GetUpper()->Lower()->GetNext() == this)); + && (GetUpper()->Lower()->GetNext() == this + // if it's more than 10 pages long... + || (SwFlowFrame::CastFlowFrame(GetUpper()->Lower())->GetFollow() + == SwFlowFrame::CastFlowFrame(GetUpper()->Lower()->GetNext()) + && GetUpper()->Lower()->GetNext()->GetNext() == this) + // pre-existing empty section frames may end up between them... + || GetUpper()->Lower()->GetNext()->IsSctFrame()))); break; // tdf#119109 frame was moved backward, prevent // FindNext() returning a frame inside this if } // this is a table! @@ -393,32 +399,37 @@ StackHack aHack; if( GetUpper() && !GetUpper()->IsSctFrame() ) { - GetUpper()->PrepareCursor(); - GetUpper()->Calc(getRootFrame()->GetCurrShell() ? getRootFrame()->GetCurrShell()->GetOut() : nullptr); - - OSL_ENSURE( GetUpper(), ":-( Layout unstable (Upper gone)." ); - if ( !GetUpper() ) - return; - const bool bCnt = IsContentFrame(); const bool bTab = IsTabFrame(); bool bNoSect = IsInSct(); - bool bOldTabLock = false, bFoll; + boost::optional tabGuard; + boost::optional rowGuard; SwFlowFrame* pThis = bCnt ? static_cast(this) : nullptr; if ( bTab ) { - bOldTabLock = static_cast(this)->IsJoinLocked(); - ::PrepareLock( static_cast(this) ); + tabGuard.emplace(static_cast(this)); // tdf#125741 pThis = static_cast(this); } + else if (IsRowFrame()) + { + rowGuard.emplace(this); // tdf#125741 keep this alive + } else if( IsSctFrame() ) { pThis = static_cast(this); bNoSect = false; } - bFoll = pThis && pThis->IsFollow(); + + GetUpper()->PrepareCursor(); + GetUpper()->Calc(getRootFrame()->GetCurrShell() ? getRootFrame()->GetCurrShell()->GetOut() : nullptr); + + OSL_ENSURE( GetUpper(), ":-( Layout unstable (Upper gone)." ); + if ( !GetUpper() ) + return; + + bool const bFoll = pThis && pThis->IsFollow(); SwFrame *pFrame = GetUpper()->Lower(); while ( pFrame != this ) @@ -449,7 +460,13 @@ && SwFlowFrame::CastFlowFrame(GetUpper()->Lower()) && SwFlowFrame::CastFlowFrame(pFrame)->IsAnFollow( SwFlowFrame::CastFlowFrame(GetUpper()->Lower())) - && GetUpper()->Lower()->GetNext() == this)); + && (GetUpper()->Lower()->GetNext() == this + // if it's more than 10 pages long... + || (SwFlowFrame::CastFlowFrame(GetUpper()->Lower())->GetFollow() + == SwFlowFrame::CastFlowFrame(GetUpper()->Lower()->GetNext()) + && GetUpper()->Lower()->GetNext()->GetNext() == this) + // pre-existing empty section frames may end up between them... + || GetUpper()->Lower()->GetNext()->IsSctFrame()))); break; // tdf#119109 frame was moved backward, prevent // FindNext() returning a frame inside this if } // this is a table! @@ -473,9 +490,6 @@ GetUpper()->Calc(getRootFrame()->GetCurrShell()->GetOut()); OSL_ENSURE( GetUpper(), "Layout unstable (Upper gone III)." ); - - if ( bTab && !bOldTabLock ) - ::PrepareUnlock( static_cast(this) ); } Calc(getRootFrame()->GetCurrShell() ? getRootFrame()->GetCurrShell()->GetOut() : nullptr); } diff -Nru libreoffice-l10n-6.2.5/sw/source/core/layout/fly.cxx libreoffice-l10n-6.2.6/sw/source/core/layout/fly.cxx --- libreoffice-l10n-6.2.5/sw/source/core/layout/fly.cxx 2019-06-26 18:16:53.000000000 +0000 +++ libreoffice-l10n-6.2.6/sw/source/core/layout/fly.cxx 2019-08-08 19:58:13.000000000 +0000 @@ -266,6 +266,8 @@ if( GetFormat() && !GetFormat()->GetDoc()->IsInDtor() ) { + ClearTmpConsiderWrapInfluence(); // remove this from SwLayouter + // OD 2004-01-19 #110582# Unchain(); diff -Nru libreoffice-l10n-6.2.5/sw/source/core/layout/flylay.cxx libreoffice-l10n-6.2.6/sw/source/core/layout/flylay.cxx --- libreoffice-l10n-6.2.5/sw/source/core/layout/flylay.cxx 2019-06-26 18:16:53.000000000 +0000 +++ libreoffice-l10n-6.2.6/sw/source/core/layout/flylay.cxx 2019-08-08 19:58:13.000000000 +0000 @@ -854,6 +854,8 @@ pNew->InvalidatePage( this ); // #i28701# pNew->UnlockPosition(); + // needed to reposition at-page anchored flys moved from different page + pNew->InvalidateObjPos(); // Notify accessible layout. That's required at this place for // frames only where the anchor is moved. Creation of new frames diff -Nru libreoffice-l10n-6.2.5/sw/source/core/layout/paintfrm.cxx libreoffice-l10n-6.2.6/sw/source/core/layout/paintfrm.cxx --- libreoffice-l10n-6.2.5/sw/source/core/layout/paintfrm.cxx 2019-06-26 18:16:53.000000000 +0000 +++ libreoffice-l10n-6.2.6/sw/source/core/layout/paintfrm.cxx 2019-08-08 19:58:13.000000000 +0000 @@ -3311,6 +3311,7 @@ if ( !pFrame ) return; + SwFrameDeleteGuard g(const_cast(this)); // lock because Calc() and recursion SwShortCut aShortCut( *pFrame, rRect ); bool bCnt = pFrame->IsContentFrame(); if ( bCnt ) diff -Nru libreoffice-l10n-6.2.5/sw/source/core/layout/ssfrm.cxx libreoffice-l10n-6.2.6/sw/source/core/layout/ssfrm.cxx --- libreoffice-l10n-6.2.5/sw/source/core/layout/ssfrm.cxx 2019-06-26 18:16:53.000000000 +0000 +++ libreoffice-l10n-6.2.6/sw/source/core/layout/ssfrm.cxx 2019-08-08 19:58:13.000000000 +0000 @@ -493,7 +493,6 @@ const size_t nCnt = pFrame->GetDrawObjs()->size(); // #i28701# SwAnchoredObject* pAnchoredObj = (*pFrame->GetDrawObjs())[0]; - pAnchoredObj->ClearTmpConsiderWrapInfluence(); if (SwFlyFrame* pFlyFrame = dynamic_cast(pAnchoredObj)) { SwFrame::DestroyFrame(pFlyFrame); @@ -501,6 +500,7 @@ } else { + pAnchoredObj->ClearTmpConsiderWrapInfluence(); SdrObject* pSdrObj = pAnchoredObj->DrawObj(); SwDrawContact* pContact = static_cast(pSdrObj->GetUserCall()); diff -Nru libreoffice-l10n-6.2.5/sw/source/core/layout/tabfrm.cxx libreoffice-l10n-6.2.6/sw/source/core/layout/tabfrm.cxx --- libreoffice-l10n-6.2.5/sw/source/core/layout/tabfrm.cxx 2019-06-26 18:16:53.000000000 +0000 +++ libreoffice-l10n-6.2.6/sw/source/core/layout/tabfrm.cxx 2019-08-08 19:58:13.000000000 +0000 @@ -1461,25 +1461,22 @@ } } -bool SwContentFrame::CalcLowers( SwLayoutFrame* pLay, const SwLayoutFrame* pDontLeave, +bool SwContentFrame::CalcLowers(SwLayoutFrame & rLay, SwLayoutFrame const& rDontLeave, long nBottom, bool bSkipRowSpanCells ) { - if ( !pLay ) - return true; - - vcl::RenderContext* pRenderContext = pLay->getRootFrame()->GetCurrShell()->GetOut(); + vcl::RenderContext* pRenderContext = rLay.getRootFrame()->GetCurrShell()->GetOut(); // LONG_MAX == nBottom means we have to calculate all bool bAll = LONG_MAX == nBottom; bool bRet = false; - SwContentFrame *pCnt = pLay->ContainsContent(); - SwRectFnSet aRectFnSet(pLay); + SwContentFrame *pCnt = rLay.ContainsContent(); + SwRectFnSet aRectFnSet(&rLay); // FME 2007-08-30 #i81146# new loop control int nLoopControlRuns = 0; const int nLoopControlMax = 10; const SwModify* pLoopControlCond = nullptr; - while ( pCnt && pDontLeave->IsAnLower( pCnt ) ) + while (pCnt && rDontLeave.IsAnLower(pCnt)) { // #115759# - check, if a format of content frame is // possible. Thus, 'copy' conditions, found at the beginning of @@ -1535,7 +1532,7 @@ if ( nLoopControlRuns < nLoopControlMax ) { // restart format with first content - pCnt = pLay->ContainsContent(); + pCnt = rLay.ContainsContent(); continue; } @@ -1544,6 +1541,11 @@ #endif } } + if (!rDontLeave.IsAnLower(pCnt)) // moved backward? + { + pCnt = rLay.ContainsContent(); + continue; // avoid formatting new upper on different page + } pCnt->GetUpper()->Calc(pRenderContext); } if( ! bAll && aRectFnSet.YDiff(aRectFnSet.GetTop(pCnt->getFrameArea()), nBottom) > 0 ) @@ -1599,7 +1601,7 @@ return bRet; } -static void lcl_RecalcRow( SwRowFrame* pRow, long nBottom ) +static void lcl_RecalcRow(SwRowFrame *const pRow, long const nBottom) { // FME 2007-08-30 #i81146# new loop control int nLoopControlRuns_1 = 0; @@ -1639,7 +1641,7 @@ OSL_ENSURE(pOriginalRow->GetUpper() && pOriginalRow->GetUpper()->IsTabFrame(), "No table"); SwTabFrame* pOriginalTab = static_cast(pRow->GetUpper()); - bCheck = SwContentFrame::CalcLowers( pRow, pRow->GetUpper(), nBottom, true ); + bCheck = SwContentFrame::CalcLowers(*pRow, *pRow->GetUpper(), nBottom, true); bool bRowStillExists = false; SwFrame* pTestRow = pOriginalTab->Lower(); @@ -1677,7 +1679,7 @@ SwCellFrame& rToRecalc = 0 == i ? const_cast(pCellFrame->FindStartEndOfRowSpanCell( true )) : *pCellFrame; - bCheck |= SwContentFrame::CalcLowers( &rToRecalc, &rToRecalc, nBottom, false ); + bCheck |= SwContentFrame::CalcLowers(rToRecalc, rToRecalc, nBottom, false); } pCellFrame = static_cast(pCellFrame->GetNext()); diff -Nru libreoffice-l10n-6.2.5/sw/source/core/text/porrst.cxx libreoffice-l10n-6.2.6/sw/source/core/text/porrst.cxx --- libreoffice-l10n-6.2.5/sw/source/core/text/porrst.cxx 2019-06-26 18:16:53.000000000 +0000 +++ libreoffice-l10n-6.2.6/sw/source/core/text/porrst.cxx 2019-08-08 19:58:13.000000000 +0000 @@ -211,7 +211,8 @@ SwViewShell *pSh = getRootFrame()->GetCurrShell(); if ( dynamic_cast( pSh ) != nullptr ) { SwCursorShell *pCrSh = static_cast(pSh); - SwContentFrame *pCurrFrame=pCrSh->GetCurrFrame(); + // this is called during formatting so avoid recursive layout + SwContentFrame const*const pCurrFrame = pCrSh->GetCurrFrame(false); if (pCurrFrame==static_cast(this)) { // do nothing } else { diff -Nru libreoffice-l10n-6.2.5/sw/source/core/txtnode/ndtxt.cxx libreoffice-l10n-6.2.6/sw/source/core/txtnode/ndtxt.cxx --- libreoffice-l10n-6.2.5/sw/source/core/txtnode/ndtxt.cxx 2019-06-26 18:16:53.000000000 +0000 +++ libreoffice-l10n-6.2.6/sw/source/core/txtnode/ndtxt.cxx 2019-08-08 19:58:13.000000000 +0000 @@ -1128,7 +1128,8 @@ pDoc->CorrAbs( aIdx, SwPosition( *this ), nLen, true ); } SwNode::Merge const eOldMergeFlag(pTextNode->GetRedlineMergeFlag()); - if (eOldMergeFlag == SwNode::Merge::First) + if (eOldMergeFlag == SwNode::Merge::First + && !IsCreateFrameWhenHidingRedlines()) { sw::MoveDeletedPrevFrames(*pTextNode, *this); } diff -Nru libreoffice-l10n-6.2.5/sw/source/core/undo/untbl.cxx libreoffice-l10n-6.2.6/sw/source/core/undo/untbl.cxx --- libreoffice-l10n-6.2.5/sw/source/core/undo/untbl.cxx 2019-06-26 18:16:53.000000000 +0000 +++ libreoffice-l10n-6.2.6/sw/source/core/undo/untbl.cxx 2019-08-08 19:58:13.000000000 +0000 @@ -1286,7 +1286,7 @@ else { sal_uLong nEnd = pDoc->GetNodes()[ nSttNode ]->EndOfSectionIndex(); - Ptrs.pContentAttrs = new SfxItemSets( static_cast(nEnd - nSttNode - 1 ) ); + Ptrs.pContentAttrs = new SfxItemSets; for( sal_uLong n = nSttNode + 1; n < nEnd; ++n ) { SwContentNode* pCNd = pDoc->GetNodes()[ n ]->GetContentNode(); diff -Nru libreoffice-l10n-6.2.5/sw/source/core/unocore/unoframe.cxx libreoffice-l10n-6.2.6/sw/source/core/unocore/unoframe.cxx --- libreoffice-l10n-6.2.5/sw/source/core/unocore/unoframe.cxx 2019-06-26 18:16:53.000000000 +0000 +++ libreoffice-l10n-6.2.6/sw/source/core/unocore/unoframe.cxx 2019-08-08 19:58:13.000000000 +0000 @@ -3042,6 +3042,8 @@ void SwXFrame::attach(const uno::Reference< text::XTextRange > & xTextRange) { + SolarMutexGuard g; + SwFrameFormat* pFormat; if(IsDescriptor()) attachToRange(xTextRange); diff -Nru libreoffice-l10n-6.2.5/sw/source/ui/dbui/mmresultdialogs.cxx libreoffice-l10n-6.2.6/sw/source/ui/dbui/mmresultdialogs.cxx --- libreoffice-l10n-6.2.5/sw/source/ui/dbui/mmresultdialogs.cxx 2019-06-26 18:16:53.000000000 +0000 +++ libreoffice-l10n-6.2.6/sw/source/ui/dbui/mmresultdialogs.cxx 2019-08-08 19:58:13.000000000 +0000 @@ -341,12 +341,11 @@ { m_xPrinterLB->set_active_text(xConfigItem->GetSelectedPrinter()); } + PrinterChangeHdl_Impl(*m_xPrinterLB); sal_Int32 count = xConfigItem->GetMergedDocumentCount(); m_xToNF->set_value(count); m_xToNF->set_max(count); - - m_xPrinterLB->set_active_text(xConfigItem->GetSelectedPrinter()); } void SwMMResultEmailDialog::FillInEmailSettings() @@ -784,8 +783,6 @@ IMPL_LINK_NOARG(SwMMResultPrintDialog, PrinterSetupHdl_Impl, weld::Button&, void) { - if (!m_pTempPrinter) - PrinterChangeHdl_Impl(*m_xPrinterLB); if (m_pTempPrinter) m_pTempPrinter->Setup(m_xDialog.get()); } diff -Nru libreoffice-l10n-6.2.5/sw/source/uibase/dbui/dbmgr.cxx libreoffice-l10n-6.2.6/sw/source/uibase/dbui/dbmgr.cxx --- libreoffice-l10n-6.2.5/sw/source/uibase/dbui/dbmgr.cxx 2019-06-26 18:16:53.000000000 +0000 +++ libreoffice-l10n-6.2.6/sw/source/uibase/dbui/dbmgr.cxx 2019-08-08 19:58:13.000000000 +0000 @@ -1273,454 +1273,464 @@ vcl::Window *pSourceWindow = nullptr; std::shared_ptr xProgressDlg; - if( !bIsMergeSilent ) + try { - // construct the process dialog - pSourceWindow = &pSourceShell->GetView().GetEditWin(); - if (!bMT_PRINTER) - xProgressDlg.reset(new CreateMonitor(pSourceWindow->GetFrameWeld())); - else - { - xProgressDlg.reset(new PrintMonitor(pSourceWindow->GetFrameWeld())); - static_cast(xProgressDlg.get())->set_title( - pSourceDocSh->GetTitle(22)); - } - weld::DialogController::runAsync(xProgressDlg, [this, &xProgressDlg](sal_Int32 nResult){ - if (nResult == RET_CANCEL) - MergeCancel(); - xProgressDlg.reset(); - }); - - Application::Reschedule( true ); - } - - if( bCreateSingleFile && !pTargetView ) - { - // create a target docshell to put the merged document into - xTargetDocShell = lcl_CreateWorkingDocument( WorkingDocType::TARGET, - *pSourceShell, bMT_SHELL ? pSourceWindow : nullptr, - nullptr, &pTargetView, &pTargetShell, &pTargetDoc ); - - // import current print settings - const SwPrintData &rPrintData = pSourceShell->getIDocumentDeviceAccess().getPrintData(); - pTargetDoc->getIDocumentDeviceAccess().setPrintData(rPrintData); + if( !bIsMergeSilent ) + { + // construct the process dialog + pSourceWindow = &pSourceShell->GetView().GetEditWin(); + if (!bMT_PRINTER) + xProgressDlg.reset(new CreateMonitor(pSourceWindow->GetFrameWeld())); + else + { + xProgressDlg.reset(new PrintMonitor(pSourceWindow->GetFrameWeld())); + static_cast(xProgressDlg.get())->set_title( + pSourceDocSh->GetTitle(22)); + } + weld::DialogController::runAsync(xProgressDlg, [this, &xProgressDlg](sal_Int32 nResult){ + if (nResult == RET_CANCEL) + MergeCancel(); + xProgressDlg.reset(); + }); - if (nMaxDumpDocs) - lcl_SaveDebugDoc( xTargetDocShell.get(), "MergeDoc" ); - } - else if( pTargetView ) - { - pTargetShell = pTargetView->GetWrtShellPtr(); - pTargetDoc = pTargetShell->GetDoc(); - xTargetDocShell = pTargetView->GetDocShell(); - } + Application::Reschedule( true ); + } - if( bCreateSingleFile ) - { - // determine the page style and number used at the start of the source document - pSourceShell->SttEndDoc(true); - nStartingPageNo = pSourceShell->GetVirtPageNum(); - } + if( bCreateSingleFile && !pTargetView ) + { + // create a target docshell to put the merged document into + xTargetDocShell = lcl_CreateWorkingDocument( WorkingDocType::TARGET, + *pSourceShell, bMT_SHELL ? pSourceWindow : nullptr, + nullptr, &pTargetView, &pTargetShell, &pTargetDoc ); + + // import current print settings + const SwPrintData &rPrintData = pSourceShell->getIDocumentDeviceAccess().getPrintData(); + pTargetDoc->getIDocumentDeviceAccess().setPrintData(rPrintData); - // Progress, to prohibit KeyInputs - SfxProgress aProgress(pSourceDocSh, ::aEmptyOUStr, 1); + if (nMaxDumpDocs) + lcl_SaveDebugDoc( xTargetDocShell.get(), "MergeDoc" ); + } + else if( pTargetView ) + { + pTargetShell = pTargetView->GetWrtShellPtr(); + pTargetDoc = pTargetShell->GetDoc(); + xTargetDocShell = pTargetView->GetDocShell(); + } - // lock all dispatchers - SfxViewFrame* pViewFrame = SfxViewFrame::GetFirst(pSourceDocSh); - while (pViewFrame) - { - pViewFrame->GetDispatcher()->Lock(true); - pViewFrame = SfxViewFrame::GetNext(*pViewFrame, pSourceDocSh); - } + if( bCreateSingleFile ) + { + // determine the page style and number used at the start of the source document + pSourceShell->SttEndDoc(true); + nStartingPageNo = pSourceShell->GetVirtPageNum(); + } - sal_Int32 nDocNo = 1; + // Progress, to prohibit KeyInputs + SfxProgress aProgress(pSourceDocSh, ::aEmptyOUStr, 1); - // For single file mode, the number of pages in the target document so far, which is used - // by AppendDoc() to adjust position of page-bound objects. Getting this information directly - // from the target doc would require repeated layouts of the doc, which is expensive, but - // it can be manually computed from the source documents (for which we do layouts, so the page - // count is known, and there is a blank page between each of them in the target document). - int targetDocPageCount = 0; + // lock all dispatchers + SfxViewFrame* pViewFrame = SfxViewFrame::GetFirst(pSourceDocSh); + while (pViewFrame) + { + pViewFrame->GetDispatcher()->Lock(true); + pViewFrame = SfxViewFrame::GetNext(*pViewFrame, pSourceDocSh); + } - if( !bIsMergeSilent && !bMT_PRINTER ) - { - sal_Int32 nRecordCount = 1; - lcl_getCountFromResultSet( nRecordCount, pImpl->pMergeData ); + sal_Int32 nDocNo = 1; - // Synchronized docs don't auto-advance the record set, but there is a - // "security" check, which will always advance the record set, if there - // is no "next record" field in a synchronized doc => nRecordPerDoc > 0 - sal_Int32 nRecordPerDoc = pSourceShell->GetDoc() - ->getIDocumentFieldsAccess().GetRecordsPerDocument(); - if ( bSynchronizedDoc && (nRecordPerDoc > 1) ) - --nRecordPerDoc; - assert( nRecordPerDoc > 0 ); - - sal_Int32 nMaxDocs = nRecordCount / nRecordPerDoc; - if ( 0 != nRecordCount % nRecordPerDoc ) - nMaxDocs += 1; - static_cast(xProgressDlg.get())->SetTotalCount(nMaxDocs); - } + // For single file mode, the number of pages in the target document so far, which is used + // by AppendDoc() to adjust position of page-bound objects. Getting this information directly + // from the target doc would require repeated layouts of the doc, which is expensive, but + // it can be manually computed from the source documents (for which we do layouts, so the page + // count is known, and there is a blank page between each of them in the target document). + int targetDocPageCount = 0; - long nStartRow, nEndRow; - bool bFreezedLayouts = false; - // to collect temporary email files - std::vector< OUString> aFilesToRemove; - - // The SfxObjectShell will be closed explicitly later but - // it is more safe to use SfxObjectShellLock here - SfxObjectShellLock xWorkDocSh; - SwView* pWorkView = nullptr; - SwDoc* pWorkDoc = nullptr; - SwDBManager* pWorkDocOrigDBManager = nullptr; - SwWrtShell* pWorkShell = nullptr; - bool bWorkDocInitialized = false; + if( !bIsMergeSilent && !bMT_PRINTER ) + { + sal_Int32 nRecordCount = 1; + lcl_getCountFromResultSet( nRecordCount, pImpl->pMergeData ); - do - { - nStartRow = pImpl->pMergeData ? pImpl->pMergeData->xResultSet->getRow() : 0; + // Synchronized docs don't auto-advance the record set, but there is a + // "security" check, which will always advance the record set, if there + // is no "next record" field in a synchronized doc => nRecordPerDoc > 0 + sal_Int32 nRecordPerDoc = pSourceShell->GetDoc() + ->getIDocumentFieldsAccess().GetRecordsPerDocument(); + if ( bSynchronizedDoc && (nRecordPerDoc > 1) ) + --nRecordPerDoc; + assert( nRecordPerDoc > 0 ); + + sal_Int32 nMaxDocs = nRecordCount / nRecordPerDoc; + if ( 0 != nRecordCount % nRecordPerDoc ) + nMaxDocs += 1; + static_cast(xProgressDlg.get())->SetTotalCount(nMaxDocs); + } - OUString sColumnData; + long nStartRow, nEndRow; + bool bFreezedLayouts = false; + // to collect temporary email files + std::vector< OUString> aFilesToRemove; + + // The SfxObjectShell will be closed explicitly later but + // it is more safe to use SfxObjectShellLock here + SfxObjectShellLock xWorkDocSh; + SwView* pWorkView = nullptr; + SwDoc* pWorkDoc = nullptr; + SwDBManager* pWorkDocOrigDBManager = nullptr; + SwWrtShell* pWorkShell = nullptr; + bool bWorkDocInitialized = false; - // Read the indicated data column, which should contain a valid mail - // address or an optional file name - if( bMT_EMAIL || bColumnName ) + do { - sColumnData = GetDBField( xColumnProp, aColumnDBFormat ); - } + nStartRow = pImpl->pMergeData ? pImpl->pMergeData->xResultSet->getRow() : 0; - // create a new temporary file name - only done once in case of bCreateSingleFile - if( bNeedsTempFiles && ( !bWorkDocInitialized || !bCreateSingleFile )) - { - OUString sPrefix = sDescriptorPrefix; - OUString sLeading; + OUString sColumnData; - //#i97667# if the name is from a database field then it will be used _as is_ - if( bColumnName && !bMT_EMAIL ) - { - if (!sColumnData.isEmpty()) - sLeading = sColumnData; - else - sLeading = "_"; - } - else + // Read the indicated data column, which should contain a valid mail + // address or an optional file name + if( bMT_EMAIL || bColumnName ) { - INetURLObject aEntry( sPrefix ); - sLeading = aEntry.GetBase(); - aEntry.removeSegment(); - sPrefix = aEntry.GetMainURL( INetURLObject::DecodeMechanism::NONE ); + sColumnData = GetDBField( xColumnProp, aColumnDBFormat ); } - OUString sExt(comphelper::string::stripStart(pStoreToFilter->GetDefaultExtension(), '*')); - aTempFile.reset( new utl::TempFile(sLeading, sColumnData.isEmpty(), &sExt, &sPrefix, true) ); - if( !aTempFile->IsValid() ) + // create a new temporary file name - only done once in case of bCreateSingleFile + if( bNeedsTempFiles && ( !bWorkDocInitialized || !bCreateSingleFile )) { - ErrorHandler::HandleError( ERRCODE_IO_NOTSUPPORTED ); - m_aMergeStatus = MergeStatus::Error; - } - } + OUString sPrefix = sDescriptorPrefix; + OUString sLeading; - if( IsMergeOk() ) - { - std::unique_ptr< INetURLObject > aTempFileURL; - if( bNeedsTempFiles ) - aTempFileURL.reset( new INetURLObject(aTempFile->GetURL())); - if( !bIsMergeSilent ) { - if( !bMT_PRINTER ) - static_cast(xProgressDlg.get())->SetCurrentPosition(nDocNo); - else { - PrintMonitor *pPrintMonDlg = static_cast(xProgressDlg.get()); - pPrintMonDlg->m_xPrinter->set_label(bNeedsTempFiles - ? aTempFileURL->GetBase() : pSourceDocSh->GetTitle( 2)); - OUString sStat( SwResId(STR_STATSTR_LETTER) ); - sStat += " " + OUString::number( nDocNo ); - pPrintMonDlg->m_xPrintInfo->set_label(sStat); + //#i97667# if the name is from a database field then it will be used _as is_ + if( bColumnName && !bMT_EMAIL ) + { + if (!sColumnData.isEmpty()) + sLeading = sColumnData; + else + sLeading = "_"; } - //TODO xProgressDlg->queue_draw(); - } - - Application::Reschedule( true ); - - // Create a copy of the source document and work with that one instead of the source. - // If we're not in the single file mode (which requires modifying the document for the merging), - // it is enough to do this just once. Currently PDF also has to be treated special. - if( !bWorkDocInitialized || bCreateSingleFile || bIsPDFexport ) - { - assert( !xWorkDocSh.Is()); - pWorkDocOrigDBManager = this; - xWorkDocSh = lcl_CreateWorkingDocument( WorkingDocType::COPY, - *pSourceShell, nullptr, &pWorkDocOrigDBManager, - &pWorkView, &pWorkShell, &pWorkDoc ); - if ( (nMaxDumpDocs < 0) || (nDocNo <= nMaxDumpDocs) ) - lcl_SaveDebugDoc( xWorkDocSh, "WorkDoc", nDocNo ); - - // #i69458# lock fields to prevent access to the result set while calculating layout - // tdf#92324: and do not unlock: keep document locked during printing to avoid - // ExpFields update during printing, generation of preview, etc. - pWorkShell->LockExpFields(); - pWorkShell->CalcLayout(); - // tdf#121168: Now force correct page descriptions applied to page frames. Without - // this, e.g., page frames starting with sections could have page descriptions set - // wrong. This would lead to wrong page styles applied in SwDoc::AppendDoc below. - pWorkShell->GetViewOptions()->SetIdle(true); - for (auto aLayout : pWorkShell->GetDoc()->GetAllLayouts()) + else { - aLayout->FreezeLayout(false); - aLayout->AllCheckPageDescs(); + INetURLObject aEntry( sPrefix ); + sLeading = aEntry.GetBase(); + aEntry.removeSegment(); + sPrefix = aEntry.GetMainURL( INetURLObject::DecodeMechanism::NONE ); } - } - lcl_emitEvent(SfxEventHintId::SwEventFieldMerge, STR_SW_EVENT_FIELD_MERGE, xWorkDocSh); - - // tdf#92324: Allow ExpFields update only by explicit instruction to avoid - // database cursor movement on any other fields update, for example during - // print preview and other operations - if ( pWorkShell->IsExpFieldsLocked() ) - pWorkShell->UnlockExpFields(); - pWorkShell->SwViewShell::UpdateFields(); - pWorkShell->LockExpFields(); - - lcl_emitEvent(SfxEventHintId::SwEventFieldMergeFinished, STR_SW_EVENT_FIELD_MERGE_FINISHED, xWorkDocSh); - - // also emit MailMergeEvent on XInterface if possible - const SwXMailMerge *pEvtSrc = GetMailMergeEvtSrc(); - if(pEvtSrc) - { - uno::Reference< uno::XInterface > xRef( - static_cast(const_cast(pEvtSrc)) ); - text::MailMergeEvent aEvt( xRef, xWorkDocSh->GetModel() ); - pEvtSrc->LaunchMailMergeEvent( aEvt ); + OUString sExt(comphelper::string::stripStart(pStoreToFilter->GetDefaultExtension(), '*')); + aTempFile.reset( new utl::TempFile(sLeading, sColumnData.isEmpty(), &sExt, &sPrefix, true) ); + if( !aTempFile->IsValid() ) + { + ErrorHandler::HandleError( ERRCODE_IO_NOTSUPPORTED ); + m_aMergeStatus = MergeStatus::Error; + } } - // working copy is merged - prepare final steps depending on merge options - - if( bCreateSingleFile ) + if( IsMergeOk() ) { - assert( pTargetShell && "no target shell available!" ); + std::unique_ptr< INetURLObject > aTempFileURL; + if( bNeedsTempFiles ) + aTempFileURL.reset( new INetURLObject(aTempFile->GetURL())); + if( !bIsMergeSilent ) { + if( !bMT_PRINTER ) + static_cast(xProgressDlg.get())->SetCurrentPosition(nDocNo); + else { + PrintMonitor *pPrintMonDlg = static_cast(xProgressDlg.get()); + pPrintMonDlg->m_xPrinter->set_label(bNeedsTempFiles + ? aTempFileURL->GetBase() : pSourceDocSh->GetTitle( 2)); + OUString sStat( SwResId(STR_STATSTR_LETTER) ); + sStat += " " + OUString::number( nDocNo ); + pPrintMonDlg->m_xPrintInfo->set_label(sStat); + } + //TODO xProgressDlg->queue_draw(); + } - // prepare working copy and target to append + Application::Reschedule( true ); - pWorkDoc->RemoveInvisibleContent(); - // remove of invisible content has influence on page count and so on fields for page count, - // therefore layout has to be updated before fields are converted to text - pWorkShell->CalcLayout(); - pWorkShell->ConvertFieldsToText(); - pWorkShell->SetNumberingRestart(); - if( bSynchronizedDoc ) + // Create a copy of the source document and work with that one instead of the source. + // If we're not in the single file mode (which requires modifying the document for the merging), + // it is enough to do this just once. Currently PDF also has to be treated special. + if( !bWorkDocInitialized || bCreateSingleFile || bIsPDFexport ) { - lcl_RemoveSectionLinks( *pWorkShell ); + assert( !xWorkDocSh.Is()); + pWorkDocOrigDBManager = this; + xWorkDocSh = lcl_CreateWorkingDocument( WorkingDocType::COPY, + *pSourceShell, nullptr, &pWorkDocOrigDBManager, + &pWorkView, &pWorkShell, &pWorkDoc ); + if ( (nMaxDumpDocs < 0) || (nDocNo <= nMaxDumpDocs) ) + lcl_SaveDebugDoc( xWorkDocSh, "WorkDoc", nDocNo ); + + // #i69458# lock fields to prevent access to the result set while calculating layout + // tdf#92324: and do not unlock: keep document locked during printing to avoid + // ExpFields update during printing, generation of preview, etc. + pWorkShell->LockExpFields(); + pWorkShell->CalcLayout(); + // tdf#121168: Now force correct page descriptions applied to page frames. Without + // this, e.g., page frames starting with sections could have page descriptions set + // wrong. This would lead to wrong page styles applied in SwDoc::AppendDoc below. + pWorkShell->GetViewOptions()->SetIdle(true); + for (auto aLayout : pWorkShell->GetDoc()->GetAllLayouts()) + { + aLayout->FreezeLayout(false); + aLayout->AllCheckPageDescs(); + } } - if ( (nMaxDumpDocs < 0) || (nDocNo <= nMaxDumpDocs) ) - lcl_SaveDebugDoc( xWorkDocSh, "WorkDoc", nDocNo ); + lcl_emitEvent(SfxEventHintId::SwEventFieldMerge, STR_SW_EVENT_FIELD_MERGE, xWorkDocSh); - // append the working document to the target document - if( targetDocPageCount % 2 == 1 ) - ++targetDocPageCount; // Docs always start on odd pages (so offset must be even). - SwNodeIndex appendedDocStart = pTargetDoc->AppendDoc( *pWorkDoc, - nStartingPageNo, !bWorkDocInitialized, targetDocPageCount, nDocNo); - targetDocPageCount += pWorkShell->GetPageCnt(); + // tdf#92324: Allow ExpFields update only by explicit instruction to avoid + // database cursor movement on any other fields update, for example during + // print preview and other operations + if ( pWorkShell->IsExpFieldsLocked() ) + pWorkShell->UnlockExpFields(); + pWorkShell->SwViewShell::UpdateFields(); + pWorkShell->LockExpFields(); - if ( (nMaxDumpDocs < 0) || (nDocNo <= nMaxDumpDocs) ) - lcl_SaveDebugDoc( xTargetDocShell.get(), "MergeDoc" ); + lcl_emitEvent(SfxEventHintId::SwEventFieldMergeFinished, STR_SW_EVENT_FIELD_MERGE_FINISHED, xWorkDocSh); - if (bMT_SHELL) + // also emit MailMergeEvent on XInterface if possible + const SwXMailMerge *pEvtSrc = GetMailMergeEvtSrc(); + if(pEvtSrc) { - SwDocMergeInfo aMergeInfo; - // Name of the mark is actually irrelevant, UNO bookmarks have internals names. - aMergeInfo.startPageInTarget = pTargetDoc->getIDocumentMarkAccess()->makeMark( - appendedDocStart, "", IDocumentMarkAccess::MarkType::UNO_BOOKMARK, - ::sw::mark::InsertMode::New); - aMergeInfo.nDBRow = nStartRow; - rMergeDescriptor.pMailMergeConfigItem->AddMergedDocument( aMergeInfo ); + uno::Reference< uno::XInterface > xRef( + static_cast(const_cast(pEvtSrc)) ); + text::MailMergeEvent aEvt( xRef, xWorkDocSh->GetModel() ); + pEvtSrc->LaunchMailMergeEvent( aEvt ); } - } - else - { - assert( bNeedsTempFiles ); - assert( pWorkShell->IsExpFieldsLocked() ); - // fields are locked, so it's fine to - // restore the old / empty DB manager for save - pWorkDoc->SetDBManager( pWorkDocOrigDBManager ); + // working copy is merged - prepare final steps depending on merge options - // save merged document - OUString sFileURL; - if( !lcl_SaveDoc( aTempFileURL.get(), pStoreToFilter, pStoreToFilterOptions, - &rMergeDescriptor.aSaveToFilterData, bIsPDFexport, - xWorkDocSh, *pWorkShell, &sFileURL ) ) + if( bCreateSingleFile ) { - m_aMergeStatus = MergeStatus::Error; - } + assert( pTargetShell && "no target shell available!" ); + + // prepare working copy and target to append - // back to the MM DB manager - pWorkDoc->SetDBManager( this ); + pWorkDoc->RemoveInvisibleContent(); + // remove of invisible content has influence on page count and so on fields for page count, + // therefore layout has to be updated before fields are converted to text + pWorkShell->CalcLayout(); + pWorkShell->ConvertFieldsToText(); + pWorkShell->SetNumberingRestart(); + if( bSynchronizedDoc ) + { + lcl_RemoveSectionLinks( *pWorkShell ); + } + + if ( (nMaxDumpDocs < 0) || (nDocNo <= nMaxDumpDocs) ) + lcl_SaveDebugDoc( xWorkDocSh, "WorkDoc", nDocNo ); + + // append the working document to the target document + if( targetDocPageCount % 2 == 1 ) + ++targetDocPageCount; // Docs always start on odd pages (so offset must be even). + SwNodeIndex appendedDocStart = pTargetDoc->AppendDoc( *pWorkDoc, + nStartingPageNo, !bWorkDocInitialized, targetDocPageCount, nDocNo); + targetDocPageCount += pWorkShell->GetPageCnt(); + + if ( (nMaxDumpDocs < 0) || (nDocNo <= nMaxDumpDocs) ) + lcl_SaveDebugDoc( xTargetDocShell.get(), "MergeDoc" ); - if( bMT_EMAIL && !IsMergeError() ) + if (bMT_SHELL) + { + SwDocMergeInfo aMergeInfo; + // Name of the mark is actually irrelevant, UNO bookmarks have internals names. + aMergeInfo.startPageInTarget = pTargetDoc->getIDocumentMarkAccess()->makeMark( + appendedDocStart, "", IDocumentMarkAccess::MarkType::UNO_BOOKMARK, + ::sw::mark::InsertMode::New); + aMergeInfo.nDBRow = nStartRow; + rMergeDescriptor.pMailMergeConfigItem->AddMergedDocument( aMergeInfo ); + } + } + else { - // schedule file for later removal - aFilesToRemove.push_back( sFileURL ); + assert( bNeedsTempFiles ); + assert( pWorkShell->IsExpFieldsLocked() ); - if( !SwMailMergeHelper::CheckMailAddress( sColumnData ) ) + // fields are locked, so it's fine to + // restore the old / empty DB manager for save + pWorkDoc->SetDBManager( pWorkDocOrigDBManager ); + + // save merged document + OUString sFileURL; + if( !lcl_SaveDoc( aTempFileURL.get(), pStoreToFilter, pStoreToFilterOptions, + &rMergeDescriptor.aSaveToFilterData, bIsPDFexport, + xWorkDocSh, *pWorkShell, &sFileURL ) ) { - OSL_FAIL("invalid e-Mail address in database column"); + m_aMergeStatus = MergeStatus::Error; } - else + + // back to the MM DB manager + pWorkDoc->SetDBManager( this ); + + if( bMT_EMAIL && !IsMergeError() ) { - uno::Reference< mail::XMailMessage > xMessage = lcl_CreateMailFromDoc( - rMergeDescriptor, sFileURL, sColumnData, sMailBodyMimeType, - sMailEncoding, pStoreToFilter->GetMimeType() ); - if( xMessage.is() ) + // schedule file for later removal + aFilesToRemove.push_back( sFileURL ); + + if( !SwMailMergeHelper::CheckMailAddress( sColumnData ) ) { - osl::MutexGuard aGuard( pImpl->m_aAllEmailSendMutex ); - pImpl->m_xLastMessage.set( xMessage ); - xMailDispatcher->enqueueMailMessage( xMessage ); - if( !xMailDispatcher->isStarted() ) - xMailDispatcher->start(); + OSL_FAIL("invalid e-Mail address in database column"); + } + else + { + uno::Reference< mail::XMailMessage > xMessage = lcl_CreateMailFromDoc( + rMergeDescriptor, sFileURL, sColumnData, sMailBodyMimeType, + sMailEncoding, pStoreToFilter->GetMimeType() ); + if( xMessage.is() ) + { + osl::MutexGuard aGuard( pImpl->m_aAllEmailSendMutex ); + pImpl->m_xLastMessage.set( xMessage ); + xMailDispatcher->enqueueMailMessage( xMessage ); + if( !xMailDispatcher->isStarted() ) + xMailDispatcher->start(); + } } } } + if( bCreateSingleFile || bIsPDFexport ) + { + pWorkDoc->SetDBManager( pWorkDocOrigDBManager ); + xWorkDocSh->DoClose(); + xWorkDocSh = nullptr; + } } - if( bCreateSingleFile || bIsPDFexport ) + + bWorkDocInitialized = true; + nDocNo++; + nEndRow = pImpl->pMergeData ? pImpl->pMergeData->xResultSet->getRow() : 0; + + // Freeze the layouts of the target document after the first inserted + // sub-document, to get the correct PageDesc. + if(!bFreezedLayouts && bCreateSingleFile) { - pWorkDoc->SetDBManager( pWorkDocOrigDBManager ); - xWorkDocSh->DoClose(); - xWorkDocSh = nullptr; + for ( auto aLayout : pTargetShell->GetDoc()->GetAllLayouts() ) + aLayout->FreezeLayout(true); + bFreezedLayouts = true; } - } + } while( IsMergeOk() && + ((bSynchronizedDoc && (nStartRow != nEndRow)) ? IsValidMergeRecord() : ToNextMergeRecord())); - bWorkDocInitialized = true; - nDocNo++; - nEndRow = pImpl->pMergeData ? pImpl->pMergeData->xResultSet->getRow() : 0; - - // Freeze the layouts of the target document after the first inserted - // sub-document, to get the correct PageDesc. - if(!bFreezedLayouts && bCreateSingleFile) + if ( xWorkDocSh.Is() && pWorkView->GetWrtShell().IsExpFieldsLocked() ) { - for ( auto aLayout : pTargetShell->GetDoc()->GetAllLayouts() ) - aLayout->FreezeLayout(true); - bFreezedLayouts = true; + // Unlock document fields after merge complete + pWorkView->GetWrtShell().UnlockExpFields(); } - } while( IsMergeOk() && - ((bSynchronizedDoc && (nStartRow != nEndRow)) ? IsValidMergeRecord() : ToNextMergeRecord())); - if ( xWorkDocSh.Is() && pWorkView->GetWrtShell().IsExpFieldsLocked() ) - { - // Unlock document fields after merge complete - pWorkView->GetWrtShell().UnlockExpFields(); - } - - if( !bCreateSingleFile ) - { - if( bMT_PRINTER ) - Printer::FinishPrintJob( pWorkView->GetPrinterController()); - if( !bIsPDFexport ) + if( !bCreateSingleFile ) { - pWorkDoc->SetDBManager( pWorkDocOrigDBManager ); - xWorkDocSh->DoClose(); + if( bMT_PRINTER ) + Printer::FinishPrintJob( pWorkView->GetPrinterController()); + if( !bIsPDFexport ) + { + pWorkDoc->SetDBManager( pWorkDocOrigDBManager ); + xWorkDocSh->DoClose(); + } } - } - else if( IsMergeOk() ) // && bCreateSingleFile - { - Application::Reschedule( true ); - - // sw::DocumentLayoutManager::CopyLayoutFormat() did not generate - // unique fly names, do it here once. - pTargetDoc->SetInMailMerge(false); - pTargetDoc->SetAllUniqueFlyNames(); - - // Unfreeze target document layouts and correct all PageDescs. - SAL_INFO( "sw.pageframe", "(MergeMailFiles pTargetShell->CalcLayout in" ); - pTargetShell->CalcLayout(); - SAL_INFO( "sw.pageframe", "MergeMailFiles pTargetShell->CalcLayout out)" ); - pTargetShell->GetViewOptions()->SetIdle( true ); - pTargetDoc->GetIDocumentUndoRedo().DoUndo( true ); - for ( auto aLayout : pTargetShell->GetDoc()->GetAllLayouts() ) + else if( IsMergeOk() ) // && bCreateSingleFile { - aLayout->FreezeLayout(false); - aLayout->AllCheckPageDescs(); - } + Application::Reschedule( true ); - Application::Reschedule( true ); + // sw::DocumentLayoutManager::CopyLayoutFormat() did not generate + // unique fly names, do it here once. + pTargetDoc->SetInMailMerge(false); + pTargetDoc->SetAllUniqueFlyNames(); + + // Unfreeze target document layouts and correct all PageDescs. + SAL_INFO( "sw.pageframe", "(MergeMailFiles pTargetShell->CalcLayout in" ); + pTargetShell->CalcLayout(); + SAL_INFO( "sw.pageframe", "MergeMailFiles pTargetShell->CalcLayout out)" ); + pTargetShell->GetViewOptions()->SetIdle( true ); + pTargetDoc->GetIDocumentUndoRedo().DoUndo( true ); + for ( auto aLayout : pTargetShell->GetDoc()->GetAllLayouts() ) + { + aLayout->FreezeLayout(false); + aLayout->AllCheckPageDescs(); + } - if( IsMergeOk() && bMT_FILE ) - { - // save merged document - assert( aTempFile.get() ); - INetURLObject aTempFileURL; - if (sDescriptorPrefix.isEmpty() || !rMergeDescriptor.bPrefixIsFilename) - aTempFileURL.SetURL( aTempFile->GetURL() ); - else + Application::Reschedule( true ); + + if( IsMergeOk() && bMT_FILE ) { - aTempFileURL.SetURL(sDescriptorPrefix); - // remove the unneeded temporary file - aTempFile->EnableKillingFile(); + // save merged document + assert( aTempFile.get() ); + INetURLObject aTempFileURL; + if (sDescriptorPrefix.isEmpty() || !rMergeDescriptor.bPrefixIsFilename) + aTempFileURL.SetURL( aTempFile->GetURL() ); + else + { + aTempFileURL.SetURL(sDescriptorPrefix); + // remove the unneeded temporary file + aTempFile->EnableKillingFile(); + } + if( !lcl_SaveDoc( &aTempFileURL, pStoreToFilter, + pStoreToFilterOptions, &rMergeDescriptor.aSaveToFilterData, + bIsPDFexport, xTargetDocShell.get(), *pTargetShell ) ) + { + m_aMergeStatus = MergeStatus::Error; + } } - if( !lcl_SaveDoc( &aTempFileURL, pStoreToFilter, - pStoreToFilterOptions, &rMergeDescriptor.aSaveToFilterData, - bIsPDFexport, xTargetDocShell.get(), *pTargetShell ) ) + else if( IsMergeOk() && bMT_PRINTER ) { - m_aMergeStatus = MergeStatus::Error; + // print the target document + uno::Sequence< beans::PropertyValue > aOptions( rMergeDescriptor.aPrintOptions ); + lcl_PreparePrinterOptions( rMergeDescriptor.aPrintOptions, aOptions ); + pTargetView->ExecPrint( aOptions, bIsMergeSilent, false/*bPrintAsync*/ ); } } - else if( IsMergeOk() && bMT_PRINTER ) + + // we also show canceled documents, as long as there was no error + if( !IsMergeError() && bMT_SHELL ) + // leave docshell available for caller (e.g. MM wizard) + rMergeDescriptor.pMailMergeConfigItem->SetTargetView( pTargetView ); + else if( xTargetDocShell.is() ) + xTargetDocShell->DoClose(); + + Application::Reschedule( true ); + + if (xProgressDlg) { - // print the target document - uno::Sequence< beans::PropertyValue > aOptions( rMergeDescriptor.aPrintOptions ); - lcl_PreparePrinterOptions( rMergeDescriptor.aPrintOptions, aOptions ); - pTargetView->ExecPrint( aOptions, bIsMergeSilent, false/*bPrintAsync*/ ); + xProgressDlg->response(RET_OK); } - } - // we also show canceled documents, as long as there was no error - if( !IsMergeError() && bMT_SHELL ) - // leave docshell available for caller (e.g. MM wizard) - rMergeDescriptor.pMailMergeConfigItem->SetTargetView( pTargetView ); - else if( xTargetDocShell.is() ) - xTargetDocShell->DoClose(); + // unlock all dispatchers + pViewFrame = SfxViewFrame::GetFirst(pSourceDocSh); + while (pViewFrame) + { + pViewFrame->GetDispatcher()->Lock(false); + pViewFrame = SfxViewFrame::GetNext(*pViewFrame, pSourceDocSh); + } - Application::Reschedule( true ); + SW_MOD()->SetView(&pSourceShell->GetView()); - if (xProgressDlg) - { - xProgressDlg->response(RET_OK); - } + if( xMailDispatcher.is() ) + { + if( IsMergeOk() ) + { + // TODO: Instead of polling via an AutoTimer, post an Idle event, + // if the main loop has been made thread-safe. + AutoTimer aEmailDispatcherPollTimer; + aEmailDispatcherPollTimer.SetDebugName( + "sw::SwDBManager aEmailDispatcherPollTimer" ); + aEmailDispatcherPollTimer.SetTimeout( 500 ); + aEmailDispatcherPollTimer.Start(); + while( IsMergeOk() && pImpl->m_xLastMessage.is() ) + Application::Yield(); + aEmailDispatcherPollTimer.Stop(); + } + xMailDispatcher->stop(); + xMailDispatcher->shutdown(); + } - // unlock all dispatchers - pViewFrame = SfxViewFrame::GetFirst(pSourceDocSh); - while (pViewFrame) - { - pViewFrame->GetDispatcher()->Lock(false); - pViewFrame = SfxViewFrame::GetNext(*pViewFrame, pSourceDocSh); + // remove the temporary files + // has to be done after xMailDispatcher is finished, as mails may be + // delivered as message attachments! + for( const OUString &sFileURL : aFilesToRemove ) + SWUnoHelper::UCB_DeleteFile( sFileURL ); } - - SW_MOD()->SetView(&pSourceShell->GetView()); - - if( xMailDispatcher.is() ) + catch (const uno::Exception&) { - if( IsMergeOk() ) + if (xProgressDlg) { - // TODO: Instead of polling via an AutoTimer, post an Idle event, - // if the main loop has been made thread-safe. - AutoTimer aEmailDispatcherPollTimer; - aEmailDispatcherPollTimer.SetDebugName( - "sw::SwDBManager aEmailDispatcherPollTimer" ); - aEmailDispatcherPollTimer.SetTimeout( 500 ); - aEmailDispatcherPollTimer.Start(); - while( IsMergeOk() && pImpl->m_xLastMessage.is() ) - Application::Yield(); - aEmailDispatcherPollTimer.Stop(); + xProgressDlg->response(RET_CANCEL); } - xMailDispatcher->stop(); - xMailDispatcher->shutdown(); } - // remove the temporary files - // has to be done after xMailDispatcher is finished, as mails may be - // delivered as message attachments! - for( const OUString &sFileURL : aFilesToRemove ) - SWUnoHelper::UCB_DeleteFile( sFileURL ); - return !IsMergeError(); } diff -Nru libreoffice-l10n-6.2.5/sw/source/uibase/docvw/HeaderFooterWin.cxx libreoffice-l10n-6.2.6/sw/source/uibase/docvw/HeaderFooterWin.cxx --- libreoffice-l10n-6.2.5/sw/source/uibase/docvw/HeaderFooterWin.cxx 2019-06-26 18:16:53.000000000 +0000 +++ libreoffice-l10n-6.2.6/sw/source/uibase/docvw/HeaderFooterWin.cxx 2019-08-08 19:58:13.000000000 +0000 @@ -434,9 +434,8 @@ else if (rIdent == "delete") { rSh.ChangeHeaderOrFooter( rStyleName, m_bIsHeader, false, true ); - if ( IsEmptyHeaderFooter() ) - rSh.ToggleHeaderFooterEdit(); - GrabFocusToDocument(); + // warning: "this" may be disposed now + rSh.GetWin()->GrabFocusToDocument(); } else if (rIdent == "insert_pagenumber") { diff -Nru libreoffice-l10n-6.2.5/sw/source/uibase/misc/swruler.cxx libreoffice-l10n-6.2.6/sw/source/uibase/misc/swruler.cxx --- libreoffice-l10n-6.2.5/sw/source/uibase/misc/swruler.cxx 2019-06-26 18:16:53.000000000 +0000 +++ libreoffice-l10n-6.2.6/sw/source/uibase/misc/swruler.cxx 2019-08-08 19:58:13.000000000 +0000 @@ -116,7 +116,7 @@ // Paint comment control background // TODO Check if these are best colors to be used - Color aBgColor = GetFadedColor( rStyleSettings.GetDarkShadowColor(), rStyleSettings.GetWorkspaceColor() ); + Color aBgColor = GetFadedColor( rStyleSettings.GetDialogColor(), rStyleSettings.GetWorkspaceColor() ); maVirDev->SetFillColor( aBgColor ); if ( mbIsHighlighted || !bIsCollapsed ) @@ -185,8 +185,7 @@ // Draw arrow // FIXME consistence of button colors. https://opengrok.libreoffice.org/xref/core/vcl/source/control/button.cxx#785 - Color aArrowColor = GetFadedColor(COL_BLACK, rStyleSettings.GetShadowColor()); - ImplDrawArrow(*maVirDev.get(), aArrowPos.X(), aArrowPos.Y(), aArrowColor, bArrowToRight); + ImplDrawArrow(*maVirDev.get(), aArrowPos.X(), aArrowPos.Y(), aTextColor, bArrowToRight); // Blit comment control rRenderContext.DrawOutDev(aControlRect.TopLeft(), aControlRect.GetSize(), Point(), aControlRect.GetSize(), *maVirDev.get()); diff -Nru libreoffice-l10n-6.2.5/sw/source/uibase/wrtsh/wrtsh1.cxx libreoffice-l10n-6.2.6/sw/source/uibase/wrtsh/wrtsh1.cxx --- libreoffice-l10n-6.2.5/sw/source/uibase/wrtsh/wrtsh1.cxx 2019-06-26 18:16:53.000000000 +0000 +++ libreoffice-l10n-6.2.6/sw/source/uibase/wrtsh/wrtsh1.cxx 2019-08-08 19:58:13.000000000 +0000 @@ -1795,6 +1795,8 @@ bExecute = nResult == RET_YES; StartAllAction(); + if (nResult == RET_YES) + ToggleHeaderFooterEdit(); } if( bExecute ) { diff -Nru libreoffice-l10n-6.2.5/sw/uiconfig/swriter/ui/dropdownfielddialog.ui libreoffice-l10n-6.2.6/sw/uiconfig/swriter/ui/dropdownfielddialog.ui --- libreoffice-l10n-6.2.5/sw/uiconfig/swriter/ui/dropdownfielddialog.ui 2019-06-26 18:16:53.000000000 +0000 +++ libreoffice-l10n-6.2.6/sw/uiconfig/swriter/ui/dropdownfielddialog.ui 2019-08-08 19:58:13.000000000 +0000 @@ -15,6 +15,9 @@ 6 Choose Item: False + True + 0 + 0 dialog diff -Nru libreoffice-l10n-6.2.5/sw/uiconfig/swxform/toolbar/formdesign.xml libreoffice-l10n-6.2.6/sw/uiconfig/swxform/toolbar/formdesign.xml --- libreoffice-l10n-6.2.5/sw/uiconfig/swxform/toolbar/formdesign.xml 2019-06-26 18:16:53.000000000 +0000 +++ libreoffice-l10n-6.2.6/sw/uiconfig/swxform/toolbar/formdesign.xml 2019-08-08 19:58:13.000000000 +0000 @@ -49,8 +49,9 @@ + - + diff -Nru libreoffice-l10n-6.2.5/tarballs/fetch.log libreoffice-l10n-6.2.6/tarballs/fetch.log --- libreoffice-l10n-6.2.5/tarballs/fetch.log 2019-07-04 13:46:46.000000000 +0000 +++ libreoffice-l10n-6.2.6/tarballs/fetch.log 2019-08-14 14:33:28.000000000 +0000 @@ -1,995 +1,995 @@ -Thu 4 Jul 14:37:00 BST 2019 ---2019-07-04 14:37:00-- https://dev-www.libreoffice.org/src/libabw-0.1.2.tar.xz -Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201, 2a00:1828:a012:201::1 +Wed 14 Aug 15:24:52 BST 2019 +--2019-08-14 15:24:52-- https://dev-www.libreoffice.org/src/libabw-0.1.2.tar.xz +Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201 Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|89.238.68.201|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 318400 (311K) [application/octet-stream] Saving to: ‘./libabw-0.1.2.tar.xz’ - 0K .... 100% 2.32M=0.1s + 0K .... 100% 1.69M=0.2s -2019-07-04 14:37:00 (2.32 MB/s) - ‘./libabw-0.1.2.tar.xz’ saved [318400/318400] +2019-08-14 15:24:52 (1.69 MB/s) - ‘./libabw-0.1.2.tar.xz’ saved [318400/318400] ---2019-07-04 14:37:00-- https://dev-www.libreoffice.org/src/commons-logging-1.2-src.tar.gz -Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201, 2a00:1828:a012:201::1 +--2019-08-14 15:24:52-- https://dev-www.libreoffice.org/src/commons-logging-1.2-src.tar.gz +Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201 Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|89.238.68.201|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 188536 (184K) [application/octet-stream] Saving to: ‘./commons-logging-1.2-src.tar.gz’ - 0K .. 100% 1.29M=0.1s + 0K .. 100% 2.06M=0.09s -2019-07-04 14:37:01 (1.29 MB/s) - ‘./commons-logging-1.2-src.tar.gz’ saved [188536/188536] +2019-08-14 15:24:53 (2.06 MB/s) - ‘./commons-logging-1.2-src.tar.gz’ saved [188536/188536] ---2019-07-04 14:37:01-- https://dev-www.libreoffice.org/src/apr-1.5.2.tar.gz -Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201, 2a00:1828:a012:201::1 +--2019-08-14 15:24:53-- https://dev-www.libreoffice.org/src/apr-1.5.2.tar.gz +Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201 Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|89.238.68.201|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 1031613 (1007K) [application/octet-stream] Saving to: ‘./apr-1.5.2.tar.gz’ - 0K ........ ....... 100% 1.92M=0.5s + 0K ........ ....... 100% 1.58M=0.6s -2019-07-04 14:37:01 (1.92 MB/s) - ‘./apr-1.5.2.tar.gz’ saved [1031613/1031613] +2019-08-14 15:24:54 (1.58 MB/s) - ‘./apr-1.5.2.tar.gz’ saved [1031613/1031613] ---2019-07-04 14:37:01-- https://dev-www.libreoffice.org/src/apr-util-1.5.4.tar.gz -Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201, 2a00:1828:a012:201::1 +--2019-08-14 15:24:54-- https://dev-www.libreoffice.org/src/apr-util-1.5.4.tar.gz +Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201 Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|89.238.68.201|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 874044 (854K) [application/octet-stream] Saving to: ‘./apr-util-1.5.4.tar.gz’ - 0K ........ ..... 100% 1.07M=0.8s + 0K ........ ..... 100% 577K=1.5s -2019-07-04 14:37:02 (1.07 MB/s) - ‘./apr-util-1.5.4.tar.gz’ saved [874044/874044] +2019-08-14 15:24:56 (577 KB/s) - ‘./apr-util-1.5.4.tar.gz’ saved [874044/874044] ---2019-07-04 14:37:02-- https://dev-www.libreoffice.org/src/boost_1_66_0.tar.bz2 -Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201, 2a00:1828:a012:201::1 +--2019-08-14 15:24:56-- https://dev-www.libreoffice.org/src/boost_1_66_0.tar.bz2 +Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201 Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|89.238.68.201|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 85995778 (82M) [application/octet-stream] Saving to: ‘./boost_1_66_0.tar.bz2’ - 0K ........ ........ ........ ........ ........ ........ 3% 806K 1m40s - 3072K ........ ........ ........ ........ ........ ........ 7% 576K 1m56s - 6144K ........ ........ ........ ........ ........ ........ 10% 695K 1m50s - 9216K ........ ........ ........ ........ ........ ........ 14% 977K 97s - 12288K ........ ........ ........ ........ ........ ........ 18% 700K 94s - 15360K ........ ........ ........ ........ ........ ........ 21% 543K 95s - 18432K ........ ........ ........ ........ ........ ........ 25% 591K 93s - 21504K ........ ........ ........ ........ ........ ........ 29% 718K 88s - 24576K ........ ........ ........ ........ ........ ........ 32% 944K 80s - 27648K ........ ........ ........ ........ ........ ........ 36% 822K 75s - 30720K ........ ........ ........ ........ ........ ........ 40% 661K 71s - 33792K ........ ........ ........ ........ ........ ........ 43% 667K 67s - 36864K ........ ........ ........ ........ ........ ........ 47% 798K 62s - 39936K ........ ........ ........ ........ ........ ........ 51% 698K 58s - 43008K ........ ........ ........ ........ ........ ........ 54% 644K 54s - 46080K ........ ........ ........ ........ ........ ........ 58% 1.03M 48s - 49152K ........ ........ ........ ........ ........ ........ 62% 977K 44s - 52224K ........ ........ ........ ........ ........ ........ 65% 834K 39s - 55296K ........ ........ ........ ........ ........ ........ 69% 1.09M 34s - 58368K ........ ........ ........ ........ ........ ........ 73% 1.14M 30s - 61440K ........ ........ ........ ........ ........ ........ 76% 1.27M 25s - 64512K ........ ........ ........ ........ ........ ........ 80% 1.19M 21s - 67584K ........ ........ ........ ........ ........ ........ 84% 934K 17s - 70656K ........ ........ ........ ........ ........ ........ 87% 776K 13s - 73728K ........ ........ ........ ........ ........ ........ 91% 1014K 9s - 76800K ........ ........ ........ ........ ........ ........ 95% 800K 5s - 79872K ........ ........ ........ ........ ........ ........ 98% 749K 1s - 82944K ........ ........ 100% 880K=1m45s + 0K ........ ........ ........ ........ ........ ........ 3% 1.13M 70s + 3072K ........ ........ ........ ........ ........ ........ 7% 1.64M 57s + 6144K ........ ........ ........ ........ ........ ........ 10% 1.52M 52s + 9216K ........ ........ ........ ........ ........ ........ 14% 1.43M 50s + 12288K ........ ........ ........ ........ ........ ........ 18% 1.38M 48s + 15360K ........ ........ ........ ........ ........ ........ 21% 1.31M 46s + 18432K ........ ........ ........ ........ ........ ........ 25% 1.29M 45s + 21504K ........ ........ ........ ........ ........ ........ 29% 1.82M 41s + 24576K ........ ........ ........ ........ ........ ........ 32% 1.82M 38s + 27648K ........ ........ ........ ........ ........ ........ 36% 1.36M 36s + 30720K ........ ........ ........ ........ ........ ........ 40% 1.19M 35s + 33792K ........ ........ ........ ........ ........ ........ 43% 1.15M 33s + 36864K ........ ........ ........ ........ ........ ........ 47% 927K 32s + 39936K ........ ........ ........ ........ ........ ........ 51% 1.44M 30s + 43008K ........ ........ ........ ........ ........ ........ 54% 1.29M 28s + 46080K ........ ........ ........ ........ ........ ........ 58% 989K 26s + 49152K ........ ........ ........ ........ ........ ........ 62% 780K 25s + 52224K ........ ........ ........ ........ ........ ........ 65% 811K 23s + 55296K ........ ........ ........ ........ ........ ........ 69% 1.35M 21s + 58368K ........ ........ ........ ........ ........ ........ 73% 1.28M 18s + 61440K ........ ........ ........ ........ ........ ........ 76% 731K 16s + 64512K ........ ........ ........ ........ ........ ........ 80% 1.02M 14s + 67584K ........ ........ ........ ........ ........ ........ 84% 997K 11s + 70656K ........ ........ ........ ........ ........ ........ 87% 925K 9s + 73728K ........ ........ ........ ........ ........ ........ 91% 1.26M 6s + 76800K ........ ........ ........ ........ ........ ........ 95% 1.06M 3s + 79872K ........ ........ ........ ........ ........ ........ 98% 1.02M 1s + 82944K ........ ........ 100% 1.33M=72s -2019-07-04 14:38:48 (801 KB/s) - ‘./boost_1_66_0.tar.bz2’ saved [85995778/85995778] +2019-08-14 15:26:07 (1.15 MB/s) - ‘./boost_1_66_0.tar.bz2’ saved [85995778/85995778] ---2019-07-04 14:38:48-- https://dev-www.libreoffice.org/src/breakpad.zip -Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201, 2a00:1828:a012:201::1 +--2019-08-14 15:26:08-- https://dev-www.libreoffice.org/src/breakpad.zip +Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201 Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|89.238.68.201|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 14897049 (14M) [application/zip] Saving to: ‘./breakpad.zip’ - 0K ........ ........ ........ ........ ........ ........ 21% 1.64M 7s - 3072K ........ ........ ........ ........ ........ ........ 42% 2.35M 4s - 6144K ........ ........ ........ ........ ........ ........ 63% 1008K 4s - 9216K ........ ........ ........ ........ ........ ........ 84% 797K 2s - 12288K ........ ........ ........ ........ ... 100% 755K=13s + 0K ........ ........ ........ ........ ........ ........ 21% 970K 12s + 3072K ........ ........ ........ ........ ........ ........ 42% 1003K 9s + 6144K ........ ........ ........ ........ ........ ........ 63% 1.16M 5s + 9216K ........ ........ ........ ........ ........ ........ 84% 1.20M 2s + 12288K ........ ........ ........ ........ ... 100% 1.22M=13s -2019-07-04 14:39:01 (1.09 MB/s) - ‘./breakpad.zip’ saved [14897049/14897049] +2019-08-14 15:26:21 (1.08 MB/s) - ‘./breakpad.zip’ saved [14897049/14897049] ---2019-07-04 14:39:01-- https://dev-www.libreoffice.org/src/beeca87be45ec87d241ddd0e1bad80c1-bsh-2.0b6-src.zip -Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201, 2a00:1828:a012:201::1 +--2019-08-14 15:26:21-- https://dev-www.libreoffice.org/src/beeca87be45ec87d241ddd0e1bad80c1-bsh-2.0b6-src.zip +Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201 Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|89.238.68.201|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 1997625 (1.9M) [application/zip] Saving to: ‘./beeca87be45ec87d241ddd0e1bad80c1-bsh-2.0b6-src.zip’ - 0K ........ ........ ........ ...... 100% 759K=2.6s + 0K ........ ........ ........ ...... 100% 1.48M=1.3s -2019-07-04 14:39:04 (759 KB/s) - ‘./beeca87be45ec87d241ddd0e1bad80c1-bsh-2.0b6-src.zip’ saved [1997625/1997625] +2019-08-14 15:26:23 (1.48 MB/s) - ‘./beeca87be45ec87d241ddd0e1bad80c1-bsh-2.0b6-src.zip’ saved [1997625/1997625] ---2019-07-04 14:39:04-- https://dev-www.libreoffice.org/src/00b516f4704d4a7cb50a1d97e6e8e15b-bzip2-1.0.6.tar.gz -Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201, 2a00:1828:a012:201::1 +--2019-08-14 15:26:23-- https://dev-www.libreoffice.org/src/00b516f4704d4a7cb50a1d97e6e8e15b-bzip2-1.0.6.tar.gz +Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201 Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|89.238.68.201|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 782025 (764K) [application/octet-stream] Saving to: ‘./00b516f4704d4a7cb50a1d97e6e8e15b-bzip2-1.0.6.tar.gz’ - 0K ........ ... 100% 998K=0.8s + 0K ........ ... 100% 981K=0.8s -2019-07-04 14:39:05 (998 KB/s) - ‘./00b516f4704d4a7cb50a1d97e6e8e15b-bzip2-1.0.6.tar.gz’ saved [782025/782025] +2019-08-14 15:26:24 (981 KB/s) - ‘./00b516f4704d4a7cb50a1d97e6e8e15b-bzip2-1.0.6.tar.gz’ saved [782025/782025] ---2019-07-04 14:39:05-- https://dev-www.libreoffice.org/src/cairo-1.16.0.tar.xz -Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201, 2a00:1828:a012:201::1 +--2019-08-14 15:26:24-- https://dev-www.libreoffice.org/src/cairo-1.16.0.tar.xz +Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201 Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|89.238.68.201|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 41997432 (40M) [application/octet-stream] Saving to: ‘./cairo-1.16.0.tar.xz’ - 0K ........ ........ ........ ........ ........ ........ 7% 1.08M 34s - 3072K ........ ........ ........ ........ ........ ........ 14% 1.20M 30s - 6144K ........ ........ ........ ........ ........ ........ 22% 981K 29s - 9216K ........ ........ ........ ........ ........ ........ 29% 739K 29s - 12288K ........ ........ ........ ........ ........ ........ 37% 713K 28s - 15360K ........ ........ ........ ........ ........ ........ 44% 545K 28s - 18432K ........ ........ ........ ........ ........ ........ 52% 756K 24s - 21504K ........ ........ ........ ........ ........ ........ 59% 923K 20s - 24576K ........ ........ ........ ........ ........ ........ 67% 1.04M 16s - 27648K ........ ........ ........ ........ ........ ........ 74% 599K 13s - 30720K ........ ........ ........ ........ ........ ........ 82% 743K 9s - 33792K ........ ........ ........ ........ ........ ........ 89% 932K 5s - 36864K ........ ........ ........ ........ ........ ........ 97% 1.24M 1s - 39936K ........ ........ 100% 1.15M=49s + 0K ........ ........ ........ ........ ........ ........ 7% 761K 50s + 3072K ........ ........ ........ ........ ........ ........ 14% 827K 44s + 6144K ........ ........ ........ ........ ........ ........ 22% 877K 39s + 9216K ........ ........ ........ ........ ........ ........ 29% 906K 34s + 12288K ........ ........ ........ ........ ........ ........ 37% 1.19M 29s + 15360K ........ ........ ........ ........ ........ ........ 44% 1.59M 23s + 18432K ........ ........ ........ ........ ........ ........ 52% 1.81M 19s + 21504K ........ ........ ........ ........ ........ ........ 59% 1.33M 15s + 24576K ........ ........ ........ ........ ........ ........ 67% 1.41M 12s + 27648K ........ ........ ........ ........ ........ ........ 74% 901K 10s + 30720K ........ ........ ........ ........ ........ ........ 82% 812K 7s + 33792K ........ ........ ........ ........ ........ ........ 89% 734K 4s + 36864K ........ ........ ........ ........ ........ ........ 97% 826K 1s + 39936K ........ ........ 100% 1.21M=41s -2019-07-04 14:39:54 (842 KB/s) - ‘./cairo-1.16.0.tar.xz’ saved [41997432/41997432] +2019-08-14 15:27:05 (998 KB/s) - ‘./cairo-1.16.0.tar.xz’ saved [41997432/41997432] ---2019-07-04 14:39:54-- https://dev-www.libreoffice.org/src/e80ebae4da01e77f68744319f01d52a3-pixman-0.34.0.tar.gz -Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201, 2a00:1828:a012:201::1 +--2019-08-14 15:27:06-- https://dev-www.libreoffice.org/src/e80ebae4da01e77f68744319f01d52a3-pixman-0.34.0.tar.gz +Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201 Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|89.238.68.201|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 878784 (858K) [application/octet-stream] Saving to: ‘./e80ebae4da01e77f68744319f01d52a3-pixman-0.34.0.tar.gz’ - 0K ........ ..... 100% 1.39M=0.6s + 0K ........ ..... 100% 1.11M=0.8s -2019-07-04 14:39:55 (1.39 MB/s) - ‘./e80ebae4da01e77f68744319f01d52a3-pixman-0.34.0.tar.gz’ saved [878784/878784] +2019-08-14 15:27:07 (1.11 MB/s) - ‘./e80ebae4da01e77f68744319f01d52a3-pixman-0.34.0.tar.gz’ saved [878784/878784] ---2019-07-04 14:39:55-- https://dev-www.libreoffice.org/src/libcdr-0.1.5.tar.xz -Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201, 2a00:1828:a012:201::1 +--2019-08-14 15:27:07-- https://dev-www.libreoffice.org/src/libcdr-0.1.5.tar.xz +Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201 Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|89.238.68.201|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 612252 (598K) [application/octet-stream] Saving to: ‘./libcdr-0.1.5.tar.xz’ - 0K ........ . 100% 1.20M=0.5s + 0K ........ . 100% 748K=0.8s -2019-07-04 14:39:56 (1.20 MB/s) - ‘./libcdr-0.1.5.tar.xz’ saved [612252/612252] +2019-08-14 15:27:08 (748 KB/s) - ‘./libcdr-0.1.5.tar.xz’ saved [612252/612252] ---2019-07-04 14:39:56-- https://dev-www.libreoffice.org/src/48d647fbd8ef8889e5a7f422c1bfda94-clucene-core-2.3.3.4.tar.gz -Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201, 2a00:1828:a012:201::1 +--2019-08-14 15:27:08-- https://dev-www.libreoffice.org/src/48d647fbd8ef8889e5a7f422c1bfda94-clucene-core-2.3.3.4.tar.gz +Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201 Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|89.238.68.201|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 2241498 (2.1M) [application/octet-stream] Saving to: ‘./48d647fbd8ef8889e5a7f422c1bfda94-clucene-core-2.3.3.4.tar.gz’ - 0K ........ ........ ........ ........ .. 100% 542K=4.0s + 0K ........ ........ ........ ........ .. 100% 1.01M=2.1s -2019-07-04 14:40:00 (542 KB/s) - ‘./48d647fbd8ef8889e5a7f422c1bfda94-clucene-core-2.3.3.4.tar.gz’ saved [2241498/2241498] +2019-08-14 15:27:10 (1.01 MB/s) - ‘./48d647fbd8ef8889e5a7f422c1bfda94-clucene-core-2.3.3.4.tar.gz’ saved [2241498/2241498] ---2019-07-04 14:40:00-- https://dev-www.libreoffice.org/src/libcmis-0.5.2.tar.xz -Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201, 2a00:1828:a012:201::1 +--2019-08-14 15:27:10-- https://dev-www.libreoffice.org/src/libcmis-0.5.2.tar.xz +Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201 Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|89.238.68.201|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 484404 (473K) [application/octet-stream] Saving to: ‘./libcmis-0.5.2.tar.xz’ - 0K ....... 100% 460K=1.0s + 0K ....... 100% 706K=0.7s -2019-07-04 14:40:02 (460 KB/s) - ‘./libcmis-0.5.2.tar.xz’ saved [484404/484404] +2019-08-14 15:27:11 (706 KB/s) - ‘./libcmis-0.5.2.tar.xz’ saved [484404/484404] ---2019-07-04 14:40:02-- https://dev-www.libreoffice.org/src/CoinMP-1.7.6.tgz -Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201, 2a00:1828:a012:201::1 +--2019-08-14 15:27:11-- https://dev-www.libreoffice.org/src/CoinMP-1.7.6.tgz +Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201 Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|89.238.68.201|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 10343849 (9.9M) [application/octet-stream] Saving to: ‘./CoinMP-1.7.6.tgz’ - 0K ........ ........ ........ ........ ........ ........ 30% 680K 10s - 3072K ........ ........ ........ ........ ........ ........ 60% 739K 6s - 6144K ........ ........ ........ ........ ........ ........ 91% 548K 1s - 9216K ........ ..... 100% 842K=15s + 0K ........ ........ ........ ........ ........ ........ 30% 1.22M 6s + 3072K ........ ........ ........ ........ ........ ........ 60% 1.14M 3s + 6144K ........ ........ ........ ........ ........ ........ 91% 1.60M 1s + 9216K ........ ..... 100% 1.39M=7.6s -2019-07-04 14:40:18 (659 KB/s) - ‘./CoinMP-1.7.6.tgz’ saved [10343849/10343849] +2019-08-14 15:27:19 (1.30 MB/s) - ‘./CoinMP-1.7.6.tgz’ saved [10343849/10343849] ---2019-07-04 14:40:18-- https://dev-www.libreoffice.org/src/cppunit-1.14.0.tar.gz -Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201, 2a00:1828:a012:201::1 +--2019-08-14 15:27:19-- https://dev-www.libreoffice.org/src/cppunit-1.14.0.tar.gz +Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201 Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|89.238.68.201|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 959716 (937K) [application/octet-stream] Saving to: ‘./cppunit-1.14.0.tar.gz’ - 0K ........ ...... 100% 805K=1.2s + 0K ........ ...... 100% 1.55M=0.6s -2019-07-04 14:40:19 (805 KB/s) - ‘./cppunit-1.14.0.tar.gz’ saved [959716/959716] +2019-08-14 15:27:20 (1.55 MB/s) - ‘./cppunit-1.14.0.tar.gz’ saved [959716/959716] ---2019-07-04 14:40:19-- https://dev-www.libreoffice.org/src/1f467e5bb703f12cbbb09d5cf67ecf4a-converttexttonumber-1-5-0.oxt -Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201, 2a00:1828:a012:201::1 +--2019-08-14 15:27:20-- https://dev-www.libreoffice.org/src/1f467e5bb703f12cbbb09d5cf67ecf4a-converttexttonumber-1-5-0.oxt +Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201 Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|89.238.68.201|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 49659 (48K) [application/octet-stream] Saving to: ‘./1f467e5bb703f12cbbb09d5cf67ecf4a-converttexttonumber-1-5-0.oxt’ - 0K 100% 1.11M=0.04s + 0K 100% 1.07M=0.04s -2019-07-04 14:40:22 (1.11 MB/s) - ‘./1f467e5bb703f12cbbb09d5cf67ecf4a-converttexttonumber-1-5-0.oxt’ saved [49659/49659] +2019-08-14 15:27:20 (1.07 MB/s) - ‘./1f467e5bb703f12cbbb09d5cf67ecf4a-converttexttonumber-1-5-0.oxt’ saved [49659/49659] ---2019-07-04 14:40:22-- https://dev-www.libreoffice.org/src/curl-7.65.0.tar.xz -Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201, 2a00:1828:a012:201::1 +--2019-08-14 15:27:20-- https://dev-www.libreoffice.org/src/curl-7.65.0.tar.xz +Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201 Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|89.238.68.201|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 2392324 (2.3M) [application/octet-stream] Saving to: ‘./curl-7.65.0.tar.xz’ - 0K ........ ........ ........ ........ .... 100% 851K=2.7s + 0K ........ ........ ........ ........ .... 100% 1.51M=1.5s -2019-07-04 14:40:25 (851 KB/s) - ‘./curl-7.65.0.tar.xz’ saved [2392324/2392324] +2019-08-14 15:27:22 (1.51 MB/s) - ‘./curl-7.65.0.tar.xz’ saved [2392324/2392324] ---2019-07-04 14:40:25-- https://dev-www.libreoffice.org/src/libe-book-0.1.3.tar.xz -Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201, 2a00:1828:a012:201::1 +--2019-08-14 15:27:22-- https://dev-www.libreoffice.org/src/libe-book-0.1.3.tar.xz +Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201 Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|89.238.68.201|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 416268 (407K) [application/octet-stream] Saving to: ‘./libe-book-0.1.3.tar.xz’ - 0K ...... 100% 907K=0.4s + 0K ...... 100% 1.16M=0.3s -2019-07-04 14:40:26 (907 KB/s) - ‘./libe-book-0.1.3.tar.xz’ saved [416268/416268] +2019-08-14 15:27:23 (1.16 MB/s) - ‘./libe-book-0.1.3.tar.xz’ saved [416268/416268] ---2019-07-04 14:40:26-- https://dev-www.libreoffice.org/src/3ade8cfe7e59ca8e65052644fed9fca4-epm-3.7.tar.gz -Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201, 2a00:1828:a012:201::1 +--2019-08-14 15:27:23-- https://dev-www.libreoffice.org/src/3ade8cfe7e59ca8e65052644fed9fca4-epm-3.7.tar.gz +Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201 Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|89.238.68.201|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 463264 (452K) [application/octet-stream] Saving to: ‘./3ade8cfe7e59ca8e65052644fed9fca4-epm-3.7.tar.gz’ - 0K ....... 100% 887K=0.5s + 0K ....... 100% 1.31M=0.3s -2019-07-04 14:40:26 (887 KB/s) - ‘./3ade8cfe7e59ca8e65052644fed9fca4-epm-3.7.tar.gz’ saved [463264/463264] +2019-08-14 15:27:24 (1.31 MB/s) - ‘./3ade8cfe7e59ca8e65052644fed9fca4-epm-3.7.tar.gz’ saved [463264/463264] ---2019-07-04 14:40:27-- https://dev-www.libreoffice.org/src/libepubgen-0.1.1.tar.xz -Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201, 2a00:1828:a012:201::1 +--2019-08-14 15:27:24-- https://dev-www.libreoffice.org/src/libepubgen-0.1.1.tar.xz +Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201 Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|89.238.68.201|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 324380 (317K) [application/octet-stream] Saving to: ‘./libepubgen-0.1.1.tar.xz’ - 0K .... 100% 843K=0.4s + 0K .... 100% 1.23M=0.3s -2019-07-04 14:40:27 (843 KB/s) - ‘./libepubgen-0.1.1.tar.xz’ saved [324380/324380] +2019-08-14 15:27:24 (1.23 MB/s) - ‘./libepubgen-0.1.1.tar.xz’ saved [324380/324380] ---2019-07-04 14:40:27-- https://dev-www.libreoffice.org/src/libetonyek-0.1.9.tar.xz -Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201, 2a00:1828:a012:201::1 +--2019-08-14 15:27:24-- https://dev-www.libreoffice.org/src/libetonyek-0.1.9.tar.xz +Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201 Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|89.238.68.201|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 1477064 (1.4M) [application/octet-stream] Saving to: ‘./libetonyek-0.1.9.tar.xz’ - 0K ........ ........ ...... 100% 755K=1.9s + 0K ........ ........ ...... 100% 1.59M=0.9s -2019-07-04 14:40:30 (755 KB/s) - ‘./libetonyek-0.1.9.tar.xz’ saved [1477064/1477064] +2019-08-14 15:27:26 (1.59 MB/s) - ‘./libetonyek-0.1.9.tar.xz’ saved [1477064/1477064] ---2019-07-04 14:40:30-- https://dev-www.libreoffice.org/src/expat-2.2.5.tar.bz2 -Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201, 2a00:1828:a012:201::1 +--2019-08-14 15:27:26-- https://dev-www.libreoffice.org/src/expat-2.2.5.tar.bz2 +Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201 Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|89.238.68.201|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 510868 (499K) [application/octet-stream] Saving to: ‘./expat-2.2.5.tar.bz2’ - 0K ....... 100% 480K=1.0s + 0K ....... 100% 1.84M=0.3s -2019-07-04 14:40:32 (480 KB/s) - ‘./expat-2.2.5.tar.bz2’ saved [510868/510868] +2019-08-14 15:27:26 (1.84 MB/s) - ‘./expat-2.2.5.tar.bz2’ saved [510868/510868] ---2019-07-04 14:40:32-- https://dev-www.libreoffice.org/src/Firebird-3.0.0.32483-0.tar.bz2 -Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201, 2a00:1828:a012:201::1 +--2019-08-14 15:27:26-- https://dev-www.libreoffice.org/src/Firebird-3.0.0.32483-0.tar.bz2 +Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201 Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|89.238.68.201|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 9552809 (9.1M) [application/octet-stream] Saving to: ‘./Firebird-3.0.0.32483-0.tar.bz2’ - 0K ........ ........ ........ ........ ........ ........ 32% 720K 9s - 3072K ........ ........ ........ ........ ........ ........ 65% 651K 5s - 6144K ........ ........ ........ ........ ........ ........ 98% 812K 0s - 9216K . 100% 1.28M=13s + 0K ........ ........ ........ ........ ........ ........ 32% 1.73M 4s + 3072K ........ ........ ........ ........ ........ ........ 65% 1.99M 2s + 6144K ........ ........ ........ ........ ........ ........ 98% 1.68M 0s + 9216K . 100% 2.06M=5.1s -2019-07-04 14:40:45 (726 KB/s) - ‘./Firebird-3.0.0.32483-0.tar.bz2’ saved [9552809/9552809] +2019-08-14 15:27:32 (1.79 MB/s) - ‘./Firebird-3.0.0.32483-0.tar.bz2’ saved [9552809/9552809] ---2019-07-04 14:40:45-- https://dev-www.libreoffice.org/src/fontconfig-2.12.6.tar.bz2 -Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201, 2a00:1828:a012:201::1 +--2019-08-14 15:27:32-- https://dev-www.libreoffice.org/src/fontconfig-2.12.6.tar.bz2 +Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201 Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|89.238.68.201|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 1624683 (1.5M) [application/octet-stream] Saving to: ‘./fontconfig-2.12.6.tar.bz2’ - 0K ........ ........ ........ 100% 768K=2.1s + 0K ........ ........ ........ 100% 1.10M=1.4s -2019-07-04 14:40:47 (768 KB/s) - ‘./fontconfig-2.12.6.tar.bz2’ saved [1624683/1624683] +2019-08-14 15:27:33 (1.10 MB/s) - ‘./fontconfig-2.12.6.tar.bz2’ saved [1624683/1624683] ---2019-07-04 14:40:47-- https://dev-www.libreoffice.org/src/libfreehand-0.1.2.tar.xz -Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201, 2a00:1828:a012:201::1 +--2019-08-14 15:27:33-- https://dev-www.libreoffice.org/src/libfreehand-0.1.2.tar.xz +Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201 Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|89.238.68.201|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 516132 (504K) [application/octet-stream] Saving to: ‘./libfreehand-0.1.2.tar.xz’ - 0K ....... 100% 813K=0.6s + 0K ....... 100% 1.13M=0.4s -2019-07-04 14:40:48 (813 KB/s) - ‘./libfreehand-0.1.2.tar.xz’ saved [516132/516132] +2019-08-14 15:27:34 (1.13 MB/s) - ‘./libfreehand-0.1.2.tar.xz’ saved [516132/516132] ---2019-07-04 14:40:48-- https://dev-www.libreoffice.org/src/freetype-2.8.1.tar.bz2 -Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201, 2a00:1828:a012:201::1 +--2019-08-14 15:27:34-- https://dev-www.libreoffice.org/src/freetype-2.8.1.tar.bz2 +Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201 Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|89.238.68.201|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 1886443 (1.8M) [application/octet-stream] Saving to: ‘./freetype-2.8.1.tar.bz2’ - 0K ........ ........ ........ .... 100% 914K=2.0s + 0K ........ ........ ........ .... 100% 1.15M=1.6s -2019-07-04 14:40:51 (914 KB/s) - ‘./freetype-2.8.1.tar.bz2’ saved [1886443/1886443] +2019-08-14 15:27:36 (1.15 MB/s) - ‘./freetype-2.8.1.tar.bz2’ saved [1886443/1886443] ---2019-07-04 14:40:51-- https://dev-www.libreoffice.org/src/libepoxy-1.5.3.tar.xz -Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201, 2a00:1828:a012:201::1 +--2019-08-14 15:27:36-- https://dev-www.libreoffice.org/src/libepoxy-1.5.3.tar.xz +Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201 Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|89.238.68.201|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 220540 (215K) [application/octet-stream] Saving to: ‘./libepoxy-1.5.3.tar.xz’ - 0K ... 100% 708K=0.3s + 0K ... 100% 1003K=0.2s -2019-07-04 14:40:51 (708 KB/s) - ‘./libepoxy-1.5.3.tar.xz’ saved [220540/220540] +2019-08-14 15:27:36 (1003 KB/s) - ‘./libepoxy-1.5.3.tar.xz’ saved [220540/220540] ---2019-07-04 14:40:51-- https://dev-www.libreoffice.org/src/bae83fa5dc7f081768daace6e199adc3-glm-0.9.4.6-libreoffice.zip -Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201, 2a00:1828:a012:201::1 +--2019-08-14 15:27:37-- https://dev-www.libreoffice.org/src/bae83fa5dc7f081768daace6e199adc3-glm-0.9.4.6-libreoffice.zip +Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201 Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|89.238.68.201|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 5290295 (5.0M) [application/zip] Saving to: ‘./bae83fa5dc7f081768daace6e199adc3-glm-0.9.4.6-libreoffice.zip’ - 0K ........ ........ ........ ........ ........ ........ 59% 682K 3s - 3072K ........ ........ ........ ........ 100% 789K=7.2s + 0K ........ ........ ........ ........ ........ ........ 59% 802K 3s + 3072K ........ ........ ........ ........ 100% 993K=5.9s -2019-07-04 14:40:59 (721 KB/s) - ‘./bae83fa5dc7f081768daace6e199adc3-glm-0.9.4.6-libreoffice.zip’ saved [5290295/5290295] +2019-08-14 15:27:43 (870 KB/s) - ‘./bae83fa5dc7f081768daace6e199adc3-glm-0.9.4.6-libreoffice.zip’ saved [5290295/5290295] ---2019-07-04 14:40:59-- https://dev-www.libreoffice.org/src/gpgme-1.9.0.tar.bz2 -Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201, 2a00:1828:a012:201::1 +--2019-08-14 15:27:43-- https://dev-www.libreoffice.org/src/gpgme-1.9.0.tar.bz2 +Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201 Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|89.238.68.201|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 1344222 (1.3M) [application/octet-stream] Saving to: ‘./gpgme-1.9.0.tar.bz2’ - 0K ........ ........ .... 100% 795K=1.7s + 0K ........ ........ .... 100% 1.38M=0.9s -2019-07-04 14:41:01 (795 KB/s) - ‘./gpgme-1.9.0.tar.bz2’ saved [1344222/1344222] +2019-08-14 15:27:44 (1.38 MB/s) - ‘./gpgme-1.9.0.tar.bz2’ saved [1344222/1344222] ---2019-07-04 14:41:01-- https://dev-www.libreoffice.org/src/graphite2-minimal-1.3.10.tgz -Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201, 2a00:1828:a012:201::1 +--2019-08-14 15:27:44-- https://dev-www.libreoffice.org/src/graphite2-minimal-1.3.10.tgz +Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201 Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|89.238.68.201|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 155690 (152K) [application/octet-stream] Saving to: ‘./graphite2-minimal-1.3.10.tgz’ - 0K .. 100% 682K=0.2s + 0K .. 100% 1.19M=0.1s -2019-07-04 14:41:01 (682 KB/s) - ‘./graphite2-minimal-1.3.10.tgz’ saved [155690/155690] +2019-08-14 15:27:44 (1.19 MB/s) - ‘./graphite2-minimal-1.3.10.tgz’ saved [155690/155690] ---2019-07-04 14:41:01-- https://dev-www.libreoffice.org/src/harfbuzz-1.8.4.tar.bz2 -Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201, 2a00:1828:a012:201::1 +--2019-08-14 15:27:44-- https://dev-www.libreoffice.org/src/harfbuzz-1.8.4.tar.bz2 +Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201 Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|89.238.68.201|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 3829479 (3.7M) [application/octet-stream] Saving to: ‘./harfbuzz-1.8.4.tar.bz2’ - 0K ........ ........ ........ ........ ........ ........ 82% 940K 1s - 3072K ........ .. 100% 929K=4.0s + 0K ........ ........ ........ ........ ........ ........ 82% 1.87M 0s + 3072K ........ .. 100% 1.36M=2.1s -2019-07-04 14:41:05 (938 KB/s) - ‘./harfbuzz-1.8.4.tar.bz2’ saved [3829479/3829479] +2019-08-14 15:27:47 (1.75 MB/s) - ‘./harfbuzz-1.8.4.tar.bz2’ saved [3829479/3829479] ---2019-07-04 14:41:05-- https://dev-www.libreoffice.org/src/17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip -Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201, 2a00:1828:a012:201::1 +--2019-08-14 15:27:47-- https://dev-www.libreoffice.org/src/17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip +Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201 Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|89.238.68.201|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 3519470 (3.4M) [application/zip] Saving to: ‘./17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip’ - 0K ........ ........ ........ ........ ........ ........ 89% 768K 0s - 3072K ..... 100% 952K=4.4s + 0K ........ ........ ........ ........ ........ ........ 89% 1002K 0s + 3072K ..... 100% 982K=3.4s -2019-07-04 14:41:10 (785 KB/s) - ‘./17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip’ saved [3519470/3519470] +2019-08-14 15:27:51 (1000 KB/s) - ‘./17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip’ saved [3519470/3519470] ---2019-07-04 14:41:10-- https://dev-www.libreoffice.org/src/hunspell-1.7.0.tar.gz -Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201, 2a00:1828:a012:201::1 +--2019-08-14 15:27:51-- https://dev-www.libreoffice.org/src/hunspell-1.7.0.tar.gz +Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201 Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|89.238.68.201|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 938142 (916K) [application/octet-stream] Saving to: ‘./hunspell-1.7.0.tar.gz’ - 0K ........ ...... 100% 1.20M=0.7s + 0K ........ ...... 100% 1.11M=0.8s -2019-07-04 14:41:11 (1.20 MB/s) - ‘./hunspell-1.7.0.tar.gz’ saved [938142/938142] +2019-08-14 15:27:52 (1.11 MB/s) - ‘./hunspell-1.7.0.tar.gz’ saved [938142/938142] ---2019-07-04 14:41:11-- https://dev-www.libreoffice.org/src/5ade6ae2a99bc1e9e57031ca88d36dad-hyphen-2.8.8.tar.gz -Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201, 2a00:1828:a012:201::1 +--2019-08-14 15:27:52-- https://dev-www.libreoffice.org/src/5ade6ae2a99bc1e9e57031ca88d36dad-hyphen-2.8.8.tar.gz +Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201 Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|89.238.68.201|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 638369 (623K) [application/octet-stream] Saving to: ‘./5ade6ae2a99bc1e9e57031ca88d36dad-hyphen-2.8.8.tar.gz’ - 0K ........ . 100% 882K=0.7s + 0K ........ . 100% 1.11M=0.6s -2019-07-04 14:41:12 (882 KB/s) - ‘./5ade6ae2a99bc1e9e57031ca88d36dad-hyphen-2.8.8.tar.gz’ saved [638369/638369] +2019-08-14 15:27:53 (1.11 MB/s) - ‘./5ade6ae2a99bc1e9e57031ca88d36dad-hyphen-2.8.8.tar.gz’ saved [638369/638369] ---2019-07-04 14:41:12-- https://dev-www.libreoffice.org/src/icu4c-63_1-src.tgz -Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201, 2a00:1828:a012:201::1 +--2019-08-14 15:27:53-- https://dev-www.libreoffice.org/src/icu4c-63_1-src.tgz +Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201 Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|89.238.68.201|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 23746939 (23M) [application/octet-stream] Saving to: ‘./icu4c-63_1-src.tgz’ - 0K ........ ........ ........ ........ ........ ........ 13% 764K 26s - 3072K ........ ........ ........ ........ ........ ........ 26% 783K 22s - 6144K ........ ........ ........ ........ ........ ........ 39% 748K 18s - 9216K ........ ........ ........ ........ ........ ........ 52% 992K 13s - 12288K ........ ........ ........ ........ ........ ........ 66% 1.47M 9s - 15360K ........ ........ ........ ........ ........ ........ 79% 820K 5s - 18432K ........ ........ ........ ........ ........ ........ 92% 687K 2s - 21504K ........ ........ ........ .. 100% 969K=27s + 0K ........ ........ ........ ........ ........ ........ 13% 1.54M 13s + 3072K ........ ........ ........ ........ ........ ........ 26% 1.59M 11s + 6144K ........ ........ ........ ........ ........ ........ 39% 1.54M 9s + 9216K ........ ........ ........ ........ ........ ........ 52% 938K 8s + 12288K ........ ........ ........ ........ ........ ........ 66% 1.06M 6s + 15360K ........ ........ ........ ........ ........ ........ 79% 802K 4s + 18432K ........ ........ ........ ........ ........ ........ 92% 1020K 1s + 21504K ........ ........ ........ .. 100% 1.31M=20s -2019-07-04 14:41:40 (854 KB/s) - ‘./icu4c-63_1-src.tgz’ saved [23746939/23746939] +2019-08-14 15:28:13 (1.13 MB/s) - ‘./icu4c-63_1-src.tgz’ saved [23746939/23746939] ---2019-07-04 14:41:40-- https://dev-www.libreoffice.org/src/icu4c-63_1-data.zip -Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201, 2a00:1828:a012:201::1 +--2019-08-14 15:28:13-- https://dev-www.libreoffice.org/src/icu4c-63_1-data.zip +Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201 Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|89.238.68.201|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 16229251 (15M) [application/zip] Saving to: ‘./icu4c-63_1-data.zip’ - 0K ........ ........ ........ ........ ........ ........ 19% 973K 13s - 3072K ........ ........ ........ ........ ........ ........ 38% 1.10M 9s - 6144K ........ ........ ........ ........ ........ ........ 58% 778K 7s - 9216K ........ ........ ........ ........ ........ ........ 77% 707K 4s - 12288K ........ ........ ........ ........ ........ ........ 96% 893K 1s - 15360K ....... 100% 1.21M=18s + 0K ........ ........ ........ ........ ........ ........ 19% 918K 14s + 3072K ........ ........ ........ ........ ........ ........ 38% 1.06M 10s + 6144K ........ ........ ........ ........ ........ ........ 58% 899K 7s + 9216K ........ ........ ........ ........ ........ ........ 77% 1.10M 4s + 12288K ........ ........ ........ ........ ........ ........ 96% 1.38M 0s + 15360K ....... 100% 1.11M=15s -2019-07-04 14:41:58 (880 KB/s) - ‘./icu4c-63_1-data.zip’ saved [16229251/16229251] +2019-08-14 15:28:28 (1.04 MB/s) - ‘./icu4c-63_1-data.zip’ saved [16229251/16229251] ---2019-07-04 14:41:58-- https://dev-www.libreoffice.org/src/ba2930200c9f019c2d93a8c88c651a0f-flow-engine-0.9.4.zip -Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201, 2a00:1828:a012:201::1 +--2019-08-14 15:28:28-- https://dev-www.libreoffice.org/src/ba2930200c9f019c2d93a8c88c651a0f-flow-engine-0.9.4.zip +Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201 Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|89.238.68.201|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 743031 (726K) [application/zip] Saving to: ‘./ba2930200c9f019c2d93a8c88c651a0f-flow-engine-0.9.4.zip’ - 0K ........ ... 100% 816K=0.9s + 0K ........ ... 100% 999K=0.7s -2019-07-04 14:41:59 (816 KB/s) - ‘./ba2930200c9f019c2d93a8c88c651a0f-flow-engine-0.9.4.zip’ saved [743031/743031] +2019-08-14 15:28:29 (999 KB/s) - ‘./ba2930200c9f019c2d93a8c88c651a0f-flow-engine-0.9.4.zip’ saved [743031/743031] ---2019-07-04 14:41:59-- https://dev-www.libreoffice.org/src/d8bd5eed178db6e2b18eeed243f85aa8-flute-1.1.6.zip -Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201, 2a00:1828:a012:201::1 +--2019-08-14 15:28:30-- https://dev-www.libreoffice.org/src/d8bd5eed178db6e2b18eeed243f85aa8-flute-1.1.6.zip +Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201 Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|89.238.68.201|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 207563 (203K) [application/zip] Saving to: ‘./d8bd5eed178db6e2b18eeed243f85aa8-flute-1.1.6.zip’ - 0K ... 100% 767K=0.3s + 0K ... 100% 682K=0.3s -2019-07-04 14:42:00 (767 KB/s) - ‘./d8bd5eed178db6e2b18eeed243f85aa8-flute-1.1.6.zip’ saved [207563/207563] +2019-08-14 15:28:30 (682 KB/s) - ‘./d8bd5eed178db6e2b18eeed243f85aa8-flute-1.1.6.zip’ saved [207563/207563] ---2019-07-04 14:42:00-- https://dev-www.libreoffice.org/src/eeb2c7ddf0d302fba4bfc6e97eac9624-libbase-1.1.6.zip -Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201, 2a00:1828:a012:201::1 +--2019-08-14 15:28:30-- https://dev-www.libreoffice.org/src/eeb2c7ddf0d302fba4bfc6e97eac9624-libbase-1.1.6.zip +Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201 Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|89.238.68.201|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 427800 (418K) [application/zip] Saving to: ‘./eeb2c7ddf0d302fba4bfc6e97eac9624-libbase-1.1.6.zip’ - 0K ...... 100% 357K=1.2s + 0K ...... 100% 749K=0.6s -2019-07-04 14:42:01 (357 KB/s) - ‘./eeb2c7ddf0d302fba4bfc6e97eac9624-libbase-1.1.6.zip’ saved [427800/427800] +2019-08-14 15:28:31 (749 KB/s) - ‘./eeb2c7ddf0d302fba4bfc6e97eac9624-libbase-1.1.6.zip’ saved [427800/427800] ---2019-07-04 14:42:01-- https://dev-www.libreoffice.org/src/3bdf40c0d199af31923e900d082ca2dd-libfonts-1.1.6.zip -Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201, 2a00:1828:a012:201::1 +--2019-08-14 15:28:31-- https://dev-www.libreoffice.org/src/3bdf40c0d199af31923e900d082ca2dd-libfonts-1.1.6.zip +Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201 Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|89.238.68.201|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 5750610 (5.5M) [application/zip] Saving to: ‘./3bdf40c0d199af31923e900d082ca2dd-libfonts-1.1.6.zip’ - 0K ........ ........ ........ ........ ........ ........ 54% 780K 3s - 3072K ........ ........ ........ ........ ....... 100% 856K=6.9s + 0K ........ ........ ........ ........ ........ ........ 54% 1.01M 2s + 3072K ........ ........ ........ ........ ....... 100% 888K=5.8s -2019-07-04 14:42:09 (813 KB/s) - ‘./3bdf40c0d199af31923e900d082ca2dd-libfonts-1.1.6.zip’ saved [5750610/5750610] +2019-08-14 15:28:37 (963 KB/s) - ‘./3bdf40c0d199af31923e900d082ca2dd-libfonts-1.1.6.zip’ saved [5750610/5750610] ---2019-07-04 14:42:09-- https://dev-www.libreoffice.org/src/3404ab6b1792ae5f16bbd603bd1e1d03-libformula-1.1.7.zip -Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201, 2a00:1828:a012:201::1 +--2019-08-14 15:28:37-- https://dev-www.libreoffice.org/src/3404ab6b1792ae5f16bbd603bd1e1d03-libformula-1.1.7.zip +Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201 Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|89.238.68.201|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 1180582 (1.1M) [application/zip] Saving to: ‘./3404ab6b1792ae5f16bbd603bd1e1d03-libformula-1.1.7.zip’ - 0K ........ ........ .. 100% 446K=2.6s + 0K ........ ........ .. 100% 568K=2.0s -2019-07-04 14:42:12 (446 KB/s) - ‘./3404ab6b1792ae5f16bbd603bd1e1d03-libformula-1.1.7.zip’ saved [1180582/1180582] +2019-08-14 15:28:39 (568 KB/s) - ‘./3404ab6b1792ae5f16bbd603bd1e1d03-libformula-1.1.7.zip’ saved [1180582/1180582] ---2019-07-04 14:42:12-- https://dev-www.libreoffice.org/src/db60e4fde8dd6d6807523deb71ee34dc-liblayout-0.2.10.zip -Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201, 2a00:1828:a012:201::1 +--2019-08-14 15:28:39-- https://dev-www.libreoffice.org/src/db60e4fde8dd6d6807523deb71ee34dc-liblayout-0.2.10.zip +Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201 Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|89.238.68.201|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 1396007 (1.3M) [application/zip] Saving to: ‘./db60e4fde8dd6d6807523deb71ee34dc-liblayout-0.2.10.zip’ - 0K ........ ........ ..... 100% 750K=1.8s + 0K ........ ........ ..... 100% 926K=1.5s -2019-07-04 14:42:14 (750 KB/s) - ‘./db60e4fde8dd6d6807523deb71ee34dc-liblayout-0.2.10.zip’ saved [1396007/1396007] +2019-08-14 15:28:41 (926 KB/s) - ‘./db60e4fde8dd6d6807523deb71ee34dc-liblayout-0.2.10.zip’ saved [1396007/1396007] ---2019-07-04 14:42:14-- https://dev-www.libreoffice.org/src/97b2d4dba862397f446b217e2b623e71-libloader-1.1.6.zip -Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201, 2a00:1828:a012:201::1 +--2019-08-14 15:28:41-- https://dev-www.libreoffice.org/src/97b2d4dba862397f446b217e2b623e71-libloader-1.1.6.zip +Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201 Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|89.238.68.201|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 2938721 (2.8M) [application/zip] Saving to: ‘./97b2d4dba862397f446b217e2b623e71-libloader-1.1.6.zip’ - 0K ........ ........ ........ ........ ........ .... 100% 983K=2.9s + 0K ........ ........ ........ ........ ........ .... 100% 1.91M=1.5s -2019-07-04 14:42:17 (983 KB/s) - ‘./97b2d4dba862397f446b217e2b623e71-libloader-1.1.6.zip’ saved [2938721/2938721] +2019-08-14 15:28:43 (1.91 MB/s) - ‘./97b2d4dba862397f446b217e2b623e71-libloader-1.1.6.zip’ saved [2938721/2938721] ---2019-07-04 14:42:17-- https://dev-www.libreoffice.org/src/8ce2fcd72becf06c41f7201d15373ed9-librepository-1.1.6.zip -Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201, 2a00:1828:a012:201::1 +--2019-08-14 15:28:43-- https://dev-www.libreoffice.org/src/8ce2fcd72becf06c41f7201d15373ed9-librepository-1.1.6.zip +Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201 Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|89.238.68.201|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 762419 (745K) [application/zip] Saving to: ‘./8ce2fcd72becf06c41f7201d15373ed9-librepository-1.1.6.zip’ - 0K ........ ... 100% 982K=0.8s + 0K ........ ... 100% 1.87M=0.4s -2019-07-04 14:42:18 (982 KB/s) - ‘./8ce2fcd72becf06c41f7201d15373ed9-librepository-1.1.6.zip’ saved [762419/762419] +2019-08-14 15:28:44 (1.87 MB/s) - ‘./8ce2fcd72becf06c41f7201d15373ed9-librepository-1.1.6.zip’ saved [762419/762419] ---2019-07-04 14:42:18-- https://dev-www.libreoffice.org/src/f94d9870737518e3b597f9265f4e9803-libserializer-1.1.6.zip -Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201, 2a00:1828:a012:201::1 +--2019-08-14 15:28:44-- https://dev-www.libreoffice.org/src/f94d9870737518e3b597f9265f4e9803-libserializer-1.1.6.zip +Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201 Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|89.238.68.201|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 211919 (207K) [application/zip] Saving to: ‘./f94d9870737518e3b597f9265f4e9803-libserializer-1.1.6.zip’ - 0K ... 100% 1004K=0.2s + 0K ... 100% 1.64M=0.1s -2019-07-04 14:42:20 (1004 KB/s) - ‘./f94d9870737518e3b597f9265f4e9803-libserializer-1.1.6.zip’ saved [211919/211919] +2019-08-14 15:28:44 (1.64 MB/s) - ‘./f94d9870737518e3b597f9265f4e9803-libserializer-1.1.6.zip’ saved [211919/211919] ---2019-07-04 14:42:20-- https://dev-www.libreoffice.org/src/ace6ab49184e329db254e454a010f56d-libxml-1.1.7.zip -Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201, 2a00:1828:a012:201::1 +--2019-08-14 15:28:44-- https://dev-www.libreoffice.org/src/ace6ab49184e329db254e454a010f56d-libxml-1.1.7.zip +Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201 Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|89.238.68.201|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 2929311 (2.8M) [application/zip] Saving to: ‘./ace6ab49184e329db254e454a010f56d-libxml-1.1.7.zip’ - 0K ........ ........ ........ ........ ........ .... 100% 850K=3.4s + 0K ........ ........ ........ ........ ........ .... 100% 1.82M=1.5s -2019-07-04 14:42:23 (850 KB/s) - ‘./ace6ab49184e329db254e454a010f56d-libxml-1.1.7.zip’ saved [2929311/2929311] +2019-08-14 15:28:46 (1.82 MB/s) - ‘./ace6ab49184e329db254e454a010f56d-libxml-1.1.7.zip’ saved [2929311/2929311] ---2019-07-04 14:42:23-- https://dev-www.libreoffice.org/src/39bb3fcea1514f1369fcfc87542390fd-sacjava-1.3.zip -Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201, 2a00:1828:a012:201::1 +--2019-08-14 15:28:46-- https://dev-www.libreoffice.org/src/39bb3fcea1514f1369fcfc87542390fd-sacjava-1.3.zip +Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201 Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|89.238.68.201|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 153157 (150K) [application/zip] Saving to: ‘./39bb3fcea1514f1369fcfc87542390fd-sacjava-1.3.zip’ - 0K .. 100% 722K=0.2s + 0K .. 100% 1.61M=0.09s -2019-07-04 14:42:24 (722 KB/s) - ‘./39bb3fcea1514f1369fcfc87542390fd-sacjava-1.3.zip’ saved [153157/153157] +2019-08-14 15:28:46 (1.61 MB/s) - ‘./39bb3fcea1514f1369fcfc87542390fd-sacjava-1.3.zip’ saved [153157/153157] ---2019-07-04 14:42:24-- https://dev-www.libreoffice.org/src/libjpeg-turbo-1.5.3.tar.gz -Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201, 2a00:1828:a012:201::1 +--2019-08-14 15:28:46-- https://dev-www.libreoffice.org/src/libjpeg-turbo-1.5.3.tar.gz +Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201 Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|89.238.68.201|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 1658672 (1.6M) [application/octet-stream] Saving to: ‘./libjpeg-turbo-1.5.3.tar.gz’ - 0K ........ ........ ........ . 100% 817K=2.0s + 0K ........ ........ ........ . 100% 547K=3.0s -2019-07-04 14:42:27 (817 KB/s) - ‘./libjpeg-turbo-1.5.3.tar.gz’ saved [1658672/1658672] +2019-08-14 15:28:50 (547 KB/s) - ‘./libjpeg-turbo-1.5.3.tar.gz’ saved [1658672/1658672] ---2019-07-04 14:42:27-- https://dev-www.libreoffice.org/src/b63e6340a02ff1cacfeadb2c42286161-JLanguageTool-1.7.0.tar.bz2 -Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201, 2a00:1828:a012:201::1 +--2019-08-14 15:28:50-- https://dev-www.libreoffice.org/src/b63e6340a02ff1cacfeadb2c42286161-JLanguageTool-1.7.0.tar.bz2 +Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201 Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|89.238.68.201|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 37482428 (36M) [application/octet-stream] Saving to: ‘./b63e6340a02ff1cacfeadb2c42286161-JLanguageTool-1.7.0.tar.bz2’ - 0K ........ ........ ........ ........ ........ ........ 8% 934K 36s - 3072K ........ ........ ........ ........ ........ ........ 16% 1008K 31s - 6144K ........ ........ ........ ........ ........ ........ 25% 703K 32s - 9216K ........ ........ ........ ........ ........ ........ 33% 882K 28s - 12288K ........ ........ ........ ........ ........ ........ 41% 815K 25s - 15360K ........ ........ ........ ........ ........ ........ 50% 968K 21s - 18432K ........ ........ ........ ........ ........ ........ 58% 948K 17s - 21504K ........ ........ ........ ........ ........ ........ 67% 902K 14s - 24576K ........ ........ ........ ........ ........ ........ 75% 761K 10s - 27648K ........ ........ ........ ........ ........ ........ 83% 1.04M 7s - 30720K ........ ........ ........ ........ ........ ........ 92% 936K 3s - 33792K ........ ........ ........ ........ ........ ... 100% 794K=42s + 0K ........ ........ ........ ........ ........ ........ 8% 1.55M 21s + 3072K ........ ........ ........ ........ ........ ........ 16% 978K 25s + 6144K ........ ........ ........ ........ ........ ........ 25% 950K 25s + 9216K ........ ........ ........ ........ ........ ........ 33% 864K 23s + 12288K ........ ........ ........ ........ ........ ........ 41% 1.36M 19s + 15360K ........ ........ ........ ........ ........ ........ 50% 1.48M 16s + 18432K ........ ........ ........ ........ ........ ........ 58% 1004K 13s + 21504K ........ ........ ........ ........ ........ ........ 67% 1.16M 11s + 24576K ........ ........ ........ ........ ........ ........ 75% 1.02M 8s + 27648K ........ ........ ........ ........ ........ ........ 83% 1.67M 5s + 30720K ........ ........ ........ ........ ........ ........ 92% 1.26M 2s + 33792K ........ ........ ........ ........ ........ ... 100% 1.33M=31s -2019-07-04 14:43:09 (881 KB/s) - ‘./b63e6340a02ff1cacfeadb2c42286161-JLanguageTool-1.7.0.tar.bz2’ saved [37482428/37482428] +2019-08-14 15:29:21 (1.16 MB/s) - ‘./b63e6340a02ff1cacfeadb2c42286161-JLanguageTool-1.7.0.tar.bz2’ saved [37482428/37482428] ---2019-07-04 14:43:09-- https://dev-www.libreoffice.org/src/lcms2-2.9.tar.gz -Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201, 2a00:1828:a012:201::1 +--2019-08-14 15:29:21-- https://dev-www.libreoffice.org/src/lcms2-2.9.tar.gz +Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201 Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|89.238.68.201|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 10974649 (10M) [application/octet-stream] Saving to: ‘./lcms2-2.9.tar.gz’ - 0K ........ ........ ........ ........ ........ ........ 28% 678K 11s - 3072K ........ ........ ........ ........ ........ ........ 57% 937K 6s - 6144K ........ ........ ........ ........ ........ ........ 85% 809K 2s - 9216K ........ ........ ....... 100% 619K=14s + 0K ........ ........ ........ ........ ........ ........ 28% 1.36M 5s + 3072K ........ ........ ........ ........ ........ ........ 57% 1.88M 3s + 6144K ........ ........ ........ ........ ........ ........ 85% 1.29M 1s + 9216K ........ ........ ....... 100% 1.09M=7.5s -2019-07-04 14:43:23 (764 KB/s) - ‘./lcms2-2.9.tar.gz’ saved [10974649/10974649] +2019-08-14 15:29:29 (1.40 MB/s) - ‘./lcms2-2.9.tar.gz’ saved [10974649/10974649] ---2019-07-04 14:43:23-- https://dev-www.libreoffice.org/src/libatomic_ops-7.6.8.tar.gz -Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201, 2a00:1828:a012:201::1 +--2019-08-14 15:29:29-- https://dev-www.libreoffice.org/src/libatomic_ops-7.6.8.tar.gz +Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201 Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|89.238.68.201|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 503550 (492K) [application/octet-stream] Saving to: ‘./libatomic_ops-7.6.8.tar.gz’ - 0K ....... 100% 700K=0.7s + 0K ....... 100% 1.13M=0.4s -2019-07-04 14:43:24 (700 KB/s) - ‘./libatomic_ops-7.6.8.tar.gz’ saved [503550/503550] +2019-08-14 15:29:30 (1.13 MB/s) - ‘./libatomic_ops-7.6.8.tar.gz’ saved [503550/503550] ---2019-07-04 14:43:24-- https://dev-www.libreoffice.org/src/libassuan-2.5.1.tar.bz2 -Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201, 2a00:1828:a012:201::1 +--2019-08-14 15:29:30-- https://dev-www.libreoffice.org/src/libassuan-2.5.1.tar.bz2 +Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201 Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|89.238.68.201|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 564857 (552K) [application/octet-stream] Saving to: ‘./libassuan-2.5.1.tar.bz2’ - 0K ........ 100% 914K=0.6s + 0K ........ 100% 758K=0.7s -2019-07-04 14:43:25 (914 KB/s) - ‘./libassuan-2.5.1.tar.bz2’ saved [564857/564857] +2019-08-14 15:29:31 (758 KB/s) - ‘./libassuan-2.5.1.tar.bz2’ saved [564857/564857] ---2019-07-04 14:43:25-- https://dev-www.libreoffice.org/src/libeot-0.01.tar.bz2 -Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201, 2a00:1828:a012:201::1 +--2019-08-14 15:29:31-- https://dev-www.libreoffice.org/src/libeot-0.01.tar.bz2 +Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201 Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|89.238.68.201|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 260288 (254K) [application/octet-stream] Saving to: ‘./libeot-0.01.tar.bz2’ - 0K ... 100% 849K=0.3s + 0K ... 100% 840K=0.3s -2019-07-04 14:43:26 (849 KB/s) - ‘./libeot-0.01.tar.bz2’ saved [260288/260288] +2019-08-14 15:29:32 (840 KB/s) - ‘./libeot-0.01.tar.bz2’ saved [260288/260288] ---2019-07-04 14:43:26-- https://dev-www.libreoffice.org/src/libexttextcat-3.4.5.tar.xz -Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201, 2a00:1828:a012:201::1 +--2019-08-14 15:29:32-- https://dev-www.libreoffice.org/src/libexttextcat-3.4.5.tar.xz +Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201 Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|89.238.68.201|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 1041268 (1017K) [application/octet-stream] Saving to: ‘./libexttextcat-3.4.5.tar.xz’ - 0K ........ ....... 100% 496K=2.0s + 0K ........ ....... 100% 1.09M=0.9s -2019-07-04 14:43:28 (496 KB/s) - ‘./libexttextcat-3.4.5.tar.xz’ saved [1041268/1041268] +2019-08-14 15:29:33 (1.09 MB/s) - ‘./libexttextcat-3.4.5.tar.xz’ saved [1041268/1041268] ---2019-07-04 14:43:28-- https://dev-www.libreoffice.org/src/libgpg-error-1.27.tar.bz2 -Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201, 2a00:1828:a012:201::1 +--2019-08-14 15:29:33-- https://dev-www.libreoffice.org/src/libgpg-error-1.27.tar.bz2 +Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201 Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|89.238.68.201|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 813060 (794K) [application/octet-stream] Saving to: ‘./libgpg-error-1.27.tar.bz2’ - 0K ........ .... 100% 694K=1.1s + 0K ........ .... 100% 906K=0.9s -2019-07-04 14:43:30 (694 KB/s) - ‘./libgpg-error-1.27.tar.bz2’ saved [813060/813060] +2019-08-14 15:29:34 (906 KB/s) - ‘./libgpg-error-1.27.tar.bz2’ saved [813060/813060] ---2019-07-04 14:43:30-- https://dev-www.libreoffice.org/src/language-subtag-registry-2019-04-03.tar.bz2 -Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201, 2a00:1828:a012:201::1 +--2019-08-14 15:29:34-- https://dev-www.libreoffice.org/src/language-subtag-registry-2019-04-03.tar.bz2 +Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201 Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|89.238.68.201|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 75120 (73K) [application/octet-stream] Saving to: ‘./language-subtag-registry-2019-04-03.tar.bz2’ - 0K . 100% 1.63M=0.04s + 0K . 100% 1.60M=0.04s -2019-07-04 14:43:30 (1.63 MB/s) - ‘./language-subtag-registry-2019-04-03.tar.bz2’ saved [75120/75120] +2019-08-14 15:29:34 (1.60 MB/s) - ‘./language-subtag-registry-2019-04-03.tar.bz2’ saved [75120/75120] ---2019-07-04 14:43:30-- https://dev-www.libreoffice.org/src/liblangtag-0.6.2.tar.bz2 -Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201, 2a00:1828:a012:201::1 +--2019-08-14 15:29:34-- https://dev-www.libreoffice.org/src/liblangtag-0.6.2.tar.bz2 +Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201 Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|89.238.68.201|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 766080 (748K) [application/octet-stream] Saving to: ‘./liblangtag-0.6.2.tar.bz2’ - 0K ........ ... 100% 1.06M=0.7s + 0K ........ ... 100% 884K=0.8s -2019-07-04 14:43:31 (1.06 MB/s) - ‘./liblangtag-0.6.2.tar.bz2’ saved [766080/766080] +2019-08-14 15:29:35 (884 KB/s) - ‘./liblangtag-0.6.2.tar.bz2’ saved [766080/766080] ---2019-07-04 14:43:31-- https://dev-www.libreoffice.org/src/libnumbertext-1.0.5.tar.xz -Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201, 2a00:1828:a012:201::1 +--2019-08-14 15:29:36-- https://dev-www.libreoffice.org/src/libnumbertext-1.0.5.tar.xz +Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201 Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|89.238.68.201|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 281640 (275K) [application/octet-stream] Saving to: ‘./libnumbertext-1.0.5.tar.xz’ - 0K .... 100% 1.20M=0.2s + 0K .... 100% 924K=0.3s -2019-07-04 14:43:32 (1.20 MB/s) - ‘./libnumbertext-1.0.5.tar.xz’ saved [281640/281640] +2019-08-14 15:29:36 (924 KB/s) - ‘./libnumbertext-1.0.5.tar.xz’ saved [281640/281640] ---2019-07-04 14:43:32-- https://dev-www.libreoffice.org/src/libpng-1.6.37.tar.xz -Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201, 2a00:1828:a012:201::1 +--2019-08-14 15:29:36-- https://dev-www.libreoffice.org/src/libpng-1.6.37.tar.xz +Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201 Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|89.238.68.201|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 1012272 (989K) [application/octet-stream] Saving to: ‘./libpng-1.6.37.tar.xz’ - 0K ........ ....... 100% 1.45M=0.7s + 0K ........ ....... 100% 1.19M=0.8s -2019-07-04 14:43:33 (1.45 MB/s) - ‘./libpng-1.6.37.tar.xz’ saved [1012272/1012272] +2019-08-14 15:29:37 (1.19 MB/s) - ‘./libpng-1.6.37.tar.xz’ saved [1012272/1012272] ---2019-07-04 14:43:33-- https://dev-www.libreoffice.org/src/ltm-1.0.zip -Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201, 2a00:1828:a012:201::1 +--2019-08-14 15:29:37-- https://dev-www.libreoffice.org/src/ltm-1.0.zip +Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201 Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|89.238.68.201|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 2542693 (2.4M) [application/zip] Saving to: ‘./ltm-1.0.zip’ - 0K ........ ........ ........ ........ ...... 100% 895K=2.8s + 0K ........ ........ ........ ........ ...... 100% 1.73M=1.4s -2019-07-04 14:43:36 (895 KB/s) - ‘./ltm-1.0.zip’ saved [2542693/2542693] +2019-08-14 15:29:39 (1.73 MB/s) - ‘./ltm-1.0.zip’ saved [2542693/2542693] ---2019-07-04 14:43:36-- https://dev-www.libreoffice.org/src/libxml2-2.9.9.tar.gz -Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201, 2a00:1828:a012:201::1 +--2019-08-14 15:29:39-- https://dev-www.libreoffice.org/src/libxml2-2.9.9.tar.gz +Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201 Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|89.238.68.201|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 5476717 (5.2M) [application/octet-stream] Saving to: ‘./libxml2-2.9.9.tar.gz’ - 0K ........ ........ ........ ........ ........ ........ 57% 912K 2s - 3072K ........ ........ ........ ........ ... 100% 1.04M=5.5s + 0K ........ ........ ........ ........ ........ ........ 57% 1.17M 2s + 3072K ........ ........ ........ ........ ... 100% 1.07M=4.6s -2019-07-04 14:43:42 (971 KB/s) - ‘./libxml2-2.9.9.tar.gz’ saved [5476717/5476717] +2019-08-14 15:29:44 (1.13 MB/s) - ‘./libxml2-2.9.9.tar.gz’ saved [5476717/5476717] ---2019-07-04 14:43:42-- https://dev-www.libreoffice.org/src/xmlsec1-1.2.27.tar.gz -Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201, 2a00:1828:a012:201::1 +--2019-08-14 15:29:44-- https://dev-www.libreoffice.org/src/xmlsec1-1.2.27.tar.gz +Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201 Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|89.238.68.201|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 2013651 (1.9M) [application/octet-stream] Saving to: ‘./xmlsec1-1.2.27.tar.gz’ - 0K ........ ........ ........ ...... 100% 672K=2.9s + 0K ........ ........ ........ ...... 100% 1.21M=1.6s -2019-07-04 14:43:45 (672 KB/s) - ‘./xmlsec1-1.2.27.tar.gz’ saved [2013651/2013651] +2019-08-14 15:29:46 (1.21 MB/s) - ‘./xmlsec1-1.2.27.tar.gz’ saved [2013651/2013651] ---2019-07-04 14:43:45-- https://dev-www.libreoffice.org/src/libxslt-1.1.33.tar.gz -Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201, 2a00:1828:a012:201::1 +--2019-08-14 15:29:46-- https://dev-www.libreoffice.org/src/libxslt-1.1.33.tar.gz +Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201 Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|89.238.68.201|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 3444093 (3.3M) [application/octet-stream] Saving to: ‘./libxslt-1.1.33.tar.gz’ - 0K ........ ........ ........ ........ ........ ........ 91% 1.07M 0s - 3072K .... 100% 970K=3.1s + 0K ........ ........ ........ ........ ........ ........ 91% 1.15M 0s + 3072K .... 100% 1.33M=2.8s -2019-07-04 14:43:48 (1.06 MB/s) - ‘./libxslt-1.1.33.tar.gz’ saved [3444093/3444093] +2019-08-14 15:29:49 (1.16 MB/s) - ‘./libxslt-1.1.33.tar.gz’ saved [3444093/3444093] ---2019-07-04 14:43:48-- https://dev-www.libreoffice.org/src/26b3e95ddf3d9c077c480ea45874b3b8-lp_solve_5.5.tar.gz -Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201, 2a00:1828:a012:201::1 +--2019-08-14 15:29:49-- https://dev-www.libreoffice.org/src/26b3e95ddf3d9c077c480ea45874b3b8-lp_solve_5.5.tar.gz +Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201 Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|89.238.68.201|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 769268 (751K) [application/octet-stream] Saving to: ‘./26b3e95ddf3d9c077c480ea45874b3b8-lp_solve_5.5.tar.gz’ - 0K ........ ... 100% 880K=0.9s + 0K ........ ... 100% 398K=1.9s -2019-07-04 14:43:49 (880 KB/s) - ‘./26b3e95ddf3d9c077c480ea45874b3b8-lp_solve_5.5.tar.gz’ saved [769268/769268] +2019-08-14 15:29:51 (398 KB/s) - ‘./26b3e95ddf3d9c077c480ea45874b3b8-lp_solve_5.5.tar.gz’ saved [769268/769268] ---2019-07-04 14:43:49-- https://dev-www.libreoffice.org/src/lxml-4.1.1.tgz -Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201, 2a00:1828:a012:201::1 +--2019-08-14 15:29:51-- https://dev-www.libreoffice.org/src/lxml-4.1.1.tgz +Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201 Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|89.238.68.201|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 2380804 (2.3M) [application/octet-stream] Saving to: ‘./lxml-4.1.1.tgz’ - 0K ........ ........ ........ ........ .... 100% 1.02M=2.2s + 0K ........ ........ ........ ........ .... 100% 1.07M=2.1s -2019-07-04 14:43:52 (1.02 MB/s) - ‘./lxml-4.1.1.tgz’ saved [2380804/2380804] +2019-08-14 15:29:54 (1.07 MB/s) - ‘./lxml-4.1.1.tgz’ saved [2380804/2380804] ---2019-07-04 14:43:52-- https://dev-www.libreoffice.org/src/a233181e03d3c307668b4c722d881661-mariadb_client-2.0.0-src.tar.gz -Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201, 2a00:1828:a012:201::1 +--2019-08-14 15:29:54-- https://dev-www.libreoffice.org/src/a233181e03d3c307668b4c722d881661-mariadb_client-2.0.0-src.tar.gz +Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201 Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|89.238.68.201|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 1923436 (1.8M) [application/octet-stream] Saving to: ‘./a233181e03d3c307668b4c722d881661-mariadb_client-2.0.0-src.tar.gz’ - 0K ........ ........ ........ ..... 100% 974K=1.9s + 0K ........ ........ ........ ..... 100% 1.27M=1.4s -2019-07-04 14:43:54 (974 KB/s) - ‘./a233181e03d3c307668b4c722d881661-mariadb_client-2.0.0-src.tar.gz’ saved [1923436/1923436] +2019-08-14 15:29:56 (1.27 MB/s) - ‘./a233181e03d3c307668b4c722d881661-mariadb_client-2.0.0-src.tar.gz’ saved [1923436/1923436] ---2019-07-04 14:43:54-- https://dev-www.libreoffice.org/src/mdds-1.4.3.tar.bz2 -Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201, 2a00:1828:a012:201::1 +--2019-08-14 15:29:56-- https://dev-www.libreoffice.org/src/mdds-1.4.3.tar.bz2 +Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201 Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|89.238.68.201|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 334515 (327K) [application/octet-stream] Saving to: ‘./mdds-1.4.3.tar.bz2’ - 0K ..... 100% 771K=0.4s + 0K ..... 100% 964K=0.3s -2019-07-04 14:43:55 (771 KB/s) - ‘./mdds-1.4.3.tar.bz2’ saved [334515/334515] +2019-08-14 15:29:56 (964 KB/s) - ‘./mdds-1.4.3.tar.bz2’ saved [334515/334515] ---2019-07-04 14:43:55-- https://dev-www.libreoffice.org/src/mDNSResponder-878.200.35.tar.gz -Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201, 2a00:1828:a012:201::1 +--2019-08-14 15:29:56-- https://dev-www.libreoffice.org/src/mDNSResponder-878.200.35.tar.gz +Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201 Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|89.238.68.201|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 2537410 (2.4M) [application/octet-stream] Saving to: ‘./mDNSResponder-878.200.35.tar.gz’ - 0K ........ ........ ........ ........ ...... 100% 964K=2.6s + 0K ........ ........ ........ ........ ...... 100% 1.39M=1.7s -2019-07-04 14:43:58 (964 KB/s) - ‘./mDNSResponder-878.200.35.tar.gz’ saved [2537410/2537410] +2019-08-14 15:29:58 (1.39 MB/s) - ‘./mDNSResponder-878.200.35.tar.gz’ saved [2537410/2537410] ---2019-07-04 14:43:58-- https://dev-www.libreoffice.org/src/368f114c078f94214a308a74c7e991bc-crosextrafonts-20130214.tar.gz -Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201, 2a00:1828:a012:201::1 +--2019-08-14 15:29:58-- https://dev-www.libreoffice.org/src/368f114c078f94214a308a74c7e991bc-crosextrafonts-20130214.tar.gz +Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201 Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|89.238.68.201|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 112756 (110K) [application/octet-stream] Saving to: ‘./368f114c078f94214a308a74c7e991bc-crosextrafonts-20130214.tar.gz’ - 0K . 100% 1.24M=0.09s + 0K . 100% 1.25M=0.09s -2019-07-04 14:43:58 (1.24 MB/s) - ‘./368f114c078f94214a308a74c7e991bc-crosextrafonts-20130214.tar.gz’ saved [112756/112756] +2019-08-14 15:29:59 (1.25 MB/s) - ‘./368f114c078f94214a308a74c7e991bc-crosextrafonts-20130214.tar.gz’ saved [112756/112756] ---2019-07-04 14:43:58-- https://dev-www.libreoffice.org/src/c74b7223abe75949b4af367942d96c7a-crosextrafonts-carlito-20130920.tar.gz -Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201, 2a00:1828:a012:201::1 +--2019-08-14 15:29:59-- https://dev-www.libreoffice.org/src/c74b7223abe75949b4af367942d96c7a-crosextrafonts-carlito-20130920.tar.gz +Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201 Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|89.238.68.201|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 1169488 (1.1M) [application/octet-stream] Saving to: ‘./c74b7223abe75949b4af367942d96c7a-crosextrafonts-carlito-20130920.tar.gz’ - 0K ........ ........ . 100% 684K=1.7s + 0K ........ ........ . 100% 841K=1.4s -2019-07-04 14:44:00 (684 KB/s) - ‘./c74b7223abe75949b4af367942d96c7a-crosextrafonts-carlito-20130920.tar.gz’ saved [1169488/1169488] +2019-08-14 15:30:00 (841 KB/s) - ‘./c74b7223abe75949b4af367942d96c7a-crosextrafonts-carlito-20130920.tar.gz’ saved [1169488/1169488] ---2019-07-04 14:44:00-- https://dev-www.libreoffice.org/src/33e1e61fab06a547851ed308b4ffef42-dejavu-fonts-ttf-2.37.zip -Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201, 2a00:1828:a012:201::1 +--2019-08-14 15:30:00-- https://dev-www.libreoffice.org/src/33e1e61fab06a547851ed308b4ffef42-dejavu-fonts-ttf-2.37.zip +Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201 Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|89.238.68.201|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 5522795 (5.3M) [application/zip] Saving to: ‘./33e1e61fab06a547851ed308b4ffef42-dejavu-fonts-ttf-2.37.zip’ - 0K ........ ........ ........ ........ ........ ........ 56% 1.15M 2s - 3072K ........ ........ ........ ........ .... 100% 960K=5.0s + 0K ........ ........ ........ ........ ........ ........ 56% 1.70M 1s + 3072K ........ ........ ........ ........ .... 100% 2.39M=2.7s -2019-07-04 14:44:05 (1.05 MB/s) - ‘./33e1e61fab06a547851ed308b4ffef42-dejavu-fonts-ttf-2.37.zip’ saved [5522795/5522795] +2019-08-14 15:30:03 (1.94 MB/s) - ‘./33e1e61fab06a547851ed308b4ffef42-dejavu-fonts-ttf-2.37.zip’ saved [5522795/5522795] ---2019-07-04 14:44:05-- https://dev-www.libreoffice.org/src/1725634df4bb3dcb1b2c91a6175f8789-GentiumBasic_1102.zip -Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201, 2a00:1828:a012:201::1 +--2019-08-14 15:30:03-- https://dev-www.libreoffice.org/src/1725634df4bb3dcb1b2c91a6175f8789-GentiumBasic_1102.zip +Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201 Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|89.238.68.201|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 811606 (793K) [application/zip] Saving to: ‘./1725634df4bb3dcb1b2c91a6175f8789-GentiumBasic_1102.zip’ - 0K ........ .... 100% 996K=0.8s + 0K ........ .... 100% 1.56M=0.5s -2019-07-04 14:44:06 (996 KB/s) - ‘./1725634df4bb3dcb1b2c91a6175f8789-GentiumBasic_1102.zip’ saved [811606/811606] +2019-08-14 15:30:04 (1.56 MB/s) - ‘./1725634df4bb3dcb1b2c91a6175f8789-GentiumBasic_1102.zip’ saved [811606/811606] ---2019-07-04 14:44:06-- https://dev-www.libreoffice.org/src/liberation-narrow-fonts-ttf-1.07.6.tar.gz -Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201, 2a00:1828:a012:201::1 +--2019-08-14 15:30:04-- https://dev-www.libreoffice.org/src/liberation-narrow-fonts-ttf-1.07.6.tar.gz +Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201 Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|89.238.68.201|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 300832 (294K) [application/octet-stream] Saving to: ‘./liberation-narrow-fonts-ttf-1.07.6.tar.gz’ - 0K .... 100% 973K=0.3s + 0K .... 100% 310K=0.9s -2019-07-04 14:44:07 (973 KB/s) - ‘./liberation-narrow-fonts-ttf-1.07.6.tar.gz’ saved [300832/300832] +2019-08-14 15:30:06 (310 KB/s) - ‘./liberation-narrow-fonts-ttf-1.07.6.tar.gz’ saved [300832/300832] ---2019-07-04 14:44:07-- https://dev-www.libreoffice.org/src/liberation-fonts-ttf-2.00.4.tar.gz -Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201, 2a00:1828:a012:201::1 +--2019-08-14 15:30:06-- https://dev-www.libreoffice.org/src/liberation-fonts-ttf-2.00.4.tar.gz +Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201 Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|89.238.68.201|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 2355235 (2.2M) [application/octet-stream] Saving to: ‘./liberation-fonts-ttf-2.00.4.tar.gz’ - 0K ........ ........ ........ ........ ... 100% 926K=2.5s + 0K ........ ........ ........ ........ ... 100% 1.16M=1.9s -2019-07-04 14:44:10 (926 KB/s) - ‘./liberation-fonts-ttf-2.00.4.tar.gz’ saved [2355235/2355235] +2019-08-14 15:30:08 (1.16 MB/s) - ‘./liberation-fonts-ttf-2.00.4.tar.gz’ saved [2355235/2355235] ---2019-07-04 14:44:10-- https://dev-www.libreoffice.org/src/e7a384790b13c29113e22e596ade9687-LinLibertineG-20120116.zip -Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201, 2a00:1828:a012:201::1 +--2019-08-14 15:30:08-- https://dev-www.libreoffice.org/src/e7a384790b13c29113e22e596ade9687-LinLibertineG-20120116.zip +Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201 Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|89.238.68.201|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 6651982 (6.3M) [application/zip] Saving to: ‘./e7a384790b13c29113e22e596ade9687-LinLibertineG-20120116.zip’ - 0K ........ ........ ........ ........ ........ ........ 47% 1.04M 3s - 3072K ........ ........ ........ ........ ........ ........ 94% 1.04M 0s - 6144K ..... 100% 1.05M=6.1s + 0K ........ ........ ........ ........ ........ ........ 47% 2.29M 1s + 3072K ........ ........ ........ ........ ........ ........ 94% 1.36M 0s + 6144K ..... 100% 1.56M=3.7s -2019-07-04 14:44:17 (1.04 MB/s) - ‘./e7a384790b13c29113e22e596ade9687-LinLibertineG-20120116.zip’ saved [6651982/6651982] +2019-08-14 15:30:12 (1.70 MB/s) - ‘./e7a384790b13c29113e22e596ade9687-LinLibertineG-20120116.zip’ saved [6651982/6651982] ---2019-07-04 14:44:17-- https://dev-www.libreoffice.org/src/907d6e99f241876695c19ff3db0b8923-source-code-pro-2.030R-ro-1.050R-it.tar.gz -Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201, 2a00:1828:a012:201::1 +--2019-08-14 15:30:12-- https://dev-www.libreoffice.org/src/907d6e99f241876695c19ff3db0b8923-source-code-pro-2.030R-ro-1.050R-it.tar.gz +Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201 Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|89.238.68.201|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 1338551 (1.3M) [application/octet-stream] Saving to: ‘./907d6e99f241876695c19ff3db0b8923-source-code-pro-2.030R-ro-1.050R-it.tar.gz’ - 0K ........ ........ .... 100% 759K=1.7s + 0K ........ ........ .... 100% 672K=1.9s -2019-07-04 14:44:19 (759 KB/s) - ‘./907d6e99f241876695c19ff3db0b8923-source-code-pro-2.030R-ro-1.050R-it.tar.gz’ saved [1338551/1338551] +2019-08-14 15:30:14 (672 KB/s) - ‘./907d6e99f241876695c19ff3db0b8923-source-code-pro-2.030R-ro-1.050R-it.tar.gz’ saved [1338551/1338551] ---2019-07-04 14:44:19-- https://dev-www.libreoffice.org/src/edc4d741888bc0d38e32dbaa17149596-source-sans-pro-2.010R-ro-1.065R-it.tar.gz -Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201, 2a00:1828:a012:201::1 +--2019-08-14 15:30:14-- https://dev-www.libreoffice.org/src/edc4d741888bc0d38e32dbaa17149596-source-sans-pro-2.010R-ro-1.065R-it.tar.gz +Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201 Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|89.238.68.201|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 1098827 (1.0M) [application/octet-stream] Saving to: ‘./edc4d741888bc0d38e32dbaa17149596-source-sans-pro-2.010R-ro-1.065R-it.tar.gz’ - 0K ........ ........ 100% 942K=1.1s + 0K ........ ........ 100% 731K=1.5s -2019-07-04 14:44:21 (942 KB/s) - ‘./edc4d741888bc0d38e32dbaa17149596-source-sans-pro-2.010R-ro-1.065R-it.tar.gz’ saved [1098827/1098827] +2019-08-14 15:30:16 (731 KB/s) - ‘./edc4d741888bc0d38e32dbaa17149596-source-sans-pro-2.010R-ro-1.065R-it.tar.gz’ saved [1098827/1098827] ---2019-07-04 14:44:21-- https://dev-www.libreoffice.org/src/source-serif-font-2.007R.tar.gz -Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201, 2a00:1828:a012:201::1 +--2019-08-14 15:30:16-- https://dev-www.libreoffice.org/src/source-serif-font-2.007R.tar.gz +Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201 Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|89.238.68.201|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 820083 (801K) [application/octet-stream] Saving to: ‘./source-serif-font-2.007R.tar.gz’ - 0K ........ .... 100% 1.05M=0.7s + 0K ........ .... 100% 845K=0.9s -2019-07-04 14:44:22 (1.05 MB/s) - ‘./source-serif-font-2.007R.tar.gz’ saved [820083/820083] +2019-08-14 15:30:17 (845 KB/s) - ‘./source-serif-font-2.007R.tar.gz’ saved [820083/820083] ---2019-07-04 14:44:22-- https://dev-www.libreoffice.org/src/EmojiOneColor-SVGinOT-1.3.tar.gz -Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201, 2a00:1828:a012:201::1 +--2019-08-14 15:30:17-- https://dev-www.libreoffice.org/src/EmojiOneColor-SVGinOT-1.3.tar.gz +Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201 Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|89.238.68.201|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 2961759 (2.8M) [application/octet-stream] Saving to: ‘./EmojiOneColor-SVGinOT-1.3.tar.gz’ - 0K ........ ........ ........ ........ ........ ..... 100% 885K=3.3s + 0K ........ ........ ........ ........ ........ ..... 100% 863K=3.4s -2019-07-04 14:44:25 (885 KB/s) - ‘./EmojiOneColor-SVGinOT-1.3.tar.gz’ saved [2961759/2961759] +2019-08-14 15:30:21 (863 KB/s) - ‘./EmojiOneColor-SVGinOT-1.3.tar.gz’ saved [2961759/2961759] ---2019-07-04 14:44:25-- https://dev-www.libreoffice.org/src/noto-fonts-20171024.tar.gz -Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201, 2a00:1828:a012:201::1 +--2019-08-14 15:30:21-- https://dev-www.libreoffice.org/src/noto-fonts-20171024.tar.gz +Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201 Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|89.238.68.201|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 6646182 (6.3M) [application/octet-stream] Saving to: ‘./noto-fonts-20171024.tar.gz’ - 0K ........ ........ ........ ........ ........ ........ 47% 794K 4s - 3072K ........ ........ ........ ........ ........ ........ 94% 710K 0s - 6144K ..... 100% 1024K=8.5s + 0K ........ ........ ........ ........ ........ ........ 47% 1.46M 2s + 3072K ........ ........ ........ ........ ........ ........ 94% 865K 0s + 6144K ..... 100% 1.17M=5.9s -2019-07-04 14:44:34 (760 KB/s) - ‘./noto-fonts-20171024.tar.gz’ saved [6646182/6646182] +2019-08-14 15:30:27 (1.07 MB/s) - ‘./noto-fonts-20171024.tar.gz’ saved [6646182/6646182] ---2019-07-04 14:44:34-- https://dev-www.libreoffice.org/src/culmus-0.131.tar.gz -Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201, 2a00:1828:a012:201::1 +--2019-08-14 15:30:27-- https://dev-www.libreoffice.org/src/culmus-0.131.tar.gz +Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201 Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|89.238.68.201|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 1076737 (1.0M) [application/octet-stream] Saving to: ‘./culmus-0.131.tar.gz’ - 0K ........ ........ 100% 682K=1.5s + 0K ........ ........ 100% 1.05M=1.0s -2019-07-04 14:44:36 (682 KB/s) - ‘./culmus-0.131.tar.gz’ saved [1076737/1076737] +2019-08-14 15:30:28 (1.05 MB/s) - ‘./culmus-0.131.tar.gz’ saved [1076737/1076737] ---2019-07-04 14:44:36-- https://dev-www.libreoffice.org/src/libre-hebrew-1.0.tar.gz -Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201, 2a00:1828:a012:201::1 +--2019-08-14 15:30:28-- https://dev-www.libreoffice.org/src/libre-hebrew-1.0.tar.gz +Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201 Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|89.238.68.201|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 531276 (519K) [application/octet-stream] Saving to: ‘./libre-hebrew-1.0.tar.gz’ - 0K ........ 100% 724K=0.7s + 0K ........ 100% 1.21M=0.4s -2019-07-04 14:44:37 (724 KB/s) - ‘./libre-hebrew-1.0.tar.gz’ saved [531276/531276] +2019-08-14 15:30:29 (1.21 MB/s) - ‘./libre-hebrew-1.0.tar.gz’ saved [531276/531276] ---2019-07-04 14:44:37-- https://dev-www.libreoffice.org/src/alef-1.001.tar.gz -Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201, 2a00:1828:a012:201::1 +--2019-08-14 15:30:29-- https://dev-www.libreoffice.org/src/alef-1.001.tar.gz +Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201 Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|89.238.68.201|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 93498 (91K) [application/octet-stream] @@ -997,273 +997,290 @@ 0K . 100% 1.07M=0.08s -2019-07-04 14:44:37 (1.07 MB/s) - ‘./alef-1.001.tar.gz’ saved [93498/93498] +2019-08-14 15:30:29 (1.07 MB/s) - ‘./alef-1.001.tar.gz’ saved [93498/93498] ---2019-07-04 14:44:37-- https://dev-www.libreoffice.org/src/Amiri-0.111.zip -Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201, 2a00:1828:a012:201::1 +--2019-08-14 15:30:30-- https://dev-www.libreoffice.org/src/Amiri-0.111.zip +Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201 Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|89.238.68.201|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 1423863 (1.4M) [application/zip] Saving to: ‘./Amiri-0.111.zip’ - 0K ........ ........ ..... 100% 950K=1.5s + 0K ........ ........ ..... 100% 1.45M=0.9s -2019-07-04 14:44:39 (950 KB/s) - ‘./Amiri-0.111.zip’ saved [1423863/1423863] +2019-08-14 15:30:31 (1.45 MB/s) - ‘./Amiri-0.111.zip’ saved [1423863/1423863] ---2019-07-04 14:44:39-- https://dev-www.libreoffice.org/src/ttf-kacst_2.01+mry.tar.gz -Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201, 2a00:1828:a012:201::1 +--2019-08-14 15:30:31-- https://dev-www.libreoffice.org/src/ttf-kacst_2.01+mry.tar.gz +Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201 Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|89.238.68.201|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 407400 (398K) [application/octet-stream] Saving to: ‘./ttf-kacst_2.01+mry.tar.gz’ - 0K ...... 100% 1.03M=0.4s + 0K ...... 100% 1.72M=0.2s -2019-07-04 14:44:40 (1.03 MB/s) - ‘./ttf-kacst_2.01+mry.tar.gz’ saved [407400/407400] +2019-08-14 15:30:31 (1.72 MB/s) - ‘./ttf-kacst_2.01+mry.tar.gz’ saved [407400/407400] ---2019-07-04 14:44:40-- https://dev-www.libreoffice.org/src/ReemKufi-0.7.zip -Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201, 2a00:1828:a012:201::1 +--2019-08-14 15:30:31-- https://dev-www.libreoffice.org/src/ReemKufi-0.7.zip +Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201 Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|89.238.68.201|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 153832 (150K) [application/zip] Saving to: ‘./ReemKufi-0.7.zip’ - 0K .. 100% 900K=0.2s + 0K .. 100% 1.71M=0.09s -2019-07-04 14:44:40 (900 KB/s) - ‘./ReemKufi-0.7.zip’ saved [153832/153832] +2019-08-14 15:30:32 (1.71 MB/s) - ‘./ReemKufi-0.7.zip’ saved [153832/153832] ---2019-07-04 14:44:40-- https://dev-www.libreoffice.org/src/Scheherazade-2.100.zip -Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201, 2a00:1828:a012:201::1 +--2019-08-14 15:30:32-- https://dev-www.libreoffice.org/src/Scheherazade-2.100.zip +Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201 Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|89.238.68.201|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 1114645 (1.1M) [application/zip] Saving to: ‘./Scheherazade-2.100.zip’ - 0K ........ ........ . 100% 1.24M=0.9s + 0K ........ ........ . 100% 1.56M=0.7s -2019-07-04 14:44:41 (1.24 MB/s) - ‘./Scheherazade-2.100.zip’ saved [1114645/1114645] +2019-08-14 15:30:33 (1.56 MB/s) - ‘./Scheherazade-2.100.zip’ saved [1114645/1114645] ---2019-07-04 14:44:41-- https://dev-www.libreoffice.org/src/libmspub-0.1.4.tar.xz -Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201, 2a00:1828:a012:201::1 +--2019-08-14 15:30:33-- https://dev-www.libreoffice.org/src/libmspub-0.1.4.tar.xz +Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201 Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|89.238.68.201|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 377472 (369K) [application/octet-stream] Saving to: ‘./libmspub-0.1.4.tar.xz’ - 0K ..... 100% 1.21M=0.3s + 0K ..... 100% 1.34M=0.3s -2019-07-04 14:44:42 (1.21 MB/s) - ‘./libmspub-0.1.4.tar.xz’ saved [377472/377472] +2019-08-14 15:30:33 (1.34 MB/s) - ‘./libmspub-0.1.4.tar.xz’ saved [377472/377472] ---2019-07-04 14:44:42-- https://dev-www.libreoffice.org/src/libmwaw-0.3.14.tar.xz -Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201, 2a00:1828:a012:201::1 +--2019-08-14 15:30:33-- https://dev-www.libreoffice.org/src/libmwaw-0.3.14.tar.xz +Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201 Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|89.238.68.201|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 1276240 (1.2M) [application/octet-stream] Saving to: ‘./libmwaw-0.3.14.tar.xz’ - 0K ........ ........ ... 100% 1.03M=1.2s + 0K ........ ........ ... 100% 1.50M=0.8s -2019-07-04 14:44:43 (1.03 MB/s) - ‘./libmwaw-0.3.14.tar.xz’ saved [1276240/1276240] +2019-08-14 15:30:34 (1.50 MB/s) - ‘./libmwaw-0.3.14.tar.xz’ saved [1276240/1276240] ---2019-07-04 14:44:43-- https://dev-www.libreoffice.org/src/a8c2c5b8f09e7ede322d5c602ff6a4b6-mythes-1.2.4.tar.gz -Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201, 2a00:1828:a012:201::1 +--2019-08-14 15:30:34-- https://dev-www.libreoffice.org/src/a8c2c5b8f09e7ede322d5c602ff6a4b6-mythes-1.2.4.tar.gz +Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201 Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|89.238.68.201|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 4910303 (4.7M) [application/octet-stream] Saving to: ‘./a8c2c5b8f09e7ede322d5c602ff6a4b6-mythes-1.2.4.tar.gz’ - 0K ........ ........ ........ ........ ........ ........ 64% 1.59M 1s - 3072K ........ ........ ........ .. 100% 1.44M=3.1s + 0K ........ ........ ........ ........ ........ ........ 64% 1.73M 1s + 3072K ........ ........ ........ .. 100% 896K=3.7s -2019-07-04 14:44:47 (1.53 MB/s) - ‘./a8c2c5b8f09e7ede322d5c602ff6a4b6-mythes-1.2.4.tar.gz’ saved [4910303/4910303] +2019-08-14 15:30:38 (1.28 MB/s) - ‘./a8c2c5b8f09e7ede322d5c602ff6a4b6-mythes-1.2.4.tar.gz’ saved [4910303/4910303] ---2019-07-04 14:44:47-- https://dev-www.libreoffice.org/src/neon-0.30.2.tar.gz -Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201, 2a00:1828:a012:201::1 +--2019-08-14 15:30:38-- https://dev-www.libreoffice.org/src/neon-0.30.2.tar.gz +Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201 Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|89.238.68.201|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 932779 (911K) [application/octet-stream] Saving to: ‘./neon-0.30.2.tar.gz’ - 0K ........ ...... 100% 914K=1.0s + 0K ........ ...... 100% 1004K=0.9s -2019-07-04 14:44:48 (914 KB/s) - ‘./neon-0.30.2.tar.gz’ saved [932779/932779] +2019-08-14 15:30:40 (1004 KB/s) - ‘./neon-0.30.2.tar.gz’ saved [932779/932779] ---2019-07-04 14:44:48-- https://dev-www.libreoffice.org/src/nss-3.38-with-nspr-4.19.tar.gz -Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201, 2a00:1828:a012:201::1 +--2019-08-14 15:30:40-- https://dev-www.libreoffice.org/src/nss-3.45-with-nspr-4.21.tar.gz +Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201 Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|89.238.68.201|:443... connected. HTTP request sent, awaiting response... 200 OK -Length: 24423714 (23M) [application/octet-stream] -Saving to: ‘./nss-3.38-with-nspr-4.19.tar.gz’ +Length: 77534684 (74M) [application/octet-stream] +Saving to: ‘./nss-3.45-with-nspr-4.21.tar.gz’ + + 0K ........ ........ ........ ........ ........ ........ 4% 857K 85s + 3072K ........ ........ ........ ........ ........ ........ 8% 1.05M 73s + 6144K ........ ........ ........ ........ ........ ........ 12% 1.32M 63s + 9216K ........ ........ ........ ........ ........ ........ 16% 1.41M 56s + 12288K ........ ........ ........ ........ ........ ........ 20% 1.13M 53s + 15360K ........ ........ ........ ........ ........ ........ 24% 877K 53s + 18432K ........ ........ ........ ........ ........ ........ 28% 1.35M 48s + 21504K ........ ........ ........ ........ ........ ........ 32% 1.01M 46s + 24576K ........ ........ ........ ........ ........ ........ 36% 1.02M 44s + 27648K ........ ........ ........ ........ ........ ........ 40% 1.15M 41s + 30720K ........ ........ ........ ........ ........ ........ 44% 872K 39s + 33792K ........ ........ ........ ........ ........ ........ 48% 458K 40s + 36864K ........ ........ ........ ........ ........ ........ 52% 130M 34s + 39936K ........ ........ ........ ........ ........ ........ 56% 2.12M 30s + 43008K ........ ........ ........ ........ ........ ........ 60% 1.96M 26s + 46080K ........ ........ ........ ........ ........ ........ 64% 1.20M 23s + 49152K ........ ........ ........ ........ ........ ........ 68% 1.27M 21s + 52224K ........ ........ ........ ........ ........ ........ 73% 1.01M 18s + 55296K ........ ........ ........ ........ ........ ........ 77% 1.46M 15s + 58368K ........ ........ ........ ........ ........ ........ 81% 923K 13s + 61440K ........ ........ ........ ........ ........ ........ 85% 904K 10s + 64512K ........ ........ ........ ........ ........ ........ 89% 1.07M 7s + 67584K ........ ........ ........ ........ ........ ........ 93% 1.25M 4s + 70656K ........ ........ ........ ........ ........ ........ 97% 1.07M 2s + 73728K ........ ........ ........ ....... 100% 1014K=68s - 0K ........ ........ ........ ........ ........ ........ 12% 1.69M 12s - 3072K ........ ........ ........ ........ ........ ........ 25% 1.40M 11s - 6144K ........ ........ ........ ........ ........ ........ 38% 1007K 11s - 9216K ........ ........ ........ ........ ........ ........ 51% 718K 11s - 12288K ........ ........ ........ ........ ........ ........ 64% 815K 8s - 15360K ........ ........ ........ ........ ........ ........ 77% 836K 5s - 18432K ........ ........ ........ ........ ........ ........ 90% 1.15M 2s - 21504K ........ ........ ........ ........ .... 100% 1.53M=23s +2019-08-14 15:31:47 (1.09 MB/s) - ‘./nss-3.45-with-nspr-4.21.tar.gz’ saved [77534684/77534684] -2019-07-04 14:45:11 (1.02 MB/s) - ‘./nss-3.38-with-nspr-4.19.tar.gz’ saved [24423714/24423714] - ---2019-07-04 14:45:11-- https://dev-www.libreoffice.org/src/libodfgen-0.1.6.tar.bz2 -Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201, 2a00:1828:a012:201::1 +--2019-08-14 15:31:48-- https://dev-www.libreoffice.org/src/libodfgen-0.1.6.tar.bz2 +Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201 Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|89.238.68.201|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 446705 (436K) [application/octet-stream] Saving to: ‘./libodfgen-0.1.6.tar.bz2’ - 0K ...... 100% 1.12M=0.4s + 0K ...... 100% 575K=0.8s -2019-07-04 14:45:12 (1.12 MB/s) - ‘./libodfgen-0.1.6.tar.bz2’ saved [446705/446705] +2019-08-14 15:31:49 (575 KB/s) - ‘./libodfgen-0.1.6.tar.bz2’ saved [446705/446705] ---2019-07-04 14:45:12-- https://dev-www.libreoffice.org/src/openldap-2.4.45.tgz -Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201, 2a00:1828:a012:201::1 +--2019-08-14 15:31:49-- https://dev-www.libreoffice.org/src/openldap-2.4.45.tgz +Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201 Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|89.238.68.201|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 5672845 (5.4M) [application/octet-stream] Saving to: ‘./openldap-2.4.45.tgz’ - 0K ........ ........ ........ ........ ........ ........ 55% 844K 3s - 3072K ........ ........ ........ ........ ...... 100% 956K=6.2s + 0K ........ ........ ........ ........ ........ ........ 55% 801K 3s + 3072K ........ ........ ........ ........ ...... 100% 929K=6.5s -2019-07-04 14:45:18 (890 KB/s) - ‘./openldap-2.4.45.tgz’ saved [5672845/5672845] +2019-08-14 15:31:56 (853 KB/s) - ‘./openldap-2.4.45.tgz’ saved [5672845/5672845] ---2019-07-04 14:45:19-- https://dev-www.libreoffice.org/src/openssl-1.0.2r.tar.gz -Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201, 2a00:1828:a012:201::1 +--2019-08-14 15:31:56-- https://dev-www.libreoffice.org/src/openssl-1.0.2r.tar.gz +Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201 Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|89.238.68.201|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 5348369 (5.1M) [application/octet-stream] Saving to: ‘./openssl-1.0.2r.tar.gz’ - 0K ........ ........ ........ ........ ........ ........ 58% 1.34M 2s - 3072K ........ ........ ........ ........ . 100% 948K=4.5s + 0K ........ ........ ........ ........ ........ ........ 58% 1.90M 1s + 3072K ........ ........ ........ ........ . 100% 2.06M=2.6s -2019-07-04 14:45:23 (1.13 MB/s) - ‘./openssl-1.0.2r.tar.gz’ saved [5348369/5348369] +2019-08-14 15:31:58 (1.96 MB/s) - ‘./openssl-1.0.2r.tar.gz’ saved [5348369/5348369] ---2019-07-04 14:45:23-- https://dev-www.libreoffice.org/src/liborcus-0.14.1.tar.gz -Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201, 2a00:1828:a012:201::1 +--2019-08-14 15:31:59-- https://dev-www.libreoffice.org/src/liborcus-0.14.1.tar.gz +Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201 Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|89.238.68.201|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 2454001 (2.3M) [application/octet-stream] Saving to: ‘./liborcus-0.14.1.tar.gz’ - 0K ........ ........ ........ ........ ..... 100% 738K=3.2s + 0K ........ ........ ........ ........ ..... 100% 1.41M=1.7s -2019-07-04 14:45:27 (738 KB/s) - ‘./liborcus-0.14.1.tar.gz’ saved [2454001/2454001] +2019-08-14 15:32:00 (1.41 MB/s) - ‘./liborcus-0.14.1.tar.gz’ saved [2454001/2454001] ---2019-07-04 14:45:27-- https://dev-www.libreoffice.org/src/owncloud-android-library-0.9.4-no-binary-deps.tar.gz -Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201, 2a00:1828:a012:201::1 +--2019-08-14 15:32:01-- https://dev-www.libreoffice.org/src/owncloud-android-library-0.9.4-no-binary-deps.tar.gz +Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201 Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|89.238.68.201|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 760676 (743K) [application/octet-stream] Saving to: ‘./owncloud-android-library-0.9.4-no-binary-deps.tar.gz’ - 0K ........ ... 100% 937K=0.8s + 0K ........ ... 100% 1.25M=0.6s -2019-07-04 14:45:28 (937 KB/s) - ‘./owncloud-android-library-0.9.4-no-binary-deps.tar.gz’ saved [760676/760676] +2019-08-14 15:32:01 (1.25 MB/s) - ‘./owncloud-android-library-0.9.4-no-binary-deps.tar.gz’ saved [760676/760676] ---2019-07-04 14:45:28-- https://dev-www.libreoffice.org/src/libpagemaker-0.0.4.tar.xz -Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201, 2a00:1828:a012:201::1 +--2019-08-14 15:32:01-- https://dev-www.libreoffice.org/src/libpagemaker-0.0.4.tar.xz +Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201 Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|89.238.68.201|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 306496 (299K) [application/octet-stream] Saving to: ‘./libpagemaker-0.0.4.tar.xz’ - 0K .... 100% 1.12M=0.3s + 0K .... 100% 1013K=0.3s -2019-07-04 14:45:29 (1.12 MB/s) - ‘./libpagemaker-0.0.4.tar.xz’ saved [306496/306496] +2019-08-14 15:32:02 (1013 KB/s) - ‘./libpagemaker-0.0.4.tar.xz’ saved [306496/306496] ---2019-07-04 14:45:29-- https://dev-www.libreoffice.org/src/pdfium-3550.tar.bz2 -Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201, 2a00:1828:a012:201::1 +--2019-08-14 15:32:02-- https://dev-www.libreoffice.org/src/pdfium-3550.tar.bz2 +Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201 Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|89.238.68.201|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 6923846 (6.6M) [application/octet-stream] Saving to: ‘./pdfium-3550.tar.bz2’ - 0K ........ ........ ........ ........ ........ ........ 45% 966K 4s - 3072K ........ ........ ........ ........ ........ ........ 90% 863K 1s - 6144K ........ . 100% 1.14M=7.3s + 0K ........ ........ ........ ........ ........ ........ 45% 681K 5s + 3072K ........ ........ ........ ........ ........ ........ 90% 1006K 1s + 6144K ........ . 100% 1.04M=8.1s -2019-07-04 14:45:36 (930 KB/s) - ‘./pdfium-3550.tar.bz2’ saved [6923846/6923846] +2019-08-14 15:32:11 (830 KB/s) - ‘./pdfium-3550.tar.bz2’ saved [6923846/6923846] ---2019-07-04 14:45:36-- https://dev-www.libreoffice.org/src/poppler-0.74.0.tar.xz -Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201, 2a00:1828:a012:201::1 +--2019-08-14 15:32:11-- https://dev-www.libreoffice.org/src/poppler-0.74.0.tar.xz +Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201 Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|89.238.68.201|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 1514044 (1.4M) [application/octet-stream] Saving to: ‘./poppler-0.74.0.tar.xz’ - 0K ........ ........ ....... 100% 1.21M=1.2s + 0K ........ ........ ....... 100% 901K=1.6s -2019-07-04 14:45:38 (1.21 MB/s) - ‘./poppler-0.74.0.tar.xz’ saved [1514044/1514044] +2019-08-14 15:32:12 (901 KB/s) - ‘./poppler-0.74.0.tar.xz’ saved [1514044/1514044] ---2019-07-04 14:45:38-- https://dev-www.libreoffice.org/src/postgresql-9.2.24.tar.bz2 -Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201, 2a00:1828:a012:201::1 +--2019-08-14 15:32:12-- https://dev-www.libreoffice.org/src/postgresql-9.2.24.tar.bz2 +Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201 Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|89.238.68.201|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 16552576 (16M) [application/octet-stream] Saving to: ‘./postgresql-9.2.24.tar.bz2’ - 0K ........ ........ ........ ........ ........ ........ 19% 1.56M 8s - 3072K ........ ........ ........ ........ ........ ........ 38% 1.07M 8s - 6144K ........ ........ ........ ........ ........ ........ 57% 1.55M 5s - 9216K ........ ........ ........ ........ ........ ........ 76% 1.47M 3s - 12288K ........ ........ ........ ........ ........ ........ 95% 1.44M 1s - 15360K ........ .... 100% 1.36M=11s + 0K ........ ........ ........ ........ ........ ........ 19% 1.60M 8s + 3072K ........ ........ ........ ........ ........ ........ 38% 930K 8s + 6144K ........ ........ ........ ........ ........ ........ 57% 956K 6s + 9216K ........ ........ ........ ........ ........ ........ 76% 744K 4s + 12288K ........ ........ ........ ........ ........ ........ 95% 637K 1s + 15360K ........ .... 100% 700K=18s -2019-07-04 14:45:49 (1.39 MB/s) - ‘./postgresql-9.2.24.tar.bz2’ saved [16552576/16552576] +2019-08-14 15:32:31 (874 KB/s) - ‘./postgresql-9.2.24.tar.bz2’ saved [16552576/16552576] ---2019-07-04 14:45:49-- https://dev-www.libreoffice.org/src/Python-3.5.7.tar.xz -Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201, 2a00:1828:a012:201::1 +--2019-08-14 15:32:31-- https://dev-www.libreoffice.org/src/Python-3.5.7.tar.xz +Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201 Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|89.238.68.201|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 15324736 (15M) [application/octet-stream] Saving to: ‘./Python-3.5.7.tar.xz’ - 0K ........ ........ ........ ........ ........ ........ 20% 845K 14s - 3072K ........ ........ ........ ........ ........ ........ 41% 906K 10s - 6144K ........ ........ ........ ........ ........ ........ 61% 1.32M 6s - 9216K ........ ........ ........ ........ ........ ........ 82% 1.16M 3s - 12288K ........ ........ ........ ........ ........ . 100% 906K=15s + 0K ........ ........ ........ ........ ........ ........ 20% 1.15M 10s + 3072K ........ ........ ........ ........ ........ ........ 41% 1.27M 7s + 6144K ........ ........ ........ ........ ........ ........ 61% 1.29M 5s + 9216K ........ ........ ........ ........ ........ ........ 82% 1.16M 2s + 12288K ........ ........ ........ ........ ........ . 100% 1.89M=11s -2019-07-04 14:46:05 (1008 KB/s) - ‘./Python-3.5.7.tar.xz’ saved [15324736/15324736] +2019-08-14 15:32:43 (1.30 MB/s) - ‘./Python-3.5.7.tar.xz’ saved [15324736/15324736] ---2019-07-04 14:46:05-- https://dev-www.libreoffice.org/src/libqxp-0.0.2.tar.xz -Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201, 2a00:1828:a012:201::1 +--2019-08-14 15:32:43-- https://dev-www.libreoffice.org/src/libqxp-0.0.2.tar.xz +Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201 Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|89.238.68.201|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 341760 (334K) [application/octet-stream] Saving to: ‘./libqxp-0.0.2.tar.xz’ - 0K ..... 100% 735K=0.5s + 0K ..... 100% 1.27M=0.3s -2019-07-04 14:46:05 (735 KB/s) - ‘./libqxp-0.0.2.tar.xz’ saved [341760/341760] +2019-08-14 15:32:44 (1.27 MB/s) - ‘./libqxp-0.0.2.tar.xz’ saved [341760/341760] ---2019-07-04 14:46:05-- https://dev-www.libreoffice.org/src/a39f6c07ddb20d7dd2ff1f95fa21e2cd-raptor2-2.0.15.tar.gz -Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201, 2a00:1828:a012:201::1 +--2019-08-14 15:32:44-- https://dev-www.libreoffice.org/src/a39f6c07ddb20d7dd2ff1f95fa21e2cd-raptor2-2.0.15.tar.gz +Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201 Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|89.238.68.201|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 1886657 (1.8M) [application/octet-stream] Saving to: ‘./a39f6c07ddb20d7dd2ff1f95fa21e2cd-raptor2-2.0.15.tar.gz’ - 0K ........ ........ ........ .... 100% 1.13M=1.6s + 0K ........ ........ ........ .... 100% 1.83M=1.0s -2019-07-04 14:46:07 (1.13 MB/s) - ‘./a39f6c07ddb20d7dd2ff1f95fa21e2cd-raptor2-2.0.15.tar.gz’ saved [1886657/1886657] +2019-08-14 15:32:45 (1.83 MB/s) - ‘./a39f6c07ddb20d7dd2ff1f95fa21e2cd-raptor2-2.0.15.tar.gz’ saved [1886657/1886657] ---2019-07-04 14:46:07-- https://dev-www.libreoffice.org/src/1f5def51ca0026cd192958ef07228b52-rasqal-0.9.33.tar.gz -Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201, 2a00:1828:a012:201::1 +--2019-08-14 15:32:45-- https://dev-www.libreoffice.org/src/1f5def51ca0026cd192958ef07228b52-rasqal-0.9.33.tar.gz +Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201 Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|89.238.68.201|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 1595647 (1.5M) [application/octet-stream] Saving to: ‘./1f5def51ca0026cd192958ef07228b52-rasqal-0.9.33.tar.gz’ - 0K ........ ........ ........ 100% 1.18M=1.3s + 0K ........ ........ ........ 100% 1.47M=1.0s -2019-07-04 14:46:09 (1.18 MB/s) - ‘./1f5def51ca0026cd192958ef07228b52-rasqal-0.9.33.tar.gz’ saved [1595647/1595647] +2019-08-14 15:32:46 (1.47 MB/s) - ‘./1f5def51ca0026cd192958ef07228b52-rasqal-0.9.33.tar.gz’ saved [1595647/1595647] ---2019-07-04 14:46:09-- https://dev-www.libreoffice.org/src/e5be03eda13ef68aabab6e42aa67715e-redland-1.0.17.tar.gz -Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201, 2a00:1828:a012:201::1 +--2019-08-14 15:32:46-- https://dev-www.libreoffice.org/src/e5be03eda13ef68aabab6e42aa67715e-redland-1.0.17.tar.gz +Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201 Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|89.238.68.201|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 1621566 (1.5M) [application/octet-stream] @@ -1271,199 +1288,199 @@ 0K ........ ........ ........ 100% 1.02M=1.5s -2019-07-04 14:46:11 (1.02 MB/s) - ‘./e5be03eda13ef68aabab6e42aa67715e-redland-1.0.17.tar.gz’ saved [1621566/1621566] +2019-08-14 15:32:48 (1.02 MB/s) - ‘./e5be03eda13ef68aabab6e42aa67715e-redland-1.0.17.tar.gz’ saved [1621566/1621566] ---2019-07-04 14:46:11-- https://dev-www.libreoffice.org/src/librevenge-0.0.4.tar.bz2 -Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201, 2a00:1828:a012:201::1 +--2019-08-14 15:32:48-- https://dev-www.libreoffice.org/src/librevenge-0.0.4.tar.bz2 +Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201 Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|89.238.68.201|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 529833 (517K) [application/octet-stream] Saving to: ‘./librevenge-0.0.4.tar.bz2’ - 0K ........ 100% 912K=0.6s + 0K ........ 100% 1.09M=0.5s -2019-07-04 14:46:11 (912 KB/s) - ‘./librevenge-0.0.4.tar.bz2’ saved [529833/529833] +2019-08-14 15:32:49 (1.09 MB/s) - ‘./librevenge-0.0.4.tar.bz2’ saved [529833/529833] ---2019-07-04 14:46:12-- https://dev-www.libreoffice.org/src/798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip -Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201, 2a00:1828:a012:201::1 +--2019-08-14 15:32:49-- https://dev-www.libreoffice.org/src/798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip +Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201 Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|89.238.68.201|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 1521926 (1.5M) [application/zip] Saving to: ‘./798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip’ - 0K ........ ........ ....... 100% 944K=1.6s + 0K ........ ........ ....... 100% 1.14M=1.3s -2019-07-04 14:46:13 (944 KB/s) - ‘./798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip’ saved [1521926/1521926] +2019-08-14 15:32:50 (1.14 MB/s) - ‘./798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip’ saved [1521926/1521926] ---2019-07-04 14:46:13-- https://dev-www.libreoffice.org/src/35c94d2df8893241173de1d16b6034c0-swingExSrc.zip -Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201, 2a00:1828:a012:201::1 +--2019-08-14 15:32:50-- https://dev-www.libreoffice.org/src/35c94d2df8893241173de1d16b6034c0-swingExSrc.zip +Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201 Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|89.238.68.201|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 9796 (9.6K) [application/zip] Saving to: ‘./35c94d2df8893241173de1d16b6034c0-swingExSrc.zip’ - 0K 100% 218M=0s + 0K 100% 152M=0s -2019-07-04 14:46:14 (218 MB/s) - ‘./35c94d2df8893241173de1d16b6034c0-swingExSrc.zip’ saved [9796/9796] +2019-08-14 15:32:51 (152 MB/s) - ‘./35c94d2df8893241173de1d16b6034c0-swingExSrc.zip’ saved [9796/9796] ---2019-07-04 14:46:14-- https://dev-www.libreoffice.org/src/serf-1.2.1.tar.bz2 -Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201, 2a00:1828:a012:201::1 +--2019-08-14 15:32:51-- https://dev-www.libreoffice.org/src/serf-1.2.1.tar.bz2 +Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201 Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|89.238.68.201|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 190464 (186K) [application/octet-stream] Saving to: ‘./serf-1.2.1.tar.bz2’ - 0K .. 100% 737K=0.3s + 0K .. 100% 891K=0.2s -2019-07-04 14:46:14 (737 KB/s) - ‘./serf-1.2.1.tar.bz2’ saved [190464/190464] +2019-08-14 15:32:51 (891 KB/s) - ‘./serf-1.2.1.tar.bz2’ saved [190464/190464] ---2019-07-04 14:46:14-- https://dev-www.libreoffice.org/src/libstaroffice-0.0.6.tar.xz -Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201, 2a00:1828:a012:201::1 +--2019-08-14 15:32:51-- https://dev-www.libreoffice.org/src/libstaroffice-0.0.6.tar.xz +Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201 Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|89.238.68.201|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 706324 (690K) [application/octet-stream] Saving to: ‘./libstaroffice-0.0.6.tar.xz’ - 0K ........ .. 100% 1.01M=0.7s + 0K ........ .. 100% 1.18M=0.6s -2019-07-04 14:46:15 (1.01 MB/s) - ‘./libstaroffice-0.0.6.tar.xz’ saved [706324/706324] +2019-08-14 15:32:52 (1.18 MB/s) - ‘./libstaroffice-0.0.6.tar.xz’ saved [706324/706324] ---2019-07-04 14:46:15-- https://dev-www.libreoffice.org/src/0168229624cfac409e766913506961a8-ucpp-1.3.2.tar.gz -Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201, 2a00:1828:a012:201::1 +--2019-08-14 15:32:52-- https://dev-www.libreoffice.org/src/0168229624cfac409e766913506961a8-ucpp-1.3.2.tar.gz +Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201 Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|89.238.68.201|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 96939 (95K) [application/octet-stream] Saving to: ‘./0168229624cfac409e766913506961a8-ucpp-1.3.2.tar.gz’ - 0K . 100% 1.15M=0.08s + 0K . 100% 1.12M=0.08s -2019-07-04 14:46:15 (1.15 MB/s) - ‘./0168229624cfac409e766913506961a8-ucpp-1.3.2.tar.gz’ saved [96939/96939] +2019-08-14 15:32:52 (1.12 MB/s) - ‘./0168229624cfac409e766913506961a8-ucpp-1.3.2.tar.gz’ saved [96939/96939] ---2019-07-04 14:46:15-- https://dev-www.libreoffice.org/src/libvisio-0.1.6.tar.xz -Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201, 2a00:1828:a012:201::1 +--2019-08-14 15:32:52-- https://dev-www.libreoffice.org/src/libvisio-0.1.6.tar.xz +Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201 Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|89.238.68.201|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 676396 (661K) [application/octet-stream] Saving to: ‘./libvisio-0.1.6.tar.xz’ - 0K ........ .. 100% 1.01M=0.6s + 0K ........ .. 100% 714K=0.9s -2019-07-04 14:46:16 (1.01 MB/s) - ‘./libvisio-0.1.6.tar.xz’ saved [676396/676396] +2019-08-14 15:32:54 (714 KB/s) - ‘./libvisio-0.1.6.tar.xz’ saved [676396/676396] ---2019-07-04 14:46:16-- https://dev-www.libreoffice.org/src/libwpd-0.10.3.tar.xz -Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201, 2a00:1828:a012:201::1 +--2019-08-14 15:32:54-- https://dev-www.libreoffice.org/src/libwpd-0.10.3.tar.xz +Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201 Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|89.238.68.201|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 534712 (522K) [application/octet-stream] Saving to: ‘./libwpd-0.10.3.tar.xz’ - 0K ........ 100% 1006K=0.5s + 0K ........ 100% 796K=0.7s -2019-07-04 14:46:17 (1006 KB/s) - ‘./libwpd-0.10.3.tar.xz’ saved [534712/534712] +2019-08-14 15:32:55 (796 KB/s) - ‘./libwpd-0.10.3.tar.xz’ saved [534712/534712] ---2019-07-04 14:46:17-- https://dev-www.libreoffice.org/src/libwpg-0.3.3.tar.xz -Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201, 2a00:1828:a012:201::1 +--2019-08-14 15:32:55-- https://dev-www.libreoffice.org/src/libwpg-0.3.3.tar.xz +Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201 Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|89.238.68.201|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 328664 (321K) [application/octet-stream] Saving to: ‘./libwpg-0.3.3.tar.xz’ - 0K ..... 100% 944K=0.3s + 0K ..... 100% 786K=0.4s -2019-07-04 14:46:18 (944 KB/s) - ‘./libwpg-0.3.3.tar.xz’ saved [328664/328664] +2019-08-14 15:32:55 (786 KB/s) - ‘./libwpg-0.3.3.tar.xz’ saved [328664/328664] ---2019-07-04 14:46:18-- https://dev-www.libreoffice.org/src/libwps-0.4.10.tar.xz -Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201, 2a00:1828:a012:201::1 +--2019-08-14 15:32:55-- https://dev-www.libreoffice.org/src/libwps-0.4.10.tar.xz +Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201 Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|89.238.68.201|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 695448 (679K) [application/octet-stream] Saving to: ‘./libwps-0.4.10.tar.xz’ - 0K ........ .. 100% 645K=1.1s + 0K ........ .. 100% 922K=0.7s -2019-07-04 14:46:19 (645 KB/s) - ‘./libwps-0.4.10.tar.xz’ saved [695448/695448] +2019-08-14 15:32:56 (922 KB/s) - ‘./libwps-0.4.10.tar.xz’ saved [695448/695448] ---2019-07-04 14:46:19-- https://dev-www.libreoffice.org/src/a7983f859eafb2677d7ff386a023bc40-xsltml_2.1.2.zip -Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201, 2a00:1828:a012:201::1 +--2019-08-14 15:32:56-- https://dev-www.libreoffice.org/src/a7983f859eafb2677d7ff386a023bc40-xsltml_2.1.2.zip +Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201 Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|89.238.68.201|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 23150 (23K) [application/zip] Saving to: ‘./a7983f859eafb2677d7ff386a023bc40-xsltml_2.1.2.zip’ - 0K 100% 18.1M=0.001s + 0K 100% 18.0M=0.001s -2019-07-04 14:46:19 (18.1 MB/s) - ‘./a7983f859eafb2677d7ff386a023bc40-xsltml_2.1.2.zip’ saved [23150/23150] +2019-08-14 15:32:57 (18.0 MB/s) - ‘./a7983f859eafb2677d7ff386a023bc40-xsltml_2.1.2.zip’ saved [23150/23150] ---2019-07-04 14:46:19-- https://dev-www.libreoffice.org/src/zlib-1.2.11.tar.xz -Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201, 2a00:1828:a012:201::1 +--2019-08-14 15:32:57-- https://dev-www.libreoffice.org/src/zlib-1.2.11.tar.xz +Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201 Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|89.238.68.201|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 467960 (457K) [application/octet-stream] Saving to: ‘./zlib-1.2.11.tar.xz’ - 0K ....... 100% 779K=0.6s + 0K ....... 100% 385K=1.2s -2019-07-04 14:46:20 (779 KB/s) - ‘./zlib-1.2.11.tar.xz’ saved [467960/467960] +2019-08-14 15:32:58 (385 KB/s) - ‘./zlib-1.2.11.tar.xz’ saved [467960/467960] ---2019-07-04 14:46:20-- https://dev-www.libreoffice.org/src/libzmf-0.0.2.tar.xz -Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201, 2a00:1828:a012:201::1 +--2019-08-14 15:32:58-- https://dev-www.libreoffice.org/src/libzmf-0.0.2.tar.xz +Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201 Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|89.238.68.201|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 320952 (313K) [application/octet-stream] Saving to: ‘./libzmf-0.0.2.tar.xz’ - 0K .... 100% 687K=0.5s + 0K .... 100% 538K=0.6s -2019-07-04 14:46:21 (687 KB/s) - ‘./libzmf-0.0.2.tar.xz’ saved [320952/320952] +2019-08-14 15:32:59 (538 KB/s) - ‘./libzmf-0.0.2.tar.xz’ saved [320952/320952] ---2019-07-04 14:46:21-- https://dev-www.libreoffice.org/extern/185d60944ea767075d27247c3162b3bc-unowinreg.dll -Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201, 2a00:1828:a012:201::1 +--2019-08-14 15:32:59-- https://dev-www.libreoffice.org/extern/185d60944ea767075d27247c3162b3bc-unowinreg.dll +Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201 Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|89.238.68.201|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 12288 (12K) [application/octet-stream] Saving to: ‘./185d60944ea767075d27247c3162b3bc-unowinreg.dll’ - 0K 100% 366M=0s + 0K 100% 310M=0s -2019-07-04 14:46:21 (366 MB/s) - ‘./185d60944ea767075d27247c3162b3bc-unowinreg.dll’ saved [12288/12288] +2019-08-14 15:32:59 (310 MB/s) - ‘./185d60944ea767075d27247c3162b3bc-unowinreg.dll’ saved [12288/12288] ---2019-07-04 14:46:21-- https://dev-www.libreoffice.org/extern/49a64f3bcf20a7909ba2751349231d6652ded9cd2840e961b5164d09de3ffa63-opens___.ttf -Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201, 2a00:1828:a012:201::1 +--2019-08-14 15:32:59-- https://dev-www.libreoffice.org/extern/49a64f3bcf20a7909ba2751349231d6652ded9cd2840e961b5164d09de3ffa63-opens___.ttf +Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201 Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|89.238.68.201|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 207400 (203K) [application/octet-stream] Saving to: ‘./49a64f3bcf20a7909ba2751349231d6652ded9cd2840e961b5164d09de3ffa63-opens___.ttf’ - 0K ... 100% 490K=0.4s + 0K ... 100% 417K=0.5s -2019-07-04 14:46:22 (490 KB/s) - ‘./49a64f3bcf20a7909ba2751349231d6652ded9cd2840e961b5164d09de3ffa63-opens___.ttf’ saved [207400/207400] +2019-08-14 15:33:00 (417 KB/s) - ‘./49a64f3bcf20a7909ba2751349231d6652ded9cd2840e961b5164d09de3ffa63-opens___.ttf’ saved [207400/207400] ---2019-07-04 14:46:22-- https://dev-www.libreoffice.org/extern/odfvalidator-1.2.0-incubating-SNAPSHOT-jar-with-dependencies-971c54fd38a968f5860014b44301872706f9e540.jar -Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201, 2a00:1828:a012:201::1 +--2019-08-14 15:33:00-- https://dev-www.libreoffice.org/extern/odfvalidator-1.2.0-incubating-SNAPSHOT-jar-with-dependencies-971c54fd38a968f5860014b44301872706f9e540.jar +Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201 Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|89.238.68.201|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 23988874 (23M) [application/java-archive] Saving to: ‘./odfvalidator-1.2.0-incubating-SNAPSHOT-jar-with-dependencies-971c54fd38a968f5860014b44301872706f9e540.jar’ - 0K ........ ........ ........ ........ ........ ........ 13% 839K 24s - 3072K ........ ........ ........ ........ ........ ........ 26% 747K 22s - 6144K ........ ........ ........ ........ ........ ........ 39% 1.07M 16s - 9216K ........ ........ ........ ........ ........ ........ 52% 1014K 12s - 12288K ........ ........ ........ ........ ........ ........ 65% 1.02M 9s - 15360K ........ ........ ........ ........ ........ ........ 78% 1.04M 5s - 18432K ........ ........ ........ ........ ........ ........ 91% 1.75M 2s - 21504K ........ ........ ........ ...... 100% 1.42M=22s + 0K ........ ........ ........ ........ ........ ........ 13% 630K 32s + 3072K ........ ........ ........ ........ ........ ........ 26% 1.11M 21s + 6144K ........ ........ ........ ........ ........ ........ 39% 733K 18s + 9216K ........ ........ ........ ........ ........ ........ 52% 1.33M 13s + 12288K ........ ........ ........ ........ ........ ........ 65% 1.15M 9s + 15360K ........ ........ ........ ........ ........ ........ 78% 789K 6s + 18432K ........ ........ ........ ........ ........ ........ 91% 1.02M 2s + 21504K ........ ........ ........ ...... 100% 1.03M=25s -2019-07-04 14:46:45 (1.02 MB/s) - ‘./odfvalidator-1.2.0-incubating-SNAPSHOT-jar-with-dependencies-971c54fd38a968f5860014b44301872706f9e540.jar’ saved [23988874/23988874] +2019-08-14 15:33:26 (926 KB/s) - ‘./odfvalidator-1.2.0-incubating-SNAPSHOT-jar-with-dependencies-971c54fd38a968f5860014b44301872706f9e540.jar’ saved [23988874/23988874] ---2019-07-04 14:46:45-- https://dev-www.libreoffice.org/extern/8249374c274932a21846fa7629c2aa9b-officeotron-0.7.4-master.jar -Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201, 2a00:1828:a012:201::1 +--2019-08-14 15:33:26-- https://dev-www.libreoffice.org/extern/8249374c274932a21846fa7629c2aa9b-officeotron-0.7.4-master.jar +Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 89.238.68.201 Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|89.238.68.201|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 2448421 (2.3M) [application/java-archive] Saving to: ‘./8249374c274932a21846fa7629c2aa9b-officeotron-0.7.4-master.jar’ - 0K ........ ........ ........ ........ ..... 100% 2.17M=1.1s + 0K ........ ........ ........ ........ ..... 100% 1.21M=1.9s -2019-07-04 14:46:46 (2.17 MB/s) - ‘./8249374c274932a21846fa7629c2aa9b-officeotron-0.7.4-master.jar’ saved [2448421/2448421] +2019-08-14 15:33:28 (1.21 MB/s) - ‘./8249374c274932a21846fa7629c2aa9b-officeotron-0.7.4-master.jar’ saved [2448421/2448421] Binary files /tmp/tmp3gLXTt/wBl7BqJHDG/libreoffice-l10n-6.2.5/tarballs/nss-3.38-with-nspr-4.19.tar.gz and /tmp/tmp3gLXTt/edVYfSMZK6/libreoffice-l10n-6.2.6/tarballs/nss-3.38-with-nspr-4.19.tar.gz differ Binary files /tmp/tmp3gLXTt/wBl7BqJHDG/libreoffice-l10n-6.2.5/tarballs/nss-3.45-with-nspr-4.21.tar.gz and /tmp/tmp3gLXTt/edVYfSMZK6/libreoffice-l10n-6.2.6/tarballs/nss-3.45-with-nspr-4.21.tar.gz differ diff -Nru libreoffice-l10n-6.2.5/test/source/bootstrapfixture.cxx libreoffice-l10n-6.2.6/test/source/bootstrapfixture.cxx --- libreoffice-l10n-6.2.5/test/source/bootstrapfixture.cxx 2019-06-26 18:16:53.000000000 +0000 +++ libreoffice-l10n-6.2.6/test/source/bootstrapfixture.cxx 2019-08-08 19:58:13.000000000 +0000 @@ -194,9 +194,6 @@ OUString aCommand = aValidator + " " + rPath + " > " + aOutputFile; int returnValue = system(OUStringToOString(aCommand, RTL_TEXTENCODING_UTF8).getStr()); - CPPUNIT_ASSERT_EQUAL_MESSAGE( - OUStringToOString("failed to execute: " + aCommand, - RTL_TEXTENCODING_UTF8).getStr(), 0, returnValue); OString aContentString = loadFile(aOutput.GetURL()); OUString aContentOUString = OStringToOUString(aContentString, RTL_TEXTENCODING_UTF8); @@ -231,6 +228,9 @@ CPPUNIT_FAIL(aContentString.getStr()); } } + CPPUNIT_ASSERT_EQUAL_MESSAGE( + OUStringToOString("failed to execute: " + aCommand + "\n" + aContentOUString, + RTL_TEXTENCODING_UTF8).getStr(), 0, returnValue); #else (void)rPath; (void)eFormat; diff -Nru libreoffice-l10n-6.2.5/translations/source/bg/chart2/messages.po libreoffice-l10n-6.2.6/translations/source/bg/chart2/messages.po --- libreoffice-l10n-6.2.5/translations/source/bg/chart2/messages.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/bg/chart2/messages.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,7 +4,7 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2019-02-11 12:12+0100\n" -"PO-Revision-Date: 2018-12-18 08:34+0000\n" +"PO-Revision-Date: 2019-07-05 18:34+0000\n" "Last-Translator: Mihail Balabanov \n" "Language-Team: LANGUAGE \n" "Language: bg\n" @@ -13,8 +13,8 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" -"X-POOTLE-MTIME: 1545122053.000000\n" +"X-Generator: Pootle 2.8\n" +"X-POOTLE-MTIME: 1562351662.000000\n" #: chart2/inc/chart.hrc:17 msgctxt "tp_ChartType|liststore1" @@ -641,12 +641,12 @@ #: chart2/inc/strings.hrc:143 msgctxt "STR_TEXT_DIRECTION_LTR" msgid "Left-to-right" -msgstr "Отляво надясно" +msgstr "От ляво надясно" #: chart2/inc/strings.hrc:144 msgctxt "STR_TEXT_DIRECTION_RTL" msgid "Right-to-left" -msgstr "Отдясно наляво" +msgstr "От дясно наляво" #: chart2/inc/strings.hrc:145 msgctxt "STR_TEXT_DIRECTION_SUPER" diff -Nru libreoffice-l10n-6.2.5/translations/source/bg/cui/messages.po libreoffice-l10n-6.2.6/translations/source/bg/cui/messages.po --- libreoffice-l10n-6.2.5/translations/source/bg/cui/messages.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/bg/cui/messages.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,7 +4,7 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2019-05-02 15:43+0200\n" -"PO-Revision-Date: 2019-05-10 08:04+0000\n" +"PO-Revision-Date: 2019-07-07 12:50+0000\n" "Last-Translator: Mihail Balabanov \n" "Language-Team: LANGUAGE \n" "Language: bg\n" @@ -14,7 +14,7 @@ "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Accelerator-Marker: ~\n" "X-Generator: Pootle 2.8\n" -"X-POOTLE-MTIME: 1557475461.000000\n" +"X-POOTLE-MTIME: 1562503855.000000\n" #: cui/inc/numcategories.hrc:17 msgctxt "numberingformatpage|liststore1" @@ -7089,7 +7089,7 @@ #: cui/uiconfig/ui/numberingoptionspage.ui:220 msgctxt "numberingoptionspage|startatft" msgid "Start at:" -msgstr "Начало при:" +msgstr "Започване от:" #: cui/uiconfig/ui/numberingoptionspage.ui:244 msgctxt "numberingoptionspage|bitmapft" diff -Nru libreoffice-l10n-6.2.5/translations/source/bg/editeng/messages.po libreoffice-l10n-6.2.6/translations/source/bg/editeng/messages.po --- libreoffice-l10n-6.2.5/translations/source/bg/editeng/messages.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/bg/editeng/messages.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,7 +4,7 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2018-02-27 13:56+0100\n" -"PO-Revision-Date: 2019-01-29 23:36+0000\n" +"PO-Revision-Date: 2019-07-05 20:00+0000\n" "Last-Translator: Mihail Balabanov \n" "Language-Team: LANGUAGE \n" "Language: bg\n" @@ -14,7 +14,7 @@ "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Accelerator-Marker: ~\n" "X-Generator: Pootle 2.8\n" -"X-POOTLE-MTIME: 1548804971.000000\n" +"X-POOTLE-MTIME: 1562356820.000000\n" #: editeng/uiconfig/ui/spellmenu.ui:12 msgctxt "spellmenu|ignore" @@ -1118,22 +1118,22 @@ #: include/editeng/editrids.hrc:261 msgctxt "RID_SVXITEMS_FRMDIR_HORI_LEFT_TOP" msgid "Text direction left-to-right (horizontal)" -msgstr "Писане отляво надясно (хоризонтално)" +msgstr "Писане от ляво надясно (хоризонтално)" #: include/editeng/editrids.hrc:262 msgctxt "RID_SVXITEMS_FRMDIR_HORI_RIGHT_TOP" msgid "Text direction right-to-left (horizontal)" -msgstr "Писане отдясно наляво (хоризонтално)" +msgstr "Писане от дясно наляво (хоризонтално)" #: include/editeng/editrids.hrc:263 msgctxt "RID_SVXITEMS_FRMDIR_VERT_TOP_RIGHT" msgid "Text direction right-to-left (vertical)" -msgstr "Писане отдясно наляво (вертикално)" +msgstr "Писане от дясно наляво (вертикално)" #: include/editeng/editrids.hrc:264 msgctxt "RID_SVXITEMS_FRMDIR_VERT_TOP_LEFT" msgid "Text direction left-to-right (vertical)" -msgstr "Писане отляво надясно (вертикално)" +msgstr "Писане от ляво надясно (вертикално)" #: include/editeng/editrids.hrc:265 msgctxt "RID_SVXITEMS_FRMDIR_ENVIRONMENT" diff -Nru libreoffice-l10n-6.2.5/translations/source/bg/extensions/messages.po libreoffice-l10n-6.2.6/translations/source/bg/extensions/messages.po --- libreoffice-l10n-6.2.5/translations/source/bg/extensions/messages.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/bg/extensions/messages.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,8 +4,8 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2019-05-02 15:44+0200\n" -"PO-Revision-Date: 2018-11-12 11:36+0000\n" -"Last-Translator: Anonymous Pootle User\n" +"PO-Revision-Date: 2019-07-05 18:34+0000\n" +"Last-Translator: Mihail Balabanov \n" "Language-Team: LANGUAGE \n" "Language: bg\n" "MIME-Version: 1.0\n" @@ -13,8 +13,8 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" -"X-POOTLE-MTIME: 1542022575.000000\n" +"X-Generator: Pootle 2.8\n" +"X-POOTLE-MTIME: 1562351665.000000\n" #: extensions/inc/command.hrc:29 msgctxt "RID_RSC_ENUM_COMMAND_TYPE" @@ -574,12 +574,12 @@ #: extensions/inc/stringarrays.hrc:233 msgctxt "RID_RSC_ENUM_WRITING_MODE" msgid "Left-to-right" -msgstr "Отляво надясно" +msgstr "От ляво надясно" #: extensions/inc/stringarrays.hrc:234 msgctxt "RID_RSC_ENUM_WRITING_MODE" msgid "Right-to-left" -msgstr "Отдясно наляво" +msgstr "От дясно наляво" #: extensions/inc/stringarrays.hrc:235 msgctxt "RID_RSC_ENUM_WRITING_MODE" diff -Nru libreoffice-l10n-6.2.5/translations/source/bg/helpcontent2/source/text/sbasic/shared.po libreoffice-l10n-6.2.6/translations/source/bg/helpcontent2/source/text/sbasic/shared.po --- libreoffice-l10n-6.2.5/translations/source/bg/helpcontent2/source/text/sbasic/shared.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/bg/helpcontent2/source/text/sbasic/shared.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,7 +4,7 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2018-11-16 22:41+0100\n" -"PO-Revision-Date: 2019-04-30 09:40+0000\n" +"PO-Revision-Date: 2019-07-05 20:09+0000\n" "Last-Translator: Mihail Balabanov \n" "Language-Team: LANGUAGE \n" "Language: bg\n" @@ -14,7 +14,7 @@ "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Accelerator-Marker: ~\n" "X-Generator: Pootle 2.8\n" -"X-POOTLE-MTIME: 1556617220.000000\n" +"X-POOTLE-MTIME: 1562357361.000000\n" #: 00000002.xhp msgctxt "" @@ -4414,7 +4414,7 @@ "par_id3150400\n" "help.text" msgid "Displays the sequence of procedures and functions during the execution of a program. The Call Stack allows you to monitor the sequence of procedures and functions during the execution of a program. The procedures are functions are displayed bottom to top with the most recent function or procedure call at the top of the list." -msgstr "Показва реда на изпълняваните процедури и функции при изпълнението на програма. Стекът на извикванията ви позволява да следите реда на изпълняване на процедури и функции по време на изпълнението на програма. Процедурите и функциите се показват отдолу нагоре, като най-скоро извиканата функция или процедура е в началото на списъка." +msgstr "Показва реда на изпълняваните процедури и функции при изпълнението на програма. Стекът на извикванията ви позволява да следите реда на изпълняване на процедури и функции по време на изпълнението на програма. Процедурите и функциите се показват от долу нагоре, като най-скоро извиканата функция или процедура е в началото на списъка." #: 01050300.xhp msgctxt "" @@ -22206,7 +22206,7 @@ "par_id3153894\n" "help.text" msgid "The Switch function evaluates the expressions from left to right, and then returns the value that is assigned to the function expression. If expression and value are not given as a pair, a runtime error occurs." -msgstr "Функцията Switch оценява всички параметри отляво надясно и връща стойността, свързана с първия израз, който има стойност True. Ако не са дадени израз и стойност като двойка, възниква грешка при изпълнение." +msgstr "Функцията Switch оценява всички параметри от ляво надясно и връща стойността, свързана с първия израз, който има стойност True. Ако не са дадени израз и стойност като двойка, възниква грешка при изпълнение." #: 03090410.xhp msgctxt "" diff -Nru libreoffice-l10n-6.2.5/translations/source/bg/helpcontent2/source/text/scalc/01.po libreoffice-l10n-6.2.6/translations/source/bg/helpcontent2/source/text/scalc/01.po --- libreoffice-l10n-6.2.5/translations/source/bg/helpcontent2/source/text/scalc/01.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/bg/helpcontent2/source/text/scalc/01.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,7 +4,7 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2019-01-07 11:14+0100\n" -"PO-Revision-Date: 2019-05-29 11:18+0000\n" +"PO-Revision-Date: 2019-07-05 20:05+0000\n" "Last-Translator: Mihail Balabanov \n" "Language-Team: LibreOffice на български\n" "Language: bg\n" @@ -15,7 +15,7 @@ "X-Accelerator-Marker: ~\n" "X-Generator: Pootle 2.8\n" "X-Project-Style: openoffice\n" -"X-POOTLE-MTIME: 1559128726.000000\n" +"X-POOTLE-MTIME: 1562357112.000000\n" #: 01120000.xhp msgctxt "" @@ -41503,7 +41503,7 @@ "bm_id1245460\n" "help.text" msgid "CTL;right-to-left sheetssheets;right-to-leftright-to-left text;spreadsheets" -msgstr "сложни писмености;листове отдясно наляволистове;отдясно налявоотдясно наляво, посока на текста;електронни таблици" +msgstr "сложни писмености;листове от дясно наляволистове;от дясно налявоот дясно наляво, посока на текста;електронни таблици" #: 05050000.xhp msgctxt "" @@ -41551,7 +41551,7 @@ "par_idN10656\n" "help.text" msgid "Right-To-Left" -msgstr "Отдясно наляво" +msgstr "От дясно наляво" #: 05050000.xhp msgctxt "" @@ -41559,7 +41559,7 @@ "par_idN1065A\n" "help.text" msgid "Changes the orientation of the current sheet to Right-To-Left if CTL support is enabled." -msgstr "Променя ориентацията на текущия лист на „отдясно наляво“ ако е разрешена поддръжката за сложни писмености." +msgstr "Променя ориентацията на текущия лист на „от дясно наляво“ ако е разрешена поддръжката за сложни писмености." #: 05050100.xhp msgctxt "" @@ -41983,7 +41983,7 @@ "hd_id3152580\n" "help.text" msgid "Top to bottom, then right" -msgstr "Отгоре надолу, после надясно" +msgstr "От горе надолу, после надясно" #: 05070500.xhp msgctxt "" @@ -41999,7 +41999,7 @@ "hd_id3150786\n" "help.text" msgid "Left to right, then down" -msgstr "Отляво надясно, после надолу" +msgstr "От ляво надясно, после надолу" #: 05070500.xhp msgctxt "" @@ -45335,7 +45335,7 @@ "hd_id3154201\n" "help.text" msgid "Top to Bottom (Sort Rows)" -msgstr "Отгоре надолу (по редове)" +msgstr "От горе надолу (по редове)" #: 12030200.xhp msgctxt "" @@ -45351,7 +45351,7 @@ "hd_id3145588\n" "help.text" msgid "Left to Right (Sort Columns)" -msgstr "Отляво надясно (по колони)" +msgstr "От ляво надясно (по колони)" #: 12030200.xhp msgctxt "" diff -Nru libreoffice-l10n-6.2.5/translations/source/bg/helpcontent2/source/text/scalc/guide.po libreoffice-l10n-6.2.6/translations/source/bg/helpcontent2/source/text/scalc/guide.po --- libreoffice-l10n-6.2.5/translations/source/bg/helpcontent2/source/text/scalc/guide.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/bg/helpcontent2/source/text/scalc/guide.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,7 +4,7 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2019-01-07 11:14+0100\n" -"PO-Revision-Date: 2019-05-26 08:22+0000\n" +"PO-Revision-Date: 2019-07-05 19:59+0000\n" "Last-Translator: Mihail Balabanov \n" "Language-Team: .\n" "Language: bg\n" @@ -15,7 +15,7 @@ "X-Accelerator-Marker: ~\n" "X-Generator: Pootle 2.8\n" "X-Project-Style: openoffice\n" -"X-POOTLE-MTIME: 1558858924.000000\n" +"X-POOTLE-MTIME: 1562356756.000000\n" #: address_auto.xhp msgctxt "" @@ -6559,7 +6559,7 @@ "par_id3149379\n" "help.text" msgid "Tab - cycle through all visible buttons from top to bottom or from left to right." -msgstr "С Tab изреждате всички видими бутони отгоре надолу или отляво надясно." +msgstr "С Tab изреждате всички видими бутони от горе надолу или от ляво надясно." #: keyboard.xhp msgctxt "" diff -Nru libreoffice-l10n-6.2.5/translations/source/bg/helpcontent2/source/text/scalc.po libreoffice-l10n-6.2.6/translations/source/bg/helpcontent2/source/text/scalc.po --- libreoffice-l10n-6.2.5/translations/source/bg/helpcontent2/source/text/scalc.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/bg/helpcontent2/source/text/scalc.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,7 +4,7 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2018-10-21 20:58+0200\n" -"PO-Revision-Date: 2018-07-19 09:27+0000\n" +"PO-Revision-Date: 2019-07-05 19:59+0000\n" "Last-Translator: Mihail Balabanov \n" "Language-Team: LANGUAGE \n" "Language: bg\n" @@ -13,9 +13,9 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" +"X-Generator: Pootle 2.8\n" "X-Project-Style: openoffice\n" -"X-POOTLE-MTIME: 1531992464.000000\n" +"X-POOTLE-MTIME: 1562356752.000000\n" #: main0000.xhp msgctxt "" @@ -863,7 +863,7 @@ "par_idN1088E\n" "help.text" msgid "Left-To-Right" -msgstr "Отляво надясно" +msgstr "От ляво надясно" #: main0202.xhp msgctxt "" @@ -871,7 +871,7 @@ "par_idN1089C\n" "help.text" msgid "left to right icon" -msgstr "икона отляво надясно" +msgstr "икона „от ляво надясно“" #: main0202.xhp msgctxt "" @@ -879,7 +879,7 @@ "par_idN108BA\n" "help.text" msgid "The text is entered from left to right." -msgstr "Текстът се въвежда отляво надясно." +msgstr "Текстът се въвежда от ляво надясно." #: main0202.xhp msgctxt "" @@ -887,7 +887,7 @@ "par_idN108D1\n" "help.text" msgid "Right-To-Left" -msgstr "Отдясно наляво" +msgstr "От дясно наляво" #: main0202.xhp msgctxt "" @@ -895,7 +895,7 @@ "par_idN108DF\n" "help.text" msgid "right to left icon" -msgstr "икона отдясно наляво" +msgstr "икона „от дясно наляво“" #: main0202.xhp msgctxt "" @@ -903,7 +903,7 @@ "par_idN108FD\n" "help.text" msgid "The text formatted in a complex text layout language is entered from right to left." -msgstr "Текстът, форматиран с език със сложна писменост (СТL), се въвежда отдясно наляво." +msgstr "Текстът, форматиран с език със сложна писменост (СТL), се въвежда от дясно наляво." #: main0202.xhp msgctxt "" diff -Nru libreoffice-l10n-6.2.5/translations/source/bg/helpcontent2/source/text/shared/00.po libreoffice-l10n-6.2.6/translations/source/bg/helpcontent2/source/text/shared/00.po --- libreoffice-l10n-6.2.5/translations/source/bg/helpcontent2/source/text/shared/00.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/bg/helpcontent2/source/text/shared/00.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,7 +4,7 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2019-01-07 11:14+0100\n" -"PO-Revision-Date: 2019-05-28 16:19+0000\n" +"PO-Revision-Date: 2019-07-05 19:45+0000\n" "Last-Translator: Mihail Balabanov \n" "Language-Team: LANGUAGE \n" "Language: bg\n" @@ -14,7 +14,7 @@ "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Accelerator-Marker: ~\n" "X-Generator: Pootle 2.8\n" -"X-POOTLE-MTIME: 1559060390.000000\n" +"X-POOTLE-MTIME: 1562355905.000000\n" #: 00000001.xhp msgctxt "" @@ -1846,7 +1846,7 @@ "par_id3154630\n" "help.text" msgid "The text direction is from right to left." -msgstr "Посоката на писане е отдясно наляво." +msgstr "Посоката на писане е от дясно наляво." #: 00000005.xhp msgctxt "" diff -Nru libreoffice-l10n-6.2.5/translations/source/bg/helpcontent2/source/text/shared/01.po libreoffice-l10n-6.2.6/translations/source/bg/helpcontent2/source/text/shared/01.po --- libreoffice-l10n-6.2.5/translations/source/bg/helpcontent2/source/text/shared/01.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/bg/helpcontent2/source/text/shared/01.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,7 +4,7 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2019-05-02 15:44+0200\n" -"PO-Revision-Date: 2019-02-13 12:30+0000\n" +"PO-Revision-Date: 2019-07-07 12:52+0000\n" "Last-Translator: Mihail Balabanov \n" "Language-Team: .\n" "Language: bg\n" @@ -13,9 +13,9 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" +"X-Generator: Pootle 2.8\n" "X-Project-Style: openoffice\n" -"X-POOTLE-MTIME: 1550061027.000000\n" +"X-POOTLE-MTIME: 1562503964.000000\n" #: 01010000.xhp msgctxt "" @@ -4391,7 +4391,7 @@ "par_id0818200904102910\n" "help.text" msgid "For brochure printing, you can select a left-to-right order of pages or a right-to-left order." -msgstr "При печат на брошури можете да изберете ред на страниците отляво надясно или отдясно наляво." +msgstr "При печат на брошури можете да изберете ред на страниците от ляво надясно или от дясно наляво." #: 01130000.xhp msgctxt "" @@ -13031,7 +13031,7 @@ "par_id3147576\n" "help.text" msgid "Complex text layout font - right-to-left text direction" -msgstr "Шрифт за сложни писмености (CTL) – посока на текста отдясно наляво" +msgstr "Шрифт за сложни писмености (CTL) – посока на текста от дясно наляво" #: 05020100.xhp msgctxt "" @@ -18111,7 +18111,7 @@ "par_id3148990\n" "help.text" msgid "Enter the amount of space that you want to indent the paragraph from the page margin. If you want the paragraph to extend into the page margin, enter a negative number. In Left-to-Right languages, the left edge of the paragraph is indented with respect to the left page margin. In Right-to-Left languages, the right edge of the paragraph is indented with respect to the right page margin." -msgstr "Въведете разстоянието, с което желаете да отделите абзаца от бялото поле на страницата. Ако желаете абзацът да навлиза в полето, въведете отрицателно число. При езици с писане отляво надясно левият край на абзаца се отмества спрямо лявото поле на страницата. При езици с писане отдясно наляво десният край на абзаца се отмества спрямо дясното поле на страницата." +msgstr "Въведете разстоянието, с което желаете да отделите абзаца от бялото поле на страницата. Ако желаете абзацът да навлиза в полето, въведете отрицателно число. При езици с писане от ляво надясно левият край на абзаца се отмества спрямо лявото поле на страницата. При езици с писане от дясно наляво десният край на абзаца се отмества спрямо дясното поле на страницата." #: 05030100.xhp msgctxt "" @@ -18127,7 +18127,7 @@ "par_id3154390\n" "help.text" msgid "Enter the amount of space that you want to indent the paragraph from the page margin. If you want the paragraph to extend into the page margin, enter a negative number. In Left-to-Right languages, the right edge of the paragraph is indented with respect to the right page margin. In Right-to-Left languages, the left edge of the paragraph is indented with respect to the left page margin." -msgstr "Въведете разстоянието, с което желаете да отделите абзаца от бялото поле на страницата. Ако желаете абзацът да навлиза в полето, въведете отрицателно число. При езици с писане отляво надясно десният край на абзаца се отмества спрямо дясното поле на страницата. При езици с писане отдясно наляво левият край на абзаца се отмества спрямо лявото поле на страницата." +msgstr "Въведете разстоянието, с което желаете да отделите абзаца от бялото поле на страницата. Ако желаете абзацът да навлиза в полето, въведете отрицателно число. При езици с писане от ляво надясно десният край на абзаца се отмества спрямо дясното поле на страницата. При езици с писане от дясно наляво левият край на абзаца се отмества спрямо лявото поле на страницата." #: 05030100.xhp msgctxt "" @@ -20071,7 +20071,7 @@ "par_id3154380\n" "help.text" msgid "Select the text direction that you want to use in your document. The \"right-to-left (vertical)\" text flow direction rotates all layout settings to the right by 90 degrees, except for the header and footer." -msgstr "Изберете посоката на текста, която желаете да ползвате в документа. Посоката \"отдясно наляво (вертикално)\" завърта всички настройки за оформление освен колонтитулите на 90 градуса." +msgstr "Изберете посоката на текста, която желаете да ползвате в документа. Посоката „от дясно наляво (вертикално)“ завърта всички настройки за оформление освен колонтитулите на 90 градуса." #: 05040200.xhp msgctxt "" @@ -26839,7 +26839,7 @@ "par_id3152867\n" "help.text" msgid "Scrolls text from right to left." -msgstr "Превърта текста отдясно наляво." +msgstr "Превърта текста от дясно наляво." #: 05320000.xhp msgctxt "" @@ -26871,7 +26871,7 @@ "par_id3143267\n" "help.text" msgid "Scrolls text from left to right." -msgstr "Превърта текста отгоре надолу." +msgstr "Превърта текста от ляво надясно." #: 05320000.xhp msgctxt "" @@ -26903,7 +26903,7 @@ "par_id3145416\n" "help.text" msgid "Scrolls text from bottom to top." -msgstr "Превърта текста отдолу нагоре." +msgstr "Превърта текста от долу нагоре." #: 05320000.xhp msgctxt "" @@ -26935,7 +26935,7 @@ "par_id3155388\n" "help.text" msgid "Scrolls text from top to bottom." -msgstr "Превърта текста отгоре надолу." +msgstr "Превърта текста от горе надолу." #: 05320000.xhp msgctxt "" @@ -27671,7 +27671,7 @@ "par_id3150010\n" "help.text" msgid "This checkbox is only available if Asian language support is enabled and the text direction is set to vertical. Aligns Asian characters one below the other in the selected cell(s). If the cell contains more than one line of text, the lines are converted to text columns that are arranged from right to left. Western characters in the converted text are rotated 90 degrees to the right. Asian characters are not rotated." -msgstr "Това поле за отметка е налично само ако е включена поддръжката за азиатски езици и посоката на текста е вертикална. Подравнява азиатските знаци един под друг в избраната клетка или клетки. Ако клетката съдържа няколко реда текст, те се преобразуват в текстови колони, подредени отдясно наляво. Западните знаци в преобразувания текст се завъртат с 90 надясно. Азиатските знаци не се завъртат." +msgstr "Това поле за отметка е налично само ако е включена поддръжката за азиатски езици и посоката на текста е вертикална. Подравнява азиатските знаци един под друг в избраната клетка или клетки. Ако клетката съдържа няколко реда текст, те се преобразуват в текстови колони, подредени от дясно наляво. Западните знаци в преобразувания текст се завъртат с 90 надясно. Азиатските знаци не се завъртат." #: 05340300.xhp msgctxt "" @@ -33159,7 +33159,7 @@ "hd_id3155429\n" "help.text" msgid "Start at" -msgstr "Начало" +msgstr "Започване от" #: 06050500.xhp msgctxt "" @@ -38143,7 +38143,7 @@ "hd_id4634540\n" "help.text" msgid "Left-to-right mark" -msgstr "Знак \"отляво надясно\"" +msgstr "Знак „от ляво надясно“" #: formatting_mark.xhp msgctxt "" @@ -38159,7 +38159,7 @@ "hd_id9420148\n" "help.text" msgid "Right-to-left mark" -msgstr "Знак \"отдясно наляво\"" +msgstr "Знак „от дясно наляво“" #: formatting_mark.xhp msgctxt "" diff -Nru libreoffice-l10n-6.2.5/translations/source/bg/helpcontent2/source/text/shared/02.po libreoffice-l10n-6.2.6/translations/source/bg/helpcontent2/source/text/shared/02.po --- libreoffice-l10n-6.2.5/translations/source/bg/helpcontent2/source/text/shared/02.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/bg/helpcontent2/source/text/shared/02.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,7 +4,7 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2019-01-07 11:14+0100\n" -"PO-Revision-Date: 2019-05-10 08:56+0000\n" +"PO-Revision-Date: 2019-07-05 20:15+0000\n" "Last-Translator: Mihail Balabanov \n" "Language-Team: .\n" "Language: bg\n" @@ -15,7 +15,7 @@ "X-Accelerator-Marker: ~\n" "X-Generator: Pootle 2.8\n" "X-Project-Style: openoffice\n" -"X-POOTLE-MTIME: 1557478600.000000\n" +"X-POOTLE-MTIME: 1562357735.000000\n" #: 01110000.xhp msgctxt "" @@ -1551,7 +1551,7 @@ "par_id3150567\n" "help.text" msgid "Note: When you drag a group box over already existing controls and then want to select a control, you have to first open the context menu of the group box and choose Arrange - Send to Back. Then select the control while pressing CommandCtrl." -msgstr "Бележка: Когато плъзнете групираща рамка върху съществуващи елементи за управление и след това пожелаете да изберете елемент за управление, трябва първо да отворите контекстното меню на групиращата рамка и да изберете Подреждане - Изнасяне отзад. След това изберете елемента за управление, задържайки CommandCtrl." +msgstr "Бележка: Когато плъзнете групираща рамка върху съществуващи контроли и след това пожелаете да изберете контрола, трябва първо да отворите контекстното меню на групиращата рамка и да изберете Подреждане - Изнасяне отзад. След това изберете контролата, задържайки CommandCtrl." #: 01170000.xhp msgctxt "" @@ -9703,7 +9703,7 @@ "tit\n" "help.text" msgid "Text running from left to right" -msgstr "Посока на текста отляво надясно" +msgstr "Посока на текста от ляво надясно" #: 02040000.xhp msgctxt "" @@ -9711,7 +9711,7 @@ "hd_id3153255\n" "help.text" msgid "Text running from left to right" -msgstr "Посока на текста отляво надясно" +msgstr "Посока на текста от ляво надясно" #: 02040000.xhp msgctxt "" @@ -9735,7 +9735,7 @@ "par_id3153749\n" "help.text" msgid "Text direction from left to right" -msgstr "Посока на текста отляво надясно" +msgstr "Посока на текста от ляво надясно" #: 02050000.xhp msgctxt "" @@ -9743,7 +9743,7 @@ "tit\n" "help.text" msgid "Text running from top to bottom" -msgstr "Посока на текста отгоре надолу" +msgstr "Посока на текста от горе надолу" #: 02050000.xhp msgctxt "" @@ -9751,7 +9751,7 @@ "hd_id3149119\n" "help.text" msgid "Text running from top to bottom" -msgstr "Посока на текста отгоре надолу" +msgstr "Посока на текста от горе надолу" #: 02050000.xhp msgctxt "" @@ -9775,7 +9775,7 @@ "par_id3149827\n" "help.text" msgid "Text direction from top to bottom" -msgstr "Посока на текста отгоре надолу" +msgstr "Посока на текста от горе надолу" #: 02130000.xhp msgctxt "" diff -Nru libreoffice-l10n-6.2.5/translations/source/bg/helpcontent2/source/text/shared/guide.po libreoffice-l10n-6.2.6/translations/source/bg/helpcontent2/source/text/shared/guide.po --- libreoffice-l10n-6.2.5/translations/source/bg/helpcontent2/source/text/shared/guide.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/bg/helpcontent2/source/text/shared/guide.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,7 +4,7 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2019-01-07 11:14+0100\n" -"PO-Revision-Date: 2019-02-13 13:04+0000\n" +"PO-Revision-Date: 2019-07-05 19:59+0000\n" "Last-Translator: Mihail Balabanov \n" "Language-Team: .\n" "Language: bg\n" @@ -15,7 +15,7 @@ "X-Accelerator-Marker: ~\n" "X-Generator: Pootle 2.8\n" "X-Project-Style: openoffice\n" -"X-POOTLE-MTIME: 1550063085.000000\n" +"X-POOTLE-MTIME: 1562356785.000000\n" #: aaa_start.xhp msgctxt "" @@ -10415,7 +10415,7 @@ "par_id3149234\n" "help.text" msgid "every toolbar from top to bottom and from left to right," -msgstr "всички ленти с инструменти отгоре надолу и отляво надясно," +msgstr "всички ленти с инструменти от горе надолу и от ляво надясно," #: keyboard.xhp msgctxt "" @@ -10423,7 +10423,7 @@ "par_id3147618\n" "help.text" msgid "every free window from left to right," -msgstr "всички плаващи прозорци отляво надясно," +msgstr "всички плаващи прозорци от ляво надясно," #: keyboard.xhp msgctxt "" diff -Nru libreoffice-l10n-6.2.5/translations/source/bg/helpcontent2/source/text/shared/optionen.po libreoffice-l10n-6.2.6/translations/source/bg/helpcontent2/source/text/shared/optionen.po --- libreoffice-l10n-6.2.5/translations/source/bg/helpcontent2/source/text/shared/optionen.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/bg/helpcontent2/source/text/shared/optionen.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,7 +4,7 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2018-11-16 22:41+0100\n" -"PO-Revision-Date: 2019-04-11 15:47+0000\n" +"PO-Revision-Date: 2019-07-05 18:32+0000\n" "Last-Translator: Mihail Balabanov \n" "Language-Team: .\n" "Language: bg\n" @@ -15,7 +15,7 @@ "X-Accelerator-Marker: ~\n" "X-Generator: Pootle 2.8\n" "X-Project-Style: openoffice\n" -"X-POOTLE-MTIME: 1554997627.000000\n" +"X-POOTLE-MTIME: 1562351543.000000\n" #: 01000000.xhp msgctxt "" @@ -5599,7 +5599,7 @@ "hd_id9475386\n" "help.text" msgid "Right to left" -msgstr "Отдясно наляво" +msgstr "От дясно наляво" #: 01040400.xhp msgctxt "" @@ -8519,7 +8519,7 @@ "hd_id3159252\n" "help.text" msgid "Use printer metrics for text formatting" -msgstr "Форматиране на документите чрез метриките на принтера" +msgstr "Форматиране на текста чрез метриките на принтера" #: 01060300.xhp msgctxt "" diff -Nru libreoffice-l10n-6.2.5/translations/source/bg/helpcontent2/source/text/smath/01.po libreoffice-l10n-6.2.6/translations/source/bg/helpcontent2/source/text/smath/01.po --- libreoffice-l10n-6.2.5/translations/source/bg/helpcontent2/source/text/smath/01.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/bg/helpcontent2/source/text/smath/01.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,7 +4,7 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2018-11-12 12:23+0100\n" -"PO-Revision-Date: 2019-01-19 00:28+0000\n" +"PO-Revision-Date: 2019-07-05 19:59+0000\n" "Last-Translator: Mihail Balabanov \n" "Language-Team: .\n" "Language: bg\n" @@ -15,7 +15,7 @@ "X-Accelerator-Marker: ~\n" "X-Generator: Pootle 2.8\n" "X-Project-Style: openoffice\n" -"X-POOTLE-MTIME: 1547857728.000000\n" +"X-POOTLE-MTIME: 1562356794.000000\n" #: 02080000.xhp msgctxt "" @@ -5839,7 +5839,7 @@ "par_id3158441\n" "help.text" msgid "This example formula is then interpreted from left to right. The operations only affect its corresponding group (or expression). Operations further to the right \"replace\" or \"combine themselves with\" their predecessors." -msgstr "Тази примерна формула се интерпретира отляво надясно. Операциите действат само върху съответната група или израз. Операциите по-надясно \"подменят\" или \"се съчетават\" с предшестващите ги." +msgstr "Тази примерна формула се интерпретира от ляво надясно. Операциите действат само върху съответната група или израз. Операциите по-надясно „подменят“ предшестващите ги или „се съчетават“ с тях." #: 03091100.xhp msgctxt "" diff -Nru libreoffice-l10n-6.2.5/translations/source/bg/helpcontent2/source/text/swriter/01.po libreoffice-l10n-6.2.6/translations/source/bg/helpcontent2/source/text/swriter/01.po --- libreoffice-l10n-6.2.5/translations/source/bg/helpcontent2/source/text/swriter/01.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/bg/helpcontent2/source/text/swriter/01.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,7 +4,7 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2018-10-21 20:57+0200\n" -"PO-Revision-Date: 2019-04-15 15:55+0000\n" +"PO-Revision-Date: 2019-07-05 18:23+0000\n" "Last-Translator: Mihail Balabanov \n" "Language-Team: .\n" "Language: bg\n" @@ -15,7 +15,7 @@ "X-Accelerator-Marker: ~\n" "X-Generator: Pootle 2.8\n" "X-Project-Style: openoffice\n" -"X-POOTLE-MTIME: 1555343719.000000\n" +"X-POOTLE-MTIME: 1562351024.000000\n" #: 01120000.xhp msgctxt "" @@ -21831,7 +21831,7 @@ "hd_id3151330\n" "help.text" msgid "Counting" -msgstr "Изчисляване" +msgstr "Броене" #: 06080100.xhp msgctxt "" @@ -21879,7 +21879,7 @@ "par_id3149040\n" "help.text" msgid "Per chapter" -msgstr "На знак" +msgstr "На глава" #: 06080100.xhp msgctxt "" @@ -21919,7 +21919,7 @@ "par_id3156268\n" "help.text" msgid "Enter the number for the first footnote in the document. This option is only available if you selected \"Per Document\" in the Counting box." -msgstr "Въведете номера на първата бележка под линия в документа. Тази настройка е налична само ако сте избрали \"На документ\" в полето Изчисляване." +msgstr "Въведете номера на първата бележка под линия в документа. Тази настройка е налична само ако сте избрали „На документ“ в полето Броене." #: 06080100.xhp msgctxt "" diff -Nru libreoffice-l10n-6.2.5/translations/source/bg/helpcontent2/source/text/swriter/guide.po libreoffice-l10n-6.2.6/translations/source/bg/helpcontent2/source/text/swriter/guide.po --- libreoffice-l10n-6.2.5/translations/source/bg/helpcontent2/source/text/swriter/guide.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/bg/helpcontent2/source/text/swriter/guide.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,7 +4,7 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2018-11-05 17:38+0100\n" -"PO-Revision-Date: 2019-04-30 12:07+0000\n" +"PO-Revision-Date: 2019-07-07 12:52+0000\n" "Last-Translator: Mihail Balabanov \n" "Language-Team: LANGUAGE \n" "Language: bg\n" @@ -14,7 +14,7 @@ "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Accelerator-Marker: ~\n" "X-Generator: Pootle 2.8\n" -"X-POOTLE-MTIME: 1556626059.000000\n" +"X-POOTLE-MTIME: 1562503976.000000\n" #: anchor_object.xhp msgctxt "" @@ -9590,7 +9590,7 @@ "par_id3148691\n" "help.text" msgid "Enter the number you want the list to start with in the Start at box." -msgstr "Въведете желания начален номер за списъка в полето Начало." +msgstr "Въведете желания начален номер за списъка в полето Започване от." #: numbering_paras.xhp msgctxt "" diff -Nru libreoffice-l10n-6.2.5/translations/source/bg/helpcontent2/source/text/swriter.po libreoffice-l10n-6.2.6/translations/source/bg/helpcontent2/source/text/swriter.po --- libreoffice-l10n-6.2.5/translations/source/bg/helpcontent2/source/text/swriter.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/bg/helpcontent2/source/text/swriter.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,7 +4,7 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2019-01-07 11:14+0100\n" -"PO-Revision-Date: 2019-01-11 16:36+0000\n" +"PO-Revision-Date: 2019-07-05 20:00+0000\n" "Last-Translator: Mihail Balabanov \n" "Language-Team: LANGUAGE \n" "Language: bg\n" @@ -14,7 +14,7 @@ "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Accelerator-Marker: ~\n" "X-Generator: Pootle 2.8\n" -"X-POOTLE-MTIME: 1547224574.000000\n" +"X-POOTLE-MTIME: 1562356801.000000\n" #: classificationbar.xhp msgctxt "" @@ -1870,7 +1870,7 @@ "hd_id3149946\n" "help.text" msgid "Left-To-Right" -msgstr "Отляво надясно" +msgstr "От ляво надясно" #: main0202.xhp msgctxt "" @@ -1878,7 +1878,7 @@ "par_idN10784\n" "help.text" msgid "left to right icon" -msgstr "икона отляво надясно" +msgstr "икона „от ляво надясно“" #: main0202.xhp msgctxt "" @@ -1886,7 +1886,7 @@ "par_id3149964\n" "help.text" msgid "The text is entered from left to right." -msgstr "Текстът се въвежда отляво надясно." +msgstr "Текстът се въвежда от ляво надясно." #: main0202.xhp msgctxt "" @@ -1894,7 +1894,7 @@ "hd_id3147300\n" "help.text" msgid "Right-To-Left" -msgstr "Отдясно наляво" +msgstr "От дясно наляво" #: main0202.xhp msgctxt "" @@ -1902,7 +1902,7 @@ "par_idN107DF\n" "help.text" msgid "right to left icon" -msgstr "икона отдясно наляво" +msgstr "икона „от дясно наляво“" #: main0202.xhp msgctxt "" @@ -1910,7 +1910,7 @@ "par_id3147625\n" "help.text" msgid "The text formatted in a complex text layout language is entered from right to left." -msgstr "Текстът, форматиран с език със сложна писменост (СТL), се въвежда отдясно наляво." +msgstr "Текстът, форматиран с език със сложна писменост (СТL), се въвежда от дясно наляво." #: main0203.xhp msgctxt "" diff -Nru libreoffice-l10n-6.2.5/translations/source/bg/officecfg/registry/data/org/openoffice/Office/UI.po libreoffice-l10n-6.2.6/translations/source/bg/officecfg/registry/data/org/openoffice/Office/UI.po --- libreoffice-l10n-6.2.5/translations/source/bg/officecfg/registry/data/org/openoffice/Office/UI.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/bg/officecfg/registry/data/org/openoffice/Office/UI.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,7 +4,7 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2018-12-18 19:46+0100\n" -"PO-Revision-Date: 2019-05-29 07:22+0000\n" +"PO-Revision-Date: 2019-07-05 20:05+0000\n" "Last-Translator: Mihail Balabanov \n" "Language-Team: LANGUAGE \n" "Language: bg\n" @@ -14,7 +14,7 @@ "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Accelerator-Marker: ~\n" "X-Generator: Pootle 2.8\n" -"X-POOTLE-MTIME: 1559114557.000000\n" +"X-POOTLE-MTIME: 1562357135.000000\n" #: BaseWindowState.xcu msgctxt "" @@ -3560,7 +3560,7 @@ "Label\n" "value.text" msgid "Sheet R~ight-To-Left" -msgstr "Страница ~отдясно наляво" +msgstr "Лист от дясно наляво" #: CalcCommands.xcu msgctxt "" @@ -3569,7 +3569,7 @@ "ContextLabel\n" "value.text" msgid "R~ight-To-Left" -msgstr "~Отдясно наляво" +msgstr "~От дясно наляво" #: CalcCommands.xcu msgctxt "" @@ -3578,7 +3578,7 @@ "PopupLabel\n" "value.text" msgid "Sheet R~ight-To-Left" -msgstr "Лист отдясно наляво" +msgstr "Лист от дясно наляво" #: CalcCommands.xcu msgctxt "" @@ -17179,7 +17179,7 @@ "Label\n" "value.text" msgid "Text direction from left to right" -msgstr "Посока на текста отляво надясно" +msgstr "Посока на текста от ляво надясно" #: GenericCommands.xcu msgctxt "" @@ -17188,7 +17188,7 @@ "Label\n" "value.text" msgid "Text direction from top to bottom" -msgstr "Посока на текста отгоре надолу" +msgstr "Посока на текста от горе надолу" #: GenericCommands.xcu msgctxt "" @@ -18034,7 +18034,7 @@ "Label\n" "value.text" msgid "Left-To-Right" -msgstr "Отляво надясно" +msgstr "От ляво надясно" #: GenericCommands.xcu msgctxt "" @@ -18052,7 +18052,7 @@ "Label\n" "value.text" msgid "Right-To-Left" -msgstr "Отдясно наляво" +msgstr "От дясно наляво" #: GenericCommands.xcu msgctxt "" diff -Nru libreoffice-l10n-6.2.5/translations/source/bg/sc/messages.po libreoffice-l10n-6.2.6/translations/source/bg/sc/messages.po --- libreoffice-l10n-6.2.5/translations/source/bg/sc/messages.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/bg/sc/messages.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,7 +4,7 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2019-05-02 15:45+0200\n" -"PO-Revision-Date: 2019-05-26 08:22+0000\n" +"PO-Revision-Date: 2019-07-05 20:05+0000\n" "Last-Translator: Mihail Balabanov \n" "Language-Team: LANGUAGE \n" "Language: bg\n" @@ -14,7 +14,7 @@ "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Accelerator-Marker: ~\n" "X-Generator: Pootle 2.8\n" -"X-POOTLE-MTIME: 1558858927.000000\n" +"X-POOTLE-MTIME: 1562357140.000000\n" #: sc/inc/compiler.hrc:27 msgctxt "RID_FUNCTION_CATEGORIES" @@ -1428,12 +1428,12 @@ #: sc/inc/globstr.hrc:309 msgctxt "STR_SCATTR_PAGE_TOPDOWN" msgid "Top to bottom" -msgstr "Отгоре надолу" +msgstr "От горе надолу" #: sc/inc/globstr.hrc:310 msgctxt "STR_SCATTR_PAGE_LEFTRIGHT" msgid "Left-to-right" -msgstr "Отляво надясно" +msgstr "От ляво надясно" #: sc/inc/globstr.hrc:311 msgctxt "STR_SCATTR_PAGE_NOTES" @@ -21390,7 +21390,7 @@ #: sc/uiconfig/scalc/ui/scgeneralpage.ui:376 msgctxt "scgeneralpage|textfmtcb" msgid "Use printer metrics for text formatting" -msgstr "Форматиране на документите чрез метриките на принтера" +msgstr "Форматиране на текста чрез метриките на принтера" #: sc/uiconfig/scalc/ui/scgeneralpage.ui:390 msgctxt "scgeneralpage|markhdrcb" diff -Nru libreoffice-l10n-6.2.5/translations/source/bg/svx/messages.po libreoffice-l10n-6.2.6/translations/source/bg/svx/messages.po --- libreoffice-l10n-6.2.5/translations/source/bg/svx/messages.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/bg/svx/messages.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,7 +4,7 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2018-12-17 16:28+0100\n" -"PO-Revision-Date: 2019-04-30 09:58+0000\n" +"PO-Revision-Date: 2019-07-05 20:09+0000\n" "Last-Translator: Mihail Balabanov \n" "Language-Team: LANGUAGE \n" "Language: bg\n" @@ -14,7 +14,7 @@ "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Accelerator-Marker: ~\n" "X-Generator: Pootle 2.8\n" -"X-POOTLE-MTIME: 1556618287.000000\n" +"X-POOTLE-MTIME: 1562357371.000000\n" #: include/svx/strings.hrc:25 msgctxt "STR_ObjNameSingulNONE" @@ -6290,12 +6290,12 @@ #: include/svx/strings.hrc:1337 msgctxt "RID_SVXITEMS_ORI_TOPBOTTOM" msgid "From top to bottom" -msgstr "Отгоре надолу" +msgstr "От горе надолу" #: include/svx/strings.hrc:1338 msgctxt "RID_SVXITEMS_ORI_BOTTOMTOP" msgid "Bottom to Top" -msgstr "Отдолу нагоре" +msgstr "От долу нагоре" #: include/svx/strings.hrc:1339 msgctxt "RID_SVXITEMS_ORI_STACKED" diff -Nru libreoffice-l10n-6.2.5/translations/source/bg/sw/messages.po libreoffice-l10n-6.2.6/translations/source/bg/sw/messages.po --- libreoffice-l10n-6.2.5/translations/source/bg/sw/messages.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/bg/sw/messages.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,7 +4,7 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2019-05-02 15:45+0200\n" -"PO-Revision-Date: 2019-02-14 10:07+0000\n" +"PO-Revision-Date: 2019-07-07 12:53+0000\n" "Last-Translator: Mihail Balabanov \n" "Language-Team: LANGUAGE \n" "Language: bg\n" @@ -13,8 +13,8 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" -"X-POOTLE-MTIME: 1550138835.000000\n" +"X-Generator: Pootle 2.8\n" +"X-POOTLE-MTIME: 1562503992.000000\n" #: sw/inc/app.hrc:29 msgctxt "RID_PARAGRAPHSTYLEFAMILY" @@ -3431,12 +3431,12 @@ #: sw/inc/strings.hrc:607 msgctxt "STR_PRINTOPTUI_LEFT_SCRIPT" msgid "Left-to-right script" -msgstr "Отляво надясно" +msgstr "От ляво надясно" #: sw/inc/strings.hrc:608 msgctxt "STR_PRINTOPTUI_RIGHT_SCRIPT" msgid "Right-to-left script" -msgstr "Отдясно наляво" +msgstr "От дясно наляво" #: sw/inc/strings.hrc:609 msgctxt "STR_PRINTOPTUI_RANGE_COPIES" @@ -8489,7 +8489,7 @@ #: sw/uiconfig/swriter/ui/endnotepage.ui:64 msgctxt "endnotepage|offset" msgid "Start at" -msgstr "Начало" +msgstr "Започване от" #: sw/uiconfig/swriter/ui/endnotepage.ui:76 msgctxt "endnotepage|label25" @@ -9278,7 +9278,7 @@ #: sw/uiconfig/swriter/ui/footnotepage.ui:52 msgctxt "footnotepage|label7" msgid "Counting" -msgstr "Изчисляване" +msgstr "Броене" #: sw/uiconfig/swriter/ui/footnotepage.ui:64 msgctxt "footnotepage|label8" @@ -9293,7 +9293,7 @@ #: sw/uiconfig/swriter/ui/footnotepage.ui:88 msgctxt "footnotepage|offset" msgid "Start at" -msgstr "Начало" +msgstr "Започване от:" #: sw/uiconfig/swriter/ui/footnotepage.ui:100 msgctxt "footnotepage|label11" @@ -9318,7 +9318,7 @@ #: sw/uiconfig/swriter/ui/footnotepage.ui:165 msgctxt "footnotepage|liststore1" msgid "Per chapter" -msgstr "На знак" +msgstr "На глава" #: sw/uiconfig/swriter/ui/footnotepage.ui:166 msgctxt "footnotepage|liststore1" @@ -13965,7 +13965,7 @@ #: sw/uiconfig/swriter/ui/outlinenumberingpage.ui:313 msgctxt "outlinenumberingpage|label10" msgid "Start at:" -msgstr "Начало:" +msgstr "Започване от:" #: sw/uiconfig/swriter/ui/outlinenumberingpage.ui:351 msgctxt "outlinenumberingpage|label2" diff -Nru libreoffice-l10n-6.2.5/translations/source/bg/vcl/messages.po libreoffice-l10n-6.2.6/translations/source/bg/vcl/messages.po --- libreoffice-l10n-6.2.5/translations/source/bg/vcl/messages.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/bg/vcl/messages.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,7 +4,7 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2019-05-02 15:46+0200\n" -"PO-Revision-Date: 2019-05-10 08:04+0000\n" +"PO-Revision-Date: 2019-07-05 20:06+0000\n" "Last-Translator: Mihail Balabanov \n" "Language-Team: LANGUAGE \n" "Language: bg\n" @@ -14,7 +14,7 @@ "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Accelerator-Marker: ~\n" "X-Generator: Pootle 2.8\n" -"X-POOTLE-MTIME: 1557475464.000000\n" +"X-POOTLE-MTIME: 1562357160.000000\n" #. To translators: This is the first entry of a sequence of paper size names #: vcl/inc/print.hrc:28 @@ -1380,22 +1380,22 @@ #: vcl/uiconfig/ui/printdialog.ui:82 msgctxt "printdialog|liststore2" msgid "left to right, then down" -msgstr "отляво надясно, после надолу" +msgstr "от ляво надясно, после надолу" #: vcl/uiconfig/ui/printdialog.ui:85 msgctxt "printdialog|liststore2" msgid "top to bottom, then right" -msgstr "отгоре надолу, после надясно" +msgstr "от горе надолу, после надясно" #: vcl/uiconfig/ui/printdialog.ui:88 msgctxt "printdialog|liststore2" msgid "top to bottom, then left" -msgstr "отгоре надолу, после наляво" +msgstr "от горе надолу, после наляво" #: vcl/uiconfig/ui/printdialog.ui:91 msgctxt "printdialog|liststore2" msgid "right to left, then down" -msgstr "отдясно наляво, после надолу" +msgstr "от дясно наляво, после надолу" #: vcl/uiconfig/ui/printdialog.ui:102 msgctxt "printdialog|liststore3" diff -Nru libreoffice-l10n-6.2.5/translations/source/ca/helpcontent2/source/text/schart/04.po libreoffice-l10n-6.2.6/translations/source/ca/helpcontent2/source/text/schart/04.po --- libreoffice-l10n-6.2.5/translations/source/ca/helpcontent2/source/text/schart/04.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/ca/helpcontent2/source/text/schart/04.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,7 +4,7 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2017-05-09 16:45+0200\n" -"PO-Revision-Date: 2013-05-24 08:07+0000\n" +"PO-Revision-Date: 2019-07-26 06:07+0000\n" "Last-Translator: Joan Montané \n" "Language-Team: LANGUAGE \n" "Language: ca\n" @@ -13,9 +13,9 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" +"X-Generator: Pootle 2.8\n" "X-Language: ca\n" -"X-POOTLE-MTIME: 1369382846.000000\n" +"X-POOTLE-MTIME: 1564121263.000000\n" #: 01020000.xhp msgctxt "" @@ -31,7 +31,7 @@ "bm_id3150767\n" "help.text" msgid "shortcut keys; chartscharts; shortcuts" -msgstr "Claus de drecera; diagramesdiagrames; dreceres" +msgstr "dreceres de teclat; diagramesdiagrames; dreceres" #: 01020000.xhp msgctxt "" @@ -47,7 +47,7 @@ "par_id3155412\n" "help.text" msgid "You can use the following shortcut keys in charts." -msgstr "Esteu utilitzant les claus de drecera següents per als diagrames." +msgstr "Esteu utilitzant les dreceres de teclat següents per als diagrames." #: 01020000.xhp msgctxt "" @@ -55,7 +55,7 @@ "par_id3159154\n" "help.text" msgid "You can also use the general shortcut keys for $[officename]." -msgstr "També podeu utilitzar les claus de drecera generals del $[officename]." +msgstr "També podeu utilitzar les dreceres de teclat generals del $[officename]." #: 01020000.xhp msgctxt "" @@ -71,7 +71,7 @@ "hd_id3151073\n" "help.text" msgid "Shortcut Keys" -msgstr "Claus de drecera" +msgstr "Dreceres de teclat" #: 01020000.xhp msgctxt "" diff -Nru libreoffice-l10n-6.2.5/translations/source/cs/cui/messages.po libreoffice-l10n-6.2.6/translations/source/cs/cui/messages.po --- libreoffice-l10n-6.2.5/translations/source/cs/cui/messages.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/cs/cui/messages.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,8 +4,8 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2019-05-02 15:43+0200\n" -"PO-Revision-Date: 2019-01-08 23:02+0000\n" -"Last-Translator: Stanislav Horáček \n" +"PO-Revision-Date: 2019-07-27 05:35+0000\n" +"Last-Translator: raal \n" "Language-Team: LANGUAGE \n" "Language: cs\n" "MIME-Version: 1.0\n" @@ -13,8 +13,8 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" -"X-POOTLE-MTIME: 1546988524.000000\n" +"X-Generator: Pootle 2.8\n" +"X-POOTLE-MTIME: 1564205749.000000\n" #: cui/inc/numcategories.hrc:17 msgctxt "numberingformatpage|liststore1" @@ -1656,7 +1656,7 @@ #: cui/inc/strings.hrc:375 msgctxt "RID_SVXSTR_MOZAPIUNREACHABLE" msgid "The Mozilla Themes API is currently unavailable." -msgstr "" +msgstr "The Mozilla Themes API je nyní nedostupné." #: cui/inc/strings.hrc:377 msgctxt "RID_SVXSTR_TABLE_PRESET_NONE" diff -Nru libreoffice-l10n-6.2.5/translations/source/cs/vcl/messages.po libreoffice-l10n-6.2.6/translations/source/cs/vcl/messages.po --- libreoffice-l10n-6.2.5/translations/source/cs/vcl/messages.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/cs/vcl/messages.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,8 +4,8 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2019-05-02 15:46+0200\n" -"PO-Revision-Date: 2019-01-20 20:54+0000\n" -"Last-Translator: Stanislav Horáček \n" +"PO-Revision-Date: 2019-07-27 05:35+0000\n" +"Last-Translator: raal \n" "Language-Team: LANGUAGE \n" "Language: cs\n" "MIME-Version: 1.0\n" @@ -13,8 +13,8 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" -"X-POOTLE-MTIME: 1548017654.000000\n" +"X-Generator: Pootle 2.8\n" +"X-POOTLE-MTIME: 1564205753.000000\n" #. To translators: This is the first entry of a sequence of paper size names #: vcl/inc/print.hrc:28 @@ -1275,7 +1275,7 @@ #: vcl/uiconfig/ui/cupspassworddialog.ui:145 msgctxt "cupspassworddialog|label1" msgid "_Domain:" -msgstr "" +msgstr "_Doména:" #: vcl/uiconfig/ui/editmenu.ui:12 msgctxt "editmenu|undo" diff -Nru libreoffice-l10n-6.2.5/translations/source/cy/dbaccess/messages.po libreoffice-l10n-6.2.6/translations/source/cy/dbaccess/messages.po --- libreoffice-l10n-6.2.5/translations/source/cy/dbaccess/messages.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/cy/dbaccess/messages.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,7 +4,7 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2019-02-11 12:12+0100\n" -"PO-Revision-Date: 2018-05-02 09:04+0000\n" +"PO-Revision-Date: 2019-07-09 12:44+0000\n" "Last-Translator: Rhoslyn Prys \n" "Language-Team: LANGUAGE \n" "Language: cy\n" @@ -13,8 +13,8 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" -"X-POOTLE-MTIME: 1525251859.000000\n" +"X-Generator: Pootle 2.8\n" +"X-POOTLE-MTIME: 1562676258.000000\n" #: dbaccess/inc/query.hrc:26 msgctxt "RSC_QUERY_OBJECT_TYPE" @@ -3773,7 +3773,7 @@ #: dbaccess/uiconfig/ui/sortdialog.ui:178 msgctxt "sortdialog|value1" msgid "descending" -msgstr "gostyngol" +msgstr "disgyn" #: dbaccess/uiconfig/ui/sortdialog.ui:214 msgctxt "sortdialog|value2" @@ -3783,7 +3783,7 @@ #: dbaccess/uiconfig/ui/sortdialog.ui:215 msgctxt "sortdialog|value2" msgid "descending" -msgstr "gostyngol" +msgstr "disgyn" #: dbaccess/uiconfig/ui/sortdialog.ui:229 msgctxt "sortdialog|value3" @@ -3793,7 +3793,7 @@ #: dbaccess/uiconfig/ui/sortdialog.ui:230 msgctxt "sortdialog|value3" msgid "descending" -msgstr "gostyngol" +msgstr "disgyn" #: dbaccess/uiconfig/ui/sortdialog.ui:249 msgctxt "sortdialog|label1" diff -Nru libreoffice-l10n-6.2.5/translations/source/cy/extensions/messages.po libreoffice-l10n-6.2.6/translations/source/cy/extensions/messages.po --- libreoffice-l10n-6.2.5/translations/source/cy/extensions/messages.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/cy/extensions/messages.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,8 +4,8 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2019-05-02 15:44+0200\n" -"PO-Revision-Date: 2018-11-12 11:41+0000\n" -"Last-Translator: Anonymous Pootle User\n" +"PO-Revision-Date: 2019-07-09 12:44+0000\n" +"Last-Translator: Rhoslyn Prys \n" "Language-Team: LANGUAGE \n" "Language: cy\n" "MIME-Version: 1.0\n" @@ -13,8 +13,8 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" -"X-POOTLE-MTIME: 1542022866.000000\n" +"X-Generator: Pootle 2.8\n" +"X-POOTLE-MTIME: 1562676273.000000\n" #: extensions/inc/command.hrc:29 msgctxt "RID_RSC_ENUM_COMMAND_TYPE" @@ -984,7 +984,7 @@ #: extensions/inc/strings.hrc:94 msgctxt "RID_STR_VALUESTEP" msgid "Incr./decrement value" -msgstr "Gwerth cynyddol/gostyngol" +msgstr "Gwerth cynyddol/disgynol" #: extensions/inc/strings.hrc:95 msgctxt "RID_STR_CURRENCYSYMBOL" diff -Nru libreoffice-l10n-6.2.5/translations/source/cy/sc/messages.po libreoffice-l10n-6.2.6/translations/source/cy/sc/messages.po --- libreoffice-l10n-6.2.5/translations/source/cy/sc/messages.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/cy/sc/messages.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,7 +4,7 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2019-05-02 15:45+0200\n" -"PO-Revision-Date: 2019-02-04 20:24+0000\n" +"PO-Revision-Date: 2019-07-09 12:49+0000\n" "Last-Translator: Rhoslyn Prys \n" "Language-Team: LANGUAGE \n" "Language: cy\n" @@ -13,8 +13,8 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" -"X-POOTLE-MTIME: 1549311845.000000\n" +"X-Generator: Pootle 2.8\n" +"X-POOTLE-MTIME: 1562676583.000000\n" #: sc/inc/compiler.hrc:27 msgctxt "RID_FUNCTION_CATEGORIES" @@ -4541,7 +4541,7 @@ #: sc/inc/scfuncs.hrc:614 msgctxt "SC_OPCODE_VBD" msgid "Variable declining balance. Returns the declining balance depreciation for a particular period." -msgstr "Mantolen dirywio newidiol. Dychwelyd dibrisiad balans gostyngol ar gyfer cyfnod penodol." +msgstr "Mantolen disgynnol newidiol. Dychwelyd dibrisiad balans gostyngol ar gyfer cyfnod penodol." #: sc/inc/scfuncs.hrc:615 msgctxt "SC_OPCODE_VBD" @@ -16760,7 +16760,7 @@ #: sc/uiconfig/scalc/ui/datafieldoptionsdialog.ui:127 msgctxt "datafieldoptionsdialog|descending" msgid "_Descending" -msgstr "_Gostyngol" +msgstr "_Disgyn" #: sc/uiconfig/scalc/ui/datafieldoptionsdialog.ui:143 msgctxt "datafieldoptionsdialog|manual" @@ -22325,7 +22325,7 @@ #: sc/uiconfig/scalc/ui/sortdialog.ui:138 msgctxt "sortdialog|criteria" msgid "Sort Criteria" -msgstr "Maen Prawf Trefnu" +msgstr "Meini Prawf Trefnu" #: sc/uiconfig/scalc/ui/sortdialog.ui:184 msgctxt "sortdialog|options" @@ -22340,7 +22340,7 @@ #: sc/uiconfig/scalc/ui/sortkey.ui:55 msgctxt "sortkey|down" msgid "_Descending" -msgstr "_Gostyngol" +msgstr "_Disgyn" #: sc/uiconfig/scalc/ui/sortkey.ui:77 msgctxt "sortkey|sortft" diff -Nru libreoffice-l10n-6.2.5/translations/source/cy/sd/messages.po libreoffice-l10n-6.2.6/translations/source/cy/sd/messages.po --- libreoffice-l10n-6.2.5/translations/source/cy/sd/messages.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/cy/sd/messages.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,7 +4,7 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2019-05-02 15:45+0200\n" -"PO-Revision-Date: 2019-02-11 11:40+0000\n" +"PO-Revision-Date: 2019-08-04 10:26+0000\n" "Last-Translator: Rhoslyn Prys \n" "Language-Team: LANGUAGE \n" "Language: cy\n" @@ -13,8 +13,8 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" -"X-POOTLE-MTIME: 1549885219.000000\n" +"X-Generator: Pootle 2.8\n" +"X-POOTLE-MTIME: 1564914388.000000\n" #: sd/inc/DocumentRenderer.hrc:27 msgctxt "STR_IMPRESS_PRINT_UI_CONTENT_CHOICES" @@ -5576,7 +5576,7 @@ #: sd/uiconfig/simpress/ui/presentationdialog.ui:13 msgctxt "presentationdialog|PresentationDialog" msgid "Slide Show Settings" -msgstr "Gosodiadau Sioe Tryloywder" +msgstr "Gosodiadau Sioe Sleidiau" #: sd/uiconfig/simpress/ui/presentationdialog.ui:115 msgctxt "presentationdialog|from" @@ -5896,7 +5896,7 @@ #: sd/uiconfig/simpress/ui/publishingdialog.ui:489 msgctxt "publishingdialog|kioskLabel" msgid "Advance Slides" -msgstr "Sleid Ymlaen" +msgstr "Symud y Sleidiau" #: sd/uiconfig/simpress/ui/publishingdialog.ui:527 msgctxt "publishingdialog|contentCheckbutton" @@ -6426,7 +6426,7 @@ #: sd/uiconfig/simpress/ui/slidetransitionspanel.ui:179 msgctxt "slidetransitionspanel|label1" msgid "Modify Transition" -msgstr "Newid Trawsnewidiad" +msgstr "Newid y Trawsnewid" #: sd/uiconfig/simpress/ui/slidetransitionspanel.ui:212 msgctxt "slidetransitionspanel|rb_mouse_click" @@ -6441,12 +6441,12 @@ #: sd/uiconfig/simpress/ui/slidetransitionspanel.ui:262 msgctxt "slidetransitionspanel|label2" msgid "Advance Slide" -msgstr "Sleid Ymlaen" +msgstr "Symud y Sleidiau" #: sd/uiconfig/simpress/ui/slidetransitionspanel.ui:287 msgctxt "slidetransitionspanel|apply_to_all" msgid "Apply Transition to All Slides" -msgstr "Gosod Trawsnewid i Bob Sleid" +msgstr "Gosod y Trawsnewid i Bob Sleid" #: sd/uiconfig/simpress/ui/slidetransitionspanel.ui:325 msgctxt "slidetransitionspanel|auto_preview" diff -Nru libreoffice-l10n-6.2.5/translations/source/da/officecfg/registry/data/org/openoffice/Office/UI.po libreoffice-l10n-6.2.6/translations/source/da/officecfg/registry/data/org/openoffice/Office/UI.po --- libreoffice-l10n-6.2.5/translations/source/da/officecfg/registry/data/org/openoffice/Office/UI.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/da/officecfg/registry/data/org/openoffice/Office/UI.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,8 +4,8 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2018-12-18 19:46+0100\n" -"PO-Revision-Date: 2018-12-19 22:52+0000\n" -"Last-Translator: Leif Lodahl \n" +"PO-Revision-Date: 2019-07-21 22:59+0000\n" +"Last-Translator: SteenRønnow \n" "Language-Team: LANGUAGE \n" "Language: da\n" "MIME-Version: 1.0\n" @@ -14,7 +14,7 @@ "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Accelerator-Marker: ~\n" "X-Generator: Pootle 2.8\n" -"X-POOTLE-MTIME: 1545259978.000000\n" +"X-POOTLE-MTIME: 1563749980.000000\n" #: BaseWindowState.xcu msgctxt "" @@ -28843,7 +28843,7 @@ "Label\n" "value.text" msgid "Distribute Rows Evenly" -msgstr "Fordel kolonner jævnt" +msgstr "Fordel rækker jævnt" #: WriterCommands.xcu msgctxt "" diff -Nru libreoffice-l10n-6.2.5/translations/source/da/sw/messages.po libreoffice-l10n-6.2.6/translations/source/da/sw/messages.po --- libreoffice-l10n-6.2.5/translations/source/da/sw/messages.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/da/sw/messages.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,8 +4,8 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2019-05-02 15:45+0200\n" -"PO-Revision-Date: 2018-12-19 23:05+0000\n" -"Last-Translator: Leif Lodahl \n" +"PO-Revision-Date: 2019-07-21 23:20+0000\n" +"Last-Translator: SteenRønnow \n" "Language-Team: LANGUAGE \n" "Language: da\n" "MIME-Version: 1.0\n" @@ -13,8 +13,8 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" -"X-POOTLE-MTIME: 1545260711.000000\n" +"X-Generator: Pootle 2.8\n" +"X-POOTLE-MTIME: 1563751213.000000\n" #: sw/inc/app.hrc:29 msgctxt "RID_PARAGRAPHSTYLEFAMILY" @@ -12786,7 +12786,7 @@ #: sw/uiconfig/swriter/ui/notebookbar_groups.ui:546 msgctxt "notebookbar_groups|rowmenudistribute" msgid "Distribute Rows Evenly" -msgstr "Fordel kolonner jævnt" +msgstr "Fordel rækker jævnt" #: sw/uiconfig/swriter/ui/notebookbar_groups.ui:750 msgctxt "notebookbar_groups|filegrouplabel" diff -Nru libreoffice-l10n-6.2.5/translations/source/de/helpcontent2/source/text/scalc/01.po libreoffice-l10n-6.2.6/translations/source/de/helpcontent2/source/text/scalc/01.po --- libreoffice-l10n-6.2.5/translations/source/de/helpcontent2/source/text/scalc/01.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/de/helpcontent2/source/text/scalc/01.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,7 +4,7 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2019-01-07 11:14+0100\n" -"PO-Revision-Date: 2019-05-28 04:20+0000\n" +"PO-Revision-Date: 2019-07-20 10:12+0000\n" "Last-Translator: Christian Kühl \n" "Language-Team: LANGUAGE \n" "Language: de\n" @@ -14,7 +14,7 @@ "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Accelerator-Marker: ~\n" "X-Generator: Pootle 2.8\n" -"X-POOTLE-MTIME: 1559017225.000000\n" +"X-POOTLE-MTIME: 1563617554.000000\n" #: 01120000.xhp msgctxt "" @@ -55206,7 +55206,7 @@ "par_id371542291684176\n" "help.text" msgid "=REGEX(\"123456ABCDEF\";\"[:digit:]\";\"Z\") returns \"Z23456ABCDEF\", where the first match of a digit is replaced by \"Z\"." -msgstr "=REGAUS(\"123456ABCDEF\";\"[:digit:];\"Z\") ergibt \"Z23456ABCDEF\", wobei die erste Zahl mit \"Z\" ersetzt wurde." +msgstr "=REGAUS(\"123456ABCDEF\";\"[:digit:]\";\"Z\") ergibt \"Z23456ABCDEF\", wobei die erste Zahl mit \"Z\" ersetzt wurde." #: func_regex.xhp msgctxt "" @@ -55214,7 +55214,7 @@ "par_id891542291697194\n" "help.text" msgid "=REGEX(\"123456ABCDEF\";\"[:digit:]\";\"Z\";\"g\") returns \"ZZZZZZABCDEF\", where all digits were replaced by \"Z\"." -msgstr "=REGAUS(\"123456ABCDEF\";\"[:digit:];\"Z\":\"g\") ergibt \"ZZZZZZABCDEF\", wobei jede Zahl mit \"Z\" ersetzt wurde." +msgstr "=REGAUS(\"123456ABCDEF\";\"[:digit:]\";\"Z\";\"g\") ergibt \"ZZZZZZABCDEF\", wobei jede Zahl mit \"Z\" ersetzt wurde." #: func_regex.xhp msgctxt "" diff -Nru libreoffice-l10n-6.2.5/translations/source/de/helpcontent2/source/text/shared/02.po libreoffice-l10n-6.2.6/translations/source/de/helpcontent2/source/text/shared/02.po --- libreoffice-l10n-6.2.5/translations/source/de/helpcontent2/source/text/shared/02.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/de/helpcontent2/source/text/shared/02.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,8 +4,8 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2019-01-07 11:14+0100\n" -"PO-Revision-Date: 2019-01-13 15:51+0000\n" -"Last-Translator: Sophia Schröder \n" +"PO-Revision-Date: 2019-08-08 09:27+0000\n" +"Last-Translator: Christian Kühl \n" "Language-Team: LANGUAGE \n" "Language: de\n" "MIME-Version: 1.0\n" @@ -14,7 +14,7 @@ "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Accelerator-Marker: ~\n" "X-Generator: Pootle 2.8\n" -"X-POOTLE-MTIME: 1547394710.000000\n" +"X-POOTLE-MTIME: 1565256433.000000\n" #: 01110000.xhp msgctxt "" @@ -15206,7 +15206,7 @@ "tit\n" "help.text" msgid "Run SQL command directly" -msgstr "SQL-Kommando direkt ausführen" +msgstr "SQL-Befehl direkt ausführen" #: 14030000.xhp msgctxt "" @@ -15214,7 +15214,7 @@ "hd_id3151100\n" "help.text" msgid "Run SQL command directly" -msgstr "SQL-Kommando direkt ausführen" +msgstr "SQL-Befehl direkt ausführen" #: 14030000.xhp msgctxt "" @@ -15246,7 +15246,7 @@ "par_id3155893\n" "help.text" msgid "Run SQL command directly" -msgstr "SQL-Kommando direkt ausführen" +msgstr "SQL-Befehl direkt ausführen" #: 14030000.xhp msgctxt "" diff -Nru libreoffice-l10n-6.2.5/translations/source/de/helpcontent2/source/text/shared/explorer/database.po libreoffice-l10n-6.2.6/translations/source/de/helpcontent2/source/text/shared/explorer/database.po --- libreoffice-l10n-6.2.5/translations/source/de/helpcontent2/source/text/shared/explorer/database.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/de/helpcontent2/source/text/shared/explorer/database.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,8 +4,8 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2019-01-07 11:14+0100\n" -"PO-Revision-Date: 2019-01-13 15:55+0000\n" -"Last-Translator: Sophia Schröder \n" +"PO-Revision-Date: 2019-08-08 09:27+0000\n" +"Last-Translator: Christian Kühl \n" "Language-Team: LANGUAGE \n" "Language: de\n" "MIME-Version: 1.0\n" @@ -14,7 +14,7 @@ "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Accelerator-Marker: ~\n" "X-Generator: Pootle 2.8\n" -"X-POOTLE-MTIME: 1547394954.000000\n" +"X-POOTLE-MTIME: 1565256454.000000\n" #: 02000000.xhp msgctxt "" @@ -1414,7 +1414,7 @@ "hd_id3153290\n" "help.text" msgid "Limit" -msgstr "Limes" +msgstr "Limit" #: 02010100.xhp msgctxt "" @@ -1422,7 +1422,7 @@ "par_id3147501\n" "help.text" msgid "Allows you to limit the maximum number of records returned by a query." -msgstr "Erlaubt Ihnen die maximale Anzahl an Datensätzen, welche die Anfrage zurückgibt, zu begrenzen." +msgstr "Erlaubt Ihnen, die maximale Anzahl an Datensätzen, welche die Anfrage zurückgibt, zu begrenzen." #: 02010100.xhp msgctxt "" @@ -1430,7 +1430,7 @@ "par_id3152350\n" "help.text" msgid "If a Limit construction is added, you will get at most as many rows as the number you specify. Otherwise, you will see all records corresponding to the query criteria." -msgstr "Wenn eine Konstruktion Limit hinzugefügt wurde, werden Sie allenfalls so viele Zeilen zurückbekommen wie die Anzahl, die Sie festgelegt haben. Ansonsten werden Sie alle Datensätze entsprechend der Abfragekriterien sehen." +msgstr "Wenn ein Parameter Limit hinzugefügt wurde, werden Sie nur so viele Zeilen angezeigt bekommen, wie Sie festgelegt haben. Andernfalls werden Sie alle Datensätze entsprechend der Abfragekriterien sehen." #: 02010100.xhp msgctxt "" @@ -2294,7 +2294,7 @@ "par_id3149632\n" "help.text" msgid "By clicking the Run SQL command directly icon in the SQL view, you can formulate a query that is not processed by $[officename] and sent directly to the database engine." -msgstr "Indem Sie auf das Symbol SQL-Kommando direkt ausführen in der SQL-Ansicht klicken, haben Sie die Möglichkeit, eine Abfrage zu formulieren, die nicht von $[officename] verarbeitet wird, sondern direkt zur Datenbank-Maschine gesendet wird." +msgstr "Indem Sie auf das Symbol SQL-Befehl direkt ausführen in der SQL-Ansicht klicken, haben Sie die Möglichkeit, eine Abfrage zu formulieren, die nicht von $[officename] verarbeitet wird, sondern direkt zur Datenbank-Maschine gesendet wird." #: 02010101.xhp msgctxt "" diff -Nru libreoffice-l10n-6.2.5/translations/source/de/officecfg/registry/data/org/openoffice/Office/UI.po libreoffice-l10n-6.2.6/translations/source/de/officecfg/registry/data/org/openoffice/Office/UI.po --- libreoffice-l10n-6.2.5/translations/source/de/officecfg/registry/data/org/openoffice/Office/UI.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/de/officecfg/registry/data/org/openoffice/Office/UI.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,7 +4,7 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2018-12-18 19:46+0100\n" -"PO-Revision-Date: 2019-06-10 03:27+0000\n" +"PO-Revision-Date: 2019-08-08 09:27+0000\n" "Last-Translator: Christian Kühl \n" "Language-Team: LANGUAGE \n" "Language: de\n" @@ -14,7 +14,7 @@ "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Accelerator-Marker: ~\n" "X-Generator: Pootle 2.8\n" -"X-POOTLE-MTIME: 1560137229.000000\n" +"X-POOTLE-MTIME: 1565256469.000000\n" #: BaseWindowState.xcu msgctxt "" @@ -21526,7 +21526,7 @@ "Label\n" "value.text" msgid "Run SQL command directly" -msgstr "S~QL-Kommando direkt ausführen" +msgstr "S~QL-Befehl direkt ausführen" #: GenericCommands.xcu msgctxt "" diff -Nru libreoffice-l10n-6.2.5/translations/source/dsb/cui/messages.po libreoffice-l10n-6.2.6/translations/source/dsb/cui/messages.po --- libreoffice-l10n-6.2.5/translations/source/dsb/cui/messages.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/dsb/cui/messages.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,7 +4,7 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2019-05-02 15:43+0200\n" -"PO-Revision-Date: 2019-05-12 17:37+0000\n" +"PO-Revision-Date: 2019-06-28 11:53+0000\n" "Last-Translator: Michael Wolf \n" "Language-Team: LANGUAGE \n" "Language: dsb\n" @@ -13,7 +13,7 @@ "Content-Transfer-Encoding: 8bit\n" "X-Accelerator-Marker: ~\n" "X-Generator: Pootle 2.8\n" -"X-POOTLE-MTIME: 1557682623.000000\n" +"X-POOTLE-MTIME: 1561722823.000000\n" #: cui/inc/numcategories.hrc:17 msgctxt "numberingformatpage|liststore1" @@ -8769,7 +8769,7 @@ #: cui/uiconfig/ui/optuserpage.ui:59 msgctxt "optuserpage|nameft" msgid "First/last _name/initials:" -msgstr "Pśe_mě/familijowe mě/iniciale:" +msgstr "Pśed_mě/familijowe mě/iniciale:" #: cui/uiconfig/ui/optuserpage.ui:73 msgctxt "optuserpage|streetft" diff -Nru libreoffice-l10n-6.2.5/translations/source/dsb/sw/messages.po libreoffice-l10n-6.2.6/translations/source/dsb/sw/messages.po --- libreoffice-l10n-6.2.5/translations/source/dsb/sw/messages.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/dsb/sw/messages.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,7 +4,7 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2019-05-02 15:45+0200\n" -"PO-Revision-Date: 2019-06-24 16:23+0000\n" +"PO-Revision-Date: 2019-06-28 11:54+0000\n" "Last-Translator: Michael Wolf \n" "Language-Team: LANGUAGE \n" "Language: dsb\n" @@ -13,7 +13,7 @@ "Content-Transfer-Encoding: 8bit\n" "X-Accelerator-Marker: ~\n" "X-Generator: Pootle 2.8\n" -"X-POOTLE-MTIME: 1561393422.000000\n" +"X-POOTLE-MTIME: 1561722847.000000\n" #: sw/inc/app.hrc:29 msgctxt "RID_PARAGRAPHSTYLEFAMILY" @@ -14800,7 +14800,7 @@ #: sw/uiconfig/swriter/ui/privateuserpage.ui:30 msgctxt "privateuserpage|nameft" msgid "First/last _name/initials:" -msgstr "Pśe_mě/familijowe mě/iniciale:" +msgstr "Pśed_mě/familijowe mě/iniciale:" #: sw/uiconfig/swriter/ui/privateuserpage.ui:44 msgctxt "privateuserpage|streetft" @@ -14875,7 +14875,7 @@ #: sw/uiconfig/swriter/ui/privateuserpage.ui:302 msgctxt "privateuserpage|eastnameft" msgid "First/last _name/initials 2:" -msgstr "Pśe_mě/familijowe mě/iniciale 2:" +msgstr "Pśed_mě/familijowe mě/iniciale 2:" #: sw/uiconfig/swriter/ui/privateuserpage.ui:324 msgctxt "privateuserpage|firstname2-atkobject" diff -Nru libreoffice-l10n-6.2.5/translations/source/es/vcl/messages.po libreoffice-l10n-6.2.6/translations/source/es/vcl/messages.po --- libreoffice-l10n-6.2.5/translations/source/es/vcl/messages.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/es/vcl/messages.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,7 +4,7 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2019-05-02 15:46+0200\n" -"PO-Revision-Date: 2019-06-08 11:06+0000\n" +"PO-Revision-Date: 2019-07-31 19:35+0000\n" "Last-Translator: Adolfo Jayme Barrientos \n" "Language-Team: LANGUAGE \n" "Language: es\n" @@ -14,7 +14,7 @@ "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Accelerator-Marker: ~\n" "X-Generator: Pootle 2.8\n" -"X-POOTLE-MTIME: 1559991968.000000\n" +"X-POOTLE-MTIME: 1564601740.000000\n" #. To translators: This is the first entry of a sequence of paper size names #: vcl/inc/print.hrc:28 @@ -1050,7 +1050,7 @@ #: vcl/inc/font/OpenTypeFeatureStrings.hrc:61 msgctxt "STR_FONT_FEATURE_ID_LFBD" msgid "Left Bounds" -msgstr "" +msgstr "Límites izquierdos" #: vcl/inc/font/OpenTypeFeatureStrings.hrc:62 msgctxt "STR_FONT_FEATURE_ID_LIGA" @@ -1090,7 +1090,7 @@ #: vcl/inc/font/OpenTypeFeatureStrings.hrc:69 msgctxt "STR_FONT_FEATURE_ID_OPBD" msgid "Optical Bounds" -msgstr "" +msgstr "Límites ópticos" #: vcl/inc/font/OpenTypeFeatureStrings.hrc:70 msgctxt "STR_FONT_FEATURE_ID_ORDN" @@ -1135,7 +1135,7 @@ #: vcl/inc/font/OpenTypeFeatureStrings.hrc:78 msgctxt "STR_FONT_FEATURE_ID_RTBD" msgid "Right Bounds" -msgstr "" +msgstr "Límites derechos" #: vcl/inc/font/OpenTypeFeatureStrings.hrc:79 msgctxt "STR_FONT_FEATURE_ID_RUBY" diff -Nru libreoffice-l10n-6.2.5/translations/source/fr/helpcontent2/source/text/shared/01.po libreoffice-l10n-6.2.6/translations/source/fr/helpcontent2/source/text/shared/01.po --- libreoffice-l10n-6.2.5/translations/source/fr/helpcontent2/source/text/shared/01.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/fr/helpcontent2/source/text/shared/01.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,7 +4,7 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2019-05-02 15:44+0200\n" -"PO-Revision-Date: 2019-02-17 22:13+0000\n" +"PO-Revision-Date: 2019-07-03 10:09+0000\n" "Last-Translator: Jean-Baptiste Faure \n" "Language-Team: ll.org\n" "Language: fr\n" @@ -13,9 +13,9 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" +"X-Generator: Pootle 2.8\n" "X-Project-Style: openoffice\n" -"X-POOTLE-MTIME: 1550441608.000000\n" +"X-POOTLE-MTIME: 1562148596.000000\n" #: 01010000.xhp msgctxt "" @@ -39871,7 +39871,7 @@ "par_idN10623\n" "help.text" msgid "%PRODUCTNAME Basic libraries" -msgstr "Bibilothèques %PRODUCTNAME Basic" +msgstr "Bibliothèques %PRODUCTNAME Basic" #: packagemanager.xhp msgctxt "" @@ -39879,7 +39879,7 @@ "par_idN106E8\n" "help.text" msgid "%PRODUCTNAME dialog libraries" -msgstr "Bibilothèques de boîte de dialogue %PRODUCTNAME" +msgstr "Bibliothèques de boîte de dialogue %PRODUCTNAME" #: packagemanager.xhp msgctxt "" diff -Nru libreoffice-l10n-6.2.5/translations/source/fr/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po libreoffice-l10n-6.2.6/translations/source/fr/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po --- libreoffice-l10n-6.2.5/translations/source/fr/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/fr/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,17 +4,17 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2016-11-09 14:10+0100\n" -"PO-Revision-Date: 2016-11-28 05:18+0000\n" -"Last-Translator: sophie \n" +"PO-Revision-Date: 2019-07-20 20:44+0000\n" +"Last-Translator: serval2412 \n" "Language-Team: LANGUAGE \n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Generator: LibreOffice\n" +"Plural-Forms: nplurals=2; plural=n > 1;\n" "X-Accelerator-Marker: ~\n" -"X-POOTLE-MTIME: 1480310319.000000\n" +"X-Generator: Pootle 2.8\n" +"X-POOTLE-MTIME: 1563655493.000000\n" #: Options.xhp msgctxt "" @@ -374,7 +374,7 @@ "par_id0603200910430845\n" "help.text" msgid "Regardless whether you use DEPS or SCO, you start by going to Tools - Solver and set the Cell to be optimized, the direction to go (minimization, maximization) and the cells to be modified to reach the goal. Then you go to the Options and specify the solver to be used and if necessary adjust the according parameters." -msgstr "Que vous utilisiez DEPS ou SCO, commencez en allant à Outils - Solveur et choisissez la cellule à optimiser, la direction (minimisation, maximisation) et les cellules à modifier pour atteindre l'objectif. Ensuite allez dans les options, choisissez le solveur à utiliser et si nécessaire modifiez les paramètres correspondants." +msgstr "Que vous utilisiez DEPS ou SCO, commencez en allant à Outils - Solveur et choisissez la cellule à optimiser, la direction (minimisation, maximisation) et les cellules à modifier pour atteindre l'objectif. Ensuite allez dans les options, choisissez le solveur à utiliser et si nécessaire modifiez les paramètres correspondants." #: Usage.xhp msgctxt "" diff -Nru libreoffice-l10n-6.2.5/translations/source/fy/officecfg/registry/data/org/openoffice/Office/UI.po libreoffice-l10n-6.2.6/translations/source/fy/officecfg/registry/data/org/openoffice/Office/UI.po --- libreoffice-l10n-6.2.5/translations/source/fy/officecfg/registry/data/org/openoffice/Office/UI.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/fy/officecfg/registry/data/org/openoffice/Office/UI.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,7 +4,7 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2018-12-18 19:46+0100\n" -"PO-Revision-Date: 2019-06-26 11:42+0000\n" +"PO-Revision-Date: 2019-06-30 18:26+0000\n" "Last-Translator: Berend Ytsma \n" "Language-Team: LANGUAGE \n" "Language: fy\n" @@ -14,7 +14,7 @@ "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Accelerator-Marker: ~\n" "X-Generator: Pootle 2.8\n" -"X-POOTLE-MTIME: 1561549378.000000\n" +"X-POOTLE-MTIME: 1561919201.000000\n" #: BaseWindowState.xcu msgctxt "" @@ -2093,7 +2093,7 @@ "Label\n" "value.text" msgid "F~unction List" -msgstr "F~unsje list" +msgstr "F~unksje list" #: CalcCommands.xcu msgctxt "" @@ -22579,7 +22579,7 @@ "Label\n" "value.text" msgid "A~rrange" -msgstr "~Skikken" +msgstr "~Skikke" #: GenericCommands.xcu msgctxt "" diff -Nru libreoffice-l10n-6.2.5/translations/source/fy/sc/messages.po libreoffice-l10n-6.2.6/translations/source/fy/sc/messages.po --- libreoffice-l10n-6.2.5/translations/source/fy/sc/messages.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/fy/sc/messages.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,7 +4,7 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2019-05-02 15:45+0200\n" -"PO-Revision-Date: 2019-01-13 18:04+0000\n" +"PO-Revision-Date: 2019-07-04 18:40+0000\n" "Last-Translator: Berend Ytsma \n" "Language-Team: LANGUAGE \n" "Language: fy\n" @@ -13,8 +13,8 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" -"X-POOTLE-MTIME: 1547402657.000000\n" +"X-Generator: Pootle 2.8\n" +"X-POOTLE-MTIME: 1562265612.000000\n" #: sc/inc/compiler.hrc:27 msgctxt "RID_FUNCTION_CATEGORIES" @@ -18811,7 +18811,7 @@ #: sc/uiconfig/scalc/ui/notebookbar.ui:9193 msgctxt "CalcNotebookbar|ViewLabel" msgid "~View" -msgstr "~Byld" +msgstr "~Werjefte" #: sc/uiconfig/scalc/ui/notebookbar.ui:9221 msgctxt "CalcNotebookbar|GraphicMenuButton" diff -Nru libreoffice-l10n-6.2.5/translations/source/fy/sd/messages.po libreoffice-l10n-6.2.6/translations/source/fy/sd/messages.po --- libreoffice-l10n-6.2.5/translations/source/fy/sd/messages.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/fy/sd/messages.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,7 +4,7 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2019-05-02 15:45+0200\n" -"PO-Revision-Date: 2018-12-27 18:52+0000\n" +"PO-Revision-Date: 2019-07-04 18:40+0000\n" "Last-Translator: Berend Ytsma \n" "Language-Team: LANGUAGE \n" "Language: fy\n" @@ -13,8 +13,8 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" -"X-POOTLE-MTIME: 1545936732.000000\n" +"X-Generator: Pootle 2.8\n" +"X-POOTLE-MTIME: 1562265616.000000\n" #: sd/inc/DocumentRenderer.hrc:27 msgctxt "STR_IMPRESS_PRINT_UI_CONTENT_CHOICES" @@ -3090,7 +3090,7 @@ #: sd/uiconfig/sdraw/ui/notebookbar.ui:7523 msgctxt "drawnotebookbar|ViewLabel" msgid "~View" -msgstr "~Byld" +msgstr "~Werjefte" #: sd/uiconfig/sdraw/ui/notebookbar.ui:7553 msgctxt "drawnotebookbar|TextMenuButton" diff -Nru libreoffice-l10n-6.2.5/translations/source/gl/helpcontent2/source/text/shared/01.po libreoffice-l10n-6.2.6/translations/source/gl/helpcontent2/source/text/shared/01.po --- libreoffice-l10n-6.2.5/translations/source/gl/helpcontent2/source/text/shared/01.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/gl/helpcontent2/source/text/shared/01.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,8 +4,8 @@ "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2019-05-02 15:44+0200\n" -"PO-Revision-Date: 2018-11-14 12:00+0000\n" -"Last-Translator: Anonymous Pootle User\n" +"PO-Revision-Date: 2019-07-21 17:04+0000\n" +"Last-Translator: serval2412 \n" "Language-Team: Galician \n" "Language: gl\n" "MIME-Version: 1.0\n" @@ -13,8 +13,8 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" -"X-POOTLE-MTIME: 1542196802.000000\n" +"X-Generator: Pootle 2.8\n" +"X-POOTLE-MTIME: 1563728675.000000\n" #: 01010000.xhp msgctxt "" @@ -12982,7 +12982,7 @@ "hd_id3154812\n" "help.text" msgid "CharactersFont" -msgstr " Personaxes Fonte " +msgstr "PersonaxesFonte" #: 05020100.xhp msgctxt "" diff -Nru libreoffice-l10n-6.2.5/translations/source/hr/chart2/messages.po libreoffice-l10n-6.2.6/translations/source/hr/chart2/messages.po --- libreoffice-l10n-6.2.5/translations/source/hr/chart2/messages.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/hr/chart2/messages.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,8 +4,8 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2019-02-11 12:12+0100\n" -"PO-Revision-Date: 2018-10-21 19:30+0000\n" -"Last-Translator: Anonymous Pootle User\n" +"PO-Revision-Date: 2019-07-18 10:37+0000\n" +"Last-Translator: Milo Ivir \n" "Language-Team: LANGUAGE \n" "Language: hr\n" "MIME-Version: 1.0\n" @@ -13,8 +13,8 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" -"X-POOTLE-MTIME: 1540150256.000000\n" +"X-Generator: Pootle 2.8\n" +"X-POOTLE-MTIME: 1563446229.000000\n" #: chart2/inc/chart.hrc:17 msgctxt "tp_ChartType|liststore1" @@ -636,7 +636,7 @@ "Ignore this change and close the dialog?" msgstr "" "Vaš zadnji unos je bio neispravan.\n" -"Da ignoriram ovu promjenu i zatvorim dijalog?" +"Zanemariti ovu promjenu i zatvoriti dijaloški okvir?" #: chart2/inc/strings.hrc:143 msgctxt "STR_TEXT_DIRECTION_LTR" diff -Nru libreoffice-l10n-6.2.5/translations/source/hr/cui/messages.po libreoffice-l10n-6.2.6/translations/source/hr/cui/messages.po --- libreoffice-l10n-6.2.5/translations/source/hr/cui/messages.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/hr/cui/messages.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,8 +4,8 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2019-05-02 15:43+0200\n" -"PO-Revision-Date: 2018-11-20 19:01+0000\n" -"Last-Translator: Kruno \n" +"PO-Revision-Date: 2019-07-18 10:37+0000\n" +"Last-Translator: Milo Ivir \n" "Language-Team: LANGUAGE \n" "Language: hr\n" "MIME-Version: 1.0\n" @@ -13,8 +13,8 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" -"X-POOTLE-MTIME: 1542740469.000000\n" +"X-Generator: Pootle 2.8\n" +"X-POOTLE-MTIME: 1563446232.000000\n" #: cui/inc/numcategories.hrc:17 msgctxt "numberingformatpage|liststore1" @@ -265,7 +265,7 @@ #: cui/inc/strings.hrc:66 msgctxt "RID_SVXSTR_CONFIRM_RESTORE_DEFAULT_MENU" msgid "This will delete all changes previously made to this context menu. Do you really want to reset?" -msgstr "Ovo će obrisati sve promjene prethodno napravljena na ovom kontekstualnome izborniku. Želite li vratiti zadane postavke?" +msgstr "Ovo će obrisati sve promjene prethodno napravljena na ovom kontekstnom izborniku. Želite li vratiti zadane postavke?" #: cui/inc/strings.hrc:67 msgctxt "RID_SVXSTR_MNUCFG_ALREADY_INCLUDED" @@ -6769,7 +6769,7 @@ #: cui/uiconfig/ui/menuassignpage.ui:417 msgctxt "menuassignpage|defaultsbtn" msgid "Resets the selected toolbar, menu, or context menu to its default state." -msgstr "Vraćanje postavki odabrane alatne trake, izbornika ili kontekstualnoga izbornika." +msgstr "Vraćanje postavki odabrane alatne trake, izbornika ili kontekstnog izbornika." #: cui/uiconfig/ui/menuassignpage.ui:451 msgctxt "menuassignpage|add" @@ -8995,7 +8995,7 @@ #: cui/uiconfig/ui/optviewpage.ui:96 msgctxt "optviewpage|forceopengl" msgid "Ignore OpenGL blacklist" -msgstr "Ignoriraj OpenGL-ovu crnu listu" +msgstr "Zanemari OpenGL-ov popis nepoželjnih" #: cui/uiconfig/ui/optviewpage.ui:101 msgctxt "optviewpage|forceopengl|tooltip_text" @@ -9040,7 +9040,7 @@ #: cui/uiconfig/ui/optviewpage.ui:206 msgctxt "optviewpage|label10" msgid "Shortcuts in context menus:" -msgstr "Prečice u kontekstualnom izborniku:" +msgstr "Prečice u kontekstnom izborniku:" #: cui/uiconfig/ui/optviewpage.ui:220 msgctxt "optviewpage|menuicons" @@ -9431,7 +9431,7 @@ #: cui/uiconfig/ui/paragalignpage.ui:164 msgctxt "paragalignpage|checkCB_SNAP" msgid "_Snap to text grid (if active)" -msgstr "Poravnaj _s mrežom teksta (ako je aktivno)" +msgstr "_Privlači na mrežu teksta (ako je aktivna)" #: cui/uiconfig/ui/paragalignpage.ui:195 msgctxt "paragalignpage|labelLB_LASTLINE" diff -Nru libreoffice-l10n-6.2.5/translations/source/hr/dbaccess/messages.po libreoffice-l10n-6.2.6/translations/source/hr/dbaccess/messages.po --- libreoffice-l10n-6.2.5/translations/source/hr/dbaccess/messages.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/hr/dbaccess/messages.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,8 +4,8 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2019-02-11 12:12+0100\n" -"PO-Revision-Date: 2018-04-25 09:40+0000\n" -"Last-Translator: Kruno \n" +"PO-Revision-Date: 2019-07-17 23:01+0000\n" +"Last-Translator: Milo Ivir \n" "Language-Team: LANGUAGE \n" "Language: hr\n" "MIME-Version: 1.0\n" @@ -13,8 +13,8 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" -"X-POOTLE-MTIME: 1524649242.000000\n" +"X-Generator: Pootle 2.8\n" +"X-POOTLE-MTIME: 1563404465.000000\n" #: dbaccess/inc/query.hrc:26 msgctxt "RSC_QUERY_OBJECT_TYPE" @@ -1732,7 +1732,7 @@ #: dbaccess/inc/strings.hrc:371 msgctxt "STR_FLAT_PATH_OR_FILE" msgid "Path to the text files" -msgstr "Putanja do tekstnih datoteka" +msgstr "Putanja do tekstualnih datoteka" #: dbaccess/inc/strings.hrc:372 msgctxt "STR_CALC_PATH_OR_FILE" @@ -1882,7 +1882,7 @@ #: dbaccess/inc/strings.hrc:402 msgctxt "STR_PAGETITLE_TEXT" msgid "Set up a connection to text files" -msgstr "Postavi vezu s tekstnim datotekama" +msgstr "Postavi vezu s tekstualnim datotekama" #: dbaccess/inc/strings.hrc:403 msgctxt "STR_PAGETITLE_MSACCESS" @@ -1981,17 +1981,17 @@ #: dbaccess/inc/strings.hrc:421 msgctxt "STR_TEXT_HEADERTEXT" msgid "Set up a connection to text files" -msgstr "Uspostavi vezu s tekstnim datotekama" +msgstr "Postavi vezu s tekstualnim datotekama" #: dbaccess/inc/strings.hrc:422 msgctxt "STR_TEXT_HELPTEXT" msgid "Select the folder where the CSV (Comma Separated Values) text files are stored. %PRODUCTNAME Base will open these files in read-only mode." -msgstr "Odaberite mapu u kojoj su pohranjene CSV (Comma Separated Values) tekstne datoteke. %PRODUCTNAME Base će otvoriti te datoteke isključivo za čitanje." +msgstr "Odaberite mapu u kojoj su spremljene CSV (zarezom rastavljene vrijednosti) tekstualne datoteke. %PRODUCTNAME Base će otvoriti te datoteke isključivo za čitanje." #: dbaccess/inc/strings.hrc:423 msgctxt "STR_TEXT_PATH_OR_FILE" msgid "Path to text files" -msgstr "Putanja do tekstnih datoteka" +msgstr "Putanja do tekstualnih datoteka" #: dbaccess/inc/strings.hrc:424 msgctxt "STR_MSACCESS_HEADERTEXT" @@ -4058,12 +4058,12 @@ #: dbaccess/uiconfig/ui/textconnectionsettings.ui:8 msgctxt "textconnectionsettings|TextConnectionSettingsDialog" msgid "Text Connection Settings" -msgstr "Postavke spajanja s tekstnim datotekama" +msgstr "Postavke spajanja s tekstualnim datotekama" #: dbaccess/uiconfig/ui/textpage.ui:38 msgctxt "textpage|textfile" msgid "Plain text files (*.txt)" -msgstr "Obične tekstne datoteke (*.txt)" +msgstr "Neformatirane tekstualne datoteke (*.txt)" #: dbaccess/uiconfig/ui/textpage.ui:55 msgctxt "textpage|csvfile" diff -Nru libreoffice-l10n-6.2.5/translations/source/hr/desktop/messages.po libreoffice-l10n-6.2.6/translations/source/hr/desktop/messages.po --- libreoffice-l10n-6.2.5/translations/source/hr/desktop/messages.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/hr/desktop/messages.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,8 +4,8 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2018-11-05 17:38+0100\n" -"PO-Revision-Date: 2018-09-14 06:56+0000\n" -"Last-Translator: Mihovil Stanić \n" +"PO-Revision-Date: 2019-07-18 10:37+0000\n" +"Last-Translator: Milo Ivir \n" "Language-Team: LANGUAGE \n" "Language: hr\n" "MIME-Version: 1.0\n" @@ -13,8 +13,8 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" -"X-POOTLE-MTIME: 1536908188.000000\n" +"X-Generator: Pootle 2.8\n" +"X-POOTLE-MTIME: 1563446247.000000\n" #: desktop/inc/strings.hrc:25 msgctxt "RID_STR_COPYING_PACKAGE" @@ -468,7 +468,7 @@ #: desktop/inc/strings.hrc:144 msgctxt "RID_DLG_UPDATE_NOINSTALLABLE" msgid "No installable updates are available. To see ignored or disabled updates, mark the check box 'Show all updates'." -msgstr "Nisu dostupne nadogradnje koje se mogu instalirati. Ukoliko želite vidjeti ignorirane ili isključene nadogradnje, označite kučicu 'Prikaži sve nadogradnje'." +msgstr "Nema dostupnih nadogradnji, koje bi se mogle instalirati. Ukoliko želite vidjeti zanemarene ili onemogućene nadogradnje, potvrdite „Prikaži sve nadogradnje”." #: desktop/inc/strings.hrc:145 msgctxt "RID_DLG_UPDATE_FAILURE" @@ -513,12 +513,12 @@ #: desktop/inc/strings.hrc:153 msgctxt "RID_DLG_UPDATE_IGNORE" msgid "Ignore this Update" -msgstr "Ignoriraj ovu nadogradnju" +msgstr "Zanemari ovu nadogradnju" #: desktop/inc/strings.hrc:154 msgctxt "RID_DLG_UPDATE_IGNORE_ALL" msgid "Ignore all Updates" -msgstr "Ignoriraj sve nadogradnje" +msgstr "Zanemari sve nadogradnje" #: desktop/inc/strings.hrc:155 msgctxt "RID_DLG_UPDATE_ENABLE" @@ -528,7 +528,7 @@ #: desktop/inc/strings.hrc:156 msgctxt "RID_DLG_UPDATE_IGNORED_UPDATE" msgid "This update will be ignored.\n" -msgstr "Ova nadogradnja će biti ignorirana.\n" +msgstr "Ova nadogradnja će biti zanemarena.\n" #: desktop/inc/strings.hrc:158 msgctxt "STR_BOOTSTRAP_ERR_CANNOT_START" diff -Nru libreoffice-l10n-6.2.5/translations/source/hr/editeng/messages.po libreoffice-l10n-6.2.6/translations/source/hr/editeng/messages.po --- libreoffice-l10n-6.2.5/translations/source/hr/editeng/messages.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/hr/editeng/messages.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,8 +4,8 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2018-02-27 13:56+0100\n" -"PO-Revision-Date: 2017-11-06 16:15+0000\n" -"Last-Translator: Kruno \n" +"PO-Revision-Date: 2019-07-16 22:11+0000\n" +"Last-Translator: Milo Ivir \n" "Language-Team: LANGUAGE \n" "Language: hr\n" "MIME-Version: 1.0\n" @@ -13,8 +13,8 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" -"X-POOTLE-MTIME: 1509984934.000000\n" +"X-Generator: Pootle 2.8\n" +"X-POOTLE-MTIME: 1563315090.000000\n" #: editeng/uiconfig/ui/spellmenu.ui:12 msgctxt "spellmenu|ignore" @@ -305,7 +305,7 @@ #: include/editeng/editrids.hrc:86 msgctxt "RID_SVXITEMS_UL_DASHDOTDOT" msgid "Underline (dot dot dash)" -msgstr "Podcrtano (točka točka crta)" +msgstr "Podcrtano (točka točka crtica)" #: include/editeng/editrids.hrc:87 msgctxt "RID_SVXITEMS_UL_SMALLWAVE" @@ -350,7 +350,7 @@ #: include/editeng/editrids.hrc:95 msgctxt "RID_SVXITEMS_UL_BOLDDASHDOTDOT" msgid "Underline (dot dot dash, bold)" -msgstr "Podcrtano (točka točka crta, podebljano)" +msgstr "Podcrtano (točka točka crtica, podebljano)" #: include/editeng/editrids.hrc:96 msgctxt "RID_SVXITEMS_UL_BOLDWAVE" @@ -446,7 +446,7 @@ #: include/editeng/editrids.hrc:116 msgctxt "RID_SVXITEMS_OL_BOLDDASHDOTDOT" msgid "Overline (dot dot dash, bold)" -msgstr "Nadcrtano (točka točka crta, podebljano)" +msgstr "Nadcrtano (točka točka crtica, podebljano)" #: include/editeng/editrids.hrc:117 msgctxt "RID_SVXITEMS_OL_BOLDWAVE" @@ -1143,12 +1143,12 @@ #: include/editeng/editrids.hrc:266 msgctxt "RID_SVXITEMS_PARASNAPTOGRID_ON" msgid "Paragraph snaps to text grid (if active)" -msgstr "Odlomak se poravnava s mrežom teksta (ako je aktivna)" +msgstr "Odlomak se privlači na mrežu teksta (ako je aktivna)" #: include/editeng/editrids.hrc:267 msgctxt "RID_SVXITEMS_PARASNAPTOGRID_OFF" msgid "Paragraph does not snap to text grid" -msgstr "Odlomak se ne poravnava s mrežom teksta" +msgstr "Odlomak se ne privlači na mrežu teksta" #: include/editeng/editrids.hrc:268 msgctxt "RID_SVXITEMS_CHARHIDDEN_FALSE" diff -Nru libreoffice-l10n-6.2.5/translations/source/hr/extensions/messages.po libreoffice-l10n-6.2.6/translations/source/hr/extensions/messages.po --- libreoffice-l10n-6.2.5/translations/source/hr/extensions/messages.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/hr/extensions/messages.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,8 +4,8 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2019-05-02 15:44+0200\n" -"PO-Revision-Date: 2018-11-12 11:52+0000\n" -"Last-Translator: Anonymous Pootle User\n" +"PO-Revision-Date: 2019-07-19 10:39+0000\n" +"Last-Translator: Milo Ivir \n" "Language-Team: LANGUAGE \n" "Language: hr\n" "MIME-Version: 1.0\n" @@ -13,8 +13,8 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" -"X-POOTLE-MTIME: 1542023535.000000\n" +"X-Generator: Pootle 2.8\n" +"X-POOTLE-MTIME: 1563532780.000000\n" #: extensions/inc/command.hrc:29 msgctxt "RID_RSC_ENUM_COMMAND_TYPE" @@ -1777,7 +1777,7 @@ #: extensions/inc/strings.hrc:258 msgctxt "RID_STR_PROPTITLE_GROUPBOX" msgid "Group Box" -msgstr "Okvir grupe" +msgstr "Grupni okvir" #: extensions/inc/strings.hrc:259 msgctxt "RID_STR_PROPTITLE_EDIT" diff -Nru libreoffice-l10n-6.2.5/translations/source/hr/filter/source/config/fragments/filters.po libreoffice-l10n-6.2.6/translations/source/hr/filter/source/config/fragments/filters.po --- libreoffice-l10n-6.2.5/translations/source/hr/filter/source/config/fragments/filters.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/hr/filter/source/config/fragments/filters.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,8 +4,8 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2018-07-02 00:14+0200\n" -"PO-Revision-Date: 2018-07-12 19:28+0000\n" -"Last-Translator: Kruno \n" +"PO-Revision-Date: 2019-07-17 23:01+0000\n" +"Last-Translator: Milo Ivir \n" "Language-Team: LANGUAGE \n" "Language: hr\n" "MIME-Version: 1.0\n" @@ -14,7 +14,7 @@ "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "X-Accelerator-Marker: ~\n" "X-Generator: Pootle 2.8\n" -"X-POOTLE-MTIME: 1531423702.000000\n" +"X-POOTLE-MTIME: 1563404474.000000\n" #: ADO_rowset_XML.xcu msgctxt "" @@ -707,7 +707,7 @@ "UIName\n" "value.text" msgid "Flat XML ODF Text Document" -msgstr "Jednostavan XML ODF tekstni dokument" +msgstr "Jednostavan XML ODF tekstualni dokument" #: OOXML_Text.xcu msgctxt "" @@ -1040,7 +1040,7 @@ "UIName\n" "value.text" msgid "OpenOffice.org 1.0 Text Document" -msgstr "OpenOffice.org 1.0 tekstni dokument" +msgstr "OpenOffice.org 1.0 tekstualni dokument" #: T602Document.xcu msgctxt "" diff -Nru libreoffice-l10n-6.2.5/translations/source/hr/fpicker/messages.po libreoffice-l10n-6.2.6/translations/source/hr/fpicker/messages.po --- libreoffice-l10n-6.2.5/translations/source/hr/fpicker/messages.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/hr/fpicker/messages.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,8 +4,8 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2018-11-05 17:38+0100\n" -"PO-Revision-Date: 2018-06-07 16:48+0000\n" -"Last-Translator: Kruno \n" +"PO-Revision-Date: 2019-06-29 13:37+0000\n" +"Last-Translator: Milo Ivir \n" "Language-Team: LANGUAGE \n" "Language: hr\n" "MIME-Version: 1.0\n" @@ -13,8 +13,8 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" -"X-POOTLE-MTIME: 1528390104.000000\n" +"X-Generator: Pootle 2.8\n" +"X-POOTLE-MTIME: 1561815448.000000\n" #: fpicker/inc/strings.hrc:25 msgctxt "STR_EXPLORERFILE_OPEN" @@ -228,7 +228,7 @@ #: include/fpicker/strings.hrc:17 msgctxt "STR_SVT_FILEPICKER_GPGENCRYPT" msgid "Encrypt with ~GPG key" -msgstr "Enkriptiraj sa ključem GPG" +msgstr "Šifriraj s ~GPG ključem" #: include/fpicker/strings.hrc:18 msgctxt "STR_SVT_FILEPICKER_FILTER_OPTIONS" @@ -273,7 +273,7 @@ #: include/fpicker/strings.hrc:26 msgctxt "STR_SVT_FILEPICKER_IMAGE_ANCHOR" msgid "A~nchor:" -msgstr "Si_dro:" +msgstr "~Sidro:" #: include/fpicker/strings.hrc:27 msgctxt "STR_SVT_FILEPICKER_SELECTION" diff -Nru libreoffice-l10n-6.2.5/translations/source/hr/framework/messages.po libreoffice-l10n-6.2.6/translations/source/hr/framework/messages.po --- libreoffice-l10n-6.2.5/translations/source/hr/framework/messages.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/hr/framework/messages.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,14 +4,17 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2018-02-27 13:56+0100\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" +"PO-Revision-Date: 2019-07-18 10:22+0000\n" +"Last-Translator: Milo Ivir \n" "Language-Team: LANGUAGE \n" +"Language: hr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" +"X-Generator: Pootle 2.8\n" +"X-POOTLE-MTIME: 1563445332.000000\n" #: framework/inc/strings.hrc:25 msgctxt "STR_MENU_HEADFOOTALL" @@ -96,7 +99,7 @@ #: framework/inc/strings.hrc:41 msgctxt "STR_FULL_DISC_RETRY_BUTTON" msgid "Retry" -msgstr "Pokušaj ponovno" +msgstr "Ponovi" #: framework/inc/strings.hrc:42 msgctxt "STR_FULL_DISC_MSG" diff -Nru libreoffice-l10n-6.2.5/translations/source/hr/helpcontent2/source/auxiliary.po libreoffice-l10n-6.2.6/translations/source/hr/helpcontent2/source/auxiliary.po --- libreoffice-l10n-6.2.5/translations/source/hr/helpcontent2/source/auxiliary.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/hr/helpcontent2/source/auxiliary.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,8 +4,8 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2018-07-19 13:30+0200\n" -"PO-Revision-Date: 2016-09-20 21:31+0000\n" -"Last-Translator: Kruno \n" +"PO-Revision-Date: 2019-07-17 23:00+0000\n" +"Last-Translator: Milo Ivir \n" "Language-Team: LANGUAGE \n" "Language: hr\n" "MIME-Version: 1.0\n" @@ -13,8 +13,8 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" -"X-POOTLE-MTIME: 1474407097.000000\n" +"X-Generator: Pootle 2.8\n" +"X-POOTLE-MTIME: 1563404402.000000\n" #: sbasic.tree msgctxt "" @@ -686,7 +686,7 @@ "0203\n" "node.text" msgid "Creating Text Documents" -msgstr "Stvaranje tekstnog dokumneta" +msgstr "Stvaranje tekstualnog dokumenta" #: swriter.tree msgctxt "" diff -Nru libreoffice-l10n-6.2.5/translations/source/hr/helpcontent2/source/text/sbasic/shared/02.po libreoffice-l10n-6.2.6/translations/source/hr/helpcontent2/source/text/sbasic/shared/02.po --- libreoffice-l10n-6.2.5/translations/source/hr/helpcontent2/source/text/sbasic/shared/02.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/hr/helpcontent2/source/text/sbasic/shared/02.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,8 +4,8 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2017-05-12 14:35+0200\n" -"PO-Revision-Date: 2014-07-21 17:44+0000\n" -"Last-Translator: Kruno \n" +"PO-Revision-Date: 2019-07-19 11:06+0000\n" +"Last-Translator: Milo Ivir \n" "Language-Team: LANGUAGE \n" "Language: hr\n" "MIME-Version: 1.0\n" @@ -13,8 +13,8 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" -"X-POOTLE-MTIME: 1405964665.000000\n" +"X-Generator: Pootle 2.8\n" +"X-POOTLE-MTIME: 1563534409.000000\n" #: 11010000.xhp msgctxt "" @@ -1158,7 +1158,7 @@ "hd_id3154585\n" "help.text" msgid "Horizontal Scrollbar" -msgstr "Vodoravna linija s klizačem" +msgstr "Vodoravni klizač" #: 20000000.xhp msgctxt "" @@ -1182,7 +1182,7 @@ "hd_id3154119\n" "help.text" msgid "Vertical Scrollbar" -msgstr "Okomita linija s klizačem" +msgstr "Okomiti klizač" #: 20000000.xhp msgctxt "" @@ -1206,7 +1206,7 @@ "hd_id3150313\n" "help.text" msgid "Group Box" -msgstr "Okvir grupe" +msgstr "Grupni okvir" #: 20000000.xhp msgctxt "" diff -Nru libreoffice-l10n-6.2.5/translations/source/hr/helpcontent2/source/text/sbasic/shared.po libreoffice-l10n-6.2.6/translations/source/hr/helpcontent2/source/text/sbasic/shared.po --- libreoffice-l10n-6.2.5/translations/source/hr/helpcontent2/source/text/sbasic/shared.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/hr/helpcontent2/source/text/sbasic/shared.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,8 +4,8 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2018-11-16 22:41+0100\n" -"PO-Revision-Date: 2018-10-21 20:19+0000\n" -"Last-Translator: Anonymous Pootle User\n" +"PO-Revision-Date: 2019-07-18 10:21+0000\n" +"Last-Translator: Milo Ivir \n" "Language-Team: LANGUAGE \n" "Language: hr\n" "MIME-Version: 1.0\n" @@ -13,8 +13,8 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" -"X-POOTLE-MTIME: 1540153150.000000\n" +"X-Generator: Pootle 2.8\n" +"X-POOTLE-MTIME: 1563445316.000000\n" #: 00000002.xhp msgctxt "" @@ -3166,7 +3166,7 @@ "par_id3147574\n" "help.text" msgid "The properties of a breakpoint are available through its context menu by right-clicking the breakpoint in the breakpoint column." -msgstr "Svojstva prijelomnih točaka koje su dostupne kroz kontekstualni meni klikom na desnu tipku miša na prijelomnu točku u prijelomnoj koloni." +msgstr "Svojstva prijelomnih točaka koje su dostupne kroz kontekstni izbornik, klikom na desnu tipku miša na prijelomnu točku u prijelomnom stupcu." #: 01030300.xhp msgctxt "" @@ -6694,7 +6694,7 @@ "par_id3149410\n" "help.text" msgid "Display Abort, Retry, and Ignore buttons." -msgstr "" +msgstr "Prikaži gumbe za „Prekini”, „Ponovi” i „Zanemari”." #: 03010101.xhp msgctxt "" @@ -6718,7 +6718,7 @@ "par_id3155601\n" "help.text" msgid "Display Retry and Cancel buttons." -msgstr "" +msgstr "Prikaži gumbe za „Ponovi” i „Odustani”." #: 03010101.xhp msgctxt "" @@ -6958,7 +6958,7 @@ "par_id3149410\n" "help.text" msgid "Display Abort, Retry, and Ignore buttons." -msgstr "" +msgstr "Prikaži gumbe za „Prekini”, „Ponovi” i „Zanemari”." #: 03010102.xhp msgctxt "" @@ -6982,7 +6982,7 @@ "par_id3155601\n" "help.text" msgid "Display Retry and Cancel buttons." -msgstr "" +msgstr "Prikaži gumbe za „Ponovi” i „Odustani”." #: 03010102.xhp msgctxt "" @@ -7094,7 +7094,7 @@ "par_id4056825\n" "help.text" msgid "Abort" -msgstr "" +msgstr "Prekini" #: 03010102.xhp msgctxt "" @@ -7102,7 +7102,7 @@ "par_id3155335\n" "help.text" msgid "Retry" -msgstr "" +msgstr "Ponovi" #: 03010102.xhp msgctxt "" @@ -9118,7 +9118,7 @@ "par_id3155132\n" "help.text" msgid "Put [#] FileNumber As Integer, [position], Variable" -msgstr "Get [#] FileNumber As Integer, [Position], Variable" +msgstr "Stavi [#] broj datoteke kao cijeli broj, [position], varijabla" #: 03020204.xhp msgctxt "" diff -Nru libreoffice-l10n-6.2.5/translations/source/hr/helpcontent2/source/text/scalc/01.po libreoffice-l10n-6.2.6/translations/source/hr/helpcontent2/source/text/scalc/01.po --- libreoffice-l10n-6.2.5/translations/source/hr/helpcontent2/source/text/scalc/01.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/hr/helpcontent2/source/text/scalc/01.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,8 +4,8 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2019-01-07 11:14+0100\n" -"PO-Revision-Date: 2018-11-12 13:42+0000\n" -"Last-Translator: Anonymous Pootle User\n" +"PO-Revision-Date: 2019-06-29 13:09+0000\n" +"Last-Translator: Milo Ivir \n" "Language-Team: LANGUAGE \n" "Language: hr\n" "MIME-Version: 1.0\n" @@ -13,8 +13,8 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" -"X-POOTLE-MTIME: 1542030168.000000\n" +"X-Generator: Pootle 2.8\n" +"X-POOTLE-MTIME: 1561813751.000000\n" #: 01120000.xhp msgctxt "" @@ -6478,7 +6478,7 @@ "par_id3148927\n" "help.text" msgid "=EFFECT_ADD(0.0525;4) returns 0.053543 or 5.3543%." -msgstr "=NOMINAL_ADD(5.3543%;4) vraća 0.0525 ili 5.25%." +msgstr "=EFFECT_ADD(0.0525;4) vraća 0,053543 ili 5,3543%." #: 04060103.xhp msgctxt "" @@ -7302,7 +7302,7 @@ "par_id8456984\n" "help.text" msgid "=ISERR(C9) where cell C9 contains =NA() returns FALSE, because ISERR() ignores the #N/A error." -msgstr "=ISERROR(C9) gdje ćelija C9 sadrži =NA() vraća TRUE." +msgstr "=ISERR(C9) gdje ćelija C9 sadrži =NA() vraća FALSE, jer ISERR() zanemaruje #N/A grešku." #: 04060104.xhp msgctxt "" @@ -7798,7 +7798,7 @@ "bm_id3153685\n" "help.text" msgid "ISNA function #N/A error;recognizing" -msgstr "KVOCIJENT funkcijadijeljenje" +msgstr "ISNA funkcija #N/A greška;prepoznavanje" #: 04060104.xhp msgctxt "" @@ -7854,7 +7854,7 @@ "bm_id31536851\n" "help.text" msgid "IFNA function #N/A error;testing" -msgstr "KVOCIJENT funkcijadijeljenje" +msgstr "IFNA funkcija #N/A greška;testiranje" #: 04060104.xhp msgctxt "" @@ -8246,7 +8246,7 @@ "bm_id3156275\n" "help.text" msgid "NA function #N/A error;assigning to a cell" -msgstr "KVOCIJENT funkcijadijeljenje" +msgstr "NA funkcija #N/A greška;dodijeljivanje ćeliji" #: 04060104.xhp msgctxt "" @@ -8462,7 +8462,7 @@ "par_id3154136\n" "help.text" msgid "=CELL(\"ADDRESS\";D2) returns $D$2." -msgstr "=DELTA(1;2) vraća 0." +msgstr "=CELL(\"ADDRESS\";D2) vraća $D$2." #: 04060104.xhp msgctxt "" @@ -8470,7 +8470,7 @@ "par_id3159198\n" "help.text" msgid "=CELL(\"ADDRESS\";Sheet3.D2) returns $Sheet3.$D$2." -msgstr "=DELTA(1;2) vraća 0." +msgstr "=CELL(\"ADDRESS\";Sheet3.D2) vraća $Sheet3.$D$2." #: 04060104.xhp msgctxt "" @@ -8518,7 +8518,7 @@ "par_id3159104\n" "help.text" msgid "=CELL(\"COORD\"; D2) returns $A:$D$2." -msgstr "=DELTA(1;2) vraća 0." +msgstr "=CELL(\"COORD\"; D2) vraća $A:$D$2." #: 04060104.xhp msgctxt "" @@ -8526,7 +8526,7 @@ "par_id3163720\n" "help.text" msgid "=CELL(\"COORD\"; Sheet3.D2) returns $C:$D$2." -msgstr "=DELTA(1;2) vraća 0." +msgstr "=CELL(\"COORD\"; Sheet3.D2) vraća $C:$D$2." #: 04060104.xhp msgctxt "" @@ -15838,7 +15838,7 @@ "par_id3152629\n" "help.text" msgid "#NA" -msgstr "=MODE(A1:A50)" +msgstr "#NA" #: 04060107.xhp msgctxt "" @@ -15894,7 +15894,7 @@ "par_id3144398\n" "help.text" msgid "#NA" -msgstr "=MODE(A1:A50)" +msgstr "#NA" #: 04060107.xhp msgctxt "" @@ -15950,7 +15950,7 @@ "par_id3158279\n" "help.text" msgid "#NA" -msgstr "=MODE(A1:A50)" +msgstr "#NA" #: 04060107.xhp msgctxt "" @@ -19614,7 +19614,7 @@ "par_id3153546\n" "help.text" msgid "=DOLLAR(255) returns $255.00." -msgstr "=ABS(0) vraća 0." +msgstr "=DOLLAR(255) vraća $255.00." #: 04060110.xhp msgctxt "" @@ -48078,7 +48078,7 @@ "par_idN1076A\n" "help.text" msgid "% Difference from" -msgstr "Razlika od" +msgstr "% razlika od" #: 12090105.xhp msgctxt "" @@ -51214,7 +51214,7 @@ "par_id316901523627285\n" "help.text" msgid "=AVERAGEIF(B2:B6;\"<\"&E2;C2:C6)" -msgstr "=AVERAGE(A1:A50)" +msgstr "=AVERAGEIF(B2:B6;\"<\"&E2;C2:C6)" #: func_averageif.xhp msgctxt "" diff -Nru libreoffice-l10n-6.2.5/translations/source/hr/helpcontent2/source/text/schart/00.po libreoffice-l10n-6.2.6/translations/source/hr/helpcontent2/source/text/schart/00.po --- libreoffice-l10n-6.2.5/translations/source/hr/helpcontent2/source/text/schart/00.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/hr/helpcontent2/source/text/schart/00.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,8 +4,8 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2018-05-08 15:10+0200\n" -"PO-Revision-Date: 2015-11-10 21:32+0000\n" -"Last-Translator: Anonymous Pootle User\n" +"PO-Revision-Date: 2019-07-16 21:20+0000\n" +"Last-Translator: Milo Ivir \n" "Language-Team: LANGUAGE \n" "Language: hr\n" "MIME-Version: 1.0\n" @@ -13,8 +13,8 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" -"X-POOTLE-MTIME: 1447191122.000000\n" +"X-Generator: Pootle 2.8\n" +"X-POOTLE-MTIME: 1563312038.000000\n" #: 00000004.xhp msgctxt "" @@ -142,7 +142,7 @@ "par_id3155378\n" "help.text" msgid "Horizontal Grids" -msgstr "" +msgstr "Vodoravne mreže" #: 00000004.xhp msgctxt "" @@ -158,7 +158,7 @@ "par_id3153067\n" "help.text" msgid "Vertical Grids" -msgstr "" +msgstr "Okomite mreže" #: 00000004.xhp msgctxt "" @@ -414,7 +414,7 @@ "par_id3150962\n" "help.text" msgid "Horizontal Grids" -msgstr "" +msgstr "Vodoravne mreže" #: 00000004.xhp msgctxt "" @@ -446,7 +446,7 @@ "par_id3153153\n" "help.text" msgid "Vertical Grids" -msgstr "" +msgstr "Okomite mreže" #: 00000004.xhp msgctxt "" diff -Nru libreoffice-l10n-6.2.5/translations/source/hr/helpcontent2/source/text/schart/01.po libreoffice-l10n-6.2.6/translations/source/hr/helpcontent2/source/text/schart/01.po --- libreoffice-l10n-6.2.5/translations/source/hr/helpcontent2/source/text/schart/01.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/hr/helpcontent2/source/text/schart/01.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,8 +4,8 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2018-02-27 13:56+0100\n" -"PO-Revision-Date: 2016-03-10 02:57+0000\n" -"Last-Translator: Kruno \n" +"PO-Revision-Date: 2019-06-29 13:36+0000\n" +"Last-Translator: Milo Ivir \n" "Language-Team: LANGUAGE \n" "Language: hr\n" "MIME-Version: 1.0\n" @@ -13,8 +13,8 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" -"X-POOTLE-MTIME: 1457578632.000000\n" +"X-Generator: Pootle 2.8\n" +"X-POOTLE-MTIME: 1561815396.000000\n" #: 03010000.xhp msgctxt "" @@ -2158,7 +2158,7 @@ "hd_id0305200910524613\n" "help.text" msgid "Plot missing values" -msgstr "~Iscrtaj nedostajuće vrijednosti" +msgstr "Iscrtaj nedostajuće vrijednosti" #: 04060000.xhp msgctxt "" diff -Nru libreoffice-l10n-6.2.5/translations/source/hr/helpcontent2/source/text/schart.po libreoffice-l10n-6.2.6/translations/source/hr/helpcontent2/source/text/schart.po --- libreoffice-l10n-6.2.5/translations/source/hr/helpcontent2/source/text/schart.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/hr/helpcontent2/source/text/schart.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,8 +4,8 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2018-05-08 15:10+0200\n" -"PO-Revision-Date: 2015-11-10 21:31+0000\n" -"Last-Translator: Kruno \n" +"PO-Revision-Date: 2019-07-16 21:19+0000\n" +"Last-Translator: Milo Ivir \n" "Language-Team: LANGUAGE \n" "Language: hr\n" "MIME-Version: 1.0\n" @@ -13,8 +13,8 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" -"X-POOTLE-MTIME: 1447191119.000000\n" +"X-Generator: Pootle 2.8\n" +"X-POOTLE-MTIME: 1563311980.000000\n" #: main0000.xhp msgctxt "" @@ -662,7 +662,7 @@ "hd_id0810200902300672\n" "help.text" msgid "Horizontal Grids" -msgstr "" +msgstr "Vodoravne mreže" #: main0202.xhp msgctxt "" diff -Nru libreoffice-l10n-6.2.5/translations/source/hr/helpcontent2/source/text/sdraw.po libreoffice-l10n-6.2.6/translations/source/hr/helpcontent2/source/text/sdraw.po --- libreoffice-l10n-6.2.5/translations/source/hr/helpcontent2/source/text/sdraw.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/hr/helpcontent2/source/text/sdraw.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,8 +4,8 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2018-10-21 20:57+0200\n" -"PO-Revision-Date: 2015-11-10 21:32+0000\n" -"Last-Translator: Kruno \n" +"PO-Revision-Date: 2019-07-16 22:01+0000\n" +"Last-Translator: Milo Ivir \n" "Language-Team: LANGUAGE \n" "Language: hr\n" "MIME-Version: 1.0\n" @@ -13,8 +13,8 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" -"X-POOTLE-MTIME: 1447191153.000000\n" +"X-Generator: Pootle 2.8\n" +"X-POOTLE-MTIME: 1563314494.000000\n" #: main0000.xhp msgctxt "" @@ -326,7 +326,7 @@ "hd_id3147397\n" "help.text" msgid "Insert Snap Point/Line" -msgstr "" +msgstr "Umetni privlačnu točku/liniju" #: main0104.xhp msgctxt "" @@ -814,7 +814,7 @@ "hd_id3147338\n" "help.text" msgid "Snap to Grid" -msgstr "" +msgstr "Privlači na mrežu" #: main0213.xhp msgctxt "" @@ -822,7 +822,7 @@ "hd_id3146313\n" "help.text" msgid "Snap to Snap Lines" -msgstr "" +msgstr "Privlači na privlačne linije" #: main0213.xhp msgctxt "" @@ -830,7 +830,7 @@ "hd_id3155111\n" "help.text" msgid "Snap to Page Margins" -msgstr "" +msgstr "Privlači na margine stranica" #: main0213.xhp msgctxt "" @@ -838,7 +838,7 @@ "hd_id3150343\n" "help.text" msgid "Snap to Object Border" -msgstr "" +msgstr "Privlači na obrub objekta" #: main0213.xhp msgctxt "" @@ -846,7 +846,7 @@ "hd_id3150368\n" "help.text" msgid "Snap to Object Points" -msgstr "" +msgstr "Privlači na točke objekta" #: main0213.xhp msgctxt "" @@ -926,7 +926,7 @@ "hd_id3154491\n" "help.text" msgid "Grids and Snap Lines" -msgstr "" +msgstr "Mreže i privlačne linije" #: main0503.xhp msgctxt "" diff -Nru libreoffice-l10n-6.2.5/translations/source/hr/helpcontent2/source/text/shared/00.po libreoffice-l10n-6.2.6/translations/source/hr/helpcontent2/source/text/shared/00.po --- libreoffice-l10n-6.2.5/translations/source/hr/helpcontent2/source/text/shared/00.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/hr/helpcontent2/source/text/shared/00.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,8 +4,8 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2019-01-07 11:14+0100\n" -"PO-Revision-Date: 2018-11-14 12:01+0000\n" -"Last-Translator: Anonymous Pootle User\n" +"PO-Revision-Date: 2019-06-29 13:36+0000\n" +"Last-Translator: Milo Ivir \n" "Language-Team: LANGUAGE \n" "Language: hr\n" "MIME-Version: 1.0\n" @@ -13,8 +13,8 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" -"X-POOTLE-MTIME: 1542196871.000000\n" +"X-Generator: Pootle 2.8\n" +"X-POOTLE-MTIME: 1561815401.000000\n" #: 00000001.xhp msgctxt "" @@ -6622,7 +6622,7 @@ "par_id3153139\n" "help.text" msgid "Select All" -msgstr "Od~aberi sve" +msgstr "Odaberi sve" #: 00000402.xhp msgctxt "" diff -Nru libreoffice-l10n-6.2.5/translations/source/hr/helpcontent2/source/text/shared/01.po libreoffice-l10n-6.2.6/translations/source/hr/helpcontent2/source/text/shared/01.po --- libreoffice-l10n-6.2.5/translations/source/hr/helpcontent2/source/text/shared/01.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/hr/helpcontent2/source/text/shared/01.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,8 +4,8 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2019-05-02 15:44+0200\n" -"PO-Revision-Date: 2018-11-14 12:01+0000\n" -"Last-Translator: Anonymous Pootle User\n" +"PO-Revision-Date: 2019-07-19 13:30+0000\n" +"Last-Translator: Milo Ivir \n" "Language-Team: LANGUAGE \n" "Language: hr\n" "MIME-Version: 1.0\n" @@ -13,8 +13,8 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" -"X-POOTLE-MTIME: 1542196873.000000\n" +"X-Generator: Pootle 2.8\n" +"X-POOTLE-MTIME: 1563543052.000000\n" #: 01010000.xhp msgctxt "" @@ -3270,7 +3270,7 @@ "hd_id3155342\n" "help.text" msgid "Total editing time:" -msgstr "" +msgstr "Ukupno vrijeme uređivanja:" #: 01100200.xhp msgctxt "" @@ -6238,7 +6238,7 @@ "tit\n" "help.text" msgid "Select All" -msgstr "Od~aberi sve" +msgstr "Odaberi sve" #: 02090000.xhp msgctxt "" @@ -7926,7 +7926,7 @@ "hd_id3163717\n" "help.text" msgid "Font Weight" -msgstr "Težina pisma" +msgstr "Debljina fonta" #: 02100200.xhp msgctxt "" @@ -9598,7 +9598,7 @@ "hd_id3153140\n" "help.text" msgid "Freeform Polygon" -msgstr "Ručno crtani poligon" +msgstr "Prostoručni poligon" #: 02220000.xhp msgctxt "" @@ -9622,7 +9622,7 @@ "par_id3159128\n" "help.text" msgid "Freeform Polygon" -msgstr "Ručno crtani poligon" +msgstr "Prostoručni poligon" #: 02220000.xhp msgctxt "" @@ -18654,7 +18654,7 @@ "hd_id3157960\n" "help.text" msgid "______" -msgstr "_ WTF" +msgstr "______" #: 05030300.xhp msgctxt "" @@ -19446,7 +19446,7 @@ "hd_id3150495\n" "help.text" msgid "Snap to text grid (if active)" -msgstr "Ubaci u tekst mrežu (ako je aktivna)" +msgstr "Privlači na mrežu teksta (ako je aktivna)" #: 05030700.xhp msgctxt "" @@ -21590,7 +21590,7 @@ "tit\n" "help.text" msgid "Alignment (Text Objects)" -msgstr "" +msgstr "Poravnanje (tekstualni objekti)" #: 05080000.xhp msgctxt "" @@ -21606,7 +21606,7 @@ "hd_id3152942\n" "help.text" msgid "Alignment (Text Objects)" -msgstr "" +msgstr "Poravnanje (tekstualni objekti)" #: 05080000.xhp msgctxt "" @@ -25990,7 +25990,7 @@ "par_id3154497\n" "help.text" msgid "You can change the shape of the text baseline to match semicircles, arcs, circles, and freeform lines." -msgstr "" +msgstr "Oblik pismovne linije teksta možete promijeniti, tako da se poklapa s polukrugom, lukom, krugom i prostoručnom linijom" #: 05280000.xhp msgctxt "" @@ -31438,7 +31438,7 @@ "par_id3154472\n" "help.text" msgid "___" -msgstr "_ WTF" +msgstr "___" #: 06040100.xhp msgctxt "" @@ -38494,7 +38494,7 @@ "par_idN10585\n" "help.text" msgid "Snap to Grid" -msgstr "Poravnaj s rešetkom" +msgstr "Privlači na mrežu" #: grid.xhp msgctxt "" @@ -38558,7 +38558,7 @@ "tit\n" "help.text" msgid "Snap Lines" -msgstr "" +msgstr "Privlačne linije" #: guides.xhp msgctxt "" @@ -38574,7 +38574,7 @@ "par_idN10562\n" "help.text" msgid "Snap Lines" -msgstr "" +msgstr "Privlačne linije" #: guides.xhp msgctxt "" @@ -38582,7 +38582,7 @@ "par_id3146313\n" "help.text" msgid "Specifies the display options for snap lines." -msgstr "" +msgstr "Određuje mogućnosti prikaza privlačnih linija." #: guides.xhp msgctxt "" @@ -38590,7 +38590,7 @@ "par_idN1057B\n" "help.text" msgid "Display Snap Lines" -msgstr "" +msgstr "Prikaži privlačne linije" #: guides.xhp msgctxt "" @@ -38598,7 +38598,7 @@ "par_idN1057F\n" "help.text" msgid "Displays or hides snap lines that you can use to align objects on a page." -msgstr "" +msgstr "Prikazuje ili skriva privlačne linije, koje možete koristiti za poravnanje objekata na stranici." #: guides.xhp msgctxt "" @@ -38606,7 +38606,7 @@ "par_idN10582\n" "help.text" msgid "Snap to Snap Lines" -msgstr "" +msgstr "Privlači na privlačne linije" #: guides.xhp msgctxt "" @@ -38622,7 +38622,7 @@ "par_idN105C6\n" "help.text" msgid "Snap Lines to Front" -msgstr "" +msgstr "Privlačne linije naprijed" #: guides.xhp msgctxt "" diff -Nru libreoffice-l10n-6.2.5/translations/source/hr/helpcontent2/source/text/shared/02.po libreoffice-l10n-6.2.6/translations/source/hr/helpcontent2/source/text/shared/02.po --- libreoffice-l10n-6.2.5/translations/source/hr/helpcontent2/source/text/shared/02.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/hr/helpcontent2/source/text/shared/02.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,8 +4,8 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2019-01-07 11:14+0100\n" -"PO-Revision-Date: 2018-11-12 13:42+0000\n" -"Last-Translator: Anonymous Pootle User\n" +"PO-Revision-Date: 2019-07-19 11:24+0000\n" +"Last-Translator: Milo Ivir \n" "Language-Team: LANGUAGE \n" "Language: hr\n" "MIME-Version: 1.0\n" @@ -13,8 +13,8 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" -"X-POOTLE-MTIME: 1542030172.000000\n" +"X-Generator: Pootle 2.8\n" +"X-POOTLE-MTIME: 1563535448.000000\n" #: 01110000.xhp msgctxt "" @@ -302,7 +302,7 @@ "hd_id3148587\n" "help.text" msgid "Freeform Line" -msgstr "Ručno crtana linija" +msgstr "Prostoručna linija" #: 01140000.xhp msgctxt "" @@ -1518,7 +1518,7 @@ "hd_id3145147\n" "help.text" msgid "Group Box" -msgstr "Okvir grupe" +msgstr "Grupni okvir" #: 01170000.xhp msgctxt "" @@ -9326,7 +9326,7 @@ "tit\n" "help.text" msgid "Snap to Grid" -msgstr "Poravnaj s rešetkom" +msgstr "Privlači na mrežu" #: 01171300.xhp msgctxt "" @@ -9334,7 +9334,7 @@ "hd_id3151262\n" "help.text" msgid "Snap to Grid" -msgstr "Standardni filtar" +msgstr "Privlači na mrežu" #: 01171300.xhp msgctxt "" @@ -9358,7 +9358,7 @@ "par_id3147834\n" "help.text" msgid "Snap to Grid" -msgstr "Poravnaj s rešetkom" +msgstr "Privlači na mrežu" #: 01171400.xhp msgctxt "" diff -Nru libreoffice-l10n-6.2.5/translations/source/hr/helpcontent2/source/text/shared/autopi.po libreoffice-l10n-6.2.6/translations/source/hr/helpcontent2/source/text/shared/autopi.po --- libreoffice-l10n-6.2.5/translations/source/hr/helpcontent2/source/text/shared/autopi.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/hr/helpcontent2/source/text/shared/autopi.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,8 +4,8 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2018-04-24 12:21+0200\n" -"PO-Revision-Date: 2016-05-24 13:28+0000\n" -"Last-Translator: Kruno \n" +"PO-Revision-Date: 2019-06-29 13:36+0000\n" +"Last-Translator: Milo Ivir \n" "Language-Team: LANGUAGE \n" "Language: hr\n" "MIME-Version: 1.0\n" @@ -13,8 +13,8 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" -"X-POOTLE-MTIME: 1464096480.000000\n" +"X-Generator: Pootle 2.8\n" +"X-POOTLE-MTIME: 1561815415.000000\n" #: 01000000.xhp msgctxt "" @@ -5694,7 +5694,7 @@ "hd_id3152594\n" "help.text" msgid "Which value do you want to assign to each option?" -msgstr "Koju ~vrijednost želite pridružiti pojedinoj opciji?" +msgstr "Koju vrijednost želite pridružiti pojedinoj opciji?" #: 01120300.xhp msgctxt "" diff -Nru libreoffice-l10n-6.2.5/translations/source/hr/helpcontent2/source/text/shared/explorer/database.po libreoffice-l10n-6.2.6/translations/source/hr/helpcontent2/source/text/shared/explorer/database.po --- libreoffice-l10n-6.2.5/translations/source/hr/helpcontent2/source/text/shared/explorer/database.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/hr/helpcontent2/source/text/shared/explorer/database.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,8 +4,8 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2019-01-07 11:14+0100\n" -"PO-Revision-Date: 2018-11-12 13:42+0000\n" -"Last-Translator: Anonymous Pootle User\n" +"PO-Revision-Date: 2019-07-18 10:37+0000\n" +"Last-Translator: Milo Ivir \n" "Language-Team: LANGUAGE \n" "Language: hr\n" "MIME-Version: 1.0\n" @@ -13,8 +13,8 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" -"X-POOTLE-MTIME: 1542030176.000000\n" +"X-Generator: Pootle 2.8\n" +"X-POOTLE-MTIME: 1563446225.000000\n" #: 02000000.xhp msgctxt "" @@ -5502,7 +5502,7 @@ "par_idN105C4\n" "help.text" msgid "Ignore the privileges from the database driver" -msgstr "Ignoriraj povlastice iz baze podataka drivera" +msgstr "Zanemari povlastice iz upravljačkog programa baze podataka" #: dabaadvpropdat.xhp msgctxt "" @@ -5646,7 +5646,7 @@ "hd_id0909200811170166\n" "help.text" msgid "Ignore currency field information" -msgstr "Ignoriraj informaciju o polju valute" +msgstr "Zanemari informaciju polja valute" #: dabaadvpropdat.xhp msgctxt "" @@ -8838,7 +8838,7 @@ "par_idN105D7\n" "help.text" msgid "Select All" -msgstr "Od~aberi sve" +msgstr "Odaberi sve" #: menuedit.xhp msgctxt "" diff -Nru libreoffice-l10n-6.2.5/translations/source/hr/helpcontent2/source/text/shared/guide.po libreoffice-l10n-6.2.6/translations/source/hr/helpcontent2/source/text/shared/guide.po --- libreoffice-l10n-6.2.5/translations/source/hr/helpcontent2/source/text/shared/guide.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/hr/helpcontent2/source/text/shared/guide.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,8 +4,8 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2019-01-07 11:14+0100\n" -"PO-Revision-Date: 2018-11-14 12:01+0000\n" -"Last-Translator: Anonymous Pootle User\n" +"PO-Revision-Date: 2019-07-17 23:09+0000\n" +"Last-Translator: Milo Ivir \n" "Language-Team: LANGUAGE \n" "Language: hr\n" "MIME-Version: 1.0\n" @@ -13,8 +13,8 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" -"X-POOTLE-MTIME: 1542196875.000000\n" +"X-Generator: Pootle 2.8\n" +"X-POOTLE-MTIME: 1563404942.000000\n" #: aaa_start.xhp msgctxt "" @@ -8278,7 +8278,7 @@ "par_id295724\n" "help.text" msgid "Click the icon in the toolbar's title bar, or choose Close Toolbar from the context menu. The toolbar will be shown automatically again when the context becomes active again." -msgstr "Klikni na sličicu u traci naslova alatne trake, ili odaberi Zatvori alatnu traku iz kontekstnog menija. Alatna traka će automatski ponovo prikazati kada kontekst ponovo postane aktivan." +msgstr "Klikni na sličicu u traci naslova alatne trake ili odaberi Zatvori alatnu traku iz kontekstnog izbornika. Alatna traka će se automatski ponovo prikazati, kad kontekst ponovo postane aktivan." #: floating_toolbar.xhp msgctxt "" diff -Nru libreoffice-l10n-6.2.5/translations/source/hr/helpcontent2/source/text/shared/optionen.po libreoffice-l10n-6.2.6/translations/source/hr/helpcontent2/source/text/shared/optionen.po --- libreoffice-l10n-6.2.5/translations/source/hr/helpcontent2/source/text/shared/optionen.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/hr/helpcontent2/source/text/shared/optionen.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,8 +4,8 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2018-11-16 22:41+0100\n" -"PO-Revision-Date: 2018-11-14 12:01+0000\n" -"Last-Translator: Anonymous Pootle User\n" +"PO-Revision-Date: 2019-07-19 13:30+0000\n" +"Last-Translator: Milo Ivir \n" "Language-Team: LANGUAGE \n" "Language: hr\n" "MIME-Version: 1.0\n" @@ -13,8 +13,8 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" -"X-POOTLE-MTIME: 1542196876.000000\n" +"X-Generator: Pootle 2.8\n" +"X-POOTLE-MTIME: 1563543058.000000\n" #: 01000000.xhp msgctxt "" @@ -6774,7 +6774,7 @@ "par_idN107B5\n" "help.text" msgid "File name, Statistics, Document number, Editing time, Modified" -msgstr "" +msgstr "Ime datoteke, Statistika, Broj dokumenta, Vrijeme uređivanja, Promijenjeno" #: 01040900.xhp msgctxt "" @@ -7630,7 +7630,7 @@ "hd_id3145382\n" "help.text" msgid "Snap to grid" -msgstr "Ubaci u mrežu" +msgstr "Privlači na mrežu" #: 01050100.xhp msgctxt "" @@ -8126,7 +8126,7 @@ "hd_id3146898\n" "help.text" msgid "Text overflow" -msgstr "Preljev te~ksta" +msgstr "Preljev teksta" #: 01060100.xhp msgctxt "" @@ -10278,7 +10278,7 @@ "hd_id3163802\n" "help.text" msgid "To snap lines" -msgstr "Na spojne linije" +msgstr "Na privlačne linije" #: 01070300.xhp msgctxt "" diff -Nru libreoffice-l10n-6.2.5/translations/source/hr/helpcontent2/source/text/shared.po libreoffice-l10n-6.2.6/translations/source/hr/helpcontent2/source/text/shared.po --- libreoffice-l10n-6.2.5/translations/source/hr/helpcontent2/source/text/shared.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/hr/helpcontent2/source/text/shared.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,8 +4,8 @@ "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2019-01-07 11:14+0100\n" -"PO-Revision-Date: 2018-11-14 12:01+0000\n" -"Last-Translator: Anonymous Pootle User\n" +"PO-Revision-Date: 2019-07-16 22:01+0000\n" +"Last-Translator: Milo Ivir \n" "Language-Team: Croatian <>\n" "Language: hr\n" "MIME-Version: 1.0\n" @@ -13,8 +13,8 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" -"X-POOTLE-MTIME: 1542196870.000000\n" +"X-Generator: Pootle 2.8\n" +"X-POOTLE-MTIME: 1563314502.000000\n" #: 3dsettings_toolbar.xhp msgctxt "" @@ -1422,7 +1422,7 @@ "hd_id3148798\n" "help.text" msgid "Snap to Grid" -msgstr "" +msgstr "Privlači na mrežu" #: main0226.xhp msgctxt "" diff -Nru libreoffice-l10n-6.2.5/translations/source/hr/helpcontent2/source/text/simpress/02.po libreoffice-l10n-6.2.6/translations/source/hr/helpcontent2/source/text/simpress/02.po --- libreoffice-l10n-6.2.5/translations/source/hr/helpcontent2/source/text/simpress/02.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/hr/helpcontent2/source/text/simpress/02.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,8 +4,8 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2017-10-04 11:48+0200\n" -"PO-Revision-Date: 2016-04-16 23:11+0000\n" -"Last-Translator: Kruno \n" +"PO-Revision-Date: 2019-07-19 11:28+0000\n" +"Last-Translator: Milo Ivir \n" "Language-Team: LANGUAGE \n" "Language: hr\n" "MIME-Version: 1.0\n" @@ -13,8 +13,8 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" -"X-POOTLE-MTIME: 1460848268.000000\n" +"X-Generator: Pootle 2.8\n" +"X-POOTLE-MTIME: 1563535685.000000\n" #: 04010000.xhp msgctxt "" @@ -2502,7 +2502,7 @@ "hd_id3149292\n" "help.text" msgid "Freeform Line, Filled" -msgstr "Linije slobodne forme, popunjena" +msgstr "Prostoručna linija, ispunjena" #: 10080000.xhp msgctxt "" @@ -2526,7 +2526,7 @@ "par_id3154264\n" "help.text" msgid "Freeform Line, Filled" -msgstr "Linije slobodne forme, popunjena" +msgstr "Prostoručna linija, ispunjena" #: 10080000.xhp msgctxt "" @@ -2614,7 +2614,7 @@ "hd_id3149340\n" "help.text" msgid "Freeform Line" -msgstr "Ručno crtana linija" +msgstr "Prostoručna linija" #: 10080000.xhp msgctxt "" @@ -2630,7 +2630,7 @@ "par_id3159192\n" "help.text" msgid "Freeform Line" -msgstr "Ručno crtana linija" +msgstr "Prostoručna linija" #: 10090000.xhp msgctxt "" @@ -5110,7 +5110,7 @@ "tit\n" "help.text" msgid "Snap to Snap Lines" -msgstr "" +msgstr "Privlači na privlačne linije" #: 13140000.xhp msgctxt "" @@ -5118,7 +5118,7 @@ "hd_id3153726\n" "help.text" msgid "Snap to Snap Lines" -msgstr "" +msgstr "Privlači na privlačne linije" #: 13140000.xhp msgctxt "" @@ -5134,7 +5134,7 @@ "par_id3154255\n" "help.text" msgid "Snap to Snap Lines" -msgstr "" +msgstr "Privlači na privlačne linije" #: 13150000.xhp msgctxt "" @@ -5150,7 +5150,7 @@ "hd_id3150441\n" "help.text" msgid "Snap to Page Margins" -msgstr "" +msgstr "Privlači na margine stranica" #: 13150000.xhp msgctxt "" @@ -5166,7 +5166,7 @@ "par_id3156384\n" "help.text" msgid "Snap to Page Margins" -msgstr "Prebaci na margine stranica" +msgstr "Privlači na margine stranica" #: 13160000.xhp msgctxt "" @@ -5174,7 +5174,7 @@ "tit\n" "help.text" msgid "Snap to Object Border" -msgstr "Prebaci na rub objekta" +msgstr "Privlači na obrub objekta" #: 13160000.xhp msgctxt "" @@ -5182,7 +5182,7 @@ "hd_id3125865\n" "help.text" msgid "Snap to Object Border" -msgstr "" +msgstr "Privlači na obrub objekta" #: 13160000.xhp msgctxt "" @@ -5198,7 +5198,7 @@ "par_id3154018\n" "help.text" msgid "Snap to Object Border" -msgstr "Prebaci na rub objekta" +msgstr "Privlači na obrub objekta" #: 13170000.xhp msgctxt "" @@ -5206,7 +5206,7 @@ "tit\n" "help.text" msgid "Snap to Object Points" -msgstr "Prebaci na točke objekta" +msgstr "Privlači na točke objekta" #: 13170000.xhp msgctxt "" @@ -5214,7 +5214,7 @@ "hd_id3150870\n" "help.text" msgid "Snap to Object Points" -msgstr "" +msgstr "Privlači na točke objekta" #: 13170000.xhp msgctxt "" @@ -5230,7 +5230,7 @@ "par_id3148664\n" "help.text" msgid "Snap to Object Points" -msgstr "Prebaci na točke objekta" +msgstr "Privlači na točke objekta" #: 13180000.xhp msgctxt "" diff -Nru libreoffice-l10n-6.2.5/translations/source/hr/helpcontent2/source/text/simpress/guide.po libreoffice-l10n-6.2.6/translations/source/hr/helpcontent2/source/text/simpress/guide.po --- libreoffice-l10n-6.2.5/translations/source/hr/helpcontent2/source/text/simpress/guide.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/hr/helpcontent2/source/text/simpress/guide.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,8 +4,8 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2018-09-03 13:23+0200\n" -"PO-Revision-Date: 2016-05-08 00:34+0000\n" -"Last-Translator: Kruno \n" +"PO-Revision-Date: 2019-07-19 11:50+0000\n" +"Last-Translator: Milo Ivir \n" "Language-Team: LANGUAGE \n" "Language: hr\n" "MIME-Version: 1.0\n" @@ -13,8 +13,8 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" -"X-POOTLE-MTIME: 1462667659.000000\n" +"X-Generator: Pootle 2.8\n" +"X-POOTLE-MTIME: 1563537029.000000\n" #: 3d_create.xhp msgctxt "" @@ -3398,7 +3398,7 @@ "par_id4907681\n" "help.text" msgid "On the Drawing toolbar, open the Curves toolbar Icon and select the Freeform LineIcon tool." -msgstr "" +msgstr "Na altnoj traci za crtanje, otvorite alat za KrivuljeIcon i odaberite alat Prostoručna linijaIkona." #: line_draw.xhp msgctxt "" @@ -3414,7 +3414,7 @@ "par_id5792107\n" "help.text" msgid "Draw the freeform line as you would do with a pencil." -msgstr "" +msgstr "Potegnite prostoručnu liniju kao da crtate olovkom." #: line_draw.xhp msgctxt "" diff -Nru libreoffice-l10n-6.2.5/translations/source/hr/helpcontent2/source/text/simpress.po libreoffice-l10n-6.2.6/translations/source/hr/helpcontent2/source/text/simpress.po --- libreoffice-l10n-6.2.5/translations/source/hr/helpcontent2/source/text/simpress.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/hr/helpcontent2/source/text/simpress.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,8 +4,8 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2018-10-21 20:57+0200\n" -"PO-Revision-Date: 2016-04-16 23:10+0000\n" -"Last-Translator: Kruno \n" +"PO-Revision-Date: 2019-07-16 21:55+0000\n" +"Last-Translator: Milo Ivir \n" "Language-Team: LANGUAGE \n" "Language: hr\n" "MIME-Version: 1.0\n" @@ -13,8 +13,8 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" -"X-POOTLE-MTIME: 1460848245.000000\n" +"X-Generator: Pootle 2.8\n" +"X-POOTLE-MTIME: 1563314144.000000\n" #: main0000.xhp msgctxt "" @@ -1406,7 +1406,7 @@ "hd_id3149603\n" "help.text" msgid "Snap to Grid" -msgstr "" +msgstr "Privlači na mrežu" #: main0213.xhp msgctxt "" @@ -1414,7 +1414,7 @@ "hd_id3143233\n" "help.text" msgid "Snap to Snap Lines" -msgstr "" +msgstr "Privlači na privlačne linije" #: main0213.xhp msgctxt "" @@ -1422,7 +1422,7 @@ "hd_id3146966\n" "help.text" msgid "Snap to Page Margins" -msgstr "" +msgstr "Privlači na margine stranica" #: main0213.xhp msgctxt "" @@ -1430,7 +1430,7 @@ "hd_id3149051\n" "help.text" msgid "Snap to Object Border" -msgstr "" +msgstr "Privlači na obrub objekta" #: main0213.xhp msgctxt "" @@ -1438,7 +1438,7 @@ "hd_id3150392\n" "help.text" msgid "Snap to Object Points" -msgstr "" +msgstr "Privlači na točke objekta" #: main0213.xhp msgctxt "" diff -Nru libreoffice-l10n-6.2.5/translations/source/hr/helpcontent2/source/text/smath/01.po libreoffice-l10n-6.2.6/translations/source/hr/helpcontent2/source/text/smath/01.po --- libreoffice-l10n-6.2.5/translations/source/hr/helpcontent2/source/text/smath/01.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/hr/helpcontent2/source/text/smath/01.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,8 +4,8 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2018-11-12 12:23+0100\n" -"PO-Revision-Date: 2016-05-07 01:04+0000\n" -"Last-Translator: Anonymous Pootle User\n" +"PO-Revision-Date: 2019-06-29 15:10+0000\n" +"Last-Translator: Milo Ivir \n" "Language-Team: LANGUAGE \n" "Language: hr\n" "MIME-Version: 1.0\n" @@ -13,8 +13,8 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" -"X-POOTLE-MTIME: 1462583082.000000\n" +"X-Generator: Pootle 2.8\n" +"X-POOTLE-MTIME: 1561821059.000000\n" #: 02080000.xhp msgctxt "" @@ -11446,7 +11446,7 @@ "hd_id3150260\n" "help.text" msgid "Weight" -msgstr "Težina" +msgstr "Debljina" #: 05030000.xhp msgctxt "" diff -Nru libreoffice-l10n-6.2.5/translations/source/hr/helpcontent2/source/text/swriter/00.po libreoffice-l10n-6.2.6/translations/source/hr/helpcontent2/source/text/swriter/00.po --- libreoffice-l10n-6.2.5/translations/source/hr/helpcontent2/source/text/swriter/00.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/hr/helpcontent2/source/text/swriter/00.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,8 +4,8 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2018-11-14 12:22+0100\n" -"PO-Revision-Date: 2018-11-14 12:01+0000\n" -"Last-Translator: Anonymous Pootle User\n" +"PO-Revision-Date: 2019-07-17 23:30+0000\n" +"Last-Translator: Milo Ivir \n" "Language-Team: LANGUAGE \n" "Language: hr\n" "MIME-Version: 1.0\n" @@ -14,7 +14,7 @@ "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "X-Accelerator-Marker: ~\n" "X-Generator: Pootle 2.8\n" -"X-POOTLE-MTIME: 1542196876.000000\n" +"X-POOTLE-MTIME: 1563406206.000000\n" #: 00000004.xhp msgctxt "" @@ -1878,7 +1878,7 @@ "par_id3145656\n" "help.text" msgid "Open context menu in Navigator for tables" -msgstr "Otvori kontekstualni meni u tabličnom Navigatoru" +msgstr "Otvori kontekstni izbornik u Navigatoru za tablice" #: 00000405.xhp msgctxt "" diff -Nru libreoffice-l10n-6.2.5/translations/source/hr/helpcontent2/source/text/swriter/01.po libreoffice-l10n-6.2.6/translations/source/hr/helpcontent2/source/text/swriter/01.po --- libreoffice-l10n-6.2.5/translations/source/hr/helpcontent2/source/text/swriter/01.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/hr/helpcontent2/source/text/swriter/01.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,8 +4,8 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2018-10-21 20:57+0200\n" -"PO-Revision-Date: 2016-07-06 06:26+0000\n" -"Last-Translator: Kruno \n" +"PO-Revision-Date: 2019-07-17 23:09+0000\n" +"Last-Translator: Milo Ivir \n" "Language-Team: LANGUAGE \n" "Language: hr\n" "MIME-Version: 1.0\n" @@ -13,8 +13,8 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" -"X-POOTLE-MTIME: 1467786371.000000\n" +"X-Generator: Pootle 2.8\n" +"X-POOTLE-MTIME: 1563404952.000000\n" #: 01120000.xhp msgctxt "" @@ -662,7 +662,7 @@ "par_id3155136\n" "help.text" msgid "A hidden section in a document appears gray in the Navigator, and displays the text \"hidden\" when you rest the mouse pointer over it. The same applies to header and footer contents of Page Styles that are not used in a document, and hidden contents in tables, text frames, graphics, OLE objects, and indexes." -msgstr "Skriven odjeljak dokumenta prikazan je sivom bojom u Navigatoru, a prelaskom pokazivača miša prikazuje se tekst \"skriven\". Isto se odnosi i na sadržaje zaglavlja i podnožja koji su postavljeni u stilovima stranica, ali nisu korišteni u dokumentu, na skriven sadržaj tablica, tekstnih okvira, grafika, OLE objekata i indeksa." +msgstr "Skriveni odjeljak dokumenta prikazan je sivom bojom u Navigatoru, a prelaskom pokazivača miša, prikazuje se tekst \"skriven\". Isto se odnosi i na sadržaje zaglavlja i podnožja koji su postavljeni u stilovima stranica, ali nisu korišteni u dokumentu, na skriveni sadržaj tablica, tekstualnih okvira, grafika, OLE objekata i indeksa." #: 02110000.xhp msgctxt "" diff -Nru libreoffice-l10n-6.2.5/translations/source/hr/helpcontent2/source/text/swriter/04.po libreoffice-l10n-6.2.6/translations/source/hr/helpcontent2/source/text/swriter/04.po --- libreoffice-l10n-6.2.5/translations/source/hr/helpcontent2/source/text/swriter/04.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/hr/helpcontent2/source/text/swriter/04.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,8 +4,8 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2018-04-05 11:28+0200\n" -"PO-Revision-Date: 2016-07-06 06:29+0000\n" -"Last-Translator: Kruno \n" +"PO-Revision-Date: 2019-06-29 13:37+0000\n" +"Last-Translator: Milo Ivir \n" "Language-Team: LANGUAGE \n" "Language: hr\n" "MIME-Version: 1.0\n" @@ -13,8 +13,8 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" -"X-POOTLE-MTIME: 1467786547.000000\n" +"X-Generator: Pootle 2.8\n" +"X-POOTLE-MTIME: 1561815427.000000\n" #: 01020000.xhp msgctxt "" @@ -550,7 +550,7 @@ "par_id3150220\n" "help.text" msgid "Select All" -msgstr "Od~aberi sve" +msgstr "Odaberi sve" #: 01020000.xhp msgctxt "" diff -Nru libreoffice-l10n-6.2.5/translations/source/hr/instsetoo_native/inc_openoffice/windows/msi_languages.po libreoffice-l10n-6.2.6/translations/source/hr/instsetoo_native/inc_openoffice/windows/msi_languages.po --- libreoffice-l10n-6.2.5/translations/source/hr/instsetoo_native/inc_openoffice/windows/msi_languages.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/hr/instsetoo_native/inc_openoffice/windows/msi_languages.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,8 +4,8 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2018-11-12 12:23+0100\n" -"PO-Revision-Date: 2018-11-19 16:54+0000\n" -"Last-Translator: Kruno \n" +"PO-Revision-Date: 2019-07-18 10:24+0000\n" +"Last-Translator: Milo Ivir \n" "Language-Team: LANGUAGE \n" "Language: hr\n" "MIME-Version: 1.0\n" @@ -14,7 +14,7 @@ "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "X-Accelerator-Marker: ~\n" "X-Generator: Pootle 2.8\n" -"X-POOTLE-MTIME: 1542646485.000000\n" +"X-POOTLE-MTIME: 1563445456.000000\n" #: ActionTe.ulf msgctxt "" @@ -1582,7 +1582,7 @@ "OOO_CONTROL_108\n" "LngText.text" msgid "&Retry" -msgstr "&Pokušaj ponovno" +msgstr "&Ponovi" #: Control.ulf msgctxt "" @@ -2222,7 +2222,7 @@ "OOO_CONTROL_210\n" "LngText.text" msgid "&Retry" -msgstr "&Pokušaj ponovno" +msgstr "&Ponovi" #: Control.ulf msgctxt "" @@ -2702,7 +2702,7 @@ "OOO_CONTROL_306\n" "LngText.text" msgid "To select a different version, click Change. Otherwise click Cancel to abort the Installation Wizard." -msgstr "Za korištenje druge inačice, odaberite Promijeni. Odaberite Otkaži za prekid instalacije." +msgstr "Za korištenje druge inačice, odaberite „Promijeni”. Odaberite „Odustani” za prekid instalacije." #: Control.ulf msgctxt "" @@ -2942,7 +2942,7 @@ "OOO_ERROR_16\n" "LngText.text" msgid "Out of memory. Shut down other applications before retrying." -msgstr "Nedostatak memorije. Ugasite ostale programe prije ponovnog pokušaja." +msgstr "Nedostatak memorije. Zatvorite ostale programe prije ponovnog pokušaja." #: Error.ulf msgctxt "" @@ -3062,7 +3062,7 @@ "OOO_ERROR_31\n" "LngText.text" msgid "Another application has exclusive access to the file [2]. Please shut down all other applications, then click Retry." -msgstr "Drugi program ima isključiv pristup datoteci [2]. Zatvorite sve druge programe i kliknite Pokušaj ponovno." +msgstr "Drugi program ima isključiv pristup datoteci [2]. Zatvorite sve druge programe i kliknite „Ponovi”." #: Error.ulf msgctxt "" @@ -3070,7 +3070,7 @@ "OOO_ERROR_32\n" "LngText.text" msgid "There is not enough disk space to install the file [2]. Free some disk space and click Retry, or click Cancel to exit." -msgstr "Na disku nema dovoljno prostora za instaliranje datoteke [2]. Osigurajte dovoljno prostora i odaberite Pokušaj ponovno, ili Odustani za izlaz." +msgstr "Na disku nema dovoljno prostora za instaliranje datoteke [2]. Osigurajte dovoljno prostora i odaberite „Ponovi” ili „Odustani” za izlaz." #: Error.ulf msgctxt "" @@ -3110,7 +3110,7 @@ "OOO_ERROR_37\n" "LngText.text" msgid "Cannot create the directory [2]. A file with this name already exists. Please rename or remove the file and click Retry, or click Cancel to exit." -msgstr "Ne možete stvoriti mapu [2]. Datoteka s tim imenom već postoji. Preimenujete ili izbrišite datoteku i kliknite Pokušaj ponovno, ili odaberite Odustani za izlaz." +msgstr "Ne možete stvoriti mapu [2]. Datoteka s tim imenom već postoji. Preimenujete ili izbrišite datoteku i kliknite „Ponovi” ili odaberite „Odustani” za izlaz." #: Error.ulf msgctxt "" @@ -3390,7 +3390,7 @@ "OOO_ERROR_72\n" "LngText.text" msgid "Out of disk space -- Volume: [2]; required space: [3] KB; available space: [4] KB. If rollback is disabled, enough space is available. Click Cancel to quit, Retry to check available disk space again, or Ignore to continue without rollback." -msgstr "Nema slobodnog prostora -- Disk: [2]; potrebno prostora: [3] KB; dostupno prostora: [4] KB. Ako je povratak onemogućen, postoji dovoljno prostora. Kliknite na Odustani za završetak, Pokušaj ponovno za ponovnu provjeru dostupnog prostora, ili Zanemari za nastavak bez mogućnosti povrata na staro." +msgstr "Nema slobodnog prostora -- Disk: [2]; potrebno prostora: [3] KB; dostupno prostora: [4] KB. Ako je povratak onemogućen, postoji dovoljno prostora. Kliknite na „Odustani” za završetak, „Ponovi” za ponovnu provjeru dostupnog prostora, ili „Zanemari” za nastavak bez mogućnosti povratka na staro." #: Error.ulf msgctxt "" @@ -3502,7 +3502,7 @@ "OOO_ERROR_86\n" "LngText.text" msgid "An error occurred while writing installation information to disk. Check to make sure enough disk space is available, and click Retry, or Cancel to end the installation." -msgstr "Dogodila se pogreška prilikom pisanja instalacijskih podataka na disk. Provjerite ima li na disku dovoljno prostora te odaberite Pokušaj ponovno, ili Odustani za prestanak instalacije." +msgstr "Dogodila se pogreška prilikom pisanja instalacijskih podataka na disk. Provjerite ima li na disku dovoljno prostora te odaberite „Ponovi”, ili „Odustani” za prekid instalacije." #: Error.ulf msgctxt "" @@ -3542,7 +3542,7 @@ "OOO_ERROR_91\n" "LngText.text" msgid "Out of memory. Shut down other applications before retrying." -msgstr "Nema dovoljno memorije. Ugasite ostale programe prije ponovnog pokušaja." +msgstr "Nedostatak memorije. Zatvorite ostale programe prije ponovnog pokušaja." #: Error.ulf msgctxt "" @@ -3550,7 +3550,7 @@ "OOO_ERROR_92\n" "LngText.text" msgid "There is no disk in drive [2]. Please insert one and click Retry, or click Cancel to go back to the previously selected volume." -msgstr "Nema diska u uređaju [2]. Umetnite disk i kliknite Pokušaj ponovno, ili kliknite Odustani za povratak na prije izabrani disk." +msgstr "Nema diska u uređaju [2]. Umetnite disk i kliknite „Ponovi” ili kliknite „Odustani” za povratak na prije izabrani disk." #: Error.ulf msgctxt "" @@ -3558,7 +3558,7 @@ "OOO_ERROR_93\n" "LngText.text" msgid "There is no disk in drive [2]. Please insert one and click Retry, or click Cancel to return to the browse dialog and select a different volume." -msgstr "Nema diska u uređaju [2]. Umetnite disk i kliknite Pokušaj ponovno, ili kliknite Odustani za povratak na dijalog za pregled i izaberite drugi disk." +msgstr "Nema diska u uređaju [2]. Umetnite disk i kliknite „Ponovi” ili kliknite „Odustani” za povratak na dijalog za pregled i izaberite drugi disk." #: Error.ulf msgctxt "" diff -Nru libreoffice-l10n-6.2.5/translations/source/hr/librelogo/source/pythonpath.po libreoffice-l10n-6.2.6/translations/source/hr/librelogo/source/pythonpath.po --- libreoffice-l10n-6.2.5/translations/source/hr/librelogo/source/pythonpath.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/hr/librelogo/source/pythonpath.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,8 +4,8 @@ "Project-Id-Version: LibO 40l10n\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2017-04-12 14:14+0200\n" -"PO-Revision-Date: 2017-04-25 08:16+0000\n" -"Last-Translator: Kruno \n" +"PO-Revision-Date: 2019-07-17 23:01+0000\n" +"Last-Translator: Milo Ivir \n" "Language-Team: none\n" "Language: hr\n" "MIME-Version: 1.0\n" @@ -14,7 +14,7 @@ "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "X-Accelerator-Marker: ~\n" "X-Generator: Pootle 2.8\n" -"X-POOTLE-MTIME: 1493108167.000000\n" +"X-POOTLE-MTIME: 1563404478.000000\n" #: LibreLogo_en_US.properties msgctxt "" @@ -1118,4 +1118,4 @@ "ERR_NOTAPROGRAM\n" "property.text" msgid "Do you want to run this text document?" -msgstr "Želite li pokrenuti ovaj tekstni dokument?" +msgstr "Želite li pokrenuti ovaj tekstualni dokument?" diff -Nru libreoffice-l10n-6.2.5/translations/source/hr/officecfg/registry/data/org/openoffice/Office/UI.po libreoffice-l10n-6.2.6/translations/source/hr/officecfg/registry/data/org/openoffice/Office/UI.po --- libreoffice-l10n-6.2.5/translations/source/hr/officecfg/registry/data/org/openoffice/Office/UI.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/hr/officecfg/registry/data/org/openoffice/Office/UI.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,8 +4,8 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2018-12-18 19:46+0100\n" -"PO-Revision-Date: 2018-11-20 18:52+0000\n" -"Last-Translator: Kruno \n" +"PO-Revision-Date: 2019-07-19 11:24+0000\n" +"Last-Translator: Milo Ivir \n" "Language-Team: LANGUAGE \n" "Language: hr\n" "MIME-Version: 1.0\n" @@ -13,8 +13,8 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" -"X-POOTLE-MTIME: 1542739964.000000\n" +"X-Generator: Pootle 2.8\n" +"X-POOTLE-MTIME: 1563535466.000000\n" #: BaseWindowState.xcu msgctxt "" @@ -149,7 +149,7 @@ "Label\n" "value.text" msgid "Form Horizontal Scroll Bar" -msgstr "Od vodoravne klizne trake" +msgstr "Vodoravni klizač obrasca" #: BasicIDECommands.xcu msgctxt "" @@ -4307,7 +4307,7 @@ "UIName\n" "value.text" msgid "Text Box Formatting" -msgstr "Oblikovanje tekstnoga okvira" +msgstr "Oblikovanje tekstualnog okvira" #: CalcWindowState.xcu msgctxt "" @@ -4478,7 +4478,7 @@ "UIName\n" "value.text" msgid "Text Box Formatting" -msgstr "Oblikovanje tekstnoga okvira" +msgstr "Oblikovanje tekstualnog okvira" #: CalcWindowState.xcu msgctxt "" @@ -7304,7 +7304,7 @@ "Label\n" "value.text" msgid "Snap Guides to ~Front" -msgstr "Linije priljubljivanja na ~vrh" +msgstr "Privlačne linije ~naprijed" #: DrawImpressCommands.xcu msgctxt "" @@ -8690,7 +8690,7 @@ "Label\n" "value.text" msgid "~Snap to Snap Guides" -msgstr "Poravnaj prema ~liniji poravnanja" +msgstr "~Privlači na privlačne vodilice" #: DrawImpressCommands.xcu msgctxt "" @@ -8699,7 +8699,7 @@ "Label\n" "value.text" msgid "Snap to Page Margins" -msgstr "Poravnaj s marginama stranice" +msgstr "Privlači na margine stranica" #: DrawImpressCommands.xcu msgctxt "" @@ -8708,7 +8708,7 @@ "Label\n" "value.text" msgid "Snap to Object Border" -msgstr "Poravnaj s obrubom objekta" +msgstr "Privlači na obrub objekta" #: DrawImpressCommands.xcu msgctxt "" @@ -8717,7 +8717,7 @@ "Label\n" "value.text" msgid "Snap to Object Points" -msgstr "Poravnaj s točkama objekta" +msgstr "Privlači na točke objekta" #: DrawImpressCommands.xcu msgctxt "" @@ -10004,7 +10004,7 @@ "UIName\n" "value.text" msgid "Connector/Freeform Line" -msgstr "Poveznik/ručno crtana linija" +msgstr "Spojnica/prostoručna linija" #: DrawWindowState.xcu msgctxt "" @@ -10049,7 +10049,7 @@ "UIName\n" "value.text" msgid "Text Box Formatting" -msgstr "Oblikovanje tekstnoga okvira" +msgstr "Oblikovanje tekstualnog okvira" #: DrawWindowState.xcu msgctxt "" @@ -10355,7 +10355,7 @@ "UIName\n" "value.text" msgid "Text Box Formatting" -msgstr "Oblikovanje tekstnoga okvira" +msgstr "Oblikovanje tekstualnog okvira" #: DrawWindowState.xcu msgctxt "" @@ -15629,7 +15629,7 @@ "Label\n" "value.text" msgid "Scrollbar" -msgstr "Klizna traka" +msgstr "Klizač" #: GenericCommands.xcu msgctxt "" @@ -15665,7 +15665,7 @@ "Label\n" "value.text" msgid "Replace with Scrollbar" -msgstr "Zamijeni s kliznom trakom" +msgstr "Zamijeni klizačem" #: GenericCommands.xcu msgctxt "" @@ -15674,7 +15674,7 @@ "Label\n" "value.text" msgid "Replace with Spin Button" -msgstr "Zamijeni sa okretnim gumbom" +msgstr "Zamijeni okretnim gumbom" #: GenericCommands.xcu msgctxt "" @@ -15710,7 +15710,7 @@ "TooltipLabel\n" "value.text" msgid "Insert Text Box" -msgstr "Umetanje tekstnoga okvira" +msgstr "Umetanje tekstualnog okvira" #: GenericCommands.xcu msgctxt "" @@ -16034,7 +16034,7 @@ "Label\n" "value.text" msgid "~What's This?" -msgstr "~Što je ovo?" +msgstr "Što je ~ovo?" #: GenericCommands.xcu msgctxt "" @@ -18151,7 +18151,7 @@ "Label\n" "value.text" msgid "Group Box" -msgstr "Okvir grupe" +msgstr "Grupni okvir" #: GenericCommands.xcu msgctxt "" @@ -18430,7 +18430,7 @@ "Label\n" "value.text" msgid "Snap to Grid" -msgstr "Poravnaj s mrežom" +msgstr "Privlači na mrežu" #: GenericCommands.xcu msgctxt "" @@ -18439,7 +18439,7 @@ "Label\n" "value.text" msgid "Insert Text Frame" -msgstr "Umetni tekstni okvir" +msgstr "Umetni tekstualni okvir" #: GenericCommands.xcu msgctxt "" @@ -18727,7 +18727,7 @@ "Label\n" "value.text" msgid "~Scrollbars" -msgstr "~Klizne trake" +msgstr "~Klizači" #: GenericCommands.xcu msgctxt "" @@ -18772,7 +18772,7 @@ "TooltipLabel\n" "value.text" msgid "Insert Text Box" -msgstr "Umetanje tekstnoga okvira" +msgstr "Umetanje tekstualnog okvira" #: GenericCommands.xcu msgctxt "" @@ -19978,7 +19978,7 @@ "Label\n" "value.text" msgid "Text Document Options" -msgstr "Mogućnosti tekstnog dokumenta" +msgstr "Mogućnosti tekstualnog dokumenta" #: GenericCommands.xcu msgctxt "" @@ -20185,7 +20185,7 @@ "Label\n" "value.text" msgid "Freeform Line, Filled" -msgstr "Ručno crtana linija, popunjena" +msgstr "Prostoručna linija, ispunjena" #: GenericCommands.xcu msgctxt "" @@ -20194,7 +20194,7 @@ "Label\n" "value.text" msgid "Freeform Line" -msgstr "Ručno crtana linija" +msgstr "Prostoručna linija" #: GenericCommands.xcu msgctxt "" @@ -20365,7 +20365,7 @@ "Label\n" "value.text" msgid "Asian Phonetic G~uide..." -msgstr "Azijski fonetski vodič..." +msgstr "Azijski fonetski ~vodič …" #: GenericCommands.xcu msgctxt "" @@ -20959,7 +20959,7 @@ "Label\n" "value.text" msgid "Group Box" -msgstr "Okvir grupe" +msgstr "Grupni okvir" #: GenericCommands.xcu msgctxt "" @@ -21661,7 +21661,7 @@ "Label\n" "value.text" msgid "Replace with Text Box" -msgstr "Zamijeni tekstnim okvirom" +msgstr "Zamijeni tekstualnim okvirom" #: GenericCommands.xcu msgctxt "" @@ -21715,7 +21715,7 @@ "Label\n" "value.text" msgid "Replace with Group Box" -msgstr "Zamijeni okvirom grupe" +msgstr "Zamijeni grupnim okvirom" #: GenericCommands.xcu msgctxt "" @@ -22588,7 +22588,7 @@ "Label\n" "value.text" msgid "F~lip" -msgstr "Okretanje" +msgstr "Okren~i" #: GenericCommands.xcu msgctxt "" @@ -23047,7 +23047,7 @@ "UIName\n" "value.text" msgid "Connector/Freeform Line" -msgstr "Poveznik/ručno crtana linija" +msgstr "Spojnica/prostoručna linija" #: ImpressWindowState.xcu msgctxt "" @@ -23092,7 +23092,7 @@ "UIName\n" "value.text" msgid "Text Box Formatting" -msgstr "Oblikovanje tekstnoga okvira" +msgstr "Oblikovanje tekstualnog okvira" #: ImpressWindowState.xcu msgctxt "" @@ -23353,7 +23353,7 @@ "UIName\n" "value.text" msgid "Text Box Formatting" -msgstr "Oblikovanje tekstnoga okvira" +msgstr "Oblikovanje tekstualnog okvira" #: ImpressWindowState.xcu msgctxt "" @@ -25342,7 +25342,7 @@ "Label\n" "value.text" msgid "Add Text Box" -msgstr "Dodaj tekstni okvir" +msgstr "Dodaj tekstualni okvir" #: WriterCommands.xcu msgctxt "" @@ -25351,7 +25351,7 @@ "Label\n" "value.text" msgid "Remove Text Box" -msgstr "Ukloni tekstni okvir" +msgstr "Ukloni tekstualni okvir" #: WriterCommands.xcu msgctxt "" @@ -30409,7 +30409,7 @@ "UIName\n" "value.text" msgid "Text Box Formatting" -msgstr "Oblikovanje tekstnoga okvira" +msgstr "Oblikovanje tekstualnog okvira" #: WriterFormWindowState.xcu msgctxt "" @@ -30571,7 +30571,7 @@ "UIName\n" "value.text" msgid "Text Box Formatting" -msgstr "Oblikovanje tekstnoga okvira" +msgstr "Oblikovanje tekstualnog okvira" #: WriterFormWindowState.xcu msgctxt "" @@ -30706,7 +30706,7 @@ "UIName\n" "value.text" msgid "Text Object" -msgstr "Tekstni oblici" +msgstr "Tekstualni oblici" #: WriterFormWindowState.xcu msgctxt "" @@ -30859,7 +30859,7 @@ "UIName\n" "value.text" msgid "Text Box Formatting" -msgstr "Oblikovanje tekstnoga okvira" +msgstr "Oblikovanje tekstualnog okvira" #: WriterGlobalWindowState.xcu msgctxt "" @@ -31021,7 +31021,7 @@ "UIName\n" "value.text" msgid "Text Box Formatting" -msgstr "Oblikovanje tekstnoga okvira" +msgstr "Oblikovanje tekstualnog okvira" #: WriterGlobalWindowState.xcu msgctxt "" @@ -31147,7 +31147,7 @@ "UIName\n" "value.text" msgid "Text Object" -msgstr "Tekstni oblici" +msgstr "Tekstualni oblici" #: WriterGlobalWindowState.xcu msgctxt "" @@ -31327,7 +31327,7 @@ "UIName\n" "value.text" msgid "Text Box Formatting" -msgstr "Oblikovanje tekstnoga okvira" +msgstr "Oblikovanje tekstualnog okvira" #: WriterReportWindowState.xcu msgctxt "" @@ -31489,7 +31489,7 @@ "UIName\n" "value.text" msgid "Text Box Formatting" -msgstr "Oblikovanje tekstnoga okvira" +msgstr "Oblikovanje tekstualnog okvira" #: WriterReportWindowState.xcu msgctxt "" @@ -31624,7 +31624,7 @@ "UIName\n" "value.text" msgid "Text Object" -msgstr "Tekstni oblici" +msgstr "Tekstualni oblici" #: WriterReportWindowState.xcu msgctxt "" @@ -31759,7 +31759,7 @@ "UIName\n" "value.text" msgid "Text Box Formatting" -msgstr "Oblikovanje tekstnoga okvira" +msgstr "Oblikovanje tekstualnog okvira" #: WriterWebWindowState.xcu msgctxt "" @@ -31903,7 +31903,7 @@ "UIName\n" "value.text" msgid "Text Object" -msgstr "Tekstni oblici" +msgstr "Tekstualni oblici" #: WriterWebWindowState.xcu msgctxt "" @@ -31948,7 +31948,7 @@ "UIName\n" "value.text" msgid "Text Box Formatting" -msgstr "Oblikovanje tekstnoga okvira" +msgstr "Oblikovanje tekstualnog okvira" #: WriterWebWindowState.xcu msgctxt "" @@ -32164,7 +32164,7 @@ "UIName\n" "value.text" msgid "Text Box Formatting" -msgstr "Oblikovanje tekstnoga okvira" +msgstr "Oblikovanje tekstualnog okvira" #: WriterWindowState.xcu msgctxt "" @@ -32380,7 +32380,7 @@ "UIName\n" "value.text" msgid "Text Box Formatting" -msgstr "Oblikovanje tekstnoga okvira" +msgstr "Oblikovanje tekstualnog okvira" #: WriterWindowState.xcu msgctxt "" @@ -32506,7 +32506,7 @@ "UIName\n" "value.text" msgid "Text Object" -msgstr "Tekstni oblici" +msgstr "Tekstualni oblici" #: WriterWindowState.xcu msgctxt "" @@ -32704,7 +32704,7 @@ "UIName\n" "value.text" msgid "Text Box Formatting" -msgstr "Oblikovanje tekstnoga okvira" +msgstr "Oblikovanje tekstualnog okvira" #: XFormsWindowState.xcu msgctxt "" @@ -32866,7 +32866,7 @@ "UIName\n" "value.text" msgid "Text Box Formatting" -msgstr "Oblikovanje tekstnoga okvira" +msgstr "Oblikovanje tekstualnog okvira" #: XFormsWindowState.xcu msgctxt "" @@ -33001,7 +33001,7 @@ "UIName\n" "value.text" msgid "Text Object" -msgstr "Tekstni oblici" +msgstr "Tekstualni oblici" #: XFormsWindowState.xcu msgctxt "" diff -Nru libreoffice-l10n-6.2.5/translations/source/hr/officecfg/registry/data/org/openoffice/Office.po libreoffice-l10n-6.2.6/translations/source/hr/officecfg/registry/data/org/openoffice/Office.po --- libreoffice-l10n-6.2.5/translations/source/hr/officecfg/registry/data/org/openoffice/Office.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/hr/officecfg/registry/data/org/openoffice/Office.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,8 +4,8 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2018-11-12 12:23+0100\n" -"PO-Revision-Date: 2018-10-06 08:50+0000\n" -"Last-Translator: Kruno \n" +"PO-Revision-Date: 2019-07-17 23:01+0000\n" +"Last-Translator: Milo Ivir \n" "Language-Team: LANGUAGE \n" "Language: hr\n" "MIME-Version: 1.0\n" @@ -13,8 +13,8 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" -"X-POOTLE-MTIME: 1538815847.000000\n" +"X-Generator: Pootle 2.8\n" +"X-POOTLE-MTIME: 1563404483.000000\n" #: Addons.xcu msgctxt "" @@ -815,7 +815,7 @@ "DisplayName\n" "value.text" msgid "Text Box Bound Content" -msgstr "Granični sadržaj tekstnoga okvira" +msgstr "Sadržaj ograničen na tekstualni okvir" #: FormWizard.xcu msgctxt "" @@ -1049,7 +1049,7 @@ "STR_REMOVE_CROP_AREA\n" "value.text" msgid "~Delete cropped image areas" -msgstr "Obriši obrezana _područja slika" +msgstr "Izbriši obrezana po~dručja slika" #: PresentationMinimizer.xcu msgctxt "" diff -Nru libreoffice-l10n-6.2.5/translations/source/hr/readlicense_oo/docs.po libreoffice-l10n-6.2.6/translations/source/hr/readlicense_oo/docs.po --- libreoffice-l10n-6.2.5/translations/source/hr/readlicense_oo/docs.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/hr/readlicense_oo/docs.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,8 +4,8 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2018-11-12 12:23+0100\n" -"PO-Revision-Date: 2018-06-07 16:49+0000\n" -"Last-Translator: Kruno \n" +"PO-Revision-Date: 2019-06-29 13:24+0000\n" +"Last-Translator: Milo Ivir \n" "Language-Team: LANGUAGE \n" "Language: hr\n" "MIME-Version: 1.0\n" @@ -13,8 +13,8 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" -"X-POOTLE-MTIME: 1528390172.000000\n" +"X-Generator: Pootle 2.8\n" +"X-POOTLE-MTIME: 1561814665.000000\n" #: readme.xrm msgctxt "" @@ -678,7 +678,7 @@ "support1\n" "readmeitem.text" msgid "The main support page offers various possibilities for help with ${PRODUCTNAME}. Your question may have already been answered - check the Community Forum at https://www.documentfoundation.org/nabble/ or search the archives of the 'users@libreoffice.org' mailing list at https://www.libreoffice.org/lists/users/. Alternatively, you can send in your questions to users@libreoffice.org. If you like to subscribe to the list (to get email responses), send an empty mail to: users+subscribe@libreoffice.org." -msgstr "Glavna stranica za podrškuhttp://www.libreoffice.org/support/ nudi razne mogućnosti pomoći za ${PRODUCTNAME}. Na vaše pitanje možda je već odgovoreno - provjerite forum zajednice nahttps://www.documentfoundation.org/nabble/ ili pretražite arhivu interesnih lista 'users@libreoffice.org' na https://www.libreoffice.org/lists/users/. Pitanja možete slati i na users@libreoffice.org. Želite li se prijaviti na interesnu listu kako biste dobili odgovore na e-poštu, pošaljite praznu poruku elektroničke pošte na users+subscribe@libreoffice.org." +msgstr "Glavna stranica za podršku nudi razne mogućnosti pomoći za ${PRODUCTNAME}. Za vaše pitanje možda već postoji odgovor – provjerite forum zajednice na https://www.documentfoundation.org/nabble/ ili pretražite arhivu pretplatničke liste „users@libreoffice.org” na https://www.libreoffice.org/lists/users/. Pitanja možete slati i na users@libreoffice.org. Želite li se prijaviti na pretplatničku listu kako biste dobili odgovore na e-poštu, pošaljite praznu e-poruku na users+subscribe@libreoffice.org." #: readme.xrm msgctxt "" @@ -694,7 +694,7 @@ "reportbugs\n" "readmeitem.text" msgid "Reporting Bugs & Issues" -msgstr "Prijavljivanje nedostataka i problema" +msgstr "Prijavljivanje grešaka i problema" #: readme.xrm msgctxt "" @@ -742,7 +742,7 @@ "howtostart1\n" "readmeitem.text" msgid "The best way to start contributing is to subscribe to one or more of the mailing lists, lurk for a while, and gradually use the mail archives to familiarize yourself with many of the topics covered since the ${PRODUCTNAME} source code was released back in October 2000. When you're comfortable, all you need to do is send an email self-introduction and jump right in. If you are familiar with Open Source Projects, check out our To-Dos list and see if there is anything you would like to help with at the LibreOffice website." -msgstr "Želite li započeti pridonositi, najbolji je način pretplatiti se na jednu ili više interesnih lista, neko vrijeme promatrati i kroz arhive se postupno upoznavati s temama aktualiziranima još otkako je objavljen izvoni kod ${PRODUCTNAME} u listopadu 2000. Kada se opustite, sve što trebate jest predstaviti se u poruci i - uključiti se. Ako ste upoznati s drugim projektima otvorenog koda, provjerite listu zadataka na http://www.libreoffice.org/develop/ i pogledajte postoji li nešto oko čega biste voljeli pomoći" +msgstr "Želite li započeti pridonositi, najbolji je način pretplatiti se na jednu ili više pretplatničkih lista, neko vrijeme promatrati i kroz arhive se postupno upoznavati s temama aktualiziranima još otkako je objavljen izvorni kȏd ${PRODUCTNAME} u listopadu 2000. Kad se opustite, sve što trebate jest predstaviti se u poruci i – uključiti se. Ako ste upoznati s drugim projektima otvorenog koda, provjerite popis zadataka na LibreOffice web stranicama." #: readme.xrm msgctxt "" diff -Nru libreoffice-l10n-6.2.5/translations/source/hr/sc/messages.po libreoffice-l10n-6.2.6/translations/source/hr/sc/messages.po --- libreoffice-l10n-6.2.5/translations/source/hr/sc/messages.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/hr/sc/messages.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,8 +4,8 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2019-05-02 15:45+0200\n" -"PO-Revision-Date: 2018-11-19 16:55+0000\n" -"Last-Translator: Kruno \n" +"PO-Revision-Date: 2019-07-19 10:40+0000\n" +"Last-Translator: Milo Ivir \n" "Language-Team: LANGUAGE \n" "Language: hr\n" "MIME-Version: 1.0\n" @@ -13,8 +13,8 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" -"X-POOTLE-MTIME: 1542646548.000000\n" +"X-Generator: Pootle 2.8\n" +"X-POOTLE-MTIME: 1563532802.000000\n" #: sc/inc/compiler.hrc:27 msgctxt "RID_FUNCTION_CATEGORIES" @@ -1210,7 +1210,7 @@ #: sc/inc/globstr.hrc:267 msgctxt "STR_EXPORT_ASCII" msgid "Export Text File" -msgstr "Izvezi tekstnu datoteku" +msgstr "Izvezi tekstualnu datoteku" #: sc/inc/globstr.hrc:268 msgctxt "STR_IMPORT_LOTUS" @@ -1270,7 +1270,7 @@ #: sc/inc/globstr.hrc:279 msgctxt "STR_THESAURUS_NO_STRING" msgid "Thesaurus can only be used in text cells!" -msgstr "Rječnik se sinonima može koristiti samo u tekstnim ćelijama!" +msgstr "Rječnik sinonima se može koristiti samo u tekstualnim ćelijama!" #: sc/inc/globstr.hrc:280 msgctxt "STR_SPELLING_BEGIN_TAB" @@ -2017,7 +2017,7 @@ #: sc/inc/globstr.hrc:415 msgctxt "STR_FORM_GROUPBOX" msgid "Group Box" -msgstr "Okvir grupe" +msgstr "Grupni okvir" #: sc/inc/globstr.hrc:416 msgctxt "STR_FORM_DROPDOWN" @@ -2452,7 +2452,7 @@ #: sc/inc/globstr.hrc:496 msgctxt "STR_COPYERR" msgid "Cells without text have been ignored." -msgstr "Ćelije bez teksta su ignorirane." +msgstr "Ćelije bez teksta su zanemarene." #: sc/inc/globstr.hrc:497 #, c-format @@ -4085,7 +4085,7 @@ #: sc/inc/scfuncs.hrc:478 msgctxt "SC_OPCODE_RATE" msgid "Guess. The estimate of the interest rate for the iterative calculating method." -msgstr "Pretpostavka. Predviđena kamatna stopa za iterativnu metodu izračunavanja. Ako nije drugačije navedeno, pretpostavlja se 0,1 (10%)." +msgstr "Pretpostavka. Procijenjena kamatna stopa za iterativnu metodu izračunavanja." #: sc/inc/scfuncs.hrc:484 msgctxt "SC_OPCODE_IPMT" @@ -4710,7 +4710,7 @@ #: sc/inc/scfuncs.hrc:668 msgctxt "SC_OPCODE_IRR" msgid "Guess. An estimated value of the rate of return to be used for the iteration calculation." -msgstr "Pretpostavka. Predviđena kamatna stopa za iterativnu metodu izračunavanja. Ako nije drugačije navedeno, pretpostavlja se 0,1 (10%)." +msgstr "Pretpostavka. Procijenjena stopa povrata za iterativnu metodu izračunavanja." #: sc/inc/scfuncs.hrc:674 msgctxt "SC_OPCODE_MIRR" @@ -11645,7 +11645,7 @@ #: sc/inc/scfuncs.hrc:3396 msgctxt "SC_OPCODE_INDIRECT" msgid "Returns the contents of a cell that is referenced in text form." -msgstr "Vraća sadržaj ćelije na koju se referira u tekstnom obrascu." +msgstr "Vraća sadržaj ćelije na koju se referira u tekstualnom obliku." #: sc/inc/scfuncs.hrc:3397 msgctxt "SC_OPCODE_INDIRECT" @@ -11655,7 +11655,7 @@ #: sc/inc/scfuncs.hrc:3398 msgctxt "SC_OPCODE_INDIRECT" msgid "The cell whose contents are to be evaluated is to be referenced in text form (e.g. \"A1\")." -msgstr "Ćeliju čiji se sadržaj procjenjuje, mora se pozvati u tekstnom obliku (npr. \"A1\")." +msgstr "Ćelija, čiji se sadržaj procjenjuje, se mora referencirati u tekstualnom obliku (npr. „A1”)." #: sc/inc/scfuncs.hrc:3399 msgctxt "SC_OPCODE_INDIRECT" @@ -12080,7 +12080,7 @@ #: sc/inc/scfuncs.hrc:3568 msgctxt "SC_OPCODE_CONCAT" msgid "Combines several text items into one." -msgstr "Združuje nekoliko tekstnih stavki u jednu." +msgstr "Združuje nekoliko tekstualnih stavki u jednu." #: sc/inc/scfuncs.hrc:3569 msgctxt "SC_OPCODE_CONCAT" @@ -18235,7 +18235,7 @@ #: sc/uiconfig/scalc/ui/imoptdialog.ui:167 msgctxt "imoptdialog|quoteall" msgid "_Quote all text cells" -msgstr "_Citiraj sve tekstne ćelije" +msgstr "_Citiraj sve tekstualne ćelije" #: sc/uiconfig/scalc/ui/imoptdialog.ui:183 msgctxt "imoptdialog|fixedwidth" @@ -23115,7 +23115,7 @@ #: sc/uiconfig/scalc/ui/textimportcsv.ui:560 msgctxt "textimportcsv|skipemptycells" msgid "S_kip empty cells" -msgstr "Pres~koči prazne ćelije" +msgstr "Pres_koči prazne ćelije" #: sc/uiconfig/scalc/ui/textimportcsv.ui:564 msgctxt "textimportcsv|skipemptycells" diff -Nru libreoffice-l10n-6.2.5/translations/source/hr/scp2/source/writer.po libreoffice-l10n-6.2.6/translations/source/hr/scp2/source/writer.po --- libreoffice-l10n-6.2.5/translations/source/hr/scp2/source/writer.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/hr/scp2/source/writer.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,8 +4,8 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2015-04-22 23:41+0200\n" -"PO-Revision-Date: 2018-11-19 16:56+0000\n" -"Last-Translator: Kruno \n" +"PO-Revision-Date: 2019-07-17 23:04+0000\n" +"Last-Translator: Milo Ivir \n" "Language-Team: LANGUAGE \n" "Language: hr\n" "MIME-Version: 1.0\n" @@ -14,7 +14,7 @@ "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "X-Accelerator-Marker: ~\n" "X-Generator: Pootle 2.8\n" -"X-POOTLE-MTIME: 1542646602.000000\n" +"X-POOTLE-MTIME: 1563404651.000000\n" #: folderitem_writer.ulf msgctxt "" @@ -118,7 +118,7 @@ "STR_REG_VAL_SO60_TEXT\n" "LngText.text" msgid "%SXWFORMATNAME %SXWFORMATVERSION Text Document" -msgstr "%SXWFORMATNAME %SXWFORMATVERSION tekstni dokument" +msgstr "%SXWFORMATNAME %SXWFORMATVERSION tekstualni dokument" #: registryitem_writer.ulf msgctxt "" @@ -134,7 +134,7 @@ "STR_REG_VAL_SO60_WRITER_TEMPLATE\n" "LngText.text" msgid "%SXWFORMATNAME %SXWFORMATVERSION Text Document Template" -msgstr "%SXWFORMATNAME %SXWFORMATVERSION predložak za tekstne dokumente" +msgstr "%SXWFORMATNAME %SXWFORMATVERSION predložak za tekstualne dokumente" #: registryitem_writer.ulf msgctxt "" @@ -214,7 +214,7 @@ "STR_REG_VAL_UNIFORM_OFFICE_FORMAT_TEXT\n" "LngText.text" msgid "Uniform Office Format Text Document" -msgstr "Uniform Office Format tekstni dokument" +msgstr "Uniform Office Format tekstualni dokument" #: registryitem_writer.ulf msgctxt "" @@ -230,4 +230,4 @@ "STR_REG_VAL_T602_TEXT_FILE\n" "LngText.text" msgid "T602 Text File" -msgstr "T602 tekstna datoteka" +msgstr "T602 tekstualna datoteka" diff -Nru libreoffice-l10n-6.2.5/translations/source/hr/sd/messages.po libreoffice-l10n-6.2.6/translations/source/hr/sd/messages.po --- libreoffice-l10n-6.2.5/translations/source/hr/sd/messages.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/hr/sd/messages.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,8 +4,8 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2019-05-02 15:45+0200\n" -"PO-Revision-Date: 2018-11-12 11:52+0000\n" -"Last-Translator: Anonymous Pootle User\n" +"PO-Revision-Date: 2019-07-17 23:04+0000\n" +"Last-Translator: Milo Ivir \n" "Language-Team: LANGUAGE \n" "Language: hr\n" "MIME-Version: 1.0\n" @@ -13,8 +13,8 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" -"X-POOTLE-MTIME: 1542023542.000000\n" +"X-Generator: Pootle 2.8\n" +"X-POOTLE-MTIME: 1563404654.000000\n" #: sd/inc/DocumentRenderer.hrc:27 msgctxt "STR_IMPRESS_PRINT_UI_CONTENT_CHOICES" @@ -682,7 +682,7 @@ #: sd/inc/strings.hrc:101 msgctxt "STR_UNDO_INSERT_TEXTFRAME" msgid "Insert text frame" -msgstr "Umetni tekstni okvir" +msgstr "Umetni tekstualni okvir" #: sd/inc/strings.hrc:102 msgctxt "STR_ACTION_NOTPOSSIBLE" @@ -3050,7 +3050,7 @@ #: sd/uiconfig/sdraw/ui/notebookbar.ui:4828 msgctxt "drawnotebookbar|FieldMenuButton" msgid "Fiel_d" -msgstr "Po~lje" +msgstr "_Polje" #: sd/uiconfig/sdraw/ui/notebookbar.ui:4998 msgctxt "drawnotebookbar|InsertMenuButton" diff -Nru libreoffice-l10n-6.2.5/translations/source/hr/setup_native/source/mac.po libreoffice-l10n-6.2.6/translations/source/hr/setup_native/source/mac.po --- libreoffice-l10n-6.2.5/translations/source/hr/setup_native/source/mac.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/hr/setup_native/source/mac.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,8 +4,8 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2017-04-12 14:14+0200\n" -"PO-Revision-Date: 2017-04-26 17:20+0000\n" -"Last-Translator: Kruno \n" +"PO-Revision-Date: 2019-07-18 10:05+0000\n" +"Last-Translator: Milo Ivir \n" "Language-Team: LANGUAGE \n" "Language: hr\n" "MIME-Version: 1.0\n" @@ -14,7 +14,7 @@ "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "X-Accelerator-Marker: ~\n" "X-Generator: Pootle 2.8\n" -"X-POOTLE-MTIME: 1493227251.000000\n" +"X-POOTLE-MTIME: 1563444331.000000\n" #: macinstall.ulf msgctxt "" @@ -38,7 +38,7 @@ "AbortLabel\n" "LngText.text" msgid "Abort" -msgstr "Prekid" +msgstr "Prekini" #: macinstall.ulf msgctxt "" @@ -102,7 +102,7 @@ "ListCancelLabel\n" "LngText.text" msgid "Abort" -msgstr "Prekid" +msgstr "Prekini" #: macinstall.ulf msgctxt "" diff -Nru libreoffice-l10n-6.2.5/translations/source/hr/starmath/messages.po libreoffice-l10n-6.2.6/translations/source/hr/starmath/messages.po --- libreoffice-l10n-6.2.5/translations/source/hr/starmath/messages.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/hr/starmath/messages.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,8 +4,8 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2019-05-02 15:45+0200\n" -"PO-Revision-Date: 2018-05-08 13:36+0000\n" -"Last-Translator: Anonymous Pootle User\n" +"PO-Revision-Date: 2019-06-29 15:11+0000\n" +"Last-Translator: Milo Ivir \n" "Language-Team: LANGUAGE \n" "Language: hr\n" "MIME-Version: 1.0\n" @@ -13,8 +13,8 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" -"X-POOTLE-MTIME: 1525786606.000000\n" +"X-Generator: Pootle 2.8\n" +"X-POOTLE-MTIME: 1561821068.000000\n" #: starmath/inc/smmod.hrc:16 msgctxt "RID_UI_SYMBOLSET_NAMES" @@ -2384,7 +2384,7 @@ #: starmath/uiconfig/smath/ui/spacingdialog.ui:1092 msgctxt "spacingdialog|4label2" msgid "_Weight:" -msgstr "_Težina:" +msgstr "_Debljina:" #: starmath/uiconfig/smath/ui/spacingdialog.ui:1123 msgctxt "spacingdialog|4title" diff -Nru libreoffice-l10n-6.2.5/translations/source/hr/svtools/messages.po libreoffice-l10n-6.2.6/translations/source/hr/svtools/messages.po --- libreoffice-l10n-6.2.5/translations/source/hr/svtools/messages.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/hr/svtools/messages.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,8 +4,8 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2018-11-14 12:22+0100\n" -"PO-Revision-Date: 2018-11-14 11:38+0000\n" -"Last-Translator: Anonymous Pootle User\n" +"PO-Revision-Date: 2019-07-18 10:37+0000\n" +"Last-Translator: Milo Ivir \n" "Language-Team: LANGUAGE \n" "Language: hr\n" "MIME-Version: 1.0\n" @@ -14,7 +14,7 @@ "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "X-Accelerator-Marker: ~\n" "X-Generator: Pootle 2.8\n" -"X-POOTLE-MTIME: 1542195530.000000\n" +"X-POOTLE-MTIME: 1563446253.000000\n" #: include/svtools/strings.hrc:25 msgctxt "STR_UNDO" @@ -1540,7 +1540,7 @@ #: include/svtools/strings.hrc:361 msgctxt "STR_DESCRIPTION_IGNOREALLLIST" msgid "List of Ignored Words" -msgstr "Popis ignoriranih riječi" +msgstr "Popis zanemarenih riječi" #: svtools/inc/borderline.hrc:18 msgctxt "RID_SVXSTR_BORDERLINE" @@ -1933,7 +1933,7 @@ #: svtools/inc/errtxt.hrc:100 msgctxt "RID_ERRHDL" msgid "The operation on the file was aborted." -msgstr "Otkazana je aktivnost nad datotekom." +msgstr "Operacija nad datotekom je prekinuta." #: svtools/inc/errtxt.hrc:101 msgctxt "RID_ERRHDL" diff -Nru libreoffice-l10n-6.2.5/translations/source/hr/svx/messages.po libreoffice-l10n-6.2.6/translations/source/hr/svx/messages.po --- libreoffice-l10n-6.2.5/translations/source/hr/svx/messages.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/hr/svx/messages.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,8 +4,8 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2018-12-17 16:28+0100\n" -"PO-Revision-Date: 2018-11-12 11:52+0000\n" -"Last-Translator: Anonymous Pootle User\n" +"PO-Revision-Date: 2019-07-19 11:25+0000\n" +"Last-Translator: Milo Ivir \n" "Language-Team: LANGUAGE \n" "Language: hr\n" "MIME-Version: 1.0\n" @@ -13,8 +13,8 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" -"X-POOTLE-MTIME: 1542023545.000000\n" +"X-Generator: Pootle 2.8\n" +"X-POOTLE-MTIME: 1563535559.000000\n" #: include/svx/strings.hrc:25 msgctxt "STR_ObjNameSingulNONE" @@ -264,22 +264,22 @@ #: include/svx/strings.hrc:74 msgctxt "STR_ObjNameSingulFREELINE" msgid "Freeform Line" -msgstr "Ručno crtana linija" +msgstr "Prostoručna linija" #: include/svx/strings.hrc:75 msgctxt "STR_ObjNamePluralFREELINE" msgid "Freeform Lines" -msgstr "Ručno crtane linije" +msgstr "Prostoručne linije" #: include/svx/strings.hrc:76 msgctxt "STR_ObjNameSingulFREEFILL" msgid "Freeform Line" -msgstr "Ručno crtana linija" +msgstr "Prostoručna linija" #: include/svx/strings.hrc:77 msgctxt "STR_ObjNamePluralFREEFILL" msgid "Freeform Lines" -msgstr "Ručno crtane linije" +msgstr "Prostoručne linije" #: include/svx/strings.hrc:78 msgctxt "STR_ObjNameSingulCOMBLINE" @@ -319,12 +319,12 @@ #: include/svx/strings.hrc:85 msgctxt "STR_ObjNameSingulTEXTLNK" msgid "Linked text frame" -msgstr "Povezani tekstni okvir" +msgstr "Povezani tekstualni okvir" #: include/svx/strings.hrc:86 msgctxt "STR_ObjNamePluralTEXTLNK" msgid "Linked text frames" -msgstr "Povezani tekstni okviri" +msgstr "Povezani tekstualni okviri" #: include/svx/strings.hrc:87 msgctxt "STR_ObjNameSingulTITLETEXT" @@ -4454,7 +4454,7 @@ #: include/svx/strings.hrc:945 msgctxt "RID_SVXSTR_GALLERY_ICONVIEW" msgid "Icon View" -msgstr "Pogled sličice" +msgstr "Prikaz ikona" #: include/svx/strings.hrc:946 msgctxt "RID_SVXSTR_GALLERY_LISTVIEW" @@ -5357,7 +5357,7 @@ #: include/svx/strings.hrc:1138 msgctxt "RID_STR_PROPTITLE_GROUPBOX" msgid "Group Box" -msgstr "Okvir grupe" +msgstr "Grupni okvir" #: include/svx/strings.hrc:1139 msgctxt "RID_STR_PROPTITLE_EDIT" @@ -7948,7 +7948,7 @@ #: include/svx/svxitems.hrc:39 msgctxt "RID_ATTR_NAMES" msgid "Font weight" -msgstr "Težina pisma" +msgstr "Debljina fonta" #: include/svx/svxitems.hrc:40 msgctxt "RID_ATTR_NAMES" @@ -8128,7 +8128,7 @@ #: include/svx/svxitems.hrc:75 msgctxt "RID_ATTR_NAMES" msgid "Weight of Asian font" -msgstr "Težina azijskih slova" +msgstr "Debljina azijskog fonta" #: include/svx/svxitems.hrc:76 msgctxt "RID_ATTR_NAMES" @@ -8153,7 +8153,7 @@ #: include/svx/svxitems.hrc:80 msgctxt "RID_ATTR_NAMES" msgid "Weight of complex scripts" -msgstr "Težina kompleksnih skripti" +msgstr "Debljina fontova kompleksnih pisama" #: include/svx/svxitems.hrc:81 msgctxt "RID_ATTR_NAMES" @@ -10816,7 +10816,7 @@ #: svx/uiconfig/ui/convertmenu.ui:40 msgctxt "convertmenu|ConvertToGroup" msgid "G_roup Box" -msgstr "Okvir grupe" +msgstr "G_rupni okvir" #: svx/uiconfig/ui/convertmenu.ui:49 msgctxt "convertmenu|ConvertToList" @@ -12565,7 +12565,7 @@ #: svx/uiconfig/ui/imapdialog.ui:142 msgctxt "imapdialog|TBI_FREEPOLY" msgid "Freeform Polygon" -msgstr "Ručno crtani poligon" +msgstr "Prostoručni poligon" #: svx/uiconfig/ui/imapdialog.ui:156 msgctxt "imapdialog|TBI_POLYEDIT" @@ -12775,7 +12775,7 @@ #: svx/uiconfig/ui/optgridpage.ui:75 msgctxt "optgridpage|usegridsnap" msgid "_Snap to grid" -msgstr "_Poravnaj uz mrežu" +msgstr "_Privlači na mrežu" #: svx/uiconfig/ui/optgridpage.ui:90 msgctxt "optgridpage|gridvisible" @@ -12835,7 +12835,7 @@ #: svx/uiconfig/ui/optgridpage.ui:418 msgctxt "optgridpage|snaphelplines" msgid "To snap lines" -msgstr "Do crta poravnanja" +msgstr "Na privlačne linije" #: svx/uiconfig/ui/optgridpage.ui:433 msgctxt "optgridpage|snapborder" diff -Nru libreoffice-l10n-6.2.5/translations/source/hr/sw/messages.po libreoffice-l10n-6.2.6/translations/source/hr/sw/messages.po --- libreoffice-l10n-6.2.5/translations/source/hr/sw/messages.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/hr/sw/messages.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,8 +4,8 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2019-05-02 15:45+0200\n" -"PO-Revision-Date: 2018-11-19 16:58+0000\n" -"Last-Translator: Kruno \n" +"PO-Revision-Date: 2019-07-17 23:04+0000\n" +"Last-Translator: Milo Ivir \n" "Language-Team: LANGUAGE \n" "Language: hr\n" "MIME-Version: 1.0\n" @@ -13,8 +13,8 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" -"X-POOTLE-MTIME: 1542646716.000000\n" +"X-Generator: Pootle 2.8\n" +"X-POOTLE-MTIME: 1563404687.000000\n" #: sw/inc/app.hrc:29 msgctxt "RID_PARAGRAPHSTYLEFAMILY" @@ -2739,12 +2739,12 @@ #: sw/inc/strings.hrc:463 msgctxt "STR_UNDO_CHAIN" msgid "Link text frames" -msgstr "Poveži tekstne okvire" +msgstr "Poveži tekstualne okvire" #: sw/inc/strings.hrc:464 msgctxt "STR_UNDO_UNCHAIN" msgid "Unlink text frames" -msgstr "Odspoji tekstne okvire" +msgstr "Odspoji tekstualne okvire" #: sw/inc/strings.hrc:465 msgctxt "STR_UNDO_FTNINFO" @@ -4255,17 +4255,17 @@ #: sw/inc/strings.hrc:780 msgctxt "STR_PRIVATETEXT" msgid "%PRODUCTNAME %PRODUCTVERSION Text Document" -msgstr "%PRODUCTNAME %PRODUCTVERSION tekstni dokument" +msgstr "%PRODUCTNAME %PRODUCTVERSION tekstualni dokument" #: sw/inc/strings.hrc:781 msgctxt "STR_PRIVATEGRAPHIC" msgid "Image (%PRODUCTNAME %PRODUCTVERSION Text Document)" -msgstr "Slika (%PRODUCTNAME %PRODUCTVERSION tekstni dokument)" +msgstr "Slika (%PRODUCTNAME %PRODUCTVERSION tekstualni dokument)" #: sw/inc/strings.hrc:782 msgctxt "STR_PRIVATEOLE" msgid "Object (%PRODUCTNAME %PRODUCTVERSION Text Document)" -msgstr "Objekt (%PRODUCTNAME %PRODUCTVERSION tekstni dokument)" +msgstr "Objekt (%PRODUCTNAME %PRODUCTVERSION tekstualni dokument)" #: sw/inc/strings.hrc:783 msgctxt "STR_DDEFORMAT" @@ -5823,7 +5823,7 @@ #: sw/inc/strings.hrc:1145 msgctxt "STR_IMGBTN_FRM_DOWN" msgid "Next text frame" -msgstr "Sljedeći tekstni okvir" +msgstr "Sljedeći tekstualni okvir" #: sw/inc/strings.hrc:1146 msgctxt "STR_IMGBTN_PGE_DOWN" @@ -5903,7 +5903,7 @@ #: sw/inc/strings.hrc:1161 msgctxt "STR_IMGBTN_FRM_UP" msgid "Previous text frame" -msgstr "Prethodni tekstni okvir" +msgstr "Prethodni tekstualni okvir" #: sw/inc/strings.hrc:1162 msgctxt "STR_IMGBTN_PGE_UP" @@ -10869,7 +10869,7 @@ #: sw/uiconfig/swriter/ui/linenumbering.ui:468 msgctxt "linenumbering|linesintextframes" msgid "Lines in text frames" -msgstr "Linije u tekstnim okvirima" +msgstr "Redci u tekstualnim okvirima" #: sw/uiconfig/swriter/ui/linenumbering.ui:484 msgctxt "linenumbering|showfooterheadernumbering" @@ -16409,7 +16409,7 @@ #: sw/uiconfig/swriter/ui/textgridpage.ui:117 msgctxt "textgridpage|checkCB_SNAPTOCHARS" msgid "_Snap to characters" -msgstr "Poravnaj _sa znakovima" +msgstr "_Privlači na slovne znakove" #: sw/uiconfig/swriter/ui/textgridpage.ui:160 msgctxt "textgridpage|labelGrid" diff -Nru libreoffice-l10n-6.2.5/translations/source/hr/swext/mediawiki/help.po libreoffice-l10n-6.2.6/translations/source/hr/swext/mediawiki/help.po --- libreoffice-l10n-6.2.5/translations/source/hr/swext/mediawiki/help.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/hr/swext/mediawiki/help.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,8 +4,8 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2018-11-15 13:53+0100\n" -"PO-Revision-Date: 2018-11-12 11:52+0000\n" -"Last-Translator: Anonymous Pootle User\n" +"PO-Revision-Date: 2019-07-18 10:37+0000\n" +"Last-Translator: Milo Ivir \n" "Language-Team: LANGUAGE \n" "Language: hr\n" "MIME-Version: 1.0\n" @@ -13,8 +13,8 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" -"X-POOTLE-MTIME: 1542023547.000000\n" +"X-Generator: Pootle 2.8\n" +"X-POOTLE-MTIME: 1563446257.000000\n" #: help.tree msgctxt "" @@ -174,7 +174,7 @@ "par_id389416\n" "help.text" msgid "You can copy the URL from a web browser and paste it into the textbox." -msgstr "Možete kopirati URL iz internetskoga preglednika i zalijepiti ga u tekstni okvir." +msgstr "Možete kopirati URL iz internetskoga preglednika i zalijepiti ga u tekstualni okvir." #: wiki.xhp msgctxt "" @@ -398,7 +398,7 @@ "par_id8654133\n" "help.text" msgid "The following list gives an overview of the text formats that the Wiki Publisher can upload to the wiki server." -msgstr "U nastavku slijedi popis tekstnih formata koja Wiki Publisher može postaviti na wiki poslužitelj." +msgstr "U nastavku slijedi popis tekstualnih formata koje Wiki Publisher može postaviti na wiki poslužitelj." #: wikiformats.xhp msgctxt "" @@ -542,7 +542,7 @@ "par_id3037202\n" "help.text" msgid "Simple tables are supported well. Table headers are translated into corresponding wiki-style table headers. However, custom formatting of table borders, column sizes and background colors is ignored." -msgstr "Izrada je jednostavnih tablica dobro podržana. Zaglavlja će tablice biti izvezena u odgovarajućim stilovima zaglavlja wiki tablica. Međutim, bit će ignorirana prilagođena oblikovanja obruba, veličine stupaca te boje pozadine." +msgstr "Izrada jednostavnih tablica je dobro podržana. Zaglavlja tablice će biti izvezena u odgovarajućim stilovima zaglavlja wiki tablica. Međutim, zanemarit će se prilagođena oblikovanja obruba, veličine stupaca te boje pozadine." #: wikiformats.xhp msgctxt "" diff -Nru libreoffice-l10n-6.2.5/translations/source/hr/uui/messages.po libreoffice-l10n-6.2.6/translations/source/hr/uui/messages.po --- libreoffice-l10n-6.2.5/translations/source/hr/uui/messages.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/hr/uui/messages.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,8 +4,8 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2018-11-05 17:38+0100\n" -"PO-Revision-Date: 2018-04-22 13:01+0000\n" -"Last-Translator: Kruno \n" +"PO-Revision-Date: 2019-07-18 10:38+0000\n" +"Last-Translator: Milo Ivir \n" "Language-Team: LANGUAGE \n" "Language: hr\n" "MIME-Version: 1.0\n" @@ -13,13 +13,13 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" -"X-POOTLE-MTIME: 1524402064.000000\n" +"X-Generator: Pootle 2.8\n" +"X-POOTLE-MTIME: 1563446324.000000\n" #: uui/inc/ids.hrc:27 msgctxt "RID_UUI_ERRHDL" msgid "The operation executed on $(ARG1) was aborted." -msgstr "Prekinuta je operacija izvršavana nad $(ARG1)." +msgstr "Operacija izvršavana nad $(ARG1) je prekinuta." #: uui/inc/ids.hrc:29 msgctxt "RID_UUI_ERRHDL" @@ -513,7 +513,7 @@ msgstr "" "Datoteka dokumenta '$(ARG1)' je zaključana s vaše strane na drugom sustavu od $(ARG2).\n" "\n" -"Otvorite dokument samo za čitanje, ili ignorirajte vlastito zaključavanje i otvorite dokument za uređivanje." +"Otvorite dokument samo za čitanje ili zanemarite vlastito zaključavanje i otvorite dokument za uređivanje." #: uui/inc/strings.hrc:35 msgctxt "STR_ALREADYOPEN_READONLY_BTN" @@ -534,7 +534,7 @@ msgstr "" "Zaključali ste datoteku '$(ARG1)' na drugom sustavu od $(ARG2).\n" "\n" -"Zatvorite dokument na drugom sustavi i pokušajte ga ponovno spremiti, ili ignorirajte vlastito zaključavanje i spremite sadašnji dokument." +"Zatvorite dokument na drugom sustavu i pokušajte ga ponovno spremiti ili zanemarite vlastito zaključavanje i spremite sadašnji dokument." #: uui/inc/strings.hrc:38 msgctxt "STR_ALREADYOPEN_RETRY_SAVE_BTN" @@ -603,7 +603,7 @@ #: uui/inc/strings.hrc:51 msgctxt "STR_OPENLOCKED_ALLOWIGNORE_MSG" msgid "You may also ignore the file locking and open the document for editing." -msgstr "Možete i ignorirati zaključavanje dokumenta i otvoriti dokument za uređivanje." +msgstr "Možete i zanemariti zaključavanje dokumenta i otvoriti dokument za uređivanje." #: uui/inc/strings.hrc:52 msgctxt "STR_OPENLOCKED_OPENREADONLY_BTN" @@ -674,7 +674,7 @@ "\n" "$(ARG2)\n" "\n" -"Možete pokušati ignorirati zaključavanje i u dokument unijeti novi sadržaj preko postojećega." +"Možete pokušati zanemariti zaključavanje i prepisati postojeći dokument novim sadržajem." #: uui/inc/strings.hrc:63 msgctxt "STR_TRYLATER_RETRYSAVING_BTN" diff -Nru libreoffice-l10n-6.2.5/translations/source/hr/vcl/messages.po libreoffice-l10n-6.2.6/translations/source/hr/vcl/messages.po --- libreoffice-l10n-6.2.5/translations/source/hr/vcl/messages.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/hr/vcl/messages.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,8 +4,8 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2019-05-02 15:46+0200\n" -"PO-Revision-Date: 2018-11-12 11:52+0000\n" -"Last-Translator: Anonymous Pootle User\n" +"PO-Revision-Date: 2019-07-18 10:24+0000\n" +"Last-Translator: Milo Ivir \n" "Language-Team: LANGUAGE \n" "Language: hr\n" "MIME-Version: 1.0\n" @@ -13,8 +13,8 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" -"X-POOTLE-MTIME: 1542023547.000000\n" +"X-Generator: Pootle 2.8\n" +"X-POOTLE-MTIME: 1563445474.000000\n" #. To translators: This is the first entry of a sequence of paper size names #: vcl/inc/print.hrc:28 @@ -350,7 +350,7 @@ #: vcl/inc/strings.hrc:55 msgctxt "SV_BUTTONTEXT_RETRY" msgid "~Retry" -msgstr "~Pokušaj ponovno" +msgstr "~Ponovi" #: vcl/inc/strings.hrc:56 msgctxt "SV_BUTTONTEXT_HELP" @@ -526,7 +526,7 @@ #: vcl/inc/strings.hrc:93 msgctxt "STR_FPICKER_GPGENCRYPT" msgid "Encrypt with ~GPG key" -msgstr "Enkriptiraj sa ključem GPG" +msgstr "Šifriraj s ~GPG ključem" #: vcl/inc/strings.hrc:94 msgctxt "STR_FPICKER_FILTER_OPTIONS" @@ -571,7 +571,7 @@ #: vcl/inc/strings.hrc:102 msgctxt "STR_FPICKER_IMAGE_ANCHOR" msgid "A~nchor: " -msgstr "Sid_ro:" +msgstr "~Sidro:" #: vcl/inc/strings.hrc:103 msgctxt "STR_FPICKER_SELECTION" @@ -661,7 +661,7 @@ #: vcl/inc/strings.hrc:123 msgctxt "SV_EDIT_WARNING_STR" msgid "The inserted text exceeded the maximum length of this text field. The text was truncated." -msgstr "Umetnuti je tekst dulji od tekstnog polja. Tekst je skraćen na najveću dozvoljenu duljinu." +msgstr "Umetnuti tekst je dulji od tekstualnog polja. Tekst je skraćen na najveću dozvoljenu duljinu." #: vcl/inc/strings.hrc:125 msgctxt "SV_APP_CPUTHREADS" diff -Nru libreoffice-l10n-6.2.5/translations/source/hr/wizards/messages.po libreoffice-l10n-6.2.6/translations/source/hr/wizards/messages.po --- libreoffice-l10n-6.2.5/translations/source/hr/wizards/messages.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/hr/wizards/messages.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,8 +4,8 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2018-02-27 15:07+0100\n" -"PO-Revision-Date: 2018-01-14 21:27+0000\n" -"Last-Translator: Mihovil Stanić \n" +"PO-Revision-Date: 2019-07-17 23:05+0000\n" +"Last-Translator: Milo Ivir \n" "Language-Team: LANGUAGE \n" "Language: hr\n" "MIME-Version: 1.0\n" @@ -13,8 +13,8 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" -"X-POOTLE-MTIME: 1515965220.000000\n" +"X-Generator: Pootle 2.8\n" +"X-POOTLE-MTIME: 1563404726.000000\n" #: wizards/com/sun/star/wizards/common/strings.hrc:32 msgctxt "RID_COMMON_START_0" @@ -24,7 +24,7 @@ #: wizards/com/sun/star/wizards/common/strings.hrc:33 msgctxt "RID_COMMON_START_1" msgid "The text document could not be created.
Please check if the module 'PRODUCTNAME Writer' is installed." -msgstr "Nije moguće stvoriti tekstni dokument.
Provjerite imate li instaliran modul 'PRODUCTNAME Writer'." +msgstr "Nije moguće stvoriti tekstualni dokument.
Provjerite imate li instaliran modul 'PRODUCTNAME Writer'." #: wizards/com/sun/star/wizards/common/strings.hrc:34 msgctxt "RID_COMMON_START_2" @@ -710,7 +710,7 @@ #: wizards/com/sun/star/wizards/common/strings.hrc:179 msgctxt "RID_FAXWIZARDDIALOG_START_39" msgid "Use address database for ~mail merge" -msgstr "Koristi bazu podataka s adresama za cirkularnu poštu" +msgstr "Koristi bazu podataka s adresa~ma za cirkularnu poštu" #: wizards/com/sun/star/wizards/common/strings.hrc:180 msgctxt "RID_FAXWIZARDDIALOG_START_40" diff -Nru libreoffice-l10n-6.2.5/translations/source/hu/sfx2/messages.po libreoffice-l10n-6.2.6/translations/source/hu/sfx2/messages.po --- libreoffice-l10n-6.2.5/translations/source/hu/sfx2/messages.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/hu/sfx2/messages.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,7 +4,7 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2019-05-02 15:45+0200\n" -"PO-Revision-Date: 2019-01-24 23:23+0000\n" +"PO-Revision-Date: 2019-07-02 07:11+0000\n" "Last-Translator: Gábor Kelemen \n" "Language-Team: LANGUAGE \n" "Language: hu\n" @@ -13,8 +13,8 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" -"X-POOTLE-MTIME: 1548372235.000000\n" +"X-Generator: Pootle 2.8\n" +"X-POOTLE-MTIME: 1562051514.000000\n" #: include/sfx2/strings.hrc:25 msgctxt "STR_TEMPLATE_FILTER" @@ -1502,7 +1502,7 @@ #: include/sfx2/strings.hrc:312 msgctxt "STR_TEMPLATE_NAME30" msgid "Businesscard with logo" -msgstr "Névjegykártya logóva" +msgstr "Névjegykártya logóval" #: include/sfx2/strings.hrc:314 msgctxt "STR_CLEAR_CHAR" diff -Nru libreoffice-l10n-6.2.5/translations/source/id/cui/messages.po libreoffice-l10n-6.2.6/translations/source/id/cui/messages.po --- libreoffice-l10n-6.2.5/translations/source/id/cui/messages.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/id/cui/messages.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,8 +4,8 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2019-05-02 15:43+0200\n" -"PO-Revision-Date: 2019-05-19 12:57+0000\n" -"Last-Translator: Leonardus Kristaris Sastra \n" +"PO-Revision-Date: 2019-07-11 22:34+0000\n" +"Last-Translator: Andik Nur Achmad \n" "Language-Team: LANGUAGE \n" "Language: id\n" "MIME-Version: 1.0\n" @@ -14,7 +14,7 @@ "Plural-Forms: nplurals=2; plural=n>1;\n" "X-Accelerator-Marker: ~\n" "X-Generator: Pootle 2.8\n" -"X-POOTLE-MTIME: 1558270669.000000\n" +"X-POOTLE-MTIME: 1562884460.000000\n" #: cui/inc/numcategories.hrc:17 msgctxt "numberingformatpage|liststore1" @@ -6954,7 +6954,7 @@ #: cui/uiconfig/ui/newtabledialog.ui:22 msgctxt "newtabledialog|NewTableDialog" msgid "Insert Table" -msgstr "Ba_nyaknya kolom:" +msgstr "Sisipkan Tabel" #: cui/uiconfig/ui/newtabledialog.ui:101 msgctxt "newtabledialog|columns_label" diff -Nru libreoffice-l10n-6.2.5/translations/source/id/officecfg/registry/data/org/openoffice/Office/UI.po libreoffice-l10n-6.2.6/translations/source/id/officecfg/registry/data/org/openoffice/Office/UI.po --- libreoffice-l10n-6.2.5/translations/source/id/officecfg/registry/data/org/openoffice/Office/UI.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/id/officecfg/registry/data/org/openoffice/Office/UI.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,8 +4,8 @@ "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2018-12-18 19:46+0100\n" -"PO-Revision-Date: 2019-02-21 14:23+0000\n" -"Last-Translator: Andika Triwidada \n" +"PO-Revision-Date: 2019-06-30 10:53+0000\n" +"Last-Translator: Andik Nur Achmad \n" "Language-Team: Indonesian <>\n" "Language: id\n" "MIME-Version: 1.0\n" @@ -14,7 +14,7 @@ "Plural-Forms: nplurals=2; plural=n>1;\n" "X-Accelerator-Marker: ~\n" "X-Generator: Pootle 2.8\n" -"X-POOTLE-MTIME: 1550759026.000000\n" +"X-POOTLE-MTIME: 1561892038.000000\n" #: BaseWindowState.xcu msgctxt "" @@ -20743,7 +20743,7 @@ "Label\n" "value.text" msgid "Export Basic" -msgstr "Dasar Ekspor" +msgstr "Ekspor Basic" #: GenericCommands.xcu msgctxt "" @@ -20761,7 +20761,7 @@ "Label\n" "value.text" msgid "Import Dialog" -msgstr "Impor Dialog" +msgstr "Dialog Impor" #: GenericCommands.xcu msgctxt "" diff -Nru libreoffice-l10n-6.2.5/translations/source/it/helpcontent2/source/text/sbasic/shared.po libreoffice-l10n-6.2.6/translations/source/it/helpcontent2/source/text/sbasic/shared.po --- libreoffice-l10n-6.2.5/translations/source/it/helpcontent2/source/text/sbasic/shared.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/it/helpcontent2/source/text/sbasic/shared.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,7 +4,7 @@ "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2018-11-16 22:41+0100\n" -"PO-Revision-Date: 2019-02-08 12:09+0000\n" +"PO-Revision-Date: 2019-07-21 21:35+0000\n" "Last-Translator: Valter Mura \n" "Language-Team: Italian \n" "Language: it\n" @@ -14,7 +14,7 @@ "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Accelerator-Marker: ~\n" "X-Generator: Pootle 2.8\n" -"X-POOTLE-MTIME: 1549627790.000000\n" +"X-POOTLE-MTIME: 1563744908.000000\n" #: 00000002.xhp msgctxt "" @@ -35846,7 +35846,7 @@ "par_id051820170314436068\n" "help.text" msgid "%PRODUCTNAME Basic adds this set of functions when VBA support is enabled" -msgstr "Quando il supporto per VBA è abilitato, %PRODUCTNAME Basic questo gruppo di funzioni" +msgstr "Quando il supporto per VBA è abilitato, %PRODUCTNAME Basic aggiunge questo gruppo di funzioni" #: special_vba_func.xhp msgctxt "" diff -Nru libreoffice-l10n-6.2.5/translations/source/it/helpcontent2/source/text/simpress/00.po libreoffice-l10n-6.2.6/translations/source/it/helpcontent2/source/text/simpress/00.po --- libreoffice-l10n-6.2.5/translations/source/it/helpcontent2/source/text/simpress/00.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/it/helpcontent2/source/text/simpress/00.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,7 +4,7 @@ "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2018-04-17 15:54+0200\n" -"PO-Revision-Date: 2018-06-14 12:51+0000\n" +"PO-Revision-Date: 2019-07-18 13:10+0000\n" "Last-Translator: Valter Mura \n" "Language-Team: Italian \n" "Language: it\n" @@ -14,7 +14,7 @@ "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Accelerator-Marker: ~\n" "X-Generator: Pootle 2.8\n" -"X-POOTLE-MTIME: 1528980680.000000\n" +"X-POOTLE-MTIME: 1563455439.000000\n" #: 00000004.xhp msgctxt "" @@ -1078,7 +1078,7 @@ "par_id3150654\n" "help.text" msgid "Choose Modify - Arrange - Behind Object (%PRODUCTNAME Draw only)" -msgstr "Menu Cambia - Disponi - Dietro all'oggetto (%PRODUCTNAME Draw)" +msgstr "Menu Cambia - Disponi - Dietro l'oggetto (%PRODUCTNAME Draw)" #: 00000413.xhp msgctxt "" diff -Nru libreoffice-l10n-6.2.5/translations/source/it/helpcontent2/source/text/simpress/01.po libreoffice-l10n-6.2.6/translations/source/it/helpcontent2/source/text/simpress/01.po --- libreoffice-l10n-6.2.5/translations/source/it/helpcontent2/source/text/simpress/01.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/it/helpcontent2/source/text/simpress/01.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,7 +4,7 @@ "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2018-09-03 13:23+0200\n" -"PO-Revision-Date: 2019-02-08 19:12+0000\n" +"PO-Revision-Date: 2019-07-18 13:10+0000\n" "Last-Translator: Valter Mura \n" "Language-Team: Italian \n" "Language: it\n" @@ -14,7 +14,7 @@ "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Accelerator-Marker: ~\n" "X-Generator: Pootle 2.8\n" -"X-POOTLE-MTIME: 1549653156.000000\n" +"X-POOTLE-MTIME: 1563455459.000000\n" #: 01170000.xhp msgctxt "" @@ -4678,7 +4678,7 @@ "hd_id3149664\n" "help.text" msgid "Behind Object" -msgstr "Dietro all'oggetto" +msgstr "Dietro l'oggetto" #: 05250600.xhp msgctxt "" diff -Nru libreoffice-l10n-6.2.5/translations/source/it/officecfg/registry/data/org/openoffice/Office/UI.po libreoffice-l10n-6.2.6/translations/source/it/officecfg/registry/data/org/openoffice/Office/UI.po --- libreoffice-l10n-6.2.5/translations/source/it/officecfg/registry/data/org/openoffice/Office/UI.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/it/officecfg/registry/data/org/openoffice/Office/UI.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,7 +4,7 @@ "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2018-12-18 19:46+0100\n" -"PO-Revision-Date: 2019-05-09 08:10+0000\n" +"PO-Revision-Date: 2019-07-18 14:03+0000\n" "Last-Translator: Valter Mura \n" "Language-Team: Italian \n" "Language: it\n" @@ -14,7 +14,7 @@ "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Accelerator-Marker: ~\n" "X-Generator: Pootle 2.8\n" -"X-POOTLE-MTIME: 1557389438.000000\n" +"X-POOTLE-MTIME: 1563458613.000000\n" #: BaseWindowState.xcu msgctxt "" @@ -3740,7 +3740,7 @@ "Label\n" "value.text" msgid "Formula to Value" -msgstr "Formula al valore" +msgstr "Formula in valore" #: CalcCommands.xcu msgctxt "" @@ -8366,7 +8366,7 @@ "Label\n" "value.text" msgid "~Reverse" -msgstr "~Inverti" +msgstr "~Scambia" #: DrawImpressCommands.xcu msgctxt "" @@ -27430,7 +27430,7 @@ "Label\n" "value.text" msgid "Header Rows Repeat Across Pages" -msgstr "Le righe d'intestazione di ripetono tra le pagine" +msgstr "Le righe d'intestazione si ripetono tra le pagine" #: WriterCommands.xcu msgctxt "" diff -Nru libreoffice-l10n-6.2.5/translations/source/it/svx/messages.po libreoffice-l10n-6.2.6/translations/source/it/svx/messages.po --- libreoffice-l10n-6.2.5/translations/source/it/svx/messages.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/it/svx/messages.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,7 +4,7 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2018-12-17 16:28+0100\n" -"PO-Revision-Date: 2018-12-29 21:22+0000\n" +"PO-Revision-Date: 2019-07-07 22:25+0000\n" "Last-Translator: Valter Mura \n" "Language-Team: LANGUAGE \n" "Language: it\n" @@ -14,7 +14,7 @@ "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Accelerator-Marker: ~\n" "X-Generator: Pootle 2.8\n" -"X-POOTLE-MTIME: 1546118576.000000\n" +"X-POOTLE-MTIME: 1562538306.000000\n" #: include/svx/strings.hrc:25 msgctxt "STR_ObjNameSingulNONE" @@ -12380,7 +12380,7 @@ #: svx/uiconfig/ui/functionmenu.ui:55 msgctxt "functionmenu|selection" msgid "Selection count" -msgstr "Conteggio della selezione" +msgstr "Conteggio selezione" #: svx/uiconfig/ui/functionmenu.ui:62 msgctxt "functionmenu|none" diff -Nru libreoffice-l10n-6.2.5/translations/source/ja/officecfg/registry/data/org/openoffice/Office/UI.po libreoffice-l10n-6.2.6/translations/source/ja/officecfg/registry/data/org/openoffice/Office/UI.po --- libreoffice-l10n-6.2.5/translations/source/ja/officecfg/registry/data/org/openoffice/Office/UI.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/ja/officecfg/registry/data/org/openoffice/Office/UI.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,8 +4,8 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2018-12-18 19:46+0100\n" -"PO-Revision-Date: 2019-02-24 05:50+0000\n" -"Last-Translator: Naruhiko Ogasawara \n" +"PO-Revision-Date: 2019-08-07 13:48+0000\n" +"Last-Translator: Jun NOGATA \n" "Language-Team: LANGUAGE \n" "Language: ja\n" "MIME-Version: 1.0\n" @@ -14,7 +14,7 @@ "Plural-Forms: nplurals=1; plural=0;\n" "X-Accelerator-Marker: ~\n" "X-Generator: Pootle 2.8\n" -"X-POOTLE-MTIME: 1550987441.000000\n" +"X-POOTLE-MTIME: 1565185737.000000\n" #: BaseWindowState.xcu msgctxt "" @@ -20158,7 +20158,7 @@ "ContextLabel\n" "value.text" msgid "Increase Indent" -msgstr "字下げを増やす" +msgstr "インデントを増やす" #: GenericCommands.xcu msgctxt "" @@ -20167,7 +20167,7 @@ "TooltipLabel\n" "value.text" msgid "Increase Indent" -msgstr "字下げを増やす" +msgstr "インデントを増やす" #: GenericCommands.xcu msgctxt "" @@ -26854,7 +26854,7 @@ "Label\n" "value.text" msgid "Outline to ~Presentation" -msgstr "プレゼンテーションのアウトライン(~P)" +msgstr "アウトラインをプレゼンテーションへ(~P)" #: WriterCommands.xcu msgctxt "" @@ -26872,7 +26872,7 @@ "Label\n" "value.text" msgid "Outline to ~Clipboard" -msgstr "クリップボードのアウトライン(~C)" +msgstr "アウトラインをクリップボードへ(~C)" #: WriterCommands.xcu msgctxt "" @@ -27034,7 +27034,7 @@ "Label\n" "value.text" msgid "Create A~utoAbstract..." -msgstr "自動抽出の作成(~U)..." +msgstr "自動要約の作成(~U)..." #: WriterCommands.xcu msgctxt "" @@ -27043,7 +27043,7 @@ "Label\n" "value.text" msgid "AutoAbst~ract to Presentation..." -msgstr "プレゼンテーションに自動抽出(~R)..." +msgstr "自動要約をプレゼンテーションへ(~R)..." #: WriterCommands.xcu msgctxt "" diff -Nru libreoffice-l10n-6.2.5/translations/source/ko/instsetoo_native/inc_openoffice/windows/msi_languages.po libreoffice-l10n-6.2.6/translations/source/ko/instsetoo_native/inc_openoffice/windows/msi_languages.po --- libreoffice-l10n-6.2.5/translations/source/ko/instsetoo_native/inc_openoffice/windows/msi_languages.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/ko/instsetoo_native/inc_openoffice/windows/msi_languages.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,8 +4,8 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2018-11-12 12:23+0100\n" -"PO-Revision-Date: 2019-01-08 14:11+0000\n" -"Last-Translator: Jihui Choi \n" +"PO-Revision-Date: 2019-06-29 05:16+0000\n" +"Last-Translator: DaeHyun Sung(성대현, 成大鉉) \n" "Language-Team: LANGUAGE \n" "Language: ko\n" "MIME-Version: 1.0\n" @@ -14,7 +14,7 @@ "Plural-Forms: nplurals=1; plural=0;\n" "X-Accelerator-Marker: ~\n" "X-Generator: Pootle 2.8\n" -"X-POOTLE-MTIME: 1546956718.000000\n" +"X-POOTLE-MTIME: 1561785366.000000\n" #: ActionTe.ulf msgctxt "" @@ -2430,7 +2430,7 @@ "OOO_CONTROL_241\n" "LngText.text" msgid "Status:" -msgstr "{&Tahoma8}상태:" +msgstr "상태:" #: Control.ulf msgctxt "" diff -Nru libreoffice-l10n-6.2.5/translations/source/ko/wizards/source/resources.po libreoffice-l10n-6.2.6/translations/source/ko/wizards/source/resources.po --- libreoffice-l10n-6.2.5/translations/source/ko/wizards/source/resources.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/ko/wizards/source/resources.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,7 +4,7 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2017-10-04 11:47+0200\n" -"PO-Revision-Date: 2019-02-10 07:19+0000\n" +"PO-Revision-Date: 2019-06-29 06:56+0000\n" "Last-Translator: DaeHyun Sung(성대현, 成大鉉) \n" "Language-Team: LANGUAGE \n" "Language: ko\n" @@ -14,7 +14,7 @@ "Plural-Forms: nplurals=1; plural=0;\n" "X-Accelerator-Marker: ~\n" "X-Generator: Pootle 2.8\n" -"X-POOTLE-MTIME: 1549783183.000000\n" +"X-POOTLE-MTIME: 1561791370.000000\n" #: resources_en_US.properties msgctxt "" @@ -182,7 +182,7 @@ "RID_COMMON_20\n" "property.text" msgid "Template created via on ." -msgstr "템플릿은 으로 생성했습니다." +msgstr " 템플릿이 에 생성했습니다." #: resources_en_US.properties msgctxt "" diff -Nru libreoffice-l10n-6.2.5/translations/source/lt/officecfg/registry/data/org/openoffice/Office/UI.po libreoffice-l10n-6.2.6/translations/source/lt/officecfg/registry/data/org/openoffice/Office/UI.po --- libreoffice-l10n-6.2.5/translations/source/lt/officecfg/registry/data/org/openoffice/Office/UI.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/lt/officecfg/registry/data/org/openoffice/Office/UI.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,7 +4,7 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2018-12-18 19:46+0100\n" -"PO-Revision-Date: 2019-06-22 19:39+0000\n" +"PO-Revision-Date: 2019-06-26 18:19+0000\n" "Last-Translator: Modestas Rimkus \n" "Language-Team: Lithuanian \n" "Language: lt\n" @@ -15,7 +15,7 @@ "X-Accelerator-Marker: ~\n" "X-Generator: Pootle 2.8\n" "X-Project-Style: openoffice\n" -"X-POOTLE-MTIME: 1561232378.000000\n" +"X-POOTLE-MTIME: 1561573152.000000\n" #: BaseWindowState.xcu msgctxt "" @@ -16344,7 +16344,7 @@ "Label\n" "value.text" msgid "~Options..." -msgstr "Parinktys..." +msgstr "Parinktys…" #: GenericCommands.xcu msgctxt "" diff -Nru libreoffice-l10n-6.2.5/translations/source/lt/sc/messages.po libreoffice-l10n-6.2.6/translations/source/lt/sc/messages.po --- libreoffice-l10n-6.2.5/translations/source/lt/sc/messages.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/lt/sc/messages.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,7 +4,7 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2019-05-02 15:45+0200\n" -"PO-Revision-Date: 2019-06-22 19:24+0000\n" +"PO-Revision-Date: 2019-07-13 11:33+0000\n" "Last-Translator: Modestas Rimkus \n" "Language-Team: LANGUAGE \n" "Language: lt\n" @@ -14,7 +14,7 @@ "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "X-Accelerator-Marker: ~\n" "X-Generator: Pootle 2.8\n" -"X-POOTLE-MTIME: 1561231467.000000\n" +"X-POOTLE-MTIME: 1563017621.000000\n" #: sc/inc/compiler.hrc:27 msgctxt "RID_FUNCTION_CATEGORIES" @@ -19400,7 +19400,7 @@ #: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:4992 msgctxt "notebookbar_groupedbar_compact|FormatButton" msgid "F_ont" -msgstr "" +msgstr "Šriftas" #: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:5271 #, fuzzy @@ -22649,12 +22649,12 @@ #: sc/uiconfig/scalc/ui/sortoptionspage.ui:91 msgctxt "sortoptionspage|includenotes" msgid "Include boundary column(s) containing only comments" -msgstr "" +msgstr "Įtraukti kraštinius stulpelius tik su komentarais" #: sc/uiconfig/scalc/ui/sortoptionspage.ui:106 msgctxt "sortoptionspage|includeimages" msgid "Include boundary column(s) containing only images" -msgstr "" +msgstr "Įtraukti kraštinius stulpelius tik su paveikslais" #: sc/uiconfig/scalc/ui/sortoptionspage.ui:121 msgctxt "sortoptionspage|copyresult" diff -Nru libreoffice-l10n-6.2.5/translations/source/lt/sd/messages.po libreoffice-l10n-6.2.6/translations/source/lt/sd/messages.po --- libreoffice-l10n-6.2.5/translations/source/lt/sd/messages.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/lt/sd/messages.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,7 +4,7 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2019-05-02 15:45+0200\n" -"PO-Revision-Date: 2019-06-24 20:30+0000\n" +"PO-Revision-Date: 2019-06-26 19:10+0000\n" "Last-Translator: Modestas Rimkus \n" "Language-Team: LANGUAGE \n" "Language: lt\n" @@ -14,7 +14,7 @@ "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "X-Accelerator-Marker: ~\n" "X-Generator: Pootle 2.8\n" -"X-POOTLE-MTIME: 1561408226.000000\n" +"X-POOTLE-MTIME: 1561576225.000000\n" #: sd/inc/DocumentRenderer.hrc:27 msgctxt "STR_IMPRESS_PRINT_UI_CONTENT_CHOICES" @@ -3044,7 +3044,7 @@ #: sd/uiconfig/sdraw/ui/notebookbar.ui:2221 msgctxt "drawnotebookbar|FileLabel" msgid "_File" -msgstr "_Failas" +msgstr "Failas" #: sd/uiconfig/sdraw/ui/notebookbar.ui:2241 msgctxt "drawnotebookbar|HelpMenuButton" @@ -3054,7 +3054,7 @@ #: sd/uiconfig/sdraw/ui/notebookbar.ui:3013 msgctxt "drawnotebookbar|FileLabel" msgid "~File" -msgstr "~Failas" +msgstr "Failas" #: sd/uiconfig/sdraw/ui/notebookbar.ui:3172 msgctxt "drawnotebookbar|HomeMenuButton" @@ -3074,12 +3074,12 @@ #: sd/uiconfig/sdraw/ui/notebookbar.ui:4998 msgctxt "drawnotebookbar|InsertMenuButton" msgid "_Insert" -msgstr "Įt_erpimas" +msgstr "Įterpimas" #: sd/uiconfig/sdraw/ui/notebookbar.ui:5072 msgctxt "drawnotebookbar|InsertLabel" msgid "~Insert" -msgstr "Įt~erpimas" +msgstr "Įterpimas" #: sd/uiconfig/sdraw/ui/notebookbar.ui:5102 msgctxt "drawnotebookbar|PageMenuButton" @@ -3104,12 +3104,12 @@ #: sd/uiconfig/sdraw/ui/notebookbar.ui:6493 msgctxt "drawnotebookbar|ViewMenuButton" msgid "_View" -msgstr "_Rodymas" +msgstr "Rodymas" #: sd/uiconfig/sdraw/ui/notebookbar.ui:7523 msgctxt "drawnotebookbar|ViewLabel" msgid "~View" -msgstr "~Rodymas" +msgstr "Rodymas" #: sd/uiconfig/sdraw/ui/notebookbar.ui:7553 msgctxt "drawnotebookbar|TextMenuButton" @@ -3192,12 +3192,12 @@ #: sd/uiconfig/sdraw/ui/notebookbar.ui:14455 msgctxt "drawnotebookbar|ToolsMenuButton" msgid "_Tools" -msgstr "_Priemonės" +msgstr "Priemonės" #: sd/uiconfig/sdraw/ui/notebookbar.ui:15342 msgctxt "drawnotebookbar|DevLabel" msgid "~Tools" -msgstr "~Priemonės" +msgstr "Priemonės" #: sd/uiconfig/sdraw/ui/notebookbar_groupedbar_compact.ui:2189 msgctxt "draw_notebookbar_groupedbar_compact|MenubarAction" @@ -3217,25 +3217,25 @@ #: sd/uiconfig/sdraw/ui/notebookbar_groupedbar_compact.ui:2877 msgctxt "draw_notebookbar_groupedbar_compact|fileb" msgid "_File" -msgstr "_Failas" +msgstr "Failas" #: sd/uiconfig/sdraw/ui/notebookbar_groupedbar_compact.ui:2988 msgctxt "draw_notebookbar_groupedbar_compact|editb" msgid "_Edit" -msgstr "_Taisa" +msgstr "Taisa" #: sd/uiconfig/sdraw/ui/notebookbar_groupedbar_compact.ui:3135 #: sd/uiconfig/sdraw/ui/notebookbar_groupedbar_compact.ui:5372 #: sd/uiconfig/sdraw/ui/notebookbar_groupedbar_compact.ui:11023 msgctxt "draw_notebookbar_groupedbar_compact|insertText" msgid "_Insert" -msgstr "Įt_erpimas" +msgstr "Įterpimas" #: sd/uiconfig/sdraw/ui/notebookbar_groupedbar_compact.ui:3296 #: sd/uiconfig/sdraw/ui/notebookbar_groupedbar_compact.ui:11165 msgctxt "draw_notebookbar_groupedbar_compact|draw" msgid "D_raw" -msgstr "_Braižymas" +msgstr "Braižymas" #: sd/uiconfig/sdraw/ui/notebookbar_groupedbar_compact.ui:3670 #: sd/uiconfig/sdraw/ui/notebookbar_groupedbar_compact.ui:6989 @@ -3253,7 +3253,7 @@ #: sd/uiconfig/sdraw/ui/notebookbar_groupedbar_compact.ui:11679 msgctxt "draw_notebookbar_groupedbar_compact|viewT" msgid "_View" -msgstr "_Rodymas" +msgstr "Rodymas" #: sd/uiconfig/sdraw/ui/notebookbar_groupedbar_compact.ui:3924 msgctxt "draw_notebookbar_groupedbar_compact|reviewb" @@ -4688,17 +4688,17 @@ #: sd/uiconfig/simpress/ui/notebookbar.ui:2372 msgctxt "impressnotebookbar|FileLabel" msgid "_File" -msgstr "_Failas" +msgstr "Failas" #: sd/uiconfig/simpress/ui/notebookbar.ui:2392 msgctxt "impressnotebookbar|HelpMenuButton" msgid "_Help" -msgstr "_Žinynas" +msgstr "Žinynas" #: sd/uiconfig/simpress/ui/notebookbar.ui:3164 msgctxt "impressnotebookbar|FileLabel" msgid "~File" -msgstr "~Failas" +msgstr "Failas" #: sd/uiconfig/simpress/ui/notebookbar.ui:3323 msgctxt "impressnotebookbar|HomeMenuButton" @@ -4718,12 +4718,12 @@ #: sd/uiconfig/simpress/ui/notebookbar.ui:5668 msgctxt "impressnotebookbar|InsertMenuButton" msgid "_Insert" -msgstr "Įt_erpimas" +msgstr "Įterpimas" #: sd/uiconfig/simpress/ui/notebookbar.ui:5752 msgctxt "impressnotebookbar|InsertLabel" msgid "~Insert" -msgstr "Įt~erpimas" +msgstr "Įterpimas" #: sd/uiconfig/simpress/ui/notebookbar.ui:5782 msgctxt "impressnotebookbar|SlideMenuButton" @@ -4758,12 +4758,12 @@ #: sd/uiconfig/simpress/ui/notebookbar.ui:7671 msgctxt "impressnotebookbar|ViewMenuButton" msgid "_View" -msgstr "_Rodymas" +msgstr "Rodymas" #: sd/uiconfig/simpress/ui/notebookbar.ui:8572 msgctxt "impressnotebookbar|ViewLabel" msgid "~View" -msgstr "~Rodymas" +msgstr "Rodymas" #: sd/uiconfig/simpress/ui/notebookbar.ui:9434 msgctxt "impressnotebookbar|TableMenuButton" @@ -4836,12 +4836,12 @@ #: sd/uiconfig/simpress/ui/notebookbar.ui:14145 msgctxt "impressnotebookbar|ToolsMenuButton" msgid "_Tools" -msgstr "_Priemonės" +msgstr "Priemonės" #: sd/uiconfig/simpress/ui/notebookbar.ui:15071 msgctxt "impressnotebookbar|DevLabel" msgid "~Tools" -msgstr "~Priemonės" +msgstr "Priemonės" #: sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:2195 msgctxt "impress_notebookbar_groupedbar_compact|MenubarAction" @@ -4866,7 +4866,7 @@ #: sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:3028 msgctxt "notebookbar_groupedbar_compact|editb" msgid "_Edit" -msgstr "_Taisa" +msgstr "Taisa" #: sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:3175 #: sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:5526 @@ -5015,7 +5015,7 @@ #: sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:13347 msgctxt "notebookbar_groupedbar_compact|ViewButton" msgid "_View" -msgstr "_Rodymas" +msgstr "Rodymas" #: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:2841 msgctxt "notebookbar_groupedbar_full|menub" diff -Nru libreoffice-l10n-6.2.5/translations/source/lt/sw/messages.po libreoffice-l10n-6.2.6/translations/source/lt/sw/messages.po --- libreoffice-l10n-6.2.5/translations/source/lt/sw/messages.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/lt/sw/messages.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,7 +4,7 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2019-05-02 15:45+0200\n" -"PO-Revision-Date: 2019-06-12 07:14+0000\n" +"PO-Revision-Date: 2019-06-26 19:10+0000\n" "Last-Translator: Modestas Rimkus \n" "Language-Team: LANGUAGE \n" "Language: lt\n" @@ -14,7 +14,7 @@ "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "X-Accelerator-Marker: ~\n" "X-Generator: Pootle 2.8\n" -"X-POOTLE-MTIME: 1560323650.000000\n" +"X-POOTLE-MTIME: 1561576229.000000\n" #: sw/inc/app.hrc:29 msgctxt "RID_PARAGRAPHSTYLEFAMILY" @@ -11928,17 +11928,17 @@ #: sw/uiconfig/swriter/ui/notebookbar.ui:2072 msgctxt "WriterNotebookbar|FileMenuButton" msgid "_File" -msgstr "_Failas" +msgstr "Failas" #: sw/uiconfig/swriter/ui/notebookbar.ui:2092 msgctxt "WriterNotebookbar|HelpMenuButton" msgid "_Help" -msgstr "_Žinynas" +msgstr "Žinynas" #: sw/uiconfig/swriter/ui/notebookbar.ui:2863 msgctxt "WriterNotebookbar|FileLabel" msgid "~File" -msgstr "~Failas" +msgstr "Failas" #: sw/uiconfig/swriter/ui/notebookbar.ui:3022 msgctxt "WriterNotebookbar|HomeMenuButton" @@ -11953,32 +11953,32 @@ #: sw/uiconfig/swriter/ui/notebookbar.ui:5476 msgctxt "WriterNotebookbar|InsertMenuButton" msgid "_Insert" -msgstr "Įt_erpimas" +msgstr "Įterpimas" #: sw/uiconfig/swriter/ui/notebookbar.ui:5562 msgctxt "WriterNotebookbar|InsertLabel" msgid "~Insert" -msgstr "Įt~erpimas" +msgstr "Įterpimas" #: sw/uiconfig/swriter/ui/notebookbar.ui:5592 msgctxt "WriterNotebookbar|LayoutMenuButton" msgid "_Layout" -msgstr "_Išdėstymas" +msgstr "Išdėstymas" #: sw/uiconfig/swriter/ui/notebookbar.ui:6495 msgctxt "WriterNotebookbar|LayoutLabel" msgid "~Layout" -msgstr "~Išdėstymas" +msgstr "Išdėstymas" #: sw/uiconfig/swriter/ui/notebookbar.ui:6523 msgctxt "WriterNotebookbar|ReferencesMenuButton" msgid "Reference_s" -msgstr "_Nuorodos" +msgstr "Nuorodos" #: sw/uiconfig/swriter/ui/notebookbar.ui:7085 msgctxt "WriterNotebookbar|ReferencesLabel" msgid "Reference~s" -msgstr "~Nuorodos" +msgstr "Nuorodos" #: sw/uiconfig/swriter/ui/notebookbar.ui:7797 msgctxt "WriterNotebookbar|ReviewMenuButton" @@ -11993,12 +11993,12 @@ #: sw/uiconfig/swriter/ui/notebookbar.ui:8511 msgctxt "WriterNotebookbar|ViewMenuButton" msgid "_View" -msgstr "_Rodymas" +msgstr "Rodymas" #: sw/uiconfig/swriter/ui/notebookbar.ui:8597 msgctxt "WriterNotebookbar|ViewLabel" msgid "~View" -msgstr "~Rodymas" +msgstr "Rodymas" #: sw/uiconfig/swriter/ui/notebookbar.ui:9809 msgctxt "WriterNotebookbar|TableMenuButton" @@ -12073,17 +12073,17 @@ #: sw/uiconfig/swriter/ui/notebookbar.ui:15416 msgctxt "WriterNotebookbar|ToolsMenuButton" msgid "_Tools" -msgstr "_Priemonės" +msgstr "Priemonės" #: sw/uiconfig/swriter/ui/notebookbar.ui:16341 msgctxt "WriterNotebookbar|ToolsLabel" msgid "~Tools" -msgstr "~Priemonės" +msgstr "Priemonės" #: sw/uiconfig/swriter/ui/notebookbar_compact.ui:2200 msgctxt "notebookbar_compact|FileMenuButton" msgid "_File" -msgstr "_Failas" +msgstr "Failas" #: sw/uiconfig/swriter/ui/notebookbar_compact.ui:2914 msgctxt "notebookbar_compact|FileLabel" @@ -12128,7 +12128,7 @@ #: sw/uiconfig/swriter/ui/notebookbar_compact.ui:5512 msgctxt "notebookbar_compact|ReferencesMenuButton" msgid "Reference_s" -msgstr "_Nuorodos" +msgstr "Nuorodos" #: sw/uiconfig/swriter/ui/notebookbar_compact.ui:5900 msgctxt "notebookbar_compact|ReferencesLabel" @@ -12257,18 +12257,18 @@ #: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:3373 msgctxt "notebookbar_groupedbar_compact|FileButton" msgid "_File" -msgstr "_Failas" +msgstr "Failas" #: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:3487 msgctxt "notebookbar_groupedbar_compact|EditButton" msgid "_Edit" -msgstr "_Taisa" +msgstr "Taisa" #: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:3587 #: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:4683 msgctxt "notebookbar_groupedbar_compact|StyleButton" msgid "St_yles" -msgstr "_Stiliai" +msgstr "Stiliai" #: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:3775 #: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:4870 @@ -12280,18 +12280,18 @@ #: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:5127 msgctxt "notebookbar_groupedbar_compact|ParagraphButton" msgid "_Paragraph" -msgstr "_Pastraipa" +msgstr "Pastraipa" #: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:4194 #: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:5872 msgctxt "notebookbar_groupedbar_compact|InsertButton" msgid "_Insert" -msgstr "Įt_erpimas" +msgstr "Įterpimas" #: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:4345 msgctxt "notebookbar_groupedbar_compact|ReferenceButton" msgid "Reference_s" -msgstr "_Nuorodos" +msgstr "Nuorodos" #: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:4459 msgctxt "notebookbar_groupedbar_compact|ReviewButton" @@ -12302,7 +12302,7 @@ #: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:10835 msgctxt "notebookbar_groupedbar_compact|ViewButton" msgid "_View" -msgstr "_Rodymas" +msgstr "Rodymas" #: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:5374 msgctxt "notebookbar_groupedbar_compact|rowscolumnst" @@ -12965,7 +12965,7 @@ #: sw/uiconfig/swriter/ui/numparapage.ui:67 msgctxt "numparapage|comboLB_OUTLINE_LEVEL" msgid "Text Body" -msgstr "" +msgstr "Pagrindinis tekstas" #: sw/uiconfig/swriter/ui/numparapage.ui:68 msgctxt "numparapage|comboLB_OUTLINE_LEVEL" diff -Nru libreoffice-l10n-6.2.5/translations/source/nb/helpcontent2/source/text/shared/02.po libreoffice-l10n-6.2.6/translations/source/nb/helpcontent2/source/text/shared/02.po --- libreoffice-l10n-6.2.5/translations/source/nb/helpcontent2/source/text/shared/02.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/nb/helpcontent2/source/text/shared/02.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,8 +4,8 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2019-01-07 11:14+0100\n" -"PO-Revision-Date: 2018-11-22 20:41+0000\n" -"Last-Translator: Karl Morten Ramberg \n" +"PO-Revision-Date: 2019-07-21 20:55+0000\n" +"Last-Translator: serval2412 \n" "Language-Team: LANGUAGE \n" "Language: nb\n" "MIME-Version: 1.0\n" @@ -13,8 +13,8 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" -"X-POOTLE-MTIME: 1542919269.000000\n" +"X-Generator: Pootle 2.8\n" +"X-POOTLE-MTIME: 1563742552.000000\n" #: 01110000.xhp msgctxt "" @@ -1550,7 +1550,7 @@ "par_id3150567\n" "help.text" msgid "Note: When you drag a group box over already existing controls and then want to select a control, you have to first open the context menu of the group box and choose Arrange - Send to Back. Then select the control while pressing CommandCtrl." -msgstr "Merk: Når du drar en gruppeboks over kontrollelementer som ligger der fra før, og så vil velge et kontrollelement, må du først åpne sprettoppmenyen til gruppeboksen og velge Still opp → Flytt bakerst. Deretter velger du kontrollelementet mens du holder nede CommandCtrl<" +msgstr "Merk: Når du drar en gruppeboks over kontrollelementer som ligger der fra før, og så vil velge et kontrollelement, må du først åpne sprettoppmenyen til gruppeboksen og velge Still opp → Flytt bakerst. Deretter velger du kontrollelementet mens du holder nede CommandCtrl" #: 01170000.xhp msgctxt "" diff -Nru libreoffice-l10n-6.2.5/translations/source/ne/cui/messages.po libreoffice-l10n-6.2.6/translations/source/ne/cui/messages.po --- libreoffice-l10n-6.2.5/translations/source/ne/cui/messages.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/ne/cui/messages.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,7 +4,7 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2019-05-02 15:43+0200\n" -"PO-Revision-Date: 2019-04-22 15:37+0000\n" +"PO-Revision-Date: 2019-08-07 11:33+0000\n" "Last-Translator: सन्जोग सिग्देल \n" "Language-Team: LANGUAGE \n" "Language: ne\n" @@ -13,8 +13,8 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" -"X-POOTLE-MTIME: 1555947436.000000\n" +"X-Generator: Pootle 2.8\n" +"X-POOTLE-MTIME: 1565177599.000000\n" #: cui/inc/numcategories.hrc:17 msgctxt "numberingformatpage|liststore1" @@ -5136,7 +5136,6 @@ msgstr "यसबाट म्याक्रो" #: cui/uiconfig/ui/eventassignpage.ui:319 -#, fuzzy msgctxt "eventassignpage|existingmacrosft" msgid "Existing Macros" msgstr "यसमा अवस्थित म्याक्रोहरू:" @@ -5148,7 +5147,6 @@ msgstr "Assign" #: cui/uiconfig/ui/eventsconfigpage.ui:49 -#, fuzzy msgctxt "eventsconfigpage|macro" msgid "M_acro..." msgstr "म्याक्रो..." @@ -5159,13 +5157,11 @@ msgstr "हटाउनुहोस्" #: cui/uiconfig/ui/eventsconfigpage.ui:105 -#, fuzzy msgctxt "eventsconfigpage|label2" msgid "Save in:" msgstr "यसमा बचत गर्नुहोस्:" #: cui/uiconfig/ui/eventsconfigpage.ui:156 -#, fuzzy msgctxt "eventsconfigpage|eventft" msgid "Event" msgstr "घटनाहरू" @@ -5173,7 +5169,7 @@ #: cui/uiconfig/ui/eventsconfigpage.ui:168 msgctxt "eventsconfigpage|actionft" msgid "Assigned Action" -msgstr "" +msgstr "मानाङ्कन गरिएको कार्य" #: cui/uiconfig/ui/fmsearchdialog.ui:8 msgctxt "fmsearchdialog|RecordSearchDialog" @@ -5181,13 +5177,11 @@ msgstr "" #: cui/uiconfig/ui/fmsearchdialog.ui:21 -#, fuzzy msgctxt "fmsearchdialog|pbSearchAgain" msgid "S_earch" msgstr "खोज गर्नुहोस्" #: cui/uiconfig/ui/fmsearchdialog.ui:139 -#, fuzzy msgctxt "fmsearchdialog|rbSearchForText" msgid "_Text:" msgstr "पाठ" @@ -5195,15 +5189,14 @@ #: cui/uiconfig/ui/fmsearchdialog.ui:162 msgctxt "fmsearchdialog|rbSearchForNull" msgid "Field content is _NULL" -msgstr "" +msgstr "फाँट सामग्री NULL छ" #: cui/uiconfig/ui/fmsearchdialog.ui:180 msgctxt "fmsearchdialog|rbSearchForNotNull" msgid "Field content is not NU_LL" -msgstr "" +msgstr "फाँट सामग्री NULL छैन" #: cui/uiconfig/ui/fmsearchdialog.ui:210 -#, fuzzy msgctxt "fmsearchdialog|flSearchFor" msgid "_Search for" msgstr "यसका लागि खोजी गर्नुहोस्" @@ -5211,26 +5204,24 @@ #: cui/uiconfig/ui/fmsearchdialog.ui:266 msgctxt "fmsearchdialog|rbSingleField" msgid "_Single field:" -msgstr "" +msgstr "एकल फाँट" #: cui/uiconfig/ui/fmsearchdialog.ui:302 msgctxt "fmsearchdialog|rbAllFields" msgid "_All fields" -msgstr "" +msgstr "सबै फाँटहरू" #: cui/uiconfig/ui/fmsearchdialog.ui:327 -#, fuzzy msgctxt "fmsearchdialog|ftForm" msgid "Form:" -msgstr "फर्म" +msgstr "फारम" #: cui/uiconfig/ui/fmsearchdialog.ui:401 msgctxt "fmsearchdialog|label2" msgid "Where to Search" -msgstr "" +msgstr "कहाँ खोज्ने" #: cui/uiconfig/ui/fmsearchdialog.ui:452 -#, fuzzy msgctxt "fmsearchdialog|ftPosition" msgid "_Position:" msgstr "स्थिति" @@ -5238,7 +5229,7 @@ #: cui/uiconfig/ui/fmsearchdialog.ui:488 msgctxt "fmsearchdialog|HalfFullFormsCJK" msgid "Match character wi_dth" -msgstr "" +msgstr "क्यारेक्टर चौडाइ मिलाउनुहोस्" #: cui/uiconfig/ui/fmsearchdialog.ui:508 msgctxt "fmsearchdialog|SoundsLikeCJK" @@ -5273,7 +5264,6 @@ msgstr "माथिबाट" #: cui/uiconfig/ui/fmsearchdialog.ui:614 -#, fuzzy msgctxt "fmsearchdialog|cbRegular" msgid "_Regular expression" msgstr "नियमित अभिव्यक्तिहरू" @@ -5286,12 +5276,12 @@ #: cui/uiconfig/ui/fmsearchdialog.ui:644 msgctxt "fmsearchdialog|cbBackwards" msgid "Search _backwards" -msgstr "" +msgstr "पछिल्तिर खोज्नुहोस्" #: cui/uiconfig/ui/fmsearchdialog.ui:659 msgctxt "fmsearchdialog|cbWildCard" msgid "_Wildcard expression" -msgstr "" +msgstr "वाईल्डकार्ड अभिव्यक्ति" #: cui/uiconfig/ui/fmsearchdialog.ui:687 msgctxt "fmsearchdialog|flOptions" @@ -5299,10 +5289,9 @@ msgstr "सेटिङ" #: cui/uiconfig/ui/fmsearchdialog.ui:723 -#, fuzzy msgctxt "fmsearchdialog|ftRecordLabel" msgid "Record:" -msgstr "रेकर्ड गर्नुहोस्" +msgstr "रेकर्ड:" #: cui/uiconfig/ui/fmsearchdialog.ui:734 msgctxt "fmsearchdialog|ftRecord" @@ -5322,13 +5311,12 @@ #: cui/uiconfig/ui/fontfeaturesdialog.ui:166 msgctxt "fontfeaturesdialog|preview-atkobject" msgid "Preview" -msgstr "" +msgstr "पूर्वावलोकन" #: cui/uiconfig/ui/formatcellsdialog.ui:8 -#, fuzzy msgctxt "formatcellsdialog|FormatCellsDialog" msgid "Table Properties" -msgstr "तालिका गुणहरू" +msgstr "तालिका गुणहरू..." #: cui/uiconfig/ui/formatcellsdialog.ui:137 msgctxt "formatcellsdialog|name" @@ -5341,10 +5329,9 @@ msgstr "फन्ट प्रभाव" #: cui/uiconfig/ui/formatcellsdialog.ui:230 -#, fuzzy msgctxt "formatcellsdialog|border" msgid "Borders" -msgstr "किनार" +msgstr "किनाराहरू" #: cui/uiconfig/ui/formatcellsdialog.ui:277 msgctxt "formatcellsdialog|area" diff -Nru libreoffice-l10n-6.2.5/translations/source/nl/chart2/messages.po libreoffice-l10n-6.2.6/translations/source/nl/chart2/messages.po --- libreoffice-l10n-6.2.5/translations/source/nl/chart2/messages.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/nl/chart2/messages.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,8 +4,8 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2019-02-11 12:12+0100\n" -"PO-Revision-Date: 2018-12-31 13:59+0000\n" -"Last-Translator: Henk van der Burg \n" +"PO-Revision-Date: 2019-08-01 16:09+0000\n" +"Last-Translator: kees538 \n" "Language-Team: LANGUAGE \n" "Language: nl\n" "MIME-Version: 1.0\n" @@ -13,8 +13,8 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" -"X-POOTLE-MTIME: 1546264761.000000\n" +"X-Generator: Pootle 2.8\n" +"X-POOTLE-MTIME: 1564675781.000000\n" #: chart2/inc/chart.hrc:17 msgctxt "tp_ChartType|liststore1" @@ -1581,7 +1581,7 @@ #: chart2/uiconfig/ui/sidebarelements.ui:292 msgctxt "sidebarelements|checkbutton_2nd_x_axis" msgid "2nd X axis" -msgstr "2de x-as" +msgstr "2de X-as" #: chart2/uiconfig/ui/sidebarelements.ui:306 msgctxt "sidebarelements|checkbutton_2nd_x_axis_title" @@ -1591,7 +1591,7 @@ #: chart2/uiconfig/ui/sidebarelements.ui:320 msgctxt "sidebarelements|checkbutton_2nd_y_axis" msgid "2nd Y axis" -msgstr "2de y-as" +msgstr "2de Y-as" #: chart2/uiconfig/ui/sidebarelements.ui:334 msgctxt "sidebarelements|checkbutton_2nd_y_axis_title" @@ -2251,7 +2251,7 @@ #: chart2/uiconfig/ui/tp_DataLabel.ui:67 msgctxt "tp_DataLabel|CB_CATEGORY" msgid "Show _category" -msgstr "_Category tonen" +msgstr "_Categorie tonen" #: chart2/uiconfig/ui/tp_DataLabel.ui:82 msgctxt "tp_DataLabel|CB_SYMBOL" diff -Nru libreoffice-l10n-6.2.5/translations/source/nl/cui/messages.po libreoffice-l10n-6.2.6/translations/source/nl/cui/messages.po --- libreoffice-l10n-6.2.5/translations/source/nl/cui/messages.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/nl/cui/messages.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,8 +4,8 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2019-05-02 15:43+0200\n" -"PO-Revision-Date: 2019-06-08 06:53+0000\n" -"Last-Translator: kees538 \n" +"PO-Revision-Date: 2019-07-04 07:41+0000\n" +"Last-Translator: Cor Nouws \n" "Language-Team: LANGUAGE \n" "Language: nl\n" "MIME-Version: 1.0\n" @@ -14,7 +14,7 @@ "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Accelerator-Marker: ~\n" "X-Generator: Pootle 2.8\n" -"X-POOTLE-MTIME: 1559976819.000000\n" +"X-POOTLE-MTIME: 1562226104.000000\n" #: cui/inc/numcategories.hrc:17 msgctxt "numberingformatpage|liststore1" @@ -2241,7 +2241,7 @@ #: cui/uiconfig/ui/aboutconfigdialog.ui:170 msgctxt "aboutconfigdialog|edit" msgid "Edit" -msgstr "Toevoegen" +msgstr "Bewerken" #: cui/uiconfig/ui/aboutconfigdialog.ui:183 msgctxt "aboutconfigdialog|reset" diff -Nru libreoffice-l10n-6.2.5/translations/source/nl/desktop/messages.po libreoffice-l10n-6.2.6/translations/source/nl/desktop/messages.po --- libreoffice-l10n-6.2.5/translations/source/nl/desktop/messages.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/nl/desktop/messages.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,8 +4,8 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2018-11-05 17:38+0100\n" -"PO-Revision-Date: 2018-09-07 15:54+0000\n" -"Last-Translator: vpanter \n" +"PO-Revision-Date: 2019-06-28 09:14+0000\n" +"Last-Translator: Cor Nouws \n" "Language-Team: LANGUAGE \n" "Language: nl\n" "MIME-Version: 1.0\n" @@ -13,8 +13,8 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" -"X-POOTLE-MTIME: 1536335690.000000\n" +"X-Generator: Pootle 2.8\n" +"X-POOTLE-MTIME: 1561713248.000000\n" #: desktop/inc/strings.hrc:25 msgctxt "RID_STR_COPYING_PACKAGE" @@ -895,7 +895,7 @@ #: desktop/uiconfig/ui/updatedialog.ui:252 msgctxt "updatedialog|RELEASE_NOTES_LINK" msgid "Release notes" -msgstr "Uitgavenotities" +msgstr "Versie-informatie" #: desktop/uiconfig/ui/updateinstalldialog.ui:8 msgctxt "updateinstalldialog|UpdateInstallDialog" diff -Nru libreoffice-l10n-6.2.5/translations/source/nl/formula/messages.po libreoffice-l10n-6.2.6/translations/source/nl/formula/messages.po --- libreoffice-l10n-6.2.5/translations/source/nl/formula/messages.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/nl/formula/messages.po 2019-08-08 19:58:13.000000000 +0000 @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2018-12-19 17:18+0100\n" +"POT-Creation-Date: 2019-07-26 00:28+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -1284,7 +1284,7 @@ #: formula/inc/core_resource.hrc:2517 msgctxt "RID_STRLIST_FUNCTION_NAMES" msgid "MMULT" -msgstr "MMULT" +msgstr "PRODUCTMAT" #: formula/inc/core_resource.hrc:2518 msgctxt "RID_STRLIST_FUNCTION_NAMES" @@ -1574,7 +1574,7 @@ #: formula/inc/core_resource.hrc:2575 msgctxt "RID_STRLIST_FUNCTION_NAMES" msgid "CONFIDENCE.NORM" -msgstr "BETROUWBAARNHEID.NORM" +msgstr "BETROUWBAARHEID.NORM" #: formula/inc/core_resource.hrc:2576 msgctxt "RID_STRLIST_FUNCTION_NAMES" diff -Nru libreoffice-l10n-6.2.5/translations/source/nl/helpcontent2/source/text/scalc/01.po libreoffice-l10n-6.2.6/translations/source/nl/helpcontent2/source/text/scalc/01.po --- libreoffice-l10n-6.2.5/translations/source/nl/helpcontent2/source/text/scalc/01.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/nl/helpcontent2/source/text/scalc/01.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,8 +4,8 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2019-01-07 11:14+0100\n" -"PO-Revision-Date: 2019-03-14 20:40+0000\n" -"Last-Translator: Cor Nouws \n" +"PO-Revision-Date: 2019-07-24 05:01+0000\n" +"Last-Translator: kees538 \n" "Language-Team: LANGUAGE \n" "Language: nl\n" "MIME-Version: 1.0\n" @@ -14,7 +14,7 @@ "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Accelerator-Marker: ~\n" "X-Generator: Pootle 2.8\n" -"X-POOTLE-MTIME: 1552596004.000000\n" +"X-POOTLE-MTIME: 1563944480.000000\n" #: 01120000.xhp msgctxt "" @@ -5086,7 +5086,7 @@ "par_id571535118151091\n" "help.text" msgid "Unambiguous conversion is possible for ISO 8601 dates and times in their extended formats with separators. If a #VALUE! error occurs, then unselect Generate #VALUE! error in %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME Calc - Formula, button Details... in section \"Detailed Calculation Settings\", Conversion from text to number list box." -msgstr "" +msgstr "Een eenduidige conversie is mogelijk voor ISO 8601 datums en tijden in hun uitgebreide formaten met scheidingstekens. Als een #WAARDE!-fout optreedt, dan deselecteert u Algemene fout #WAARDE! in %PRODUCTNAME - VoorkeurenExtra - Opties - %PRODUCTNAME Calc - Formule, knop Details... in het gedeelte \"Gedetailleerde berekeningsinstellingen\", Aangepast (conversie van tekst naar getallen en meer) lijstvak." #: 04060102.xhp msgctxt "" @@ -14854,7 +14854,7 @@ "par_id3150403\n" "help.text" msgid "You can also enter the =MUNIT(5) formula in the last cell of the selected range (E5), and press Shift + Command + EnterShift + Ctrl + Enter." -msgstr "" +msgstr "U kunt ook de formule =EENHEIDSMAT(5) in de laatste cel of het geselecteerde bereik (E5) invoeren en op Shift+Command+EnterShift+Ctrl+Enter drukken." #: 04060107.xhp msgctxt "" @@ -34614,7 +34614,7 @@ "hd_id2853559\n" "help.text" msgid "CONFIDENCE.NORM" -msgstr "BETROUWBAARNHEID.NORM" +msgstr "BETROUWBAARHEID.NORM" #: 04060183.xhp msgctxt "" @@ -49934,7 +49934,7 @@ "par_id23526994221948\n" "help.text" msgid "Criterion1 – required argument. A string expression representing a logical condition or a cell reference to such string expression. The expression can contain text, numbers, regular expressions or wildcards (if enabled in calculation options)." -msgstr "" +msgstr "Criterium1 – vereist argument. Een tekenreeks die een logische voorwaarde vertegenwoordigt of een celverwijzing naar een dergelijke reeks. De expressie kan tekst, cijfers, reguliere expressies of jokertekens bevatten (indien ingeschakeld in berekeningsopties)." #: ex_data_stat_func.xhp msgctxt "" @@ -54350,7 +54350,7 @@ "tit\n" "help.text" msgid "MINIFS function" -msgstr "Functie MIN.ALS" +msgstr "Functie MIN.ALS.VOORWAARDEN" #: func_minifs.xhp msgctxt "" @@ -54358,7 +54358,7 @@ "bm_id658066580665806\n" "help.text" msgid "MINIFS function minimum;satisfying conditions" -msgstr "MIN.ALS-functie minimum; voorwaarden om aan te voldoen" +msgstr "MIN.ALS.VOORWAARDEN-functie minimum; voorwaarden om aan te voldoen" #: func_minifs.xhp msgctxt "" @@ -54366,7 +54366,7 @@ "hd_id658866588665886\n" "help.text" msgid "MINIFS function" -msgstr "MIN.ALS functie" +msgstr "MIN.ALS.VOORWAARDEN functie" #: func_minifs.xhp msgctxt "" @@ -54382,7 +54382,7 @@ "par_id11655988824213\n" "help.text" msgid "MINIFS()" -msgstr "MIN.ALS()" +msgstr "MIN.ALS.VOORWAARDEN()" #: func_minifs.xhp msgctxt "" @@ -54406,7 +54406,7 @@ "par_id94321051525036\n" "help.text" msgid "=MINIFS(B2:B6;B2:B6;\"<35\")" -msgstr "=MIN.ALS(B2:B6;B2:B6;\"<35\")" +msgstr "=MIN.ALS.VOORWAARDEN(B2:B6;B2:B6;\"<35\")" #: func_minifs.xhp msgctxt "" @@ -54422,7 +54422,7 @@ "par_id36952767622741\n" "help.text" msgid "=MINIFS(C2:C6;B2:B6;\">=20\";C2:C6;\">90\")" -msgstr "=MIN.ALS(C2:C6;B2:B6;\">=20\";C2:C6;\">90\")" +msgstr "=MIN.ALS.VOORWAARDEN(C2:C6;B2:B6;\">=20\";C2:C6;\">90\")" #: func_minifs.xhp msgctxt "" @@ -54446,7 +54446,7 @@ "par_id307691022525348\n" "help.text" msgid "=MINIFS(C2:C6;B2:B6;\">\"&MIN(B2:B6);B2:B6;\"<\"&MAX(B2:B6))" -msgstr "=MIN.ALS(C2:C6;B2:B6;\">\"&MIN(B2:B6);B2:B6;\"<\"&MAX(B2:B6))" +msgstr "=MIN.ALS.VOORWAARDEN(C2:C6;B2:B6;\">\"&MIN(B2:B6);B2:B6;\"<\"&MAX(B2:B6))" #: func_minifs.xhp msgctxt "" @@ -54462,7 +54462,7 @@ "par_id220502883332563\n" "help.text" msgid "=MINIFS(C2:C6;A2:A6;\".*book\";B2:B6;\"<=\"&MAX(B2:B6))" -msgstr "=MIN.ALS(C2:C6;A2:A6;\".*boek\";B2:B6;\"<=\"&MAX(B2:B6))" +msgstr "=MIN.ALS.VOORWAARDEN(C2:C6;A2:A6;\".*boek\";B2:B6;\"<=\"&MAX(B2:B6))" #: func_minifs.xhp msgctxt "" @@ -54486,7 +54486,7 @@ "par_id50762995519951\n" "help.text" msgid "If you need to change a criterion easily, you may want to specify it in a separate cell and use a reference to this cell in the condition of the MINIFS function. For example, the above function can be rewritten as follows:" -msgstr "Als u een criterium gemakkelijk wilt wijzigen, kunt u dit in een afzonderlijke cel opgeven en een verwijzing naar deze cel gebruiken in de voorwaarde van de MIN.ALS-functie. De bovenstaande functie kan bijvoorbeeld als volgt worden herschreven:" +msgstr "Als u een criterium gemakkelijk wilt wijzigen, kunt u dit in een afzonderlijke cel opgeven en een verwijzing naar deze cel gebruiken in de voorwaarde van de MIN.ALS.VOORWAARDEN-functie. De bovenstaande functie kan bijvoorbeeld als volgt worden herschreven:" #: func_minifs.xhp msgctxt "" @@ -54494,7 +54494,7 @@ "par_id135761606425300\n" "help.text" msgid "=MINIFS(C2:C6;A2:A6;\".*\"&E2;B2:B6;\"<\"&MAX(B2:B6))" -msgstr "=MIN.ALS(C2:C6;A2:A6;\".*\"&E2;B2:B6;\"<\"&MAX(B2:B6))" +msgstr "=MIN.ALS.VOORWAARDEN(C2:C6;A2:A6;\".*\"&E2;B2:B6;\"<\"&MAX(B2:B6))" #: func_minifs.xhp msgctxt "" diff -Nru libreoffice-l10n-6.2.5/translations/source/nl/helpcontent2/source/text/shared/01.po libreoffice-l10n-6.2.6/translations/source/nl/helpcontent2/source/text/shared/01.po --- libreoffice-l10n-6.2.5/translations/source/nl/helpcontent2/source/text/shared/01.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/nl/helpcontent2/source/text/shared/01.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,7 +4,7 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2019-05-02 15:44+0200\n" -"PO-Revision-Date: 2019-04-29 08:47+0000\n" +"PO-Revision-Date: 2019-08-04 07:40+0000\n" "Last-Translator: kees538 \n" "Language-Team: LANGUAGE \n" "Language: nl\n" @@ -13,8 +13,8 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" -"X-POOTLE-MTIME: 1556527678.000000\n" +"X-Generator: Pootle 2.8\n" +"X-POOTLE-MTIME: 1564904407.000000\n" #: 01010000.xhp msgctxt "" @@ -40798,7 +40798,7 @@ "par_id3154232\n" "help.text" msgid "Determines if a reflowable or a fixed layout EPUB will be generated." -msgstr "Bepaalt of een herplaatsbaar of een vaste lay-out EPUB wordt gegenereerd." +msgstr "Bepaalt of een zelfaanpassende of een vaste lay-out EPUB wordt gegenereerd." #: ref_epub_export.xhp msgctxt "" @@ -40806,7 +40806,7 @@ "par_id51525006930128\n" "help.text" msgid "Reflowable: The content flows, or reflows, to fit the screen and to fit the needs of the user. This also means that page style information (for example page size or header/footer content) is not exported." -msgstr "" +msgstr "Zelfaanpassend: De inhoud past zich aan om op het scherm te passen en om aan te sluiten bij de behoefte van de gebruiker. Dit betekent ook dat informatie van de paginaopmaak (zoals paginaformaat en inhoud van kop- of voettekst) niet wordt geëxporteerd." #: ref_epub_export.xhp msgctxt "" @@ -40814,7 +40814,7 @@ "par_id861525007152589\n" "help.text" msgid "Fixed: Gives greater control over presentation when a reflowable EPUB is not suitable for the content." -msgstr "Vast: Geeft meer controle over presentatie wanneer een herplaatsbare EPUB niet geschikt is voor de inhoud." +msgstr "Vast: Geeft meer controle over presentatie wanneer een zelfaanpassende EPUB niet geschikt is voor de inhoud." #: ref_epub_export.xhp msgctxt "" diff -Nru libreoffice-l10n-6.2.5/translations/source/nl/helpcontent2/source/text/shared/optionen.po libreoffice-l10n-6.2.6/translations/source/nl/helpcontent2/source/text/shared/optionen.po --- libreoffice-l10n-6.2.5/translations/source/nl/helpcontent2/source/text/shared/optionen.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/nl/helpcontent2/source/text/shared/optionen.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,8 +4,8 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2018-11-16 22:41+0100\n" -"PO-Revision-Date: 2019-03-06 08:39+0000\n" -"Last-Translator: kees538 \n" +"PO-Revision-Date: 2019-07-12 17:56+0000\n" +"Last-Translator: Henk van der Burg \n" "Language-Team: LANGUAGE \n" "Language: nl\n" "MIME-Version: 1.0\n" @@ -14,7 +14,7 @@ "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Accelerator-Marker: ~\n" "X-Generator: Pootle 2.8\n" -"X-POOTLE-MTIME: 1551861585.000000\n" +"X-POOTLE-MTIME: 1562954205.000000\n" #: 01000000.xhp msgctxt "" @@ -8558,7 +8558,7 @@ "par_id31508727\n" "help.text" msgid "With the option set, expanding a selection (with Command Ctrl +Shift+Down/Up) jumps to the end of the range in the column that was added as last to the initial selection.When the option is not set, expanding a selection (with CommandCtrl+Shift +Down/Up) jumps to the end of the range in the column where selecting the cell range was started.The same of course applies when extending a selection on rows, with CommandCtrl+ Shift+Left/Right." -msgstr "" +msgstr "Met de optie, Selectie uitbreiden (with Command Ctrl +Shift+Omlaag/Omhoog) verplaatst naar het einde van het bereik in de kolom die als laatste aan de aanvankelijke selectie is toegevoegd. Wanneer de optie niet is ingesteld, wordt een selectie met (with CommandCtrl+Shift +Omlaag/Omhoog) springt naar het einde van het bereik in de kolom waar het selecteren van het celbereik werd gestart. Hetzelfde is natuurlijk van toepassing bij het uitbreiden van een selectie in rijen, met CommandCtrl+ Shift+Links/Rechts." #: 01060400.xhp msgctxt "" @@ -13198,7 +13198,7 @@ "bm_id3146799\n" "help.text" msgid "string;conversion to number settingsstring conversion to number optionsstring;conversion to date settingsstring conversion to date optionsstring;conversion to reference settingsstring conversion to reference optionsstring;setting in spreadsheet formulascell reference syntax in strings;Excel R1C1cell reference syntax in strings;Excel A1cell reference syntax in strings;Calc A1Excel R1C1;cell reference syntax in stringsExcel A1;cell reference syntax in stringsCalc A1;cell reference syntax in strings" -msgstr "" +msgstr "tekenreeks;instellingen voor conversie naar nummertekenreeks;opties voor conversie naar nummertekenreeks;instellingen voor conversie naar datumtekenreeks;opties voor conversie naar datumtekenreeks;instellingen voor conversie naar verwijzingtekenreeks;opties voor conversie naar verwijzingtekenreeks;instellingen in werkbladformulescelwerwijzingssyntaxis in tekenreeksen;Excel R1C1celwerwijzingssyntaxis in tekenreeksen;Excel A1celwerwijzingssyntaxis in tekenreeksen;Calc A1Excel R1C1;celwerwijzingssyntaxis in tekenreeksenExcel A1;celwerwijzingssyntaxis in tekenreeksenCalc A1;celwerwijzingssyntaxis in tekenreeksen" #: detailedcalculation.xhp msgctxt "" diff -Nru libreoffice-l10n-6.2.5/translations/source/nl/helpcontent2/source/text/simpress/01.po libreoffice-l10n-6.2.6/translations/source/nl/helpcontent2/source/text/simpress/01.po --- libreoffice-l10n-6.2.5/translations/source/nl/helpcontent2/source/text/simpress/01.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/nl/helpcontent2/source/text/simpress/01.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,8 +4,8 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2018-09-03 13:23+0200\n" -"PO-Revision-Date: 2019-03-12 21:07+0000\n" -"Last-Translator: vpanter \n" +"PO-Revision-Date: 2019-07-08 09:11+0000\n" +"Last-Translator: Cor Nouws \n" "Language-Team: LANGUAGE \n" "Language: nl\n" "MIME-Version: 1.0\n" @@ -14,7 +14,7 @@ "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Accelerator-Marker: ~\n" "X-Generator: Pootle 2.8\n" -"X-POOTLE-MTIME: 1552424864.000000\n" +"X-POOTLE-MTIME: 1562577105.000000\n" #: 01170000.xhp msgctxt "" @@ -8254,7 +8254,7 @@ "par_id591535055142846\n" "help.text" msgid "Initially, mark the Enable remote control checkbox in %PRODUCTNAME – Preferences Tools – Options – %PRODUCTNAME Impress – General." -msgstr "" +msgstr "Markeer eerst het keuzevak Afstandbediening inschakelen %PRODUCTNAME – Voorkeuren Extra – Opties – %PRODUCTNAME Impress – Algemeen." #: remoteconnections.xhp msgctxt "" @@ -8350,7 +8350,7 @@ "par_id541535057041285\n" "help.text" msgid "Press Remove client authorization button." -msgstr "" +msgstr "Druk op de knop Cliënt autorisatie verwijderen." #: slidesorter.xhp msgctxt "" diff -Nru libreoffice-l10n-6.2.5/translations/source/nl/helpcontent2/source/text/swriter/01.po libreoffice-l10n-6.2.6/translations/source/nl/helpcontent2/source/text/swriter/01.po --- libreoffice-l10n-6.2.5/translations/source/nl/helpcontent2/source/text/swriter/01.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/nl/helpcontent2/source/text/swriter/01.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,7 +4,7 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2018-10-21 20:57+0200\n" -"PO-Revision-Date: 2019-03-06 09:47+0000\n" +"PO-Revision-Date: 2019-07-08 10:21+0000\n" "Last-Translator: kees538 \n" "Language-Team: LANGUAGE \n" "Language: nl\n" @@ -14,7 +14,7 @@ "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Accelerator-Marker: ~\n" "X-Generator: Pootle 2.8\n" -"X-POOTLE-MTIME: 1551865664.000000\n" +"X-POOTLE-MTIME: 1562581296.000000\n" #: 01120000.xhp msgctxt "" @@ -398,7 +398,7 @@ "bm_id481537444644102\n" "help.text" msgid "send;outline to clipboardoutline;outline to clipboardclipboard;outline to clipboard" -msgstr "" +msgstr "verstuur;overzicht naar klembordoverzicht;overzicht naar klembordklembord;overzicht naar klembord" #: 01160200.xhp msgctxt "" diff -Nru libreoffice-l10n-6.2.5/translations/source/nl/officecfg/registry/data/org/openoffice/Office/UI.po libreoffice-l10n-6.2.6/translations/source/nl/officecfg/registry/data/org/openoffice/Office/UI.po --- libreoffice-l10n-6.2.5/translations/source/nl/officecfg/registry/data/org/openoffice/Office/UI.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/nl/officecfg/registry/data/org/openoffice/Office/UI.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,7 +4,7 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2018-12-18 19:46+0100\n" -"PO-Revision-Date: 2019-06-14 07:40+0000\n" +"PO-Revision-Date: 2019-07-12 09:32+0000\n" "Last-Translator: kees538 \n" "Language-Team: LANGUAGE \n" "Language: nl\n" @@ -14,7 +14,7 @@ "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Accelerator-Marker: ~\n" "X-Generator: Pootle 2.8\n" -"X-POOTLE-MTIME: 1560498009.000000\n" +"X-POOTLE-MTIME: 1562923949.000000\n" #: BaseWindowState.xcu msgctxt "" @@ -2093,7 +2093,7 @@ "Label\n" "value.text" msgid "F~unction List" -msgstr "Functie~lijst" +msgstr "Functie~s" #: CalcCommands.xcu msgctxt "" @@ -21373,7 +21373,7 @@ "Label\n" "value.text" msgid "Print Pr~eview" -msgstr "Af~drukweergave wisselen" +msgstr "Af~drukvoorbeeld" #: GenericCommands.xcu msgctxt "" diff -Nru libreoffice-l10n-6.2.5/translations/source/nl/sc/messages.po libreoffice-l10n-6.2.6/translations/source/nl/sc/messages.po --- libreoffice-l10n-6.2.5/translations/source/nl/sc/messages.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/nl/sc/messages.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,7 +4,7 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2019-05-02 15:45+0200\n" -"PO-Revision-Date: 2019-06-15 07:37+0000\n" +"PO-Revision-Date: 2019-08-03 10:51+0000\n" "Last-Translator: kees538 \n" "Language-Team: LANGUAGE \n" "Language: nl\n" @@ -14,7 +14,7 @@ "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Accelerator-Marker: ~\n" "X-Generator: Pootle 2.8\n" -"X-POOTLE-MTIME: 1560584226.000000\n" +"X-POOTLE-MTIME: 1564829494.000000\n" #: sc/inc/compiler.hrc:27 msgctxt "RID_FUNCTION_CATEGORIES" @@ -16770,7 +16770,7 @@ #: sc/uiconfig/scalc/ui/datafieldoptionsdialog.ui:181 msgctxt "datafieldoptionsdialog|label1" msgid "Sort by" -msgstr "Soorteren" +msgstr "Sorteren" #: sc/uiconfig/scalc/ui/datafieldoptionsdialog.ui:213 msgctxt "datafieldoptionsdialog|repeatitemlabels" @@ -18480,7 +18480,7 @@ #: sc/uiconfig/scalc/ui/movecopysheet.ui:16 msgctxt "movecopysheet|MoveCopySheetDialog" msgid "Move/Copy Sheet" -msgstr "Verplaats/Kopieer werkblad" +msgstr "Verplaats/Kopieer blad" #: sc/uiconfig/scalc/ui/movecopysheet.ui:98 msgctxt "movecopysheet|move" @@ -21640,7 +21640,7 @@ #: sc/uiconfig/scalc/ui/sheetprintpage.ui:320 msgctxt "sheetprintpage|checkBTN_NULLVALS" msgid "_Zero values" -msgstr "Nul _waarden" +msgstr "Nul_waarden" #: sc/uiconfig/scalc/ui/sheetprintpage.ui:353 msgctxt "sheetprintpage|labelPrint" @@ -23220,7 +23220,7 @@ #: sc/uiconfig/scalc/ui/tpviewpage.ui:54 msgctxt "tpviewpage|nil" msgid "Zero val_ues" -msgstr "Nul _waarden" +msgstr "Nul_waarden" #: sc/uiconfig/scalc/ui/tpviewpage.ui:71 msgctxt "tpviewpage|annot" diff -Nru libreoffice-l10n-6.2.5/translations/source/nl/scp2/source/activex.po libreoffice-l10n-6.2.6/translations/source/nl/scp2/source/activex.po --- libreoffice-l10n-6.2.5/translations/source/nl/scp2/source/activex.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/nl/scp2/source/activex.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,17 +4,17 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2016-03-09 20:48+0100\n" -"PO-Revision-Date: 2016-03-26 14:56+0000\n" -"Last-Translator: kees538 \n" +"PO-Revision-Date: 2019-06-28 09:14+0000\n" +"Last-Translator: Cor Nouws \n" "Language-Team: LANGUAGE \n" "Language: nl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Pootle 2.7\n" "X-Accelerator-Marker: ~\n" -"X-POOTLE-MTIME: 1459004200.000000\n" +"X-Generator: Pootle 2.8\n" +"X-POOTLE-MTIME: 1561713264.000000\n" #: module_activex.ulf msgctxt "" @@ -30,4 +30,4 @@ "STR_DESC_MODULE_OPTIONAL_ACTIVEXCONTROL\n" "LngText.text" msgid "Deprecated Component (see release notes) to enable Microsoft Internet Explorer to display %PRODUCTNAME documents." -msgstr "Vervangen component (zie release notes) om Microsoft Internet Explorer in staat stellen om %PRODUCTNAME-documenten weer te geven." +msgstr "Vervangen component (zie versie-informatie) om Microsoft Internet Explorer in staat stellen om %PRODUCTNAME documenten weer te geven." diff -Nru libreoffice-l10n-6.2.5/translations/source/nl/sfx2/messages.po libreoffice-l10n-6.2.6/translations/source/nl/sfx2/messages.po --- libreoffice-l10n-6.2.5/translations/source/nl/sfx2/messages.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/nl/sfx2/messages.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,7 +4,7 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2019-05-02 15:45+0200\n" -"PO-Revision-Date: 2019-01-16 09:25+0000\n" +"PO-Revision-Date: 2019-06-28 09:10+0000\n" "Last-Translator: kees538 \n" "Language-Team: LANGUAGE \n" "Language: nl\n" @@ -13,8 +13,8 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" -"X-POOTLE-MTIME: 1547630731.000000\n" +"X-Generator: Pootle 2.8\n" +"X-POOTLE-MTIME: 1561713022.000000\n" #: include/sfx2/strings.hrc:25 msgctxt "STR_TEMPLATE_FILTER" @@ -1998,7 +1998,7 @@ #: sfx2/uiconfig/ui/documentinfopage.ui:88 msgctxt "documentinfopage|label18" msgid "Re_vision number:" -msgstr "Re_visie nummer:" +msgstr "Re_visienummer:" #: sfx2/uiconfig/ui/documentinfopage.ui:131 msgctxt "documentinfopage|showsigned" diff -Nru libreoffice-l10n-6.2.5/translations/source/nl/svx/messages.po libreoffice-l10n-6.2.6/translations/source/nl/svx/messages.po --- libreoffice-l10n-6.2.5/translations/source/nl/svx/messages.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/nl/svx/messages.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,7 +4,7 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2018-12-17 16:28+0100\n" -"PO-Revision-Date: 2019-06-15 07:56+0000\n" +"PO-Revision-Date: 2019-08-04 07:31+0000\n" "Last-Translator: kees538 \n" "Language-Team: LANGUAGE \n" "Language: nl\n" @@ -14,7 +14,7 @@ "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Accelerator-Marker: ~\n" "X-Generator: Pootle 2.8\n" -"X-POOTLE-MTIME: 1560585394.000000\n" +"X-POOTLE-MTIME: 1564903860.000000\n" #: include/svx/strings.hrc:25 msgctxt "STR_ObjNameSingulNONE" @@ -12480,7 +12480,7 @@ #: svx/uiconfig/ui/headfootformatpage.ui:218 msgctxt "headfootformatpage|labelSpacing" msgid "_Spacing:" -msgstr "_Spatiëring:" +msgstr "_Afstand:" #: svx/uiconfig/ui/headfootformatpage.ui:244 msgctxt "headfootformatpage|checkDynSpacing" diff -Nru libreoffice-l10n-6.2.5/translations/source/nl/writerperfect/messages.po libreoffice-l10n-6.2.6/translations/source/nl/writerperfect/messages.po --- libreoffice-l10n-6.2.5/translations/source/nl/writerperfect/messages.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/nl/writerperfect/messages.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,7 +4,7 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2018-06-04 15:43+0200\n" -"PO-Revision-Date: 2018-05-09 07:02+0000\n" +"PO-Revision-Date: 2019-08-04 07:40+0000\n" "Last-Translator: kees538 \n" "Language-Team: LANGUAGE \n" "Language: nl\n" @@ -13,8 +13,8 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" -"X-POOTLE-MTIME: 1525849348.000000\n" +"X-Generator: Pootle 2.8\n" +"X-POOTLE-MTIME: 1564904415.000000\n" #: writerperfect/inc/strings.hrc:15 msgctxt "STR_ENCODING_DIALOG_TITLE" @@ -104,7 +104,7 @@ #: writerperfect/uiconfig/ui/exportepub.ui:244 msgctxt "exportepub|layoutreflowable" msgid "Reflowable" -msgstr "Herplaatsbaar" +msgstr "Zelfaanpassend" #: writerperfect/uiconfig/ui/exportepub.ui:245 msgctxt "exportepub|layoutfixed" diff -Nru libreoffice-l10n-6.2.5/translations/source/pt/helpcontent2/source/text/sbasic/shared.po libreoffice-l10n-6.2.6/translations/source/pt/helpcontent2/source/text/sbasic/shared.po --- libreoffice-l10n-6.2.5/translations/source/pt/helpcontent2/source/text/sbasic/shared.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/pt/helpcontent2/source/text/sbasic/shared.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,8 +4,8 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2018-11-16 22:41+0100\n" -"PO-Revision-Date: 2018-12-23 22:31+0000\n" -"Last-Translator: Sérgio Marques \n" +"PO-Revision-Date: 2019-08-07 23:28+0000\n" +"Last-Translator: Carlos Moreira \n" "Language-Team: LANGUAGE \n" "Language: pt\n" "MIME-Version: 1.0\n" @@ -14,7 +14,7 @@ "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Accelerator-Marker: ~\n" "X-Generator: Pootle 2.8\n" -"X-POOTLE-MTIME: 1545604294.000000\n" +"X-POOTLE-MTIME: 1565220507.000000\n" #: 00000002.xhp msgctxt "" @@ -158,7 +158,7 @@ "par_id3150324\n" "help.text" msgid "URL notation does not allow certain special characters to be used. These are either replaced by other characters or encoded. A slash (/) is used as a path separator. For example, a file referred to as C:\\Users\\alice\\Documents\\My File.odt on the local host in \"Windows notation\" becomes file:///C:/Users/alice/Documents/My%20File.odt in URL notation." -msgstr "A notação URL não permite a utilização de alguns caracteres especiais. Estes caracteres devem ser substituídos por outros ou então codificados. A barra (/) é utilizada como separador de caminhos. Por exemplo, o ficheiro referenciado como C:\\Users\\alice\\Documents\\Meu ficheiro.odt em \"notação Windows\" fica file:///C:/Users/alice/Documents/Meu%20ficheiro.odt em notação URL." +msgstr "A notação URL não permite a utilização de alguns caracteres especiais. Estes caracteres devem ser substituídos por outros, ou então codificados. A barra (/) é utilizada como separador de caminhos. Por exemplo, o ficheiro referenciado como C:\\Users\\alice\\Documentos\\Meu ficheiro.odt em \"notação Windows\" torna-se file:///C:/Users/alice/Documentos/Meu%20ficheiro.odt em notação URL." #: 00000003.xhp msgctxt "" @@ -26166,7 +26166,7 @@ "par_id051720171055361727\n" "help.text" msgid "1: Enable VBA support in %PRODUCTNAME" -msgstr "1: ativa o suporte ao VBA" +msgstr "1: ativar o suporte ao VBA no %PRODUCTNAME" #: 03103350.xhp msgctxt "" @@ -31886,7 +31886,7 @@ "tit\n" "help.text" msgid "TwipsPerPixelX Function" -msgstr "" +msgstr "Função TwipsPerPixelX" #: 03131300.xhp msgctxt "" @@ -31902,7 +31902,7 @@ "hd_id3153539\n" "help.text" msgid "TwipsPerPixelX Function" -msgstr "" +msgstr "Função TwipsPerPixelX" #: 03131300.xhp msgctxt "" @@ -31958,7 +31958,7 @@ "tit\n" "help.text" msgid "TwipsPerPixelY Function" -msgstr "" +msgstr "Função TwipsPerPixelY" #: 03131400.xhp msgctxt "" @@ -31974,7 +31974,7 @@ "hd_id3150040\n" "help.text" msgid "TwipsPerPixelY Function" -msgstr "" +msgstr "Função TwipsPerPixelY" #: 03131400.xhp msgctxt "" @@ -32030,7 +32030,7 @@ "tit\n" "help.text" msgid "CreateUnoStruct Function" -msgstr "" +msgstr "Função CreateUnoStruct" #: 03131500.xhp msgctxt "" @@ -32046,7 +32046,7 @@ "hd_id3150499\n" "help.text" msgid "CreateUnoStruct Function" -msgstr "" +msgstr "Função CreateUnoStruct" #: 03131500.xhp msgctxt "" @@ -32102,7 +32102,7 @@ "tit\n" "help.text" msgid "CreateUnoService Function" -msgstr "" +msgstr "Função CreateUnoService" #: 03131600.xhp msgctxt "" @@ -32118,7 +32118,7 @@ "hd_id3150682\n" "help.text" msgid "CreateUnoService Function" -msgstr "" +msgstr "Função CreateUnoService" #: 03131600.xhp msgctxt "" @@ -32150,7 +32150,7 @@ "par_idN1060F\n" "help.text" msgid "For a list of available services, go to: https://api.libreoffice.org/docs/idl/ref/namespacecom_1_1sun_1_1star.html" -msgstr "" +msgstr "Para obter uma lista de serviços disponíveis, acesse: http://api.libreoffice.org/docs/idl/ref/namespacecom_1_1sun_1_1star.html" #: 03131600.xhp msgctxt "" @@ -32206,7 +32206,7 @@ "tit\n" "help.text" msgid "GetProcessServiceManager Function" -msgstr "" +msgstr "Função GetProcessServiceManager" #: 03131700.xhp msgctxt "" @@ -32222,7 +32222,7 @@ "hd_id3153255\n" "help.text" msgid "GetProcessServiceManager Function" -msgstr "" +msgstr "Função GetProcessServiceManager" #: 03131700.xhp msgctxt "" @@ -32270,7 +32270,7 @@ "tit\n" "help.text" msgid "CreateUnoDialog Function" -msgstr "" +msgstr "Função CreateUnoDialog" #: 03131800.xhp msgctxt "" @@ -32286,7 +32286,7 @@ "hd_id3150040\n" "help.text" msgid "CreateUnoDialog Function" -msgstr "" +msgstr "Função CreateUnoDialog" #: 03131800.xhp msgctxt "" @@ -32342,7 +32342,7 @@ "par_id3154923\n" "help.text" msgid "' Generate \"live\" dialog" -msgstr "" +msgstr "' gerar caixa de diálogo \"ativa\"" #: 03131800.xhp msgctxt "" @@ -32358,7 +32358,7 @@ "tit\n" "help.text" msgid "GlobalScope" -msgstr "" +msgstr "GlobalScope" #: 03131900.xhp msgctxt "" @@ -32374,7 +32374,7 @@ "hd_id3150682\n" "help.text" msgid "GlobalScope" -msgstr "" +msgstr "GlobalScope" #: 03131900.xhp msgctxt "" @@ -32486,7 +32486,7 @@ "tit\n" "help.text" msgid "CreateUnoListener Function" -msgstr "" +msgstr "Função CreateUnoListener" #: 03132000.xhp msgctxt "" @@ -32502,7 +32502,7 @@ "hd_id3155150\n" "help.text" msgid "CreateUnoListener Function" -msgstr "" +msgstr "Função CreateUnoListener" #: 03132000.xhp msgctxt "" @@ -32782,7 +32782,7 @@ "tit\n" "help.text" msgid "GetGuiType Function" -msgstr "" +msgstr "Função GetGuiType" #: 03132100.xhp msgctxt "" @@ -32798,7 +32798,7 @@ "hd_id3155310\n" "help.text" msgid "GetGuiType Function" -msgstr "" +msgstr "Função GetGuiType" #: 03132100.xhp msgctxt "" @@ -32814,7 +32814,7 @@ "par_id3153323\n" "help.text" msgid "This function is only provided for downward compatibility to previous versions. The return value is not defined in client-server environments." -msgstr "" +msgstr "Esta função só é fornecida para fins de compatibilidade com versões anteriores. O valor de retorno não é definido em ambientes cliente-servidor." #: 03132100.xhp msgctxt "" @@ -32878,7 +32878,7 @@ "tit\n" "help.text" msgid "ThisComponent Statement" -msgstr "" +msgstr "Instrução ThisComponent" #: 03132200.xhp msgctxt "" @@ -32894,7 +32894,7 @@ "hd_id3155342\n" "help.text" msgid "ThisComponent Statement" -msgstr "" +msgstr "Instrução ThisComponent" #: 03132200.xhp msgctxt "" @@ -32950,7 +32950,7 @@ "tit\n" "help.text" msgid "CreateUnoValue Function" -msgstr "" +msgstr "Função CreateUnoValue" #: 03132300.xhp msgctxt "" @@ -32966,7 +32966,7 @@ "hd_id3150682\n" "help.text" msgid "CreateUnoValue Function" -msgstr "" +msgstr "Função CreateUnoValue" #: 03132300.xhp msgctxt "" @@ -33006,7 +33006,7 @@ "par_id3154760\n" "help.text" msgid "oUnoValue = CreateUnoValue( \"[]byte\", MyBasicValue ) ' to get a byte sequence." -msgstr "" +msgstr "oUnoValue = CreateUnoValue( \"[]byte\", MyBasicValue ) ' para obter uma sequência de bytes." #: 03132300.xhp msgctxt "" @@ -33046,7 +33046,7 @@ "tit\n" "help.text" msgid "CreateObject Function" -msgstr "" +msgstr "Função CreateObject" #: 03132400.xhp msgctxt "" @@ -33062,7 +33062,7 @@ "par_idN10580\n" "help.text" msgid "CreateObject Function" -msgstr "" +msgstr "Função CreateObject" #: 03132400.xhp msgctxt "" @@ -33110,7 +33110,7 @@ "tit\n" "help.text" msgid "GetDefaultContext Function" -msgstr "" +msgstr "Função GetDefaultContext" #: 03132500.xhp msgctxt "" @@ -33126,7 +33126,7 @@ "par_idN10580\n" "help.text" msgid "GetDefaultContext Function" -msgstr "" +msgstr "Função GetDefaultContext" #: 03132500.xhp msgctxt "" @@ -33142,7 +33142,7 @@ "par_idN10593\n" "help.text" msgid "This function returns the default component context to be used, if instantiating services via XmultiServiceFactory. See the Professional UNO chapter in the Developer's Guide on api.libreoffice.org for more information." -msgstr "" +msgstr "Essa função retorna o contexto de componente a ser utilizado, se a instância de serviços for efetuada através de XmultiServiceFactory. Consulte o capítulo Professional UNO no Guia do desenvolvedor em api.libreoffice.org." #: 03140000.xhp msgctxt "" @@ -33150,7 +33150,7 @@ "tit\n" "help.text" msgid "DDB Function [VBA]" -msgstr "" +msgstr "Função DDB [VBA]" #: 03140000.xhp msgctxt "" @@ -33158,7 +33158,7 @@ "bm_id3150499\n" "help.text" msgid "DDB function" -msgstr "" +msgstr "função DDB" #: 03140000.xhp msgctxt "" @@ -33166,7 +33166,7 @@ "hd_id3150499\n" "help.text" msgid "DDB Function [VBA]" -msgstr "" +msgstr "Função DDB [VBA]" #: 03140000.xhp msgctxt "" @@ -33174,7 +33174,7 @@ "par_id3151384\n" "help.text" msgid "Returns the depreciation of an asset for a specified period using the arithmetic-declining method." -msgstr "" +msgstr "Obtém a depreciação de um ativo para um período especificado usando o método aritmético em declínio." #: 03140000.xhp msgctxt "" @@ -33230,7 +33230,7 @@ "par_id061420170142332315\n" "help.text" msgid "Print ddb_yr1 ' returns 1,721.81 currency units." -msgstr "" +msgstr "Print ddb_yr1 ' devolve 1721,81 unidades monetárias." #: 03140000.xhp msgctxt "" @@ -33238,7 +33238,7 @@ "par_id061420170153186192\n" "help.text" msgid "DDB function in CALC" -msgstr "" +msgstr "Função BDD no CALC" #: 03140001.xhp msgctxt "" @@ -33246,7 +33246,7 @@ "tit\n" "help.text" msgid "FV Function [VBA]" -msgstr "" +msgstr "Função FV [VBA]" #: 03140001.xhp msgctxt "" @@ -33254,7 +33254,7 @@ "bm_id3150499\n" "help.text" msgid "FV function" -msgstr "" +msgstr "Função FV" #: 03140001.xhp msgctxt "" @@ -33262,7 +33262,7 @@ "hd_id3150499\n" "help.text" msgid "FV Function [VBA]" -msgstr "" +msgstr "Função FV [VBA]" #: 03140001.xhp msgctxt "" @@ -33270,7 +33270,7 @@ "par_id3151384\n" "help.text" msgid "Returns the future value of an investment based on periodic, constant payments and a constant interest rate (Future Value)." -msgstr "" +msgstr "Devolve o valor futuro de um investimento com base em pagamentos constantes e periódicos, e uma taxa de juros constante (Valor futuro)." #: 03140001.xhp msgctxt "" @@ -33294,7 +33294,7 @@ "par_id061420170420248911\n" "help.text" msgid "Pmt is the annuity paid regularly per period." -msgstr "" +msgstr "Pgto corresponde à anuidade paga regularmente por período." #: 03140001.xhp msgctxt "" @@ -33302,7 +33302,7 @@ "par_id061420170420246794\n" "help.text" msgid "PV (optional) is the (present) cash value of an investment." -msgstr "" +msgstr "VA (opcional) é o valor atual de um investimento." #: 03140001.xhp msgctxt "" @@ -33318,7 +33318,7 @@ "par_id0614201704292615\n" "help.text" msgid "0 - the payment is due at the end of the period;" -msgstr "" +msgstr "0 - o pagamento é devido no fim do período;" #: 03140001.xhp msgctxt "" @@ -33374,7 +33374,7 @@ "par_id3151384\n" "help.text" msgid "Calculates the periodic amortizement for an investment with regular payments and a constant interest rate." -msgstr "" +msgstr "Calcula a amortização periódica de um investimento com pagamentos regulares e uma taxa de juros constante." #: 03140002.xhp msgctxt "" @@ -33398,7 +33398,7 @@ "par_id061420170730134582\n" "help.text" msgid "NPer is the total number of periods, during which annuity is paid." -msgstr "" +msgstr "NPer corresponde ao número total de períodos nos quais é paga a anuidade." #: 03140002.xhp msgctxt "" @@ -33454,7 +33454,7 @@ "par_id061420170153186192\n" "help.text" msgid "IPMT function in CALC" -msgstr "" +msgstr "Função IPGTO no CALC" #: 03140003.xhp msgctxt "" @@ -33462,7 +33462,7 @@ "tit\n" "help.text" msgid "IRR Function [VBA]" -msgstr "" +msgstr "Função IRR [VBA]" #: 03140003.xhp msgctxt "" @@ -33470,7 +33470,7 @@ "bm_id3150499\n" "help.text" msgid "IRR function" -msgstr "" +msgstr "função IRR" #: 03140003.xhp msgctxt "" @@ -33486,7 +33486,7 @@ "par_id3151384\n" "help.text" msgid "Calculates the internal rate of return for an investment." -msgstr "" +msgstr "Calcula a taxa interna de retorno de um investimento." #: 03140003.xhp msgctxt "" @@ -33510,7 +33510,7 @@ "par_id061620170217548258\n" "help.text" msgid "Print irrValue ' returns 11.3321028236252 . The internal rate of return of the cash flow." -msgstr "" +msgstr "Print irrValue ' devolve 11,3321028236252 . A taxa interna de retorno do fluxo de caixa." #: 03140003.xhp msgctxt "" @@ -33526,7 +33526,7 @@ "tit\n" "help.text" msgid "MIRR Function [VBA]" -msgstr "" +msgstr "Função MIRR [VBA]" #: 03140004.xhp msgctxt "" @@ -33550,7 +33550,7 @@ "par_id3151384\n" "help.text" msgid "Calculates the modified internal rate of return of a series of investments." -msgstr "" +msgstr "Calcula a taxa interna de retorno modificada para uma série de investimentos." #: 03140004.xhp msgctxt "" @@ -33598,7 +33598,7 @@ "tit\n" "help.text" msgid "NPer Function [VBA]" -msgstr "" +msgstr "Função NPer [VBA]" #: 03140005.xhp msgctxt "" @@ -33606,7 +33606,7 @@ "bm_id3150499\n" "help.text" msgid "NPer function" -msgstr "" +msgstr "função NPer" #: 03140005.xhp msgctxt "" @@ -33670,7 +33670,7 @@ "par_id0614201704292615\n" "help.text" msgid "0 - the payment is due at the end of the period;" -msgstr "" +msgstr "0 - o pagamento é devido no fim do período;" #: 03140005.xhp msgctxt "" @@ -35774,7 +35774,7 @@ "par_id3153894\n" "help.text" msgid "%PRODUCTNAME provides an Application Programming Interface (API) that allows controlling the $[officename] components with different programming languages by using the $[officename] Software Development Kit (SDK). For more information about the $[officename] API and the Software Development Kit, visit https://api.libreoffice.org" -msgstr "" +msgstr "O %PRODUCTNAME faculta uma interface de programação de aplicações (API) que permite controlar os componentes do $[officename] com diferentes linguagens de programação, através da utilização do \"Software Development Kit\" (SDK) do $[officename]. Para obter mais informações sobre a API do $[officename] e do \"Software Development Kit\", visite https://api.libreoffice.org" #: main0601.xhp msgctxt "" @@ -35782,7 +35782,7 @@ "par_id3147226\n" "help.text" msgid "This help section explains the most common functions of %PRODUCTNAME Basic. For more in-depth information please refer to the OpenOffice.org BASIC Programming Guide on the Wiki." -msgstr "" +msgstr "Esta secção da Ajuda explica as funções mais comuns do %PRODUCTNAME Basic. Para informação mais detalhada, consulte o Guia do Programador BASIC do OpenOffice.org no Wiki." #: main0601.xhp msgctxt "" diff -Nru libreoffice-l10n-6.2.5/translations/source/pt/helpcontent2/source/text/scalc/01.po libreoffice-l10n-6.2.6/translations/source/pt/helpcontent2/source/text/scalc/01.po --- libreoffice-l10n-6.2.5/translations/source/pt/helpcontent2/source/text/scalc/01.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/pt/helpcontent2/source/text/scalc/01.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,8 +4,8 @@ "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2019-01-07 11:14+0100\n" -"PO-Revision-Date: 2019-04-01 12:40+0000\n" -"Last-Translator: Sérgio Marques \n" +"PO-Revision-Date: 2019-08-07 23:13+0000\n" +"Last-Translator: Carlos Moreira \n" "Language-Team: LANGUAGE \n" "Language: pt\n" "MIME-Version: 1.0\n" @@ -14,7 +14,7 @@ "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Accelerator-Marker: ~\n" "X-Generator: Pootle 2.8\n" -"X-POOTLE-MTIME: 1554122450.000000\n" +"X-POOTLE-MTIME: 1565219598.000000\n" #: 01120000.xhp msgctxt "" @@ -18966,7 +18966,7 @@ "par_id8231757\n" "help.text" msgid "Each of the other entries specifies a constraint in the form Field[Item] (with literal characters [ and ]), or only Item if the item name is unique within all fields that are used in the pivot table." -msgstr "Cada uma das outras entradas especifica uma restrição no formulário campo[item] (com caracteres literais [ e ]) ou apenas item se o nome do item for único dentro de todos os campos utilizados na tabela dinâmica." +msgstr "Cada uma das outras entradas especifica uma restrição no formulário campo[item] (com caracteres literais [ e ]), ou apenas item se o nome do item for único dentro de todos os campos utilizados na tabela dinâmica." #: 04060109.xhp msgctxt "" @@ -19198,7 +19198,7 @@ "par_id3155743\n" "help.text" msgid "BASE(Number; Radix; [MinimumLength])" -msgstr "BASE(número; base_numérica; [comp_mínimo])" +msgstr "BASE(Número; Radical; [TamanhoMínimo])" #: 04060110.xhp msgctxt "" @@ -50254,7 +50254,7 @@ "par_id0503201619582644\n" "help.text" msgid "With values <= 0 or >= 1, the functions will return the #NUM! Error." -msgstr "Com valores <= 0 ou >= 1, a função devolve o erro NUM!" +msgstr "Com valores <= 0 ou >= 1, a funções irão devolver o erro #NUM!." #: exponsmooth_embd.xhp msgctxt "" diff -Nru libreoffice-l10n-6.2.5/translations/source/pt/helpcontent2/source/text/shared/01.po libreoffice-l10n-6.2.6/translations/source/pt/helpcontent2/source/text/shared/01.po --- libreoffice-l10n-6.2.5/translations/source/pt/helpcontent2/source/text/shared/01.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/pt/helpcontent2/source/text/shared/01.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,8 +4,8 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2019-05-02 15:44+0200\n" -"PO-Revision-Date: 2018-11-30 22:26+0000\n" -"Last-Translator: Sérgio Marques \n" +"PO-Revision-Date: 2019-08-07 23:21+0000\n" +"Last-Translator: Carlos Moreira \n" "Language-Team: LANGUAGE \n" "Language: pt\n" "MIME-Version: 1.0\n" @@ -13,8 +13,8 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" -"X-POOTLE-MTIME: 1543616817.000000\n" +"X-Generator: Pootle 2.8\n" +"X-POOTLE-MTIME: 1565220109.000000\n" #: 01010000.xhp msgctxt "" @@ -2582,7 +2582,7 @@ "hd_id3146774\n" "help.text" msgid "Connect To Server" -msgstr "Ligar ao servidor" +msgstr "Conetar ao servidor" #: 01070000.xhp msgctxt "" @@ -6262,7 +6262,7 @@ "par_id3155261\n" "help.text" msgid "To select all of the cells on a sheet, click the button at the intersection of the column and row header in the top left corner of the sheet." -msgstr "Para selecionar todas as células de uma folha, clique no botão existente na interseção do cabeçalho da coluna e da linha, no canto superior esquerdo da folha." +msgstr "Para selecionar todas as células de uma folha, clique no botão existente na intersecção do cabeçalho da coluna e da linha, no canto superior esquerdo da folha." #: 02090000.xhp msgctxt "" diff -Nru libreoffice-l10n-6.2.5/translations/source/pt/helpcontent2/source/text/shared/02.po libreoffice-l10n-6.2.6/translations/source/pt/helpcontent2/source/text/shared/02.po --- libreoffice-l10n-6.2.5/translations/source/pt/helpcontent2/source/text/shared/02.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/pt/helpcontent2/source/text/shared/02.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,8 +4,8 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2019-01-07 11:14+0100\n" -"PO-Revision-Date: 2018-12-20 23:07+0000\n" -"Last-Translator: Sérgio Marques \n" +"PO-Revision-Date: 2019-07-26 16:42+0000\n" +"Last-Translator: serval2412 \n" "Language-Team: LANGUAGE \n" "Language: pt\n" "MIME-Version: 1.0\n" @@ -13,8 +13,8 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" -"X-POOTLE-MTIME: 1545347223.000000\n" +"X-Generator: Pootle 2.8\n" +"X-POOTLE-MTIME: 1564159346.000000\n" #: 01110000.xhp msgctxt "" @@ -2030,7 +2030,7 @@ "par_id3154230\n" "help.text" msgid "When you enter a year using two digits, the corresponding four digit value is determined by a setting in %PRODUCTNAME - PreferencesTools - Options - $[officename] - General. For example, if 1935 is set as the lower limiting value and you enter 34 as a date value, then the result is 2034 instead of 1934." -msgstr "Quando introduz um ano com dois algarismos, o correspondente valor de quatro algarismos é determinado pela definição estipulada em %PRODUCTNAME - PreferênciasFerramentas - Opções - $[officename] - Geral. Por exemplo, se definir 1935 como o limite mínimo do valor e introduzir 34 como valor de data, o resultado será 2034, em vez de 1934." +msgstr "Quando introduz um ano com dois algarismos, o correspondente valor de quatro algarismos é determinado pela definição estipulada em %PRODUCTNAME - PreferênciasFerramentas - Opções - $[officename] - Geral. Por exemplo, se definir 1935 como o limite mínimo do valor e introduzir 34 como valor de data, o resultado será 2034, em vez de 1934." #: 01170003.xhp msgctxt "" diff -Nru libreoffice-l10n-6.2.5/translations/source/pt/helpcontent2/source/text/shared/04.po libreoffice-l10n-6.2.6/translations/source/pt/helpcontent2/source/text/shared/04.po --- libreoffice-l10n-6.2.5/translations/source/pt/helpcontent2/source/text/shared/04.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/pt/helpcontent2/source/text/shared/04.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,8 +4,8 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2019-01-07 11:14+0100\n" -"PO-Revision-Date: 2019-02-12 13:34+0000\n" -"Last-Translator: Sérgio Marques \n" +"PO-Revision-Date: 2019-07-26 16:43+0000\n" +"Last-Translator: serval2412 \n" "Language-Team: LANGUAGE \n" "Language: pt\n" "MIME-Version: 1.0\n" @@ -14,7 +14,7 @@ "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Accelerator-Marker: ~\n" "X-Generator: Pootle 2.8\n" -"X-POOTLE-MTIME: 1549978442.000000\n" +"X-POOTLE-MTIME: 1564159381.000000\n" #: 01010000.xhp msgctxt "" @@ -598,7 +598,7 @@ "par_id3145410\n" "help.text" msgid "Starts the $[officename] Help." -msgstr "Abre a ajuda do $[officename]." +msgstr "Abre a ajuda do $[officename]." #: 01010000.xhp msgctxt "" diff -Nru libreoffice-l10n-6.2.5/translations/source/pt/helpcontent2/source/text/shared/optionen.po libreoffice-l10n-6.2.6/translations/source/pt/helpcontent2/source/text/shared/optionen.po --- libreoffice-l10n-6.2.5/translations/source/pt/helpcontent2/source/text/shared/optionen.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/pt/helpcontent2/source/text/shared/optionen.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,8 +4,8 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2018-11-16 22:41+0100\n" -"PO-Revision-Date: 2018-12-22 15:37+0000\n" -"Last-Translator: Sérgio Marques \n" +"PO-Revision-Date: 2019-08-04 22:24+0000\n" +"Last-Translator: Carlos Moreira \n" "Language-Team: LANGUAGE \n" "Language: pt\n" "MIME-Version: 1.0\n" @@ -14,7 +14,7 @@ "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Accelerator-Marker: ~\n" "X-Generator: Pootle 2.8\n" -"X-POOTLE-MTIME: 1545493037.000000\n" +"X-POOTLE-MTIME: 1564957457.000000\n" #: 01000000.xhp msgctxt "" @@ -9270,7 +9270,7 @@ "hd_id3156448\n" "help.text" msgid "Enable regular expressions in formulas" -msgstr "Ativar expressões regulares nas fórmulas" +msgstr "Permitir expressões regulares nas fórmulas" #: 01060500.xhp msgctxt "" diff -Nru libreoffice-l10n-6.2.5/translations/source/pt/helpcontent2/source/text/swriter/01.po libreoffice-l10n-6.2.6/translations/source/pt/helpcontent2/source/text/swriter/01.po --- libreoffice-l10n-6.2.5/translations/source/pt/helpcontent2/source/text/swriter/01.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/pt/helpcontent2/source/text/swriter/01.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,7 +4,7 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2018-10-21 20:57+0200\n" -"PO-Revision-Date: 2019-04-25 23:45+0000\n" +"PO-Revision-Date: 2019-08-06 20:24+0000\n" "Last-Translator: Carlos Moreira \n" "Language-Team: LANGUAGE \n" "Language: pt\n" @@ -14,7 +14,7 @@ "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Accelerator-Marker: ~\n" "X-Generator: Pootle 2.8\n" -"X-POOTLE-MTIME: 1556235937.000000\n" +"X-POOTLE-MTIME: 1565123075.000000\n" #: 01120000.xhp msgctxt "" @@ -13798,7 +13798,7 @@ "par_id3151181\n" "help.text" msgid "Select the formatting style that you want to apply to the drop caps. To use the formatting style of the current paragraph, select [None]." -msgstr "Selecione o estilo de formatação que pretende aplicar às capitulares. Para utilizar o estilo de formatação do atual parágrafo, selecione [Nenhum]." +msgstr "Selecione o estilo de formatação que deseja aplicar às capitulares. Para usar o estilo de formatação do parágrafo atual, selecione [Nenhum]." #: 05030800.xhp msgctxt "" diff -Nru libreoffice-l10n-6.2.5/translations/source/pt/officecfg/registry/data/org/openoffice/Office/UI.po libreoffice-l10n-6.2.6/translations/source/pt/officecfg/registry/data/org/openoffice/Office/UI.po --- libreoffice-l10n-6.2.5/translations/source/pt/officecfg/registry/data/org/openoffice/Office/UI.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/pt/officecfg/registry/data/org/openoffice/Office/UI.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,8 +4,8 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2018-12-18 19:46+0100\n" -"PO-Revision-Date: 2019-02-20 10:09+0000\n" -"Last-Translator: Sérgio Marques \n" +"PO-Revision-Date: 2019-07-19 01:47+0000\n" +"Last-Translator: Carlos Moreira \n" "Language-Team: LANGUAGE \n" "Language: pt\n" "MIME-Version: 1.0\n" @@ -14,7 +14,7 @@ "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Accelerator-Marker: ~\n" "X-Generator: Pootle 2.8\n" -"X-POOTLE-MTIME: 1550657373.000000\n" +"X-POOTLE-MTIME: 1563500838.000000\n" #: BaseWindowState.xcu msgctxt "" @@ -590,7 +590,7 @@ "Label\n" "value.text" msgid "Remove Dependent" -msgstr "Remover ~dependentes" +msgstr "Remover dependentes" #: CalcCommands.xcu msgctxt "" diff -Nru libreoffice-l10n-6.2.5/translations/source/pt/sc/messages.po libreoffice-l10n-6.2.6/translations/source/pt/sc/messages.po --- libreoffice-l10n-6.2.5/translations/source/pt/sc/messages.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/pt/sc/messages.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,8 +4,8 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2019-05-02 15:45+0200\n" -"PO-Revision-Date: 2018-12-23 23:44+0000\n" -"Last-Translator: Sérgio Marques \n" +"PO-Revision-Date: 2019-08-07 23:01+0000\n" +"Last-Translator: Carlos Moreira \n" "Language-Team: LANGUAGE \n" "Language: pt\n" "MIME-Version: 1.0\n" @@ -13,8 +13,8 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" -"X-POOTLE-MTIME: 1545608664.000000\n" +"X-Generator: Pootle 2.8\n" +"X-POOTLE-MTIME: 1565218909.000000\n" #: sc/inc/compiler.hrc:27 msgctxt "RID_FUNCTION_CATEGORIES" @@ -11081,7 +11081,7 @@ #, c-format msgctxt "SC_OPCODE_FORECAST_ETS_PIM" msgid "Confidence level (default 0.95); value 0 to 1 (exclusive) for 0 to 100% calculated prediction interval." -msgstr "Um valor numérico (padrão = 0,95) entre 0 e 1 (exclusivo), que indica o nível de confiança para o intervalo de confiança calculado." +msgstr "Nível de confiança (padrão = 0,95); valor entre 0 e 1 (exclusivo) para um intervalo de predição calculado de 0 a 100%." #: sc/inc/scfuncs.hrc:3199 msgctxt "SC_OPCODE_FORECAST_ETS_PIM" @@ -13706,8 +13706,8 @@ msgctxt "SCSTR_TOTAL" msgid "One result found" msgid_plural "%1 results found" -msgstr[0] "1 resultado" -msgstr[1] "%1 resultados" +msgstr[0] "Um resultado encontrado" +msgstr[1] "%1 de resultados encontrados" #: sc/inc/strings.hrc:54 msgctxt "SCSTR_SKIPPED" diff -Nru libreoffice-l10n-6.2.5/translations/source/pt/sfx2/messages.po libreoffice-l10n-6.2.6/translations/source/pt/sfx2/messages.po --- libreoffice-l10n-6.2.5/translations/source/pt/sfx2/messages.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/pt/sfx2/messages.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,8 +4,8 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2019-05-02 15:45+0200\n" -"PO-Revision-Date: 2019-01-10 21:37+0000\n" -"Last-Translator: Sérgio Marques \n" +"PO-Revision-Date: 2019-07-01 09:29+0000\n" +"Last-Translator: pmralbuquerque \n" "Language-Team: LANGUAGE \n" "Language: pt\n" "MIME-Version: 1.0\n" @@ -13,8 +13,8 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" -"X-POOTLE-MTIME: 1547156259.000000\n" +"X-Generator: Pootle 2.8\n" +"X-POOTLE-MTIME: 1561973361.000000\n" #: include/sfx2/strings.hrc:25 msgctxt "STR_TEMPLATE_FILTER" @@ -871,7 +871,7 @@ #: include/sfx2/strings.hrc:184 msgctxt "STR_WELCOME_LINE2" msgid "Drop a document here or pick an app from the left side to create one." -msgstr "Largue aqui um documento ou utilize o ecrã à esquerda para criar um novo documento." +msgstr "Largue aqui um documento ou utilize o painel à esquerda para criar um novo documento." #: include/sfx2/strings.hrc:186 msgctxt "STR_SFX_FILEDLG_ACTUALVERSION" diff -Nru libreoffice-l10n-6.2.5/translations/source/pt/svx/messages.po libreoffice-l10n-6.2.6/translations/source/pt/svx/messages.po --- libreoffice-l10n-6.2.5/translations/source/pt/svx/messages.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/pt/svx/messages.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,8 +4,8 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2018-12-17 16:28+0100\n" -"PO-Revision-Date: 2019-02-26 12:55+0000\n" -"Last-Translator: pmralbuquerque \n" +"PO-Revision-Date: 2019-07-01 22:06+0000\n" +"Last-Translator: Sérgio Marques \n" "Language-Team: LANGUAGE \n" "Language: pt\n" "MIME-Version: 1.0\n" @@ -14,7 +14,7 @@ "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Accelerator-Marker: ~\n" "X-Generator: Pootle 2.8\n" -"X-POOTLE-MTIME: 1551185707.000000\n" +"X-POOTLE-MTIME: 1562018766.000000\n" #: include/svx/strings.hrc:25 msgctxt "STR_ObjNameSingulNONE" @@ -3719,7 +3719,7 @@ #: include/svx/strings.hrc:785 msgctxt "RID_SVXSTR_BMP7" msgid "Wooden Board" -msgstr "painel de madeira" +msgstr "Painel de madeira" #: include/svx/strings.hrc:786 msgctxt "RID_SVXSTR_BMP8" diff -Nru libreoffice-l10n-6.2.5/translations/source/sv/helpcontent2/source/text/swriter.po libreoffice-l10n-6.2.6/translations/source/sv/helpcontent2/source/text/swriter.po --- libreoffice-l10n-6.2.5/translations/source/sv/helpcontent2/source/text/swriter.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/sv/helpcontent2/source/text/swriter.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,7 +4,7 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2019-01-07 11:14+0100\n" -"PO-Revision-Date: 2018-11-27 22:28+0000\n" +"PO-Revision-Date: 2019-07-09 13:38+0000\n" "Last-Translator: Påvel Nicklasson \n" "Language-Team: LANGUAGE \n" "Language: sv\n" @@ -13,8 +13,8 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" -"X-POOTLE-MTIME: 1543357696.000000\n" +"X-Generator: Pootle 2.8\n" +"X-POOTLE-MTIME: 1562679532.000000\n" #: classificationbar.xhp msgctxt "" @@ -38,7 +38,7 @@ "bm_id030820161847569710\n" "help.text" msgid "classification;BAILS levels classification;BAF category classification;security levels classification;document classification;classification bar document;classification" -msgstr "" +msgstr "klassifikation;BAILS levels klassifikation;BAF category klassifikation;security levels klassifikation;document klassifikation;klassifikationsfält dokument;klassifikation" #: classificationbar.xhp msgctxt "" diff -Nru libreoffice-l10n-6.2.5/translations/source/zh-CN/basctl/messages.po libreoffice-l10n-6.2.6/translations/source/zh-CN/basctl/messages.po --- libreoffice-l10n-6.2.5/translations/source/zh-CN/basctl/messages.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/zh-CN/basctl/messages.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,7 +4,7 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2019-05-02 15:43+0200\n" -"PO-Revision-Date: 2019-03-19 07:27+0000\n" +"PO-Revision-Date: 2019-07-02 09:50+0000\n" "Last-Translator: Dian LI \n" "Language-Team: LANGUAGE \n" "Language: zh_CN\n" @@ -13,8 +13,8 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" -"X-POOTLE-MTIME: 1552980423.000000\n" +"X-Generator: Pootle 2.8\n" +"X-POOTLE-MTIME: 1562061054.000000\n" #: basctl/inc/strings.hrc:25 msgctxt "RID_STR_FILTER_ALLFILES" @@ -761,7 +761,7 @@ #: basctl/uiconfig/basicide/ui/managelanguages.ui:83 msgctxt "managelanguages|label2" msgid "The default language is used if no localization for a user interface locale is present. Furthermore all strings from the default language are copied to resources of newly added languages." -msgstr "如果没有本地化的用户界面语言环境,则使用默认语言。另外,默认语言的所有字符串都将复制到新添加的语言资源中。" +msgstr "如果没有与区域设置相对应的本地化用户界面,则使用默认语言。此外,默认语言的所有字符串都将被复制到新增语言的资源中。" #: basctl/uiconfig/basicide/ui/managelanguages.ui:108 msgctxt "managelanguages|add" diff -Nru libreoffice-l10n-6.2.5/translations/source/zh-CN/basic/messages.po libreoffice-l10n-6.2.6/translations/source/zh-CN/basic/messages.po --- libreoffice-l10n-6.2.5/translations/source/zh-CN/basic/messages.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/zh-CN/basic/messages.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,7 +4,7 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2018-02-27 15:07+0100\n" -"PO-Revision-Date: 2019-03-19 07:02+0000\n" +"PO-Revision-Date: 2019-07-03 07:04+0000\n" "Last-Translator: Dian LI \n" "Language-Team: LANGUAGE \n" "Language: zh_CN\n" @@ -14,7 +14,7 @@ "Plural-Forms: nplurals=1; plural=0;\n" "X-Accelerator-Marker: ~\n" "X-Generator: Pootle 2.8\n" -"X-POOTLE-MTIME: 1552978978.000000\n" +"X-POOTLE-MTIME: 1562137446.000000\n" #: basic/inc/basic.hrc:27 msgctxt "RID_BASIC_START" @@ -399,7 +399,7 @@ #: basic/inc/basic.hrc:103 msgctxt "RID_BASIC_START" msgid "The current locale setting is not supported by the given object." -msgstr "指定的的对象不支持当前的语言环境设置。" +msgstr "指定的对象不支持当前区域设置。" #: basic/inc/basic.hrc:104 msgctxt "RID_BASIC_START" diff -Nru libreoffice-l10n-6.2.5/translations/source/zh-CN/chart2/messages.po libreoffice-l10n-6.2.6/translations/source/zh-CN/chart2/messages.po --- libreoffice-l10n-6.2.5/translations/source/zh-CN/chart2/messages.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/zh-CN/chart2/messages.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,7 +4,7 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2019-02-11 12:12+0100\n" -"PO-Revision-Date: 2019-05-02 09:37+0000\n" +"PO-Revision-Date: 2019-07-03 22:53+0000\n" "Last-Translator: Dian LI \n" "Language-Team: LANGUAGE \n" "Language: zh_CN\n" @@ -14,7 +14,7 @@ "Plural-Forms: nplurals=1; plural=0;\n" "X-Accelerator-Marker: ~\n" "X-Generator: Pootle 2.8\n" -"X-POOTLE-MTIME: 1556789833.000000\n" +"X-POOTLE-MTIME: 1562194426.000000\n" #: chart2/inc/chart.hrc:17 msgctxt "tp_ChartType|liststore1" @@ -486,7 +486,7 @@ #: chart2/inc/strings.hrc:113 msgctxt "STR_ACTION_TOGGLE_LEGEND" msgid "Legend on/off" -msgstr "显示/隐藏图例" +msgstr "图例打开/关闭" #: chart2/inc/strings.hrc:114 msgctxt "STR_ACTION_TOGGLE_GRID_HORZ" diff -Nru libreoffice-l10n-6.2.5/translations/source/zh-CN/cui/messages.po libreoffice-l10n-6.2.6/translations/source/zh-CN/cui/messages.po --- libreoffice-l10n-6.2.5/translations/source/zh-CN/cui/messages.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/zh-CN/cui/messages.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,7 +4,7 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2019-05-02 15:43+0200\n" -"PO-Revision-Date: 2019-06-24 02:05+0000\n" +"PO-Revision-Date: 2019-07-03 07:04+0000\n" "Last-Translator: Dian LI \n" "Language-Team: LANGUAGE \n" "Language: zh_CN\n" @@ -14,7 +14,7 @@ "Plural-Forms: nplurals=1; plural=0;\n" "X-Accelerator-Marker: ~\n" "X-Generator: Pootle 2.8\n" -"X-POOTLE-MTIME: 1561341914.000000\n" +"X-POOTLE-MTIME: 1562137452.000000\n" #: cui/inc/numcategories.hrc:17 msgctxt "numberingformatpage|liststore1" @@ -4926,12 +4926,12 @@ #: cui/uiconfig/ui/effectspage.ui:355 msgctxt "effectspage|liststore3" msgid "Circle" -msgstr "圆形" +msgstr "圈" #: cui/uiconfig/ui/effectspage.ui:356 msgctxt "effectspage|liststore3" msgid "Disc" -msgstr "大圆点" +msgstr "圆盘" #: cui/uiconfig/ui/effectspage.ui:357 msgctxt "effectspage|liststore3" @@ -8193,7 +8193,7 @@ #: cui/uiconfig/ui/optlanguagespage.ui:153 msgctxt "optlanguagespage|decimalseparator" msgid "_Same as locale setting ( %1 )" -msgstr "与语言环境设置相同 (%1) (_S)" +msgstr "与区域设置相同 (%1) (_S)" #: cui/uiconfig/ui/optlanguagespage.ui:174 msgctxt "optlanguagespage|label1" diff -Nru libreoffice-l10n-6.2.5/translations/source/zh-CN/dbaccess/messages.po libreoffice-l10n-6.2.6/translations/source/zh-CN/dbaccess/messages.po --- libreoffice-l10n-6.2.5/translations/source/zh-CN/dbaccess/messages.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/zh-CN/dbaccess/messages.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,7 +4,7 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2019-02-11 12:12+0100\n" -"PO-Revision-Date: 2019-06-18 23:53+0000\n" +"PO-Revision-Date: 2019-07-04 12:29+0000\n" "Last-Translator: Dian LI \n" "Language-Team: LANGUAGE \n" "Language: zh_CN\n" @@ -14,7 +14,7 @@ "Plural-Forms: nplurals=1; plural=0;\n" "X-Accelerator-Marker: ~\n" "X-Generator: Pootle 2.8\n" -"X-POOTLE-MTIME: 1560902019.000000\n" +"X-POOTLE-MTIME: 1562243378.000000\n" #: dbaccess/inc/query.hrc:26 msgctxt "RSC_QUERY_OBJECT_TYPE" @@ -726,7 +726,7 @@ #: dbaccess/inc/strings.hrc:165 msgctxt "STR_ERROR_PARSING_STATEMENT" msgid "$object$ is based on an SQL command which could not be parsed." -msgstr "$object$ 基于的 SQL 命令未能解析。" +msgstr "未能解析用于构造「$object$」的 SQL 命令。" #. To translators: for $object$, one of the values of the RSC_QUERY_OBJECT_TYPE resource (except \"SQL command\", which doesn't make sense here) will be inserted. #: dbaccess/inc/strings.hrc:167 @@ -3334,7 +3334,7 @@ #: dbaccess/uiconfig/ui/odbcpage.ui:143 msgctxt "odbcpage|useCatalogCheckbutton" msgid "Use catalog for file-based databases" -msgstr "对基于文件的数据库使用 catalog" +msgstr "对基于文件的数据库使用编目" #: dbaccess/uiconfig/ui/odbcpage.ui:165 msgctxt "odbcpage|label1" @@ -3708,7 +3708,7 @@ #: dbaccess/uiconfig/ui/savedialog.ui:100 msgctxt "savedialog|catalogft" msgid "_Catalog:" -msgstr "分类(_C):" +msgstr "目录(_C):" #: dbaccess/uiconfig/ui/savedialog.ui:114 msgctxt "savedialog|schemaft" @@ -3878,7 +3878,7 @@ #: dbaccess/uiconfig/ui/specialsettingspage.ui:128 msgctxt "specialsettingspage|usecatalogname" msgid "Use catalog name in SELECT statements" -msgstr "在 SELECT 语句中使用 catalog 名称" +msgstr "在 SELECT 语句中使用编目名称" #: dbaccess/uiconfig/ui/specialsettingspage.ui:143 msgctxt "specialsettingspage|useschemaname" @@ -4228,7 +4228,7 @@ #: dbaccess/uiconfig/ui/userdetailspage.ui:96 msgctxt "userdetailspage|usecatalog" msgid "_Use catalog" -msgstr "使用 catalog(_U)" +msgstr "使用编目(_U)" #: dbaccess/uiconfig/ui/userdetailspage.ui:115 msgctxt "userdetailspage|optionslabel" diff -Nru libreoffice-l10n-6.2.5/translations/source/zh-CN/desktop/messages.po libreoffice-l10n-6.2.6/translations/source/zh-CN/desktop/messages.po --- libreoffice-l10n-6.2.5/translations/source/zh-CN/desktop/messages.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/zh-CN/desktop/messages.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,7 +4,7 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2018-11-05 17:38+0100\n" -"PO-Revision-Date: 2019-03-19 07:27+0000\n" +"PO-Revision-Date: 2019-07-03 22:17+0000\n" "Last-Translator: Dian LI \n" "Language-Team: LANGUAGE \n" "Language: zh_CN\n" @@ -14,7 +14,7 @@ "Plural-Forms: nplurals=1; plural=0;\n" "X-Accelerator-Marker: ~\n" "X-Generator: Pootle 2.8\n" -"X-POOTLE-MTIME: 1552980424.000000\n" +"X-POOTLE-MTIME: 1562192234.000000\n" #: desktop/inc/strings.hrc:25 msgctxt "RID_STR_COPYING_PACKAGE" @@ -619,10 +619,10 @@ "\n" "Do you really want to continue?" msgstr "" -"%PRODUCTNAME 的另外一个实例正在访问您的个人设置或您的设置已被锁定。\n" -"同时访问个人设置会造成数据不一致。继续前请您确定用户「$u」已关闭主机「$h」上运行的 %PRODUCTNAME。\n" +"%PRODUCTNAME 的其他实例正在访问您的个人设置,或您的个人设置已被锁定。\n" +"同时访问个人设置会造成数据不一致。在继续之前,请确保用户「$u」已关闭运行在主机「$h」上的 %PRODUCTNAME。\n" "\n" -"您确定要继续吗?" +"是否确定要继续?" #: desktop/inc/strings.hrc:174 msgctxt "STR_TITLE_USERDATALOCKED" @@ -895,7 +895,7 @@ #: desktop/uiconfig/ui/updatedialog.ui:252 msgctxt "updatedialog|RELEASE_NOTES_LINK" msgid "Release notes" -msgstr "发行说明" +msgstr "发布说明" #: desktop/uiconfig/ui/updateinstalldialog.ui:8 msgctxt "updateinstalldialog|UpdateInstallDialog" diff -Nru libreoffice-l10n-6.2.5/translations/source/zh-CN/dictionaries/en/dialog.po libreoffice-l10n-6.2.6/translations/source/zh-CN/dictionaries/en/dialog.po --- libreoffice-l10n-6.2.5/translations/source/zh-CN/dictionaries/en/dialog.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/zh-CN/dictionaries/en/dialog.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,7 +4,7 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2015-04-22 23:40+0200\n" -"PO-Revision-Date: 2019-05-21 04:51+0000\n" +"PO-Revision-Date: 2019-06-28 06:00+0000\n" "Last-Translator: Dian LI \n" "Language-Team: LANGUAGE \n" "Language: zh_CN\n" @@ -14,7 +14,7 @@ "Plural-Forms: nplurals=1; plural=0;\n" "X-Accelerator-Marker: ~\n" "X-Generator: Pootle 2.8\n" -"X-POOTLE-MTIME: 1558414291.000000\n" +"X-POOTLE-MTIME: 1561701618.000000\n" #: en_en_US.properties msgctxt "" @@ -118,7 +118,7 @@ "hlp_mdash\n" "property.text" msgid "Force unspaced em dash instead of spaced en dash." -msgstr "强制使用无空格的长破折号而非带空格的短破折号。" +msgstr "强制使用无间隔的长破折号,代替有间隔的短破折号。" #: en_en_US.properties msgctxt "" @@ -134,7 +134,7 @@ "hlp_ndash\n" "property.text" msgid "Force spaced en dash instead of unspaced em dash." -msgstr "强制使用带空格的短破折号而非无空格的长破折号。" +msgstr "强制使用有间隔的短破折号,代替无间隔的长破折号。" #: en_en_US.properties msgctxt "" diff -Nru libreoffice-l10n-6.2.5/translations/source/zh-CN/helpcontent2/source/auxiliary.po libreoffice-l10n-6.2.6/translations/source/zh-CN/helpcontent2/source/auxiliary.po --- libreoffice-l10n-6.2.5/translations/source/zh-CN/helpcontent2/source/auxiliary.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/zh-CN/helpcontent2/source/auxiliary.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,7 +4,7 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2018-07-19 13:30+0200\n" -"PO-Revision-Date: 2019-05-22 13:29+0000\n" +"PO-Revision-Date: 2019-07-10 04:03+0000\n" "Last-Translator: Dian LI \n" "Language-Team: LANGUAGE \n" "Language: zh_CN\n" @@ -14,7 +14,7 @@ "Plural-Forms: nplurals=1; plural=0;\n" "X-Accelerator-Marker: ~\n" "X-Generator: Pootle 2.8\n" -"X-POOTLE-MTIME: 1558531769.000000\n" +"X-POOTLE-MTIME: 1562731410.000000\n" #: sbasic.tree msgctxt "" @@ -198,7 +198,7 @@ "0812\n" "node.text" msgid "Viewing, Selecting, Copying" -msgstr "查看,选择,复制" +msgstr "查看、选择、复制" #: scalc.tree msgctxt "" @@ -358,7 +358,7 @@ "1008\n" "node.text" msgid "Printing, Faxing, Sending" -msgstr "打印,传真,发送" +msgstr "打印、传真、发送" #: shared.tree msgctxt "" diff -Nru libreoffice-l10n-6.2.5/translations/source/zh-CN/helpcontent2/source/text/sbasic/guide.po libreoffice-l10n-6.2.6/translations/source/zh-CN/helpcontent2/source/text/sbasic/guide.po --- libreoffice-l10n-6.2.5/translations/source/zh-CN/helpcontent2/source/text/sbasic/guide.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/zh-CN/helpcontent2/source/text/sbasic/guide.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,7 +4,7 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2018-04-25 13:24+0200\n" -"PO-Revision-Date: 2019-03-19 06:41+0000\n" +"PO-Revision-Date: 2019-07-10 02:43+0000\n" "Last-Translator: Dian LI \n" "Language-Team: LANGUAGE \n" "Language: zh_CN\n" @@ -14,7 +14,7 @@ "Plural-Forms: nplurals=1; plural=0;\n" "X-Accelerator-Marker: ~\n" "X-Generator: Pootle 2.8\n" -"X-POOTLE-MTIME: 1552977663.000000\n" +"X-POOTLE-MTIME: 1562726601.000000\n" #: access2base.xhp msgctxt "" @@ -62,7 +62,7 @@ "par_idA2B005\n" "help.text" msgid "The functionalities provided by the implemented macros are all directly inspired by Microsoft Access. The macros are callable mainly from a LibreOffice Base application, but also from any LibreOffice document (Writer, Calc, ...) where access to data stored in a database makes sense." -msgstr "这些宏中提供的功能都是直接受微软 Access 的启发而实施的。这些宏主要运行于 LibreOffice Base 程序中,但是,如果有必要调用储存在数据库中的数据,当然也可以在任何其他 LibreOffice 文档 (Writer, Calc, ...) 中运行。" +msgstr "这些宏中提供的功能都是直接受微软 Access 的启发而实施的。这些宏主要运行于 LibreOffice Base 程序中,但是,如果有必要调用储存在数据库中的数据,当然也可以在「任何」其他 LibreOffice 文档 (Writer, Calc, ...) 中运行。" #: access2base.xhp msgctxt "" @@ -110,7 +110,7 @@ "par_idA2B011\n" "help.text" msgid "a number of actions with a syntax identical to their corresponding Microsoft Access macros/actions," -msgstr "一些动作,其语法与相应的 Microsoft Access 宏/动作相同," +msgstr "一些「动作」,其语法与相应的 Microsoft Access 宏/动作相同," #: access2base.xhp msgctxt "" @@ -126,7 +126,7 @@ "par_idA2B013\n" "help.text" msgid "the support of the shortcut notations like Forms!myForm!myControl" -msgstr "支持类似 Forms!myForm!myControl 的快捷符号(shortcut notations)" +msgstr "支持类似「表单!我的表单!我的控件」的快捷表示法" #: access2base.xhp msgctxt "" @@ -150,7 +150,7 @@ "par_idA2B016\n" "help.text" msgid "facilities for programming form, dialog and control events and" -msgstr "用于编程表单、对话框以及控件事件的工具,以及" +msgstr "用于编程表单、对话框以及控件「事件」的工具,以及" #: access2base.xhp msgctxt "" diff -Nru libreoffice-l10n-6.2.5/translations/source/zh-CN/helpcontent2/source/text/sbasic/shared/01.po libreoffice-l10n-6.2.6/translations/source/zh-CN/helpcontent2/source/text/sbasic/shared/01.po --- libreoffice-l10n-6.2.5/translations/source/zh-CN/helpcontent2/source/text/sbasic/shared/01.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/zh-CN/helpcontent2/source/text/sbasic/shared/01.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,7 +4,7 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2018-11-14 12:22+0100\n" -"PO-Revision-Date: 2019-03-08 20:02+0000\n" +"PO-Revision-Date: 2019-07-10 02:43+0000\n" "Last-Translator: Dian LI \n" "Language-Team: LANGUAGE \n" "Language: zh_CN\n" @@ -14,7 +14,7 @@ "Plural-Forms: nplurals=1; plural=0;\n" "X-Accelerator-Marker: ~\n" "X-Generator: Pootle 2.8\n" -"X-POOTLE-MTIME: 1552075356.000000\n" +"X-POOTLE-MTIME: 1562726599.000000\n" #: 06130000.xhp msgctxt "" @@ -534,7 +534,7 @@ "par_id3155892\n" "help.text" msgid "Adds the selected library as a read-only file. The library is reloaded each time you start %PRODUCTNAME." -msgstr "以只读文件的方式添加选中的库。每次启动 %PRODUCTNAME 时,都会重新加载该库。" +msgstr "以只读文件的方式添加选中的库。每次启动「%PRODUCTNAME」时,都会重新加载该库。" #: 06130500.xhp msgctxt "" diff -Nru libreoffice-l10n-6.2.5/translations/source/zh-CN/helpcontent2/source/text/sbasic/shared/02.po libreoffice-l10n-6.2.6/translations/source/zh-CN/helpcontent2/source/text/sbasic/shared/02.po --- libreoffice-l10n-6.2.5/translations/source/zh-CN/helpcontent2/source/text/sbasic/shared/02.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/zh-CN/helpcontent2/source/text/sbasic/shared/02.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,7 +4,7 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2017-05-12 14:35+0200\n" -"PO-Revision-Date: 2019-06-24 02:09+0000\n" +"PO-Revision-Date: 2019-07-10 04:06+0000\n" "Last-Translator: Dian LI \n" "Language-Team: LANGUAGE \n" "Language: zh_CN\n" @@ -14,7 +14,7 @@ "Plural-Forms: nplurals=1; plural=0;\n" "X-Accelerator-Marker: ~\n" "X-Generator: Pootle 2.8\n" -"X-POOTLE-MTIME: 1561342192.000000\n" +"X-POOTLE-MTIME: 1562731591.000000\n" #: 11010000.xhp msgctxt "" @@ -326,7 +326,7 @@ "par_id3149346\n" "help.text" msgid "The breakpoint is inserted at the cursor position. Use a breakpoint to interrupt a program just before an error occurs. You can then troubleshoot the program by running it in Single Step mode until the error occurs. You can also use the Watch icon to check the content of the relevant variables." -msgstr "断点会插入到光标所在的位置。使用断点在错误发生之前中断程序。然后可以在 单步 模式下执行程序,直到发生错误,以便确定程序中的问题。也可以使用 监视 图标检查相关变量的内容。" +msgstr "断点会插入到光标所在的位置。使用断点在错误发生之前中断程序。然后可以在 单步 模式下执行程序,直到发生错误,以便确定程序中的问题。也可以使用 监视 图标检查相关变量的内容。" #: 11070000.xhp msgctxt "" @@ -414,7 +414,7 @@ "hd_id3153255\n" "help.text" msgid "Object Catalog" -msgstr "对象类别" +msgstr "对象目录" #: 11090000.xhp msgctxt "" @@ -422,7 +422,7 @@ "par_id3151384\n" "help.text" msgid "Opens the Objects pane, where you can view Basic objects." -msgstr "打开对象面板,用于查看Basic对象。" +msgstr "打开「对象」面板,可以查看 Basic 对象。" #: 11090000.xhp msgctxt "" diff -Nru libreoffice-l10n-6.2.5/translations/source/zh-CN/helpcontent2/source/text/sbasic/shared.po libreoffice-l10n-6.2.6/translations/source/zh-CN/helpcontent2/source/text/sbasic/shared.po --- libreoffice-l10n-6.2.5/translations/source/zh-CN/helpcontent2/source/text/sbasic/shared.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/zh-CN/helpcontent2/source/text/sbasic/shared.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,7 +4,7 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2018-11-16 22:41+0100\n" -"PO-Revision-Date: 2019-06-24 02:09+0000\n" +"PO-Revision-Date: 2019-07-10 04:03+0000\n" "Last-Translator: Dian LI \n" "Language-Team: LANGUAGE \n" "Language: zh_CN\n" @@ -14,7 +14,7 @@ "Plural-Forms: nplurals=1; plural=0;\n" "X-Accelerator-Marker: ~\n" "X-Generator: Pootle 2.8\n" -"X-POOTLE-MTIME: 1561342163.000000\n" +"X-POOTLE-MTIME: 1562731429.000000\n" #: 00000002.xhp msgctxt "" @@ -54,7 +54,7 @@ "par_id3156443\n" "help.text" msgid "When converting numbers, $[officename] Basic uses the locale settings of the system for determining the type of decimal and thousand separator." -msgstr "在转换数字时,$[officename] Basic 使用系统的语言环境设置来确定小数点和千位分隔符的类型。" +msgstr "在转换数字时,$[officename] Basic 使用系统的区域设置来确定小数点和千位分隔符的类型。" #: 00000002.xhp msgctxt "" @@ -190,7 +190,7 @@ "par_id3150870\n" "help.text" msgid "The same applies to the locale settings for date, time and currency formats. The Basic format code will be interpreted and displayed according to your locale setting." -msgstr "同样适用于日期、时间和货币格式的语言环境设置。Basic 格式的代码的解释和显示将遵循您的语言环境设置。" +msgstr "同样适用于日期、时间和货币格式的区域设置。Basic 格式的代码的解释和显示将遵循您的区域设置。" #: 00000003.xhp msgctxt "" @@ -1654,7 +1654,7 @@ "par_id3156424\n" "help.text" msgid "A function is essentially a sub, which returns a value. You may use a function at the right side of a variable declaration, or at other places where you normally use values, for example:" -msgstr "函数实质上是返回数值的子程序。您可以在变量声明的右边或其他通常需要使用数值的位置处使用函数,例如:" +msgstr "「函数」实质上是返回数值的子程序。您可以在变量声明的右边或其他通常需要使用数值的位置处使用函数,例如:" #: 01010210.xhp msgctxt "" @@ -1822,7 +1822,7 @@ "par_id3153876\n" "help.text" msgid "Not valid, variable with space must be enclosed in square brackets" -msgstr "无效,带空格的变量必须放在方括号中" +msgstr "无效,含有空格的变量必须用方括号括起来" #: 01020100.xhp msgctxt "" @@ -1886,7 +1886,7 @@ "par_id3150982\n" "help.text" msgid "Declares the variable \"a\" as a String" -msgstr "将变量 \"a\" 声明为字符串" +msgstr "声明变量「a」为字符串" #: 01020100.xhp msgctxt "" @@ -1894,7 +1894,7 @@ "par_id3150343\n" "help.text" msgid "Declares the variable \"a\" as a String" -msgstr "将变量 \"a\" 声明为字符串" +msgstr "声明变量「a」为字符串" #: 01020100.xhp msgctxt "" @@ -1910,7 +1910,7 @@ "par_idN10859\n" "help.text" msgid "Declares c as a Boolean variable that can be TRUE or FALSE" -msgstr "将 c 声明为可以是 TRUE 或 FALSE 的布尔变量" +msgstr "将「c」声明为可以是 TRUE 或 FALSE 的布尔变量" #: 01020100.xhp msgctxt "" @@ -1926,7 +1926,7 @@ "par_id3154527\n" "help.text" msgid "Declares \"a\" as a String" -msgstr "将变量 \"a\" 声明为字符串" +msgstr "将变量「a」声明为字符串" #: 01020100.xhp msgctxt "" @@ -1934,7 +1934,7 @@ "par_id3153064\n" "help.text" msgid "Type-declaration missing: \"a$=\"" -msgstr "缺少类型声明: \"a$=\"" +msgstr "缺少类型声明: 「a$=」" #: 01020100.xhp msgctxt "" @@ -1990,7 +1990,7 @@ "par_id3153972\n" "help.text" msgid "Numeric variables can contain number values. Some variables are used to store large or small numbers, and others are used for floating-point or fractional numbers." -msgstr "数字变量可以含有数字值。有些变量用于存储较大或较小的数字,另一些则用于存储浮点数或分数。" +msgstr "「数字」变量可以含有数字值。有些变量用于存储较大或较小的数字,另一些则用于存储浮点数或分数。" #: 01020100.xhp msgctxt "" @@ -1998,7 +1998,7 @@ "par_id3159226\n" "help.text" msgid "String variables contain character strings." -msgstr "字符串变量含有字符串。" +msgstr "「字符串」变量含有字符串。" #: 01020100.xhp msgctxt "" @@ -2006,7 +2006,7 @@ "par_id3145217\n" "help.text" msgid "Boolean variables contain either the TRUE or the FALSE value." -msgstr "布尔变量含有 TRUE 或 FALSE 值。" +msgstr "「布尔」变量含有 TRUE 或 FALSE 值。" #: 01020100.xhp msgctxt "" @@ -2014,7 +2014,7 @@ "par_id3154762\n" "help.text" msgid "Object variables can store objects of various types, like tables and documents within a document." -msgstr "对象变量可以存储各种类型的对象,例如在文档中含有表格和文档。" +msgstr "「对象」变量可以存储各种类型的对象,例如在文档中含有表格和文档。" #: 01020100.xhp msgctxt "" @@ -2110,7 +2110,7 @@ "par_id3150953\n" "help.text" msgid "Double variables can take positive or negative values ranging from 1.79769313486232 x 10E308 to 4.94065645841247 x 10E-324. Double variables are floating-point variables, in which the decimal precision decreases as the non-decimal part of the number increases. Double variables are suitable for precise calculations. Calculations require more time than for Single variables. A Double variable requires 8 bytes of memory. The type-declaration character is \"#\"." -msgstr "双精度变量可以接受 1.79769313486232 x 10E308 到 4.94065645841247 x 10E-324 之间的正值或负值。双精度变量是浮点变量,其小数精度会随着非小数部分位数的增加而降低。双精度变量适合进行精确计算。其计算速度比单精度变量慢。双精度变量需要八个字节的内存。其类型声明字符是「#」。" +msgstr "双精度变量可以接受从 1.79769313486232 x 10E308 到 4.94065645841247 x 10E-324 之间的正值或负值。双精度变量是浮点变量,其小数精度会随着非小数部分位数的增加而降低。双精度变量适合进行精确计算。其计算速度比单精度变量慢。双精度变量需要八个字节的内存。其类型声明字符是「#」。" #: 01020100.xhp msgctxt "" @@ -2174,7 +2174,7 @@ "par_id3159116\n" "help.text" msgid "Date variables can only contain dates and time values stored in an internal format. Values assigned to Date variables with Dateserial, Datevalue, Timeserial or Timevalue are automatically converted to the internal format. Date-variables are converted to normal numbers by using the Day, Month, Year or the Hour, Minute, Second function. The internal format enables a comparison of date/time values by calculating the difference between two numbers. These variables can only be declared with the key word Date." -msgstr "日期变量只能含有以内部格式存储的日期值和时间值。 通过 DateserialDatevalueTimeserial 或者 Timevalue 赋于日期变量的值将自动转换为内部格式。 可用 DayMonthYear 或者 HourMinuteSecond 函数将日期变量转换为普通数字。 内部格式可以通过计算两个值之间的差比较日期/时间值。 这些变量只能用关键字 Date声明。" +msgstr "日期变量只能含有以内部格式存储的日期值和时间值。 通过 DateserialDatevalueTimeserial 或者 Timevalue 赋于日期变量的值将自动转换为内部格式。 可用 DayMonthYear 或者 HourMinuteSecond 函数将日期变量转换为普通数字。 内部格式可以通过计算两个值之间的差比较日期/时间值。 这些变量只能用关键字「Date」声明。" #: 01020100.xhp msgctxt "" @@ -2190,7 +2190,7 @@ "par_id3154549\n" "help.text" msgid "As soon as the variable has been declared, it is automatically set to the \"Null\" value. Note the following conventions:" -msgstr "只要一声明变量,就会自动将其设置为 \"NULL\" 值。请注意以下规范:" +msgstr "只要一声明变量,就会自动将其设置为「NULL」值。请注意以下规范:" #: 01020100.xhp msgctxt "" @@ -2198,7 +2198,7 @@ "par_id3143222\n" "help.text" msgid "Numeric variables are automatically assigned the value \"0\" as soon as they are declared." -msgstr "声明数字变量后将自动指定值 \"0\"。" +msgstr "声明「数字」变量后将自动指定值「0」。" #: 01020100.xhp msgctxt "" @@ -2206,7 +2206,7 @@ "par_id3150693\n" "help.text" msgid "Date variables are assigned the value 0 internally; equivalent to converting the value to \"0\" with the Day, Month, Year or the Hour, Minute, Second function." -msgstr "「日期变量在内部被指定值 0,相当于使用 Day」、MonthYearHourMinuteSecond 函数将其值转换为「0」。" +msgstr "「日期」变量在内部被指定值 0,相当于使用 DayMonthYearHourMinuteSecond 函数将其值转换为「0」。" #: 01020100.xhp msgctxt "" @@ -2214,7 +2214,7 @@ "par_id3154807\n" "help.text" msgid "String variables are assigned an empty-string (\"\") when they are declared." -msgstr "字符串变量在声明时被指定为空字符串 (\"\")。" +msgstr "「字符串」变量在声明时被指定为空字符串 (\"\")。" #: 01020100.xhp msgctxt "" @@ -2238,7 +2238,7 @@ "par_id3149546\n" "help.text" msgid "Arrays must be declared with the Dim statement. There are several ways to define the index range of an array:" -msgstr "数组必须使用「Dim」语句进行声明。定义数组的索引范围时可以使用以下方法:" +msgstr "数组「必须」使用「Dim」语句进行声明。定义数组的索引范围时可以使用以下方法:" #: 01020100.xhp msgctxt "" @@ -2926,7 +2926,7 @@ "par_id3145069\n" "help.text" msgid "The Basic Editor provides the standard editing functions you are familiar with when working in a text document. It supports the functions of the Edit menu (Cut, Delete, Paste), the ability to select text with the Shift key, as well as cursor positioning functions (for example, moving from word to word with CommandCtrl and the arrow keys)." -msgstr "Basic 编辑器提供了与文本文档类似的标准编辑功能。它支持编辑菜单中的功能 (剪切、删除、粘贴),支持通过使用 Shift 键选择文本,以及光标定位功能 (例如通过使用 命令Ctrl 和方向键在字词之间移动光标)。" +msgstr "Basic 编辑器提供了与文本文档类似的标准编辑功能。它支持「编辑」菜单中的功能 (剪切、删除、粘贴),支持通过使用 Shift 键选择文本,以及光标定位功能 (例如通过使用 命令Ctrl 和方向键在字词之间移动光标)。" #: 01030200.xhp msgctxt "" @@ -2982,7 +2982,7 @@ "hd_id3153190\n" "help.text" msgid "The Object Catalog" -msgstr "对象类别" +msgstr "对象目录" #: 01030200.xhp msgctxt "" @@ -3142,7 +3142,7 @@ "par_id3155805\n" "help.text" msgid "The single step execution using the Single Step icon causes the program to branch into procedures and functions." -msgstr "如果使用「单步」图标调用单步执行,程序将进入过程和函数内部执行。" +msgstr "如果使用「单步」图标调用「单步」执行,程序将进入过程和函数内部执行。" #: 01030300.xhp msgctxt "" @@ -3174,7 +3174,7 @@ "par_id3148473\n" "help.text" msgid "You can activate and deactivate a breakpoint by selecting Active from its context menu. When a breakpoint is deactivated, it does not interrupt the program execution." -msgstr "通过选择右键菜单中的「活动」选项,您可以激活停用断点。如果断点处于停用状态,则不会暂停程序的执行。" +msgstr "通过选择右键菜单中的「活动」选项,您可以「激活」与「停用」断点。如果断点处于停用状态,则不会暂停程序的执行。" #: 01030300.xhp msgctxt "" @@ -3198,7 +3198,7 @@ "par_id3158407\n" "help.text" msgid "The Pass Count specifies the number of times the breakpoint can be passed over before the program is interrupted. If you enter 0 (default setting) the program is always interrupted as soon as a breakpoint is encountered." -msgstr "穿透用于指定在程序暂停之前,断点被穿透的次数。如果输入 0 (默认设置),则一旦遇到断点,程序就会暂停执行。" +msgstr "「穿透」用于指定在程序暂停之前,断点被穿透的次数。如果输入 0 (默认设置),则一旦遇到断点,程序就会暂停执行。" #: 01030300.xhp msgctxt "" @@ -3414,7 +3414,7 @@ "par_id3147004\n" "help.text" msgid "Click OK to import the library." -msgstr "点击确定导入库。" +msgstr "点击「确定」导入库。" #: 01030400.xhp msgctxt "" @@ -3486,7 +3486,7 @@ "par_id3147012\n" "help.text" msgid "Click Save to export the library." -msgstr "点击保存导出库。" +msgstr "点击「保存」导出库。" #: 01030400.xhp msgctxt "" @@ -5542,7 +5542,7 @@ "par_id3146144\n" "help.text" msgid "To switch between dialog pages at run time, you need to create a macro that changes the value of Page (Step)." -msgstr "要于运行时在对话框页面之间进行切换,需要创建一个修改页 (步) 的值的宏。" +msgstr "要于运行时在对话框页面之间进行切换,需要创建一个修改「页 (步)」的值的宏。" #: 01170101.xhp msgctxt "" @@ -7246,7 +7246,7 @@ "par_id3153092\n" "help.text" msgid "Number: Number of spaces to be inserted by the Spc function." -msgstr "「Number」: 使用「Spc」函数插入的空格数目。" +msgstr "「数字」: 使用「Spc」函数插入的空格数目。" #: 03010103.xhp msgctxt "" @@ -7446,7 +7446,7 @@ "par_id3153897\n" "help.text" msgid "If x_pos and y_pos are omitted, the dialog is centered on the screen. The position is specified in twips." -msgstr "如果省略 x_pos 和「y_pos」参数,对话框将显示在屏幕的中心位置,具体位置在 twips 中指定。" +msgstr "如果省略「x_pos」和「y_pos」参数,对话框将显示在屏幕的中心位置,具体位置在 twips 中指定。" #: 03010201.xhp msgctxt "" @@ -9326,7 +9326,7 @@ "par_id3163713\n" "help.text" msgid "To add an expression list to a new or an existing file, the file must be opened in the Output or Append mode." -msgstr "要向新的或现有的文件中添加表达式列表,必须以 Output 或「Append」模式打开文件。" +msgstr "要向新的或现有的文件中添加表达式列表,必须以「Output」或「Append」模式打开文件。" #: 03020205.xhp msgctxt "" @@ -9350,7 +9350,7 @@ "par_id6618854\n" "help.text" msgid "Numbers with decimal delimiters are converted according to the locale settings." -msgstr "根据语言环境设置,转换带小数分隔符的数值。" +msgstr "根据区域设置,转换带小数分隔符的数值。" #: 03020205.xhp msgctxt "" @@ -11926,7 +11926,7 @@ "par_id3149481\n" "help.text" msgid "Whereas you define the DateValue function as a string that contains the date, the DateSerial function evaluates each of the parameters (year, month, day) as separate numeric expressions." -msgstr "由于「DateValue 函数」中可以定义含有日期的字符串,因此 DateSerial 函数将每个参数 (year、month、day) 当作独立的数字表达式来求值。" +msgstr "由于「DateValue 函数」中可以定义含有日期的字符串,因此「DateSerial 函数」将每个参数 (year、month、day) 当作独立的数字表达式来求值。" #: 03030101.xhp msgctxt "" @@ -12030,7 +12030,7 @@ "par_id3153770\n" "help.text" msgid "Date: String expression that contains the date that you want to calculate. In contrast to the DateSerial function that passes years, months and days as separate numeric values, the DateValue function requests the date string to be according to either one of the date acceptance patterns defined for your locale setting (see Tools - Options - Language Settings - Languages) or to ISO date format (momentarily, only the ISO format with hyphens, e.g. \"2012-12-31\" is accepted)." -msgstr "「日期」: 包含您想要计算的日期字符串表达式。 与将年月日处理为单独数值的 DateSerial 函数相比, DateValue 函数需要日期字符串必须为在您的本地化设置中 (查看 工具 - 设置 - 语言设置 - 语言) 定义的可接受的形式,或是ISO日期格式 (暂时仅支持带有连字符的 ISO 格式,例如 \"2012-12-31\" )。" +msgstr "「日期」: 包含您想要计算的日期字符串表达式。 与将年月日处理为单独数值的 DateSerial 函数相比, DateValue 函数需要日期字符串必须为在您的本地化设置中 (查看「工具 - 设置 - 语言设置 - 语言」) 定义的可接受的形式,或是ISO日期格式 (暂时仅支持带有连字符的 ISO 格式,例如 \"2012-12-31\" )。" #: 03030102.xhp msgctxt "" @@ -12118,7 +12118,7 @@ "par_id3156423\n" "help.text" msgid "Number: A numeric expression that contains a serial date number from which you can determine the day of the month." -msgstr "「Number」: 数字表达式,含有用于确定某个月中某一天的顺序日期数。" +msgstr "「数字」: 数字表达式,含有用于确定某个月中某一天的顺序日期数。" #: 03030103.xhp msgctxt "" @@ -12230,7 +12230,7 @@ "par_id3156423\n" "help.text" msgid "Number: Numeric expression that contains the serial date number that is used to determine the month of the year." -msgstr "「Number」: 数字表达式,含有用于确定某一年份中的月份的顺序日期数。" +msgstr "「数字」: 数字表达式,含有用于确定某一年份中的月份的顺序日期数。" #: 03030104.xhp msgctxt "" @@ -12342,7 +12342,7 @@ "par_id3151042\n" "help.text" msgid "Number: Integer expression that contains the serial date number that is used to calculate the day of the week (1-7)." -msgstr "「Number」: 含有用于计算一周 (1-7) 中的第几天的顺序日期数的整数表达式。" +msgstr "「数字」: 含有用于计算一周 (1-7) 中的第几天的顺序日期数的整数表达式。" #: 03030105.xhp msgctxt "" @@ -12510,7 +12510,7 @@ "par_id3163712\n" "help.text" msgid "Number: Integer expression that contains the serial date number that is used to calculate the year." -msgstr "「Number」: 整数表达式,含有用于计算年份的顺序日期数。" +msgstr "「数字」: 整数表达式,含有用于计算年份的顺序日期数。" #: 03030106.xhp msgctxt "" @@ -12638,7 +12638,7 @@ "par_id3145136\n" "help.text" msgid "Number: Integer that contains the serial date number." -msgstr "「Number」: 含有顺序日期数的整数。" +msgstr "「数字」: 含有顺序日期数的整数。" #: 03030107.xhp msgctxt "" @@ -14118,7 +14118,7 @@ "par_id3154366\n" "help.text" msgid "Number: Numeric expression that contains the serial time value that is used to return the hour value." -msgstr "「Number」: 数字表达式,含有用于计算小时值的顺序时间值。" +msgstr "「数字」: 数字表达式,含有用于计算小时值的顺序时间值。" #: 03030201.xhp msgctxt "" @@ -14246,7 +14246,7 @@ "par_id3153969\n" "help.text" msgid "Number: Numeric expression that contains the serial time value that is used to return the minute value." -msgstr "「Number」: 数字表达式,含有用于计算分钟值的顺序时间值。" +msgstr "「数字」: 数字表达式,含有用于计算分钟值的顺序时间值。" #: 03030202.xhp msgctxt "" @@ -14326,7 +14326,7 @@ "par_id3149670\n" "help.text" msgid "Returns the current system date and time as a Date value." -msgstr "以日期值的形式返回当前的系统日期与时间。" +msgstr "以「日期」值的形式返回当前的系统日期与时间。" #: 03030203.xhp msgctxt "" @@ -14446,7 +14446,7 @@ "par_id3154124\n" "help.text" msgid "Number: Numeric expression that contains the serial time number that is used to calculate the number of seconds." -msgstr "「Number」: 数字表达式,含有用于计算秒数的顺序时间数。" +msgstr "「数字」: 数字表达式,含有用于计算秒数的顺序时间数。" #: 03030204.xhp msgctxt "" @@ -17366,7 +17366,7 @@ "par_id3156212\n" "help.text" msgid "Number: Any numerical expression that represents the ratio of two sides of a right triangle. The Atn function returns the corresponding angle in radians (arctangent)." -msgstr "「Number」:表示直角三角形两边之比的任意数字表达式。Atn 函数返回以弧度为单位的相应角度 (反正切)。" +msgstr "「数字」:表示直角三角形两边之比的任意数字表达式。Atn 函数返回以弧度为单位的相应角度 (反正切)。" #: 03080101.xhp msgctxt "" @@ -17550,7 +17550,7 @@ "par_id3153770\n" "help.text" msgid "Number: Numeric expression that specifies an angle in radians that you want to calculate the cosine for." -msgstr "「Number」: 用于指定要计算余弦值的角度的数字表达式,以弧度为单位。" +msgstr "「数字」: 用于指定要计算余弦值的角度的数字表达式,以弧度为单位。" #: 03080102.xhp msgctxt "" @@ -17734,7 +17734,7 @@ "par_id3145786\n" "help.text" msgid "Number: Numeric expression that defines the angle in radians that you want to calculate the sine for." -msgstr "「Number」: 用于指定要计算正弦值的角度的数字表达式,以弧度为单位。" +msgstr "「数字」: 用于指定要计算正弦值的角度的数字表达式,以弧度为单位。" #: 03080103.xhp msgctxt "" @@ -17918,7 +17918,7 @@ "par_id3145786\n" "help.text" msgid "Number: Any numeric expression that you want to calculate the tangent for (in radians)." -msgstr "「Number」:要计算正切值的任意数字表达式 (以弧度为单位)。" +msgstr "「数字」:要计算正切值的任意数字表达式 (以弧度为单位)。" #: 03080104.xhp msgctxt "" @@ -18110,7 +18110,7 @@ "par_id3150793\n" "help.text" msgid "Number: Any numeric expression that specifies the power that you want to raise \"e\" to (the base of natural logarithms). The power must be for both single-precision numbers less than or equal to 88.02969 and double-precision numbers less than or equal to 709.782712893, since $[officename] Basic returns an Overflow error for numbers exceeding these values." -msgstr "「Number」: 用于指定 \"e\" (自然对数的底数) 的指数的任意数字表达式。指数的取值范围是: 单精度数必须小于或等于 88.02969,双精度数必须小于或等于 709.782712893。如果指数值超出了允许的范围,$[officename] Basic 将返回溢出错误。" +msgstr "「数字」: 用于指定 \"e\" (自然对数的底数) 的指数的任意数字表达式。指数的取值范围是: 单精度数必须小于或等于 88.02969,双精度数必须小于或等于 709.782712893。如果指数值超出了允许的范围,$[officename] Basic 将返回溢出错误。" #: 03080201.xhp msgctxt "" @@ -18206,7 +18206,7 @@ "par_id3151041\n" "help.text" msgid "Number: Any numeric expression that you want to calculate the natural logarithm for." -msgstr "「Number」:要计算自然对数的任意数字表达式。" +msgstr "「数字」:要计算自然对数的任意数字表达式。" #: 03080202.xhp msgctxt "" @@ -18302,7 +18302,7 @@ "par_id3145090\n" "help.text" msgid "Initializes the random-number generator used by the Rnd function." -msgstr "初始化 Rnd 函数所使用的随机数生成器。" +msgstr "初始化「Rnd」函数所使用的随机数生成器。" #: 03080301.xhp msgctxt "" @@ -18606,7 +18606,7 @@ "par_id3149457\n" "help.text" msgid "Number: Any numeric expression that you want to calculate the square root for." -msgstr "「Number」:要计算平方根的任意数字表达式。" +msgstr "「数字」:要计算平方根的任意数字表达式。" #: 03080401.xhp msgctxt "" @@ -18838,7 +18838,7 @@ "par_id3148797\n" "help.text" msgid "Number: Any valid numeric expression." -msgstr "「Number」: 任意有效的数字表达式。" +msgstr "「数字」: 任意有效的数字表达式。" #: 03080502.xhp msgctxt "" @@ -18974,7 +18974,7 @@ "par_id3154347\n" "help.text" msgid "Number: Any numeric expression that you want to return the absolute value for. Positive numbers, including 0, are returned unchanged, whereas negative numbers are converted to positive numbers." -msgstr "「Number」: 所要返回的绝对值的任意数字表达式。正数 (包括 0) 的绝对值是它本身,负数的绝对值是将该负数转换成对应的正数。" +msgstr "「数字」: 所要返回的绝对值的任意数字表达式。正数 (包括 0) 的绝对值是它本身,负数的绝对值是将该负数转换成对应的正数。" #: 03080601.xhp msgctxt "" @@ -19118,7 +19118,7 @@ "par_id3154365\n" "help.text" msgid "Number: Numeric expression that determines the value that is returned by the function." -msgstr "「Number」: 确定函数返回值的数字表达式。" +msgstr "「数字」: 确定函数返回值的数字表达式。" #: 03080701.xhp msgctxt "" @@ -19310,7 +19310,7 @@ "par_id3148947\n" "help.text" msgid "Number: Any numeric expression that you want to convert to a hexadecimal number." -msgstr "「Number」:要转换成十六进制数的任意数字表达式。" +msgstr "「数字」:要转换成十六进制数的任意数字表达式。" #: 03080801.xhp msgctxt "" @@ -19422,7 +19422,7 @@ "par_id3150768\n" "help.text" msgid "Number: Any numeric expression that you want to convert to an octal value." -msgstr "「Number」:要转换为八进制值的任意数字表达式。" +msgstr "「数字」:要转换为八进制值的任意数字表达式。" #: 03080802.xhp msgctxt "" @@ -19582,7 +19582,7 @@ "par_id3152939\n" "help.text" msgid "You can use GoTo and GoSub to jump out of an If...Then block, but not to jump into an If...Then structure." -msgstr "可以使用「GoTo」和 GoSub 跳出 If...Then 块,但是不能跳入 If...Then 结构。" +msgstr "可以使用「GoTo」和「GoSub」跳出「If...Then」块,但是不能跳入「If...Then」结构。" #: 03090101.xhp msgctxt "" @@ -19702,7 +19702,7 @@ "par_id3150448\n" "help.text" msgid "Expression: Any expression that is compatible with the Condition type expression. The statement block that follows the Case clause is executed if Condition matches Expression." -msgstr "「Expression」: 与 Condition 类型表达式兼容的任意表达式。如果「Condition」与 Expression 匹配,则执行 Case 子句之后的语句块。" +msgstr "「Expression」: 与 Condition 类型表达式兼容的任意表达式。如果「Condition」与「Expression」匹配,则执行 Case 子句之后的语句块。" #: 03090102.xhp msgctxt "" @@ -20142,7 +20142,7 @@ "par_id3149484\n" "help.text" msgid "Use the Exit Do statement to unconditionally end the loop. You can add this statement anywhere in a Do...Loop statement. You can also define an exit condition using the If...Then structure as follows:" -msgstr "「Exit Do」语句可用于无条件地结束循环。您可以在「Do...Loop」语句中的任意位置加入此语句。此外,也可以使用 If...Then 结构定义一个退出条件:" +msgstr "「Exit Do」语句可用于无条件地结束循环。您可以在「Do...Loop」语句中的任意位置加入此语句。此外,也可以使用「If...Then」结构定义一个退出条件:" #: 03090201.xhp msgctxt "" @@ -20318,7 +20318,7 @@ "par_id3154684\n" "help.text" msgid "The For...Next loop repeats all of the statements in the loop for the number of times that is specified by the parameters." -msgstr "For...Next 循环根据参数指定的次数重复执行循环中所有的语句。" +msgstr "「For...Next」循环根据参数指定的次数重复执行循环中所有的语句。" #: 03090202.xhp msgctxt "" @@ -20334,7 +20334,7 @@ "par_id3159154\n" "help.text" msgid "It is possible to nest For...Next statements. If you do not specify a variable following the Next statement, Next automatically refers to the most recent For statement." -msgstr "还可以嵌套 For...Next 语句。如果未在「Next」语句后指定变量,则「Next」将自动引用最近使用的「For」语句。" +msgstr "还可以嵌套「For...Next」语句。如果未在「Next」语句后指定变量,则「Next」将自动引用最近使用的「For」语句。" #: 03090202.xhp msgctxt "" @@ -20406,7 +20406,7 @@ "par_id3156286\n" "help.text" msgid "Note: In nested For...Next loops, if you exit a loop unconditionally with Exit For, only one loop is exited." -msgstr "注意: 在嵌套的 For...Next 循环中,如果使用 Exit For 无条件退出某个循环,则仅退出其所在的一级循环。" +msgstr "注意: 在嵌套的「For...Next」循环中,如果使用「Exit For」无条件退出某个循环,则仅退出其所在的一级循环。" #: 03090202.xhp msgctxt "" @@ -20838,7 +20838,7 @@ "par_id3145799\n" "help.text" msgid "The following example demonstrates the use of GoSub and Return. By executing a program section twice, the program calculates the square root of two numbers that are entered by the user." -msgstr "以下示例用于说明 GoSub 和「Return」的使用。通过将程序段执行两遍,计算由用户输入的两个数的平方根。" +msgstr "以下示例用于说明「GoSub」和「Return」的使用。通过将程序段执行两遍,计算由用户输入的两个数的平方根。" #: 03090301.xhp msgctxt "" @@ -21102,7 +21102,7 @@ "par_id3153194\n" "help.text" msgid "Label: Target line according to GoTo or GoSub structure." -msgstr "「Label: 取决于 GoTo」或 GoSub 结构的目标行。" +msgstr "「Label: 取决于「GoTo」或 GoSub」结构的目标行。" #: 03090303.xhp msgctxt "" @@ -21110,7 +21110,7 @@ "par_id3156442\n" "help.text" msgid "The GoTo or GoSub conventions are valid." -msgstr "「GoTo」或 GoSub 规范有效。" +msgstr "「GoTo」或「GoSub」规范有效。" #: 03090303.xhp msgctxt "" @@ -21582,7 +21582,7 @@ "par_id3145171\n" "help.text" msgid "End Function: Ends a Function statement." -msgstr "End Function: 结束 Function 语句。" +msgstr "End Function: 结束「Function」语句。" #: 03090404.xhp msgctxt "" @@ -21590,7 +21590,7 @@ "par_id3153192\n" "help.text" msgid "End If: Marks the end of a If...Then...Else block." -msgstr "End If: 标记 If...Then...Else 语句块的结束。" +msgstr "End If: 标记「If...Then...Else」语句块的结束。" #: 03090404.xhp msgctxt "" @@ -21598,7 +21598,7 @@ "par_id3148451\n" "help.text" msgid "End Select: Marks the end of a Select Case block." -msgstr "End Select: 标记 Select Case 语句块的结束。" +msgstr "End Select: 标记「Select Case」语句块的结束。" #: 03090404.xhp msgctxt "" @@ -21606,7 +21606,7 @@ "par_id3155131\n" "help.text" msgid "End Sub: Ends a Sub statement." -msgstr "End Sub: 结束 Sub 语句。" +msgstr "End Sub: 结束「Sub」语句。" #: 03090404.xhp msgctxt "" @@ -22222,7 +22222,7 @@ "par_id3153394\n" "help.text" msgid "Value: The value that you want to return if the expression is True." -msgstr "「Value」: 当表达式为 True 时返回的值。" +msgstr "「」: 当表达式为 True 时返回的值。" #: 03090410.xhp msgctxt "" @@ -22342,7 +22342,7 @@ "par_id3153394\n" "help.text" msgid "Exits a Do...Loop, For...Next, a function, or a subroutine." -msgstr "退出 Do...Loop、「For...Next」、函数或子例程。" +msgstr "退出「Do...Loop」「For...Next」、函数或子例程。" #: 03090412.xhp msgctxt "" @@ -22414,7 +22414,7 @@ "par_id3154685\n" "help.text" msgid "Exits the Function procedure immediately. Program execution continues with the statement that follows the Function call." -msgstr "立即退出函数过程。程序继续执行函数调用之后的语句。" +msgstr "立即退出「函数」过程。程序继续执行「函数」调用之后的语句。" #: 03090412.xhp msgctxt "" @@ -22430,7 +22430,7 @@ "par_id3149561\n" "help.text" msgid "Exits the subroutine immediately. Program execution continues with the statement that follows the Sub call." -msgstr "立即退出子例程。程序继续执行子程序调用之后的语句。" +msgstr "立即退出子例程。程序继续执行「子程序」调用之后的语句。" #: 03090412.xhp msgctxt "" @@ -24782,7 +24782,7 @@ "par_id711996\n" "help.text" msgid "Optionally, you can add the Preserve keyword as a parameter to preserve the contents of the array that is redimensioned." -msgstr "您还可以添加保留关键字作为参数,保留重新设置维数的矩阵内容。" +msgstr "您还可以添加「保留」关键字作为参数,保留重新设置维数的矩阵内容。" #: 03102101.xhp msgctxt "" @@ -25094,7 +25094,7 @@ "par_id3153311\n" "help.text" msgid "Tests if a numeric or string expression can be converted to a Date variable." -msgstr "测试数字或字符串表达式是否可以转换为日期变量。" +msgstr "测试数字或字符串表达式是否可以转换为「日期」变量。" #: 03102300.xhp msgctxt "" @@ -27286,7 +27286,7 @@ "par_id3154232\n" "help.text" msgid "Returns True, if all stated Uno interfaces are supported, otherwise False is returned." -msgstr "如果支持所有状态的 Uno 接口,则返回 True,否则返回 False。" +msgstr "如果支持「所有」状态的 Uno 接口,则返回 True,否则返回 False。" #: 03104400.xhp msgctxt "" @@ -28910,7 +28910,7 @@ "par_id3149415\n" "help.text" msgid "Number: Numeric expression that you want to convert to a formatted string." -msgstr "「Number」:要转换成格式化字符串的数字表达式。" +msgstr "「数字」:要转换成格式化字符串的数字表达式。" #: 03120301.xhp msgctxt "" @@ -28950,7 +28950,7 @@ "par_id3151210\n" "help.text" msgid "If Number has fewer digits than the number of zeros in the format code, (on either side of the decimal), leading or trailing zeros are displayed. If the number has more digits to the left of the decimal separator than the amount of zeros in the format code, the additional digits are displayed without formatting." -msgstr "如果「Number」表达式中小数点任意一侧的位数小于格式代码中零的个数,将显示前置零或后置零。如果 Number 中小数分隔符左侧的位数多于格式代码中零的个数,则不加修改地显示多余的位。" +msgstr "如果「数字」表达式中小数点任意一侧的位数小于格式代码中零的个数,将显示前置零或后置零。如果 Number 中小数分隔符左侧的位数多于格式代码中零的个数,则不加修改地显示多余的位。" #: 03120301.xhp msgctxt "" @@ -29174,7 +29174,7 @@ "par_id3147339\n" "help.text" msgid "' displays for example 6,328.20 in English locale, 6.328,20 in German locale." -msgstr "' 例如,在英语语言环境中显示为 6,328.20,在德语语言环境中显示为 6.328,20。" +msgstr "' 例如,在英语区域设置下显示为「6,328.20」,在德语区域设置下显示为「6.328,20」。" #: 03120301.xhp msgctxt "" @@ -29982,7 +29982,7 @@ "par_id3154140\n" "help.text" msgid "If the string is shorter than the string variable, RSet aligns the string to the right within the string variable. Any remaining characters in the string variable are replaced with spaces. If the string is longer than the string variable, characters exceeding the length of the variable are truncated, and only the remaining characters are right-aligned within the string variable." -msgstr "如果字符串变量的长度大于字符串的长度,RSet 右对齐字符串变量中的字符串,字符串变量中剩余的字符用空格代替。如果字符串变量的长度小于字符串的长度,则超出变量长度的字符将被截去,而仅右对齐剩下的字符。" +msgstr "如果字符串变量的长度大于字符串的长度,「RSet」右对齐字符串变量中的字符串,字符串变量中剩余的字符用空格代替。如果字符串变量的长度小于字符串的长度,则超出变量长度的字符将被截去,而仅右对齐剩下的字符。" #: 03120308.xhp msgctxt "" @@ -32774,7 +32774,7 @@ "par_id3150940\n" "help.text" msgid "Listener methods must always be implemented to avoid Basic run-time errors." -msgstr "始终都必须实现收听者方法,以避免 Basic 运行时错误。" +msgstr "「始终」都必须实现收听者方法,以避免 Basic 运行时错误。" #: 03132100.xhp msgctxt "" @@ -33182,7 +33182,7 @@ "par_id061420170142332738\n" "help.text" msgid "Cost fixes the initial cost of an asset." -msgstr "Cost 确定资产的初始成本。" +msgstr "「Cost」确定资产的初始成本。" #: 03140000.xhp msgctxt "" @@ -33398,7 +33398,7 @@ "par_id061420170730134582\n" "help.text" msgid "NPer is the total number of periods, during which annuity is paid." -msgstr "NPer 支付年金的周期总数。" +msgstr "「NPer」支付年金的周期总数。" #: 03140002.xhp msgctxt "" @@ -33566,7 +33566,7 @@ "par_id061620170513518949\n" "help.text" msgid "Investment: is the rate of interest of the investments (the negative values of the array)." -msgstr "Investment 投资的利率 (数组的负值)。" +msgstr "「Investment」投资的利率 (数组的负值)。" #: 03140004.xhp msgctxt "" @@ -33734,7 +33734,7 @@ "par_id06142017042024114\n" "help.text" msgid "Rate is the discount rate for a period." -msgstr "Rate 各个周期的贴现率。" +msgstr "「Rate」各个周期的贴现率。" #: 03140006.xhp msgctxt "" @@ -33806,7 +33806,7 @@ "par_id061420170420248911\n" "help.text" msgid "NPer is the total number of periods, during which annuity is paid." -msgstr "NPer 支付年金的周期总数。" +msgstr "「NPer」支付年金的周期总数。" #: 03140007.xhp msgctxt "" @@ -33926,7 +33926,7 @@ "par_id230720172341443986\n" "help.text" msgid "Per The period number for which you want to calculate the principal payment (must be an integer between 1 and Nper)." -msgstr "Per 希望计算本金付款的期数 (必须为介于 1 与 Nper 的整数)。" +msgstr "「Per」希望计算本金付款的期数 (必须为介于 1 与 Nper 的整数)。" #: 03140008.xhp msgctxt "" @@ -33934,7 +33934,7 @@ "par_id061420170420248911\n" "help.text" msgid "NPer is the total number of periods, during which annuity is paid." -msgstr "NPer 支付年金的周期总数。" +msgstr "「NPer」支付年金的周期总数。" #: 03140008.xhp msgctxt "" @@ -34078,7 +34078,7 @@ "par_id061420170420248911\n" "help.text" msgid "NPer is the total number of periods, during which annuity is paid." -msgstr "NPer 支付年金的周期总数。" +msgstr "「NPer」支付年金的周期总数。" #: 03140009.xhp msgctxt "" @@ -34190,7 +34190,7 @@ "par_id061420170420248911\n" "help.text" msgid "NPer is the total number of periods, during which annuity is paid." -msgstr "NPer 支付年金的周期总数。" +msgstr "「NPer」支付年金的周期总数。" #: 03140010.xhp msgctxt "" @@ -34334,7 +34334,7 @@ "par_id240720170117395610\n" "help.text" msgid "Life is the depreciation period determining the number of periods in the depreciation of the asset." -msgstr "Life 折旧期限确定资产折旧的周期数。" +msgstr "「Life」折旧期限确定资产折旧的周期数。" #: 03140011.xhp msgctxt "" @@ -34422,7 +34422,7 @@ "par_id240720170117395610\n" "help.text" msgid "Life is the depreciation period determining the number of periods in the depreciation of the asset." -msgstr "Life 折旧期限确定资产折旧的周期数。" +msgstr "「Life」折旧期限确定资产折旧的周期数。" #: 03140012.xhp msgctxt "" @@ -34518,7 +34518,7 @@ "par_id24072017011739895\n" "help.text" msgid "NamedFormat: An optional vbDateTimeFormat enumeration specifying the format that is to be applied to the date and time expression. If omitted, the value vbGeneralDate is used." -msgstr "「NamedFormat: 可选的 vbDateTimeFormat 枚举,指定要对日期时间表达式应用的格式。若忽略,则将使用 vbGeneralDate」的值。" +msgstr "「NamedFormat: 可选的「vbDateTimeFormat」枚举,指定要对日期时间表达式应用的格式。若忽略,则将使用 vbGeneralDate」的值。" #: 03150000.xhp msgctxt "" @@ -34878,7 +34878,7 @@ "par_id240720170117391741\n" "help.text" msgid "Number: Required. Numeric expression specifying the number of characters to return." -msgstr "「Number」: 必填。数字表达式,指定要返回的字符数量。" +msgstr "「数字」: 必填。数字表达式,指定要返回的字符数量。" #: 03160000.xhp msgctxt "" @@ -35750,7 +35750,7 @@ "par_id3147288\n" "help.text" msgid "The Macro Toolbar contains commands to create, edit, and run macros." -msgstr "宏工具栏 包含用于创建、编辑和执行宏的命令。" +msgstr "宏工具栏」包含用于创建、编辑和执行宏的命令。" #: main0601.xhp msgctxt "" diff -Nru libreoffice-l10n-6.2.5/translations/source/zh-CN/helpcontent2/source/text/scalc/00.po libreoffice-l10n-6.2.6/translations/source/zh-CN/helpcontent2/source/text/scalc/00.po --- libreoffice-l10n-6.2.5/translations/source/zh-CN/helpcontent2/source/text/scalc/00.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/zh-CN/helpcontent2/source/text/scalc/00.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,7 +4,7 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2019-01-07 11:14+0100\n" -"PO-Revision-Date: 2019-06-18 23:47+0000\n" +"PO-Revision-Date: 2019-07-10 02:42+0000\n" "Last-Translator: Dian LI \n" "Language-Team: LANGUAGE \n" "Language: zh_CN\n" @@ -14,7 +14,7 @@ "Plural-Forms: nplurals=1; plural=0;\n" "X-Accelerator-Marker: ~\n" "X-Generator: Pootle 2.8\n" -"X-POOTLE-MTIME: 1560901636.000000\n" +"X-POOTLE-MTIME: 1562726537.000000\n" #: 00000004.xhp msgctxt "" @@ -422,7 +422,7 @@ "par_id3156288\n" "help.text" msgid "Insert - Function - Category Database" -msgstr "插入 - 函数 - 类别 数据库" +msgstr "插入 - 函数 - 类别「数据库" #: 00000404.xhp msgctxt "" @@ -430,7 +430,7 @@ "par_id3155809\n" "help.text" msgid "Insert - Function - Category Date & Time" -msgstr "插入 - 函数 - 类别 日期与时间" +msgstr "插入 - 函数 - 类别「日期与时间" #: 00000404.xhp msgctxt "" @@ -438,7 +438,7 @@ "par_id3151334\n" "help.text" msgid "Insert - Function - Category Financial" -msgstr "插入 - 函数 - 类别 财务" +msgstr "插入 - 函数 - 类别「财务" #: 00000404.xhp msgctxt "" @@ -446,7 +446,7 @@ "par_id3159222\n" "help.text" msgid "Insert - Function - Category Information" -msgstr "插入 - 函数 - 类别 信息" +msgstr "插入 - 函数 - 类别「信息" #: 00000404.xhp msgctxt "" @@ -454,7 +454,7 @@ "par_id3159173\n" "help.text" msgid "Insert - Function - Category Logical" -msgstr "插入 - 函数 - 类别 逻辑" +msgstr "插入 - 函数 - 类别「逻辑" #: 00000404.xhp msgctxt "" @@ -462,7 +462,7 @@ "par_id3153914\n" "help.text" msgid "Insert - Function - Category Mathematical" -msgstr "插入 - 函数 - 类别 数学" +msgstr "插入 - 函数 - 类别「数学" #: 00000404.xhp msgctxt "" @@ -470,7 +470,7 @@ "par_id3150109\n" "help.text" msgid "Insert - Function - Category Array" -msgstr "插入 - 函数 - 类别 数组" +msgstr "插入 - 函数 - 类别「数组" #: 00000404.xhp msgctxt "" @@ -478,7 +478,7 @@ "par_id3157978\n" "help.text" msgid "Insert - Function - Category Statistical" -msgstr "插入 - 函数 - 类别 统计" +msgstr "插入 - 函数 - 类别「统计" #: 00000404.xhp msgctxt "" @@ -486,7 +486,7 @@ "par_id3156016\n" "help.text" msgid "Insert - Function - Category Text" -msgstr "插入 - 函数 - 类别 文字" +msgstr "插入 - 函数 - 类别「文字" #: 00000404.xhp msgctxt "" @@ -494,7 +494,7 @@ "par_id3147075\n" "help.text" msgid "Insert - Function - Category Spreadsheet" -msgstr "插入 - 函数 - 类别 电子表格" +msgstr "插入 - 函数 - 类别「电子表格" #: 00000404.xhp msgctxt "" @@ -502,7 +502,7 @@ "par_id3154618\n" "help.text" msgid "Insert - Function - Category Add-In" -msgstr "插入 - 函数 - 类别 加载宏" +msgstr "插入 - 函数 - 类别「加载宏" #: 00000404.xhp msgctxt "" @@ -510,7 +510,7 @@ "par_id3154059\n" "help.text" msgid "Insert - Function - Category Add-In" -msgstr "插入 - 函数 - 类别 加载宏" +msgstr "插入 - 函数 - 类别「加载宏" #: 00000404.xhp msgctxt "" @@ -1014,7 +1014,7 @@ "par_id3151276\n" "help.text" msgid "Choose Tools - AutoInput." -msgstr "选择「工具 - 自动输入」。" +msgstr "选择「工具 - 自动补全」。" #: 00000407.xhp msgctxt "" diff -Nru libreoffice-l10n-6.2.5/translations/source/zh-CN/helpcontent2/source/text/scalc/01.po libreoffice-l10n-6.2.6/translations/source/zh-CN/helpcontent2/source/text/scalc/01.po --- libreoffice-l10n-6.2.5/translations/source/zh-CN/helpcontent2/source/text/scalc/01.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/zh-CN/helpcontent2/source/text/scalc/01.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,7 +4,7 @@ "Project-Id-Version: libreoffice help\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2019-01-07 11:14+0100\n" -"PO-Revision-Date: 2019-06-24 02:08+0000\n" +"PO-Revision-Date: 2019-07-10 04:03+0000\n" "Last-Translator: Dian LI \n" "Language-Team: LANGUAGE \n" "Language: zh_CN\n" @@ -14,7 +14,7 @@ "Plural-Forms: nplurals=1; plural=0;\n" "X-Accelerator-Marker: ~\n" "X-Generator: Pootle 2.8\n" -"X-POOTLE-MTIME: 1561342137.000000\n" +"X-POOTLE-MTIME: 1562731407.000000\n" #: 01120000.xhp msgctxt "" @@ -646,7 +646,7 @@ "par_id3150717\n" "help.text" msgid "Opens a dialog to assign formats to new or selected text. The Text Attributes dialog contains the tab pages Font, Font Effects and Font Position." -msgstr "打开一个对话框,用于为新文字或选中文字指定格式。 文本属性对话框包含选项卡页面字体, 字体效果 与字体位置。" +msgstr "打开一个对话框,用于为新文字或选中文字指定格式。 文本属性对话框包含选项卡页面字体, 字体效果 与字体位置。" #: 02120100.xhp msgctxt "" @@ -678,7 +678,7 @@ "par_id3150206\n" "help.text" msgid "Inserts a file name placeholder in the selected area. Click to insert the title. Long-click to select either title, file name or path/file name from the submenu. If a title has not be assigned (see File - Properties), the file name will be inserted instead." -msgstr "在选中区域插入文件名占位符。 点击以插入标题。缓慢点击,从子菜单中选择标题、文件名或路径/文件名。如果没有指定标题 (请参阅文件 - 属性),将插入文件名。" +msgstr "在选中区域插入文件名占位符。 点击以插入标题。缓慢点击,从子菜单中选择标题、文件名或路径/文件名。如果没有指定标题 (请参阅「文件 - 属性」),将插入文件名。" #: 02120100.xhp msgctxt "" @@ -1846,7 +1846,7 @@ "par_id2308201415431841782\n" "help.text" msgid "Set the initial value of the random number generator to a known value Seed." -msgstr "指定随机数生成器使用的初始Seed值。" +msgstr "指定随机数生成器使用的初始「Seed」值。" #: 02140700.xhp msgctxt "" @@ -1878,7 +1878,7 @@ "par_id2308201415431822157\n" "help.text" msgid "Truncate the number to a given number of Decimal Places." -msgstr "将数字按照给定的小数位数截断。" +msgstr "将数字按照给定的「小数位数」截断。" #: 02140700.xhp msgctxt "" @@ -1950,7 +1950,7 @@ "par_id3153951\n" "help.text" msgid "Use Cut on the Standard bar to delete contents and formats without the dialog." -msgstr "使用「标准」栏上的「剪切」可以删除内容和格式,而不需打开对话框。" +msgstr "使用「标准」工具栏上的「剪切」可以删除内容和格式,而不需打开对话框。" #: 02150000.xhp msgctxt "" @@ -2262,7 +2262,7 @@ "par_id3145801\n" "help.text" msgid "You cannot delete a sheet while Edit - Track Changes - Record is activated." -msgstr "当编辑 - 追踪修订 - 记录更改启用时,您不能删除工作表。" +msgstr "当「编辑 - 追踪修订 - 记录更改」启用时,您不能删除工作表。" #: 02170000.xhp msgctxt "" @@ -3590,7 +3590,7 @@ "par_id3157980\n" "help.text" msgid "Allows you to access a subordinate level of the Function Wizard in order to nest another function within the function, instead of a value or reference." -msgstr "允许您访问函数向导的子级别,从而将其他函数嵌套到某个函数中,而不是作为数值或引用进行包含。" +msgstr "允许您访问「函数向导」的子级别,从而将其他函数嵌套到某个函数中,而不是作为数值或引用进行包含。" #: 04060000.xhp msgctxt "" @@ -3702,7 +3702,7 @@ "par_id3153029\n" "help.text" msgid "Ends the Function Wizard, and transfers the formula to the selected cells." -msgstr "结束函数向导,并将构建好的公式结果转移到选中的单元格中。" +msgstr "结束「函数向导」,并将构建好的公式结果转移到选中的单元格中。" #: 04060000.xhp msgctxt "" @@ -3742,7 +3742,7 @@ "par_id3149350\n" "help.text" msgid "If you start the Function Wizard while the cell cursor is positioned in a cell that already contains a function, the Structure tab is opened and shows the composition of the current formula." -msgstr "如果启动函数向导时,光标定位在一个已含有函数的单元格,则会打开「结构」选项卡并显示当前公式的结构。" +msgstr "如果启动「函数向导」时,光标定位在一个已含有函数的单元格,则会打开「结构」选项卡并显示当前公式的结构。" #: 04060000.xhp msgctxt "" @@ -4286,7 +4286,7 @@ "par_id3149142\n" "help.text" msgid "Database is the range of data to be evaluated, including its headers: in this case A1:E10. DatabaseField specifies the column for the search criteria: in this case, the column with the numerical distance values. SearchCriteria is the range where you can enter the search parameters: in this case, A13:E14." -msgstr "「数据库」是要统计的数据区域 (包括其标题): 在本例中为 A1:E10。数据库字段代笔了搜索条件将要作用于哪一列: 在本例中是包含了数字型距离值的那一列。搜索条件代表了查询条件所在的单元格区域: 在本例中为 A13:E14。" +msgstr "「数据库」是要统计的数据区域 (包括其标题): 在本例中为 A1:E10。「数据库字段」代笔了搜索条件将要作用于哪一列: 在本例中是包含了数字型距离值的那一列。「搜索条件」代表了查询条件所在的单元格区域: 在本例中为 A13:E14。" #: 04060101.xhp msgctxt "" @@ -4398,7 +4398,7 @@ "par_id3150524\n" "help.text" msgid "Enter the name Frank in A14, and you see the result 2. Frank is in second grade. Enter \"Age\" instead of \"Grade\" and you will get Frank's age." -msgstr "在单元格 A14 中输入「Frank」,返回结果 2。Frank 上二年级。输入 \"年龄\" 代替 \"年级\",就可以获得 Frank 的年龄。" +msgstr "在单元格 A14 中输入「Frank」,返回结果 2。Frank 上二年级。输入「\"年龄\"」代替 \"年级\",就可以获得 Frank 的年龄。" #: 04060101.xhp msgctxt "" @@ -5086,7 +5086,7 @@ "par_id571535118151091\n" "help.text" msgid "Unambiguous conversion is possible for ISO 8601 dates and times in their extended formats with separators. If a #VALUE! error occurs, then unselect Generate #VALUE! error in %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME Calc - Formula, button Details... in section \"Detailed Calculation Settings\", Conversion from text to number list box." -msgstr "支持 ISO 8601 日期时间格式 (及其分隔符扩展格式) 的无歧义转换。如果出现 #VALUE! 错误,请在「%PRODUCTNAME - 偏好设置工具 - 选项 - %PRODUCTNAME Calc - 公式」「详细计算设置」区域的「详细信息...」 按钮,「文本转换为数字」列表框,取消选择「生成 #VALUE! 错误」。" +msgstr "支持 ISO 8601 日期时间格式 (及其分隔符扩展格式) 的无歧义转换。如果出现「#VALUE!」错误,请在「%PRODUCTNAME - 偏好设置工具 - 选项 - %PRODUCTNAME Calc - 公式」「详细计算设置」区域的「详细信息...」 按钮,「文本转换为数字」列表框,取消选择「生成 #VALUE! 错误」。" #: 04060102.xhp msgctxt "" @@ -5518,7 +5518,7 @@ "par_id3153011\n" "help.text" msgid "Maturity is the date on which the security matures (expires)." -msgstr "Maturity 该有价证券的到期日 (期满)。" +msgstr "「Maturity」该有价证券的到期日 (期满)。" #: 04060103.xhp msgctxt "" @@ -6222,7 +6222,7 @@ "par_id3154304\n" "help.text" msgid "Maturity is the date on which the security matures (expires)." -msgstr "Maturity 该有价证券的到期日 (期满)。" +msgstr "「Maturity」该有价证券的到期日 (期满)。" #: 04060103.xhp msgctxt "" @@ -6230,7 +6230,7 @@ "par_id3159180\n" "help.text" msgid "Price is the price of the security per 100 currency units of par value." -msgstr "Price 面额为 100 个货币单位的有价证券的实际价格。" +msgstr "「Price」面额为 100 个货币单位的有价证券的实际价格。" #: 04060103.xhp msgctxt "" @@ -6238,7 +6238,7 @@ "par_id3147253\n" "help.text" msgid "Redemption is the redemption value of the security per 100 currency units of par value." -msgstr "Redemption 面额为 100 个货币单位的有价证券的赎回价格。" +msgstr "「Redemption」面额为 100 个货币单位的有价证券的赎回价格。" #: 04060103.xhp msgctxt "" @@ -6302,7 +6302,7 @@ "par_id3148558\n" "help.text" msgid "Maturity is the date on which the security matures (expires)." -msgstr "Maturity 该有价证券的到期日 (期满)。" +msgstr "「Maturity」该有价证券的到期日 (期满)。" #: 04060103.xhp msgctxt "" @@ -6310,7 +6310,7 @@ "par_id3153096\n" "help.text" msgid "Coupon is the annual coupon interest rate (nominal rate of interest)" -msgstr "Coupon 年息票利率 (名义利率)" +msgstr "「Coupon」年息票利率 (名义利率)" #: 04060103.xhp msgctxt "" @@ -6318,7 +6318,7 @@ "par_id3154594\n" "help.text" msgid "Yield is the annual yield of the security." -msgstr "Yield 有价证券的年收益率。" +msgstr "「Yield」有价证券的年收益率。" #: 04060103.xhp msgctxt "" @@ -6454,7 +6454,7 @@ "par_id3148907\n" "help.text" msgid "NominalRate is the annual nominal rate of interest." -msgstr "NominalRate 年名义利率。" +msgstr "「NominalRate」年名义利率。" #: 04060103.xhp msgctxt "" @@ -6526,7 +6526,7 @@ "par_id3153237\n" "help.text" msgid "Cost fixes the initial cost of an asset." -msgstr "Cost 处输入的是资产的购入价。" +msgstr "「Cost」处输入的是资产的购入价。" #: 04060103.xhp msgctxt "" @@ -6726,7 +6726,7 @@ "par_id3144758\n" "help.text" msgid "Values represents an array containing the values." -msgstr "Values 代表含有数值的数组。" +msgstr "「Values」代表含有数值的数组。" #: 04060103.xhp msgctxt "" @@ -7086,7 +7086,7 @@ "par_id7463911\n" "help.text" msgid "The example returns A2 + B2 (STYLE returns 0 here). If this sum is greater than 10, the style Red is applied to the cell. See the STYLE function for more explanation." -msgstr "该示例返回 A2 + B2 (STYLE 返回 0)。如果和大于 10,样式 Red 应用到此单元格。请参见函数 STYLE 获得更多信息。" +msgstr "该示例返回 A2 + B2 (STYLE 返回 0)。如果和大于 10,样式 Red 应用到此单元格。请参见函数「STYLE」获得更多信息。" #: 04060104.xhp msgctxt "" @@ -7222,7 +7222,7 @@ "par_id9728072\n" "help.text" msgid "=ISREF(\"abcdef\") returns always FALSE because a text can never be a reference." -msgstr "=ISREF(\"abcdef\") 总是返回 FALSE,因为文本永远不可能是引用。" +msgstr "「=ISREF(\"abcdef\")」总是返回 FALSE,因为文本永远不可能是引用。" #: 04060104.xhp msgctxt "" @@ -7286,7 +7286,7 @@ "par_id3146857\n" "help.text" msgid "Value is any value or expression which is tested to see whether an error value other than #N/A is present." -msgstr "「Value」是任意值或表达式,将对其进行测试以确定是否存在 #N/A 以外的错误值。" +msgstr "「」是任意值或表达式,将对其进行测试以确定是否存在 #N/A 以外的错误值。" #: 04060104.xhp msgctxt "" @@ -7342,7 +7342,7 @@ "par_id3154047\n" "help.text" msgid "Value is or refers to the value to be tested. ISERROR() returns TRUE if there is an error and FALSE if not." -msgstr "「Value」是 (或表示) 要测试的值。如果存在错误,则 ISERROR() 返回 TRUE,否则返回 FALSE。" +msgstr "「」是 (或表示) 要测试的值。如果存在错误,则 ISERROR() 返回 TRUE,否则返回 FALSE。" #: 04060104.xhp msgctxt "" @@ -7398,7 +7398,7 @@ "par_id31540471\n" "help.text" msgid "Value is the value or expression to be returned if it is not equal or results in an error." -msgstr "「Value」是当结果为不等于或出错时的返回值或表达式。" +msgstr "「」是当结果为不等于或出错时的返回值或表达式。" #: 04060104.xhp msgctxt "" @@ -7510,7 +7510,7 @@ "par_id3150491\n" "help.text" msgid "Value is the value to be checked." -msgstr "「Value」是要检查的数值。" +msgstr "「」是要检查的数值。" #: 04060104.xhp msgctxt "" @@ -7598,7 +7598,7 @@ "par_id3151168\n" "help.text" msgid "Number is the number to be tested." -msgstr "「Number」是被检验的值。" +msgstr "「数字」是被检验的值。" #: 04060104.xhp msgctxt "" @@ -7662,7 +7662,7 @@ "par_id3146992\n" "help.text" msgid "Value is any value or expression where a test is performed to determine whether it is a text or numbers or a Boolean value." -msgstr "「数值」是指一个数值或一个表达式。检查它是文字还是数字(或逻辑值)。" +msgstr "「数值」是指一个数值或一个表达式。检查它是文字还是数字(或布尔值)。" #: 04060104.xhp msgctxt "" @@ -7774,7 +7774,7 @@ "par_id3146946\n" "help.text" msgid "Returns TRUE if Value is a logical value (TRUE or FALSE), and returns FALSE otherwise." -msgstr "如果「Value」为逻辑值 (TRUE 或 FALSE),则返回 TRUE,否则将返回 FALSE。" +msgstr "如果「」为逻辑值 (TRUE 或 FALSE),则返回 TRUE,否则将返回 FALSE。" #: 04060104.xhp msgctxt "" @@ -7814,7 +7814,7 @@ "par_id3149105\n" "help.text" msgid "Returns TRUE if a cell contains the #N/A (value not available) error value." -msgstr "如果单元格含有错误值 #NA (值不可用),返回逻辑值 TRUE。" +msgstr "如果单元格包含错误值 #N/A (找不到该值),返回逻辑值 TRUE。" #: 04060104.xhp msgctxt "" @@ -7870,7 +7870,7 @@ "par_id31491051\n" "help.text" msgid "Returns the value if the cell does not contains the #N/A (value not available) error value, or the alternative value if it does." -msgstr "当单元格的结果不是 #N/A (「值不可用」) 错误的情况下,返回单元格结果,否则返回备选值。" +msgstr "若单元格不含错误值 #N/A (找不到该值),返回单元格内容,否则返回备选值。" #: 04060104.xhp msgctxt "" @@ -7902,7 +7902,7 @@ "par_id31548521\n" "help.text" msgid "=IFNA(D3;D4) returns the value of D3 if D3 does not result in an #N/A error, or D4 if it does." -msgstr "=IFNA(D3, D4) 如果 D3 不是 #N/A 错误的情况下,返回 D3,否则返回 D4。" +msgstr "「=IFNA(D3, D4)」如果 D3 不是 #N/A 错误的情况下,返回 D3,否则返回 D4。" #: 04060104.xhp msgctxt "" @@ -7950,7 +7950,7 @@ "par_id3150417\n" "help.text" msgid "Value is a value, number, Boolean value, or an error value to be tested." -msgstr "「数值」是指一个要检查的数值,一个数字,一个逻辑值或一个错误值。识别它们是文字还是数字。" +msgstr "「数值」是指一个要检查的数值,一个数字,一个布尔值或一个错误值。识别它们是文字还是数字。" #: 04060104.xhp msgctxt "" @@ -8006,7 +8006,7 @@ "par_id3155139\n" "help.text" msgid "Value is the value to be checked." -msgstr "「Value」是要检查的数值。" +msgstr "「」是要检查的数值。" #: 04060104.xhp msgctxt "" @@ -8086,7 +8086,7 @@ "par_id3153315\n" "help.text" msgid "Number is the number to be tested." -msgstr "「Number」是被检验的值。" +msgstr "「数字」是被检验的值。" #: 04060104.xhp msgctxt "" @@ -8198,7 +8198,7 @@ "par_id3151101\n" "help.text" msgid "Value is the parameter to be converted into a number. N() returns the numeric value if it can. It returns the logical values TRUE and FALSE as 1 and 0 respectively. It returns text as 0." -msgstr "「Value」是要转换成数字的参数。N() 会在可行的情况下返回数值。对于逻辑值 TRUE 和 FALSE,N() 将分别返回 1 和 0。对于文本将返回 0。" +msgstr "「」是要转换成数字的参数。N() 会在可行的情况下返回数值。对于逻辑值 TRUE 和 FALSE,N() 将分别返回 1 和 0。对于文本将返回 0。" #: 04060104.xhp msgctxt "" @@ -9078,7 +9078,7 @@ "par_id3150867\n" "help.text" msgid "=IF(A1>5;100;\"too small\") If the value in A1 is higher than 5, the value 100 is entered in the current cell; otherwise, the text “too small” (without quotes) is entered." -msgstr "=IF(A1>5;100;\"太小\") 如果单元格 A1 的值大于 5,则在当前单元格中输入值 100;否则以文本格式输入「太小」 (无引号)。" +msgstr "「=IF(A1>5;100;\"太小\")」如果单元格 A1 的值大于 5,则在当前单元格中输入值 100;否则以文本格式输入「太小」 (无引号)。" #: 04060105.xhp msgctxt "" @@ -9118,7 +9118,7 @@ "par_id3148766\n" "help.text" msgid "LogicalValue is any value to be complemented." -msgstr "「LogicalValue」是要补余的数值。" +msgstr "「逻辑值」是要补余的数值。" #: 04060105.xhp msgctxt "" @@ -9398,7 +9398,7 @@ "par_id3148438\n" "help.text" msgid "Number is the number whose absolute value is to be calculated. The absolute value of a number is its value without the +/- sign." -msgstr "「Number」是指要计算其绝对值的数值。一个数值的绝对值是不带 +/- 号的数值。" +msgstr "「数字」是指要计算其绝对值的数值。一个数值的绝对值是不带 +/- 号的数值。" #: 04060106.xhp msgctxt "" @@ -9462,7 +9462,7 @@ "par_id3159134\n" "help.text" msgid "This function returns the inverse trigonometric cosine of Number, that is the angle (in radians) whose cosine is Number. The angle returned is between 0 and PI." -msgstr "此函数返回「Number」的反三角余弦值,即该角度 (用弧度表示) 的余弦是 Number。返回的角度在 0 和 PI 之间。" +msgstr "此函数返回「数字」的反三角余弦值,即该角度 (用弧度表示) 的余弦是 Number。返回的角度在 0 和 PI 之间。" #: 04060106.xhp msgctxt "" @@ -9526,7 +9526,7 @@ "par_id3149000\n" "help.text" msgid "This function returns the inverse hyperbolic cosine of Number, that is the number whose hyperbolic cosine is Number." -msgstr "此函数返回「Number」的反双曲线余弦值,即该值的双曲余弦值是 Number。" +msgstr "此函数返回「数字」的反双曲线余弦值,即该值的双曲余弦值是 Number。" #: 04060106.xhp msgctxt "" @@ -9590,7 +9590,7 @@ "par_id3154948\n" "help.text" msgid "This function returns the inverse trigonometric cotangent of Number, that is the angle (in radians) whose cotangent is Number. The angle returned is between 0 and PI." -msgstr "此函数返回「Number」的反三角余切值,即该角度 (用弧度表示) 的余切是 Number。返回的角度在 0 和 PI 之间。" +msgstr "此函数返回「数字」的反三角余切值,即该角度 (用弧度表示) 的余切是 Number。返回的角度在 0 和 PI 之间。" #: 04060106.xhp msgctxt "" @@ -9654,7 +9654,7 @@ "par_id3146155\n" "help.text" msgid "This function returns the inverse hyperbolic cotangent of Number, that is the number whose hyperbolic cotangent is Number." -msgstr "此函数返回「Number」的反双曲余切值,即该值的双曲余切值是 Number。" +msgstr "此函数返回「数字」的反双曲余切值,即该值的双曲余切值是 Number。" #: 04060106.xhp msgctxt "" @@ -9710,7 +9710,7 @@ "par_id3150964\n" "help.text" msgid "This function returns the inverse trigonometric sine of Number, that is the angle (in radians) whose sine is Number. The angle returned is between -PI/2 and +PI/2." -msgstr "此函数返回「Number」的反三角正弦值,即该角度 (用弧度表示) 的正弦是 Number。返回的角度在 -PI/2 和 +PI/2 之间。" +msgstr "此函数返回「数字」的反三角正弦值,即该角度 (用弧度表示) 的正弦是 Number。返回的角度在 -PI/2 和 +PI/2 之间。" #: 04060106.xhp msgctxt "" @@ -9782,7 +9782,7 @@ "par_id3147621\n" "help.text" msgid "This function returns the inverse hyperbolic sine of Number, that is the number whose hyperbolic sine is Number." -msgstr "此函数返回「Number」的反双曲正弦值,即双曲正弦是 Number 的数值。" +msgstr "此函数返回「数字」的反双曲正弦值,即双曲正弦是 Number 的数值。" #: 04060106.xhp msgctxt "" @@ -9838,7 +9838,7 @@ "par_id3147267\n" "help.text" msgid "This function returns the inverse trigonometric tangent of Number, that is the angle (in radians) whose tangent is Number. The angle returned is between -PI/2 and PI/2." -msgstr "此函数返回「Number」的反三角正切值,即该角度 (用弧度表示) 的正切是 Number。返回的角度在 -PI/2 和 PI/2 之间。" +msgstr "此函数返回「数字」的反三角正切值,即该角度 (用弧度表示) 的正切是 Number。返回的角度在 -PI/2 和 PI/2 之间。" #: 04060106.xhp msgctxt "" @@ -9982,7 +9982,7 @@ "par_id3150521\n" "help.text" msgid "This function returns the inverse hyperbolic tangent of Number, that is the number whose hyperbolic tangent is Number." -msgstr "此函数返回「Number」的反双曲正切值,即该值的双曲正切值是 Number。" +msgstr "此函数返回「数字」的反双曲正切值,即该值的双曲正切值是 Number。" #: 04060106.xhp msgctxt "" @@ -10038,7 +10038,7 @@ "par_id3154285\n" "help.text" msgid "Returns the (trigonometric) cosine of Number, the angle in radians." -msgstr "返回「Number」的 (三角) 余弦值,用弧度表示的角度。" +msgstr "返回「数字」的 (三角) 余弦值,用弧度表示的角度。" #: 04060106.xhp msgctxt "" @@ -10102,7 +10102,7 @@ "par_id3150710\n" "help.text" msgid "Returns the hyperbolic cosine of Number." -msgstr "返回「Number」的双曲余弦值。" +msgstr "返回「数字」的双曲余弦值。" #: 04060106.xhp msgctxt "" @@ -10150,7 +10150,7 @@ "par_id3149969\n" "help.text" msgid "Returns the (trigonometric) cotangent of Number, the angle in radians." -msgstr "返回用弧度表示的角度 Number 的 (三角) 余切值。" +msgstr "返回用弧度表示的角度「数字」的 (三角) 余切值。" #: 04060106.xhp msgctxt "" @@ -10230,7 +10230,7 @@ "par_id3154799\n" "help.text" msgid "Returns the hyperbolic cotangent of Number." -msgstr "返回「Number」的双曲余切值。" +msgstr "返回「数字」的双曲余切值。" #: 04060106.xhp msgctxt "" @@ -10278,7 +10278,7 @@ "par_id9859164\n" "help.text" msgid "Returns the (trigonometric) cosecant of Number, the angle in radians." -msgstr "返回弧度角 数字 的 (三角) 余割。" +msgstr "返回弧度角「数字」的 (三角) 余割。" #: 04060106.xhp msgctxt "" @@ -10342,7 +10342,7 @@ "par_id1394188\n" "help.text" msgid "Returns the hyperbolic cosecant of Number." -msgstr "返回「Number」的双曲余割。" +msgstr "返回「数字」的双曲余割。" #: 04060106.xhp msgctxt "" @@ -10390,7 +10390,7 @@ "par_id3149484\n" "help.text" msgid "Number is the angle in radians to be converted to degrees." -msgstr "「Number」是指将被转换为度数的用弧度表示的角度值。" +msgstr "「数字」是指将被转换为度数的用弧度表示的角度值。" #: 04060106.xhp msgctxt "" @@ -10438,7 +10438,7 @@ "par_id3155608\n" "help.text" msgid "Number is the power to which e is to be raised." -msgstr "「Number」是以 e 为底数的指数。" +msgstr "「数字」是以 e 为底数的指数。" #: 04060106.xhp msgctxt "" @@ -10486,7 +10486,7 @@ "par_id3152952\n" "help.text" msgid "Returns Number!, the factorial of Number, calculated as 1*2*3*4* ... * Number." -msgstr "返回 Number!,「Number」的阶乘,计算 1*2*3*4* ... * Number。" +msgstr "返回 Number!,「数字」的阶乘,计算 1*2*3*4* ... * Number。" #: 04060106.xhp msgctxt "" @@ -10558,7 +10558,7 @@ "par_id3154117\n" "help.text" msgid "Returns Number rounded down to the nearest integer." -msgstr "返回「Number」向下舍入到最接近整数的数值。" +msgstr "返回「数字」向下舍入到最接近整数的数值。" #: 04060106.xhp msgctxt "" @@ -10622,7 +10622,7 @@ "par_id3153350\n" "help.text" msgid "Returns Number rounded to the next even integer up, away from zero." -msgstr "返回 Number 远离零值,向上舍入到下一个偶数的数值。" +msgstr "返回「数字」远离零值,向上舍入到下一个偶数的数值。" #: 04060106.xhp msgctxt "" @@ -11046,7 +11046,7 @@ "par_id3150796\n" "help.text" msgid "Returns Number with at most Count decimal places. Excess decimal places are simply removed, irrespective of sign." -msgstr "返回最多带有 Count 位小数的「Number」。全部删除多余的小数位,不考虑正负符号。" +msgstr "返回最多带有「Count」位小数的「数字」。全部删除多余的小数位,不考虑正负符号。" #: 04060106.xhp msgctxt "" @@ -11118,7 +11118,7 @@ "par_id3155297\n" "help.text" msgid "Number is the value whose natural logarithm is to be calculated." -msgstr "「Number」要计算其自然对数的值。" +msgstr "「数字」要计算其自然对数的值。" #: 04060106.xhp msgctxt "" @@ -11174,7 +11174,7 @@ "par_id3144746\n" "help.text" msgid "Number is the value whose logarithm is to be calculated." -msgstr "「Number」是指要计算其对数的数值。" +msgstr "「数字」是指要计算其对数的数值。" #: 04060106.xhp msgctxt "" @@ -11238,7 +11238,7 @@ "par_id3159308\n" "help.text" msgid "Returns the logarithm to base 10 of Number." -msgstr "返回「Number」以 10 为底的对数值。" +msgstr "返回「数字」以 10 为底的对数值。" #: 04060106.xhp msgctxt "" @@ -11286,7 +11286,7 @@ "par_id3153467\n" "help.text" msgid "Number is the number that is to be rounded up." -msgstr "「Number」是指要向上舍入的数字。" +msgstr "「数字」是指要向上舍入的数字。" #: 04060106.xhp msgctxt "" @@ -11734,7 +11734,7 @@ "par_id3159526\n" "help.text" msgid "POWER(Base; Exponent)" -msgstr "POWER(Base; Exponent)" +msgstr "POWER(底数; 指数)" #: 04060106.xhp msgctxt "" @@ -11742,7 +11742,7 @@ "par_id3159540\n" "help.text" msgid "Returns Base raised to the power of Exponent." -msgstr "返回以 Base 为底数,以 Exponent 为幂的乘幂。" +msgstr "返回「底数」的「指数」次幂。" #: 04060106.xhp msgctxt "" @@ -11750,7 +11750,7 @@ "par_id5081637\n" "help.text" msgid "The same result may be achieved by using the exponentiation operator ^:" -msgstr "相同的结果可以通过使用取幂运算符 ^ 来获得:" +msgstr "通过幂运算符 ^ 可得到相同的结果:" #: 04060106.xhp msgctxt "" @@ -11830,7 +11830,7 @@ "par_id3144344\n" "help.text" msgid "N is the initial power" -msgstr "「N」是首项乘幂" +msgstr "「N」是初始乘幂" #: 04060106.xhp msgctxt "" @@ -11838,7 +11838,7 @@ "par_id3144357\n" "help.text" msgid "M is the increment to increase N" -msgstr "M 增加 N 的递增量" +msgstr "「M」增加 N 的递增量" #: 04060106.xhp msgctxt "" @@ -11894,7 +11894,7 @@ "par_id1589098\n" "help.text" msgid "PRODUCT returns number1 * number2 * number3 * ..." -msgstr "PRODUCT 返回 number1 * number2 * number3 * ..." +msgstr "PRODUCT 返回 数字1 * 数字2 * 数字3 * ..." #: 04060106.xhp msgctxt "" @@ -11982,7 +11982,7 @@ "par_id3158308\n" "help.text" msgid "MOD(Dividend; Divisor)" -msgstr "MOD(Divident; Divisor)" +msgstr "MOD(被除数; 除数)" #: 04060106.xhp msgctxt "" @@ -11990,7 +11990,7 @@ "par_id3158321\n" "help.text" msgid "For integer arguments this function returns Dividend modulo Divisor, that is the remainder when Dividend is divided by Divisor." -msgstr "对于整型参数,该函数返回以 Divisor 为模的 Dividend,就是 DividendDivisor 所除后的余数。" +msgstr "对于整数参数,该函数返回「被除数」以「除数」为模的结果,即「被除数」除以「除数」的余数。" #: 04060106.xhp msgctxt "" @@ -11998,7 +11998,7 @@ "par_id3158341\n" "help.text" msgid "This function is implemented as Dividend - Divisor * INT(Dividend/Divisor) , and this formula gives the result if the arguments are not integer." -msgstr "这个函数的作用是给出 Dividend - Divisor * INT(Dividend/Divisor) 的计算结果,并且这个公式给出了参数不是整型的情况。" +msgstr "该函数的实现原理为「被除数 - 除数 * INT(被除数/除数)」。该公式已给出参数不是整数时的算法。" #: 04060106.xhp msgctxt "" @@ -12110,7 +12110,7 @@ "par_id3158069\n" "help.text" msgid "Number is the angle in degrees to be converted to radians." -msgstr "「Number」是指要被转换为弧度的用度数表示的角度值。" +msgstr "「数字」是指要被转换为弧度的用度数表示的角度值。" #: 04060106.xhp msgctxt "" @@ -12150,7 +12150,7 @@ "par_id3158182\n" "help.text" msgid "ROUND(Number; Count)" -msgstr "ROUND(Number; Count)" +msgstr "ROUND(数字; 位数)" #: 04060106.xhp msgctxt "" @@ -12158,7 +12158,7 @@ "par_id3158196\n" "help.text" msgid "Returns Number rounded to Count decimal places. If Count is omitted or zero, the function rounds to the nearest integer. If Count is negative, the function rounds to the nearest 10, 100, 1000, etc." -msgstr "返回舍入到 Count 位小数的「Number」。如果 Count 被省略或者为零,该函数就舍入到最接近的整数。如果 Ccunt 是负数,则此函数舍入为最接近的 10,100,1000,依次类推。" +msgstr "返回「数字」舍入到「位数」位小数的结果。如果「位数」被省略或者为零,该函数就舍入到最接近的整数。如果「位数」为负数,则此函数舍入到最接近的 10、100、1000 等数位。" #: 04060106.xhp msgctxt "" @@ -12238,7 +12238,7 @@ "par_id3146051\n" "help.text" msgid "ROUNDDOWN(Number; Count)" -msgstr "ROUNDDOWN(Number; Count)" +msgstr "ROUNDDOWN(数字; 位数)" #: 04060106.xhp msgctxt "" @@ -12246,7 +12246,7 @@ "par_id3146064\n" "help.text" msgid "Returns Number rounded down (towards zero) to Count decimal places. If Count is omitted or zero, the function rounds down to an integer. If Count is negative, the function rounds down to the next 10, 100, 1000, etc." -msgstr "返回向下舍入 (趋近零值) 到 Count 位小数的「Number」。如果 Count 被省略或为零,则此函数向下舍入为一个整数;如果 Count 是负数,则此函数向下舍入为 10,100,1000,依次类推。" +msgstr "返回「数字」向下 (往零的方向) 舍入到「位数」位小数的结果。如果「位数」被省略或者为零,该函数就向下舍入到最接近的整数。如果「位数」为负数,则此函数向下舍入到最接近的 10、100、1000 等数位。" #: 04060106.xhp msgctxt "" @@ -12254,7 +12254,7 @@ "par_id2188787\n" "help.text" msgid "This function rounds towards zero. See ROUNDUP and ROUND for alternatives." -msgstr "此函数趋近零值舍入,另请参见 ROUNDUP 和 ROUND。" +msgstr "此函数往零的方向舍入,另请参见 ROUNDUP 和 ROUND。" #: 04060106.xhp msgctxt "" @@ -12318,7 +12318,7 @@ "par_id3163328\n" "help.text" msgid "ROUNDUP(Number; Count)" -msgstr "ROUNDUP(Number; Count)" +msgstr "ROUNDUP(数字; 位数)" #: 04060106.xhp msgctxt "" @@ -12326,7 +12326,7 @@ "par_id3163342\n" "help.text" msgid "Returns Number rounded up (away from zero) to Count decimal places. If Count is omitted or zero, the function rounds up to an integer. If Count is negative, the function rounds up to the next 10, 100, 1000, etc." -msgstr "返回向上舍入 (远离零值) 到 Count 位小数的「Number」。如果 Count 被省略或者为零,此函数向上舍入为一个整数。如果 Count 是负数,则此函数向上舍入为 10,100,1000,依次类推。" +msgstr "返回「数字」向上舍入 (远离零) 到「位数」位小数的结果。如果「位数」被省略或者为零,该函数就向上舍入到最接近的整数。如果「位数」为负数,则此函数向上舍入到最接近的 10、100、1000 等数位。" #: 04060106.xhp msgctxt "" @@ -12334,7 +12334,7 @@ "par_id9573961\n" "help.text" msgid "This function rounds away from zero. See ROUNDDOWN and ROUND for alternatives." -msgstr "此函数远离零值向上舍入。另请参见 ROUNDDOWN 和 ROUND。" +msgstr "此函数朝着远离零的方向舍入。另请参见 ROUNDDOWN 和 ROUND。" #: 04060106.xhp msgctxt "" @@ -12414,7 +12414,7 @@ "par_id9568170\n" "help.text" msgid "Returns the (trigonometric) secant of Number, the angle in radians." -msgstr "返回弧度角 Number 的 (三角) 正割。" +msgstr "返回弧度角「数字」的 (三角) 正割。" #: 04060106.xhp msgctxt "" @@ -12478,7 +12478,7 @@ "par_id1952124\n" "help.text" msgid "Returns the hyperbolic secant of Number." -msgstr "返回「Number」的双曲正割值。" +msgstr "返回「数字」的双曲正割值。" #: 04060106.xhp msgctxt "" @@ -12526,7 +12526,7 @@ "par_id3144950\n" "help.text" msgid "Returns the (trigonometric) sine of Number, the angle in radians." -msgstr "返回用弧度表示的角度 Number 的 (三角) 正弦值。" +msgstr "返回用弧度表示的角度「数字」的 (三角) 正弦值。" #: 04060106.xhp msgctxt "" @@ -12590,7 +12590,7 @@ "par_id3163471\n" "help.text" msgid "Returns the hyperbolic sine of Number." -msgstr "返回「Number」的双曲正弦值。" +msgstr "返回「数字」的双曲正弦值。" #: 04060106.xhp msgctxt "" @@ -12654,7 +12654,7 @@ "par_id3151740\n" "help.text" msgid "=SUM(A1;A3;B5) calculates the sum of the three cells. =SUM (A1:E10) calculates the sum of all cells in the A1 to E10 cell range." -msgstr "=SUM(A1;A3;B5) 计算三个单元格的数值总和。=SUM (A1:E10) 计算单元格区域 A1 至 E10 的数值总和。" +msgstr "「=SUM(A1;A3;B5)」计算三个单元格的数值总和。「=SUM (A1:E10)」计算单元格区域 A1 至 E10 的数值总和。" #: 04060106.xhp msgctxt "" @@ -12838,7 +12838,7 @@ "par_id3152269\n" "help.text" msgid "Returns the (trigonometric) tangent of Number, the angle in radians." -msgstr "返回用弧度表示的角度 Number 的 (三角) 正切值。" +msgstr "返回用弧度表示的角度「数字」的 (三角) 正切值。" #: 04060106.xhp msgctxt "" @@ -12902,7 +12902,7 @@ "par_id3165508\n" "help.text" msgid "Returns the hyperbolic tangent of Number." -msgstr "返回「Number」的双曲正切值。" +msgstr "返回「数字」的双曲正切值。" #: 04060106.xhp msgctxt "" @@ -13094,7 +13094,7 @@ "par_id3143606\n" "help.text" msgid "Range is the range whose cells are included." -msgstr "「Range」是指公式必须顾及的单元格区域。" +msgstr "「区域」是指公式必须顾及的单元格区域。" #: 04060106.xhp msgctxt "" @@ -13214,7 +13214,7 @@ "par_id3143763\n" "help.text" msgid "Value is the amount of the currency to be converted." -msgstr "「Value」是指要换算的货币数目。" +msgstr "「」是指要换算的货币数目。" #: 04060106.xhp msgctxt "" @@ -13222,7 +13222,7 @@ "par_id3143782\n" "help.text" msgid "From_currency and To_currency are the currency units to convert from and to respectively. These must be text, the official abbreviation for the currency (for example, \"EUR\"). The rates (shown per Euro) were set by the European Commission." -msgstr "「From_currency」和 To_currency 分别是换算前和换算后的货币单位,这些必须是货币的官方缩写文本 (例如,\"EUR\")。所采用的汇率 (以每欧元表示) 是由欧洲委员会制定的。" +msgstr "「From_currency」和「To_currency」分别是换算前和换算后的货币单位,这些必须是货币的官方缩写文本 (例如,\"EUR\")。所采用的汇率 (以每欧元表示) 是由欧洲委员会制定的。" #: 04060106.xhp msgctxt "" @@ -13358,7 +13358,7 @@ "par_id3157250\n" "help.text" msgid "Returns Number rounded to the next odd integer up, away from zero." -msgstr "返回 Number 远离零值,向上舍入到下一个奇数的数值。" +msgstr "返回「数字」远离零值,向上舍入到下一个奇数的数值。" #: 04060106.xhp msgctxt "" @@ -13574,7 +13574,7 @@ "par_id3164164\n" "help.text" msgid "Number is the number whose sign is to be determined." -msgstr "数字 确定其正负号的数字。" +msgstr "「数字」确定其正负号的数字。" #: 04060106.xhp msgctxt "" @@ -13630,7 +13630,7 @@ "par_id3486434\n" "help.text" msgid "Returns Number rounded to the nearest multiple of Multiple." -msgstr "返回 数字 舍入到最接近 倍数 倍数的值。" +msgstr "返回「数字」舍入到最接近「倍数」倍数的值。" #: 04060106.xhp msgctxt "" @@ -13718,7 +13718,7 @@ "par_id3591723\n" "help.text" msgid "=SQRT(-16) returns an invalid argument error." -msgstr "「=SQRT(-16)」返回无效参数错误。" +msgstr "「=SQRT(-16)」返回「无效参数」错误。" #: 04060106.xhp msgctxt "" @@ -13758,7 +13758,7 @@ "par_id1501510\n" "help.text" msgid "Returns the positive square root of (PI multiplied by Number)." -msgstr "返回 (PI 乘以 数字r) 的正平方根。" +msgstr "返回 (PI 乘以「数字r」) 的正平方根。" #: 04060106.xhp msgctxt "" @@ -13830,7 +13830,7 @@ "par_id2091433\n" "help.text" msgid "To generate random numbers which never recalculate, copy cells containing this function, and use Edit - Paste Special (with Paste All and Formulas not marked and Numbers marked)." -msgstr "要生成非重新计算的随机数,复制包含此函数的单元格,并且使用「编辑 - 选择性粘贴」 (选中「数值」,而不选全部粘贴和「公式」)。" +msgstr "要生成非重新计算的随机数,复制包含此函数的单元格,并且使用「编辑 - 选择性粘贴」 (选中「数值」,而不选「全部粘贴」和「公式」)。" #: 04060106.xhp msgctxt "" @@ -14118,7 +14118,7 @@ "par_id3166456\n" "help.text" msgid "Comparison operators in an array formula treat empty cells in the same way as in a normal formula, that is, either as zero or as an empty string. For example, if cells A1 and A2 are empty the array formulas {=A1:A2=\"\"} and {=A1:A2=0} will both return a 1 column 2 row array of cells containing TRUE." -msgstr "矩阵公式中的比较符处理空单元格的方式与普通公式一样,也就是说,当为 0 或者空字符串时返回结果一样。例如,当单元格 A1 和 A2 为空,矩阵公式「{=A1:A2=\"\"}」和 {=A1:A2=0} 都将返回一个 1 列 2 行且包含 TRUE 的单元格矩阵。" +msgstr "矩阵公式中的比较符处理空单元格的方式与普通公式一样,也就是说,当为 0 或者空字符串时返回结果一样。例如,当单元格 A1 和 A2 为空,矩阵公式「{=A1:A2=\"\"}」和「{=A1:A2=0}」都将返回一个 1 列 2 行且包含 TRUE 的单元格矩阵。" #: 04060107.xhp msgctxt "" @@ -15270,7 +15270,7 @@ "par_id3150290\n" "help.text" msgid "Array represents a square array in which the determinants are defined." -msgstr "Array代表一个要确定其行列式值的方阵。" +msgstr "「Array」代表一个要确定其行列式值的方阵。" #: 04060107.xhp msgctxt "" @@ -15366,7 +15366,7 @@ "par_id3150812\n" "help.text" msgid "Array at first place represents the first array used in the array product." -msgstr "第一个位置的矩阵代表用于计算矩阵乘积的第一个矩阵。" +msgstr "第一个位置的「矩阵」代表用于计算矩阵乘积的第一个矩阵。" #: 04060107.xhp msgctxt "" @@ -15422,7 +15422,7 @@ "par_id3153857\n" "help.text" msgid "Array represents the array in the spreadsheet that is to be transposed." -msgstr "矩阵代表电子表格中要进行转置的矩阵。" +msgstr "「矩阵」代表电子表格中要进行转置的矩阵。" #: 04060107.xhp msgctxt "" @@ -15438,7 +15438,7 @@ "par_id3159366\n" "help.text" msgid "In the spreadsheet, select the range in which the transposed array can appear. If the original array has n rows and m columns, your selected range must have at least m rows and n columns. Then enter the formula directly, select the original array and press Shift + Command + EnterShift + Ctrl + Enter. Or, if you are using the Function Wizard, mark the Array check box. The transposed array appears in the selected target range and is protected automatically against changes." -msgstr "在电子表格中,选择能够显示转置后数组的区域。如果原始数组包含 n 行 m 列,那么您选择的区域就至少需要包含 m 行 n 列。然后直接输入公式,选择原始数组并按「Shift + Command + EnterShift + Ctrl + Enter」组合键。或者,如果您使用的是「函数向导」,请标记数组复选框。转置后的数组就会出现在选中的目标区域内,并且自动保护,不会被更改。" +msgstr "在电子表格中,选择能够显示转置后数组的区域。如果原始数组包含 n 行 m 列,那么您选择的区域就至少需要包含 m 行 n 列。然后直接输入公式,选择原始数组并按「Shift + Command + EnterShift + Ctrl + Enter」组合键。或者,如果您使用的是「函数向导」,请标记「数组」复选框。转置后的数组就会出现在选中的目标区域内,并且自动保护,不会被更改。" #: 04060107.xhp msgctxt "" @@ -15518,7 +15518,7 @@ "par_id0811200804502119\n" "help.text" msgid "LINEST finds a straight line y = a + bx that best fits the data, using linear regression (the \"least squares\" method). With more than one set of variables the straight line is of the form y = a + b1x1 + b2x2 ... + bnxn." -msgstr "通过使用线性回归 (「最小二乘法」),LINEST 找到一条最符合该数据的直线 y = a + bx。如果有多个变量集合,该直线就会是「y = a + b1x1 + b2x2 ... + bnxn」的形式。" +msgstr "通过使用线性回归 (「最小二乘法」),LINEST 找到一条最符合该数据的直线「y = a + bx」。如果有多个变量集合,该直线就会是「y = a + b1x1 + b2x2 ... + bnxn」的形式。" #: 04060107.xhp msgctxt "" @@ -15526,7 +15526,7 @@ "par_id3154448\n" "help.text" msgid "If linearType is FALSE the straight line found is forced to pass through the origin (the constant a is zero; y = bx). If omitted, linearType defaults to TRUE (the line is not forced through the origin)." -msgstr "如果「linearType」是 FALSE,找到的直线就一定通过原点 (常量 a 为 0;y = bx)。省略的话,linearType 默认被设置为 TRUE (直线不一定通过原点)。" +msgstr "如果「linearType」是 FALSE,找到的直线就一定通过原点 (常量 a 为 0;y = bx)。省略的话,「linearType」默认被设置为 TRUE (直线不一定通过原点)。" #: 04060107.xhp msgctxt "" @@ -15534,7 +15534,7 @@ "par_id3154142\n" "help.text" msgid "If stats is omitted or FALSE only the top line of the statistics table is returned. If TRUE the entire table is returned." -msgstr "如果 stats 省略或是 FALSE,只返回统计报表的首行。如果是 TRUE,则返回整个报表。" +msgstr "如果「stats」省略或是 FALSE,只返回统计报表的首行。如果是 TRUE,则返回整个报表。" #: 04060107.xhp msgctxt "" @@ -16022,7 +16022,7 @@ "par_id3144687\n" "help.text" msgid "Column A contains several X1 values, column B several X2 values and column C the Y values. You have already entered these values in your spreadsheet. You have now set up E2:G6 in the spreadsheet and activated the Function Wizard. For the LINEST function to work, you must have marked the Array check box in the Function Wizard. Next, select the following values in the spreadsheet (or enter them using the keyboard):" -msgstr "列 A 包含若干 X1 值,列 B 包含若干 X2 值,列 C 包含若干 Y 值。先将这些数值输入工作表中。接着在电子表格中设置 E2:G6 并激活函数向导。要使用 LINEST 函数,就必须在「函数向导」中选中「矩阵」复选框。然后在工作表中选择 (或通过键盘输入) 以下数据:" +msgstr "列 A 包含若干 X1 值,列 B 包含若干 X2 值,列 C 包含若干 Y 值。先将这些数值输入工作表中。接着在电子表格中设置 E2:G6 并激活「函数向导」。要使用 LINEST 函数,就必须在「函数向导」中选中「矩阵」复选框。然后在工作表中选择 (或通过键盘输入) 以下数据:" #: 04060107.xhp msgctxt "" @@ -16046,7 +16046,7 @@ "par_id3158058\n" "help.text" msgid "linearType and stats are both set to 1." -msgstr "「linearType」和 stats 都被设置为 1。" +msgstr "「linearType」和「stats」都被设置为 1。" #: 04060107.xhp msgctxt "" @@ -16062,7 +16062,7 @@ "par_id3158106\n" "help.text" msgid "The formula in the Formula bar corresponds to each cell of the LINEST array {=LINEST(C2:C8;A2:B8;1;1)}." -msgstr "在「公式」栏中的公式与 LINEST 矩阵 {=LINEST(C2:C8;A2:B8;1;1)} 每个单元格一一对应。" +msgstr "在「公式」栏中的公式与 LINEST 矩阵「{=LINEST(C2:C8;A2:B8;1;1)}」每个单元格一一对应。" #: 04060107.xhp msgctxt "" @@ -17182,7 +17182,7 @@ "par_id3153074\n" "help.text" msgid "Abs determines the type of reference:" -msgstr "Abs 确定引用类型:" +msgstr "「Abs」确定引用类型:" #: 04060109.xhp msgctxt "" @@ -17230,7 +17230,7 @@ "par_id3153962\n" "help.text" msgid "Sheet represents the name of the sheet. It must be placed in double quotes." -msgstr "Sheet 代表工作表的名称。必须放在双引号中。" +msgstr "「Sheet」代表工作表的名称。必须放在双引号中。" #: 04060109.xhp msgctxt "" @@ -17342,7 +17342,7 @@ "par_id3149434\n" "help.text" msgid "Returns the result of a DDE-based link. If the contents of the linked range or section changes, the returned value will also change. You must reload the spreadsheet or choose Edit - Links to see the updated links. Cross-platform links, for example from a %PRODUCTNAME installation running on a Windows machine to a document created on a Linux machine, are not allowed." -msgstr "返回一个基于 DDE 的链接。如果链接区域或区域中的内容发生变化,公式的结果也会相应地发生变化。您必须重新装入工作表或选择「编辑 - 链接」来查看更新后的链接。不支持跨平台链接,例如从运行于 Windows 计算机上安装的 %PRODUCTNAME 链接到 Linux 计算机上创建的文档。" +msgstr "返回一个基于 DDE 的链接。如果链接区域或区域中的内容发生变化,公式的结果也会相应地发生变化。您必须重新装入工作表或选择「编辑 - 链接」来查看更新后的链接。不支持跨平台链接,例如从运行于 Windows 计算机上安装的「%PRODUCTNAME」链接到 Linux 计算机上创建的文档。" #: 04060109.xhp msgctxt "" @@ -17454,7 +17454,7 @@ "par_id3148734\n" "help.text" msgid "=DDE(\"soffice\";\"c:\\office\\document\\data1.ods\";\"sheet1.A1\") reads the contents of cell A1 in sheet1 of the %PRODUCTNAME Calc spreadsheet data1.ods." -msgstr "=DDE(\"soffice\";\"c:\\office\\document\\data1.ods\";\"sheet1.A1\") 读取 %PRODUCTNAME Calc 电子表格 data1.ods 工作表 Sheet1 中的单元格 A1 的内容。" +msgstr "「=DDE(\"soffice\";\"c:\\office\\document\\data1.ods\";\"sheet1.A1\")」读取 %PRODUCTNAME Calc 电子表格 data1.ods 工作表 Sheet1 中的单元格 A1 的内容。" #: 04060109.xhp msgctxt "" @@ -17494,7 +17494,7 @@ "par_id3149877\n" "help.text" msgid "The Status Bar displays the predefined error code from %PRODUCTNAME if you click the cell containing the error." -msgstr "如果点击含有错误值的单元格,预设的错误码就会显示在 %PRODUCTNAME 状态栏中。" +msgstr "如果点击含有错误值的单元格,预设的错误码就会显示在「%PRODUCTNAME」状态栏中。" #: 04060109.xhp msgctxt "" @@ -17582,7 +17582,7 @@ "par_id3155514\n" "help.text" msgid "Range (optional) represents the index of the subrange if referring to a multiple range." -msgstr "如果引用了多重区域,则「Range」(可选) 代表子区域的索引。" +msgstr "如果引用了多重区域,则「区域」(可选) 代表子区域的索引。" #: 04060109.xhp msgctxt "" @@ -17710,7 +17710,7 @@ "par_id3083286\n" "help.text" msgid "=SUM(INDIRECT(\"a1:\" & ADDRESS(1;3))) totals the cells in the area of A1 up to the cell with the address defined by row 1 and column 3. This means that area A1:C1 is totaled." -msgstr "=SUM(INDIRECT(\"a1:\" & ADDRESS(1;3))) 计算单元格 A1 与地址定义为第 1 行第 3 列的单元格之间的单元格总和。即计算区域 A1:C1 的总和。" +msgstr "「=SUM(INDIRECT(\"a1:\" & ADDRESS(1;3)))」计算单元格 A1 与地址定义为第 1 行第 3 列的单元格之间的单元格总和。即计算区域 A1:C1 的总和。" #: 04060109.xhp msgctxt "" @@ -17734,7 +17734,7 @@ "par_id3149711\n" "help.text" msgid "Returns the column number of a cell reference. If the reference is a cell the column number of the cell is returned; if the parameter is a cell area, the corresponding column numbers are returned in a single-row array if the formula is entered as an array formula. If the COLUMN function with an area reference parameter is not used for an array formula, only the column number of the first cell within the area is determined." -msgstr "返回单元格引用的列号。 如果引用的是一个单元格,函数返回的是单元格的列号;如果参数是一个单元格区域,则以一个单行矩阵来返回相应的列号。如果函数公式作为矩阵公式使用。 如果函数 COLUMN 引用的是一个单元格范围,且函数不是作为矩阵公式使用的,则只返回范围中第一个单元格的列号。" +msgstr "返回单元格引用的列号。 如果引用的是一个单元格,函数返回的是单元格的列号;如果参数是一个单元格区域,则以一个单行矩阵来返回相应的列号。如果函数公式作为矩阵公式使用。 如果函数 COLUMN 引用的是一个单元格范围,且函数不是作为矩阵公式使用的,则只返回范围中第一个单元格的列号。" #: 04060109.xhp msgctxt "" @@ -17790,7 +17790,7 @@ "par_id3156320\n" "help.text" msgid "{=COLUMN(B2:B7)} and =COLUMN(B2:B7) both return 2 because the reference only contains column B as the second column in the table. Because single-column areas have only one column number, it does not make a difference whether or not the formula is used as an array formula." -msgstr "「{=COLUMN(B2:B7)}」和 =COLUMN(B2:B7) 都返回 2,因为引用仅包含在表格中作为第二列的 B 列。由于单列区域仅有一个列编号,所以公式是否作为数组公式使用对结果没有影响。" +msgstr "「{=COLUMN(B2:B7)}」和「=COLUMN(B2:B7)」都返回 2,因为引用仅包含在表格中作为第二列的 B 列。由于单列区域仅有一个列编号,所以公式是否作为数组公式使用对结果没有影响。" #: 04060109.xhp msgctxt "" @@ -17846,7 +17846,7 @@ "par_id3154745\n" "help.text" msgid "Array is the reference to a cell range whose total number of columns is to be found. The argument can also be a single cell." -msgstr "Array 用于指定要计算其列数的单元格区域,该参数也可以是一个单元格。" +msgstr "「Array」用于指定要计算其列数的单元格区域,该参数也可以是一个单元格。" #: 04060109.xhp msgctxt "" @@ -17894,7 +17894,7 @@ "par_id3149984\n" "help.text" msgid "Vertical search with reference to adjacent cells to the right. This function checks if a specific value is contained in the first column of an array. The function then returns the value in the same row of the column named by Index. If the Sorted parameter is omitted or set to TRUE or one, it is assumed that the data is sorted in ascending order. In this case, if the exact SearchCriterion is not found, the last value that is smaller than the criterion will be returned. If Sorted is set to FALSE or zero, an exact match must be found, otherwise the error Error: Value Not Available will be the result. Thus with a value of zero the data does not need to be sorted in ascending order." -msgstr "垂直搜索并引用右侧相邻单元格。 此函数检查是否数组首列包含某个特定的值。然后函数返回由「Index」命名的列的同一行中的数值。如果忽略参数「Sorted」或者设置为 TRUE 或 1,假定数据以升序排序。在这种情况下,如果精确的「SearchCriterion 没有找到,将返回小于条件的最后一个值。如果 Sorted」设置为 FALSE 或 0,则必须找到精确匹配,否则,将返回「错误: 数值不可用」。因此带有零值的数据不需要以升序排序。" +msgstr "垂直搜索并引用右侧相邻单元格。 此函数检查是否数组首列包含某个特定的值。然后函数返回由「Index」命名的列的同一行中的数值。如果忽略参数「Sorted」或者设置为 TRUE 或 1,假定数据以升序排序。在这种情况下,如果精确的「SearchCriterion」没有找到,将返回小于条件的最后一个值。如果「Sorted」设置为 FALSE 或 0,则必须找到精确匹配,否则,将返回「错误: 找不到该值」。因此带有零值的数据不需要以升序排序。" #: 04060109.xhp msgctxt "" @@ -17934,7 +17934,7 @@ "par_id3151208\n" "help.text" msgid "Sorted is an optional parameter that indicates whether the first column in the array is sorted in ascending order. Enter the Boolean value FALSE or zero if the first column is not sorted in ascending order. Sorted columns can be searched much faster and the function always returns a value, even if the search value was not matched exactly, if it is between the lowest and highest value of the sorted list. In unsorted lists, the search value must be matched exactly. Otherwise the function will return this message: Error: Value Not Available." -msgstr "「Sorted 是可选的参数,用于指示数组中的第一列是否按照升序排序。如果第一列未按升序排列,请输入逻辑值 FALSE 或 0。已排序的列查找比较快并且函数有返回值,即使没有精确地找到要搜索的数值,但只要这个数值介于排序列表的最小值和最大值之间,函数就能够返回一个数值。在未排序列表中,查找的数值必须精确匹配。否则,函数会返回错误信息: 错误: 找不到该值」。" +msgstr "「Sorted」是可选参数,用于指示数组中的第一列是否按照升序排序。如果第一列未按升序排列,请输入布尔值 FALSE 或 0。已排序的列查找起来更快,且函数总会给出返回值,即使要查找的数值没有精确匹配,但只要它介于排序列表的最小值和最大值之间,函数就一定能够返回一个值。对于未排序列表,要查找的数值必须精确匹配。否则,函数会返回这条错误信息:「错误: 找不到该值」。" #: 04060109.xhp msgctxt "" @@ -18142,7 +18142,7 @@ "par_id3155343\n" "help.text" msgid "=MATCH(200;D1:D100) searches the area D1:D100, which is sorted by column D, for the value 200. As soon as this value is reached, the number of the row in which it was found is returned. If a higher value is found during the search in the column, the number of the previous row is returned." -msgstr "=MATCH(200;D1:D100) 在按列 D 排序的 D1:D100 区域中查找数值 200。一旦找到这个数值,就会返回该数值所在的行号。如果在搜寻该列的过程中发现了一个更大的数值,将返回它前一行的编号。" +msgstr "「=MATCH(200;D1:D100)」在按列 D 排序的 D1:D100 区域中查找数值 200。一旦找到这个数值,就会返回该数值所在的行号。如果在搜寻该列的过程中发现了一个更大的数值,将返回它前一行的编号。" #: 04060109.xhp msgctxt "" @@ -18278,7 +18278,7 @@ "par_id3153739\n" "help.text" msgid "=SUM(OFFSET(A1;2;2;5;6)) determines the total of the area that starts in cell C3 and has a height of 5 rows and a width of 6 columns (area=C3:H7)." -msgstr "=SUM(OFFSET(A1;2;2;5;6)) 确定以单元格 C3 为出发点,共包含五行六列的单元格区域,即单元格区域 C3:H7。" +msgstr "「=SUM(OFFSET(A1;2;2;5;6))」确定以单元格 C3 为出发点,共包含五行六列的单元格区域,即单元格区域 C3:H7。" #: 04060109.xhp msgctxt "" @@ -18358,7 +18358,7 @@ "par_id3149809\n" "help.text" msgid "=LOOKUP(A1;D1:D100;F1:F100) searches the corresponding cell in range D1:D100 for the number you entered in A1. For the instance found, the index is determined, for example, the 12th cell in this range. Then, the contents of the 12th cell are returned as the value of the function (in the result vector)." -msgstr "=LOOKUP(A1;D1:D100;F1:F100) 根据单元格 A1 中输入的数值,在区域 D1:D100 查找相应的单元格。如果找到匹配的单元格,则确定其索引。例如,如果找到的是该区域中第十二个单元格,则将第十二个单元格的内容作为函数值返回到结果向量中。" +msgstr "「=LOOKUP(A1;D1:D100;F1:F100)」根据单元格 A1 中输入的数值,在区域 D1:D100 查找相应的单元格。如果找到匹配的单元格,则确定其索引。例如,如果找到的是该区域中第十二个单元格,则将第十二个单元格的内容作为函数值返回到结果向量中。" #: 04060109.xhp msgctxt "" @@ -18566,7 +18566,7 @@ "par_id3154564\n" "help.text" msgid "Returns the row number of a cell reference. If the reference is a cell, it returns the row number of the cell. If the reference is a cell range, it returns the corresponding row numbers in a one-column Array if the formula is entered as an array formula. If the ROW function with a range reference is not used in an array formula, only the row number of the first range cell will be returned." -msgstr "返回单元格引用的行号。如果引用的是单元格,函数返回单元格的行号。如果引用的是单元格范围,将在一个单列矩阵 中返回相应的行号 (如果公式是作为矩阵公式输入)。如果 ROW 函数引用的是一个单元格范围,且函数不是作为矩阵公式输入的,则只返回范围中第一个单元格的行号。" +msgstr "返回单元格引用的行号。如果引用的是单元格,函数返回单元格的行号。如果引用的是单元格范围,将在一个单列矩阵 中返回相应的行号 (如果公式是作为矩阵公式输入)。如果 ROW 函数引用的是一个单元格范围,且函数不是作为矩阵公式输入的,则只返回范围中第一个单元格的行号。" #: 04060109.xhp msgctxt "" @@ -18622,7 +18622,7 @@ "par_id3150996\n" "help.text" msgid "{=ROW(A1:E1)} and =ROW(A1:E1) both return 1 because the reference only contains row 1 as the first row in the table. (Because single-row areas only have one row number it does not make any difference whether or not the formula is used as an array formula.)" -msgstr "「{=ROW(A1:E1)}」和 =ROW(A1:E1) 都返回 1,因为引用仅包含在表格中作为第一列的第一行。 (由于单行区域只有一个行号,所以是否作为数组公式使用对结果没有影响。)" +msgstr "「{=ROW(A1:E1)}」和「=ROW(A1:E1)」都返回 1,因为引用仅包含在表格中作为第一列的第一行。 (由于单行区域只有一个行号,所以是否作为数组公式使用对结果没有影响。)" #: 04060109.xhp msgctxt "" @@ -18774,7 +18774,7 @@ "par_idN11827\n" "help.text" msgid "=HYPERLINK(\"http://www.example.org\") displays the text \"http://www.example.org\" in the cell and executes the hyperlink http://www.example.org when clicked." -msgstr "=HYPERLINK(\"http://www.example.org\") 在单元格中显示文本 \"http://www.example.org\",并在点击后执行超链接 \"http://www.example.org\"。" +msgstr "「=HYPERLINK(\"http://www.example.org\")」在单元格中显示文本 \"http://www.example.org\",并在点击后执行超链接 \"http://www.example.org\"。" #: 04060109.xhp msgctxt "" @@ -18782,7 +18782,7 @@ "par_idN1182A\n" "help.text" msgid "=HYPERLINK(\"http://www.example.org\";\"Click here\") displays the text \"Click here\" in the cell and executes the hyperlink http://www.example.org when clicked." -msgstr "=HYPERLINK(\"http://www.example.org\";\"点击此处\") 在单元格中显示文本 \"点击此处\",并在点击后执行超链接 \"http://www.example.org\"。" +msgstr "「=HYPERLINK(\"http://www.example.org\";\"点击此处\")」在单元格中显示文本 \"点击此处\",并在点击后执行超链接 \"http://www.example.org\"。" #: 04060109.xhp msgctxt "" @@ -18806,7 +18806,7 @@ "par_idN11830\n" "help.text" msgid "=HYPERLINK(\"http://www.\";\"Click \") & \"example.org\" displays the text Click example.org in the cell and executes the hyperlink http://www.example.org when clicked." -msgstr "=HYPERLINK(\"http://www.\";\"点击 \") & \"example.org\" 在单元格中显示文本「点击 example.org」,并在点击后执行超链接 http://www.example.org。" +msgstr "「=HYPERLINK(\"http://www.\";\"点击 \") & \"example.org\"」在单元格中显示文本「点击 example.org」,并在点击后执行超链接 http://www.example.org。" #: 04060109.xhp msgctxt "" @@ -18966,7 +18966,7 @@ "par_id8231757\n" "help.text" msgid "Each of the other entries specifies a constraint in the form Field[Item] (with literal characters [ and ]), or only Item if the item name is unique within all fields that are used in the pivot table." -msgstr "其他每个条目以 Field[Item] 形式指定约束 (使用字符 [ 与 ]),或者,当项目名称在用于透视表的所有字段中唯一时,简化为「Item」。" +msgstr "其他每个条目以「Field[Item]」形式指定约束 (使用字符 [ 与 ]),或者,当项目名称在用于透视表的所有字段中唯一时,简化为「Item」。" #: 04060109.xhp msgctxt "" @@ -18974,7 +18974,7 @@ "par_id3168736\n" "help.text" msgid "A function name can be added in the form Field[Item;Function], which will cause the constraint to match only subtotal values which use that function. The possible function names are Sum, Count, Average, Max, Min, Product, Count (Numbers only), StDev (Sample), StDevP (Population), Var (Sample), and VarP (Population), case-insensitive." -msgstr "函数名称能够以 Field[Item;Function] 的形式添加,这将使得约束只能匹配使用了此函数的分类汇总值。可能的函数名为 Sum、Count、Average、Max、Min、Product、Count (仅适用于数字) 、StDev (抽样) 、StDevP (总体样本) 、Var (抽样) 和 VarP (总体样本),不区分大小写。" +msgstr "函数名称能够以「Field[Item;Function]」的形式添加,这将使得约束只能匹配使用了此函数的分类汇总值。可能的函数名为 Sum、Count、Average、Max、Min、Product、Count (仅适用于数字) 、StDev (抽样) 、StDevP (总体样本) 、Var (抽样) 和 VarP (总体样本),不区分大小写。" #: 04060110.xhp msgctxt "" @@ -19158,7 +19158,7 @@ "par_id1539353\n" "help.text" msgid "Number is any number. \"Baht\" is appended to the integral part of the number, and \"Satang\" is appended to the decimal part of the number." -msgstr "「Number」为任意数字。\"Baht\" 将被附加到该数字的整数部分,而 \"Satang\" 将被附加到该数字的小数部分。" +msgstr "「数字」为任意数字。\"Baht\" 将被附加到该数字的整数部分,而 \"Satang\" 将被附加到该数字的小数部分。" #: 04060110.xhp msgctxt "" @@ -19206,7 +19206,7 @@ "par_id3151339\n" "help.text" msgid "Number is the positive integer to be converted." -msgstr "「Number」是要转换的正整数。" +msgstr "「数字」是要转换的正整数。" #: 04060110.xhp msgctxt "" @@ -19310,7 +19310,7 @@ "par_id3155906\n" "help.text" msgid "Number is a number between 1 and 255 representing the code value for the character." -msgstr "「Number」是一个表示字符代码值的介于 1 和 255 之间的数字。" +msgstr "「数字」是一个表示字符代码值的介于 1 和 255 之间的数字。" #: 04060110.xhp msgctxt "" @@ -19598,7 +19598,7 @@ "par_id3145299\n" "help.text" msgid "Value is a number, a reference to a cell containing a number, or a formula which returns a number." -msgstr "「Value」是一个数值,一个含有数值的单元格引用,或一个返回数值的公式。" +msgstr "「」是一个数值,一个含有数值的单元格引用,或一个返回数值的公式。" #: 04060110.xhp msgctxt "" @@ -19622,7 +19622,7 @@ "par_id3154635\n" "help.text" msgid "=DOLLAR(367.456;2) returns $367.46. Use the decimal separator that corresponds to the current locale setting." -msgstr "「=DOLLAR(367.456;2)」返回 $367.46。请使用与当前语言环境设置相对应的小数点分隔符。" +msgstr "「=DOLLAR(367.456;2)」返回 $367.46。请使用与当前区域设置相对应的小数点分隔符。" #: 04060110.xhp msgctxt "" @@ -19782,7 +19782,7 @@ "par_id3151272\n" "help.text" msgid "Number refers to the number to be formatted." -msgstr "「Number」是要格式化的数字。" +msgstr "「数字」是要格式化的数字。" #: 04060110.xhp msgctxt "" @@ -19798,7 +19798,7 @@ "par_id3150877\n" "help.text" msgid "NoThousandsSeparators (optional) determines whether the thousands separator is used. If the parameter is a number not equal to 0, the thousands separator is suppressed. If the parameter is equal to 0 or if it is missing altogether, the thousands separators of your current locale setting are displayed." -msgstr "「NoThousandsSeparators」 (可选) 用于指定是否使用千位分隔符。如果该参数是一个不等于 0 的数字,则不显示千位分隔符。如果该参数等于 0 或没有指定,则显示当前语言环境设置指定的千位分隔符。" +msgstr "「NoThousandsSeparators」 (可选) 用于指定是否使用千位分隔符。如果该参数是一个不等于 0 的数字,则不显示千位分隔符。如果该参数等于 0 或没有指定,则显示当前区域设置指定的千位分隔符。" #: 04060110.xhp msgctxt "" @@ -20254,7 +20254,7 @@ "par_id3153063\n" "help.text" msgid "Number specifies the number of characters in the part of the text." -msgstr "「Number」指定文字中字符的数目。" +msgstr "「数字」指定文字中字符的数目。" #: 04060110.xhp msgctxt "" @@ -20534,7 +20534,7 @@ "par_id3154096\n" "help.text" msgid "=REPLACE(\"1234567\";1;1;\"444\") returns \"444234567\". One character at position 1 is replaced by the complete NewText." -msgstr "「=REPLACE(\"1234567\",1,1,\"444\")」返回 \"444234567\"。位于位置1的一个字符整个被新文本 替代。" +msgstr "「=REPLACE(\"1234567\",1,1,\"444\")」返回 \"444234567\"。位于位置1的一个字符整个被「新文本」替代。" #: 04060110.xhp msgctxt "" @@ -20782,7 +20782,7 @@ "par_id3156139\n" "help.text" msgid "Number is the number that is to be converted into a Roman numeral." -msgstr "「Number」是要转换成罗马数字的数字。" +msgstr "「数字」是要转换成罗马数字的数字。" #: 04060110.xhp msgctxt "" @@ -21022,7 +21022,7 @@ "par_id3154726\n" "help.text" msgid "If Value is a text string or refers to a text string, T returns that text string; otherwise it returns a blank text string." -msgstr "如果「Value」是 (或表示) 文本字符串,则 T 返回文本字符串;否则返回空文本字符串。" +msgstr "如果「」是 (或表示) 文本字符串,则 T 返回文本字符串;否则返回空文本字符串。" #: 04060110.xhp msgctxt "" @@ -21078,7 +21078,7 @@ "par_id3147389\n" "help.text" msgid "Number is the numerical value to be converted." -msgstr "「Number」是要转换的数值。" +msgstr "「数字」是要转换的数值。" #: 04060110.xhp msgctxt "" @@ -21470,7 +21470,7 @@ "par_id3159239\n" "help.text" msgid "Date specifies whether a given date falls within a leap year. The Date parameter must be a valid date." -msgstr "Date 确定某个给定的日期是否为闰年。「Date」参数必须为有效日期。" +msgstr "「Date」确定某个给定的日期是否为闰年。「Date」参数必须为有效日期。" #: 04060111.xhp msgctxt "" @@ -21478,7 +21478,7 @@ "par_id3150786\n" "help.text" msgid "=ISLEAPYEAR(A1) returns 1, if A1 contains 1968-02-29, the valid date 29th of February 1968 in your locale setting." -msgstr "如果 A1 包含 1968-02-29,您的语言环境设置中的有效日期 1968 年 2 月 29 号,=ISLEAPYEAR(A1) 返回 1。" +msgstr "如果 A1 包含 1968-02-29,您的区域设置中的有效日期 1968 年 2 月 29 号,=ISLEAPYEAR(A1) 返回 1。" #: 04060111.xhp msgctxt "" @@ -21550,7 +21550,7 @@ "par_id3152893\n" "help.text" msgid "Type calculates the type of difference. Possible values are 0 (interval) and 1 (in calendar years)." -msgstr "Type 计算差数类型。可能的数值为 0 (间隔) 和 1 (日历年度)。" +msgstr "「Type」计算差数类型。可能的数值为 0 (间隔) 和 1 (日历年度)。" #: 04060111.xhp msgctxt "" @@ -21606,7 +21606,7 @@ "par_id3150111\n" "help.text" msgid "Type calculates the type of difference. Possible values include 0 (interval) and 1 (in calendar months)." -msgstr "Type 计算差数类型。可能的数值为 0 (间隔) 和 1 (日历月份)。" +msgstr "「Type」计算差数类型。可能的数值为 0 (间隔) 和 1 (日历月份)。" #: 04060111.xhp msgctxt "" @@ -21686,7 +21686,7 @@ "par_id3153803\n" "help.text" msgid "Date is any date in the respective year. The Date parameter must be a valid date according to the locale settings of %PRODUCTNAME." -msgstr "「Date」是相应年份中的任意一天。根据 %PRODUCTNAME 的语言环境设置,Date 参数必须是一个有效日期。" +msgstr "「Date」是相应年份中的任意一天。根据 %PRODUCTNAME 的区域设置,Date 参数必须是一个有效日期。" #: 04060111.xhp msgctxt "" @@ -21734,7 +21734,7 @@ "par_id3147501\n" "help.text" msgid "Date is any date in the respective month of the desired year. The Date parameter must be a valid date according to the locale settings of %PRODUCTNAME." -msgstr "「Date」是所需年份的相应月份中的任意一天。根据 %PRODUCTNAME 的语言环境设置,Date 参数必须是一个有效日期。" +msgstr "「Date」是所需年份的相应月份中的任意一天。根据 %PRODUCTNAME 的区域设置,Date 参数必须是一个有效日期。" #: 04060111.xhp msgctxt "" @@ -21798,7 +21798,7 @@ "par_id3166467\n" "help.text" msgid "Type calculates the type of difference. The possible values are 0 (interval) and 1 (in numbers of weeks)." -msgstr "Type 计算差数的类型。可能的值为 0 (间隔) 和 1 (周数)。" +msgstr "「Type」计算差数的类型。可能的值为 0 (间隔) 和 1 (周数)。" #: 04060111.xhp msgctxt "" @@ -21838,7 +21838,7 @@ "par_id3149946\n" "help.text" msgid "Date is any date in the respective year. The Date parameter must be a valid date according to the locale settings of %PRODUCTNAME." -msgstr "「Date」是相应年份中的任意一天。根据 %PRODUCTNAME 的语言环境设置,Date 参数必须是一个有效日期。" +msgstr "「Date」是相应年份中的任意一天。根据 %PRODUCTNAME 的区域设置,Date 参数必须是一个有效日期。" #: 04060111.xhp msgctxt "" @@ -21942,7 +21942,7 @@ "par_id3148837\n" "help.text" msgid "At a minimum, the administrative functions GetFunctionCount and GetFunctionData must exist. Using these, the functions as well as parameter types and return values can be determined. As return values, the Double and String types are supported. As parameters, additionally the cell areas Double Array, String Array, and Cell Array are supported." -msgstr "至少必须存在管理函数 GetFunctionCount 和 GetFunctionData。使用这些函数,可以确定函数以及参数类型和返回值。对于返回值,支持双精度和字符串类型。对于参数,也支持其他的单元格区域双精度数组、字符串数组和单元格数组。" +msgstr "至少必须存在管理函数 GetFunctionCount 和 GetFunctionData。使用这些函数,可以确定函数以及参数类型和返回值。对于返回值,支持双精度和字符串类型。对于参数,也支持其他的单元格区域双精度数组、字符串数组和单元格数组。" #: 04060112.xhp msgctxt "" @@ -23686,7 +23686,7 @@ "par_id3151338\n" "help.text" msgid "X is the value on which the function will be calculated." -msgstr "X 用于计算函数的参数值。" +msgstr "「X」用于计算函数的参数值。" #: 04060115.xhp msgctxt "" @@ -23750,7 +23750,7 @@ "par_id3150378\n" "help.text" msgid "X is the value on which the function will be calculated." -msgstr "X 用于计算函数的参数值。" +msgstr "「X」用于计算函数的参数值。" #: 04060115.xhp msgctxt "" @@ -23814,7 +23814,7 @@ "par_id3150481\n" "help.text" msgid "X is the strictly positive value (X > 0) on which the function will be calculated." -msgstr "X 严格正值 (X > 0),用于计算函数的参数值。" +msgstr "「X」严格正值 (X > 0),用于计算函数的参数值。" #: 04060115.xhp msgctxt "" @@ -23878,7 +23878,7 @@ "par_id3147475\n" "help.text" msgid "X is the strictly positive value (X > 0) on which the function will be calculated." -msgstr "X 严格正值 (X > 0),用于计算函数的参数值。" +msgstr "「X」严格正值 (X > 0),用于计算函数的参数值。" #: 04060115.xhp msgctxt "" @@ -23950,7 +23950,7 @@ "par_id3150142\n" "help.text" msgid "Number is a binary number. The number can have a maximum of 10 places (bits). The most significant bit is the sign bit. Negative numbers are entered as two's complement." -msgstr "「Number」是一个二进制数字。该数最多可有 10 位。最高位是符号位。负数以二进制补码形式输入。" +msgstr "「数字」是一个二进制数字。该数最多可有 10 位。最高位是符号位。负数以二进制补码形式输入。" #: 04060115.xhp msgctxt "" @@ -23998,7 +23998,7 @@ "par_id3155255\n" "help.text" msgid "Number is a binary number. The number can have a maximum of 10 places (bits). The most significant bit is the sign bit. Negative numbers are entered as two's complement." -msgstr "「Number」是一个二进制数字。该数最多可有 10 位。最高位是符号位。负数以二进制补码形式输入。" +msgstr "「数字」是一个二进制数字。该数最多可有 10 位。最高位是符号位。负数以二进制补码形式输入。" #: 04060115.xhp msgctxt "" @@ -24054,7 +24054,7 @@ "par_id3153567\n" "help.text" msgid "Number is a binary number. The number can have a maximum of 10 places (bits). The most significant bit is the sign bit. Negative numbers are entered as two's complement." -msgstr "「Number」是一个二进制数字。该数最多可有 10 位。最高位是符号位。负数以二进制补码形式输入。" +msgstr "「数字」是一个二进制数字。该数最多可有 10 位。最高位是符号位。负数以二进制补码形式输入。" #: 04060115.xhp msgctxt "" @@ -24150,7 +24150,7 @@ "par_id3148768\n" "help.text" msgid "Number is a decimal number. If Number is negative, the function returns a binary number with 10 characters. The most significant bit is the sign bit, the other 9 bits return the value." -msgstr "「Number」是一个十进制数字。如果 Number 为负数,则函数将该数转换成一个由 10 个字符组成的二进制数字。最高位是符号位,其余的 9 位便是该数值。" +msgstr "「数字」是一个十进制数字。如果 Number 为负数,则函数将该数转换成一个由 10 个字符组成的二进制数字。最高位是符号位,其余的 9 位便是该数值。" #: 04060115.xhp msgctxt "" @@ -24206,7 +24206,7 @@ "par_id3152820\n" "help.text" msgid "Number is a decimal number. If Number is negative, the function returns a hexadecimal number with 10 characters (40 bits). The most significant bit is the sign bit, the other 39 bits return the value." -msgstr "「Number」是一个十进制数字。如果 Number 为负数,则函数将该数转换成一个由 10 个字符 (40位) 组成的十六进制数字。最高位是符号位,其余的 39 位便是该数值。" +msgstr "「数字」是一个十进制数字。如果 Number 为负数,则函数将该数转换成一个由 10 个字符 (40位) 组成的十六进制数字。最高位是符号位,其余的 39 位便是该数值。" #: 04060115.xhp msgctxt "" @@ -24262,7 +24262,7 @@ "par_id3155991\n" "help.text" msgid "Number is a decimal number. If Number is negative, the function returns an octal number with 10 characters (30 bits). The most significant bit is the sign bit, the other 29 bits return the value." -msgstr "「Number」是一个十进制数字。如果 Number 为负数,则函数将该数转换成一个由 10 个字符 (30位) 组成的八进制数字。最高位是符号位,其余的 29 位便是该数值。" +msgstr "「数字」是一个十进制数字。如果 Number 为负数,则函数将该数转换成一个由 10 个字符 (30位) 组成的八进制数字。最高位是符号位,其余的 29 位便是该数值。" #: 04060115.xhp msgctxt "" @@ -24318,7 +24318,7 @@ "par_id3149715\n" "help.text" msgid "LowerLimit is the lower limit of the integral." -msgstr "LowerLimit 积分的下限。" +msgstr "「LowerLimit」积分的下限。" #: 04060115.xhp msgctxt "" @@ -24422,7 +24422,7 @@ "par_id3147620\n" "help.text" msgid "LowerLimit is the lower limit of the integral" -msgstr "下限 积分的下限" +msgstr "「下限」积分的下限" #: 04060115.xhp msgctxt "" @@ -24470,7 +24470,7 @@ "par_id2947620\n" "help.text" msgid "LowerLimit is the lower limit of the integral" -msgstr "下限 积分的下限" +msgstr "「下限」积分的下限" #: 04060115.xhp msgctxt "" @@ -24814,7 +24814,7 @@ "par_id3147245\n" "help.text" msgid "The result is the ComplexNumber raised to the power of Number." -msgstr "返回「复数」的数字次幂。" +msgstr "返回「复数」的「数字」次幂。" #: 04060116.xhp msgctxt "" @@ -25430,7 +25430,7 @@ "par_id3156013\n" "help.text" msgid "Number is the octal number. The number can have a maximum of 10 places. The most significant bit is the sign bit, the following bits return the value. Negative numbers are entered as two's complement." -msgstr "「Number」是八进制数。该数最多可有10位。最高位是符号位,随后的各位便是该数值。负数作为二进制补码输入。" +msgstr "「数字」是八进制数。该数最多可有10位。最高位是符号位,随后的各位便是该数值。负数作为二进制补码输入。" #: 04060116.xhp msgctxt "" @@ -25486,7 +25486,7 @@ "par_id3155326\n" "help.text" msgid "Number is the octal number. The number can have a maximum of 10 places. The most significant bit is the sign bit, the following bits return the value. Negative numbers are entered as two's complement." -msgstr "「Number」是八进制数。该数最多可有10位。最高位是符号位,随后的各位便是该数值。负数作为二进制补码输入。" +msgstr "「数字」是八进制数。该数最多可有10位。最高位是符号位,随后的各位便是该数值。负数作为二进制补码输入。" #: 04060116.xhp msgctxt "" @@ -25534,7 +25534,7 @@ "par_id3159162\n" "help.text" msgid "Number is the octal number. The number can have a maximum of 10 places. The most significant bit is the sign bit, the following bits return the value. Negative numbers are entered as two's complement." -msgstr "「Number」是八进制数。该数最多可有10位。最高位是符号位,随后的各位便是该数值。负数作为二进制补码输入。" +msgstr "「数字」是八进制数。该数最多可有10位。最高位是符号位,随后的各位便是该数值。负数作为二进制补码输入。" #: 04060116.xhp msgctxt "" @@ -26230,7 +26230,7 @@ "par_id3147522\n" "help.text" msgid "Number is the number to be converted." -msgstr "「Number」是要转换的数值。" +msgstr "「数字」是要转换的数值。" #: 04060116.xhp msgctxt "" @@ -26302,7 +26302,7 @@ "par_id3158440\n" "help.text" msgid "Returns Number !!, the double factorial of Number, where Number is an integer greater than or equal to zero." -msgstr "返回「Number!!,「Number」的双阶乘,其中「Number」是大于或等于 0 的整数。" +msgstr "返回「数字 !!」,即「数字」的双阶乘,其中「数字」是大于或等于 0 的整数。" #: 04060116.xhp msgctxt "" @@ -26430,7 +26430,7 @@ "par_id3149051\n" "help.text" msgid "Maturity is the date on which the security matures (expires)." -msgstr "Maturity 该有价证券的到期日 (期满)。" +msgstr "「Maturity」该有价证券的到期日 (期满)。" #: 04060118.xhp msgctxt "" @@ -26438,7 +26438,7 @@ "par_id3147297\n" "help.text" msgid "Issue is the date of issue of the security." -msgstr "Issue 有价证券的发行日期。" +msgstr "「Issue」有价证券的发行日期。" #: 04060118.xhp msgctxt "" @@ -26462,7 +26462,7 @@ "par_id3151387\n" "help.text" msgid "Yield is the annual yield of the security." -msgstr "Yield 有价证券的年收益率。" +msgstr "「Yield」有价证券的年收益率。" #: 04060118.xhp msgctxt "" @@ -26526,7 +26526,7 @@ "par_id3150026\n" "help.text" msgid "Maturity is the date on which the security matures (expires)." -msgstr "Maturity 该有价证券的到期日 (期满)。" +msgstr "「Maturity」该有价证券的到期日 (期满)。" #: 04060118.xhp msgctxt "" @@ -26534,7 +26534,7 @@ "par_id3149012\n" "help.text" msgid "Issue is the date of issue of the security." -msgstr "Issue 有价证券的发行日期。" +msgstr "「Issue」有价证券的发行日期。" #: 04060118.xhp msgctxt "" @@ -26542,7 +26542,7 @@ "par_id3148725\n" "help.text" msgid "FirstCoupon is the first interest period of the security." -msgstr "FirstCoupon 有价证券的起息日。" +msgstr "「FirstCoupon」有价证券的起息日。" #: 04060118.xhp msgctxt "" @@ -26558,7 +26558,7 @@ "par_id3146940\n" "help.text" msgid "Price is the price of the security." -msgstr "Price 有价证券的价格。" +msgstr "「Price」有价证券的价格。" #: 04060118.xhp msgctxt "" @@ -26622,7 +26622,7 @@ "par_id3148753\n" "help.text" msgid "Maturity is the date on which the security matures (expires)." -msgstr "Maturity 该有价证券的到期日 (期满)。" +msgstr "「Maturity」该有价证券的到期日 (期满)。" #: 04060118.xhp msgctxt "" @@ -26646,7 +26646,7 @@ "par_id3153328\n" "help.text" msgid "Yield is the annual yield of the security." -msgstr "Yield 有价证券的年收益率。" +msgstr "「Yield」有价证券的年收益率。" #: 04060118.xhp msgctxt "" @@ -26734,7 +26734,7 @@ "par_id3150134\n" "help.text" msgid "Maturity is the date on which the security matures (expires)." -msgstr "Maturity 该有价证券的到期日 (期满)。" +msgstr "「Maturity」该有价证券的到期日 (期满)。" #: 04060118.xhp msgctxt "" @@ -26758,7 +26758,7 @@ "par_id3149003\n" "help.text" msgid "Price is the price of the security." -msgstr "Price 有价证券的价格。" +msgstr "「Price」有价证券的价格。" #: 04060118.xhp msgctxt "" @@ -27262,7 +27262,7 @@ "par_id3149771\n" "help.text" msgid "FV determines what is desired as the cash value of the deposit." -msgstr "FV 确定一项投资期待的现金值。" +msgstr "「FV」确定一项投资期待的现金值。" #: 04060118.xhp msgctxt "" @@ -27334,7 +27334,7 @@ "par_id3148925\n" "help.text" msgid "Pmt is the constant payment (annuity) paid during each period." -msgstr "Pmt 每个周期的固定支付额 (年金)。" +msgstr "「Pmt」每个周期的固定支付额 (年金)。" #: 04060118.xhp msgctxt "" @@ -27430,7 +27430,7 @@ "par_id3148988\n" "help.text" msgid "Maturity is the date on which the security is sold." -msgstr "Maturity 该有价证券的卖出日。" +msgstr "「Maturity」该有价证券的卖出日。" #: 04060118.xhp msgctxt "" @@ -27510,7 +27510,7 @@ "par_id3153536\n" "help.text" msgid "Maturity is the date on which the security matures (expires)." -msgstr "Maturity 该有价证券的到期日 (期满)。" +msgstr "「Maturity」该有价证券的到期日 (期满)。" #: 04060118.xhp msgctxt "" @@ -27582,7 +27582,7 @@ "par_id3151250\n" "help.text" msgid "Maturity is the date on which the security matures (expires)." -msgstr "Maturity 该有价证券的到期日 (期满)。" +msgstr "「Maturity」该有价证券的到期日 (期满)。" #: 04060118.xhp msgctxt "" @@ -27654,7 +27654,7 @@ "par_id3146075\n" "help.text" msgid "Maturity is the date on which the security matures (expires)." -msgstr "Maturity 该有价证券的到期日 (期满)。" +msgstr "「Maturity」该有价证券的到期日 (期满)。" #: 04060118.xhp msgctxt "" @@ -27726,7 +27726,7 @@ "par_id3159390\n" "help.text" msgid "Maturity is the date on which the security matures (expires)." -msgstr "Maturity 该有价证券的到期日 (期满)。" +msgstr "「Maturity」该有价证券的到期日 (期满)。" #: 04060118.xhp msgctxt "" @@ -27798,7 +27798,7 @@ "par_id3154667\n" "help.text" msgid "Maturity is the date on which the security matures (expires)." -msgstr "Maturity 该有价证券的到期日 (期满)。" +msgstr "「Maturity」该有价证券的到期日 (期满)。" #: 04060118.xhp msgctxt "" @@ -27870,7 +27870,7 @@ "par_id3155864\n" "help.text" msgid "Maturity is the date on which the security matures (expires)." -msgstr "Maturity 该有价证券的到期日 (期满)。" +msgstr "「Maturity」该有价证券的到期日 (期满)。" #: 04060118.xhp msgctxt "" @@ -27950,7 +27950,7 @@ "par_id3147577\n" "help.text" msgid "NPer is the total number of periods, during which annuity is paid." -msgstr "NPer 支付年金的周期总数。" +msgstr "「NPer」支付年金的周期总数。" #: 04060118.xhp msgctxt "" @@ -28118,7 +28118,7 @@ "par_id3148904\n" "help.text" msgid "Principal is the starting capital." -msgstr "Principal 初期资本价值。" +msgstr "「Principal」初期资本价值。" #: 04060118.xhp msgctxt "" @@ -28190,7 +28190,7 @@ "par_id3149042\n" "help.text" msgid "Pmt is the constant annuity paid in each period." -msgstr "Pmt 每个周期支付的固定数量的年金。" +msgstr "「Pmt」每个周期支付的固定数量的年金。" #: 04060118.xhp msgctxt "" @@ -28326,7 +28326,7 @@ "par_id3148887\n" "help.text" msgid "Period is the amortizement period. P = 1 for the first and P = NPer for the last period." -msgstr "Period 分期偿付周期。P = 1 表示第一个周期,P=NPer 表示最后一个周期。" +msgstr "「Period」分期偿付周期。P = 1 表示第一个周期,P=NPer 表示最后一个周期。" #: 04060119.xhp msgctxt "" @@ -28334,7 +28334,7 @@ "par_id3148436\n" "help.text" msgid "NPer is the total number of periods during which annuity is paid." -msgstr "NPer 支付年金的周期总数。" +msgstr "「NPer」支付年金的周期总数。" #: 04060119.xhp msgctxt "" @@ -28870,7 +28870,7 @@ "par_id3149983\n" "help.text" msgid "Maturity is the date on which the security matures (expires)." -msgstr "Maturity 该有价证券的到期日 (期满)。" +msgstr "「Maturity」该有价证券的到期日 (期满)。" #: 04060119.xhp msgctxt "" @@ -28886,7 +28886,7 @@ "par_id3155999\n" "help.text" msgid "Yield is the annual yield of the security." -msgstr "Yield 有价证券的年收益率。" +msgstr "「Yield」有价证券的年收益率。" #: 04060119.xhp msgctxt "" @@ -28966,7 +28966,7 @@ "par_id3154304\n" "help.text" msgid "Maturity is the date on which the security matures (expires)." -msgstr "Maturity 该有价证券的到期日 (期满)。" +msgstr "「Maturity」该有价证券的到期日 (期满)。" #: 04060119.xhp msgctxt "" @@ -28974,7 +28974,7 @@ "par_id3156014\n" "help.text" msgid "Discount is the discount of a security as a percentage." -msgstr "Discount 有价证券的贴现率百分比。" +msgstr "「Discount」有价证券的贴现率百分比。" #: 04060119.xhp msgctxt "" @@ -29046,7 +29046,7 @@ "par_id3150530\n" "help.text" msgid "Maturity is the date on which the security matures (expires)." -msgstr "Maturity 该有价证券的到期日 (期满)。" +msgstr "「Maturity」该有价证券的到期日 (期满)。" #: 04060119.xhp msgctxt "" @@ -29054,7 +29054,7 @@ "par_id3149903\n" "help.text" msgid "Issue is the date of issue of the security." -msgstr "Issue 有价证券的发行日期。" +msgstr "「Issue」有价证券的发行日期。" #: 04060119.xhp msgctxt "" @@ -29062,7 +29062,7 @@ "par_id3148828\n" "help.text" msgid "Rate is the interest rate of the security on the issue date." -msgstr "Rate 有价证券在发行日的利率。" +msgstr "「Rate」有价证券在发行日的利率。" #: 04060119.xhp msgctxt "" @@ -29070,7 +29070,7 @@ "par_id3146993\n" "help.text" msgid "Yield is the annual yield of the security." -msgstr "Yield 有价证券的年收益率。" +msgstr "「Yield」有价证券的年收益率。" #: 04060119.xhp msgctxt "" @@ -29150,7 +29150,7 @@ "par_id3147515\n" "help.text" msgid "FV is the expected value. The future value determines the desired (future) value of the deposit." -msgstr "FV 期待值。未来值确定一项投资的期待 (未来) 值。" +msgstr "「FV」期待值。未来值确定一项投资的期待 (未来) 值。" #: 04060119.xhp msgctxt "" @@ -29214,7 +29214,7 @@ "par_id3166444\n" "help.text" msgid "Life is the depreciation period determining the number of periods in the depreciation of the asset." -msgstr "Life 折旧期限确定资产折旧的周期数。" +msgstr "「Life」折旧期限确定资产折旧的周期数。" #: 04060119.xhp msgctxt "" @@ -29278,7 +29278,7 @@ "par_id3149805\n" "help.text" msgid "Maturity is the date on which the security matures (expires)." -msgstr "Maturity 该有价证券的到期日 (期满)。" +msgstr "「Maturity」该有价证券的到期日 (期满)。" #: 04060119.xhp msgctxt "" @@ -29286,7 +29286,7 @@ "par_id3154338\n" "help.text" msgid "Coupon is the annual nominal rate of interest (coupon interest rate)" -msgstr "Coupon 年名义利率 (息票利率)。" +msgstr "「Coupon」年名义利率 (息票利率)。" #: 04060119.xhp msgctxt "" @@ -29294,7 +29294,7 @@ "par_id3148466\n" "help.text" msgid "Yield is the annual yield of the security." -msgstr "Yield 有价证券的年收益率。" +msgstr "「Yield」有价证券的年收益率。" #: 04060119.xhp msgctxt "" @@ -29366,7 +29366,7 @@ "par_id3150630\n" "help.text" msgid "Rate is the discount rate for a period." -msgstr "Rate 各个周期的贴现率。" +msgstr "「Rate」各个周期的贴现率。" #: 04060119.xhp msgctxt "" @@ -29430,7 +29430,7 @@ "par_id3147521\n" "help.text" msgid "EffectiveRate is the effective interest rate" -msgstr "EffectiveRate 有效利率" +msgstr "「EffectiveRate」有效利率" #: 04060119.xhp msgctxt "" @@ -29438,7 +29438,7 @@ "par_id3156334\n" "help.text" msgid "NPerY is the number of periodic interest payments per year." -msgstr "NPerY 每年支付利息的周期数。" +msgstr "「NPerY」每年支付利息的周期数。" #: 04060119.xhp msgctxt "" @@ -29494,7 +29494,7 @@ "par_id3153777\n" "help.text" msgid "EffectiveRate is the effective annual rate of interest." -msgstr "EffectiveRate 实际年利率。" +msgstr "「EffectiveRate」实际年利率。" #: 04060119.xhp msgctxt "" @@ -29566,7 +29566,7 @@ "par_id3153672\n" "help.text" msgid "Fraction is a whole number that is used as the denominator of the decimal fraction." -msgstr "Fraction 用作分数分母的整数。" +msgstr "「Fraction」用作分数分母的整数。" #: 04060119.xhp msgctxt "" @@ -29630,7 +29630,7 @@ "par_id3153695\n" "help.text" msgid "Fraction is a whole number that is used as the denominator of the decimal fraction." -msgstr "Fraction 用作分数分母的整数。" +msgstr "「Fraction」用作分数分母的整数。" #: 04060119.xhp msgctxt "" @@ -29694,7 +29694,7 @@ "par_id3149998\n" "help.text" msgid "Investment is the rate of interest of the investments (the negative values of the array)" -msgstr "Investment 投资的利率 (数组的负值)" +msgstr "「Investment」投资的利率 (数组的负值)" #: 04060119.xhp msgctxt "" @@ -29758,7 +29758,7 @@ "par_id3153266\n" "help.text" msgid "Maturity is the date on which the security matures (expires)." -msgstr "Maturity 该有价证券的到期日 (期满)。" +msgstr "「Maturity」该有价证券的到期日 (期满)。" #: 04060119.xhp msgctxt "" @@ -29854,7 +29854,7 @@ "par_id3146924\n" "help.text" msgid "Maturity is the date on which the security matures (expires)." -msgstr "Maturity 该有价证券的到期日 (期满)。" +msgstr "「Maturity」该有价证券的到期日 (期满)。" #: 04060119.xhp msgctxt "" @@ -29934,7 +29934,7 @@ "par_id3151381\n" "help.text" msgid "Maturity is the date on which the security matures (expires)." -msgstr "Maturity 该有价证券的到期日 (期满)。" +msgstr "「Maturity」该有价证券的到期日 (期满)。" #: 04060119.xhp msgctxt "" @@ -29942,7 +29942,7 @@ "par_id3153302\n" "help.text" msgid "Issue is the date of issue of the security." -msgstr "Issue 有价证券的发行日期。" +msgstr "「Issue」有价证券的发行日期。" #: 04060119.xhp msgctxt "" @@ -29950,7 +29950,7 @@ "par_id3147140\n" "help.text" msgid "Rate is the interest rate of the security on the issue date." -msgstr "Rate 有价证券在发行日的利率。" +msgstr "「Rate」有价证券在发行日的利率。" #: 04060119.xhp msgctxt "" @@ -30022,7 +30022,7 @@ "par_id3148641\n" "help.text" msgid "NPer is the number of periods in which annuity is paid." -msgstr "NPer 支付年金的周期数。" +msgstr "「NPer」支付年金的周期数。" #: 04060119.xhp msgctxt "" @@ -30110,7 +30110,7 @@ "par_id3153827\n" "help.text" msgid "Maturity is the date on which the security matures (expires)." -msgstr "Maturity 该有价证券的到期日 (期满)。" +msgstr "「Maturity」该有价证券的到期日 (期满)。" #: 04060119.xhp msgctxt "" @@ -30190,7 +30190,7 @@ "par_id3154073\n" "help.text" msgid "Maturity is the date on which the security matures (expires)." -msgstr "Maturity 该有价证券的到期日 (期满)。" +msgstr "「Maturity」该有价证券的到期日 (期满)。" #: 04060119.xhp msgctxt "" @@ -30198,7 +30198,7 @@ "par_id3145765\n" "help.text" msgid "Discount is the percentage discount upon acquisition of the security." -msgstr "Discount 购买有价证券的贴现率百分比。" +msgstr "「Discount」购买有价证券的贴现率百分比。" #: 04060119.xhp msgctxt "" @@ -30270,7 +30270,7 @@ "par_id3157856\n" "help.text" msgid "Maturity is the date on which the security matures (expires)." -msgstr "Maturity 该有价证券的到期日 (期满)。" +msgstr "「Maturity」该有价证券的到期日 (期满)。" #: 04060119.xhp msgctxt "" @@ -30278,7 +30278,7 @@ "par_id3149627\n" "help.text" msgid "Price is the price (purchase price) of the treasury bill per 100 currency units of par value." -msgstr "Price 面额为 100 个货币单位的国库券价格 (购买价格)。" +msgstr "「Price」面额为 100 个货币单位的国库券价格 (购买价格)。" #: 04060119.xhp msgctxt "" @@ -30374,7 +30374,7 @@ "par_id4151228\n" "help.text" msgid "Number1 and number2 are positive integers less than 2 ^ 48 (281 474 976 710 656)." -msgstr "「数字1」和 数字2 都应当是小于 2 ^ 48 (281 474 976 710 656) 的正整数。" +msgstr "「数字1」和「数字2」都应当是小于 2 ^ 48 (281 474 976 710 656) 的正整数。" #: 04060120.xhp msgctxt "" @@ -30422,7 +30422,7 @@ "par_id4150864\n" "help.text" msgid "Number1 and number2 are positive integers less than 2 ^ 48 (281 474 976 710 656)." -msgstr "「数字1」和 数字2 都应当是小于 2 ^ 48 (281 474 976 710 656) 的正整数。" +msgstr "「数字1」和「数字2」都应当是小于 2 ^ 48 (281 474 976 710 656) 的正整数。" #: 04060120.xhp msgctxt "" @@ -30470,7 +30470,7 @@ "par_id4145302\n" "help.text" msgid "Number1 and number2 are positive integers less than 2 ^ 48 (281 474 976 710 656)." -msgstr "「数字1」和 数字2 都应当是小于 2 ^ 48 (281 474 976 710 656) 的正整数。" +msgstr "「数字1」和「数字2」都应当是小于 2 ^ 48 (281 474 976 710 656) 的正整数。" #: 04060120.xhp msgctxt "" @@ -30830,7 +30830,7 @@ "par_id3149512\n" "help.text" msgid "Returns the number of empty cells in the cell range Range." -msgstr "返回单元格区域 Range 中的空白单元格的个数。" +msgstr "返回单元格区域「区域」中的空白单元格的个数。" #: 04060181.xhp msgctxt "" @@ -31078,7 +31078,7 @@ "par_id3155991\n" "help.text" msgid "=RSQ(A1:A20;B1:B20) calculates the determination coefficient for both data sets in columns A and B." -msgstr "=RSQ(A1:A20;B1:B20) 计算列 A 和列 B 中的两个数据集合的相关系数。" +msgstr "「=RSQ(A1:A20;B1:B20)」计算列 A 和列 B 中的两个数据集合的相关系数。" #: 04060181.xhp msgctxt "" @@ -31142,7 +31142,7 @@ "par_id3150960\n" "help.text" msgid "Start (optional) is the lower bound for Number." -msgstr "「Start」 (可选) 是「Number」的下界。" +msgstr "「Start」 (可选) 是「数字」的下界。" #: 04060181.xhp msgctxt "" @@ -31150,7 +31150,7 @@ "par_id3151268\n" "help.text" msgid "End (optional) is the upper bound for Number." -msgstr "「End」 (可选) 是「Number」的上界。" +msgstr "「End」 (可选) 是「数字」的上界。" #: 04060181.xhp msgctxt "" @@ -31222,7 +31222,7 @@ "par_id2950960\n" "help.text" msgid "Start (optional) is the lower bound for Number." -msgstr "「Start」 (可选) 是「Number」的下界。" +msgstr "「Start」 (可选) 是「数字」的下界。" #: 04060181.xhp msgctxt "" @@ -31230,7 +31230,7 @@ "par_id2951268\n" "help.text" msgid "End (optional) is the upper bound for Number." -msgstr "「End」 (可选) 是「Number」的上界。" +msgstr "「End」 (可选) 是「数字」的上界。" #: 04060181.xhp msgctxt "" @@ -31302,7 +31302,7 @@ "par_id3150254\n" "help.text" msgid "Start (optional) is the lower bound for Number." -msgstr "「Start」 (可选) 是「Number」的下界。" +msgstr "「Start」 (可选) 是「数字」的下界。" #: 04060181.xhp msgctxt "" @@ -31310,7 +31310,7 @@ "par_id3149138\n" "help.text" msgid "End (optional) is the upper bound for Number." -msgstr "「End」 (可选) 是「Number」的上界。" +msgstr "「End」 (可选) 是「数字」的上界。" #: 04060181.xhp msgctxt "" @@ -31398,7 +31398,7 @@ "par_id2950254\n" "help.text" msgid "Start (optional) is the lower bound for Number." -msgstr "「Start」 (可选) 是「Number」的下界。" +msgstr "「Start」 (可选) 是「数字」的下界。" #: 04060181.xhp msgctxt "" @@ -31406,7 +31406,7 @@ "par_id2949138\n" "help.text" msgid "End (optional) is the upper bound for Number." -msgstr "「End」 (可选) 是「Number」的上界。" +msgstr "「End」 (可选) 是「数字」的上界。" #: 04060181.xhp msgctxt "" @@ -31494,7 +31494,7 @@ "par_id3145666\n" "help.text" msgid "=BINOMDIST(A1;12;0.5;0) shows (if the values 0 to 12 are entered in A1) the probabilities for 12 flips of a coin that Heads will come up exactly the number of times entered in A1." -msgstr "抛掷 12 次硬币,如果在 A1 中输入的数值为从「0 到「12」,则 =BINOMDIST(A1;12;0.5;0)」展示 12 次抛掷中刚好有 A1 次正面朝上的概率。" +msgstr "抛掷 12 次硬币,如果在 A1 中输入的数值为从「0 到「12」,则 =BINOMDIST(A1;12;0.5;0)」展示 12 次抛掷中刚好有 A1 次「正面朝上」的概率。" #: 04060181.xhp msgctxt "" @@ -31502,7 +31502,7 @@ "par_id3150120\n" "help.text" msgid "=BINOMDIST(A1;12;0.5;1) shows the cumulative probabilities for the same series. For example, if A1 = 4, the cumulative probability of the series is 0, 1, 2, 3 or 4 times Heads (non-exclusive OR)." -msgstr "「=BINOMDIST(A1;12;0.5;1)」求得的值是同一序列的累积概率。例如,当 A1 = 4 时,那么该序列的累积概率为 0、1、2、3 或 4 次正面朝上 (同或)。" +msgstr "「=BINOMDIST(A1;12;0.5;1)」求得的值是同一序列的累积概率。例如,当 A1 = 4 时,那么该序列的累积概率为 0、1、2、3 或 4 次「正面朝上」(同或)。" #: 04060181.xhp msgctxt "" @@ -31574,7 +31574,7 @@ "par_id295666\n" "help.text" msgid "=BINOM.DIST(A1;12;0.5;0) shows (if the values 0 to 12 are entered in A1) the probabilities for 12 flips of a coin that Heads will come up exactly the number of times entered in A1." -msgstr "抛掷 12 次硬币,如果在 A1 中输入的数值为从「0」到「12」「=BINOM.DIST(A1;12;0.5;0)」求得的值表示 12 次中有 A1 次正面朝上的概率。" +msgstr "抛掷 12 次硬币,如果在 A1 中输入的数值为从「0」到「12」「=BINOM.DIST(A1;12;0.5;0)」求得的值表示 12 次中有 A1 次「正面朝上」的概率。" #: 04060181.xhp msgctxt "" @@ -31582,7 +31582,7 @@ "par_id290120\n" "help.text" msgid "=BINOM.DIST(A1;12;0.5;1) shows the cumulative probabilities for the same series. For example, if A1 = 4, the cumulative probability of the series is 0, 1, 2, 3 or 4 times Heads (non-exclusive OR)." -msgstr "「=BINOM.DIST(A1;12;0.5;1)」求得同一序列的累积概率。例如,当 A1 = 4 时,那么该序列的累积概率为 0、1、2、3 或 4 次正面朝上的概率 (同或)。" +msgstr "「=BINOM.DIST(A1;12;0.5;1)」求得同一序列的累积概率。例如,当 A1 = 4 时,那么该序列的累积概率为 0、1、2、3 或 4 次「正面朝上」的概率 (同或)。" #: 04060181.xhp msgctxt "" @@ -31622,7 +31622,7 @@ "par_id2847492\n" "help.text" msgid "Trials The total number of trials." -msgstr "Trials 试验的总次数。" +msgstr "「Trials」试验的总次数。" #: 04060181.xhp msgctxt "" @@ -31782,7 +31782,7 @@ "par_id3154898\n" "help.text" msgid "Number is the value of the error probability." -msgstr "「Number」是错误概率的值。" +msgstr "「数字」是错误概率的值。" #: 04060181.xhp msgctxt "" @@ -31878,7 +31878,7 @@ "par_id2954898\n" "help.text" msgid "Number is the value of the error probability." -msgstr "「Number」是错误概率的值。" +msgstr "「数字」是错误概率的值。" #: 04060181.xhp msgctxt "" @@ -32430,7 +32430,7 @@ "par_id3148675\n" "help.text" msgid "Number is the chi-square value of the random sample used to determine the error probability." -msgstr "「Number」是随机抽样的 chi 平方值,用来计算需要确定的错误概率。" +msgstr "「数字」是随机抽样的 chi 平方值,用来计算需要确定的错误概率。" #: 04060181.xhp msgctxt "" @@ -32494,7 +32494,7 @@ "par_id2848675\n" "help.text" msgid "Number is the chi-square value of the random sample used to determine the error probability." -msgstr "「Number」是随机抽样的 chi 平方值,用来计算需要确定的错误概率。" +msgstr "「数字」是随机抽样的 chi 平方值,用来计算需要确定的错误概率。" #: 04060181.xhp msgctxt "" @@ -32574,7 +32574,7 @@ "par_id2948675\n" "help.text" msgid "Number is the chi-square value of the random sample used to determine the error probability." -msgstr "「Number」是随机抽样的 chi 平方值,用来计算需要确定的错误概率。" +msgstr "「数字」是随机抽样的 chi 平方值,用来计算需要确定的错误概率。" #: 04060181.xhp msgctxt "" @@ -32638,7 +32638,7 @@ "par_id011920090239564\n" "help.text" msgid "Number is the number for which the function is to be calculated." -msgstr "Number 用于计算函数。" +msgstr "「数字」用于计算函数。" #: 04060181.xhp msgctxt "" @@ -32694,7 +32694,7 @@ "par_id3154663\n" "help.text" msgid "Number is the value of the function." -msgstr "「Number」是函数的值。" +msgstr "「数字」是函数的值。" #: 04060181.xhp msgctxt "" @@ -32710,7 +32710,7 @@ "par_id3147332\n" "help.text" msgid "C is a logical value that determines the form of the function. C = 0 calculates the density function, and C = 1 calculates the distribution." -msgstr "「C」是一个确定函数格式的逻辑值。C = 0 计算密度函数,C = 1 计算分布函数。" +msgstr "「C」是一个确定函数格式的逻辑值。「C = 0」计算密度函数,「C = 1」计算分布函数。" #: 04060181.xhp msgctxt "" @@ -32758,7 +32758,7 @@ "par_id2954663\n" "help.text" msgid "Number is the value of the function." -msgstr "「Number」是函数的值。" +msgstr "「数字」是函数的值。" #: 04060181.xhp msgctxt "" @@ -32774,7 +32774,7 @@ "par_id2947332\n" "help.text" msgid "C is a logical value that determines the form of the function. C = 0 calculates the density function, and C = 1 calculates the distribution." -msgstr "「C」是一个确定函数格式的逻辑值。C = 0 计算密度函数,C = 1 计算分布函数。" +msgstr "「C」是一个确定函数格式的逻辑值。「C = 0」计算密度函数,「C = 1」计算分布函数。" #: 04060181.xhp msgctxt "" @@ -32838,7 +32838,7 @@ "par_id3146866\n" "help.text" msgid "Number is probability value for which the inverse F distribution is to be calculated." -msgstr "「Number」是用来计算 F 分布的逆函数值的概率值。" +msgstr "「数字」是用来计算 F 分布的逆函数值的概率值。" #: 04060182.xhp msgctxt "" @@ -32902,7 +32902,7 @@ "par_id2946866\n" "help.text" msgid "Number is probability value for which the inverse F distribution is to be calculated." -msgstr "「Number」是用来计算 F 分布的逆函数值的概率值。" +msgstr "「数字」是用来计算 F 分布的逆函数值的概率值。" #: 04060182.xhp msgctxt "" @@ -32966,7 +32966,7 @@ "par_id2846866\n" "help.text" msgid "Number is probability value for which the inverse F distribution is to be calculated." -msgstr "「Number」是用来计算 F 分布的逆函数值的概率值。" +msgstr "「数字」是用来计算 F 分布的逆函数值的概率值。" #: 04060182.xhp msgctxt "" @@ -33030,7 +33030,7 @@ "par_id3159228\n" "help.text" msgid "Number is the value to be transformed." -msgstr "「Number」是要转换的数值。" +msgstr "「数字」是要转换的数值。" #: 04060182.xhp msgctxt "" @@ -33078,7 +33078,7 @@ "par_id3145115\n" "help.text" msgid "Number is the value that is to undergo reverse-transformation." -msgstr "「Number」是一个数值,在该点进行反变换。" +msgstr "「数字」是一个数值,在该点进行反变换。" #: 04060182.xhp msgctxt "" @@ -33142,7 +33142,7 @@ "par_id3159126\n" "help.text" msgid "=FTEST(A1:A30;B1:B12) calculates whether the two data sets are different in their variance and returns the probability that both sets could have come from the same total population." -msgstr "=FTEST(A1:A30;B1:B12) 判断这两个集合的方差是否有差异,如果两个集合来自相同的总体样本,则返回概率。" +msgstr "「=FTEST(A1:A30;B1:B12)」判断这两个集合的方差是否有差异,如果两个集合来自相同的总体样本,则返回概率。" #: 04060182.xhp msgctxt "" @@ -33198,7 +33198,7 @@ "par_id2959126\n" "help.text" msgid "=F.TEST(A1:A30;B1:B12) calculates whether the two data sets are different in their variance and returns the probability that both sets could have come from the same total population." -msgstr "=FTEST(A1:A30;B1:B12) 判断这两个集合的方差是否有差异,如果两个集合来自相同的总体样本,则返回概率。" +msgstr "「=FTEST(A1:A30;B1:B12)」判断这两个集合的方差是否有差异,如果两个集合来自相同的总体样本,则返回概率。" #: 04060182.xhp msgctxt "" @@ -33238,7 +33238,7 @@ "par_id3150461\n" "help.text" msgid "Number is the value for which the F distribution is to be calculated." -msgstr "Number 用于计算 F 分布。" +msgstr "「数字」用于计算 F 分布。" #: 04060182.xhp msgctxt "" @@ -33302,7 +33302,7 @@ "par_id2950461\n" "help.text" msgid "Number is the value for which the F distribution is to be calculated." -msgstr "Number 用于计算 F 分布。" +msgstr "「数字」用于计算 F 分布。" #: 04060182.xhp msgctxt "" @@ -33382,7 +33382,7 @@ "par_id2850461\n" "help.text" msgid "Number is the value for which the F distribution is to be calculated." -msgstr "Number 用于计算 F 分布。" +msgstr "「数字」用于计算 F 分布。" #: 04060182.xhp msgctxt "" @@ -33438,7 +33438,7 @@ "par_id0119200903271614\n" "help.text" msgid "Number is the number for which the Gamma function value is to be calculated." -msgstr "「Number」是计算其 Gamma 分布的数值。" +msgstr "「数字」是计算其 Gamma 分布的数值。" #: 04060182.xhp msgctxt "" @@ -33478,7 +33478,7 @@ "par_id3145138\n" "help.text" msgid "Number is the probability value for which the inverse Gamma distribution is to be calculated." -msgstr "「Number」是 Gamma 分布逆函数的概率值。" +msgstr "「数字」是 Gamma 分布逆函数的概率值。" #: 04060182.xhp msgctxt "" @@ -33550,7 +33550,7 @@ "par_id2915138\n" "help.text" msgid "Number is the probability value for which the inverse Gamma distribution is to be calculated." -msgstr "「Number」是 Gamma 分布逆函数的概率值。" +msgstr "「数字」是 Gamma 分布逆函数的概率值。" #: 04060182.xhp msgctxt "" @@ -33614,7 +33614,7 @@ "par_id3154502\n" "help.text" msgid "Number is the value for which the natural logarithm of the Gamma function is to be calculated." -msgstr "「Number」是需要计算 Gamma 函数的自然对数的数值。" +msgstr "「数字」是需要计算 Gamma 函数的自然对数的数值。" #: 04060182.xhp msgctxt "" @@ -33662,7 +33662,7 @@ "par_id2914502\n" "help.text" msgid "Number is the value for which the natural logarithm of the Gamma function is to be calculated." -msgstr "「Number」是需要计算 Gamma 函数的自然对数的数值。" +msgstr "「数字」是需要计算 Gamma 函数的自然对数的数值。" #: 04060182.xhp msgctxt "" @@ -33718,7 +33718,7 @@ "par_id3150571\n" "help.text" msgid "Number is the value for which the Gamma distribution is to be calculated." -msgstr "「Number」是计算其 Gamma 分布的数值。" +msgstr "「数字」是计算其 Gamma 分布的数值。" #: 04060182.xhp msgctxt "" @@ -33806,7 +33806,7 @@ "par_id2406201422385134\n" "help.text" msgid "Number is the value for which the Gamma distribution is to be calculated." -msgstr "「Number」是计算其 Gamma 分布的数值。" +msgstr "「数字」是计算其 Gamma 分布的数值。" #: 04060182.xhp msgctxt "" @@ -33886,7 +33886,7 @@ "par_id3153228\n" "help.text" msgid "Number is the value for which the value of the standard normal distribution is to be calculated." -msgstr "「Number」是要计算标准正态分布函数值的值。" +msgstr "「数字」是要计算标准正态分布函数值的值。" #: 04060182.xhp msgctxt "" @@ -34006,7 +34006,7 @@ "par_id3156130\n" "help.text" msgid "=TRIMMEAN(A1:A50; 0.1) calculates the mean value of numbers in A1:A50, without taking into consideration the 5 percent of the values representing the highest values and the 5 percent of the values representing the lowest ones. The percentage numbers refer to the amount of the untrimmed mean value, not to the number of summands." -msgstr "=TRIMMEAN(A1:A50; 0.1) 计算 A1:A50 中数字的平均值,且不考虑代表最高值的占 5% 的值和代表最低值的占 5% 的值。百分比是指未调和平均值的数量,而非被加数的数量。" +msgstr "「=TRIMMEAN(A1:A50; 0.1)」计算 A1:A50 中数字的平均值,且不考虑代表最高值的占 5% 的值和代表最低值的占 5% 的值。百分比是指未调和平均值的数量,而非被加数的数量。" #: 04060182.xhp msgctxt "" @@ -34702,7 +34702,7 @@ "par_id3150036\n" "help.text" msgid "Data1 is the first data set." -msgstr "Data1 第一个数据集。" +msgstr "「Data1」第一个数据集。" #: 04060183.xhp msgctxt "" @@ -34710,7 +34710,7 @@ "par_id3153021\n" "help.text" msgid "Data2 is the second data set." -msgstr "Data2 第二个数据集。" +msgstr "「Data2」第二个数据集。" #: 04060183.xhp msgctxt "" @@ -34718,7 +34718,7 @@ "par_id3149941\n" "help.text" msgid "=CORREL(A1:A50;B1:B50) calculates the correlation coefficient as a measure of the linear correlation of the two data sets." -msgstr "=CORREL(A1:A50;B1:B50) 计算相关系数,作为对两个数据集线性相关的度量。" +msgstr "「=CORREL(A1:A50;B1:B50)」计算相关系数,作为对两个数据集线性相关的度量。" #: 04060183.xhp msgctxt "" @@ -34758,7 +34758,7 @@ "par_id3145827\n" "help.text" msgid "Data1 is the first data set." -msgstr "Data1 第一个数据集。" +msgstr "「Data1」第一个数据集。" #: 04060183.xhp msgctxt "" @@ -34766,7 +34766,7 @@ "par_id3150465\n" "help.text" msgid "Data2 is the second data set." -msgstr "Data2 第二个数据集。" +msgstr "「Data2」第二个数据集。" #: 04060183.xhp msgctxt "" @@ -34814,7 +34814,7 @@ "par_id2945827\n" "help.text" msgid "Data1 is the first data set." -msgstr "Data1 第一个数据集。" +msgstr "「Data1」第一个数据集。" #: 04060183.xhp msgctxt "" @@ -34822,7 +34822,7 @@ "par_id2950465\n" "help.text" msgid "Data2 is the second data set." -msgstr "Data2 第二个数据集。" +msgstr "「Data2」第二个数据集。" #: 04060183.xhp msgctxt "" @@ -34870,7 +34870,7 @@ "par_id2845827\n" "help.text" msgid "Data1 is the first data set." -msgstr "Data1 第一个数据集。" +msgstr "「Data1」第一个数据集。" #: 04060183.xhp msgctxt "" @@ -34878,7 +34878,7 @@ "par_id2850465\n" "help.text" msgid "Data2 is the second data set." -msgstr "Data2 第二个数据集。" +msgstr "「Data2」第二个数据集。" #: 04060183.xhp msgctxt "" @@ -35038,7 +35038,7 @@ "par_id3148390\n" "help.text" msgid "Number is the probability value for which the inverse standard logarithmic distribution is to be calculated." -msgstr "「Number」标准对数分布函数的逆函数的概率。" +msgstr "「数字」标准对数分布函数的逆函数的概率。" #: 04060183.xhp msgctxt "" @@ -35110,7 +35110,7 @@ "par_id2901390\n" "help.text" msgid "Number (required) is the probability value for which the inverse standard logarithmic distribution is to be calculated." -msgstr "「Number」标准对数分布函数的逆函数的概率。" +msgstr "「数字」标准对数分布函数的逆函数的概率。" #: 04060183.xhp msgctxt "" @@ -35174,7 +35174,7 @@ "par_id3154871\n" "help.text" msgid "Number is the probability value for which the standard logarithmic distribution is to be calculated." -msgstr "「number」是用来计算标准对数分布函数的概率。" +msgstr "「数字」是用来计算标准对数分布函数的概率。" #: 04060183.xhp msgctxt "" @@ -35246,7 +35246,7 @@ "par_id2904871\n" "help.text" msgid "Number (required) is the probability value for which the standard logarithmic distribution is to be calculated." -msgstr "「number」是用来计算标准对数分布函数的概率。" +msgstr "「数字」(必填) 是用来计算标准对数分布函数的概率。" #: 04060183.xhp msgctxt "" @@ -36086,7 +36086,7 @@ "par_id3154950\n" "help.text" msgid "Number represents the probability value used to determine the inverse normal distribution." -msgstr "「Number」表示用于计算正态分布逆函数的概率值。" +msgstr "「数字」表示用于计算正态分布逆函数的概率值。" #: 04060184.xhp msgctxt "" @@ -36150,7 +36150,7 @@ "par_id2954950\n" "help.text" msgid "Number represents the probability value used to determine the inverse normal distribution." -msgstr "「Number」表示用于计算正态分布逆函数的概率值。" +msgstr "「数字」表示用于计算正态分布逆函数的概率值。" #: 04060184.xhp msgctxt "" @@ -36214,7 +36214,7 @@ "par_id3149820\n" "help.text" msgid "Number is the value of the distribution based on which the normal distribution is to be calculated." -msgstr "「Number」是用于计算正态分布的分布值。" +msgstr "「数字」是用于计算正态分布的分布值。" #: 04060184.xhp msgctxt "" @@ -36294,7 +36294,7 @@ "par_id2919820\n" "help.text" msgid "Number is the value of the distribution based on which the normal distribution is to be calculated." -msgstr "「Number」是用于计算正态分布的分布值。" +msgstr "「数字」是用于计算正态分布的分布值。" #: 04060184.xhp msgctxt "" @@ -36430,7 +36430,7 @@ "par_id3156108\n" "help.text" msgid "Number represents the value based on which the standard normal distribution is calculated." -msgstr "「Number」是用于计算标准正态分布的数值。" +msgstr "「数字」是用于计算标准正态分布的数值。" #: 04060184.xhp msgctxt "" @@ -36494,7 +36494,7 @@ "par_id3147253\n" "help.text" msgid "Number represents the value based on which the Poisson distribution is calculated." -msgstr "「Number」是用于计算泊松分布的数值。" +msgstr "「数字」是用于计算泊松分布的数值。" #: 04060184.xhp msgctxt "" @@ -36558,7 +36558,7 @@ "par_id2947253\n" "help.text" msgid "Number represents the value based on which the Poisson distribution is calculated." -msgstr "「Number」是用于计算泊松分布的数值。" +msgstr "「数字」是用于计算泊松分布的数值。" #: 04060184.xhp msgctxt "" @@ -36662,7 +36662,7 @@ "par_id2854940\n" "help.text" msgid "Returns the Alpha'th percentile of a supplied range of values for a given value of Alpha, within the range 0 to 1 (exclusive). A percentile returns the scale value for a data series which goes from the smallest (Alpha=0) to the largest value (Alpha=1) of a data series. For Alpha = 25%, the percentile means the first quartile; Alpha = 50% is the MEDIAN." -msgstr "对于给定的介于 0 与 1 之间 (不含) 的数值「α」,返回提供的值范围的第α 个百分位数。百分位数返回数据系列的比例值, 从数据序列的最小值 (α=0) 到数据序列的最大值 (α=1)。对于 α = 25%, 百分位数表示第一个四分位数; α = 50% 是中位数 (MEDIAN)。" +msgstr "对于给定的介于 0 与 1 之间 (不含) 的数值「α」,返回提供的值范围的第「α」个百分位数。百分位数返回数据系列的比例值, 从数据序列的最小值 (α=0) 到数据序列的最大值 (α=1)。对于 α = 25%, 百分位数表示第一个四分位数; α = 50% 是中位数 (MEDIAN)。" #: 04060184.xhp msgctxt "" @@ -36678,7 +36678,7 @@ "par_id2653976\n" "help.text" msgid "The difference between PERCENTILE.INC and PERCENTILE.EXC is that, in the PERCENTILE.INC function the value of alpha is within the range 0 to 1 inclusive, and in the PERCENTILE.EXC function, the value of alpha is within the range 0 to 1 exclusive." -msgstr "「PERCENTILE.INC」与「PERCENTILE.EXC」的区别在于,「PERCENTILE.INC」函数中的 α 值在 0 到 1 范围 (含),而PERCENTILE.EXC 函数中的 α 在 0 到 1 之间 (不含)。" +msgstr "「PERCENTILE.INC」与「PERCENTILE.EXC」的区别在于,「PERCENTILE.INC」函数中的 α 值在 0 到 1 范围 (含),而「PERCENTILE.EXC」函数中的 α 在 0 到 1 之间 (不含)。" #: 04060184.xhp msgctxt "" @@ -36742,7 +36742,7 @@ "par_id2753976\n" "help.text" msgid "The difference between PERCENTILE.INC and PERCENTILE.EXC is that, in the PERCENTILE.INC function the value of alpha is within the range 0 to 1 inclusive, and in the PERCENTILE.EXC function, the value of alpha is within the range 0 to 1 exclusive." -msgstr "「PERCENTILE.INC」与「PERCENTILE.EXC」的区别在于,「PERCENTILE.INC」函数中的 ɑ 值在 0 到 1 范围 (含),而PERCENTILE.EXC 函数中的 ɑ 在 0 到 1 之间 (不含)。" +msgstr "「PERCENTILE.INC」与「PERCENTILE.EXC」的区别在于,「PERCENTILE.INC」函数中的 ɑ 值在 0 到 1 范围 (含),而「PERCENTILE.EXC」函数中的 ɑ 在 0 到 1 之间 (不含)。" #: 04060184.xhp msgctxt "" @@ -36822,7 +36822,7 @@ "par_id3148475\n" "help.text" msgid "Value represents the value whose percentile rank must be determined." -msgstr "「Value」是要确定其百分比排位的数值。" +msgstr "「」是要确定其百分比排位的数值。" #: 04060184.xhp msgctxt "" @@ -36870,7 +36870,7 @@ "par_id2553976\n" "help.text" msgid "The difference between PERCENTRANK.INC and PERCENTRANK.EXC is that PERCENTRANK.INC calculates a value in the range 0 to 1 inclusive, whereas the PERCENTRANK.EXC function calculates a value in the range 0 to 1 exclusive." -msgstr "「PERCENTRANK.INC」与「PERCENTRANK.EXC」的区别在于,PERCENTRANK.INC 计算的值在 0 到 1 范围 (含),而 PERCENTRANK.EXC 计算的值在 0 到 1 之间 (不含)。" +msgstr "「PERCENTRANK.INC」与「PERCENTRANK.EXC」的区别在于,「PERCENTRANK.INC」计算的值在 0 到 1 范围 (含),而「PERCENTRANK.EXC」计算的值在 0 到 1 之间 (不含)。" #: 04060184.xhp msgctxt "" @@ -36894,7 +36894,7 @@ "par_id2848475\n" "help.text" msgid "Value represents the value whose percentile rank must be determined." -msgstr "「Value」是要确定其百分比排位的数值。" +msgstr "「」是要确定其百分比排位的数值。" #: 04060184.xhp msgctxt "" @@ -36942,7 +36942,7 @@ "par_id2453976\n" "help.text" msgid "The difference between PERCENTRANK.INC and PERCENTRANK.EXC is that PERCENTRANK.INC calculates a value in the range 0 to 1 inclusive, whereas the PERCENTRANK.EXC function calculates a value in the range 0 to 1 exclusive." -msgstr "「PERCENTRANK.INC」与「PERCENTRANK.EXC」的区别在于,PERCENTRANK.INC 计算的值在 0 到 1 范围 (含),而 PERCENTRANK.EXC 计算的值在 0 到 1 之间 (不含)。" +msgstr "「PERCENTRANK.INC」与「PERCENTRANK.EXC」的区别在于,「PERCENTRANK.INC」计算的值在 0 到 1 范围 (含),而「PERCENTRANK.EXC」计算的值在 0 到 1 之间 (不含)。" #: 04060184.xhp msgctxt "" @@ -36966,7 +36966,7 @@ "par_id2948475\n" "help.text" msgid "Value represents the value whose percentile rank must be determined." -msgstr "「Value」是要确定其百分比排位的数值。" +msgstr "「」是要确定其百分比排位的数值。" #: 04060184.xhp msgctxt "" @@ -37070,7 +37070,7 @@ "par_id2353976\n" "help.text" msgid "The difference between QUARTILE.INC and QUARTILE.EXC is that the QUARTILE.INC function bases its calculation on a percentile range of 0 to 1 inclusive, whereas the QUARTILE.EXC function bases its calculation on a percentile range of 0 to 1 exclusive." -msgstr "「QUARTILE.INC」与「QUARTILE.EXC」的区别在于,「QUARTILE.INC」函数的计算根据 0 到 1 范围 (含) 的百分位数,而QUARTILE.EXC 函数的计算根据 0 到 1 范围 (不含) 的百分位数。" +msgstr "「QUARTILE.INC」与「QUARTILE.EXC」的区别在于,「QUARTILE.INC」函数的计算根据 0 到 1 范围 (含) 的百分位数,而「QUARTILE.EXC」函数的计算根据 0 到 1 范围 (不含) 的百分位数。" #: 04060184.xhp msgctxt "" @@ -37134,7 +37134,7 @@ "par_id2253976\n" "help.text" msgid "The difference between QUARTILE.INC and QUARTILE.EXC is that the QUARTILE.INC function bases its calculation on a percentile range of 0 to 1 inclusive, whereas the QUARTILE.EXC function bases its calculation on a percentile range of 0 to 1 exclusive." -msgstr "「QUARTILE.INC」与「QUARTILE.EXC」的区别在于,「QUARTILE.INC」函数的计算根据 0 到 1 范围 (含) 的百分位数,而QUARTILE.EXC 函数的计算根据 0 到 1 范围 (不含) 的百分位数。" +msgstr "「QUARTILE.INC」与「QUARTILE.EXC」的区别在于,「QUARTILE.INC」函数的计算根据 0 到 1 范围 (含) 的百分位数,而「QUARTILE.EXC」函数的计算根据 0 到 1 范围 (不含) 的百分位数。" #: 04060184.xhp msgctxt "" @@ -37222,7 +37222,7 @@ "par_id3154543\n" "help.text" msgid "Value is the value, whose rank is to be determined." -msgstr "「Value」是需要确定排位的数值。" +msgstr "「」是需要确定排位的数值。" #: 04060185.xhp msgctxt "" @@ -37294,7 +37294,7 @@ "par_id2653976\n" "help.text" msgid "The difference between RANK.AVG and RANK.EQ occurs when there are duplicates in the list of values. The RANK.EQ function returns the lower rank, whereas the RANK.AVG function returns the average rank." -msgstr "「RANK.AVG」与「RANK.EQ」的区别在于对数值列表中重复值的处理方式。、「RANK.EQ」函数返回较低的排名, 而 RANK.AVG 函数返回平均排名。" +msgstr "「RANK.AVG」与「RANK.EQ」的区别在于对数值列表中重复值的处理方式。、「RANK.EQ」函数返回较低的排名, 而「RANK.AVG」函数返回平均排名。" #: 04060185.xhp msgctxt "" @@ -37310,7 +37310,7 @@ "par_id2954543\n" "help.text" msgid "Value is the value, whose rank is to be determined." -msgstr "「Value」是需要确定排位的数值。" +msgstr "「」是需要确定排位的数值。" #: 04060185.xhp msgctxt "" @@ -37382,7 +37382,7 @@ "par_id2753976\n" "help.text" msgid "The difference between RANK.AVG and RANK.EQ occurs when there are duplicates in the list of values. The RANK.EQ function returns the lower rank, whereas the RANK.AVG function returns the average rank." -msgstr "「RANK.AVG」与「RANK.EQ」的区别在于对数值列表中重复值的处理方式。、「RANK.EQ」函数返回较低的排名, 而 RANK.AVG 函数返回平均排名。" +msgstr "「RANK.AVG」与「RANK.EQ」的区别在于对数值列表中重复值的处理方式。、「RANK.EQ」函数返回较低的排名, 而「RANK.AVG」函数返回平均排名。" #: 04060185.xhp msgctxt "" @@ -37398,7 +37398,7 @@ "par_id2854543\n" "help.text" msgid "Value is the value, whose rank is to be determined." -msgstr "「Value」是需要确定排位的数值。" +msgstr "「」是需要确定排位的数值。" #: 04060185.xhp msgctxt "" @@ -37486,7 +37486,7 @@ "par_id3145118\n" "help.text" msgid "=SKEW(A1:A50) calculates the value of skew for the data referenced." -msgstr "=SKEW(A1:A50) 计算引用数据的偏斜度。" +msgstr "「=SKEW(A1:A50)」计算引用数据的偏斜度。" #: 04060185.xhp msgctxt "" @@ -37526,7 +37526,7 @@ "par_id3148743\n" "help.text" msgid "Value is the x value, for which the y value on the linear regression is to be returned." -msgstr "「Value」为 X 值,Y 值就是在线性回归上对应于这点而计算得出。" +msgstr "「」为 X 值,Y 值就是在线性回归上对应于这点而计算得出。" #: 04060185.xhp msgctxt "" @@ -37590,7 +37590,7 @@ "par_id3148744\n" "help.text" msgid "Value is the x value, for which the y value on the linear regression is to be returned." -msgstr "「Value」为 X 值,Y 值就是在线性回归上对应于这点而计算得出。" +msgstr "「」为 X 值,Y 值就是在线性回归上对应于这点而计算得出。" #: 04060185.xhp msgctxt "" @@ -37942,7 +37942,7 @@ "par_id3159139\n" "help.text" msgid "Number is the value to be standardized." -msgstr "「Number」为要标准化的数值。" +msgstr "「数字」为要标准化的数值。" #: 04060185.xhp msgctxt "" @@ -38006,7 +38006,7 @@ "par_id3148772\n" "help.text" msgid "Number is the probability to which the inverse standard normal distribution is calculated." -msgstr "「Number」为概率值,据此计算逆标准正态分布。" +msgstr "「数字」为概率值,据此计算逆标准正态分布。" #: 04060185.xhp msgctxt "" @@ -38054,7 +38054,7 @@ "par_id2948772\n" "help.text" msgid "Number is the probability to which the inverse standard normal distribution is calculated." -msgstr "「Number」为概率值,据此计算逆标准正态分布。" +msgstr "「数字」为概率值,据此计算逆标准正态分布。" #: 04060185.xhp msgctxt "" @@ -38110,7 +38110,7 @@ "par_id3154950\n" "help.text" msgid "Number is the value to which the standard normal cumulative distribution is calculated." -msgstr "「Number」是计算标准正态累积分布函数的值。" +msgstr "「数字」是计算标准正态累积分布函数的值。" #: 04060185.xhp msgctxt "" @@ -38158,7 +38158,7 @@ "par_id2954950\n" "help.text" msgid "Number is the value to which the standard normal cumulative distribution is calculated." -msgstr "「Number」是计算标准正态累积分布的值。" +msgstr "「数字」是计算标准正态累积分布的值。" #: 04060185.xhp msgctxt "" @@ -38382,7 +38382,7 @@ "par_id3154070\n" "help.text" msgid "Number is the probability associated with the two-tailed t-distribution." -msgstr "「Number」为概率值,据此计算逆 t 分布。" +msgstr "「数字」为概率值,据此计算逆 t 分布。" #: 04060185.xhp msgctxt "" @@ -38438,7 +38438,7 @@ "par_id2954070\n" "help.text" msgid "Number is the probability associated with the one-tailed t-distribution." -msgstr "「Number」为概率值,据此计算逆 t 分布。" +msgstr "「数字」为概率值,据此计算逆 t 分布。" #: 04060185.xhp msgctxt "" @@ -38494,7 +38494,7 @@ "par_id2854070\n" "help.text" msgid "Number is the probability associated with the two-tailed t-distribution." -msgstr "「Number」为概率值,据此计算逆 t 分布。" +msgstr "「数字」为概率值,据此计算逆 t 分布。" #: 04060185.xhp msgctxt "" @@ -38574,7 +38574,7 @@ "par_id3155327\n" "help.text" msgid "Type is the kind of t-test to perform. Type 1 means paired. Type 2 means two samples, equal variance (homoscedastic). Type 3 means two samples, unequal variance (heteroscedastic)." -msgstr "Type 代表待执行的 t-检验的类型。Type 1 表示配对检验。Type 2 表示两个样本具有方差一致性 (方差相等)。Type 3 表示两个样本不具有方差一致性 (方差不等)。" +msgstr "「Type」代表待执行的 t-检验的类型。Type 1 表示配对检验。Type 2 表示两个样本具有方差一致性 (方差相等)。Type 3 表示两个样本不具有方差一致性 (方差不等)。" #: 04060185.xhp msgctxt "" @@ -38646,7 +38646,7 @@ "par_id2955327\n" "help.text" msgid "Type is the kind of t-test to perform. Type 1 means paired. Type 2 means two samples, equal variance (homoscedastic). Type 3 means two samples, unequal variance (heteroscedastic)." -msgstr "Type 代表待执行的 t-检验的类型。Type 1 表示配对检验。Type 2 表示两个样本具有方差一致性 (方差相等)。Type 3 表示两个样本不具有方差一致性 (方差不等)。" +msgstr "「Type」代表待执行的 t-检验的类型。Type 1 表示配对检验。Type 2 表示两个样本具有方差一致性 (方差相等)。Type 3 表示两个样本不具有方差一致性 (方差不等)。" #: 04060185.xhp msgctxt "" @@ -38694,7 +38694,7 @@ "par_id3146991\n" "help.text" msgid "Number is the value for which the t-distribution is calculated." -msgstr "「Number」为据此计算 t-分布的值。" +msgstr "「数字」为据此计算 t-分布的值。" #: 04060185.xhp msgctxt "" @@ -38758,7 +38758,7 @@ "par_id2946991\n" "help.text" msgid "Number is the value for which the t-distribution is calculated." -msgstr "「Number」为据此计算 t-分布的值。" +msgstr "「数字」为据此计算 t-分布的值。" #: 04060185.xhp msgctxt "" @@ -38822,7 +38822,7 @@ "par_id2846991\n" "help.text" msgid "Number is the value for which the t-distribution is calculated." -msgstr "「Number」为据此计算 t-分布的值。" +msgstr "「数字」为据此计算 t-分布的值。" #: 04060185.xhp msgctxt "" @@ -38878,7 +38878,7 @@ "par_id2746991\n" "help.text" msgid "Number is the value for which the t-distribution is calculated." -msgstr "「Number」为据此计算 t-分布的值。" +msgstr "「数字」为据此计算 t-分布的值。" #: 04060185.xhp msgctxt "" @@ -39446,7 +39446,7 @@ "par_id3151317\n" "help.text" msgid "Number is the value at which to calculate the Weibull distribution." -msgstr "Number 确定计算哪个值的 Weibull 分布。" +msgstr "「数字」确定计算哪个值的 Weibull 分布。" #: 04060185.xhp msgctxt "" @@ -39550,7 +39550,7 @@ "par_id2951317\n" "help.text" msgid "Number is the value at which to calculate the Weibull distribution." -msgstr "Number 确定计算哪个值的 Weibull 分布。" +msgstr "「数字」确定计算哪个值的 Weibull 分布。" #: 04060185.xhp msgctxt "" @@ -40830,7 +40830,7 @@ "par_id3151118\n" "help.text" msgid "Opens the Function List deck of the Sidebar, which displays all functions that can be inserted into your document. The Function List deck is similar to the Functions tab page of the Function Wizard. The functions are inserted with placeholders to be replaced with your own values." -msgstr "打开「侧边栏」的「函数列表」窗格,其中列出了可以插入到文档中的所有函数。函数列表窗格与「函数向导」的「函数」选项卡页面类似。插入的函数含有占位符,可用相应的数值替换这些占位符。" +msgstr "打开「侧边栏」的「函数列表」窗格,其中列出了可以插入到文档中的所有函数。 此「函数列表」窗格与「函数向导」的「函数」选项卡页面类似。插入的函数含有占位符,可用相应的数值替换这些占位符。" #: 04080000.xhp msgctxt "" @@ -42838,7 +42838,7 @@ "par_id3154017\n" "help.text" msgid "Allows you to add the current formatting of a range of at least 4 x 4 cells to the list of predefined AutoFormats. The Add AutoFormat dialog then appears." -msgstr "允许您将至少 4 x 4 个单元格的区域的当前格式添加到预定义的「自动格式」列表中。然后将出现 添加自动套用格式对话框。" +msgstr "允许您将至少 4 x 4 个单元格的区域的当前格式添加到预定义的「自动格式」列表中。然后将出现「添加自动套用格式」对话框。" #: 05110000.xhp msgctxt "" @@ -43006,7 +43006,7 @@ "par_id3163710\n" "help.text" msgid "Choose Conditional Formatting to define format styles depending on certain conditions. If a style was already assigned to a cell, it remains unchanged. The style entered here is then evaluated. There are several types of conditional formatting that can be used." -msgstr "选择 条件格式 根据特定条件定义格式样式。如果样式已分配给单元格, 则该样式保持不变。然后在此处输入的样式将被求值。有多种类型的条件格式可用。" +msgstr "选择「条件格式」根据特定条件定义格式样式。如果样式已分配给单元格, 则该样式保持不变。然后在此处输入的样式将被求值。有多种类型的条件格式可用。" #: 05120000.xhp msgctxt "" @@ -43302,7 +43302,7 @@ "par_id31494157\n" "help.text" msgid "In front of Apply Styles, select the desired style in the list or chose New Style to create one." -msgstr "在「应用样式」那里, 选择所需要的样式,或者选择 新建样式 新建一个。" +msgstr "在「应用样式」那里, 选择所需要的样式,或者选择「新建样式」新建一个。" #: 05120000.xhp msgctxt "" @@ -43646,7 +43646,7 @@ "par_id3151112\n" "help.text" msgid "This function works per level. For instance, if one level of traces has already been activated to show the precedents (or dependents), then you would see the next dependency level by activating the Trace function again." -msgstr "此功能逐级执行。例如,如果当前已启动一个追踪级别来显示向前的追踪 (或向后的追踪),则再次启动追踪功能即可看到下一个追踪级别。" +msgstr "此功能逐级执行。例如,如果当前已启动一个追踪级别来显示向前的追踪 (或向后的追踪),则再次启动「追踪」功能即可看到下一个追踪级别。" #: 06030400.xhp msgctxt "" @@ -43870,7 +43870,7 @@ "par_id3153192\n" "help.text" msgid "Starting Tools - Detective - Update Refresh Traces" -msgstr "启动工具 - 侦探 - 更新刷新追踪箭头" +msgstr "启动「工具 - 侦探 - 更新刷新追踪箭头」" #: 06030900.xhp msgctxt "" @@ -44358,7 +44358,7 @@ "par_id3153188\n" "help.text" msgid "The structure of protected spreadsheet documents can be changed only if the Protect option is disabled. On the context menus for the spreadsheet tabs at the lower graphic border, only the menu item Select All Sheets can be activated. All other menu items are deactivated. To remove the protection, call up the command Tools - Protect Spreadsheet Structure again. If no password is assigned, protection is immediately removed. If you were assigned a password, the Remove Spreadsheet Protection dialog appears, in which you must enter the password. Only then can you remove the check mark specifying that protection is active." -msgstr "只有禁用「保护」选项时, 才能更改受保护的电子表格文档的结构。在图形边框下方的电子表格选项卡的右键菜单中, 只有菜单项「选择所有工作表」可以激活。所有其他菜单项都将被停用。若要去除保护, 请再次调用「工具 - 保护电子表格结构」命令。如果未指定密码, 则会立即去除保护。如果指定了密码, 则会出现 去除电子表格保护 对话框, 您必须在其中输入密码。只有这样, 才能去除表示保护活动状态的复选标记。" +msgstr "只有禁用「保护」选项时, 才能更改受保护的电子表格文档的结构。在图形边框下方的电子表格选项卡的右键菜单中, 只有菜单项「选择所有工作表」可以激活。所有其他菜单项都将被停用。若要去除保护, 请再次调用「工具 - 保护电子表格结构」命令。如果未指定密码, 则会立即去除保护。如果指定了密码, 则会出现「去除电子表格保护」对话框, 您必须在其中输入密码。只有这样, 才能去除表示保护活动状态的复选标记。" #: 06060200.xhp msgctxt "" @@ -44502,7 +44502,7 @@ "tit\n" "help.text" msgid "AutoInput" -msgstr "自动输入" +msgstr "自动补全" #: 06130000.xhp msgctxt "" @@ -44510,7 +44510,7 @@ "bm_id2486037\n" "help.text" msgid "entering entries with AutoInput functioncapital letters;AutoInput function" -msgstr "使用自动输入功能输入条目大写字母;自动输入功能" +msgstr "使用「自动补全」功能输入条目大写字母;「自动补全」功能" #: 06130000.xhp msgctxt "" @@ -44518,7 +44518,7 @@ "hd_id3148492\n" "help.text" msgid "AutoInput" -msgstr "自动输入" +msgstr "自动补全" #: 06130000.xhp msgctxt "" @@ -44526,7 +44526,7 @@ "par_id3150793\n" "help.text" msgid "Switches the AutoInput function on and off, which automatically completes entries, based on other entries in the same column. The column is scanned up to a maximum of 2000 cells or 200 different strings." -msgstr "切换自动输入功能,该功能根据同一列中的其他条目来自动完成单元格内容的输入。列内最多可以包含 2000 个单元格或 200 个不同的字符串。" +msgstr "切换「自动补全」功能的开关状态,该功能根据同一列中其他条目的内容来自动完成当前单元格内容的输入。会扫描同一列最多 2000 个单元格或 200 个不同的字符串。" #: 06130000.xhp msgctxt "" @@ -44566,7 +44566,7 @@ "par_idN10679\n" "help.text" msgid "To see a list of all available AutoInput text items for the current column, press OptionAlt+Down Arrow." -msgstr "要查看当前列所有可用的「自动输入」文本项的列表, 请按「OptionAlt+向下箭头」。" +msgstr "要查看当前列所有可用的「自动补全」文本条目的列表, 请按「OptionAlt+向下箭头键」。" #: 06130000.xhp msgctxt "" @@ -44574,7 +44574,7 @@ "par_id3150439\n" "help.text" msgid "When typing formulas using characters that match previous entries, a Help tip will appear listing the last ten functions used from Function Wizard, from all defined range names, from all database range names, and from the content of all label ranges." -msgstr "当输入与前面输入内容匹配的公式时,将显示一个\"帮助\"提示,列出函数向导、所有定义的区域名称、所有数据库区域名称以及所有标签区域内容中最后使用的十个函数。" +msgstr "当输入与前面输入内容匹配的公式时,将显示一个「帮助」提示,列出「函数向导」、所有定义的区域名称、所有数据库区域名称以及所有标签区域内容中最后使用的十个函数。" #: 06130000.xhp msgctxt "" @@ -44582,7 +44582,7 @@ "par_id3153363\n" "help.text" msgid "AutoInput is case-sensitive. If, for example, you have written \"Total\" in a cell, you cannot enter \"total\" in another cell of the same column without first deactivating AutoInput." -msgstr "自动输入功能区分大小写。例如,在一个单元格中输入「Total」后,如果不关闭自动输入,则无法在该单元格所在列的其他单元格中输入「total」。" +msgstr "「自动补全」功能区分大小写。例如,在一个单元格中输入「Total」后,如果不关闭「自动补全」,则无法在同一列的其他单元格中输入「total」。" #: 07080000.xhp msgctxt "" @@ -44790,7 +44790,7 @@ "par_id3154684\n" "help.text" msgid "Automatically inserts new rows and columns into the database range in your document when new records are added to the database. To manually update the database range, choose Data - Refresh Range." -msgstr "向数据库中加入新记录时,在文档的数据库区域中自动插入新的行或列。要手动更新数据库区域,请选择「数据 - 刷新区域。" +msgstr "向数据库中加入新记录时,在文档的数据库区域中自动插入新的行或列。要手动更新数据库区域,请选择「数据 - 刷新区域」。" #: 12010100.xhp msgctxt "" @@ -47510,7 +47510,7 @@ "par_id3147394\n" "help.text" msgid "Select an operator to compare the Field name and Value entries." -msgstr "选择一个运算符来比较 字段名称 和「」条目。" +msgstr "选择一个运算符来比较「字段名称」和「」条目。" #: 12090103.xhp msgctxt "" @@ -49062,7 +49062,7 @@ "par_id3144502\n" "help.text" msgid "Select the comparative operator that you want to use. The available operators depend on what you selected in the Allow box. If you select \"between\" or \"not between\", the Minimum and Maximum input boxes appear. Otherwise, only the Minimum, the Maximum, or the Value input boxes appear." -msgstr "选择要使用的比较运算符。可选择的运算符取决于在「允许」框中指定的选项。如果选择\"之间\"或\"不在之间\",将显示「最小」和「最大输入框。否则仅显示最小」、最大 或 数值输入框。" +msgstr "选择要使用的比较运算符。可选择的运算符取决于您在「允许」框中的选择。如果选择「之间」或「不在之间」,将显示「最小」和「最大」输入框。否则仅显示「最小」「最大 或 数值」输入框。" #: 12120100.xhp msgctxt "" @@ -49278,7 +49278,7 @@ "par_id3151115\n" "help.text" msgid "Select the action that you want to occur when invalid data is entered in a cell. The \"Stop\" action rejects the invalid entry and displays a dialog that you have to close by clicking OK. The \"Warning\" and \"Information\" actions display a dialog that can be closed by clicking OK or Cancel. The invalid entry is only rejected when you click Cancel." -msgstr "选择单元格中输入无效数据时要执行的操作。「停止」操作将拒绝无效的输入并显示一个对话框,必须点击「确定才能关闭该对话框。「警告」和「信息」操作将显示一个对话框,点击「确定」或取消」可关闭该对话框,但只有点击取消才能拒绝无效的输入。" +msgstr "选择单元格中输入无效数据时要执行的操作。「停止」操作将拒绝无效的输入并显示一个对话框,必须点击「确定才能关闭该对话框。「警告」和「信息」操作将显示一个对话框,点击「确定」或「取消」可关闭该对话框,但只有点击取消」才能拒绝无效的输入。" #: 12120300.xhp msgctxt "" @@ -49926,7 +49926,7 @@ "par_id14734320631377\n" "help.text" msgid "Func_Range and Range1, Range2... must have the same size, otherwise the function returns err:502 - Invalid argument." -msgstr "「Func_Range」和 区域1, 区域2... 必须具有相同的大小, 否则该函数返回错误: 502 - 无效的参数。" +msgstr "「Func_Range」和「区域1, 区域2...」必须具有相同的大小, 否则该函数返回错误: 502 - 无效的参数。" #: ex_data_stat_func.xhp msgctxt "" @@ -50366,7 +50366,7 @@ "par_id2480544\n" "help.text" msgid "Switches Edit Points mode for an inserted freeform line on and off." -msgstr "切换编辑接点模式可以开启和关闭插入的不规则线条。" +msgstr "切换「编辑接点」模式可以开启和关闭插入的不规则线条。" #: ful_func.xhp msgctxt "" @@ -50398,7 +50398,7 @@ "par_id26516178768369\n" "help.text" msgid "If the complex number is actually a real number (b=0), then it can be either a string expression or a number value." -msgstr "如果 复数 实际上是一个实数 (b=0), 那么它既可以是一个字符串表达式, 也可以是一个数字值。" +msgstr "如果「复数」实际上是一个实数 (b=0), 那么它既可以是一个字符串表达式, 也可以是一个数字值。" #: ful_func.xhp msgctxt "" @@ -50854,7 +50854,7 @@ "par_id230920152006414\n" "help.text" msgid "=AGGREGATE(4;2;A2:A9)
Returns maximum value for the range A2:A9 = 34, whereas =MAX(A2:A9) returns the error Err:511." -msgstr "「=AGGREGATE(4;2;A2:A9)
返回范围 A2:A9 的最大值 = 34, 而 =MAX(A2:A9) 返回错误 Err:511。" +msgstr "「=AGGREGATE(4;2;A2:A9)
返回范围 A2:A9 的最大值 = 34, 而「=MAX(A2:A9)」返回错误 Err:511。" #: func_aggregate.xhp msgctxt "" @@ -50990,7 +50990,7 @@ "par_id45123108916423\n" "help.text" msgid "Note that if the Average_Range is not specified, Range is used for both, the calculation of the mean and the search according to the condition. If the Average_Range is specified, the Range is used only for the condition test, while Average_Range is used for the mean calculation.
The Criterion needs to be a string expression, in particular, the Criterion needs to be enclosed in quotation marks (\"Criterion\") with the exception of the names of functions, cell references and an operation of a string concatenation (&)." -msgstr "请注意, 如果未指定「平均范围, 则 范围」将同时用于平均值的计算和按条件搜索。如果指定了平均范围, 则 范围 仅用于条件测试, 而 平均范围 用于平均值计算。
条件」应为字符串表达式, 即, 条件 需要用引号括起来 (\"条件\"), 但函数名称、单元格引用和字符串连接操作 (&) 除外。" +msgstr "请注意, 如果未指定「平均范围, 则「范围」将同时用于平均值的计算和按条件搜索。如果指定了平均范围, 则 范围」仅用于条件测试, 而「平均范围」用于平均值计算。
条件」应为字符串表达式, 即,「条件」需要用引号括起来 (\"条件\"), 但函数名称、单元格引用和字符串连接操作 (&) 除外。" #: func_averageif.xhp msgctxt "" @@ -51526,7 +51526,7 @@ "par_id14734320631377\n" "help.text" msgid "Range1, Range2, ... and Criterion1, Criterion2, ... must have the same size, otherwise the function returns err:502 - Invalid argument." -msgstr "「区域1, 区域2, ...」与 条件1, 条件2, ... 必须具有相同的大小, 否则该函数返回错误: 502 - 无效参数。" +msgstr "「区域1, 区域2, ...」与「条件1, 条件2, ...」必须具有相同的大小, 否则该函数返回错误: 502 - 无效参数。" #: func_countifs.xhp msgctxt "" @@ -51742,7 +51742,7 @@ "par_id3152589\n" "help.text" msgid "=DATE(00;1;31) yields 1/31/00 if the cell format setting is MM/DD/YY." -msgstr "=DATE(00;1;31) 如果单元格格式设置为「MM/DD/YY」,则得到「1/31/00」。" +msgstr "「=DATE(00;1;31)」如果单元格格式设置为「MM/DD/YY」,则得到「1/31/00」。" #: func_datedif.xhp msgctxt "" @@ -52078,7 +52078,7 @@ "par_id3159190\n" "help.text" msgid "=DAY(C4) returns 5 if you enter 1901-08-05 in cell C4 (the date value might get formatted differently after you press Enter)." -msgstr "=DAY(C4) 如果您在单元格 C4 中输入 1901-08-05,则返回 5 (按「回车」键后, 日期值可能会以不同的格式显示)。" +msgstr "「=DAY(C4)」如果您在单元格 C4 中输入 1901-08-05,则返回 5 (按「回车」键后, 日期值可能会以不同的格式显示)。" #: func_days.xhp msgctxt "" @@ -52126,7 +52126,7 @@ "par_id3151376\n" "help.text" msgid "Date1 is the start date, Date2 is the end date. If Date2 is an earlier date than Date1 the result is a negative number." -msgstr "「Date1 是开始日期,「Date2」是结束日期。如果 Date2 早于 Date1」,则结果是一个负数。" +msgstr "「Date1」是开始日期,「Date2」是结束日期。如果「Date2」早于「Date1」,则结果会是负数。" #: func_days.xhp msgctxt "" @@ -52190,7 +52190,7 @@ "par_id3145263\n" "help.text" msgid "If Date2 is earlier than Date1, the function will return a negative number." -msgstr "如果 Date2 早于「Date1」,函数返回的结果是一个负数。" +msgstr "如果「Date2」早于「Date1」,函数返回的结果是一个负数。" #: func_days360.xhp msgctxt "" @@ -52198,7 +52198,7 @@ "par_id3151064\n" "help.text" msgid "The optional argument Type determines the type of difference calculation. If Type = 0 or if the argument is missing, the US method (NASD, National Association of Securities Dealers) is used. If Type <> 0, the European method is used." -msgstr "可选自变量类型决定了不同的运算类型。Type = 0 或者没有 Type 自变量时,应用美国方式 (NASD,美国证券交易商协会)。Type <> 0 时,应用欧洲方式。" +msgstr "可选自变量「类型」决定了不同的运算类型。Type = 0 或者没有 Type 自变量时,应用美国方式 (NASD,美国证券交易商协会)。Type <> 0 时,应用欧洲方式。" #: func_days360.xhp msgctxt "" @@ -52334,7 +52334,7 @@ "par_id3150880\n" "help.text" msgid "The result is a date which is a number of months away from the start date. Only months are considered; days are not used for calculation." -msgstr "返回的结果为距离 起始日期 相隔 月数 的日期值。计算时只考虑月数,不考虑天数。" +msgstr "返回的结果为距离「起始日期」相隔「月数」的日期值。计算时只考虑月数,不考虑天数。" #: func_edate.xhp msgctxt "" @@ -52358,7 +52358,7 @@ "par_id3152929\n" "help.text" msgid "Months is the number of months before (negative) or after (positive) the start date." -msgstr "月数 所求的月份应在开始日期之前的几个月 (负) 或之后的几个月 (正)。" +msgstr "「月数」所求的月份应在开始日期之前的几个月 (负) 或之后的几个月 (正)。" #: func_edate.xhp msgctxt "" @@ -52430,7 +52430,7 @@ "par_id3155615\n" "help.text" msgid "Months is the number of months before (negative) or after (positive) the start date." -msgstr "月数 所求的月份应在开始日期之前的几个月 (负) 或之后的几个月 (正)。" +msgstr "「月数」所求的月份应在开始日期之前的几个月 (负) 或之后的几个月 (正)。" #: func_eomonth.xhp msgctxt "" @@ -52454,7 +52454,7 @@ "par_id3156144\n" "help.text" msgid "=EOMONTH(\"2001-09-14\";6) works as well. If the date is given as string, it has to be in ISO format." -msgstr "=EOMONTH(\"2001-09-14\";6) 也可以执行。如果输入的日期是字符串,那么必须符合ISO格式。" +msgstr "「=EOMONTH(\"2001-09-14\";6)」也可以执行。如果输入的日期是字符串,那么必须符合ISO格式。" #: func_error_type.xhp msgctxt "" @@ -53126,7 +53126,7 @@ "par_id0403201618595132\n" "help.text" msgid "The same result is returned with FORECAST.ETS.STAT functions when argument stat_type equals 9 (and period_length equals 1)." -msgstr "FORECAST.ETS.STAT 函数的「统计类型」参数等于 9 (且 周期长度 等于 1) 时会返回相同的结果。" +msgstr "FORECAST.ETS.STAT 函数的「统计类型」参数等于 9 (且「周期长度」等于 1) 时会返回相同的结果。" #: func_forecastetsseason.xhp msgctxt "" @@ -54638,7 +54638,7 @@ "par_id3154790\n" "help.text" msgid "=MONTH(C4) returns 7 if you enter 2000-07-07 to cell C4 (that date value might get formatted differently after you press Enter)." -msgstr "=MONTH(C4) 如果在单元格 C4 中输入 2000-07-07,则返回 7 (当您按下「回车」键后,日期值可能会以不同的格式显示)。" +msgstr "「=MONTH(C4)」如果在单元格 C4 中输入 2000-07-07,则返回 7 (当您按下「回车」键后,日期值可能会以不同的格式显示)。" #: func_networkdays.intl.xhp msgctxt "" @@ -54686,7 +54686,7 @@ "par_id231020162249533010\n" "help.text" msgid "StartDate is the date from when the calculation is carried out. If the start date is a workday, the day is included in the calculation." -msgstr "开始日期 开始计算的日期。如果开始日期是一个工作日,则这一天也要计算在内。" +msgstr "「开始日期」开始计算的日期。如果开始日期是一个工作日,则这一天也要计算在内。" #: func_networkdays.intl.xhp msgctxt "" @@ -54694,7 +54694,7 @@ "par_id231020162249536398\n" "help.text" msgid "EndDate is the date up until when the calculation is carried out. If the end date is a workday, the day is included in the calculation." -msgstr "结束日期 计算结束的日期。如果结束日期是一个工作日,则这一天也要计算在内。" +msgstr "「结束日期」计算结束的日期。如果结束日期是一个工作日,则这一天也要计算在内。" #: func_networkdays.intl.xhp msgctxt "" @@ -54750,7 +54750,7 @@ "par_id23102016224955931\n" "help.text" msgid "=NETWORKDAYS.INTL(C3;D3) gives 22 working days." -msgstr "=NETWORKDAYS.INTL(C3;D3) 给出 22 个工作日。" +msgstr "「=NETWORKDAYS.INTL(C3;D3)」给出 22 个工作日。" #: func_networkdays.intl.xhp msgctxt "" @@ -54830,7 +54830,7 @@ "par_id3153885\n" "help.text" msgid "StartDate is the date from when the calculation is carried out. If the start date is a workday, the day is included in the calculation." -msgstr "开始日期 开始计算的日期。如果开始日期是一个工作日,则这一天也要计算在内。" +msgstr "「开始日期」开始计算的日期。如果开始日期是一个工作日,则这一天也要计算在内。" #: func_networkdays.xhp msgctxt "" @@ -54838,7 +54838,7 @@ "par_id3151110\n" "help.text" msgid "EndDate is the date up until when the calculation is carried out. If the end date is a workday, the day is included in the calculation." -msgstr "结束日期 计算结束的日期。如果结束日期是一个工作日,则这一天也要计算在内。" +msgstr "「结束日期」计算结束的日期。如果结束日期是一个工作日,则这一天也要计算在内。" #: func_networkdays.xhp msgctxt "" @@ -55190,7 +55190,7 @@ "par_id421542232246840\n" "help.text" msgid "Flags: Optional. \"g\" replaces all matches of Expression in Text, not extracted. If there is no match, Text is returned unmodified." -msgstr "「标记」: 可选。「g」替换文本中「表达式」的所有匹配项, 而不是部分。如果没有匹配项, 文本将原样返回。" +msgstr "「标记」: 可选。「g」替换「文本」中「表达式」的所有匹配项, 而不是部分。如果没有匹配项, 文本将原样返回。" #: func_regex.xhp msgctxt "" @@ -55198,7 +55198,7 @@ "par_id421542232246841\n" "help.text" msgid "Occurrence: Optional. Number to indicate which match of Expression in Text is to be extracted or replaced. If there is no match and Replacement is not given, #N/A is returned. If there is no match and Replacement is given, Text is returned unmodified. If Occurrence is 0, Text is returned unmodified." -msgstr "「次数」: 可选。数字,指定要提取或替换文本中「表达式」的匹配项的次数。如果没有匹配项, 并且未给出替换, 则返回 #N/A 。如果没有匹配项且给出了「替换, 则原样返回「文本」。如果次数」为 0, 则原样返回「文本」。" +msgstr "「次数」: 可选。数字,指定要提取或替换「文本」中「表达式」的匹配项的次数。如果没有匹配项, 并且未给出替换, 则返回 #N/A 。如果没有匹配项且给出了「替换, 则原样返回「文本」。如果次数」为 0, 则原样返回「文本」。" #: func_regex.xhp msgctxt "" @@ -55318,7 +55318,7 @@ "par_id371519155264297\n" "help.text" msgid "Digits must be an integer greater than 0." -msgstr "数位必须是大于 0 的整数。" +msgstr "「数位」必须是大于 0 的整数。" #: func_roundsig.xhp msgctxt "" @@ -55502,7 +55502,7 @@ "par_id1102201618185326\n" "help.text" msgid "SKEWP(Number1; Number2) always returns zero, if Number1 and Number2 results in two numbers." -msgstr "如果「数字1」和「数字2」产生两个数字, 则SKEWP(数字1; 数字2)始终返回零。" +msgstr "如果「数字1」和「数字2」产生两个数字, 则「SKEWP(数字1; 数字2)」始终返回零。" #: func_skewp.xhp msgctxt "" @@ -55510,7 +55510,7 @@ "par_id1102201618188326\n" "help.text" msgid "SKEWP(Number1) returns Err:502 (Invalid argument) if Number1 results in one number, because SKEWP cannot be calculated with one value." -msgstr "SKEWP(数字1)如果 数字1 只有一个数字,返回 Err:502 (无效参数),因为 SKEWP 不能只计算一个值。" +msgstr "「SKEWP(数字1)」如果 数字1 只有一个数字,返回 Err:502 (无效参数),因为 SKEWP 不能只计算一个值。" #: func_skewp.xhp msgctxt "" @@ -55726,7 +55726,7 @@ "par_id3152904\n" "help.text" msgid "Use an integer to set the Hour." -msgstr "设置 Hour 为整数。" +msgstr "设置「Hour」为整数。" #: func_time.xhp msgctxt "" @@ -55734,7 +55734,7 @@ "par_id3151346\n" "help.text" msgid "Use an integer to set the Minute." -msgstr "设置 Minute 为整数。" +msgstr "设置「Minute」为整数。" #: func_time.xhp msgctxt "" @@ -55742,7 +55742,7 @@ "par_id3151366\n" "help.text" msgid "Use an integer to set the Second." -msgstr "设置 Second 为整数。" +msgstr "设置「Second」为整数。" #: func_time.xhp msgctxt "" @@ -56726,7 +56726,7 @@ "par_id3159277\n" "help.text" msgid "Date is the date within the calendar week." -msgstr "Date 日历周内的日期。" +msgstr "「Date」日历周内的日期。" #: func_weeknumadd.xhp msgctxt "" @@ -56798,7 +56798,7 @@ "par_id241020160008308885\n" "help.text" msgid "StartDate is the date from when the calculation is carried out. If the start date is a workday, the day is included in the calculation. This is required." -msgstr "开始日期 开始计算的日期。如果开始日期是一个工作日,则这一天也要计算在内。必填。" +msgstr "「开始日期」开始计算的日期。如果开始日期是一个工作日,则这一天也要计算在内。必填。" #: func_workday.intl.xhp msgctxt "" @@ -56838,7 +56838,7 @@ "par_id241020160012177923\n" "help.text" msgid "=WORKDAY.INTL(C3;D3;;F3:J3) returns January 11, 2017 in the result cell, say D6 (use date format for the cell)." -msgstr "=WORKDAY.INTL(C3;D3;;F3:J3) 在结果单元格中返回2017年1月11日, 如 D6 (单元格应使用日期格式)。" +msgstr "「=WORKDAY.INTL(C3;D3;;F3:J3)」在结果单元格中返回2017年1月11日, 如 D6 (单元格应使用日期格式)。" #: func_workday.intl.xhp msgctxt "" @@ -56854,7 +56854,7 @@ "par_id241020160012178562\n" "help.text" msgid "=WORKDAY.INTL(C3;D3;7;F3:J3) returns January 15, 2017 with weekend parameter 7." -msgstr "=WORKDAY.INTL(C3;D3;7;F3:J3) 周末参数为 7 时,返回 2017年1月15日。" +msgstr "「=WORKDAY.INTL(C3;D3;7;F3:J3)」周末参数为 7 时,返回 2017年1月15日。" #: func_workday.intl.xhp msgctxt "" @@ -56902,7 +56902,7 @@ "par_id241020160012182048\n" "help.text" msgid "=WORKDAY.INTL(C3;D3) gives the result: January 10, 2017." -msgstr "=WORKDAY.INTL(C3;D3) 给出结果: 2017年1月10日。" +msgstr "「=WORKDAY.INTL(C3;D3)」给出结果: 2017年1月10日。" #: func_workday.intl.xhp msgctxt "" @@ -56982,7 +56982,7 @@ "par_id3147469\n" "help.text" msgid "StartDate is the date from when the calculation is carried out. If the start date is a workday, the day is included in the calculation." -msgstr "StartDate 开始计算的日期。如果开始日期是一个工作日,则这一天也要计算在内。" +msgstr "「StartDate」开始计算的日期。如果开始日期是一个工作日,则这一天也要计算在内。" #: func_workday.xhp msgctxt "" @@ -57094,7 +57094,7 @@ "par_id3156013\n" "help.text" msgid "Number shows the internal date value for which the year is to be returned." -msgstr "serial_number处给出的是要转换成相对应年份数的日期内部序列数。" +msgstr "「serial_number」处给出的是要转换成相对应年份数的日期内部序列数。" #: func_year.xhp msgctxt "" @@ -57742,7 +57742,7 @@ "par_id1000050\n" "help.text" msgid "Sampling allows you to pick data from a source table to fill a target table. The sampling can be random or in a periodic basis." -msgstr "通过采样, 您可以从「」表格中选取数据以填充目标表格。采样可以是随机的, 也可以是周期性的。" +msgstr "通过采样, 您可以从「」表格中选取数据以填充「目标」表格。采样可以是随机的, 也可以是周期性的。" #: statistics.xhp msgctxt "" @@ -57766,7 +57766,7 @@ "par_id1000070\n" "help.text" msgid "Random: Picks exactly Sample Size lines of the source table in a random way." -msgstr "「随机」: 以随机方式选取源表格中恰好样本大小行。" +msgstr "「随机」: 以随机方式选取源表格中恰好「样本大小」行。" #: statistics.xhp msgctxt "" @@ -59902,7 +59902,7 @@ "par_id931521494810426\n" "help.text" msgid "attribute, represented by the symbol @" -msgstr "属性, 以符号 @ 表示" +msgstr "属性, 以符号「@」表示" #: xml_source.xhp msgctxt "" @@ -59910,7 +59910,7 @@ "par_id521521494825665\n" "help.text" msgid "single non-recurring element, represented by the symbol , and" -msgstr "单个不重复出现的元素,以符号 表示,以及" +msgstr "单个不重复出现的元素,以符号「」表示,以及" #: xml_source.xhp msgctxt "" @@ -59918,7 +59918,7 @@ "par_id691521494844848\n" "help.text" msgid "recurring element, represented by the symbol ." -msgstr "可重复出现的元素,以符号 表示。" +msgstr "可重复出现的元素,以符号「」表示。" #: xml_source.xhp msgctxt "" diff -Nru libreoffice-l10n-6.2.5/translations/source/zh-CN/helpcontent2/source/text/scalc/02.po libreoffice-l10n-6.2.6/translations/source/zh-CN/helpcontent2/source/text/scalc/02.po --- libreoffice-l10n-6.2.5/translations/source/zh-CN/helpcontent2/source/text/scalc/02.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/zh-CN/helpcontent2/source/text/scalc/02.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,7 +4,7 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2019-01-07 11:14+0100\n" -"PO-Revision-Date: 2019-05-21 04:50+0000\n" +"PO-Revision-Date: 2019-07-10 02:41+0000\n" "Last-Translator: Dian LI \n" "Language-Team: LANGUAGE \n" "Language: zh_CN\n" @@ -14,7 +14,7 @@ "Plural-Forms: nplurals=1; plural=0;\n" "X-Accelerator-Marker: ~\n" "X-Generator: Pootle 2.8\n" -"X-POOTLE-MTIME: 1558414243.000000\n" +"X-POOTLE-MTIME: 1562726508.000000\n" #: 02130000.xhp msgctxt "" @@ -438,7 +438,7 @@ "par_id3153360\n" "help.text" msgid "This icon is only available when the Input line box is not active." -msgstr "此图标仅在隐藏编辑栏框时才可以使用。" +msgstr "此图标仅在隐藏「编辑栏」框时才可以使用。" #: 06040000.xhp msgctxt "" diff -Nru libreoffice-l10n-6.2.5/translations/source/zh-CN/helpcontent2/source/text/scalc/04.po libreoffice-l10n-6.2.6/translations/source/zh-CN/helpcontent2/source/text/scalc/04.po --- libreoffice-l10n-6.2.5/translations/source/zh-CN/helpcontent2/source/text/scalc/04.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/zh-CN/helpcontent2/source/text/scalc/04.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,7 +4,7 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2017-10-04 11:48+0200\n" -"PO-Revision-Date: 2019-03-19 06:30+0000\n" +"PO-Revision-Date: 2019-07-10 02:42+0000\n" "Last-Translator: Dian LI \n" "Language-Team: LANGUAGE \n" "Language: zh_CN\n" @@ -14,7 +14,7 @@ "Plural-Forms: nplurals=1; plural=0;\n" "X-Accelerator-Marker: ~\n" "X-Generator: Pootle 2.8\n" -"X-POOTLE-MTIME: 1552977058.000000\n" +"X-POOTLE-MTIME: 1562726538.000000\n" #: 01020000.xhp msgctxt "" @@ -710,7 +710,7 @@ "par_id3149540\n" "help.text" msgid "Shows or hides the Navigator." -msgstr "显示或隐藏导航。" +msgstr "显示或隐藏「导航」。" #: 01020000.xhp msgctxt "" diff -Nru libreoffice-l10n-6.2.5/translations/source/zh-CN/helpcontent2/source/text/scalc/05.po libreoffice-l10n-6.2.6/translations/source/zh-CN/helpcontent2/source/text/scalc/05.po --- libreoffice-l10n-6.2.5/translations/source/zh-CN/helpcontent2/source/text/scalc/05.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/zh-CN/helpcontent2/source/text/scalc/05.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,7 +4,7 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2018-09-07 12:46+0200\n" -"PO-Revision-Date: 2019-03-13 14:06+0000\n" +"PO-Revision-Date: 2019-07-10 02:41+0000\n" "Last-Translator: Dian LI \n" "Language-Team: LANGUAGE \n" "Language: zh_CN\n" @@ -14,7 +14,7 @@ "Plural-Forms: nplurals=1; plural=0;\n" "X-Accelerator-Marker: ~\n" "X-Generator: Pootle 2.8\n" -"X-POOTLE-MTIME: 1552485962.000000\n" +"X-POOTLE-MTIME: 1562726509.000000\n" #: 02140000.xhp msgctxt "" @@ -598,7 +598,7 @@ "par_id3147539\n" "help.text" msgid "Compiler: a column or row description name could not be resolved. Interpreter: in a formula, the column, row, or sheet that contains a referenced cell is missing." -msgstr "「编译器」: 无法解析行或列的说明名称。解释器: 在公式中,缺少含有被引用单元格的行、列或工作表。" +msgstr "「编译器」: 无法解析行或列的说明名称。「解释器:」在公式中,缺少含有被引用单元格的行、列或工作表。" #: 02140000.xhp msgctxt "" diff -Nru libreoffice-l10n-6.2.5/translations/source/zh-CN/helpcontent2/source/text/scalc/guide.po libreoffice-l10n-6.2.6/translations/source/zh-CN/helpcontent2/source/text/scalc/guide.po --- libreoffice-l10n-6.2.5/translations/source/zh-CN/helpcontent2/source/text/scalc/guide.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/zh-CN/helpcontent2/source/text/scalc/guide.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,7 +4,7 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2019-01-07 11:14+0100\n" -"PO-Revision-Date: 2019-06-24 02:08+0000\n" +"PO-Revision-Date: 2019-07-10 02:41+0000\n" "Last-Translator: Dian LI \n" "Language-Team: LANGUAGE \n" "Language: zh_CN\n" @@ -14,7 +14,7 @@ "Plural-Forms: nplurals=1; plural=0;\n" "X-Accelerator-Marker: ~\n" "X-Generator: Pootle 2.8\n" -"X-POOTLE-MTIME: 1561342132.000000\n" +"X-POOTLE-MTIME: 1562726511.000000\n" #: address_auto.xhp msgctxt "" @@ -62,7 +62,7 @@ "par_id3154512\n" "help.text" msgid "In the example spreadsheet, you can use the string 'Column One' in a formula to refer to the cell range B3 to B5, or 'Column Two' for the cell range C2 to C5. You can also use 'Row One' for the cell range B3 to D3, or 'Row Two' for the cell range B4 to D4. The result of a formula that uses a cell name, for example, SUM('Column One'), is 600." -msgstr "在该例子中,您可以在公式中使用字符串「'Column One'」作为对单元格区域B3到「B5」的引用,或者使用字符串「'Column Two'」作为对单元格区域C2到「C5」的引用。您也可以使用「'Row One'」表示单元格区域B3到「D3」,或者使用「'Row Two'」表示单元格区域B4到「D4」。公式「SUM('Column One')」中使用了单元格名称,其计算结果为600。" +msgstr "在该例子中,您可以在公式中使用字符串「'Column One'」作为对单元格区域「B3」到「B5」的引用,或者使用字符串「'Column Two'」作为对单元格区域「C2」到「C5」的引用。您也可以使用「'Row One'」表示单元格区域「B3」到「D3」,或者使用「'Row Two'」表示单元格区域「B4」到「D4」。公式「SUM('Column One')」中使用了单元格名称,其计算结果为600。" #: address_auto.xhp msgctxt "" @@ -94,7 +94,7 @@ "bm_id3149456\n" "help.text" msgid "deactivating; automatic changes tables; deactivating automatic changes in AutoInput function on/off text in cells;AutoInput function cells; AutoInput function of text input support in spreadsheets changing; input in cells AutoCorrect function;cell contents cell input;AutoInput function lowercase letters;AutoInput function (in cells) capital letters;AutoInput function (in cells) date formats;avoiding conversion to number completion on/off text completion on/off word completion on/off" -msgstr "禁用; 自动更正表格; 禁用自动更正自动输入功能打开/关闭单元格中的文本; 自动输入功能单元格; 文本的自动输入功能电子表格中的输入支持更改; 单元格内容自动更正功能; 单元格内容单元格输入; 自动输入功能小写字母; 自动输入功能 (单元格中) 大写字母; 自动输入功能 (单元格中) 日期格式; 避免转换为打开/关闭数字补充完整功能打开/关闭文本补充完整功能打开/关闭字词补充完整功能" +msgstr "禁用; 自动更正表格; 禁用自动更正「自动补全」功能打开/关闭单元格中的文本; 「自动补全」功能单元格; 文本的「自动补全」功能电子表格中的输入支持更改; 单元格内容自动更正功能; 单元格内容单元格输入; 「自动补全」功能小写字母; 「自动补全」功能 (在单元格中) 大写字母; 「自动补全」功能 (在单元格中) 日期格式; 避免转换为打开/关闭数字补全功能打开/关闭文本补全功能打开/关闭字词补全功能" #: auto_off.xhp msgctxt "" @@ -118,7 +118,7 @@ "par_id3145273\n" "help.text" msgid "The following shows you how to deactivate and reactivate the automatic changes in $[officename] Calc:" -msgstr "下面介绍如何在$[officename] Calc中启用和禁用自动更正功能:" +msgstr "下面介绍如何启用和禁用 $[officename] Calc 的自动更正功能:" #: auto_off.xhp msgctxt "" @@ -126,7 +126,7 @@ "hd_id3145748\n" "help.text" msgid "Automatic Text or Number Completion" -msgstr "文本或数字自动补全" +msgstr "自动补全文本或数字" #: auto_off.xhp msgctxt "" @@ -134,7 +134,7 @@ "par_id3154730\n" "help.text" msgid "When making an entry in a cell, $[officename] Calc automatically suggests matching input found in the same column. This function is known as AutoInput." -msgstr "在单元格中输入数据时,$[officename] Calc会自动为您建议当前列中已有的项目。该功能被称作自动输入。" +msgstr "向单元格输入数据时,$[officename] Calc 会检查同一列中与输入内容相匹配的已有内容,并以填充的形式自动推荐。该功能被称作「自动补全」。" #: auto_off.xhp msgctxt "" @@ -142,7 +142,7 @@ "par_id3153878\n" "help.text" msgid "To turn the AutoInput on and off, set or remove the check mark in front of Tools - AutoInput." -msgstr "要打开或关闭「自动输入」功能,请选中或取消选中「工具 - 自动输入」。" +msgstr "要打开或关闭「自动补全」功能,请选中或取消选中「工具 - 自动补全」。" #: auto_off.xhp msgctxt "" @@ -222,7 +222,7 @@ "par_id3152992\n" "help.text" msgid "Tools - AutoInput" -msgstr "工具 - 自动输入" +msgstr "工具 - 自动补全" #: auto_off.xhp msgctxt "" @@ -822,7 +822,7 @@ "par_id2918485\n" "help.text" msgid "Click one of the Default icons to set or reset multiple borders." -msgstr "点击任一默认图标,以设置或重置多个边框。" +msgstr "点击任一「默认」图标,以设置或重置多个边框。" #: borders.xhp msgctxt "" @@ -1198,7 +1198,7 @@ "par_id3149207\n" "help.text" msgid "The time since your date of birth will be calculated and displayed in the various units. The values are calculated as of the exact moment when you entered the last formula and pressed the Enter key. This value is not automatically updated, although \"Now\" continuously changes. In the Data menu, the menu item Calculate - AutoCalculate is normally active; however, automatic calculation does not apply to the function NOW. This ensures that your computer is not solely occupied with updating the sheet." -msgstr "将计算您生日至今的时间,并以不同时间单位显示结果。计算结果以公式输入完成并按「回车」键的时间为基准。这些计算结果不会随时间而自动更新,尽管 NOW 函数对应的「现在」时刻在发生变化。虽然在「数据」菜单中,计算 - 自动计算通常处于激活状态,但是自动计算不适用于函数 NOW。否则,您的计算机将疲于不断更新工作表中的数据。" +msgstr "将计算您生日至今的时间,并以不同时间单位显示结果。计算结果以公式输入完成并按「回车」键的时间为基准。这些计算结果不会随时间而自动更新,尽管 NOW 函数对应的「现在」时刻在发生变化。虽然在「数据」菜单中,「计算 - 自动计算」通常处于激活状态,但是自动计算不适用于函数 NOW。否则,您的计算机将疲于不断更新工作表中的数据。" #: calc_series.xhp msgctxt "" @@ -1350,7 +1350,7 @@ "par_idN10731\n" "help.text" msgid "If you select a linear series, the increment that you enter is added to each consecutive number in the series to create the next value." -msgstr "如果选择线性序列,您输入的增量会被添加到序列中的每个连续编号中,以创建下一个值。" +msgstr "如果选择「线性」序列,您输入的增量会被「添加到」序列中的每个连续编号中,以创建下一个值。" #: calc_series.xhp msgctxt "" @@ -1366,7 +1366,7 @@ "par_idN10747\n" "help.text" msgid "If you select a date series, the increment that you enter is added to the time unit that you specify." -msgstr "如果选择日期序列,您输入的增量会被加到指定的时间单位中。" +msgstr "如果选择「日期」序列,您输入的增量会被加到指定的时间单位中。" #: calc_series.xhp msgctxt "" @@ -2438,7 +2438,7 @@ "par_id3146975\n" "help.text" msgid "The \"&\" symbol designates the current contents of the Find field. The line must begin with an equal sign, since it is a formula. It is assumed that the cell styles \"Red\" and \"Green\" already exist." -msgstr "\"&\" 符号指代查找字段中的当前内容。因为它是公式,所以在行开头必须输入等号。并且假设已经存在「Red」和「Green」两种单元格样式。" +msgstr "「&」符号指代「查找」字段的当前内容。因为它是公式,所以在行开头必须输入等号。并且假设已经存在「Red」和「Green」两种单元格样式。" #: cellstyle_by_formula.xhp msgctxt "" @@ -2846,7 +2846,7 @@ "par_id3145640\n" "help.text" msgid "The cell number format is defined in two parts. The format for positive numbers and zero is defined in front of the semicolon; after the semicolon the formula for negative numbers is defined. You can change the code (RED) under Format code. For example, instead of RED, enter YELLOW. If the new code appears in the list after clicking the Add icon, this is a valid entry." -msgstr "单元格的数字格式由两部分组成。分号前是正数和零的格式;分号后是负数的格式。可以在「格式码」下更改代码 (RED)。例如,输入 YELLOW 代替 RED。如果点击「添加」图标后,新的代码显示在列表中,则表示该条目有效。" +msgstr "单元格的数字格式由两部分组成。分号前是正数和零的格式;分号后是负数的格式。可以在「格式码」下更改代码 (RED)。例如,输入「YELLOW」代替 RED。如果点击「添加」图标后,新的代码显示在列表中,则表示该条目有效。" #: consolidate.xhp msgctxt "" @@ -2990,7 +2990,7 @@ "par_id3156400\n" "help.text" msgid "Select Link to source data to insert the formulas that generate the results in the target range, rather than the actual results. If you link the data, any values modified in the source range are automatically updated in the target range." -msgstr "选中栏位与源数据连接,便可在合并计算的目标区域中不保存计算的数值结果,而是保存算出结果的公式。以这个方式,可以在以后源数据区域的数值发生变化时,使目标区域的相应值作出相应的变化。" +msgstr "选中栏位「与源数据连接」,便可在合并计算的目标区域中不保存计算的数值结果,而是保存算出结果的公式。以这个方式,可以在以后源数据区域的数值发生变化时,使目标区域的相应值作出相应的变化。" #: consolidate.xhp msgctxt "" @@ -3078,7 +3078,7 @@ "par_idN10886\n" "help.text" msgid "If the field or cell contains a comma, the field or cell must be enclosed by single quotes (') or double quotes (\")." -msgstr "如果字段或单元格的内容包含逗号,则该字段或单元格的内容必须用单引号 (') 或双引号 (\") 括住。" +msgstr "如果字段或单元格的内容包含逗号,则该字段或单元格的内容「必须」用单引号 (') 或双引号 (\") 括住。" #: csv_files.xhp msgctxt "" @@ -3510,7 +3510,7 @@ "par_id3153968\n" "help.text" msgid "In %PRODUCTNAME Calc you can give numbers any currency format. When you click the Currency icon Icon in the Formatting bar to format a number, the cell is given the default currency format set under %PRODUCTNAME - PreferencesTools - Options - Language Settings - Languages." -msgstr "在「%PRODUCTNAME Calc 中,可以为数字指定任意货币格式。点击「格式」栏中的「货币」图标 图标 设置数字格式时,会将「%PRODUCTNAME - 偏好设置工具 - 选项 - 语言设置 - 语言」下设置的默认货币格式指定给单元格。" +msgstr "在「%PRODUCTNAME Calc 中,可以为数字指定任意货币格式。点击「格式」工具栏中的「货币」图标 图标 设置数字格式时,会将「%PRODUCTNAME - 偏好设置工具 - 选项 - 语言设置 - 语言」下设置的默认货币格式指定给单元格。" #: currency_format.xhp msgctxt "" @@ -3534,7 +3534,7 @@ "par_id3151075\n" "help.text" msgid "You can change the currency format in the Format Cells dialog (choose Format - Cells - Numbers tab) by two country settings. In the Language combo box select the basic setting for decimal and thousands separators. In the Format list box you can select the currency symbol and its position." -msgstr "您可以按两个国家/地区的设置在「单元格格式对话框 (选择「格式 - 单元格 - 数字」选项卡) 中更改货币格式。在「语言」组合框中,可以选择小数分隔符和千位分隔符的基本设置。在格式」列表框中,可以选择货币符号及其位置。" +msgstr "您可以按两个国家/地区的设置在「单元格格式」对话框 (位于「格式 - 单元格 - 数字」选项卡) 中更改货币格式。在「语言」组合框中,可以选择小数分隔符和千位分隔符的基本设置。在「格式」列表框中,可以选择货币符号及其位置。" #: currency_format.xhp msgctxt "" @@ -3542,7 +3542,7 @@ "par_id3150749\n" "help.text" msgid "For example, if the language is set to \"Default\" and you are using a german locale setting, the currency format will be \"1.234,00 €\". A point is used before the thousand digits and a comma before the decimal places. If you now select the subordinate currency format \"$ English (US)\" from the Format list box , you will get the following format: \"$ 1.234,00\". As you can see, the separators have remained the same. Only the currency symbol has been changed and converted, but the underlying format of the notation remains the same as in the locale setting." -msgstr "例如,如果语言设为「默认」且使用的是德语语言环境,则货币格式将为 \"1.234,00 €\"。千位前有一个点,小数点位置处是一个逗号。如果从「格式」列表框中选择了货币格式「$ 英语 (美国)」,则货币格式将是: \"$ 1.234,00\"。可以看出,分隔符没有发生变化。只有货币符号发生了改变,符号的基本格式在语言环境设置下保持不变。" +msgstr "例如,如果语言设为「默认」且使用的是德语区域设置,则货币格式将变为「1.234,00 €」。千位前有一个点号,小数点的位置是一个逗号。如果在「格式」列表框中选择了强制货币格式「$ 英语 (美国)」,则货币格式将变为「$ 1.234,00」。可以看出,分隔符没有发生变化。只有货币符号发生了改变,符号的底层格式仍保持与区域设置一致。" #: currency_format.xhp msgctxt "" @@ -3550,7 +3550,7 @@ "par_id3145640\n" "help.text" msgid "If, under Language, you convert the cells to \"English (US)\", the English-language locale setting is also transferred and the default currency format is now \"$ 1,234.00\"." -msgstr "如果在「语言」下将单元格转换为「英语 (美国)」,英语语言环境设置也会随之转换,默认的货币格式则变成 \"$ 1,234.00\"。" +msgstr "如果在「语言」下将单元格转换为「英语 (美国)」,英语区域设置也将得以应用,默认货币格式将变为「$ 1,234.00」。" #: currency_format.xhp msgctxt "" @@ -3558,7 +3558,7 @@ "par_id3154255\n" "help.text" msgid "Format - Cells - Numbers" -msgstr "格式 - 单元格 - 数字" +msgstr "格式 - 单元格 - 数字" #: database_define.xhp msgctxt "" @@ -3582,7 +3582,7 @@ "hd_id3154758\n" "help.text" msgid "Defining a Database Range" -msgstr "定义数据库区域" +msgstr "定义数据库区域" #: database_define.xhp msgctxt "" @@ -3678,7 +3678,7 @@ "hd_id3153541\n" "help.text" msgid "Filtering Cell Ranges" -msgstr "过滤单元格范围" +msgstr "过滤单元格范围" #: database_filter.xhp msgctxt "" @@ -3926,7 +3926,7 @@ "bm_id3150448\n" "help.text" msgid "pivot table function; introductionDataPilot, see pivot table function" -msgstr "数据透视表功能; 介绍数据透视表, 请参阅\"数据透视表功能部分\"" +msgstr "数据透视表功能; 介绍数据透视表, 请参阅「数据透视表功能」" #: datapilot.xhp msgctxt "" @@ -3942,7 +3942,7 @@ "par_id3156024\n" "help.text" msgid "The pivot table (formerly known as DataPilot) allows you to combine, compare, and analyze large amounts of data. You can view different summaries of the source data, you can display the details of areas of interest, and you can create reports." -msgstr "「数据透视表」 (原作数据助理) 可以组合、比较和分析大批量数据。您可以查看不同的源数据摘要,还可以显示感兴趣区域的详细资料并创建报告。" +msgstr "「数据透视表」 (原作「数据助理」) 可以组合、比较和分析大批量数据。您可以查看不同的源数据摘要,还可以显示感兴趣区域的详细资料并创建报告。" #: datapilot.xhp msgctxt "" @@ -3990,7 +3990,7 @@ "par_id3147264\n" "help.text" msgid "Choose Insert - Pivot Table. The Select Source dialog appears. Choose Current selection and confirm with OK. The table headings are shown as buttons in the Pivot Table dialog. Drag these buttons as required and drop them into the layout areas \"Page Fields\", \"Column Fields\", \"Row Fields\" and \"Data Fields\"." -msgstr "选择「数据 - 数据透视表 - 启动」,将出现选择源对话框。选择「当前选择范围」后点击「确定」按钮予以确认。在出现的「数据透视表」对话框中,工作表的标题显示为按钮,可以通过拖放将这些按钮随意放到版式区域内「页面字段」「列字段」「行字段」和「数据字段」中。" +msgstr "选择「数据 - 数据透视表 - 启动」,将出现「选择源」对话框。选择「当前选择范围」后点击「确定」按钮予以确认。在出现的「数据透视表」对话框中,工作表的标题显示为按钮,可以通过拖放将这些按钮随意放到版式区域内「页面字段」「列字段」「行字段」和「数据字段」中。" #: datapilot_createtable.xhp msgctxt "" @@ -4414,7 +4414,7 @@ "par_id3153771\n" "help.text" msgid "You can select a named range in which the pivot table is to be created, from the Results to box. If the results range does not have a name, enter the coordinates of the upper left cell of the range into the field to the right of the Results to box. You can also click on the appropriate cell to have the coordinates entered accordingly." -msgstr "在列表框「结果输出至」中可以选择一个已命名区域,以建立数据透视表。如果所希望的输出区域没有名称,可以在列表框结果输出至右边的栏位中输入该区域左上单元格的地址。您也可以用鼠标按击该单元格,输入相应的坐标。" +msgstr "在列表框「结果输出至」中可以选择一个已命名区域,以建立数据透视表。如果所希望的输出区域没有名称,可以在列表框「结果输出至」右边的栏位中输入该区域左上单元格的地址。您也可以用鼠标按击该单元格,输入相应的坐标。" #: datapilot_tipps.xhp msgctxt "" @@ -5230,7 +5230,7 @@ "par_id3154733\n" "help.text" msgid "You can assign a format to any group of cells by first selecting the cells (for multiple selection, hold down the CommandCtrl key when clicking), and then activating the Format Cells dialog in Format - Cells. In this dialog, you can select attributes such as shadows and backgrounds." -msgstr "您可以通过首先选择单元格将格式指定给任意组单元格 (要多选,请在点击时按下「命令Ctrl」键),然后调出 格式 - 单元格 中的「格式化单元格」对话框,可以选择阴影、背景等属性。" +msgstr "您可以通过首先选择单元格将格式指定给任意组单元格 (要多选,请在点击时按下「命令Ctrl」键),然后调出「格式 - 单元格」中的「格式化单元格」对话框,可以选择阴影、背景等属性。" #: format_table.xhp msgctxt "" @@ -5310,7 +5310,7 @@ "par_id3147394\n" "help.text" msgid "Set the cursor at the number and choose Format - Cells to start the Format Cells dialog." -msgstr "将光标移到要设置格式的数字处,选择「格式 - 单元格」以启动单元格格式对话框。" +msgstr "将光标移到要设置格式的数字处,选择「格式 - 单元格」以启动「单元格格式」对话框。" #: format_value.xhp msgctxt "" @@ -5318,7 +5318,7 @@ "par_id3153157\n" "help.text" msgid "On the Numbers tab you will see a selection of predefined number formats. In the bottom right in the dialog you will see a preview of how your current number would look if you were to give it a particular format." -msgstr "在选项卡数字内可看到一项规定数字格式的选择。对话框的右下方有一个预览窗口,当您更换一个格式时即可看到当前的数字。" +msgstr "在选项卡「数字」内可看到一项规定数字格式的选择。对话框的右下方有一个预览窗口,当您更换一个格式时即可看到当前的数字。" #: format_value.xhp msgctxt "" @@ -5718,7 +5718,7 @@ "par_id3150012\n" "help.text" msgid "Click the Function icon on the Formula Bar." -msgstr "点击「公式编辑栏」中的图标函数。" +msgstr "点击「公式编辑栏」中的图标「函数」。" #: formula_enter.xhp msgctxt "" @@ -6190,7 +6190,7 @@ "par_id3147001\n" "help.text" msgid "Place the cursor in the cell containing the interest I, and choose Tools - Goal Seek. The Goal Seek dialog appears." -msgstr "将光标置于含有利息「I」的单元格中,然后选择「工具 - 单变量求解」。出现单变量求解对话框。" +msgstr "将光标置于含有利息「I」的单元格中,然后选择「工具 - 单变量求解」。出现「单变量求解」对话框。" #: goalseek.xhp msgctxt "" @@ -6206,7 +6206,7 @@ "par_id3166426\n" "help.text" msgid "Place the cursor in the field Variable Cell. In the sheet, click in the cell that contains the value to be changed, in this example it is the cell with the capital value C." -msgstr "将光标置于「变量单元格」字段。在工作表中,点击含有将发生变化的数值的单元格,本例中为资金值单元格 C。" +msgstr "将光标置于「变量单元格」字段。在工作表中,点击含有将发生变化的数值的单元格,本例中为资金值单元格「C」。" #: goalseek.xhp msgctxt "" @@ -6318,7 +6318,7 @@ "par_id3149959\n" "help.text" msgid "%PRODUCTNAME offers various filters for opening HTML files, which you can select under File - Open in the Files of type list box:" -msgstr "%PRODUCTNAME 提供了各种用于打开 HTML 文件的过滤器,您可以在「文件 - 打开」下的「文件类型」列表框中选择这些过滤器。" +msgstr "「%PRODUCTNAME」提供了各种用于打开 HTML 文件的过滤器,您可以在「文件 - 打开」下的「文件类型」列表框中选择这些过滤器。" #: html_doc.xhp msgctxt "" @@ -6598,7 +6598,7 @@ "par_id3154253\n" "help.text" msgid "Use Up, Down, Left, or Right arrow to cycle through all buttons in the current level." -msgstr "使用「箭头、箭头、箭头或右箭头」键,在当前级别的所有按钮间循环。" +msgstr "使用「箭头、「」箭头、「」箭头或右箭头」键,在当前级别的所有按钮间循环。" #: keyboard.xhp msgctxt "" @@ -7166,7 +7166,7 @@ "par_id2760093\n" "help.text" msgid "When you drag-and-drop a selection of cells, rows or columns on a Calc sheet, the cells (including the ones in selected rows or columns) normally overwrite the existing cells in the area where you drop. This is the normal overwrite mode." -msgstr "当您拖拽选中的单元格、工作表的行或列时,您所拖入的目标单元格 (包括在选中的行或列中的单元格) 将被覆盖。这时常规 覆盖模式。" +msgstr "当您拖拽选中的单元格、工作表的行或列时,您所拖入的目标单元格 (包括在选中的行或列中的单元格) 将被覆盖。这时常规「覆盖模式」。" #: move_dragdrop.xhp msgctxt "" @@ -7622,7 +7622,7 @@ "par_id3148584\n" "help.text" msgid "%PRODUCTNAME allows you to carry out joint multiple operations for columns and rows in so-called cross-tables. The formula cell has to refer to both the data range arranged in rows and the one arranged in columns. Select the range defined by both data ranges and call the multiple operation dialog. Enter the reference to the formula in the Formulas field. The Row input cell and the Column input cell fields are used to enter the reference to the corresponding cells of the formula." -msgstr "%PRODUCTNAME 允许您针对所谓交叉表的列与行联合执行多项操作。公式单元格必须同时引用行内与列内的数据域。选择在两域均有定义的域,并调用多操作对话框。在「公式」字段输入引用公式。「行输入单元格」与「列输入单元格」字段用于输入公式所引用的相应单元格编号。" +msgstr "「%PRODUCTNAME」允许您针对所谓交叉表的列与行联合执行多项操作。公式单元格必须同时引用行内与列内的数据域。选择在两域均有定义的域,并调用多操作对话框。在「公式」字段输入引用公式。「行输入单元格」与「列输入单元格」字段用于输入公式所引用的相应单元格编号。" #: multioperation.xhp msgctxt "" @@ -9150,7 +9150,7 @@ "par_idN1082A\n" "help.text" msgid "To change the default zoom factor of the Page Break Preview, double click the percentage value on the Status bar, and select a new zoom factor." -msgstr "要修改分页预览的默认缩放系数,请双击「状态」栏上的百分比值,并选择新的显示比例。" +msgstr "要修改「分页预览」的默认缩放系数,请双击「状态」栏上的百分比值,并选择新的显示比例。" #: printranges.xhp msgctxt "" @@ -9190,7 +9190,7 @@ "par_idN10862\n" "help.text" msgid "To exit the Page Break Preview, choose View - Normal." -msgstr "要退出分页预览,请选择「视图 - 普通」。" +msgstr "要退出「分页预览」,请选择「视图 - 普通」。" #: printranges.xhp msgctxt "" @@ -9614,7 +9614,7 @@ "par_id3153707\n" "help.text" msgid "Go to the Calculate page. Modify the number of Decimal places and exit the dialog with OK." -msgstr "转到「计算」页面。请修改小数点位数中的数值并点击「确定」关闭此对话框。" +msgstr "转到「计算」页面。请修改「小数点位数」中的数值并点击「确定」关闭此对话框。" #: rounding_numbers.xhp msgctxt "" @@ -9878,7 +9878,7 @@ "par_id3150752\n" "help.text" msgid "Open the Navigator with the Navigator icon Navigator icon on the Standard bar." -msgstr "通过「标准」栏上的「导航」图标导航图标打开「导航」。" +msgstr "通过「标准」工具栏上的「导航」图标导航图标打开「导航」。" #: scenario.xhp msgctxt "" @@ -11038,7 +11038,7 @@ "par_id3145232\n" "help.text" msgid "In stage 2 of \"Defining A Function Using %PRODUCTNAME Basic\", in the Macro dialog you clicked on Edit . As the default, in the Macro from field the My Macros - Standard - Module1 module is selected. The Standard library resides locally in your user directory." -msgstr "在「使用 %PRODUCTNAME Basic 定义函数」的第 2 阶段,在「对话框中点击「编辑」。默认情况下,「宏的来源」字段中的我的宏 - 标准 - Module1」模块处于选中状态。标准库位于本机的用户目录中。" +msgstr "在「使用 %PRODUCTNAME Basic 定义函数」的第 2 阶段,在「对话框中点击「编辑」。默认情况下,「宏的来源」字段中的「我的宏 - 标准 - Module1」模块处于选中状态。标准」库位于本机的用户目录中。" #: userdefined_function.xhp msgctxt "" @@ -11550,7 +11550,7 @@ "par_id3155131\n" "help.text" msgid "With the help of the Web Page Query ($[officename] Calc) import filter, you can insert tables from HTML documents in a Calc spreadsheet." -msgstr "利用网页查询 ($[officename] Calc) 导入筛选器,可以将 HTML 文档中的表格插入到 Calc 电子表格中。" +msgstr "利用「网页查询 ($[officename] Calc)」导入筛选器,可以将 HTML 文档中的表格插入到 Calc 电子表格中。" #: webquery.xhp msgctxt "" @@ -11662,7 +11662,7 @@ "par_id3148842\n" "help.text" msgid "In the Navigator select the Insert as link drag mode Icon." -msgstr "在「导航」中选择 插入为链接 拖拽模式 图标。" +msgstr "在「导航」中选择「插入为链接」拖拽模式 图标。" #: webquery.xhp msgctxt "" @@ -11678,7 +11678,7 @@ "par_id3144768\n" "help.text" msgid "If you have loaded an HTML document with the Web Page Query filter as the source document, you will find the tables in the Navigator, named continuously from \"HTML_table1\" onwards, and also two range names that have been created:" -msgstr "如果您已使用 Web 网页查询筛选器把一个 HTML 文档作为源文档装入,则会在「导航」中看到一些表格,它们从 \"HTML_table1\" 起连续命名,而且另外还有两个创建的区域名称:" +msgstr "如果您已使用「Web 网页查询」筛选器把一个 HTML 文档作为源文档装入,则会在「导航」中看到一些表格,它们从 \"HTML_table1\" 起连续命名,而且另外还有两个创建的区域名称:" #: webquery.xhp msgctxt "" diff -Nru libreoffice-l10n-6.2.5/translations/source/zh-CN/helpcontent2/source/text/scalc.po libreoffice-l10n-6.2.6/translations/source/zh-CN/helpcontent2/source/text/scalc.po --- libreoffice-l10n-6.2.5/translations/source/zh-CN/helpcontent2/source/text/scalc.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/zh-CN/helpcontent2/source/text/scalc.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,7 +4,7 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2018-10-21 20:58+0200\n" -"PO-Revision-Date: 2019-06-18 23:47+0000\n" +"PO-Revision-Date: 2019-07-10 02:42+0000\n" "Last-Translator: Dian LI \n" "Language-Team: LANGUAGE \n" "Language: zh_CN\n" @@ -14,7 +14,7 @@ "Plural-Forms: nplurals=1; plural=0;\n" "X-Accelerator-Marker: ~\n" "X-Generator: Pootle 2.8\n" -"X-POOTLE-MTIME: 1560901652.000000\n" +"X-POOTLE-MTIME: 1562726568.000000\n" #: main0000.xhp msgctxt "" @@ -366,7 +366,7 @@ "par_id3145171\n" "help.text" msgid "The Format menu contains commands for formatting selected cells, objects, and cell contents in your document." -msgstr "格式菜单有各种格式化命令,用于格式化文档中已选中的单元格、对象和单元格内容。" +msgstr "格式」菜单有各种格式化命令,用于格式化文档中已选中的单元格、对象和单元格内容。" #: main0105.xhp msgctxt "" @@ -454,7 +454,7 @@ "par_id3150440\n" "help.text" msgid "The Tools menu contains commands to check spelling, to trace sheet references, to find mistakes and to define scenarios." -msgstr "工具菜单包含用于检查拼写、跟踪工作表引用、发现错误和定义方案的命令。" +msgstr "该「工具」菜单包含用于检查拼写、跟踪工作表引用、发现错误和定义方案的命令。" #: main0106.xhp msgctxt "" @@ -742,7 +742,7 @@ "par_id3153897\n" "help.text" msgid "The Formatting bar contains basic commands for applying manually formatting." -msgstr "格式工具栏包含了应用手动格式的基本命令。" +msgstr "格式」工具栏包含了应用手动格式的基本命令。" #: main0202.xhp msgctxt "" @@ -1014,7 +1014,7 @@ "par_id3151112\n" "help.text" msgid "The Text Formatting Bar that is displayed when the cursor is in a text object, such as a text frame or a drawing object, contains formatting and alignment commands." -msgstr "文字格式工具栏包含了格式化和对齐相关的命令。将光标定位到文本对象 (比如,文本框、绘图对象) 时会显示该工具栏。" +msgstr "文字格式」工具栏包含了格式化和对齐相关的命令。将光标定位到文本对象 (比如,文本框、绘图对象) 时会显示该工具栏。" #: main0205.xhp msgctxt "" @@ -1294,7 +1294,7 @@ "par_id3153896\n" "help.text" msgid "The Image bar is displayed when you insert or select an image in a sheet." -msgstr "当您在工作表中插入或选择图像时,会显示图像工具栏。" +msgstr "当您在工作表中插入或选择图像时,会显示图像」工具栏。" #: main0218.xhp msgctxt "" diff -Nru libreoffice-l10n-6.2.5/translations/source/zh-CN/helpcontent2/source/text/schart/01.po libreoffice-l10n-6.2.6/translations/source/zh-CN/helpcontent2/source/text/schart/01.po --- libreoffice-l10n-6.2.5/translations/source/zh-CN/helpcontent2/source/text/schart/01.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/zh-CN/helpcontent2/source/text/schart/01.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,7 +4,7 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2018-02-27 13:56+0100\n" -"PO-Revision-Date: 2019-05-29 10:56+0000\n" +"PO-Revision-Date: 2019-07-10 04:03+0000\n" "Last-Translator: Dian LI \n" "Language-Team: LANGUAGE \n" "Language: zh_CN\n" @@ -14,7 +14,7 @@ "Plural-Forms: nplurals=1; plural=0;\n" "X-Accelerator-Marker: ~\n" "X-Generator: Pootle 2.8\n" -"X-POOTLE-MTIME: 1559127395.000000\n" +"X-POOTLE-MTIME: 1562731426.000000\n" #: 03010000.xhp msgctxt "" @@ -406,7 +406,7 @@ "par_id3149124\n" "help.text" msgid "To show or hide a legend, click Legend On/Off on the Formatting bar." -msgstr "要显示或隐藏图例,请点击「格式」栏上的「显示/隐藏图例」。" +msgstr "要显示或隐藏图例,请点击「格式」工具栏上的「图例打开/关闭」。" #: 04020000.xhp msgctxt "" @@ -422,7 +422,7 @@ "par_id3149207\n" "help.text" msgid "Legend On/Off" -msgstr "显示/隐藏图例" +msgstr "图例打开/关闭" #: 04020000.xhp msgctxt "" @@ -438,7 +438,7 @@ "par_id3150206\n" "help.text" msgid "Specifies whether to display a legend for the chart. This option is only visible if you call the dialog by choosing Insert - Legend." -msgstr "指定是否显示图表的图例。仅当您通过选择插入 - 图例调用对话框时,此选项才可见。" +msgstr "指定是否显示图表的图例。仅当您通过选择「插入 - 图例」调用对话框时,此选项才可见。" #: 04020000.xhp msgctxt "" @@ -1502,7 +1502,7 @@ "par_id180820161604098009\n" "help.text" msgid "Linear trend line: regression through equation y=a∙x+b. Intercept b can be forced." -msgstr "线性趋势线: 通过方程式「y=a∙x+b」进行回归计算。可以强制设置截距 b。" +msgstr "「线性」趋势线: 通过方程式「y=a∙x+b」进行回归计算。可以强制设置截距「b」。" #: 04050100.xhp msgctxt "" @@ -1510,7 +1510,7 @@ "par_id180820161612524298\n" "help.text" msgid "Polynomial trend line: regression through equation y=Σi(ai∙xi). Intercept a0 can be forced. Degree of polynomial must be given (at least 2)." -msgstr "多项式 趋势线: 通过方程「y=Σi(ai∙xi)」进行回归计算。截断 a0 可以强制。必须给出多项式的度数 (至少为 2)。" +msgstr "「多项式」趋势线: 通过方程「y=Σi(ai∙xi)」进行回归计算。截断「a0 可以强制。必须给出多项式的度数 (至少为 2)。" #: 04050100.xhp msgctxt "" @@ -1518,7 +1518,7 @@ "par_id180820161612525364\n" "help.text" msgid "Logarithmic trend line: regression through equation y=a∙ln(x)+b." -msgstr "对数 趋势线: 通过方程 y=a∙ln(x)+b 回归。" +msgstr "「对数」趋势线: 通过方程「y=a∙ln(x)+b」回归。" #: 04050100.xhp msgctxt "" @@ -1526,7 +1526,7 @@ "par_id180820161612526680\n" "help.text" msgid "Exponential trend line: regression through equation y=b∙exp(a∙x).This equation is equivalent to y=b∙mx with m=exp(a). Intercept b can be forced." -msgstr "指数 趋势线: 通过方程 y=b∙exp(a∙x) 回归。该方程等效于「y=b∙mx」其中「m=exp(a)」。截断 b 可以强制。" +msgstr "「指数」趋势线: 通过方程「y=b∙exp(a∙x)」回归。该方程等效于「y=b∙mx」其中「m=exp(a)」。截断「b」可以强制。" #: 04050100.xhp msgctxt "" @@ -1534,7 +1534,7 @@ "par_id180820161612527230\n" "help.text" msgid "Power trend line: regression through equation y=b∙xa." -msgstr " 趋势线: 通过方程「y=b∙xa」回归。" +msgstr "「」趋势线: 通过方程「y=b∙xa」回归。" #: 04050100.xhp msgctxt "" @@ -1542,7 +1542,7 @@ "par_id180820161617342768\n" "help.text" msgid "Moving average trend line: simple moving average is calculated with the n previous y-values, n being the period. No equation is available for this trend line." -msgstr "「移动平均趋势线: 使用 n 个之前的 y 数值计算简单的移动平均, n」为期数。该类趋势线无公式可用。" +msgstr "「移动平均趋势线: 使用「n」个之前的 y 数值计算简单的移动平均, n」为期数。该类趋势线无公式可用。" #: 04050100.xhp msgctxt "" @@ -1574,7 +1574,7 @@ "par_id1664479\n" "help.text" msgid "Exponential trend line: only positive y-values are considered, except if all y-values are negative: regression will then follow equation y=-b∙exp(a∙x)." -msgstr "指数趋势线: 只考虑正的 y 值,除非所有 y 值均为负: 那样的话回归将采用方程 y=-b∙exp(a∙x)。" +msgstr "指数趋势线: 只考虑正的 y 值,除非所有 y 值均为负: 那样的话回归将采用方程「y=-b∙exp(a∙x)」。" #: 04050100.xhp msgctxt "" @@ -1622,7 +1622,7 @@ "par_id9251991\n" "help.text" msgid "The linear regression follows the equation y=m*x+b." -msgstr "线性回归遵循如下方程式「y=m*x+b」。" +msgstr "「线性回归」遵循如下方程式「y=m*x+b」。" #: 04050100.xhp msgctxt "" @@ -1678,7 +1678,7 @@ "par_id394299\n" "help.text" msgid "The logarithmic regression follows the equation y=a*ln(x)+b." -msgstr "对数回归遵循如下方程式「y=a*ln(x)+b」。" +msgstr "「对数回归」遵循如下方程式「y=a*ln(x)+b」。" #: 04050100.xhp msgctxt "" @@ -1798,7 +1798,7 @@ "par_id1857661\n" "help.text" msgid "For power regression curves a transformation to a linear model takes place. The power regression follows the equation y=b*xa, which is transformed to ln(y)=ln(b)+a*ln(x)." -msgstr "对于 幂回归 曲线,会发生向线性模型的转换。幂回归遵循公式「y=b*xa」,将转换为「ln(y)=ln(b)+a*ln(x)」。" +msgstr "对于「幂回归」曲线,会发生向线性模型的转换。幂回归遵循公式「y=b*xa」,将转换为「ln(y)=ln(b)+a*ln(x)」。" #: 04050100.xhp msgctxt "" @@ -1838,7 +1838,7 @@ "par_id8918729\n" "help.text" msgid "For polynomial regression curves a transformation to a linear model takes place." -msgstr "对于 多项式回归曲线,会发生向线性模型的转换。" +msgstr "对于「多项式回归」曲线,会发生向线性模型的转换。" #: 04050100.xhp msgctxt "" @@ -1854,7 +1854,7 @@ "par_id8720053\n" "help.text" msgid "Use the formula =LINEST(Data_Y,Data_X) with the complete range x to xn (without headings) as Data_X." -msgstr "使用公式 =LINEST(Data_Y,Data_X) 其中整个 x 到 xn 的范围 (没有标题) 可以作为 Data_X 的值。" +msgstr "使用公式「=LINEST(Data_Y,Data_X)」其中整个 x 到 xn 的范围 (没有标题) 可以作为 Data_X 的值。" #: 04050100.xhp msgctxt "" @@ -1862,7 +1862,7 @@ "par_id5068514\n" "help.text" msgid "The first row of the LINEST output contains the coefficients of the regression polynomial, with the coefficient of xn at the leftmost position." -msgstr "LINEST 输出的首行包含回归多项式的系数,xn 的系数位于最左侧。" +msgstr "「LINEST」输出的首行包含回归多项式的系数,xn 的系数位于最左侧。" #: 04050100.xhp msgctxt "" @@ -2830,7 +2830,7 @@ "par_id3147436\n" "help.text" msgid "The AxesTitle On/Off icon on the Formatting bar switches the labeling of all axes on or off." -msgstr "格式栏上的「显示/隐藏轴标题」图标用于显示或隐藏所有轴标签。" +msgstr "格式」工具栏的「轴标题打开/关闭」图标用于显示或隐藏所有轴标签。" #: 05020201.xhp msgctxt "" @@ -3238,7 +3238,7 @@ "par_id3149667\n" "help.text" msgid "The Y axis has an enhanced dialog. For X-Y charts, the X axis chart is also enhanced by the Scaling tab." -msgstr "对于Y 轴有一个扩展的对话框,在 X-Y 图表中,X 轴的对话框也增加了显示比例选项卡。" +msgstr "对于Y 轴有一个扩展的对话框,在 X-Y 图表中,X 轴的对话框也增加了显示比例选项卡。" #: 05040100.xhp msgctxt "" @@ -4670,7 +4670,7 @@ "par_id1579027\n" "help.text" msgid "Mark Shading to use the Gouraud method for rendering the surface, otherwise a flat method is used." -msgstr "您可以使用 Gouraud 方法标记底纹来呈现表面,否则将使用平面方法。" +msgstr "您可以使用 Gouraud 方法标记「底纹」来呈现表面,否则将使用平面方法。" #: three_d_view.xhp msgctxt "" @@ -4694,7 +4694,7 @@ "par_id8469191\n" "help.text" msgid "Mark Object Borders to draw lines along the edges." -msgstr "标记对象边框以沿着边缘绘制线条。" +msgstr "标记「对象边框」以沿着边缘绘制线条。" #: three_d_view.xhp msgctxt "" @@ -4702,7 +4702,7 @@ "par_id4407483\n" "help.text" msgid "Mark Rounded Edges to smooth the edges of box shapes." -msgstr "标记平滑边缘使框的轮廓边缘变平滑。" +msgstr "标记「平滑边缘」使框的轮廓边缘变平滑。" #: three_d_view.xhp msgctxt "" @@ -5542,7 +5542,7 @@ "par_id2655720\n" "help.text" msgid "Mark Stack series to arrange the points' y values cumulative above each other. The y values no longer represent absolute values, except for the first column which is drawn at the bottom of the stacked points. If you select Percent, the y values are scaled as percentage of the category total." -msgstr "标记堆叠序列去排列点的累积 y 值。Y 值不再表示绝对值,除非被绘制于堆叠点底部的第一列。如果您选择「百分比」,y 值将被描绘为所占类别总和的百分比。" +msgstr "标记「堆叠序列」去排列点的累积 y 值。Y 值不再表示绝对值,除非被绘制于堆叠点底部的第一列。如果您选择「百分比」,y 值将被描绘为所占类别总和的百分比。" #: type_line.xhp msgctxt "" @@ -6678,7 +6678,7 @@ "par_id7261268\n" "help.text" msgid "The drawing order is the same as the order in the data series. Mark Sort by X Values to draw the lines in the order of the x values. This sorting applies only to the chart, not to the data in the table." -msgstr "绘图的顺序与数据序列的顺序相同。标记按 X 值排序以 x 值的顺序绘图线条。此排序只被应用到图表中,而不应用到表格中的数据中。" +msgstr "绘图的顺序与数据序列的顺序相同。标记「按 X 值排序」以 x 值的顺序绘图线条。此排序只被应用到图表中,而不应用到表格中的数据中。" #: type_xy.xhp msgctxt "" @@ -6750,7 +6750,7 @@ "par_id6128421\n" "help.text" msgid "The Resolution determines how many line segments are calculated to draw a piece of polynomial between two data points. You can see the intermediate points if you click any data point." -msgstr "分辨率决定了有多少线段被计算,用来绘制在两个数据点之间的一段多项式。如果点击任意数据点,您可以看到中间点。" +msgstr "「分辨率」决定了有多少线段被计算,用来绘制在两个数据点之间的一段多项式。如果点击任意数据点,您可以看到中间点。" #: type_xy.xhp msgctxt "" @@ -7254,7 +7254,7 @@ "par_id7659535\n" "help.text" msgid "Click Back to see the previous wizard page." -msgstr "点击后退查看上一个向导页。" +msgstr "点击「后退」查看上一个向导页。" #: wiz_chart_type.xhp msgctxt "" diff -Nru libreoffice-l10n-6.2.5/translations/source/zh-CN/helpcontent2/source/text/schart.po libreoffice-l10n-6.2.6/translations/source/zh-CN/helpcontent2/source/text/schart.po --- libreoffice-l10n-6.2.5/translations/source/zh-CN/helpcontent2/source/text/schart.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/zh-CN/helpcontent2/source/text/schart.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,7 +4,7 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2018-05-08 15:10+0200\n" -"PO-Revision-Date: 2019-05-21 04:51+0000\n" +"PO-Revision-Date: 2019-07-04 12:06+0000\n" "Last-Translator: Dian LI \n" "Language-Team: LANGUAGE \n" "Language: zh_CN\n" @@ -14,7 +14,7 @@ "Plural-Forms: nplurals=1; plural=0;\n" "X-Accelerator-Marker: ~\n" "X-Generator: Pootle 2.8\n" -"X-POOTLE-MTIME: 1558414266.000000\n" +"X-POOTLE-MTIME: 1562241968.000000\n" #: main0000.xhp msgctxt "" @@ -678,7 +678,7 @@ "hd_id0810200902300738\n" "help.text" msgid "Legend On/Off" -msgstr "显示/隐藏图例" +msgstr "图例打开/关闭" #: main0202.xhp msgctxt "" @@ -686,7 +686,7 @@ "par_id081020090230076\n" "help.text" msgid "To show or hide a legend, click Legend On/Off on the Formatting bar." -msgstr "点击「格式」工具栏上的「显示/隐藏图例」图标,可以显示或隐藏图例。" +msgstr "点击「格式」工具栏上的「图例打开/关闭」图标,可以显示或隐藏图例。" #: main0202.xhp msgctxt "" diff -Nru libreoffice-l10n-6.2.5/translations/source/zh-CN/helpcontent2/source/text/sdraw/guide.po libreoffice-l10n-6.2.6/translations/source/zh-CN/helpcontent2/source/text/sdraw/guide.po --- libreoffice-l10n-6.2.5/translations/source/zh-CN/helpcontent2/source/text/sdraw/guide.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/zh-CN/helpcontent2/source/text/sdraw/guide.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,7 +4,7 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2018-10-02 17:56+0200\n" -"PO-Revision-Date: 2019-05-29 10:56+0000\n" +"PO-Revision-Date: 2019-07-10 02:42+0000\n" "Last-Translator: Dian LI \n" "Language-Team: LANGUAGE \n" "Language: zh_CN\n" @@ -14,7 +14,7 @@ "Plural-Forms: nplurals=1; plural=0;\n" "X-Accelerator-Marker: ~\n" "X-Generator: Pootle 2.8\n" -"X-POOTLE-MTIME: 1559127374.000000\n" +"X-POOTLE-MTIME: 1562726538.000000\n" #: align_arrange.xhp msgctxt "" @@ -926,7 +926,7 @@ "par_id3151387\n" "help.text" msgid "To define a color transition for the coins, select different colors in the Start and End boxes. The Start color is applied to the object that you are duplicating." -msgstr "要定义硬币的颜色转换,请在「开始结束」框中选择不同的颜色。开始颜色被应用到正在复制的对象。" +msgstr "要定义硬币的颜色转换,请在「开始和「结束」框中选择不同的颜色。开始」颜色被应用到正在复制的对象。" #: duplicate_object.xhp msgctxt "" @@ -1078,7 +1078,7 @@ "par_id3157871\n" "help.text" msgid "If you want to expand or contract the color selection area, increase or decrease the tolerance of the Color Replacer tool and repeat your selection." -msgstr "如果您要扩展或收缩颜色选择区域,请增加或减少色彩替换器工具的偏差,并重复您的选择。" +msgstr "如果您要扩展或收缩颜色选择区域,请增加或减少「色彩替换器」工具的偏差,并重复您的选择。" #: eyedropper.xhp msgctxt "" @@ -1542,7 +1542,7 @@ "par_id3150363\n" "help.text" msgid "You can only use the Close Object command on connected lines, Freeform Lines and unfilled Curves." -msgstr "您只能在已连接线条、「不规则线条」和未填充曲线上使用「封闭对象」命令。" +msgstr "您只能在已连接线条、「不规则线条」和未填充「曲线」上使用「封闭对象」命令。" #: join_objects3d.xhp msgctxt "" @@ -1710,7 +1710,7 @@ "par_idN106CD\n" "help.text" msgid "If there is an arrow next to the icon, the drawing tool opens a sub toolbar. Press the Up or Down arrow key to open the sub toolbar, then press the Right or Left key to select an icon." -msgstr "如果图标旁边有箭头,绘图工具将可以打开一个子工具栏。按「向上」或「向下箭头键打开子工具栏,然后按向右」或向左箭头键选择图标。" +msgstr "如果图标旁边有箭头,绘图工具将可以打开一个子工具栏。按「向上」或「向下箭头键打开子工具栏,然后按「向右」或向左」箭头键选择图标。" #: keyboard.xhp msgctxt "" @@ -1766,7 +1766,7 @@ "par_id3145587\n" "help.text" msgid "Press Tab until you reach the object you want to select." -msgstr "按 Tab 直到显示要选择的对象。" +msgstr "按「Tab」直到显示要选择的对象。" #: main.xhp msgctxt "" @@ -2174,7 +2174,7 @@ "par_idN10931\n" "help.text" msgid "Paste the text using Edit - Paste or Edit - Paste special." -msgstr "使用「编辑 - 粘贴」或编辑 - 选择性粘贴粘贴文字。" +msgstr "使用「编辑 - 粘贴」或「编辑 - 选择性粘贴」粘贴文字。" #: text_enter.xhp msgctxt "" diff -Nru libreoffice-l10n-6.2.5/translations/source/zh-CN/helpcontent2/source/text/sdraw.po libreoffice-l10n-6.2.6/translations/source/zh-CN/helpcontent2/source/text/sdraw.po --- libreoffice-l10n-6.2.5/translations/source/zh-CN/helpcontent2/source/text/sdraw.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/zh-CN/helpcontent2/source/text/sdraw.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,7 +4,7 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2018-10-21 20:57+0200\n" -"PO-Revision-Date: 2019-06-24 02:09+0000\n" +"PO-Revision-Date: 2019-07-04 12:06+0000\n" "Last-Translator: Dian LI \n" "Language-Team: LANGUAGE \n" "Language: zh_CN\n" @@ -14,7 +14,7 @@ "Plural-Forms: nplurals=1; plural=0;\n" "X-Accelerator-Marker: ~\n" "X-Generator: Pootle 2.8\n" -"X-POOTLE-MTIME: 1561342161.000000\n" +"X-POOTLE-MTIME: 1562241977.000000\n" #: main0000.xhp msgctxt "" @@ -758,7 +758,7 @@ "par_idN1074B\n" "help.text" msgid "Extrusion On/Off" -msgstr "打开/关闭拉伸" +msgstr "拉伸打开/关闭" #: main0210.xhp msgctxt "" diff -Nru libreoffice-l10n-6.2.5/translations/source/zh-CN/helpcontent2/source/text/shared/00.po libreoffice-l10n-6.2.6/translations/source/zh-CN/helpcontent2/source/text/shared/00.po --- libreoffice-l10n-6.2.5/translations/source/zh-CN/helpcontent2/source/text/shared/00.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/zh-CN/helpcontent2/source/text/shared/00.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,7 +4,7 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2019-01-07 11:14+0100\n" -"PO-Revision-Date: 2019-06-24 01:34+0000\n" +"PO-Revision-Date: 2019-07-10 03:15+0000\n" "Last-Translator: Dian LI \n" "Language-Team: LANGUAGE \n" "Language: zh_CN\n" @@ -14,7 +14,7 @@ "Plural-Forms: nplurals=1; plural=0;\n" "X-Accelerator-Marker: ~\n" "X-Generator: Pootle 2.8\n" -"X-POOTLE-MTIME: 1561340072.000000\n" +"X-POOTLE-MTIME: 1562728500.000000\n" #: 00000001.xhp msgctxt "" @@ -758,7 +758,7 @@ "par_id3154346\n" "help.text" msgid "If you want to type HTML commands directly, for example when doing exercises from one of the many available HTML books, remember that HTML pages are pure text files. Save your document under the document type Text and give it the file name extension .HTML. Be sure there are no umlauts or other special characters of the extended character set. If you want to re-open this file in $[officename] and edit the HTML code, you must load it with the file type Text and not with the file type Web pages." -msgstr "如果您要直接输入 HTML 命令,例如在做众多 HTML 书籍中的练习时,请记住 HTML 页是纯文本文件。以文本文件类型保存文档,并将文件扩展名设为 .HTML。请确保不含变音字符或扩展字符集中的其他特殊字符。如果您要用 $[officename] 重新打开此文件并编辑 HTML 代码,则必须用「文本」文件类型,而不能用 Web 页 装入此文件。" +msgstr "如果您要直接输入 HTML 命令,例如在做众多 HTML 书籍中的练习时,请记住 HTML 页是纯文本文件。以「文本」文件类型保存文档,并将文件扩展名设为 .HTML。请确保不含变音字符或扩展字符集中的其他特殊字符。如果您要用 $[officename] 重新打开此文件并编辑 HTML 代码,则必须用「文本」文件类型,而不能用「Web 页」装入此文件。" #: 00000002.xhp msgctxt "" @@ -1990,7 +1990,7 @@ "par_id3153093\n" "help.text" msgid "If you show the window by clicking the window border, but not the button, you activate the AutoHide function. The AutoHide function allows you to temporarily show a hidden window by clicking on its edge. When you click in the document, the docked window hides again." -msgstr "如果通过点击窗口边框 (而不是按钮) 来显示窗口,将会激活自动隐藏功能。「自动隐藏」功能使您可以通过点击某个隐藏窗口的边缘来暂时显示该窗口。当点击文档时,停靠的窗口将再次隐藏。" +msgstr "如果通过点击窗口边框 (而不是按钮) 来显示窗口,将会激活「自动隐藏」功能。「自动隐藏」功能使您可以通过点击某个隐藏窗口的边缘来暂时显示该窗口。当点击文档时,停靠的窗口将再次隐藏。" #: 00000005.xhp msgctxt "" @@ -2654,7 +2654,7 @@ "par_id3149180\n" "help.text" msgid "Inserts the selected picture as a background graphic. Use the submenu commands Page or Paragraph to define whether the graphic should cover the entire page or only the current paragraph." -msgstr "在此您可以将选中的图形当作背景颜色插入。借助背景的子菜单命令「页面」和段落您可以指定插入的图形是当作整个页面的背景还是当作当前段落的背景。" +msgstr "在此您可以将选中的图形当作背景颜色插入。借助背景的子菜单命令「页面」和「段落」您可以指定插入的图形是当作整个页面的背景还是当作当前段落的背景。" #: 00000010.xhp msgctxt "" @@ -2934,7 +2934,7 @@ "par_id3151378\n" "help.text" msgid "The filter Text Encoded helps you open and save text documents with another encoding font. The filter opens a dialog that enables you to select character set, default fonts, language and paragraph break." -msgstr "文本过滤器已编码文本用于打开和保存用其他字符集来编码的文本文档。该过滤器有一个对话框,您可以在其中设置字符集、标准字体、语言和换段落。" +msgstr "文本过滤器「已编码文本」用于打开和保存用其他字符集来编码的文本文档。该过滤器有一个对话框,您可以在其中设置字符集、标准字体、语言和换段落。" #: 00000020.xhp msgctxt "" @@ -3862,7 +3862,7 @@ "par_id3153353\n" "help.text" msgid "The meta-inf/manifest.xml file describes the structure of the XML file." -msgstr "文件meta-inf/manifest.xml描述了 XML 文件的结构。" +msgstr "文件「meta-inf/manifest.xml」描述了 XML 文件的结构。" #: 00000021.xhp msgctxt "" @@ -6838,7 +6838,7 @@ "par_id3147359\n" "help.text" msgid "Navigator On/Off" -msgstr "打开/关闭导航" +msgstr "导航打开/关闭" #: 00000402.xhp msgctxt "" @@ -8334,7 +8334,7 @@ "par_id3146316\n" "help.text" msgid "Open a text document, choose %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME Writer/%PRODUCTNAME Writer/Web - Formatting Aids." -msgstr "打开文本文档,选择「%PRODUCTNAME - 偏好设置工具 - 选项 - %PRODUCTNAME Writer/%PRODUCTNAME Writer/Web - 格式助手」。" +msgstr "打开文本文档,选择「%PRODUCTNAME - 偏好设置工具 - 选项 - %PRODUCTNAME Writer/%PRODUCTNAME Writer/Web - 格式化辅助」。" #: 00000406.xhp msgctxt "" @@ -8662,7 +8662,7 @@ "par_id3151387\n" "help.text" msgid "Automatically after %PRODUCTNAME is first started." -msgstr "在 %PRODUCTNAME 首次启动后自动执行。" +msgstr "在「%PRODUCTNAME」首次启动后自动执行。" #: 00000409.xhp msgctxt "" @@ -9614,7 +9614,7 @@ "par_id3147321\n" "help.text" msgid "On Formatting bar, click" -msgstr "在「格式」栏中,点击" +msgstr "在「格式」工具栏中,点击" #: 00040500.xhp msgctxt "" @@ -9710,7 +9710,7 @@ "par_id3148771\n" "help.text" msgid "On Formatting bar, click" -msgstr "在「格式」栏中,点击" +msgstr "在「格式」工具栏中,点击" #: 00040500.xhp msgctxt "" @@ -9726,7 +9726,7 @@ "par_id3157970\n" "help.text" msgid "Bullets On/Off" -msgstr "打开/关闭项目符号" +msgstr "项目符号打开/关闭" #: 00040500.xhp msgctxt "" @@ -10254,7 +10254,7 @@ "par_id3153767\n" "help.text" msgid "Design Mode On/Off" -msgstr "启动/关闭设计模式" +msgstr "设计模式打开/关闭" #: 00040501.xhp msgctxt "" @@ -10310,7 +10310,7 @@ "par_id3155939\n" "help.text" msgid "Wizards On/Off" -msgstr "启动或关闭向导" +msgstr "向导打开/关闭" #: 00040501.xhp msgctxt "" @@ -12358,7 +12358,7 @@ "par_id3158428\n" "help.text" msgid "The Preview command displays the selected graphic." -msgstr "预览命令显示了选中的图形。" +msgstr "预览」命令显示了选中的图形。" #: 01010000.xhp msgctxt "" @@ -12462,7 +12462,7 @@ "par_id3159242\n" "help.text" msgid "The General tab page lists the general properties of the current theme." -msgstr "常规选项卡页面列出了当前主题的一般属性。" +msgstr "常规」选项卡页面列出了当前主题的一般属性。" #: 01050000.xhp msgctxt "" diff -Nru libreoffice-l10n-6.2.5/translations/source/zh-CN/helpcontent2/source/text/shared/01.po libreoffice-l10n-6.2.6/translations/source/zh-CN/helpcontent2/source/text/shared/01.po --- libreoffice-l10n-6.2.5/translations/source/zh-CN/helpcontent2/source/text/shared/01.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/zh-CN/helpcontent2/source/text/shared/01.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,7 +4,7 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2019-05-02 15:44+0200\n" -"PO-Revision-Date: 2019-06-24 02:09+0000\n" +"PO-Revision-Date: 2019-07-10 04:03+0000\n" "Last-Translator: Dian LI \n" "Language-Team: LANGUAGE \n" "Language: zh_CN\n" @@ -14,7 +14,7 @@ "Plural-Forms: nplurals=1; plural=0;\n" "X-Accelerator-Marker: ~\n" "X-Generator: Pootle 2.8\n" -"X-POOTLE-MTIME: 1561342154.000000\n" +"X-POOTLE-MTIME: 1562731419.000000\n" #: 01010000.xhp msgctxt "" @@ -2022,7 +2022,7 @@ "par_id6930143\n" "help.text" msgid "When you use File - Save As and select a template filter to save a template at any other folder that is not in the list, then the documents based on that template will not be checked." -msgstr "当您使用「文件 - 另存为」,并选择了一个模板过滤器将模板保存在「不在」列表中的任何其他文件夹,那么基于那个模板的文档就不会被检查了。" +msgstr "当您使用「文件 - 另存为」,并选择了一个模板过滤器将模板保存在「不在」列表中的任何其他文件夹,那么基于那个模板的文档就「不会」被检查了。" #: 01020000.xhp msgctxt "" @@ -2286,7 +2286,7 @@ "par_id3147571\n" "help.text" msgid "Install a missing import filter with the $[officename] Setup program." -msgstr "使用 $[officename] Setup 程序,安装缺少的导入筛选器。" +msgstr "使用「$[officename] Setup」程序,安装缺少的导入筛选器。" #: 01050000.xhp msgctxt "" @@ -2390,7 +2390,7 @@ "par_id3152551\n" "help.text" msgid "When you edit an AutoText entry, this command changes to Save AutoText." -msgstr "编辑自动图文集条目时,此命令将变为「保存自动图文集条目」。" +msgstr "编辑「自动图文集」条目时,此命令将变为「保存自动图文集条目」。" #: 01060001.xhp msgctxt "" @@ -2694,7 +2694,7 @@ "par_id3145116\n" "help.text" msgid "Always save your document in a %PRODUCTNAME file type before saving it to an external file type. When you export to an external file type, some formatting features may be lost." -msgstr "将文档保存为外部文件类型之前,始终以 %PRODUCTNAME 文件类型保存该文档。导出为外部文件类型时,某些格式化特征可能丢失。" +msgstr "将文档保存为外部文件类型之前,始终以「%PRODUCTNAME」文件类型保存该文档。导出为外部文件类型时,某些格式化特征可能丢失。" #: 01070000.xhp msgctxt "" @@ -4062,7 +4062,7 @@ "par_id3156080\n" "help.text" msgid "To set the default %PRODUCTNAME printer options for text documents, choose Tools - Options - %PRODUCTNAME Writer - Print." -msgstr "要设置文本文档的默认 %PRODUCTNAME 打印机选项,请选择工具 - 选项 - %PRODUCTNAME Writer - 打印" +msgstr "要设置文本文档的默认「%PRODUCTNAME」打印机选项,请选择工具 - 选项 - %PRODUCTNAME Writer - 打印" #: 01130000.xhp msgctxt "" @@ -4126,7 +4126,7 @@ "par_id2\n" "help.text" msgid "Specifies whether to print colors and objects that are inserted to the background of the page, which you have specified under Format - Page - Background." -msgstr "指定是否打印页面背景中插入的颜色和对象。可在「格式」-「页面」-「背景」修改页面背景设置。" +msgstr "指定是否打印页面背景中插入的颜色和对象。可在「「格式」-「页面」-「背景」」修改页面背景设置。" #: 01130000.xhp msgctxt "" @@ -4278,7 +4278,7 @@ "par_id3152944\n" "help.text" msgid "Prints only the pages or slides that you specify in the Pages box." -msgstr "仅打印框中指定的页面或幻灯片。" +msgstr "仅打印「」框中指定的页面或幻灯片。" #: 01130000.xhp msgctxt "" @@ -5038,7 +5038,7 @@ "par_id0807200809553672\n" "help.text" msgid "If the document is in HTML format, any embedded or linked images will not be sent with the e-mail." -msgstr "对于 HTML 格式的文档,任何嵌入或链接的图像都不会随电子邮件一起发送。" +msgstr "对于 HTML 格式的文档,任何嵌入或链接的图像都「不会」随电子邮件一起发送。" #: 01160300.xhp msgctxt "" @@ -5230,7 +5230,7 @@ "par_id3153527\n" "help.text" msgid "If you save a copy of a file that contains version information (by choosing File - Save As), the version information is not saved with the file." -msgstr "将含有版本信息的文件另存为一个副本 (选择「文件 - 另存为」) 时,版本信息不会随文件保存。" +msgstr "将含有版本信息的文件另存为一个副本 (选择「文件 - 另存为」) 时,版本信息「不会」随文件保存。" #: 01190000.xhp msgctxt "" @@ -5414,7 +5414,7 @@ "par_id4154794\n" "help.text" msgid "The number of files that are listed can be changed in the Expert configuration by setting the property /org.openoffice.Office.Common/History PickListSize." -msgstr "列出的文件数量可以在 专家配置 中修改,请设置属性 /org.openoffice.Office.Common/History PickListSize。" +msgstr "列出的文件数量可以在 专家配置 中修改,请设置属性「/org.openoffice.Office.Common/History PickListSize」。" #: 01990000.xhp msgctxt "" @@ -7278,7 +7278,7 @@ "par_id5766472\n" "help.text" msgid "Use $ (dollar) instead of \\ (backslash) to replace references. Use $0 to replace the whole found string." -msgstr "使用「$」(美元符号) 而非 \\ (反斜杠) 来替换引用。使用「$0」来替换查找到的整个字符串。" +msgstr "使用「$」(美元符号) 而非「\\」(反斜杠) 来替换引用。使用「$0」来替换查找到的整个字符串。" #: 02100001.xhp msgctxt "" @@ -8214,7 +8214,7 @@ "par_id3150603\n" "help.text" msgid "In a Master document, you can switch the Navigator between normal view and master view." -msgstr "在主控文档中,您可以在普通视图和母版视图之间切换导航。" +msgstr "在主控文档中,您可以在普通视图和母版视图之间切换「导航」。" #: 02110000.xhp msgctxt "" @@ -8222,7 +8222,7 @@ "par_id3148585\n" "help.text" msgid "The Navigator lists the main components of the master document. If you rest the mouse pointer over a name of a sub-document in the list, the full path of the sub-document is displayed." -msgstr "导航列出主控文档的主要组件。当把鼠标指针置于列表中某子文档的名称上时,将显示子文档的完整路径。" +msgstr "导航」列出主控文档的主要组件。当把鼠标指针置于列表中某子文档的名称上时,将显示子文档的完整路径。" #: 02110000.xhp msgctxt "" @@ -8278,7 +8278,7 @@ "par_id3147242\n" "help.text" msgid "Edit the contents of the component selected in the Navigator list. If the selection is a file, the file is opened for editing. If the selection is an index, the Index dialog is opened." -msgstr "编辑导航列表中所选组件的内容。如果选择了文件,将打开此文件以进行编辑。如果选择了索引,将打开「索引」对话框。" +msgstr "编辑「导航」列表中所选组件的内容。如果选择了文件,将打开此文件以进行编辑。如果选择了索引,将打开「索引」对话框。" #: 02110000.xhp msgctxt "" @@ -11366,7 +11366,7 @@ "par_id3145590\n" "help.text" msgid "Use the Standard Filter to refine and to combine AutoFilter search options." -msgstr "使用标准筛选提炼并结合自动筛选搜索选项。" +msgstr "使用「标准筛选」提炼并结合「自动筛选」搜索选项。" #: 02250000.xhp msgctxt "" @@ -11694,7 +11694,7 @@ "bm_id3150467\n" "help.text" msgid "standard bar on/off" -msgstr "打开/关闭标准栏" +msgstr "标准工具栏打开/关闭" #: 03020000.xhp msgctxt "" @@ -11710,7 +11710,7 @@ "par_id3149495\n" "help.text" msgid "Shows or hides the Standard bar." -msgstr "显示或隐藏标准栏。" +msgstr "显示或隐藏「标准」栏。" #: 03050000.xhp msgctxt "" @@ -11742,7 +11742,7 @@ "par_id3150603\n" "help.text" msgid "Shows or hides the Tools bar." -msgstr "显示或隐藏工具栏。" +msgstr "显示或隐藏「工具」栏。" #: 03060000.xhp msgctxt "" @@ -11758,7 +11758,7 @@ "bm_id3152823\n" "help.text" msgid "status bar on/off" -msgstr "打开/关闭状态栏" +msgstr "状态栏打开/关闭" #: 03060000.xhp msgctxt "" @@ -11854,7 +11854,7 @@ "par_id3153255\n" "help.text" msgid "Show or hides the Color bar. To modify or change the color table that is displayed, choose Format - Area, and then click on the Colors tab." -msgstr "显示或隐藏颜色栏。要修改显示的颜色表,请选择「格式 - 区域」,然后点击「颜色」选项卡。" +msgstr "显示或隐藏「颜色」栏。要修改显示的颜色表,请选择「格式 - 区域」,然后点击「颜色」选项卡。" #: 03170000.xhp msgctxt "" @@ -11878,7 +11878,7 @@ "par_id3147009\n" "help.text" msgid "To detach the Color bar, click on a gray area of the toolbar and then drag. To reattach the Color bar, drag the title bar of the toolbar to the edge of the window." -msgstr "要分离颜色栏,请点击工具栏的灰色区域,然后拖动鼠标。要重新附加颜色栏,请将工具栏的标题栏拖到窗口边缘。" +msgstr "要分离「颜色」栏,请点击工具栏的灰色区域,然后拖动鼠标。要重新附加「颜色」栏,请将工具栏的标题栏拖到窗口边缘。" #: 03990000.xhp msgctxt "" @@ -12158,7 +12158,7 @@ "par_id8336741\n" "help.text" msgid "To change the object properties of a comment, for example the background color, choose Show Comment as above, then right-click the comment. Do not double-click the text!" -msgstr "要更改批注的对象属性 (例如背景颜色),请选择如上所述的「显示批注」,然后在批注上点击鼠标右键。千万不要双击文字!" +msgstr "要更改批注的对象属性 (例如背景颜色),请选择如上所述的「显示批注」,然后在批注上点击鼠标右键。「千万不要」双击文字!" #: 04050000.xhp msgctxt "" @@ -12582,7 +12582,7 @@ "par_id3145314\n" "help.text" msgid "You cannot use the clipboard or drag and drop to move OLE objects to other files." -msgstr "您不能使用剪贴板或通过拖放的方式将 OLE 对象移动到其他文件中。" +msgstr "您「不能」使用剪贴板或通过拖放的方式将 OLE 对象移动到其他文件中。" #: 04150100.xhp msgctxt "" @@ -12982,7 +12982,7 @@ "hd_id3154812\n" "help.text" msgid "CharactersFont" -msgstr "字符字体" +msgstr "字符字体" #: 05020100.xhp msgctxt "" @@ -13126,7 +13126,7 @@ "par_id3157962\n" "help.text" msgid "If the language list consists of an editable combo box, you can enter a valid BCP 47 language tag if the language you want to assign is not available from the selectable list." -msgstr "如果语言列表是由一个可编辑的组合框构成,你能输入合法的BCP 47语言标签如果你想分配的语言在可选列表中不可用的话。" +msgstr "如果语言列表是由一个可编辑的组合框构成,你能输入合法的「BCP 47语言标签」如果你想分配的语言在可选列表中不可用的话。" #: 05020100.xhp msgctxt "" @@ -13134,7 +13134,7 @@ "par_id3157963\n" "help.text" msgid "For language tag details please see the For users section on the langtag.net web site." -msgstr "对于语言标签的细节,请参见请参见 langtag.net 网站的供用户段落。" +msgstr "对于语言标签的细节,请参见请参见 langtag.net 网站的「供用户」段落。" #: 05020100.xhp msgctxt "" @@ -13422,7 +13422,7 @@ "par_idN10B85\n" "help.text" msgid "Hides the selected characters. To display the hidden text, ensure that Formatting Marks is selected in the View menu. You can also choose %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME Writer - Formatting Aids and select Hidden text." -msgstr "隐藏选中的字符。要显示隐藏的文本,请确保在「视图」菜单中选择了「格式标记」。您也可以选择「%PRODUCTNAME - 偏好设置工具 - 选项 - %PRODUCTNAME Writer - 格式化辅助」,然后选择「隐藏的文本」。" +msgstr "隐藏选中的字符。要显示隐藏的文本,请确保在「视图」菜单中选择了「格式化标记」。您也可以选择「%PRODUCTNAME - 偏好设置工具 - 选项 - %PRODUCTNAME Writer - 格式化辅助」,然后选择「隐藏的文本」。" #: 05020200.xhp msgctxt "" @@ -13430,7 +13430,7 @@ "par_id0123200902291084\n" "help.text" msgid "Overlines or removes overlining from the selected text. If the cursor is not in a word, the new text that you enter is overlined." -msgstr "为所选文本设置上划线或删除所选文本的上划线。如果光标没有定位在字中,新输入的文本就会被设置上划线。" +msgstr "为所选文本设置上划线或删除所选文本的上划线。如果光标没有定位在字中,新输入的文本就会被设置上划线。" #: 05020200.xhp msgctxt "" @@ -13822,7 +13822,7 @@ "par_id3146149\n" "help.text" msgid "With scientific format, Engineering notation ensures that exponent is a multiple of 3." -msgstr "对于科学计数法格式,工程符号确保指数是 3 的倍数。" +msgstr "对于科学计数法格式,「工程符号」确保指数是 3 的倍数。" #: 05020300.xhp msgctxt "" @@ -13990,7 +13990,7 @@ "par_id3153624\n" "help.text" msgid "Use zero (0), the number sign (#) or the question mark (?) as placeholders in your number format code to represent numbers. The # only displays significant digits, while the 0 displays zeroes if there are fewer digits in the number than in the number format. The ? works as the # but adds a space character to keep decimal alignment if there is a hidden non-significant zero." -msgstr "数字格式码中使用零 (0)、数字符号 (#) 或问号 (?) 作为表示数字的占位符。「# 只显示有效数位,而 0 在实际位数比定义的少时显示零,「?」与 #」类似,但在存在非有效数位的隐藏零时添加空格字符保持数位对齐。" +msgstr "数字格式码中使用零 (0)、数字符号 (#) 或问号 (?) 作为表示数字的占位符。「#」只显示有效数位,而「0」在实际位数比定义的少时显示零,「?」与「#」类似,但在存在非有效数位的隐藏零时添加空格字符保持数位对齐。" #: 05020301.xhp msgctxt "" @@ -14230,7 +14230,7 @@ "par_id3156294\n" "help.text" msgid "To use a character to define the width of a space in a number format, type an underscore (_) followed by the character. The width of the space varies according to the width of the character that you choose. For example, _M creates a wider space than _i." -msgstr "要使用字符来定义数字格式中空格的宽度,请在该字符的前面输入下划线 ( _ )。空格的宽度由所选字符的宽度决定。例如,_M 创建的空格要比 _i 创建的空格宽。" +msgstr "要使用字符来定义数字格式中空格的宽度,请在该字符的前面输入下划线 ( _ )。空格的宽度由所选字符的宽度决定。例如,「_M」创建的空格要比「_i」创建的空格宽。" #: 05020301.xhp msgctxt "" @@ -14430,7 +14430,7 @@ "par_id3150032\n" "help.text" msgid "You can also specify the locale setting for the currency by entering the locale code for the country after the symbol. For example, [$€-407] represents Euros in Germany. To view the locale code for a country, select the country in the Language list on the Numbers tab of the Format Cells dialog." -msgstr "您也可以在货币符号之后输入国家/地区的语言环境代码,以此来指定货币的语言环境设置。例如,「[$€-407]」表示德语语言环境中的欧元。要查看国家/地区的语言环境代码,请在「单元格格式」对话框中「数字」选项卡的「语言」列表中选择国家/地区。" +msgstr "您也可以在货币符号之后输入国家/地区的区域代码,来指定货币的区域设置。例如,「[$€-407]」表示德国区域下的欧元。要查看国家/地区的区域代码,请在「单元格格式」对话框「数字」选项卡的「语言」列表中选择国家/地区。" #: 05020301.xhp msgctxt "" @@ -14670,7 +14670,7 @@ "par_id1002200811423518\n" "help.text" msgid "The above listed formatting codes work with your language version of %PRODUCTNAME. However, when you need to switch the locale of %PRODUCTNAME to another locale, you need to know the formatting codes used in that other locale." -msgstr "上面列出的格式代码是与您的 %PRODUCTNAME 语言版本配合使用的。然而,当您需要转换 %PRODUCTNAME 的语言环境时,您需要了解另一种语言环境中使用的格式代码。" +msgstr "上面列出的格式代码是与您的 %PRODUCTNAME 本地化语言版本配合使用的。然而,当您切换 %PRODUCTNAME 的区域时,您需要了解其他区域所使用的格式代码。" #: 05020301.xhp msgctxt "" @@ -14678,7 +14678,7 @@ "par_id1002200811423556\n" "help.text" msgid "For example, if your software is set to an English locale, and you want to format a year with four digits, you enter YYYY as a formatting code. When you switch to a German locale, you must use JJJJ instead. The following table lists only the localized differences." -msgstr "例如,如果您的软件被设置为英语语言环境,并且您想要使用四位数字格式表示年份,您就输入 YYYY 作为一个格式代码。当您转换到德语语言环境中时,您就必须改为使用 JJJJ。下表仅列出了本地化后的差异。" +msgstr "例如,如果您的软件被设为英语区域,并且您希望以四位数字显示年份,您可以输入 YYYY 作为格式代码。当您切换到德语区域时,您就必须改用 JJJJ。下表仅列出本地化差异。" #: 05020301.xhp msgctxt "" @@ -14686,7 +14686,7 @@ "par_id1002200811563044\n" "help.text" msgid "Locale" -msgstr "语言环境" +msgstr "区域" #: 05020301.xhp msgctxt "" @@ -14742,7 +14742,7 @@ "par_id1002200811563243\n" "help.text" msgid "and all not listed locales" -msgstr "以及所有未列出的语言环境" +msgstr "以及所有未列出的区域" #: 05020301.xhp msgctxt "" @@ -14838,7 +14838,7 @@ "par_id3148397\n" "help.text" msgid "To enter a date in a cell, use the Gregorian calendar format. For example, in an English locale, enter 1/2/2002 for Jan 2, 2002." -msgstr "要在单元格中输入日期,请使用公历日历格式。例如,在英语语言环境中,将 2002 年 1 月 2 日输入为 1/2/2002。" +msgstr "要在单元格中输入日期,请使用公历日历格式。例如,在英语区域下,输入「1/2/2002」表示2002年1月2日。" #: 05020301.xhp msgctxt "" @@ -14846,7 +14846,7 @@ "par_id3153274\n" "help.text" msgid "All date formats are dependent on the locale that is set in %PRODUCTNAME - PreferencesTools - Options - Language settings - Languages. For example, if your locale is set to 'Japanese', then the Gengou calendar is used. The default date format in %PRODUCTNAME uses the Gregorian Calendar." -msgstr "所有日期格式均与「%PRODUCTNAME - 偏好设置工具 - 选项 - 语言设置 - 语言」中的区域设置相关。例如,如果您的区域设为「日语」,则将使用和历。%PRODUCTNAME 默认的日期格式采用公历。" +msgstr "所有日期格式均与「%PRODUCTNAME - 偏好设置工具 - 选项 - 语言设置 - 语言」中的区域设置相关。例如,如果您的区域设为「日语」,则将使用和历。「%PRODUCTNAME」默认的日期格式采用公历。" #: 05020301.xhp msgctxt "" @@ -14854,7 +14854,7 @@ "par_id3153795\n" "help.text" msgid "To specify a calendar format that is independent of the locale, add a modifier in front of the date format. For example, to display a date using the Jewish calendar format in a non-Hebrew locale, enter: [~jewish]DD/MM/YYYY." -msgstr "要指定独立于语言环境的日历格式,请在日期格式前加入修饰符。例如,要在非希伯来语语言环境中使用犹太历格式显示日期,请输入: [~jewish]DD/MM/YYYY。" +msgstr "要指定独立于区域的日历格式,请在日期格式前加入修饰符。例如,要在非希伯来语区域下使用犹太历格式显示日期,请输入: [~jewish]DD/MM/YYYY。" #: 05020301.xhp msgctxt "" @@ -15310,7 +15310,7 @@ "par_id3154600\n" "help.text" msgid "The [NatNum1] modifier always uses a one to one character mapping to convert numbers to a string that matches the native number format code of the corresponding locale. The other modifiers produce different results if they are used with different locales. A locale can be the language and the territory for which the format code is defined, or a modifier such as [$-yyy] that follows the native number modifier. In this case, yyy is the hexadecimal MS-LCID that is also used in currency format codes. For example, to display a number using Japanese short Kanji characters in an English US locale, use the following number format code:" -msgstr "[NatNum1] 修饰符自动使用一对一字符对映,将数字转换为符合相应语言环境的本机数字格式码的字符串。如果在不同的语言环境中使用其他修饰符将产生不同的结果。语言环境可以是定义格式码的语言和地区,或者是修饰符,如本机数字修饰符后面的 [$-yyy]。在此情况下,yyy 是也用于货币格式码的十六进制的 MS-LCID。例如,要在美国英语语言环境中使用日语短汉字字符显示数字,请使用以下数字格式码:" +msgstr "[NatNum1] 修饰符自动使用一对一字符对映,将数字转换为符合相应区域的本机数字格式码的字符串。在不同区域下使用其他修饰符将产生不同的结果。区域可以是定义格式码的语言和地区,或者是修饰符,如本机数字修饰符后面的 [$-yyy]。在此情况下,yyy 是也用于货币格式码的十六进制的 MS-LCID。例如,要在美国英语区域下使用日语短汉字字符显示数字,请使用以下数字格式码:" #: 05020301.xhp msgctxt "" @@ -15318,7 +15318,7 @@ "par_id3147269\n" "help.text" msgid "In the following list, the Microsoft Excel [DBNumX] modifier that corresponds to %PRODUCTNAME [NatNum] modifier is shown. If you want, you can use a [DBNumX] modifier instead of [NatNum] modifier for your locale. Whenever possible, %PRODUCTNAME internally maps [DBNumX] modifiers to [NatNumN] modifiers." -msgstr "在以下列表中,将显示与「%PRODUCTNAME [NatNum] 修饰符相对应的 Microsoft Excel [DBNumX] 修饰符。如果需要,可以对您所用的语言环境使用修饰符 [DBNumX] 代替 [NatNum]。%PRODUCTNAME」会在内部尽可能地将 [DBNumX] 修饰符映射为 [NatNumN] 修饰符。" +msgstr "在以下列表中,将显示与「%PRODUCTNAME [NatNum] 修饰符」相对应的「Microsoft Excel [DBNumX] 修饰符」。如果需要,可以对您所用的区域使用修饰符 [DBNumX] 代替 [NatNum]。「%PRODUCTNAME」会在内部尽可能地将 [DBNumX] 修饰符映射为 [NatNumN] 修饰符。" #: 05020301.xhp msgctxt "" @@ -17502,7 +17502,7 @@ "hd_id3154841\n" "help.text" msgid "Font PositionPosition" -msgstr "字体位置位置" +msgstr "字体位置位置" #: 05020500.xhp msgctxt "" @@ -18398,7 +18398,7 @@ "par_id3156315\n" "help.text" msgid "Aligns the baseline of each line of text to a vertical document grid, so that each line is the same height. To use this feature, you must first activate the Register-true option for the current page style. To do this, choose Format - Page, click on the Page tab, and then select the Register-true box in the Layout settings area." -msgstr " 将每行文字的基线与垂直的文档网格对齐,使每行高度相同。要使用此功能,必须先为当前的页面样式激活对齐到垂直网格选项。激活方式为,选择「格式 -页面」,点击「页面」选项卡,然后在「版式设置」区域选中「对齐到垂直网格」复选框。" +msgstr " 将每行文字的基线与垂直的文档网格对齐,使每行高度相同。要使用此功能,必须先为当前的页面样式激活「对齐到垂直网格」选项。激活方式为,选择「格式 -页面」,点击「页面」选项卡,然后在「版式设置」区域选中「对齐到垂直网格」复选框。" #: 05030100.xhp msgctxt "" @@ -20630,7 +20630,7 @@ "par_id3148453\n" "help.text" msgid "Overrides the Spacing setting, and allows the header to expand into the area between the header and the document text." -msgstr "忽略间距设置,并允许页眉延伸到页眉和文档文字之间的区域中。" +msgstr "忽略「间距」设置,并允许页眉延伸到页眉和文档文字之间的区域中。" #: 05040300.xhp msgctxt "" @@ -20918,7 +20918,7 @@ "par_id3144760\n" "help.text" msgid "Overrides the Spacing setting and allows the footer to expand into the area between the footer and document text." -msgstr "覆盖间距设置,并允许页脚延伸到页脚和文档文本之间的区域。" +msgstr "覆盖「间距」设置,并允许页脚延伸到页脚和文档文本之间的区域。" #: 05040400.xhp msgctxt "" @@ -24022,7 +24022,7 @@ "par_id3150774\n" "help.text" msgid "To enable this editor, select the Blank bitmap in the bitmap list." -msgstr "要启动此编辑器,请在位图列表中选择 位图。" +msgstr "要启动此编辑器,请在位图列表中选择「」位图。" #: 05210500.xhp msgctxt "" @@ -25302,7 +25302,7 @@ "par_id3149760\n" "help.text" msgid "Click the Callout style that you want to apply to the selected callout." -msgstr "点击要应用于选中图例的图例样式。" +msgstr "点击要应用于选中图例的「图例」样式。" #: 05230500.xhp msgctxt "" @@ -25982,7 +25982,7 @@ "par_id3155934\n" "help.text" msgid "This Fontwork dialog is only available for Fontwork in old Writer text documents that were created prior to OpenOffice.org 2.0. You must first call Tools - Customize to add a menu command or an icon to open this dialog." -msgstr "此艺术字对话框仅适用于在 OpenOffice.org 2.0 之前版本创建的早期 Writer 文本文档中的艺术字。您必须先调用「工具 - 自定义」,来添加一个菜单命令或图标,才能打开此对话框。" +msgstr "此「艺术字」对话框仅适用于在 OpenOffice.org 2.0 之前版本创建的早期 Writer 文本文档中的艺术字。您必须先调用「工具 - 自定义」,来添加一个菜单命令或图标,才能打开此对话框。" #: 05280000.xhp msgctxt "" @@ -27790,7 +27790,7 @@ "par_id3154897\n" "help.text" msgid "The commands for the data source browser are found on the Table Data bar and in context menus." -msgstr "表格数据和右键菜单中提供了用于数据源浏览器的命令。" +msgstr "表格数据和右键菜单中提供了用于数据源浏览器的命令。" #: 05340400.xhp msgctxt "" @@ -28798,7 +28798,7 @@ "par_id3149796\n" "help.text" msgid "3D Shadowing On/Off" -msgstr "打开/关闭三维阴影" +msgstr "3D 阴影打开/关闭" #: 05350300.xhp msgctxt "" @@ -29470,7 +29470,7 @@ "hd_id3151319\n" "help.text" msgid "Filtering On/Off" -msgstr "使用或关闭过滤" +msgstr "筛选打开/关闭" #: 05350500.xhp msgctxt "" @@ -29494,7 +29494,7 @@ "par_id3146900\n" "help.text" msgid "Filtering On/Off" -msgstr "使用或关闭过滤" +msgstr "筛选打开/关闭" #: 05350600.xhp msgctxt "" @@ -29966,7 +29966,7 @@ "par_id1022200801300654\n" "help.text" msgid "If a grammar checking extension is installed, this dialog is called Spelling and Grammar. Spelling errors are underlined in red, grammar errors in blue. First the dialog presents all spelling errors, then all grammar errors." -msgstr "如果安装了语法检查扩展,该对话框就被称作拼写和语法检查。拼写错误用红色下划线标出,语法错误用蓝色标出。首先对话框会列出所有的拼写错误,之后是所有的语法错误。" +msgstr "如果安装了语法检查扩展,该对话框就被称作「拼写和语法检查」。拼写错误用红色下划线标出,语法错误用蓝色标出。首先对话框会列出所有的拼写错误,之后是所有的语法错误。" #: 06010000.xhp msgctxt "" @@ -29974,7 +29974,7 @@ "par_id1022200801354366\n" "help.text" msgid "Enable Check grammar to work first on all spellcheck errors, then on all grammar errors." -msgstr "语法检查首先应用到所有的拼写错误,之后是所有的语法错误。" +msgstr "将「语法检查」首先应用到所有的拼写错误,之后是所有的语法错误。" #: 06010000.xhp msgctxt "" @@ -30974,7 +30974,7 @@ "bm_id3153391\n" "help.text" msgid "AutoCorrect function;switching on and offAutoComplete, see also AutoCorrect/AutoInput" -msgstr "自动更正功能; 开启与关闭自动完成, 参见自动更正/自动输入" +msgstr "自动更正功能; 打开与关闭自动完成, 参见自动更正/自动补全" #: 06040000.xhp msgctxt "" @@ -31006,7 +31006,7 @@ "par_id3153394\n" "help.text" msgid "To turn on or to turn off the AutoCorrect feature, in $[officename] Calc choose Tools - AutoInput, and in $[officename] Writer choose Tools - AutoCorrect - While Typing. To apply the AutoCorrect settings to an entire text document, choose Tools - AutoCorrect - Apply." -msgstr "要打开或关闭「自动更正」功能,请在 $[officename] Calc 中选择「工具 - 自动输入」,在 $[officename] Writer 中选择「工具 - 自动更正 - 在输入时」。要将自动更正设置应用到整篇文档,请选择「工具 - 自动更正 - 应用」。" +msgstr "要打开或关闭「自动更正」功能,请在 $[officename] Calc 中选择「工具 - 自动补全」,在 $[officename] Writer 中选择「工具 - 自动更正 - 在输入时」。要将自动更正设置应用到整篇文档,请选择「工具 - 自动更正 - 应用」。" #: 06040000.xhp msgctxt "" @@ -31054,7 +31054,7 @@ "par_id3153124\n" "help.text" msgid "In text documents, you can choose to apply the AutoCorrect corrections while you type [T], or only when you modify existing text [M] with Tools - AutoCorrect - Apply." -msgstr "在文本文档中,您可以选择应用「自动更正」在输入 [T] 时更正错误,或者仅当启用工具 - 自动更正 - 应用更改现有文本 [M] 时自动更正错误。" +msgstr "在文本文档中,您可以选择应用「自动更正」在输入 [T] 时更正错误,或者仅当启用「工具 - 自动更正 - 应用」更改现有文本 [M] 时自动更正错误。" #: 06040100.xhp msgctxt "" @@ -31702,7 +31702,7 @@ "par_id3153349\n" "help.text" msgid "You can use the AutoCorrect feature to apply a specific character format to a word, abbreviation or a word part. Select the formatted text in your document, open this dialog, clear the Text only box, and then enter the text that you want to replace in the Replace box." -msgstr "您可使用自动更正功能对某个字词、缩写或者字词的一部分应用特定的字符格式。选择文档中已格式化的文本,打开该自动更正对话框,清除「仅替换文本」选择框前的勾选,然后再要替换的字词框中输入想要替换的文本。" +msgstr "您可使用自动更正功能对某个字词、缩写或者字词的一部分应用特定的字符格式。选择文档中已格式化的文本,打开该自动更正对话框,清除「仅替换文本」选择框前的勾选,然后再「要替换的字词」框中输入想要替换的文本。" #: 06040200.xhp msgctxt "" @@ -31710,7 +31710,7 @@ "par_id3154173\n" "help.text" msgid "You can also include frames, graphics, and OLE objects in an AutoCorrect entry, so long as they are anchored as characters in the text. Select the frame, graphic or OLE object and at least one text character in front of and behind the object. Open this dialog, type a name for this AutoCorrect entry in the Replace box, and then click New." -msgstr "您也可以在自动更正条目中包括框架、图形和 OLE 对象,只要它们在文本中作为字符被锁定。选择框架、图形或 OLE 对象,然后在所选对象的前后分别选择至少一个文本字符。打开此对话框,在「替换」框中输入自动更正条目的名称,然后点击「新建」。" +msgstr "您也可以在自动更正条目中包括框架、图形和 OLE 对象,只要它们在文本中「作为字符」被锁定。选择框架、图形或 OLE 对象,然后在所选对象的前后分别选择至少一个文本字符。打开此对话框,在「替换」框中输入自动更正条目的名称,然后点击「新建」。" #: 06040200.xhp msgctxt "" @@ -31750,7 +31750,7 @@ "par_id3149456\n" "help.text" msgid "Enter the replacement text, graphic, frame, or OLE object that you want to replace the text in the Replace box. If you have selected text, a graphic, a frame, or an OLE object in your document, the relevant information is already entered here." -msgstr "输入要用来替换替换框中的文本的替换文本、图形、框架或 OLE 对象。如果文档中包含选中文本、图形、框架或 OLE 对象,则此处已输入相关信息。" +msgstr "输入要用来替换「替换」框中的文本的替换文本、图形、框架或 OLE 对象。如果文档中包含选中文本、图形、框架或 OLE 对象,则此处已输入相关信息。" #: 06040200.xhp msgctxt "" @@ -31766,7 +31766,7 @@ "par_id3153379\n" "help.text" msgid "Saves the entry in the With box without formatting. When the replacement is made, the text uses the same format as the document text." -msgstr "保存替换为框中的条目,但不包括格式。进行替换时,文本使用与文档文本相同的格式。" +msgstr "保存「替换为」框中的条目,但不包括格式。进行替换时,文本使用与文档文本相同的格式。" #: 06040200.xhp msgctxt "" @@ -34478,7 +34478,7 @@ "par_id3154350\n" "help.text" msgid "Adds the selected library as a read-only file. The library is reloaded each time you start %PRODUCTNAME." -msgstr "以只读文件的方式添加选中的库。每次启动 %PRODUCTNAME 时,都会重新加载该库。" +msgstr "以只读文件的方式添加选中的库。每次启动「%PRODUCTNAME」时,都会重新加载该库。" #: 06130500.xhp msgctxt "" @@ -35014,7 +35014,7 @@ "par_id3149811\n" "help.text" msgid "Lists the shortcut keys and the associated commands. To assign or modify the shortcut key for the command selected in the Function list, click a shortcut in this list, and then click Modify." -msgstr "列出快捷键及相关命令。要指定或修改功能列表中选中命令的快捷键,请在此列表中点击某个快捷键,然后点击「修改」。" +msgstr "列出快捷键及相关命令。要指定或修改「功能」列表中选中命令的快捷键,请在此列表中点击某个快捷键,然后点击「修改」。" #: 06140200.xhp msgctxt "" @@ -35094,7 +35094,7 @@ "par_id3152909\n" "help.text" msgid "Assigns the key combination selected in the Shortcut keys list to the command selected in the Function list." -msgstr "将「快捷键」列表中所选组合键指定给功能列表中所选命令。" +msgstr "将「快捷键」列表中所选组合键指定给「功能」列表中所选命令。" #: 06140200.xhp msgctxt "" @@ -36670,7 +36670,7 @@ "par_id3151315\n" "help.text" msgid "Validates the contents of the XML Filter output window." -msgstr "验证 XML 筛选器输出窗口的内容。" +msgstr "验证「XML 筛选器输出」窗口的内容。" #: 06150210.xhp msgctxt "" @@ -38030,7 +38030,7 @@ "tit\n" "help.text" msgid "Formatting Mark" -msgstr "格式标记" +msgstr "格式化标记" #: formatting_mark.xhp msgctxt "" @@ -38046,7 +38046,7 @@ "hd_id030220091035120\n" "help.text" msgid "Formatting Mark " -msgstr "格式标记" +msgstr "格式化标记" #: formatting_mark.xhp msgctxt "" @@ -38110,7 +38110,7 @@ "hd_id2295907\n" "help.text" msgid "No-width optional break" -msgstr "无宽可选间断符" +msgstr "零宽度可选间断空格" #: formatting_mark.xhp msgctxt "" @@ -38126,7 +38126,7 @@ "hd_id3245643\n" "help.text" msgid "No-width no break" -msgstr "无宽不间断符" +msgstr "零宽度不间断空格" #: formatting_mark.xhp msgctxt "" @@ -38182,7 +38182,7 @@ "par_id3149783\n" "help.text" msgid "Displays the contents of the Gallery as icons." -msgstr "以图标的形式显示图库内容。" +msgstr "以图标的形式显示「图库」内容。" #: gallery.xhp msgctxt "" @@ -38222,7 +38222,7 @@ "par_id3153394\n" "help.text" msgid "To zoom in or zoom out on a single object in the Gallery, double-click the object, or select the object, and then press the Spacebar." -msgstr "要放大或缩小图库中的单个对象,请双击对象,或者先选择对象,然后按空格键。" +msgstr "要放大或缩小「图库」中的单个对象,请双击对象,或者先选择对象,然后按空格键。" #: gallery.xhp msgctxt "" @@ -38230,7 +38230,7 @@ "par_id3145346\n" "help.text" msgid "Themes are listed on the left side of the Gallery.Click a theme to view the objects associated with the theme." -msgstr "主题列于图库左侧。点击主题可查看与该主题相关的对象。" +msgstr "主题列于「图库」左侧。点击主题可查看与该主题相关的对象。" #: gallery.xhp msgctxt "" @@ -39070,7 +39070,7 @@ "par_id10292015122231415\n" "help.text" msgid "Toggle the visibility of the Find toolbar to search for text or navigate a document by element." -msgstr "切换查找工具栏的可见性,可搜索文字或按元素浏览文档。" +msgstr "切换「查找」工具栏的可见性,可搜索文字或按元素浏览文档。" #: menu_view_sidebar.xhp msgctxt "" @@ -39286,7 +39286,7 @@ "par_id231511209745892\n" "help.text" msgid "For Microsoft Windows: %PRODUCTNAME can open anything for which DirectShow filters are installed (list of default formats)." -msgstr "「对于 Microsoft Windows」: %PRODUCTNAME 可打开任何已安装 DirectShow 滤镜的格式 (默认格式列表)。" +msgstr "「对于 Microsoft Windows」: %PRODUCTNAME 可打开任何已安装「DirectShow」滤镜的格式 (默认格式列表)。" #: moviesound.xhp msgctxt "" @@ -39302,7 +39302,7 @@ "par_id841511209784505\n" "help.text" msgid "For Apple macOS: %PRODUCTNAME uses QuickTime supported media formats (list of media formats)." -msgstr "「对于 Apple macOS」: %PRODUCTNAME 使用 QuickTime 支持的媒体格式 (媒体格式列表)。" +msgstr "「对于 Apple macOS」: %PRODUCTNAME 使用「QuickTime」支持的媒体格式 (媒体格式列表)。" #: moviesound.xhp msgctxt "" @@ -40614,7 +40614,7 @@ "par_id28112016094427243\n" "help.text" msgid "If you could not resolve your problem by using safe mode, click on Advanced expander. You will find instructions how to get further help there." -msgstr "如果无法通过使用安全模式解决问题, 请点击 高级 展开符号。在那里可获得进一步帮助的说明。" +msgstr "如果无法通过使用安全模式解决问题, 请点击「高级」展开符号。在那里可获得进一步帮助的说明。" #: profile_safe_mode.xhp msgctxt "" @@ -42446,7 +42446,7 @@ "par_idN1056B\n" "help.text" msgid "When you open a document that contains an unsigned macro, or a signed macro from an unknown source, the Security Warning dialog opens." -msgstr "当您打开的文档中包含未签名的宏,或者包含来源不明的已签名宏时,将会弹出安全警告对话框。" +msgstr "当您打开的文档中包含未签名的宏,或者包含来源不明的已签名宏时,将会弹出「安全警告」对话框。" #: securitywarning.xhp msgctxt "" diff -Nru libreoffice-l10n-6.2.5/translations/source/zh-CN/helpcontent2/source/text/shared/02.po libreoffice-l10n-6.2.6/translations/source/zh-CN/helpcontent2/source/text/shared/02.po --- libreoffice-l10n-6.2.5/translations/source/zh-CN/helpcontent2/source/text/shared/02.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/zh-CN/helpcontent2/source/text/shared/02.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,7 +4,7 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2019-01-07 11:14+0100\n" -"PO-Revision-Date: 2019-06-24 02:09+0000\n" +"PO-Revision-Date: 2019-07-10 04:03+0000\n" "Last-Translator: Dian LI \n" "Language-Team: LANGUAGE \n" "Language: zh_CN\n" @@ -14,7 +14,7 @@ "Plural-Forms: nplurals=1; plural=0;\n" "X-Accelerator-Marker: ~\n" "X-Generator: Pootle 2.8\n" -"X-POOTLE-MTIME: 1561342148.000000\n" +"X-POOTLE-MTIME: 1562731414.000000\n" #: 01110000.xhp msgctxt "" @@ -126,7 +126,7 @@ "par_idN1089D\n" "help.text" msgid "You can change which buttons are visible in the toolbars. Right-click a toolbar to access the Visible Buttons command." -msgstr "您可以修改哪些按钮在工具栏中可见。右击工具栏可访问可见按钮命令。" +msgstr "您可以修改哪些按钮在工具栏中可见。右击工具栏可访问「可见按钮」命令。" #: 01140000.xhp msgctxt "" @@ -494,7 +494,7 @@ "par_idN10E95\n" "help.text" msgid "Extrusion On/Off" -msgstr "拉伸开/关" +msgstr "拉伸打开/关闭" #: 01140000.xhp msgctxt "" @@ -1358,7 +1358,7 @@ "par_id3151302\n" "help.text" msgid "If you assign the \"Dropdown\" property to the date field, the user can open a calendar to select a date under the date field. This also applies to a date field within a Table Control field." -msgstr "如果为日期字段指定属性「下拉」,用户就可以在这个日期字段下展开一个用于选择日期的日历。这对一个表格控件内的日期字段也有效。" +msgstr "如果为日期字段指定属性「下拉」,用户就可以在这个日期字段下展开一个用于选择日期的日历。这对一个「表格控件」内的日期字段也有效。" #: 01170000.xhp msgctxt "" @@ -1582,7 +1582,7 @@ "par_id3154579\n" "help.text" msgid "Creates a table control to display a database table. If you create a new table control, the Table Element Wizard appears." -msgstr "创建表格控件以显示数据库表格。如果创建新的表格控件,将显示「表格元素向导」。" +msgstr "创建「表格控件」以显示数据库表格。如果创建新的表格控件,将显示「表格元素向导」。" #: 01170000.xhp msgctxt "" @@ -1614,7 +1614,7 @@ "par_idN11B3D\n" "help.text" msgid "Creates a Navigation bar." -msgstr "创建导航栏。" +msgstr "创建「导航」栏。" #: 01170000.xhp msgctxt "" @@ -1622,7 +1622,7 @@ "par_idN11DB1\n" "help.text" msgid "The Navigation bar allows you to move through the records of a database or a database form. The controls on this Navigation bar work the same way as the controls on the default Navigation bar in $[officename]." -msgstr "「导航」栏可用于在数据库或数据库表单的各条记录间移动。此导航栏上控件的工作方式与 $[officename] 中默认导航栏上控件的工作方式相同。" +msgstr "「导航」栏可用于在数据库或数据库表单的各条记录间移动。此「导航」栏上控件的工作方式与 $[officename] 中默认导航栏上控件的工作方式相同。" #: 01170000.xhp msgctxt "" @@ -1646,7 +1646,7 @@ "par_id3109848\n" "help.text" msgid "If Automatic Control Focus is activated, the first form control will be selected when you open the document. If the button is not activated, the text will be selected after opening. The Tab Order that you have specified determines which is the first form control." -msgstr "如果已启动自动控件焦点,则在打开文档时,第一个表单控件将处于选中状态。如果未启动该按钮,打开文档后文本将被选中。根据指定的「轮换顺序」确定先选择哪一个表单控件。" +msgstr "如果已启动「自动控件焦点」,则在打开文档时,第一个表单控件将处于选中状态。如果未启动该按钮,打开文档后文本将被选中。根据指定的「轮换顺序」确定先选择哪一个表单控件。" #: 01170001.xhp msgctxt "" @@ -1990,7 +1990,7 @@ "par_id3150976\n" "help.text" msgid "Min. value and Max. value: You can enter the minimum and maximum numeric value for a formatted field. The min and max values determine the output of existing data (Example: Min. value is 5, the connected database field contains the integer value 3. The output is 5, but the value in the database is not modified) and the input of new data (Example: Max. value is 10 and you enter 20. The input is corrected and 10 is written in the database). If the fields are not filled in for Min. value and Max. value, no limits will be applied. For formatted fields that are connected to a database text field, these two values and the Default value do not apply." -msgstr "「最小值」和「最大值: 您可以为格式化的字段输入最小值和最大值。最小值和最大值将决定现有数据的输出 (例如: 最小数值为「5」,连接的数据库字段含有整数值「3」,则导出 5,但不修改数据库中的值) 和新数据的输入 (例如: 最大数值为「10」,如果输入「20」,输入的值将被更正,「10」将被写入数据库中)。如果没有对字段设置最小值」和「最大值」,则不应用任何限制。对于连接到数据库文字字段的格式化字段,这两个值和默认值都不适用。" +msgstr "「最小值」和「最大值: 您可以为格式化的字段输入最小值和最大值。最小值和最大值将决定现有数据的输出 (例如: 最小数值为「5」,连接的数据库字段含有整数值「3」,则导出「5」,但不修改数据库中的值) 和新数据的输入 (例如: 最大数值为「10」,如果输入「20」,输入的值将被更正,「10」将被写入数据库中)。如果没有对字段设置「最小值」和「最大值」,则不应用任何限制。对于连接到数据库文字字段的格式化字段,这两个值和默认值」都不适用。" #: 01170002.xhp msgctxt "" @@ -2030,7 +2030,7 @@ "par_id3154230\n" "help.text" msgid "When you enter a year using two digits, the corresponding four digit value is determined by a setting in %PRODUCTNAME - PreferencesTools - Options - $[officename] - General. For example, if 1935 is set as the lower limiting value and you enter 34 as a date value, then the result is 2034 instead of 1934." -msgstr "用两位数输入年份时,将根据「%PRODUCTNAME - 偏好设置工具 - 选项 - $[officename] - 常规」中的设置确定对应的四位数值。例如,如果设置 1935 为下限值,在您输入「34」作为日期值时,结果将是「2034」而不是「1934」。" +msgstr "用两位数输入年份时,将根据「%PRODUCTNAME - 偏好设置工具 - 选项 - $[officename] - 常规」中的设置确定对应的四位数值。例如,如果设置「1935」为下限值,在您输入「34」作为日期值时,结果将是「2034」而不是「1934」。" #: 01170003.xhp msgctxt "" @@ -2198,7 +2198,7 @@ "par_id3159400\n" "help.text" msgid "Calls a submenu where you can select the columns to show again. To show only one column, click the column name. You see only the first 16 hidden columns. If there are more hidden columns, choose the More command to call the Show Columns dialog." -msgstr "调用一个子菜单,在里面可以选出要再次显示的列。如果只想显示一列,点击该列名称。您只能看到前 16 个隐藏的列。如果有更多的隐藏列,可选择「更多」命令调用「显示列」对话框。" +msgstr "调用一个子菜单,在里面可以选出要再次显示的列。如果只想显示一列,点击该列名称。您只能看到前「16」个隐藏的列。如果有更多的隐藏列,可选择「更多」命令调用「显示列」对话框。" #: 01170004.xhp msgctxt "" @@ -2246,7 +2246,7 @@ "hd_id3153349\n" "help.text" msgid "Keyboard-only control of Table Controls" -msgstr "仅用键盘控制表格控件" +msgstr "仅用键盘控制「表格控件」" #: 01170004.xhp msgctxt "" @@ -2510,7 +2510,7 @@ "par_id3159233\n" "help.text" msgid "This General tab enables you to define the general properties of a form control. These properties differ, depending on the control type. Not all of the following properties are available for every control." -msgstr "此常规选项卡可用于定义表单控件的常规属性。这些属性会因控件类型的不同而有所不同,因此以下属性并不是对所有的控件均适用。" +msgstr "此「常规」选项卡可用于定义表单控件的常规属性。这些属性会因控件类型的不同而有所不同,因此以下属性并不是对所有的控件均适用。" #: 01170101.xhp msgctxt "" @@ -3078,7 +3078,7 @@ "par_id3156712\n" "help.text" msgid "The \"Tristate\" property is only defined for database forms, not for HTML forms." -msgstr "「三态」属性只可对数据库表单定义,不可用于 HTML 表单。" +msgstr "「三态」属性只可对数据库表单定义,「不可」用于 HTML 表单。" #: 01170101.xhp msgctxt "" @@ -3478,7 +3478,7 @@ "par_id3156172\n" "help.text" msgid "The \"Frame\" property is relevant for HTML forms, but not for database forms." -msgstr "「框架」属性与 HTML 表单有关,而与数据库表单无关。" +msgstr "「框架」属性与 HTML 表单有关,而与数据库表单「无关」。" #: 01170101.xhp msgctxt "" @@ -3518,7 +3518,7 @@ "par_id3153287\n" "help.text" msgid "For URL type buttons, the help text appears as the extended tip instead of the URL address entered under URL." -msgstr "对于「URL 类型」按钮,帮助文本会代替输入的 URL 地址作为扩展提示显示。" +msgstr "对于「URL 类型」按钮,帮助文本会代替输入的「URL」地址作为扩展提示显示。" #: 01170101.xhp msgctxt "" @@ -3686,7 +3686,7 @@ "par_id3153813\n" "help.text" msgid "If the control is linked to a database and the text length is to be accepted from the field definition of the database, you must not enter the text length here. The settings are only accepted from the database if the control property was not defined (\"Not Defined\" state)." -msgstr "如果这个控件字段与一个数据库相关联,并且要从该数据库的字段定义中套用文本长度,则不可以在这里规定文本长度。只有当控件字段的属性没有被定义 (「未定义」状态),才能从数据库中套用设置。" +msgstr "如果这个控件字段与一个数据库相关联,并且要从该数据库的字段定义中套用文本长度,则「不可以」在这里规定文本长度。只有当控件字段的属性没有被定义 (「未定义」状态),才能从数据库中套用设置。" #: 01170101.xhp msgctxt "" @@ -3822,7 +3822,7 @@ "par_idN1156E\n" "help.text" msgid "If you set this option to \"Yes\", the Push button receives the focus when you click the button." -msgstr "如果将此选项设为「是」,在您点击该按钮时按钮开关将获得焦点。" +msgstr "如果将此选项设为「是」,在您点击该按钮时「按钮开关」将获得焦点。" #: 01170101.xhp msgctxt "" @@ -4062,7 +4062,7 @@ "par_id3156207\n" "help.text" msgid "The \"Tab order\" property is not available to Hidden Controls. If you want, you can also set this property for image buttons and image controls, so that you can select these controls with the Tab key." -msgstr "「轮换顺序」属性不适用于隐藏控件」。如果需要,也可以为图像按钮和图像控件设置此属性,以便可以通过「Tab」键选择这些控件。" +msgstr "「轮换顺序」属性「不适用于」「隐藏控件」。如果需要,也可以为图像按钮和图像控件设置此属性,以便可以通过「Tab」键选择这些控件。" #: 01170101.xhp msgctxt "" @@ -4070,7 +4070,7 @@ "par_id3150378\n" "help.text" msgid "When creating a form, an index is automatically assigned to the control fields that are added to this form; every control field added is assigned an index increased by 1. If you change the index of a control, the indices of the other controls are updated automatically. Elements that cannot be focused (\"Tabstop = No\") are also assigned a value. However, these controls are skipped when using the Tab key." -msgstr "当创建一个表单时,插入到表单中的控件字段会被自动分配索引,每增加一个控件字段,索引会自动加 1 并分配给新增加的控件字段。如果修改一个控件字段的索引,其他控件字段的索引会自动更新。不能获得焦点的元素 (「Tabstop = No」) 也会被分配一个索引。但是在按「Tab」键时这些控件字段会被跳过。" +msgstr "当创建一个表单时,插入到表单中的控件字段会被自动分配索引,每增加一个控件字段,索引会自动加「1」并分配给新增加的控件字段。如果修改一个控件字段的索引,其他控件字段的索引会自动更新。不能获得焦点的元素 (「Tabstop = No」) 也会被分配一个索引。但是在按「Tab」键时这些控件字段会被跳过。" #: 01170101.xhp msgctxt "" @@ -4574,7 +4574,7 @@ "par_id3157557\n" "help.text" msgid "Defines the literal mask. The literal mask contains the initial values and is always visible after downloading a form. With masked fields you can specify a literal mask. A literal mask contains the initial values of a form, and is always visible after downloading a form. Using a character code for the Edit mask, you can determine the entries that the user can type into the masked field." -msgstr "定义字符掩码。字符掩码含有初始值,并在表单下载后始终可见。使用掩码字段,可以指定字符掩码。字符掩码含有表单的初始值,并在表单下载后始终可见。使用编辑掩码的字符码,可以确定用户在掩码字段中能够输入的条目。" +msgstr "定义字符掩码。字符掩码含有初始值,并在表单下载后始终可见。使用掩码字段,可以指定字符掩码。字符掩码含有表单的初始值,并在表单下载后始终可见。使用「编辑」掩码的字符码,可以确定用户在掩码字段中能够输入的条目。" #: 01170101.xhp msgctxt "" @@ -4710,7 +4710,7 @@ "par_idN120B1\n" "help.text" msgid "Specifies to show or hide the action items in a selected Navigation bar control. Action items are the following: Save record, Undo, New record, Delete record, Refresh." -msgstr "指定显示或隐藏所选导航栏控件中的操作项。操作项如下:「保存记录、撤消、新建记录、删除记录、刷新」。" +msgstr "指定显示或隐藏所选「导航」栏控件中的操作项。操作项如下:「保存记录、撤消、新建记录、删除记录、刷新」。" #: 01170101.xhp msgctxt "" @@ -4726,7 +4726,7 @@ "par_idN120D9\n" "help.text" msgid "Specifies to show or hide the positioning items in a selected Navigation bar control. Positioning items are the following: Record label, Record position, Record count label, Record count." -msgstr "指定显示或隐藏所选导航栏控件中的定位项。定位项如下:「记录标签、记录位置、记录数标签、记录数」。" +msgstr "指定显示或隐藏所选「导航」栏控件中的定位项。定位项如下:「记录标签、记录位置、记录数标签、记录数」。" #: 01170101.xhp msgctxt "" @@ -4742,7 +4742,7 @@ "par_idN120DB\n" "help.text" msgid "Specifies to show or hide the navigation items in a selected Navigation bar control. Navigation items are the following: First record, Previous record, Next record, Last record." -msgstr "指定显示或隐藏所选导航栏控件中的导航项。「导航」项如下:「第一条记录、上一条记录、下一条记录、最后一条记录」。" +msgstr "指定显示或隐藏所选「导航」栏控件中的导航项。「导航」项如下:「第一条记录、上一条记录、下一条记录、最后一条记录」。" #: 01170101.xhp msgctxt "" @@ -4758,7 +4758,7 @@ "par_idN1215A\n" "help.text" msgid "Specifies to show or hide the filtering and sorting items in a selected Navigation bar control. Filtering and sorting items are the following: Sort ascending, Sort descending, Sort, Automatic filter, Default filter, Apply filter, Reset filter/sort." -msgstr "指定显示或隐藏所选导航栏控件中的筛选和排序项目。筛选和排序项目如下:「「升序」「降序」「排序」「自动筛选」「默认筛选」「应用筛选」「重置筛选/排序」」。" +msgstr "指定显示或隐藏所选「导航」栏控件中的筛选和排序项目。筛选和排序项目如下:「「升序」「降序」「排序」「自动筛选」「默认筛选」「应用筛选」「重置筛选/排序」」。" #: 01170101.xhp msgctxt "" @@ -4774,7 +4774,7 @@ "par_idN12179\n" "help.text" msgid "Specifies whether the icons in a selected Navigation bar should be small or large." -msgstr "指定所选导航栏上的图标是小图标还是大图标。" +msgstr "指定所选「导航」栏上的图标是小图标还是大图标。" #: 01170101.xhp msgctxt "" @@ -5190,7 +5190,7 @@ "par_id3148427\n" "help.text" msgid "The property Bound field is only for forms that are used to access more than one table. If the form is based on only one table, the field to be displayed in the form is specified directly under Data field. However, if you want the list box to display data from a table that is linked to the current table over a common data field, the linked data field is defined by the property Bound field." -msgstr "属性固定的字段仅适用于需要访问多个表格的表单。如果表单仅基于一个表格,则可以直接在「数据字段」中指定需要在表单中显示的字段。但如果要在列表框中显示表格中的数据,并且该表格通过公用数据字段链接到当前表格,则可以通过属性固定的字段来定义链接的数据字段。" +msgstr "属性「固定的字段」仅适用于需要访问多个表格的表单。如果表单仅基于一个表格,则可以直接在「数据字段」中指定需要在表单中显示的字段。但如果要在列表框中显示表格中的数据,并且该表格通过公用数据字段链接到当前表格,则可以通过属性「固定的字段」来定义链接的数据字段。" #: 01170102.xhp msgctxt "" @@ -5246,7 +5246,7 @@ "par_id3145257\n" "help.text" msgid "The database field \"Field1\" is linked to the field specified under Data field." -msgstr "数据库字段\"字段1\"与在数据字段里指定的字段相链接。" +msgstr "数据库字段\"字段1\"与在「数据字段」里指定的字段相链接。" #: 01170102.xhp msgctxt "" @@ -5318,7 +5318,7 @@ "par_id3154260\n" "help.text" msgid "The 1st column of the table is linked to the field specified under Data field." -msgstr "表格的第 1 栏与在数据字段里指定的字段相链接。" +msgstr "表格的第 1 栏与在「数据字段」里指定的字段相链接。" #: 01170102.xhp msgctxt "" @@ -5502,7 +5502,7 @@ "par_id3156309\n" "help.text" msgid "The following table shows the connections between HTML, JavaScript, and the $[officename] field List content using an example list box named \"ListBox1\". In this case, \"Item\" designates a list entry visible in the form:" -msgstr "如下的表格显示了 HTML、JavaScript 和以\"ListBox1\" 列表框为依据的 $[officename] 字段列表内容间的相互关系。其中「条目」是指表单中的一个可见的列表条目:" +msgstr "如下的表格显示了 HTML、JavaScript 和以\"ListBox1\" 列表框为依据的 $[officename] 字段「列表内容」间的相互关系。其中「条目」是指表单中的一个可见的列表条目:" #: 01170102.xhp msgctxt "" @@ -6174,7 +6174,7 @@ "par_idN11038\n" "help.text" msgid "Value 0 is set in the linked cell." -msgstr "在链接的单元格中设置 0 值。" +msgstr "在链接的单元格中设置「0」值。" #: 01170102.xhp msgctxt "" @@ -6206,7 +6206,7 @@ "par_idN11052\n" "help.text" msgid "Value 0 is set in the field." -msgstr "在字段中设置 0 值。" +msgstr "在字段中设置「0」值。" #: 01170102.xhp msgctxt "" @@ -6342,7 +6342,7 @@ "par_idN110BA\n" "help.text" msgid "Selection is linked: The list item at the specified position (starting with 1 for the first item) is selected. If not found, all items are deselected." -msgstr "所选内容已链接: 选中指定位置的列表条目 (第一条从 1 开始)。如果未找到,取消选中所有条目。" +msgstr "所选内容已链接: 选中指定位置的列表条目 (第一条从「1」开始)。如果未找到,取消选中所有条目。" #: 01170102.xhp msgctxt "" @@ -6622,7 +6622,7 @@ "par_id3153717\n" "help.text" msgid "This event takes place before an action is triggered by clicking the control. For example, clicking a \"Submit\" button initiates a send action; however, the actual \"send\" process is started only when the When initiating event occurs. The Approve action event allows you to kill the process. If the linked method sends back FALSE, When initiating will not be executed." -msgstr "通过点击控件来触发某个操作之前,发生此事件。例如,点击「提交」按钮将启动一个发送操作;不过,只有当在初始化时事件发生时,才会真正启动「发送」进程。「批准操作」事件可以终止该进程。如果链接的方法返回 FALSE,则不执行「在初始化时」事件。" +msgstr "通过点击控件来触发某个操作之前,发生此事件。例如,点击「提交」按钮将启动一个发送操作;不过,只有当「在初始化时」事件发生时,才会真正启动「发送」进程。「批准操作」事件可以终止该进程。如果链接的方法返回 FALSE,则不执行「在初始化时」事件。" #: 01170103.xhp msgctxt "" @@ -7566,7 +7566,7 @@ "par_id3149485\n" "help.text" msgid "The Error occurred event is activated if an error occurs when accessing the data source. This applies to forms, list boxes and combo boxes." -msgstr "如果在访问数据源的过程中出现错误,将激活发生一个错误事件。 此事件是为表单、列表框和组合框定义的。" +msgstr "如果在访问数据源的过程中出现错误,将激活「发生一个错误」事件。 此事件是为表单、列表框和组合框定义的。" #: 01170203.xhp msgctxt "" @@ -7734,7 +7734,7 @@ "par_id3156444\n" "help.text" msgid "The appropriate icons on the Form Navigation Bar can be used in User mode to sort: Sort Ascending, Sort Descending, Sort." -msgstr "在用户模式下,可以使用表单导航栏上的相应图标进行排序: 向上排序向下排序排序。" +msgstr "在用户模式下,可以使用表单导航栏上的相应图标进行排序: 向上排序向下排序排序。" #: 01170203.xhp msgctxt "" @@ -7950,7 +7950,7 @@ "par_id3149568\n" "help.text" msgid "The subform is based on an SQL query; more specifically, on a Parameter Query. If a field name is entered in the Link master fields box, the data contained in that field in the main form is read to a variable that you must enter in Link slave fields. In an appropriate SQL statement, this variable is compared to the table data that the subform refers to. Alternatively, you can enter the column name in the Link master fields box." -msgstr "子表单基于 SQL 查询;更为确切的说,是位于参数查询。如果在「链接主字段方框中输入一个字段名称,则该字段在主表单中所包含的数据会被读取至在「链接从字段」中输入的一个变量。在相应 SQL 语句中,此变量会与子表单引用的表格数据相比较。或者,也可以在链接主字段」方框中输入此列名。" +msgstr "子表单基于 SQL 查询;更为确切的说,是位于参数查询。如果在「链接主字段方框中输入一个字段名称,则该字段在主表单中所包含的数据会被读取至在「链接从字段」中输入的一个变量。在相应 SQL 语句中,此变量会与子表单引用的表格数据相比较。或者,也可以在链接主字段」方框中输入此列名。" #: 01170203.xhp msgctxt "" @@ -8270,7 +8270,7 @@ "tit\n" "help.text" msgid "Design Mode On/Off" -msgstr "启动/关闭设计模式" +msgstr "设计模式打开/关闭" #: 01170500.xhp msgctxt "" @@ -8278,7 +8278,7 @@ "hd_id3151100\n" "help.text" msgid "Design Mode On/Off" -msgstr "设计模式" +msgstr "设计模式打开/关闭" #: 01170500.xhp msgctxt "" @@ -8302,7 +8302,7 @@ "par_id3147088\n" "help.text" msgid "If your form is linked to a database and you turn off the Design mode, the Form Bar is displayed at the lower margin of the document window. You can edit the link to the database in the Form Properties." -msgstr "如果表单与一个数据库链接,那么在设计模式关闭时,文档窗口的下方页边距处会显示表单栏。在表单属性里设置到数据库的链接。" +msgstr "如果表单与一个数据库链接,那么在设计模式关闭时,文档窗口的下方页边距处会显示表单栏。在表单属性里设置到数据库的链接。" #: 01170600.xhp msgctxt "" @@ -8350,7 +8350,7 @@ "par_id3155552\n" "help.text" msgid "The Form Navigator contains a list of all created (logical) forms with the corresponding control fields. You can see whether a form contains control fields by the plus sign displayed before the entry. Click the plus sign to open the list of the form elements." -msgstr "表单导航中包含一个列表,其中列出了所有已创建的 (逻辑) 表单及其相应控件字段。包含控件字段的表单条目前会显示加号。点击加号可打开表单元素的列表。" +msgstr "表单导航」中包含一个列表,其中列出了所有已创建的 (逻辑) 表单及其相应控件字段。包含控件字段的表单条目前会显示加号。点击加号可打开表单元素的列表。" #: 01170600.xhp msgctxt "" @@ -8382,7 +8382,7 @@ "par_id3153662\n" "help.text" msgid "If you call the context menu of a selected entry, the Form Navigator offers the following functions:" -msgstr "如果选中一个条目并调出其右键菜单,表单导航提供以下功能:" +msgstr "如果选中一个条目并调出其右键菜单,「表单导航」提供以下功能:" #: 01170600.xhp msgctxt "" @@ -8670,7 +8670,7 @@ "par_id3154422\n" "help.text" msgid "You can use the Wizards On/Off icon to keep the wizard from starting automatically." -msgstr "您可以使用打开/关闭向导图标来防止向导自动启动。" +msgstr "您可以使用「向导打开/关闭」图标来防止向导自动启动。" #: 01170801.xhp msgctxt "" @@ -8806,7 +8806,7 @@ "par_id3145211\n" "help.text" msgid "You can use the Wizards On/Off icon to keep the wizard from starting automatically." -msgstr "您可以使用打开/关闭向导图标来防止向导自动启动。" +msgstr "您可以使用「向导打开/关闭」图标来防止向导自动启动。" #: 01170900.xhp msgctxt "" @@ -8838,7 +8838,7 @@ "par_id3166460\n" "help.text" msgid "As a general rule, the database table that contains the visible list entries in the form is not the table on which the form is based. The list boxes in a form work by using references; that is, references to the visible list entries are located in the form table (values table) and are also entered as such in the values table if the user selects an entry from the list and saves it. Through reference values, list boxes can display data from a table linked to the current form table. Thus the List Box Wizard allows two tables of a database to be linked, so that the control field can display a detailed list of a database field that is located in a different table from the one to which the form refers." -msgstr "一般说来,含有表单中可见列表条目的数据库表格不是作为表单基础的表格。表单中的列表框通过使用引用起作用;也就是说,对可见列表项目的引用位于表单表格 (值表格),如果用户从列表中选择条目并加以保存,这些引用将同样地输入值表格中。通过引用值,列表框可以显示与当前表单表格链接的表格中的数据。由此,列表框向导允许链接同一数据库中的两个表格,这样,控件字段就能显示异于表单引用目标表格的表格中的数据库字段详细列表。" +msgstr "一般说来,含有表单中可见列表条目的数据库表格不是作为表单基础的表格。表单中的列表框通过使用引用起作用;也就是说,对可见列表项目的引用位于表单表格 (值表格),如果用户从列表中选择条目并加以保存,这些引用将同样地输入值表格中。通过引用值,列表框可以显示与当前表单表格链接的表格中的数据。由此,「列表框向导」允许链接同一数据库中的两个表格,这样,控件字段就能显示异于表单引用目标表格的表格中的数据库字段详细列表。" #: 01170900.xhp msgctxt "" @@ -8878,7 +8878,7 @@ "par_id3154046\n" "help.text" msgid "Combo boxes can display the data of any table. A direct link between the current form table and the table whose values are to be displayed in the combo box (list table) is not required. Combo boxes do not work with references. If the user enters or selects a value and saves it, the value actually displayed will be entered in the form table. As there is no link between the form table and the list table, the Field Link table does not appear here." -msgstr "组合框可以显示任意表格的数据,对此在当前表单表格和其数值需要在组合框里显示 (列表) 的表格间必须没有直接的连接。组合框不带引用内容工作。如果用户输入或选择数值并将其保存,则实际显示数值会列入表单表格中。因为在表单表格和列表之间没有链接,则在此不出现连结字段页。" +msgstr "组合框可以显示任意表格的数据,对此在当前表单表格和其数值需要在组合框里显示 (列表) 的表格间必须没有直接的连接。组合框不带引用内容工作。如果用户输入或选择数值并将其保存,则实际显示数值会列入表单表格中。因为在表单表格和列表之间没有链接,则在此不出现「连结字段」页。" #: 01170900.xhp msgctxt "" @@ -9070,7 +9070,7 @@ "par_id3145669\n" "help.text" msgid "In Control - Properties, the specified field will appear as an entry in the Data tab page under Data field." -msgstr "在控件 - 属性中,指定字段以数据选项卡页面上「数据字段」中的条目出现。" +msgstr "在控件 - 属性中,指定字段以「数据」选项卡页面上「数据字段」中的条目出现。" #: 01170903.xhp msgctxt "" @@ -9254,7 +9254,7 @@ "par_id3154749\n" "help.text" msgid "If the form document is write-protected, the Open in Design Mode command is ignored." -msgstr "如果表单文档处于写保护状态,则忽略在设计模式下打开命令。" +msgstr "如果表单文档处于写保护状态,则忽略「在设计模式下打开」命令。" #: 01171100.xhp msgctxt "" @@ -9270,7 +9270,7 @@ "hd_id3155934\n" "help.text" msgid "Wizards On/Off" -msgstr "打开/关闭向导" +msgstr "向导打开/关闭" #: 01171100.xhp msgctxt "" @@ -9414,7 +9414,7 @@ "par_id3148983\n" "help.text" msgid "Click the Navigator On/Off icon to hide or show the Navigator." -msgstr "点击「打开/关闭导航」图标隐藏或显示「导航」。" +msgstr "点击「导航打开/关闭」图标可隐藏或显示「导航」。" #: 01220000.xhp msgctxt "" @@ -9438,7 +9438,7 @@ "par_id3155536\n" "help.text" msgid "Navigator On/Off" -msgstr "打开/关闭导航" +msgstr "导航打开/关闭" #: 01230000.xhp msgctxt "" @@ -10038,7 +10038,7 @@ "par_idN1072B\n" "help.text" msgid "On the Formatting bar, click the Highlight Color icon." -msgstr "点击「格式」栏上的「高亮显示」图标。" +msgstr "点击「格式」工具栏上的「高亮显示」图标。" #: 02160000.xhp msgctxt "" @@ -10094,7 +10094,7 @@ "par_id3149784\n" "help.text" msgid "On the Formatting bar, click the arrow next to the Highlight Color icon, and then click No Fill." -msgstr "在「格式」栏上,点击「高亮显示」图标旁的箭头,然后点击「无填充」。" +msgstr "在「格式」工具栏上,点击「高亮显示」图标旁的箭头,然后点击「无填充」。" #: 02170000.xhp msgctxt "" @@ -10862,7 +10862,7 @@ "tit\n" "help.text" msgid "Bullets On/Off" -msgstr "打开/关闭项目符号" +msgstr "项目符号打开/关闭" #: 06120000.xhp msgctxt "" @@ -10870,7 +10870,7 @@ "hd_id3154228\n" "help.text" msgid "Bullets On/Off" -msgstr "打开/关闭项目符号" +msgstr "项目符号打开/关闭" #: 06120000.xhp msgctxt "" @@ -10926,7 +10926,7 @@ "par_id3149233\n" "help.text" msgid "Bullets On/Off" -msgstr "打开/关闭项目符号" +msgstr "项目符号打开/关闭" #: 07010000.xhp msgctxt "" @@ -11118,7 +11118,7 @@ "par_id3147576\n" "help.text" msgid "To make changes in a database used by more than one person, you must have the appropriate access rights. When you edit an external database, there is no intermediate storage by $[officename] of the changes made. They are sent directly to the database." -msgstr "要对由多个用户使用的数据库进行修改,「必须具备相应的访问权限。当编辑外部数据库时,$[officename] 不会」对所做的修改进行中间存储。这些修改将直接发送到数据库。" +msgstr "要对由多个用户使用的数据库进行修改,「必须具备相应的访问权限。当编辑外部数据库时,$[officename] 不会」对所做的修改进行中间存储。这些修改将「直接」发送到数据库。" #: 07070200.xhp msgctxt "" @@ -12062,7 +12062,7 @@ "hd_id3149031\n" "help.text" msgid " To Document Begin First Page " -msgstr " 转到文档的起始位置 首页 " +msgstr " 转到文档的起始位置 首页 " #: 10030000.xhp msgctxt "" @@ -12174,7 +12174,7 @@ "tit\n" "help.text" msgid "Explorer On/Off" -msgstr "打开/关闭资源管理器" +msgstr "资源管理器打开/关闭" #: 12000000.xhp msgctxt "" @@ -12182,7 +12182,7 @@ "hd_id3147588\n" "help.text" msgid "Explorer On/Off" -msgstr "打开/关闭资源管理器" +msgstr "资源管理器打开/关闭" #: 12000000.xhp msgctxt "" @@ -12190,7 +12190,7 @@ "par_id3144740\n" "help.text" msgid "Turns on and off the view of the data source explorer. The Explorer On/Off icon is visible on the Table Data bar." -msgstr "打开和关闭数据源资源管理器的视图。 打开/关闭资源管理器图标位于表格数据栏。" +msgstr "打开和关闭数据源资源管理器的视图。资源管理器打开/关闭」图标位于「表格数据栏」。" #: 12000000.xhp msgctxt "" @@ -12206,7 +12206,7 @@ "par_id3145136\n" "help.text" msgid "Explorer On/Off" -msgstr "打开/关闭资源管理器" +msgstr "资源管理器打开/关闭" #: 12000000.xhp msgctxt "" @@ -12582,7 +12582,7 @@ "par_id3145345\n" "help.text" msgid "In the data source browser, select the records that you want to insert into the document and then click the Data to Text icon, or drag-and-drop data from the data source browser into the document. This opens the Insert Database Columns dialog. Select whether the data should be inserted as a table, as fields or as text." -msgstr "在数据源浏览器中,选择要插入到文档中的记录,然后点击「数据转换成文字」图标,或者通过拖放将数据从数据源浏览器插入到文档中。这将打开「插入数据库列」对话框。选择要将数据作为表格插入,还是作为字段或文字插入。" +msgstr "在数据源浏览器中,选择要插入到文档中的记录,然后点击「数据转换成文字」图标,或者通过拖放将数据从数据源浏览器插入到文档中。这将打开「插入数据库列」对话框。选择要将数据作为表格插入,还是作为字段或文字插入。" #: 12070000.xhp msgctxt "" @@ -12814,7 +12814,7 @@ "par_id3154138\n" "help.text" msgid "To insert the data into the document in the form of a table, the correct Table option must be active. You can then select a database field from the Table column(s) list box to define the formatting of the database field. The changes to the number formats will be applied to the last selection. It does not matter whether the database field was selected from the Database columns list box or from the Table column(s) list box." -msgstr "要以表格的形式将数据插入到文档中,必须激活表格选项。然后从「表格列」列表框中选择数据库字段以定义其格式。对数字格式执行的修改将被采用到最后选择的数据字段,而与选择的数据库字段是来自数据库栏位列表框还是来自表格列列表框无关。" +msgstr "要以表格的形式将数据插入到文档中,必须激活「表格」选项。然后从「表格列」列表框中选择数据库字段以定义其格式。对数字格式执行的修改将被采用到最后选择的数据字段,而与选择的数据库字段是来自「数据库栏位」列表框还是来自「表格列」列表框无关。" #: 12070100.xhp msgctxt "" @@ -13022,7 +13022,7 @@ "par_id3158430\n" "help.text" msgid "By default, the inserted paragraphs are formatted with the current Paragraph Styles. This format corresponds to the \"none\" entry in the Paragraph Style list box. This is where you can select other Paragraph Styles to apply to the paragraph you want to insert into the document. The list box displays the available Paragraph Styles defined in %PRODUCTNAME and managed in the Style Catalog." -msgstr "默认情况下,会将插入的段落格式化为当前段落样式。在「段落样式」列表框中,此格式对应于条目「无」。从中也可以为要插入到文档中的段落选择其他段落样式。列表框中列出了「%PRODUCTNAME」中定义、并由样式目录管理的可用段落样式。" +msgstr "默认情况下,会将插入的段落格式化为当前段落样式。在「段落样式」列表框中,此格式对应于条目「无」。从中也可以为要插入到文档中的段落选择其他段落样式。列表框中列出了「%PRODUCTNAME」中定义、并由「样式目录」管理的可用「段落样式」。" #: 12070300.xhp msgctxt "" @@ -13158,7 +13158,7 @@ "par_id3149549\n" "help.text" msgid "Use the Standard Filter to refine and to combine AutoFilter search options." -msgstr "使用「标准筛选」可以缩小和合并自动筛选的查找条件。" +msgstr "使用「标准筛选」可以缩小和合并「自动筛选」的查找条件。" #: 12090000.xhp msgctxt "" @@ -13286,7 +13286,7 @@ "par_id3150254\n" "help.text" msgid "Specifies the comparative operators through which the entries in the Field name and Value fields can be linked." -msgstr "指定比较运算符,用来连接字段名称和「数值」字段条目。" +msgstr "指定比较运算符,用来连接「字段名称」和「数值」字段条目。" #: 12090100.xhp msgctxt "" @@ -13358,7 +13358,7 @@ "par_id3155364\n" "help.text" msgid "The following comparative operators can be set under Condition in the Standard Filter dialog." -msgstr "在「标准过滤器」对话框中,可以在条件里设置以下比较运算符。" +msgstr "在「标准过滤器」对话框中,可以在「条件」里设置以下比较运算符。" #: 12090101.xhp msgctxt "" @@ -14078,7 +14078,7 @@ "par_id3149959\n" "help.text" msgid "You have a date field, which is saved in \"DD.MM.YY\" format in the database (for example, 17.02.65). The format of the entry is changed in the data source view to \"DD MMM YYYY\" (17 Feb 1965). Following this example, a record containing February 17 is only found when the Apply field format option is on:" -msgstr "假定数据库中有一个以DD.MM.YY 格式 (如「17.02.65」) 保存的日期字段。在数据源视图中,该条目的格式会更改为「DD MMM YYYY」(1965年2月17日)。根据此示例,含有「2月17日」的记录仅在启用「应用字段格式」选项时才能找到:" +msgstr "假定数据库中有一个以「DD.MM.YY」格式 (如「17.02.65」) 保存的日期字段。在数据源视图中,该条目的格式会更改为「DD MMM YYYY」(1965年2月17日)。根据此示例,含有「2月17日」的记录仅在启用「应用字段格式」选项时才能找到:" #: 12100200.xhp msgctxt "" @@ -14174,7 +14174,7 @@ "par_id3156332\n" "help.text" msgid "Time fields are not defined for dBASE databases and must be simulated. To internally display the time \"14:00:00\", a \"5\" is necessary." -msgstr "时间字段在「dBASE」数据库中未被定义,所以必须模拟。为了在内部显示时间14:00:00,需要5。" +msgstr "时间字段在「dBASE」数据库中未被定义,所以必须模拟。为了在内部显示时间「14:00:00」,需要「5」。" #: 12100200.xhp msgctxt "" @@ -14230,7 +14230,7 @@ "par_id3153355\n" "help.text" msgid "If you are searching the values of check boxes, and Apply field format is on, then you will receive a \"1\" for marked check boxes, a \"0\" for unmarked check boxes, and an empty string for undefined (tristate) check boxes. If the search has been carried out with Apply field format set to off, you will see the language-dependent default values \"TRUE\" or \"FALSE\"." -msgstr "如果您查找复选框的值,并且应用字段格式打开,对于已选中的复选框将得到 \"1\",对于未选中的复选框将得到 \"0\",对于未定义的 (三重状态) 复选框将得到一个空字符串。如果将「应用字段格式」设置为关闭来进行查找,您将看到与语言相关的默认值 \"TRUE\" 或 \"FALSE\"。" +msgstr "如果您查找复选框的值,并且「应用字段格式」打开,对于已选中的复选框将得到 \"1\",对于未选中的复选框将得到 \"0\",对于未定义的 (三重状态) 复选框将得到一个空字符串。如果将「应用字段格式」设置为关闭来进行查找,您将看到与语言相关的默认值 \"TRUE\" 或 \"FALSE\"。" #: 12100200.xhp msgctxt "" @@ -14302,7 +14302,7 @@ "par_id3149255\n" "help.text" msgid "Allows a search with a * or ? wildcard. You can use the following wildcards:" -msgstr "查找时允许使用「*」或 ? 通配符。可以使用以下通配符:" +msgstr "查找时允许使用「*」或「?」通配符。可以使用以下通配符:" #: 12100200.xhp msgctxt "" @@ -14398,7 +14398,7 @@ "par_id3145762\n" "help.text" msgid "If you want to search for the actual characters ? or *, precede them with a backslash: \"\\?\" or \"\\*\". However, this is only necessary when Wildcard expression is enabled. When the option is not enabled, the wildcard characters are processed like normal characters." -msgstr "如果要查找「?」或「*」字符本身,请在这些字符前面加上反斜杠:「\\?」或「\\*」。但是,这样做的前提是通配符表达式已被启用。如果没有启用该选项,通配符字符将被当作普通字符处理。" +msgstr "如果要查找「?」或「*」字符本身,请在这些字符前面加上反斜杠:「\\?」或「\\*」。但是,这样做的前提是「通配符表达式」已被启用。如果没有启用该选项,通配符字符将被当作普通字符处理。" #: 12100200.xhp msgctxt "" @@ -14526,7 +14526,7 @@ "par_id3156166\n" "help.text" msgid "Closes the dialog. The settings of the last search will be saved until you quit %PRODUCTNAME." -msgstr "关闭对话框。在退出 %PRODUCTNAME 以前,将一直保留上一次查找的相关设置。" +msgstr "关闭对话框。在退出「%PRODUCTNAME」以前,将一直保留上一次查找的相关设置。" #: 12100200.xhp msgctxt "" @@ -14662,7 +14662,7 @@ "par_id3163829\n" "help.text" msgid "Activates an additional table view when in the form view. When the Data source as table function is activated, you see the table in an area above the form." -msgstr "在表单视图中启动附加的表格视图。启动借助数据源建立表格功能后,可以在表单上方的区域中看到表格。" +msgstr "在表单视图中启动附加的表格视图。启动「借助数据源建立表格」功能后,可以在表单上方的区域中看到表格。" #: 12130000.xhp msgctxt "" @@ -15166,7 +15166,7 @@ "tit\n" "help.text" msgid "Switch Design View On/Off" -msgstr "打开/关闭设计视图" +msgstr "设计视图打开/关闭" #: 14020200.xhp msgctxt "" @@ -15174,7 +15174,7 @@ "hd_id3159411\n" "help.text" msgid "Switch Design View On/Off" -msgstr "打开/关闭设计视图" +msgstr "设计视图打开/关闭" #: 14020200.xhp msgctxt "" @@ -15198,7 +15198,7 @@ "par_id3147399\n" "help.text" msgid "Switch Design View On/Off" -msgstr "打开/关闭设计视图" +msgstr "设计视图打开/关闭" #: 14030000.xhp msgctxt "" @@ -15494,7 +15494,7 @@ "tit\n" "help.text" msgid "Automatic Spell Checking On/Off" -msgstr "打开/关闭自动拼写检查" +msgstr "自动拼写检查打开/关闭" #: 18030000.xhp msgctxt "" @@ -15502,7 +15502,7 @@ "hd_id3155599\n" "help.text" msgid "Automatic Spell Checking On/Off" -msgstr "打开/关闭自动拼写检查" +msgstr "自动拼写检查打开/关闭" #: 18030000.xhp msgctxt "" @@ -15510,7 +15510,7 @@ "par_id3150040\n" "help.text" msgid "Automatic Spell Checking On/Off" -msgstr "打开/关闭自动拼写检查" +msgstr "自动拼写检查打开/关闭" #: 18030000.xhp msgctxt "" @@ -15518,7 +15518,7 @@ "par_id3147571\n" "help.text" msgid "Automatic Spell Checking On/Off" -msgstr "打开/关闭自动拼写检查" +msgstr "自动拼写检查打开/关闭" #: 19090000.xhp msgctxt "" @@ -15558,7 +15558,7 @@ "par_id3149760\n" "help.text" msgid "In HTML Source mode, you can view and edit the tags of HTML. Save the document as a plain text document. Assign an .html or .htm extension to designate the document as HTML." -msgstr "在「HTML 源」模式下,可以查看和编辑 HTML 的标记。将文档另存为纯文本文档。指定「.html」或 .htm 扩展名可指明文档为 HTML 文件。" +msgstr "在「HTML 源」模式下,可以查看和编辑 HTML 的标记。将文档另存为纯文本文档。指定「.html」或「.htm」扩展名可指明文档为 HTML 文件。" #: 20020000.xhp msgctxt "" @@ -15590,7 +15590,7 @@ "par_id3148731\n" "help.text" msgid "Displays the current Page Style. Double-click to edit the style, right-click to select another style." -msgstr "显示当前页面样式。双击可以编辑样式,点击鼠标右键可以选择其他样式。" +msgstr "显示当前「页面样式」。双击可以编辑样式,点击鼠标右键可以选择其他样式。" #: 20020000.xhp msgctxt "" @@ -15982,7 +15982,7 @@ "par_id3156183\n" "help.text" msgid "This icon on the Image bar opens the Image Filter bar, where you can use various filters on the selected picture." -msgstr "使用图像栏上的此图标可以打开「图像滤镜」栏,在其中可以对选中图片使用各种滤镜。" +msgstr "使用图像」栏上的此图标可以打开「图像滤镜」栏,在其中可以对选中图片使用各种滤镜。" #: 24010000.xhp msgctxt "" diff -Nru libreoffice-l10n-6.2.5/translations/source/zh-CN/helpcontent2/source/text/shared/04.po libreoffice-l10n-6.2.6/translations/source/zh-CN/helpcontent2/source/text/shared/04.po --- libreoffice-l10n-6.2.5/translations/source/zh-CN/helpcontent2/source/text/shared/04.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/zh-CN/helpcontent2/source/text/shared/04.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,7 +4,7 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2019-01-07 11:14+0100\n" -"PO-Revision-Date: 2019-06-24 02:09+0000\n" +"PO-Revision-Date: 2019-07-10 02:42+0000\n" "Last-Translator: Dian LI \n" "Language-Team: LANGUAGE \n" "Language: zh_CN\n" @@ -14,7 +14,7 @@ "Plural-Forms: nplurals=1; plural=0;\n" "X-Accelerator-Marker: ~\n" "X-Generator: Pootle 2.8\n" -"X-POOTLE-MTIME: 1561342156.000000\n" +"X-POOTLE-MTIME: 1562726567.000000\n" #: 01010000.xhp msgctxt "" @@ -118,7 +118,7 @@ "par_id3154749\n" "help.text" msgid "If you are using drag-and-drop, selecting with the mouse or clicking objects and names, you can use the keys Shift, CommandCtrl and occasionally OptionAlt to access additional functionality. The modified functions available when holding down keys during drag-and-drop are indicated by the mouse pointer changing form. When selecting files or other objects, the modifier keys can extend the selection - the functions are explained where applicable. " -msgstr "如果使用拖放,用鼠标或点击对象与名称选择,可以使用快捷键 Shift、「CommandCtrl」以及有时可用的「OptionAlt」访问额外的功能。拖放时按住快捷键可用的增强功能由鼠标指针变换形态指示。选择文件或其他对象时,快捷键也可以扩展选择功能 - 这些功能将在适用时说明。" +msgstr "如果使用拖放,用鼠标或点击对象与名称选择,可以使用快捷键「Shift」「CommandCtrl」以及有时可用的「OptionAlt」访问额外的功能。拖放时按住快捷键可用的增强功能由鼠标指针变换形态指示。选择文件或其他对象时,快捷键也可以扩展选择功能 - 这些功能将在适用时说明。" #: 01010000.xhp msgctxt "" @@ -1758,7 +1758,7 @@ "par_id3152818\n" "help.text" msgid "Exits Handle Selection Mode and return to Object Selection Mode." -msgstr "退出控点选择模式并返回到「对象选择模式」。" +msgstr "退出「控点选择模式」并返回到「对象选择模式」。" #: 01010000.xhp msgctxt "" @@ -1950,7 +1950,7 @@ "par_id3149994\n" "help.text" msgid "Leaves the Point Selection mode. The drawing object is selected afterwards." -msgstr "退出点选择模式。随后即选择绘图对象。" +msgstr "退出「点选择」模式。随后即选择绘图对象。" #: 01010000.xhp msgctxt "" diff -Nru libreoffice-l10n-6.2.5/translations/source/zh-CN/helpcontent2/source/text/shared/05.po libreoffice-l10n-6.2.6/translations/source/zh-CN/helpcontent2/source/text/shared/05.po --- libreoffice-l10n-6.2.5/translations/source/zh-CN/helpcontent2/source/text/shared/05.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/zh-CN/helpcontent2/source/text/shared/05.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,7 +4,7 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2018-10-21 20:57+0200\n" -"PO-Revision-Date: 2019-03-12 08:00+0000\n" +"PO-Revision-Date: 2019-07-10 02:42+0000\n" "Last-Translator: Dian LI \n" "Language-Team: LANGUAGE \n" "Language: zh_CN\n" @@ -14,7 +14,7 @@ "Plural-Forms: nplurals=1; plural=0;\n" "X-Accelerator-Marker: ~\n" "X-Generator: Pootle 2.8\n" -"X-POOTLE-MTIME: 1552377656.000000\n" +"X-POOTLE-MTIME: 1562726552.000000\n" #: 00000001.xhp msgctxt "" @@ -70,7 +70,7 @@ "par_id1318380\n" "help.text" msgid "The %PRODUCTNAME localization projects offer support pages in local languages. Find an overview of the native language projects at www.libreoffice.org/community/nlc/. You can find help and support in English language on the %PRODUCTNAME website at www.libreoffice.org." -msgstr "%PRODUCTNAME 通过「本地化」项目提供多国母语支持。请在 www.libreoffice.org/community/nlc/ 查看母语项目概览。您可以在 %PRODUCTNAME 官方网站 www.libreoffice.org 找到英语的帮助与支持。" +msgstr "%PRODUCTNAME 通过「本地化」项目提供多国母语支持。请在 www.libreoffice.org/community/nlc/ 查看母语项目概览。您可以在「%PRODUCTNAME」官方网站 www.libreoffice.org 找到英语的帮助与支持。" #: 00000001.xhp msgctxt "" @@ -86,7 +86,7 @@ "par_id3166335\n" "help.text" msgid "Ask about %PRODUCTNAME, find help by volunteers, and discuss topics on the public mailing lists. You can find many general and specialized mailing lists on the %PRODUCTNAME website at www.libreoffice.org/get-help/mailing-lists/." -msgstr "在公共邮件列表咨询 %PRODUCTNAME 的问题,寻求志愿者的帮助与讨论话题。您可以在 %PRODUCTNAME 网站 www.libreoffice.org/get-help/mailing-lists/ 找到很多通用与专用的邮件列表。" +msgstr "在公共邮件列表咨询 %PRODUCTNAME 的问题,寻求志愿者的帮助与讨论话题。您可以在「%PRODUCTNAME」网站 www.libreoffice.org/get-help/mailing-lists/ 找到很多通用与专用的邮件列表。" #: 00000001.xhp msgctxt "" @@ -118,7 +118,7 @@ "par_id0804200803314235\n" "help.text" msgid "In case you are concerned about any security issue with using this software, you can contact the developers on the public mailing list. If you want to discuss any issue with other users, send an email to the public mailing list users@libreoffice.org." -msgstr "假如您关注使用本软件的安全问题的话,可以联系 公共邮件列表上的开发者。如果您想与其他用户讨论问题,请向公共邮件列表 users@libreoffice.org 发送电子邮件。" +msgstr "假如您关注使用本软件的安全问题的话,可以联系 公共邮件列表上的开发者。如果您想与其他用户讨论问题,请向公共邮件列表「users@libreoffice.org」发送电子邮件。" #: 00000001.xhp msgctxt "" @@ -286,7 +286,7 @@ "par_id3159201\n" "help.text" msgid "The Toolbar contains important functions for controlling the Help system:" -msgstr "工具栏中包含用于控制「帮助」系统的重要功能:" +msgstr "工具栏」中包含用于控制「帮助」系统的重要功能:" #: 00000110.xhp msgctxt "" @@ -574,7 +574,7 @@ "par_id3159149\n" "help.text" msgid "The list box located at the very top is where you can select other %PRODUCTNAME Help modules. The Index and Find tab pages only contain the data for the selected %PRODUCTNAME module." -msgstr "在最顶部的列表框中,可选择其他 %PRODUCTNAME「帮助」模块。索引和「查找」选项卡页中只包含选中「%PRODUCTNAME」模块的数据。" +msgstr "在最顶部的列表框中,可选择其他「%PRODUCTNAME」「帮助」模块。索引和「查找」选项卡页中只包含选中「%PRODUCTNAME」模块的数据。" #: 00000110.xhp msgctxt "" @@ -686,7 +686,7 @@ "par_id3157896\n" "help.text" msgid "Tips provide you with the names of toolbar buttons. To display a tip, rest the pointer over a toolbar button until the name of the button appears." -msgstr "提示提供工具栏中各个按钮的名称。要显示提示,请将指针停在某个工具栏按钮上,直到该按钮的名称出现。" +msgstr "「提示」提供工具栏中各个按钮的名称。要显示提示,请将指针停在某个工具栏按钮上,直到该按钮的名称出现。" #: 00000120.xhp msgctxt "" @@ -718,7 +718,7 @@ "par_id3149346\n" "help.text" msgid "Extended Tips provide a brief description about buttons and commands. To display an extended tip, press Shift+F1, then point to a button or command." -msgstr "扩展提示提供有关按钮和命令的简短说明。要显示扩展提示,请按下「Shift+F1」,然后将指针停在按钮或命令上。" +msgstr "「扩展提示」提供有关按钮和命令的简短说明。要显示扩展提示,请按下「Shift+F1」,然后将指针停在按钮或命令上。" #: 00000120.xhp msgctxt "" @@ -966,7 +966,7 @@ "par_id3145314\n" "help.text" msgid "Use the Add to Bookmarks icon to set a bookmark for the current page shown in the Help." -msgstr "利用图标添加到书签,您可以在当前显示的帮助页面上设置一个书签。" +msgstr "利用图标「添加到书签」,您可以在当前显示的帮助页面上设置一个书签。" #: 00000150.xhp msgctxt "" @@ -1574,7 +1574,7 @@ "par_idN10A59\n" "help.text" msgid "To find the next occurrence of the search term on the page, click on the Up arrow or Down arrow to find the previous or next occurrence." -msgstr "要查找搜索关键词在页面中下一处出现的地方,请点击「向上箭头」或向下箭头查找之前或之后出现的地方。" +msgstr "要查找搜索关键词在页面中下一处出现的地方,请点击「向上箭头」或「向下箭头」查找之前或之后出现的地方。" #: new_help.xhp msgctxt "" diff -Nru libreoffice-l10n-6.2.5/translations/source/zh-CN/helpcontent2/source/text/shared/autokorr.po libreoffice-l10n-6.2.6/translations/source/zh-CN/helpcontent2/source/text/shared/autokorr.po --- libreoffice-l10n-6.2.5/translations/source/zh-CN/helpcontent2/source/text/shared/autokorr.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/zh-CN/helpcontent2/source/text/shared/autokorr.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,7 +4,7 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2017-05-09 16:45+0200\n" -"PO-Revision-Date: 2019-06-18 23:47+0000\n" +"PO-Revision-Date: 2019-07-10 04:03+0000\n" "Last-Translator: Dian LI \n" "Language-Team: LANGUAGE \n" "Language: zh_CN\n" @@ -14,7 +14,7 @@ "Plural-Forms: nplurals=1; plural=0;\n" "X-Accelerator-Marker: ~\n" "X-Generator: Pootle 2.8\n" -"X-POOTLE-MTIME: 1560901639.000000\n" +"X-POOTLE-MTIME: 1562731410.000000\n" #: 01000000.xhp msgctxt "" @@ -206,7 +206,7 @@ "par_id3146060\n" "help.text" msgid "Your text was corrected by Autocorrect so that double quotation marks were replaced by typographical quotation marks." -msgstr "使用自动更正更正了您的文字,用印刷引号替换了双引号。" +msgstr "使用自动更正更正了您的文字,用印刷引号替换了双引号。" #: 07000000.xhp msgctxt "" diff -Nru libreoffice-l10n-6.2.5/translations/source/zh-CN/helpcontent2/source/text/shared/autopi.po libreoffice-l10n-6.2.6/translations/source/zh-CN/helpcontent2/source/text/shared/autopi.po --- libreoffice-l10n-6.2.5/translations/source/zh-CN/helpcontent2/source/text/shared/autopi.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/zh-CN/helpcontent2/source/text/shared/autopi.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,7 +4,7 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2018-04-24 12:21+0200\n" -"PO-Revision-Date: 2019-06-24 02:09+0000\n" +"PO-Revision-Date: 2019-07-10 02:42+0000\n" "Last-Translator: Dian LI \n" "Language-Team: LANGUAGE \n" "Language: zh_CN\n" @@ -14,7 +14,7 @@ "Plural-Forms: nplurals=1; plural=0;\n" "X-Accelerator-Marker: ~\n" "X-Generator: Pootle 2.8\n" -"X-POOTLE-MTIME: 1561342155.000000\n" +"X-POOTLE-MTIME: 1562726567.000000\n" #: 01000000.xhp msgctxt "" @@ -6502,7 +6502,7 @@ "par_id3154640\n" "help.text" msgid "If the current document is a $[officename] Calc document or template, you can call up the Euro Converter using the corresponding icon in the Tools bar. This icon is hidden by default. To display the Euro Converter icon, click the arrow at the end of the Tools bar, select the Visible Buttons command and activate the Euro Converter icon." -msgstr "如果当前文档是 $[officename] Calc 文档或模板,则可以使用「工具」栏上相应的图标来打开「欧元换算器」。 默认情况下,此图标为隐藏状态。为显示「欧元换算器」图标,请点击「工具」栏末端的箭头,选择「可视按钮」命令并激活欧元换算器图标。" +msgstr "如果当前文档是 $[officename] Calc 文档或模板,则可以使用「工具」栏上相应的图标来打开「欧元换算器」。 默认情况下,此图标为隐藏状态。为显示「欧元换算器」图标,请点击「工具」栏末端的箭头,选择「可视按钮」命令并激活「欧元换算器」图标。" #: 01150000.xhp msgctxt "" @@ -6982,7 +6982,7 @@ "par_id3152801\n" "help.text" msgid "You can make changes to the templates and documents at a later time by choosing Edit - Exchange Database." -msgstr "以后能够通过命令编辑 - 交换数据库在修改模板和文档。" +msgstr "以后能够通过命令「编辑 - 交换数据库」在修改模板和文档。" #: 01170400.xhp msgctxt "" diff -Nru libreoffice-l10n-6.2.5/translations/source/zh-CN/helpcontent2/source/text/shared/explorer/database.po libreoffice-l10n-6.2.6/translations/source/zh-CN/helpcontent2/source/text/shared/explorer/database.po --- libreoffice-l10n-6.2.5/translations/source/zh-CN/helpcontent2/source/text/shared/explorer/database.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/zh-CN/helpcontent2/source/text/shared/explorer/database.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,7 +4,7 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2019-01-07 11:14+0100\n" -"PO-Revision-Date: 2019-06-24 02:09+0000\n" +"PO-Revision-Date: 2019-07-10 02:42+0000\n" "Last-Translator: Dian LI \n" "Language-Team: LANGUAGE \n" "Language: zh_CN\n" @@ -14,7 +14,7 @@ "Plural-Forms: nplurals=1; plural=0;\n" "X-Accelerator-Marker: ~\n" "X-Generator: Pootle 2.8\n" -"X-POOTLE-MTIME: 1561342147.000000\n" +"X-POOTLE-MTIME: 1562726547.000000\n" #: 02000000.xhp msgctxt "" @@ -358,7 +358,7 @@ "par_id3156411\n" "help.text" msgid "The Query Design View allows you to create and edit a database query." -msgstr "查询设计视图允许您创建和编辑数据库查询。" +msgstr "查询设计视图」允许您创建和编辑数据库查询。" #: 02010100.xhp msgctxt "" @@ -542,7 +542,7 @@ "par_id3150685\n" "help.text" msgid "To remove the table from Design View, click the upper border of the table window and display the context menu. You can use the Delete command to remove the table from the Design View. Another option is to press the Delete key." -msgstr "要把一个表格从设计视图中移除,请点击表格窗口的上部边框,调出右键菜单。使用命令删除把表格从设计视图中移除。另外,您也可以使用删除键来移除。" +msgstr "要把一个表格从设计视图中移除,请点击表格窗口的上部边框,调出右键菜单。使用命令「删除」把表格从设计视图中移除。另外,您也可以使用删除键来移除。" #: 02010100.xhp msgctxt "" @@ -630,7 +630,7 @@ "par_id3150094\n" "help.text" msgid "Edit Join Properties. Alternatively, press Tab until the line is selected, then press Shift+F10 to display the context menu and there choose the command Edit. Some databases support only a subset of the possible join types." -msgstr "编辑联接属性也可以按住 Tab 键直到选中线条,然后按 Shift+F10 组合键来显示右键菜单并选择指令编辑。某些数据库只支持可能联接类型的子集。" +msgstr "编辑联接属性也可以按住 Tab 键直到选中线条,然后按 Shift+F10 组合键来显示右键菜单并选择指令「编辑」。某些数据库只支持可能联接类型的子集。" #: 02010100.xhp msgctxt "" @@ -654,7 +654,7 @@ "par_id3150715\n" "help.text" msgid "Alternatively, delete the respective entries in Fields involved in the Relations dialog. Or press Tab until the connecting vector is displayed highlighted, then press Shift+F10 to open the context menu and select Delete command." -msgstr "另外,也可以在「关系对话框中删除相关字段包含的相应条目,或者按 Tab 键找到高亮显示的连结向量,然后按 Shift+F10 键打开右键菜单并选择删除」命令。" +msgstr "另外,也可以在「关系对话框中删除「相关字段」包含的相应条目,或者按 Tab 键找到高亮显示的连结向量,然后按 Shift+F10 键打开右键菜单并选择删除」命令。" #: 02010100.xhp msgctxt "" @@ -2230,7 +2230,7 @@ "par_id3153596\n" "help.text" msgid "The Parameter Input dialog asks the user to enter the parameter values. Enter a value for each query parameter and confirm by clicking OK or typing Enter." -msgstr "参数输入对话框会要求用户输入参数值。输入每个查询参数的值,然后点击「确定」或按「回车」键确认。" +msgstr "参数输入」对话框会要求用户输入参数值。输入每个查询参数的值,然后点击「确定」或按「回车」键确认。" #: 02010100.xhp msgctxt "" @@ -2270,7 +2270,7 @@ "par_id3152570\n" "help.text" msgid "In $[officename] you do not need any knowledge of SQL for most queries, since you do not have to enter the SQL code. If you create a query in the query designer, $[officename] automatically converts your instructions into the corresponding SQL syntax. If, with the help of the Switch Design View On/Off button, you change to the SQL view, you can see the SQL commands for a query that has already been created." -msgstr "由于不用输入 SQL 代码,因此对 $[officename] 中的大多数查询而言您并不需要了解 SQL。当您在「查询设计」中创建查询后,$[officename] 会自动将指令转换成对应的 SQL 语法。如果使用「打开/关闭设计视图」按钮切换至 SQL 视图,则可看到已建立查询的 SQL 命令。" +msgstr "由于不用输入 SQL 代码,因此对 $[officename] 中的大多数查询而言您并不需要了解 SQL。当您在「查询设计」中创建查询后,$[officename] 会自动将指令转换成对应的 SQL 语法。如果使用「设计视图打开/关闭」按钮切换至 SQL 视图,则可看到已建立查询的 SQL 命令。" #: 02010100.xhp msgctxt "" @@ -2326,7 +2326,7 @@ "par_id3151205\n" "help.text" msgid "If you double-click a connection between two linked fields in the query design, or if you choose Insert - New Relation, the Join Properties dialog appears. These properties will be used in all queries created in the future." -msgstr "在查询设计中,如果双击两个链接字段之间的连接,或者选择「插入 - 新关系」,将弹出连接属性对话框。这些属性将会被应用在此后创建的所有查询中。" +msgstr "在查询设计中,如果双击两个链接字段之间的连接,或者选择「插入 - 新关系」,将弹出「连接属性」对话框。这些属性将会被应用在此后创建的所有查询中。" #: 02010101.xhp msgctxt "" @@ -3158,7 +3158,7 @@ "par_id3166460\n" "help.text" msgid "The Index Design dialog allows you to define and edit the indexes for the current table." -msgstr "索引设计对话框允许您定义与编辑当前表格的索引。" +msgstr "索引设计」对话框允许您定义与编辑当前表格的索引。" #: 05010100.xhp msgctxt "" @@ -4918,7 +4918,7 @@ "hd_id3154011\n" "help.text" msgid "Use Catalog for file-based databases" -msgstr "对于基于文件的数据库使用分类" +msgstr "对基于文件的数据库使用编目" #: 11020000.xhp msgctxt "" @@ -7582,7 +7582,7 @@ "par_id7953733\n" "help.text" msgid "Before you can use a JDBC driver, you need to add its class path. Choose %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME- Advanced, and click the Class Path button. After you add the path information, restart %PRODUCTNAME." -msgstr "在使用 JDBC 驱动之前,您需要添加其类路径。选择「%PRODUCTNAME - 偏好设置工具 - 选项 - %PRODUCTNAME- 高级」,然后点击「类路径」按钮。添加路径信息后,重启 %PRODUCTNAME。" +msgstr "在使用 JDBC 驱动之前,您需要添加其类路径。选择「%PRODUCTNAME - 偏好设置工具 - 选项 - %PRODUCTNAME- 高级」,然后点击「类路径」按钮。添加路径信息后,重启「%PRODUCTNAME」。" #: dabawiz02jdbc.xhp msgctxt "" @@ -10870,7 +10870,7 @@ "par_id7730033\n" "help.text" msgid "Ensure that Use a Java runtime environment is enabled." -msgstr "确保使用 Java 运行时环境已启用。" +msgstr "确保「使用 Java 运行时环境」已启用。" #: rep_main.xhp msgctxt "" diff -Nru libreoffice-l10n-6.2.5/translations/source/zh-CN/helpcontent2/source/text/shared/guide.po libreoffice-l10n-6.2.6/translations/source/zh-CN/helpcontent2/source/text/shared/guide.po --- libreoffice-l10n-6.2.5/translations/source/zh-CN/helpcontent2/source/text/shared/guide.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/zh-CN/helpcontent2/source/text/shared/guide.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,7 +4,7 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2019-01-07 11:14+0100\n" -"PO-Revision-Date: 2019-06-24 02:09+0000\n" +"PO-Revision-Date: 2019-07-10 04:03+0000\n" "Last-Translator: Dian LI \n" "Language-Team: LANGUAGE \n" "Language: zh_CN\n" @@ -14,7 +14,7 @@ "Plural-Forms: nplurals=1; plural=0;\n" "X-Accelerator-Marker: ~\n" "X-Generator: Pootle 2.8\n" -"X-POOTLE-MTIME: 1561342150.000000\n" +"X-POOTLE-MTIME: 1562731416.000000\n" #: aaa_start.xhp msgctxt "" @@ -54,7 +54,7 @@ "par_id3144436\n" "help.text" msgid "%PRODUCTNAME includes many sample documents and ready-to-use templates. You can access these by choosing File - New - Templates, or press Shift+CommandCtrl+N." -msgstr "%PRODUCTNAME 包含了许多示例文档,以及许多随时可用的模板。要使用模板,请点击「文件 - 新建 - 模板」,或者按下 Shift+命令Ctrl+N 快捷键。" +msgstr "「%PRODUCTNAME」包含了许多示例文档,以及许多随时可用的模板。要使用模板,请点击「文件 - 新建 - 模板」,或者按下 Shift+命令Ctrl+N 快捷键。" #: aaa_start.xhp msgctxt "" @@ -158,7 +158,7 @@ "par_id3154894\n" "help.text" msgid "The following accessibility features are part of %PRODUCTNAME:" -msgstr "%PRODUCTNAME 提供以下辅助功能:" +msgstr "「%PRODUCTNAME」提供以下辅助功能:" #: accessibility.xhp msgctxt "" @@ -278,7 +278,7 @@ "par_id3154823\n" "help.text" msgid "Choose %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME - General, and check Extended tips." -msgstr "选择 %PRODUCTNAME - 偏好设置工具 - 选项 - %PRODUCTNAME - 通用,然后勾选扩展提示。" +msgstr "选择 %PRODUCTNAME - 偏好设置工具 - 选项 - %PRODUCTNAME - 通用,然后勾选「扩展提示」。" #: active_help_on_off.xhp msgctxt "" @@ -310,7 +310,7 @@ "par_id3153825\n" "help.text" msgid "A question mark appears beside the mouse pointer. You can move this Help Mouse Pointer over all controls, icons and menu commands to obtain a description of the command. The Help Mouse Pointer is disabled the next time you click the mouse." -msgstr "鼠标指针旁显示一个问号。您可将此鼠标指针帮助指到控件、图标和菜单选项,即可得到该命令的说明。点击鼠标左键则关闭「鼠标指针帮助」。" +msgstr "鼠标指针旁显示一个问号。您可将此「鼠标指针帮助」指到控件、图标和菜单选项,即可得到该命令的说明。点击鼠标左键则关闭「鼠标指针帮助」。" #: activex.xhp msgctxt "" @@ -590,7 +590,7 @@ "bm_id3149346\n" "help.text" msgid "AutoCorrect function; URL recognition recognizing URLs automatically automatic hyperlink formatting URL;turning off URL recognition hyperlinks;turning off automatic recognition links;turning off automatic recognition predictive text, see also AutoCorrect function/AutoFill function/AutoInput function/word completion/text completion" -msgstr "自动更正功能; URL 识别 自动识别 URL 自动格式化超链接 URL; 关闭 URL 识别 超链接; 关闭自动识别 链接; 关闭自动识别 文本提示, 参考「自动更正/自动填充/自动输入/字词补充完整」功能" +msgstr "自动更正功能; URL 识别 自动识别 URL 自动格式化超链接 URL; 关闭 URL 识别 超链接; 关闭自动识别 链接; 关闭自动识别 文本提示, 参考「自动更正/自动填充/自动补全/字词补全」功能" #: autocorr_url.xhp msgctxt "" @@ -686,7 +686,7 @@ "par_id3153360\n" "help.text" msgid "If you unmark URL Recognition, words will no longer be automatically replaced with hyperlinks." -msgstr "取消标记URL 识别,字词就不会再被超链接自动替代。" +msgstr "取消标记「URL 识别」,字词就不会再被超链接自动替代。" #: autocorr_url.xhp msgctxt "" @@ -1478,7 +1478,7 @@ "par_id3146797\n" "help.text" msgid "Click on Bitmap. In the list box select a bitmap as a texture for the currently selected bars. Click OK to accept the setting." -msgstr "点击「位图」。在列表框里选择位图作为当前选中栏的纹理。点击确定接受设置。" +msgstr "点击「位图」。在列表框里选择位图作为当前选中栏的纹理。点击「确定」接受设置。" #: chart_insert.xhp msgctxt "" @@ -1990,7 +1990,7 @@ "par_id150820161816032816\n" "help.text" msgid "Select Secure Connection checkbox to access the service through https protocol and port 443" -msgstr "选中「安全连接」复选框可通过「https」协议、端口号 443 访问服务" +msgstr "选中「安全连接」复选框可通过「https」协议、端口号「443」访问服务" #: cmis-remote-files-setup.xhp msgctxt "" @@ -2022,7 +2022,7 @@ "par_id150820161816036744\n" "help.text" msgid "Once the connection is defined, click OK to connect. The dialog will dim until the connection is established with the server. A dialog asking for the user name and the password may pop up to let you log in the server. Proceed entering the right user name and password." -msgstr "定义连接后,点击确定即可连接。对话框将变模糊,直到与服务器的连接建立成功。为了成功登录服务器,可能弹出要求输入用户名与密码的对话框。请继续输入正确的用户名与密码。" +msgstr "定义连接后,点击「确定」即可连接。对话框将变模糊,直到与服务器的连接建立成功。为了成功登录服务器,可能弹出要求输入用户名与密码的对话框。请继续输入正确的用户名与密码。" #: cmis-remote-files-setup.xhp msgctxt "" @@ -2462,7 +2462,7 @@ "par_id170820161605428591\n" "help.text" msgid "The Remote files dialog appears" -msgstr "出现远程文件对话框" +msgstr "出现「远程文件」对话框" #: cmis-remote-files.xhp msgctxt "" @@ -3254,7 +3254,7 @@ "par_id3158430\n" "help.text" msgid "To select the format in which the clipboard contents will be pasted, click the arrow next to the Paste icon on the Standard bar, or choose Edit - Paste Special, then select the proper format." -msgstr "要选择剪贴板中内容的粘贴格式,请点击「标准」栏上「粘贴」图标旁边的箭头,或选择「编辑 - 选择性粘贴」,然后选择适当的格式。" +msgstr "要选择剪贴板中内容的粘贴格式,请点击「标准」工具栏上「粘贴」图标旁边的箭头,或选择「编辑 - 选择性粘贴」,然后选择适当的格式。" #: copytext2application.xhp msgctxt "" @@ -3566,7 +3566,7 @@ "par_id3149983\n" "help.text" msgid "Now your data source is registered in %PRODUCTNAME as the address book. If you now open a template from the Business Correspondence category, %PRODUCTNAME can automatically insert the correct fields for a form letter." -msgstr "从现在起,您的数据源即在「%PRODUCTNAME」中注册为通讯簿。如果从「商务信函」类别中打开一个模板,那么 %PRODUCTNAME 就能自动向格式信函中插入正确的字段。" +msgstr "从现在起,您的数据源即在「%PRODUCTNAME」中注册为通讯簿。如果从「商务信函」类别中打开一个模板,那么「%PRODUCTNAME」就能自动向格式信函中插入正确的字段。" #: data_dbase2office.xhp msgctxt "" @@ -3790,7 +3790,7 @@ "par_id3083443\n" "help.text" msgid "In the Query window, choose View - Switch Design View On/Off. Edit the SQL command." -msgstr "在「查询」窗口中,选择「视图 - 打开/关闭设计视图」。编辑 SQL 命令。" +msgstr "在「查询」窗口中,选择「视图 - 设计视图打开/关闭」。编辑 SQL 命令。" #: data_enter_sql.xhp msgctxt "" @@ -4342,7 +4342,7 @@ "par_idN105C1\n" "help.text" msgid "Data from any database file can be registered to %PRODUCTNAME. To register means to tell %PRODUCTNAME where the data is located, how it is organized, how to get that data, and more. Once the database is registered, you can use the menu command View - Data source to access the data records from your text documents and spreadsheets." -msgstr "来自任何数据库文件的数据都可注册到 %PRODUCTNAME。注册表示告知 %PRODUCTNAME 数据所处的位置、组织方式以及如何获取数据等等。数据库注册后,可使用菜单命令视图 - 数据源访问来自文本文档和电子表格的数据记录。" +msgstr "来自任何数据库文件的数据都可注册到 %PRODUCTNAME。注册表示告知 %PRODUCTNAME 数据所处的位置、组织方式以及如何获取数据等等。数据库注册后,可使用菜单命令「视图 - 数据源」访问来自文本文档和电子表格的数据记录。" #: data_register.xhp msgctxt "" @@ -4878,7 +4878,7 @@ "par_id3150984\n" "help.text" msgid "On the Form Controls toolbar, click the Design Mode On/Off iconIcon to turn off the design mode." -msgstr "在「表单控件」工具栏上,点击「打开/关闭设计模式」图标 图标可关闭设计模式。" +msgstr "在「表单控件」工具栏上,点击「设计模式打开/关闭」图标 图标可关闭设计模式。" #: data_search2.xhp msgctxt "" @@ -4998,7 +4998,7 @@ "par_id1595507\n" "help.text" msgid "Include a \"primary key\" data field. Base needs a primary key to be able to edit the table contents. A primary key has unique contents for each data record. For example, insert a numerical field, right-click the first column, and choose Primary Key from the context menu. Set AutoValue to \"Yes\", so Base can automatically increment the value for each new record." -msgstr "包括一个「主键」数据字段。 Base 需要一个主键以能够编辑表的内容。主键对于每个数据记录必须是唯一的。例如,插入一个数字字段,右击第一列,在右键菜单中选择「主键」。设置自动数值为「是」,使 Base 可以将自动增加每个新数据记录的主键值。" +msgstr "包括一个「主键」数据字段。 Base 需要一个主键以能够编辑表的内容。主键对于每个数据记录必须是唯一的。例如,插入一个数字字段,右击第一列,在右键菜单中选择「主键」。设置「自动数值」为「是」,使 Base 可以将自动增加每个新数据记录的主键值。" #: data_tabledefine.xhp msgctxt "" @@ -5006,7 +5006,7 @@ "par_id3150084\n" "help.text" msgid "In the next cell to the right, define the Field Type. When you click in the cell, you can select a field type in the combo box." -msgstr "在右边相邻的单元格中定义字段类型。点击单元格之后,您可以在组合框中选择字段类型。" +msgstr "在右边相邻的单元格中定义「字段类型」。点击单元格之后,您可以在组合框中选择字段类型。" #: data_tabledefine.xhp msgctxt "" @@ -5054,7 +5054,7 @@ "par_id3150869\n" "help.text" msgid "In the Entry required box, specify whether or not the field may remain empty." -msgstr "在必须输入处,您可以定义这个数据字段是否可以空缺。" +msgstr "在「必须输入」处,您可以定义这个数据字段是否可以空缺。" #: data_tabledefine.xhp msgctxt "" @@ -5062,7 +5062,7 @@ "par_id3154908\n" "help.text" msgid "For the Length box, a combo box may be shown that provides the available choices." -msgstr "在字段长度处,因字段类型的不同可从列表框中选择一个设定。" +msgstr "在「字段长度」处,因字段类型的不同可从列表框中选择一个设定。" #: data_tables.xhp msgctxt "" @@ -5342,7 +5342,7 @@ "par_id3147531\n" "help.text" msgid "On the left you can see the Data source explorer. If you select a table or query there, you see the contents of this table or query on the right. At the top margin is the Table Data bar." -msgstr "在左侧,您可以看到数据源资源管理器。如果在其中选择了表格或查询,则会在右侧看到其内容。位于顶部的是表格数据栏。" +msgstr "在左侧,您可以看到数据源资源管理器。如果在其中选择了表格或查询,则会在右侧看到其内容。位于顶部的是表格数据栏。" #: database_main.xhp msgctxt "" @@ -5390,7 +5390,7 @@ "par_id3154909\n" "help.text" msgid "Create new form document, edit form controls, Form Wizard" -msgstr "创建新表单文档,编辑表单控件,表单向导" +msgstr "创建新表单文档,编辑表单控件,表单向导" #: database_main.xhp msgctxt "" @@ -5454,7 +5454,7 @@ "par_id3163713\n" "help.text" msgid "Create new table, edit table structure, index, relations" -msgstr "建立新表格,编辑结构,索引,关系" +msgstr "建立新表格,编辑结构,索引,关系" #: database_main.xhp msgctxt "" @@ -5854,7 +5854,7 @@ "par_id7424237\n" "help.text" msgid "In the File name box, enter the path to the WebDAV folder. For example, enter https://192.168.1.1/webfolder to open a secure connection to the WebDAV server at the IP address 192.168.1.1, and to list the contents of the webfolder folder." -msgstr "在「文件名」框中,输入 WebDAV 文件夹的路径。例如,输入「https://192.168.1.1/webfolder」以安全的连接到 IP 地址为 192.168.1.1 的 WebDAV 服务器上,并且列出 webfolder 文件夹中的内容。" +msgstr "在「文件名」框中,输入 WebDAV 文件夹的路径。例如,输入「https://192.168.1.1/webfolder」以安全的连接到 IP 地址为 192.168.1.1 的 WebDAV 服务器上,并且列出「webfolder」文件夹中的内容。" #: digitalsign_receive.xhp msgctxt "" @@ -6294,7 +6294,7 @@ "par_id3148474\n" "help.text" msgid "Mark Always create backup copy." -msgstr "标记自动创建备件副本。" +msgstr "标记「自动创建备件副本」。" #: doc_autosave.xhp msgctxt "" @@ -6310,7 +6310,7 @@ "par_id3148685\n" "help.text" msgid "You can change the backup directory by choosing %PRODUCTNAME - PreferencesTools - Options - $[officename] - Paths, then change the Backups path in the dialog." -msgstr "要更改备份目录,您可以点击「%PRODUCTNAME - 偏好设置工具 - 选项 - $[officename] - 路径」,然后更改对话框中的备份路径。" +msgstr "要更改备份目录,您可以点击「%PRODUCTNAME - 偏好设置工具 - 选项 - $[officename] - 路径」,然后更改对话框中的「备份」路径。" #: doc_autosave.xhp msgctxt "" @@ -6342,7 +6342,7 @@ "par_id3154760\n" "help.text" msgid "Mark Save AutoRecovery information every and select the time interval." -msgstr "标记保存自动恢复信息时间间隔并选择时间间隔。" +msgstr "标记「保存自动恢复信息时间间隔」并选择时间间隔。" #: doc_autosave.xhp msgctxt "" @@ -7134,7 +7134,7 @@ "par_id3149762\n" "help.text" msgid "If you release the graphic directly on a draw object, please note the following:" -msgstr "如果您直接在绘图对象上释放图形,请注意以下几种情况:" +msgstr "如果您「直接在绘图对象上」释放图形,请注意以下几种情况:" #: dragdrop_fromgallery.xhp msgctxt "" @@ -7862,7 +7862,7 @@ "par_id3150985\n" "help.text" msgid "Select the fax driver from the Fax list box and click OK." -msgstr "请在组合框「传真」中选择您的传真机驱动程序,然后确定。" +msgstr "请在组合框「传真」中选择您的传真机驱动程序,然后「确定」。" #: fax.xhp msgctxt "" @@ -8694,7 +8694,7 @@ "par_id3154923\n" "help.text" msgid "To change the button label, click the General tab, and edit the text in the Label box." -msgstr "要修改按钮标签,请点击「常规」选项卡,然后编辑标签框中的文本。" +msgstr "要修改按钮标签,请点击「常规」选项卡,然后编辑「标签」框中的文本。" #: formfields.xhp msgctxt "" @@ -8774,7 +8774,7 @@ "par_id3145345\n" "help.text" msgid "You can insert an object in a document either as a copy or as a link. A copy of an object is independent of the original object. Changes to the original object have no effect on the copy. A link remains dependent on the original object. Changes to the original object are also reflected in the link." -msgstr "您可以将对象以副本或「链接」的形式插入文档。对象的副本独立于原始对象,对原始对象所做的修改不会影响副本;而链接则依赖于原始对象,对原始对象所做的修改会反映在链接中。" +msgstr "您可以将对象以「副本」或「链接」的形式插入文档。对象的副本独立于原始对象,对原始对象所做的修改不会影响副本;而链接则依赖于原始对象,对原始对象所做的修改会反映在链接中。" #: gallery_insert.xhp msgctxt "" @@ -9230,7 +9230,7 @@ "par_id333262\n" "help.text" msgid "In all document types, you can open the Hyperlink dialog to edit a hyperlink. First set the cursor into the hyperlink or directly in front of the hyperlink, then click the Hyperlink icon on the Standard bar." -msgstr "在全部文档类型中,您可以打开「超级链接」对话框编辑超级链接。首先将光标放置在超级链接上或者直接放置在超级链接前,然后点击「标准」栏上的「超级链接」图标。" +msgstr "在全部文档类型中,您可以打开「超级链接」对话框编辑超级链接。首先将光标放置在超级链接上或者直接放置在超级链接前,然后点击「标准」工具栏上的「超级链接」图标。" #: hyperlink_edit.xhp msgctxt "" @@ -10358,7 +10358,7 @@ "par_id3159201\n" "help.text" msgid "You can control %PRODUCTNAME without using a mouse device, using only the keyboard." -msgstr "您可以不使用鼠标设备而仅通过键盘来控制 %PRODUCTNAME。" +msgstr "您可以不使用鼠标设备而仅通过键盘来控制「%PRODUCTNAME」。" #: keyboard.xhp msgctxt "" @@ -10382,7 +10382,7 @@ "hd_id3166460\n" "help.text" msgid "Working with the %PRODUCTNAME user interface without mouse" -msgstr "不使用鼠标在 %PRODUCTNAME 用户界面中进行操作" +msgstr "不使用鼠标在「%PRODUCTNAME」用户界面中进行操作" #: keyboard.xhp msgctxt "" @@ -10902,7 +10902,7 @@ "par_id3145256\n" "help.text" msgid "If the object is anchored As character, no anchor icon exists. You cannot move the object." -msgstr "如果对象作为字符锁定,则不存在锁定图标,而且无法移动对象。" +msgstr "如果对象「作为字符」锁定,则不存在锁定图标,而且无法移动对象。" #: keyboard.xhp msgctxt "" @@ -11582,7 +11582,7 @@ "par_id3149233\n" "help.text" msgid "On the Labels tab, under Format, define the label format." -msgstr "在选项卡「标签」的区域格式处定义标签格式。" +msgstr "在选项卡「标签」的区域「格式」处定义标签格式。" #: labels.xhp msgctxt "" @@ -11598,7 +11598,7 @@ "par_id3143271\n" "help.text" msgid "On the Labels tab, under Inscription, you can choose what you want written on the labels." -msgstr "在「标签」选项卡的区域标签处选择标签的地址。" +msgstr "在「标签」选项卡的区域「标签」处选择标签的地址。" #: labels.xhp msgctxt "" @@ -11646,7 +11646,7 @@ "par_id3156424\n" "help.text" msgid "As soon as you click on New Document, you will see a small window with the Synchronize Labels button. Enter the first label. When you click on the Synchronize Labels button, the current individual label is copied to all the other labels on the sheet." -msgstr "只要点击了「新建文档」,您就会看到一个带同步标签按钮的小窗口。输入第一个标签的内容。点击该同步标签按钮,就会把当前单个标签复制到工作表中所有其他标签。" +msgstr "只要点击了「新建文档」,您就会看到一个带「同步标签」按钮的小窗口。输入第一个标签的内容。点击该「同步标签」按钮,就会把当前单个标签复制到工作表中所有其他标签。" #: labels.xhp msgctxt "" @@ -11862,7 +11862,7 @@ "par_id3145367\n" "help.text" msgid "Open the context menu and select Edit Paragraph Style. This opens the Paragraph Style dialog." -msgstr "启动右键菜单并选择命令「编辑段落样式」。接着出现段落样式对话框。" +msgstr "启动右键菜单并选择命令「编辑段落样式」。接着出现「段落样式」对话框。" #: language_select.xhp msgctxt "" @@ -11934,7 +11934,7 @@ "par_id3154164\n" "help.text" msgid "In %PRODUCTNAME Calc, choose Format - Cells and proceed accordingly." -msgstr "在 %PRODUCTNAME Calc 中启动格式 - 单元格并作相应的操作。" +msgstr "在 %PRODUCTNAME Calc 中启动「格式 - 单元格」并作相应的操作。" #: language_select.xhp msgctxt "" @@ -12270,7 +12270,7 @@ "par_id3153345\n" "help.text" msgid "To define the line attributes and direction, use the Line drawing object as follows:" -msgstr "要定义线条的属性和方向,请使用线条绘图对象,方法如下:" +msgstr "要定义线条的属性和方向,请使用「线条」绘图对象,方法如下:" #: line_intext.xhp msgctxt "" @@ -12366,7 +12366,7 @@ "par_id3153049\n" "help.text" msgid "Create a horizontal line by applying the preset Paragraph Style Horizontal Line. Click into an empty paragraph, and double-click the Horizontal Line Style in the Styles window. If the entry for horizontal lines is not visible in the list of Paragraph Styles, select \"All Styles\" in the lower listbox." -msgstr "通过应用预设的段落样式「水平线条」来建立水平线条。在空段落中点击,然后在「样式」窗口中双击水平线条样式。如果水平线条项在「段落样式」列表中不可见,请在下部列表框中选择「所有样式」。" +msgstr "通过应用预设的段落样式「水平线条」来建立水平线条。在空段落中点击,然后在「样式」窗口中双击「水平线条」样式。如果水平线条项在「段落样式」列表中不可见,请在下部列表框中选择「所有样式」。" #: line_intext.xhp msgctxt "" @@ -12830,7 +12830,7 @@ "par_id3608508\n" "help.text" msgid "The following actions are not recorded:" -msgstr "下列的操作没有被记录:" +msgstr "下列的操作「没有」被记录:" #: macro_recording.xhp msgctxt "" @@ -13006,7 +13006,7 @@ "hd_id3145261\n" "help.text" msgid "Configuring and Modifying %PRODUCTNAME" -msgstr "配置和修改 %PRODUCTNAME" +msgstr "配置和修改「%PRODUCTNAME」" #: main.xhp msgctxt "" @@ -13398,7 +13398,7 @@ "par_id3150045\n" "help.text" msgid "Nonprinting Characters, Hidden Paragraphs" -msgstr "非打印字符、隐藏段落" +msgstr "非打印字符、隐藏段落" #: microsoft_terms.xhp msgctxt "" @@ -14478,7 +14478,7 @@ "par_id3144511\n" "help.text" msgid "If the cursor is located within a numbered or bulleted list, you can turn off automatic numbers or bullets for the current paragraph or selected paragraphs by clicking the Bullets On/Off icon on the Text Formatting bar." -msgstr "当光标位于带编号或项目符号的列表中时,您可以通过点击「文字格式」栏上的「打开/关闭项目符号」图标,关闭当前段落或选中段落的自动编号或项目符号。" +msgstr "当光标位于带编号或项目符号的列表中时,您可以通过点击「文字格式」栏上的「项目符号打开/关闭」图标,关闭当前段落或选中段落的自动编号或项目符号。" #: numbering_stop.xhp msgctxt "" @@ -15078,7 +15078,7 @@ "par_id3153345\n" "help.text" msgid "Confirm the Properties dialog and click Print." -msgstr "确认属性对话框,并点击「打印」。" +msgstr "确认「属性」对话框,并点击「打印」。" #: print_blackwhite.xhp msgctxt "" @@ -15366,7 +15366,7 @@ "hd_id3155364\n" "help.text" msgid "Protecting Content in %PRODUCTNAME" -msgstr "保护 %PRODUCTNAME 中的内容" +msgstr "保护「%PRODUCTNAME」中的内容" #: protection.xhp msgctxt "" @@ -15422,7 +15422,7 @@ "par_id3148492\n" "help.text" msgid "Open the document, entering the correct password. Choose File - Save As and clear the Save with password check box." -msgstr "打开文档,同时输入正确密码。选择「文件 - 另存为」,然后取消使用密码保存复选框。" +msgstr "打开文档,同时输入正确密码。选择「文件 - 另存为」,然后取消「使用密码保存」复选框。" #: protection.xhp msgctxt "" @@ -15726,7 +15726,7 @@ "par_id3153748\n" "help.text" msgid "Open the document and choose Edit - Track Changes - Manage. The Manage Changes dialog appears." -msgstr "打开文档并选择「编辑 - 追踪修订 - 管理」。将出现管理修订对话框。" +msgstr "打开文档并选择「编辑 - 追踪修订 - 管理」。将出现「管理修订」对话框。" #: redlining_accept.xhp msgctxt "" @@ -16262,7 +16262,7 @@ "par_id3156136\n" "help.text" msgid "When you insert a rectangle or a callout box using the drawing functions and activate the Points icon on the Drawing toolbar, you see a small frame at the upper left corner of the object. The frame indicates the amount by which the corners are rounded. When the frame is positioned at the top left corner, no rounding occurs. When the frame is positioned on the handle centered at the top of the object, the corners are rounded as much as possible. You adjust the degree of rounding by moving the frame between these two positions." -msgstr "当使用绘图功能插入矩形或图例框并激活绘图工具栏上的「接点」图标时,会在对象的左上角显示一个小框。该框指明了各个角被圆化的程度。当框位于左上角时,表示未发生圆化。当框位于对象顶部中心处的控点上时,表示角被最大限度地圆化。通过在这两个位置之间移动框,可以调整角的圆化程度。" +msgstr "当使用绘图功能插入矩形或图例框并激活「绘图」工具栏上的「接点」图标时,会在对象的左上角显示一个小框。该框指明了各个角被圆化的程度。当框位于左上角时,表示未发生圆化。当框位于对象顶部中心处的控点上时,表示角被最大限度地圆化。通过在这两个位置之间移动框,可以调整角的圆化程度。" #: round_corner.xhp msgctxt "" @@ -16958,7 +16958,7 @@ "par_id3154270\n" "help.text" msgid "On the Paper tab page, you can define the paper format and paper tray to be used as the default settings for this printer." -msgstr "在选项卡纸张处,您可以定义使用的纸张大小和进纸方式作为这个打印机的默认设置。" +msgstr "在选项卡「纸张」处,您可以定义使用的纸张大小和进纸方式作为这个打印机的默认设置。" #: spadmin.xhp msgctxt "" @@ -17014,7 +17014,7 @@ "par_id3154196\n" "help.text" msgid "In $[officename] you can also activate an icon for sending faxes to a default fax. To do this, choose Tools - Customize - Toolbars, click Add Commands and add from \"Documents\" the Send Default Fax icon. You can set which fax is used when this button is pressed under %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME Writer - Print." -msgstr "在 $[officename] 中,还可以通过点击图标就向默认传真机发送传真。要执行此操作,请选择「工具 - 自定义 - 工具栏」,点击「添加命令」,然后从「文档」中添加发送默认传真图标。 可以在「%PRODUCTNAME - 偏好设置工具 - 选项 - %PRODUCTNAME Writer - 打印」下设置按此按钮时所使用的传真机。" +msgstr "在 $[officename] 中,还可以通过点击图标就向默认传真机发送传真。要执行此操作,请选择「工具 - 自定义 - 工具栏」,点击「添加命令」,然后从「文档」中添加「发送默认传真」图标。 可以在「%PRODUCTNAME - 偏好设置工具 - 选项 - %PRODUCTNAME Writer - 打印」下设置按此按钮时所使用的传真机。" #: spadmin.xhp msgctxt "" @@ -17246,7 +17246,7 @@ "par_id3153360\n" "help.text" msgid "Replace {install} with the path to your installation of $[officename] software (for example, C:\\Program Files\\Office in Windows, or ~/office in UNIX)" -msgstr "将 {安装位置} 替换为 $[officename] 软件的安装路径 (例如,Windows 平台的「C:\\Program Files\\Office」或 UNIX 平台的「~/office」)" +msgstr "将「{安装位置}」替换为 $[officename] 软件的安装路径 (例如,Windows 平台的「C:\\Program Files\\Office」或 UNIX 平台的「~/office」)" #: start_parameters.xhp msgctxt "" @@ -17526,7 +17526,7 @@ "par_id3145147\n" "help.text" msgid "More information is found in $[officename] Developer's Guide." -msgstr "如需更多信息,请参阅《$[officename] 开发者指南》。" +msgstr "如需更多信息,请参阅《$[officename] 开发者指南》。" #: start_parameters.xhp msgctxt "" @@ -17582,7 +17582,7 @@ "par_id3148874\n" "help.text" msgid "More information is found in $[officename] Developer's Guide." -msgstr "如需更多信息,请参阅《$[officename] 开发者指南》。" +msgstr "如需更多信息,请参阅《$[officename] 开发者指南》。" #: start_parameters.xhp msgctxt "" @@ -17734,7 +17734,7 @@ "par_id3155081\n" "help.text" msgid "Prints the following files to the printer {Printername} and ends. The splash screen does not appear." -msgstr "使用打印机 {打印机名称} 打印后续文件并结束。不会出现启动屏幕。" +msgstr "使用打印机「{打印机名称}」打印后续文件并结束。不会出现启动屏幕。" #: start_parameters.xhp msgctxt "" @@ -17758,7 +17758,7 @@ "par_id2016120401061890\n" "help.text" msgid "Also, --printer-name argument of --print-to-file switch interferes with {Printername}." -msgstr "此外,「--print-to-file 开关的 --printer-name」参数与 {Printername} 冲突。" +msgstr "此外,「--print-to-file 开关的「--printer-name」参数与 {Printername}」冲突。" #: start_parameters.xhp msgctxt "" @@ -17822,7 +17822,7 @@ "par_id20161204012928262\n" "help.text" msgid "If --printer-name or --outdir used multiple times, only last value of each is effective. Also, {Printername} of --pt switch interferes with --printer-name. For example:" -msgstr "如果多次使用「--printer-name」或「--outdir」,只有最后一次给出的值有效。另外,「--pt 开关的 {打印机名称}」与 --printer-name 冲突。例如:" +msgstr "如果多次使用「--printer-name」或「--outdir」,只有最后一次给出的值有效。另外,「--pt 开关的「{打印机名称}」与 --printer-name」冲突。例如:" #: start_parameters.xhp msgctxt "" @@ -17934,7 +17934,7 @@ "par_id082020080310500\n" "help.text" msgid "The Open File button presents a file open dialog." -msgstr "打开文件 按钮可打开「打开文件」对话框。" +msgstr "打开文件」按钮可打开「打开文件」对话框。" #: startcenter.xhp msgctxt "" @@ -17942,7 +17942,7 @@ "par_id082020080310502\n" "help.text" msgid "The Remote Files button presents a Remote files dialog to open files stored on remote servers." -msgstr "远程文件 按钮可打开「远程文件」对话框,用于打开存储在远程服务器上的文件。" +msgstr "远程文件」按钮可打开「远程文件」对话框,用于打开存储在远程服务器上的文件。" #: startcenter.xhp msgctxt "" @@ -17950,7 +17950,7 @@ "par_id0820200802525413\n" "help.text" msgid "The Recent Files button shows thumbnails of the most recent documents you opened. Hover your mouse over the thumbnail to highlight the document, display a tip about the document location and display an icon on the top right to delete the thumbnail from the pane and from the recent files list. Click on the thumbnail to open the document underneath." -msgstr "最近文件 按钮可显示最近打开文档的缩略图。 将鼠标放在缩略图上,可高亮显示文档,并显示关于文档位置的工具提示,同时右上角显示按钮,可用于从最近文件列表中删除该缩略图。点击缩略图可打开相应文档。" +msgstr "最近文件」按钮可显示最近打开文档的缩略图。 将鼠标放在缩略图上,可高亮显示文档,并显示关于文档位置的工具提示,同时右上角显示按钮,可用于从最近文件列表中删除该缩略图。点击缩略图可打开相应文档。" #: startcenter.xhp msgctxt "" @@ -18054,7 +18054,7 @@ "par_id082020080310501\n" "help.text" msgid "The Extensions button opens the https://extensions.libreoffice.org/ page, where you can download templates and additional features for %PRODUCTNAME." -msgstr "扩展 按钮可打开 https://extensions.libreoffice.org/ 页面,可以下载 %PRODUCTNAME 的模版以及附加功能。" +msgstr "扩展」按钮可打开 https://extensions.libreoffice.org/ 页面,可以下载 %PRODUCTNAME 的模版以及附加功能。" #: startcenter.xhp msgctxt "" @@ -18326,7 +18326,7 @@ "par_id3151059\n" "help.text" msgid "If you want to change the settings of your default tab stops, you will find further information under %PRODUCTNAME Writer - General%PRODUCTNAME Calc - General%PRODUCTNAME Draw - General%PRODUCTNAME Impress - General(module name) - General in the Options dialog box." -msgstr "如果要更改默认制表位设置,可以在「选项」对话框的%PRODUCTNAME Writer - 常规%PRODUCTNAME Calc - 常规%PRODUCTNAME Draw - 常规%PRODUCTNAME Impress - 常规(模块名称) - 常规下找到更多信息。" +msgstr "如果要更改默认制表位设置,可以在「选项」对话框的%PRODUCTNAME Writer - 常规%PRODUCTNAME Calc - 常规%PRODUCTNAME Draw - 常规%PRODUCTNAME Impress - 常规(模块名称) - 常规下找到更多信息。" #: tabs.xhp msgctxt "" @@ -19654,7 +19654,7 @@ "par_idN10960\n" "help.text" msgid "Export Filters - transform OpenDocument XML files and save the files to a different XML format. After you install an export filter, the name of the filter is added to the list of file types in the Export dialog." -msgstr "「导出过滤器 - 将 OpenDocument XML 文件转换并保存」为其他 XML 格式。安装导出过滤器后,过滤器的名称会添加到「导出」对话框的文件类型列表中。" +msgstr "「导出过滤器 - 将 OpenDocument XML 文件转换并「保存」为其他 XML 格式。安装导出过滤器后,过滤器的名称会添加到「导出」」对话框的文件类型列表中。" #: xsltfilter.xhp msgctxt "" @@ -19670,7 +19670,7 @@ "par_idN10B39\n" "help.text" msgid "World Wide Web Consortium Pages on Extensible Stylesheet Language (XSL)" -msgstr "可扩展样式表语言 (XSL) 的万维网协会网页" +msgstr "可扩展「样式表」语言 (XSL) 的万维网协会网页" #: xsltfilter.xhp msgctxt "" @@ -19766,7 +19766,7 @@ "par_idN109E0\n" "help.text" msgid "Create an XSLT transformation stylesheet that maps the elements of the external XML format to the elements of the OpenDocument XML file format and back again." -msgstr "创建一个 XSLT 转换样式表,用于外部 XML 格式的元素与 OpenDocument XML 文件格式的元素间的映射。" +msgstr "创建一个 XSLT 转换「样式表」,用于外部 XML 格式的元素与 OpenDocument XML 文件格式的元素间的映射。" #: xsltfilter_create.xhp msgctxt "" @@ -19974,7 +19974,7 @@ "par_idN10A82\n" "help.text" msgid "To test an Export filter, do one of the following in the Export area of the dialog:" -msgstr "要测试导出筛选器,请在对话框的「导出」区域执行以下操作之一:" +msgstr "要测试「导出」筛选器,请在对话框的「导出」区域执行以下操作之一:" #: xsltfilter_create.xhp msgctxt "" @@ -19998,7 +19998,7 @@ "par_idN10A99\n" "help.text" msgid "To test an Import filter, click Browse in the Import area of the dialog, select a document, and click Open." -msgstr "要测试导入筛选器,请点击对话框「导入」区域的「浏览」,选择一个文档,然后点击「打开」。" +msgstr "要测试「导入」筛选器,请点击对话框「导入」区域的「浏览」,选择一个文档,然后点击「打开」。" #: xsltfilter_create.xhp msgctxt "" diff -Nru libreoffice-l10n-6.2.5/translations/source/zh-CN/helpcontent2/source/text/shared/optionen.po libreoffice-l10n-6.2.6/translations/source/zh-CN/helpcontent2/source/text/shared/optionen.po --- libreoffice-l10n-6.2.5/translations/source/zh-CN/helpcontent2/source/text/shared/optionen.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/zh-CN/helpcontent2/source/text/shared/optionen.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,7 +4,7 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2018-11-16 22:41+0100\n" -"PO-Revision-Date: 2019-06-24 03:08+0000\n" +"PO-Revision-Date: 2019-07-10 04:03+0000\n" "Last-Translator: Dian LI \n" "Language-Team: LANGUAGE \n" "Language: zh_CN\n" @@ -14,7 +14,7 @@ "Plural-Forms: nplurals=1; plural=0;\n" "X-Accelerator-Marker: ~\n" "X-Generator: Pootle 2.8\n" -"X-POOTLE-MTIME: 1561345686.000000\n" +"X-POOTLE-MTIME: 1562731411.000000\n" #: 01000000.xhp msgctxt "" @@ -622,7 +622,7 @@ "par_id3153666\n" "help.text" msgid "The following settings are always loaded with a document, whether or not this option is marked:" -msgstr "以下设置始终与文档一起装入,而不取决于是否选中了此复选框:" +msgstr "以下设置「始终」与文档一起装入,而不取决于是否选中了此复选框:" #: 01010200.xhp msgctxt "" @@ -742,7 +742,7 @@ "par_id3149561\n" "help.text" msgid "Specifies that %PRODUCTNAME saves all open documents when saving auto recovery information. Uses the same time interval as AutoRecovery does." -msgstr " 指定 %PRODUCTNAME 在保存自动恢复信息的同时也保存所有已打开的文档。这将使用与自动恢复相同的时间间隔。" +msgstr " 指定「%PRODUCTNAME」在保存自动恢复信息的同时也保存所有已打开的文档。这将使用与自动恢复相同的时间间隔。" #: 01010200.xhp msgctxt "" @@ -1054,7 +1054,7 @@ "par_id3153968\n" "help.text" msgid "The Default button resets the predefined paths for all selected entries." -msgstr "默认按钮用于重置所有选中条目的预定义路径。" +msgstr "默认」按钮用于重置所有选中条目的预定义路径。" #: 01010300.xhp msgctxt "" @@ -1622,7 +1622,7 @@ "par_id3154757\n" "help.text" msgid "The IgnoreAllList entry cannot be selected and cannot be deleted. Only the words included as content can be deleted. This happens automatically each time that $[officename] is closed." -msgstr "条目 IgnoreAllList 是不可选,而且是不可删除的。只有当作内容被添加的字才可以被删除。这在每一次关闭 $[officename] 时自动执行。" +msgstr "条目「IgnoreAllList」是不可选,而且是不可删除的。只有当作内容被添加的字才可以被删除。这在每一次关闭 $[officename] 时自动执行。" #: 01010400.xhp msgctxt "" @@ -1694,7 +1694,7 @@ "par_id3163808\n" "help.text" msgid "Adds the word in the Word text field to your current custom dictionary. The word in the Suggestion field is also added when working with exception dictionaries." -msgstr "将「单词」文本字段中的单词添加到当前的自定义词典中。使用例外词典时,还将添加建议字段中的单词。" +msgstr "将「单词」文本字段中的单词添加到当前的自定义词典中。使用例外词典时,还将添加「建议」字段中的单词。" #: 01010400.xhp msgctxt "" @@ -1822,7 +1822,7 @@ "par_id3153815\n" "help.text" msgid "To place the word pair in the AutoCorrect replacement table, open the AutoCorrect context menu and choose AutoCorrect. Make your selection from the submenu. The word is replaced and at the same time the word pair is placed in the replacement table." -msgstr "如果想在自动更正的替换表格内收录一个字,只要在自动更正的右键菜单内选择「自动更正」菜单命令即可。在弹出的子菜单中您可以找到需要选择的命令。文档内相关的字将被替换,同时,这个字就会被收录在替换表格之中。" +msgstr "如果想在自动更正的替换表格内收录一个字,只要在自动更正的右键菜单内选择「自动更正」菜单命令即可。在弹出的子菜单中您可以找到需要选择的命令。文档内相关的字将被替换,同时,这个字就会被收录在替换表格之中。" #: 01010400.xhp msgctxt "" @@ -2574,7 +2574,7 @@ "par_id3156343\n" "help.text" msgid "In $[officename], years are indicated by four digits, so that the difference between 1/1/99 and 1/1/01 is two years. This Year (two digits) setting allows the user to define the years in which two-digit dates are added to 2000. To illustrate, if you specify a date of 1/1/30 or later, the entry \"1/1/20\" is recognized as 1/1/2020 instead of 1/1/1920." -msgstr "在 $[officename] 中,年份用四位数表示,这样,1/1/99 和 1/1/01 之间的差值就是两年。此双位年号设置用于定义这样的年份: 每个两位数日期都将加上 2000。例如,如果指定了 1/1/30 及之后的日期,则条目 \"1/1/20\" 被识别为 1/1/2020 而不是 1/1/1920。" +msgstr "在 $[officename] 中,年份用四位数表示,这样,1/1/99 和 1/1/01 之间的差值就是两年。此「双位年号」设置用于定义这样的年份: 每个两位数日期都将加上 2000。例如,如果指定了 1/1/30 及之后的日期,则条目 \"1/1/20\" 被识别为 1/1/2020 而不是 1/1/1920。" #: 01010600.xhp msgctxt "" @@ -2678,7 +2678,7 @@ "par_id3154073\n" "help.text" msgid "Lists the original font and the font that will replace it. Select Always to replace the font, even if the original font is installed on your system. Select Screen only to replace the screen font only and never replace the font for printing." -msgstr "列出了原字体和将要替代它的字体。选择「始终」以替换该字体,即使原字体已经安装到了您的系统中。选择只在屏幕上显示只替换屏幕字体,并且始终不会替代打印的字体。" +msgstr "列出了原字体和将要替代它的字体。选择「始终」以替换该字体,即使原字体已经安装到了您的系统中。选择「只在屏幕上显示」只替换屏幕字体,并且始终不会替代打印的字体。" #: 01010700.xhp msgctxt "" @@ -3150,7 +3150,7 @@ "par_id3148703\n" "help.text" msgid "The \"Selection clipboard\" is independent of the normal clipboard that you use by Edit - Copy/Cut /Insert or the respective keyboard shortcuts. Clipboard and \"Selection clipboard\" can contain different contents at the same time." -msgstr "「选择剪贴板」与您平时所用的编辑 - 复制/剪切/插入及相应的快捷键对应的剪贴板是完全不同的,是独立的。「选择剪贴板」与通常所说的「剪贴板」在同一时间可以包含不同的内容。" +msgstr "「选择剪贴板」与您平时所用的「编辑 - 复制/剪切/插入」及相应的快捷键对应的剪贴板是完全不同的,是独立的。「选择剪贴板」与通常所说的「剪贴板」在同一时间可以包含不同的内容。" #: 01010800.xhp msgctxt "" @@ -3838,7 +3838,7 @@ "par_id3153144\n" "help.text" msgid "The Automatic color setting changes the user interface element to the preset color from the color scheme." -msgstr "自动颜色设置将用户界面元素修改为颜色图案中预设的颜色。" +msgstr "「自动」颜色设置将用户界面元素修改为颜色图案中预设的颜色。" #: 01012000.xhp msgctxt "" @@ -3878,7 +3878,7 @@ "par_id3149827\n" "help.text" msgid "Sets options that make %PRODUCTNAME programs more accessible for users with reduced sight, limited dexterity or other disabilities." -msgstr "设置相应选项,以方便某些视力较差、手指不灵活或有其他障碍的用户使用 %PRODUCTNAME 程序。" +msgstr "设置相应选项,以方便某些视力较差、手指不灵活或有其他障碍的用户使用「%PRODUCTNAME」程序。" #: 01013000.xhp msgctxt "" @@ -3942,7 +3942,7 @@ "par_id3145069\n" "help.text" msgid "Previews animated graphics, such as GIF images, in %PRODUCTNAME." -msgstr "预览 %PRODUCTNAME 中的动画图形,如 GIF 图像。" +msgstr "预览「%PRODUCTNAME」中的动画图形,如 GIF 图像。" #: 01013000.xhp msgctxt "" @@ -4686,7 +4686,7 @@ "hd_id6065248\n" "help.text" msgid "Use 'English (USA)' locale for numbers" -msgstr "对数字使用「英语 (美国)」语言环境" +msgstr "对数字使用「英语 (美国)」区域设置" #: 01030500.xhp msgctxt "" @@ -4694,7 +4694,7 @@ "par_id8023926\n" "help.text" msgid "When importing numbers from an HTML page, the decimal separator and the thousands separator characters differ according to the locale of the HTML page. The clipboard however contains no information about the locale. For example, the characters \"1.000\" copied from a German Web page most possibly mean \"one thousand\" because the period is the thousands separator in a German locale. If copied from an English Web page, the same characters stand for the number 1 as in \"one dot zero zero zero\"." -msgstr "从 HTML 页面导入数字时,小数分隔符和千位分隔符字符会根据 HTML 页面的语言环境而有所不同。但是,剪贴板不会包含有关语言环境的任何信息。例如,从德语网页中复制的字符 \"1.000\" 很可能表示「一千」,因为句点在德语语言环境中为千位分隔符。如果从英语网页复制,则该字符表示数字 1,形式为「一点零零零」。" +msgstr "从 HTML 页面导入数字时,小数分隔符和千位分隔符字符会根据 HTML 页面的区域设置而有所不同。但是,剪贴板不会包含有关区域的任何信息。例如,从德语网页中复制的字符「1.000」很可能表示「一千」,因为句点在德语区域设置下为千位分隔符。如果从英语网页复制,则该字符表示数字 1,即「一点零零零」。" #: 01030500.xhp msgctxt "" @@ -4702,7 +4702,7 @@ "par_id7658314\n" "help.text" msgid "If not checked, numbers will be interpreted according to the setting in Language Settings - Language of - Locale setting in the Options dialog box. If checked, numbers will be interpreted as 'English (USA)' locale." -msgstr "如果未选中,请根据「选项」对话框的「语言设置 - 语言 - 语言环境设置」中的设置来解释数字。如果选中,则以「英语 (美国)」语言环境来解释数字。" +msgstr "如果未选中,请根据「选项」对话框的「语言设置 - 语言 - 区域设置」中的设置来解释数字。如果选中,则以「英语 (美国)」区域设置来解释数字。" #: 01030500.xhp msgctxt "" @@ -5262,7 +5262,7 @@ "par_id3154140\n" "help.text" msgid "Specifies the font to be used for the Default Paragraph Style. The Default Paragraph Style font is used for nearly all Paragraph Styles, unless the Paragraph Style explicitly defines another font." -msgstr "指定默认段落样式使用的字体。默认段落样式的字体将用于几乎所有的段落样式,除非该段落样式中明确指定了其它字体。" +msgstr "指定「默认」段落样式使用的字体。默认段落样式的字体将用于几乎所有的段落样式,除非该段落样式中明确指定了其它字体。" #: 01040300.xhp msgctxt "" @@ -5830,7 +5830,7 @@ "par_id871520543043646\n" "help.text" msgid "The recognized number is displayed with default number format for table cells, and sets the cell format to the recognized category. For example, if a number is recognized as Date, the cell format category is set to Date. You can set a specific number format for the cell, for example, a date entered as 8/3/2018 displays as Thursday March 8, 2018 when the cell number format is set to \"Friday, December 31, 1999\" in the Number Format dialog." -msgstr "识别的数字以表格单元格默认的数字格式显示,并将单元格格式设为识别出的类别。例如,如果数字被识别为「日期」,单元格格式类别也将设为「日期」。您也可以为单元格设置特定的数字格式,例如在单元格的「数字格式」对话框中的格式设为「Friday, December 31, 1999」时,输入日期 8/3/2018 将显示为「Thursday, March 8, 2018」。" +msgstr "识别的数字以表格单元格默认的数字格式显示,并将单元格格式设为识别出的类别。例如,如果数字被识别为「日期」,单元格格式类别也将设为「日期」。您也可以为单元格设置特定的数字格式,例如在单元格的「数字格式」对话框中的格式设为「Friday, December 31, 1999」时,输入日期「8/3/2018」将显示为「Thursday, March 8, 2018」。" #: 01040500.xhp msgctxt "" @@ -6086,7 +6086,7 @@ "tit\n" "help.text" msgid "Formatting Aids" -msgstr "格式化助理" +msgstr "格式化辅助" #: 01040600.xhp msgctxt "" @@ -6094,7 +6094,7 @@ "bm_id3144510\n" "help.text" msgid "non-printing characters (Writer)formatting marks (Writer)displaying; non-printing characters (Writer)displaying; formatting marks (Writer)paragraph marks; displaying (Writer)characters; displaying only on screen (Writer)optional hyphens (Writer)soft hyphens (Writer)hyphens; displaying custom (Writer)custom hyphens (Writer)spaces; displaying (Writer)spaces; showing protected spaces (Writer)protected spaces; showing (Writer)non-breaking spaces (Writer)tab stops; displaying (Writer)break display (Writer)hidden text;showing (Writer)hidden fields display (Writer)paragraphs; hidden paragraphs (Writer)cursor; allowing in protected areas (Writer)" -msgstr "非打印字符 (Writer)格式标记 (Writer)显示; 非打印字符 (Writer)显示; 格式标记 (Writer)段落标记; 显示 (Writer)字符; 仅显示在屏幕上 (Writer)可选的连字符 (Writer)软连字符 (Writer)连字符; 显示自定义的 (Writer)自定义的连字符 (Writer)空格; 显示 (Writer)空格; 显示受保护的空格 (Writer)受保护的空格; 显示 (Writer)不间断空格 (Writer)制表位; 显示 (Writer)分隔符显示 (Writer)隐藏文本; 显示 (Writer)隐藏字段显示 (Writer)段落; 隐藏段落 (Writer)光标; 允许在受保护区域中 (Writer)" +msgstr "非打印字符 (Writer)格式化标记 (Writer)显示; 非打印字符 (Writer)显示; 格式化标记 (Writer)段落标记; 显示 (Writer)字符; 仅显示在屏幕上 (Writer)可选的连字符 (Writer)软连字符 (Writer)连字符; 显示自定义的 (Writer)自定义的连字符 (Writer)空格; 显示 (Writer)空格; 显示受保护的空格 (Writer)受保护的空格; 显示 (Writer)不间断空格 (Writer)制表位; 显示 (Writer)分隔符显示 (Writer)隐藏文本; 显示 (Writer)隐藏字段显示 (Writer)段落; 隐藏段落 (Writer)光标; 允许在受保护区域中 (Writer)" #: 01040600.xhp msgctxt "" @@ -6102,7 +6102,7 @@ "hd_id3154285\n" "help.text" msgid "Formatting Aids" -msgstr "格式化助理" +msgstr "格式化辅助" #: 01040600.xhp msgctxt "" @@ -6126,7 +6126,7 @@ "par_id3156343\n" "help.text" msgid "Defines which formatting marks are visible on screen. Activate the Formatting Marks icon on the Standard bar. All characters that you have selected on the Formatting Aids tab page will be displayed." -msgstr "定义要在屏幕显示哪些格式标记。激活「标准」栏上的「格式标记」图标。所有在「格式化助理」选项卡页面中选择的字符都将显示。" +msgstr "定义要在屏幕显示哪些格式化标记。激活「标准」工具栏上的「格式化标记」图标。所有在「格式化辅助」选项卡页面选中的字符都将显示。" #: 01040600.xhp msgctxt "" @@ -6254,7 +6254,7 @@ "par_id3149413\n" "help.text" msgid "Displays text that is hidden by Conditional Text or Hidden Text fields." -msgstr "显示被 条件式文本 或「隐藏文本」字段隐藏的文字。" +msgstr "显示被「条件式文本」或「隐藏文本」字段隐藏的文字。" #: 01040600.xhp msgctxt "" @@ -7966,7 +7966,7 @@ "par_id3154286\n" "help.text" msgid "Specifies a color for the grid lines in the current document. To see the grid line color that was saved with the document, go to %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME - Application Colors, under Scheme find the entry Spreadsheet - Grid lines and set the color to \"Automatic\"." -msgstr "定义当前文档中网格线的颜色。要查看文档中保存的网格线颜色,请前往「%PRODUCTNAME - 偏好设置工具 - 选项 - %PRODUCTNAME - 应用程序颜色」,在「图案」下找到电子表格 - 网格线项,然后将颜色设置为「自动」。" +msgstr "定义当前文档中网格线的颜色。要查看文档中保存的网格线颜色,请前往「%PRODUCTNAME - 偏好设置工具 - 选项 - %PRODUCTNAME - 应用程序颜色」,在「图案」下找到「电子表格 - 网格线」项,然后将颜色设置为「自动」。" #: 01060100.xhp msgctxt "" @@ -8582,7 +8582,7 @@ "par_id3153825\n" "help.text" msgid "All user-defined lists are displayed in the Sort Lists dialog. You can also define and edit your own lists. Only text can be used as sort lists, no numbers." -msgstr "排序列表对话框中显示了所有自定义的列表。您也可以定义和编辑自己的列表。只有文本可用作排序列表,数字不能。" +msgstr "排序列表」对话框中显示了所有自定义的列表。您也可以定义和编辑自己的列表。只有文本可用作排序列表,数字不能。" #: 01060400.xhp msgctxt "" @@ -8822,7 +8822,7 @@ "par_id3149795\n" "help.text" msgid "Specifies whether formulas with iterative references (formulas that are continuously repeated until the problem is solved) are calculated after a specific number of repetitions. If the Iterations box is not marked, an iterative reference in the table will cause an error message." -msgstr "指定对于带有迭代引用的公式 (即不断重复计算直至得出结果的公式) 是否要进行一定次数的重复计算。如果未标记迭代复选框,表格中的迭代引用将会导致错误消息。" +msgstr "指定对于带有迭代引用的公式 (即不断重复计算直至得出结果的公式) 是否要进行一定次数的重复计算。如果未标记「迭代」复选框,表格中的迭代引用将会导致错误消息。" #: 01060500.xhp msgctxt "" @@ -8854,7 +8854,7 @@ "par_id3153061\n" "help.text" msgid "You know that the value-added tax is calculated as 'net price times 15%' and that you arrive at the net price by deducting the value-added tax from the selling price. Type the formula =B5-B7 in B6 to calculate the net price, and type the formula =B6*0.15 in cell B7 to calculate the value-added tax." -msgstr "增值税由\"净价乘以 15%\"计算得到,从销售价减去增值税得到净价。在 B6 中输入公式 =B5-B7 计算净价,在单元格 B7 中输入公式 =B6*0.15 计算增值税。" +msgstr "增值税由\"净价乘以 15%\"计算得到,从销售价减去增值税得到净价。在 B6 中输入公式「=B5-B7」计算净价,在单元格 B7 中输入公式「=B6*0.15」计算增值税。" #: 01060500.xhp msgctxt "" @@ -9118,7 +9118,7 @@ "par_id3149211\n" "help.text" msgid "Specifies that the search criteria you set for the Calc database functions must match the whole cell exactly. When both, the Search criteria = and <> must apply to whole cells box and the Enable wildcards in formulas box are marked, $[officename] Calc behaves exactly as Microsoft Excel when searching cells in the database functions." -msgstr "指定为 Calc 数据库功能设置的查找条件必须与整个单元格完全匹配。若同时选中「查找条件 = 和 <> 必须应用于整个单元格」与 启用公式中的通配符两个复选框,则 $[officename] Calc 的数据库功能在查找单元格时,其行为方式与 Microsoft Excel 完全相同。" +msgstr "指定为 Calc 数据库功能设置的查找条件必须与整个单元格完全匹配。若同时选中「查找条件 = 和 <> 必须应用于整个单元格」与「启用公式中的通配符」两个复选框,则 $[officename] Calc 的数据库功能在查找单元格时,其行为方式与 Microsoft Excel 完全相同。" #: 01060500.xhp msgctxt "" @@ -9366,7 +9366,7 @@ "par_id3149568\n" "help.text" msgid "Defines the number of decimals to be displayed for numbers with the General number format. The numbers are displayed as rounded numbers, but are not saved as rounded numbers." -msgstr "设置General数字格式要显示的小数位数。数字将以四舍五入的形式显示,但并不是以四舍五入的形式保存。" +msgstr "设置「General」数字格式要显示的小数位数。数字将以四舍五入的形式显示,但并不是以四舍五入的形式保存。" #: 01060600.xhp msgctxt "" @@ -10222,7 +10222,7 @@ "par_id3156284\n" "help.text" msgid "%PRODUCTNAME displays the contour line of each individual object when moving this object. The Contour of each individual object option enables you to see if single objects conflict with other objects in the target position. If you do not mark the Contour of each individual object option, %PRODUCTNAME only displays a square contour that includes all selected objects." -msgstr "当移动每个单一对象时,「%PRODUCTNAME」将显示该对象的轮廓线。通过选中「每个单一对象的轮廓」选项,可以清楚地看到单个对象是否与目标位置的其他对象冲突。如果不选中「每个单一对象的轮廓」选项,则 %PRODUCTNAME 只显示一个其中可以包括所有选中对象的正方形轮廓。" +msgstr "当移动每个单一对象时,「%PRODUCTNAME」将显示该对象的轮廓线。通过选中「每个单一对象的轮廓」选项,可以清楚地看到单个对象是否与目标位置的其他对象冲突。如果不选中「每个单一对象的轮廓」选项,则「%PRODUCTNAME」只显示一个其中可以包括所有选中对象的正方形轮廓。" #: 01070300.xhp msgctxt "" @@ -10478,7 +10478,7 @@ "par_id3156275\n" "help.text" msgid "Defines the angle for point reduction. When working with polygons, you might find it useful to reduce their editing points." -msgstr "定义减少接点的角度。处理多边形时,减少多边形的编辑接点很有用。" +msgstr "定义接点缩减的角度。处理多边形时,减少多边形的编辑接点很有用。" #: 01070400.xhp msgctxt "" @@ -10806,7 +10806,7 @@ "hd_id3143270\n" "help.text" msgid "General" -msgstr "常规" +msgstr "常规" #: 01070500.xhp msgctxt "" @@ -11254,7 +11254,7 @@ "par_id3149516\n" "help.text" msgid "Applies a thin border to the formula area in the printout. Title and Formula text are only set down by a frame if the corresponding check box is active." -msgstr "对打印输出中的公式区域应用细边框。如果相应的复选框处于活动状态,则「标题行」和公式文字只能以框架进行设置。" +msgstr "对打印输出中的公式区域应用细边框。如果相应的复选框处于活动状态,则「标题行」和「公式文字」只能以框架进行设置。" #: 01090100.xhp msgctxt "" @@ -11542,7 +11542,7 @@ "par_id05172017121531273\n" "help.text" msgid "After loading the VBA code, %PRODUCTNAME inserts the statement Option VBASupport 1 in every Basic module to enable a limited support for VBA statements, functions and objects. See Option VBASupport Statement for more information." -msgstr "加载 VBA 代码后,%PRODUCTNAME 会在每个 Basic 模块中插入语句 Option VBASupport 1,以启用对 VBA 语句、函数与对象的有限支持。有关详细信息,请参阅 Option VBASupport 语句。" +msgstr "加载 VBA 代码后,%PRODUCTNAME 会在每个 Basic 模块中插入语句「Option VBASupport 1」,以启用对 VBA 语句、函数与对象的有限支持。有关详细信息,请参阅 Option VBASupport 语句。" #: 01130100.xhp msgctxt "" @@ -11574,7 +11574,7 @@ "par_id3151246\n" "help.text" msgid "The Save original Basic code checkbox takes precedence over the Load Basic code check box. If both boxes are marked and you edit the disabled Basic Code in the $[officename] Basic IDE, the original Microsoft Basic code will be saved when saving in the Microsoft format. A message appears to inform you of this." -msgstr "「保存源 Basic 代码」复选框比装入 Basic 代码复选框有优先权。如果两个复选框都被标记,并且您正在 $[officename] Basic IDE 中编辑被禁用的 Basic 代码,那么在以 Microsoft 格式保存时源 Microsoft Basic 代码将一起被保存。会有一个提示告诉您这个情况。" +msgstr "「保存源 Basic 代码」复选框比「装入 Basic 代码」复选框有优先权。如果两个复选框都被标记,并且您正在 $[officename] Basic IDE 中编辑被禁用的 Basic 代码,那么在以 Microsoft 格式保存时源 Microsoft Basic 代码将一起被保存。会有一个提示告诉您这个情况。" #: 01130100.xhp msgctxt "" @@ -11582,7 +11582,7 @@ "par_id3148946\n" "help.text" msgid "To remove any possible Microsoft Basic macro viruses from the Microsoft document, unmark the Save Original Basic Code check box and save the document in Microsoft format. The document will be saved without the Microsoft Basic code." -msgstr "要从 Microsoft 文档中删除任意可能的 Microsoft 宏病毒,请取消标记保存 Basic 源代码复选框并以 Microsoft 格式保存该文档。文档将会被保存 (不含 Microsoft Basic 代码)。" +msgstr "要从 Microsoft 文档中删除任意可能的 Microsoft 宏病毒,请取消标记「保存 Basic 源代码」复选框并以 Microsoft 格式保存该文档。文档将会被保存 (不含 Microsoft Basic 代码)。" #: 01130100.xhp msgctxt "" @@ -11702,7 +11702,7 @@ "par_id3159234\n" "help.text" msgid "The Embedded Objects section specifies how to import and export Microsoft Office OLE objects." -msgstr " 嵌入对象 部分指定如何导入与导出 Microsoft Office OLE 对象。" +msgstr "「嵌入对象」部分指定如何导入与导出 Microsoft Office OLE 对象。" #: 01130200.xhp msgctxt "" @@ -11742,7 +11742,7 @@ "par_id3150670\n" "help.text" msgid "The List Box field displays the entries for the pair of OLE objects that can be converted when loading into $[officename] (L) and/or when saving into a Microsoft format (S). " -msgstr " 列表框 字段中显示了用于成对的 OLE 对象的条目。在载入到 $[officename] (L) 和/或保存为 Microsoft 格式 (S) 时,可以转换这些对象. " +msgstr "列表框」字段中显示了用于成对的 OLE 对象的条目。在载入到 $[officename] (L) 和/或保存为 Microsoft 格式 (S) 时,可以转换这些对象. " #: 01130200.xhp msgctxt "" @@ -11806,7 +11806,7 @@ "par_id3148520\n" "help.text" msgid "Defines the default languages and some other locale settings for documents." -msgstr "定义文档的默认语言和一些其他的语言环境设置。" +msgstr "定义文档的默认语言和一些其他的区域设置。" #: 01140000.xhp msgctxt "" @@ -11814,7 +11814,7 @@ "hd_id3156042\n" "help.text" msgid "Language of" -msgstr "语言环境" +msgstr "语言" #: 01140000.xhp msgctxt "" @@ -11846,7 +11846,7 @@ "hd_id3154751\n" "help.text" msgid "Locale setting" -msgstr "语言环境设置" +msgstr "区域设置" #: 01140000.xhp msgctxt "" @@ -11854,7 +11854,7 @@ "par_id3157958\n" "help.text" msgid "Specifies the locale setting of the country setting. This influences settings for numbering, currency and units of measure." -msgstr "指定国家/地区设置的语言环境设置,这将影响编号、货币和度量单位的设置。" +msgstr "指定国家/区域设置的区域设置,这将影响编号、货币和度量单位的设置。" #: 01140000.xhp msgctxt "" @@ -11862,7 +11862,7 @@ "par_id0125201009445950\n" "help.text" msgid "The \"Default\" entry selects the locale setting that is selected for the operating system." -msgstr "该「默认」条目会选择为操作系统选中的语言环境设置。" +msgstr "「默认」条目会选择操作系统所选用的区域设置。" #: 01140000.xhp msgctxt "" @@ -11878,7 +11878,7 @@ "par_idN106DE\n" "help.text" msgid "Decimal separator key - Same as locale setting" -msgstr "小数分隔符键 - 与语言环境设置相同" +msgstr "小数分隔符键 - 与区域设置相同" #: 01140000.xhp msgctxt "" @@ -11894,7 +11894,7 @@ "par_idN106F1\n" "help.text" msgid "If this checkbox is activated, the character shown after \"Same as locale setting\" is inserted when you press the key on the number pad. If this checkbox is not activated, the character that your keyboard driver software provides is inserted." -msgstr "如果激活此复选框,则当您按数字小键盘上的键时,就会插入经过「与语言环境设置相同」处理后显示的字符。如果未激活此复选框,则插入键盘驱动程序软件提供的字符。" +msgstr "如果激活此复选框,则当您按数字小键盘上的键时,就会插入经过「与区域设置相同」处理后显示的字符。如果未激活此复选框,则插入键盘驱动程序软件提供的字符。" #: 01140000.xhp msgctxt "" @@ -11910,7 +11910,7 @@ "par_id3145120\n" "help.text" msgid "Specifies the default currency that is used for the currency format and the currency fields. If you change the locale setting, the default currency changes automatically." -msgstr "指定用于货币格式和货币字段的默认货币。如果修改语言环境设置,默认货币会自动修改。" +msgstr "指定用于货币格式和货币字段的默认货币。如果修改区域设置,默认货币会自动修改。" #: 01140000.xhp msgctxt "" @@ -11918,7 +11918,7 @@ "par_id3148491\n" "help.text" msgid "The default entry applies to the currency format that is assigned to the selected locale setting." -msgstr "默认条目适用指定给选中语言环境设置的货币格式。" +msgstr "「默认」条目代表已分配给选中区域设置的货币格式。" #: 01140000.xhp msgctxt "" @@ -11958,7 +11958,7 @@ "par_id3157939\n" "help.text" msgid "Syntax: Y means year, M means month, and D means day, regardless of localization." -msgstr "语法: Y 代表年份,M 代表月份,而 D 代表天,与本地化设置无关。" +msgstr "语法:「Y」代表年份,「M」代表月份,而「D」代表天,与本地化设置无关。" #: 01140000.xhp msgctxt "" @@ -12070,7 +12070,7 @@ "par_id3145748\n" "help.text" msgid "Activates Asian languages support. You can now modify the corresponding Asian language settings in %PRODUCTNAME." -msgstr "激活亚洲语言支持。现在可修改 %PRODUCTNAME 中相应的亚洲语言设置。" +msgstr "激活亚洲语言支持。现在可修改「%PRODUCTNAME」中相应的亚洲语言设置。" #: 01140000.xhp msgctxt "" @@ -12094,7 +12094,7 @@ "par_id3149667\n" "help.text" msgid "Activates complex text layout support. You can now modify the settings corresponding to complex text layout in %PRODUCTNAME." -msgstr "激活复杂文本版式支持。现在就可修改 %PRODUCTNAME 中有关复杂文本版式的设置。" +msgstr "激活复杂文本版式支持。现在就可修改「%PRODUCTNAME」中有关复杂文本版式的设置。" #: 01140000.xhp msgctxt "" @@ -12606,7 +12606,7 @@ "par_id3149295\n" "help.text" msgid "System: All numbers are shown using Arabic or Hindi numerals, according to the locale settings defined by your system locale." -msgstr "系统: 根据系统语言环境中设置的语言环境使用阿拉伯数字或印地语数字来显示数字。" +msgstr "系统: 根据系统区域所定义的区域设置,以阿拉伯数字或印地语数字形式显示所有数字。" #: 01150300.xhp msgctxt "" @@ -12614,7 +12614,7 @@ "par_id3146794\n" "help.text" msgid "This setting is not saved in the document but in the %PRODUCTNAME configuration." -msgstr "此设置信息保存在 %PRODUCTNAME 配置中而不是文档中。" +msgstr "此设置信息保存在「%PRODUCTNAME」配置中而不是文档中。" #: 01160000.xhp msgctxt "" @@ -13134,7 +13134,7 @@ "par_id2507201509433461\n" "help.text" msgid "Automatically insert closing statements for procedures. %PRODUCTNAME Basic IDE will add a statement End Sub or End Function after you type a Sub or Function statement and press Enter." -msgstr "自动插入过程的结束语句。%PRODUCTNAME Basic IDE 会在您输入「Sub」或「Function」语句并按「回车」键时添加End Sub 或「End Function」语句。" +msgstr "自动插入过程的结束语句。%PRODUCTNAME Basic IDE 会在您输入「Sub」或「Function」语句并按「回车」键时添加「End Sub」或「End Function」语句。" #: BasicIDE.xhp msgctxt "" @@ -13246,7 +13246,7 @@ "par_id396740\n" "help.text" msgid "How to treat text when encountered as operand in an arithmetic operation or as argument to a function that expects a number instead. Unambiguous conversion is possible for integer numbers including exponents and ISO 8601 dates and times in their extended formats with separators. Fractional numeric values with decimal separators or dates other than ISO 8601 are locale dependent. Note that in locale dependent conversions the resulting numeric value may differ between locales!" -msgstr "当文本作为算术运算的运算数使用,或当函数需要数字参数,却收到文本参数时应如何处理。只有整数 (包括指数) 与 ISO 8601 格式的日期与时间 (扩展格式,带分隔符) 可以无歧义地转换。带小数分隔符的分数或 ISO 8601 之外的日期数值的转换取决于语言环境。请注意,在依赖于语言环境的转换中,最终得到的数值结果在不同的语言环境中可能会不同!" +msgstr "当文本作为算术运算的运算数使用,或当函数需要数字参数,却收到文本参数时应如何处理。只有整数 (包括指数) 与 ISO 8601 格式的日期与时间 (扩展格式,带分隔符) 可以无歧义地转换。带小数分隔符的分数或 ISO 8601 之外的日期数值的转换取决于区域设置。请注意,在依赖于区域的转换中,最终得到的数值结果在不同的区域设置下可能会不同!" #: detailedcalculation.xhp msgctxt "" @@ -13254,7 +13254,7 @@ "par_id4086428\n" "help.text" msgid "Generate #VALUE! error: Text found where numeric data is expected will generate #VALUE! error. Example: \"123.45\" will generate a #VALUE! error, while 123.45 not." -msgstr "「 生成 #VALUE! 错误」: 在需要数字数据的地方发现文本将生成#VALUE! 错误。示例:「\"123.45\"」将生成 #VALUE! 错误, 而 123.45 不会。" +msgstr "「 生成 #VALUE! 错误」: 在需要数字数据的地方发现文本将生成#VALUE! 错误。示例:「\"123.45\"」将生成 #VALUE! 错误, 而「123.45」不会。" #: detailedcalculation.xhp msgctxt "" @@ -13262,7 +13262,7 @@ "par_id9024628\n" "help.text" msgid "Treat as zero: Any text found where numeric data is expected will be considered as a number of value zero. Example: \"123.45\" will map to zero, while 123.45 not." -msgstr "「 视为零」: 在需要数值数据的地方发现的任何文本都将被视为值为零的数字。示例:「\"123.45\"」将映射到零, 而 123.45 不会。" +msgstr "「 视为零」: 在需要数值数据的地方发现的任何文本都将被视为值为零的数字。示例:「\"123.45\"」将映射到零, 而「123.45」不会。" #: detailedcalculation.xhp msgctxt "" @@ -13270,7 +13270,7 @@ "par_id3067110\n" "help.text" msgid "Convert only if unambiguous: If the text represents a valid and unambiguous numeric value, convert it. Example: \"123.456\" will generate a #VALUE! error because the text contains a separator, while \"123456\" will not." -msgstr "「只在无歧义时转换」: 如果文本表示有效且无歧义的数值,则转换。例如:「\"123.456\"」将生成「#VALUE!」错误,因为文本包含分隔符,而 \"123456\" 不会报错。" +msgstr "「只在无歧义时转换」: 如果文本表示有效且无歧义的数值,则转换。例如:「\"123.456\"」将生成「#VALUE!」错误,因为文本包含分隔符,而「\"123456\"」不会报错。" #: detailedcalculation.xhp msgctxt "" @@ -13278,7 +13278,7 @@ "par_id8841822\n" "help.text" msgid "Convert also locale dependent: convert values valid in the locale representation. Example: \"123,45\" is a valid number in some locales because the comma is the decimal separator there." -msgstr "「 同时转换依赖于区域的值」: 转换在所属区域表示中有效的值。示例: \"123,45\" 在某些区域设置下为有效数字, 因为逗号在那些区域是小数点分隔符。" +msgstr "「同时转换依赖于区域的值」: 转换在当前区域表述下有效的值。示例:「\"123,45\"」在部分区域为有效数字, 因为逗号在那些区域被用作小数点分隔符。" #: detailedcalculation.xhp msgctxt "" @@ -13830,7 +13830,7 @@ "par_idN1059F\n" "help.text" msgid "Specifies the location of Java classes or Java class libraries. The new classpath becomes valid after you restart %PRODUCTNAME." -msgstr "指定 Java 类或 Java 类库的位置。 新的类路径在您重新启动 %PRODUCTNAME 后生效。" +msgstr "指定 Java 类或 Java 类库的位置。 新的类路径在您重新启动「%PRODUCTNAME」后生效。" #: javaclasspath.xhp msgctxt "" diff -Nru libreoffice-l10n-6.2.5/translations/source/zh-CN/helpcontent2/source/text/shared.po libreoffice-l10n-6.2.6/translations/source/zh-CN/helpcontent2/source/text/shared.po --- libreoffice-l10n-6.2.5/translations/source/zh-CN/helpcontent2/source/text/shared.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/zh-CN/helpcontent2/source/text/shared.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,7 +4,7 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2019-01-07 11:14+0100\n" -"PO-Revision-Date: 2019-06-24 02:08+0000\n" +"PO-Revision-Date: 2019-07-10 04:03+0000\n" "Last-Translator: Dian LI \n" "Language-Team: LANGUAGE \n" "Language: zh_CN\n" @@ -14,7 +14,7 @@ "Plural-Forms: nplurals=1; plural=0;\n" "X-Accelerator-Marker: ~\n" "X-Generator: Pootle 2.8\n" -"X-POOTLE-MTIME: 1561342131.000000\n" +"X-POOTLE-MTIME: 1562731401.000000\n" #: 3dsettings_toolbar.xhp msgctxt "" @@ -46,7 +46,7 @@ "par_idN10575\n" "help.text" msgid "Extrusion On/Off" -msgstr "拉伸开/关" +msgstr "拉伸打开/关闭" #: 3dsettings_toolbar.xhp msgctxt "" @@ -798,7 +798,7 @@ "par_id3154252\n" "help.text" msgid "The Table Bar contains functions you need when working with tables. It appears when you move the cursor into a table." -msgstr "表格工具栏包含处理表格所需的各项功能。当光标定位到表格中时,表格工具栏将会显示。" +msgstr "表格」工具栏包含处理表格所需的各项功能。当光标定位到表格中时,表格工具栏将会显示。" #: main0204.xhp msgctxt "" @@ -1046,7 +1046,7 @@ "par_id3157910\n" "help.text" msgid "The Navigation bar is only visible for forms connected to a database. In the Design view of a form, the Navigation bar is not available. See also Table Data bar." -msgstr "仅当表单连接到数据库时,导航栏才可见。在表单的设计视图中,导航栏不可用。另请参阅数据库工具栏。" +msgstr "仅当表单连接到数据库时,导航栏才可见。在表单的设计视图中,导航栏不可用。另请参阅数据库工具栏。" #: main0213.xhp msgctxt "" @@ -1062,7 +1062,7 @@ "par_id3153062\n" "help.text" msgid "The current sort order or filter is saved with the current document. If a filter is set, the Apply Filter icon on the Navigation bar is activated. Sorting and filtering features in the document can also be configured in the Form Properties dialog. (Choose Form Properties - Data - properties Sort and Filter)." -msgstr "当前排序顺序或筛选器与当前文档一起保存。如果设置了筛选器,则「导航」栏上的「应用筛选器」图标将处于激活状态。文档中的排序和筛选功能也可以在「表单属性对话框中进行配置。 (选择「表单属性 - 属性 - 数据排序」和筛选器)。" +msgstr "当前排序顺序或筛选器与当前文档一起保存。如果设置了筛选器,则「导航」栏上的「应用筛选器」图标将处于激活状态。文档中的排序和筛选功能也可以在「表单属性对话框中进行配置。 (选择「表单属性 - 属性 - 数据排序」和筛选器)。" #: main0213.xhp msgctxt "" @@ -1070,7 +1070,7 @@ "par_id3149810\n" "help.text" msgid "If an SQL statement is the basis for a form (see Form Properties - tab Data - Data Source), then the filter and sort functions are only available when the SQL statement refers to only one table and is not written in the native SQL mode." -msgstr "如果表单使用 SQL 指令 (请查看表格属性 -数据选项卡-数据源),则仅当该 SQL 指令只与一个表格相关且没有应用本地 SQL 模式编写时,才可以使用筛选器和排序功能。" +msgstr "如果表单使用 SQL 指令 (请查看「表格属性 -数据」选项卡-数据源),则仅当该 SQL 指令只与一个表格相关且没有应用本地 SQL 模式编写时,才可以使用筛选器和排序功能。" #: main0213.xhp msgctxt "" @@ -1846,7 +1846,7 @@ "par_id3149441\n" "help.text" msgid "Marks the current point or the selected points for deletion. This happens in the event that the point is located on a straight line. If you convert a curve or a polygon with the Convert to Curve icon into a straight line or you change a curve with the mouse so that a point lies on the straight line, it is removed. The angle from which the point reduction is to take place can be set by choosing %PRODUCTNAME Draw - Grid in the Options dialog boxcan be set by choosing %PRODUCTNAME Impress - Grid in the Options dialog boxis 15° by default." -msgstr "标记要删除的当前接点或选中接点。接点位于直线上时可以实现此操作。如果用「转换为曲线」图标将曲线或多边形转换为直线,或者使用鼠标修改曲线使接点位于直线上,那么该点将被删除。点的减少角度可以通过以下方法设置: 在「选项」对话框中选择%PRODUCTNAME Draw - 网格可以通过以下方法设置: 在「选项」对话框中选择%PRODUCTNAME Impress - 网格在默认情况下为 15 度。" +msgstr "标记要删除的当前接点或选中接点。接点位于直线上时可以实现此操作。如果用「转换为曲线」图标将曲线或多边形转换为直线,或者使用鼠标修改曲线使接点位于直线上,那么该点将被删除。接点缩减的角度可以通过以下方法设置: 在「选项」对话框中选择「%PRODUCTNAME Draw - 网格可以通过以下方法设置: 在「选项」对话框中选择「%PRODUCTNAME Impress - 网格默认为 15°。" #: main0227.xhp msgctxt "" diff -Nru libreoffice-l10n-6.2.5/translations/source/zh-CN/helpcontent2/source/text/simpress/01.po libreoffice-l10n-6.2.6/translations/source/zh-CN/helpcontent2/source/text/simpress/01.po --- libreoffice-l10n-6.2.5/translations/source/zh-CN/helpcontent2/source/text/simpress/01.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/zh-CN/helpcontent2/source/text/simpress/01.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,7 +4,7 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2018-09-03 13:23+0200\n" -"PO-Revision-Date: 2019-06-24 03:08+0000\n" +"PO-Revision-Date: 2019-07-10 04:03+0000\n" "Last-Translator: Dian LI \n" "Language-Team: LANGUAGE \n" "Language: zh_CN\n" @@ -14,7 +14,7 @@ "Plural-Forms: nplurals=1; plural=0;\n" "X-Accelerator-Marker: ~\n" "X-Generator: Pootle 2.8\n" -"X-POOTLE-MTIME: 1561345691.000000\n" +"X-POOTLE-MTIME: 1562731410.000000\n" #: 01170000.xhp msgctxt "" @@ -62,7 +62,7 @@ "par_id3155961\n" "help.text" msgid "HTML Document, JPEG, SVM/WMF/PICT/MET, BMP, GIF, EPS, PNG, PBM, PPM, PGM." -msgstr "HTML 文档、JPEG、SVM/WMF/PICT/MET、BMP、GIF、EPS、PNG、PBM、PPM 和 PGM。" +msgstr "HTML 文档、JPEG、SVM/WMF/PICT/MET、BMP、GIF、EPS、PNG、PBM、PPM 和 PGM。" #: 01170000.xhp msgctxt "" @@ -1350,7 +1350,7 @@ "par_id3146972\n" "help.text" msgid "You can use rulers to position objects in the workspace, to set paragraph indents or to drag guides onto the page." -msgstr "您可以使用标尺在工作空间内定位对象、设置段落缩进或将辅助线拖入页面中。" +msgstr "您可以使用标尺在工作空间内定位对象、设置段落缩进或将辅助线拖入页面中。" #: 03070000.xhp msgctxt "" @@ -1598,7 +1598,7 @@ "par_id110120150547279702\n" "help.text" msgid "To modify the number of slides you can print on a page, open the Properties sidebar deck and double-click a layout on the Layout content panel." -msgstr "要修改单页打印的幻灯片数量,请打开属性侧边栏窗格并双击布局内容面板中的布局。" +msgstr "要修改单页打印的幻灯片数量,请打开「属性」侧边栏窗格并双击「布局」内容面板中的布局。" #: 03130000.xhp msgctxt "" @@ -3462,7 +3462,7 @@ "par_id3150439\n" "help.text" msgid "The Styles window in %PRODUCTNAME Impress behaves differently than in other %PRODUCTNAME programs. For example, you can create, edit and apply Graphic Styles, but you can only edit Presentation Styles." -msgstr "%PRODUCTNAME Impress 中「样式」窗口的行为方式与其他 %PRODUCTNAME 程序不同。例如,您可以建立、编辑与应用「图形样式」,但只能编辑演示文稿样式。" +msgstr "「%PRODUCTNAME Impress 中「样式」窗口的行为方式与其他 %PRODUCTNAME」程序不同。例如,您可以建立、编辑与应用「图形样式」,但只能编辑「演示文稿样式」。" #: 05100000.xhp msgctxt "" @@ -4262,7 +4262,7 @@ "par_id3151388\n" "help.text" msgid "Reverses the properties set in the Line area." -msgstr "使线条区域中设置的属性相反。" +msgstr "使「线条」区域中设置的属性相反。" #: 05150000.xhp msgctxt "" @@ -6750,7 +6750,7 @@ "par_id3145236\n" "help.text" msgid "Creates a copy of the selected custom slide show. You can modify the name of the show by clicking Edit." -msgstr "创建选中的自定义幻灯片放映的副本。通过点击编辑您可以更改放映的名称。" +msgstr "创建选中的自定义幻灯片放映的副本。通过点击「编辑」您可以更改放映的名称。" #: 06100000.xhp msgctxt "" @@ -7014,7 +7014,7 @@ "par_id3145584\n" "help.text" msgid "Fills the color gaps caused by applying a point reduction." -msgstr "填充由于应用接点缩减而导致的颜色间隔。" +msgstr "填充由于应用接点缩减而产生的颜色间隙。" #: 13050200.xhp msgctxt "" @@ -7358,7 +7358,7 @@ "par_id3146974\n" "help.text" msgid "Combines two or more selected objects into a single shape. Unlike grouping, a combined object takes on the properties of the lowermost object in the stacking order. You can split apart combined objects, but the original object properties are lost." -msgstr "将两个或多个选中对象合并成单个形状。组合不同,组合的对象具有堆栈顺序中排在最后的对象的属性。您可以拆分组合的对象,但是这样会丢失原始对象属性。" +msgstr "将两个或多个选中对象合并成单个形状。组合不同,组合的对象具有堆栈顺序中排在最后的对象的属性。您可以拆分组合的对象,但是这样会丢失原始对象属性。" #: 13140000.xhp msgctxt "" @@ -8310,7 +8310,7 @@ "par_id271535056452591\n" "help.text" msgid "Enter the PIN number displayed by the device and press Connect to authorize a connection." -msgstr "输入设备显示的 PIN 数字,并按 连接授权连接。" +msgstr "输入设备显示的 PIN 数字,并按「连接」授权连接。" #: remoteconnections.xhp msgctxt "" diff -Nru libreoffice-l10n-6.2.5/translations/source/zh-CN/helpcontent2/source/text/simpress/02.po libreoffice-l10n-6.2.6/translations/source/zh-CN/helpcontent2/source/text/simpress/02.po --- libreoffice-l10n-6.2.5/translations/source/zh-CN/helpcontent2/source/text/simpress/02.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/zh-CN/helpcontent2/source/text/simpress/02.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,7 +4,7 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2017-10-04 11:48+0200\n" -"PO-Revision-Date: 2019-06-24 02:08+0000\n" +"PO-Revision-Date: 2019-07-10 02:42+0000\n" "Last-Translator: Dian LI \n" "Language-Team: LANGUAGE \n" "Language: zh_CN\n" @@ -14,7 +14,7 @@ "Plural-Forms: nplurals=1; plural=0;\n" "X-Accelerator-Marker: ~\n" "X-Generator: Pootle 2.8\n" -"X-POOTLE-MTIME: 1561342139.000000\n" +"X-POOTLE-MTIME: 1562726539.000000\n" #: 04010000.xhp msgctxt "" @@ -1030,7 +1030,7 @@ "par_id3159206\n" "help.text" msgid "Insert or modify the properties of a gluepoint. A gluepoint is a point where you can attach a connector line. By default, %PRODUCTNAME automatically places a gluepoint at the center of each side of the bounding rectangle for every object you create." -msgstr "插入或更改粘结点的属性。粘结点就是可以附加连接符线条的点。默认情况下,对于您创建的每个对象,%PRODUCTNAME 都会自动在边界矩形每边的中心放置一个粘结点。" +msgstr "插入或更改粘结点的属性。粘结点就是可以附加连接符线条的点。默认情况下,对于您创建的每个对象,「%PRODUCTNAME」都会自动在边界矩形每边的中心放置一个粘结点。" #: 10030200.xhp msgctxt "" @@ -1446,7 +1446,7 @@ "par_id3163709\n" "help.text" msgid "The Text toolbar contains some icons to enter different types of text boxes." -msgstr "文本工具栏包含一些用来输入文本框不同类型的图标。" +msgstr "文本」工具栏包含一些用来输入文本框不同类型的图标。" #: 10050000.xhp msgctxt "" @@ -1606,7 +1606,7 @@ "par_id3145112\n" "help.text" msgid "Using Customize Toolbar, you can add the Legacy Rectangles toolbar." -msgstr "可通过「自定义工具栏」添加矩形工具栏。" +msgstr "可通过「自定义工具栏」添加「矩形」工具栏。" #: 10060000.xhp msgctxt "" @@ -4646,7 +4646,7 @@ "tit\n" "help.text" msgid "Formatting On/Off" -msgstr "打开/关闭格式" +msgstr "格式打开/关闭" #: 11100000.xhp msgctxt "" @@ -4662,7 +4662,7 @@ "hd_id3150012\n" "help.text" msgid "Formatting On/Off" -msgstr "打开/关闭格式" +msgstr "格式打开/关闭" #: 11100000.xhp msgctxt "" @@ -4686,7 +4686,7 @@ "par_id3145789\n" "help.text" msgid "Formatting On/Off" -msgstr "打开/关闭格式" +msgstr "格式打开/关闭" #: 11110000.xhp msgctxt "" diff -Nru libreoffice-l10n-6.2.5/translations/source/zh-CN/helpcontent2/source/text/simpress/04.po libreoffice-l10n-6.2.6/translations/source/zh-CN/helpcontent2/source/text/simpress/04.po --- libreoffice-l10n-6.2.5/translations/source/zh-CN/helpcontent2/source/text/simpress/04.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/zh-CN/helpcontent2/source/text/simpress/04.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,7 +4,7 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2017-12-18 12:31+0100\n" -"PO-Revision-Date: 2019-06-18 23:47+0000\n" +"PO-Revision-Date: 2019-07-04 11:29+0000\n" "Last-Translator: Dian LI \n" "Language-Team: LANGUAGE \n" "Language: zh_CN\n" @@ -14,7 +14,7 @@ "Plural-Forms: nplurals=1; plural=0;\n" "X-Accelerator-Marker: ~\n" "X-Generator: Pootle 2.8\n" -"X-POOTLE-MTIME: 1560901639.000000\n" +"X-POOTLE-MTIME: 1562239785.000000\n" #: 01020000.xhp msgctxt "" @@ -1414,7 +1414,7 @@ "par_id3155908\n" "help.text" msgid "Select adjacent items or a text passage. Click at the start of a selection, move to the end of the selection, and then hold down Shift while you click." -msgstr "选择邻近的项目或文字段。在选择的起始位置点击,然后移到结束位置,在按住 Shift 键的同时点击。" +msgstr "选择邻近的项目或文字段。点击选择的起始位置,然后移动到结束位置,在按住 Shift 键的同时点击。" #: 01020000.xhp msgctxt "" diff -Nru libreoffice-l10n-6.2.5/translations/source/zh-CN/helpcontent2/source/text/simpress/guide.po libreoffice-l10n-6.2.6/translations/source/zh-CN/helpcontent2/source/text/simpress/guide.po --- libreoffice-l10n-6.2.5/translations/source/zh-CN/helpcontent2/source/text/simpress/guide.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/zh-CN/helpcontent2/source/text/simpress/guide.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,7 +4,7 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2018-09-03 13:23+0200\n" -"PO-Revision-Date: 2019-06-24 01:34+0000\n" +"PO-Revision-Date: 2019-07-10 02:42+0000\n" "Last-Translator: Dian LI \n" "Language-Team: LANGUAGE \n" "Language: zh_CN\n" @@ -14,7 +14,7 @@ "Plural-Forms: nplurals=1; plural=0;\n" "X-Accelerator-Marker: ~\n" "X-Generator: Pootle 2.8\n" -"X-POOTLE-MTIME: 1561340061.000000\n" +"X-POOTLE-MTIME: 1562726540.000000\n" #: 3d_create.xhp msgctxt "" @@ -190,7 +190,7 @@ "par_idN1088B\n" "help.text" msgid "Click the Extrusion On/Off iconIcon on the Drawing bar, or right-click the object and choose Convert - To 3D." -msgstr "请点击位于「绘图」工具栏上的「打开/关闭拉伸」图标图标,或右击对象,然后选择「转换 - 变成三维」。" +msgstr "请点击位于「绘图」工具栏上的「拉伸打开/关闭」图标图标,或右击对象,然后选择「转换 - 变成三维」。" #: 3d_create.xhp msgctxt "" @@ -1518,7 +1518,7 @@ "par_id0919200803041223\n" "help.text" msgid "If the Glue Point Relative icon is not active, the icons next to it are no longer grayed out. With these icons you can decide where a gluepoint will be placed when the size of the object is changed." -msgstr "如果未激活相对粘结点图标,它旁边的图标将不再显示为灰色。通过这些图标您可以决定当对象大小更改时放置粘结点的位置。" +msgstr "如果未激活「相对粘结点」图标,它旁边的图标将不再显示为灰色。通过这些图标您可以决定当对象大小更改时放置粘结点的位置。" #: html_export.xhp msgctxt "" @@ -1582,7 +1582,7 @@ "par_id3153808\n" "help.text" msgid "Follow the instructions in the HTML Export Wizard." -msgstr "遵循 HTML 导出向导说明。" +msgstr "遵循「HTML 导出」向导说明。" #: html_export.xhp msgctxt "" @@ -1790,7 +1790,7 @@ "par_id18082017152608187\n" "help.text" msgid "Slide object animations are triggered with taps on the mobile screen." -msgstr " 幻灯片对象动画 在移动屏幕上通过点击触发。" +msgstr "「幻灯片对象动画」在移动屏幕上通过点击触发。" #: impress_remote.xhp msgctxt "" @@ -3014,7 +3014,7 @@ "par_id7036957\n" "help.text" msgid "Layers do not determine the stacking order of objects on your page, except for the Controls layer which is always in front of other layers." -msgstr "除始终位于其他层前面的控件层外,其他层并不确定页面上对象的堆叠顺序。" +msgstr "除始终位于其他层前面的「控件」层外,其他层并不确定页面上对象的堆叠顺序。" #: layers.xhp msgctxt "" @@ -3070,7 +3070,7 @@ "par_id3156397\n" "help.text" msgid "You cannot delete or rename the default layers. You can add your own layers by Insert - Layer." -msgstr "您不能删除或重命名默认的层。您可以通过插入 - 层添加自己的层。" +msgstr "您不能删除或重命名默认的层。您可以通过「插入 - 层」添加自己的层。" #: layers.xhp msgctxt "" @@ -3078,7 +3078,7 @@ "par_id3150534\n" "help.text" msgid "The Layout layer is the default workspace. The Layout layer determines the location of title, text, and object placeholders on your page." -msgstr "版式层是默认的工作空间。版式层决定了标题、文字和对象占位符在页面中的位置。" +msgstr "「版式」层是默认的工作空间。「版式」层决定了标题、文字和对象占位符在页面中的位置。" #: layers.xhp msgctxt "" @@ -3086,7 +3086,7 @@ "par_id3150742\n" "help.text" msgid "The Controls layer can be used for buttons that have been assigned an action, but that should not be printed. Set the layer's properties to not printable. Objects on the Controls layer are always in front of objects on other layers." -msgstr "控件层可用于为其指定了操作的按钮,但不应打印此层。将层的属性设置为不可打印。控件层上的对象始终位于其他层对象的前面。" +msgstr "「控件」层可用于为其指定了操作的按钮,但不应打印此层。将层的属性设置为不可打印。「控件」层上的对象始终位于其他层对象的前面。" #: layers.xhp msgctxt "" @@ -3094,7 +3094,7 @@ "par_id3153085\n" "help.text" msgid "The Dimension Lines layer is where you draw, for example, the dimension lines. By switching the layer to show or hide, you can easily switch these lines on and off." -msgstr "定量线层是您进行绘制 (例如定量线) 的地方。通过将该层转换为显示或隐藏,可以轻松地打开或关闭这些线条。" +msgstr "「定量线」层是您进行绘制 (例如定量线) 的地方。通过将该层转换为显示或隐藏,可以轻松地打开或关闭这些线条。" #: layers.xhp msgctxt "" @@ -3278,7 +3278,7 @@ "par_id3154766\n" "help.text" msgid "A symmetrical anchor point has the same line curvature on either side, and two control lines that move together as a straight line." -msgstr "对称锚标两侧的线曲率相同,并且两条控制线在移动时保持同步。" +msgstr "「对称」锚标两侧的线曲率相同,并且两条控制线在移动时保持同步。" #: line_draw.xhp msgctxt "" @@ -3286,7 +3286,7 @@ "par_id3149874\n" "help.text" msgid "A smooth anchor point may have different line curvatures on either side." -msgstr "平滑锚标两侧的线曲率可能不同。" +msgstr "「平滑」锚标两侧的线曲率可能不同。" #: line_draw.xhp msgctxt "" @@ -3294,7 +3294,7 @@ "par_id3150435\n" "help.text" msgid "A corner anchor point has one or two independent control lines. Changing one side has no effect on the other side." -msgstr "锚标具有一条或两条独立的控制线。更改一侧不会对另一侧造成影响。" +msgstr "「」锚标具有一条或两条独立的控制线。更改一侧不会对另一侧造成影响。" #: line_draw.xhp msgctxt "" @@ -3318,7 +3318,7 @@ "par_id3155928\n" "help.text" msgid "Click where you want the curve to start, and drag in the direction where you want the curve to go. The control line will indicate the direction." -msgstr "在曲线起始位置点击,然后向所需方向拖动曲线。控制线将指示方向。" +msgstr "在曲线起始位置点击,然后向所需方向拖动。控制线将指示方向。" #: line_draw.xhp msgctxt "" @@ -3406,7 +3406,7 @@ "par_id1122165\n" "help.text" msgid "Click where you want the curve to start, and keep holding the mouse button down." -msgstr "在曲线起始位置点击,然后一直按住鼠标按钮。" +msgstr "在曲线起始位置点击,然后保持按住鼠标按钮。" #: line_draw.xhp msgctxt "" @@ -4990,7 +4990,7 @@ "par_id3153811\n" "help.text" msgid "In the Paper format area, select a Format." -msgstr "在「纸张格式」区域,选择一种格式。" +msgstr "在「纸张格式」区域,选择一种「格式」。" #: print_tofit.xhp msgctxt "" @@ -5070,7 +5070,7 @@ "par_id3150431\n" "help.text" msgid "These settings override the default printer options in Tools - Options - %PRODUCTNAME Impress - Print for the current print job only." -msgstr "这些设置仅针对当前打印作业覆盖工具 - 选项 - %PRODUCTNAME Impress - 打印中的默认打印机选项。" +msgstr "这些设置仅针对当前打印作业覆盖「工具 - 选项 - %PRODUCTNAME Impress - 打印」中的默认打印机选项。" #: printing.xhp msgctxt "" @@ -5134,7 +5134,7 @@ "par_id6752220\n" "help.text" msgid "Click Notes and Handouts to enter the header and footer text for handouts." -msgstr "点击备注和讲义输入讲义的页眉与页脚。" +msgstr "点击「备注和讲义」输入讲义的页眉与页脚。" #: printing.xhp msgctxt "" @@ -5502,7 +5502,7 @@ "par_id2361522\n" "help.text" msgid "Open the Slide Transition sidebar deck." -msgstr "打开幻灯片过渡侧边栏窗格。" +msgstr "打开「幻灯片过渡」侧边栏窗格。" #: show.xhp msgctxt "" @@ -5566,7 +5566,7 @@ "par_id4799340\n" "help.text" msgid "You can start %PRODUCTNAME from a command prompt, followed by the parameter -show and an Impress filename. For example, to start the file filename.odp from the command prompt, enter the following command:" -msgstr "可以从命令提示符 (后跟参数「-show」和 Impress 文件名) 启动 %PRODUCTNAME。例如,要从命令提示符启动文件 filename.odp,请输入以下命令:" +msgstr "可以从命令提示符 (后跟参数「-show」和 Impress 文件名) 启动 %PRODUCTNAME。例如,要从命令提示符启动文件「filename.odp」,请输入以下命令:" #: show.xhp msgctxt "" @@ -5582,7 +5582,7 @@ "par_id8266853\n" "help.text" msgid "This assumes that soffice is in the program path of your system, and that filename.odp is located in the current directory." -msgstr "前提是 soffice 在系统的程序路径中,并且 filename.odp 位于当前目录中。" +msgstr "前提是 soffice 在系统的程序路径中,并且「filename.odp」位于当前目录中。" #: table_insert.xhp msgctxt "" diff -Nru libreoffice-l10n-6.2.5/translations/source/zh-CN/helpcontent2/source/text/simpress.po libreoffice-l10n-6.2.6/translations/source/zh-CN/helpcontent2/source/text/simpress.po --- libreoffice-l10n-6.2.5/translations/source/zh-CN/helpcontent2/source/text/simpress.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/zh-CN/helpcontent2/source/text/simpress.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,7 +4,7 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2018-10-21 20:57+0200\n" -"PO-Revision-Date: 2019-06-24 02:09+0000\n" +"PO-Revision-Date: 2019-07-10 02:42+0000\n" "Last-Translator: Dian LI \n" "Language-Team: LANGUAGE \n" "Language: zh_CN\n" @@ -14,7 +14,7 @@ "Plural-Forms: nplurals=1; plural=0;\n" "X-Accelerator-Marker: ~\n" "X-Generator: Pootle 2.8\n" -"X-POOTLE-MTIME: 1561342157.000000\n" +"X-POOTLE-MTIME: 1562726568.000000\n" #: main0000.xhp msgctxt "" @@ -1094,7 +1094,7 @@ "par_id3150202\n" "help.text" msgid "The Drawing bar contains frequently used editing tools. Click the arrow next to an icon to open a toolbar that contains additional commands." -msgstr "绘图 栏包含了常用的编辑工具。点击图标旁的箭头可打开一个包含更多命令的工具栏。" +msgstr "绘图」栏包含了常用的编辑工具。点击图标旁的箭头可打开一个包含更多命令的工具栏。" #: main0210.xhp msgctxt "" @@ -1278,7 +1278,7 @@ "par_idN107FF\n" "help.text" msgid "Extrusion On/Off" -msgstr "打开/关闭拉伸" +msgstr "拉伸打开/关闭" #: main0210.xhp msgctxt "" @@ -1502,7 +1502,7 @@ "par_id3151074\n" "help.text" msgid "$[officename] Impress lets you create professional slide shows that can include charts, drawing objects, text, multimedia and a variety of other items. If you want, you can even import and modify Microsoft PowerPoint presentations." -msgstr "使用 $[officename] Impress 可以创建专业的幻灯片,其中可以含有图表、绘图对象、文字、多媒体以及其他各种内容。如果需要,还可以导入和修改 Microsoft Powerpoint 演示文稿。" +msgstr "使用 $[officename] Impress 可以创建专业的幻灯片,其中可以含有图表、绘图对象、文字、多媒体以及其他各种内容。如果需要,还可以导入和修改 Microsoft PowerPoint 演示文稿。" #: main0503.xhp msgctxt "" diff -Nru libreoffice-l10n-6.2.5/translations/source/zh-CN/helpcontent2/source/text/smath/01.po libreoffice-l10n-6.2.6/translations/source/zh-CN/helpcontent2/source/text/smath/01.po --- libreoffice-l10n-6.2.5/translations/source/zh-CN/helpcontent2/source/text/smath/01.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/zh-CN/helpcontent2/source/text/smath/01.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,7 +4,7 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2018-11-12 12:23+0100\n" -"PO-Revision-Date: 2019-03-14 07:06+0000\n" +"PO-Revision-Date: 2019-07-10 04:03+0000\n" "Last-Translator: Dian LI \n" "Language-Team: LANGUAGE \n" "Language: zh_CN\n" @@ -14,7 +14,7 @@ "Plural-Forms: nplurals=1; plural=0;\n" "X-Accelerator-Marker: ~\n" "X-Generator: Pootle 2.8\n" -"X-POOTLE-MTIME: 1552547189.000000\n" +"X-POOTLE-MTIME: 1562731425.000000\n" #: 02080000.xhp msgctxt "" @@ -670,7 +670,7 @@ "par_id3155125\n" "help.text" msgid "Inserts a fraction with two placeholders. You can also type over in the Commands window." -msgstr "插入带有两个占位符的分数。您也可以在「命令」窗口中输入「over。" +msgstr "插入带有两个占位符的分数。您也可以在「命令」窗口中输入「over」。" #: 03090100.xhp msgctxt "" @@ -694,7 +694,7 @@ "par_id3149536\n" "help.text" msgid "Inserts a division sign with two placeholders. You can also type div in the Commands window." -msgstr "插入带两个占位符的除号。您也可以在「命令」窗口中输入「div。" +msgstr "插入带两个占位符的除号。您也可以在「命令」窗口中输入「div」。" #: 03090100.xhp msgctxt "" @@ -718,7 +718,7 @@ "par_id3147500\n" "help.text" msgid "Inserts a slash '/' with two placeholders. You can also type / in the Commands window." -msgstr "插入带有两个占位符的 '/' 斜线。您也可以在「命令」窗口中输入「/。" +msgstr "插入带有两个占位符的 '/' 斜线。您也可以在「命令」窗口中输入「/」。" #: 03090100.xhp msgctxt "" @@ -742,7 +742,7 @@ "par_id3153505\n" "help.text" msgid "Inserts a Boolean NOT with one placeholder. You can also type neg in the Commands window." -msgstr "用一个占位符插入一个「布尔型 NOT」。您也可以在「命令」窗口中输入「neg。" +msgstr "用一个占位符插入一个「布尔型 NOT」。您也可以在「命令」窗口中输入「neg」。" #: 03090100.xhp msgctxt "" @@ -766,7 +766,7 @@ "par_id3147599\n" "help.text" msgid "Inserts a Boolean AND with two placeholders. You can also type and in the Commands window." -msgstr "插入带有两个占位符的「布尔型 AND」,您也可以在「命令」窗口中输入「 and 。" +msgstr "插入带有两个占位符的「布尔型 AND」,您也可以在「命令」窗口中输入「 and 」。" #: 03090100.xhp msgctxt "" @@ -790,7 +790,7 @@ "par_id3154076\n" "help.text" msgid "Inserts a Boolean OR with two placeholders. You can also type or in the Commands window." -msgstr "插入带有两个占位符的「布尔型 OR」。您也可以在「命令」窗口中输入「or。" +msgstr "插入带有两个占位符的「布尔型 OR」。您也可以在「命令」窗口中输入「or」。" #: 03090100.xhp msgctxt "" @@ -838,7 +838,7 @@ "par_id3150906\n" "help.text" msgid "By typing oplus in the Commands window, you insert a circled plus operator in your document." -msgstr "通过在「命令」窗口中输入「oplus,您可以在文档中插入一个「带圆圈的加号运算符」。" +msgstr "通过在「命令」窗口中输入「oplus」,您可以在文档中插入一个「带圆圈的加号运算符」。" #: 03090100.xhp msgctxt "" @@ -846,7 +846,7 @@ "par_id3151197\n" "help.text" msgid "Type ominus in the Commands window to insert a circled minus operator." -msgstr "在「命令」窗口中输入「ominus可插入一个「带圆圈的减号」。" +msgstr "在「命令」窗口中输入「ominus」可插入一个「带圆圈的减号」。" #: 03090100.xhp msgctxt "" @@ -854,7 +854,7 @@ "par_id3155082\n" "help.text" msgid "Type odot in the Commands window to insert a circled dot operator in the formula." -msgstr "在「命令」窗口中输入「odot可在公式中插入一个「带圆圈的点运算符」。" +msgstr "在「命令」窗口中输入「odot」可在公式中插入一个「带圆圈的点运算符」。" #: 03090100.xhp msgctxt "" @@ -862,7 +862,7 @@ "par_id3154331\n" "help.text" msgid "Type odivide in the Commands window to insert a circled division operator in the formula." -msgstr "在「命令」窗口中输入「odivide可在公式中插入「带圆圈的除法运算符」。" +msgstr "在「命令」窗口中输入「odivide」可在公式中插入「带圆圈的除法运算符」。" #: 03090100.xhp msgctxt "" @@ -934,7 +934,7 @@ "par_id3153152\n" "help.text" msgid "You can choose among various relations to structure your $[officename] Math formula. The relation functions are displayed in the lower part of the Elements pane. The list is also in the context menu of the Commands window. All relations that are not contained in the Elements pane or in the context menu can be typed manually in the Commands window." -msgstr "您可以在多种关系中进行选择以构建 $[officename] Math 公式。关系函数显示在「公式元素」面板的下方区域中。此列表还位于「命令」窗口的右键菜单中。所有未包含在「公式元素」面板或右键菜单中的关系,均可以在「命令」窗口中手动输入。" +msgstr "您可以在多种关系中进行选择以构建「$[officename] Math」公式。关系函数显示在「公式元素」面板的下方区域中。此列表还位于「命令」窗口的右键菜单中。所有未包含在「公式元素」面板或右键菜单中的关系,均可以在「命令」窗口中手动输入。" #: 03090200.xhp msgctxt "" @@ -974,7 +974,7 @@ "par_id3152947\n" "help.text" msgid "Inserts an equal sign (=) with two placeholders. You can also directly type = in the Commands window." -msgstr "插入带有两个占位符的等号 (=)。您也可以直接在「命令」窗口中输入「 = 。" +msgstr "插入带有两个占位符的等号 (=)。您也可以直接在「命令」窗口中输入「 = 」。" #: 03090200.xhp msgctxt "" @@ -998,7 +998,7 @@ "par_id3150976\n" "help.text" msgid "The neq icon or command inserts an inequality with two placeholders. You can also type neq in the Commands window." -msgstr "使用「neq」图标或命令将插入带有两个占位符的「不等号」。您也可以在「命令」窗口中输入「 neq 。" +msgstr "使用「neq」图标或命令将插入带有两个占位符的「不等号」。您也可以在「命令」窗口中输入「 neq 」。" #: 03090200.xhp msgctxt "" @@ -1022,7 +1022,7 @@ "par_id3155181\n" "help.text" msgid "Inserts a character for the identical to (congruent) relation with two placeholders. You can also type equiv in the Commands window." -msgstr "为带有两个占位符的「相等」 (一致) 关系插入一个字符。您也可以在「命令」窗口中输入「 equiv 。" +msgstr "为带有两个占位符的「相等」 (一致) 关系插入一个字符。您也可以在「命令」窗口中输入「 equiv 」。" #: 03090200.xhp msgctxt "" @@ -1046,7 +1046,7 @@ "par_id3148976\n" "help.text" msgid "Inserts a character for an orthogonal (right angled) relation with two placeholders. You can also type ortho in the Commands window." -msgstr "为带有两个占位符的「正交」 (直角) 关系插入一个字符。您也可以在「命令」窗口中输入「 ortho 。" +msgstr "为带有两个占位符的「正交」 (直角) 关系插入一个字符。您也可以在「命令」窗口中输入「 ortho 」。" #: 03090200.xhp msgctxt "" @@ -1070,7 +1070,7 @@ "par_id3147079\n" "help.text" msgid "Inserts the divides character. You can also type divides in the Commands window." -msgstr "插入「除号字符。您也可以在「命令」窗口中输入「 divides 」。" +msgstr "插入「除号」字符。您也可以在「命令」窗口中输入「 divides 」。" #: 03090200.xhp msgctxt "" @@ -1094,7 +1094,7 @@ "par_id3149177\n" "help.text" msgid "This icon inserts the does not divide character. You can also type ndivides in the Commands window." -msgstr "使用此图标可插入「不除字符。您也可以在「命令」窗口中输入「ndivides」。" +msgstr "使用此图标可插入「不除」字符。您也可以在「命令」窗口中输入「ndivides」。" #: 03090200.xhp msgctxt "" @@ -1166,7 +1166,7 @@ "par_id3149231\n" "help.text" msgid "Inserts the approximately equal relation with two placeholders. You can also type approx in the Commands window." -msgstr "插入带有两个占位符的「约等于」关系。您也可以在「命令」窗口中输入「 approx 。" +msgstr "插入带有两个占位符的「约等于」关系。您也可以在「命令」窗口中输入「 approx 」。" #: 03090200.xhp msgctxt "" @@ -1310,7 +1310,7 @@ "par_id3150033\n" "help.text" msgid "Inserts the less than or equal to relation with two placeholders. You can also type le or <= in the Commands window." -msgstr "插入带有两个占位符的「小于或等于关系。您也可以在「命令」窗口中输入「 le 」或「 <= 」。" +msgstr "插入带有两个占位符的「小于或等于」关系。您也可以在「命令」窗口中输入「 le 」或「 <= 」。" #: 03090200.xhp msgctxt "" @@ -1334,7 +1334,7 @@ "par_id3155379\n" "help.text" msgid "Inserts the greater than or equal to relation with two placeholders. You can also type ge or >= in the Commands window." -msgstr "插入带有两个占位符的「大于或等于」关系。您也可以在「命令」窗口中输入「 ge 」或「 >= 。" +msgstr "插入带有两个占位符的「大于或等于」关系。您也可以在「命令」窗口中输入「 ge 」或「 >= 」。" #: 03090200.xhp msgctxt "" @@ -1358,7 +1358,7 @@ "par_id3155947\n" "help.text" msgid "This icon inserts the similar to relation with two placeholders. You can also type sim in the Commands window." -msgstr "使用此图标可插入带有两个占位符的「约等于」关系。您也可以在「命令」窗口中插入「sim。" +msgstr "使用此图标可插入带有两个占位符的「约等于」关系。您也可以在「命令」窗口中插入「sim」。" #: 03090200.xhp msgctxt "" @@ -1654,7 +1654,7 @@ "par_id3153545\n" "help.text" msgid "To create the much greater than relation with two placeholders, type gg or >> in the Commands window." -msgstr "要创建带有两个占位符的「远大于关系,请在「命令」窗口中输入「 gg >>」。" +msgstr "要创建带有两个占位符的「远大于」关系,请在「命令」窗口中输入「 gg 」或「>>」。" #: 03090200.xhp msgctxt "" @@ -1670,7 +1670,7 @@ "par_id3153749\n" "help.text" msgid "The is defined as relation with two placeholders is inserted by typing def." -msgstr "带两个占位符的关系定义为可用「def」来插入。" +msgstr "带两个占位符的关系「定义为」可用「def」来插入。" #: 03090200.xhp msgctxt "" @@ -1678,7 +1678,7 @@ "par_id3154068\n" "help.text" msgid "Insert the picture by correspondence character with two placeholders by typing transl in the Commands window." -msgstr "相关符「...的图像」和两个占位符可以用「命令」窗口中的「 transl 添加到您的文档中。" +msgstr "相关符「...的图像」和两个占位符可以用「命令」窗口中的「 transl 」 添加到您的文档中。" #: 03090200.xhp msgctxt "" @@ -1726,7 +1726,7 @@ "par_id3149755\n" "help.text" msgid "You can choose among various operators to structure your $[officename] Math formula. All available operators appear in the lower part of the Elements pane. They are also listed in the context menu of the Commands window. All operators not contained in the Elements pane or in the context menu must be typed manually in the Commands window." -msgstr "您可以在多种运算符中进行选择以构建 $[officename] Math 公式。所有可用运算符均会显示在「公式元素」面板的下方区域中。它们也会在「命令」窗口的右键菜单中列出。所有未包含在「公式元素」面板或右键菜单中的运算符,均必须在「命令」窗口中手动输入。" +msgstr "您可以在多种运算符中进行选择以构建「$[officename] Math」公式。所有可用运算符均会显示在「公式元素」面板的下方区域中。它们也会在「命令」窗口的右键菜单中列出。所有未包含在「公式元素」面板或右键菜单中的运算符,均必须在「命令」窗口中手动输入。" #: 03090300.xhp msgctxt "" @@ -1766,7 +1766,7 @@ "par_id3153540\n" "help.text" msgid "Inserts the limit sign with one placeholder. You can also enter lim directly in the Commands window." -msgstr "插入带有一个占位符的「限度符号」。您也可以直接在「命令」窗口中输入「lim 。" +msgstr "插入带有一个占位符的「限度符号」。您也可以直接在「命令」窗口中输入「lim 」。" #: 03090300.xhp msgctxt "" @@ -1790,7 +1790,7 @@ "par_id3147523\n" "help.text" msgid "Inserts a summation sign with one placeholder. You can also enter sum directly in the Commands window." -msgstr "插入带有一个占位符的「求和符号」。您也可以直接在「命令」窗口中输入「sum。" +msgstr "插入带有一个占位符的「求和符号」。您也可以直接在「命令」窗口中输入「sum」。" #: 03090300.xhp msgctxt "" @@ -1814,7 +1814,7 @@ "par_id3151332\n" "help.text" msgid "Inserts a product sign with one placeholder. You can also type prod directly in the Commands window." -msgstr "插入带有一个占位符的「乘积符号」。您也可以直接在「命令」窗口中输入「prod 。" +msgstr "插入带有一个占位符的「乘积符号」。您也可以直接在「命令」窗口中输入「prod 」。" #: 03090300.xhp msgctxt "" @@ -1838,7 +1838,7 @@ "par_id3147098\n" "help.text" msgid "Inserts a coproduct symbol with one placeholder. You can also enter coprod directly in the Commands window." -msgstr "插入带有一个占位符的「余积符号」。您也可以直接在「命令」窗口中输入「coprod 。" +msgstr "插入带有一个占位符的「余积符号」。您也可以直接在「命令」窗口中输入「coprod 」。" #: 03090300.xhp msgctxt "" @@ -2142,7 +2142,7 @@ "par_id3150760\n" "help.text" msgid "The following is a list of all functions that appear in the Elements pane. The icon next to the function indicates that it can be accessed through the Elements pane (menu View - Elements) or through the context menu of the Commands window." -msgstr "以下是公式元素面板中出现的所有函数的列表。函数旁边的图标表示该函数可以通过「公式元素」面板(菜单「视图」-「公式元素」)或「命令」窗口的右键菜单访问。" +msgstr "以下是「公式元素」面板中出现的所有函数的列表。函数旁边的图标表示该函数可以通过「公式元素」面板 (「视图 - 公式元素」菜单) 或「命令」窗口的右键菜单访问。" #: 03090400.xhp msgctxt "" @@ -2174,7 +2174,7 @@ "par_id3147254\n" "help.text" msgid "Inserts a natural exponential function. You can also type func e^ directly in the Commands window." -msgstr "插入一个自然指数函数。您也可以直接在「命令」窗口中输入「func e^。" +msgstr "插入一个自然指数函数。您也可以直接在「命令」窗口中输入「func e^」。" #: 03090400.xhp msgctxt "" @@ -2198,7 +2198,7 @@ "par_id3152947\n" "help.text" msgid "Inserts a natural (base e) logarithm with one placeholder. You can also type ln() in the Commands window." -msgstr "插入带有一个占位符的自然对数 (以 e 为底数)。您也可以在「命令」窗口中输入「ln()。" +msgstr "插入带有一个占位符的自然对数 (以 e 为底数)。您也可以在「命令」窗口中输入「ln()」。" #: 03090400.xhp msgctxt "" @@ -2222,7 +2222,7 @@ "par_id3151309\n" "help.text" msgid "Inserts an exponential function with one placeholder. You can also type exp() in the Commands window." -msgstr "插入带有一个占位符的指数函数。您也可以在「命令」窗口中输入「exp()。" +msgstr "插入带有一个占位符的指数函数。您也可以在「命令」窗口中输入「exp()」。" #: 03090400.xhp msgctxt "" @@ -2246,7 +2246,7 @@ "par_id3159190\n" "help.text" msgid "Inserts a common (base 10) logarithm with one placeholder. You can also type log() in the Commands window." -msgstr "插入带有一个占位符的常用对数 (以 10 为底数)。您也可以在「命令」窗口中输入「log()。" +msgstr "插入带有一个占位符的常用对数 (以 10 为底数)。您也可以在「命令」窗口中输入「log()」。" #: 03090400.xhp msgctxt "" @@ -2270,7 +2270,7 @@ "par_id3151250\n" "help.text" msgid "Inserts x raised to the yth power. You can also type ^{} in the Commands window. You can replace the ^ character with rsup or sup." -msgstr "插入 x 的 y 次幂。您也可以在「命令」窗口中输入「^{}。可以将「^」字符替换为「rsup」或「sup」。" +msgstr "插入 x 的 y 次幂。您也可以在「命令」窗口中输入「^{}」。可以将「^」字符替换为「rsup」或「sup」。" #: 03090400.xhp msgctxt "" @@ -2294,7 +2294,7 @@ "par_id3147325\n" "help.text" msgid "Inserts a sine function with one placeholder. You can also type sin() in the Commands window." -msgstr "插入带有一个占位符的正弦函数。您也可以在「命令」窗口中输入「sin()。" +msgstr "插入带有一个占位符的正弦函数。您也可以在「命令」窗口中输入「sin()」。" #: 03090400.xhp msgctxt "" @@ -2318,7 +2318,7 @@ "par_id3151027\n" "help.text" msgid "Inserts a cosine function with one placeholder. You can also type cos() in the Commands window." -msgstr "插入带有一个占位符的余弦函数。您也可以在「命令」窗口中输入「cos()。" +msgstr "插入带有一个占位符的余弦函数。您也可以在「命令」窗口中输入「cos()」。" #: 03090400.xhp msgctxt "" @@ -2342,7 +2342,7 @@ "par_id3156379\n" "help.text" msgid "Inserts a tangent function with one placeholder. You can also type tan() in the Commands window." -msgstr "插入带有一个占位符的正切函数。您也可以在「命令」窗口中输入「tan)。" +msgstr "插入带有一个占位符的正切函数。您也可以在「命令」窗口中输入「tan)」。" #: 03090400.xhp msgctxt "" @@ -2366,7 +2366,7 @@ "par_id3150691\n" "help.text" msgid "Inserts a cotangent symbol with a placeholder. You can also type cot() in the Commands window." -msgstr "插入带有一个占位符的余切符号。您也可以在「命令」窗口中输入「cot()。" +msgstr "插入带有一个占位符的余切符号。您也可以在「命令」窗口中输入「cot()」。" #: 03090400.xhp msgctxt "" @@ -2390,7 +2390,7 @@ "par_id3145132\n" "help.text" msgid "Inserts a hyperbolic sine with one placeholder. You can also type sinh() in the Commands window." -msgstr "插入带有一个占位符的双曲正弦函数。您也可以在「命令」窗口中输入「sinh()。" +msgstr "插入带有一个占位符的双曲正弦函数。您也可以在「命令」窗口中输入「sinh()」。" #: 03090400.xhp msgctxt "" @@ -2414,7 +2414,7 @@ "par_id3147746\n" "help.text" msgid "Inserts a square root symbol with one placeholder. You can also type sqrt() in the Commands window." -msgstr "插入带有一个占位符的平方根符号。您也可以在「命令」窗口中输入「sqrt()。" +msgstr "插入带有一个占位符的平方根符号。您也可以在「命令」窗口中输入「sqrt()」。" #: 03090400.xhp msgctxt "" @@ -2438,7 +2438,7 @@ "par_id3148857\n" "help.text" msgid "Inserts a hyperbolic cosine symbol with one placeholder. You can also type cosh() in the Commands window." -msgstr "插入带有一个占位符的双曲余弦符号。您也可以在「命令」窗口中输入「cosh()。" +msgstr "插入带有一个占位符的双曲余弦符号。您也可以在「命令」窗口中输入「cosh()」。" #: 03090400.xhp msgctxt "" @@ -2462,7 +2462,7 @@ "par_id3153791\n" "help.text" msgid "Inserts a hyperbolic tangent symbol with one placeholder. You can also type tanh() in the Commands window." -msgstr "插入带有一个占位符的双曲正切符号。您也可以在「命令」窗口中输入「tanh()。" +msgstr "插入带有一个占位符的双曲正切符号。您也可以在「命令」窗口中输入「tanh()」。" #: 03090400.xhp msgctxt "" @@ -2486,7 +2486,7 @@ "par_id3156131\n" "help.text" msgid "Inserts a hyperbolic cotangent symbol with one placeholder. You can directly type coth() in the Commands window." -msgstr "插入带有一个占位符的双曲余切符号。您可以直接在「命令」窗口中输入「coth()。" +msgstr "插入带有一个占位符的双曲余切符号。您可以直接在「命令」窗口中输入「coth()」。" #: 03090400.xhp msgctxt "" @@ -2534,7 +2534,7 @@ "par_id3149236\n" "help.text" msgid "Inserts an arc sine function with one placeholder. You can also type arcsin() in the Commands window." -msgstr "插入带有一个占位符的反正弦函数。您也可以在「命令」窗口中输入「arcsin()。" +msgstr "插入带有一个占位符的反正弦函数。您也可以在「命令」窗口中输入「arcsin()」。" #: 03090400.xhp msgctxt "" @@ -2558,7 +2558,7 @@ "par_id3149991\n" "help.text" msgid "Inserts an arc cosine symbol with one placeholder. You can also type arccos() in the Commands window." -msgstr "插入带有一个占位符的反余弦符号。您也可以在「命令」窗口中输入「arccos()。" +msgstr "插入带有一个占位符的反余弦符号。您也可以在「命令」窗口中输入「arccos()」。" #: 03090400.xhp msgctxt "" @@ -2582,7 +2582,7 @@ "par_id3155790\n" "help.text" msgid "Inserts an arc tangent function with one placeholder. You can also type arctan() in the Commands window." -msgstr "插入带有一个占位符的反正切函数。您也可以在「命令」窗口中输入「arctan()。" +msgstr "插入带有一个占位符的反正切函数。您也可以在「命令」窗口中输入「arctan()」。" #: 03090400.xhp msgctxt "" @@ -2606,7 +2606,7 @@ "par_id3151006\n" "help.text" msgid "Inserts an arc cotangent function with one placeholder. You can directly type arccot() in the Commands window." -msgstr "插入带有一个占位符的反余切函数。您可以在「命令」窗口中直接输入「arccot()。" +msgstr "插入带有一个占位符的反余切函数。您可以在「命令」窗口中直接输入「arccot()」。" #: 03090400.xhp msgctxt "" @@ -2630,7 +2630,7 @@ "par_id3147395\n" "help.text" msgid "Inserts an absolute value sign with one placeholder. You can also type abs() in the Commands window." -msgstr "插入带有一个占位符的绝对值符号。您也可以在「命令」窗口中输入「abs()。" +msgstr "插入带有一个占位符的绝对值符号。您也可以在「命令」窗口中输入「abs()」。" #: 03090400.xhp msgctxt "" @@ -2654,7 +2654,7 @@ "par_id3154671\n" "help.text" msgid "Inserts an area hyperbolic sine function with one placeholder. You can also type arsinh() in the Commands window." -msgstr "插入带有一个占位符的区域双曲正弦函数。您也可以在「命令」窗口中输入「arsinh()。" +msgstr "插入带有一个占位符的区域双曲正弦函数。您也可以在「命令」窗口中输入「arsinh()」。" #: 03090400.xhp msgctxt "" @@ -2678,7 +2678,7 @@ "par_id3145652\n" "help.text" msgid "Inserts an area hyperbolic cosine function with one placeholder. You can also type arcosh() in the Commands window." -msgstr "插入带有一个占位符的区域双曲余弦函数。您也可以在「命令」窗口中输入「arcosh()。" +msgstr "插入带有一个占位符的区域双曲余弦函数。您也可以在「命令」窗口中输入「arcosh()」。" #: 03090400.xhp msgctxt "" @@ -2702,7 +2702,7 @@ "par_id3155536\n" "help.text" msgid "Inserts an area hyperbolic tangent function with one placeholder. You can also type artanh() in the Commands window." -msgstr "插入带有一个占位符的区域双曲正切函数。您也可以在「命令」窗口中输入「artanh()。" +msgstr "插入带有一个占位符的区域双曲正切函数。您也可以在「命令」窗口中输入「artanh()」。" #: 03090400.xhp msgctxt "" @@ -2726,7 +2726,7 @@ "par_id3154207\n" "help.text" msgid "Inserts an area hyperbolic cotangent function with one placeholder. You can also type arcoth() in the Commands window." -msgstr "插入带有一个占位符的区域双曲余切函数。您也可以在「命令」窗口中输入「arcoth()。" +msgstr "插入带有一个占位符的区域双曲余切函数。您也可以在「命令」窗口中输入「arcoth()」。" #: 03090400.xhp msgctxt "" @@ -2750,7 +2750,7 @@ "par_id3156019\n" "help.text" msgid "Inserts the factorial sign with one placeholder. You can directly type fact in the Commands window." -msgstr "插入带有一个占位符的阶乘符号。您可以直接在「命令」窗口中输入「fact 。" +msgstr "插入带有一个占位符的阶乘符号。您可以直接在「命令」窗口中输入「fact 」。" #: 03090400.xhp msgctxt "" @@ -2798,7 +2798,7 @@ "par_id3147258\n" "help.text" msgid "You can choose among various bracket types to structure a $[officename] Math formula. Bracket types are displayed in the lower part of the Elements pane. These brackets are also listed in the context menu of the Commands window. All brackets that are not contained in the Elements pane or in the context menu can be typed manually in the Commands window." -msgstr "您可以在多种括号类型中进行选择以构建 $[officename] Math 公式。括号类型显示在「公式元素」面板的下方区域中。这些括号也会在「命令」窗口的右键菜单中列出。所有未包含在「公式元素」面板或右键菜单中的括号,均可以在「命令」窗口中手动输入。" +msgstr "您可以在多种括号类型中进行选择以构建「$[officename] Math」公式。括号类型显示在「公式元素」面板的下方区域中。这些括号也会在「命令」窗口的右键菜单中列出。所有未包含在「公式元素」面板或右键菜单中的括号,均可以在「命令」窗口中手动输入。" #: 03090500.xhp msgctxt "" @@ -2806,7 +2806,7 @@ "par_id3154264\n" "help.text" msgid "The following is a complete list of all available bracket types. The icon next to the bracket type indicates that it can be accessed through the Elements pane (menu View - Elements) or through the context menu of the Commands window." -msgstr "以下是所有可用括号类型的完整列表。括号类型旁边的图标表示该括号类型可以通过「公式元素」面板 (「视图」-「公式元素」菜单) 或「命令」窗口的右键菜单访问。" +msgstr "以下是所有可用括号类型的完整列表。括号类型旁边的图标表示该括号类型可以通过「公式元素」面板 (「视图 - 公式元素」菜单) 或「命令」窗口的右键菜单访问。" #: 03090500.xhp msgctxt "" @@ -2838,7 +2838,7 @@ "par_id3151102\n" "help.text" msgid "Inserts a placeholder within normal round brackets (parentheses). You can also type () in the Commands window." -msgstr "在普通圆括号 (小括号) 间插入一个占位符。您也可以在「命令」窗口中输入「()。" +msgstr "在普通圆括号 (小括号) 间插入一个占位符。您也可以在「命令」窗口中输入「()」。" #: 03090500.xhp msgctxt "" @@ -2862,7 +2862,7 @@ "par_id3150356\n" "help.text" msgid "Inserts a placeholder within square brackets. You can also type [] in the Commands window." -msgstr "在方括号内插入一个占位符。您也可以在「命令」窗口中输入「。" +msgstr "在方括号内插入一个占位符。您也可以在「命令」窗口中输入「」。" #: 03090500.xhp msgctxt "" @@ -2886,7 +2886,7 @@ "par_id3155175\n" "help.text" msgid "Inserts a placeholder within double square brackets. You can also type ldbracket rdbracket in the Commands window." -msgstr "在双重方括号内插入一个占位符。您也可以在「命令」窗口中输入「ldbracket rdbracket。" +msgstr "在双重方括号内插入一个占位符。您也可以在「命令」窗口中输入「ldbracket rdbracket」。" #: 03090500.xhp msgctxt "" @@ -2910,7 +2910,7 @@ "par_id3147101\n" "help.text" msgid "Inserts a placeholder within braces (curly brackets). You can also type lbracerbrace directly in the Commands window." -msgstr "插入一个带有花括号 (弯曲的括号) 的占位符。您也可以直接在「命令」窗口中输入「lbracerbrace。" +msgstr "插入一个带有花括号 (弯曲的括号) 的占位符。您也可以直接在「命令」窗口中输入「lbracerbrace」。" #: 03090500.xhp msgctxt "" @@ -2934,7 +2934,7 @@ "par_id3155146\n" "help.text" msgid "Inserts a placeholder within vertical bars. You can also type lline rline directly in the Commands window." -msgstr "在竖线中插入一个占位符。您也可以直接在「命令」窗口中输入「lline rline。" +msgstr "在竖线中插入一个占位符。您也可以直接在「命令」窗口中输入「lline rline」。" #: 03090500.xhp msgctxt "" @@ -2958,7 +2958,7 @@ "par_id3149175\n" "help.text" msgid "Inserts a placeholder within double vertical bars. You can also type ldline rdline directly in the Commands window." -msgstr "在双竖线中插入一个占位符。您也可以直接在「命令」窗口中输入「ldline rdline。" +msgstr "在双竖线中插入一个占位符。您也可以直接在「命令」窗口中输入「ldline rdline」。" #: 03090500.xhp msgctxt "" @@ -2982,7 +2982,7 @@ "par_id3155913\n" "help.text" msgid "Inserts a placeholder within angle brackets. You can also type langle rangle in the Commands window." -msgstr "在尖括号中插入一个占位符。您也可以在「命令」窗口中输入「langle rangle。" +msgstr "在尖括号中插入一个占位符。您也可以在「命令」窗口中输入「langle rangle」。" #: 03090500.xhp msgctxt "" @@ -3006,7 +3006,7 @@ "par_id3147425\n" "help.text" msgid "Inserts two placeholders within operator brackets. You can also type langle mline rangle in the Commands window." -msgstr "在运算符括号中插入一个占位符。您也可以在「命令」窗口中输入「langle mline rangle。" +msgstr "在运算符括号中插入一个占位符。您也可以在「命令」窗口中输入「langle mline rangle」。" #: 03090500.xhp msgctxt "" @@ -3030,7 +3030,7 @@ "par_id3155976\n" "help.text" msgid "Inserts group brackets. You can also type {} in the Commands window." -msgstr "插入组合括号。您也可以在「命令」窗口中输入「{}。" +msgstr "插入组合括号。您也可以在「命令」窗口中输入「{}」。" #: 03090500.xhp msgctxt "" @@ -3054,7 +3054,7 @@ "par_id3146345\n" "help.text" msgid "Inserts scalable rounded brackets with one placeholder. You can also type left( right) in the Commands window." -msgstr "插入带有一个占位符的「可缩放圆括号」。您也可以在「命令」窗口中输入「left( right)。" +msgstr "插入带有一个占位符的「可缩放圆括号」。您也可以在「命令」窗口中输入「left( right)」。" #: 03090500.xhp msgctxt "" @@ -3078,7 +3078,7 @@ "par_id3148438\n" "help.text" msgid "Inserts scalable square brackets with placeholders. You can also type left[ right] in the Commands window. The size of the brackets is adjusted automatically." -msgstr "插入带有占位符的可缩放方括号。您也可以在「命令」窗口中输入「left[ right。括号的大小将自动调整。" +msgstr "插入带有占位符的可缩放方括号。您也可以在「命令」窗口中输入「left[ right」。括号的大小将自动调整。" #: 03090500.xhp msgctxt "" @@ -3102,7 +3102,7 @@ "par_id3150161\n" "help.text" msgid "Inserts scalable double square brackets with placeholders. You can also type left ldbracket right rdbracket directly in the Commands window. The bracket size is adjusted automatically." -msgstr "插入带有占位符的可缩放双重方括号。您也可以直接在「命令」窗口中输入「left ldbracket right rdbracket。括号的大小将自动调整。" +msgstr "插入带有占位符的可缩放双重方括号。您也可以直接在「命令」窗口中输入「left ldbracket right rdbracket」。括号的大小将自动调整。" #: 03090500.xhp msgctxt "" @@ -3126,7 +3126,7 @@ "par_id3154724\n" "help.text" msgid "Inserts scalable braces with a placeholder. You can also type left lbrace right rbrace in the Commands window. The size of the braces is automatically adjusted." -msgstr "插入带有一个占位符的可缩放花括号。您也可以直接在「命令」窗口中输入「left lbrace right rbrace。花括号的大小将自动调整。" +msgstr "插入带有一个占位符的可缩放花括号。您也可以直接在「命令」窗口中输入「left lbrace right rbrace」。花括号的大小将自动调整。" #: 03090500.xhp msgctxt "" @@ -3150,7 +3150,7 @@ "par_id3145634\n" "help.text" msgid "Inserts scalable single vertical bars with a placeholder. You can also type left lline right rline in the Commands window. The size of the brackets is automatically adjusted." -msgstr "插入带有一个占位符的可缩放单竖线。您也可以直接在「命令」窗口中输入「left lline right rline。括号的大小将自动调整。" +msgstr "插入带有一个占位符的可缩放单竖线。您也可以直接在「命令」窗口中输入「left lline right rline」。括号的大小将自动调整。" #: 03090500.xhp msgctxt "" @@ -3174,7 +3174,7 @@ "par_id3146950\n" "help.text" msgid "Inserts scalable double vertical bars with a placeholder. You can also type left ldline right rdline in the Commands window. The size of the brackets is automatically adjusted." -msgstr "插入带有一个占位符的可缩放双竖线。您也可以在「命令」窗口中输入「left ldline right rdline。括号的大小将自动调整。" +msgstr "插入带有一个占位符的可缩放双竖线。您也可以在「命令」窗口中输入「left ldline right rdline」。括号的大小将自动调整。" #: 03090500.xhp msgctxt "" @@ -3198,7 +3198,7 @@ "par_id3149372\n" "help.text" msgid "Inserts scalable angle brackets with a placeholder. You can also type left langle right rangle in the Commands window. The size of the brackets is automatically adjusted." -msgstr "插入带有一个占位符的可缩放尖括号。您也可以在「命令」窗口中输入「left langle right rangle。括号的大小将自动调整。" +msgstr "插入带有一个占位符的可缩放尖括号。您也可以在「命令」窗口中输入「left langle right rangle」。括号的大小将自动调整。" #: 03090500.xhp msgctxt "" @@ -3222,7 +3222,7 @@ "par_id3155388\n" "help.text" msgid "Inserts scalable operator brackets with placeholders. You can also type left langle mline right rangle in the Commands window. The bracket size is adjusted automatically." -msgstr "插入带有占位符的可缩放运算符括号。您也可以直接在「命令」窗口中输入「left langle mline right rangle。括号的大小将自动调整。" +msgstr "插入带有占位符的可缩放运算符括号。您也可以直接在「命令」窗口中输入「left langle mline right rangle」。括号的大小将自动调整。" #: 03090500.xhp msgctxt "" @@ -3246,7 +3246,7 @@ "par_id3154621\n" "help.text" msgid "Inserts a scalable horizontal upper brace with placeholders. You can also enter overbrace directly in the Commands window. The bracket size is adjusted automatically." -msgstr "插入一个带占位符的可缩放水平上部花括号。您也可以在「命令」窗口中直接输入「 overbrace 。括号大小将自动调整。" +msgstr "插入一个带占位符的可缩放水平上部花括号。您也可以在「命令」窗口中直接输入「 overbrace 」。括号大小将自动调整。" #: 03090500.xhp msgctxt "" @@ -3270,7 +3270,7 @@ "par_id3154023\n" "help.text" msgid "Inserts a scalable horizontal lower brace with placeholders. You can also type underbrace directly in the Commands window. The bracket size is adjusted automatically." -msgstr "插入一个带占位符的可缩放水平下部花括号。您也可以直接在「命令」窗口中输入「 underbrace 。括号的大小将自动调整。" +msgstr "插入一个带占位符的可缩放水平下部花括号。您也可以直接在「命令」窗口中输入「 underbrace 」。括号的大小将自动调整。" #: 03090500.xhp msgctxt "" @@ -3278,7 +3278,7 @@ "par_id3149954\n" "help.text" msgid "To insert floor brackets, type lfloorrfloor directly in the Commands window." -msgstr "要插入下限括号,请直接在「命令」窗口中输入「lfloorrfloor" +msgstr "要插入下限括号,请直接在「命令」窗口中输入「lfloorrfloor」。" #: 03090500.xhp msgctxt "" @@ -3286,7 +3286,7 @@ "par_id3150592\n" "help.text" msgid "To insert ceiling brackets, type lceilrceil directly in the Commands window." -msgstr "要插入上限括号,请直接在「命令」窗口中输入「lceilrceil" +msgstr "要插入上限括号,请直接在「命令」窗口中输入「lceilrceil」。" #: 03090500.xhp msgctxt "" @@ -3294,7 +3294,7 @@ "par_id3149623\n" "help.text" msgid "To insert scalable floor brackets, type left lfloorright rfloor directly in the Commands window." -msgstr "要插入可缩放下限括号,请直接在「命令」窗口中输入「left lfloorright rfloor" +msgstr "要插入可缩放下限括号,请直接在「命令」窗口中输入「left lfloorright rfloor」。" #: 03090500.xhp msgctxt "" @@ -3302,7 +3302,7 @@ "par_id3145668\n" "help.text" msgid "To insert scalable ceiling brackets, type left lceilright rceil directly in the Commands window." -msgstr "要插入可缩放上限括号,请直接在「命令」窗口中输入「left lceilright rceil" +msgstr "要插入可缩放上限括号,请直接在「命令」窗口中输入「left lceilright rceil」。" #: 03090500.xhp msgctxt "" @@ -3398,7 +3398,7 @@ "par_id3153198\n" "help.text" msgid "Useful information about indexes and exponents as well as scaling helps you structure formulas effectively. For more information about brackets, see Brackets and Grouping." -msgstr "关于根指数和指数以及缩放的有用信息可帮助您有效地构建公式。 如需有关括号的详细信息,请参阅括号和组合。" +msgstr "关于根指数和指数以及缩放的有用信息可帮助您有效地构建公式。 如需有关括号的详细信息,请参阅括号和组合。" #: 03090600.xhp msgctxt "" @@ -3430,7 +3430,7 @@ "par_id3145802\n" "help.text" msgid "You can choose from various attributes for %PRODUCTNAME Math formulas. Some attributes are displayed in the lower part of the Elements pane. These attributes are also listed in the context menu of the Commands window. All attributes not contained in the Elements pane or in the context menu must be typed manually in the Commands window." -msgstr "您可以从「%PRODUCTNAMEMath 公式的不同属性中进行选择。有些属性显示在「公式元素」面板的下方区域。这些属性也会在「命令」窗口的右键菜单中列出。所有未包含在「公式元素」面板或右键菜单中的属性,均必须在「命令」窗口中手动输入。" +msgstr "您可以从「%PRODUCTNAME Math」 公式的不同属性中进行选择。有些属性显示在「公式元素」面板的下方区域。这些属性也会在「命令」窗口的右键菜单中列出。所有未包含在「公式元素」面板或右键菜单中的属性,均必须在「命令」窗口中手动输入。" #: 03090600.xhp msgctxt "" @@ -3478,7 +3478,7 @@ "par_id3150533\n" "help.text" msgid "Inserts a placeholder with an acute accent. You can also type acute in the Commands window." -msgstr "插入带有锐音符的占位符。您也可以在「命令」窗口中输入「acute。" +msgstr "插入带有锐音符的占位符。您也可以在「命令」窗口中输入「acute」。" #: 03090600.xhp msgctxt "" @@ -3502,7 +3502,7 @@ "par_id3150018\n" "help.text" msgid "Inserts a placeholder with a grave accent (grave). You can also type grave in the Commands window." -msgstr "插入带有一个「沉音符」(grave) 的占位符。您也可以在「命令」窗口中输入「grave。" +msgstr "插入带有一个「沉音符」(grave) 的占位符。您也可以在「命令」窗口中输入「grave」。" #: 03090600.xhp msgctxt "" @@ -3526,7 +3526,7 @@ "par_id3147167\n" "help.text" msgid "Inserts a placeholder with a reverse circumflex (\"checkmark\") over it. You can also type check in the Commands window." -msgstr "插入一个上方带有反向抑扬符号 (「复选标记」) 的占位符。您也可以在「命令」窗口中输入「check 。" +msgstr "插入一个上方带有反向抑扬符号 (「复选标记」) 的占位符。您也可以在「命令」窗口中输入「check 」。" #: 03090600.xhp msgctxt "" @@ -3550,7 +3550,7 @@ "par_id3153619\n" "help.text" msgid "Inserts a placeholder with an accent breve. You can also type breve in the Commands window." -msgstr "插入一个带有短重音符的占位符。您也可以在「命令」窗口中输入「breve 。" +msgstr "插入一个带有短重音符的占位符。您也可以在「命令」窗口中输入「breve 」。" #: 03090600.xhp msgctxt "" @@ -3574,7 +3574,7 @@ "par_id3153573\n" "help.text" msgid "Inserts a placeholder with a circle over it. You can also type circle in the Commands window." -msgstr "插入一个上方带有圆圈的占位符。您也可以在「命令」窗口中输入「circle。" +msgstr "插入一个上方带有圆圈的占位符。您也可以在「命令」窗口中输入「circle」。" #: 03090600.xhp msgctxt "" @@ -3598,7 +3598,7 @@ "par_id3153539\n" "help.text" msgid "Inserts a placeholder with a vector arrow. You can also type vec in the Commands window." -msgstr "插入带有一个矢量箭头的占位符。您也可以在「命令」窗口中输入「vec。" +msgstr "插入带有一个矢量箭头的占位符。您也可以在「命令」窗口中输入「vec」。" #: 03090600.xhp msgctxt "" @@ -3622,7 +3622,7 @@ "par_id3154570\n" "help.text" msgid "Inserts a placeholder with a tilde. You can also type tilde in the Commands window." -msgstr "插入一个带有颚化符的占位符。您也可以在「命令」窗口中输入「tilde。" +msgstr "插入一个带有颚化符的占位符。您也可以在「命令」窗口中输入「tilde」。" #: 03090600.xhp msgctxt "" @@ -3670,7 +3670,7 @@ "par_id3149815\n" "help.text" msgid "Inserts a line (\"bar\") above a placeholder . You can also type bar in the Commands window." -msgstr "在占位符上方插入一条线 (「线条」)。您也可以在「命令」窗口中输入「bar 。" +msgstr "在占位符上方插入一条线 (「线条」)。您也可以在「命令」窗口中输入「bar 」。" #: 03090600.xhp msgctxt "" @@ -3694,7 +3694,7 @@ "par_id3154900\n" "help.text" msgid "Inserts a placeholder with a dot over it. You can also type dot in the Commands window." -msgstr "插入上方带有一个点的占位符。您也可以在「命令」窗口中输入「dot。" +msgstr "插入上方带有一个点的占位符。您也可以在「命令」窗口中输入「dot」。" #: 03090600.xhp msgctxt "" @@ -3790,7 +3790,7 @@ "par_id3149541\n" "help.text" msgid "Inserts a placeholder with two dots over it. You can also directly enter ddot in the Commands window." -msgstr "插入上方带有两个点的占位符。您也可以直接在「命令」窗口中输入「ddot。" +msgstr "插入上方带有两个点的占位符。您也可以直接在「命令」窗口中输入「ddot」。" #: 03090600.xhp msgctxt "" @@ -3838,7 +3838,7 @@ "par_id3153269\n" "help.text" msgid "Inserts a line below a placeholder. You can also type underline in the Commands window." -msgstr "在占位符下插入一个线条。您也可以在「命令」窗口中输入「underline。" +msgstr "在占位符下插入一个线条。您也可以在「命令」窗口中输入「underline」。" #: 03090600.xhp msgctxt "" @@ -3862,7 +3862,7 @@ "par_id3153304\n" "help.text" msgid "Inserts a placeholder with a line (or overstrike) through it. You can also type overstrike in the Commands window." -msgstr "插入带有横贯线条 (贯穿线) 的占位符。您也可以在「命令」窗口中输入「overstrike。" +msgstr "插入带有横贯线条 (贯穿线) 的占位符。您也可以在「命令」窗口中输入「overstrike」。" #: 03090600.xhp msgctxt "" @@ -3886,7 +3886,7 @@ "par_id3154718\n" "help.text" msgid "Inserts three dots over a placeholder. You can also type dddot in the Commands window." -msgstr "在占位符上插入三个点。您也可以在「命令」窗口中输入「dddot。" +msgstr "在占位符上插入三个点。您也可以在「命令」窗口中输入「dddot」。" #: 03090600.xhp msgctxt "" @@ -3910,7 +3910,7 @@ "par_id3155074\n" "help.text" msgid "Inserts a placeholder for a transparent character. This character takes up the space of \"a\" but does not display it. You can also type phantom in the Commands window." -msgstr "为透明字符插入一个占位符。此字符占据 \"a\" 的空间,但不显示它。您也可以在「命令」窗口中输入「phantom。" +msgstr "为透明字符插入一个占位符。此字符占据 \"a\" 的空间,但不显示它。您也可以在「命令」窗口中输入「phantom」。" #: 03090600.xhp msgctxt "" @@ -3934,7 +3934,7 @@ "par_id3150101\n" "help.text" msgid "Inserts a placeholder with bold formatting. You can also type bold in the Commands window." -msgstr "插入一个带有粗体格式的占位符。您也可以在「命令」窗口中输入「bold 。" +msgstr "插入一个带有粗体格式的占位符。您也可以在「命令」窗口中输入「bold 」。" #: 03090600.xhp msgctxt "" @@ -3958,7 +3958,7 @@ "par_id3147355\n" "help.text" msgid "Inserts a placeholder with italic formatting. You can also type ital or italic in the Commands window." -msgstr "插入一个带有斜体格式的占位符。您也可以在「命令」窗口中输入「ital 」或「italic 。" +msgstr "插入一个带有斜体格式的占位符。您也可以在「命令」窗口中输入「ital 」或「italic 」。" #: 03090600.xhp msgctxt "" @@ -3982,7 +3982,7 @@ "par_id3153125\n" "help.text" msgid "Inserts a command for modifying the font size with two placeholders. The first placeholder refers to the font size (for example, 12) and the second one contains the text. For proper structure, insert a space between the values. You can also directly enter size in the Commands window." -msgstr "插入带有两个占位符的用于更改字体大小的命令。第一个占位符表示字体大小 (例如 12),第二个占位符包含文本。为确保格式正确,请在各值之间插入一个空格。您也可以直接在「命令」窗口中输入「size 。" +msgstr "插入带有两个占位符的用于更改字体大小的命令。第一个占位符表示字体大小 (例如 12),第二个占位符包含文本。为确保格式正确,请在各值之间插入一个空格。您也可以直接在「命令」窗口中输入「size 」。" #: 03090600.xhp msgctxt "" @@ -4006,7 +4006,7 @@ "par_id3154371\n" "help.text" msgid "Inserts a command for changing the font type, with two placeholders. Replace the first placeholder with the name of one of the custom fonts, Serif, Sans or Fixed. Replace the second placeholder with the text. You can also type font directly in the Commands window." -msgstr "插入带有两个占位符的用于修改字体类型的命令。使用任一自定义字体、「Serif、Sans」或「Fixed」的名称,替换第一个占位符。使用文本替换第二个占位符。您也可以直接在「命令」窗口中输入「font。" +msgstr "插入带有两个占位符的用于修改字体类型的命令。使用任一自定义字体、「Serif、Sans」或「Fixed」的名称,替换第一个占位符。使用文本替换第二个占位符。您也可以直接在「命令」窗口中输入「font」。" #: 03090600.xhp msgctxt "" @@ -4054,7 +4054,7 @@ "par_id3145230\n" "help.text" msgid "For more information about formatting in %PRODUCTNAME Math, see Brackets and Grouping." -msgstr "有关在「%PRODUCTNAMEMath中进行格式化的详细信息,请参见 括号和组合。" +msgstr "有关在「%PRODUCTNAME Math」中进行格式化的详细信息,请参见 括号和组合。" #: 03090600.xhp msgctxt "" @@ -4062,7 +4062,7 @@ "par_id3154221\n" "help.text" msgid "Information on attributes, indexes and exponents, and scaling can help you structure your documents more efficiently." -msgstr "有关属性、根指数和指数以及显示比例的信息可以帮助您更有效地构建文档。" +msgstr "有关属性、根指数和指数以及显示比例的信息可以帮助您更有效地构建文档。" #: 03090700.xhp msgctxt "" @@ -4142,7 +4142,7 @@ "par_id3147531\n" "help.text" msgid "Inserts a superscript to the left of a placeholder. You can also type lsup{} in the Commands window." -msgstr "在占位符左侧插入一个上标。您也可以在「命令」窗口中输入「lsup{}。" +msgstr "在占位符左侧插入一个上标。您也可以在「命令」窗口中输入「lsup{}」。" #: 03090700.xhp msgctxt "" @@ -4166,7 +4166,7 @@ "par_id3159195\n" "help.text" msgid "Inserts a superscript directly above a placeholder. You can also type csup directly in the Commands window." -msgstr "在占位符上直接插入一个上标。您也可以直接在「命令」窗口中输入「csup。" +msgstr "在占位符上直接插入一个上标。您也可以直接在「命令」窗口中输入「csup」。" #: 03090700.xhp msgctxt "" @@ -4190,7 +4190,7 @@ "par_id3151262\n" "help.text" msgid "Inserts a superscript to the right of a placeholder. You can also type ^{} directly in the Commands window, or you can use rsup or sup." -msgstr "在占位符右侧插入一个上标。您也可以在「命令」窗口中直接输入「^{}」,或者使用「rsup」或「sup。" +msgstr "在占位符右侧插入一个上标。您也可以在「命令」窗口中直接输入「^{}」,或者使用「rsup」或「sup」。" #: 03090700.xhp msgctxt "" @@ -4214,7 +4214,7 @@ "par_id3147326\n" "help.text" msgid "Inserts a vertical stack (binomial) with two placeholders. You can also type binom directly in the Commands window." -msgstr "插入带有两个占位符的垂直堆栈 (二项式)。您也可以直接在「命令」窗口中输入「binom。" +msgstr "插入带有两个占位符的垂直堆栈 (二项式)。您也可以直接在「命令」窗口中输入「binom」。" #: 03090700.xhp msgctxt "" @@ -4262,7 +4262,7 @@ "par_id3147309\n" "help.text" msgid "Inserts a subscript to the left of a placeholder. You can also type lsub{} in the Commands window." -msgstr "在占位符左侧插入一个下标。您也可以在「命令」窗口中输入「lsub{}。" +msgstr "在占位符左侧插入一个下标。您也可以在「命令」窗口中输入「lsub{}」。" #: 03090700.xhp msgctxt "" @@ -4286,7 +4286,7 @@ "par_id3150699\n" "help.text" msgid "Inserts a subscript directly under a placeholder. You can also type csub directly in the Commands window." -msgstr "在占位符下直接插入一个下标。您也可以直接在「命令」窗口中输入「csub。" +msgstr "在占位符下直接插入一个下标。您也可以直接在「命令」窗口中输入「csub」。" #: 03090700.xhp msgctxt "" @@ -4310,7 +4310,7 @@ "par_id3146913\n" "help.text" msgid "Inserts a subscript to the right of a placeholder. You can also type _{} in the Commands window, and the subscript dash can be replaced by rsub or sub." -msgstr "在占位符右侧插入一个下标。您也可以在「命令」窗口中输入「_{},并且下标短划线可使用「rsub」或 sub 替换。" +msgstr "在占位符右侧插入一个下标。您也可以在「命令」窗口中输入「_{}」,并且下标短划线可使用「rsub」或「sub」替换。" #: 03090700.xhp msgctxt "" @@ -4334,7 +4334,7 @@ "par_id3146332\n" "help.text" msgid "Inserts a vertical stack with three placeholders. You can also type stack {##} in the Commands window." -msgstr "插入包含三个占位符的垂直堆栈。您也可以在「命令」窗口中输入「stack {##}。" +msgstr "插入包含三个占位符的垂直堆栈。您也可以在「命令」窗口中输入「stack {##}」。" #: 03090700.xhp msgctxt "" @@ -4382,7 +4382,7 @@ "par_id3154592\n" "help.text" msgid "This icon assigns left-alignment to \"a\" and inserts a placeholder. You can type alignl directly in the Commands window." -msgstr "使用此图标可为 \"a\" 指定左对齐并插入一个占位符。您可以直接在「命令」窗口中输入「alignl。" +msgstr "使用此图标可为 \"a\" 指定左对齐并插入一个占位符。您可以直接在「命令」窗口中输入「alignl」。" #: 03090700.xhp msgctxt "" @@ -4406,7 +4406,7 @@ "par_id3149319\n" "help.text" msgid "Assigns horizontal central alignment to \"a\" and inserts a placeholder. You can also type alignc directly in the Commands window." -msgstr "为 \"a\" 指定水平居中对齐并插入一个占位符。您也可以直接在「命令」窗口中输入「alignc。" +msgstr "为 \"a\" 指定水平居中对齐并插入一个占位符。您也可以直接在「命令」窗口中输入「alignc」。" #: 03090700.xhp msgctxt "" @@ -4430,7 +4430,7 @@ "par_id3149780\n" "help.text" msgid "Inserts the command for right alignment and a placeholder. You can also type alignr in the Commands window." -msgstr "插入右对齐命令和一个占位符。您也可以在「命令」窗口中输入「alignr。" +msgstr "插入右对齐命令和一个占位符。您也可以在「命令」窗口中输入「alignr」。" #: 03090700.xhp msgctxt "" @@ -4454,7 +4454,7 @@ "par_id3146941\n" "help.text" msgid "This icon inserts a matrix with four placeholders. You can also type matrix{####} directly in the Commands window. The position of an element inside this diagram is indicated by two coordinates; the first specifies the line number and the second the column number. You can expand this matrix in any direction in the Commands window by adding characters." -msgstr "使用此图标可插入带有四个占位符的矩阵。您也可以直接在「命令」窗口中输入「matrix{####}。此图中元素的位置由两个坐标表示;第一个坐标指定行号,第二个坐标指定列号。通过添加字符,您可以在「命令」窗口中向任意方向扩展此矩阵。" +msgstr "使用此图标可插入带有四个占位符的矩阵。您也可以直接在「命令」窗口中输入「matrix{####}」。此图中元素的位置由两个坐标表示;第一个坐标指定行号,第二个坐标指定列号。通过添加字符,您可以在「命令」窗口中向任意方向扩展此矩阵。" #: 03090700.xhp msgctxt "" @@ -4542,7 +4542,7 @@ "par_id3154004\n" "help.text" msgid "they affect each other, which means that typing {alignl{alignr a}}over{b+c} aligns a on the right." -msgstr "它们会相互影响,例如,输入「{alignl{alignr a}}over{b+c}」会导致 a 向右对齐。" +msgstr "它们会相互影响,例如,输入「{alignl{alignr a}}over{b+c}」会导致「a」向右对齐。" #: 03090700.xhp msgctxt "" @@ -4566,7 +4566,7 @@ "par_id3149645\n" "help.text" msgid "If a line or an expression begins with text, it is aligned on the left by default. You can change this with any of the align commands. An example is stack{a+b-c*d#alignr \"text\"}, where \"text\" appears aligned to the right. Note that text must always be surrounded by quotation marks." -msgstr "如果某一行或表达式以文本开头,则默认情况下会将其在左侧对齐。您可通过任何一项「align」命令来改变这种情况。在示例 stack{a+b-c*d#alignr \"text\"} 中,\"text\" 以右对齐方式出现。注意,此文本必须始终括在引号之内。" +msgstr "如果某一行或表达式以文本开头,则默认情况下会将其在左侧对齐。您可通过任何一项「align」命令来改变这种情况。在示例「stack{a+b-c*d#alignr \"text\"}」中,\"text\" 以右对齐方式出现。注意,此文本必须始终括在引号之内。" #: 03090700.xhp msgctxt "" @@ -4590,7 +4590,7 @@ "par_id3148708\n" "help.text" msgid "Click Brackets and Grouping for more information about formatting in $[officename] Math." -msgstr "您可以通过点击括号和组合来获得 $[officename] Math 中有关格式方面的更多信息。" +msgstr "您可以通过点击括号和组合来获得「$[officename] Math」中有关格式方面的更多信息。" #: 03090700.xhp msgctxt "" @@ -4598,7 +4598,7 @@ "par_id3155340\n" "help.text" msgid "Useful information about Indexes and Exponents and Scaling, helps you organize your document in the best possible way." -msgstr "有关根指数和指数以及显示比例方面的有用信息可以帮助您,使您的文档更加优异。" +msgstr "有关根指数和指数以及显示比例方面的有用信息可以帮助您,使您的文档更加优异。" #: 03090800.xhp msgctxt "" @@ -4814,7 +4814,7 @@ "par_id3145786\n" "help.text" msgid "Use this icon to insert the difference set operator. You can also enter setminus or bslash in the Commands window." -msgstr "使用此图标可插入集运算符。您也可以在「命令」窗口中输入「 setminus 」或「 bslash 」。" +msgstr "使用此图标可插入「」集运算符。您也可以在「命令」窗口中输入「 setminus 」或「 bslash 」。" #: 03090800.xhp msgctxt "" @@ -4886,7 +4886,7 @@ "par_id3156227\n" "help.text" msgid "Use this icon to insert the is a subset of set operator. You can also enter subset directly in the Commands window." -msgstr "使用此图标插入是子集集合运算符。您也可以直接在「命令」窗口中输入「subset」。" +msgstr "使用此图标插入「是子集」集合运算符。您也可以直接在「命令」窗口中输入「subset」。" #: 03090800.xhp msgctxt "" @@ -5798,7 +5798,7 @@ "par_id3147514\n" "help.text" msgid "In this way, intervals like the one above can be built in $[officename] Math without any problems: \\[2\", \"3\\) or \"\\]2\", \"3\\[ (Attention: These quotation marks are part of the entry.)" -msgstr "这样,上述区间那样的情形便能在 $[officename] Math 毫无问题地表达了: \\[2\", \"3\\) 或 \"\\]2\", \"3\\[ (注意: 这些引号属于输入内容。)" +msgstr "这样,上述区间那样的情形便能在「$[officename] Math」毫无问题地表达了: \\[2\", \"3\\) 或 \"\\]2\", \"3\\[ (注意: 这些引号属于输入内容。)" #: 03091100.xhp msgctxt "" @@ -5806,7 +5806,7 @@ "par_id3153532\n" "help.text" msgid "Please note that the quotation marks must be entered and can be obtained with Shift+2 and not with typographical quotation marks. Generally, punctuation marks (like the comma in this case) are set as text. Although it is also possible to type \"\\[2,~3\\)\" the above option is preferable. In the previous example, \"fixed size\" always describes a bracket size dependent on the font size used." -msgstr "请注意,其中的引号必须要输入,并可通过 Shift+2 获得,而不能使用印刷引号。通常,标点符号 (例如本例中的逗号) 被设置为文本。尽管也可以输入 \"\\[2,~3\\)\",但最好使用上面的选项。在上一个示例中,「固定大小」通常表示取决于所用字体的括号大小。" +msgstr "请注意,其中的引号必须要输入,并可通过「Shift+2」获得,而不能使用印刷引号。通常,标点符号 (例如本例中的逗号) 被设置为文本。尽管也可以输入 \"\\[2,~3\\)\",但最好使用上面的选项。在上一个示例中,「固定大小」通常表示取决于所用字体的括号大小。" #: 03091100.xhp msgctxt "" @@ -6022,7 +6022,7 @@ "par_id3153730\n" "help.text" msgid "Here, you will find basic information about indexes and exponents in $[officename] Math. You can try the examples described here to help you understand the details discussed. (The quotation marks in this text are for emphasis purposes only and are not part of the examples.)" -msgstr "在此您可以就获得 $[officename] Math 中有关根指数和指数的基本信息。所有在此介绍的示例您都可以亲自试做,并回顾先前谈到的细节。 (引号仅用作突出文字,并不属于示例和命令的内容。)" +msgstr "在此您可以就获得「$[officename] Math」中有关根指数和指数的基本信息。所有在此介绍的示例您都可以亲自试做,并回顾先前谈到的细节。 (引号仅用作突出文字,并不属于示例和命令的内容。)" #: 03091200.xhp msgctxt "" @@ -6118,7 +6118,7 @@ "par_id3154260\n" "help.text" msgid "To write tensors, $[officename] Math provides several options. In addition to the notation \"R_i{}^{jk}{}_l\", common in other applications, additional notations can be used, namely \"R_i{}^jk{}_l\" and \"{{R_i}^jk}_l\"." -msgstr "为录入张量,$[officename] Math 提供了多种可能性。除了在其他程序中常见的编写方式 \"R_i{}^{jk}{}_l\" 还可应用其他方法,即 \"R_i{}^jk{}_l\" 和 \"{{R_i}^jk}_l\"。" +msgstr "为录入张量,「$[officename] Math」提供了多种可能性。除了在其他程序中常见的编写方式 \"R_i{}^{jk}{}_l\" 还可应用其他方法,即 \"R_i{}^jk{}_l\" 和 \"{{R_i}^jk}_l\"。" #: 03091200.xhp msgctxt "" @@ -6198,7 +6198,7 @@ "par_id3150051\n" "help.text" msgid "Additional information about attributes in $[officename] Math is found here." -msgstr "在此处可以获得有关 $[officename] Math 中各属性的附加信息。" +msgstr "在此处可以获得有关「$[officename] Math」中各属性的附加信息。" #: 03091300.xhp msgctxt "" @@ -10686,7 +10686,7 @@ "par_id3158042\n" "help.text" msgid "To insert a placeholder into your formula, type in the Commands window." -msgstr "要在公式中插入占位符,请在「命令」窗口中输入「。" +msgstr "要在公式中插入占位符,请在「命令」窗口中输入「」。" #: 05010000.xhp msgctxt "" @@ -11230,7 +11230,7 @@ "par_id3143228\n" "help.text" msgid "Use the Category button to determine the formula element for which you would like to specify the spacing. The appearance of the dialog depends on the selected category. A preview window shows you which spacing is modified through the respective boxes." -msgstr "用按钮类别您可确定,该间距是针对哪些公式元素的。根据所选类别的不同,对话框的外观也相应变化。在一个预览窗口中向您显示,在各滚动框中哪些间距是可变的。" +msgstr "用按钮「类别」您可确定,该间距是针对哪些公式元素的。根据所选类别的不同,对话框的外观也相应变化。在一个预览窗口中向您显示,在各滚动框中哪些间距是可变的。" #: 05030000.xhp msgctxt "" @@ -11566,7 +11566,7 @@ "par_id3154799\n" "help.text" msgid "Scales all types of brackets. If you then enter ( a over b) in the Commands window, the brackets will surround the whole height of the argument. You normally achieve this effect by entering left ( a over b right )." -msgstr "调整各种括号的比例。 如果您在「命令」窗口中输入「( a over b)」,则括号的高度将根据参数中的所有字符的高度进行调整,以不低于字符高度。通常,输入 left ( a over b right ) 即可获得此效果。" +msgstr "调整各种括号的比例。 如果您在「命令」窗口中输入「( a over b)」,则括号的高度将根据参数中的所有字符的高度进行调整,以不低于字符高度。通常,输入「left ( a over b right )」即可获得此效果。" #: 05030000.xhp msgctxt "" @@ -12182,7 +12182,7 @@ "par_id3145825\n" "help.text" msgid "The Symbol set list box contains the names of all existing symbol sets. You can modify a symbol set or create a new one." -msgstr "符号集列表框中包含了所有现有符号集的名称。您可以对其中的符号集进行修改,也可以创建新的符号集。" +msgstr "符号集」列表框中包含了所有现有符号集的名称。您可以对其中的符号集进行修改,也可以创建新的符号集。" #: 06010100.xhp msgctxt "" @@ -12262,7 +12262,7 @@ "par_id3153922\n" "help.text" msgid "Click this button to add the symbol shown in the right preview window to the current symbol set. It will be saved under the name displayed in the Symbol list box. You must specify a name under Symbol or Symbol Set to be able to use this button. Names cannot be used more than once." -msgstr "点击此按钮可以将右侧预览窗口中显示的符号添加到当前的符号集中。添加的符号将以符号列表框中显示的名称保存。必须在「符号」或「符号集」中指定名称,才可以使用该按钮。另外,名称不可以重复使用。" +msgstr "点击此按钮可以将右侧预览窗口中显示的符号添加到当前的符号集中。添加的符号将以「符号」列表框中显示的名称保存。必须在「符号」或「符号集」中指定名称,才可以使用该按钮。另外,名称不可以重复使用。" #: 06010100.xhp msgctxt "" @@ -12366,7 +12366,7 @@ "par_id3153916\n" "help.text" msgid "The Insert dialog is set up like the Open dialog under File. Use the Insert dialog to load, edit and display a formula saved as a file in the Commands window." -msgstr "「插入对话框与通过「文件」菜单打开的打开」对话框类似,可用于将以文件形式保存的公式加载到「命令窗口中,并进行编辑和显示。" +msgstr "「插入对话框与通过「文件」菜单打开的打开」对话框类似,可用于将以文件形式保存的公式加载到「命令」窗口中,并进行编辑和显示。" #: 06020000.xhp msgctxt "" diff -Nru libreoffice-l10n-6.2.5/translations/source/zh-CN/helpcontent2/source/text/smath/guide.po libreoffice-l10n-6.2.6/translations/source/zh-CN/helpcontent2/source/text/smath/guide.po --- libreoffice-l10n-6.2.5/translations/source/zh-CN/helpcontent2/source/text/smath/guide.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/zh-CN/helpcontent2/source/text/smath/guide.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,7 +4,7 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2017-05-09 16:45+0200\n" -"PO-Revision-Date: 2019-03-02 06:23+0000\n" +"PO-Revision-Date: 2019-07-10 02:42+0000\n" "Last-Translator: Dian LI \n" "Language-Team: LANGUAGE \n" "Language: zh_CN\n" @@ -14,7 +14,7 @@ "Plural-Forms: nplurals=1; plural=0;\n" "X-Accelerator-Marker: ~\n" "X-Generator: Pootle 2.8\n" -"X-POOTLE-MTIME: 1551507826.000000\n" +"X-POOTLE-MTIME: 1562726576.000000\n" #: align.xhp msgctxt "" @@ -62,7 +62,7 @@ "par_id3153912\n" "help.text" msgid "To create empty groups, enter curly brackets {} in the Commands window. In the following example, the goal is to achieve a line break so that the plus signs are beneath one another, even though one less character is entered in the upper line:" -msgstr "要创建空组,请在「命令」窗口中输入花括号 {}。下例显示了进行换行以使加号垂直对齐 (尽管在上一行中少输入一个字符):" +msgstr "要创建空组,请在「命令」窗口中输入花括号「{}」。下例显示了进行换行以使加号垂直对齐 (尽管在上一行中少输入一个字符):" #: align.xhp msgctxt "" @@ -270,7 +270,7 @@ "par_id3149499\n" "help.text" msgid "A comment begins with a double percent sign %%, and extends to the next line-end character (Enter key). Everything that lies in between is ignored and is not printed out. If there are percent signs in the text, they are treated as part of the text." -msgstr "批注以双百分号 %% 开头,并且延续到下一个行尾字符 (Enter 键)。其间的所有内容都将被忽略并且不会打印输出。如果文本中存在百分号,则会将其视为文本的一部分。" +msgstr "批注以双百分号「%%」开头,并且延续到下一个行尾字符 (Enter 键)。其间的所有内容都将被忽略并且不会打印输出。如果文本中存在百分号,则会将其视为文本的一部分。" #: comment.xhp msgctxt "" diff -Nru libreoffice-l10n-6.2.5/translations/source/zh-CN/helpcontent2/source/text/smath.po libreoffice-l10n-6.2.6/translations/source/zh-CN/helpcontent2/source/text/smath.po --- libreoffice-l10n-6.2.5/translations/source/zh-CN/helpcontent2/source/text/smath.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/zh-CN/helpcontent2/source/text/smath.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,7 +4,7 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2018-11-12 12:23+0100\n" -"PO-Revision-Date: 2019-03-02 06:23+0000\n" +"PO-Revision-Date: 2019-07-10 04:03+0000\n" "Last-Translator: Dian LI \n" "Language-Team: LANGUAGE \n" "Language: zh_CN\n" @@ -14,7 +14,7 @@ "Plural-Forms: nplurals=1; plural=0;\n" "X-Accelerator-Marker: ~\n" "X-Generator: Pootle 2.8\n" -"X-POOTLE-MTIME: 1551507820.000000\n" +"X-POOTLE-MTIME: 1562731427.000000\n" #: main0000.xhp msgctxt "" @@ -406,7 +406,7 @@ "par_id3148486\n" "help.text" msgid "$[officename] Math provides numerous operators, functions and formatting assistants to help you create formulas. These are all listed in a selection window, in which you can click the required element with the mouse to insert the object into your work. There is an exhaustive reference list and numerous samples contained in the Help." -msgstr "$[officename] Math 在您创建公式时为您提供大量运算符、函数和格式的帮助,这些功能清楚地排列在在一个选择窗口中,您只要用鼠标点击便能将它们插入。此外在帮助文件中还有一个详尽的引用和大量的示例供选择。" +msgstr "$[officename] Math 在您创建公式时为您提供大量运算符、函数和格式的帮助,这些功能清楚地排列在在一个选择窗口中,您只要用鼠标点击便能将它们插入。此外在帮助文件中还有一个详尽的引用和大量的示例供选择。" #: main0503.xhp msgctxt "" diff -Nru libreoffice-l10n-6.2.5/translations/source/zh-CN/helpcontent2/source/text/swriter/00.po libreoffice-l10n-6.2.6/translations/source/zh-CN/helpcontent2/source/text/swriter/00.po --- libreoffice-l10n-6.2.5/translations/source/zh-CN/helpcontent2/source/text/swriter/00.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/zh-CN/helpcontent2/source/text/swriter/00.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,7 +4,7 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2018-11-14 12:22+0100\n" -"PO-Revision-Date: 2019-06-18 23:47+0000\n" +"PO-Revision-Date: 2019-07-10 02:42+0000\n" "Last-Translator: Dian LI \n" "Language-Team: LANGUAGE \n" "Language: zh_CN\n" @@ -14,7 +14,7 @@ "Plural-Forms: nplurals=1; plural=0;\n" "X-Accelerator-Marker: ~\n" "X-Generator: Pootle 2.8\n" -"X-POOTLE-MTIME: 1560901656.000000\n" +"X-POOTLE-MTIME: 1562726576.000000\n" #: 00000004.xhp msgctxt "" @@ -406,7 +406,7 @@ "par_id3155625\n" "help.text" msgid "Choose View - Formatting Marks" -msgstr "选择「视图 - 格式标记」" +msgstr "选择「视图 - 格式化标记」" #: 00000403.xhp msgctxt "" @@ -438,7 +438,7 @@ "par_id3153716\n" "help.text" msgid "Formatting Marks" -msgstr "格式标记" +msgstr "格式化标记" #: 00000403.xhp msgctxt "" @@ -1318,7 +1318,7 @@ "par_idN10715\n" "help.text" msgid "Right-click a paragraph with style Text body. Choose Edit Paragraph Style - Condition tab" -msgstr "在带有正文样式的段落内点击鼠标右键。选择「编辑段落样式 - 条件」选项卡" +msgstr "在带有「正文」样式的段落内点击鼠标右键。选择「编辑段落样式 - 条件」选项卡" #: 00000405.xhp msgctxt "" diff -Nru libreoffice-l10n-6.2.5/translations/source/zh-CN/helpcontent2/source/text/swriter/01.po libreoffice-l10n-6.2.6/translations/source/zh-CN/helpcontent2/source/text/swriter/01.po --- libreoffice-l10n-6.2.5/translations/source/zh-CN/helpcontent2/source/text/swriter/01.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/zh-CN/helpcontent2/source/text/swriter/01.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,7 +4,7 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2018-10-21 20:57+0200\n" -"PO-Revision-Date: 2019-06-20 07:36+0000\n" +"PO-Revision-Date: 2019-07-10 04:03+0000\n" "Last-Translator: Dian LI \n" "Language-Team: LANGUAGE \n" "Language: zh_CN\n" @@ -14,7 +14,7 @@ "Plural-Forms: nplurals=1; plural=0;\n" "X-Accelerator-Marker: ~\n" "X-Generator: Pootle 2.8\n" -"X-POOTLE-MTIME: 1561016171.000000\n" +"X-POOTLE-MTIME: 1562731424.000000\n" #: 01120000.xhp msgctxt "" @@ -102,7 +102,7 @@ "par_id3151187\n" "help.text" msgid "The Mail Merge dialog helps you in printing and saving form letters." -msgstr "邮件合并对话框可用户制作并打印「格式信函」。" +msgstr "邮件合并」对话框可用户制作并打印「格式信函」。" #: 01150000.xhp msgctxt "" @@ -838,7 +838,7 @@ "par_id3155325\n" "help.text" msgid "Shows or hides the Navigator list." -msgstr "显示或隐藏导航列表。" +msgstr "显示或隐藏「导航」列表。" #: 02110000.xhp msgctxt "" @@ -854,7 +854,7 @@ "par_id3146874\n" "help.text" msgid "List box on/off" -msgstr "显示和隐藏列表框" +msgstr "列表框打开/关闭" #: 02110000.xhp msgctxt "" @@ -910,7 +910,7 @@ "par_id3153011\n" "help.text" msgid "Click here to set a reminder at the current cursor position. You can define up to five reminders. To jump to a reminder, click the Navigation icon, in the Navigation window click the Reminder icon, and then click the Previous or Next button. Click here to set a reminder at the current cursor position. You can define up to five reminders. To jump to a reminder, click the Navigation icon, in the Navigation window click the Reminder icon, and then click the Previous or Next button." -msgstr "点击此处可以在光标当前所在的位置设置提醒。您可以定义最多五个提醒。要跳转到某个提醒,请点击「导航」图标,在「导航」窗口中点击「提醒」图标,然后点击「上一提醒」或「下一提醒」按钮。点击此处可以在当前光标位置设置提醒。您最多可以定义五个提醒。要跳转到某个提醒,请点击「导航」图标,在「导航」窗口中点击「提醒」图标,然后点击「上一提醒」或「下一提醒」按钮。" +msgstr "点击此处可以在光标当前所在的位置设置提醒。您可以定义最多五个提醒。要跳转到某个提醒,请点击「导航」图标,在「导航」窗口中点击「提醒」图标,然后点击「上一提醒」或「下一提醒」按钮。点击此处可以在当前光标位置设置提醒。您最多可以定义五个提醒。要跳转到某个提醒,请点击「导航」图标,在「导航」窗口中点击「提醒」图标,然后点击「上一提醒」或「下一提醒」按钮。" #: 02110000.xhp msgctxt "" @@ -3358,7 +3358,7 @@ "par_id3153540\n" "help.text" msgid "Formatting Marks On/Off" -msgstr "显示或隐藏格式标记" +msgstr "格式化标记打开/关闭" #: 03090000.xhp msgctxt "" @@ -3414,7 +3414,7 @@ "tit\n" "help.text" msgid "Formatting Marks" -msgstr "格式标记" +msgstr "格式化标记" #: 03100000.xhp msgctxt "" @@ -3422,7 +3422,7 @@ "hd_id3154507\n" "help.text" msgid "Formatting Marks" -msgstr "格式标记" +msgstr "格式化标记" #: 03100000.xhp msgctxt "" @@ -3446,7 +3446,7 @@ "par_id3147511\n" "help.text" msgid "To specify which formatting marks are displayed, choose %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME Writer - Formatting Aids, and then select the options that you want in the Display of area." -msgstr "要指定希望显示哪些格式标记,请选择「%PRODUCTNAME - 偏好设置工具 - 选项 - %PRODUCTNAME Writer - 格式化辅助」,然后在「显示」区域选择想要的选项。" +msgstr "要指定希望显示哪些格式化标记,请选择「%PRODUCTNAME - 偏好设置工具 - 选项 - %PRODUCTNAME Writer - 格式化辅助」,然后在「显示」区域选择想要的选项。" #: 03120000.xhp msgctxt "" @@ -3854,7 +3854,7 @@ "par_id3151310\n" "help.text" msgid "Creates a DDE link. Select this check box, and then enter the DDE command that you want to use. The DDE option is only available if the Link check box is selected." -msgstr "创建 DDE 链接。选择此复选框,然后输入要使用的「DDE 命令。只有选中「链接」复选框时,DDE」选项才可用。" +msgstr "创建「DDE」链接。选择此复选框,然后输入要使用的「DDE 命令。只有选中「链接」复选框时,DDE」选项才可用。" #: 04020100.xhp msgctxt "" @@ -4358,7 +4358,7 @@ "par_id3151308\n" "help.text" msgid "You can also right-click the Page Number field at the left end of the Status Bar at the bottom of the document window, and then choose the bookmark that you want to jump to." -msgstr "也可以在文档窗口底部状态栏左端的「页码」字段上点击鼠标右键,然后选择希望跳转到的书签。" +msgstr "也可以在文档窗口底部「状态栏」左端的「页码」字段上点击鼠标右键,然后选择希望跳转到的书签。" #: 04040000.xhp msgctxt "" @@ -5574,7 +5574,7 @@ "par_id3151370\n" "help.text" msgid "Inserts the current date. You can insert the date as a fixed field - Date (fixed) - that does not change, or as a dynamic field - Date - that it is updated automatically. To manually update the Date field, press F9." -msgstr "插入当前日期。您可以将日期作为不再修改的固定字段 - 固定日期 - 插入,或作为可以自动更新的动态字段 - 日期 - 插入。要手动更新日期字段,请按 F9 键。" +msgstr "插入当前日期。您可以将日期作为不再修改的固定字段 - 固定日期 - 插入,或作为可以自动更新的动态字段 - 日期 - 插入。要手动更新「日期」字段,请按 F9 键。" #: 04090001.xhp msgctxt "" @@ -5670,7 +5670,7 @@ "par_id3154340\n" "help.text" msgid "Inserts the current time. You can insert the time as a fixed field - Time (fixed) - that does not change, or as a dynamic field - Time - that it is updated automatically. To manually update the Time field, press F9." -msgstr "插入当前时间。可以将时间作为不再修改的固定字段 (固定时间) 插入,或作为可以自动更新的动态字段 (可变时间) 插入。要手动更新可变时间字段,请按 F9 键。" +msgstr "插入当前时间。可以将时间作为不再修改的固定字段 (固定时间) 插入,或作为可以自动更新的动态字段 (可变时间) 插入。要手动更新「可变时间」字段,请按 F9 键。" #: 04090001.xhp msgctxt "" @@ -5782,7 +5782,7 @@ "par_id3145188\n" "help.text" msgid "If you want, you can enter an Offset for the displayed page number. With an Offset value of 1, the field will display a number that is 1 more than the current page number, but only if a page with that number exists. On the last page of the document, this same field will be empty." -msgstr "如果需要,可以输入所显示页码的「偏移」值。当偏移值为 1 时,字段将显示一个比当前页码大 1 的数字,前提是该页码的页面存在。因此,在文档的最后一页上,此字段为空。" +msgstr "如果需要,可以输入所显示页码的「偏移」值。当「偏移」值为 1 时,字段将显示一个比当前页码大 1 的数字,前提是该页码的页面存在。因此,在文档的最后一页上,此字段为空。" #: 04090001.xhp msgctxt "" @@ -6126,7 +6126,7 @@ "par_id3150907\n" "help.text" msgid "After inserting a bookmark in the document with Insert - Bookmark, the bookmarks entry on the References tab becomes usable. Bookmarks are used to mark certain text passages in a document. In a text document, you can use the bookmarks, for example, to jump from one passage in the document to another." -msgstr "若您借助菜单命令插入 - 书签在文档中插入了一枚书签,在选项卡「引用」中您也可看到\"书签\"条目。书签的功能是标记文档中某些文字段落。例如在文本文档中,您可以借助插入的书签在文档中快速从一个位置跳跃到另一个位置。" +msgstr "若您借助菜单命令「插入 - 书签」在文档中插入了一枚书签,在选项卡「引用」中您也可看到\"书签\"条目。书签的功能是标记文档中某些文字段落。例如在文本文档中,您可以借助插入的书签在文档中快速从一个位置跳跃到另一个位置。" #: 04090002.xhp msgctxt "" @@ -6174,7 +6174,7 @@ "par_id3154772\n" "help.text" msgid "References are fields. To remove a reference, delete the field. If you set a longer text as a reference and you do not want to reenter it after deleting the reference, select the text and copy it to the clipboard. You can then reinsert it as \"unformatted text\" at the same position using the command Edit - Paste special. The text remains intact while the reference is deleted." -msgstr "引用是指字段。删除字段以删除一个引用。若您设置了一段很长的文字作为引用,删除字段引用后又不想重新再输一遍,则可选中文字,复制到剪贴板上,然后用命令编辑 - 选择性粘贴当作「无格式文本」重新插入同一位置。这样,删除引用后文字仍然保留。" +msgstr "引用是指字段。删除字段以删除一个引用。若您设置了一段很长的文字作为引用,删除字段引用后又不想重新再输一遍,则可选中文字,复制到剪贴板上,然后用命令「编辑 - 选择性粘贴」当作「无格式文本」重新插入同一位置。这样,删除引用后文字仍然保留。" #: 04090002.xhp msgctxt "" @@ -6190,7 +6190,7 @@ "par_id7374187\n" "help.text" msgid "Lists the available fields for the field type selected in the Type list. To insert a field, click the field, select a format in the \"Insert reference to\" list, and then click Insert." -msgstr "列出类型 列表选中的字段类型下可用的字段。要插入字段,请点击那个字段,在「插入引用到」列表选择一个格式,然后点击「插入」。" +msgstr "列出「类型」列表选中的字段类型下可用的字段。要插入字段,请点击那个字段,在「插入引用到」列表选择一个格式,然后点击「插入」。" #: 04090002.xhp msgctxt "" @@ -6550,7 +6550,7 @@ "par_id3149881\n" "help.text" msgid "Inserts text if a certain condition is met. For example, enter \"sun eq 1\" in the Condition box, and then the text that you want to insert when the variable \"sun\" equals \"1\" in the Then box. If you want, you can also enter the text that you want to display when this condition is not met in the Else box. To define the variable \"sun\", click the Variables tab, select \"Set variable\", type \"sun\" in the Name box, and its value in the Value box." -msgstr "如果满足特定的条件,则可以插入文本。例如,在「条件」框中输入 \"sun eq 1\",然后在「」框中输入当变量 \"sun\" 等于 \"1\" 时要插入的文本。如果需要,您也可以在「否则」框中输入不满足条件时要显示的文本。要定义变量 \"sun\",请点击变量选项卡,选择「设置变量」,然后在「名称」框内输入 \"sun\";在「」框内输入变量值。" +msgstr "如果满足特定的条件,则可以插入文本。例如,在「条件」框中输入 \"sun eq 1\",然后在「」框中输入当变量 \"sun\" 等于 \"1\" 时要插入的文本。如果需要,您也可以在「否则」框中输入不满足条件时要显示的文本。要定义变量 \"sun\",请点击变量选项卡,选择「设置变量」,然后在「名称」框内输入 \"sun\";在「」框内输入变量值。" #: 04090003.xhp msgctxt "" @@ -6902,7 +6902,7 @@ "par_id3147473\n" "help.text" msgid "Adds the Item to the list." -msgstr "项目添加到列表中。" +msgstr "将「项目」添加到列表中。" #: 04090003.xhp msgctxt "" @@ -6982,7 +6982,7 @@ "par_id3147733\n" "help.text" msgid "Enter a unique name for the Input list." -msgstr "输入列表输入唯一的名称。" +msgstr "为「输入列表」输入唯一的名称。" #: 04090003.xhp msgctxt "" @@ -7022,7 +7022,7 @@ "par_id3148855\n" "help.text" msgid "Displays the Edit Fields: Functions dialog, where you can edit the Input list." -msgstr "显示「编辑字段: 功能」对话框,可以在其中编辑输入列表" +msgstr "显示「编辑字段: 功能」对话框,可以在其中编辑「输入列表」。" #: 04090003.xhp msgctxt "" @@ -8342,7 +8342,7 @@ "par_id3154571\n" "help.text" msgid "This box displays the name that you entered in the Reference box of the Input Field on the Functions tab of the Fields dialog. The box underneath displays the contents of the field." -msgstr "此框中显示您在「字段」对话框「功能」选项卡上为「输入字段」的引用输入的名称。下方的框中显示字段的内容。" +msgstr "此框中显示您在「字段」对话框「功能」选项卡上为「输入字段」的「引用」输入的名称。下方的框中显示字段的内容。" #: 04090100.xhp msgctxt "" @@ -10246,7 +10246,7 @@ "par_id3153665\n" "help.text" msgid "Prevents the contents of the index from being changed. Manual changes that you make to an index are lost when the index is refreshed. If you want the cursor to scroll through a protected area, choose %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME Writer - Formatting Aids, and then select the Enable cursor check box in the Protected Areas section." -msgstr "防止修改索引内容。当刷新索引时,将丢失对索引所做的手动修改。如果要使光标在受保护的区域中滚动,请选择「%PRODUCTNAME - 偏好设置工具 - 选项 - %PRODUCTNAME Writer - 格式化辅助」,然后在保护区域段落选择「启用光标」复选框。" +msgstr "防止修改索引内容。当刷新索引时,将丢失对索引所做的手动修改。如果要使光标在受保护的区域中滚动,请选择「%PRODUCTNAME - 偏好设置工具 - 选项 - %PRODUCTNAME Writer - 格式化辅助」,然后在「保护区域」段落选择「启用光标」复选框。" #: 04120211.xhp msgctxt "" @@ -11270,7 +11270,7 @@ "par_id3149806\n" "help.text" msgid "To replace a code from the Structure line, click the code, and then click a code button." -msgstr "要替换结构行中的代码,请点击代码,然后点击代码按钮。" +msgstr "要替换「结构」行中的代码,请点击代码,然后点击代码按钮。" #: 04120221.xhp msgctxt "" @@ -13878,7 +13878,7 @@ "par_id3155178\n" "help.text" msgid "Select the Numbering Style that you want to apply to the paragraph. These styles are also listed in the Styles window if you click the Numbering Style icon." -msgstr "选择要应用到段落中的编号样式。这些样式也列在样式中,如果您点击「编号样式」图标。" +msgstr "选择要应用到段落中的编号样式。这些样式也列在样式中,如果您点击「编号样式」图标。" #: 05030800.xhp msgctxt "" @@ -14358,7 +14358,7 @@ "par_id3154827\n" "help.text" msgid "Select the item that you want to apply the column layout to. This option is only available if you access this dialog by choosing Format - Columns." -msgstr "选择要应用分栏版式的项目。仅当通过选择格式 - 列访问此对话框时,此选项才可用。" +msgstr "选择要应用分栏版式的项目。仅当通过选择「格式 - 列」访问此对话框时,此选项才可用。" #: 05040501.xhp msgctxt "" @@ -15846,7 +15846,7 @@ "par_id3150100\n" "help.text" msgid "Moves the selected object to the background. This option is only available if you selected the Through wrap type." -msgstr "将选中对象移到背景中。仅当您选择了贯穿环绕类型时,该选项才可用。" +msgstr "将选中对象移到背景中。仅当您选择了「贯穿」环绕类型时,该选项才可用。" #: 05060200.xhp msgctxt "" @@ -16390,7 +16390,7 @@ "par_id3154219\n" "help.text" msgid "Reverses the action of the last Undo command." -msgstr "反向执行上一撤消命令的操作。" +msgstr "反向执行上一「撤消」命令的操作。" #: 05060201.xhp msgctxt "" @@ -16422,7 +16422,7 @@ "par_id3145098\n" "help.text" msgid "Selects the parts of the bitmap that are the same color. Click here, and then click a color in the bitmap. To increase the color range that is selected, increase the value in the Tolerance box." -msgstr "选择位图上颜色相同的部分。点击此处,然后点击位图中的一种颜色。要增加选中的颜色范围,请增加偏差框中的值。" +msgstr "选择位图上颜色相同的部分。点击此处,然后点击位图中的一种颜色。要增加选中的颜色范围,请增加「偏差」框中的值。" #: 05060201.xhp msgctxt "" @@ -19358,7 +19358,7 @@ "par_id3155560\n" "help.text" msgid "Conditional Styles" -msgstr "有条件的样式" +msgstr "条件样式" #: 05130000.xhp msgctxt "" @@ -19366,7 +19366,7 @@ "par_id3154774\n" "help.text" msgid "Displays the user-defined conditional styles." -msgstr "显示自定义的有条件的样式。" +msgstr "显示自定义的条件样式。" #: 05130000.xhp msgctxt "" @@ -19438,7 +19438,7 @@ "par_id3151390\n" "help.text" msgid "When a Numbering Style is created, a name is assigned to the numbering. This is why such templates are also called \"named\" numberings. Unnamed numberings, which are used for direct formatting, can be created in the Bullets and Numbering dialog or with the icons of the object bar." -msgstr "当创建一个「编号样式」时,会为编号指定一个名称。这就是为什么此类模板被称为「命名」编号的原因。未命名编号用于直接格式化,可通过项目符号与编号对话框或对象栏的图标创建。" +msgstr "当创建一个「编号样式」时,会为编号指定一个名称。这就是为什么此类模板被称为「命名」编号的原因。未命名编号用于直接格式化,可通过项目符号与编号对话框或对象栏的图标创建。" #: 05130100.xhp msgctxt "" @@ -19470,7 +19470,7 @@ "par_id3154766\n" "help.text" msgid "Define conditions for conditional styles here." -msgstr "在此,您可以定义有条件样式的条件。" +msgstr "在此,您可以定义条件样式的条件。" #: 05130100.xhp msgctxt "" @@ -19478,7 +19478,7 @@ "par_id3151391\n" "help.text" msgid "Conditional styles are paragraph styles that have different properties depending on the context. Once defined, you cannot change the conditional properties of a conditional style." -msgstr "有条件的样式是指根据不同的上下文有不同作用的段落样式。一旦定义,您将无法修改有条件的样式的有条件的属性。" +msgstr "条件样式是指根据不同的上下文有不同作用的段落样式。一旦定义,您将无法修改条件样式的有条件的属性。" #: 05130100.xhp msgctxt "" @@ -19486,7 +19486,7 @@ "par_id3149349\n" "help.text" msgid "$[officename] applies the paragraph properties of conditional styles as follows (the bold terms correspond to the titles of dialog fields): If a paragraph formatted with a conditional style is in a Context that has an Applied Style linked to it, then the Paragraph Style from that condition is used. If no style is linked to the Context, then the attributes defined in the conditional style apply. The following example illustrates this relationship:" -msgstr "以有条件样式指定段落属性时,$[officename] 以如下方式进行 (使用粗体的概念对应于对话框中的字段标题): 如果一个用有条件样式进行了格式化的段落位于一上下文中,而该上下文与一个「应用的样式相链接,则可在这个条件下应用该段落样式」。如果上下文没有与一个样式相链接,则应用该有条件的样式中所定义的属性。用一个示例对此进行说明:" +msgstr "以条件样式指定段落属性时,$[officename] 以如下方式应用 (粗体显示的术语指对话框中的字段标题): 如果用条件样式进行格式化的段落位于一「上下文」中,而该上下文已关联「应用的样式」,则会使用该条件指定的「段落样式」。如果「上下文」没有关联样式,则应用条件样式所定义的属性。下例演示该关系:" #: 05130100.xhp msgctxt "" @@ -19510,7 +19510,7 @@ "par_id3153723\n" "help.text" msgid "Then click the Condition tab and select the Conditional style field to define the new Paragraph Style as a conditional style." -msgstr "然后点击「条件」选项卡,并选择「有条件的样式」字段,可以将新的段落样式定义为有条件的样式。" +msgstr "然后点击「条件」选项卡,并选择「条件样式」字段,可以将新的段落样式定义为条件样式。" #: 05130100.xhp msgctxt "" @@ -19550,7 +19550,7 @@ "par_id3154473\n" "help.text" msgid "The \"Text body\" Style was created as a conditional style. Therefore, any styles you derive from it can be used as conditional styles." -msgstr "样式「正文」已被创建为有条件的样式。因此,您自定义的每一个由「正文」引出的样式也可以作为有条件的样式使用。" +msgstr "样式「正文」已被创建为条件样式。因此,您自定义的每一个由「正文」引出的样式也可以作为条件样式使用。" #: 05130100.xhp msgctxt "" @@ -19566,7 +19566,7 @@ "hd_id3152952\n" "help.text" msgid "Conditional style" -msgstr "有条件的样式" +msgstr "条件样式" #: 05130100.xhp msgctxt "" @@ -19574,7 +19574,7 @@ "par_id3150974\n" "help.text" msgid "Check this box to define a new style as a conditional style." -msgstr "选中此复选框,将一种新样式定义为有条件的样式。" +msgstr "选中此复选框,将一种新样式定义为条件样式。" #: 05130100.xhp msgctxt "" @@ -20510,7 +20510,7 @@ "par_id3147507\n" "help.text" msgid "Automatic numbering is only applied to paragraphs formatted with the Standard, Text body or Text body indent paragraph styles." -msgstr "自动编号仅适用于应用「标准正文」和正文缩进段落样式格式化的段落。" +msgstr "自动编号仅适用于应用「标准、「正文」和正文缩进」段落样式格式化的段落。" #: 05150200.xhp msgctxt "" @@ -21958,7 +21958,7 @@ "par_id334242345\n" "help.text" msgid "Footnote numbers are left aligned by default in the footnote area. For right aligned footnote numbers first edit the paragraph style Footnote. Press F11 to open Styles dialog and select Footnote from the list of paragraph styles. Open the local menu with right click and choose Modify. Go to the Indents & Spacing tab page and set indent to 0 before and after the paragraph, including the first line. On Tabs tab page create a tab of right type at 12pt and a tab of left type at 14pt. Then in Footnotes/Endnotes Settings dialog enter \\t into the Before and After edit boxes." -msgstr "默认情况下,脚注区域的数字是左对齐的。要想让脚注右对齐,请先编辑脚注样式。按下「F11」以打开「样式」对话框,并从段落样式中选择「脚注」。从右键菜单中选择「编辑」。在「缩进与间距」选项卡中,将「段前」和「段后」设置为 0,包括「首行」。 在「制表符」选项卡中,创建一个 12pt 的「右」类型和 14pt 的「左」类型的制表符。然后在「脚注/尾注设置」对话框的「之前」和「之后」编辑框中输入「\\t」。" +msgstr "默认情况下,脚注区域的数字是左对齐的。要想让脚注右对齐,请先编辑「脚注」样式。按下「F11」以打开「样式」对话框,并从段落样式中选择「脚注」。从右键菜单中选择「编辑」。在「缩进与间距」选项卡中,将「段前」和「段后」设置为 0,包括「首行」。 在「制表符」选项卡中,创建一个 12pt 的「右」类型和 14pt 的「左」类型的制表符。然后在「脚注/尾注设置」对话框的「之前」和「之后」编辑框中输入「\\t」。" #: 06080100.xhp msgctxt "" @@ -22894,7 +22894,7 @@ "par_id3150249\n" "help.text" msgid "Updates the page formats in the document and recalculates the total number of pages that is displayed on the Status Bar." -msgstr "更新文档中的页面格式,并重新计算状态栏所显示的总页数。" +msgstr "更新文档中的页面格式,并重新计算「状态栏」所显示的总页数。" #: 06120000.xhp msgctxt "" @@ -23894,7 +23894,7 @@ "par_idN10561\n" "help.text" msgid "The Mail Merge wizard opens to this page if you start the wizard in a text document that already contains address database fields. If the wizard opens directly to this page, the Select Address List button is called Select Different Address List." -msgstr "如果您在已包含地址数据库字段的文本文档中启动邮件合并向导,此向导将打开该页。如果向导直接打开此页,「选择地址列表」按钮将由选择其他地址列表调用。" +msgstr "如果您在已包含地址数据库字段的文本文档中启动邮件合并向导,此向导将打开该页。如果向导直接打开此页,「选择地址列表」按钮将由「选择其他地址列表」调用。" #: mailmerge03.xhp msgctxt "" @@ -25118,7 +25118,7 @@ "par_idN1059F\n" "help.text" msgid "Selects a range of records starting at the record number in the From box and ending at the record number in the To box." -msgstr "选择以框中的记录编号开始和以框中的记录编号结束的记录范围。" +msgstr "选择以「」框中的记录编号开始和以「」框中的记录编号结束的记录范围。" #: mm_emailmergeddoc.xhp msgctxt "" @@ -25646,7 +25646,7 @@ "par_idN1059F\n" "help.text" msgid "Selects a range of records starting at the record number in the From box and ending at the record number in the To box." -msgstr "选择以框中的记录编号开始和以框中的记录编号结束的记录范围。" +msgstr "选择以「」框中的记录编号开始和以「」框中的记录编号结束的记录范围。" #: mm_printmergeddoc.xhp msgctxt "" @@ -25774,7 +25774,7 @@ "par_idN1059F\n" "help.text" msgid "Selects a range of records starting at the record number in the From box and ending at the record number in the To box." -msgstr "选择以框中的记录编号开始和以框中的记录编号结束的记录范围。" +msgstr "选择以「」框中的记录编号开始和以「」框中的记录编号结束的记录范围。" #: mm_savemergeddoc.xhp msgctxt "" @@ -26430,7 +26430,7 @@ "par_id300920161443314375\n" "help.text" msgid "This will change the current page style to First Page and the following pages will have the Default Style." -msgstr "这将把当前页面的样式更改为「首页」,其余页面仍保留默认样式。" +msgstr "这将把当前页面的样式更改为「首页」,其余页面仍保留「默认样式」。" #: title_page.xhp msgctxt "" @@ -26502,7 +26502,7 @@ "par_id300920161443324067\n" "help.text" msgid "This will insert a page break and change the current page style to First Page. The following pages will have the Default Style page style." -msgstr "这将插入分页符,并将当前页面的样式更改为「首页」。其余页面仍保留默认样式。" +msgstr "这将插入分页符,并将当前页面的样式更改为「首页」。其余页面仍保留「默认样式」。" #: title_page.xhp msgctxt "" @@ -26518,7 +26518,7 @@ "par_id30092016144332559\n" "help.text" msgid "You cannot delete a title page. You must change its page style format from First Page to whatever other page style you wish." -msgstr "不可以删除书名页。必须将其页面样式格式从首页改为您想要的任意其他页面样式。" +msgstr "不可以删除书名页。必须将其页面样式格式从「首页」改为您想要的任意其他页面样式。" #: title_page.xhp msgctxt "" diff -Nru libreoffice-l10n-6.2.5/translations/source/zh-CN/helpcontent2/source/text/swriter/02.po libreoffice-l10n-6.2.6/translations/source/zh-CN/helpcontent2/source/text/swriter/02.po --- libreoffice-l10n-6.2.5/translations/source/zh-CN/helpcontent2/source/text/swriter/02.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/zh-CN/helpcontent2/source/text/swriter/02.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,7 +4,7 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2017-11-22 13:53+0100\n" -"PO-Revision-Date: 2019-05-29 10:56+0000\n" +"PO-Revision-Date: 2019-07-10 04:03+0000\n" "Last-Translator: Dian LI \n" "Language-Team: LANGUAGE \n" "Language: zh_CN\n" @@ -14,7 +14,7 @@ "Plural-Forms: nplurals=1; plural=0;\n" "X-Accelerator-Marker: ~\n" "X-Generator: Pootle 2.8\n" -"X-POOTLE-MTIME: 1559127389.000000\n" +"X-POOTLE-MTIME: 1562731421.000000\n" #: 02110000.xhp msgctxt "" @@ -22,7 +22,7 @@ "tit\n" "help.text" msgid "Numbering on/off" -msgstr "显示/隐藏编号" +msgstr "编号打开/关闭" #: 02110000.xhp msgctxt "" @@ -30,7 +30,7 @@ "hd_id3150220\n" "help.text" msgid "Numbering On/Off" -msgstr "打开/关闭编号" +msgstr "编号打开/关闭" #: 02110000.xhp msgctxt "" @@ -62,7 +62,7 @@ "par_id3147525\n" "help.text" msgid "Numbering On/Off" -msgstr "打开/关闭编号" +msgstr "编号打开/关闭" #: 02110000.xhp msgctxt "" @@ -406,7 +406,7 @@ "par_id3154504\n" "help.text" msgid "%PRODUCTNAME recognizes the cell range for the sum function as long as the cells are filled with numbers. Prior to entering the data, you must enable the Number Recognition in the context menu of the table." -msgstr "只要使用数字填充了单元格,%PRODUCTNAME 就可以识别求和函数的单元格区域。在输入数据之前,您必须在表的右键菜单中启用「数字识别」。" +msgstr "只要使用数字填充了单元格,「%PRODUCTNAME」就可以识别求和函数的单元格区域。在输入数据之前,您必须在表的右键菜单中启用「数字识别」。" #: 04250000.xhp msgctxt "" @@ -742,7 +742,7 @@ "par_id3145078\n" "help.text" msgid "The displayed page (x) and the total number of pages (y) are shown in the form Page x/y When you scroll through a document with the mouse, the page number is displayed when you release the mouse button. When you scroll using the right scrollbar, the page numbers are displayed as a Help tip. The page numbering format of the status bar and scrollbar is identical." -msgstr "使用鼠标滚动文档时,将以页 x/y 的格式显示当前显示页的页码 (x) 和总页数 (y),释放鼠标按钮后将只显示页码。如果用右侧滚动条进行滚动,页码将作为「帮助」提示进行显示。状态栏和滚动条上的页码格式相同。" +msgstr "使用鼠标滚动文档时,将以「页 x/y」的格式显示当前显示页的页码 (x) 和总页数 (y),释放鼠标按钮后将只显示页码。如果用右侧滚动条进行滚动,页码将作为「帮助」提示进行显示。状态栏和滚动条上的页码格式相同。" #: 08010000.xhp msgctxt "" @@ -2878,7 +2878,7 @@ "par_id3151177\n" "help.text" msgid "To assign a different time format, or adapt the actual time data, select Insert - Field - More Fields and make the desired changes in the Fields dialog. Additionally, you can modify the format of an inserted time field at any time by choosing Edit - Fields." -msgstr "要指定其他时间格式,或者调整实际的时间数据,请选择「插入 - 字段 - 其他」,在字段对话框中进行所需的修改。此外,随时可以选择编辑 - 字段来修改插入的时间字段的格式。" +msgstr "要指定其他时间格式,或者调整实际的时间数据,请选择「插入 - 字段 - 其他」,在字段对话框中进行所需的修改。此外,随时可以选择编辑 - 字段来修改插入的时间字段的格式。" #: 18030300.xhp msgctxt "" diff -Nru libreoffice-l10n-6.2.5/translations/source/zh-CN/helpcontent2/source/text/swriter/04.po libreoffice-l10n-6.2.6/translations/source/zh-CN/helpcontent2/source/text/swriter/04.po --- libreoffice-l10n-6.2.5/translations/source/zh-CN/helpcontent2/source/text/swriter/04.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/zh-CN/helpcontent2/source/text/swriter/04.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,7 +4,7 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2018-04-05 11:28+0200\n" -"PO-Revision-Date: 2019-03-09 15:09+0000\n" +"PO-Revision-Date: 2019-07-04 12:06+0000\n" "Last-Translator: Dian LI \n" "Language-Team: LANGUAGE \n" "Language: zh_CN\n" @@ -14,7 +14,7 @@ "Plural-Forms: nplurals=1; plural=0;\n" "X-Accelerator-Marker: ~\n" "X-Generator: Pootle 2.8\n" -"X-POOTLE-MTIME: 1552144144.000000\n" +"X-POOTLE-MTIME: 1562241975.000000\n" #: 01020000.xhp msgctxt "" @@ -190,7 +190,7 @@ "par_id3156110\n" "help.text" msgid "Navigator on/off" -msgstr "打开/关闭导航" +msgstr "导航打开/关闭" #: 01020000.xhp msgctxt "" @@ -382,7 +382,7 @@ "par_id3148674\n" "help.text" msgid "Nonprinting Characters on/off" -msgstr "打开/关闭非打印字符" +msgstr "非打印字符打开/关闭" #: 01020000.xhp msgctxt "" @@ -398,7 +398,7 @@ "par_id3149978\n" "help.text" msgid "Styles window on/off" -msgstr "打开或关闭「样式」窗口" +msgstr "「样式」窗口打开/关闭" #: 01020000.xhp msgctxt "" @@ -1382,7 +1382,7 @@ "par_id3150903\n" "help.text" msgid "Insert mode on/off" -msgstr "打开/关闭插入模式" +msgstr "插入模式打开/关闭" #: 01020000.xhp msgctxt "" diff -Nru libreoffice-l10n-6.2.5/translations/source/zh-CN/helpcontent2/source/text/swriter/guide.po libreoffice-l10n-6.2.6/translations/source/zh-CN/helpcontent2/source/text/swriter/guide.po --- libreoffice-l10n-6.2.5/translations/source/zh-CN/helpcontent2/source/text/swriter/guide.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/zh-CN/helpcontent2/source/text/swriter/guide.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,7 +4,7 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2018-11-05 17:38+0100\n" -"PO-Revision-Date: 2019-06-24 02:09+0000\n" +"PO-Revision-Date: 2019-07-10 03:17+0000\n" "Last-Translator: Dian LI \n" "Language-Team: LANGUAGE \n" "Language: zh_CN\n" @@ -14,7 +14,7 @@ "Plural-Forms: nplurals=1; plural=0;\n" "X-Accelerator-Marker: ~\n" "X-Generator: Pootle 2.8\n" -"X-POOTLE-MTIME: 1561342158.000000\n" +"X-POOTLE-MTIME: 1562728637.000000\n" #: anchor_object.xhp msgctxt "" @@ -206,7 +206,7 @@ "par_id3155461\n" "help.text" msgid "To dock the Navigator, drag the title bar to the edge of the workspace. To undock the Navigator, double-click its frame while holding the CommandCtrl key." -msgstr "要停靠导航,请拖动其标题栏,放到工作空间的边界处。要取消停靠 导航,请按住「命令Ctrl」键并双击其框架。" +msgstr "要停靠「导航」,请拖动其标题栏,放到工作空间的边界处。要取消停靠「导航」,请按住「命令Ctrl」键并双击其框架。" #: arrange_chapters.xhp msgctxt "" @@ -270,7 +270,7 @@ "par_id3145758\n" "help.text" msgid "To move the heading without the subordinate text, hold down CommandCtrl while you drag or click the Promote Chapter or Demote Chapter icons." -msgstr "要移动页眉但不操作其下属文本,请按住「命令Ctrl」并拖放章节升级 或「章节降级」图标。" +msgstr "要移动页眉但不操作其下属文本,请按住「命令Ctrl」并拖放「章节升级」或「章节降级」图标。" #: arrange_chapters.xhp msgctxt "" @@ -438,7 +438,7 @@ "bm_id3154250\n" "help.text" msgid "turning off automatic correction text;turning off automatic correction uppercase;changing to lowercase capital letters;changing to small letters after periods quotation marks;changing automatically words;automatic replacement on/off lines;automatic drawing on/off underlining;quick borders; automatic drawing on/off automatic changes on/off changes;automatic AutoCorrect function;turning off" -msgstr "关闭自动更正文本; 关闭自动更正大写字母; 修改为小写大写字母; 在句号后修改为小写字母引号; 自动修改字词; 打开/关闭自动替换线条; 打开/关闭自动绘图加下划线; 快速边框; 打开/关闭自动绘图打开/关闭自动修改修改; 自动自动更正功能; 关闭" +msgstr "关闭自动更正文本; 关闭自动更正大写字母; 修改为小写大写字母; 在句号后修改为小写字母引号; 自动修改字词; 打开/关闭自动替换线条; 打开/关闭自动绘图加下划线; 快速边框; 打开/关闭自动绘图打开/关闭自动变更修改; 自动自动更正功能; 关闭" #: auto_off.xhp msgctxt "" @@ -630,7 +630,7 @@ "bm_id3154265\n" "help.text" msgid "spellcheck;Automatic Spell Checking on/off automatic spellcheck checking spelling;while typing words;disabling spellcheck" -msgstr "拼写检查; 打开/关闭自动拼写检查自动拼写检查检查拼写; 输入时字词; 禁用拼写检查" +msgstr "拼写检查; 自动拼写检查打开/关闭自动拼写检查检查拼写; 输入时字词; 禁用拼写检查" #: auto_spellcheck.xhp msgctxt "" @@ -870,7 +870,7 @@ "par_id3147779\n" "help.text" msgid "Type a name that is longer than four characters. This allows you to use the Display remainder of name as suggestion while typing AutoText option. If you want, you can modify the proposed shortcut." -msgstr "输入四个字符以上的名称。这样就可以使用输入时显示名称提示作为建议自动图文集选项。如果需要,可以修改推荐的快捷方式。" +msgstr "输入四个字符以上的名称。这样就可以使用「输入时显示名称提示作为建议」自动图文集选项。如果需要,可以修改推荐的快捷方式。" #: autotext.xhp msgctxt "" @@ -958,7 +958,7 @@ "par_id3155160\n" "help.text" msgid "In the Macro from tree control, select %PRODUCTNAME Macros - Gimmicks - AutoText." -msgstr "在宏的来源树形控件中,选择「%PRODUCTNAME Macros - 窍门 - 自动图文集」。" +msgstr "在「宏的来源」树形控件中,选择「%PRODUCTNAME Macros - 窍门 - 自动图文集」。" #: autotext.xhp msgctxt "" @@ -1846,7 +1846,7 @@ "par_id626544\n" "help.text" msgid "Click one of the Default icons to set or reset multiple borders." -msgstr "点击任一默认图标,以设置或重置多个边框。" +msgstr "点击任一「默认」图标,以设置或重置多个边框。" #: borders.xhp msgctxt "" @@ -4766,7 +4766,7 @@ "par_id6417432\n" "help.text" msgid "Click the icon with the blue circle at the bottom right part of your document to open the small Navigation window." -msgstr "点击位于文档右下角部分带有蓝色圆圈的图标以打开小导航窗口。" +msgstr "点击位于文档右下角部分带有蓝色圆圈的图标以打开小「导航」窗口。" #: finding.xhp msgctxt "" @@ -5390,7 +5390,7 @@ "par_idN106D5\n" "help.text" msgid "Click Next and finally Finish to create the mail merge." -msgstr "点击「下一步」,最后点击完成创建邮件合并。" +msgstr "点击「下一步」,最后点击「完成」创建邮件合并。" #: globaldoc.xhp msgctxt "" @@ -5630,7 +5630,7 @@ "par_id8550981\n" "help.text" msgid "To insert some text between subdocuments, choose Text. Then type the text. You cannot insert text next to an existing text entry in the Navigator." -msgstr "要在子文档中插入一些文本,请文本。然后输入文本。您不能在导航栏现有文本条目后插入文本。" +msgstr "要在子文档中插入一些文本,请「文本」。然后输入文本。您不能在导航栏现有文本条目后插入文本。" #: globaldoc_howtos.xhp msgctxt "" @@ -5814,7 +5814,7 @@ "par_id8371227\n" "help.text" msgid "The subdocuments will be exported as sections. Use Format - Sections to unprotect and remove sections, if you prefer a plain text document without sections." -msgstr "子文档将被作为区域导出。如果您更喜欢无区域的纯文本文档,请使用格式 - 区域取消区域的保护和删除区域。" +msgstr "子文档将被作为区域导出。如果您更喜欢无区域的纯文本文档,请使用「格式 - 区域」取消区域的保护和删除区域。" #: globaldoc_howtos.xhp msgctxt "" @@ -6702,7 +6702,7 @@ "par_id3155858\n" "help.text" msgid "You can insert a cross-reference as a hyperlink in your document using the Navigator. You can even cross-reference items from other %PRODUCTNAME documents. If you click the hyperlink when the document is opened in %PRODUCTNAME, you are taken to the cross-referenced item." -msgstr "可以使用「导航」将交叉引用作为超链接插入到文档中,也可以交叉引用其他 %PRODUCTNAME 文档中的项。当该文档在「%PRODUCTNAME」中打开时,如果点击超链接,就会转到交叉引用的项。" +msgstr "可以使用「导航」将交叉引用作为超链接插入到文档中,也可以交叉引用其他「%PRODUCTNAME」文档中的项。当该文档在「%PRODUCTNAME」中打开时,如果点击超链接,就会转到交叉引用的项。" #: hyperlinks.xhp msgctxt "" @@ -6718,7 +6718,7 @@ "par_id3148846\n" "help.text" msgid "On the Standard bar, click the Navigator icon." -msgstr "在「标准」栏上,点击「导航」图标。" +msgstr "在「标准」工具栏上,点击「导航」图标。" #: hyperlinks.xhp msgctxt "" @@ -6814,7 +6814,7 @@ "par_id3147125\n" "help.text" msgid "If the list is empty, click New to create a dictionary." -msgstr "如果列表是空白的,请点击新建创建词典。" +msgstr "如果列表是空白的,请点击「新建」创建词典。" #: hyphen_prevent.xhp msgctxt "" @@ -6870,7 +6870,7 @@ "par_id0302200910262867\n" "help.text" msgid "Choose Insert - Formatting Mark - No-width no break." -msgstr "选择「插入 - 格式标记 - 不间断不空格」。" +msgstr "选择「插入 - 格式化标记 -零宽度不间断空格」。" #: hyphen_prevent.xhp msgctxt "" @@ -6966,7 +6966,7 @@ "par_id2136295\n" "help.text" msgid "The indents are different regarding the writing direction. For example, look at the Before text indent value in left-to-right languages. The left edge of the paragraph is indented with respect to the left page margin. In right-to-left languages, the right edge of the paragraph is indented with respect to the right page margin." -msgstr "根据书写方向的不同,缩进也不同。例如,请查看从左向右书写的语言中的在文字之前缩进值。段落的左边界根据左页边距进行缩进。在从右向左书写的语言中,段落的右边界根据右页边距进行缩进。" +msgstr "根据书写方向的不同,缩进也不同。例如,请查看从左向右书写的语言中的「在文字之前」缩进值。段落的左边界根据左页边距进行缩进。在从右向左书写的语言中,段落的右边界根据右页边距进行缩进。" #: indenting.xhp msgctxt "" @@ -7014,7 +7014,7 @@ "par_id3155855\n" "help.text" msgid "Index entries are inserted as fields into your document. To view fields in your document, choose View and ensure that Field Shadings is selected." -msgstr "索引条目是作为字段插入文档中的。要在文档中查看这些字段,请选择「查看」,并确保字段阴影已选中。" +msgstr "索引条目是作为字段插入文档中的。要在文档中查看这些字段,请选择「查看」,并确保「字段阴影」已选中。" #: indices_delete.xhp msgctxt "" @@ -8406,7 +8406,7 @@ "par_id3155909\n" "help.text" msgid "To move a numbered or bulleted paragraph down one outline level, click at the beginning of the paragraph, and then press Tab." -msgstr "要将带编号或项目符号的段落降低一个大纲级别,请在段落的起始位置点击,然后按 Tab 键。" +msgstr "要将带有编号或项目符号的段落降低一个大纲级别,请点击段落的起始位置,然后按「Tab」键。" #: insert_tab_innumbering.xhp msgctxt "" @@ -8414,7 +8414,7 @@ "par_id3155859\n" "help.text" msgid "To move a numbered or bulleted paragraph up one outline level, click at the beginning of the paragraph, and then press Shift+Tab." -msgstr "要将带编号或项目符号的段落提高一个大纲级别,请在段落的起始位置点击,然后按 Shift+Tab 键。" +msgstr "要将带有编号或项目符号的段落提升一个大纲级别,请点击段落的起始位置,然后按「Shift+Tab」键。" #: insert_tab_innumbering.xhp msgctxt "" @@ -8422,7 +8422,7 @@ "par_id3153403\n" "help.text" msgid "To insert a tab between the number or bullet and the paragraph text, click at the beginning of the paragraph, and then press Command Ctrl+Tab." -msgstr "要在编号或项目符号与段落文字之间插入制表符,请在段落的起始位置点击,然后按 命令 Ctrl+Tab 键。" +msgstr "要在编号或项目符号与段落文字之间插入制表符,请点击段落的起始位置,然后按「命令Ctrl+Tab」键。" #: join_numbered_lists.xhp msgctxt "" @@ -8438,7 +8438,7 @@ "bm_id3150495\n" "help.text" msgid "numbering; combining merging;numbered lists joining;numbered lists lists;combining numbered lists paragraphs;numbering non-consecutive" -msgstr "编号; 组合合并;编号列表连接;编号列表列表;组合编号列表段落;编号非连续" +msgstr "编号; 合并合并;编号列表连接;编号列表列表;合并编号列表段落;编号非连续" #: join_numbered_lists.xhp msgctxt "" @@ -8446,7 +8446,7 @@ "hd_id3150495\n" "help.text" msgid "Combining Numbered Lists" -msgstr "合并编号列表" +msgstr "合并编号列表" #: join_numbered_lists.xhp msgctxt "" @@ -8454,7 +8454,7 @@ "par_id3149692\n" "help.text" msgid "You can combine numbered lists into a single consecutively numbered list." -msgstr "可以将多个编号列表合并成含有连续编号的一个列表。" +msgstr "可以将多个编号列表合并成编号连续的单个列表。" #: join_numbered_lists.xhp msgctxt "" @@ -8478,7 +8478,7 @@ "par_id3155911\n" "help.text" msgid "On the Formatting Bar, click the Numbering On/Off icon twice." -msgstr "在「格式化」栏中,点击「显示/隐藏编号」图标两次。" +msgstr "在「格式」工具栏中,点击「编号打开/关闭」图标两次。" #: join_numbered_lists.xhp msgctxt "" @@ -8510,7 +8510,7 @@ "par_id3145102\n" "help.text" msgid "On the Formatting Bar, click the Numbering On/Off icon twice." -msgstr "在「格式化」栏中,点击「显示/隐藏编号」图标两次。" +msgstr "在「格式」工具栏中,点击「编号打开/关闭」图标两次。" #: jump2statusbar.xhp msgctxt "" @@ -8750,7 +8750,7 @@ "par_id441529889103330\n" "help.text" msgid " to open the Styles sidebar deck." -msgstr "打开样式侧边栏窗格。" +msgstr "打开「样式」侧边栏窗格。" #: load_styles.xhp msgctxt "" @@ -9558,7 +9558,7 @@ "par_id3154248\n" "help.text" msgid "To remove the number and the indent of the paragraph, click the Numbering on/off icon on the Formatting Bar. If you save the document in HTML format, a separate numbered list is created for the numbered paragraphs that follow the current paragraph." -msgstr "要同时移除数字与段落缩进,请点击「格式」工具栏的「编号开/关」图标。如果您以 HTML 格式保存文档,将为当前段落后的已编号段落创建单独的编号列表。" +msgstr "要同时移除数字与段落缩进,请点击「格式」工具栏的「编号打开/关闭」图标。如果您以 HTML 格式保存文档,将为当前段落后的已编号段落创建单独的编号列表。" #: numbering_paras.xhp msgctxt "" @@ -11230,7 +11230,7 @@ "hd_id6007263\n" "help.text" msgid "Protecting Contents in %PRODUCTNAME Writer" -msgstr "保护 %PRODUCTNAME Writer 中的内容" +msgstr "保护「%PRODUCTNAME Writer」中的内容" #: protection.xhp msgctxt "" @@ -11462,7 +11462,7 @@ "par_id181120162840123\n" "help.text" msgid "Right-click on the index or table of contents in the Navigator and choose Index - Read-only item." -msgstr "在「导航」中右击索引或目录并选择索引 - 只读项。" +msgstr "在「导航」中右击索引或目录并选择「索引 - 只读」项。" #: protection.xhp msgctxt "" @@ -12038,7 +12038,7 @@ "par_id3156253\n" "help.text" msgid "In the Apply Style box on the Formatting bar, choose “Default”." -msgstr "在「格式」栏中的「应用样式」框中,选择「默认值」。" +msgstr "在「格式」工具栏的「应用样式」框中,选择「默认」。" #: removing_line_breaks.xhp msgctxt "" @@ -12278,7 +12278,7 @@ "par_id2142399\n" "help.text" msgid "Click More Options to expand the dialog." -msgstr "点击更多选项展开对话框。" +msgstr "点击「更多选项」展开对话框。" #: search_regexp.xhp msgctxt "" @@ -16222,7 +16222,7 @@ "par_id3149635\n" "help.text" msgid "On the Formatting Bar, click the Bullets On/Off icon Icon." -msgstr "在「格式」栏中,点击「打开/关闭项目符号」图标 图标。" +msgstr "在「格式」工具栏中,点击「项目符号打开/关闭」图标 图标。" #: using_numbered_lists.xhp msgctxt "" @@ -16230,7 +16230,7 @@ "par_id3145403\n" "help.text" msgid "To remove bullets, select the bulleted paragraphs, and then click the Bullets On/Off icon on the Formatting Bar." -msgstr "要删除项目符号,请选择带有项目符号的段落,然后点击「格式」栏上的「打开/关闭项目符号」图标。" +msgstr "要删除项目符号,请选择带有项目符号的段落,然后点击「格式」工具栏上的「项目符号打开/关闭」图标。" #: using_numbered_lists.xhp msgctxt "" @@ -16270,7 +16270,7 @@ "bm_id3147418\n" "help.text" msgid "numbering;paragraphs, on and off paragraphs; numbering on/off formatting;numbered lists inserting;numbering" -msgstr "编号; 段落,打开和关闭段落; 显示/隐藏编号格式; 编号列表插入; 编号" +msgstr "编号; 段落,打开和关闭段落; 编号打开/关闭格式; 编号列表插入; 编号" #: using_numbered_lists2.xhp msgctxt "" @@ -16302,7 +16302,7 @@ "par_id3149968\n" "help.text" msgid "On the Formatting Bar, click the Numbering On/Off icon Icon." -msgstr "在「格式」栏中,点击「编号打开/关闭」图标 图标。" +msgstr "在「格式」工具栏中,点击「编号打开/关闭」图标 图标。" #: using_numbered_lists2.xhp msgctxt "" @@ -16318,7 +16318,7 @@ "par_id3153365\n" "help.text" msgid "To remove numbering, select the numbered paragraphs, and then click the Numbering On/Off icon on the Formatting Bar." -msgstr "要删除编号,请选择已编号的段落,然后点击「格式」栏上的「打开/关闭编号」图标。" +msgstr "要删除编号,请选择已编号的段落,然后点击「格式」工具栏上的「编号打开/关闭」图标。" #: using_numbered_lists2.xhp msgctxt "" @@ -16382,7 +16382,7 @@ "par_id3155866\n" "help.text" msgid "To apply numbering manually, click in the paragraph, and then click the Numbering On/Off icon on the Formatting Bar." -msgstr "要手动应用编号,请点击段落,然后点击「格式」栏中的「显示/隐藏编号」图标。" +msgstr "要手动应用编号,请点击段落,然后点击「格式」工具栏中的「编号打开/关闭」图标。" #: using_numbering.xhp msgctxt "" @@ -16398,7 +16398,7 @@ "par_idN10711\n" "help.text" msgid "When you press Enter in a numbered or bulleted list, %PRODUCTNAME automatically numbers the next paragraph. To remove the numbering or bullet from the new paragraph, press Enter again." -msgstr "在编号或项目符号列表中按 Enter 键时,%PRODUCTNAME 自动为下一个段落编号。要删除新段落的编号或项目符号,请再次按 Enter 键。" +msgstr "在编号或项目符号列表中按 Enter 键时,「%PRODUCTNAME」自动为下一个段落编号。要删除新段落的编号或项目符号,请再次按 Enter 键。" #: using_numbering.xhp msgctxt "" @@ -16694,7 +16694,7 @@ "par_idN107AD\n" "help.text" msgid "Clear Enable word completion ." -msgstr "取消启用字词补充完整。" +msgstr "取消「启用字词补充完整」。" #: word_completion.xhp msgctxt "" diff -Nru libreoffice-l10n-6.2.5/translations/source/zh-CN/helpcontent2/source/text/swriter.po libreoffice-l10n-6.2.6/translations/source/zh-CN/helpcontent2/source/text/swriter.po --- libreoffice-l10n-6.2.5/translations/source/zh-CN/helpcontent2/source/text/swriter.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/zh-CN/helpcontent2/source/text/swriter.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,7 +4,7 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2019-01-07 11:14+0100\n" -"PO-Revision-Date: 2019-06-18 23:47+0000\n" +"PO-Revision-Date: 2019-07-10 04:03+0000\n" "Last-Translator: Dian LI \n" "Language-Team: LANGUAGE \n" "Language: zh_CN\n" @@ -14,7 +14,7 @@ "Plural-Forms: nplurals=1; plural=0;\n" "X-Accelerator-Marker: ~\n" "X-Generator: Pootle 2.8\n" -"X-POOTLE-MTIME: 1560901658.000000\n" +"X-POOTLE-MTIME: 1562731427.000000\n" #: classificationbar.xhp msgctxt "" @@ -94,7 +94,7 @@ "par_id030820161744126871\n" "help.text" msgid "Business Authorization Identification and Labeling Scheme (BAILS) specifies how to refer to such a BAF policy in a document. The concepts in BAILS are so generic that they can be applied to any format that supports document-level user-defined properties." -msgstr "商业验证识别及标记方案 (Business Authorization Identification and Labeling Scheme,「BAILS」) 定义了如何在文档中引用这种 BAF 策略。「BAILS」中的概念具有很强的通用性,可以适用于任何的支持文档级别用户定义属性的格式中。" +msgstr "商业验证识别及标记方案 (Business Authorization Identification and Labeling Scheme,「BAILS」) 定义了如何在文档中引用这种「BAF」策略。「BAILS」中的概念具有很强的通用性,可以适用于任何的支持文档级别用户定义属性的格式中。" #: classificationbar.xhp msgctxt "" @@ -262,7 +262,7 @@ "par_id030820161747133280\n" "help.text" msgid "%PRODUCTNAME allows customization of the levels of classification for your business. To customize the number and the name of the levels, copy the file example.xml located in Tools - Options - LibreOffice - Paths - Classification into a local folder and edit the contents." -msgstr "%PRODUCTNAME 允许您根据业务需求自定义文档的分级参数。要这些每个级别对应的数字和名称,请将文件 example.xml (位于「工具 - 选项 - LibreOffice - 路径 - 分级」中显示的位置) 复制到本地文件夹,然后编辑其内容。" +msgstr "%PRODUCTNAME 允许您根据业务需求自定义文档的分级参数。要这些每个级别对应的数字和名称,请将文件「example.xml」(位于「工具 - 选项 - LibreOffice - 路径 - 分级」中显示的位置) 复制到本地文件夹,然后编辑其内容。" #: classificationbar.xhp msgctxt "" @@ -334,7 +334,7 @@ "par_id3150202\n" "help.text" msgid "The Classification bar contains tools to help secure document handling." -msgstr "分级工具栏包含了用于对文档的安全性进行分级处理的命令。" +msgstr "分级」工具栏包含了用于对文档的安全性进行分级处理的命令。" #: classificationbar.xhp msgctxt "" @@ -342,7 +342,7 @@ "par_id030820161754171423\n" "help.text" msgid "The Classification toolbar contains listboxes to help in selecting the security of the document, according to the BAF category policy and BAILS levels. %PRODUCTNAME will add custom fields in the document properties (File - Properties, Custom Properties tab) to store the classification policy as document metadata." -msgstr "「分级」工具栏中包含可根据 BAF 分类策略及 BAILS 级别辅助选择文档安全性的列表框。%PRODUCTNAME 将在文档属性中添加自定义字段 (「文件 - 属性」的「自定义属性」选项卡) 以便将分级策略作为文档元数据存储。" +msgstr "「分级」工具栏中包含可根据「BAF」分类策略及「BAILS」级别辅助选择文档安全性的列表框。%PRODUCTNAME 将在文档属性中添加自定义字段 (「文件 - 属性」的「自定义属性」选项卡) 以便将分级策略作为文档元数据存储。" #: classificationbar.xhp msgctxt "" @@ -614,7 +614,7 @@ "par_id102920150120456660\n" "help.text" msgid "Opens the Navigator window on the Page Number spin button, so you can enter in a page number." -msgstr "打开「导航」窗口,在页面微调按钮中您可以输入页码。" +msgstr "打开「导航」窗口,在「页面」微调按钮中您可以输入页码。" #: main0102.xhp msgctxt "" @@ -1934,7 +1934,7 @@ "par_id3147756\n" "help.text" msgid "The Image Bar contains functions for formatting and positioning selected bitmap graphics." -msgstr "图像 栏包含格式化图像,以及设定所选图像位置等功能。" +msgstr "图像」栏包含格式化图像,以及设定所选图像位置等功能。" #: main0203.xhp msgctxt "" @@ -1982,7 +1982,7 @@ "par_id3154252\n" "help.text" msgid "The Table Bar contains functions you need when working with tables. It appears when you move the cursor into a table." -msgstr "表格工具栏包含处理表格所需的各项功能。将光标移到表格中,可以显示表格栏。" +msgstr "表格工具栏」包含处理表格所需的各项功能。将光标移到表格中,可以显示表格栏。" #: main0204.xhp msgctxt "" @@ -2110,7 +2110,7 @@ "par_id3154277\n" "help.text" msgid "The Bullets and Numbering bar contains functions to modify the structure of numbered paragraphs, including changing the order of paragraphs and defining different paragraph levels." -msgstr "项目符号与编号栏提供的一些功能可用来修改已编号段落的结构,包括修改段落顺序和定义不同的段落级。" +msgstr "项目符号与编号」栏提供的一些功能可用来修改已编号段落的结构,包括修改段落顺序和定义不同的段落级。" #: main0208.xhp msgctxt "" @@ -2278,7 +2278,7 @@ "par_id3154254\n" "help.text" msgid "The Formula Bar allows you to create and insert calculations into a text document. To activate the Formula Bar, press F2." -msgstr "公式编辑栏可用于创建计算,并将其插入到文本文档中。 要显示「公式编辑栏」,请按 F2 键。" +msgstr "公式编辑栏」可用于创建计算,并将其插入到文本文档中。 要显示「公式编辑栏」,请按 F2 键。" #: main0215.xhp msgctxt "" @@ -2334,7 +2334,7 @@ "par_id3153405\n" "help.text" msgid "This icon represents the Page Wrap option on the Wrap tab page." -msgstr "这个图标对应环绕选项卡页面之中的「页面环绕」功能。" +msgstr "这个图标对应「环绕」选项卡页面之中的「页面环绕」功能。" #: main0215.xhp msgctxt "" @@ -2470,7 +2470,7 @@ "par_id3155386\n" "help.text" msgid "Contains formatting commands for text that is contained in a draw object. The Text Object bar appears when you double-click inside a draw object." -msgstr "包含用于格式化绘图对象中的文字的命令。 在绘图对象中双击鼠标时,会显示此文字对象栏。" +msgstr "包含用于格式化绘图对象中的文字的命令。 在绘图对象中双击鼠标时,会显示此「文字对象」栏。" #: main0220.xhp msgctxt "" @@ -2558,7 +2558,7 @@ "par_id3147768\n" "help.text" msgid "$[officename] Writer lets you create both basic documents, such as memos, faxes, letters , resumes and merge documents, as well as long and complex or multi-part documents, complete with bibliographies, reference tables and indexes." -msgstr "$[officename] Writer 既可以创建各种基本文档,如备忘录、传真、信函、简历和合并文档等,也可以创建又长又复杂的文档或多部分文档,具备参考文献、引用表格以及索引。" +msgstr "$[officename] Writer 既可以创建各种基本文档,如备忘录、传真、信函、简历和合并文档等,也可以创建又长又复杂的文档或多部分文档,具备参考文献、引用表格以及索引。" #: main0503.xhp msgctxt "" @@ -2566,7 +2566,7 @@ "par_id3147797\n" "help.text" msgid "$[officename] Writer also includes such useful features as a spellchecker, a thesaurus, AutoCorrect, and hyphenation as well as a variety of templates for almost every purpose. You can also create your own templates using the wizards." -msgstr "$[officename] Writer 同时也有许多其他有用的功能,比如 拼写检查、同义词典、自动更正、断词处理等,另有各种用途的模板。您还可以使用向导创建自己的模板。" +msgstr "$[officename] Writer 同时也有许多其他有用的功能,比如 拼写检查、同义词典、自动更正、断词处理等,另有各种用途的模板。您还可以使用向导创建自己的模板。" #: main0503.xhp msgctxt "" @@ -2606,7 +2606,7 @@ "par_id3145610\n" "help.text" msgid "$[officename] Writer contains numerous desktop publishing and drawing tools to assist you in creating professionally styled documents, such as brochures, newsletters and invitations. You can format your documents with multi-column layouts, text frames, graphics, tables, and other objects." -msgstr "$[officename] Writer 含有多种桌面排版工具和绘图工具,可协助您创建专业的文档,如小册子、新闻稿和邀请函等。也可以使用多栏版式、文本框、图形、表格以及其它对象,来格式化文档。" +msgstr "$[officename] Writer 含有多种桌面排版工具和绘图工具,可协助您创建专业的文档,如小册子、新闻稿和邀请函等。也可以使用多栏版式、文本框、图形、表格以及其它对象,来格式化文档。" #: main0503.xhp msgctxt "" @@ -2702,4 +2702,4 @@ "par_id3145675\n" "help.text" msgid "You can use the Help system as a complete reference for $[officename] applications, including instructions for simple and complex tasks." -msgstr "您可以将此帮助系统 作为使用 $[officename] 应用程序时的完整参考。帮助系统中包含了各种简单及复杂任务的说明和介绍。" +msgstr "您可以将此帮助系统 作为使用 $[officename] 应用程序时的完整参考。帮助系统中包含了各种简单及复杂任务的说明和介绍。" diff -Nru libreoffice-l10n-6.2.5/translations/source/zh-CN/instsetoo_native/inc_openoffice/windows/msi_languages.po libreoffice-l10n-6.2.6/translations/source/zh-CN/instsetoo_native/inc_openoffice/windows/msi_languages.po --- libreoffice-l10n-6.2.5/translations/source/zh-CN/instsetoo_native/inc_openoffice/windows/msi_languages.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/zh-CN/instsetoo_native/inc_openoffice/windows/msi_languages.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,7 +4,7 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2018-11-12 12:23+0100\n" -"PO-Revision-Date: 2019-06-18 23:53+0000\n" +"PO-Revision-Date: 2019-07-04 12:29+0000\n" "Last-Translator: Dian LI \n" "Language-Team: LANGUAGE \n" "Language: zh_CN\n" @@ -14,7 +14,7 @@ "Plural-Forms: nplurals=1; plural=0;\n" "X-Accelerator-Marker: ~\n" "X-Generator: Pootle 2.8\n" -"X-POOTLE-MTIME: 1560902012.000000\n" +"X-POOTLE-MTIME: 1562243371.000000\n" #: ActionTe.ulf msgctxt "" @@ -278,7 +278,7 @@ "OOO_ACTIONTEXT_33\n" "LngText.text" msgid "Installing system catalog" -msgstr "正在安装系统目录" +msgstr "正在安装系统编目" #: ActionTe.ulf msgctxt "" diff -Nru libreoffice-l10n-6.2.5/translations/source/zh-CN/officecfg/registry/data/org/openoffice/Office/UI.po libreoffice-l10n-6.2.6/translations/source/zh-CN/officecfg/registry/data/org/openoffice/Office/UI.po --- libreoffice-l10n-6.2.5/translations/source/zh-CN/officecfg/registry/data/org/openoffice/Office/UI.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/zh-CN/officecfg/registry/data/org/openoffice/Office/UI.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,7 +4,7 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2018-12-18 19:46+0100\n" -"PO-Revision-Date: 2019-06-24 01:32+0000\n" +"PO-Revision-Date: 2019-07-10 03:15+0000\n" "Last-Translator: Dian LI \n" "Language-Team: LANGUAGE \n" "Language: zh_CN\n" @@ -14,7 +14,7 @@ "Plural-Forms: nplurals=1; plural=0;\n" "X-Accelerator-Marker: ~\n" "X-Generator: Pootle 2.8\n" -"X-POOTLE-MTIME: 1561339970.000000\n" +"X-POOTLE-MTIME: 1562728556.000000\n" #: BaseWindowState.xcu msgctxt "" @@ -3011,7 +3011,7 @@ "Label\n" "value.text" msgid "~AutoInput" -msgstr "自动输入(~A)" +msgstr "自动补全(~A)" #: CalcCommands.xcu msgctxt "" @@ -5621,7 +5621,7 @@ "Label\n" "value.text" msgid "Legend On/Off" -msgstr "显示或隐入图例" +msgstr "图例打开/关闭" #: ChartCommands.xcu msgctxt "" @@ -6089,7 +6089,7 @@ "Label\n" "value.text" msgid "Switch Design View On/Off" -msgstr "打开/关闭设计视图" +msgstr "设计视图打开/关闭" #: DbuCommands.xcu msgctxt "" @@ -15692,7 +15692,7 @@ "Label\n" "value.text" msgid "Breakpoint On/Off" -msgstr "显示/隐藏中断点" +msgstr "断点打开/关闭" #: GenericCommands.xcu msgctxt "" @@ -20716,7 +20716,7 @@ "Label\n" "value.text" msgid "Macro Toolbar On/Off" -msgstr "显示/隐藏宏工具栏" +msgstr "宏工具栏打开/关闭" #: GenericCommands.xcu msgctxt "" @@ -21193,7 +21193,7 @@ "Label\n" "value.text" msgid "Design Mode On/Off" -msgstr "启动或关闭设计模式" +msgstr "设计模式打开/关闭" #: GenericCommands.xcu msgctxt "" @@ -21328,7 +21328,7 @@ "Label\n" "value.text" msgid "Item Browser On/Off" -msgstr "打开/关闭项目浏览器" +msgstr "项目浏览器打开/关闭" #: GenericCommands.xcu msgctxt "" @@ -21625,7 +21625,7 @@ "Label\n" "value.text" msgid "Form-Based Filters" -msgstr "基于表单的筛选器" +msgstr "基于表单的筛选" #: GenericCommands.xcu msgctxt "" @@ -21643,7 +21643,7 @@ "Label\n" "value.text" msgid "Apply Form-Based Filter" -msgstr "应用基于表单的筛选器" +msgstr "应用基于表单的筛选" #: GenericCommands.xcu msgctxt "" @@ -21832,7 +21832,7 @@ "Label\n" "value.text" msgid "Explorer On/Off" -msgstr "打开或关闭资源管理器" +msgstr "资源管理器打开/关闭" #: GenericCommands.xcu msgctxt "" @@ -22723,7 +22723,7 @@ "Label\n" "value.text" msgid "No-width no ~break" -msgstr "零宽不间断符(~B)" +msgstr "零宽度不间断空格(~B)" #: GenericCommands.xcu msgctxt "" @@ -28123,7 +28123,7 @@ "Label\n" "value.text" msgid "Numbering On/Off" -msgstr "开启/关闭项目编号" +msgstr "编号打开/关闭" #: WriterCommands.xcu msgctxt "" @@ -29230,7 +29230,7 @@ "Label\n" "value.text" msgid "Formatting Marks" -msgstr "格式标记" +msgstr "格式化标记" #: WriterCommands.xcu msgctxt "" @@ -29248,7 +29248,7 @@ "TooltipLabel\n" "value.text" msgid "Toggle Formatting Marks" -msgstr "格式标记显示切换" +msgstr "切换格式化标记的显示" #: WriterCommands.xcu msgctxt "" diff -Nru libreoffice-l10n-6.2.5/translations/source/zh-CN/readlicense_oo/docs.po libreoffice-l10n-6.2.6/translations/source/zh-CN/readlicense_oo/docs.po --- libreoffice-l10n-6.2.5/translations/source/zh-CN/readlicense_oo/docs.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/zh-CN/readlicense_oo/docs.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,7 +4,7 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2018-11-12 12:23+0100\n" -"PO-Revision-Date: 2019-06-18 23:53+0000\n" +"PO-Revision-Date: 2019-07-04 12:29+0000\n" "Last-Translator: Dian LI \n" "Language-Team: LANGUAGE \n" "Language: zh_CN\n" @@ -14,7 +14,7 @@ "Plural-Forms: nplurals=1; plural=0;\n" "X-Accelerator-Marker: ~\n" "X-Generator: Pootle 2.8\n" -"X-POOTLE-MTIME: 1560902017.000000\n" +"X-POOTLE-MTIME: 1562243376.000000\n" #: readme.xrm msgctxt "" @@ -262,7 +262,7 @@ "debianinstall2\n" "readmeitem.text" msgid "When you unpack the downloaded archive, you will see that the contents have been decompressed into a sub-directory. Open a file manager window, and change directory to the one starting with \"LibreOffice_\", followed by the version number and some platform information." -msgstr "在解压缩下载的压缩文件之后,您会看到内容已经被解压缩至一个新的子目录。打开一个文件管理其窗口,并切换至以「LibreOffice_」开头、后跟版本号和平台信息的目录。" +msgstr "将下载好的压缩包解压,您会看到内容位于子目录中。打开文件管理器窗口,并进入名称以「LibreOffice_」开头、后接版本号与平台信息的目录。" #: readme.xrm msgctxt "" @@ -326,7 +326,7 @@ "rpminstall2\n" "readmeitem.text" msgid "When you unpack the downloaded archive, you will see that the contents have been decompressed into a sub-directory. Open a file manager window, and change directory to the one starting with \"LibreOffice_\", followed by the version number and some platform information." -msgstr "在解压缩下载的压缩文件之后,您会看到内容已经被解压缩至一个新的子目录。打开一个文件管理其窗口,并切换至以「LibreOffice_」开头、后跟版本号和平台信息的目录。" +msgstr "将下载好的压缩包解压,您会看到内容位于子目录中。打开文件管理器窗口,并进入名称以「LibreOffice_」开头、后接版本号与平台信息的目录。" #: readme.xrm msgctxt "" @@ -398,7 +398,7 @@ "otherinstall1\n" "readmeitem.text" msgid "It should be easily possible to install ${PRODUCTNAME} on other Linux distributions not specifically covered in these installation instructions. The main aspect for which differences might be encountered is desktop integration." -msgstr "在本安装说明中未特地提及的其他 Linux 发行版中安装 ${PRODUCTNAME} 应该很简单。主要会遇到的的不同之处在桌面集成。" +msgstr "对于本安装说明中未特别提及的其他 Linux 发行版,安装 ${PRODUCTNAME} 应该很简单。主要的差异大概在桌面集成方面。" #: readme.xrm msgctxt "" @@ -438,7 +438,7 @@ "linuxlangpack3\n" "readmeitem.text" msgid "Now change directory to the directory that was created during the extraction process. For instance, for the French language pack for a 32-bit Debian/Ubuntu-based system, the directory is named LibreOffice_, plus some version information, plus Linux_x86_langpack-deb_fr." -msgstr "现在切换至解压缩所创建的目录。例如,对于 32 位基于 Debian/Ubuntu 系统的法语语言包,该目录名为 LibreOffice_,附加版本信息,以及 Linux_x86_langpack-deb_fr。" +msgstr "现在请进入解压得到的目录。例如,对于 32 位基于 Debian/Ubuntu 系统的法语语言包,其目录名称为「LibreOffice_」后接版本信息,后接「Linux_x86_langpack-deb_fr」。" #: readme.xrm msgctxt "" @@ -446,7 +446,7 @@ "linuxlangpack4\n" "readmeitem.text" msgid "Now change directory to the directory that contains the packages to install. On Debian/Ubuntu-based systems, the directory will be DEBS. On Fedora, openSUSE or Mandriva systems, the directory will be RPMS." -msgstr "现在切换至包含有要安装的软件包的目录。对于基于Debian/Ubuntu的操作系统,该目录应为DEBS。对于Fedora,openSUSE或Mandriva系统,该目录应为RPMS。" +msgstr "现在切换至要安装的软件包所在目录。对于基于 Debian/Ubuntu 的系统,该目录应为 DEBS。对于 Fedora、openSUSE 或 Mandriva 系统,该目录应为 RPMS。" #: readme.xrm msgctxt "" @@ -462,7 +462,7 @@ "linuxlangpack6\n" "readmeitem.text" msgid "For Debian/Ubuntu-based systems: sudo dpkg -i *.deb" -msgstr "对于基于Debian/Ubuntu的系统: sudo dpkg -i *.deb" +msgstr "对于基于 Debian/Ubuntu 的系统: sudo dpkg -i *.deb" #: readme.xrm msgctxt "" @@ -470,7 +470,7 @@ "linuxlangpack7\n" "readmeitem.text" msgid "For Fedora-based systems: su -c 'yum install *.rpm'" -msgstr "对于基于Fedora的系统: su -c 'yum install *.rpm'" +msgstr "对于基于 Fedora 的系统: su -c 'yum install *.rpm'" #: readme.xrm msgctxt "" @@ -478,7 +478,7 @@ "linuxlangpack8\n" "readmeitem.text" msgid "For Mandriva-based systems: sudo urpmi *.rpm" -msgstr "对于基于Mandriva的系统: sudo urpmi *.rpm" +msgstr "对于基于 Mandriva 的系统: sudo urpmi *.rpm" #: readme.xrm msgctxt "" diff -Nru libreoffice-l10n-6.2.5/translations/source/zh-CN/sc/messages.po libreoffice-l10n-6.2.6/translations/source/zh-CN/sc/messages.po --- libreoffice-l10n-6.2.5/translations/source/zh-CN/sc/messages.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/zh-CN/sc/messages.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,7 +4,7 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2019-05-02 15:45+0200\n" -"PO-Revision-Date: 2019-06-24 12:44+0000\n" +"PO-Revision-Date: 2019-07-04 12:29+0000\n" "Last-Translator: Dian LI \n" "Language-Team: LANGUAGE \n" "Language: zh_CN\n" @@ -14,7 +14,7 @@ "Plural-Forms: nplurals=1; plural=0;\n" "X-Accelerator-Marker: ~\n" "X-Generator: Pootle 2.8\n" -"X-POOTLE-MTIME: 1561380261.000000\n" +"X-POOTLE-MTIME: 1562243370.000000\n" #: sc/inc/compiler.hrc:27 msgctxt "RID_FUNCTION_CATEGORIES" @@ -1016,7 +1016,7 @@ #: sc/inc/globstr.hrc:228 msgctxt "STR_LONG_ERR_NV" msgid "Error: Value not available" -msgstr "错误: 值不存在" +msgstr "错误: 找不到该值" #. END defined ERROR.TYPE() values. #: sc/inc/globstr.hrc:230 @@ -5048,7 +5048,7 @@ #: sc/inc/scfuncs.hrc:826 msgctxt "SC_OPCODE_TYPE" msgid "Returns the data type of a value (1 = number, 2 = text, 4 = Boolean value, 8 = formula, 16 = error value, 64 = array)." -msgstr "返回给定值的数据类型 (1 = 数值,2 = 文本,4 = 逻辑值,8 = 公式, 16 = 错误值,64 = 数组)。" +msgstr "返回给定值的数据类型 (1 = 数值,2 = 文本,4 = 布尔值,8 = 公式, 16 = 错误值,64 = 数组)。" #: sc/inc/scfuncs.hrc:827 msgctxt "SC_OPCODE_TYPE" @@ -10851,7 +10851,7 @@ #: sc/inc/scfuncs.hrc:3138 msgctxt "SC_OPCODE_FORECAST_ETS_ADD" msgid "The data array from which you want to forecast." -msgstr "预测所基于的数据数组。" +msgstr "预测所依据的数据数组。" #: sc/inc/scfuncs.hrc:3139 msgctxt "SC_OPCODE_FORECAST_ETS_ADD" @@ -10916,7 +10916,7 @@ #: sc/inc/scfuncs.hrc:3156 msgctxt "SC_OPCODE_FORECAST_ETS_MUL" msgid "The data array from which you want to forecast." -msgstr "预测所基于的数据数组。" +msgstr "预测所依据的数据数组。" #: sc/inc/scfuncs.hrc:3157 msgctxt "SC_OPCODE_FORECAST_ETS_MUL" @@ -10981,7 +10981,7 @@ #: sc/inc/scfuncs.hrc:3174 msgctxt "SC_OPCODE_FORECAST_ETS_PIA" msgid "The data array from which you want to forecast." -msgstr "预测所基于的数据数组。" +msgstr "预测所依据的数据数组。" #: sc/inc/scfuncs.hrc:3175 msgctxt "SC_OPCODE_FORECAST_ETS_PIA" @@ -11057,7 +11057,7 @@ #: sc/inc/scfuncs.hrc:3194 msgctxt "SC_OPCODE_FORECAST_ETS_PIM" msgid "The data array from which you want to forecast." -msgstr "预测所基于的数据数组。" +msgstr "预测所依据的数据数组。" #: sc/inc/scfuncs.hrc:3195 msgctxt "SC_OPCODE_FORECAST_ETS_PIM" @@ -11123,7 +11123,7 @@ #: sc/inc/scfuncs.hrc:3212 msgctxt "SC_OPCODE_FORECAST_ETS_SEA" msgid "The data array from which you want to forecast." -msgstr "预测所基于的数据数组。" +msgstr "预测所依据的数据数组。" #: sc/inc/scfuncs.hrc:3213 msgctxt "SC_OPCODE_FORECAST_ETS_SEA" @@ -11168,7 +11168,7 @@ #: sc/inc/scfuncs.hrc:3226 msgctxt "SC_OPCODE_FORECAST_ETS_STA" msgid "The data array from which you want to forecast." -msgstr "预测所基于的数据数组。" +msgstr "预测所依据的数据数组。" #: sc/inc/scfuncs.hrc:3227 msgctxt "SC_OPCODE_FORECAST_ETS_STA" @@ -11233,7 +11233,7 @@ #: sc/inc/scfuncs.hrc:3244 msgctxt "SC_OPCODE_FORECAST_ETS_STM" msgid "The data array from which you want to forecast." -msgstr "预测所基于的数据数组。" +msgstr "预测所依据的数据数组。" #: sc/inc/scfuncs.hrc:3245 msgctxt "SC_OPCODE_FORECAST_ETS_STM" @@ -17816,7 +17816,7 @@ #: sc/uiconfig/scalc/ui/formulacalculationoptions.ui:162 msgctxt "formulacalculationoptions|comboConversion" msgid "Convert also locale dependent" -msgstr "也转换依赖于语言环境的值" +msgstr "同时转换依赖于区域的值" #: sc/uiconfig/scalc/ui/formulacalculationoptions.ui:172 msgctxt "formulacalculationoptions|current_doc" diff -Nru libreoffice-l10n-6.2.5/translations/source/zh-CN/sfx2/messages.po libreoffice-l10n-6.2.6/translations/source/zh-CN/sfx2/messages.po --- libreoffice-l10n-6.2.5/translations/source/zh-CN/sfx2/messages.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/zh-CN/sfx2/messages.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,7 +4,7 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2019-05-02 15:45+0200\n" -"PO-Revision-Date: 2019-05-29 10:44+0000\n" +"PO-Revision-Date: 2019-06-28 06:00+0000\n" "Last-Translator: Dian LI \n" "Language-Team: LANGUAGE \n" "Language: zh_CN\n" @@ -14,7 +14,7 @@ "Plural-Forms: nplurals=1; plural=0;\n" "X-Accelerator-Marker: ~\n" "X-Generator: Pootle 2.8\n" -"X-POOTLE-MTIME: 1559126651.000000\n" +"X-POOTLE-MTIME: 1561701620.000000\n" #: include/sfx2/strings.hrc:25 msgctxt "STR_TEMPLATE_FILTER" @@ -911,7 +911,7 @@ #: include/sfx2/strings.hrc:193 msgctxt "STR_PB_MERGEDOC" msgid "Merge with" -msgstr "与...合并" +msgstr "合并到" #: include/sfx2/strings.hrc:195 msgctxt "STR_SFX_NEWOFFICEDOC" @@ -940,7 +940,7 @@ #: include/sfx2/strings.hrc:200 msgctxt "STR_QUERY_OVERWRITE" msgid "Style already exists. Overwrite?" -msgstr "样式已经存在。要覆盖吗?" +msgstr "样式已存在。是否覆盖?" #: include/sfx2/strings.hrc:202 msgctxt "STR_RESET" diff -Nru libreoffice-l10n-6.2.5/translations/source/zh-CN/svtools/messages.po libreoffice-l10n-6.2.6/translations/source/zh-CN/svtools/messages.po --- libreoffice-l10n-6.2.5/translations/source/zh-CN/svtools/messages.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/zh-CN/svtools/messages.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,7 +4,7 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2018-11-14 12:22+0100\n" -"PO-Revision-Date: 2019-06-24 02:04+0000\n" +"PO-Revision-Date: 2019-06-27 11:39+0000\n" "Last-Translator: Dian LI \n" "Language-Team: LANGUAGE \n" "Language: zh_CN\n" @@ -14,7 +14,7 @@ "Plural-Forms: nplurals=1; plural=0;\n" "X-Accelerator-Marker: ~\n" "X-Generator: Pootle 2.8\n" -"X-POOTLE-MTIME: 1561341871.000000\n" +"X-POOTLE-MTIME: 1561635546.000000\n" #: include/svtools/strings.hrc:25 msgctxt "STR_UNDO" @@ -1420,7 +1420,7 @@ #: include/svtools/strings.hrc:336 msgctxt "STR_DESCRIPTION_POWERPOINT_SHOW" msgid "MS PowerPoint Show" -msgstr "Microsoft PowerPoint 演示" +msgstr "Microsoft PowerPoint 放映" #: include/svtools/strings.hrc:337 msgctxt "STR_DESCRIPTION_SXMATH_DOC" diff -Nru libreoffice-l10n-6.2.5/translations/source/zh-CN/svx/messages.po libreoffice-l10n-6.2.6/translations/source/zh-CN/svx/messages.po --- libreoffice-l10n-6.2.5/translations/source/zh-CN/svx/messages.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/zh-CN/svx/messages.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,7 +4,7 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2018-12-17 16:28+0100\n" -"PO-Revision-Date: 2019-06-24 03:00+0000\n" +"PO-Revision-Date: 2019-07-03 22:55+0000\n" "Last-Translator: Dian LI \n" "Language-Team: LANGUAGE \n" "Language: zh_CN\n" @@ -14,7 +14,7 @@ "Plural-Forms: nplurals=1; plural=0;\n" "X-Accelerator-Marker: ~\n" "X-Generator: Pootle 2.8\n" -"X-POOTLE-MTIME: 1561345228.000000\n" +"X-POOTLE-MTIME: 1562194502.000000\n" #: include/svx/strings.hrc:25 msgctxt "STR_ObjNameSingulNONE" @@ -4970,7 +4970,7 @@ #: include/svx/strings.hrc:1055 msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ON_OFF" msgid "Apply Extrusion On/Off" -msgstr "应用拉伸开/关" +msgstr "应用拉伸打开/关闭" #: include/svx/strings.hrc:1056 msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_DOWN" @@ -11189,7 +11189,7 @@ #: svx/uiconfig/ui/docking3deffects.ui:723 msgctxt "docking3deffects|perspective|tooltip_text" msgid "Perspective On/Off" -msgstr "显示/隐入透视" +msgstr "透视打开/关闭" #: svx/uiconfig/ui/docking3deffects.ui:762 msgctxt "docking3deffects|preview-atkobject" @@ -11234,7 +11234,7 @@ #: svx/uiconfig/ui/docking3deffects.ui:923 msgctxt "docking3deffects|shadow|tooltip_text" msgid "3D Shadowing On/Off" -msgstr "打开/关闭 3D 阴影" +msgstr "3D 阴影打开/关闭" #: svx/uiconfig/ui/docking3deffects.ui:939 msgctxt "docking3deffects|label13" @@ -11399,7 +11399,7 @@ #: svx/uiconfig/ui/docking3deffects.ui:1610 msgctxt "docking3deffects|texfilter|tooltip_text" msgid "Filtering On/Off" -msgstr "使用或关闭过滤" +msgstr "筛选打开/关闭" #: svx/uiconfig/ui/docking3deffects.ui:1624 msgctxt "docking3deffects|texblend|tooltip_text" diff -Nru libreoffice-l10n-6.2.5/translations/source/zh-CN/sw/messages.po libreoffice-l10n-6.2.6/translations/source/zh-CN/sw/messages.po --- libreoffice-l10n-6.2.5/translations/source/zh-CN/sw/messages.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/zh-CN/sw/messages.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,7 +4,7 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2019-05-02 15:45+0200\n" -"PO-Revision-Date: 2019-06-24 02:05+0000\n" +"PO-Revision-Date: 2019-07-04 12:29+0000\n" "Last-Translator: Dian LI \n" "Language-Team: LANGUAGE \n" "Language: zh_CN\n" @@ -14,7 +14,7 @@ "Plural-Forms: nplurals=1; plural=0;\n" "X-Accelerator-Marker: ~\n" "X-Generator: Pootle 2.8\n" -"X-POOTLE-MTIME: 1561341911.000000\n" +"X-POOTLE-MTIME: 1562243367.000000\n" #: sw/inc/app.hrc:29 msgctxt "RID_PARAGRAPHSTYLEFAMILY" @@ -2556,7 +2556,7 @@ #: sw/inc/strings.hrc:428 msgctxt "STR_NUMORNONUM" msgid "Number On/Off" -msgstr "显示/隐藏编号" +msgstr "编号打开/关闭" #: sw/inc/strings.hrc:429 msgctxt "STR_INC_LEFTMARGIN" @@ -11807,7 +11807,7 @@ #: sw/uiconfig/swriter/ui/navigatorpanel.ui:135 msgctxt "navigatorpanel|listbox|tooltip_text" msgid "List Box On/Off" -msgstr "列表框开关" +msgstr "列表框打开/关闭" #: sw/uiconfig/swriter/ui/navigatorpanel.ui:148 msgctxt "navigatorpanel|root|tooltip_text" @@ -12176,7 +12176,7 @@ #: sw/uiconfig/swriter/ui/notebookbar_compact.ui:9250 msgctxt "notebookbar_compact|DrawMenuButton" msgid "D_raw" -msgstr "绘制(_R)" +msgstr "绘图(_R)" #: sw/uiconfig/swriter/ui/notebookbar_compact.ui:9305 msgctxt "notebookbar_compact|ShapeLabel" @@ -12301,7 +12301,7 @@ #: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:6021 msgctxt "notebookbar_groupedbar_compact|editdrawb" msgid "D_raw" -msgstr "绘制(_R)" +msgstr "绘图(_R)" #: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:6403 #: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:7767 @@ -12535,7 +12535,7 @@ #: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:10089 msgctxt "notebookbar_groupedbar_full|DrawButton" msgid "D_raw" -msgstr "绘制(_R)" +msgstr "绘图(_R)" #: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:10458 msgctxt "notebookbar_groupedbar_full|DrawEditButton" @@ -14953,7 +14953,7 @@ #: sw/uiconfig/swriter/ui/querydefaultcompatdialog.ui:15 msgctxt "querydefaultcompatdialog|QueryDefaultCompatDialog" msgid "This will affect all new documents based on the default template." -msgstr "这将影响到所有基于该默认模版的新建文档。" +msgstr "这将影响所有基于默认模版的新建文档。" #: sw/uiconfig/swriter/ui/queryredlinedialog.ui:7 msgctxt "queryredlinedialog|QueryRedlineDialog" diff -Nru libreoffice-l10n-6.2.5/translations/source/zh-CN/swext/mediawiki/help.po libreoffice-l10n-6.2.6/translations/source/zh-CN/swext/mediawiki/help.po --- libreoffice-l10n-6.2.5/translations/source/zh-CN/swext/mediawiki/help.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/zh-CN/swext/mediawiki/help.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,7 +4,7 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2018-11-15 13:53+0100\n" -"PO-Revision-Date: 2019-06-24 02:05+0000\n" +"PO-Revision-Date: 2019-07-10 01:31+0000\n" "Last-Translator: Dian LI \n" "Language-Team: LANGUAGE \n" "Language: zh_CN\n" @@ -14,7 +14,7 @@ "Plural-Forms: nplurals=1; plural=0;\n" "X-Accelerator-Marker: ~\n" "X-Generator: Pootle 2.8\n" -"X-POOTLE-MTIME: 1561341911.000000\n" +"X-POOTLE-MTIME: 1562722296.000000\n" #: help.tree msgctxt "" @@ -198,7 +198,7 @@ "par_id8869594\n" "help.text" msgid "In the Password box, enter the password for your wiki account, then click OK." -msgstr "在「密码」框中,输入您的 wiki 帐号的密码,然后点确定。" +msgstr "在「密码」框中,输入您的 wiki 帐号的密码,然后点「确定」。" #: wiki.xhp msgctxt "" diff -Nru libreoffice-l10n-6.2.5/translations/source/zh-CN/wizards/source/resources.po libreoffice-l10n-6.2.6/translations/source/zh-CN/wizards/source/resources.po --- libreoffice-l10n-6.2.5/translations/source/zh-CN/wizards/source/resources.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/zh-CN/wizards/source/resources.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,7 +4,7 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2017-10-04 11:47+0200\n" -"PO-Revision-Date: 2019-06-23 21:16+0000\n" +"PO-Revision-Date: 2019-07-04 12:29+0000\n" "Last-Translator: Dian LI \n" "Language-Team: LANGUAGE \n" "Language: zh_CN\n" @@ -14,7 +14,7 @@ "Plural-Forms: nplurals=1; plural=0;\n" "X-Accelerator-Marker: ~\n" "X-Generator: Pootle 2.8\n" -"X-POOTLE-MTIME: 1561324598.000000\n" +"X-POOTLE-MTIME: 1562243375.000000\n" #: resources_en_US.properties msgctxt "" @@ -574,7 +574,7 @@ "RID_REPORT_65\n" "property.text" msgid "The query with the statement
''
could not be run.
Check your data source." -msgstr "无法执行含有以下语句的查询:
''

请检查您的的数据源。" +msgstr "无法执行如下语句的查询指令:


请检查您的数据源。" #: resources_en_US.properties msgctxt "" @@ -2694,7 +2694,7 @@ "RID_TABLE_39\n" "property.text" msgid "C~reate a form based on this table" -msgstr "基于该表创建表单(~R)" +msgstr "基于此表格创建表单(~R)" #: resources_en_US.properties msgctxt "" @@ -2774,7 +2774,7 @@ "RID_TABLE_49\n" "property.text" msgid "Catalog of the table" -msgstr "表格目录" +msgstr "表格编目" #: resources_en_US.properties msgctxt "" diff -Nru libreoffice-l10n-6.2.5/translations/source/zh-TW/cui/messages.po libreoffice-l10n-6.2.6/translations/source/zh-TW/cui/messages.po --- libreoffice-l10n-6.2.5/translations/source/zh-TW/cui/messages.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/zh-TW/cui/messages.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,7 +4,7 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2019-05-02 15:43+0200\n" -"PO-Revision-Date: 2019-03-18 03:37+0000\n" +"PO-Revision-Date: 2019-08-06 14:30+0000\n" "Last-Translator: Cheng-Chia Tseng \n" "Language-Team: LANGUAGE \n" "Language: zh_TW\n" @@ -13,8 +13,8 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" -"X-POOTLE-MTIME: 1552880243.000000\n" +"X-Generator: Pootle 2.8\n" +"X-POOTLE-MTIME: 1565101845.000000\n" #: cui/inc/numcategories.hrc:17 msgctxt "numberingformatpage|liststore1" @@ -1656,7 +1656,7 @@ #: cui/inc/strings.hrc:375 msgctxt "RID_SVXSTR_MOZAPIUNREACHABLE" msgid "The Mozilla Themes API is currently unavailable." -msgstr "" +msgstr "Mozilla 主題 API 目前無法使用。" #: cui/inc/strings.hrc:377 msgctxt "RID_SVXSTR_TABLE_PRESET_NONE" diff -Nru libreoffice-l10n-6.2.5/translations/source/zh-TW/vcl/messages.po libreoffice-l10n-6.2.6/translations/source/zh-TW/vcl/messages.po --- libreoffice-l10n-6.2.5/translations/source/zh-TW/vcl/messages.po 2019-06-26 18:16:52.000000000 +0000 +++ libreoffice-l10n-6.2.6/translations/source/zh-TW/vcl/messages.po 2019-08-08 19:58:13.000000000 +0000 @@ -4,7 +4,7 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2019-05-02 15:46+0200\n" -"PO-Revision-Date: 2018-12-21 14:35+0000\n" +"PO-Revision-Date: 2019-08-06 14:30+0000\n" "Last-Translator: Cheng-Chia Tseng \n" "Language-Team: LANGUAGE \n" "Language: zh_TW\n" @@ -13,8 +13,8 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" -"X-POOTLE-MTIME: 1545402900.000000\n" +"X-Generator: Pootle 2.8\n" +"X-POOTLE-MTIME: 1565101856.000000\n" #. To translators: This is the first entry of a sequence of paper size names #: vcl/inc/print.hrc:28 @@ -1275,7 +1275,7 @@ #: vcl/uiconfig/ui/cupspassworddialog.ui:145 msgctxt "cupspassworddialog|label1" msgid "_Domain:" -msgstr "" +msgstr "網域(_D):" #: vcl/uiconfig/ui/editmenu.ui:12 msgctxt "editmenu|undo" diff -Nru libreoffice-l10n-6.2.5/vcl/inc/qt5/Qt5Frame.hxx libreoffice-l10n-6.2.6/vcl/inc/qt5/Qt5Frame.hxx --- libreoffice-l10n-6.2.5/vcl/inc/qt5/Qt5Frame.hxx 2019-06-26 18:16:53.000000000 +0000 +++ libreoffice-l10n-6.2.6/vcl/inc/qt5/Qt5Frame.hxx 2019-08-08 19:58:13.000000000 +0000 @@ -19,6 +19,8 @@ #pragma once +#include + #include #include @@ -30,6 +32,22 @@ #include +#if QT5_USING_X11 +#include +// any better way to get rid of the X11 / Qt type clashes? +#undef Bool +#undef CursorShape +#undef Expose +#undef KeyPress +#undef KeyRelease +#undef FocusIn +#undef FocusOut +#undef FontChange +#undef None +#undef Status +#undef Unsorted +#endif + class Qt5DragSource; class Qt5DropTarget; class Qt5Graphics; @@ -86,6 +104,10 @@ sal_uInt32 m_nRestoreScreen; QRect m_aRestoreGeometry; +#if QT5_USING_X11 + ScreenSaverInhibitor m_ScreenSaverInhibitor; +#endif + void Center(); Size CalcDefaultSize(); void SetDefaultSize(); @@ -113,9 +135,6 @@ private: void setVisible(bool); -Q_SIGNALS: - void tooltipRequest(const OUString& rTooltip); - public: Qt5Frame(Qt5Frame* pParent, SalFrameStyleFlags nSalFrameStyle, bool bUseCairo); virtual ~Qt5Frame() override; diff -Nru libreoffice-l10n-6.2.5/vcl/inc/qt5/Qt5Widget.hxx libreoffice-l10n-6.2.6/vcl/inc/qt5/Qt5Widget.hxx --- libreoffice-l10n-6.2.5/vcl/inc/qt5/Qt5Widget.hxx 2019-06-26 18:16:53.000000000 +0000 +++ libreoffice-l10n-6.2.6/vcl/inc/qt5/Qt5Widget.hxx 2019-08-08 19:58:13.000000000 +0000 @@ -68,9 +68,6 @@ void inputMethodEvent(QInputMethodEvent*) override; QVariant inputMethodQuery(Qt::InputMethodQuery) const override; -public slots: - static void showTooltip(const OUString& rTip); - public: Qt5Widget(Qt5Frame& rFrame, Qt::WindowFlags f = Qt::WindowFlags()); diff -Nru libreoffice-l10n-6.2.5/vcl/qt5/Qt5DragAndDrop.cxx libreoffice-l10n-6.2.6/vcl/qt5/Qt5DragAndDrop.cxx --- libreoffice-l10n-6.2.5/vcl/qt5/Qt5DragAndDrop.cxx 2019-06-26 18:16:53.000000000 +0000 +++ libreoffice-l10n-6.2.6/vcl/qt5/Qt5DragAndDrop.cxx 2019-08-08 19:58:13.000000000 +0000 @@ -96,6 +96,7 @@ bool Qt5DragSource::m_bDropSuccessSet = false; bool Qt5DragSource::m_bDropSuccess = false; +Qt5DragSource* Qt5DragSource::m_ActiveDragSource = nullptr; Qt5DragSource::~Qt5DragSource() { diff -Nru libreoffice-l10n-6.2.5/vcl/qt5/Qt5Frame.cxx libreoffice-l10n-6.2.6/vcl/qt5/Qt5Frame.cxx --- libreoffice-l10n-6.2.5/vcl/qt5/Qt5Frame.cxx 2019-06-26 18:16:53.000000000 +0000 +++ libreoffice-l10n-6.2.6/vcl/qt5/Qt5Frame.cxx 2019-08-08 19:58:13.000000000 +0000 @@ -27,6 +27,7 @@ #include #include #include +#include #include #include @@ -44,6 +45,11 @@ #include #include +#if QT5_USING_X11 +#include +#include +#endif + #include #include #include @@ -153,9 +159,6 @@ else m_pQWidget = new Qt5Widget(*this, aWinFlags); - connect(this, &Qt5Frame::tooltipRequest, static_cast(m_pQWidget), - &Qt5Widget::showTooltip); - if (pParent && !(pParent->m_nStyle & SalFrameStyleFlags::PLUG)) { QWindow* pParentWindow = pParent->GetQWidget()->window()->windowHandle(); @@ -693,11 +696,25 @@ } } -void Qt5Frame::StartPresentation(bool) +void Qt5Frame::StartPresentation(bool bStart) { - // meh - so there's no Qt platform independent solution - defer to - // KDE5 impl. For everyone else: - // https://forum.qt.io/topic/38504/solved-qdialog-in-fullscreen-disable-os-screensaver +// meh - so there's no Qt platform independent solution +// https://forum.qt.io/topic/38504/solved-qdialog-in-fullscreen-disable-os-screensaver +#if QT5_USING_X11 + boost::optional aRootWindow; + boost::optional aDisplay; + + if (QX11Info::isPlatformX11()) + { + aRootWindow = QX11Info::appRootWindow(); + aDisplay = QX11Info::display(); + } + + m_ScreenSaverInhibitor.inhibit(bStart, "presentation", QX11Info::isPlatformX11(), aRootWindow, + aDisplay); +#else + (void)bStart; +#endif } void Qt5Frame::SetAlwaysOnTop(bool bOnTop) @@ -763,9 +780,12 @@ // destroyed, so that state should be safely flushed. } -bool Qt5Frame::ShowTooltip(const OUString& rText, const tools::Rectangle& /*rHelpArea*/) +bool Qt5Frame::ShowTooltip(const OUString& rText, const tools::Rectangle& rHelpArea) { - emit tooltipRequest(rText); + QRect aHelpArea(toQRect(rHelpArea)); + if (QGuiApplication::isRightToLeft()) + aHelpArea.moveLeft(maGeometry.nWidth - aHelpArea.width() - aHelpArea.left() - 1); + QToolTip::showText(QCursor::pos(), toQString(rText), m_pQWidget, aHelpArea); return true; } @@ -1159,15 +1179,33 @@ } } -void Qt5Frame::SetApplicationID(const OUString&) +void Qt5Frame::SetApplicationID(const OUString& rWMClass) { - // So the hope is that QGuiApplication deals with this properly.. +#if QT5_USING_X11 + if (QGuiApplication::platformName() != "xcb" || !m_pTopLevel) + return; + + OString aResClass = OUStringToOString(rWMClass, RTL_TEXTENCODING_ASCII_US); + const char* pResClass + = !aResClass.isEmpty() ? aResClass.getStr() : SalGenericSystem::getFrameClassName(); + OString aResName = SalGenericSystem::getFrameResName(); + + // the WM_CLASS data consists of two concated cstrings, including the terminating '\0' chars + const uint32_t data_len = aResName.getLength() + 1 + strlen(pResClass) + 1; + char* data = new char[data_len]; + memcpy(data, aResName.getStr(), aResName.getLength() + 1); + memcpy(data + aResName.getLength() + 1, pResClass, strlen(pResClass) + 1); + + xcb_change_property(QX11Info::connection(), XCB_PROP_MODE_REPLACE, m_pTopLevel->winId(), + XCB_ATOM_WM_CLASS, XCB_ATOM_STRING, 8, data_len, data); + delete[] data; +#else + (void)rWMClass; +#endif } // Drag'n'drop foo -Qt5DragSource* Qt5DragSource::m_ActiveDragSource; - void Qt5Frame::registerDragSource(Qt5DragSource* pDragSource) { assert(!m_pDragSource); diff -Nru libreoffice-l10n-6.2.5/vcl/qt5/Qt5Widget.cxx libreoffice-l10n-6.2.6/vcl/qt5/Qt5Widget.cxx --- libreoffice-l10n-6.2.5/vcl/qt5/Qt5Widget.cxx 2019-06-26 18:16:53.000000000 +0000 +++ libreoffice-l10n-6.2.6/vcl/qt5/Qt5Widget.cxx 2019-08-08 19:58:13.000000000 +0000 @@ -38,7 +38,6 @@ #include #include #include -#include #include #include @@ -431,12 +430,6 @@ void Qt5Widget::focusOutEvent(QFocusEvent*) { m_rFrame.CallCallback(SalEvent::LoseFocus, nullptr); } -void Qt5Widget::showTooltip(const OUString& rTooltip) -{ - QPoint pt = QCursor::pos(); - QToolTip::showText(pt, toQString(rTooltip)); -} - Qt5Widget::Qt5Widget(Qt5Frame& rFrame, Qt::WindowFlags f) : QWidget(Q_NULLPTR, f) , m_rFrame(rFrame) diff -Nru libreoffice-l10n-6.2.5/vcl/source/app/salvtables.cxx libreoffice-l10n-6.2.6/vcl/source/app/salvtables.cxx --- libreoffice-l10n-6.2.5/vcl/source/app/salvtables.cxx 2019-06-26 18:16:53.000000000 +0000 +++ libreoffice-l10n-6.2.6/vcl/source/app/salvtables.cxx 2019-08-08 19:58:13.000000000 +0000 @@ -556,6 +556,11 @@ virtual void help_hierarchy_foreach(const std::function& func) override; + virtual OUString strip_mnemonic(const OUString &rLabel) const override + { + return rLabel.replaceFirst("~", ""); + } + SystemWindow* getSystemWindow() { return m_xWidget->GetSystemWindow(); diff -Nru libreoffice-l10n-6.2.5/vcl/source/control/menubtn.cxx libreoffice-l10n-6.2.6/vcl/source/control/menubtn.cxx --- libreoffice-l10n-6.2.5/vcl/source/control/menubtn.cxx 2019-06-26 18:16:53.000000000 +0000 +++ libreoffice-l10n-6.2.6/vcl/source/control/menubtn.cxx 2019-08-08 19:58:13.000000000 +0000 @@ -51,6 +51,10 @@ Point aPos(0, 1); tools::Rectangle aRect(aPos, aSize ); mpMenu->Execute(this, aRect, PopupMenuFlags::ExecuteDown); + + if (IsDisposed()) + return; + mnCurItemId = mpMenu->GetCurItemId(); msCurItemIdent = mpMenu->GetCurItemIdent(); } diff -Nru libreoffice-l10n-6.2.5/vcl/source/window/builder.cxx libreoffice-l10n-6.2.6/vcl/source/window/builder.cxx --- libreoffice-l10n-6.2.5/vcl/source/window/builder.cxx 2019-06-26 18:16:53.000000000 +0000 +++ libreoffice-l10n-6.2.6/vcl/source/window/builder.cxx 2019-08-08 19:58:13.000000000 +0000 @@ -181,7 +181,9 @@ IMPL_LINK(MetricSpinButton, spin_button_output, SpinButton&, rSpinButton, void) { - rSpinButton.set_text(format_number(rSpinButton.get_value())); + OUString sNewText(format_number(rSpinButton.get_value())); + if (sNewText != rSpinButton.get_text()) + rSpinButton.set_text(sNewText); } void MetricSpinButton::update_width_chars() diff -Nru libreoffice-l10n-6.2.5/vcl/source/window/dialog.cxx libreoffice-l10n-6.2.6/vcl/source/window/dialog.cxx --- libreoffice-l10n-6.2.5/vcl/source/window/dialog.cxx 2019-06-26 18:16:53.000000000 +0000 +++ libreoffice-l10n-6.2.6/vcl/source/window/dialog.cxx 2019-08-08 19:58:13.000000000 +0000 @@ -1092,7 +1092,7 @@ void Dialog::EndDialog( long nResult ) { - if ( !mbInExecute ) + if (!mbInExecute || IsDisposed()) return; const bool bModal = GetType() != WindowType::MODELESSDIALOG; diff -Nru libreoffice-l10n-6.2.5/vcl/source/window/menu.cxx libreoffice-l10n-6.2.6/vcl/source/window/menu.cxx --- libreoffice-l10n-6.2.5/vcl/source/window/menu.cxx 2019-06-26 18:16:53.000000000 +0000 +++ libreoffice-l10n-6.2.6/vcl/source/window/menu.cxx 2019-08-08 19:58:13.000000000 +0000 @@ -2966,6 +2966,9 @@ aSz.setHeight( ImplCalcHeight( nEntries ) ); } + // tdf#126054 hold this until after function completes + VclPtr m_xThis(this); + pWin->SetFocusId( xFocusId ); pWin->SetOutputSizePixel( aSz ); if ( GetItemCount() ) diff -Nru libreoffice-l10n-6.2.5/vcl/unx/gtk3/gtk3gtkinst.cxx libreoffice-l10n-6.2.6/vcl/unx/gtk3/gtk3gtkinst.cxx --- libreoffice-l10n-6.2.5/vcl/unx/gtk3/gtk3gtkinst.cxx 2019-06-26 18:16:53.000000000 +0000 +++ libreoffice-l10n-6.2.6/vcl/unx/gtk3/gtk3gtkinst.cxx 2019-08-08 19:58:13.000000000 +0000 @@ -1668,6 +1668,11 @@ } virtual void help_hierarchy_foreach(const std::function& func) override; + + virtual OUString strip_mnemonic(const OUString &rLabel) const override + { + return rLabel.replaceFirst("_", ""); + } }; namespace diff -Nru libreoffice-l10n-6.2.5/vcl/unx/kde4/KDESalInstance.cxx libreoffice-l10n-6.2.6/vcl/unx/kde4/KDESalInstance.cxx --- libreoffice-l10n-6.2.5/vcl/unx/kde4/KDESalInstance.cxx 2019-06-26 18:16:53.000000000 +0000 +++ libreoffice-l10n-6.2.6/vcl/unx/kde4/KDESalInstance.cxx 2019-08-08 19:58:13.000000000 +0000 @@ -24,6 +24,9 @@ #include "KDEXLib.hxx" #include "KDESalDisplay.hxx" +#include "KDESalGraphics.hxx" + +#include "salvd.hxx" #include #include @@ -63,4 +66,10 @@ return qApp->thread() == QThread::currentThread(); } +std::unique_ptr KDESalInstance::CreateVirtualDevice(SalGraphics* pGraphics, + long &nDX, long &nDY, DeviceFormat eFormat, const SystemGraphicsData *pData) +{ + return CreateX11VirtualDevice(pGraphics, nDX, nDY, eFormat, pData, o3tl::make_unique()); +} + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff -Nru libreoffice-l10n-6.2.5/vcl/unx/kde4/KDESalInstance.hxx libreoffice-l10n-6.2.6/vcl/unx/kde4/KDESalInstance.hxx --- libreoffice-l10n-6.2.5/vcl/unx/kde4/KDESalInstance.hxx 2019-06-26 18:16:53.000000000 +0000 +++ libreoffice-l10n-6.2.6/vcl/unx/kde4/KDESalInstance.hxx 2019-08-08 19:58:13.000000000 +0000 @@ -40,6 +40,9 @@ css::uno::XComponentContext >& ) override; virtual bool IsMainThread() const override; + + std::unique_ptr CreateVirtualDevice(SalGraphics* pGraphics, + long &nDX, long &nDY, DeviceFormat eFormat, const SystemGraphicsData *pData) override; }; /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff -Nru libreoffice-l10n-6.2.5/vcl/unx/kde5/KDE5SalFrame.cxx libreoffice-l10n-6.2.6/vcl/unx/kde5/KDE5SalFrame.cxx --- libreoffice-l10n-6.2.5/vcl/unx/kde5/KDE5SalFrame.cxx 2019-06-26 18:16:53.000000000 +0000 +++ libreoffice-l10n-6.2.6/vcl/unx/kde5/KDE5SalFrame.cxx 2019-08-08 19:58:13.000000000 +0000 @@ -20,11 +20,9 @@ #include #include #include -#include #include #include #include -#include #include #include @@ -222,19 +220,4 @@ m_bGraphicsInUse = false; } -void KDE5SalFrame::StartPresentation(bool bStart) -{ - // disable screensaver for running preso - boost::optional aWindow; - boost::optional aDisplay; - if (QX11Info::isPlatformX11()) - { - aWindow = QX11Info::appRootWindow(); - aDisplay = QX11Info::display(); - } - - m_ScreenSaverInhibitor.inhibit(bStart, "presentation", QX11Info::isPlatformX11(), aWindow, - aDisplay); -} - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff -Nru libreoffice-l10n-6.2.5/vcl/unx/kde5/KDE5SalFrame.hxx libreoffice-l10n-6.2.6/vcl/unx/kde5/KDE5SalFrame.hxx --- libreoffice-l10n-6.2.5/vcl/unx/kde5/KDE5SalFrame.hxx 2019-06-26 18:16:53.000000000 +0000 +++ libreoffice-l10n-6.2.6/vcl/unx/kde5/KDE5SalFrame.hxx 2019-08-08 19:58:13.000000000 +0000 @@ -21,10 +21,7 @@ #include -#undef Status - #include -#include #include "KDE5SalGraphics.hxx" @@ -35,7 +32,6 @@ { private: std::unique_ptr m_pKDE5Graphics; - ScreenSaverInhibitor m_ScreenSaverInhibitor; bool m_bGraphicsInUse; public: @@ -45,7 +41,6 @@ virtual void ReleaseGraphics(SalGraphics* pGraphics) override; virtual void UpdateSettings(AllSettings& rSettings) override; - virtual void StartPresentation(bool bStart) override; virtual LanguageType GetInputLanguage() override { return LANGUAGE_SYSTEM; } virtual SalPointerState GetPointerState() override { return SalPointerState(); } virtual KeyIndicatorState GetIndicatorState() override { return KeyIndicatorState(); } diff -Nru libreoffice-l10n-6.2.5/wizards/com/sun/star/wizards/document/FormHandler.java libreoffice-l10n-6.2.6/wizards/com/sun/star/wizards/document/FormHandler.java --- libreoffice-l10n-6.2.5/wizards/com/sun/star/wizards/document/FormHandler.java 2019-06-26 18:16:53.000000000 +0000 +++ libreoffice-l10n-6.2.6/wizards/com/sun/star/wizards/document/FormHandler.java 2019-08-08 19:58:13.000000000 +0000 @@ -114,7 +114,7 @@ sModelServices[SOGRIDCONTROL] = "com.sun.star.form.component.GridControl"; sModelServices[SOIMAGECONTROL] = "com.sun.star.form.component.DatabaseImageControl"; - oControlData = new ControlData[22]; + oControlData = new ControlData[23]; oControlData[0] = createControlData(DataType.BIT, SOCHECKBOX, CHECKBOX); oControlData[1] = createControlData(DataType.BOOLEAN, SOCHECKBOX, CHECKBOX); oControlData[2] = createControlData(DataType.TINYINT, SONUMERICCONTROL, FORMATTEDFIELD); @@ -136,8 +136,9 @@ oControlData[18] = createControlData(DataType.VARBINARY, SOIMAGECONTROL, TEXTFIELD); oControlData[19] = createControlData(DataType.LONGVARBINARY, SOIMAGECONTROL, TEXTFIELD); oControlData[20] = createControlData(DataType.BLOB, SOIMAGECONTROL, TEXTFIELD); + oControlData[21] = createControlData(DataType.CLOB, SOIMAGECONTROL, TEXTFIELD); - oControlData[21] = createControlData(DataType.OTHER, SOIMAGECONTROL, TEXTFIELD); + oControlData[22] = createControlData(DataType.OTHER, SOIMAGECONTROL, TEXTFIELD); } public int getControlType(int _fieldtype) diff -Nru libreoffice-l10n-6.2.5/writerfilter/source/dmapper/DomainMapper_Impl.cxx libreoffice-l10n-6.2.6/writerfilter/source/dmapper/DomainMapper_Impl.cxx --- libreoffice-l10n-6.2.5/writerfilter/source/dmapper/DomainMapper_Impl.cxx 2019-06-26 18:16:53.000000000 +0000 +++ libreoffice-l10n-6.2.6/writerfilter/source/dmapper/DomainMapper_Impl.cxx 2019-08-08 19:58:13.000000000 +0000 @@ -4862,7 +4862,7 @@ */ OUString aCode( pContext->GetCommand().trim() ); // Don't waste resources on wrapping shapes inside a fieldmark. - if (aCode != "SHAPE" && m_xTextFactory.is() && !m_aTextAppendStack.empty()) + if (std::get<0>(field) != "SHAPE" && m_xTextFactory.is() && !m_aTextAppendStack.empty()) { xFieldInterface = m_xTextFactory->createInstance("com.sun.star.text.Fieldmark"); const uno::Reference xTextContent(xFieldInterface, uno::UNO_QUERY_THROW);