diff --git a/README.md b/README.md index bfdc29aaf6681..051f8022b2be4 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,9 @@ Darkcoin Core staging tree 0.11 http://www.darkcoin.io -Copyright (c) 2009-2014 Bitcoin Core Developers +Copyright (c) 2009-2015 Bitcoin Core Developers -Copyright (c) 2014 Darkcoin Core Developers +Copyright (c) 2014-2015 Darkcoin Core Developers What is Darkcoin? diff --git a/configure.ac b/configure.ac index 64e4ecb4101eb..57fafc62d6f23 100644 --- a/configure.ac +++ b/configure.ac @@ -355,9 +355,6 @@ if test x$use_hardening != xno; then AX_CHECK_COMPILE_FLAG([-Wstack-protector],[HARDENED_CXXFLAGS="$HARDENED_CXXFLAGS -Wstack-protector"]) AX_CHECK_COMPILE_FLAG([-fstack-protector-all],[HARDENED_CXXFLAGS="$HARDENED_CXXFLAGS -fstack-protector-all"]) -### -fPIE breaks X11 linking (sph_*) -# AX_CHECK_COMPILE_FLAG([-fPIE],[HARDENED_CXXFLAGS="$HARDENED_CXXFLAGS -fPIE"]) - AX_CHECK_PREPROC_FLAG([-D_FORTIFY_SOURCE=2],[ AX_CHECK_PREPROC_FLAG([-U_FORTIFY_SOURCE],[ HARDENED_CPPFLAGS="$HARDENED_CPPFLAGS -U_FORTIFY_SOURCE" @@ -370,11 +367,6 @@ if test x$use_hardening != xno; then AX_CHECK_LINK_FLAG([[-Wl,-z,relro]], [HARDENED_LDFLAGS="$HARDENED_LDFLAGS -Wl,-z,relro"]) AX_CHECK_LINK_FLAG([[-Wl,-z,now]], [HARDENED_LDFLAGS="$HARDENED_LDFLAGS -Wl,-z,now"]) -### -fPIE breaks X11 linking (sph_*) -# if test x$TARGET_OS != xwindows; then -# # -pie will link successfully with MinGW, but it's unsupported and leads to undeterministic binaries -# AX_CHECK_LINK_FLAG([[-pie]], [HARDENED_LDFLAGS="$HARDENED_LDFLAGS -pie"]) -# fi CXXFLAGS="$CXXFLAGS $HARDENED_CXXFLAGS" CPPFLAGS="$CPPFLAGS $HARDENED_CPPFLAGS" diff --git a/contrib/gitian-descriptors/deps-linux.yml b/contrib/gitian-descriptors/deps-linux.yml index c91f8fac8184d..d1e37833d925e 100644 --- a/contrib/gitian-descriptors/deps-linux.yml +++ b/contrib/gitian-descriptors/deps-linux.yml @@ -16,7 +16,7 @@ packages: reference_datetime: "2013-06-01 00:00:00" remotes: [] files: -- "openssl-1.0.1i.tar.gz" +- "openssl-1.0.1k.tar.gz" - "miniupnpc-1.9.20140701.tar.gz" - "qrencode-3.4.3.tar.bz2" - "protobuf-2.5.0.tar.bz2" @@ -30,15 +30,15 @@ script: | export TZ=UTC export LIBRARY_PATH="$STAGING/lib" # Integrity Check - echo "3c179f46ca77069a6a0bac70212a9b3b838b2f66129cb52d568837fc79d8fcc7 openssl-1.0.1i.tar.gz" | sha256sum -c + echo "8f9faeaebad088e772f4ef5e38252d472be4d878c6b3a2718c10a4fcebe7a41c openssl-1.0.1k.tar.gz" | sha256sum -c echo "26f3985bad7768b8483b793448ae49414cdc4451d0ec83e7c1944367e15f9f07 miniupnpc-1.9.20140701.tar.gz" | sha256sum -c echo "dfd71487513c871bad485806bfd1fdb304dedc84d2b01a8fb8e0940b50597a98 qrencode-3.4.3.tar.bz2" | sha256sum -c echo "13bfc5ae543cf3aa180ac2485c0bc89495e3ae711fc6fab4f8ffe90dfb4bb677 protobuf-2.5.0.tar.bz2" | sha256sum -c echo "12edc0df75bf9abd7f82f821795bcee50f42cb2e5f76a6a281b85732798364ef db-4.8.30.NC.tar.gz" | sha256sum -c # - tar xzf openssl-1.0.1i.tar.gz - cd openssl-1.0.1i + tar xzf openssl-1.0.1k.tar.gz + cd openssl-1.0.1k # need -fPIC to avoid relocation error in 64 bit builds ./config no-shared no-zlib no-dso no-krb5 --openssldir=$STAGING -fPIC # need to build OpenSSL with faketime because a timestamp is embedded into cversion.o @@ -95,4 +95,4 @@ script: | done # cd $STAGING - find include lib bin host | sort | zip -X@ $OUTDIR/bitcoin-deps-linux${GBUILD_BITS}-gitian-r8.zip + find include lib bin host | sort | zip -X@ $OUTDIR/bitcoin-deps-linux${GBUILD_BITS}-gitian-r9.zip diff --git a/contrib/gitian-descriptors/deps-win.yml b/contrib/gitian-descriptors/deps-win.yml index 7cd30d569109c..4e6ac954a66f8 100644 --- a/contrib/gitian-descriptors/deps-win.yml +++ b/contrib/gitian-descriptors/deps-win.yml @@ -14,7 +14,7 @@ packages: reference_datetime: "2011-01-30 00:00:00" remotes: [] files: -- "openssl-1.0.1i.tar.gz" +- "openssl-1.0.1k.tar.gz" - "db-4.8.30.NC.tar.gz" - "miniupnpc-1.9.20140701.tar.gz" - "zlib-1.2.8.tar.gz" @@ -28,7 +28,7 @@ script: | INDIR=$HOME/build TEMPDIR=$HOME/tmp # Input Integrity Check - echo "3c179f46ca77069a6a0bac70212a9b3b838b2f66129cb52d568837fc79d8fcc7 openssl-1.0.1i.tar.gz" | sha256sum -c + echo "8f9faeaebad088e772f4ef5e38252d472be4d878c6b3a2718c10a4fcebe7a41c openssl-1.0.1k.tar.gz" | sha256sum -c echo "12edc0df75bf9abd7f82f821795bcee50f42cb2e5f76a6a281b85732798364ef db-4.8.30.NC.tar.gz" | sha256sum -c echo "26f3985bad7768b8483b793448ae49414cdc4451d0ec83e7c1944367e15f9f07 miniupnpc-1.9.20140701.tar.gz" | sha256sum -c echo "36658cb768a54c1d4dec43c3116c27ed893e88b02ecfcb44f2166f9c0b7f2a0d zlib-1.2.8.tar.gz" | sha256sum -c @@ -48,8 +48,8 @@ script: | mkdir -p $INSTALLPREFIX $BUILDDIR cd $BUILDDIR # - tar xzf $INDIR/openssl-1.0.1i.tar.gz - cd openssl-1.0.1i + tar xzf $INDIR/openssl-1.0.1k.tar.gz + cd openssl-1.0.1k if [ "$BITS" == "32" ]; then OPENSSL_TGT=mingw else @@ -124,5 +124,5 @@ script: | done # cd $INSTALLPREFIX - find include lib | sort | zip -X@ $OUTDIR/bitcoin-deps-win$BITS-gitian-r15.zip + find include lib | sort | zip -X@ $OUTDIR/bitcoin-deps-win$BITS-gitian-r16.zip done # for BITS in diff --git a/contrib/gitian-descriptors/gitian-linux.yml b/contrib/gitian-descriptors/gitian-linux.yml index c283c2a9ba19b..dd8440bb33c9d 100644 --- a/contrib/gitian-descriptors/gitian-linux.yml +++ b/contrib/gitian-descriptors/gitian-linux.yml @@ -25,8 +25,8 @@ remotes: - "url": "https://github.com/darkcoin/darkcoin.git" "dir": "darkcoin" files: -- "bitcoin-deps-linux32-gitian-r8.zip" -- "bitcoin-deps-linux64-gitian-r8.zip" +- "bitcoin-deps-linux32-gitian-r9.zip" +- "bitcoin-deps-linux64-gitian-r9.zip" - "boost-linux32-1.55.0-gitian-r1.zip" - "boost-linux64-1.55.0-gitian-r1.zip" - "qt-linux32-4.6.4-gitian-r1.tar.gz" @@ -43,7 +43,7 @@ script: | # mkdir -p $STAGING cd $STAGING - unzip ../build/bitcoin-deps-linux${GBUILD_BITS}-gitian-r8.zip + unzip ../build/bitcoin-deps-linux${GBUILD_BITS}-gitian-r9.zip unzip ../build/boost-linux${GBUILD_BITS}-1.55.0-gitian-r1.zip tar -zxf ../build/qt-linux${GBUILD_BITS}-4.6.4-gitian-r1.tar.gz cd ../build diff --git a/contrib/gitian-descriptors/gitian-osx-darkcoin.yml b/contrib/gitian-descriptors/gitian-osx-darkcoin.yml index fb736f3a37854..47492f5ca9476 100644 --- a/contrib/gitian-descriptors/gitian-osx-darkcoin.yml +++ b/contrib/gitian-descriptors/gitian-osx-darkcoin.yml @@ -18,8 +18,8 @@ remotes: "dir": "darkcoin" files: - "osx-native-depends-r3.tar.gz" -- "osx-depends-r6.tar.gz" -- "osx-depends-qt-5.2.1-r5.tar.gz" +- "osx-depends-r7.tar.gz" +- "osx-depends-qt-5.2.1-r6.tar.gz" - "MacOSX10.7.sdk.tar.gz" script: | @@ -37,8 +37,8 @@ script: | tar -C osx-cross-depends/SDKs -xf ${SOURCES_PATH}/MacOSX10.7.sdk.tar.gz tar -C osx-cross-depends -xf osx-native-depends-r3.tar.gz - tar -C osx-cross-depends -xf osx-depends-r6.tar.gz - tar -C osx-cross-depends -xf osx-depends-qt-5.2.1-r5.tar.gz + tar -C osx-cross-depends -xf osx-depends-r7.tar.gz + tar -C osx-cross-depends -xf osx-depends-qt-5.2.1-r6.tar.gz export PATH=`pwd`/osx-cross-depends/native-prefix/bin:$PATH cd darkcoin diff --git a/contrib/gitian-descriptors/gitian-osx-depends.yml b/contrib/gitian-descriptors/gitian-osx-depends.yml index 3e760939c2b6d..83abc08f0d4a4 100644 --- a/contrib/gitian-descriptors/gitian-osx-depends.yml +++ b/contrib/gitian-descriptors/gitian-osx-depends.yml @@ -15,7 +15,7 @@ files: - "boost_1_55_0.tar.bz2" - "db-4.8.30.NC.tar.gz" - "miniupnpc-1.9.20140701.tar.gz" -- "openssl-1.0.1i.tar.gz" +- "openssl-1.0.1k.tar.gz" - "protobuf-2.5.0.tar.bz2" - "qrencode-3.4.3.tar.bz2" - "MacOSX10.7.sdk.tar.gz" @@ -26,11 +26,11 @@ script: | echo "fff00023dd79486d444c8e29922f4072e1d451fc5a4d2b6075852ead7f2b7b52 boost_1_55_0.tar.bz2" | sha256sum -c echo "12edc0df75bf9abd7f82f821795bcee50f42cb2e5f76a6a281b85732798364ef db-4.8.30.NC.tar.gz" | sha256sum -c echo "26f3985bad7768b8483b793448ae49414cdc4451d0ec83e7c1944367e15f9f07 miniupnpc-1.9.20140701.tar.gz" | sha256sum -c - echo "3c179f46ca77069a6a0bac70212a9b3b838b2f66129cb52d568837fc79d8fcc7 openssl-1.0.1i.tar.gz" | sha256sum -c + echo "8f9faeaebad088e772f4ef5e38252d472be4d878c6b3a2718c10a4fcebe7a41c openssl-1.0.1k.tar.gz" | sha256sum -c echo "13bfc5ae543cf3aa180ac2485c0bc89495e3ae711fc6fab4f8ffe90dfb4bb677 protobuf-2.5.0.tar.bz2" | sha256sum -c echo "dfd71487513c871bad485806bfd1fdb304dedc84d2b01a8fb8e0940b50597a98 qrencode-3.4.3.tar.bz2" | sha256sum -c - REVISION=r6 + REVISION=r7 export SOURCES_PATH=`pwd` export TAR_OPTIONS="-m --mtime="$REFERENCE_DATE\\\ $REFERENCE_TIME"" export PATH=$HOME:$PATH @@ -88,8 +88,8 @@ script: | popd # openssl - SOURCE_FILE=${SOURCES_PATH}/openssl-1.0.1i.tar.gz - BUILD_DIR=${BUILD_BASE}/openssl-1.0.1i + SOURCE_FILE=${SOURCES_PATH}/openssl-1.0.1k.tar.gz + BUILD_DIR=${BUILD_BASE}/openssl-1.0.1k tar -C ${BUILD_BASE} -xf ${SOURCE_FILE} pushd ${BUILD_DIR} diff --git a/contrib/gitian-descriptors/gitian-osx-qt.yml b/contrib/gitian-descriptors/gitian-osx-qt.yml index 164d7be0b4740..8f63e1b091ec8 100644 --- a/contrib/gitian-descriptors/gitian-osx-qt.yml +++ b/contrib/gitian-descriptors/gitian-osx-qt.yml @@ -14,14 +14,14 @@ remotes: [] files: - "qt-everywhere-opensource-src-5.2.1.tar.gz" - "osx-native-depends-r3.tar.gz" -- "osx-depends-r6.tar.gz" +- "osx-depends-r7.tar.gz" - "MacOSX10.7.sdk.tar.gz" script: | echo "84e924181d4ad6db00239d87250cc89868484a14841f77fb85ab1f1dbdcd7da1 qt-everywhere-opensource-src-5.2.1.tar.gz" | sha256sum -c - REVISION=r5 + REVISION=r6 export SOURCES_PATH=`pwd` export TAR_OPTIONS="-m --mtime="$REFERENCE_DATE\\\ $REFERENCE_TIME"" export ZERO_AR_DATE=1 @@ -73,7 +73,7 @@ script: | tar xf /home/ubuntu/build/osx-native-depends-r3.tar.gz export PATH=`pwd`/native-prefix/bin:$PATH - tar xf /home/ubuntu/build/osx-depends-r6.tar.gz + tar xf /home/ubuntu/build/osx-depends-r7.tar.gz SOURCE_FILE=${SOURCES_PATH}/qt-everywhere-opensource-src-5.2.1.tar.gz BUILD_DIR=${BUILD_BASE}/qt-everywhere-opensource-src-5.2.1 diff --git a/contrib/gitian-descriptors/gitian-win.yml b/contrib/gitian-descriptors/gitian-win.yml index e3c917a61f8ce..88230b91c650f 100644 --- a/contrib/gitian-descriptors/gitian-win.yml +++ b/contrib/gitian-descriptors/gitian-win.yml @@ -26,8 +26,8 @@ files: - "qt-win64-5.2.0-gitian-r3.zip" - "boost-win32-1.55.0-gitian-r6.zip" - "boost-win64-1.55.0-gitian-r6.zip" -- "bitcoin-deps-win32-gitian-r15.zip" -- "bitcoin-deps-win64-gitian-r15.zip" +- "bitcoin-deps-win32-gitian-r16.zip" +- "bitcoin-deps-win64-gitian-r16.zip" - "protobuf-win32-2.5.0-gitian-r4.zip" - "protobuf-win64-2.5.0-gitian-r4.zip" script: | @@ -61,7 +61,7 @@ script: | cd $STAGING unzip $INDIR/qt-win${BITS}-5.2.0-gitian-r3.zip unzip $INDIR/boost-win${BITS}-1.55.0-gitian-r6.zip - unzip $INDIR/bitcoin-deps-win${BITS}-gitian-r15.zip + unzip $INDIR/bitcoin-deps-win${BITS}-gitian-r16.zip unzip $INDIR/protobuf-win${BITS}-2.5.0-gitian-r4.zip if [ "$NEEDDIST" == "1" ]; then # Make source code archive which is architecture independent so it only needs to be done once diff --git a/contrib/gitian-descriptors/qt-win.yml b/contrib/gitian-descriptors/qt-win.yml index ea2c0f7549ee2..6211d721aa6f2 100644 --- a/contrib/gitian-descriptors/qt-win.yml +++ b/contrib/gitian-descriptors/qt-win.yml @@ -15,8 +15,8 @@ reference_datetime: "2011-01-30 00:00:00" remotes: [] files: - "qt-everywhere-opensource-src-5.2.0.tar.gz" -- "bitcoin-deps-win32-gitian-r15.zip" -- "bitcoin-deps-win64-gitian-r15.zip" +- "bitcoin-deps-win32-gitian-r16.zip" +- "bitcoin-deps-win64-gitian-r16.zip" script: | # Defines export TZ=UTC @@ -48,7 +48,7 @@ script: | # # Need mingw-compiled openssl from bitcoin-deps: cd $DEPSDIR - unzip $INDIR/bitcoin-deps-win${BITS}-gitian-r15.zip + unzip $INDIR/bitcoin-deps-win${BITS}-gitian-r16.zip # cd $BUILDDIR # diff --git a/doc/Doxyfile b/doc/Doxyfile index fb2fc07324f81..c76b5db1e6f41 100644 --- a/doc/Doxyfile +++ b/doc/Doxyfile @@ -1,6 +1,6 @@ # Doxyfile 1.7.4 -# !!! Invoke doxygen from project root using: +# !!! Invoke doxygen from project root using: # doxygen doc/Doxyfile # This file describes the settings to be used by the documentation system @@ -17,89 +17,89 @@ # Project related configuration options #--------------------------------------------------------------------------- -# This tag specifies the encoding used for all characters in the config file -# that follow. The default is UTF-8 which is also the encoding used for all -# text before the first occurrence of this tag. Doxygen uses libiconv (or the -# iconv built into libc) for the transcoding. See +# This tag specifies the encoding used for all characters in the config file +# that follow. The default is UTF-8 which is also the encoding used for all +# text before the first occurrence of this tag. Doxygen uses libiconv (or the +# iconv built into libc) for the transcoding. See # http://www.gnu.org/software/libiconv for the list of possible encodings. DOXYFILE_ENCODING = UTF-8 -# The PROJECT_NAME tag is a single word (or a sequence of words surrounded +# The PROJECT_NAME tag is a single word (or a sequence of words surrounded # by quotes) that should identify the project. -PROJECT_NAME = Bitcoin +PROJECT_NAME = Darkcoin -# The PROJECT_NUMBER tag can be used to enter a project or revision number. -# This could be handy for archiving the generated documentation or +# The PROJECT_NUMBER tag can be used to enter a project or revision number. +# This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 0.9.3 +PROJECT_NUMBER = 0.11.0.4 -# Using the PROJECT_BRIEF tag one can provide an optional one line description -# for a project that appears at the top of each page and should give viewer +# Using the PROJECT_BRIEF tag one can provide an optional one line description +# for a project that appears at the top of each page and should give viewer # a quick idea about the purpose of the project. Keep the description short. PROJECT_BRIEF = "P2P Digital Currency" -# With the PROJECT_LOGO tag one can specify an logo or icon that is -# included in the documentation. The maximum height of the logo should not -# exceed 55 pixels and the maximum width should not exceed 200 pixels. +# With the PROJECT_LOGO tag one can specify an logo or icon that is +# included in the documentation. The maximum height of the logo should not +# exceed 55 pixels and the maximum width should not exceed 200 pixels. # Doxygen will copy the logo to the output directory. PROJECT_LOGO = doc/bitcoin_logo_doxygen.png -# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) -# base path where the generated documentation will be put. -# If a relative path is entered, it will be relative to the location +# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) +# base path where the generated documentation will be put. +# If a relative path is entered, it will be relative to the location # where doxygen was started. If left blank the current directory will be used. OUTPUT_DIRECTORY = doc/doxygen -# If the CREATE_SUBDIRS tag is set to YES, then doxygen will create -# 4096 sub-directories (in 2 levels) under the output directory of each output -# format and will distribute the generated files over these directories. -# Enabling this option can be useful when feeding doxygen a huge amount of -# source files, where putting all generated files in the same directory would +# If the CREATE_SUBDIRS tag is set to YES, then doxygen will create +# 4096 sub-directories (in 2 levels) under the output directory of each output +# format and will distribute the generated files over these directories. +# Enabling this option can be useful when feeding doxygen a huge amount of +# source files, where putting all generated files in the same directory would # otherwise cause performance problems for the file system. CREATE_SUBDIRS = NO -# The OUTPUT_LANGUAGE tag is used to specify the language in which all -# documentation generated by doxygen is written. Doxygen will use this -# information to generate all constant output in the proper language. -# The default language is English, other supported languages are: -# Afrikaans, Arabic, Brazilian, Catalan, Chinese, Chinese-Traditional, -# Croatian, Czech, Danish, Dutch, Esperanto, Farsi, Finnish, French, German, -# Greek, Hungarian, Italian, Japanese, Japanese-en (Japanese with English -# messages), Korean, Korean-en, Lithuanian, Norwegian, Macedonian, Persian, -# Polish, Portuguese, Romanian, Russian, Serbian, Serbian-Cyrillic, Slovak, +# The OUTPUT_LANGUAGE tag is used to specify the language in which all +# documentation generated by doxygen is written. Doxygen will use this +# information to generate all constant output in the proper language. +# The default language is English, other supported languages are: +# Afrikaans, Arabic, Brazilian, Catalan, Chinese, Chinese-Traditional, +# Croatian, Czech, Danish, Dutch, Esperanto, Farsi, Finnish, French, German, +# Greek, Hungarian, Italian, Japanese, Japanese-en (Japanese with English +# messages), Korean, Korean-en, Lithuanian, Norwegian, Macedonian, Persian, +# Polish, Portuguese, Romanian, Russian, Serbian, Serbian-Cyrillic, Slovak, # Slovene, Spanish, Swedish, Ukrainian, and Vietnamese. OUTPUT_LANGUAGE = English -# If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will -# include brief member descriptions after the members that are listed in -# the file and class documentation (similar to JavaDoc). +# If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will +# include brief member descriptions after the members that are listed in +# the file and class documentation (similar to JavaDoc). # Set to NO to disable this. BRIEF_MEMBER_DESC = YES -# If the REPEAT_BRIEF tag is set to YES (the default) Doxygen will prepend -# the brief description of a member or function before the detailed description. -# Note: if both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the +# If the REPEAT_BRIEF tag is set to YES (the default) Doxygen will prepend +# the brief description of a member or function before the detailed description. +# Note: if both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the # brief descriptions will be completely suppressed. REPEAT_BRIEF = YES -# This tag implements a quasi-intelligent brief description abbreviator -# that is used to form the text in various listings. Each string -# in this list, if found as the leading text of the brief description, will be -# stripped from the text and the result after processing the whole list, is -# used as the annotated text. Otherwise, the brief description is used as-is. -# If left blank, the following values are used ("$name" is automatically -# replaced with the name of the entity): "The $name class" "The $name widget" -# "The $name file" "is" "provides" "specifies" "contains" +# This tag implements a quasi-intelligent brief description abbreviator +# that is used to form the text in various listings. Each string +# in this list, if found as the leading text of the brief description, will be +# stripped from the text and the result after processing the whole list, is +# used as the annotated text. Otherwise, the brief description is used as-is. +# If left blank, the following values are used ("$name" is automatically +# replaced with the name of the entity): "The $name class" "The $name widget" +# "The $name file" "is" "provides" "specifies" "contains" # "represents" "a" "an" "the" ABBREVIATE_BRIEF = "The $name class" \ @@ -114,210 +114,210 @@ ABBREVIATE_BRIEF = "The $name class" \ an \ the -# If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then -# Doxygen will generate a detailed section even if there is only a brief +# If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then +# Doxygen will generate a detailed section even if there is only a brief # description. ALWAYS_DETAILED_SEC = NO -# If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all -# inherited members of a class in the documentation of that class as if those -# members were ordinary class members. Constructors, destructors and assignment +# If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all +# inherited members of a class in the documentation of that class as if those +# members were ordinary class members. Constructors, destructors and assignment # operators of the base classes will not be shown. INLINE_INHERITED_MEMB = NO -# If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full -# path before files name in the file list and in the header files. If set +# If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full +# path before files name in the file list and in the header files. If set # to NO the shortest path that makes the file name unique will be used. FULL_PATH_NAMES = YES -# If the FULL_PATH_NAMES tag is set to YES then the STRIP_FROM_PATH tag -# can be used to strip a user-defined part of the path. Stripping is -# only done if one of the specified strings matches the left-hand part of -# the path. The tag can be used to show relative paths in the file list. -# If left blank the directory from which doxygen is run is used as the +# If the FULL_PATH_NAMES tag is set to YES then the STRIP_FROM_PATH tag +# can be used to strip a user-defined part of the path. Stripping is +# only done if one of the specified strings matches the left-hand part of +# the path. The tag can be used to show relative paths in the file list. +# If left blank the directory from which doxygen is run is used as the # path to strip. -STRIP_FROM_PATH = +STRIP_FROM_PATH = -# The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of -# the path mentioned in the documentation of a class, which tells -# the reader which header file to include in order to use a class. -# If left blank only the name of the header file containing the class -# definition is used. Otherwise one should specify the include paths that +# The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of +# the path mentioned in the documentation of a class, which tells +# the reader which header file to include in order to use a class. +# If left blank only the name of the header file containing the class +# definition is used. Otherwise one should specify the include paths that # are normally passed to the compiler using the -I flag. -STRIP_FROM_INC_PATH = +STRIP_FROM_INC_PATH = -# If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter -# (but less readable) file names. This can be useful if your file system +# If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter +# (but less readable) file names. This can be useful if your file system # doesn't support long names like on DOS, Mac, or CD-ROM. SHORT_NAMES = NO -# If the JAVADOC_AUTOBRIEF tag is set to YES then Doxygen -# will interpret the first line (until the first dot) of a JavaDoc-style -# comment as the brief description. If set to NO, the JavaDoc -# comments will behave just like regular Qt-style comments +# If the JAVADOC_AUTOBRIEF tag is set to YES then Doxygen +# will interpret the first line (until the first dot) of a JavaDoc-style +# comment as the brief description. If set to NO, the JavaDoc +# comments will behave just like regular Qt-style comments # (thus requiring an explicit @brief command for a brief description.) JAVADOC_AUTOBRIEF = YES -# If the QT_AUTOBRIEF tag is set to YES then Doxygen will -# interpret the first line (until the first dot) of a Qt-style -# comment as the brief description. If set to NO, the comments -# will behave just like regular Qt-style comments (thus requiring +# If the QT_AUTOBRIEF tag is set to YES then Doxygen will +# interpret the first line (until the first dot) of a Qt-style +# comment as the brief description. If set to NO, the comments +# will behave just like regular Qt-style comments (thus requiring # an explicit \brief command for a brief description.) QT_AUTOBRIEF = NO -# The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make Doxygen -# treat a multi-line C++ special comment block (i.e. a block of //! or /// -# comments) as a brief description. This used to be the default behaviour. -# The new default is to treat a multi-line C++ comment block as a detailed +# The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make Doxygen +# treat a multi-line C++ special comment block (i.e. a block of //! or /// +# comments) as a brief description. This used to be the default behaviour. +# The new default is to treat a multi-line C++ comment block as a detailed # description. Set this tag to YES if you prefer the old behaviour instead. MULTILINE_CPP_IS_BRIEF = NO -# If the INHERIT_DOCS tag is set to YES (the default) then an undocumented -# member inherits the documentation from any documented member that it +# If the INHERIT_DOCS tag is set to YES (the default) then an undocumented +# member inherits the documentation from any documented member that it # re-implements. INHERIT_DOCS = YES -# If the SEPARATE_MEMBER_PAGES tag is set to YES, then doxygen will produce -# a new page for each member. If set to NO, the documentation of a member will +# If the SEPARATE_MEMBER_PAGES tag is set to YES, then doxygen will produce +# a new page for each member. If set to NO, the documentation of a member will # be part of the file/class/namespace that contains it. SEPARATE_MEMBER_PAGES = NO -# The TAB_SIZE tag can be used to set the number of spaces in a tab. +# The TAB_SIZE tag can be used to set the number of spaces in a tab. # Doxygen uses this value to replace tabs by spaces in code fragments. TAB_SIZE = 8 -# This tag can be used to specify a number of aliases that acts -# as commands in the documentation. An alias has the form "name=value". -# For example adding "sideeffect=\par Side Effects:\n" will allow you to -# put the command \sideeffect (or @sideeffect) in the documentation, which -# will result in a user-defined paragraph with heading "Side Effects:". +# This tag can be used to specify a number of aliases that acts +# as commands in the documentation. An alias has the form "name=value". +# For example adding "sideeffect=\par Side Effects:\n" will allow you to +# put the command \sideeffect (or @sideeffect) in the documentation, which +# will result in a user-defined paragraph with heading "Side Effects:". # You can put \n in the value part of an alias to insert newlines. -ALIASES = +ALIASES = -# Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C -# sources only. Doxygen will then generate output that is more tailored for C. -# For instance, some of the names that are used will be different. The list +# Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C +# sources only. Doxygen will then generate output that is more tailored for C. +# For instance, some of the names that are used will be different. The list # of all members will be omitted, etc. OPTIMIZE_OUTPUT_FOR_C = NO -# Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java -# sources only. Doxygen will then generate output that is more tailored for -# Java. For instance, namespaces will be presented as packages, qualified +# Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java +# sources only. Doxygen will then generate output that is more tailored for +# Java. For instance, namespaces will be presented as packages, qualified # scopes will look different, etc. OPTIMIZE_OUTPUT_JAVA = NO -# Set the OPTIMIZE_FOR_FORTRAN tag to YES if your project consists of Fortran -# sources only. Doxygen will then generate output that is more tailored for +# Set the OPTIMIZE_FOR_FORTRAN tag to YES if your project consists of Fortran +# sources only. Doxygen will then generate output that is more tailored for # Fortran. OPTIMIZE_FOR_FORTRAN = NO -# Set the OPTIMIZE_OUTPUT_VHDL tag to YES if your project consists of VHDL -# sources. Doxygen will then generate output that is tailored for +# Set the OPTIMIZE_OUTPUT_VHDL tag to YES if your project consists of VHDL +# sources. Doxygen will then generate output that is tailored for # VHDL. OPTIMIZE_OUTPUT_VHDL = NO -# Doxygen selects the parser to use depending on the extension of the files it -# parses. With this tag you can assign which parser to use for a given extension. -# Doxygen has a built-in mapping, but you can override or extend it using this -# tag. The format is ext=language, where ext is a file extension, and language -# is one of the parsers supported by doxygen: IDL, Java, Javascript, CSharp, C, -# C++, D, PHP, Objective-C, Python, Fortran, VHDL, C, C++. For instance to make -# doxygen treat .inc files as Fortran files (default is PHP), and .f files as C -# (default is Fortran), use: inc=Fortran f=C. Note that for custom extensions +# Doxygen selects the parser to use depending on the extension of the files it +# parses. With this tag you can assign which parser to use for a given extension. +# Doxygen has a built-in mapping, but you can override or extend it using this +# tag. The format is ext=language, where ext is a file extension, and language +# is one of the parsers supported by doxygen: IDL, Java, Javascript, CSharp, C, +# C++, D, PHP, Objective-C, Python, Fortran, VHDL, C, C++. For instance to make +# doxygen treat .inc files as Fortran files (default is PHP), and .f files as C +# (default is Fortran), use: inc=Fortran f=C. Note that for custom extensions # you also need to set FILE_PATTERNS otherwise the files are not read by doxygen. -EXTENSION_MAPPING = +EXTENSION_MAPPING = -# If you use STL classes (i.e. std::string, std::vector, etc.) but do not want -# to include (a tag file for) the STL sources as input, then you should -# set this tag to YES in order to let doxygen match functions declarations and -# definitions whose arguments contain STL classes (e.g. func(std::string); v.s. -# func(std::string) {}). This also makes the inheritance and collaboration +# If you use STL classes (i.e. std::string, std::vector, etc.) but do not want +# to include (a tag file for) the STL sources as input, then you should +# set this tag to YES in order to let doxygen match functions declarations and +# definitions whose arguments contain STL classes (e.g. func(std::string); v.s. +# func(std::string) {}). This also makes the inheritance and collaboration # diagrams that involve STL classes more complete and accurate. BUILTIN_STL_SUPPORT = NO -# If you use Microsoft's C++/CLI language, you should set this option to YES to +# If you use Microsoft's C++/CLI language, you should set this option to YES to # enable parsing support. CPP_CLI_SUPPORT = NO -# Set the SIP_SUPPORT tag to YES if your project consists of sip sources only. -# Doxygen will parse them like normal C++ but will assume all classes use public +# Set the SIP_SUPPORT tag to YES if your project consists of sip sources only. +# Doxygen will parse them like normal C++ but will assume all classes use public # instead of private inheritance when no explicit protection keyword is present. SIP_SUPPORT = NO -# For Microsoft's IDL there are propget and propput attributes to indicate getter -# and setter methods for a property. Setting this option to YES (the default) -# will make doxygen replace the get and set methods by a property in the -# documentation. This will only work if the methods are indeed getting or -# setting a simple type. If this is not the case, or you want to show the +# For Microsoft's IDL there are propget and propput attributes to indicate getter +# and setter methods for a property. Setting this option to YES (the default) +# will make doxygen replace the get and set methods by a property in the +# documentation. This will only work if the methods are indeed getting or +# setting a simple type. If this is not the case, or you want to show the # methods anyway, you should set this option to NO. IDL_PROPERTY_SUPPORT = YES -# If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC -# tag is set to YES, then doxygen will reuse the documentation of the first -# member in the group (if any) for the other members of the group. By default +# If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC +# tag is set to YES, then doxygen will reuse the documentation of the first +# member in the group (if any) for the other members of the group. By default # all members of a group must be documented explicitly. DISTRIBUTE_GROUP_DOC = NO -# Set the SUBGROUPING tag to YES (the default) to allow class member groups of -# the same type (for instance a group of public functions) to be put as a -# subgroup of that type (e.g. under the Public Functions section). Set it to -# NO to prevent subgrouping. Alternatively, this can be done per class using +# Set the SUBGROUPING tag to YES (the default) to allow class member groups of +# the same type (for instance a group of public functions) to be put as a +# subgroup of that type (e.g. under the Public Functions section). Set it to +# NO to prevent subgrouping. Alternatively, this can be done per class using # the \nosubgrouping command. SUBGROUPING = YES -# When the INLINE_GROUPED_CLASSES tag is set to YES, classes, structs and -# unions are shown inside the group in which they are included (e.g. using -# @ingroup) instead of on a separate page (for HTML and Man pages) or +# When the INLINE_GROUPED_CLASSES tag is set to YES, classes, structs and +# unions are shown inside the group in which they are included (e.g. using +# @ingroup) instead of on a separate page (for HTML and Man pages) or # section (for LaTeX and RTF). INLINE_GROUPED_CLASSES = NO -# When TYPEDEF_HIDES_STRUCT is enabled, a typedef of a struct, union, or enum -# is documented as struct, union, or enum with the name of the typedef. So -# typedef struct TypeS {} TypeT, will appear in the documentation as a struct -# with name TypeT. When disabled the typedef will appear as a member of a file, -# namespace, or class. And the struct will be named TypeS. This can typically -# be useful for C code in case the coding convention dictates that all compound +# When TYPEDEF_HIDES_STRUCT is enabled, a typedef of a struct, union, or enum +# is documented as struct, union, or enum with the name of the typedef. So +# typedef struct TypeS {} TypeT, will appear in the documentation as a struct +# with name TypeT. When disabled the typedef will appear as a member of a file, +# namespace, or class. And the struct will be named TypeS. This can typically +# be useful for C code in case the coding convention dictates that all compound # types are typedef'ed and only the typedef is referenced, never the tag name. TYPEDEF_HIDES_STRUCT = NO -# The SYMBOL_CACHE_SIZE determines the size of the internal cache use to -# determine which symbols to keep in memory and which to flush to disk. -# When the cache is full, less often used symbols will be written to disk. -# For small to medium size projects (<1000 input files) the default value is -# probably good enough. For larger projects a too small cache size can cause -# doxygen to be busy swapping symbols to and from disk most of the time -# causing a significant performance penalty. -# If the system has enough physical memory increasing the cache will improve the -# performance by keeping more symbols in memory. Note that the value works on -# a logarithmic scale so increasing the size by one will roughly double the -# memory usage. The cache size is given by this formula: -# 2^(16+SYMBOL_CACHE_SIZE). The valid range is 0..9, the default is 0, +# The SYMBOL_CACHE_SIZE determines the size of the internal cache use to +# determine which symbols to keep in memory and which to flush to disk. +# When the cache is full, less often used symbols will be written to disk. +# For small to medium size projects (<1000 input files) the default value is +# probably good enough. For larger projects a too small cache size can cause +# doxygen to be busy swapping symbols to and from disk most of the time +# causing a significant performance penalty. +# If the system has enough physical memory increasing the cache will improve the +# performance by keeping more symbols in memory. Note that the value works on +# a logarithmic scale so increasing the size by one will roughly double the +# memory usage. The cache size is given by this formula: +# 2^(16+SYMBOL_CACHE_SIZE). The valid range is 0..9, the default is 0, # corresponding to a cache size of 2^16 = 65536 symbols SYMBOL_CACHE_SIZE = 0 @@ -326,318 +326,318 @@ SYMBOL_CACHE_SIZE = 0 # Build related configuration options #--------------------------------------------------------------------------- -# If the EXTRACT_ALL tag is set to YES doxygen will assume all entities in -# documentation are documented, even if no documentation was available. -# Private class members and static file members will be hidden unless +# If the EXTRACT_ALL tag is set to YES doxygen will assume all entities in +# documentation are documented, even if no documentation was available. +# Private class members and static file members will be hidden unless # the EXTRACT_PRIVATE and EXTRACT_STATIC tags are set to YES EXTRACT_ALL = YES -# If the EXTRACT_PRIVATE tag is set to YES all private members of a class +# If the EXTRACT_PRIVATE tag is set to YES all private members of a class # will be included in the documentation. EXTRACT_PRIVATE = YES -# If the EXTRACT_STATIC tag is set to YES all static members of a file +# If the EXTRACT_STATIC tag is set to YES all static members of a file # will be included in the documentation. EXTRACT_STATIC = NO -# If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs) -# defined locally in source files will be included in the documentation. +# If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs) +# defined locally in source files will be included in the documentation. # If set to NO only classes defined in header files are included. EXTRACT_LOCAL_CLASSES = YES -# This flag is only useful for Objective-C code. When set to YES local -# methods, which are defined in the implementation section but not in -# the interface are included in the documentation. +# This flag is only useful for Objective-C code. When set to YES local +# methods, which are defined in the implementation section but not in +# the interface are included in the documentation. # If set to NO (the default) only methods in the interface are included. EXTRACT_LOCAL_METHODS = NO -# If this flag is set to YES, the members of anonymous namespaces will be -# extracted and appear in the documentation as a namespace called -# 'anonymous_namespace{file}', where file will be replaced with the base -# name of the file that contains the anonymous namespace. By default +# If this flag is set to YES, the members of anonymous namespaces will be +# extracted and appear in the documentation as a namespace called +# 'anonymous_namespace{file}', where file will be replaced with the base +# name of the file that contains the anonymous namespace. By default # anonymous namespaces are hidden. EXTRACT_ANON_NSPACES = NO -# If the HIDE_UNDOC_MEMBERS tag is set to YES, Doxygen will hide all -# undocumented members of documented classes, files or namespaces. -# If set to NO (the default) these members will be included in the -# various overviews, but no documentation section is generated. +# If the HIDE_UNDOC_MEMBERS tag is set to YES, Doxygen will hide all +# undocumented members of documented classes, files or namespaces. +# If set to NO (the default) these members will be included in the +# various overviews, but no documentation section is generated. # This option has no effect if EXTRACT_ALL is enabled. HIDE_UNDOC_MEMBERS = NO -# If the HIDE_UNDOC_CLASSES tag is set to YES, Doxygen will hide all -# undocumented classes that are normally visible in the class hierarchy. -# If set to NO (the default) these classes will be included in the various +# If the HIDE_UNDOC_CLASSES tag is set to YES, Doxygen will hide all +# undocumented classes that are normally visible in the class hierarchy. +# If set to NO (the default) these classes will be included in the various # overviews. This option has no effect if EXTRACT_ALL is enabled. HIDE_UNDOC_CLASSES = NO -# If the HIDE_FRIEND_COMPOUNDS tag is set to YES, Doxygen will hide all -# friend (class|struct|union) declarations. -# If set to NO (the default) these declarations will be included in the +# If the HIDE_FRIEND_COMPOUNDS tag is set to YES, Doxygen will hide all +# friend (class|struct|union) declarations. +# If set to NO (the default) these declarations will be included in the # documentation. HIDE_FRIEND_COMPOUNDS = NO -# If the HIDE_IN_BODY_DOCS tag is set to YES, Doxygen will hide any -# documentation blocks found inside the body of a function. -# If set to NO (the default) these blocks will be appended to the +# If the HIDE_IN_BODY_DOCS tag is set to YES, Doxygen will hide any +# documentation blocks found inside the body of a function. +# If set to NO (the default) these blocks will be appended to the # function's detailed documentation block. HIDE_IN_BODY_DOCS = NO -# The INTERNAL_DOCS tag determines if documentation -# that is typed after a \internal command is included. If the tag is set -# to NO (the default) then the documentation will be excluded. +# The INTERNAL_DOCS tag determines if documentation +# that is typed after a \internal command is included. If the tag is set +# to NO (the default) then the documentation will be excluded. # Set it to YES to include the internal documentation. INTERNAL_DOCS = NO -# If the CASE_SENSE_NAMES tag is set to NO then Doxygen will only generate -# file names in lower-case letters. If set to YES upper-case letters are also -# allowed. This is useful if you have classes or files whose names only differ -# in case and if your file system supports case sensitive file names. Windows +# If the CASE_SENSE_NAMES tag is set to NO then Doxygen will only generate +# file names in lower-case letters. If set to YES upper-case letters are also +# allowed. This is useful if you have classes or files whose names only differ +# in case and if your file system supports case sensitive file names. Windows # and Mac users are advised to set this option to NO. CASE_SENSE_NAMES = NO -# If the HIDE_SCOPE_NAMES tag is set to NO (the default) then Doxygen -# will show members with their full class and namespace scopes in the +# If the HIDE_SCOPE_NAMES tag is set to NO (the default) then Doxygen +# will show members with their full class and namespace scopes in the # documentation. If set to YES the scope will be hidden. HIDE_SCOPE_NAMES = NO -# If the SHOW_INCLUDE_FILES tag is set to YES (the default) then Doxygen -# will put a list of the files that are included by a file in the documentation +# If the SHOW_INCLUDE_FILES tag is set to YES (the default) then Doxygen +# will put a list of the files that are included by a file in the documentation # of that file. SHOW_INCLUDE_FILES = YES -# If the FORCE_LOCAL_INCLUDES tag is set to YES then Doxygen -# will list include files with double quotes in the documentation +# If the FORCE_LOCAL_INCLUDES tag is set to YES then Doxygen +# will list include files with double quotes in the documentation # rather than with sharp brackets. FORCE_LOCAL_INCLUDES = NO -# If the INLINE_INFO tag is set to YES (the default) then a tag [inline] +# If the INLINE_INFO tag is set to YES (the default) then a tag [inline] # is inserted in the documentation for inline members. INLINE_INFO = YES -# If the SORT_MEMBER_DOCS tag is set to YES (the default) then doxygen -# will sort the (detailed) documentation of file and class members -# alphabetically by member name. If set to NO the members will appear in +# If the SORT_MEMBER_DOCS tag is set to YES (the default) then doxygen +# will sort the (detailed) documentation of file and class members +# alphabetically by member name. If set to NO the members will appear in # declaration order. SORT_MEMBER_DOCS = YES -# If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the -# brief documentation of file, namespace and class members alphabetically -# by member name. If set to NO (the default) the members will appear in +# If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the +# brief documentation of file, namespace and class members alphabetically +# by member name. If set to NO (the default) the members will appear in # declaration order. SORT_BRIEF_DOCS = NO -# If the SORT_MEMBERS_CTORS_1ST tag is set to YES then doxygen -# will sort the (brief and detailed) documentation of class members so that -# constructors and destructors are listed first. If set to NO (the default) -# the constructors will appear in the respective orders defined by -# SORT_MEMBER_DOCS and SORT_BRIEF_DOCS. -# This tag will be ignored for brief docs if SORT_BRIEF_DOCS is set to NO +# If the SORT_MEMBERS_CTORS_1ST tag is set to YES then doxygen +# will sort the (brief and detailed) documentation of class members so that +# constructors and destructors are listed first. If set to NO (the default) +# the constructors will appear in the respective orders defined by +# SORT_MEMBER_DOCS and SORT_BRIEF_DOCS. +# This tag will be ignored for brief docs if SORT_BRIEF_DOCS is set to NO # and ignored for detailed docs if SORT_MEMBER_DOCS is set to NO. SORT_MEMBERS_CTORS_1ST = NO -# If the SORT_GROUP_NAMES tag is set to YES then doxygen will sort the -# hierarchy of group names into alphabetical order. If set to NO (the default) +# If the SORT_GROUP_NAMES tag is set to YES then doxygen will sort the +# hierarchy of group names into alphabetical order. If set to NO (the default) # the group names will appear in their defined order. SORT_GROUP_NAMES = NO -# If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be -# sorted by fully-qualified names, including namespaces. If set to -# NO (the default), the class list will be sorted only by class name, -# not including the namespace part. -# Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES. -# Note: This option applies only to the class list, not to the +# If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be +# sorted by fully-qualified names, including namespaces. If set to +# NO (the default), the class list will be sorted only by class name, +# not including the namespace part. +# Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES. +# Note: This option applies only to the class list, not to the # alphabetical list. SORT_BY_SCOPE_NAME = NO -# If the STRICT_PROTO_MATCHING option is enabled and doxygen fails to -# do proper type resolution of all parameters of a function it will reject a -# match between the prototype and the implementation of a member function even -# if there is only one candidate or it is obvious which candidate to choose -# by doing a simple string match. By disabling STRICT_PROTO_MATCHING doxygen +# If the STRICT_PROTO_MATCHING option is enabled and doxygen fails to +# do proper type resolution of all parameters of a function it will reject a +# match between the prototype and the implementation of a member function even +# if there is only one candidate or it is obvious which candidate to choose +# by doing a simple string match. By disabling STRICT_PROTO_MATCHING doxygen # will still accept a match between prototype and implementation in such cases. STRICT_PROTO_MATCHING = NO -# The GENERATE_TODOLIST tag can be used to enable (YES) or -# disable (NO) the todo list. This list is created by putting \todo +# The GENERATE_TODOLIST tag can be used to enable (YES) or +# disable (NO) the todo list. This list is created by putting \todo # commands in the documentation. GENERATE_TODOLIST = YES -# The GENERATE_TESTLIST tag can be used to enable (YES) or -# disable (NO) the test list. This list is created by putting \test +# The GENERATE_TESTLIST tag can be used to enable (YES) or +# disable (NO) the test list. This list is created by putting \test # commands in the documentation. GENERATE_TESTLIST = YES -# The GENERATE_BUGLIST tag can be used to enable (YES) or -# disable (NO) the bug list. This list is created by putting \bug +# The GENERATE_BUGLIST tag can be used to enable (YES) or +# disable (NO) the bug list. This list is created by putting \bug # commands in the documentation. GENERATE_BUGLIST = YES -# The GENERATE_DEPRECATEDLIST tag can be used to enable (YES) or -# disable (NO) the deprecated list. This list is created by putting +# The GENERATE_DEPRECATEDLIST tag can be used to enable (YES) or +# disable (NO) the deprecated list. This list is created by putting # \deprecated commands in the documentation. GENERATE_DEPRECATEDLIST= YES -# The ENABLED_SECTIONS tag can be used to enable conditional +# The ENABLED_SECTIONS tag can be used to enable conditional # documentation sections, marked by \if sectionname ... \endif. -ENABLED_SECTIONS = +ENABLED_SECTIONS = -# The MAX_INITIALIZER_LINES tag determines the maximum number of lines -# the initial value of a variable or macro consists of for it to appear in -# the documentation. If the initializer consists of more lines than specified -# here it will be hidden. Use a value of 0 to hide initializers completely. -# The appearance of the initializer of individual variables and macros in the -# documentation can be controlled using \showinitializer or \hideinitializer +# The MAX_INITIALIZER_LINES tag determines the maximum number of lines +# the initial value of a variable or macro consists of for it to appear in +# the documentation. If the initializer consists of more lines than specified +# here it will be hidden. Use a value of 0 to hide initializers completely. +# The appearance of the initializer of individual variables and macros in the +# documentation can be controlled using \showinitializer or \hideinitializer # command in the documentation regardless of this setting. MAX_INITIALIZER_LINES = 30 -# Set the SHOW_USED_FILES tag to NO to disable the list of files generated -# at the bottom of the documentation of classes and structs. If set to YES the +# Set the SHOW_USED_FILES tag to NO to disable the list of files generated +# at the bottom of the documentation of classes and structs. If set to YES the # list will mention the files that were used to generate the documentation. SHOW_USED_FILES = YES -# If the sources in your project are distributed over multiple directories -# then setting the SHOW_DIRECTORIES tag to YES will show the directory hierarchy +# If the sources in your project are distributed over multiple directories +# then setting the SHOW_DIRECTORIES tag to YES will show the directory hierarchy # in the documentation. The default is NO. SHOW_DIRECTORIES = NO -# Set the SHOW_FILES tag to NO to disable the generation of the Files page. -# This will remove the Files entry from the Quick Index and from the +# Set the SHOW_FILES tag to NO to disable the generation of the Files page. +# This will remove the Files entry from the Quick Index and from the # Folder Tree View (if specified). The default is YES. SHOW_FILES = YES -# Set the SHOW_NAMESPACES tag to NO to disable the generation of the -# Namespaces page. This will remove the Namespaces entry from the Quick Index +# Set the SHOW_NAMESPACES tag to NO to disable the generation of the +# Namespaces page. This will remove the Namespaces entry from the Quick Index # and from the Folder Tree View (if specified). The default is YES. SHOW_NAMESPACES = YES -# The FILE_VERSION_FILTER tag can be used to specify a program or script that -# doxygen should invoke to get the current version for each file (typically from -# the version control system). Doxygen will invoke the program by executing (via -# popen()) the command , where is the value of -# the FILE_VERSION_FILTER tag, and is the name of an input file -# provided by doxygen. Whatever the program writes to standard output +# The FILE_VERSION_FILTER tag can be used to specify a program or script that +# doxygen should invoke to get the current version for each file (typically from +# the version control system). Doxygen will invoke the program by executing (via +# popen()) the command , where is the value of +# the FILE_VERSION_FILTER tag, and is the name of an input file +# provided by doxygen. Whatever the program writes to standard output # is used as the file version. See the manual for examples. -FILE_VERSION_FILTER = +FILE_VERSION_FILTER = -# The LAYOUT_FILE tag can be used to specify a layout file which will be parsed -# by doxygen. The layout file controls the global structure of the generated -# output files in an output format independent way. The create the layout file -# that represents doxygen's defaults, run doxygen with the -l option. -# You can optionally specify a file name after the option, if omitted +# The LAYOUT_FILE tag can be used to specify a layout file which will be parsed +# by doxygen. The layout file controls the global structure of the generated +# output files in an output format independent way. The create the layout file +# that represents doxygen's defaults, run doxygen with the -l option. +# You can optionally specify a file name after the option, if omitted # DoxygenLayout.xml will be used as the name of the layout file. -LAYOUT_FILE = +LAYOUT_FILE = #--------------------------------------------------------------------------- # configuration options related to warning and progress messages #--------------------------------------------------------------------------- -# The QUIET tag can be used to turn on/off the messages that are generated +# The QUIET tag can be used to turn on/off the messages that are generated # by doxygen. Possible values are YES and NO. If left blank NO is used. QUIET = NO -# The WARNINGS tag can be used to turn on/off the warning messages that are -# generated by doxygen. Possible values are YES and NO. If left blank +# The WARNINGS tag can be used to turn on/off the warning messages that are +# generated by doxygen. Possible values are YES and NO. If left blank # NO is used. WARNINGS = YES -# If WARN_IF_UNDOCUMENTED is set to YES, then doxygen will generate warnings -# for undocumented members. If EXTRACT_ALL is set to YES then this flag will +# If WARN_IF_UNDOCUMENTED is set to YES, then doxygen will generate warnings +# for undocumented members. If EXTRACT_ALL is set to YES then this flag will # automatically be disabled. WARN_IF_UNDOCUMENTED = YES -# If WARN_IF_DOC_ERROR is set to YES, doxygen will generate warnings for -# potential errors in the documentation, such as not documenting some -# parameters in a documented function, or documenting parameters that +# If WARN_IF_DOC_ERROR is set to YES, doxygen will generate warnings for +# potential errors in the documentation, such as not documenting some +# parameters in a documented function, or documenting parameters that # don't exist or using markup commands wrongly. WARN_IF_DOC_ERROR = YES -# The WARN_NO_PARAMDOC option can be enabled to get warnings for -# functions that are documented, but have no documentation for their parameters -# or return value. If set to NO (the default) doxygen will only warn about -# wrong or incomplete parameter documentation, but not about the absence of +# The WARN_NO_PARAMDOC option can be enabled to get warnings for +# functions that are documented, but have no documentation for their parameters +# or return value. If set to NO (the default) doxygen will only warn about +# wrong or incomplete parameter documentation, but not about the absence of # documentation. WARN_NO_PARAMDOC = NO -# The WARN_FORMAT tag determines the format of the warning messages that -# doxygen can produce. The string should contain the $file, $line, and $text -# tags, which will be replaced by the file and line number from which the -# warning originated and the warning text. Optionally the format may contain -# $version, which will be replaced by the version of the file (if it could +# The WARN_FORMAT tag determines the format of the warning messages that +# doxygen can produce. The string should contain the $file, $line, and $text +# tags, which will be replaced by the file and line number from which the +# warning originated and the warning text. Optionally the format may contain +# $version, which will be replaced by the version of the file (if it could # be obtained via FILE_VERSION_FILTER) WARN_FORMAT = "$file:$line: $text" -# The WARN_LOGFILE tag can be used to specify a file to which warning -# and error messages should be written. If left blank the output is written +# The WARN_LOGFILE tag can be used to specify a file to which warning +# and error messages should be written. If left blank the output is written # to stderr. -WARN_LOGFILE = +WARN_LOGFILE = #--------------------------------------------------------------------------- # configuration options related to the input files #--------------------------------------------------------------------------- -# The INPUT tag can be used to specify the files and/or directories that contain -# documented source files. You may enter file names like "myfile.cpp" or -# directories like "/usr/src/myproject". Separate the files or directories +# The INPUT tag can be used to specify the files and/or directories that contain +# documented source files. You may enter file names like "myfile.cpp" or +# directories like "/usr/src/myproject". Separate the files or directories # with spaces. INPUT = src -# This tag can be used to specify the character encoding of the source files -# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is -# also the default input encoding. Doxygen uses libiconv (or the iconv built -# into libc) for the transcoding. See http://www.gnu.org/software/libiconv for +# This tag can be used to specify the character encoding of the source files +# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is +# also the default input encoding. Doxygen uses libiconv (or the iconv built +# into libc) for the transcoding. See http://www.gnu.org/software/libiconv for # the list of possible encodings. INPUT_ENCODING = UTF-8 -# If the value of the INPUT tag contains directories, you can use the -# FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp -# and *.h) to filter out the source-files in the directories. If left -# blank the following patterns are tested: -# *.c *.cc *.cxx *.cpp *.c++ *.d *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh -# *.hxx *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.dox *.py +# If the value of the INPUT tag contains directories, you can use the +# FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp +# and *.h) to filter out the source-files in the directories. If left +# blank the following patterns are tested: +# *.c *.cc *.cxx *.cpp *.c++ *.d *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh +# *.hxx *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.dox *.py # *.f90 *.f *.for *.vhd *.vhdl FILE_PATTERNS = *.c \ @@ -673,150 +673,150 @@ FILE_PATTERNS = *.c \ *.vhd \ *.vhdl -# The RECURSIVE tag can be used to turn specify whether or not subdirectories -# should be searched for input files as well. Possible values are YES and NO. +# The RECURSIVE tag can be used to turn specify whether or not subdirectories +# should be searched for input files as well. Possible values are YES and NO. # If left blank NO is used. RECURSIVE = YES -# The EXCLUDE tag can be used to specify files and/or directories that should -# excluded from the INPUT source files. This way you can easily exclude a +# The EXCLUDE tag can be used to specify files and/or directories that should +# excluded from the INPUT source files. This way you can easily exclude a # subdirectory from a directory tree whose root is specified with the INPUT tag. EXCLUDE = src/leveldb src/json src/test /src/qt/test -# The EXCLUDE_SYMLINKS tag can be used select whether or not files or -# directories that are symbolic links (a Unix file system feature) are excluded +# The EXCLUDE_SYMLINKS tag can be used select whether or not files or +# directories that are symbolic links (a Unix file system feature) are excluded # from the input. EXCLUDE_SYMLINKS = NO -# If the value of the INPUT tag contains directories, you can use the -# EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude -# certain files from those directories. Note that the wildcards are matched -# against the file with absolute path, so to exclude all test directories +# If the value of the INPUT tag contains directories, you can use the +# EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude +# certain files from those directories. Note that the wildcards are matched +# against the file with absolute path, so to exclude all test directories # for example use the pattern */test/* -EXCLUDE_PATTERNS = +EXCLUDE_PATTERNS = -# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names -# (namespaces, classes, functions, etc.) that should be excluded from the -# output. The symbol name can be a fully qualified name, a word, or if the -# wildcard * is used, a substring. Examples: ANamespace, AClass, +# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names +# (namespaces, classes, functions, etc.) that should be excluded from the +# output. The symbol name can be a fully qualified name, a word, or if the +# wildcard * is used, a substring. Examples: ANamespace, AClass, # AClass::ANamespace, ANamespace::*Test EXCLUDE_SYMBOLS = boost google -# The EXAMPLE_PATH tag can be used to specify one or more files or -# directories that contain example code fragments that are included (see +# The EXAMPLE_PATH tag can be used to specify one or more files or +# directories that contain example code fragments that are included (see # the \include command). -EXAMPLE_PATH = +EXAMPLE_PATH = -# If the value of the EXAMPLE_PATH tag contains directories, you can use the -# EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp -# and *.h) to filter out the source-files in the directories. If left +# If the value of the EXAMPLE_PATH tag contains directories, you can use the +# EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp +# and *.h) to filter out the source-files in the directories. If left # blank all files are included. EXAMPLE_PATTERNS = * -# If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be -# searched for input files to be used with the \include or \dontinclude -# commands irrespective of the value of the RECURSIVE tag. +# If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be +# searched for input files to be used with the \include or \dontinclude +# commands irrespective of the value of the RECURSIVE tag. # Possible values are YES and NO. If left blank NO is used. EXAMPLE_RECURSIVE = NO -# The IMAGE_PATH tag can be used to specify one or more files or -# directories that contain image that are included in the documentation (see +# The IMAGE_PATH tag can be used to specify one or more files or +# directories that contain image that are included in the documentation (see # the \image command). -IMAGE_PATH = +IMAGE_PATH = -# The INPUT_FILTER tag can be used to specify a program that doxygen should -# invoke to filter for each input file. Doxygen will invoke the filter program -# by executing (via popen()) the command , where -# is the value of the INPUT_FILTER tag, and is the name of an -# input file. Doxygen will then use the output that the filter program writes -# to standard output. If FILTER_PATTERNS is specified, this tag will be +# The INPUT_FILTER tag can be used to specify a program that doxygen should +# invoke to filter for each input file. Doxygen will invoke the filter program +# by executing (via popen()) the command , where +# is the value of the INPUT_FILTER tag, and is the name of an +# input file. Doxygen will then use the output that the filter program writes +# to standard output. If FILTER_PATTERNS is specified, this tag will be # ignored. -INPUT_FILTER = +INPUT_FILTER = -# The FILTER_PATTERNS tag can be used to specify filters on a per file pattern -# basis. Doxygen will compare the file name with each pattern and apply the -# filter if there is a match. The filters are a list of the form: -# pattern=filter (like *.cpp=my_cpp_filter). See INPUT_FILTER for further -# info on how filters are used. If FILTER_PATTERNS is empty or if +# The FILTER_PATTERNS tag can be used to specify filters on a per file pattern +# basis. Doxygen will compare the file name with each pattern and apply the +# filter if there is a match. The filters are a list of the form: +# pattern=filter (like *.cpp=my_cpp_filter). See INPUT_FILTER for further +# info on how filters are used. If FILTER_PATTERNS is empty or if # non of the patterns match the file name, INPUT_FILTER is applied. -FILTER_PATTERNS = +FILTER_PATTERNS = -# If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using -# INPUT_FILTER) will be used to filter the input files when producing source +# If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using +# INPUT_FILTER) will be used to filter the input files when producing source # files to browse (i.e. when SOURCE_BROWSER is set to YES). FILTER_SOURCE_FILES = NO -# The FILTER_SOURCE_PATTERNS tag can be used to specify source filters per file -# pattern. A pattern will override the setting for FILTER_PATTERN (if any) -# and it is also possible to disable source filtering for a specific pattern -# using *.ext= (so without naming a filter). This option only has effect when +# The FILTER_SOURCE_PATTERNS tag can be used to specify source filters per file +# pattern. A pattern will override the setting for FILTER_PATTERN (if any) +# and it is also possible to disable source filtering for a specific pattern +# using *.ext= (so without naming a filter). This option only has effect when # FILTER_SOURCE_FILES is enabled. -FILTER_SOURCE_PATTERNS = +FILTER_SOURCE_PATTERNS = #--------------------------------------------------------------------------- # configuration options related to source browsing #--------------------------------------------------------------------------- -# If the SOURCE_BROWSER tag is set to YES then a list of source files will -# be generated. Documented entities will be cross-referenced with these sources. -# Note: To get rid of all source code in the generated output, make sure also +# If the SOURCE_BROWSER tag is set to YES then a list of source files will +# be generated. Documented entities will be cross-referenced with these sources. +# Note: To get rid of all source code in the generated output, make sure also # VERBATIM_HEADERS is set to NO. SOURCE_BROWSER = YES -# Setting the INLINE_SOURCES tag to YES will include the body +# Setting the INLINE_SOURCES tag to YES will include the body # of functions and classes directly in the documentation. INLINE_SOURCES = NO -# Setting the STRIP_CODE_COMMENTS tag to YES (the default) will instruct -# doxygen to hide any special comment blocks from generated source code +# Setting the STRIP_CODE_COMMENTS tag to YES (the default) will instruct +# doxygen to hide any special comment blocks from generated source code # fragments. Normal C and C++ comments will always remain visible. STRIP_CODE_COMMENTS = YES -# If the REFERENCED_BY_RELATION tag is set to YES -# then for each documented function all documented +# If the REFERENCED_BY_RELATION tag is set to YES +# then for each documented function all documented # functions referencing it will be listed. REFERENCED_BY_RELATION = NO -# If the REFERENCES_RELATION tag is set to YES -# then for each documented function all documented entities +# If the REFERENCES_RELATION tag is set to YES +# then for each documented function all documented entities # called/used by that function will be listed. REFERENCES_RELATION = NO -# If the REFERENCES_LINK_SOURCE tag is set to YES (the default) -# and SOURCE_BROWSER tag is set to YES, then the hyperlinks from -# functions in REFERENCES_RELATION and REFERENCED_BY_RELATION lists will +# If the REFERENCES_LINK_SOURCE tag is set to YES (the default) +# and SOURCE_BROWSER tag is set to YES, then the hyperlinks from +# functions in REFERENCES_RELATION and REFERENCED_BY_RELATION lists will # link to the source code. Otherwise they will link to the documentation. REFERENCES_LINK_SOURCE = YES -# If the USE_HTAGS tag is set to YES then the references to source code -# will point to the HTML generated by the htags(1) tool instead of doxygen -# built-in source browser. The htags tool is part of GNU's global source -# tagging system (see http://www.gnu.org/software/global/global.html). You +# If the USE_HTAGS tag is set to YES then the references to source code +# will point to the HTML generated by the htags(1) tool instead of doxygen +# built-in source browser. The htags tool is part of GNU's global source +# tagging system (see http://www.gnu.org/software/global/global.html). You # will need version 4.8.6 or higher. USE_HTAGS = NO -# If the VERBATIM_HEADERS tag is set to YES (the default) then Doxygen -# will generate a verbatim copy of the header file for each class for +# If the VERBATIM_HEADERS tag is set to YES (the default) then Doxygen +# will generate a verbatim copy of the header file for each class for # which an include is specified. Set to NO to disable this. VERBATIM_HEADERS = YES @@ -825,157 +825,157 @@ VERBATIM_HEADERS = YES # configuration options related to the alphabetical class index #--------------------------------------------------------------------------- -# If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index -# of all compounds will be generated. Enable this if the project +# If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index +# of all compounds will be generated. Enable this if the project # contains a lot of classes, structs, unions or interfaces. ALPHABETICAL_INDEX = YES -# If the alphabetical index is enabled (see ALPHABETICAL_INDEX) then -# the COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns +# If the alphabetical index is enabled (see ALPHABETICAL_INDEX) then +# the COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns # in which this list will be split (can be a number in the range [1..20]) COLS_IN_ALPHA_INDEX = 5 -# In case all classes in a project start with a common prefix, all -# classes will be put under the same header in the alphabetical index. -# The IGNORE_PREFIX tag can be used to specify one or more prefixes that +# In case all classes in a project start with a common prefix, all +# classes will be put under the same header in the alphabetical index. +# The IGNORE_PREFIX tag can be used to specify one or more prefixes that # should be ignored while generating the index headers. -IGNORE_PREFIX = +IGNORE_PREFIX = #--------------------------------------------------------------------------- # configuration options related to the HTML output #--------------------------------------------------------------------------- -# If the GENERATE_HTML tag is set to YES (the default) Doxygen will +# If the GENERATE_HTML tag is set to YES (the default) Doxygen will # generate HTML output. GENERATE_HTML = YES -# The HTML_OUTPUT tag is used to specify where the HTML docs will be put. -# If a relative path is entered the value of OUTPUT_DIRECTORY will be +# The HTML_OUTPUT tag is used to specify where the HTML docs will be put. +# If a relative path is entered the value of OUTPUT_DIRECTORY will be # put in front of it. If left blank `html' will be used as the default path. HTML_OUTPUT = html -# The HTML_FILE_EXTENSION tag can be used to specify the file extension for -# each generated HTML page (for example: .htm,.php,.asp). If it is left blank +# The HTML_FILE_EXTENSION tag can be used to specify the file extension for +# each generated HTML page (for example: .htm,.php,.asp). If it is left blank # doxygen will generate files with .html extension. HTML_FILE_EXTENSION = .html -# The HTML_HEADER tag can be used to specify a personal HTML header for -# each generated HTML page. If it is left blank doxygen will generate a -# standard header. Note that when using a custom header you are responsible -# for the proper inclusion of any scripts and style sheets that doxygen -# needs, which is dependent on the configuration options used. -# It is adviced to generate a default header using "doxygen -w html -# header.html footer.html stylesheet.css YourConfigFile" and then modify -# that header. Note that the header is subject to change so you typically +# The HTML_HEADER tag can be used to specify a personal HTML header for +# each generated HTML page. If it is left blank doxygen will generate a +# standard header. Note that when using a custom header you are responsible +# for the proper inclusion of any scripts and style sheets that doxygen +# needs, which is dependent on the configuration options used. +# It is adviced to generate a default header using "doxygen -w html +# header.html footer.html stylesheet.css YourConfigFile" and then modify +# that header. Note that the header is subject to change so you typically # have to redo this when upgrading to a newer version of doxygen or when # changing the value of configuration settings such as GENERATE_TREEVIEW! -HTML_HEADER = +HTML_HEADER = -# The HTML_FOOTER tag can be used to specify a personal HTML footer for -# each generated HTML page. If it is left blank doxygen will generate a +# The HTML_FOOTER tag can be used to specify a personal HTML footer for +# each generated HTML page. If it is left blank doxygen will generate a # standard footer. -HTML_FOOTER = +HTML_FOOTER = -# The HTML_STYLESHEET tag can be used to specify a user-defined cascading -# style sheet that is used by each HTML page. It can be used to -# fine-tune the look of the HTML output. If the tag is left blank doxygen -# will generate a default style sheet. Note that doxygen will try to copy -# the style sheet file to the HTML output directory, so don't put your own +# The HTML_STYLESHEET tag can be used to specify a user-defined cascading +# style sheet that is used by each HTML page. It can be used to +# fine-tune the look of the HTML output. If the tag is left blank doxygen +# will generate a default style sheet. Note that doxygen will try to copy +# the style sheet file to the HTML output directory, so don't put your own # stylesheet in the HTML output directory as well, or it will be erased! -HTML_STYLESHEET = +HTML_STYLESHEET = -# The HTML_EXTRA_FILES tag can be used to specify one or more extra images or -# other source files which should be copied to the HTML output directory. Note -# that these files will be copied to the base HTML output directory. Use the -# $relpath$ marker in the HTML_HEADER and/or HTML_FOOTER files to load these -# files. In the HTML_STYLESHEET file, use the file name only. Also note that +# The HTML_EXTRA_FILES tag can be used to specify one or more extra images or +# other source files which should be copied to the HTML output directory. Note +# that these files will be copied to the base HTML output directory. Use the +# $relpath$ marker in the HTML_HEADER and/or HTML_FOOTER files to load these +# files. In the HTML_STYLESHEET file, use the file name only. Also note that # the files will be copied as-is; there are no commands or markers available. -HTML_EXTRA_FILES = +HTML_EXTRA_FILES = -# The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. -# Doxygen will adjust the colors in the stylesheet and background images -# according to this color. Hue is specified as an angle on a colorwheel, -# see http://en.wikipedia.org/wiki/Hue for more information. -# For instance the value 0 represents red, 60 is yellow, 120 is green, -# 180 is cyan, 240 is blue, 300 purple, and 360 is red again. +# The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. +# Doxygen will adjust the colors in the stylesheet and background images +# according to this color. Hue is specified as an angle on a colorwheel, +# see http://en.wikipedia.org/wiki/Hue for more information. +# For instance the value 0 represents red, 60 is yellow, 120 is green, +# 180 is cyan, 240 is blue, 300 purple, and 360 is red again. # The allowed range is 0 to 359. HTML_COLORSTYLE_HUE = 220 -# The HTML_COLORSTYLE_SAT tag controls the purity (or saturation) of -# the colors in the HTML output. For a value of 0 the output will use +# The HTML_COLORSTYLE_SAT tag controls the purity (or saturation) of +# the colors in the HTML output. For a value of 0 the output will use # grayscales only. A value of 255 will produce the most vivid colors. HTML_COLORSTYLE_SAT = 100 -# The HTML_COLORSTYLE_GAMMA tag controls the gamma correction applied to -# the luminance component of the colors in the HTML output. Values below -# 100 gradually make the output lighter, whereas values above 100 make -# the output darker. The value divided by 100 is the actual gamma applied, -# so 80 represents a gamma of 0.8, The value 220 represents a gamma of 2.2, +# The HTML_COLORSTYLE_GAMMA tag controls the gamma correction applied to +# the luminance component of the colors in the HTML output. Values below +# 100 gradually make the output lighter, whereas values above 100 make +# the output darker. The value divided by 100 is the actual gamma applied, +# so 80 represents a gamma of 0.8, The value 220 represents a gamma of 2.2, # and 100 does not change the gamma. HTML_COLORSTYLE_GAMMA = 80 -# If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML -# page will contain the date and time when the page was generated. Setting +# If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML +# page will contain the date and time when the page was generated. Setting # this to NO can help when comparing the output of multiple runs. HTML_TIMESTAMP = YES -# If the HTML_ALIGN_MEMBERS tag is set to YES, the members of classes, -# files or namespaces will be aligned in HTML using tables. If set to +# If the HTML_ALIGN_MEMBERS tag is set to YES, the members of classes, +# files or namespaces will be aligned in HTML using tables. If set to # NO a bullet list will be used. HTML_ALIGN_MEMBERS = YES -# If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML -# documentation will contain sections that can be hidden and shown after the -# page has loaded. For this to work a browser that supports -# JavaScript and DHTML is required (for instance Mozilla 1.0+, Firefox +# If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML +# documentation will contain sections that can be hidden and shown after the +# page has loaded. For this to work a browser that supports +# JavaScript and DHTML is required (for instance Mozilla 1.0+, Firefox # Netscape 6.0+, Internet explorer 5.0+, Konqueror, or Safari). HTML_DYNAMIC_SECTIONS = NO -# If the GENERATE_DOCSET tag is set to YES, additional index files -# will be generated that can be used as input for Apple's Xcode 3 -# integrated development environment, introduced with OSX 10.5 (Leopard). -# To create a documentation set, doxygen will generate a Makefile in the -# HTML output directory. Running make will produce the docset in that -# directory and running "make install" will install the docset in -# ~/Library/Developer/Shared/Documentation/DocSets so that Xcode will find -# it at startup. -# See http://developer.apple.com/tools/creatingdocsetswithdoxygen.html +# If the GENERATE_DOCSET tag is set to YES, additional index files +# will be generated that can be used as input for Apple's Xcode 3 +# integrated development environment, introduced with OSX 10.5 (Leopard). +# To create a documentation set, doxygen will generate a Makefile in the +# HTML output directory. Running make will produce the docset in that +# directory and running "make install" will install the docset in +# ~/Library/Developer/Shared/Documentation/DocSets so that Xcode will find +# it at startup. +# See http://developer.apple.com/tools/creatingdocsetswithdoxygen.html # for more information. GENERATE_DOCSET = NO -# When GENERATE_DOCSET tag is set to YES, this tag determines the name of the -# feed. A documentation feed provides an umbrella under which multiple -# documentation sets from a single provider (such as a company or product suite) +# When GENERATE_DOCSET tag is set to YES, this tag determines the name of the +# feed. A documentation feed provides an umbrella under which multiple +# documentation sets from a single provider (such as a company or product suite) # can be grouped. DOCSET_FEEDNAME = "Doxygen generated docs" -# When GENERATE_DOCSET tag is set to YES, this tag specifies a string that -# should uniquely identify the documentation set bundle. This should be a -# reverse domain-name style string, e.g. com.mycompany.MyDocSet. Doxygen +# When GENERATE_DOCSET tag is set to YES, this tag specifies a string that +# should uniquely identify the documentation set bundle. This should be a +# reverse domain-name style string, e.g. com.mycompany.MyDocSet. Doxygen # will append .docset to the name. DOCSET_BUNDLE_ID = org.doxygen.Project -# When GENERATE_PUBLISHER_ID tag specifies a string that should uniquely identify -# the documentation publisher. This should be a reverse domain-name style +# When GENERATE_PUBLISHER_ID tag specifies a string that should uniquely identify +# the documentation publisher. This should be a reverse domain-name style # string, e.g. com.mycompany.MyDocSet.documentation. DOCSET_PUBLISHER_ID = org.doxygen.Publisher @@ -984,211 +984,211 @@ DOCSET_PUBLISHER_ID = org.doxygen.Publisher DOCSET_PUBLISHER_NAME = Publisher -# If the GENERATE_HTMLHELP tag is set to YES, additional index files -# will be generated that can be used as input for tools like the -# Microsoft HTML help workshop to generate a compiled HTML help file (.chm) +# If the GENERATE_HTMLHELP tag is set to YES, additional index files +# will be generated that can be used as input for tools like the +# Microsoft HTML help workshop to generate a compiled HTML help file (.chm) # of the generated HTML documentation. GENERATE_HTMLHELP = NO -# If the GENERATE_HTMLHELP tag is set to YES, the CHM_FILE tag can -# be used to specify the file name of the resulting .chm file. You -# can add a path in front of the file if the result should not be +# If the GENERATE_HTMLHELP tag is set to YES, the CHM_FILE tag can +# be used to specify the file name of the resulting .chm file. You +# can add a path in front of the file if the result should not be # written to the html output directory. -CHM_FILE = +CHM_FILE = -# If the GENERATE_HTMLHELP tag is set to YES, the HHC_LOCATION tag can -# be used to specify the location (absolute path including file name) of -# the HTML help compiler (hhc.exe). If non-empty doxygen will try to run +# If the GENERATE_HTMLHELP tag is set to YES, the HHC_LOCATION tag can +# be used to specify the location (absolute path including file name) of +# the HTML help compiler (hhc.exe). If non-empty doxygen will try to run # the HTML help compiler on the generated index.hhp. -HHC_LOCATION = +HHC_LOCATION = -# If the GENERATE_HTMLHELP tag is set to YES, the GENERATE_CHI flag -# controls if a separate .chi index file is generated (YES) or that +# If the GENERATE_HTMLHELP tag is set to YES, the GENERATE_CHI flag +# controls if a separate .chi index file is generated (YES) or that # it should be included in the master .chm file (NO). GENERATE_CHI = NO -# If the GENERATE_HTMLHELP tag is set to YES, the CHM_INDEX_ENCODING -# is used to encode HtmlHelp index (hhk), content (hhc) and project file +# If the GENERATE_HTMLHELP tag is set to YES, the CHM_INDEX_ENCODING +# is used to encode HtmlHelp index (hhk), content (hhc) and project file # content. -CHM_INDEX_ENCODING = +CHM_INDEX_ENCODING = -# If the GENERATE_HTMLHELP tag is set to YES, the BINARY_TOC flag -# controls whether a binary table of contents is generated (YES) or a +# If the GENERATE_HTMLHELP tag is set to YES, the BINARY_TOC flag +# controls whether a binary table of contents is generated (YES) or a # normal table of contents (NO) in the .chm file. BINARY_TOC = NO -# The TOC_EXPAND flag can be set to YES to add extra items for group members +# The TOC_EXPAND flag can be set to YES to add extra items for group members # to the contents of the HTML help documentation and to the tree view. TOC_EXPAND = NO -# If the GENERATE_QHP tag is set to YES and both QHP_NAMESPACE and -# QHP_VIRTUAL_FOLDER are set, an additional index file will be generated -# that can be used as input for Qt's qhelpgenerator to generate a +# If the GENERATE_QHP tag is set to YES and both QHP_NAMESPACE and +# QHP_VIRTUAL_FOLDER are set, an additional index file will be generated +# that can be used as input for Qt's qhelpgenerator to generate a # Qt Compressed Help (.qch) of the generated HTML documentation. GENERATE_QHP = NO -# If the QHG_LOCATION tag is specified, the QCH_FILE tag can -# be used to specify the file name of the resulting .qch file. +# If the QHG_LOCATION tag is specified, the QCH_FILE tag can +# be used to specify the file name of the resulting .qch file. # The path specified is relative to the HTML output folder. -QCH_FILE = +QCH_FILE = -# The QHP_NAMESPACE tag specifies the namespace to use when generating -# Qt Help Project output. For more information please see +# The QHP_NAMESPACE tag specifies the namespace to use when generating +# Qt Help Project output. For more information please see # http://doc.trolltech.com/qthelpproject.html#namespace QHP_NAMESPACE = org.doxygen.Project -# The QHP_VIRTUAL_FOLDER tag specifies the namespace to use when generating -# Qt Help Project output. For more information please see +# The QHP_VIRTUAL_FOLDER tag specifies the namespace to use when generating +# Qt Help Project output. For more information please see # http://doc.trolltech.com/qthelpproject.html#virtual-folders QHP_VIRTUAL_FOLDER = doc -# If QHP_CUST_FILTER_NAME is set, it specifies the name of a custom filter to -# add. For more information please see +# If QHP_CUST_FILTER_NAME is set, it specifies the name of a custom filter to +# add. For more information please see # http://doc.trolltech.com/qthelpproject.html#custom-filters -QHP_CUST_FILTER_NAME = +QHP_CUST_FILTER_NAME = -# The QHP_CUST_FILT_ATTRS tag specifies the list of the attributes of the -# custom filter to add. For more information please see -# +# The QHP_CUST_FILT_ATTRS tag specifies the list of the attributes of the +# custom filter to add. For more information please see +# # Qt Help Project / Custom Filters. -QHP_CUST_FILTER_ATTRS = +QHP_CUST_FILTER_ATTRS = -# The QHP_SECT_FILTER_ATTRS tag specifies the list of the attributes this -# project's -# filter section matches. -# +# The QHP_SECT_FILTER_ATTRS tag specifies the list of the attributes this +# project's +# filter section matches. +# # Qt Help Project / Filter Attributes. -QHP_SECT_FILTER_ATTRS = +QHP_SECT_FILTER_ATTRS = -# If the GENERATE_QHP tag is set to YES, the QHG_LOCATION tag can -# be used to specify the location of Qt's qhelpgenerator. -# If non-empty doxygen will try to run qhelpgenerator on the generated +# If the GENERATE_QHP tag is set to YES, the QHG_LOCATION tag can +# be used to specify the location of Qt's qhelpgenerator. +# If non-empty doxygen will try to run qhelpgenerator on the generated # .qhp file. -QHG_LOCATION = +QHG_LOCATION = -# If the GENERATE_ECLIPSEHELP tag is set to YES, additional index files -# will be generated, which together with the HTML files, form an Eclipse help -# plugin. To install this plugin and make it available under the help contents -# menu in Eclipse, the contents of the directory containing the HTML and XML -# files needs to be copied into the plugins directory of eclipse. The name of -# the directory within the plugins directory should be the same as -# the ECLIPSE_DOC_ID value. After copying Eclipse needs to be restarted before +# If the GENERATE_ECLIPSEHELP tag is set to YES, additional index files +# will be generated, which together with the HTML files, form an Eclipse help +# plugin. To install this plugin and make it available under the help contents +# menu in Eclipse, the contents of the directory containing the HTML and XML +# files needs to be copied into the plugins directory of eclipse. The name of +# the directory within the plugins directory should be the same as +# the ECLIPSE_DOC_ID value. After copying Eclipse needs to be restarted before # the help appears. GENERATE_ECLIPSEHELP = NO -# A unique identifier for the eclipse help plugin. When installing the plugin -# the directory name containing the HTML and XML files should also have +# A unique identifier for the eclipse help plugin. When installing the plugin +# the directory name containing the HTML and XML files should also have # this name. ECLIPSE_DOC_ID = org.doxygen.Project -# The DISABLE_INDEX tag can be used to turn on/off the condensed index at -# top of each HTML page. The value NO (the default) enables the index and +# The DISABLE_INDEX tag can be used to turn on/off the condensed index at +# top of each HTML page. The value NO (the default) enables the index and # the value YES disables it. DISABLE_INDEX = NO -# The ENUM_VALUES_PER_LINE tag can be used to set the number of enum values -# (range [0,1..20]) that doxygen will group on one line in the generated HTML -# documentation. Note that a value of 0 will completely suppress the enum +# The ENUM_VALUES_PER_LINE tag can be used to set the number of enum values +# (range [0,1..20]) that doxygen will group on one line in the generated HTML +# documentation. Note that a value of 0 will completely suppress the enum # values from appearing in the overview section. ENUM_VALUES_PER_LINE = 4 -# The GENERATE_TREEVIEW tag is used to specify whether a tree-like index -# structure should be generated to display hierarchical information. -# If the tag value is set to YES, a side panel will be generated -# containing a tree-like index structure (just like the one that -# is generated for HTML Help). For this to work a browser that supports -# JavaScript, DHTML, CSS and frames is required (i.e. any modern browser). +# The GENERATE_TREEVIEW tag is used to specify whether a tree-like index +# structure should be generated to display hierarchical information. +# If the tag value is set to YES, a side panel will be generated +# containing a tree-like index structure (just like the one that +# is generated for HTML Help). For this to work a browser that supports +# JavaScript, DHTML, CSS and frames is required (i.e. any modern browser). # Windows users are probably better off using the HTML help feature. GENERATE_TREEVIEW = NO -# By enabling USE_INLINE_TREES, doxygen will generate the Groups, Directories, +# By enabling USE_INLINE_TREES, doxygen will generate the Groups, Directories, # and Class Hierarchy pages using a tree view instead of an ordered list. USE_INLINE_TREES = NO -# If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be -# used to set the initial width (in pixels) of the frame in which the tree +# If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be +# used to set the initial width (in pixels) of the frame in which the tree # is shown. TREEVIEW_WIDTH = 250 -# When the EXT_LINKS_IN_WINDOW option is set to YES doxygen will open +# When the EXT_LINKS_IN_WINDOW option is set to YES doxygen will open # links to external symbols imported via tag files in a separate window. EXT_LINKS_IN_WINDOW = NO -# Use this tag to change the font size of Latex formulas included -# as images in the HTML documentation. The default is 10. Note that -# when you change the font size after a successful doxygen run you need -# to manually remove any form_*.png images from the HTML output directory +# Use this tag to change the font size of Latex formulas included +# as images in the HTML documentation. The default is 10. Note that +# when you change the font size after a successful doxygen run you need +# to manually remove any form_*.png images from the HTML output directory # to force them to be regenerated. FORMULA_FONTSIZE = 10 -# Use the FORMULA_TRANPARENT tag to determine whether or not the images -# generated for formulas are transparent PNGs. Transparent PNGs are -# not supported properly for IE 6.0, but are supported on all modern browsers. -# Note that when changing this option you need to delete any form_*.png files +# Use the FORMULA_TRANPARENT tag to determine whether or not the images +# generated for formulas are transparent PNGs. Transparent PNGs are +# not supported properly for IE 6.0, but are supported on all modern browsers. +# Note that when changing this option you need to delete any form_*.png files # in the HTML output before the changes have effect. FORMULA_TRANSPARENT = YES -# Enable the USE_MATHJAX option to render LaTeX formulas using MathJax -# (see http://www.mathjax.org) which uses client side Javascript for the -# rendering instead of using prerendered bitmaps. Use this if you do not -# have LaTeX installed or if you want to formulas look prettier in the HTML -# output. When enabled you also need to install MathJax separately and +# Enable the USE_MATHJAX option to render LaTeX formulas using MathJax +# (see http://www.mathjax.org) which uses client side Javascript for the +# rendering instead of using prerendered bitmaps. Use this if you do not +# have LaTeX installed or if you want to formulas look prettier in the HTML +# output. When enabled you also need to install MathJax separately and # configure the path to it using the MATHJAX_RELPATH option. USE_MATHJAX = NO -# When MathJax is enabled you need to specify the location relative to the -# HTML output directory using the MATHJAX_RELPATH option. The destination -# directory should contain the MathJax.js script. For instance, if the mathjax -# directory is located at the same level as the HTML output directory, then -# MATHJAX_RELPATH should be ../mathjax. The default value points to the -# mathjax.org site, so you can quickly see the result without installing -# MathJax, but it is strongly recommended to install a local copy of MathJax +# When MathJax is enabled you need to specify the location relative to the +# HTML output directory using the MATHJAX_RELPATH option. The destination +# directory should contain the MathJax.js script. For instance, if the mathjax +# directory is located at the same level as the HTML output directory, then +# MATHJAX_RELPATH should be ../mathjax. The default value points to the +# mathjax.org site, so you can quickly see the result without installing +# MathJax, but it is strongly recommended to install a local copy of MathJax # before deployment. MATHJAX_RELPATH = http://www.mathjax.org/mathjax -# When the SEARCHENGINE tag is enabled doxygen will generate a search box -# for the HTML output. The underlying search engine uses javascript -# and DHTML and should work on any modern browser. Note that when using -# HTML help (GENERATE_HTMLHELP), Qt help (GENERATE_QHP), or docsets -# (GENERATE_DOCSET) there is already a search function so this one should -# typically be disabled. For large projects the javascript based search engine +# When the SEARCHENGINE tag is enabled doxygen will generate a search box +# for the HTML output. The underlying search engine uses javascript +# and DHTML and should work on any modern browser. Note that when using +# HTML help (GENERATE_HTMLHELP), Qt help (GENERATE_QHP), or docsets +# (GENERATE_DOCSET) there is already a search function so this one should +# typically be disabled. For large projects the javascript based search engine # can be slow, then enabling SERVER_BASED_SEARCH may provide a better solution. SEARCHENGINE = YES -# When the SERVER_BASED_SEARCH tag is enabled the search engine will be -# implemented using a PHP enabled web server instead of at the web client -# using Javascript. Doxygen will generate the search PHP script and index -# file to put on the web server. The advantage of the server -# based approach is that it scales better to large projects and allows -# full text search. The disadvantages are that it is more difficult to setup +# When the SERVER_BASED_SEARCH tag is enabled the search engine will be +# implemented using a PHP enabled web server instead of at the web client +# using Javascript. Doxygen will generate the search PHP script and index +# file to put on the web server. The advantage of the server +# based approach is that it scales better to large projects and allows +# full text search. The disadvantages are that it is more difficult to setup # and does not have live searching capabilities. SERVER_BASED_SEARCH = NO @@ -1197,91 +1197,91 @@ SERVER_BASED_SEARCH = NO # configuration options related to the LaTeX output #--------------------------------------------------------------------------- -# If the GENERATE_LATEX tag is set to YES (the default) Doxygen will +# If the GENERATE_LATEX tag is set to YES (the default) Doxygen will # generate Latex output. GENERATE_LATEX = NO -# The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put. -# If a relative path is entered the value of OUTPUT_DIRECTORY will be +# The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put. +# If a relative path is entered the value of OUTPUT_DIRECTORY will be # put in front of it. If left blank `latex' will be used as the default path. LATEX_OUTPUT = latex -# The LATEX_CMD_NAME tag can be used to specify the LaTeX command name to be -# invoked. If left blank `latex' will be used as the default command name. -# Note that when enabling USE_PDFLATEX this option is only used for -# generating bitmaps for formulas in the HTML output, but not in the +# The LATEX_CMD_NAME tag can be used to specify the LaTeX command name to be +# invoked. If left blank `latex' will be used as the default command name. +# Note that when enabling USE_PDFLATEX this option is only used for +# generating bitmaps for formulas in the HTML output, but not in the # Makefile that is written to the output directory. LATEX_CMD_NAME = latex -# The MAKEINDEX_CMD_NAME tag can be used to specify the command name to -# generate index for LaTeX. If left blank `makeindex' will be used as the +# The MAKEINDEX_CMD_NAME tag can be used to specify the command name to +# generate index for LaTeX. If left blank `makeindex' will be used as the # default command name. MAKEINDEX_CMD_NAME = makeindex -# If the COMPACT_LATEX tag is set to YES Doxygen generates more compact -# LaTeX documents. This may be useful for small projects and may help to +# If the COMPACT_LATEX tag is set to YES Doxygen generates more compact +# LaTeX documents. This may be useful for small projects and may help to # save some trees in general. COMPACT_LATEX = NO -# The PAPER_TYPE tag can be used to set the paper type that is used -# by the printer. Possible values are: a4, letter, legal and +# The PAPER_TYPE tag can be used to set the paper type that is used +# by the printer. Possible values are: a4, letter, legal and # executive. If left blank a4wide will be used. PAPER_TYPE = a4 -# The EXTRA_PACKAGES tag can be to specify one or more names of LaTeX +# The EXTRA_PACKAGES tag can be to specify one or more names of LaTeX # packages that should be included in the LaTeX output. -EXTRA_PACKAGES = +EXTRA_PACKAGES = -# The LATEX_HEADER tag can be used to specify a personal LaTeX header for -# the generated latex document. The header should contain everything until -# the first chapter. If it is left blank doxygen will generate a +# The LATEX_HEADER tag can be used to specify a personal LaTeX header for +# the generated latex document. The header should contain everything until +# the first chapter. If it is left blank doxygen will generate a # standard header. Notice: only use this tag if you know what you are doing! -LATEX_HEADER = +LATEX_HEADER = -# The LATEX_FOOTER tag can be used to specify a personal LaTeX footer for -# the generated latex document. The footer should contain everything after -# the last chapter. If it is left blank doxygen will generate a +# The LATEX_FOOTER tag can be used to specify a personal LaTeX footer for +# the generated latex document. The footer should contain everything after +# the last chapter. If it is left blank doxygen will generate a # standard footer. Notice: only use this tag if you know what you are doing! -LATEX_FOOTER = +LATEX_FOOTER = -# If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated -# is prepared for conversion to pdf (using ps2pdf). The pdf file will -# contain links (just like the HTML output) instead of page references +# If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated +# is prepared for conversion to pdf (using ps2pdf). The pdf file will +# contain links (just like the HTML output) instead of page references # This makes the output suitable for online browsing using a pdf viewer. PDF_HYPERLINKS = YES -# If the USE_PDFLATEX tag is set to YES, pdflatex will be used instead of -# plain latex in the generated Makefile. Set this option to YES to get a +# If the USE_PDFLATEX tag is set to YES, pdflatex will be used instead of +# plain latex in the generated Makefile. Set this option to YES to get a # higher quality PDF documentation. USE_PDFLATEX = YES -# If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \\batchmode. -# command to the generated LaTeX files. This will instruct LaTeX to keep -# running if errors occur, instead of asking the user for help. +# If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \\batchmode. +# command to the generated LaTeX files. This will instruct LaTeX to keep +# running if errors occur, instead of asking the user for help. # This option is also used when generating formulas in HTML. LATEX_BATCHMODE = NO -# If LATEX_HIDE_INDICES is set to YES then doxygen will not -# include the index chapters (such as File Index, Compound Index, etc.) +# If LATEX_HIDE_INDICES is set to YES then doxygen will not +# include the index chapters (such as File Index, Compound Index, etc.) # in the output. LATEX_HIDE_INDICES = NO -# If LATEX_SOURCE_CODE is set to YES then doxygen will include -# source code with syntax highlighting in the LaTeX output. -# Note that which sources are shown also depends on other settings +# If LATEX_SOURCE_CODE is set to YES then doxygen will include +# source code with syntax highlighting in the LaTeX output. +# Note that which sources are shown also depends on other settings # such as SOURCE_BROWSER. LATEX_SOURCE_CODE = NO @@ -1290,68 +1290,68 @@ LATEX_SOURCE_CODE = NO # configuration options related to the RTF output #--------------------------------------------------------------------------- -# If the GENERATE_RTF tag is set to YES Doxygen will generate RTF output -# The RTF output is optimized for Word 97 and may not look very pretty with +# If the GENERATE_RTF tag is set to YES Doxygen will generate RTF output +# The RTF output is optimized for Word 97 and may not look very pretty with # other RTF readers or editors. GENERATE_RTF = NO -# The RTF_OUTPUT tag is used to specify where the RTF docs will be put. -# If a relative path is entered the value of OUTPUT_DIRECTORY will be +# The RTF_OUTPUT tag is used to specify where the RTF docs will be put. +# If a relative path is entered the value of OUTPUT_DIRECTORY will be # put in front of it. If left blank `rtf' will be used as the default path. RTF_OUTPUT = rtf -# If the COMPACT_RTF tag is set to YES Doxygen generates more compact -# RTF documents. This may be useful for small projects and may help to +# If the COMPACT_RTF tag is set to YES Doxygen generates more compact +# RTF documents. This may be useful for small projects and may help to # save some trees in general. COMPACT_RTF = NO -# If the RTF_HYPERLINKS tag is set to YES, the RTF that is generated -# will contain hyperlink fields. The RTF file will -# contain links (just like the HTML output) instead of page references. -# This makes the output suitable for online browsing using WORD or other -# programs which support those fields. +# If the RTF_HYPERLINKS tag is set to YES, the RTF that is generated +# will contain hyperlink fields. The RTF file will +# contain links (just like the HTML output) instead of page references. +# This makes the output suitable for online browsing using WORD or other +# programs which support those fields. # Note: wordpad (write) and others do not support links. RTF_HYPERLINKS = NO -# Load stylesheet definitions from file. Syntax is similar to doxygen's -# config file, i.e. a series of assignments. You only have to provide +# Load stylesheet definitions from file. Syntax is similar to doxygen's +# config file, i.e. a series of assignments. You only have to provide # replacements, missing definitions are set to their default value. -RTF_STYLESHEET_FILE = +RTF_STYLESHEET_FILE = -# Set optional variables used in the generation of an rtf document. +# Set optional variables used in the generation of an rtf document. # Syntax is similar to doxygen's config file. -RTF_EXTENSIONS_FILE = +RTF_EXTENSIONS_FILE = #--------------------------------------------------------------------------- # configuration options related to the man page output #--------------------------------------------------------------------------- -# If the GENERATE_MAN tag is set to YES (the default) Doxygen will +# If the GENERATE_MAN tag is set to YES (the default) Doxygen will # generate man pages GENERATE_MAN = NO -# The MAN_OUTPUT tag is used to specify where the man pages will be put. -# If a relative path is entered the value of OUTPUT_DIRECTORY will be +# The MAN_OUTPUT tag is used to specify where the man pages will be put. +# If a relative path is entered the value of OUTPUT_DIRECTORY will be # put in front of it. If left blank `man' will be used as the default path. MAN_OUTPUT = man -# The MAN_EXTENSION tag determines the extension that is added to +# The MAN_EXTENSION tag determines the extension that is added to # the generated man pages (default is the subroutine's section .3) MAN_EXTENSION = .3 -# If the MAN_LINKS tag is set to YES and Doxygen generates man output, -# then it will generate one additional man file for each entity -# documented in the real man page(s). These additional files -# only source the real man page, but without them the man command +# If the MAN_LINKS tag is set to YES and Doxygen generates man output, +# then it will generate one additional man file for each entity +# documented in the real man page(s). These additional files +# only source the real man page, but without them the man command # would be unable to find the correct page. The default is NO. MAN_LINKS = NO @@ -1360,33 +1360,33 @@ MAN_LINKS = NO # configuration options related to the XML output #--------------------------------------------------------------------------- -# If the GENERATE_XML tag is set to YES Doxygen will -# generate an XML file that captures the structure of +# If the GENERATE_XML tag is set to YES Doxygen will +# generate an XML file that captures the structure of # the code including all documentation. GENERATE_XML = NO -# The XML_OUTPUT tag is used to specify where the XML pages will be put. -# If a relative path is entered the value of OUTPUT_DIRECTORY will be +# The XML_OUTPUT tag is used to specify where the XML pages will be put. +# If a relative path is entered the value of OUTPUT_DIRECTORY will be # put in front of it. If left blank `xml' will be used as the default path. XML_OUTPUT = xml -# The XML_SCHEMA tag can be used to specify an XML schema, -# which can be used by a validating XML parser to check the +# The XML_SCHEMA tag can be used to specify an XML schema, +# which can be used by a validating XML parser to check the # syntax of the XML files. -XML_SCHEMA = +XML_SCHEMA = -# The XML_DTD tag can be used to specify an XML DTD, -# which can be used by a validating XML parser to check the +# The XML_DTD tag can be used to specify an XML DTD, +# which can be used by a validating XML parser to check the # syntax of the XML files. -XML_DTD = +XML_DTD = -# If the XML_PROGRAMLISTING tag is set to YES Doxygen will -# dump the program listings (including syntax highlighting -# and cross-referencing information) to the XML output. Note that +# If the XML_PROGRAMLISTING tag is set to YES Doxygen will +# dump the program listings (including syntax highlighting +# and cross-referencing information) to the XML output. Note that # enabling this will significantly increase the size of the XML output. XML_PROGRAMLISTING = YES @@ -1395,10 +1395,10 @@ XML_PROGRAMLISTING = YES # configuration options for the AutoGen Definitions output #--------------------------------------------------------------------------- -# If the GENERATE_AUTOGEN_DEF tag is set to YES Doxygen will -# generate an AutoGen Definitions (see autogen.sf.net) file -# that captures the structure of the code including all -# documentation. Note that this feature is still experimental +# If the GENERATE_AUTOGEN_DEF tag is set to YES Doxygen will +# generate an AutoGen Definitions (see autogen.sf.net) file +# that captures the structure of the code including all +# documentation. Note that this feature is still experimental # and incomplete at the moment. GENERATE_AUTOGEN_DEF = NO @@ -1407,97 +1407,97 @@ GENERATE_AUTOGEN_DEF = NO # configuration options related to the Perl module output #--------------------------------------------------------------------------- -# If the GENERATE_PERLMOD tag is set to YES Doxygen will -# generate a Perl module file that captures the structure of -# the code including all documentation. Note that this -# feature is still experimental and incomplete at the +# If the GENERATE_PERLMOD tag is set to YES Doxygen will +# generate a Perl module file that captures the structure of +# the code including all documentation. Note that this +# feature is still experimental and incomplete at the # moment. GENERATE_PERLMOD = NO -# If the PERLMOD_LATEX tag is set to YES Doxygen will generate -# the necessary Makefile rules, Perl scripts and LaTeX code to be able +# If the PERLMOD_LATEX tag is set to YES Doxygen will generate +# the necessary Makefile rules, Perl scripts and LaTeX code to be able # to generate PDF and DVI output from the Perl module output. PERLMOD_LATEX = NO -# If the PERLMOD_PRETTY tag is set to YES the Perl module output will be -# nicely formatted so it can be parsed by a human reader. This is useful -# if you want to understand what is going on. On the other hand, if this -# tag is set to NO the size of the Perl module output will be much smaller +# If the PERLMOD_PRETTY tag is set to YES the Perl module output will be +# nicely formatted so it can be parsed by a human reader. This is useful +# if you want to understand what is going on. On the other hand, if this +# tag is set to NO the size of the Perl module output will be much smaller # and Perl will parse it just the same. PERLMOD_PRETTY = YES -# The names of the make variables in the generated doxyrules.make file -# are prefixed with the string contained in PERLMOD_MAKEVAR_PREFIX. -# This is useful so different doxyrules.make files included by the same +# The names of the make variables in the generated doxyrules.make file +# are prefixed with the string contained in PERLMOD_MAKEVAR_PREFIX. +# This is useful so different doxyrules.make files included by the same # Makefile don't overwrite each other's variables. -PERLMOD_MAKEVAR_PREFIX = +PERLMOD_MAKEVAR_PREFIX = #--------------------------------------------------------------------------- # Configuration options related to the preprocessor #--------------------------------------------------------------------------- -# If the ENABLE_PREPROCESSING tag is set to YES (the default) Doxygen will -# evaluate all C-preprocessor directives found in the sources and include +# If the ENABLE_PREPROCESSING tag is set to YES (the default) Doxygen will +# evaluate all C-preprocessor directives found in the sources and include # files. ENABLE_PREPROCESSING = YES -# If the MACRO_EXPANSION tag is set to YES Doxygen will expand all macro -# names in the source code. If set to NO (the default) only conditional -# compilation will be performed. Macro expansion can be done in a controlled +# If the MACRO_EXPANSION tag is set to YES Doxygen will expand all macro +# names in the source code. If set to NO (the default) only conditional +# compilation will be performed. Macro expansion can be done in a controlled # way by setting EXPAND_ONLY_PREDEF to YES. MACRO_EXPANSION = NO -# If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES -# then the macro expansion is limited to the macros specified with the +# If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES +# then the macro expansion is limited to the macros specified with the # PREDEFINED and EXPAND_AS_DEFINED tags. EXPAND_ONLY_PREDEF = NO -# If the SEARCH_INCLUDES tag is set to YES (the default) the includes files +# If the SEARCH_INCLUDES tag is set to YES (the default) the includes files # pointed to by INCLUDE_PATH will be searched when a #include is found. SEARCH_INCLUDES = YES -# The INCLUDE_PATH tag can be used to specify one or more directories that -# contain include files that are not input files but should be processed by +# The INCLUDE_PATH tag can be used to specify one or more directories that +# contain include files that are not input files but should be processed by # the preprocessor. -INCLUDE_PATH = +INCLUDE_PATH = -# You can use the INCLUDE_FILE_PATTERNS tag to specify one or more wildcard -# patterns (like *.h and *.hpp) to filter out the header-files in the -# directories. If left blank, the patterns specified with FILE_PATTERNS will +# You can use the INCLUDE_FILE_PATTERNS tag to specify one or more wildcard +# patterns (like *.h and *.hpp) to filter out the header-files in the +# directories. If left blank, the patterns specified with FILE_PATTERNS will # be used. -INCLUDE_FILE_PATTERNS = +INCLUDE_FILE_PATTERNS = -# The PREDEFINED tag can be used to specify one or more macro names that -# are defined before the preprocessor is started (similar to the -D option of -# gcc). The argument of the tag is a list of macros of the form: name -# or name=definition (no spaces). If the definition and the = are -# omitted =1 is assumed. To prevent a macro definition from being -# undefined via #undef or recursively expanded use the := operator +# The PREDEFINED tag can be used to specify one or more macro names that +# are defined before the preprocessor is started (similar to the -D option of +# gcc). The argument of the tag is a list of macros of the form: name +# or name=definition (no spaces). If the definition and the = are +# omitted =1 is assumed. To prevent a macro definition from being +# undefined via #undef or recursively expanded use the := operator # instead of the = operator. -PREDEFINED = +PREDEFINED = -# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then -# this tag can be used to specify a list of macro names that should be expanded. -# The macro definition that is found in the sources will be used. -# Use the PREDEFINED tag if you want to use a different macro definition that +# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then +# this tag can be used to specify a list of macro names that should be expanded. +# The macro definition that is found in the sources will be used. +# Use the PREDEFINED tag if you want to use a different macro definition that # overrules the definition found in the source code. -EXPAND_AS_DEFINED = +EXPAND_AS_DEFINED = -# If the SKIP_FUNCTION_MACROS tag is set to YES (the default) then -# doxygen's preprocessor will remove all references to function-like macros -# that are alone on a line, have an all uppercase name, and do not end with a +# If the SKIP_FUNCTION_MACROS tag is set to YES (the default) then +# doxygen's preprocessor will remove all references to function-like macros +# that are alone on a line, have an all uppercase name, and do not end with a # semicolon, because these will confuse the parser if not removed. SKIP_FUNCTION_MACROS = YES @@ -1506,41 +1506,41 @@ SKIP_FUNCTION_MACROS = YES # Configuration::additions related to external references #--------------------------------------------------------------------------- -# The TAGFILES option can be used to specify one or more tagfiles. -# Optionally an initial location of the external documentation -# can be added for each tagfile. The format of a tag file without -# this location is as follows: -# TAGFILES = file1 file2 ... -# Adding location for the tag files is done as follows: -# TAGFILES = file1=loc1 "file2 = loc2" ... -# where "loc1" and "loc2" can be relative or absolute paths or -# URLs. If a location is present for each tag, the installdox tool -# does not have to be run to correct the links. -# Note that each tag file must have a unique name -# (where the name does NOT include the path) -# If a tag file is not located in the directory in which doxygen +# The TAGFILES option can be used to specify one or more tagfiles. +# Optionally an initial location of the external documentation +# can be added for each tagfile. The format of a tag file without +# this location is as follows: +# TAGFILES = file1 file2 ... +# Adding location for the tag files is done as follows: +# TAGFILES = file1=loc1 "file2 = loc2" ... +# where "loc1" and "loc2" can be relative or absolute paths or +# URLs. If a location is present for each tag, the installdox tool +# does not have to be run to correct the links. +# Note that each tag file must have a unique name +# (where the name does NOT include the path) +# If a tag file is not located in the directory in which doxygen # is run, you must also specify the path to the tagfile here. -TAGFILES = +TAGFILES = -# When a file name is specified after GENERATE_TAGFILE, doxygen will create +# When a file name is specified after GENERATE_TAGFILE, doxygen will create # a tag file that is based on the input files it reads. -GENERATE_TAGFILE = +GENERATE_TAGFILE = -# If the ALLEXTERNALS tag is set to YES all external classes will be listed -# in the class index. If set to NO only the inherited external classes +# If the ALLEXTERNALS tag is set to YES all external classes will be listed +# in the class index. If set to NO only the inherited external classes # will be listed. ALLEXTERNALS = NO -# If the EXTERNAL_GROUPS tag is set to YES all external groups will be listed -# in the modules index. If set to NO, only the current project's groups will +# If the EXTERNAL_GROUPS tag is set to YES all external groups will be listed +# in the modules index. If set to NO, only the current project's groups will # be listed. EXTERNAL_GROUPS = YES -# The PERL_PATH should be the absolute path and name of the perl script +# The PERL_PATH should be the absolute path and name of the perl script # interpreter (i.e. the result of `which perl'). PERL_PATH = /usr/bin/perl @@ -1549,204 +1549,204 @@ PERL_PATH = /usr/bin/perl # Configuration options related to the dot tool #--------------------------------------------------------------------------- -# If the CLASS_DIAGRAMS tag is set to YES (the default) Doxygen will -# generate a inheritance diagram (in HTML, RTF and LaTeX) for classes with base -# or super classes. Setting the tag to NO turns the diagrams off. Note that -# this option also works with HAVE_DOT disabled, but it is recommended to +# If the CLASS_DIAGRAMS tag is set to YES (the default) Doxygen will +# generate a inheritance diagram (in HTML, RTF and LaTeX) for classes with base +# or super classes. Setting the tag to NO turns the diagrams off. Note that +# this option also works with HAVE_DOT disabled, but it is recommended to # install and use dot, since it yields more powerful graphs. CLASS_DIAGRAMS = YES -# You can define message sequence charts within doxygen comments using the \msc -# command. Doxygen will then run the mscgen tool (see -# http://www.mcternan.me.uk/mscgen/) to produce the chart and insert it in the -# documentation. The MSCGEN_PATH tag allows you to specify the directory where -# the mscgen tool resides. If left empty the tool is assumed to be found in the +# You can define message sequence charts within doxygen comments using the \msc +# command. Doxygen will then run the mscgen tool (see +# http://www.mcternan.me.uk/mscgen/) to produce the chart and insert it in the +# documentation. The MSCGEN_PATH tag allows you to specify the directory where +# the mscgen tool resides. If left empty the tool is assumed to be found in the # default search path. -MSCGEN_PATH = +MSCGEN_PATH = -# If set to YES, the inheritance and collaboration graphs will hide -# inheritance and usage relations if the target is undocumented +# If set to YES, the inheritance and collaboration graphs will hide +# inheritance and usage relations if the target is undocumented # or is not a class. HIDE_UNDOC_RELATIONS = YES -# If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is -# available from the path. This tool is part of Graphviz, a graph visualization -# toolkit from AT&T and Lucent Bell Labs. The other options in this section +# If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is +# available from the path. This tool is part of Graphviz, a graph visualization +# toolkit from AT&T and Lucent Bell Labs. The other options in this section # have no effect if this option is set to NO (the default) HAVE_DOT = YES -# The DOT_NUM_THREADS specifies the number of dot invocations doxygen is -# allowed to run in parallel. When set to 0 (the default) doxygen will -# base this on the number of processors available in the system. You can set it -# explicitly to a value larger than 0 to get control over the balance +# The DOT_NUM_THREADS specifies the number of dot invocations doxygen is +# allowed to run in parallel. When set to 0 (the default) doxygen will +# base this on the number of processors available in the system. You can set it +# explicitly to a value larger than 0 to get control over the balance # between CPU load and processing speed. DOT_NUM_THREADS = 0 -# By default doxygen will write a font called Helvetica to the output -# directory and reference it in all dot files that doxygen generates. -# When you want a differently looking font you can specify the font name -# using DOT_FONTNAME. You need to make sure dot is able to find the font, -# which can be done by putting it in a standard location or by setting the -# DOTFONTPATH environment variable or by setting DOT_FONTPATH to the directory +# By default doxygen will write a font called Helvetica to the output +# directory and reference it in all dot files that doxygen generates. +# When you want a differently looking font you can specify the font name +# using DOT_FONTNAME. You need to make sure dot is able to find the font, +# which can be done by putting it in a standard location or by setting the +# DOTFONTPATH environment variable or by setting DOT_FONTPATH to the directory # containing the font. DOT_FONTNAME = Helvetica -# The DOT_FONTSIZE tag can be used to set the size of the font of dot graphs. +# The DOT_FONTSIZE tag can be used to set the size of the font of dot graphs. # The default size is 10pt. DOT_FONTSIZE = 10 -# By default doxygen will tell dot to use the output directory to look for the -# FreeSans.ttf font (which doxygen will put there itself). If you specify a -# different font using DOT_FONTNAME you can set the path where dot +# By default doxygen will tell dot to use the output directory to look for the +# FreeSans.ttf font (which doxygen will put there itself). If you specify a +# different font using DOT_FONTNAME you can set the path where dot # can find it using this tag. -DOT_FONTPATH = +DOT_FONTPATH = -# If the CLASS_GRAPH and HAVE_DOT tags are set to YES then doxygen -# will generate a graph for each documented class showing the direct and -# indirect inheritance relations. Setting this tag to YES will force the +# If the CLASS_GRAPH and HAVE_DOT tags are set to YES then doxygen +# will generate a graph for each documented class showing the direct and +# indirect inheritance relations. Setting this tag to YES will force the # the CLASS_DIAGRAMS tag to NO. CLASS_GRAPH = YES -# If the COLLABORATION_GRAPH and HAVE_DOT tags are set to YES then doxygen -# will generate a graph for each documented class showing the direct and -# indirect implementation dependencies (inheritance, containment, and +# If the COLLABORATION_GRAPH and HAVE_DOT tags are set to YES then doxygen +# will generate a graph for each documented class showing the direct and +# indirect implementation dependencies (inheritance, containment, and # class references variables) of the class with other documented classes. COLLABORATION_GRAPH = YES -# If the GROUP_GRAPHS and HAVE_DOT tags are set to YES then doxygen +# If the GROUP_GRAPHS and HAVE_DOT tags are set to YES then doxygen # will generate a graph for groups, showing the direct groups dependencies GROUP_GRAPHS = YES -# If the UML_LOOK tag is set to YES doxygen will generate inheritance and -# collaboration diagrams in a style similar to the OMG's Unified Modeling +# If the UML_LOOK tag is set to YES doxygen will generate inheritance and +# collaboration diagrams in a style similar to the OMG's Unified Modeling # Language. UML_LOOK = NO -# If set to YES, the inheritance and collaboration graphs will show the +# If set to YES, the inheritance and collaboration graphs will show the # relations between templates and their instances. TEMPLATE_RELATIONS = NO -# If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDE_GRAPH, and HAVE_DOT -# tags are set to YES then doxygen will generate a graph for each documented -# file showing the direct and indirect include dependencies of the file with +# If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDE_GRAPH, and HAVE_DOT +# tags are set to YES then doxygen will generate a graph for each documented +# file showing the direct and indirect include dependencies of the file with # other documented files. INCLUDE_GRAPH = YES -# If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDED_BY_GRAPH, and -# HAVE_DOT tags are set to YES then doxygen will generate a graph for each -# documented header file showing the documented files that directly or +# If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDED_BY_GRAPH, and +# HAVE_DOT tags are set to YES then doxygen will generate a graph for each +# documented header file showing the documented files that directly or # indirectly include this file. INCLUDED_BY_GRAPH = YES -# If the CALL_GRAPH and HAVE_DOT options are set to YES then -# doxygen will generate a call dependency graph for every global function -# or class method. Note that enabling this option will significantly increase -# the time of a run. So in most cases it will be better to enable call graphs +# If the CALL_GRAPH and HAVE_DOT options are set to YES then +# doxygen will generate a call dependency graph for every global function +# or class method. Note that enabling this option will significantly increase +# the time of a run. So in most cases it will be better to enable call graphs # for selected functions only using the \callgraph command. CALL_GRAPH = YES -# If the CALLER_GRAPH and HAVE_DOT tags are set to YES then -# doxygen will generate a caller dependency graph for every global function -# or class method. Note that enabling this option will significantly increase -# the time of a run. So in most cases it will be better to enable caller +# If the CALLER_GRAPH and HAVE_DOT tags are set to YES then +# doxygen will generate a caller dependency graph for every global function +# or class method. Note that enabling this option will significantly increase +# the time of a run. So in most cases it will be better to enable caller # graphs for selected functions only using the \callergraph command. CALLER_GRAPH = YES -# If the GRAPHICAL_HIERARCHY and HAVE_DOT tags are set to YES then doxygen +# If the GRAPHICAL_HIERARCHY and HAVE_DOT tags are set to YES then doxygen # will generate a graphical hierarchy of all classes instead of a textual one. GRAPHICAL_HIERARCHY = YES -# If the DIRECTORY_GRAPH, SHOW_DIRECTORIES and HAVE_DOT tags are set to YES -# then doxygen will show the dependencies a directory has on other directories -# in a graphical way. The dependency relations are determined by the #include +# If the DIRECTORY_GRAPH, SHOW_DIRECTORIES and HAVE_DOT tags are set to YES +# then doxygen will show the dependencies a directory has on other directories +# in a graphical way. The dependency relations are determined by the #include # relations between the files in the directories. DIRECTORY_GRAPH = YES -# The DOT_IMAGE_FORMAT tag can be used to set the image format of the images -# generated by dot. Possible values are svg, png, jpg, or gif. +# The DOT_IMAGE_FORMAT tag can be used to set the image format of the images +# generated by dot. Possible values are svg, png, jpg, or gif. # If left blank png will be used. DOT_IMAGE_FORMAT = svg -# The tag DOT_PATH can be used to specify the path where the dot tool can be +# The tag DOT_PATH can be used to specify the path where the dot tool can be # found. If left blank, it is assumed the dot tool can be found in the path. -DOT_PATH = +DOT_PATH = -# The DOTFILE_DIRS tag can be used to specify one or more directories that -# contain dot files that are included in the documentation (see the +# The DOTFILE_DIRS tag can be used to specify one or more directories that +# contain dot files that are included in the documentation (see the # \dotfile command). -DOTFILE_DIRS = +DOTFILE_DIRS = -# The MSCFILE_DIRS tag can be used to specify one or more directories that -# contain msc files that are included in the documentation (see the +# The MSCFILE_DIRS tag can be used to specify one or more directories that +# contain msc files that are included in the documentation (see the # \mscfile command). -MSCFILE_DIRS = +MSCFILE_DIRS = -# The DOT_GRAPH_MAX_NODES tag can be used to set the maximum number of -# nodes that will be shown in the graph. If the number of nodes in a graph -# becomes larger than this value, doxygen will truncate the graph, which is -# visualized by representing a node as a red box. Note that doxygen if the -# number of direct children of the root node in a graph is already larger than -# DOT_GRAPH_MAX_NODES then the graph will not be shown at all. Also note +# The DOT_GRAPH_MAX_NODES tag can be used to set the maximum number of +# nodes that will be shown in the graph. If the number of nodes in a graph +# becomes larger than this value, doxygen will truncate the graph, which is +# visualized by representing a node as a red box. Note that doxygen if the +# number of direct children of the root node in a graph is already larger than +# DOT_GRAPH_MAX_NODES then the graph will not be shown at all. Also note # that the size of a graph can be further restricted by MAX_DOT_GRAPH_DEPTH. DOT_GRAPH_MAX_NODES = 50 -# The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the -# graphs generated by dot. A depth value of 3 means that only nodes reachable -# from the root by following a path via at most 3 edges will be shown. Nodes -# that lay further from the root node will be omitted. Note that setting this -# option to 1 or 2 may greatly reduce the computation time needed for large -# code bases. Also note that the size of a graph can be further restricted by +# The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the +# graphs generated by dot. A depth value of 3 means that only nodes reachable +# from the root by following a path via at most 3 edges will be shown. Nodes +# that lay further from the root node will be omitted. Note that setting this +# option to 1 or 2 may greatly reduce the computation time needed for large +# code bases. Also note that the size of a graph can be further restricted by # DOT_GRAPH_MAX_NODES. Using a depth of 0 means no depth restriction. MAX_DOT_GRAPH_DEPTH = 0 -# Set the DOT_TRANSPARENT tag to YES to generate images with a transparent -# background. This is disabled by default, because dot on Windows does not -# seem to support this out of the box. Warning: Depending on the platform used, -# enabling this option may lead to badly anti-aliased labels on the edges of +# Set the DOT_TRANSPARENT tag to YES to generate images with a transparent +# background. This is disabled by default, because dot on Windows does not +# seem to support this out of the box. Warning: Depending on the platform used, +# enabling this option may lead to badly anti-aliased labels on the edges of # a graph (i.e. they become hard to read). DOT_TRANSPARENT = NO -# Set the DOT_MULTI_TARGETS tag to YES allow dot to generate multiple output -# files in one run (i.e. multiple -o and -T options on the command line). This -# makes dot run faster, but since only newer versions of dot (>1.8.10) +# Set the DOT_MULTI_TARGETS tag to YES allow dot to generate multiple output +# files in one run (i.e. multiple -o and -T options on the command line). This +# makes dot run faster, but since only newer versions of dot (>1.8.10) # support this, this feature is disabled by default. DOT_MULTI_TARGETS = NO -# If the GENERATE_LEGEND tag is set to YES (the default) Doxygen will -# generate a legend page explaining the meaning of the various boxes and +# If the GENERATE_LEGEND tag is set to YES (the default) Doxygen will +# generate a legend page explaining the meaning of the various boxes and # arrows in the dot generated graphs. GENERATE_LEGEND = YES -# If the DOT_CLEANUP tag is set to YES (the default) Doxygen will -# remove the intermediate dot files that are used to generate +# If the DOT_CLEANUP tag is set to YES (the default) Doxygen will +# remove the intermediate dot files that are used to generate # the various graphs. DOT_CLEANUP = YES diff --git a/doc/README.md b/doc/README.md index 1a19d9a01b252..e9aa2997aa612 100644 --- a/doc/README.md +++ b/doc/README.md @@ -1,7 +1,9 @@ -Bitcoin 0.9.3 BETA -===================== +Darkcoin 0.11.x BETA +==================== -Copyright (c) 2009-2014 Bitcoin Developers +Copyright (c) 2009-2015 Bitcoin Developers + +Copyright (c) 2014-2015 Darkcoin Developers Setup @@ -10,7 +12,7 @@ Setup Running --------------------- -The following are some helpful notes on how to run Bitcoin on your native platform. +The following are some helpful notes on how to run Bitcoin on your native platform. ### Unix diff --git a/doc/README_windows.txt b/doc/README_windows.txt index a242052726aa0..7bbc61f839e82 100644 --- a/doc/README_windows.txt +++ b/doc/README_windows.txt @@ -1,6 +1,7 @@ -Bitcoin 0.9.3 BETA +Darkcoin 0.11.x BETA -Copyright (c) 2009-2014 Bitcoin Core Developers +Copyright (c) 2009-2015 Bitcoin Core Developers +Copyright (c) 2014-2015 Darkcoin Core Developers Distributed under the MIT/X11 software license, see the accompanying file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/doc/release-notes.md b/doc/release-notes.md index 0765a360b29da..7ee73246a9b04 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -1,6 +1,6 @@ -Bitcoin Core version 0.9.3 is now available from: +Bitcoin Core version 0.9.4 is now available from: - https://bitcoin.org/bin/0.9.3/ + https://bitcoin.org/bin/0.9.4/ This is a new minor version release, bringing only bug fixes and updated translations. Upgrading to this release is recommended. @@ -9,93 +9,87 @@ Please report bugs using the issue tracker at github: https://github.com/bitcoin/bitcoin/issues -Upgrading and downgrading -========================== - How to Upgrade --------------- +=============== If you are running an older version, shut it down. Wait until it has completely shut down (which might take a few minutes for older versions), then run the installer (on Windows) or just copy over /Applications/Bitcoin-Qt (on Mac) or bitcoind/bitcoin-qt (on Linux). -If you are upgrading from version 0.7.2 or earlier, the first time you run -0.9.3 your blockchain files will be re-indexed, which will take anywhere from -30 minutes to several hours, depending on the speed of your machine. +OpenSSL Warning +================ + +OpenSSL 1.0.0p / 1.0.1k was recently released and is being pushed out by +various operating system maintainers. Review by Gregory Maxwell determined that +this update is incompatible with the Bitcoin system and could lead to consensus +forks. + +Bitcoin Core released binaries from https://bitcoin.org are unaffected, +as are any built with the gitian deterministic build system. + +However, if you are running either -Downgrading warnings --------------------- +- The Ubuntu PPA from https://launchpad.net/~bitcoin/+archive/ubuntu/bitcoin +- A third-party or self-compiled Bitcoin Core -The 'chainstate' for this release is not always compatible with previous -releases, so if you run 0.9.x and then decide to switch back to a -0.8.x release you might get a blockchain validation error when starting the -old release (due to 'pruned outputs' being omitted from the index of -unspent transaction outputs). +upgrade to Bitcoin Core 0.9.4, which includes a workaround, **before** updating +OpenSSL. -Running the old release with the -reindex option will rebuild the chainstate -data structures and correct the problem. +The incompatibility is due to the OpenSSL update changing the +behavior of ECDSA validation to reject any signature which is +not encoded in a very rigid manner. This was a result of +OpenSSL's change for CVE-2014-8275 "Certificate fingerprints +can be modified". -Also, the first time you run a 0.8.x release on a 0.9 wallet it will rescan -the blockchain for missing spent coins, which will take a long time (tens -of minutes on a typical machine). +We are specifically aware of potential hard-forks due to signature +encoding handling and had been hoping to close them via BIP62 in 0.10. +BIP62's purpose is to improve transaction malleability handling and +as a side effect rigidly defines the encoding for signatures, but the +overall scope of BIP62 has made it take longer than we'd like to +deploy. -0.9.3 Release notes -======================= +0.9.4 changelog +================ + +Validation: +- `b8e81b7` consensus: guard against openssl's new strict DER checks +- `60c51f1` fail immediately on an empty signature +- `037bfef` Improve robustness of DER recoding code + +Command-line options: +- `cd5164a` Make -proxy set all network types, avoiding a connect leak. + +P2P: +- `bb424e4` Limit the number of new addressses to accumulate RPC: -- Avoid a segfault on getblock if it can't read a block from disk -- Add paranoid return value checks in base58 - -Protocol and network code: -- Don't poll showmyip.com, it doesn't exist anymore -- Add a way to limit deserialized string lengths and use it -- Add a new checkpoint at block 295,000 -- Increase IsStandard() scriptSig length -- Avoid querying DNS seeds, if we have open connections -- Remove a useless millisleep in socket handler -- Stricter memory limits on CNode -- Better orphan transaction handling -- Add `-maxorphantx=` and `-maxorphanblocks=` options for control over the maximum orphan transactions and blocks - -Wallet: -- Check redeemScript size does not exceed 520 byte limit -- Ignore (and warn about) too-long redeemScripts while loading wallet - -GUI: -- fix 'opens in testnet mode when presented with a BIP-72 link with no fallback' -- AvailableCoins: acquire cs_main mutex -- Fix unicode character display on MacOSX +- `0a94661` Disable SSLv3 (in favor of TLS) for the RPC client and server. + +Build system: +- `f047dfa` gitian: openssl-1.0.1i.tar.gz -> openssl-1.0.1k.tar.gz +- `5b9f78d` build: Fix OSX build when using Homebrew and qt5 +- `ffab1dd` Keep symlinks when copying into .app bundle +- `613247f` osx: fix signing to make Gatekeeper happy (again) Miscellaneous: -- key.cpp: fail with a friendlier message on missing ssl EC support -- Remove bignum dependency for scripts -- Upgrade OpenSSL to 1.0.1i (see https://www.openssl.org/news/secadv_20140806.txt - just to be sure, no critical issues for Bitcoin Core) -- Upgrade miniupnpc to 1.9.20140701 -- Fix boost detection in build system on some platforms +- `25b49b5` Refactor -alertnotify code +- `2743529` doc: Add instructions for consistent Mac OS X build names Credits -------- -Thanks to everyone who contributed to this release: +Thanks to who contributed to this release, at least: -- Andrew Poelstra - Cory Fields - Gavin Andresen +- Gregory Maxwell - Jeff Garzik -- Johnathan Corgan -- Julian Haight -- Michael Ford -- Pavel Vasin -- Peter Todd -- phantomcircuit +- Luke Dashjr +- Matt Corallo - Pieter Wuille -- Rose Toomey -- Ruben Dario Ponticelli -- shshshsh -- Trevin Hofmann -- Warren Togami +- Saivann +- Sergio Demian Lerner - Wladimir J. van der Laan -- Zak Wilcox As well as everyone that helped translating on [Transifex](https://www.transifex.com/projects/p/bitcoin/). diff --git a/doc/release-notes/release-notes-0.11.0.md b/doc/release-notes/release-notes-0.11.0.md index 921a646d46a99..67050cfc5c02e 100644 --- a/doc/release-notes/release-notes-0.11.0.md +++ b/doc/release-notes/release-notes-0.11.0.md @@ -86,6 +86,7 @@ RPC: - Add rpc command 'getunconfirmedbalance' to obtain total unconfirmed balance - Explicitly ensure that wallet is unlocked in `importprivkey` - Add check for valid keys in `importprivkey` +- Disable SSLv3 (in favor of TLS) for the RPC client and server. Command-line options: @@ -102,6 +103,7 @@ Command-line options: - RPC client option: '-rpcwait', to wait for server start - Remove '-logtodebugger' - Allow `-noserver` with darkcoind +- Make -proxy set all network types, avoiding a connect leak. Block-chain handling and storage: @@ -145,6 +147,7 @@ Protocol and network code: - Process received messages one at a time without sleeping between messages - Improve logging of failed connections - Add some additional logging to give extra network insight +- Limit the number of new addressses to accumulate Wallet: @@ -236,6 +239,9 @@ Validation: - Reject non-canonically-encoded serialization sizes - Reject dust amounts during validation - Accept nLockTime transactions that finalize in the next block +- consensus: guard against openssl's new strict DER checks +- fail immediately on an empty signature +- Improve robustness of DER recoding code Build system: @@ -260,6 +266,9 @@ Build system: - Solaris compatibility fixes - Check integrity of gitian input source tarballs - Enable full GCC Stack-smashing protection for all OSes +- build: Fix OSX build when using Homebrew and qt5 +- Keep symlinks when copying into .app bundle +- osx: fix signing to make Gatekeeper happy (again) Miscellaneous: @@ -274,3 +283,5 @@ Miscellaneous: - Add missing cs_main and wallet locks - Avoid exception at startup when system locale not recognized - devtools: add a script to fetch and postprocess translations +- Refactor -alertnotify code +- doc: Add instructions for consistent Mac OS X build names diff --git a/doc/release-process.md b/doc/release-process.md index f8eb810c221aa..1e17f73283d81 100644 --- a/doc/release-process.md +++ b/doc/release-process.md @@ -44,7 +44,7 @@ Release Process Fetch and build inputs: (first time, or when dependency versions change) wget 'http://miniupnp.free.fr/files/download.php?file=miniupnpc-1.9.20140701.tar.gz' -O miniupnpc-1.9.20140701.tar.gz - wget 'https://www.openssl.org/source/openssl-1.0.1i.tar.gz' + wget 'https://www.openssl.org/source/openssl-1.0.1k.tar.gz' wget 'http://download.oracle.com/berkeley-db/db-4.8.30.NC.tar.gz' wget 'http://zlib.net/zlib-1.2.8.tar.gz' wget 'ftp://ftp.simplesystems.org/pub/png/src/history/libpng16/libpng-1.6.8.tar.gz' @@ -89,16 +89,16 @@ Release Process The expected SHA256 hashes of the intermediate inputs are: - b66e8374031adf8d5309c046615fe4f561c3a7e3c1f6885675c13083db0c4d3b bitcoin-deps-linux32-gitian-r8.zip - ec83deb4e81bea5ac1fb5e3f1b88cd02ca665306f0c2290ef4f19b974525005e bitcoin-deps-linux64-gitian-r8.zip + b1f6f10148d4c4a1a69a58e703427578dc5a4de86eefd6b925e3abf3c8fbe542 bitcoin-deps-linux32-gitian-r9.zip + 71e03e434af269dcbf3cb685cd1a5d51b8d2c904b67035eb4e5c1a2623b9f0df bitcoin-deps-linux64-gitian-r9.zip f29b7d9577417333fb56e023c2977f5726a7c297f320b175a4108cf7cd4c2d29 boost-linux32-1.55.0-gitian-r1.zip 88232451c4104f7eb16e469ac6474fd1231bd485687253f7b2bdf46c0781d535 boost-linux64-1.55.0-gitian-r1.zip 57e57dbdadc818cd270e7e00500a5e1085b3bcbdef69a885f0fb7573a8d987e1 qt-linux32-4.6.4-gitian-r1.tar.gz 60eb4b9c5779580b7d66529efa5b2836ba1a70edde2a0f3f696d647906a826be qt-linux64-4.6.4-gitian-r1.tar.gz 60dc2d3b61e9c7d5dbe2f90d5955772ad748a47918ff2d8b74e8db9b1b91c909 boost-win32-1.55.0-gitian-r6.zip f65fcaf346bc7b73bc8db3a8614f4f6bee2f61fcbe495e9881133a7c2612a167 boost-win64-1.55.0-gitian-r6.zip - 9c2572b021b3b50dc9441f2e96d672ac1da4cb6c9f88a1711aa0234882f353cf bitcoin-deps-win32-gitian-r15.zip - 94e9f6d861140d9130a15830eba40eba4c8c830440506ac7cc0d1e3217293c25 bitcoin-deps-win64-gitian-r15.zip + 2af17b1968bd7d46b260c8d16474e1f339cde1b9e96265c80f6626ea0c2785a9 bitcoin-deps-win32-gitian-r16.zip + 7608bdf7848101d48ba8a296cb9c29ac68193405f11d8075fb46154ff3476233 bitcoin-deps-win64-gitian-r16.zip 963e3e5e85879010a91143c90a711a5d1d5aba992e38672cdf7b54e42c56b2f1 qt-win32-5.2.0-gitian-r3.zip 751c579830d173ef3e6f194e83d18b92ebef6df03289db13ab77a52b6bc86ef0 qt-win64-5.2.0-gitian-r3.zip e2e403e1a08869c7eed4d4293bce13d51ec6a63592918b90ae215a0eceb44cb4 protobuf-win32-2.5.0-gitian-r4.zip diff --git a/src/clientversion.h b/src/clientversion.h index bd10b9c50d952..ebc602631940e 100644 --- a/src/clientversion.h +++ b/src/clientversion.h @@ -1,4 +1,3 @@ - #ifndef CLIENTVERSION_H #define CLIENTVERSION_H diff --git a/src/key.cpp b/src/key.cpp index 5b261bb285619..63332bfc48fb3 100644 --- a/src/key.cpp +++ b/src/key.cpp @@ -227,10 +227,34 @@ class CECKey { } bool Verify(const uint256 &hash, const std::vector& vchSig) { - // -1 = error, 0 = bad sig, 1 = good - if (ECDSA_verify(0, (unsigned char*)&hash, sizeof(hash), &vchSig[0], vchSig.size(), pkey) != 1) + if (vchSig.empty()) return false; - return true; + + // New versions of OpenSSL will reject non-canonical DER signatures. de/re-serialize first. + unsigned char *norm_der = NULL; + ECDSA_SIG *norm_sig = ECDSA_SIG_new(); + const unsigned char* sigptr = &vchSig[0]; + assert(norm_sig); + if (d2i_ECDSA_SIG(&norm_sig, &sigptr, vchSig.size()) == NULL) + { + /* As of OpenSSL 1.0.0p d2i_ECDSA_SIG frees and nulls the pointer on + * error. But OpenSSL's own use of this function redundantly frees the + * result. As ECDSA_SIG_free(NULL) is a no-op, and in the absence of a + * clear contract for the function behaving the same way is more + * conservative. + */ + ECDSA_SIG_free(norm_sig); + return false; + } + int derlen = i2d_ECDSA_SIG(norm_sig, &norm_der); + ECDSA_SIG_free(norm_sig); + if (derlen <= 0) + return false; + + // -1 = error, 0 = bad sig, 1 = good + bool ret = ECDSA_verify(0, (unsigned char*)&hash, sizeof(hash), norm_der, derlen, pkey) == 1; + OPENSSL_free(norm_der); + return ret; } bool SignCompact(const uint256 &hash, unsigned char *p64, int &rec) { diff --git a/src/qt/locale/bitcoin_ar.ts b/src/qt/locale/bitcoin_ar.ts index e1e0c9eca4921..8d28361572aa7 100644 --- a/src/qt/locale/bitcoin_ar.ts +++ b/src/qt/locale/bitcoin_ar.ts @@ -9,6 +9,17 @@ <b>Bitcoin Core</b> version <b>جوهر البيت كوين</b> إصدار + + +This is experimental software. + +Distributed under the MIT/X11 software license, see the accompanying file COPYING or http://www.opensource.org/licenses/mit-license.php. + +This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit (http://www.openssl.org/) and cryptographic software written by Eric Young (eay@cryptsoft.com) and UPnP software written by Thomas Bernard. + هذا هو برنامج تجريبي . + موزع تحت رخصة البرمجيات MIT / X11، انظر نسخ ملف أو المصاحب http://www.opensource.org/licenses/mit-license.php + يشتمل هذا المنتج على برنامج تم تطويره من قبل بينسل مشروع للاستخدام في مجموعة أدوات OpenSSL (http://www.openssl.org/) وبرامج التشفير كتبه اريك يونغ (eay@cryptsoft.com) والبرمجيات بنب كتبه توماس برنارد. + Copyright الحقوق محفوظة @@ -52,6 +63,10 @@ Delete the currently selected address from the list حذف العنوان المحدد من القائمة + + Export the data in the current tab to a file + تحميل البيانات في علامة التبويب الحالية إلى ملف. + &Export &تصدير @@ -80,6 +95,14 @@ Receiving addresses استقبال العناوين + + These are your Bitcoin addresses for sending payments. Always check the amount and the receiving address before sending coins. + هذه هي عناوين Bitcion التابعة لك من أجل إرسال الدفعات. تحقق دائما من المبلغ و عنوان المرسل المستقبل قبل إرسال العملات + + + These are your Bitcoin addresses for receiving payments. It is recommended to use a new receiving address for each transaction. + هذه هي عناوين Bitcion التابعة لك من أجل إستقبال الدفعات. ينصح استخدام عنوان جديد من أجل كل صفقة + Copy &Label نسخ &الوصف @@ -92,6 +115,10 @@ Export Address List تصدير قائمة العناوين + + Comma separated file (*.csv) + ملف مفصول بفواصل (*.csv) + Exporting Failed فشل التصدير @@ -114,6 +141,10 @@ AskPassphraseDialog + + Passphrase Dialog + حوار جملة السر + Enter passphrase ادخل كلمة المرور @@ -162,6 +193,18 @@ Confirm wallet encryption تأكيد تشفير المحفظة + + Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR BITCOINS</b>! + تحذير: إذا قمت بتشفير محفظتك وفقدت كلمة المرور الخاص بك, ستفقد كل عملات BITCOINS الخاصة بك. + + + Are you sure you wish to encrypt your wallet? + هل أنت متأكد من رغبتك في تشفير محفظتك ؟ + + + IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. For security reasons, previous backups of the unencrypted wallet file will become useless as soon as you start using the new, encrypted wallet. + هام: أي نسخة إحتياطية سابقة قمت بها لمحفظتك يجب استبدالها بأخرى حديثة، مشفرة. لأسباب أمنية، النسخ الاحتياطية السابقة لملفات المحفظة الغير مشفرة تصبح عديمة الفائدة مع بداية استخدام المحفظة المشفرة الجديدة. + Warning: The Caps Lock key is on! تحذير: مفتاح الحروف الكبيرة مفعل @@ -198,7 +241,11 @@ Wallet decryption failed فشل فك التشفير المحفظة - + + Wallet passphrase was successfully changed. + لقد تم تغير عبارة مرور المحفظة بنجاح + + BitcoinGUI @@ -265,6 +312,14 @@ &Change Passphrase... &تغيير كلمة المرور + + &Sending addresses... + ارسال العناوين. + + + &Receiving addresses... + استقبال العناوين + Open &URI... افتح &URI... @@ -273,6 +328,10 @@ Send coins to a Bitcoin address ارسل عملات الى عنوان بيتكوين + + Modify configuration options for Bitcoin + تعديل إعدادات bitcoin + Backup wallet to another location احفظ نسخة احتياطية للمحفظة في مكان آخر @@ -309,6 +368,10 @@ Show or hide the main Window عرض او اخفاء النافذة الرئيسية + + Encrypt the private keys that belong to your wallet + تشفير المفتاح الخاص بمحفظتك + &File &ملف @@ -333,6 +396,10 @@ Bitcoin Core جوهر البيت كوين + + &About Bitcoin Core + حول bitcoin core + Bitcoin client عميل بت كوين @@ -491,6 +558,10 @@ high عالي + + medium-high + متوسط-مرتفع + low منخفض @@ -1527,6 +1598,10 @@ Exporting Successful نجح التصدير + + Comma separated file (*.csv) + ملف مفصول بفواصل (*.csv) + Confirmed تأكيد @@ -1580,6 +1655,10 @@ &Export &تصدير + + Export the data in the current tab to a file + تحميل البيانات في علامة التبويب الحالية إلى ملف. + Backup Wallet نسخ احتياط للمحفظة diff --git a/src/qt/locale/bitcoin_be_BY.ts b/src/qt/locale/bitcoin_be_BY.ts index ee7972ba7faae..499de5041acbc 100644 --- a/src/qt/locale/bitcoin_be_BY.ts +++ b/src/qt/locale/bitcoin_be_BY.ts @@ -1,7 +1,41 @@ AboutDialog - + + About Bitcoin Core + Аб Bitcoin Core + + + <b>Bitcoin Core</b> version + <b>Bitcoin Core</b> версіі + + + +This is experimental software. + +Distributed under the MIT/X11 software license, see the accompanying file COPYING or http://www.opensource.org/licenses/mit-license.php. + +This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit (http://www.openssl.org/) and cryptographic software written by Eric Young (eay@cryptsoft.com) and UPnP software written by Thomas Bernard. + +Гэта эксперыментальная праграма. + +Распаўсюджваецца пад праграмнай ліцэнзіяй MIT/X11, глядзі суправаджальную ліцэнзію капіявання альбо http://www.opensource.org/licenses/mit-license.php. + +Гэты прадукт уключае ПЗ, распрацаванае Праектам OpenSSL ужыванае ў OpenSSL Toolkit ( http://www.openssl.org/ ) і крыптаграфічныя праграмы, напісаныя Eric Young (eay@cryptsoft.com) і праграму UPnP, напісаную Thomas Bernard. + + + Copyright + Copyright + + + The Bitcoin Core developers + Распрацоўнікі Bitcoin Core + + + (%1-bit) + (%1-біт) + + AddressBookPage @@ -12,10 +46,34 @@ Create a new address Стварыць новы адрас + + &New + Новы + Copy the currently selected address to the system clipboard Капіяваць пазначаны адрас у сістэмны буфер абмену + + &Copy + Капіяваць + + + C&lose + Зачыніць + + + &Copy Address + Капіяваць адрас + + + Delete the currently selected address from the list + Выдаліць абраны адрас са спісу + + + Export the data in the current tab to a file + Экспартаваць гэтыя звесткі у файл + &Export Экспарт @@ -24,11 +82,43 @@ &Delete Выдаліць + + Choose the address to send coins to + Выбраць адрас, куды выслаць сродкі + + + Choose the address to receive coins with + Выбраць адрас, на які атрымаць сродкі + + + C&hoose + Выбраць + + + Sending addresses + адрасы Адпраўкі + + + Receiving addresses + адрасы Прымання + + + &Edit + Рэдагаваць + Comma separated file (*.csv) Коскамі падзелены файл (*.csv) - + + Exporting Failed + Экспартаванне няўдалае + + + There was an error trying to save the address list to %1. + Адбылася памылка пры спробе захавання спісу адрасоў у %1. + + AddressTableModel @@ -94,6 +184,18 @@ Confirm wallet encryption Пацвердзіце шыфраванне гаманца + + Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR BITCOINS</b>! + Увага: калі вы зашыфруеце свой гаманец і страціце парольную фразу, то <b>СТРАЦІЦЕ ЎСЕ СВАЕ БІТКОЙНЫ</b>! + + + Are you sure you wish to encrypt your wallet? + Ці ўпэўненыя вы, што жадаеце зашыфраваць свой гаманец? + + + Warning: The Caps Lock key is on! + Увага: Caps Lock уключаны! + Wallet encrypted Гаманец зашыфраваны @@ -120,15 +222,23 @@ The passphrase entered for the wallet decryption was incorrect. - Уведзена пароль дзеля расшыфравання гаманца памылковы + Уведзены пароль для расшыфравання гаманца памылковы Wallet decryption failed Расшыфраванне гаманца няўдалае - + + Wallet passphrase was successfully changed. + Парольная фраза гаманца паспяхова зменена. + + BitcoinGUI + + Sign &message... + Падпісаць паведамленне... + Synchronizing with network... Сінхранізацыя з сецівам... @@ -137,6 +247,10 @@ &Overview Агляд + + Node + Вузел + Show general overview of wallet Паказвае агульныя звесткі аб гаманцы @@ -173,6 +287,14 @@ &Options... Опцыі... + + &Encrypt Wallet... + Зашыфраваць Гаманец... + + + Open &URI... + Адчыниць &URI... + Backup wallet to another location Зрабіце копію гаманца ў іншае месца @@ -181,6 +303,14 @@ Change the passphrase used for wallet encryption Змяніць пароль шыфравання гаманца + + &Debug window + Вакно адладкі + + + Wallet + Гаманец + &Send Даслаць @@ -189,6 +319,18 @@ &Receive Атрымаць + + &Show / Hide + &Паказаць / Схаваць + + + Show or hide the main Window + Паказаць альбо схаваць галоўнае вакно + + + Encrypt the private keys that belong to your wallet + Зашыфраваць прыватныя ключы, якия належаць вашаму гаманцу + &File Ф&айл @@ -259,6 +401,10 @@ Address: %4 CoinControlDialog + + Amount: + Колькасць: + Amount Колькасць @@ -372,6 +518,10 @@ Address: %4 Form Форма + + Wallet + Гаманец + <b>Recent transactions</b> <b>Нядаўнія транзаццыі</b> @@ -448,6 +598,10 @@ Address: %4 Send Coins Даслаць Манеты + + Amount: + Колькасць: + Send to multiple recipients at once Даслаць адразу некалькім атрымальнікам @@ -532,6 +686,10 @@ Address: %4 SplashScreen + + The Bitcoin Core developers + Распрацоўнікі Bitcoin Core + [testnet] [testnet] @@ -735,6 +893,10 @@ Address: %4 Edit label Рэдагаваць пазнаку + + Exporting Failed + Экспартаванне няўдалае + Comma separated file (*.csv) Коскамі падзелены файл (*.csv) @@ -792,6 +954,10 @@ Address: %4 &Export Экспарт + + Export the data in the current tab to a file + Экспартаваць гэтыя звесткі у файл + bitcoin-core diff --git a/src/qt/locale/bitcoin_bg.ts b/src/qt/locale/bitcoin_bg.ts index 4f6df7b7b728e..2c1368de19c2e 100644 --- a/src/qt/locale/bitcoin_bg.ts +++ b/src/qt/locale/bitcoin_bg.ts @@ -13,13 +13,17 @@ This product includes software developed by the OpenSSL Project for use in the O Разпространява се под MIT/X11 софтуерен лиценз, виж COPYING или http://www.opensource.org/licenses/mit-license.php. -Използван е софтуер, разработен от OpenSSL Project за употреба в OpenSSL Toolkit (http://www.openssl.org/), криптографски софтуер разработен от Eric Young (eay@cryptsoft.com) и UPnP софтуер разработен от Thomas Bernard. +Използван е софтуер, разработен от OpenSSL Project за употреба в OpenSSL Toolkit (http://www.openssl.org/), шифрографски софтуер, разработен от Eric Young (eay@cryptsoft.com) и UPnP софтуер, разработен от Thomas Bernard. Copyright Авторски права - + + (%1-bit) + (%1-битов) + + AddressBookPage @@ -30,13 +34,25 @@ This product includes software developed by the OpenSSL Project for use in the O Create a new address Създаване на нов адрес + + &New + Нов + Copy the currently selected address to the system clipboard Копиране на избрания адрес + + &Copy + Копирай + + + C&lose + Затвори + &Copy Address - &Копирай + &Копирай адрес Delete the currently selected address from the list @@ -46,10 +62,26 @@ This product includes software developed by the OpenSSL Project for use in the O Export the data in the current tab to a file Запишете данните от текущия раздел във файл + + &Export + Изнеси + &Delete &Изтриване + + Choose the address to send coins to + Изберете адрес, на който ще изпращате монети + + + Choose the address to receive coins with + Изберете адрес, на който ще получавате монети + + + C&hoose + Избери + Sending addresses Адреси за изпращане @@ -58,6 +90,10 @@ This product includes software developed by the OpenSSL Project for use in the O Receiving addresses Адреси за получаване + + These are your Bitcoin addresses for sending payments. Always check the amount and the receiving address before sending coins. + Това са адресите на получателите на плащания. Винаги проверявайте размера на сумата и адреса на получателя, преди да изпратите монети. + Copy &Label Копирай &име @@ -98,7 +134,7 @@ This product includes software developed by the OpenSSL Project for use in the O AskPassphraseDialog Enter passphrase - Въведи парола + Въведете текущата парола New passphrase @@ -106,7 +142,7 @@ This product includes software developed by the OpenSSL Project for use in the O Repeat new passphrase - Още веднъж + Въведете новата парола повторно Enter the new passphrase to the wallet.<br/>Please use a passphrase of <b>10 or more random characters</b>, or <b>eight or more words</b>. @@ -114,7 +150,7 @@ This product includes software developed by the OpenSSL Project for use in the O Encrypt wallet - Криптиране на портфейла + Шифриране на портфейла This operation needs your wallet passphrase to unlock the wallet. @@ -126,11 +162,11 @@ This product includes software developed by the OpenSSL Project for use in the O This operation needs your wallet passphrase to decrypt the wallet. - Тази операция изисква Вашата парола за декриптиране на портфейла. + Тази операция изисква Вашата парола за дешифриране на портфейла. Decrypt wallet - Декриптиране на портфейла + Дешифриране на портфейла Change passphrase @@ -142,19 +178,19 @@ This product includes software developed by the OpenSSL Project for use in the O Confirm wallet encryption - Потвърждаване на криптирането + Потвърдете на шифрирането на портфейла Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR BITCOINS</b>! - ВНИМАНИЕ: Ако защитите вашият портфейл и изгубите ключовата дума, вие ще <b>ИЗГУБИТЕ ВСИЧКИТЕ СИ БИТКОЙНОВЕ</b>! + ВНИМАНИЕ: Ако шифрирате вашият портфейл и изгубите паролата си, <b>ЩЕ ИЗГУБИТЕ ВСИЧКИТЕ СИ БИТКОИНИ</b>! Are you sure you wish to encrypt your wallet? - Наистина ли искате да шифрирате портфейла? + Наистина ли желаете да шифрирате портфейла си? IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. For security reasons, previous backups of the unencrypted wallet file will become useless as soon as you start using the new, encrypted wallet. - ВАЖНО: Всякакви стари бекъп версии, които сте направили на вашият портфейл трябва да бъдат заменени със ново-генерирания, криптиран портфейл файл. От съображения за сигурност, предишните бекъпи на некриптираните портфейли ще станат неизползваеми веднага щом започнете да използвате новият криптиран портфейл. + ВАЖНО: Всички стари запазвания, които сте направили на Вашият портфейл трябва да замените с запазване на новополучения, шифриран портфейл. От съображения за сигурност, предишните запазвания на нешифрирани портфейли ще станат неизползваеми веднага, щом започнете да използвате новият, шифриран портфейл. Warning: The Caps Lock key is on! @@ -162,19 +198,19 @@ This product includes software developed by the OpenSSL Project for use in the O Wallet encrypted - Портфейлът е криптиран + Портфейлът е шифриран Bitcoin will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer. - Биткоин ще се затоври сега за да завърши процеса на криптиране. Запомнете, че криптирането на вашия портефейл не може напълно да предпази вашите Бит-монети от кражба чрез зловреден софтуер, инфектирал вашия компютър + Биткоин сега ще се самозатвори, за да завърши процеса на шифриране. Запомнете, че шифрирането на вашия портефейл не може напълно да предпази вашите монети от кражба чрез зловреден софтуер, инфектирал Вашия компютър Wallet encryption failed - Криптирането беше неуспешно + Шифрирането беше неуспешно Wallet encryption failed due to an internal error. Your wallet was not encrypted. - Криптирането на портфейла беше неуспешно поради неизвестен проблем. Портфейлът не е криптиран. + Шифрирането на портфейла беше неуспешно, поради софтуерен проблем. Портфейлът не е шифриран. The supplied passphrases do not match. @@ -182,15 +218,15 @@ This product includes software developed by the OpenSSL Project for use in the O Wallet unlock failed - Отключването беше неуспешно + Неуспешно отключване на портфейла The passphrase entered for the wallet decryption was incorrect. - Паролата въведена за декриптиране на портфейла е грешна. + Паролата въведена за дешифриране на портфейла е грешна. Wallet decryption failed - Декриптирането беше неуспешно + Дешифрирането на портфейла беше неуспешно Wallet passphrase was successfully changed. @@ -217,11 +253,11 @@ This product includes software developed by the OpenSSL Project for use in the O &Transactions - &Трансакции + &Транзакции Browse transaction history - История на трансакциите + История на транзакциите E&xit @@ -249,7 +285,7 @@ This product includes software developed by the OpenSSL Project for use in the O &Encrypt Wallet... - &Криптиране на портфейла... + &Шифриране на портфейла... &Backup Wallet... @@ -263,6 +299,10 @@ This product includes software developed by the OpenSSL Project for use in the O Send coins to a Bitcoin address Изпращане към Биткоин адрес + + Backup wallet to another location + Запазване на портфейла на друго място + Change the passphrase used for wallet encryption Променя паролата за портфейла @@ -283,9 +323,13 @@ This product includes software developed by the OpenSSL Project for use in the O &Send &Изпращане + + &Receive + &Получаване + &Show / Hide - &Покажи / Скрий + &Показване / Скриване Show or hide the main Window @@ -345,7 +389,7 @@ This product includes software developed by the OpenSSL Project for use in the O Information - Данни + Информация Up to date @@ -357,11 +401,23 @@ This product includes software developed by the OpenSSL Project for use in the O Sent transaction - Изходяща трансакция + Изходяща транзакция Incoming transaction - Входяща трансакция + Входяща транзакция + + + Date: %1 +Amount: %2 +Type: %3 +Address: %4 + + Дата: %1 +Сума: %2 +Вид: %3 +Адрес: %4 + Wallet is <b>encrypted</b> and currently <b>unlocked</b> @@ -433,6 +489,10 @@ This product includes software developed by the OpenSSL Project for use in the O Copy amount Копирай сума + + Copy transaction ID + Копирай транзакция с ID + Dust Прах @@ -445,6 +505,14 @@ This product includes software developed by the OpenSSL Project for use in the O no не + + This label turns red, if any recipient receives an amount smaller than %1. + Това наименование се оцветява в червено, ако произволен получател получи сума по-малка от %1. + + + Amounts below 0.546 times the minimum relay fee are shown as dust. + Суми по-малки от 0.546 умножено по минималната такса за препредаване се показват като отпадък. + (no label) (без име) @@ -474,11 +542,11 @@ This product includes software developed by the OpenSSL Project for use in the O Edit receiving address - Редактиране на входящ адрес + Редактиране на адрес за получаване Edit sending address - Редактиране на изходящ адрес + Редактиране на адрес за изпращане The entered address "%1" is already in the address book. @@ -557,12 +625,16 @@ This product includes software developed by the OpenSSL Project for use in the O Pay transaction &fee - &Такса за изходяща трансакция + &Такса за изходяща транзакция &Start Bitcoin on system login &Пускане на Биткоин при вход в системата + + IP address of the proxy (e.g. IPv4: 127.0.0.1 / IPv6: ::1) + IP адрес на прокси (напр. за IPv4: 127.0.0.1 / за IPv6: ::1) + &Network &Мрежа @@ -629,7 +701,7 @@ This product includes software developed by the OpenSSL Project for use in the O &Unit to show amounts in: - Мерни единици: + Мерна единица за показваните суми: Choose the default subdivision unit to show in the interface and when sending coins. @@ -637,11 +709,11 @@ This product includes software developed by the OpenSSL Project for use in the O Whether to show Bitcoin addresses in the transaction list or not. - Ще се показват адресите в списъка с трансакции независимо от наличието на кратко име. + Ще се показват адресите в списъка с транзакции независимо от наличието на кратко име. &Display addresses in transaction list - &Адреси в списъка с трансакции + &Адреси в списъка с транзакции &OK @@ -657,14 +729,18 @@ This product includes software developed by the OpenSSL Project for use in the O The supplied proxy address is invalid. - Прокси адресът е невалиден. + Текущият прокси адрес е невалиден. OverviewPage Form - Форма + Формуляр + + + The displayed information may be out of date. Your wallet automatically synchronizes with the Bitcoin network after a connection is established, but this process has not completed yet. + Текущата информация на екрана може да не е актуална. Вашият портфейл ще се синхронизира автоматично с мрежата на Биткоин, щом поне една връзката с нея се установи; този процес все още не е приключил. Wallet @@ -688,7 +764,7 @@ This product includes software developed by the OpenSSL Project for use in the O <b>Recent transactions</b> - <b>Последни трансакции</b> + <b>Последни транзакции</b> out of sync @@ -697,6 +773,10 @@ This product includes software developed by the OpenSSL Project for use in the O PaymentServer + + Requested payment amount of %1 is too small (considered dust). + Заявената сума за плащане: %1 е твърде малка (счита се за отпадък) + Payment acknowledged Плащането е приета @@ -781,10 +861,26 @@ This product includes software developed by the OpenSSL Project for use in the O ReceiveCoinsDialog + + &Amount: + &Сума + &Label: &Име: + + Use this form to request payments. All fields are <b>optional</b>. + Използвате този формуляр за заявяване на плащания. Всички полета са <b>незадължителни</b>. + + + An optional amount to request. Leave this empty or zero to not request a specific amount. + Незадължително заявяване на сума. Оставете полето празно или нулево, за да не заявите конкретна сума. + + + Clear all fields of the form. + Изчисти всички полета от формуляра. + Clear Изчистване @@ -812,6 +908,10 @@ This product includes software developed by the OpenSSL Project for use in the O ReceiveRequestDialog + + Copy &Address + &Копирай адрес + Payment information Данни за плащането @@ -859,7 +959,11 @@ This product includes software developed by the OpenSSL Project for use in the O (no label) (без име) - + + (no amount) + (липсва сума) + + SendCoinsDialog @@ -890,6 +994,10 @@ This product includes software developed by the OpenSSL Project for use in the O Add &Recipient Добави &получател + + Clear all fields of the form. + Изчисти всички полета от формуляра. + Clear &All &Изчисти @@ -914,6 +1022,10 @@ This product includes software developed by the OpenSSL Project for use in the O Copy amount Копирай сума + + Total Amount %1 (= %2) + Пълна сума %1 (= %2) + or или @@ -932,7 +1044,7 @@ This product includes software developed by the OpenSSL Project for use in the O Transaction creation failed! - Грешка при създаването на трансакция! + Грешка при създаването на транзакция! (no label) @@ -944,7 +1056,7 @@ This product includes software developed by the OpenSSL Project for use in the O added as transaction fee - добавено като такса за трансакция + добавено като такса за транзакция @@ -965,6 +1077,10 @@ This product includes software developed by the OpenSSL Project for use in the O &Label: &Име: + + Choose previously used address + Изберете използван преди адрес + This is a normal payment. Това е нормално плащане. @@ -1015,6 +1131,10 @@ This product includes software developed by the OpenSSL Project for use in the O The address to sign the message with (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) Адресът, с който ще подпишете съобщението (например 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + + Choose previously used address + Изберете използван преди адрес + Alt+A Alt+A @@ -1079,17 +1199,21 @@ This product includes software developed by the OpenSSL Project for use in the O Please check the address and try again. Моля проверете адреса и опитайте отново. + + The entered address does not refer to a key. + Въведеният адрес не може да се съпостави с валиден ключ. + Wallet unlock was cancelled. Отключването на портфейла беше отменено. Private key for the entered address is not available. - Не е наличен частният ключ за въведеният адрес. + Не е наличен частен ключ за въведеният адрес. Message signing failed. - Подписването на съобщение бе неуспешно. + Подписването на съобщение беше неуспешно. Message signed. @@ -1194,7 +1318,7 @@ This product includes software developed by the OpenSSL Project for use in the O Net amount - Сума нето + Нетна сума Message @@ -1214,7 +1338,7 @@ This product includes software developed by the OpenSSL Project for use in the O Transaction - Трансакция + Транзакция Amount @@ -1241,11 +1365,11 @@ This product includes software developed by the OpenSSL Project for use in the O TransactionDescDialog Transaction details - Трансакция + Транзакция This pane shows a detailed description of the transaction - Описание на трансакцията + Описание на транзакцията @@ -1320,19 +1444,19 @@ This product includes software developed by the OpenSSL Project for use in the O Transaction status. Hover over this field to show number of confirmations. - Състояние на трансакцията. Задръжте върху това поле за брой потвърждения. + Състояние на транзакцията. Задръжте върху това поле за брой потвърждения. Date and time that the transaction was received. - Дата и час на получаване. + Дата и час на получаване на транзакцията. Type of transaction. - Вид трансакция. + Вид транзакция. Destination address of transaction. - Получател на трансакцията. + Адрес на получател на транзакцията. Amount removed from or added to balance. @@ -1409,17 +1533,21 @@ This product includes software developed by the OpenSSL Project for use in the O Copy amount Копирай сума + + Copy transaction ID + Копирай транзакция с ID + Edit label Редактирай име Show transaction details - Подробности за трансакцията + Подробности за транзакцията Export Transaction History - Изнасяне историята на трансакциите + Изнасяне историята на транзакциите Exporting Failed @@ -1486,6 +1614,10 @@ This product includes software developed by the OpenSSL Project for use in the O WalletView + + &Export + Изнеси + Export the data in the current tab to a file Запишете данните от текущия раздел във файл @@ -1494,7 +1626,15 @@ This product includes software developed by the OpenSSL Project for use in the O Backup Wallet Запазване на портфейла - + + Backup Failed + Неуспешно запазване на портфейла + + + Backup Successful + Успешно запазване на портфейла + + bitcoin-core @@ -1521,6 +1661,10 @@ This product includes software developed by the OpenSSL Project for use in the O Specify data directory Определете директория за данните + + Specify your own public address + Въведете Ваш публичен адрес + Threshold for disconnecting misbehaving peers (default: 100) Праг на прекъсване на връзката при непорядъчно държащи се пиъри (по подразбиране:100) @@ -1533,9 +1677,13 @@ This product includes software developed by the OpenSSL Project for use in the O Use the test network Използвайте тестовата мрежа + + Error: This transaction requires a transaction fee of at least %s because of its amount, complexity, or use of recently received funds! + Грешка: Тази транзакция изисква минимална такса не по-малко от %s, поради размера на сумата, сложността си или употребата на наскоро получени средства! + Warning: -paytxfee is set very high! This is the transaction fee you will pay if you send a transaction. - Внимание: -paytxfee има голяма стойност! Това е таксата за транзакциите, която ще платите ако направите транзакция. + Внимание: -paytxfee е с мното голяма зададена стойност! Това е транзакционната такса, която ще платите ако направите транзакция. Warning: Please check that your computer's date and time are correct! If your clock is wrong Bitcoin will not work properly. @@ -1601,6 +1749,14 @@ This product includes software developed by the OpenSSL Project for use in the O Information Данни + + Invalid amount for -minrelaytxfee=<amount>: '%s' + Невалидна сума за -minrelaytxfee=<amount>: '%s' + + + Invalid amount for -mintxfee=<amount>: '%s' + Невалидна сума за -mintxfee=<amount>: '%s' + Send trace/debug info to console instead of debug.log file Изпрати локализиращата или дебъг информацията към конзолата, вместо файлът debug.log @@ -1619,15 +1775,15 @@ This product includes software developed by the OpenSSL Project for use in the O Transaction amount too small - Сумата на трансакцията е твърде малка + Сумата на транзакцията е твърде малка Transaction amounts must be positive - Сумите на трансакциите трябва да са положителни + Сумите на транзакциите трябва да са положителни Transaction too large - Трансакцията е твърде голяма + Транзакцията е твърде голяма Username for JSON-RPC connections @@ -1651,7 +1807,7 @@ This product includes software developed by the OpenSSL Project for use in the O Allow JSON-RPC connections from specified IP address - Разреши JSON-RPC връзките от отучнен IP адрес + Разреши връзките JSON-RPC от въведен IP адрес Send commands to node running on <ip> (default: 127.0.0.1) @@ -1663,7 +1819,7 @@ This product includes software developed by the OpenSSL Project for use in the O Rescan the block chain for missing wallet transactions - Повторно сканиране на блок-връзка за липсващи портфейлни трансакции + Повторно сканиране на блок-връзка за липсващи портфейлни транзакции Use OpenSSL (https) for JSON-RPC connections @@ -1683,7 +1839,7 @@ This product includes software developed by the OpenSSL Project for use in the O Loading addresses... - Зареждане на адресите... + Зареждане на адреси... Error loading wallet.dat: Wallet corrupted @@ -1701,6 +1857,14 @@ This product includes software developed by the OpenSSL Project for use in the O Invalid -proxy address: '%s' Невалиден -proxy address: '%s' + + Invalid amount for -paytxfee=<amount>: '%s' + Невалидна сума за -paytxfee=<amount>: '%s' + + + Invalid amount + Невалидна сума + Insufficient funds Недостатъчно средства diff --git a/src/qt/locale/bitcoin_ca.ts b/src/qt/locale/bitcoin_ca.ts index 8f82e48d57912..d00d6344766b0 100644 --- a/src/qt/locale/bitcoin_ca.ts +++ b/src/qt/locale/bitcoin_ca.ts @@ -1,30 +1,140 @@ AboutDialog - + + About Bitcoin Core + Quant al Bitcoin Core + + + <b>Bitcoin Core</b> version + Versió del <b>Bitcoin Core</b> + + + +This is experimental software. + +Distributed under the MIT/X11 software license, see the accompanying file COPYING or http://www.opensource.org/licenses/mit-license.php. + +This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit (http://www.openssl.org/) and cryptographic software written by Eric Young (eay@cryptsoft.com) and UPnP software written by Thomas Bernard. + +Això és programari experimental. + +Distribuït sota llicència de programari MIT/11, vegeu el fitxer COPYING o http://www.opensource.org/licenses/mit-license.php. + +Aquest producte inclou programari desenvolupat pel projecte OpenSSL per a l'ús en l'OppenSSL Toolkit (http://www.openssl.org/) i de programari criptogràfic escrit per Eric Young (eay@cryptsoft.com) i programari UPnP escrit per Thomas Bernard. + + + Copyright + Copyright + + + The Bitcoin Core developers + Els desenvolupadors del Bitcoin Core + + + (%1-bit) + (%1-bit) + + AddressBookPage Double-click to edit address or label - Doble click per editar l'adreça o l'etiqueta + Feu doble clic per editar l'adreça o l'etiqueta Create a new address - Crear una nova adrça + Crea una nova adreça + + + &New + &Nova Copy the currently selected address to the system clipboard - Copia la selecció actual al porta-retalls del sistema + Copia l'adreça seleccionada al porta-retalls del sistema + + + &Copy + &Copia + + + C&lose + &Tanca + + + &Copy Address + &Copia l'adreça + + + Delete the currently selected address from the list + Elimina l'adreça sel·leccionada actualment de la llista + + + Export the data in the current tab to a file + Exporta les dades de la pestanya actual a un fitxer + + + &Export + &Exporta &Delete - &Eliminar + &Elimina + + + Choose the address to send coins to + Trieu una adreça on voleu enviar monedes + + + Choose the address to receive coins with + Trieu l'adreça on voleu rebre monedes + + + C&hoose + T&ria + + + Sending addresses + S'estan enviant les adreces + + + Receiving addresses + S'estan rebent les adreces + + + These are your Bitcoin addresses for sending payments. Always check the amount and the receiving address before sending coins. + Aquestes són les vostres adreces de Bitcoin per enviar els pagaments. Sempre reviseu l'import i l'adreça del destinatari abans de transferir monedes. + + + These are your Bitcoin addresses for receiving payments. It is recommended to use a new receiving address for each transaction. + Aquestes són les vostres adreces Bitcoin per rebre pagaments. Es recomana utilitzar una adreça nova de recepció per a cada transacció. + + + Copy &Label + Copia l'&etiqueta + + + &Edit + &Edita + + + Export Address List + Exporta la llista d'adreces Comma separated file (*.csv) - Fitxer separat per comes (*.csv) + Fitxer de separació amb comes (*.csv) - + + Exporting Failed + L'exportació ha fallat + + + There was an error trying to save the address list to %1. + S'ha produït un error en provar de desar la llista d'adreces a %1. + + AddressTableModel @@ -42,96 +152,132 @@ AskPassphraseDialog + + Passphrase Dialog + Diàleg de contrasenya + Enter passphrase - Introduïu la frase-contrasenya + Introduïu una contrasenya New passphrase - Nova frase-contrasenya + Nova contrasenya Repeat new passphrase - Repetiu la nova frase-contrasenya + Repetiu la nova contrasenya Enter the new passphrase to the wallet.<br/>Please use a passphrase of <b>10 or more random characters</b>, or <b>eight or more words</b>. - Introduïu la nova frase-contrasenya per a la cartera.<br/>Empreu una frase-contrasenya de <b>10 o més caràcters aleatoris<b/>, o <b>vuit o més paraules<b/>. + Introduïu la nova contrasenya al moneder<br/>Feu servir una contrasenya de <b>10 o més caràcters aleatoris</b>, o <b>vuit o més paraules</b>. Encrypt wallet - Encriptar cartera + Encripta el moneder This operation needs your wallet passphrase to unlock the wallet. - Cal que introduïu la frase-contrasenya de la cartera per a desbloquejar-la. + Aquesta operació requereix la contrasenya del moneder per a desbloquejar-lo. Unlock wallet - Desbloquejar cartera + Desbloqueja el moneder This operation needs your wallet passphrase to decrypt the wallet. - Cal que introduïu la frase-contrasenya de la cartera per a desencriptar-la. + Aquesta operació requereix la contrasenya del moneder per desencriptar-lo. Decrypt wallet - Desencriptar cartera + Desencripta el moneder Change passphrase - Canviar frase-contrasenya + Canvia la contrasenya Enter the old and new passphrase to the wallet. - Introduïu l'antiga i la nova frase-contrasenya per a la cartera. + Introduïu tant la contrasenya antiga com la nova del moneder. Confirm wallet encryption - Confirmeu l'encriptació de cartera + Confirma l'encriptació del moneder + + + Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR BITCOINS</b>! + Avís: si encripteu el vostre moneder i perdeu la contrasenya, <b>PERDREU TOTS ELS VOSTRES BITCOINS</b>! + + + Are you sure you wish to encrypt your wallet? + Esteu segur que voleu encriptar el vostre moneder? + + + IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. For security reasons, previous backups of the unencrypted wallet file will become useless as soon as you start using the new, encrypted wallet. + IMPORTANT: Tota copia de seguretat que hàgiu realitzat hauria de ser reemplaçada pel, recentment generat, fitxer encriptat del moneder. + + + Warning: The Caps Lock key is on! + Avís: Les lletres majúscules estan activades! Wallet encrypted - Cartera encriptada + Moneder encriptat + + + Bitcoin will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer. + Bitcoin es tancarà ara per acabar el procés d'encriptació. Recordeu que encriptar el moneder no protegeix completament els bitcoins de ser robats per programari maliciós instal·lat a l'ordinador. Wallet encryption failed - L'encriptació de cartera ha fallat + L'encriptació del moneder ha fallat Wallet encryption failed due to an internal error. Your wallet was not encrypted. - L'encriptació de cartera ha fallat degut a un error intern. La vostra cartera no ha estat encriptada. + L'encriptació del moneder ha fallat per un error intern. El moneder no ha estat encriptat. The supplied passphrases do not match. - Les frases-contrasenya no concorden. + La contrasenya introduïda no coincideix. Wallet unlock failed - El desbloqueig de cartera ha fallat + El desbloqueig del moneder ha fallat The passphrase entered for the wallet decryption was incorrect. - La frase-contrasenya per a la desencriptació de cartera és incorrecta. + La contrasenya introduïda per a desencriptar el moneder és incorrecta. Wallet decryption failed - La desencriptació de cartera ha fallat + La desencriptació del moneder ha fallat + + + Wallet passphrase was successfully changed. + La contrasenya del moneder ha estat modificada correctament. - + BitcoinGUI + + Sign &message... + Signa el &missatge... + Synchronizing with network... - Sincronitzant amb la xarxa... + S'està sincronitzant amb la xarxa ... &Overview - &Visió general + &Panorama general + + + Node + Node Show general overview of wallet - Mostrar visió general de la cartera + Mostra el panorama general del moneder &Transactions @@ -139,23 +285,127 @@ Browse transaction history - Exploreu l'historial de transaccions + Cerca a l'historial de transaccions + + + E&xit + S&urt Quit application - Sortir de l'aplicació + Surt de l'aplicació Show information about Bitcoin - Informació sobre Bitcoin + Mostra informació sobre el Bitcoin + + + About &Qt + Quant a &Qt + + + Show information about Qt + Mostra informació sobre Qt &Options... &Opcions... + + &Encrypt Wallet... + &Encripta el moneder... + + + &Backup Wallet... + &Realitza una còpia de seguretat del moneder... + + + &Change Passphrase... + &Canvia la contrasenya... + + + &Sending addresses... + Adreces d'e&nviament... + + + &Receiving addresses... + Adreces de &recepció + + + Open &URI... + Obre un &URI... + + + Importing blocks from disk... + S'estan important els blocs del disc... + + + Reindexing blocks on disk... + S'estan reindexant els blocs al disc... + + + Send coins to a Bitcoin address + Envia monedes a una adreça Bitcoin + + + Modify configuration options for Bitcoin + Modifica les opcions de configuració per bitcoin + + + Backup wallet to another location + Realitza una còpia de seguretat del moneder a una altra ubicació + Change the passphrase used for wallet encryption - Canviar frase-contrasenya per a l'escriptació de la cartera + Canvia la contrasenya d'encriptació del moneder + + + &Debug window + &Finestra de depuració + + + Open debugging and diagnostic console + Obre la consola de diagnòstic i depuració + + + &Verify message... + &Verifica el missatge... + + + Bitcoin + Bitcoin + + + Wallet + Moneder + + + &Send + &Envia + + + &Receive + &Rep + + + &Show / Hide + &Mostra / Amaga + + + Show or hide the main Window + Mostra o amaga la finestra principal + + + Encrypt the private keys that belong to your wallet + Encripta les claus privades pertanyents al moneder + + + Sign messages with your Bitcoin addresses to prove you own them + Signa el missatges amb la seva adreça de Bitcoin per provar que les poseeixes + + + Verify messages to ensure they were signed with specified Bitcoin addresses + Verifiqueu els missatges per assegurar-vos que han estat signats amb una adreça Bitcoin específica. &File @@ -171,15 +421,115 @@ Tabs toolbar - Barra d'eines + Barra d'eines de les pestanyes [testnet] [testnet] + + Bitcoin Core + Bitcoin Core + + + Request payments (generates QR codes and bitcoin: URIs) + Sol·licita pagaments (genera codis QR i bitcoin: URI) + + + &About Bitcoin Core + &Quant al Bitcoin Core + + + Show the list of used sending addresses and labels + Mostra la llista d'adreces d'enviament i etiquetes utilitzades + + + Show the list of used receiving addresses and labels + Mostra la llista d'adreces de recepció i etiquetes utilitzades + + + Open a bitcoin: URI or payment request + Obre una bitcoin: sol·licitud d'URI o pagament + + + &Command-line options + Opcions de la &línia d'ordres + + + Show the Bitcoin Core help message to get a list with possible Bitcoin command-line options + Mostra el missatge d'ajuda del Bitcoin Core per obtenir una llista amb les possibles opcions de línia d'ordres de Bitcoin + + + Bitcoin client + Client de Bitcoin + + + %n active connection(s) to Bitcoin network + %n connexió activa a la xarxa Bitcoin%n connexions actives a la xarxa Bitcoin + + + No block source available... + No hi ha cap font de bloc disponible... + + + Processed %1 of %2 (estimated) blocks of transaction history. + Processat el %1 de %2 (estimat) dels blocs del històric de transaccions. + + + Processed %1 blocks of transaction history. + Proccessats %1 blocs del històric de transaccions. + + + %n hour(s) + %n hora%n hores + + + %n day(s) + %n dia%n dies + + + %n week(s) + %n setmana%n setmanes + + + %1 and %2 + %1 i %2 + + + %n year(s) + %n any%n anys + + + %1 behind + %1 darrere + + + Last received block was generated %1 ago. + El darrer bloc rebut ha estat generat fa %1. + + + Transactions after this will not yet be visible. + Les transaccions a partir d'això no seran visibles. + + + Error + Error + + + Warning + Avís + + + Information + Informació + + + Up to date + Al dia + Catching up... - Actualitzant... + S'està posant al dia ... Sent transaction @@ -189,163 +539,2847 @@ Incoming transaction Transacció entrant + + Date: %1 +Amount: %2 +Type: %3 +Address: %4 + + Data: %1\nImport: %2\n Tipus: %3\n Adreça: %4\n + Wallet is <b>encrypted</b> and currently <b>unlocked</b> - La cartera està <b>encriptada<b/> i <b>desbloquejada<b/> + El moneder està <b>encriptat</b> i actualment <b>desbloquejat</b> Wallet is <b>encrypted</b> and currently <b>locked</b> - La cartera està <b>encriptada<b/> i <b>bloquejada<b/> + El moneder està <b>encriptat</b> i actualment <b>bloquejat</b> + + + A fatal error occurred. Bitcoin can no longer continue safely and will quit. + Ha tingut lloc un error fatal. Bitcoin no pot continuar executant-se de manera segura i es tancará. - + ClientModel - + + Network Alert + Alerta de xarxa + + CoinControlDialog - Address - Adreça + Coin Control Address Selection + Selecció de l'adreça de control de monedes - (no label) - (sense etiqueta) + Quantity: + Quantitat: - - - EditAddressDialog - Edit Address - Editar adreça + Bytes: + Bytes: - &Label - &Etiqueta + Amount: + Import: - &Address - &Adreça + Priority: + Prioritat: - - - FreespaceChecker - - - HelpMessageDialog - - - Intro - - - OpenURIDialog - - - OptionsDialog - - - OverviewPage - - - PaymentServer - - - QObject - - - QRImageWidget - - - RPCConsole - - - ReceiveCoinsDialog - - - ReceiveRequestDialog - Address - Adreça + Fee: + Quota: - Label - Etiqueta + Low Output: + Baix rendiment: - - - RecentRequestsTableModel - Label - Etiqueta + After Fee: + Comissió posterior: - (no label) - (sense etiqueta) + Change: + Canvi: - - - SendCoinsDialog - (no label) - (sense etiqueta) + (un)select all + (des)selecciona-ho tot - - - SendCoinsEntry - - - ShutdownWindow - - - SignVerifyMessageDialog - - - SplashScreen - [testnet] - [testnet] + Tree mode + Mode arbre + + + List mode + Mode llista + + + Amount + Import - - - TrafficGraphWidget - - - TransactionDesc - - - TransactionDescDialog - - - TransactionTableModel Address Adreça - - - TransactionView - Comma separated file (*.csv) - Fitxer separat per comes (*.csv) + Date + Data - Label - Etiqueta + Confirmations + Confirmacions - Address - Adreça + Confirmed + Confirmat + + + Priority + Prioritat + + + Copy address + Copiar adreça + + + Copy label + Copiar etiqueta + + + Copy amount + Copia l'import + + + Copy transaction ID + Copiar ID de transacció + + + Lock unspent + Bloqueja sense gastar + + + Unlock unspent + Desbloqueja sense gastar + + + Copy quantity + Copia la quantitat + + + Copy fee + Copia la comissió + + + Copy after fee + Copia la comissió posterior + + + Copy bytes + Copia els bytes + + + Copy priority + Copia la prioritat + + + Copy low output + Copia el baix rendiment + + + Copy change + Copia el canvi + + + highest + El més alt + + + higher + Més alt + + + high + Alt + + + medium-high + mig-alt + + + medium + mig + + + low-medium + baix-mig + + + low + baix + + + lower + més baix + + + lowest + el més baix + + + (%1 locked) + (%1 bloquejada) + + + none + cap + + + Dust + Polsim + + + yes + + + + no + no + + + This label turns red, if the transaction size is greater than 1000 bytes. + Aquesta etiqueta es posa de color vermell si la mida de la transacció és més gran de 1000 bytes. + + + This means a fee of at least %1 per kB is required. + Això comporta una comissi d'almenys %1 per kB. + + + Can vary +/- 1 byte per input. + Pot variar +/- 1 byte per entrada. + + + Transactions with higher priority are more likely to get included into a block. + Les transaccions amb una major prioritat són més propenses a ser incloses en un bloc. + + + This label turns red, if the priority is smaller than "medium". + Aquesta etiqueta es torna vermella si la prioritat és menor que «mitjana». + + + This label turns red, if any recipient receives an amount smaller than %1. + Aquesta etiqueta es torna vermella si qualsevol destinatari rep un import inferior a %1. + + + This means a fee of at least %1 is required. + Això comporta una comissió de com a mínim %1. + + + Amounts below 0.546 times the minimum relay fee are shown as dust. + Els imports inferiors a 0.546 vegades la comissió de tramesa mínima són mostrats com a polsim. + + + This label turns red, if the change is smaller than %1. + Aquesta etiqueta es torna vermella si el canvi és menor que %1. + + + (no label) + (sense etiqueta) + + + change from %1 (%2) + canvia de %1 (%2) + + + (change) + (canvia) - + - WalletFrame - + EditAddressDialog + + Edit Address + Editar Adreça + + + &Label + &Etiqueta + + + The label associated with this address list entry + L'etiqueta associada amb aquesta entrada de llista d'adreces + + + The address associated with this address list entry. This can only be modified for sending addresses. + L'adreça associada amb aquesta entrada de llista d'adreces. Només es pot modificar per a les adreces d'enviament. + + + &Address + &Adreça + + + New receiving address + Nova adreça de recepció. + + + New sending address + Nova adreça d'enviament + + + Edit receiving address + Edita les adreces de recepció + + + Edit sending address + Edita les adreces d'enviament + + + The entered address "%1" is already in the address book. + L'adreça introduïda «%1» ja és present a la llibreta d'adreces. + + + The entered address "%1" is not a valid Bitcoin address. + L'adreça introduïda «%1» no és una adreça de Bitcoin vàlida. + + + Could not unlock wallet. + No s'ha pogut desbloquejar el moneder. + + + New key generation failed. + Ha fallat la generació d'una nova clau. + + - WalletModel - + FreespaceChecker + + A new data directory will be created. + Es crearà un nou directori de dades. + + + name + nom + + + Directory already exists. Add %1 if you intend to create a new directory here. + El directori ja existeix. Afegeix %1 si vols crear un nou directori en aquesta ubicació. + + + Path already exists, and is not a directory. + El camí ja existeix i no és cap directori. + + + Cannot create data directory here. + No es pot crear el directori de dades aquí. + + - WalletView - + HelpMessageDialog + + Bitcoin Core - Command-line options + Bitcoin Core - opcions de línia d'ordres + + + Bitcoin Core + Bitcoin Core + + + version + versió + + + Usage: + Ús: + + + command-line options + Opcions de la línia d'ordres + + + UI options + Opcions de IU + + + Set language, for example "de_DE" (default: system locale) + Defineix un idioma, per exemple "de_DE" (per defecte: preferències locals de sistema) + + + Start minimized + Inicia minimitzat + + + Set SSL root certificates for payment request (default: -system-) + Defineix certificats arrel SSL per a la sol·licitud de pagament (per defecte: -sistema-) + + + Show splash screen on startup (default: 1) + Mostra la finestra de benvinguda a l'inici (per defecte: 1) + + + Choose data directory on startup (default: 0) + Tria el directori de dades a l'inici (per defecte: 0) + + - bitcoin-core - + Intro + + Welcome + Us donem la benviguda + + + Welcome to Bitcoin Core. + Us donem la benvinguda al Bitcoin Core. + + + As this is the first time the program is launched, you can choose where Bitcoin Core will store its data. + Atès que és la primera vegada que executeu el programa, podeu triar on emmagatzemarà el Bitcoin Core les dades. + + + Bitcoin Core will download and store a copy of the Bitcoin block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. + El Bitcoin Core descarregarà i emmagatzemarà una còpia de la cadena de blocs de Bitcoin. Com a mínim s'emmagatzemaran %1 GB de dades en aquest directori, que seguiran creixent gradualment. També s'hi emmagatzemarà el moneder. + + + Use the default data directory + Utilitza el directori de dades per defecte + + + Use a custom data directory: + Utilitza un directori de dades personalitzat: + + + Bitcoin + Bitcoin + + + Error: Specified data directory "%1" can not be created. + Error: el directori de dades especificat «%1» no es pot crear. + + + Error + Error + + + GB of free space available + GB d'espai lliure disponible + + + (of %1GB needed) + (d' %1GB necessari) + + + + OpenURIDialog + + Open URI + Obre un URI + + + Open payment request from URI or file + Obre una sol·licitud de pagament des d'un URI o un fitxer + + + URI: + URI: + + + Select payment request file + Selecciona un fitxer de sol·licitud de pagament + + + Select payment request file to open + Selecciona el fitxer de sol·licitud de pagament per obrir + + + + OptionsDialog + + Options + Opcions + + + &Main + &Principal + + + Optional transaction fee per kB that helps make sure your transactions are processed quickly. Most transactions are 1 kB. + Comissió opcional de transacció per kB que ajuda a assegurar que les transaccions es processen ràpidament. La majoria de transaccions són d'1 kB. + + + Pay transaction &fee + Paga &comissió de transacció + + + Automatically start Bitcoin after logging in to the system. + Inicia automàticament el Bitcoin després de l'inici de sessió del sistema. + + + &Start Bitcoin on system login + &Inicia el Bitcoin a l'inici de sessió del sistema. + + + Size of &database cache + Mida de la memòria cau de la base de &dades + + + MB + MB + + + Number of script &verification threads + Nombre de fils de &verificació d'scripts + + + Connect to the Bitcoin network through a SOCKS proxy. + Connecta a la xarxa Bitcoin a través d'un proxy SOCKS. + + + &Connect through SOCKS proxy (default proxy): + &Connecta a través d'un proxy SOCKS (proxy per defecte): + + + IP address of the proxy (e.g. IPv4: 127.0.0.1 / IPv6: ::1) + Adreça IP del proxy (p. ex. IPv4: 127.0.0.1 / IPv6: ::1) + + + Third party URLs (e.g. a block explorer) that appear in the transactions tab as context menu items. %s in the URL is replaced by transaction hash. Multiple URLs are separated by vertical bar |. + URL de terceres parts (p. ex. explorador de blocs) que apareix en la pestanya de transaccions com elements del menú contextual. %s en l'URL es reemplaçat pel resum de la transacció. Diferents URL estan separades per una barra vertical |. + + + Third party transaction URLs + URL de transaccions de terceres parts + + + Active command-line options that override above options: + Opcions de línies d'ordre active que sobreescriuen les opcions de dalt: + + + Reset all client options to default. + Reestableix totes les opcions del client. + + + &Reset Options + &Reestableix les opcions + + + &Network + &Xarxa + + + (0 = auto, <0 = leave that many cores free) + (0 = auto, <0 = deixa tants nuclis lliures) + + + W&allet + &Moneder + + + Expert + Expert + + + Enable coin &control features + Activa les funcions de &control de les monedes + + + If you disable the spending of unconfirmed change, the change from a transaction cannot be used until that transaction has at least one confirmation. This also affects how your balance is computed. + Si inhabiliteu la despesa d'un canvi sense confirmar, el canvi d'una transacció no pot ser utilitzat fins que la transacció no tingui com a mínim una confirmació. Això també afecta com es calcula el vostre balanç. + + + &Spend unconfirmed change + &Gasta el canvi sense confirmar + + + Automatically open the Bitcoin client port on the router. This only works when your router supports UPnP and it is enabled. + Obre el port del client de Bitcoin al router de forma automàtica. Això només funciona quan el router implementa UPnP i l'opció està activada. + + + Map port using &UPnP + Port obert amb &UPnP + + + Proxy &IP: + &IP del proxy: + + + &Port: + &Port: + + + Port of the proxy (e.g. 9050) + Port del proxy (per exemple 9050) + + + SOCKS &Version: + &Versió de SOCKS: + + + SOCKS version of the proxy (e.g. 5) + Versió SOCKS del proxy (per exemple 5) + + + &Window + &Finestra + + + Show only a tray icon after minimizing the window. + Mostra només la icona de la barra en minimitzar la finestra. + + + &Minimize to the tray instead of the taskbar + &Minimitza a la barra d'aplicacions en comptes de la barra de tasques + + + Minimize instead of exit the application when the window is closed. When this option is enabled, the application will be closed only after selecting Quit in the menu. + Minimitza en comptes de sortir de la aplicació al tancar la finestra. Quan aquesta opció està activa, la aplicació només es tancarà al seleccionar Sortir al menú. + + + M&inimize on close + M&inimitza en tancar + + + &Display + &Pantalla + + + User Interface &language: + &Llengua de la interfície d'usuari: + + + The user interface language can be set here. This setting will take effect after restarting Bitcoin. + Aquí podeu definir la llengua de l'aplicació. Aquesta configuració tindrà efecte una vegada es reiniciï Bitcoin. + + + &Unit to show amounts in: + &Unitats per mostrar els imports en: + + + Choose the default subdivision unit to show in the interface and when sending coins. + Selecciona la unitat de subdivisió per defecte per mostrar en la interfície quan s'envien monedes. + + + Whether to show Bitcoin addresses in the transaction list or not. + Si voleu mostrar o no adreces Bitcoin als llistats de transaccions. + + + &Display addresses in transaction list + &Mostra adreces al llistat de transaccions + + + Whether to show coin control features or not. + Si voleu mostrar les funcions de control de monedes o no. + + + &OK + &D'acord + + + &Cancel + &Cancel·la + + + default + Per defecte + + + none + cap + + + Confirm options reset + Confirmeu el reestabliment de les opcions + + + Client restart required to activate changes. + Cal reiniciar el client per activar els canvis. + + + Client will be shutdown, do you want to proceed? + S'aturarà el client, voleu procedir? + + + This change would require a client restart. + Amb aquest canvi cal un reinici del client. + + + The supplied proxy address is invalid. + L'adreça proxy introduïda és invalida. + + + + OverviewPage + + Form + Formulari + + + The displayed information may be out of date. Your wallet automatically synchronizes with the Bitcoin network after a connection is established, but this process has not completed yet. + La informació mostrada pot no estar al día. El teu moneder es sincronitza automàticament amb la xarxa Bitcoin un cop s'ha establert connexió, però aquest proces no s'ha completat encara. + + + Wallet + Moneder + + + Available: + Disponible: + + + Your current spendable balance + El balanç que podeu gastar actualment + + + Pending: + Pendent: + + + Total of transactions that have yet to be confirmed, and do not yet count toward the spendable balance + Total de transaccions que encara han de confirmar-se i que encara no compten en el balanç que es pot gastar + + + Immature: + Immadur: + + + Mined balance that has not yet matured + Balanç minat que encara no ha madurat + + + Total: + Total: + + + Your current total balance + El balanç total actual + + + <b>Recent transactions</b> + <b>Transaccions recents</b> + + + out of sync + Fora de sincronia + + + + PaymentServer + + URI handling + Gestió d'URI + + + URI can not be parsed! This can be caused by an invalid Bitcoin address or malformed URI parameters. + l'URI no pot ser processat! Això pot ser causat per una adreça Bitcoin no vàlida o paràmetres URI malformats. + + + Requested payment amount of %1 is too small (considered dust). + L'import de pagament sol·licitat %1 és massa petit (es considera polsim). + + + Payment request error + Error en la sol·licitud de pagament + + + Cannot start bitcoin: click-to-pay handler + No es pot iniciar bitcoin: gestor clica-per-pagar + + + Net manager warning + Avís del gestor de la xarxa + + + Your active proxy doesn't support SOCKS5, which is required for payment requests via proxy. + El vostre proxy actiu no accepta SOCKS5, que és necessari per a sol·licituds de pagament a través d'un proxy. + + + Payment request fetch URL is invalid: %1 + L'URL de recuperació de la sol·licitud de pagament no és vàlida: %1 + + + Payment request file handling + Gestió de fitxers de les sol·licituds de pagament + + + Payment request file can not be read or processed! This can be caused by an invalid payment request file. + El fitxer de la sol·licitud de pagament no pot ser llegit o processat. Això pot ser a causa d'un fitxer de sol·licitud de pagament no vàlid. + + + Unverified payment requests to custom payment scripts are unsupported. + No s'accepten sol·licituds de pagament no verificades a scripts de pagament personalitzats. + + + Refund from %1 + Reemborsament de %1 + + + Error communicating with %1: %2 + Error en comunicar amb %1: %2 + + + Payment request can not be parsed or processed! + La sol·licitud de pagament no pot ser analitzada o processada! + + + Bad response from server %1 + Mala resposta del servidor %1 + + + Payment acknowledged + Pagament reconegut + + + Network request error + Error en la sol·licitud de xarxa + + + + QObject + + Bitcoin + Bitcoin + + + Error: Specified data directory "%1" does not exist. + Error: El directori de dades especificat «%1» no existeix. + + + Error: Cannot parse configuration file: %1. Only use key=value syntax. + Error: no es pot analitzar el fitxer de configuració: %1. Feu servir només la sintaxi clau=valor. + + + Error: Invalid combination of -regtest and -testnet. + Error: combinació no vàlida de -regtest i -testnet. + + + Bitcoin Core didn't yet exit safely... + No es va tancar el Bitcoin Core de forma segura... + + + Enter a Bitcoin address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Introduïu una adreça de Bitcoin (p. ex. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + + + + QRImageWidget + + &Save Image... + De&sa la imatge... + + + &Copy Image + &Copia la imatge + + + Save QR Code + Desa el codi QR + + + PNG Image (*.png) + Imatge PNG (*.png) + + + + RPCConsole + + Client name + Nom del client + + + N/A + N/D + + + Client version + Versió del client + + + &Information + &Informació + + + Debug window + Finestra de depuració + + + General + General + + + Using OpenSSL version + Utilitzant OpenSSL versió + + + Startup time + &Temps d'inici + + + Network + Xarxa + + + Name + Nom + + + Number of connections + Nombre de connexions + + + Block chain + Cadena de blocs + + + Current number of blocks + Nombre de blocs actuals + + + Estimated total blocks + Total estimat de blocs + + + Last block time + Últim temps de bloc + + + &Open + &Obre + + + &Console + &Consola + + + &Network Traffic + Trà&nsit de la xarxa + + + &Clear + Nete&ja + + + Totals + Totals + + + In: + Dins: + + + Out: + Fora: + + + Build date + Data de compilació + + + Debug log file + Fitxer de registre de depuració + + + Open the Bitcoin debug log file from the current data directory. This can take a few seconds for large log files. + Obre el fitxer de registre de depuració de Bitcoin del directori de dades actual. Això pot trigar uns quants segons per a fitxers de registre grans. + + + Clear console + Neteja la consola + + + Welcome to the Bitcoin RPC console. + Us donem la benvinguda a la consola RPC de Bitcoin + + + Use up and down arrows to navigate history, and <b>Ctrl-L</b> to clear screen. + Utilitza les fletxes d'amunt i avall per navegar per l'historial, i <b>Ctrl-L<\b> per netejar la pantalla. + + + Type <b>help</b> for an overview of available commands. + Escriviu <b>help<\b> per a obtenir un llistat de les ordres disponibles. + + + %1 B + %1 B + + + %1 KB + %1 KB + + + %1 MB + %1 MB + + + %1 GB + %1 GB + + + %1 m + %1 m + + + %1 h + %1 h + + + %1 h %2 m + %1 h %2 m + + + + ReceiveCoinsDialog + + &Amount: + Im&port: + + + &Label: + &Etiqueta: + + + &Message: + &Missatge: + + + Reuse one of the previously used receiving addresses. Reusing addresses has security and privacy issues. Do not use this unless re-generating a payment request made before. + Reutilitza una de les adreces de recepció utilitzades anteriorment. La reutilització d'adreces pot comportar problemes de seguretat i privadesa. No ho utilitzeu llevat que torneu a generar una sol·licitud de pagament feta abans. + + + R&euse an existing receiving address (not recommended) + R&eutilitza una adreça de recepció anterior (no recomanat) + + + An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the Bitcoin network. + Un missatge opcional que s'adjuntarà a la sol·licitud de pagament, que es mostrarà quan s'obri la sol·licitud. Nota: El missatge no s'enviarà amb el pagament per la xarxa Bitcoin. + + + An optional label to associate with the new receiving address. + Una etiqueta opcional que s'associarà amb la nova adreça receptora. + + + Use this form to request payments. All fields are <b>optional</b>. + Utilitzeu aquest formulari per sol·licitar pagaments. Tots els camps són <b>opcionals</b>. + + + An optional amount to request. Leave this empty or zero to not request a specific amount. + Un import opcional per sol·licitar. Deixeu-ho en blanc o zero per no sol·licitar cap import específic. + + + Clear all fields of the form. + Neteja tots els camps del formulari. + + + Clear + Neteja + + + Requested payments history + Historial de pagaments sol·licitats + + + &Request payment + &Sol·licitud de pagament + + + Show the selected request (does the same as double clicking an entry) + Mostra la sol·licitud seleccionada (fa el mateix que el doble clic a una entrada) + + + Show + Mostra + + + Remove the selected entries from the list + Esborra les entrades seleccionades de la llista + + + Remove + Esborra + + + Copy label + Copia l'etiqueta + + + Copy message + Copia el missatge + + + Copy amount + Copia l'import + + + + ReceiveRequestDialog + + QR Code + Codi QR + + + Copy &URI + Copia l'&URI + + + Copy &Address + Copia l'&adreça + + + &Save Image... + De&sa la imatge... + + + Request payment to %1 + Sol·licita un pagament a %1 + + + Payment information + Informació de pagament + + + URI + URI + + + Address + Adreça + + + Amount + Import + + + Label + Etiqueta + + + Message + Missatge + + + Resulting URI too long, try to reduce the text for label / message. + URI resultant massa llarga, intenta reduir el text per a la etiqueta / missatge + + + Error encoding URI into QR Code. + Error en codificar l'URI en un codi QR. + + + + RecentRequestsTableModel + + Date + Data + + + Label + Etiqueta + + + Message + Missatge + + + Amount + Import + + + (no label) + (sense etiqueta) + + + (no message) + (sense missatge) + + + (no amount) + (sense import) + + + + SendCoinsDialog + + Send Coins + Envia monedes + + + Coin Control Features + Característiques de control de les monedes + + + Inputs... + Entrades... + + + automatically selected + seleccionat automàticament + + + Insufficient funds! + Fons insuficients! + + + Quantity: + Quantitat: + + + Bytes: + Bytes: + + + Amount: + Import: + + + Priority: + Prioritat: + + + Fee: + Comissió: + + + Low Output: + Sortida baixa: + + + After Fee: + Comissió posterior: + + + Change: + Canvi: + + + If this is activated, but the change address is empty or invalid, change will be sent to a newly generated address. + Si s'activa això, però l'adreça de canvi està buida o bé no és vàlida, el canvi s'enviarà a una adreça generada de nou. + + + Custom change address + Personalitza l'adreça de canvi + + + Send to multiple recipients at once + Envia a múltiples destinataris al mateix temps + + + Add &Recipient + Afegeix &destinatari + + + Clear all fields of the form. + Neteja tots els camps del formulari. + + + Clear &All + Neteja-ho &tot + + + Balance: + Balanç: + + + Confirm the send action + Confirma l'acció d'enviament + + + S&end + E&nvia + + + Confirm send coins + Confirma l'enviament de monedes + + + %1 to %2 + %1 a %2 + + + Copy quantity + Copia la quantitat + + + Copy amount + Copia l'import + + + Copy fee + Copia la comissi + + + Copy after fee + Copia la comissió posterior + + + Copy bytes + Copia els bytes + + + Copy priority + Copia la prioritat + + + Copy low output + Copia la sortida baixa + + + Copy change + Copia el canvi + + + Total Amount %1 (= %2) + Import total %1 (= %2) + + + or + o + + + The recipient address is not valid, please recheck. + L'adreça de destinatari no és vàlida, si us plau comprovi-la. + + + The amount to pay must be larger than 0. + L'import a pagar ha de ser major que 0. + + + The amount exceeds your balance. + L'import supera el vostre balanç. + + + The total exceeds your balance when the %1 transaction fee is included. + El total excedeix el teu balanç quan s'afegeix la comisió a la transacció %1. + + + Duplicate address found, can only send to each address once per send operation. + S'ha trobat una adreça duplicada, tan sols es pot enviar a cada adreça un cop per ordre de enviament. + + + Transaction creation failed! + Ha fallat la creació de la transacció! + + + The transaction was rejected! This might happen if some of the coins in your wallet were already spent, such as if you used a copy of wallet.dat and coins were spent in the copy but not marked as spent here. + S'ha rebutjat la transacció! Això pot passar si alguna de les monedes del vostre moneder ja s'han gastat; per exemple, si heu fet servir una còpia de seguretat del fitxer wallet.dat i s'haguessin gastat monedes de la còpia però sense marcar-les-hi com a gastades. + + + Warning: Invalid Bitcoin address + Avís: adreça Bitcoin no vàlida + + + (no label) + (sense etiqueta) + + + Warning: Unknown change address + Avís: adreça de canvi desconeguda + + + Are you sure you want to send? + Esteu segur que ho voleu enviar? + + + added as transaction fee + S'ha afegit una taxa de transacció + + + Payment request expired + La sol·licitud de pagament ha caducat + + + Invalid payment address %1 + Adreça de pagament no vàlida %1 + + + + SendCoinsEntry + + A&mount: + Q&uantitat: + + + Pay &To: + Paga &a: + + + The address to send the payment to (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + La adreça on s'envia el pagament (per exemple: 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + + + Enter a label for this address to add it to your address book + Introduïu una etiqueta per a aquesta adreça per afegir-la a la llibreta d'adreces + + + &Label: + &Etiqueta: + + + Choose previously used address + Tria una adreça feta servir anteriorment + + + This is a normal payment. + Això és un pagament normal. + + + Alt+A + Alta+A + + + Paste address from clipboard + Enganxar adreça del porta-retalls + + + Alt+P + Alt+P + + + Remove this entry + Elimina aquesta entrada + + + Message: + Missatge: + + + This is a verified payment request. + Aquesta és una sol·licitud de pagament verificada. + + + Enter a label for this address to add it to the list of used addresses + Introduïu una etiqueta per a aquesta adreça per afegir-la a la llista d'adreces utilitzades + + + A message that was attached to the bitcoin: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the Bitcoin network. + Un missatge que s'ha adjuntat al bitcoin: URI que s'emmagatzemarà amb la transacció per a la vostra referència. Nota: el missatge no s'enviarà a través de la xarxa Bitcoin. + + + This is an unverified payment request. + Aquesta és una sol·licitud de pagament no verificada. + + + Pay To: + Paga a: + + + Memo: + Memo: + + + + ShutdownWindow + + Bitcoin Core is shutting down... + S'està aturant el Bitcoin Core... + + + Do not shut down the computer until this window disappears. + No apagueu l'ordinador fins que no desaparegui aquesta finestra. + + + + SignVerifyMessageDialog + + Signatures - Sign / Verify a Message + Signatures - Signa / verifica un missatge + + + &Sign Message + &Signa el missatge + + + You can sign messages with your addresses to prove you own them. Be careful not to sign anything vague, as phishing attacks may try to trick you into signing your identity over to them. Only sign fully-detailed statements you agree to. + Podeu signar missatges amb la vostra adreça per provar que són vostres. Aneu amb compte no signar qualsevol cosa, ja que els atacs de pesca electrònica (phishing) poden provar de confondre-us perquè els signeu amb la vostra identitat. Només signeu als documents completament detallats amb què hi esteu d'acord. + + + The address to sign the message with (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + La adreça amb què signar els missatges (per exemple 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + + + Choose previously used address + Tria les adreces fetes servir amb anterioritat + + + Alt+A + Alt+A + + + Paste address from clipboard + Enganxa l'adreça del porta-retalls + + + Alt+P + Alt+P + + + Enter the message you want to sign here + Introduïu aquí el missatge que voleu signar + + + Signature + Signatura + + + Copy the current signature to the system clipboard + Copia la signatura actual al porta-retalls del sistema + + + Sign the message to prove you own this Bitcoin address + Signa el missatge per provar que ets propietari d'aquesta adreça Bitcoin + + + Sign &Message + Signa el &missatge + + + Reset all sign message fields + Neteja tots els camps de clau + + + Clear &All + Neteja-ho &tot + + + &Verify Message + &Verifica el missatge + + + Enter the signing address, message (ensure you copy line breaks, spaces, tabs, etc. exactly) and signature below to verify the message. Be careful not to read more into the signature than what is in the signed message itself, to avoid being tricked by a man-in-the-middle attack. + Introdueixi l'adreça signant, missatge (assegura't que copies salts de línia, espais, tabuladors, etc excactament tot el text) i la signatura a sota per verificar el missatge. Per evitar ser enganyat per un atac home-entre-mig, vés amb compte de no llegir més en la signatura del que hi ha al missatge signat mateix. + + + The address the message was signed with (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + La adreça amb el que el missatge va ser signat (per exemple 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + + + Verify the message to ensure it was signed with the specified Bitcoin address + Verificar el missatge per assegurar-se que ha estat signat amb una adreça Bitcoin específica + + + Verify &Message + Verifica el &missatge + + + Reset all verify message fields + Neteja tots els camps de verificació de missatge + + + Enter a Bitcoin address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Introduïu una adreça de Bitcoin (per exemple 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + + + Click "Sign Message" to generate signature + Feu clic a «Signa el missatge» per a generar una signatura + + + The entered address is invalid. + L'adreça introduïda no és vàlida. + + + Please check the address and try again. + Comproveu l'adreça i torneu-ho a provar. + + + The entered address does not refer to a key. + L'adreça introduïda no referencia a cap clau. + + + Wallet unlock was cancelled. + El desbloqueig del moneder ha estat cancelat. + + + Private key for the entered address is not available. + La clau privada per a la adreça introduïda no està disponible. + + + Message signing failed. + La signatura del missatge ha fallat. + + + Message signed. + Missatge signat. + + + The signature could not be decoded. + La signatura no s'ha pogut descodificar. + + + Please check the signature and try again. + Comproveu la signatura i torneu-ho a provar. + + + The signature did not match the message digest. + La signatura no coincideix amb el resum del missatge. + + + Message verification failed. + Ha fallat la verificació del missatge. + + + Message verified. + Missatge verificat. + + + + SplashScreen + + Bitcoin Core + Bitcoin Core + + + The Bitcoin Core developers + Els desenvolupadors del Bitcoin Core + + + [testnet] + [testnet] + + + + TrafficGraphWidget + + KB/s + KB/s + + + + TransactionDesc + + Open until %1 + Obert fins %1 + + + conflicted + en conflicte + + + %1/offline + %1/fora de línia + + + %1/unconfirmed + %1/sense confirmar + + + %1 confirmations + %1 confirmacions + + + Status + Estat + + + , broadcast through %n node(s) + , difusió a través de %n node, difusió a través de %n nodes + + + Date + Data + + + Source + Font + + + Generated + Generat + + + From + Des de + + + To + A + + + own address + Adreça pròpia + + + label + etiqueta + + + Credit + Crèdit + + + matures in %n more block(s) + disponible en %n bloc mésdisponibles en %n blocs més + + + not accepted + no acceptat + + + Debit + Dèbit + + + Transaction fee + Comissió de transacció + + + Net amount + Import net + + + Message + Missatge + + + Comment + Comentar + + + Transaction ID + ID de transacció + + + Merchant + Mercader + + + Generated coins must mature %1 blocks before they can be spent. When you generated this block, it was broadcast to the network to be added to the block chain. If it fails to get into the chain, its state will change to "not accepted" and it won't be spendable. This may occasionally happen if another node generates a block within a few seconds of yours. + Les monedes generades han de madurar %1 blocs abans de poder ser gastades. Quan genereu aquest bloc, es farà saber a la xarxa per tal d'afegir-lo a la cadena de blocs. Si no pot fer-se lloc a la cadena, el seu estat canviarà a «no acceptat» i no es podrà gastar. Això pot passar ocasionalment si un altre node genera un bloc en un marge de segons respecte al vostre. + + + Debug information + Informació de depuració + + + Transaction + Transacció + + + Inputs + Entrades + + + Amount + Import + + + true + cert + + + false + fals + + + , has not been successfully broadcast yet + , encara no ha estat emès correctement + + + Open for %n more block(s) + Obre per %n bloc mésObre per %n blocs més + + + unknown + desconegut + + + + TransactionDescDialog + + Transaction details + Detall de la transacció + + + This pane shows a detailed description of the transaction + Aquest panell mostra una descripció detallada de la transacció + + + + TransactionTableModel + + Date + Data + + + Type + Tipus + + + Address + Adreça + + + Amount + Import + + + Immature (%1 confirmations, will be available after %2) + Immadur (%1 confirmacions, serà disponible després de %2) + + + Open for %n more block(s) + Obre per %n bloc mésObre per %n blocs més + + + Open until %1 + Obert fins %1 + + + Confirmed (%1 confirmations) + Confirmat (%1 confirmacions) + + + This block was not received by any other nodes and will probably not be accepted! + Aquest bloc no ha estat rebut per cap altre node i probablement no serà acceptat! + + + Generated but not accepted + Generat però no acceptat + + + Offline + Fora de línia + + + Unconfirmed + Sense confirmar + + + Confirming (%1 of %2 recommended confirmations) + Confirmant (%1 de %2 confirmacions recomanades) + + + Conflicted + En conflicte + + + Received with + Rebut amb + + + Received from + Rebut de + + + Sent to + Enviat a + + + Payment to yourself + Pagament a un mateix + + + Mined + Minat + + + (n/a) + (n/a) + + + Transaction status. Hover over this field to show number of confirmations. + Estat de la transacció. Desplaceu-vos sobre aquest camp per mostrar el nombre de confirmacions. + + + Date and time that the transaction was received. + Data i hora en que la transacció va ser rebuda. + + + Type of transaction. + Tipus de transacció. + + + Destination address of transaction. + Adreça del destinatari de la transacció. + + + Amount removed from or added to balance. + Import extret o afegit del balanç. + + + + TransactionView + + All + Tot + + + Today + Avui + + + This week + Aquesta setmana + + + This month + Aquest mes + + + Last month + El mes passat + + + This year + Enguany + + + Range... + Rang... + + + Received with + Rebut amb + + + Sent to + Enviat a + + + To yourself + A un mateix + + + Mined + Minat + + + Other + Altres + + + Enter address or label to search + Introduïu una adreça o una etiqueta per cercar + + + Min amount + Import mínim + + + Copy address + Copia l'adreça + + + Copy label + Copiar etiqueta + + + Copy amount + Copia l'import + + + Copy transaction ID + Copiar ID de transacció + + + Edit label + Editar etiqueta + + + Show transaction details + Mostra detalls de la transacció + + + Export Transaction History + Exporta l'historial de transacció + + + Exporting Failed + L'exportació ha fallat + + + There was an error trying to save the transaction history to %1. + S'ha produït un error en provar de desar l'historial de transacció a %1. + + + Exporting Successful + Exportació amb èxit + + + The transaction history was successfully saved to %1. + L'historial de transaccions s'ha desat correctament a %1. + + + Comma separated file (*.csv) + Fitxer separat per comes (*.csv) + + + Confirmed + Confirmat + + + Date + Data + + + Type + Tipus + + + Label + Etiqueta + + + Address + Adreça + + + Amount + Import + + + ID + ID + + + Range: + Rang: + + + to + a + + + + WalletFrame + + No wallet has been loaded. + No s'ha carregat cap moneder. + + + + WalletModel + + Send Coins + Envia monedes + + + + WalletView + + &Export + &Exporta + + + Export the data in the current tab to a file + Exporta les dades de la pestanya actual a un fitxer + + + Backup Wallet + Còpia de seguretat del moneder + + + Wallet Data (*.dat) + Dades del moneder (*.dat) + + + Backup Failed + Ha fallat la còpia de seguretat + + + There was an error trying to save the wallet data to %1. + S'ha produït un error en provar de desar les dades del moneder a %1. + + + The wallet data was successfully saved to %1. + S'han desat les dades del moneder correctament a %1. + + + Backup Successful + La còpia de seguretat s'ha realitzat correctament + + + + bitcoin-core + + Usage: + Ús: + + + List commands + Llista d'ordres + + + Get help for a command + Obté ajuda d'una ordre. + + + Options: + Opcions: + + + Specify configuration file (default: bitcoin.conf) + Especifica un fitxer de configuració (per defecte: bitcoin.conf) + + + Specify pid file (default: bitcoind.pid) + Especifica un fitxer pid (per defecte: bitcoind.pid) + + + Specify data directory + Especifica el directori de dades + + + Listen for connections on <port> (default: 8333 or testnet: 18333) + Escolta connexions a <port> (per defecte: 8333 o testnet: 18333) + + + Maintain at most <n> connections to peers (default: 125) + Manté com a molt <n> connexions a iguals (per defecte: 125) + + + Connect to a node to retrieve peer addresses, and disconnect + Connecta al node per obtenir les adreces de les connexions, i desconnecta + + + Specify your own public address + Especifiqueu la vostra adreça pública + + + Threshold for disconnecting misbehaving peers (default: 100) + Límit per a desconectar connexions errònies (per defecte: 100) + + + Number of seconds to keep misbehaving peers from reconnecting (default: 86400) + Nombre de segons abans de reconectar amb connexions errònies (per defecte: 86400) + + + An error occurred while setting up the RPC port %u for listening on IPv4: %s + S'ha produït un error al configurar el port RPC %u escoltant a IPv4: %s + + + Listen for JSON-RPC connections on <port> (default: 8332 or testnet: 18332) + Escolta connexions JSON-RPC al port <port> (per defecte: 8332 o testnet:18332) + + + Accept command line and JSON-RPC commands + Accepta la línia d'ordres i ordres JSON-RPC + + + Bitcoin Core RPC client version + Versió del client RPC del Bitcoin Core + + + Run in the background as a daemon and accept commands + Executa en segon pla com a programa dimoni i accepta ordres + + + Use the test network + Utilitza la xarxa de prova + + + Accept connections from outside (default: 1 if no -proxy or -connect) + Accepta connexions de fora (per defecte: 1 si no -proxy o -connect) + + + %s, you must set a rpcpassword in the configuration file: +%s +It is recommended you use the following random password: +rpcuser=bitcoinrpc +rpcpassword=%s +(you do not need to remember this password) +The username and password MUST NOT be the same. +If the file does not exist, create it with owner-readable-only file permissions. +It is also recommended to set alertnotify so you are notified of problems; +for example: alertnotify=echo %%s | mail -s "Bitcoin Alert" admin@foo.com + + %s, heu de establir una contrasenya RPC al fitxer de configuració: %s + +Es recomana que useu la següent contrasenya aleatòria: +rpcuser=bitcoinrpc +rpcpassword=%s +(no necesiteu recordar aquesta contrasenya) +El nom d'usuari i la contrasenya NO HAN de ser els mateixos. +Si el fitxer no existeix, crea'l amb els permisos de fitxer de només lectura per al propietari. +També es recomana establir la notificació d'alertes i així sereu notificat de les incidències; +per exemple: alertnotify=echo %%s | mail -s "Bitcoin Alert" admin@foo.com + + + + Acceptable ciphers (default: TLSv1.2+HIGH:TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!3DES:@STRENGTH) + Xifrats acceptables (per defecte: TLSv1.2+HIGH:TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!3DES:@STRENGTH) + + + An error occurred while setting up the RPC port %u for listening on IPv6, falling back to IPv4: %s + S'ha produït un error en configurar el port RPC %u escoltant a IPv6, retrocedint a IPv4: %s + + + Bind to given address and always listen on it. Use [host]:port notation for IPv6 + Vincula a una adreça específica i sempre escolta-hi. Utilitza la notació [host]:port per IPv6 + + + Continuously rate-limit free transactions to <n>*1000 bytes per minute (default:15) + Limita contínuament les transaccions gratuïtes a <n>*1000 bytes per minut (per defecte: 15) + + + Enter regression test mode, which uses a special chain in which blocks can be solved instantly. This is intended for regression testing tools and app development. + Entra en el mode de prova de regressió, que utilitza una cadena especial en què els blocs es poden resoldre al moment. Això està pensat per a les eines de proves de regressió i per al desenvolupament d'aplicacions. + + + Enter regression test mode, which uses a special chain in which blocks can be solved instantly. + Entra en el mode de proves de regressió, que utilitza una cadena especial en què els blocs poden resoldre's al moment. + + + Error: Listening for incoming connections failed (listen returned error %d) + Error: no s'han pogut escoltar les connexions entrants (l'escoltament a retornat l'error %d) + + + Error: The transaction was rejected! This might happen if some of the coins in your wallet were already spent, such as if you used a copy of wallet.dat and coins were spent in the copy but not marked as spent here. + Error: La transacció ha estat rebutjada. Això pot passar si alguna de les monedes del teu moneder ja s'han gastat, com si haguesis usat una copia de l'arxiu wallet.dat i s'haguessin gastat monedes de la copia però sense marcar com gastades en aquest. + + + Error: This transaction requires a transaction fee of at least %s because of its amount, complexity, or use of recently received funds! + Error: Aquesta transacció requereix una comissió d'almenys %s degut al seu import, complexitat o per l'ús de fons recentment rebuts! + + + Execute command when a wallet transaction changes (%s in cmd is replaced by TxID) + Executa una ordre quan una transacció del moneder canviï (%s en cmd es canvia per TxID) + + + Fees smaller than this are considered zero fee (for transaction creation) (default: + Les comissions inferiors que aquesta es consideren comissió zero (per a la creació de la transacció) (per defecte: + + + Flush database activity from memory pool to disk log every <n> megabytes (default: 100) + Buida l'activitat de la base de dades de la memòria disponible al registre del disc cada <n> megabytes (per defecte: 100) + + + How thorough the block verification of -checkblocks is (0-4, default: 3) + Com d'exhaustiva és la verificació de blocs de -checkblocks is (0-4, per defecte: 3) + + + In this mode -genproclimit controls how many blocks are generated immediately. + En aquest mode -genproclimit controla quants blocs es generen immediatament. + + + Set the number of script verification threads (%u to %d, 0 = auto, <0 = leave that many cores free, default: %d) + Defineix el nombre de fils de verificació d'scripts (%u a %d, 0 = auto, <0 = deixa tants nuclis lliures, per defecte: %d) + + + Set the processor limit for when generation is on (-1 = unlimited, default: -1) + Defineix el límit de processadors quan està activada la generació (-1 = sense límit, per defecte: -1) + + + This is a pre-release test build - use at your own risk - do not use for mining or merchant applications + Aquesta és una versió de pre-llançament - utilitza-la sota la teva responsabilitat - No usar per a minería o aplicacions de compra-venda + + + Unable to bind to %s on this computer. Bitcoin Core is probably already running. + No es pot enllaçar %s a aquest ordinador. El Bitcoin Core probablement ja estigui executant-s'hi. + + + Use separate SOCKS5 proxy to reach peers via Tor hidden services (default: -proxy) + Utilitza un proxy SOCKS5 apart per arribar a iguals a través de serveis de Tor ocults (per defecte: -proxy) + + + Warning: -paytxfee is set very high! This is the transaction fee you will pay if you send a transaction. + Avís: el -paytxfee és molt elevat! Aquesta és la comissió de transacció que pagareu si envieu una transacció. + + + Warning: Please check that your computer's date and time are correct! If your clock is wrong Bitcoin will not work properly. + Avís: comproveu que la data i l'hora del vostre ordinador siguin correctes! Si el rellotge està mal configurat, Bitcoin no funcionarà de manera apropiada. + + + Warning: The network does not appear to fully agree! Some miners appear to be experiencing issues. + Avís: la xarxa no sembla que hi estigui plenament d'acord. Alguns miners sembla que estan experimentant problemes. + + + Warning: We do not appear to fully agree with our peers! You may need to upgrade, or other nodes may need to upgrade. + Avís: sembla que no estem plenament d'acord amb els nostres iguals! Podria caler que actualitzar l'aplicació, o potser que ho facin altres nodes. + + + Warning: error reading wallet.dat! All keys read correctly, but transaction data or address book entries might be missing or incorrect. + Avís: error en llegir el fitxer wallet.dat! Totes les claus es llegeixen correctament, però hi ha dades de transaccions o entrades de la llibreta d'adreces absents o bé son incorrectes. + + + Warning: wallet.dat corrupt, data salvaged! Original wallet.dat saved as wallet.{timestamp}.bak in %s; if your balance or transactions are incorrect you should restore from a backup. + Avís: el fitxer wallet.dat és corrupte, dades rescatades! L'arxiu wallet.dat original ha estat desat com wallet.{estampa_temporal}.bak al directori %s; si el teu balanç o transaccions son incorrectes hauries de restaurar-lo de un backup. + + + (default: 1) + (per defecte: 1) + + + (default: wallet.dat) + (per defecte: wallet.dat) + + + <category> can be: + <category> pot ser: + + + Attempt to recover private keys from a corrupt wallet.dat + Intenta recuperar les claus privades d'un fitxer wallet.dat corrupte + + + Bitcoin Core Daemon + Dimoni del Bitcoin Core + + + Block creation options: + Opcions de la creació de blocs: + + + Clear list of wallet transactions (diagnostic tool; implies -rescan) + Neteja la llista de transaccions del moneder (eina de diagnòstic; implica -rescan) + + + Connect only to the specified node(s) + Connecta només al(s) node(s) especificats + + + Connect through SOCKS proxy + Connecta a través d'un proxy SOCKS + + + Connect to JSON-RPC on <port> (default: 8332 or testnet: 18332) + Connecta a JSON-RPC des de <port> (per defecte: 8332 o testnet: 18332) + + + Connection options: + Opcions de connexió: + + + Corrupted block database detected + S'ha detectat una base de dades de blocs corrupta + + + Debugging/Testing options: + Opcions de depuració/proves: + + + Disable safemode, override a real safe mode event (default: 0) + Inhabilia el mode segur (safemode), invalida un esdeveniment de mode segur real (per defecte: 0) + + + Discover own IP address (default: 1 when listening and no -externalip) + Descobreix la pròpia adreça IP (per defecte: 1 quan escoltant i no -externalip) + + + Do not load the wallet and disable wallet RPC calls + No carreguis el moneder i inhabilita les crides RPC del moneder + + + Do you want to rebuild the block database now? + Voleu reconstruir la base de dades de blocs ara? + + + Error initializing block database + Error carregant la base de dades de blocs + + + Error initializing wallet database environment %s! + Error inicialitzant l'entorn de la base de dades del moneder %s! + + + Error loading block database + Error carregant la base de dades del bloc + + + Error opening block database + Error en obrir la base de dades de blocs + + + Error: Disk space is low! + Error: Espai al disc baix! + + + Error: Wallet locked, unable to create transaction! + Error: El moneder està bloquejat, no és possible crear la transacció! + + + Error: system error: + Error: error de sistema: + + + Failed to listen on any port. Use -listen=0 if you want this. + Ha fallat escoltar a qualsevol port. Feu servir -listen=0 si voleu fer això. + + + Failed to read block info + Ha fallat la lectura de la informació del bloc + + + Failed to read block + Ha fallat la lectura del bloc + + + Failed to sync block index + Ha fallat la sincronització de l'índex de blocs + + + Failed to write block index + Ha fallat la escriptura de l'índex de blocs + + + Failed to write block info + Ha fallat la escriptura de la informació de bloc + + + Failed to write block + Ha fallat l'escriptura del bloc + + + Failed to write file info + Ha fallat l'escriptura de la informació de fitxer + + + Failed to write to coin database + Ha fallat l'escriptura de la basse de dades de monedes + + + Failed to write transaction index + Ha fallat l'escriptura de l'índex de transaccions + + + Failed to write undo data + Ha fallat el desfer de dades + + + Fee per kB to add to transactions you send + Comissió per kB per afegir a les transaccions que envieu + + + Fees smaller than this are considered zero fee (for relaying) (default: + Les comissions inferiors que aquesta es consideren comissions zero (a efectes de transmissió) (per defecte: + + + Find peers using DNS lookup (default: 1 unless -connect) + Cerca punts de connexió usant rastreig de DNS (per defecte: 1 tret d'usar -connect) + + + Force safe mode (default: 0) + Força el mode segur (per defecte: 0) + + + Generate coins (default: 0) + Genera monedes (per defecte: 0) + + + How many blocks to check at startup (default: 288, 0 = all) + Quants blocs s'han de confirmar a l'inici (per defecte: 288, 0 = tots) + + + If <category> is not supplied, output all debugging information. + Si no se subministra <category>, mostra tota la informació de depuració. + + + Importing... + S'està important... + + + Incorrect or no genesis block found. Wrong datadir for network? + No s'ha trobat el bloc de gènesi o és incorrecte. El directori de dades de la xarxa és incorrecte? + + + Invalid -onion address: '%s' + Adreça -onion no vàlida: '%s' + + + Not enough file descriptors available. + No hi ha suficient descriptors de fitxers disponibles. + + + Prepend debug output with timestamp (default: 1) + Posa davant de la sortida de depuració una marca horària (per defecte: 1) + + + RPC client options: + Opcions del client RPC: + + + Rebuild block chain index from current blk000??.dat files + Reconstrueix l'índex de la cadena de blocs dels fitxers actuals blk000??.dat + + + Select SOCKS version for -proxy (4 or 5, default: 5) + Selecciona la versió de SOCKS del -proxy (4 o 5, per defecte: 5) + + + Set database cache size in megabytes (%d to %d, default: %d) + Defineix la mida de la memòria cau de la base de dades en megabytes (%d a %d, per defecte: %d) + + + Set maximum block size in bytes (default: %d) + Defineix la mida màxim del bloc en bytes (per defecte: %d) + + + Set the number of threads to service RPC calls (default: 4) + Estableix el nombre de fils per atendre trucades RPC (per defecte: 4) + + + Specify wallet file (within data directory) + Especifica un fitxer de moneder (dins del directori de dades) + + + Spend unconfirmed change when sending transactions (default: 1) + Gasta el canvi sense confirmar en enviar transaccions (per defecte: 1) + + + This is intended for regression testing tools and app development. + Això es així per a eines de proves de regressió per al desenvolupament d'aplicacions. + + + Usage (deprecated, use bitcoin-cli): + Ús (obsolet, feu servir bitcoin-cli): + + + Verifying blocks... + S'estan verificant els blocs... + + + Verifying wallet... + S'està verificant el moneder... + + + Wait for RPC server to start + Espereu el servidor RPC per començar + + + Wallet %s resides outside data directory %s + El moneder %s resideix fora del directori de dades %s + + + Wallet options: + Opcions de moneder: + + + Warning: Deprecated argument -debugnet ignored, use -debug=net + Avís: argument obsolet -debugnet ignorat, feu servir -debug=net + + + You need to rebuild the database using -reindex to change -txindex + Cal que reconstruïu la base de dades fent servir -reindex per canviar -txindex + + + Imports blocks from external blk000??.dat file + Importa blocs de un fitxer blk000??.dat extern + + + Cannot obtain a lock on data directory %s. Bitcoin Core is probably already running. + No es pot obtenir un bloqueig del directori de dades %s. El Bitcoin Core probablement ja s'estigui executant. + + + Execute command when a relevant alert is received or we see a really long fork (%s in cmd is replaced by message) + Executa l'ordre quan es rebi un avís rellevant o veiem una forquilla molt llarga (%s en cmd és reemplaçat per un missatge) + + + Output debugging information (default: 0, supplying <category> is optional) + Informació de la depuració de sortida (per defecte: 0, proporcionar <category> és opcional) + + + Set maximum size of high-priority/low-fee transactions in bytes (default: %d) + Defineix la mida màxima de transaccions d'alta prioritat / baixa comissió en bytes (per defecte: %d) + + + Information + Informació + + + Invalid amount for -minrelaytxfee=<amount>: '%s' + Import no vàlid per a -minrelaytxfee=<amount>: «%s» + + + Invalid amount for -mintxfee=<amount>: '%s' + Import no vàlid per a -mintxfee=<amount>: «%s» + + + Limit size of signature cache to <n> entries (default: 50000) + Mida límit de la memòria cau de signatura per a <n> entrades (per defecte: 50000) + + + Log transaction priority and fee per kB when mining blocks (default: 0) + Registra la prioritat de transacció i comissió per kB en minar blocs (per defecte: 0) + + + Maintain a full transaction index (default: 0) + Manté l'índex sencer de transaccions (per defecte: 0) + + + Maximum per-connection receive buffer, <n>*1000 bytes (default: 5000) + Mida màxima del buffer de recepció per a cada connexió, <n>*1000 bytes (default: 5000) + + + Maximum per-connection send buffer, <n>*1000 bytes (default: 1000) + Mida màxima del buffer d'enviament per a cada connexió, <n>*1000 bytes (default: 5000) + + + Only accept block chain matching built-in checkpoints (default: 1) + Només accepta cadenes de blocs que coincideixin amb els punts de prova (per defecte: 1) + + + Only connect to nodes in network <net> (IPv4, IPv6 or Tor) + Només connecta als nodes de la xarxa <net> (IPv4, IPv6 o Tor) + + + Print block on startup, if found in block index + Imprimeix el block a l'inici, si es troba l'índex de blocs + + + Print block tree on startup (default: 0) + Imprimeix l'arbre de blocs a l'inici (per defecte: 0) + + + RPC SSL options: (see the Bitcoin Wiki for SSL setup instructions) + Opcions RPC SSL: (veieu el wiki del Bitcoin per a instruccions de configuració de l'SSL) + + + RPC server options: + Opcions del servidor RPC: + + + Randomly drop 1 of every <n> network messages + Descarta a l'atzar 1 de cada <n> missatges de la xarxa + + + Randomly fuzz 1 of every <n> network messages + Introdueix incertesa en 1 de cada <n> missatges de la xarxa + + + Run a thread to flush wallet periodically (default: 1) + Executa un fil per buidar el moneder periòdicament (per defecte: 1) + + + SSL options: (see the Bitcoin Wiki for SSL setup instructions) + Opcions SSL: (veure la Wiki de Bitcoin per a instruccions de configuració SSL) + + + Send command to Bitcoin Core + Envia una ordre al Bitcoin Core + + + Send trace/debug info to console instead of debug.log file + Envia informació de traça/depuració a la consola en comptes del fitxer debug.log + + + Set minimum block size in bytes (default: 0) + Defineix una mida mínima de bloc en bytes (per defecte: 0) + + + Sets the DB_PRIVATE flag in the wallet db environment (default: 1) + Defineix el senyal DB_PRIVATE en l'entorn db del moneder (per defecte: 1) + + + Show all debugging options (usage: --help -help-debug) + Mostra totes les opcions de depuració (ús: --help --help-debug) + + + Show benchmark information (default: 0) + Mostra la informació del test de referència (per defecte: 0) + + + Shrink debug.log file on client startup (default: 1 when no -debug) + Redueix el fitxer debug.log durant l'inici del client (per defecte: 1 quan no -debug) + + + Signing transaction failed + Ha fallat la signatura de la transacció + + + Specify connection timeout in milliseconds (default: 5000) + Especifica el temps limit per a un intent de connexió en mil·lisegons (per defecte: 5000) + + + Start Bitcoin Core Daemon + Inicia el dimoni del Bitcoin Core + + + System error: + Error de sistema: + + + Transaction amount too small + Import de la transacció massa petit + + + Transaction amounts must be positive + Els imports de les transaccions han de ser positius + + + Transaction too large + La transacció és massa gran + + + Use UPnP to map the listening port (default: 0) + Utilitza UPnP per a mapejar els ports d'escolta (per defecte: 0) + + + Use UPnP to map the listening port (default: 1 when listening) + Utilitza UPnP per a mapejar els ports d'escolta (per defecte: 1 quan s'escolta) + + + Username for JSON-RPC connections + Nom d'usuari per a connexions JSON-RPC + + + Warning + Avís + + + Warning: This version is obsolete, upgrade required! + Avís: aquesta versió està obsoleta. És necessari actualitzar-la! + + + Zapping all transactions from wallet... + Se suprimeixen totes les transaccions del moneder... + + + on startup + a l'inici de l'aplicació + + + version + versió + + + wallet.dat corrupt, salvage failed + El fitxer wallet.data és corrupte. El rescat de les dades ha fallat + + + Password for JSON-RPC connections + Contrasenya per a connexions JSON-RPC + + + Allow JSON-RPC connections from specified IP address + Permetre connexions JSON-RPC d'adreces IP específiques + + + Send commands to node running on <ip> (default: 127.0.0.1) + Envia ordres al node en execució a <ip> (per defecte: 127.0.0.1) + + + Execute command when the best block changes (%s in cmd is replaced by block hash) + Executa l'ordre quan el millor bloc canviï (%s en cmd es reemplaça per un resum de bloc) + + + Upgrade wallet to latest format + Actualitza el moneder a l'últim format + + + Set key pool size to <n> (default: 100) + Defineix el límit de nombre de claus a <n> (per defecte: 100) + + + Rescan the block chain for missing wallet transactions + Reescaneja la cadena de blocs en les transaccions de moneder perdudes + + + Use OpenSSL (https) for JSON-RPC connections + Utilitza OpenSSL (https) per a connexions JSON-RPC + + + Server certificate file (default: server.cert) + Fitxer del certificat de servidor (per defecte: server.cert) + + + Server private key (default: server.pem) + Clau privada del servidor (per defecte: server.pem) + + + This help message + Aquest misatge d'ajuda + + + Unable to bind to %s on this computer (bind returned error %d, %s) + No es pot vincular %s amb aquest ordinador (s'ha retornat l'error %d, %s) + + + Allow DNS lookups for -addnode, -seednode and -connect + Permet consultes DNS per a -addnode, -seednode i -connect + + + Loading addresses... + S'estan carregant les adreces... + + + Error loading wallet.dat: Wallet corrupted + Error en carregar wallet.dat: Moneder corrupte + + + Error loading wallet.dat: Wallet requires newer version of Bitcoin + Error en carregar wallet.dat: El moneder requereix una versió del Bitcoin més moderna + + + Wallet needed to be rewritten: restart Bitcoin to complete + Cal reescriure el moneder: reinicieu el Bitcoin per a completar la tasca + + + Error loading wallet.dat + Error en carregar wallet.dat + + + Invalid -proxy address: '%s' + Adreça -proxy invalida: '%s' + + + Unknown network specified in -onlynet: '%s' + Xarxa desconeguda especificada a -onlynet: '%s' + + + Unknown -socks proxy version requested: %i + S'ha demanat una versió desconeguda de -socks proxy: %i + + + Cannot resolve -bind address: '%s' + No es pot resoldre l'adreça -bind: '%s' + + + Cannot resolve -externalip address: '%s' + No es pot resoldre l'adreça -externalip: '%s' + + + Invalid amount for -paytxfee=<amount>: '%s' + Import no vàlid per a -paytxfee=<amount>: «%s» + + + Invalid amount + Import no vàlid + + + Insufficient funds + Balanç insuficient + + + Loading block index... + S'està carregant l'índex de blocs... + + + Add a node to connect to and attempt to keep the connection open + Afegeix un node per a connectar-s'hi i intenta mantenir-hi la connexió oberta + + + Loading wallet... + S'està carregant el moneder... + + + Cannot downgrade wallet + No es pot reduir la versió del moneder + + + Cannot write default address + No es pot escriure l'adreça per defecte + + + Rescanning... + S'està reescanejant... + + + Done loading + Ha acabat la càrrega + + + To use the %s option + Utilitza l'opció %s + + + Error + Error + + + You must set rpcpassword=<password> in the configuration file: +%s +If the file does not exist, create it with owner-readable-only file permissions. + Heu de configurar el rpcpassword=<password> al fitxer de configuració: +%s +Si el fitxer no existeix, creeu-lo amb els permís owner-readable-only. + + \ No newline at end of file diff --git a/src/qt/locale/bitcoin_ca@valencia.ts b/src/qt/locale/bitcoin_ca@valencia.ts index 659088b912c8d..5667ba5faf7d1 100644 --- a/src/qt/locale/bitcoin_ca@valencia.ts +++ b/src/qt/locale/bitcoin_ca@valencia.ts @@ -1,123 +1,3384 @@ AboutDialog - + + About Bitcoin Core + Quant al Bitcoin Core + + + <b>Bitcoin Core</b> version + Versió del <b>Bitcoin Core</b> + + + +This is experimental software. + +Distributed under the MIT/X11 software license, see the accompanying file COPYING or http://www.opensource.org/licenses/mit-license.php. + +This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit (http://www.openssl.org/) and cryptographic software written by Eric Young (eay@cryptsoft.com) and UPnP software written by Thomas Bernard. + +Això és programari experimental. + +Distribuït sota llicència de programari MIT/11, vegeu el fitxer COPYING o http://www.opensource.org/licenses/mit-license.php. + +Este producte inclou programari desenvolupat pel projecte OpenSSL per a l'ús en l'OppenSSL Toolkit (http://www.openssl.org/) i de programari criptogràfic escrit per Eric Young (eay@cryptsoft.com) i programari UPnP escrit per Thomas Bernard. + + + Copyright + Copyright + + + The Bitcoin Core developers + Els desenvolupadors del Bitcoin Core + + + (%1-bit) + (%1-bit) + + AddressBookPage Double-click to edit address or label - Doble click per editar la direccio o la etiqueta + Feu doble clic per editar l'adreça o l'etiqueta Create a new address - Crear nova direccio + Crea una nova adreça + + + &New + &Nova Copy the currently selected address to the system clipboard - Copieu l'adreça seleccionada al porta-retalls del sistema + Copia l'adreça seleccionada al porta-retalls del sistema + + + &Copy + &Copia + + + C&lose + &Tanca + + + &Copy Address + &Copia l'adreça + + + Delete the currently selected address from the list + Elimina l'adreça sel·leccionada actualment de la llista + + + Export the data in the current tab to a file + Exporta les dades de la pestanya actual a un fitxer + + + &Export + &Exporta &Delete - Eliminar + &Elimina + + + Choose the address to send coins to + Trieu una adreça on voleu enviar monedes + + + Choose the address to receive coins with + Trieu l'adreça on voleu rebre monedes + + + C&hoose + T&ria - + + Sending addresses + S'estan enviant les adreces + + + Receiving addresses + S'estan rebent les adreces + + + These are your Bitcoin addresses for sending payments. Always check the amount and the receiving address before sending coins. + Estes són les vostres adreces de Bitcoin per enviar els pagaments. Sempre reviseu l'import i l'adreça del destinatari abans de transferir monedes. + + + These are your Bitcoin addresses for receiving payments. It is recommended to use a new receiving address for each transaction. + Estes són les vostres adreces Bitcoin per rebre pagaments. Es recomana utilitzar una adreça nova de recepció per a cada transacció. + + + Copy &Label + Copia l'&etiqueta + + + &Edit + &Edita + + + Export Address List + Exporta la llista d'adreces + + + Comma separated file (*.csv) + Fitxer de separació amb comes (*.csv) + + + Exporting Failed + L'exportació ha fallat + + + There was an error trying to save the address list to %1. + S'ha produït un error en provar de guardar la llista d'adreces a %1. + + AddressTableModel - + + Label + Etiqueta + + + Address + Adreça + + + (no label) + (sense etiqueta) + + AskPassphraseDialog - + + Passphrase Dialog + Diàleg de contrasenya + + + Enter passphrase + Introduïu una contrasenya + + + New passphrase + Nova contrasenya + + + Repeat new passphrase + Repetiu la nova contrasenya + + + Enter the new passphrase to the wallet.<br/>Please use a passphrase of <b>10 or more random characters</b>, or <b>eight or more words</b>. + Introduïu la nova contrasenya al moneder<br/>Feu servir una contrasenya de <b>10 o més caràcters aleatoris</b>, o <b>vuit o més paraules</b>. + + + Encrypt wallet + Encripta el moneder + + + This operation needs your wallet passphrase to unlock the wallet. + Esta operació requereix la contrasenya del moneder per a desbloquejar-lo. + + + Unlock wallet + Desbloqueja el moneder + + + This operation needs your wallet passphrase to decrypt the wallet. + Esta operació requereix la contrasenya del moneder per desencriptar-lo. + + + Decrypt wallet + Desencripta el moneder + + + Change passphrase + Canvia la contrasenya + + + Enter the old and new passphrase to the wallet. + Introduïu tant la contrasenya antiga com la nova del moneder. + + + Confirm wallet encryption + Confirma l'encriptació del moneder + + + Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR BITCOINS</b>! + Avís: si encripteu el vostre moneder i perdeu la contrasenya, <b>PERDREU TOTS ELS VOSTRES BITCOINS</b>! + + + Are you sure you wish to encrypt your wallet? + Esteu segur que voleu encriptar el vostre moneder? + + + IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. For security reasons, previous backups of the unencrypted wallet file will become useless as soon as you start using the new, encrypted wallet. + IMPORTANT: Tota copia de seguretat que hàgeu realitzat hauria de ser reemplaçada pel, recentment generat, fitxer encriptat del moneder. + + + Warning: The Caps Lock key is on! + Avís: Les lletres majúscules estan activades! + + + Wallet encrypted + Moneder encriptat + + + Bitcoin will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer. + Bitcoin es tancarà ara per acabar el procés d'encriptació. Recordeu que encriptar el moneder no protegeix completament els bitcoins de ser robats per programari maliciós instal·lat a l'ordinador. + + + Wallet encryption failed + L'encriptació del moneder ha fallat + + + Wallet encryption failed due to an internal error. Your wallet was not encrypted. + L'encriptació del moneder ha fallat per un error intern. El moneder no ha estat encriptat. + + + The supplied passphrases do not match. + La contrasenya introduïda no coincideix. + + + Wallet unlock failed + El desbloqueig del moneder ha fallat + + + The passphrase entered for the wallet decryption was incorrect. + La contrasenya introduïda per a desencriptar el moneder és incorrecta. + + + Wallet decryption failed + La desencriptació del moneder ha fallat + + + Wallet passphrase was successfully changed. + La contrasenya del moneder ha estat modificada correctament. + + BitcoinGUI - + + Sign &message... + Signa el &missatge... + + + Synchronizing with network... + S'està sincronitzant amb la xarxa ... + + + &Overview + &Panorama general + + + Node + Node + + + Show general overview of wallet + Mostra el panorama general del moneder + + + &Transactions + &Transaccions + + + Browse transaction history + Cerca a l'historial de transaccions + + + E&xit + I&x + + + Quit application + Ix de l'aplicació + + + Show information about Bitcoin + Mostra informació sobre el Bitcoin + + + About &Qt + Quant a &Qt + + + Show information about Qt + Mostra informació sobre Qt + + + &Options... + &Opcions... + + + &Encrypt Wallet... + &Encripta el moneder... + + + &Backup Wallet... + &Realitza una còpia de seguretat del moneder... + + + &Change Passphrase... + &Canvia la contrasenya... + + + &Sending addresses... + Adreces d'e&nviament... + + + &Receiving addresses... + Adreces de &recepció + + + Open &URI... + Obri un &URI... + + + Importing blocks from disk... + S'estan important els blocs del disc... + + + Reindexing blocks on disk... + S'estan reindexant els blocs al disc... + + + Send coins to a Bitcoin address + Envia monedes a una adreça Bitcoin + + + Modify configuration options for Bitcoin + Modifica les opcions de configuració per bitcoin + + + Backup wallet to another location + Realitza una còpia de seguretat del moneder a una altra ubicació + + + Change the passphrase used for wallet encryption + Canvia la contrasenya d'encriptació del moneder + + + &Debug window + &Finestra de depuració + + + Open debugging and diagnostic console + Obri la consola de diagnòstic i depuració + + + &Verify message... + &Verifica el missatge... + + + Bitcoin + Bitcoin + + + Wallet + Moneder + + + &Send + &Envia + + + &Receive + &Rep + + + &Show / Hide + &Mostra / Amaga + + + Show or hide the main Window + Mostra o amaga la finestra principal + + + Encrypt the private keys that belong to your wallet + Encripta les claus privades pertanyents al moneder + + + Sign messages with your Bitcoin addresses to prove you own them + Signa el missatges amb la seua adreça de Bitcoin per provar que les poseeixes + + + Verify messages to ensure they were signed with specified Bitcoin addresses + Verifiqueu els missatges per assegurar-vos que han estat signats amb una adreça Bitcoin específica. + + + &File + &Fitxer + + + &Settings + &Configuració + + + &Help + &Ajuda + + + Tabs toolbar + Barra d'eines de les pestanyes + + + [testnet] + [testnet] + + + Bitcoin Core + Bitcoin Core + + + Request payments (generates QR codes and bitcoin: URIs) + Sol·licita pagaments (genera codis QR i bitcoin: URI) + + + &About Bitcoin Core + &Quant al Bitcoin Core + + + Show the list of used sending addresses and labels + Mostra la llista d'adreces d'enviament i etiquetes utilitzades + + + Show the list of used receiving addresses and labels + Mostra la llista d'adreces de recepció i etiquetes utilitzades + + + Open a bitcoin: URI or payment request + Obri una bitcoin: sol·licitud d'URI o pagament + + + &Command-line options + Opcions de la &línia d'ordes + + + Show the Bitcoin Core help message to get a list with possible Bitcoin command-line options + Mostra el missatge d'ajuda del Bitcoin Core per obtindre una llista amb les possibles opcions de línia d'ordes de Bitcoin + + + Bitcoin client + Client de Bitcoin + + + %n active connection(s) to Bitcoin network + %n connexió activa a la xarxa Bitcoin%n connexions actives a la xarxa Bitcoin + + + No block source available... + No hi ha cap font de bloc disponible... + + + Processed %1 of %2 (estimated) blocks of transaction history. + Processat el %1 de %2 (estimat) dels blocs del històric de transaccions. + + + Processed %1 blocks of transaction history. + Proccessats %1 blocs del històric de transaccions. + + + %n hour(s) + %n hora%n hores + + + %n day(s) + %n dia%n dies + + + %n week(s) + %n setmana%n setmanes + + + %1 and %2 + %1 i %2 + + + %n year(s) + %n any%n anys + + + %1 behind + %1 darrere + + + Last received block was generated %1 ago. + El darrer bloc rebut ha estat generat fa %1. + + + Transactions after this will not yet be visible. + Les transaccions a partir d'això no seran visibles. + + + Error + Error + + + Warning + Avís + + + Information + Informació + + + Up to date + Al dia + + + Catching up... + S'està posant al dia ... + + + Sent transaction + Transacció enviada + + + Incoming transaction + Transacció entrant + + + Date: %1 +Amount: %2 +Type: %3 +Address: %4 + + Data: %1\nImport: %2\n Tipus: %3\n Adreça: %4\n + + + Wallet is <b>encrypted</b> and currently <b>unlocked</b> + El moneder està <b>encriptat</b> i actualment <b>desbloquejat</b> + + + Wallet is <b>encrypted</b> and currently <b>locked</b> + El moneder està <b>encriptat</b> i actualment <b>bloquejat</b> + + + A fatal error occurred. Bitcoin can no longer continue safely and will quit. + Ha tingut lloc un error fatal. Bitcoin no pot continuar executant-se de manera segura i es tancará. + + ClientModel - + + Network Alert + Alerta de xarxa + + CoinControlDialog - - + + Coin Control Address Selection + Selecció de l'adreça de control de monedes + + + Quantity: + Quantitat: + + + Bytes: + Bytes: + + + Amount: + Import: + + + Priority: + Prioritat: + + + Fee: + Quota: + + + Low Output: + Baix rendiment: + + + After Fee: + Comissió posterior: + + + Change: + Canvi: + + + (un)select all + (des)selecciona-ho tot + + + Tree mode + Mode arbre + + + List mode + Mode llista + + + Amount + Import + + + Address + Adreça + + + Date + Data + + + Confirmations + Confirmacions + + + Confirmed + Confirmat + + + Priority + Prioritat + + + Copy address + Copiar adreça + + + Copy label + Copiar etiqueta + + + Copy amount + Copia l'import + + + Copy transaction ID + Copiar ID de transacció + + + Lock unspent + Bloqueja sense gastar + + + Unlock unspent + Desbloqueja sense gastar + + + Copy quantity + Copia la quantitat + + + Copy fee + Copia la comissió + + + Copy after fee + Copia la comissió posterior + + + Copy bytes + Copia els bytes + + + Copy priority + Copia la prioritat + + + Copy low output + Copia el baix rendiment + + + Copy change + Copia el canvi + + + highest + El més alt + + + higher + Més alt + + + high + Alt + + + medium-high + mig-alt + + + medium + mig + + + low-medium + baix-mig + + + low + baix + + + lower + més baix + + + lowest + el més baix + + + (%1 locked) + (%1 bloquejada) + + + none + cap + + + Dust + Polsim + + + yes + + + + no + no + + + This label turns red, if the transaction size is greater than 1000 bytes. + Esta etiqueta es posa de color roig si la mida de la transacció és més gran de 1000 bytes. + + + This means a fee of at least %1 per kB is required. + Això comporta una comissi d'almenys %1 per kB. + + + Can vary +/- 1 byte per input. + Pot variar +/- 1 byte per entrada. + + + Transactions with higher priority are more likely to get included into a block. + Les transaccions amb una major prioritat són més propenses a ser incloses en un bloc. + + + This label turns red, if the priority is smaller than "medium". + Esta etiqueta es torna roja si la prioritat és menor que «mitjana». + + + This label turns red, if any recipient receives an amount smaller than %1. + Esta etiqueta es torna roja si qualsevol destinatari rep un import inferior a %1. + + + This means a fee of at least %1 is required. + Això comporta una comissió de com a mínim %1. + + + Amounts below 0.546 times the minimum relay fee are shown as dust. + Els imports inferiors a 0.546 vegades la comissió de tramesa mínima són mostrats com a polsim. + + + This label turns red, if the change is smaller than %1. + Esta etiqueta es torna roja si el canvi és menor que %1. + + + (no label) + (sense etiqueta) + + + change from %1 (%2) + canvia de %1 (%2) + + + (change) + (canvia) + + + EditAddressDialog - + + Edit Address + Editar Adreça + + + &Label + &Etiqueta + + + The label associated with this address list entry + L'etiqueta associada amb esta entrada de llista d'adreces + + + The address associated with this address list entry. This can only be modified for sending addresses. + L'adreça associada amb esta entrada de llista d'adreces. Només es pot modificar per a les adreces d'enviament. + + + &Address + &Adreça + + + New receiving address + Nova adreça de recepció. + + + New sending address + Nova adreça d'enviament + + + Edit receiving address + Edita les adreces de recepció + + + Edit sending address + Edita les adreces d'enviament + + + The entered address "%1" is already in the address book. + L'adreça introduïda «%1» ja és present a la llibreta d'adreces. + + + The entered address "%1" is not a valid Bitcoin address. + L'adreça introduïda «%1» no és una adreça de Bitcoin vàlida. + + + Could not unlock wallet. + No s'ha pogut desbloquejar el moneder. + + + New key generation failed. + Ha fallat la generació d'una nova clau. + + FreespaceChecker - + + A new data directory will be created. + Es crearà un nou directori de dades. + + + name + nom + + + Directory already exists. Add %1 if you intend to create a new directory here. + El directori ja existeix. Afig %1 si vols crear un nou directori en esta ubicació. + + + Path already exists, and is not a directory. + El camí ja existeix i no és cap directori. + + + Cannot create data directory here. + No es pot crear el directori de dades ací. + + HelpMessageDialog - + + Bitcoin Core - Command-line options + Bitcoin Core - opcions de línia d'ordes + + + Bitcoin Core + Bitcoin Core + + + version + versió + + + Usage: + Ús: + + + command-line options + Opcions de la línia d'ordes + + + UI options + Opcions d'IU + + + Set language, for example "de_DE" (default: system locale) + Defineix un idioma, per exemple "de_DE" (per defecte: preferències locals de sistema) + + + Start minimized + Inicia minimitzat + + + Set SSL root certificates for payment request (default: -system-) + Defineix certificats arrel SSL per a la sol·licitud de pagament (per defecte: -sistema-) + + + Show splash screen on startup (default: 1) + Mostra la finestra de benvinguda a l'inici (per defecte: 1) + + + Choose data directory on startup (default: 0) + Tria el directori de dades a l'inici (per defecte: 0) + + Intro - + + Welcome + Vos donem la benviguda + + + Welcome to Bitcoin Core. + Vos donem la benvinguda al Bitcoin Core. + + + As this is the first time the program is launched, you can choose where Bitcoin Core will store its data. + Atès que és la primera vegada que executeu el programa, podeu triar on emmagatzemarà el Bitcoin Core les dades. + + + Bitcoin Core will download and store a copy of the Bitcoin block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. + El Bitcoin Core descarregarà i emmagatzemarà una còpia de la cadena de blocs de Bitcoin. Com a mínim s'emmagatzemaran %1 GB de dades en este directori, que seguiran creixent gradualment. També s'hi emmagatzemarà el moneder. + + + Use the default data directory + Utilitza el directori de dades per defecte + + + Use a custom data directory: + Utilitza un directori de dades personalitzat: + + + Bitcoin + Bitcoin + + + Error: Specified data directory "%1" can not be created. + Error: el directori de dades especificat «%1» no es pot crear. + + + Error + Error + + + GB of free space available + GB d'espai lliure disponible + + + (of %1GB needed) + (d' %1GB necessari) + + OpenURIDialog - + + Open URI + Obri un URI + + + Open payment request from URI or file + Obri una sol·licitud de pagament des d'un URI o un fitxer + + + URI: + URI: + + + Select payment request file + Selecciona un fitxer de sol·licitud de pagament + + + Select payment request file to open + Selecciona el fitxer de sol·licitud de pagament per obrir + + OptionsDialog - - - OverviewPage - - - PaymentServer - - - QObject - - - QRImageWidget - - - RPCConsole - - - ReceiveCoinsDialog - - - ReceiveRequestDialog - - - RecentRequestsTableModel - - - SendCoinsDialog - - - SendCoinsEntry - - - ShutdownWindow - - - SignVerifyMessageDialog - - - SplashScreen - - - TrafficGraphWidget - - - TransactionDesc - - - TransactionDescDialog - - - TransactionTableModel - - - TransactionView - - - WalletFrame - - - WalletModel - - - WalletView - - - bitcoin-core - + + Options + Opcions + + + &Main + &Principal + + + Optional transaction fee per kB that helps make sure your transactions are processed quickly. Most transactions are 1 kB. + Comissió opcional de transacció per kB que ajuda a assegurar que les transaccions es processen ràpidament. La majoria de transaccions són d'1 kB. + + + Pay transaction &fee + Paga &comissió de transacció + + + Automatically start Bitcoin after logging in to the system. + Inicia automàticament el Bitcoin després de l'inici de sessió del sistema. + + + &Start Bitcoin on system login + &Inicia el Bitcoin a l'inici de sessió del sistema. + + + Size of &database cache + Mida de la memòria cau de la base de &dades + + + MB + MB + + + Number of script &verification threads + Nombre de fils de &verificació d'scripts + + + Connect to the Bitcoin network through a SOCKS proxy. + Connecta a la xarxa Bitcoin a través d'un proxy SOCKS. + + + &Connect through SOCKS proxy (default proxy): + &Connecta a través d'un proxy SOCKS (proxy per defecte): + + + IP address of the proxy (e.g. IPv4: 127.0.0.1 / IPv6: ::1) + Adreça IP del proxy (p. ex. IPv4: 127.0.0.1 / IPv6: ::1) + + + Third party URLs (e.g. a block explorer) that appear in the transactions tab as context menu items. %s in the URL is replaced by transaction hash. Multiple URLs are separated by vertical bar |. + URL de terceres parts (p. ex. explorador de blocs) que apareix en la pestanya de transaccions com elements del menú contextual. %s en l'URL es reemplaçat pel resum de la transacció. Diferents URL estan separades per una barra vertical |. + + + Third party transaction URLs + URL de transaccions de terceres parts + + + Active command-line options that override above options: + Opcions de línies d'orde active que sobreescriuen les opcions de dalt: + + + Reset all client options to default. + Reestableix totes les opcions del client. + + + &Reset Options + &Reestableix les opcions + + + &Network + &Xarxa + + + (0 = auto, <0 = leave that many cores free) + (0 = auto, <0 = deixa tants nuclis lliures) + + + W&allet + &Moneder + + + Expert + Expert + + + Enable coin &control features + Activa les funcions de &control de les monedes + + + If you disable the spending of unconfirmed change, the change from a transaction cannot be used until that transaction has at least one confirmation. This also affects how your balance is computed. + Si inhabiliteu la despesa d'un canvi sense confirmar, el canvi d'una transacció no pot ser utilitzat fins que la transacció no tinga com a mínim una confirmació. Això també afecta com es calcula el vostre balanç. + + + &Spend unconfirmed change + &Gasta el canvi sense confirmar + + + Automatically open the Bitcoin client port on the router. This only works when your router supports UPnP and it is enabled. + Obri el port del client de Bitcoin al router de forma automàtica. Això només funciona quan el router implementa UPnP i l'opció està activada. + + + Map port using &UPnP + Port obert amb &UPnP + + + Proxy &IP: + &IP del proxy: + + + &Port: + &Port: + + + Port of the proxy (e.g. 9050) + Port del proxy (per exemple 9050) + + + SOCKS &Version: + &Versió de SOCKS: + + + SOCKS version of the proxy (e.g. 5) + Versió SOCKS del proxy (per exemple 5) + + + &Window + &Finestra + + + Show only a tray icon after minimizing the window. + Mostra només la icona de la barra en minimitzar la finestra. + + + &Minimize to the tray instead of the taskbar + &Minimitza a la barra d'aplicacions en comptes de la barra de tasques + + + Minimize instead of exit the application when the window is closed. When this option is enabled, the application will be closed only after selecting Quit in the menu. + Minimitza en comptes d'eixir de la aplicació al tancar la finestra. Quan esta opció està activa, la aplicació només es tancarà al seleccionar Eixir al menú. + + + M&inimize on close + M&inimitza en tancar + + + &Display + &Pantalla + + + User Interface &language: + &Llengua de la interfície d'usuari: + + + The user interface language can be set here. This setting will take effect after restarting Bitcoin. + Ací podeu definir la llengua de l'aplicació. Esta configuració tindrà efecte una vegada es reinicie Bitcoin. + + + &Unit to show amounts in: + &Unitats per mostrar els imports en: + + + Choose the default subdivision unit to show in the interface and when sending coins. + Selecciona la unitat de subdivisió per defecte per mostrar en la interfície quan s'envien monedes. + + + Whether to show Bitcoin addresses in the transaction list or not. + Si voleu mostrar o no adreces Bitcoin als llistats de transaccions. + + + &Display addresses in transaction list + &Mostra adreces al llistat de transaccions + + + Whether to show coin control features or not. + Si voleu mostrar les funcions de control de monedes o no. + + + &OK + &D'acord + + + &Cancel + &Cancel·la + + + default + Per defecte + + + none + cap + + + Confirm options reset + Confirmeu el reestabliment de les opcions + + + Client restart required to activate changes. + Cal reiniciar el client per activar els canvis. + + + Client will be shutdown, do you want to proceed? + Es pararà el client, voleu procedir? + + + This change would require a client restart. + Amb este canvi cal un reinici del client. + + + The supplied proxy address is invalid. + L'adreça proxy introduïda és invalida. + + + + OverviewPage + + Form + Formulari + + + The displayed information may be out of date. Your wallet automatically synchronizes with the Bitcoin network after a connection is established, but this process has not completed yet. + La informació mostrada pot no estar al día. El teu moneder es sincronitza automàticament amb la xarxa Bitcoin un cop s'ha establit connexió, però este proces no s'ha completat encara. + + + Wallet + Moneder + + + Available: + Disponible: + + + Your current spendable balance + El balanç que podeu gastar actualment + + + Pending: + Pendent: + + + Total of transactions that have yet to be confirmed, and do not yet count toward the spendable balance + Total de transaccions que encara han de confirmar-se i que encara no compten en el balanç que es pot gastar + + + Immature: + Immadur: + + + Mined balance that has not yet matured + Balanç minat que encara no ha madurat + + + Total: + Total: + + + Your current total balance + El balanç total actual + + + <b>Recent transactions</b> + <b>Transaccions recents</b> + + + out of sync + Fora de sincronia + + + + PaymentServer + + URI handling + Gestió d'URI + + + URI can not be parsed! This can be caused by an invalid Bitcoin address or malformed URI parameters. + l'URI no pot ser processat! Això pot ser causat per una adreça Bitcoin no vàlida o paràmetres URI malformats. + + + Requested payment amount of %1 is too small (considered dust). + L'import de pagament sol·licitat %1 és massa petit (es considera polsim). + + + Payment request error + Error en la sol·licitud de pagament + + + Cannot start bitcoin: click-to-pay handler + No es pot iniciar bitcoin: gestor clica-per-pagar + + + Net manager warning + Avís del gestor de la xarxa + + + Your active proxy doesn't support SOCKS5, which is required for payment requests via proxy. + El vostre proxy actiu no accepta SOCKS5, que és necessari per a sol·licituds de pagament a través d'un proxy. + + + Payment request fetch URL is invalid: %1 + L'URL de recuperació de la sol·licitud de pagament no és vàlida: %1 + + + Payment request file handling + Gestió de fitxers de les sol·licituds de pagament + + + Payment request file can not be read or processed! This can be caused by an invalid payment request file. + El fitxer de la sol·licitud de pagament no pot ser llegit o processat. Això pot ser a causa d'un fitxer de sol·licitud de pagament no vàlid. + + + Unverified payment requests to custom payment scripts are unsupported. + No s'accepten sol·licituds de pagament no verificades a scripts de pagament personalitzats. + + + Refund from %1 + Reemborsament de %1 + + + Error communicating with %1: %2 + Error en comunicar amb %1: %2 + + + Payment request can not be parsed or processed! + La sol·licitud de pagament no pot ser analitzada o processada! + + + Bad response from server %1 + Mala resposta del servidor %1 + + + Payment acknowledged + Pagament reconegut + + + Network request error + Error en la sol·licitud de xarxa + + + + QObject + + Bitcoin + Bitcoin + + + Error: Specified data directory "%1" does not exist. + Error: El directori de dades especificat «%1» no existeix. + + + Error: Cannot parse configuration file: %1. Only use key=value syntax. + Error: no es pot analitzar el fitxer de configuració: %1. Feu servir només la sintaxi clau=valor. + + + Error: Invalid combination of -regtest and -testnet. + Error: combinació no vàlida de -regtest i -testnet. + + + Bitcoin Core didn't yet exit safely... + No es va tancar el Bitcoin Core de forma segura... + + + Enter a Bitcoin address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Introduïu una adreça de Bitcoin (p. ex. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + + + + QRImageWidget + + &Save Image... + &Guarda la imatge... + + + &Copy Image + &Copia la imatge + + + Save QR Code + Guarda el codi QR + + + PNG Image (*.png) + Imatge PNG (*.png) + + + + RPCConsole + + Client name + Nom del client + + + N/A + N/D + + + Client version + Versió del client + + + &Information + &Informació + + + Debug window + Finestra de depuració + + + General + General + + + Using OpenSSL version + Utilitzant OpenSSL versió + + + Startup time + &Temps d'inici + + + Network + Xarxa + + + Name + Nom + + + Number of connections + Nombre de connexions + + + Block chain + Cadena de blocs + + + Current number of blocks + Nombre de blocs actuals + + + Estimated total blocks + Total estimat de blocs + + + Last block time + Últim temps de bloc + + + &Open + &Obri + + + &Console + &Consola + + + &Network Traffic + Trà&nsit de la xarxa + + + &Clear + Nete&ja + + + Totals + Totals + + + In: + Dins: + + + Out: + Fora: + + + Build date + Data de compilació + + + Debug log file + Fitxer de registre de depuració + + + Open the Bitcoin debug log file from the current data directory. This can take a few seconds for large log files. + Obri el fitxer de registre de depuració de Bitcoin del directori de dades actual. Això pot trigar uns quants segons per a fitxers de registre grans. + + + Clear console + Neteja la consola + + + Welcome to the Bitcoin RPC console. + Vos donem la benvinguda a la consola RPC de Bitcoin + + + Use up and down arrows to navigate history, and <b>Ctrl-L</b> to clear screen. + Utilitza les fletxes d'amunt i avall per navegar per l'historial, i <b>Ctrl-L<\b> per netejar la pantalla. + + + Type <b>help</b> for an overview of available commands. + Escriviu <b>help<\b> per a obtindre un llistat de les ordes disponibles. + + + %1 B + %1 B + + + %1 KB + %1 KB + + + %1 MB + %1 MB + + + %1 GB + %1 GB + + + %1 m + %1 m + + + %1 h + %1 h + + + %1 h %2 m + %1 h %2 m + + + + ReceiveCoinsDialog + + &Amount: + Im&port: + + + &Label: + &Etiqueta: + + + &Message: + &Missatge: + + + Reuse one of the previously used receiving addresses. Reusing addresses has security and privacy issues. Do not use this unless re-generating a payment request made before. + Reutilitza una de les adreces de recepció utilitzades anteriorment. La reutilització d'adreces pot comportar problemes de seguretat i privadesa. No ho utilitzeu llevat que torneu a generar una sol·licitud de pagament feta abans. + + + R&euse an existing receiving address (not recommended) + R&eutilitza una adreça de recepció anterior (no recomanat) + + + An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the Bitcoin network. + Un missatge opcional que s'adjuntarà a la sol·licitud de pagament, que es mostrarà quan s'òbriga la sol·licitud. Nota: El missatge no s'enviarà amb el pagament per la xarxa Bitcoin. + + + An optional label to associate with the new receiving address. + Una etiqueta opcional que s'associarà amb la nova adreça receptora. + + + Use this form to request payments. All fields are <b>optional</b>. + Utilitzeu este formulari per sol·licitar pagaments. Tots els camps són <b>opcionals</b>. + + + An optional amount to request. Leave this empty or zero to not request a specific amount. + Un import opcional per sol·licitar. Deixeu-ho en blanc o zero per no sol·licitar cap import específic. + + + Clear all fields of the form. + Neteja tots els camps del formulari. + + + Clear + Neteja + + + Requested payments history + Historial de pagaments sol·licitats + + + &Request payment + &Sol·licitud de pagament + + + Show the selected request (does the same as double clicking an entry) + Mostra la sol·licitud seleccionada (fa el mateix que el doble clic a una entrada) + + + Show + Mostra + + + Remove the selected entries from the list + Esborra les entrades seleccionades de la llista + + + Remove + Esborra + + + Copy label + Copia l'etiqueta + + + Copy message + Copia el missatge + + + Copy amount + Copia l'import + + + + ReceiveRequestDialog + + QR Code + Codi QR + + + Copy &URI + Copia l'&URI + + + Copy &Address + Copia l'&adreça + + + &Save Image... + &Guarda la imatge... + + + Request payment to %1 + Sol·licita un pagament a %1 + + + Payment information + Informació de pagament + + + URI + URI + + + Address + Adreça + + + Amount + Import + + + Label + Etiqueta + + + Message + Missatge + + + Resulting URI too long, try to reduce the text for label / message. + URI resultant massa llarga, intenta reduir el text per a la etiqueta / missatge + + + Error encoding URI into QR Code. + Error en codificar l'URI en un codi QR. + + + + RecentRequestsTableModel + + Date + Data + + + Label + Etiqueta + + + Message + Missatge + + + Amount + Import + + + (no label) + (sense etiqueta) + + + (no message) + (sense missatge) + + + (no amount) + (sense import) + + + + SendCoinsDialog + + Send Coins + Envia monedes + + + Coin Control Features + Característiques de control de les monedes + + + Inputs... + Entrades... + + + automatically selected + seleccionat automàticament + + + Insufficient funds! + Fons insuficients! + + + Quantity: + Quantitat: + + + Bytes: + Bytes: + + + Amount: + Import: + + + Priority: + Prioritat: + + + Fee: + Comissió: + + + Low Output: + Eixida baixa: + + + After Fee: + Comissió posterior: + + + Change: + Canvi: + + + If this is activated, but the change address is empty or invalid, change will be sent to a newly generated address. + Si s'activa això, però l'adreça de canvi està buida o bé no és vàlida, el canvi s'enviarà a una adreça generada de nou. + + + Custom change address + Personalitza l'adreça de canvi + + + Send to multiple recipients at once + Envia a múltiples destinataris al mateix temps + + + Add &Recipient + Afig &destinatari + + + Clear all fields of the form. + Neteja tots els camps del formulari. + + + Clear &All + Neteja-ho &tot + + + Balance: + Balanç: + + + Confirm the send action + Confirma l'acció d'enviament + + + S&end + E&nvia + + + Confirm send coins + Confirma l'enviament de monedes + + + %1 to %2 + %1 a %2 + + + Copy quantity + Copia la quantitat + + + Copy amount + Copia l'import + + + Copy fee + Copia la comissi + + + Copy after fee + Copia la comissió posterior + + + Copy bytes + Copia els bytes + + + Copy priority + Copia la prioritat + + + Copy low output + Copia l'eixida baixa + + + Copy change + Copia el canvi + + + Total Amount %1 (= %2) + Import total %1 (= %2) + + + or + o + + + The recipient address is not valid, please recheck. + L'adreça de destinatari no és vàlida, per favor comprovi-la. + + + The amount to pay must be larger than 0. + L'import a pagar ha de ser major que 0. + + + The amount exceeds your balance. + L'import supera el vostre balanç. + + + The total exceeds your balance when the %1 transaction fee is included. + El total excedeix el teu balanç quan s'afig la comisió a la transacció %1. + + + Duplicate address found, can only send to each address once per send operation. + S'ha trobat una adreça duplicada, tan sols es pot enviar a cada adreça un cop per orde d'enviament. + + + Transaction creation failed! + Ha fallat la creació de la transacció! + + + The transaction was rejected! This might happen if some of the coins in your wallet were already spent, such as if you used a copy of wallet.dat and coins were spent in the copy but not marked as spent here. + S'ha rebutjat la transacció! Això pot passar si alguna de les monedes del vostre moneder ja s'han gastat; per exemple, si heu fet servir una còpia de seguretat del fitxer wallet.dat i s'hagueren gastat monedes de la còpia però sense marcar-les-hi com a gastades. + + + Warning: Invalid Bitcoin address + Avís: adreça Bitcoin no vàlida + + + (no label) + (sense etiqueta) + + + Warning: Unknown change address + Avís: adreça de canvi desconeguda + + + Are you sure you want to send? + Esteu segur que ho voleu enviar? + + + added as transaction fee + S'ha afegit una taxa de transacció + + + Payment request expired + La sol·licitud de pagament ha caducat + + + Invalid payment address %1 + Adreça de pagament no vàlida %1 + + + + SendCoinsEntry + + A&mount: + Q&uantitat: + + + Pay &To: + Paga &a: + + + The address to send the payment to (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + La adreça on s'envia el pagament (per exemple: 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + + + Enter a label for this address to add it to your address book + Introduïu una etiqueta per a esta adreça per afegir-la a la llibreta d'adreces + + + &Label: + &Etiqueta: + + + Choose previously used address + Tria una adreça feta servir anteriorment + + + This is a normal payment. + Això és un pagament normal. + + + Alt+A + Alta+A + + + Paste address from clipboard + Apegar adreça del porta-retalls + + + Alt+P + Alt+P + + + Remove this entry + Elimina esta entrada + + + Message: + Missatge: + + + This is a verified payment request. + Esta és una sol·licitud de pagament verificada. + + + Enter a label for this address to add it to the list of used addresses + Introduïu una etiqueta per a esta adreça per afegir-la a la llista d'adreces utilitzades + + + A message that was attached to the bitcoin: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the Bitcoin network. + Un missatge que s'ha adjuntat al bitcoin: URI que s'emmagatzemarà amb la transacció per a la vostra referència. Nota: el missatge no s'enviarà a través de la xarxa Bitcoin. + + + This is an unverified payment request. + Esta és una sol·licitud de pagament no verificada. + + + Pay To: + Paga a: + + + Memo: + Memo: + + + + ShutdownWindow + + Bitcoin Core is shutting down... + S'està parant el Bitcoin Core... + + + Do not shut down the computer until this window disappears. + No apagueu l'ordinador fins que no desaparegui esta finestra. + + + + SignVerifyMessageDialog + + Signatures - Sign / Verify a Message + Signatures - Signa / verifica un missatge + + + &Sign Message + &Signa el missatge + + + You can sign messages with your addresses to prove you own them. Be careful not to sign anything vague, as phishing attacks may try to trick you into signing your identity over to them. Only sign fully-detailed statements you agree to. + Podeu signar missatges amb la vostra adreça per provar que són vostres. Aneu amb compte no signar qualsevol cosa, ja que els atacs de pesca electrònica (phishing) poden provar de confondre-vos perquè els signeu amb la vostra identitat. Només signeu als documents completament detallats amb què hi esteu d'acord. + + + The address to sign the message with (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + La adreça amb què signar els missatges (per exemple 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + + + Choose previously used address + Tria les adreces fetes servir amb anterioritat + + + Alt+A + Alt+A + + + Paste address from clipboard + Apega l'adreça del porta-retalls + + + Alt+P + Alt+P + + + Enter the message you want to sign here + Introduïu ací el missatge que voleu signar + + + Signature + Signatura + + + Copy the current signature to the system clipboard + Copia la signatura actual al porta-retalls del sistema + + + Sign the message to prove you own this Bitcoin address + Signa el missatge per provar que ets propietari d'esta adreça Bitcoin + + + Sign &Message + Signa el &missatge + + + Reset all sign message fields + Neteja tots els camps de clau + + + Clear &All + Neteja-ho &tot + + + &Verify Message + &Verifica el missatge + + + Enter the signing address, message (ensure you copy line breaks, spaces, tabs, etc. exactly) and signature below to verify the message. Be careful not to read more into the signature than what is in the signed message itself, to avoid being tricked by a man-in-the-middle attack. + Introduïsca l'adreça signant, missatge (assegura't que copies salts de línia, espais, tabuladors, etc excactament tot el text) i la signatura a sota per verificar el missatge. Per evitar ser enganyat per un atac home-entre-mig, vés amb compte de no llegir més en la signatura del que hi ha al missatge signat mateix. + + + The address the message was signed with (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + La adreça amb el que el missatge va ser signat (per exemple 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + + + Verify the message to ensure it was signed with the specified Bitcoin address + Verificar el missatge per assegurar-se que ha estat signat amb una adreça Bitcoin específica + + + Verify &Message + Verifica el &missatge + + + Reset all verify message fields + Neteja tots els camps de verificació de missatge + + + Enter a Bitcoin address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Introduïu una adreça de Bitcoin (per exemple 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + + + Click "Sign Message" to generate signature + Feu clic a «Signa el missatge» per a generar una signatura + + + The entered address is invalid. + L'adreça introduïda no és vàlida. + + + Please check the address and try again. + Comproveu l'adreça i torneu-ho a provar. + + + The entered address does not refer to a key. + L'adreça introduïda no referencia a cap clau. + + + Wallet unlock was cancelled. + El desbloqueig del moneder ha estat cancelat. + + + Private key for the entered address is not available. + La clau privada per a la adreça introduïda no està disponible. + + + Message signing failed. + La signatura del missatge ha fallat. + + + Message signed. + Missatge signat. + + + The signature could not be decoded. + La signatura no s'ha pogut descodificar. + + + Please check the signature and try again. + Comproveu la signatura i torneu-ho a provar. + + + The signature did not match the message digest. + La signatura no coincideix amb el resum del missatge. + + + Message verification failed. + Ha fallat la verificació del missatge. + + + Message verified. + Missatge verificat. + + + + SplashScreen + + Bitcoin Core + Bitcoin Core + + + The Bitcoin Core developers + Els desenvolupadors del Bitcoin Core + + + [testnet] + [testnet] + + + + TrafficGraphWidget + + KB/s + KB/s + + + + TransactionDesc + + Open until %1 + Obert fins %1 + + + conflicted + en conflicte + + + %1/offline + %1/fora de línia + + + %1/unconfirmed + %1/sense confirmar + + + %1 confirmations + %1 confirmacions + + + Status + Estat + + + , broadcast through %n node(s) + , difusió a través de %n node, difusió a través de %n nodes + + + Date + Data + + + Source + Font + + + Generated + Generat + + + From + Des de + + + To + A + + + own address + Adreça pròpia + + + label + etiqueta + + + Credit + Crèdit + + + matures in %n more block(s) + disponible en %n bloc mésdisponible en %n blocs més + + + not accepted + no acceptat + + + Debit + Dèbit + + + Transaction fee + Comissió de transacció + + + Net amount + Import net + + + Message + Missatge + + + Comment + Comentar + + + Transaction ID + ID de transacció + + + Merchant + Mercader + + + Generated coins must mature %1 blocks before they can be spent. When you generated this block, it was broadcast to the network to be added to the block chain. If it fails to get into the chain, its state will change to "not accepted" and it won't be spendable. This may occasionally happen if another node generates a block within a few seconds of yours. + Les monedes generades han de madurar %1 blocs abans de poder ser gastades. Quan genereu este bloc, es farà saber a la xarxa per tal d'afegir-lo a la cadena de blocs. Si no pot fer-se lloc a la cadena, el seu estat canviarà a «no acceptat» i no es podrà gastar. Això pot passar ocasionalment si un altre node genera un bloc en un marge de segons respecte al vostre. + + + Debug information + Informació de depuració + + + Transaction + Transacció + + + Inputs + Entrades + + + Amount + Import + + + true + cert + + + false + fals + + + , has not been successfully broadcast yet + , encara no ha estat emés correctement + + + Open for %n more block(s) + Obri per %n bloc mésObri per %n blocs més + + + unknown + desconegut + + + + TransactionDescDialog + + Transaction details + Detall de la transacció + + + This pane shows a detailed description of the transaction + Este panell mostra una descripció detallada de la transacció + + + + TransactionTableModel + + Date + Data + + + Type + Tipus + + + Address + Adreça + + + Amount + Import + + + Immature (%1 confirmations, will be available after %2) + Immadur (%1 confirmacions, serà disponible després de %2) + + + Open for %n more block(s) + Obri per %n bloc mésObri per %n blocs més + + + Open until %1 + Obert fins %1 + + + Confirmed (%1 confirmations) + Confirmat (%1 confirmacions) + + + This block was not received by any other nodes and will probably not be accepted! + Este bloc no ha estat rebut per cap altre node i probablement no serà acceptat! + + + Generated but not accepted + Generat però no acceptat + + + Offline + Fora de línia + + + Unconfirmed + Sense confirmar + + + Confirming (%1 of %2 recommended confirmations) + Confirmant (%1 de %2 confirmacions recomanades) + + + Conflicted + En conflicte + + + Received with + Rebut amb + + + Received from + Rebut de + + + Sent to + Enviat a + + + Payment to yourself + Pagament a un mateix + + + Mined + Minat + + + (n/a) + (n/a) + + + Transaction status. Hover over this field to show number of confirmations. + Estat de la transacció. Desplaceu-vos sobre este camp per mostrar el nombre de confirmacions. + + + Date and time that the transaction was received. + Data i hora en que la transacció va ser rebuda. + + + Type of transaction. + Tipus de transacció. + + + Destination address of transaction. + Adreça del destinatari de la transacció. + + + Amount removed from or added to balance. + Import extret o afegit del balanç. + + + + TransactionView + + All + Tot + + + Today + Hui + + + This week + Esta setmana + + + This month + Este mes + + + Last month + El mes passat + + + This year + Enguany + + + Range... + Rang... + + + Received with + Rebut amb + + + Sent to + Enviat a + + + To yourself + A un mateix + + + Mined + Minat + + + Other + Altres + + + Enter address or label to search + Introduïu una adreça o una etiqueta per cercar + + + Min amount + Import mínim + + + Copy address + Copia l'adreça + + + Copy label + Copiar etiqueta + + + Copy amount + Copia l'import + + + Copy transaction ID + Copiar ID de transacció + + + Edit label + Editar etiqueta + + + Show transaction details + Mostra detalls de la transacció + + + Export Transaction History + Exporta l'historial de transacció + + + Exporting Failed + L'exportació ha fallat + + + There was an error trying to save the transaction history to %1. + S'ha produït un error en provar de guardar l'historial de transacció a %1. + + + Exporting Successful + Exportació amb èxit + + + The transaction history was successfully saved to %1. + L'historial de transaccions s'ha guardat correctament a %1. + + + Comma separated file (*.csv) + Fitxer separat per comes (*.csv) + + + Confirmed + Confirmat + + + Date + Data + + + Type + Tipus + + + Label + Etiqueta + + + Address + Adreça + + + Amount + Import + + + ID + ID + + + Range: + Rang: + + + to + a + + + + WalletFrame + + No wallet has been loaded. + No s'ha carregat cap moneder. + + + + WalletModel + + Send Coins + Envia monedes + + + + WalletView + + &Export + &Exporta + + + Export the data in the current tab to a file + Exporta les dades de la pestanya actual a un fitxer + + + Backup Wallet + Còpia de seguretat del moneder + + + Wallet Data (*.dat) + Dades del moneder (*.dat) + + + Backup Failed + Ha fallat la còpia de seguretat + + + There was an error trying to save the wallet data to %1. + S'ha produït un error en provar de guardar les dades del moneder a %1. + + + The wallet data was successfully saved to %1. + S'han guardat les dades del moneder correctament a %1. + + + Backup Successful + La còpia de seguretat s'ha realitzat correctament + + + + bitcoin-core + + Usage: + Ús: + + + List commands + Llista d'ordes + + + Get help for a command + Obté ajuda d'una orde. + + + Options: + Opcions: + + + Specify configuration file (default: bitcoin.conf) + Especifica un fitxer de configuració (per defecte: bitcoin.conf) + + + Specify pid file (default: bitcoind.pid) + Especifica un fitxer pid (per defecte: bitcoind.pid) + + + Specify data directory + Especifica el directori de dades + + + Listen for connections on <port> (default: 8333 or testnet: 18333) + Escolta connexions a <port> (per defecte: 8333 o testnet: 18333) + + + Maintain at most <n> connections to peers (default: 125) + Manté com a molt <n> connexions a iguals (per defecte: 125) + + + Connect to a node to retrieve peer addresses, and disconnect + Connecta al node per obtindre les adreces de les connexions, i desconnecta + + + Specify your own public address + Especifiqueu la vostra adreça pública + + + Threshold for disconnecting misbehaving peers (default: 100) + Límit per a desconectar connexions errònies (per defecte: 100) + + + Number of seconds to keep misbehaving peers from reconnecting (default: 86400) + Nombre de segons abans de reconectar amb connexions errònies (per defecte: 86400) + + + An error occurred while setting up the RPC port %u for listening on IPv4: %s + S'ha produït un error al configurar el port RPC %u escoltant a IPv4: %s + + + Listen for JSON-RPC connections on <port> (default: 8332 or testnet: 18332) + Escolta connexions JSON-RPC al port <port> (per defecte: 8332 o testnet:18332) + + + Accept command line and JSON-RPC commands + Accepta la línia d'ordes i ordes JSON-RPC + + + Bitcoin Core RPC client version + Versió del client RPC del Bitcoin Core + + + Run in the background as a daemon and accept commands + Executa en segon pla com a programa dimoni i accepta ordes + + + Use the test network + Utilitza la xarxa de prova + + + Accept connections from outside (default: 1 if no -proxy or -connect) + Accepta connexions de fora (per defecte: 1 si no -proxy o -connect) + + + %s, you must set a rpcpassword in the configuration file: +%s +It is recommended you use the following random password: +rpcuser=bitcoinrpc +rpcpassword=%s +(you do not need to remember this password) +The username and password MUST NOT be the same. +If the file does not exist, create it with owner-readable-only file permissions. +It is also recommended to set alertnotify so you are notified of problems; +for example: alertnotify=echo %%s | mail -s "Bitcoin Alert" admin@foo.com + + %s, heu d'establir una contrasenya RPC al fitxer de configuració: %s +Es recomana que useu la següent contrasenya aleatòria: +rpcuser=bitcoinrpc +rpcpassword=%s +(no necesiteu recordar esta contrasenya) +El nom d'usuari i la contrasenya NO HAN de ser els mateixos. +Si el fitxer no existeix, crea'l amb els permisos de fitxer de només lectura per al propietari. +També es recomana establir la notificació d'alertes i així sereu notificat de les incidències; +per exemple: alertnotify=echo %%s | mail -s "Bitcoin Alert" admin@foo.com + + + + Acceptable ciphers (default: TLSv1.2+HIGH:TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!3DES:@STRENGTH) + Xifrats acceptables (per defecte: TLSv1.2+HIGH:TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!3DES:@STRENGTH) + + + An error occurred while setting up the RPC port %u for listening on IPv6, falling back to IPv4: %s + S'ha produït un error en configurar el port RPC %u escoltant a IPv6, retrocedint a IPv4: %s + + + Bind to given address and always listen on it. Use [host]:port notation for IPv6 + Vincula a una adreça específica i sempre escolta-hi. Utilitza la notació [host]:port per IPv6 + + + Continuously rate-limit free transactions to <n>*1000 bytes per minute (default:15) + Limita contínuament les transaccions gratuïtes a <n>*1000 bytes per minut (per defecte: 15) + + + Enter regression test mode, which uses a special chain in which blocks can be solved instantly. This is intended for regression testing tools and app development. + Entra en el mode de prova de regressió, que utilitza una cadena especial en què els blocs es poden resoldre al moment. Això està pensat per a les eines de proves de regressió i per al desenvolupament d'aplicacions. + + + Enter regression test mode, which uses a special chain in which blocks can be solved instantly. + Entra en el mode de proves de regressió, que utilitza una cadena especial en què els blocs poden resoldre's al moment. + + + Error: Listening for incoming connections failed (listen returned error %d) + Error: no s'han pogut escoltar les connexions entrants (l'escoltament a retornat l'error %d) + + + Error: The transaction was rejected! This might happen if some of the coins in your wallet were already spent, such as if you used a copy of wallet.dat and coins were spent in the copy but not marked as spent here. + Error: La transacció ha estat rebutjada. Això pot passar si alguna de les monedes del teu moneder ja s'han gastat, com si haguesis usat una copia de l'arxiu wallet.dat i s'hagueren gastat monedes de la copia però sense marcar com gastades en este. + + + Error: This transaction requires a transaction fee of at least %s because of its amount, complexity, or use of recently received funds! + Error: Esta transacció requereix una comissió d'almenys %s degut al seu import, complexitat o per l'ús de fons recentment rebuts! + + + Execute command when a wallet transaction changes (%s in cmd is replaced by TxID) + Executa una orde quan una transacció del moneder canvie (%s en cmd es canvia per TxID) + + + Fees smaller than this are considered zero fee (for transaction creation) (default: + Les comissions inferiors que esta es consideren comissió zero (per a la creació de la transacció) (per defecte: + + + Flush database activity from memory pool to disk log every <n> megabytes (default: 100) + Buida l'activitat de la base de dades de la memòria disponible al registre del disc cada <n> megabytes (per defecte: 100) + + + How thorough the block verification of -checkblocks is (0-4, default: 3) + Com d'exhaustiva és la verificació de blocs de -checkblocks is (0-4, per defecte: 3) + + + In this mode -genproclimit controls how many blocks are generated immediately. + En este mode -genproclimit controla quants blocs es generen immediatament. + + + Set the number of script verification threads (%u to %d, 0 = auto, <0 = leave that many cores free, default: %d) + Defineix el nombre de fils de verificació d'scripts (%u a %d, 0 = auto, <0 = deixa tants nuclis lliures, per defecte: %d) + + + Set the processor limit for when generation is on (-1 = unlimited, default: -1) + Defineix el límit de processadors quan està activada la generació (-1 = sense límit, per defecte: -1) + + + This is a pre-release test build - use at your own risk - do not use for mining or merchant applications + Esta és una versió de pre-llançament - utilitza-la sota la teva responsabilitat - No usar per a minería o aplicacions de compra-venda + + + Unable to bind to %s on this computer. Bitcoin Core is probably already running. + No es pot enllaçar %s a este ordinador. El Bitcoin Core probablement ja estiga executant-s'hi. + + + Use separate SOCKS5 proxy to reach peers via Tor hidden services (default: -proxy) + Utilitza un proxy SOCKS5 apart per arribar a iguals a través de serveis de Tor ocults (per defecte: -proxy) + + + Warning: -paytxfee is set very high! This is the transaction fee you will pay if you send a transaction. + Avís: el -paytxfee és molt elevat! Esta és la comissió de transacció que pagareu si envieu una transacció. + + + Warning: Please check that your computer's date and time are correct! If your clock is wrong Bitcoin will not work properly. + Avís: comproveu que la data i l'hora del vostre ordinador siguen correctes! Si el rellotge està mal configurat, Bitcoin no funcionarà de manera apropiada. + + + Warning: The network does not appear to fully agree! Some miners appear to be experiencing issues. + Avís: la xarxa no pareix que hi estiga plenament d'acord. Alguns miners pareix que estan experimentant problemes. + + + Warning: We do not appear to fully agree with our peers! You may need to upgrade, or other nodes may need to upgrade. + Avís: pareix que no estem plenament d'acord amb els nostres iguals! Podria caldre que actualitzar l'aplicació, o potser que ho facen altres nodes. + + + Warning: error reading wallet.dat! All keys read correctly, but transaction data or address book entries might be missing or incorrect. + Avís: error en llegir el fitxer wallet.dat! Totes les claus es lligen correctament, però hi ha dades de transaccions o entrades de la llibreta d'adreces absents o bé son incorrectes. + + + Warning: wallet.dat corrupt, data salvaged! Original wallet.dat saved as wallet.{timestamp}.bak in %s; if your balance or transactions are incorrect you should restore from a backup. + Avís: el fitxer wallet.dat és corrupte, dades rescatades! L'arxiu wallet.dat original ha estat guardat com wallet.{estampa_temporal}.bak al directori %s; si el teu balanç o transaccions son incorrectes hauries de restaurar-lo de un backup. + + + (default: 1) + (per defecte: 1) + + + (default: wallet.dat) + (per defecte: wallet.dat) + + + <category> can be: + <category> pot ser: + + + Attempt to recover private keys from a corrupt wallet.dat + Intenta recuperar les claus privades d'un fitxer wallet.dat corrupte + + + Bitcoin Core Daemon + Dimoni del Bitcoin Core + + + Block creation options: + Opcions de la creació de blocs: + + + Clear list of wallet transactions (diagnostic tool; implies -rescan) + Neteja la llista de transaccions del moneder (eina de diagnòstic; implica -rescan) + + + Connect only to the specified node(s) + Connecta només al(s) node(s) especificats + + + Connect through SOCKS proxy + Connecta a través d'un proxy SOCKS + + + Connect to JSON-RPC on <port> (default: 8332 or testnet: 18332) + Connecta a JSON-RPC des de <port> (per defecte: 8332 o testnet: 18332) + + + Connection options: + Opcions de connexió: + + + Corrupted block database detected + S'ha detectat una base de dades de blocs corrupta + + + Debugging/Testing options: + Opcions de depuració/proves: + + + Disable safemode, override a real safe mode event (default: 0) + Inhabilia el mode segur (safemode), invalida un esdeveniment de mode segur real (per defecte: 0) + + + Discover own IP address (default: 1 when listening and no -externalip) + Descobreix la pròpia adreça IP (per defecte: 1 quan escoltant i no -externalip) + + + Do not load the wallet and disable wallet RPC calls + No carreguis el moneder i inhabilita les crides RPC del moneder + + + Do you want to rebuild the block database now? + Voleu reconstruir la base de dades de blocs ara? + + + Error initializing block database + Error carregant la base de dades de blocs + + + Error initializing wallet database environment %s! + Error inicialitzant l'entorn de la base de dades del moneder %s! + + + Error loading block database + Error carregant la base de dades del bloc + + + Error opening block database + Error en obrir la base de dades de blocs + + + Error: Disk space is low! + Error: Espai al disc baix! + + + Error: Wallet locked, unable to create transaction! + Error: El moneder està bloquejat, no és possible crear la transacció! + + + Error: system error: + Error: error de sistema: + + + Failed to listen on any port. Use -listen=0 if you want this. + Ha fallat escoltar a qualsevol port. Feu servir -listen=0 si voleu fer això. + + + Failed to read block info + Ha fallat la lectura de la informació del bloc + + + Failed to read block + Ha fallat la lectura del bloc + + + Failed to sync block index + Ha fallat la sincronització de l'índex de blocs + + + Failed to write block index + Ha fallat la escriptura de l'índex de blocs + + + Failed to write block info + Ha fallat la escriptura de la informació de bloc + + + Failed to write block + Ha fallat l'escriptura del bloc + + + Failed to write file info + Ha fallat l'escriptura de la informació de fitxer + + + Failed to write to coin database + Ha fallat l'escriptura de la basse de dades de monedes + + + Failed to write transaction index + Ha fallat l'escriptura de l'índex de transaccions + + + Failed to write undo data + Ha fallat el desfer de dades + + + Fee per kB to add to transactions you send + Comissió per kB per afegir a les transaccions que envieu + + + Fees smaller than this are considered zero fee (for relaying) (default: + Les comissions inferiors que esta es consideren comissions zero (a efectes de transmissió) (per defecte: + + + Find peers using DNS lookup (default: 1 unless -connect) + Cerca punts de connexió usant rastreig de DNS (per defecte: 1 tret d'usar -connect) + + + Force safe mode (default: 0) + Força el mode segur (per defecte: 0) + + + Generate coins (default: 0) + Genera monedes (per defecte: 0) + + + How many blocks to check at startup (default: 288, 0 = all) + Quants blocs s'han de confirmar a l'inici (per defecte: 288, 0 = tots) + + + If <category> is not supplied, output all debugging information. + Si no se subministra <category>, mostra tota la informació de depuració. + + + Importing... + S'està important... + + + Incorrect or no genesis block found. Wrong datadir for network? + No s'ha trobat el bloc de gènesi o és incorrecte. El directori de dades de la xarxa és incorrecte? + + + Invalid -onion address: '%s' + Adreça -onion no vàlida: '%s' + + + Not enough file descriptors available. + No hi ha suficient descriptors de fitxers disponibles. + + + Prepend debug output with timestamp (default: 1) + Posa davant de l'eixida de depuració una marca horària (per defecte: 1) + + + RPC client options: + Opcions del client RPC: + + + Rebuild block chain index from current blk000??.dat files + Reconstrueix l'índex de la cadena de blocs dels fitxers actuals blk000??.dat + + + Select SOCKS version for -proxy (4 or 5, default: 5) + Selecciona la versió de SOCKS del -proxy (4 o 5, per defecte: 5) + + + Set database cache size in megabytes (%d to %d, default: %d) + Defineix la mida de la memòria cau de la base de dades en megabytes (%d a %d, per defecte: %d) + + + Set maximum block size in bytes (default: %d) + Defineix la mida màxim del bloc en bytes (per defecte: %d) + + + Set the number of threads to service RPC calls (default: 4) + Estableix el nombre de fils per atendre trucades RPC (per defecte: 4) + + + Specify wallet file (within data directory) + Especifica un fitxer de moneder (dins del directori de dades) + + + Spend unconfirmed change when sending transactions (default: 1) + Gasta el canvi sense confirmar en enviar transaccions (per defecte: 1) + + + This is intended for regression testing tools and app development. + Això s'així per a eines de proves de regressió per al desenvolupament d'aplicacions. + + + Usage (deprecated, use bitcoin-cli): + Ús (obsolet, feu servir bitcoin-cli): + + + Verifying blocks... + S'estan verificant els blocs... + + + Verifying wallet... + S'està verificant el moneder... + + + Wait for RPC server to start + Espereu el servidor RPC per començar + + + Wallet %s resides outside data directory %s + El moneder %s resideix fora del directori de dades %s + + + Wallet options: + Opcions de moneder: + + + Warning: Deprecated argument -debugnet ignored, use -debug=net + Avís: argument obsolet -debugnet ignorat, feu servir -debug=net + + + You need to rebuild the database using -reindex to change -txindex + Cal que reconstruïu la base de dades fent servir -reindex per canviar -txindex + + + Imports blocks from external blk000??.dat file + Importa blocs d'un fitxer blk000??.dat extern + + + Cannot obtain a lock on data directory %s. Bitcoin Core is probably already running. + No es pot obtindre un bloqueig del directori de dades %s. El Bitcoin Core probablement ja s'estiga executant. + + + Execute command when a relevant alert is received or we see a really long fork (%s in cmd is replaced by message) + Executa l'orde quan es reba un avís rellevant o veiem una forquilla molt llarga (%s en cmd és reemplaçat per un missatge) + + + Output debugging information (default: 0, supplying <category> is optional) + Informació de la depuració d'eixida (per defecte: 0, proporcionar <category> és opcional) + + + Set maximum size of high-priority/low-fee transactions in bytes (default: %d) + Defineix la mida màxima de transaccions d'alta prioritat / baixa comissió en bytes (per defecte: %d) + + + Information + Informació + + + Invalid amount for -minrelaytxfee=<amount>: '%s' + Import no vàlid per a -minrelaytxfee=<amount>: «%s» + + + Invalid amount for -mintxfee=<amount>: '%s' + Import no vàlid per a -mintxfee=<amount>: «%s» + + + Limit size of signature cache to <n> entries (default: 50000) + Mida límit de la memòria cau de signatura per a <n> entrades (per defecte: 50000) + + + Log transaction priority and fee per kB when mining blocks (default: 0) + Registra la prioritat de transacció i comissió per kB en minar blocs (per defecte: 0) + + + Maintain a full transaction index (default: 0) + Manté l'índex sencer de transaccions (per defecte: 0) + + + Maximum per-connection receive buffer, <n>*1000 bytes (default: 5000) + Mida màxima del buffer de recepció per a cada connexió, <n>*1000 bytes (default: 5000) + + + Maximum per-connection send buffer, <n>*1000 bytes (default: 1000) + Mida màxima del buffer d'enviament per a cada connexió, <n>*1000 bytes (default: 5000) + + + Only accept block chain matching built-in checkpoints (default: 1) + Només accepta cadenes de blocs que coincidisquen amb els punts de prova (per defecte: 1) + + + Only connect to nodes in network <net> (IPv4, IPv6 or Tor) + Només connecta als nodes de la xarxa <net> (IPv4, IPv6 o Tor) + + + Print block on startup, if found in block index + Imprimeix el block a l'inici, si es troba l'índex de blocs + + + Print block tree on startup (default: 0) + Imprimeix l'arbre de blocs a l'inici (per defecte: 0) + + + RPC SSL options: (see the Bitcoin Wiki for SSL setup instructions) + Opcions RPC SSL: (veieu el wiki del Bitcoin per a instruccions de configuració de l'SSL) + + + RPC server options: + Opcions del servidor RPC: + + + Randomly drop 1 of every <n> network messages + Descarta a l'atzar 1 de cada <n> missatges de la xarxa + + + Randomly fuzz 1 of every <n> network messages + Introdueix incertesa en 1 de cada <n> missatges de la xarxa + + + Run a thread to flush wallet periodically (default: 1) + Executa un fil per buidar el moneder periòdicament (per defecte: 1) + + + SSL options: (see the Bitcoin Wiki for SSL setup instructions) + Opcions SSL: (veure la Wiki de Bitcoin per a instruccions de configuració SSL) + + + Send command to Bitcoin Core + Envia una orde al Bitcoin Core + + + Send trace/debug info to console instead of debug.log file + Envia informació de traça/depuració a la consola en comptes del fitxer debug.log + + + Set minimum block size in bytes (default: 0) + Defineix una mida mínima de bloc en bytes (per defecte: 0) + + + Sets the DB_PRIVATE flag in the wallet db environment (default: 1) + Defineix el senyal DB_PRIVATE en l'entorn db del moneder (per defecte: 1) + + + Show all debugging options (usage: --help -help-debug) + Mostra totes les opcions de depuració (ús: --help --help-debug) + + + Show benchmark information (default: 0) + Mostra la informació del test de referència (per defecte: 0) + + + Shrink debug.log file on client startup (default: 1 when no -debug) + Redueix el fitxer debug.log durant l'inici del client (per defecte: 1 quan no -debug) + + + Signing transaction failed + Ha fallat la signatura de la transacció + + + Specify connection timeout in milliseconds (default: 5000) + Especifica el temps limit per a un intent de connexió en mil·lisegons (per defecte: 5000) + + + Start Bitcoin Core Daemon + Inicia el dimoni del Bitcoin Core + + + System error: + Error de sistema: + + + Transaction amount too small + Import de la transacció massa petit + + + Transaction amounts must be positive + Els imports de les transaccions han de ser positius + + + Transaction too large + La transacció és massa gran + + + Use UPnP to map the listening port (default: 0) + Utilitza UPnP per a mapejar els ports d'escolta (per defecte: 0) + + + Use UPnP to map the listening port (default: 1 when listening) + Utilitza UPnP per a mapejar els ports d'escolta (per defecte: 1 quan s'escolta) + + + Username for JSON-RPC connections + Nom d'usuari per a connexions JSON-RPC + + + Warning + Avís + + + Warning: This version is obsolete, upgrade required! + Avís: esta versió està obsoleta. És necessari actualitzar-la! + + + Zapping all transactions from wallet... + Se suprimeixen totes les transaccions del moneder... + + + on startup + a l'inici de l'aplicació + + + version + versió + + + wallet.dat corrupt, salvage failed + El fitxer wallet.data és corrupte. El rescat de les dades ha fallat + + + Password for JSON-RPC connections + Contrasenya per a connexions JSON-RPC + + + Allow JSON-RPC connections from specified IP address + Permetre connexions JSON-RPC d'adreces IP específiques + + + Send commands to node running on <ip> (default: 127.0.0.1) + Envia ordes al node en execució a <ip> (per defecte: 127.0.0.1) + + + Execute command when the best block changes (%s in cmd is replaced by block hash) + Executa l'orde quan el millor bloc canvie (%s en cmd es reemplaça per un resum de bloc) + + + Upgrade wallet to latest format + Actualitza el moneder a l'últim format + + + Set key pool size to <n> (default: 100) + Defineix el límit de nombre de claus a <n> (per defecte: 100) + + + Rescan the block chain for missing wallet transactions + Reescaneja la cadena de blocs en les transaccions de moneder perdudes + + + Use OpenSSL (https) for JSON-RPC connections + Utilitza OpenSSL (https) per a connexions JSON-RPC + + + Server certificate file (default: server.cert) + Fitxer del certificat de servidor (per defecte: server.cert) + + + Server private key (default: server.pem) + Clau privada del servidor (per defecte: server.pem) + + + This help message + Este misatge d'ajuda + + + Unable to bind to %s on this computer (bind returned error %d, %s) + No es pot vincular %s amb este ordinador (s'ha retornat l'error %d, %s) + + + Allow DNS lookups for -addnode, -seednode and -connect + Permet consultes DNS per a -addnode, -seednode i -connect + + + Loading addresses... + S'estan carregant les adreces... + + + Error loading wallet.dat: Wallet corrupted + Error en carregar wallet.dat: Moneder corrupte + + + Error loading wallet.dat: Wallet requires newer version of Bitcoin + Error en carregar wallet.dat: El moneder requereix una versió del Bitcoin més moderna + + + Wallet needed to be rewritten: restart Bitcoin to complete + Cal reescriure el moneder: reinicieu el Bitcoin per a completar la tasca + + + Error loading wallet.dat + Error en carregar wallet.dat + + + Invalid -proxy address: '%s' + Adreça -proxy invalida: '%s' + + + Unknown network specified in -onlynet: '%s' + Xarxa desconeguda especificada a -onlynet: '%s' + + + Unknown -socks proxy version requested: %i + S'ha demanat una versió desconeguda de -socks proxy: %i + + + Cannot resolve -bind address: '%s' + No es pot resoldre l'adreça -bind: '%s' + + + Cannot resolve -externalip address: '%s' + No es pot resoldre l'adreça -externalip: '%s' + + + Invalid amount for -paytxfee=<amount>: '%s' + Import no vàlid per a -paytxfee=<amount>: «%s» + + + Invalid amount + Import no vàlid + + + Insufficient funds + Balanç insuficient + + + Loading block index... + S'està carregant l'índex de blocs... + + + Add a node to connect to and attempt to keep the connection open + Afig un node per a connectar-s'hi i intenta mantindre-hi la connexió oberta + + + Loading wallet... + S'està carregant el moneder... + + + Cannot downgrade wallet + No es pot reduir la versió del moneder + + + Cannot write default address + No es pot escriure l'adreça per defecte + + + Rescanning... + S'està reescanejant... + + + Done loading + Ha acabat la càrrega + + + To use the %s option + Utilitza l'opció %s + + + Error + Error + + + You must set rpcpassword=<password> in the configuration file: +%s +If the file does not exist, create it with owner-readable-only file permissions. + Heu de configurar el rpcpassword=<password> al fitxer de configuració: +%s +Si el fitxer no existeix, creeu-lo amb els permís owner-readable-only. + + \ No newline at end of file diff --git a/src/qt/locale/bitcoin_ca_ES.ts b/src/qt/locale/bitcoin_ca_ES.ts index a49bbb0a43527..7fbef42e5c28d 100644 --- a/src/qt/locale/bitcoin_ca_ES.ts +++ b/src/qt/locale/bitcoin_ca_ES.ts @@ -3,7 +3,11 @@ AboutDialog About Bitcoin Core - Sobre el Nucli de Bitcoin + Quant al Bitcoin Core + + + <b>Bitcoin Core</b> version + Versió del <b>Bitcoin Core</b> @@ -12,13 +16,26 @@ This is experimental software. Distributed under the MIT/X11 software license, see the accompanying file COPYING or http://www.opensource.org/licenses/mit-license.php. This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit (http://www.openssl.org/) and cryptographic software written by Eric Young (eay@cryptsoft.com) and UPnP software written by Thomas Bernard. - \n Aquest és software experimental.\n\n Distribuït sota llicència de software MIT/11, veure l'arxiu COPYING o http://www.opensource.org/licenses/mit-license.php.\n\nAquest producte inclou software desarrollat pel projecte OpenSSL per a l'ús de OppenSSL Toolkit (http://www.openssl.org/) i de softwqre criptogràfic escrit per l'Eric Young (eay@cryptsoft.com) i software UPnP escrit per en Thomas Bernard. + +Això és programari experimental. + +Distribuït sota llicència de programari MIT/11, vegeu el fitxer COPYING o http://www.opensource.org/licenses/mit-license.php. + +Aquest producte inclou programari desenvolupat pel projecte OpenSSL per a l'ús en l'OppenSSL Toolkit (http://www.openssl.org/) i de programari criptogràfic escrit per Eric Young (eay@cryptsoft.com) i programari UPnP escrit per Thomas Bernard. Copyright Copyright - + + The Bitcoin Core developers + Els desenvolupadors del Bitcoin Core + + + (%1-bit) + (%1-bit) + + AddressBookPage @@ -27,77 +44,97 @@ This product includes software developed by the OpenSSL Project for use in the O Create a new address - Crear una nova adreça + Crea una nova adreça &New - &Nou + &Nova Copy the currently selected address to the system clipboard - Copiar l'adreça seleccionada al porta-retalls del sistema + Copia l'adreça seleccionada al porta-retalls del sistema &Copy - &Copiar + &Copia + + + C&lose + &Tanca &Copy Address - &Copiar adreça + &Copia l'adreça Delete the currently selected address from the list - Esborrar l'adreça sel·leccionada + Elimina l'adreça sel·leccionada actualment de la llista Export the data in the current tab to a file - Exportar les dades de la pestanya actual a un arxiu + Exporta les dades de la pestanya actual a un fitxer &Export - &Exportar + &Exporta &Delete - &Esborrar + &Elimina Choose the address to send coins to - Escull una adreça a la qual enviar coins + Trieu una adreça on voleu enviar monedes Choose the address to receive coins with - Escull l'adreça a la quals vols rebre coins + Trieu l'adreça on voleu rebre monedes + + + C&hoose + T&ria Sending addresses - Enviant adreces + S'estan enviant les adreces Receiving addresses - Rebent adreces + S'estan rebent les adreces These are your Bitcoin addresses for sending payments. Always check the amount and the receiving address before sending coins. - Aquestes són la seva adreça de Bitcoin per enviar els pagaments. Sempre revisi la quantitat i l'adreça del destinatari abans transferència de monedes. + Aquestes són les vostres adreces de Bitcoin per enviar els pagaments. Sempre reviseu l'import i l'adreça del destinatari abans de transferir monedes. + + + These are your Bitcoin addresses for receiving payments. It is recommended to use a new receiving address for each transaction. + Aquestes són les vostres adreces Bitcoin per rebre pagaments. Es recomana utilitzar una adreça nova de recepció per a cada transacció. Copy &Label - Copiar &Etiqueta + Copia l'&etiqueta &Edit - &Editar + &Edita Export Address List - Exportar la llista d'adre + Exporta la llista d'adreces Comma separated file (*.csv) - Arxiu de separació per comes (*.csv) + Fitxer de separació amb comes (*.csv) - + + Exporting Failed + L'exportació ha fallat + + + There was an error trying to save the address list to %1. + S'ha produït un error en provar de desar la llista d'adreces a %1. + + AddressTableModel @@ -117,11 +154,11 @@ This product includes software developed by the OpenSSL Project for use in the O AskPassphraseDialog Passphrase Dialog - Dialeg de contrasenya + Diàleg de contrasenya Enter passphrase - Introdueix contrasenya + Introduïu una contrasenya New passphrase @@ -129,19 +166,19 @@ This product includes software developed by the OpenSSL Project for use in the O Repeat new passphrase - Repeteix la nova contrasenya + Repetiu la nova contrasenya Enter the new passphrase to the wallet.<br/>Please use a passphrase of <b>10 or more random characters</b>, or <b>eight or more words</b>. - Introdueixi la nova contrasenya al moneder<br/>Si us plau useu una contrasenya de <b>10 o més caracters aleatoris</b>, o <b>vuit o més paraules</b>. + Introduïu la nova contrasenya al moneder<br/>Feu servir una contrasenya de <b>10 o més caràcters aleatoris</b>, o <b>vuit o més paraules</b>. Encrypt wallet - Xifrar la cartera + Encripta el moneder This operation needs your wallet passphrase to unlock the wallet. - Aquesta operació requereix la seva contrasenya del moneder per a desbloquejar-lo. + Aquesta operació requereix la contrasenya del moneder per a desbloquejar-lo. Unlock wallet @@ -149,7 +186,7 @@ This product includes software developed by the OpenSSL Project for use in the O This operation needs your wallet passphrase to decrypt the wallet. - Aquesta operació requereix la seva contrasenya del moneder per a desencriptar-lo. + Aquesta operació requereix la contrasenya del moneder per desencriptar-lo. Decrypt wallet @@ -157,19 +194,19 @@ This product includes software developed by the OpenSSL Project for use in the O Change passphrase - Canviar la contrasenya + Canvia la contrasenya Enter the old and new passphrase to the wallet. - Introdueixi tant l'antiga com la nova contrasenya de moneder. + Introduïu tant la contrasenya antiga com la nova del moneder. Confirm wallet encryption - Confirmar l'encriptació del moneder + Confirma l'encriptació del moneder Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR BITCOINS</b>! - Advertència: Si encripteu el vostre moneder i perdeu la constrasenya, <b>PERDREU TOTS ELS VOSTRES BITCOINS</b>! + Avís: si encripteu el vostre moneder i perdeu la contrasenya, <b>PERDREU TOTS ELS VOSTRES BITCOINS</b>! Are you sure you wish to encrypt your wallet? @@ -177,11 +214,11 @@ This product includes software developed by the OpenSSL Project for use in the O IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. For security reasons, previous backups of the unencrypted wallet file will become useless as soon as you start using the new, encrypted wallet. - IMPORTANT: Tota copia de seguretat que hagis realitzat hauria de ser reemplaçada pel, recentment generat, arxiu encriptat del moneder. + IMPORTANT: Tota copia de seguretat que hàgiu realitzat hauria de ser reemplaçada pel, recentment generat, fitxer encriptat del moneder. Warning: The Caps Lock key is on! - Advertència: Les lletres majúscules estàn activades! + Avís: Les lletres majúscules estan activades! Wallet encrypted @@ -189,7 +226,7 @@ This product includes software developed by the OpenSSL Project for use in the O Bitcoin will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer. - Bitcoin es tancarà ara per acabar el procés d'encriptació. Recorda que encriptar el teu moneder no protegeix completament els teus bitcoins de ser robades per programari maliciós instal·lat al teu ordinador. + Bitcoin es tancarà ara per acabar el procés d'encriptació. Recordeu que encriptar el moneder no protegeix completament els bitcoins de ser robats per programari maliciós instal·lat a l'ordinador. Wallet encryption failed @@ -197,7 +234,7 @@ This product includes software developed by the OpenSSL Project for use in the O Wallet encryption failed due to an internal error. Your wallet was not encrypted. - L'encriptació del moneder ha fallat per un error intern. El seu moneder no ha estat encriptat. + L'encriptació del moneder ha fallat per un error intern. El moneder no ha estat encriptat. The supplied passphrases do not match. @@ -209,7 +246,7 @@ This product includes software developed by the OpenSSL Project for use in the O The passphrase entered for the wallet decryption was incorrect. - La contrasenya introduïda per a desencriptar el moneder és incorrecte. + La contrasenya introduïda per a desencriptar el moneder és incorrecta. Wallet decryption failed @@ -224,11 +261,11 @@ This product includes software developed by the OpenSSL Project for use in the O BitcoinGUI Sign &message... - Signar &missatge... + Signa el &missatge... Synchronizing with network... - Sincronitzant amb la xarxa ... + S'està sincronitzant amb la xarxa ... &Overview @@ -240,7 +277,7 @@ This product includes software developed by the OpenSSL Project for use in the O Show general overview of wallet - Mostra panorama general del moneder + Mostra el panorama general del moneder &Transactions @@ -252,19 +289,19 @@ This product includes software developed by the OpenSSL Project for use in the O E&xit - S&ortir + S&urt Quit application - Sortir de l'aplicació + Surt de l'aplicació Show information about Bitcoin - Mostra informació sobre Bitcoin + Mostra informació sobre el Bitcoin About &Qt - Sobre &Qt + Quant a &Qt Show information about Qt @@ -276,51 +313,63 @@ This product includes software developed by the OpenSSL Project for use in the O &Encrypt Wallet... - &Xifrar moneder + &Encripta el moneder... &Backup Wallet... - &Realitzant copia de seguretat del moneder... + &Realitza una còpia de seguretat del moneder... &Change Passphrase... - &Canviar contrasenya... + &Canvia la contrasenya... + + + &Sending addresses... + Adreces d'e&nviament... + + + &Receiving addresses... + Adreces de &recepció + + + Open &URI... + Obre un &URI... Importing blocks from disk... - Important blocs del disc.. + S'estan important els blocs del disc... Reindexing blocks on disk... - Re-indexant blocs al disc... + S'estan reindexant els blocs al disc... Send coins to a Bitcoin address - Enviar monedes a una adreça Bitcoin + Envia monedes a una adreça Bitcoin Modify configuration options for Bitcoin - Modificar les opcions de configuració per bitcoin + Modifica les opcions de configuració per bitcoin Backup wallet to another location - Realitzar còpia de seguretat del moneder a un altre directori + Realitza una còpia de seguretat del moneder a una altra ubicació Change the passphrase used for wallet encryption - Canviar la constrasenya d'encriptació del moneder + Canvia la contrasenya d'encriptació del moneder &Debug window - &Finestra de debug + &Finestra de depuració Open debugging and diagnostic console - Obrir la consola de diagnòstic i debugging + Obre la consola de diagnòstic i depuració &Verify message... - &Verifica el missatge.. + &Verifica el missatge... Bitcoin @@ -332,23 +381,23 @@ This product includes software developed by the OpenSSL Project for use in the O &Send - &Enviar + &Envia &Receive - &Rebre + &Rep &Show / Hide - &Mostrar / Amagar + &Mostra / Amaga Show or hide the main Window - Mostrar o amagar la finestra principal + Mostra o amaga la finestra principal Encrypt the private keys that belong to your wallet - Xifrar les claus privades pertanyents al seu moneder + Encripta les claus privades pertanyents al moneder Sign messages with your Bitcoin addresses to prove you own them @@ -356,11 +405,11 @@ This product includes software developed by the OpenSSL Project for use in the O Verify messages to ensure they were signed with specified Bitcoin addresses - Verificar els missatges per assegurar-te que han estat signades amb una adreça Bitcoin específica. + Verifiqueu els missatges per assegurar-vos que han estat signats amb una adreça Bitcoin específica. &File - &Arxiu + &Fitxer &Settings @@ -372,7 +421,7 @@ This product includes software developed by the OpenSSL Project for use in the O Tabs toolbar - Barra d'eines de seccions + Barra d'eines de les pestanyes [testnet] @@ -380,16 +429,48 @@ This product includes software developed by the OpenSSL Project for use in the O Bitcoin Core - Nucli de Bitcoin + Bitcoin Core + + + Request payments (generates QR codes and bitcoin: URIs) + Sol·licita pagaments (genera codis QR i bitcoin: URI) + + + &About Bitcoin Core + &Quant al Bitcoin Core + + + Show the list of used sending addresses and labels + Mostra la llista d'adreces d'enviament i etiquetes utilitzades + + + Show the list of used receiving addresses and labels + Mostra la llista d'adreces de recepció i etiquetes utilitzades + + + Open a bitcoin: URI or payment request + Obre una bitcoin: sol·licitud d'URI o pagament + + + &Command-line options + Opcions de la &línia d'ordres + + + Show the Bitcoin Core help message to get a list with possible Bitcoin command-line options + Mostra el missatge d'ajuda del Bitcoin Core per obtenir una llista amb les possibles opcions de línia d'ordres de Bitcoin Bitcoin client - Client Bitcoin + Client de Bitcoin %n active connection(s) to Bitcoin network %n connexió activa a la xarxa Bitcoin%n connexions actives a la xarxa Bitcoin + + No block source available... + No hi ha cap font de bloc disponible... + Processed %1 of %2 (estimated) blocks of transaction history. Processat el %1 de %2 (estimat) dels blocs del històric de transaccions. @@ -410,17 +491,25 @@ This product includes software developed by the OpenSSL Project for use in the O %n week(s) %n setmana%n setmanes + + %1 and %2 + %1 i %2 + + + %n year(s) + %n any%n anys + %1 behind - %1 radera + %1 darrere Last received block was generated %1 ago. - Lúltim bloc rebut ha estat generat fa %1. + El darrer bloc rebut ha estat generat fa %1. Transactions after this will not yet be visible. - Les transaccions a partir d'això no seràn visibles. + Les transaccions a partir d'això no seran visibles. Error @@ -440,7 +529,7 @@ This product includes software developed by the OpenSSL Project for use in the O Catching up... - Posar-se al dia ... + S'està posant al dia ... Sent transaction @@ -456,7 +545,7 @@ Amount: %2 Type: %3 Address: %4 - Data: %1\nQuantitat %2\n Tipus: %3\n Adreça: %4\n + Data: %1\nImport: %2\n Tipus: %3\n Adreça: %4\n Wallet is <b>encrypted</b> and currently <b>unlocked</b> @@ -480,6 +569,10 @@ Address: %4 CoinControlDialog + + Coin Control Address Selection + Selecció de l'adreça de control de monedes + Quantity: Quantitat: @@ -490,7 +583,7 @@ Address: %4 Amount: - Quantitat: + Import: Priority: @@ -500,14 +593,22 @@ Address: %4 Fee: Quota: + + Low Output: + Baix rendiment: + After Fee: - Quota posterior: + Comissió posterior: Change: Canvi: + + (un)select all + (des)selecciona-ho tot + Tree mode Mode arbre @@ -518,7 +619,7 @@ Address: %4 Amount - Quantitat + Import Address @@ -550,12 +651,48 @@ Address: %4 Copy amount - Copiar quantitat + Copia l'import Copy transaction ID Copiar ID de transacció + + Lock unspent + Bloqueja sense gastar + + + Unlock unspent + Desbloqueja sense gastar + + + Copy quantity + Copia la quantitat + + + Copy fee + Copia la comissió + + + Copy after fee + Copia la comissió posterior + + + Copy bytes + Copia els bytes + + + Copy priority + Copia la prioritat + + + Copy low output + Copia el baix rendiment + + + Copy change + Copia el canvi + highest El més alt @@ -592,13 +729,21 @@ Address: %4 lowest el més baix + + (%1 locked) + (%1 bloquejada) + + + none + cap + Dust - Pols + Polsim yes - si + no @@ -608,13 +753,49 @@ Address: %4 This label turns red, if the transaction size is greater than 1000 bytes. Aquesta etiqueta es posa de color vermell si la mida de la transacció és més gran de 1000 bytes. + + This means a fee of at least %1 per kB is required. + Això comporta una comissi d'almenys %1 per kB. + + + Can vary +/- 1 byte per input. + Pot variar +/- 1 byte per entrada. + + + Transactions with higher priority are more likely to get included into a block. + Les transaccions amb una major prioritat són més propenses a ser incloses en un bloc. + + + This label turns red, if the priority is smaller than "medium". + Aquesta etiqueta es torna vermella si la prioritat és menor que «mitjana». + + + This label turns red, if any recipient receives an amount smaller than %1. + Aquesta etiqueta es torna vermella si qualsevol destinatari rep un import inferior a %1. + + + This means a fee of at least %1 is required. + Això comporta una comissió de com a mínim %1. + + + Amounts below 0.546 times the minimum relay fee are shown as dust. + Els imports inferiors a 0.546 vegades la comissió de tramesa mínima són mostrats com a polsim. + + + This label turns red, if the change is smaller than %1. + Aquesta etiqueta es torna vermella si el canvi és menor que %1. + (no label) (sense etiqueta) + + change from %1 (%2) + canvia de %1 (%2) + (change) - (canviar) + (canvia) @@ -627,9 +808,17 @@ Address: %4 &Label &Etiqueta + + The label associated with this address list entry + L'etiqueta associada amb aquesta entrada de llista d'adreces + + + The address associated with this address list entry. This can only be modified for sending addresses. + L'adreça associada amb aquesta entrada de llista d'adreces. Només es pot modificar per a les adreces d'enviament. + &Address - &Direcció + &Adreça New receiving address @@ -641,19 +830,19 @@ Address: %4 Edit receiving address - Editar adreces de recepció + Edita les adreces de recepció Edit sending address - Editar adreces d'enviament + Edita les adreces d'enviament The entered address "%1" is already in the address book. - L'adreça introduïda "%1" ja és present a la llibreta d'adreces. + L'adreça introduïda «%1» ja és present a la llibreta d'adreces. The entered address "%1" is not a valid Bitcoin address. - L'adreça introduida "%1" no és una adreça Bitcoin valida. + L'adreça introduïda «%1» no és una adreça de Bitcoin vàlida. Could not unlock wallet. @@ -666,6 +855,10 @@ Address: %4 FreespaceChecker + + A new data directory will be created. + Es crearà un nou directori de dades. + name nom @@ -674,12 +867,24 @@ Address: %4 Directory already exists. Add %1 if you intend to create a new directory here. El directori ja existeix. Afegeix %1 si vols crear un nou directori en aquesta ubicació. - + + Path already exists, and is not a directory. + El camí ja existeix i no és cap directori. + + + Cannot create data directory here. + No es pot crear el directori de dades aquí. + + HelpMessageDialog + + Bitcoin Core - Command-line options + Bitcoin Core - opcions de línia d'ordres + Bitcoin Core - Nucli de Bitcoin + Bitcoin Core version @@ -699,31 +904,59 @@ Address: %4 Set language, for example "de_DE" (default: system locale) - Definir llenguatge, per exemple "de_DE" (per defecte: Preferències locals de sistema) + Defineix un idioma, per exemple "de_DE" (per defecte: preferències locals de sistema) Start minimized - Iniciar minimitzat + Inicia minimitzat + + + Set SSL root certificates for payment request (default: -system-) + Defineix certificats arrel SSL per a la sol·licitud de pagament (per defecte: -sistema-) Show splash screen on startup (default: 1) - Mostrar finestra de benvinguda a l'inici (per defecte: 1) + Mostra la finestra de benvinguda a l'inici (per defecte: 1) - + + Choose data directory on startup (default: 0) + Tria el directori de dades a l'inici (per defecte: 0) + + Intro Welcome - Benvingut + Us donem la benviguda Welcome to Bitcoin Core. - Benvingut a Bitcoin Core. + Us donem la benvinguda al Bitcoin Core. + + + As this is the first time the program is launched, you can choose where Bitcoin Core will store its data. + Atès que és la primera vegada que executeu el programa, podeu triar on emmagatzemarà el Bitcoin Core les dades. + + + Bitcoin Core will download and store a copy of the Bitcoin block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. + El Bitcoin Core descarregarà i emmagatzemarà una còpia de la cadena de blocs de Bitcoin. Com a mínim s'emmagatzemaran %1 GB de dades en aquest directori, que seguiran creixent gradualment. També s'hi emmagatzemarà el moneder. + + + Use the default data directory + Utilitza el directori de dades per defecte + + + Use a custom data directory: + Utilitza un directori de dades personalitzat: Bitcoin Bitcoin + + Error: Specified data directory "%1" can not be created. + Error: el directori de dades especificat «%1» no es pot crear. + Error Error @@ -739,11 +972,27 @@ Address: %4 OpenURIDialog + + Open URI + Obre un URI + + + Open payment request from URI or file + Obre una sol·licitud de pagament des d'un URI o un fitxer + URI: URI: - + + Select payment request file + Selecciona un fitxer de sol·licitud de pagament + + + Select payment request file to open + Selecciona el fitxer de sol·licitud de pagament per obrir + + OptionsDialog @@ -754,37 +1003,97 @@ Address: %4 &Main &Principal + + Optional transaction fee per kB that helps make sure your transactions are processed quickly. Most transactions are 1 kB. + Comissió opcional de transacció per kB que ajuda a assegurar que les transaccions es processen ràpidament. La majoria de transaccions són d'1 kB. + Pay transaction &fee - Pagar &comisió de transacció + Paga &comissió de transacció Automatically start Bitcoin after logging in to the system. - Iniciar automàticament Bitcoin després de l'inici de sessió del sistema. + Inicia automàticament el Bitcoin després de l'inici de sessió del sistema. &Start Bitcoin on system login - &Iniciar Bitcoin al inici de sessió del sistema. + &Inicia el Bitcoin a l'inici de sessió del sistema. + + + Size of &database cache + Mida de la memòria cau de la base de &dades MB MB + + Number of script &verification threads + Nombre de fils de &verificació d'scripts + + + Connect to the Bitcoin network through a SOCKS proxy. + Connecta a la xarxa Bitcoin a través d'un proxy SOCKS. + + + &Connect through SOCKS proxy (default proxy): + &Connecta a través d'un proxy SOCKS (proxy per defecte): + + + IP address of the proxy (e.g. IPv4: 127.0.0.1 / IPv6: ::1) + Adreça IP del proxy (p. ex. IPv4: 127.0.0.1 / IPv6: ::1) + + + Third party URLs (e.g. a block explorer) that appear in the transactions tab as context menu items. %s in the URL is replaced by transaction hash. Multiple URLs are separated by vertical bar |. + URL de terceres parts (p. ex. explorador de blocs) que apareix en la pestanya de transaccions com elements del menú contextual. %s en l'URL es reemplaçat pel resum de la transacció. Diferents URL estan separades per una barra vertical |. + + + Third party transaction URLs + URL de transaccions de terceres parts + + + Active command-line options that override above options: + Opcions de línies d'ordre active que sobreescriuen les opcions de dalt: + Reset all client options to default. - Reestablir totes les opcions del client. + Reestableix totes les opcions del client. &Reset Options - &Reestablir Opcions + &Reestableix les opcions &Network &Xarxa + + (0 = auto, <0 = leave that many cores free) + (0 = auto, <0 = deixa tants nuclis lliures) + + + W&allet + &Moneder + + + Expert + Expert + + + Enable coin &control features + Activa les funcions de &control de les monedes + + + If you disable the spending of unconfirmed change, the change from a transaction cannot be used until that transaction has at least one confirmation. This also affects how your balance is computed. + Si inhabiliteu la despesa d'un canvi sense confirmar, el canvi d'una transacció no pot ser utilitzat fins que la transacció no tingui com a mínim una confirmació. Això també afecta com es calcula el vostre balanç. + + + &Spend unconfirmed change + &Gasta el canvi sense confirmar + Automatically open the Bitcoin client port on the router. This only works when your router supports UPnP and it is enabled. - Obrir el port del client de Bitcoin al router de forma automàtica. Això només funciona quan el teu router implementa UPnP i l'opció està activada. + Obre el port del client de Bitcoin al router de forma automàtica. Això només funciona quan el router implementa UPnP i l'opció està activada. Map port using &UPnP @@ -816,11 +1125,11 @@ Address: %4 Show only a tray icon after minimizing the window. - Mostrar només l'icona de la barra al minimitzar l'aplicació. + Mostra només la icona de la barra en minimitzar la finestra. &Minimize to the tray instead of the taskbar - &Minimitzar a la barra d'aplicacions + &Minimitza a la barra d'aplicacions en comptes de la barra de tasques Minimize instead of exit the application when the window is closed. When this option is enabled, the application will be closed only after selecting Quit in the menu. @@ -828,7 +1137,7 @@ Address: %4 M&inimize on close - M&inimitzar al tancar + M&inimitza en tancar &Display @@ -836,31 +1145,35 @@ Address: %4 User Interface &language: - Llenguatge de la Interfície d'Usuari: + &Llengua de la interfície d'usuari: The user interface language can be set here. This setting will take effect after restarting Bitcoin. - Aquí pots definir el llenguatge de l'aplicatiu. Aquesta configuració tindrà efecte un cop es reiniciï Bitcoin. + Aquí podeu definir la llengua de l'aplicació. Aquesta configuració tindrà efecte una vegada es reiniciï Bitcoin. &Unit to show amounts in: - &Unitats per mostrar les quantitats en: + &Unitats per mostrar els imports en: Choose the default subdivision unit to show in the interface and when sending coins. - Sel·lecciona la unitat de subdivisió per defecte per mostrar en la interficie quan s'envien monedes. + Selecciona la unitat de subdivisió per defecte per mostrar en la interfície quan s'envien monedes. Whether to show Bitcoin addresses in the transaction list or not. - Mostrar adreces Bitcoin als llistats de transaccions o no. + Si voleu mostrar o no adreces Bitcoin als llistats de transaccions. &Display addresses in transaction list - &Mostrar adreces al llistat de transaccions + &Mostra adreces al llistat de transaccions + + + Whether to show coin control features or not. + Si voleu mostrar les funcions de control de monedes o no. &OK - &OK + &D'acord &Cancel @@ -870,9 +1183,25 @@ Address: %4 default Per defecte + + none + cap + Confirm options reset - Confirmi el reestabliment de les opcions + Confirmeu el reestabliment de les opcions + + + Client restart required to activate changes. + Cal reiniciar el client per activar els canvis. + + + Client will be shutdown, do you want to proceed? + S'aturarà el client, voleu procedir? + + + This change would require a client restart. + Amb aquest canvi cal un reinici del client. The supplied proxy address is invalid. @@ -893,9 +1222,25 @@ Address: %4 Wallet Moneder + + Available: + Disponible: + + + Your current spendable balance + El balanç que podeu gastar actualment + + + Pending: + Pendent: + + + Total of transactions that have yet to be confirmed, and do not yet count toward the spendable balance + Total de transaccions que encara han de confirmar-se i que encara no compten en el balanç que es pot gastar + Immature: - Immatur: + Immadur: Mined balance that has not yet matured @@ -905,6 +1250,10 @@ Address: %4 Total: Total: + + Your current total balance + El balanç total actual + <b>Recent transactions</b> <b>Transaccions recents</b> @@ -918,11 +1267,15 @@ Address: %4 PaymentServer URI handling - Manejant URI + Gestió d'URI URI can not be parsed! This can be caused by an invalid Bitcoin address or malformed URI parameters. - la URI no pot ser processada! Això es pot ser causat per una adreça Bitcoin invalida o paràmetres URI malformats. + l'URI no pot ser processat! Això pot ser causat per una adreça Bitcoin no vàlida o paràmetres URI malformats. + + + Requested payment amount of %1 is too small (considered dust). + L'import de pagament sol·licitat %1 és massa petit (es considera polsim). Payment request error @@ -930,15 +1283,51 @@ Address: %4 Cannot start bitcoin: click-to-pay handler - No es pot iniciar bitcoin: manejador clicla-per-pagar + No es pot iniciar bitcoin: gestor clica-per-pagar + + + Net manager warning + Avís del gestor de la xarxa + + + Your active proxy doesn't support SOCKS5, which is required for payment requests via proxy. + El vostre proxy actiu no accepta SOCKS5, que és necessari per a sol·licituds de pagament a través d'un proxy. + + + Payment request fetch URL is invalid: %1 + L'URL de recuperació de la sol·licitud de pagament no és vàlida: %1 + + + Payment request file handling + Gestió de fitxers de les sol·licituds de pagament + + + Payment request file can not be read or processed! This can be caused by an invalid payment request file. + El fitxer de la sol·licitud de pagament no pot ser llegit o processat. Això pot ser a causa d'un fitxer de sol·licitud de pagament no vàlid. + + + Unverified payment requests to custom payment scripts are unsupported. + No s'accepten sol·licituds de pagament no verificades a scripts de pagament personalitzats. Refund from %1 Reemborsament de %1 + + Error communicating with %1: %2 + Error en comunicar amb %1: %2 + + + Payment request can not be parsed or processed! + La sol·licitud de pagament no pot ser analitzada o processada! + + + Bad response from server %1 + Mala resposta del servidor %1 + Payment acknowledged - Pagament notificat + Pagament reconegut Network request error @@ -953,18 +1342,38 @@ Address: %4 Error: Specified data directory "%1" does not exist. - Error: El directori de dades específiques "%1! no existeix. + Error: El directori de dades especificat «%1» no existeix. + + + Error: Cannot parse configuration file: %1. Only use key=value syntax. + Error: no es pot analitzar el fitxer de configuració: %1. Feu servir només la sintaxi clau=valor. + + + Error: Invalid combination of -regtest and -testnet. + Error: combinació no vàlida de -regtest i -testnet. + + + Bitcoin Core didn't yet exit safely... + No es va tancar el Bitcoin Core de forma segura... Enter a Bitcoin address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Introdueixi una adreça de Bitcoin (per exemple 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Introduïu una adreça de Bitcoin (p. ex. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) QRImageWidget + + &Save Image... + De&sa la imatge... + + + &Copy Image + &Copia la imatge + Save QR Code - Desar codi QR + Desa el codi QR PNG Image (*.png) @@ -979,7 +1388,7 @@ Address: %4 N/A - N/A + N/D Client version @@ -991,7 +1400,7 @@ Address: %4 Debug window - Depura finestra + Finestra de depuració General @@ -1019,7 +1428,7 @@ Address: %4 Block chain - Bloquejar cadena + Cadena de blocs Current number of blocks @@ -1035,12 +1444,20 @@ Address: %4 &Open - &Obrir + &Obre &Console &Consola + + &Network Traffic + Trà&nsit de la xarxa + + + &Clear + Nete&ja + Totals Totals @@ -1059,27 +1476,27 @@ Address: %4 Debug log file - Dietàri de debug + Fitxer de registre de depuració Open the Bitcoin debug log file from the current data directory. This can take a few seconds for large log files. - Obrir el dietari de debug de Bitcoin del directori de dades actual. Aixó pot trigar uns quants segons per a dietàris grossos. + Obre el fitxer de registre de depuració de Bitcoin del directori de dades actual. Això pot trigar uns quants segons per a fitxers de registre grans. Clear console - Netejar consola + Neteja la consola Welcome to the Bitcoin RPC console. - Benvingut a la consola RPC de Bitcoin + Us donem la benvinguda a la consola RPC de Bitcoin Use up and down arrows to navigate history, and <b>Ctrl-L</b> to clear screen. - Utilitza les fletxes d'amunt i avall per navegar per l'històric, i <b>Ctrl-L<\b> per netejar la pantalla. + Utilitza les fletxes d'amunt i avall per navegar per l'historial, i <b>Ctrl-L<\b> per netejar la pantalla. Type <b>help</b> for an overview of available commands. - Escriu <b>help<\b> per a obtenir una llistat de les ordres disponibles. + Escriviu <b>help<\b> per a obtenir un llistat de les ordres disponibles. %1 B @@ -1101,6 +1518,10 @@ Address: %4 %1 m %1 m + + %1 h + %1 h + %1 h %2 m %1 h %2 m @@ -1110,7 +1531,7 @@ Address: %4 ReceiveCoinsDialog &Amount: - &Quantitat: + Im&port: &Label: @@ -1120,18 +1541,50 @@ Address: %4 &Message: &Missatge: + + Reuse one of the previously used receiving addresses. Reusing addresses has security and privacy issues. Do not use this unless re-generating a payment request made before. + Reutilitza una de les adreces de recepció utilitzades anteriorment. La reutilització d'adreces pot comportar problemes de seguretat i privadesa. No ho utilitzeu llevat que torneu a generar una sol·licitud de pagament feta abans. + + + R&euse an existing receiving address (not recommended) + R&eutilitza una adreça de recepció anterior (no recomanat) + + + An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the Bitcoin network. + Un missatge opcional que s'adjuntarà a la sol·licitud de pagament, que es mostrarà quan s'obri la sol·licitud. Nota: El missatge no s'enviarà amb el pagament per la xarxa Bitcoin. + + + An optional label to associate with the new receiving address. + Una etiqueta opcional que s'associarà amb la nova adreça receptora. + + + Use this form to request payments. All fields are <b>optional</b>. + Utilitzeu aquest formulari per sol·licitar pagaments. Tots els camps són <b>opcionals</b>. + + + An optional amount to request. Leave this empty or zero to not request a specific amount. + Un import opcional per sol·licitar. Deixeu-ho en blanc o zero per no sol·licitar cap import específic. + Clear all fields of the form. - Esborra tots els camps del formuari. + Neteja tots els camps del formulari. Clear - Esborra + Neteja + + + Requested payments history + Historial de pagaments sol·licitats &Request payment &Sol·licitud de pagament + + Show the selected request (does the same as double clicking an entry) + Mostra la sol·licitud seleccionada (fa el mateix que el doble clic a una entrada) + Show Mostra @@ -1146,26 +1599,38 @@ Address: %4 Copy label - Copiar etiqueta + Copia l'etiqueta + + + Copy message + Copia el missatge Copy amount - Copiar quantitat + Copia l'import ReceiveRequestDialog QR Code - Codi QR + Codi QR Copy &URI - Copiar &URI + Copia l'&URI Copy &Address - Copiar &Adress + Copia l'&adreça + + + &Save Image... + De&sa la imatge... + + + Request payment to %1 + Sol·licita un pagament a %1 Payment information @@ -1181,7 +1646,7 @@ Address: %4 Amount - Quantitat + Import Label @@ -1197,7 +1662,7 @@ Address: %4 Error encoding URI into QR Code. - Error codificant la URI en un codi QR. + Error en codificar l'URI en un codi QR. @@ -1216,7 +1681,7 @@ Address: %4 Amount - Quantitat + Import (no label) @@ -1226,28 +1691,32 @@ Address: %4 (no message) (sense missatge) - + + (no amount) + (sense import) + + SendCoinsDialog Send Coins - Enviar monedes + Envia monedes Coin Control Features - (Opcions del control del Coin) + Característiques de control de les monedes Inputs... - Entrades + Entrades... automatically selected - Seleccionat automàticament + seleccionat automàticament Insufficient funds! - Fons insuficient + Fons insuficients! Quantity: @@ -1259,7 +1728,7 @@ Address: %4 Amount: - Quantitat: + Import: Priority: @@ -1267,31 +1736,43 @@ Address: %4 Fee: - Quota: + Comissió: + + + Low Output: + Sortida baixa: After Fee: - Quota posterior: + Comissió posterior: Change: Canvi: + + If this is activated, but the change address is empty or invalid, change will be sent to a newly generated address. + Si s'activa això, però l'adreça de canvi està buida o bé no és vàlida, el canvi s'enviarà a una adreça generada de nou. + + + Custom change address + Personalitza l'adreça de canvi + Send to multiple recipients at once - Enviar a multiples destinataris al mateix temps + Envia a múltiples destinataris al mateix temps Add &Recipient - Affegir &Destinatari + Afegeix &destinatari Clear all fields of the form. - Netejar tots els camps del formulari. + Neteja tots els camps del formulari. Clear &All - Esborrar &Tot + Neteja-ho &tot Balance: @@ -1299,19 +1780,55 @@ Address: %4 Confirm the send action - Confirmi l'acció d'enviament + Confirma l'acció d'enviament S&end - E&nviar + E&nvia Confirm send coins - Confirmar l'enviament de monedes + Confirma l'enviament de monedes + + + %1 to %2 + %1 a %2 + + + Copy quantity + Copia la quantitat Copy amount - Copiar quantitat + Copia l'import + + + Copy fee + Copia la comissi + + + Copy after fee + Copia la comissió posterior + + + Copy bytes + Copia els bytes + + + Copy priority + Copia la prioritat + + + Copy low output + Copia la sortida baixa + + + Copy change + Copia el canvi + + + Total Amount %1 (= %2) + Import total %1 (= %2) or @@ -1319,15 +1836,15 @@ Address: %4 The recipient address is not valid, please recheck. - L'adreça remetent no és vàlida, si us plau comprovi-la. + L'adreça de destinatari no és vàlida, si us plau comprovi-la. The amount to pay must be larger than 0. - La quantitat a pagar ha de ser major que 0. + L'import a pagar ha de ser major que 0. The amount exceeds your balance. - Import superi el saldo de la seva compte. + L'import supera el vostre balanç. The total exceeds your balance when the %1 transaction fee is included. @@ -1337,13 +1854,29 @@ Address: %4 Duplicate address found, can only send to each address once per send operation. S'ha trobat una adreça duplicada, tan sols es pot enviar a cada adreça un cop per ordre de enviament. + + Transaction creation failed! + Ha fallat la creació de la transacció! + + + The transaction was rejected! This might happen if some of the coins in your wallet were already spent, such as if you used a copy of wallet.dat and coins were spent in the copy but not marked as spent here. + S'ha rebutjat la transacció! Això pot passar si alguna de les monedes del vostre moneder ja s'han gastat; per exemple, si heu fet servir una còpia de seguretat del fitxer wallet.dat i s'haguessin gastat monedes de la còpia però sense marcar-les-hi com a gastades. + + + Warning: Invalid Bitcoin address + Avís: adreça Bitcoin no vàlida + (no label) (sense etiqueta) + + Warning: Unknown change address + Avís: adreça de canvi desconeguda + Are you sure you want to send? - Estàs segur que ho vols enviar? + Esteu segur que ho voleu enviar? added as transaction fee @@ -1353,7 +1886,11 @@ Address: %4 Payment request expired La sol·licitud de pagament ha caducat - + + Invalid payment address %1 + Adreça de pagament no vàlida %1 + + SendCoinsEntry @@ -1362,15 +1899,15 @@ Address: %4 Pay &To: - Pagar &A: + Paga &a: The address to send the payment to (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - La adreça a on envia el pagament (per exemple: 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + La adreça on s'envia el pagament (per exemple: 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) Enter a label for this address to add it to your address book - Introdueixi una etiquera per a aquesta adreça per afegir-la a la llibreta d'adreces + Introduïu una etiqueta per a aquesta adreça per afegir-la a la llibreta d'adreces &Label: @@ -1378,7 +1915,11 @@ Address: %4 Choose previously used address - Escull una adreça feta servir anteriorment + Tria una adreça feta servir anteriorment + + + This is a normal payment. + Això és un pagament normal. Alt+A @@ -1392,47 +1933,79 @@ Address: %4 Alt+P Alt+P + + Remove this entry + Elimina aquesta entrada + Message: Missatge: + + This is a verified payment request. + Aquesta és una sol·licitud de pagament verificada. + + + Enter a label for this address to add it to the list of used addresses + Introduïu una etiqueta per a aquesta adreça per afegir-la a la llista d'adreces utilitzades + + + A message that was attached to the bitcoin: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the Bitcoin network. + Un missatge que s'ha adjuntat al bitcoin: URI que s'emmagatzemarà amb la transacció per a la vostra referència. Nota: el missatge no s'enviarà a través de la xarxa Bitcoin. + + + This is an unverified payment request. + Aquesta és una sol·licitud de pagament no verificada. + Pay To: Paga a: - + + Memo: + Memo: + + ShutdownWindow - + + Bitcoin Core is shutting down... + S'està aturant el Bitcoin Core... + + + Do not shut down the computer until this window disappears. + No apagueu l'ordinador fins que no desaparegui aquesta finestra. + + SignVerifyMessageDialog Signatures - Sign / Verify a Message - Signatures .Signar/Verificar un Missatge + Signatures - Signa / verifica un missatge &Sign Message - &Signar Missatge + &Signa el missatge You can sign messages with your addresses to prove you own them. Be careful not to sign anything vague, as phishing attacks may try to trick you into signing your identity over to them. Only sign fully-detailed statements you agree to. - Pots signar missatges amb la teva adreça per provar que són teus. Sigues cautelòs al signar qualsevol cosa, ja que els atacs phising poden intentar confondre't per a que els hi signis amb la teva identitat. Tan sols signa als documents completament detallats amb els que hi estàs d'acord. + Podeu signar missatges amb la vostra adreça per provar que són vostres. Aneu amb compte no signar qualsevol cosa, ja que els atacs de pesca electrònica (phishing) poden provar de confondre-us perquè els signeu amb la vostra identitat. Només signeu als documents completament detallats amb què hi esteu d'acord. The address to sign the message with (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - La adreça amb la que signat els missatges (per exemple 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + La adreça amb què signar els missatges (per exemple 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) Choose previously used address - Escull adreces fetes servir amb anterioritat + Tria les adreces fetes servir amb anterioritat Alt+A - Alta+A + Alt+A Paste address from clipboard - Enganxar adreça del porta-retalls + Enganxa l'adreça del porta-retalls Alt+P @@ -1440,7 +2013,7 @@ Address: %4 Enter the message you want to sign here - Introdueix aqui el missatge que vols signar + Introduïu aquí el missatge que voleu signar Signature @@ -1448,7 +2021,7 @@ Address: %4 Copy the current signature to the system clipboard - Copiar la signatura actual al porta-retalls del sistema + Copia la signatura actual al porta-retalls del sistema Sign the message to prove you own this Bitcoin address @@ -1456,7 +2029,7 @@ Address: %4 Sign &Message - Signar &Missatge + Signa el &missatge Reset all sign message fields @@ -1464,11 +2037,11 @@ Address: %4 Clear &All - Esborrar &Tot + Neteja-ho &tot &Verify Message - &Verificar el missatge + &Verifica el missatge Enter the signing address, message (ensure you copy line breaks, spaces, tabs, etc. exactly) and signature below to verify the message. Be careful not to read more into the signature than what is in the signed message itself, to avoid being tricked by a man-in-the-middle attack. @@ -1484,7 +2057,7 @@ Address: %4 Verify &Message - Verificar &Missatge + Verifica el &missatge Reset all verify message fields @@ -1492,19 +2065,19 @@ Address: %4 Enter a Bitcoin address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Introdueixi una adreça de Bitcoin (per exemple 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Introduïu una adreça de Bitcoin (per exemple 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) Click "Sign Message" to generate signature - Clica "Signar Missatge" per a generar una signatura + Feu clic a «Signa el missatge» per a generar una signatura The entered address is invalid. - L'adreça intoduïda és invàlida. + L'adreça introduïda no és vàlida. Please check the address and try again. - Siu us plau, comprovi l'adreça i provi de nou. + Comproveu l'adreça i torneu-ho a provar. The entered address does not refer to a key. @@ -1520,7 +2093,7 @@ Address: %4 Message signing failed. - El signat del missatge ha fallat. + La signatura del missatge ha fallat. Message signed. @@ -1528,11 +2101,11 @@ Address: %4 The signature could not be decoded. - La signatura no s'ha pogut decodificar . + La signatura no s'ha pogut descodificar. Please check the signature and try again. - Su us plau, comprovi la signatura i provi de nou. + Comproveu la signatura i torneu-ho a provar. The signature did not match the message digest. @@ -1551,7 +2124,11 @@ Address: %4 SplashScreen Bitcoin Core - Nucli de Bitcoin + Bitcoin Core + + + The Bitcoin Core developers + Els desenvolupadors del Bitcoin Core [testnet] @@ -1571,9 +2148,13 @@ Address: %4 Open until %1 Obert fins %1 + + conflicted + en conflicte + %1/offline - %1/offline + %1/fora de línia %1/unconfirmed @@ -1581,7 +2162,7 @@ Address: %4 %1 confirmations - %1 confrimacions + %1 confirmacions Status @@ -1641,7 +2222,7 @@ Address: %4 Net amount - Quantitat neta + Import net Message @@ -1659,9 +2240,13 @@ Address: %4 Merchant Mercader + + Generated coins must mature %1 blocks before they can be spent. When you generated this block, it was broadcast to the network to be added to the block chain. If it fails to get into the chain, its state will change to "not accepted" and it won't be spendable. This may occasionally happen if another node generates a block within a few seconds of yours. + Les monedes generades han de madurar %1 blocs abans de poder ser gastades. Quan genereu aquest bloc, es farà saber a la xarxa per tal d'afegir-lo a la cadena de blocs. Si no pot fer-se lloc a la cadena, el seu estat canviarà a «no acceptat» i no es podrà gastar. Això pot passar ocasionalment si un altre node genera un bloc en un marge de segons respecte al vostre. + Debug information - Informació de debug + Informació de depuració Transaction @@ -1673,7 +2258,7 @@ Address: %4 Amount - Quantitat + Import true @@ -1719,11 +2304,15 @@ Address: %4 Address - Direcció + Adreça Amount - Quantitat + Import + + + Immature (%1 confirmations, will be available after %2) + Immadur (%1 confirmacions, serà disponible després de %2) Open for %n more block(s) @@ -1745,6 +2334,22 @@ Address: %4 Generated but not accepted Generat però no acceptat + + Offline + Fora de línia + + + Unconfirmed + Sense confirmar + + + Confirming (%1 of %2 recommended confirmations) + Confirmant (%1 de %2 confirmacions recomanades) + + + Conflicted + En conflicte + Received with Rebut amb @@ -1771,7 +2376,7 @@ Address: %4 Transaction status. Hover over this field to show number of confirmations. - Estat de la transacció. Desplaça't per aquí sobre per mostrar el nombre de confirmacions. + Estat de la transacció. Desplaceu-vos sobre aquest camp per mostrar el nombre de confirmacions. Date and time that the transaction was received. @@ -1787,7 +2392,7 @@ Address: %4 Amount removed from or added to balance. - Quantitat extreta o afegida del balanç. + Import extret o afegit del balanç. @@ -1830,7 +2435,7 @@ Address: %4 To yourself - A tu mateix + A un mateix Mined @@ -1842,15 +2447,15 @@ Address: %4 Enter address or label to search - Introdueix una adreça o una etiqueta per cercar + Introduïu una adreça o una etiqueta per cercar Min amount - Quantitat mínima + Import mínim Copy address - Copiar adreça + Copia l'adreça Copy label @@ -1858,7 +2463,7 @@ Address: %4 Copy amount - Copiar quantitat + Copia l'import Copy transaction ID @@ -1872,9 +2477,29 @@ Address: %4 Show transaction details Mostra detalls de la transacció + + Export Transaction History + Exporta l'historial de transacció + + + Exporting Failed + L'exportació ha fallat + + + There was an error trying to save the transaction history to %1. + S'ha produït un error en provar de desar l'historial de transacció a %1. + + + Exporting Successful + Exportació amb èxit + + + The transaction history was successfully saved to %1. + L'historial de transaccions s'ha desat correctament a %1. + Comma separated file (*.csv) - Arxiu de separació per comes (*.csv) + Fitxer separat per comes (*.csv) Confirmed @@ -1894,11 +2519,11 @@ Address: %4 Address - Direcció + Adreça Amount - Quantitat + Import ID @@ -1915,27 +2540,31 @@ Address: %4 WalletFrame - + + No wallet has been loaded. + No s'ha carregat cap moneder. + + WalletModel Send Coins - Enviar monedes + Envia monedes WalletView &Export - &Exportar + &Exporta Export the data in the current tab to a file - Exportar les dades de la pestanya actual a un arxiu + Exporta les dades de la pestanya actual a un fitxer Backup Wallet - Realitzar còpia de seguretat del moneder + Còpia de seguretat del moneder Wallet Data (*.dat) @@ -1943,11 +2572,19 @@ Address: %4 Backup Failed - Còpia de seguretat faillida + Ha fallat la còpia de seguretat + + + There was an error trying to save the wallet data to %1. + S'ha produït un error en provar de desar les dades del moneder a %1. + + + The wallet data was successfully saved to %1. + S'han desat les dades del moneder correctament a %1. Backup Successful - Copia de seguretat realitzada correctament + La còpia de seguretat s'ha realitzat correctament @@ -1962,39 +2599,39 @@ Address: %4 Get help for a command - Obtenir ajuda per a un ordre. + Obté ajuda d'una ordre. Options: Opcions: - Specify configuration file (default: darkcoin.conf) - Especificat arxiu de configuració (per defecte: darkcoin.conf) + Specify configuration file (default: bitcoin.conf) + Especifica un fitxer de configuració (per defecte: bitcoin.conf) Specify pid file (default: bitcoind.pid) - Especificar arxiu pid (per defecte: bitcoind.pid) + Especifica un fitxer pid (per defecte: bitcoind.pid) Specify data directory - Especificar directori de dades + Especifica el directori de dades - Listen for connections on <port> (default: 9999 or testnet: 19999) - Escoltar connexions a <port> (per defecte: 9999 o testnet: 19999) + Listen for connections on <port> (default: 8333 or testnet: 18333) + Escolta connexions a <port> (per defecte: 8333 o testnet: 18333) Maintain at most <n> connections to peers (default: 125) - Mantenir com a molt <n> connexions a peers (per defecte: 125) + Manté com a molt <n> connexions a iguals (per defecte: 125) Connect to a node to retrieve peer addresses, and disconnect - Connectar al node per obtenir les adreces de les connexions, i desconectar + Connecta al node per obtenir les adreces de les connexions, i desconnecta Specify your own public address - Especificar la teva adreça pública + Especifiqueu la vostra adreça pública Threshold for disconnecting misbehaving peers (default: 100) @@ -2006,27 +2643,31 @@ Address: %4 An error occurred while setting up the RPC port %u for listening on IPv4: %s - Ha sorgit un error al configurar el port RPC %u escoltant a IPv4: %s + S'ha produït un error al configurar el port RPC %u escoltant a IPv4: %s - Listen for JSON-RPC connections on <port> (default: 9998 or testnet: 19998) - Escoltar connexions JSON-RPC al port <port> (per defecte: 9998 o testnet:19998) + Listen for JSON-RPC connections on <port> (default: 8332 or testnet: 18332) + Escolta connexions JSON-RPC al port <port> (per defecte: 8332 o testnet:18332) Accept command line and JSON-RPC commands - Acceptar línia d'ordres i ordres JSON-RPC + Accepta la línia d'ordres i ordres JSON-RPC + + + Bitcoin Core RPC client version + Versió del client RPC del Bitcoin Core Run in the background as a daemon and accept commands - Executar en segon pla com a programa dimoni i acceptar ordres + Executa en segon pla com a programa dimoni i accepta ordres Use the test network - Usar la xarxa de prova + Utilitza la xarxa de prova Accept connections from outside (default: 1 if no -proxy or -connect) - Aceptar connexions d'afora (per defecte: 1 si no -proxy o -connect) + Accepta connexions de fora (per defecte: 1 si no -proxy o -connect) %s, you must set a rpcpassword in the configuration file: @@ -2040,15 +2681,45 @@ If the file does not exist, create it with owner-readable-only file permissions. It is also recommended to set alertnotify so you are notified of problems; for example: alertnotify=echo %%s | mail -s "Bitcoin Alert" admin@foo.com - %s has de establir una contrasenya RPC a l'arxiu de configuració:\n%s\nEs recomana que useu la següent constrasenya aleatòria:\nrpcuser=bitcoinrpc\nrpcpassword=%s\n(no necesiteu recordar aquesta contrsenya)\nEl nom d'usuari i contrasenya NO HAN de ser els mateixos.\nSi l'arxiu no existeix, crea'l amb els permisos d'arxiu de només lectura per al propietari.\nTambé es recomana establir la notificació d'alertes i així seràs notificat de les incidències;\nper exemple: alertnotify=echo %%s | mail -s "Bitcoin Alert" admin@foo.com + %s, heu de establir una contrasenya RPC al fitxer de configuració: %s + +Es recomana que useu la següent contrasenya aleatòria: +rpcuser=bitcoinrpc +rpcpassword=%s +(no necesiteu recordar aquesta contrasenya) +El nom d'usuari i la contrasenya NO HAN de ser els mateixos. +Si el fitxer no existeix, crea'l amb els permisos de fitxer de només lectura per al propietari. +També es recomana establir la notificació d'alertes i així sereu notificat de les incidències; +per exemple: alertnotify=echo %%s | mail -s "Bitcoin Alert" admin@foo.com + + + + Acceptable ciphers (default: TLSv1.2+HIGH:TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!3DES:@STRENGTH) + Xifrats acceptables (per defecte: TLSv1.2+HIGH:TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!3DES:@STRENGTH) An error occurred while setting up the RPC port %u for listening on IPv6, falling back to IPv4: %s - Ha sorgit un error al configurar el port RPC %u escoltant a IPv6, retrocedint a IPv4: %s + S'ha produït un error en configurar el port RPC %u escoltant a IPv6, retrocedint a IPv4: %s Bind to given address and always listen on it. Use [host]:port notation for IPv6 - Vincular a una adreça específica i sempre escoltar-hi. Utilitza la notació [host]:port per IPv6 + Vincula a una adreça específica i sempre escolta-hi. Utilitza la notació [host]:port per IPv6 + + + Continuously rate-limit free transactions to <n>*1000 bytes per minute (default:15) + Limita contínuament les transaccions gratuïtes a <n>*1000 bytes per minut (per defecte: 15) + + + Enter regression test mode, which uses a special chain in which blocks can be solved instantly. This is intended for regression testing tools and app development. + Entra en el mode de prova de regressió, que utilitza una cadena especial en què els blocs es poden resoldre al moment. Això està pensat per a les eines de proves de regressió i per al desenvolupament d'aplicacions. + + + Enter regression test mode, which uses a special chain in which blocks can be solved instantly. + Entra en el mode de proves de regressió, que utilitza una cadena especial en què els blocs poden resoldre's al moment. + + + Error: Listening for incoming connections failed (listen returned error %d) + Error: no s'han pogut escoltar les connexions entrants (l'escoltament a retornat l'error %d) Error: The transaction was rejected! This might happen if some of the coins in your wallet were already spent, such as if you used a copy of wallet.dat and coins were spent in the copy but not marked as spent here. @@ -2060,51 +2731,135 @@ for example: alertnotify=echo %%s | mail -s "Bitcoin Alert" admin@foo.com Execute command when a wallet transaction changes (%s in cmd is replaced by TxID) - Executar una ordre quan una transacció del moneder canviï (%s in cmd es canvia per TxID) + Executa una ordre quan una transacció del moneder canviï (%s en cmd es canvia per TxID) + + + Fees smaller than this are considered zero fee (for transaction creation) (default: + Les comissions inferiors que aquesta es consideren comissió zero (per a la creació de la transacció) (per defecte: + + + Flush database activity from memory pool to disk log every <n> megabytes (default: 100) + Buida l'activitat de la base de dades de la memòria disponible al registre del disc cada <n> megabytes (per defecte: 100) + + + How thorough the block verification of -checkblocks is (0-4, default: 3) + Com d'exhaustiva és la verificació de blocs de -checkblocks is (0-4, per defecte: 3) + + + In this mode -genproclimit controls how many blocks are generated immediately. + En aquest mode -genproclimit controla quants blocs es generen immediatament. + + + Set the number of script verification threads (%u to %d, 0 = auto, <0 = leave that many cores free, default: %d) + Defineix el nombre de fils de verificació d'scripts (%u a %d, 0 = auto, <0 = deixa tants nuclis lliures, per defecte: %d) + + + Set the processor limit for when generation is on (-1 = unlimited, default: -1) + Defineix el límit de processadors quan està activada la generació (-1 = sense límit, per defecte: -1) This is a pre-release test build - use at your own risk - do not use for mining or merchant applications Aquesta és una versió de pre-llançament - utilitza-la sota la teva responsabilitat - No usar per a minería o aplicacions de compra-venda + + Unable to bind to %s on this computer. Bitcoin Core is probably already running. + No es pot enllaçar %s a aquest ordinador. El Bitcoin Core probablement ja estigui executant-s'hi. + + + Use separate SOCKS5 proxy to reach peers via Tor hidden services (default: -proxy) + Utilitza un proxy SOCKS5 apart per arribar a iguals a través de serveis de Tor ocults (per defecte: -proxy) + Warning: -paytxfee is set very high! This is the transaction fee you will pay if you send a transaction. - Advertència: el -paytxfee és molt elevat! Aquesta és la comissió de transacció que pagaràs quan enviis una transacció. + Avís: el -paytxfee és molt elevat! Aquesta és la comissió de transacció que pagareu si envieu una transacció. Warning: Please check that your computer's date and time are correct! If your clock is wrong Bitcoin will not work properly. - Advertència: Si us plau comprovi que la data i hora del seu computador siguin correctes! Si el seu rellotge està mal configurat, Bitcoin no funcionará de manera apropiada. + Avís: comproveu que la data i l'hora del vostre ordinador siguin correctes! Si el rellotge està mal configurat, Bitcoin no funcionarà de manera apropiada. + + + Warning: The network does not appear to fully agree! Some miners appear to be experiencing issues. + Avís: la xarxa no sembla que hi estigui plenament d'acord. Alguns miners sembla que estan experimentant problemes. + + + Warning: We do not appear to fully agree with our peers! You may need to upgrade, or other nodes may need to upgrade. + Avís: sembla que no estem plenament d'acord amb els nostres iguals! Podria caler que actualitzar l'aplicació, o potser que ho facin altres nodes. Warning: error reading wallet.dat! All keys read correctly, but transaction data or address book entries might be missing or incorrect. - Advertència: Error llegint l'arxiu wallet.dat!! Totes les claus es llegeixen correctament, però hi ha dades de transaccions o entrades del llibre d'adreces absents o bé son incorrectes. + Avís: error en llegir el fitxer wallet.dat! Totes les claus es llegeixen correctament, però hi ha dades de transaccions o entrades de la llibreta d'adreces absents o bé son incorrectes. Warning: wallet.dat corrupt, data salvaged! Original wallet.dat saved as wallet.{timestamp}.bak in %s; if your balance or transactions are incorrect you should restore from a backup. - Advertència: L'arxiu wallet.dat és corrupte, dades rescatades! L'arxiu wallet.dat original ha estat desat com wallet.{estampa_temporal}.bak al directori %s; si el teu balanç o transaccions son incorrectes hauries de restaurar-lo de un backup. + Avís: el fitxer wallet.dat és corrupte, dades rescatades! L'arxiu wallet.dat original ha estat desat com wallet.{estampa_temporal}.bak al directori %s; si el teu balanç o transaccions son incorrectes hauries de restaurar-lo de un backup. + + + (default: 1) + (per defecte: 1) + + + (default: wallet.dat) + (per defecte: wallet.dat) + + + <category> can be: + <category> pot ser: Attempt to recover private keys from a corrupt wallet.dat - Intentar recuperar les claus privades d'un arxiu wallet.dat corrupte + Intenta recuperar les claus privades d'un fitxer wallet.dat corrupte + + + Bitcoin Core Daemon + Dimoni del Bitcoin Core Block creation options: Opcions de la creació de blocs: + + Clear list of wallet transactions (diagnostic tool; implies -rescan) + Neteja la llista de transaccions del moneder (eina de diagnòstic; implica -rescan) + Connect only to the specified node(s) - Connectar només al(s) node(s) especificats + Connecta només al(s) node(s) especificats + + + Connect through SOCKS proxy + Connecta a través d'un proxy SOCKS + + + Connect to JSON-RPC on <port> (default: 8332 or testnet: 18332) + Connecta a JSON-RPC des de <port> (per defecte: 8332 o testnet: 18332) + + + Connection options: + Opcions de connexió: Corrupted block database detected S'ha detectat una base de dades de blocs corrupta + + Debugging/Testing options: + Opcions de depuració/proves: + + + Disable safemode, override a real safe mode event (default: 0) + Inhabilia el mode segur (safemode), invalida un esdeveniment de mode segur real (per defecte: 0) + Discover own IP address (default: 1 when listening and no -externalip) - Descobrir la pròpia adreça IP (per defecte: 1 quan escoltant i no -externalip) + Descobreix la pròpia adreça IP (per defecte: 1 quan escoltant i no -externalip) + + + Do not load the wallet and disable wallet RPC calls + No carreguis el moneder i inhabilita les crides RPC del moneder Do you want to rebuild the block database now? - Vols reconstruir la base de dades de blocs ara? + Voleu reconstruir la base de dades de blocs ara? Error initializing block database @@ -2120,7 +2875,7 @@ for example: alertnotify=echo %%s | mail -s "Bitcoin Alert" admin@foo.com Error opening block database - Error obrint la base de dades de blocs + Error en obrir la base de dades de blocs Error: Disk space is low! @@ -2128,15 +2883,15 @@ for example: alertnotify=echo %%s | mail -s "Bitcoin Alert" admin@foo.com Error: Wallet locked, unable to create transaction! - Error: El moneder està blocat, no és possible crear la transacció! + Error: El moneder està bloquejat, no és possible crear la transacció! Error: system error: - Error: error de sistema: + Error: error de sistema: Failed to listen on any port. Use -listen=0 if you want this. - Error al escoltar a qualsevol port. Utilitza -listen=0 si vols això. + Ha fallat escoltar a qualsevol port. Feu servir -listen=0 si voleu fer això. Failed to read block info @@ -2148,7 +2903,7 @@ for example: alertnotify=echo %%s | mail -s "Bitcoin Alert" admin@foo.com Failed to sync block index - Ha fallat la sincronització de l'índex de bloc + Ha fallat la sincronització de l'índex de blocs Failed to write block index @@ -2164,7 +2919,7 @@ for example: alertnotify=echo %%s | mail -s "Bitcoin Alert" admin@foo.com Failed to write file info - Ha fallat l'escriptura de l'arxiu info + Ha fallat l'escriptura de la informació de fitxer Failed to write to coin database @@ -2178,21 +2933,73 @@ for example: alertnotify=echo %%s | mail -s "Bitcoin Alert" admin@foo.com Failed to write undo data Ha fallat el desfer de dades + + Fee per kB to add to transactions you send + Comissió per kB per afegir a les transaccions que envieu + + + Fees smaller than this are considered zero fee (for relaying) (default: + Les comissions inferiors que aquesta es consideren comissions zero (a efectes de transmissió) (per defecte: + Find peers using DNS lookup (default: 1 unless -connect) Cerca punts de connexió usant rastreig de DNS (per defecte: 1 tret d'usar -connect) + + Force safe mode (default: 0) + Força el mode segur (per defecte: 0) + Generate coins (default: 0) - Generar monedes (estàndard: 0) + Genera monedes (per defecte: 0) How many blocks to check at startup (default: 288, 0 = all) Quants blocs s'han de confirmar a l'inici (per defecte: 288, 0 = tots) + + If <category> is not supplied, output all debugging information. + Si no se subministra <category>, mostra tota la informació de depuració. + + + Importing... + S'està important... + + + Incorrect or no genesis block found. Wrong datadir for network? + No s'ha trobat el bloc de gènesi o és incorrecte. El directori de dades de la xarxa és incorrecte? + + + Invalid -onion address: '%s' + Adreça -onion no vàlida: '%s' + + + Not enough file descriptors available. + No hi ha suficient descriptors de fitxers disponibles. + + + Prepend debug output with timestamp (default: 1) + Posa davant de la sortida de depuració una marca horària (per defecte: 1) + + + RPC client options: + Opcions del client RPC: + Rebuild block chain index from current blk000??.dat files - Reconstruir l'índex de la cadena de blocs dels arxius actuals blk000??.dat + Reconstrueix l'índex de la cadena de blocs dels fitxers actuals blk000??.dat + + + Select SOCKS version for -proxy (4 or 5, default: 5) + Selecciona la versió de SOCKS del -proxy (4 o 5, per defecte: 5) + + + Set database cache size in megabytes (%d to %d, default: %d) + Defineix la mida de la memòria cau de la base de dades en megabytes (%d a %d, per defecte: %d) + + + Set maximum block size in bytes (default: %d) + Defineix la mida màxim del bloc en bytes (per defecte: %d) Set the number of threads to service RPC calls (default: 4) @@ -2200,27 +3007,91 @@ for example: alertnotify=echo %%s | mail -s "Bitcoin Alert" admin@foo.com Specify wallet file (within data directory) - Especifica un arxiu de moneder (dintre del directori de les dades) + Especifica un fitxer de moneder (dins del directori de dades) + + + Spend unconfirmed change when sending transactions (default: 1) + Gasta el canvi sense confirmar en enviar transaccions (per defecte: 1) + + + This is intended for regression testing tools and app development. + Això es així per a eines de proves de regressió per al desenvolupament d'aplicacions. + + + Usage (deprecated, use bitcoin-cli): + Ús (obsolet, feu servir bitcoin-cli): Verifying blocks... - Verificant blocs... + S'estan verificant els blocs... Verifying wallet... - Verificant moneder... + S'està verificant el moneder... + + + Wait for RPC server to start + Espereu el servidor RPC per començar + + + Wallet %s resides outside data directory %s + El moneder %s resideix fora del directori de dades %s + + + Wallet options: + Opcions de moneder: + + + Warning: Deprecated argument -debugnet ignored, use -debug=net + Avís: argument obsolet -debugnet ignorat, feu servir -debug=net + + + You need to rebuild the database using -reindex to change -txindex + Cal que reconstruïu la base de dades fent servir -reindex per canviar -txindex Imports blocks from external blk000??.dat file Importa blocs de un fitxer blk000??.dat extern + + Cannot obtain a lock on data directory %s. Bitcoin Core is probably already running. + No es pot obtenir un bloqueig del directori de dades %s. El Bitcoin Core probablement ja s'estigui executant. + + + Execute command when a relevant alert is received or we see a really long fork (%s in cmd is replaced by message) + Executa l'ordre quan es rebi un avís rellevant o veiem una forquilla molt llarga (%s en cmd és reemplaçat per un missatge) + + + Output debugging information (default: 0, supplying <category> is optional) + Informació de la depuració de sortida (per defecte: 0, proporcionar <category> és opcional) + + + Set maximum size of high-priority/low-fee transactions in bytes (default: %d) + Defineix la mida màxima de transaccions d'alta prioritat / baixa comissió en bytes (per defecte: %d) + Information - &Informació + Informació + + + Invalid amount for -minrelaytxfee=<amount>: '%s' + Import no vàlid per a -minrelaytxfee=<amount>: «%s» + + + Invalid amount for -mintxfee=<amount>: '%s' + Import no vàlid per a -mintxfee=<amount>: «%s» + + + Limit size of signature cache to <n> entries (default: 50000) + Mida límit de la memòria cau de signatura per a <n> entrades (per defecte: 50000) + + + Log transaction priority and fee per kB when mining blocks (default: 0) + Registra la prioritat de transacció i comissió per kB en minar blocs (per defecte: 0) Maintain a full transaction index (default: 0) - Mantenir tot l'índex de transaccions (per defecte: 0) + Manté l'índex sencer de transaccions (per defecte: 0) Maximum per-connection receive buffer, <n>*1000 bytes (default: 5000) @@ -2232,35 +3103,99 @@ for example: alertnotify=echo %%s | mail -s "Bitcoin Alert" admin@foo.com Only accept block chain matching built-in checkpoints (default: 1) - Tan sols acceptar cadenes de blocs que coincideixin amb els punts de prova (per defecte: 1) + Només accepta cadenes de blocs que coincideixin amb els punts de prova (per defecte: 1) Only connect to nodes in network <net> (IPv4, IPv6 or Tor) - Només connectar als nodes de la xarxa <net> (IPv4, IPv6 o Tor) + Només connecta als nodes de la xarxa <net> (IPv4, IPv6 o Tor) + + + Print block on startup, if found in block index + Imprimeix el block a l'inici, si es troba l'índex de blocs + + + Print block tree on startup (default: 0) + Imprimeix l'arbre de blocs a l'inici (per defecte: 0) + + + RPC SSL options: (see the Bitcoin Wiki for SSL setup instructions) + Opcions RPC SSL: (veieu el wiki del Bitcoin per a instruccions de configuració de l'SSL) + + + RPC server options: + Opcions del servidor RPC: + + + Randomly drop 1 of every <n> network messages + Descarta a l'atzar 1 de cada <n> missatges de la xarxa + + + Randomly fuzz 1 of every <n> network messages + Introdueix incertesa en 1 de cada <n> missatges de la xarxa + + + Run a thread to flush wallet periodically (default: 1) + Executa un fil per buidar el moneder periòdicament (per defecte: 1) SSL options: (see the Bitcoin Wiki for SSL setup instructions) Opcions SSL: (veure la Wiki de Bitcoin per a instruccions de configuració SSL) + + Send command to Bitcoin Core + Envia una ordre al Bitcoin Core + Send trace/debug info to console instead of debug.log file - Enviar informació de traça/debug a la consola en comptes del arxiu debug.log + Envia informació de traça/depuració a la consola en comptes del fitxer debug.log Set minimum block size in bytes (default: 0) - Establir una mida mínima de bloc en bytes (per defecte: 0) + Defineix una mida mínima de bloc en bytes (per defecte: 0) + + + Sets the DB_PRIVATE flag in the wallet db environment (default: 1) + Defineix el senyal DB_PRIVATE en l'entorn db del moneder (per defecte: 1) + + + Show all debugging options (usage: --help -help-debug) + Mostra totes les opcions de depuració (ús: --help --help-debug) + + + Show benchmark information (default: 0) + Mostra la informació del test de referència (per defecte: 0) Shrink debug.log file on client startup (default: 1 when no -debug) - Reduir l'arxiu debug.log al iniciar el client (per defecte 1 quan no -debug) + Redueix el fitxer debug.log durant l'inici del client (per defecte: 1 quan no -debug) + + + Signing transaction failed + Ha fallat la signatura de la transacció Specify connection timeout in milliseconds (default: 5000) - Especificar el temps limit per a un intent de connexió en milisegons (per defecte: 5000) + Especifica el temps limit per a un intent de connexió en mil·lisegons (per defecte: 5000) + + + Start Bitcoin Core Daemon + Inicia el dimoni del Bitcoin Core System error: - Error de sistema: + Error de sistema: + + + Transaction amount too small + Import de la transacció massa petit + + + Transaction amounts must be positive + Els imports de les transaccions han de ser positius + + + Transaction too large + La transacció és massa gran Use UPnP to map the listening port (default: 0) @@ -2280,7 +3215,15 @@ for example: alertnotify=echo %%s | mail -s "Bitcoin Alert" admin@foo.com Warning: This version is obsolete, upgrade required! - Advertència: Aquetsa versió està obsoleta, és necessari actualitzar! + Avís: aquesta versió està obsoleta. És necessari actualitzar-la! + + + Zapping all transactions from wallet... + Se suprimeixen totes les transaccions del moneder... + + + on startup + a l'inici de l'aplicació version @@ -2288,7 +3231,7 @@ for example: alertnotify=echo %%s | mail -s "Bitcoin Alert" admin@foo.com wallet.dat corrupt, salvage failed - L'arxiu wallet.data és corrupte, el rescat de les dades ha fallat + El fitxer wallet.data és corrupte. El rescat de les dades ha fallat Password for JSON-RPC connections @@ -2300,31 +3243,31 @@ for example: alertnotify=echo %%s | mail -s "Bitcoin Alert" admin@foo.com Send commands to node running on <ip> (default: 127.0.0.1) - Enviar ordre al node en execució a <ip> (per defecte: 127.0.0.1) + Envia ordres al node en execució a <ip> (per defecte: 127.0.0.1) Execute command when the best block changes (%s in cmd is replaced by block hash) - Executar orde quan el millor bloc canviï (%s al cmd es reemplaça per un bloc de hash) + Executa l'ordre quan el millor bloc canviï (%s en cmd es reemplaça per un resum de bloc) Upgrade wallet to latest format - Actualitzar moneder a l'últim format + Actualitza el moneder a l'últim format Set key pool size to <n> (default: 100) - Establir límit de nombre de claus a <n> (per defecte: 100) + Defineix el límit de nombre de claus a <n> (per defecte: 100) Rescan the block chain for missing wallet transactions - Re-escanejar cadena de blocs en cerca de transaccions de moneder perdudes + Reescaneja la cadena de blocs en les transaccions de moneder perdudes Use OpenSSL (https) for JSON-RPC connections - Utilitzar OpenSSL (https) per a connexions JSON-RPC + Utilitza OpenSSL (https) per a connexions JSON-RPC Server certificate file (default: server.cert) - Arxiu del certificat de servidor (per defecte: server.cert) + Fitxer del certificat de servidor (per defecte: server.cert) Server private key (default: server.pem) @@ -2336,31 +3279,31 @@ for example: alertnotify=echo %%s | mail -s "Bitcoin Alert" admin@foo.com Unable to bind to %s on this computer (bind returned error %d, %s) - Impossible d'unir %s a aquest ordinador (s'ha retornat l'error %d, %s) + No es pot vincular %s amb aquest ordinador (s'ha retornat l'error %d, %s) Allow DNS lookups for -addnode, -seednode and -connect - Permetre consultes DNS per a -addnode, -seednode i -connect + Permet consultes DNS per a -addnode, -seednode i -connect Loading addresses... - Carregant adreces... + S'estan carregant les adreces... Error loading wallet.dat: Wallet corrupted - Error carregant wallet.dat: Moneder corrupte + Error en carregar wallet.dat: Moneder corrupte Error loading wallet.dat: Wallet requires newer version of Bitcoin - Error carregant wallet.dat: El moneder requereix una versió de Bitcoin més moderna + Error en carregar wallet.dat: El moneder requereix una versió del Bitcoin més moderna Wallet needed to be rewritten: restart Bitcoin to complete - El moneder necesita ser re-escrit: re-inicia Bitcoin per a completar la tasca + Cal reescriure el moneder: reinicieu el Bitcoin per a completar la tasca Error loading wallet.dat - Error carregant wallet.dat + Error en carregar wallet.dat Invalid -proxy address: '%s' @@ -2384,11 +3327,11 @@ for example: alertnotify=echo %%s | mail -s "Bitcoin Alert" admin@foo.com Invalid amount for -paytxfee=<amount>: '%s' - Quantitat invalida per a -paytxfee=<amount>: '%s' + Import no vàlid per a -paytxfee=<amount>: «%s» Invalid amount - Quanitat invalida + Import no vàlid Insufficient funds @@ -2396,15 +3339,15 @@ for example: alertnotify=echo %%s | mail -s "Bitcoin Alert" admin@foo.com Loading block index... - Carregant índex de blocs... + S'està carregant l'índex de blocs... Add a node to connect to and attempt to keep the connection open - Afegir un node per a connectar's-hi i intentar mantenir la connexió oberta + Afegeix un node per a connectar-s'hi i intenta mantenir-hi la connexió oberta Loading wallet... - Carregant moneder... + S'està carregant el moneder... Cannot downgrade wallet @@ -2416,15 +3359,15 @@ for example: alertnotify=echo %%s | mail -s "Bitcoin Alert" admin@foo.com Rescanning... - Re-escanejant... + S'està reescanejant... Done loading - Càrrega acabada + Ha acabat la càrrega To use the %s option - Utilitza la opció %s + Utilitza l'opció %s Error @@ -2434,7 +3377,9 @@ for example: alertnotify=echo %%s | mail -s "Bitcoin Alert" admin@foo.com You must set rpcpassword=<password> in the configuration file: %s If the file does not exist, create it with owner-readable-only file permissions. - Has de configurar el rpcpassword=<password> a l'arxiu de configuració:\n %s\n Si l'arxiu no existeix, crea'l amb els permís owner-readable-only. + Heu de configurar el rpcpassword=<password> al fitxer de configuració: +%s +Si el fitxer no existeix, creeu-lo amb els permís owner-readable-only. \ No newline at end of file diff --git a/src/qt/locale/bitcoin_da.ts b/src/qt/locale/bitcoin_da.ts index d1a8345a84d73..c69eeab039a5f 100644 --- a/src/qt/locale/bitcoin_da.ts +++ b/src/qt/locale/bitcoin_da.ts @@ -3037,6 +3037,10 @@ fx: alertnotify=echo %%s | mail -s "Bitcoin Alert" admin@foo.com Wait for RPC server to start Vent på opstart af RPC-server + + Wallet %s resides outside data directory %s + Tegnebog %s findes uden for datamappe %s + Wallet options: Tilvalg for tegnebog: diff --git a/src/qt/locale/bitcoin_el_GR.ts b/src/qt/locale/bitcoin_el_GR.ts index 4cb64eb838af6..e2e7297a58e96 100644 --- a/src/qt/locale/bitcoin_el_GR.ts +++ b/src/qt/locale/bitcoin_el_GR.ts @@ -48,7 +48,7 @@ This product includes software developed by the OpenSSL Project for use in the O &New - &Νέα + &Νέo Copy the currently selected address to the system clipboard @@ -90,6 +90,10 @@ This product includes software developed by the OpenSSL Project for use in the O Choose the address to receive coins with Επιλογή διεύθυνσης απ' όπου θα ληφθούν νομίσματα + + C&hoose + Ε&πιλογή + Sending addresses Διευθύνσεις αποστολής @@ -102,6 +106,10 @@ This product includes software developed by the OpenSSL Project for use in the O These are your Bitcoin addresses for sending payments. Always check the amount and the receiving address before sending coins. Αυτές είναι οι Bitcoin διευθύνσεις σας για να λαμβάνετε πληρωμές. Δίνοντας μία ξεχωριστή διεύθυνση σε κάθε αποστολέα, θα μπορείτε να ελέγχετε ποιος σας πληρώνει. + + These are your Bitcoin addresses for receiving payments. It is recommended to use a new receiving address for each transaction. + Αυτές είναι οι Bitcoin διευθύνσεις σας για να λαμβάνετε πληρωμές. Δίνοντας μία ξεχωριστή διεύθυνση σε κάθε αποστολέα, θα μπορείτε να ελέγχετε ποιος σας πληρώνει. + Copy &Label Αντιγραφή &επιγραφής @@ -264,6 +272,10 @@ This product includes software developed by the OpenSSL Project for use in the O &Overview &Επισκόπηση + + Node + Κόμβος + Show general overview of wallet Εμφάνισε τη γενική εικόνα του πορτοφολιού @@ -312,6 +324,18 @@ This product includes software developed by the OpenSSL Project for use in the O &Change Passphrase... &Άλλαξε κωδικο πρόσβασης + + &Sending addresses... + Διευθύνσεις αποστολής + + + &Receiving addresses... + Διευθύνσεις λήψης + + + Open &URI... + 'Ανοιγμα &URI + Importing blocks from disk... Εισαγωγή μπλοκ από τον σκληρο δίσκο ... @@ -424,6 +448,18 @@ This product includes software developed by the OpenSSL Project for use in the O Show the list of used receiving addresses and labels Προβολή της λίστας των χρησιμοποιημένων διευθύνσεων και ετικετών λήψεως + + Open a bitcoin: URI or payment request + Άνοιγμα bitcoin: URI αίτησης πληρωμής + + + &Command-line options + &Επιλογές γραμμής εντολών + + + Show the Bitcoin Core help message to get a list with possible Bitcoin command-line options + Εμφανιση του Bitcoin-Qt μήνυματος βοήθειας για να πάρετε μια λίστα με τις πιθανές επιλογές Bitcoin γραμμής εντολών. + Bitcoin client Πελάτης Bitcoin @@ -538,6 +574,10 @@ Address: %4 CoinControlDialog + + Coin Control Address Selection + Επιλογή Διεύθυνσης Κέρματων Ελέγχου + Quantity: Ποσότητα: @@ -554,6 +594,18 @@ Address: %4 Priority: Προτεραιότητα: + + Fee: + Ταρίφα + + + Low Output: + Χαμηλή εξαγωγή + + + After Fee: + Ταρίφα αλλαγής + Change: Ρέστα: @@ -562,6 +614,14 @@ Address: %4 (un)select all (από)επιλογή όλων + + Tree mode + Εμφάνιση τύπου δέντρο + + + List mode + Λίστα εντολών + Amount Ποσό @@ -602,10 +662,26 @@ Address: %4 Copy transaction ID Αντιγραφη του ID Συναλλαγής + + Lock unspent + Κλείδωμα αξόδευτων + + + Unlock unspent + Ξεκλείδωμα αξόδευτων + Copy quantity Αντιγραφή ποσότητας + + Copy fee + Αντιγραφή ταρίφας + + + Copy after fee + Αντιγραφή μετα-ταρίφας + Copy bytes Αντιγραφή των byte @@ -614,6 +690,10 @@ Address: %4 Copy priority Αντιγραφή προτεραιότητας + + Copy low output + Χαμηλή εξαγωγή + Copy change Αντιγραφή των ρέστων @@ -662,6 +742,10 @@ Address: %4 none κανένα + + Dust + Σκόνη + yes ναι @@ -670,6 +754,42 @@ Address: %4 no όχι + + This label turns red, if the transaction size is greater than 1000 bytes. + Η ετικετα γινετε κοκκινη , αν το μεγεθος της συναλαγης ειναι μεγαλητερο απο 1000 bytes. + + + This means a fee of at least %1 per kB is required. + Ελάχιστο χρεώσιμο ποσό τουλάχιστο %1 ανα kB + + + Can vary +/- 1 byte per input. + Περίπτωση διαφοράς +/- 1 byte ανα εισαγωγή + + + Transactions with higher priority are more likely to get included into a block. + Συναλλαγές με υψηλότερη προτεραιότητα είναι πιο πιθανό να περιλαμβάνονται σε ένα μπλοκ. + + + This label turns red, if the priority is smaller than "medium". + Αυτή η ετικέτα γίνεται κόκκινο, αν η προτεραιότητα είναι μικρότερο από το «μέσο». + + + This label turns red, if any recipient receives an amount smaller than %1. + Αυτή η ετικέτα γίνεται κόκκινο, αν υπάρχει παραλήπτης λαμβάνει ένα ποσό μικρότερο από %1. + + + This means a fee of at least %1 is required. + Αυτό σημαίνει απαιτείται ένα τέλος τουλάχιστον %1. + + + Amounts below 0.546 times the minimum relay fee are shown as dust. + Τα ποσά κάτω των 0.546 φορές της ελάχιστης αμοιβής ρελέ παρουσιάζεται ως "σκόνη". + + + This label turns red, if the change is smaller than %1. + Αυτή η ετικέτα γίνεται κόκκινο, αν η μεταβολή είναι μικρότερη από %1. + (no label) (χωρίς ετικέτα) @@ -698,6 +818,10 @@ Address: %4 The label associated with this address list entry Η ετικέτα που συνδέεται με αυτήν την καταχώρηση στο βιβλίο διευθύνσεων + + The address associated with this address list entry. This can only be modified for sending addresses. + Η διεύθυνση σχετίζεται με αυτή την καταχώρηση του βιβλίου διευθύνσεων. Μπορεί να τροποποιηθεί μόνο για τις διευθύνσεις αποστολής. + &Address &Διεύθυνση @@ -745,6 +869,14 @@ Address: %4 name όνομα + + Directory already exists. Add %1 if you intend to create a new directory here. + Κατάλογος ήδη υπάρχει. Προσθήκη %1, αν σκοπεύετε να δημιουργήσετε έναν νέο κατάλογο εδώ. + + + Path already exists, and is not a directory. + Η διαδρομή υπάρχει ήδη αλλά δεν είναι φάκελος + Cannot create data directory here. Δεν μπορεί να δημιουργηθεί φάκελος δεδομένων εδώ. @@ -752,6 +884,10 @@ Address: %4 HelpMessageDialog + + Bitcoin Core - Command-line options + Bitcoin Core - Επιλογές γραμμής εντολών + Bitcoin Core Bitcoin Core @@ -780,11 +916,19 @@ Address: %4 Start minimized Έναρξη ελαχιστοποιημένο + + Set SSL root certificates for payment request (default: -system-) + Ορίστε SSL root certificates για αίτηση πληρωμής (default: -system-) + Show splash screen on startup (default: 1) Εμφάνισε την οθόνη εκκίνησης κατά την εκκίνηση(προεπιλογή:1) - + + Choose data directory on startup (default: 0) + Επιλογή φακέλου δεδομένων στην εκκίνηση (προεπιλεγμένο: 0) + + Intro @@ -799,6 +943,10 @@ Address: %4 As this is the first time the program is launched, you can choose where Bitcoin Core will store its data. Καθώς αυτή είναι η πρώτη φορά που εκκινείται το πρόγραμμα, μπορείτε να διαλέξετε πού θα αποθηκεύει το Bitcoin Core τα δεδομένα του. + + Bitcoin Core will download and store a copy of the Bitcoin block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. + O πυρήνας Bitcoin θα κατεβάσει και να αποθηκεύσει ένα αντίγραφο της αλυσίδας μπλοκ Bitcoin. Τουλάχιστον %1GB δεδομένων θα αποθηκευτούν σε αυτόν τον κατάλογο, και θα αυξηθεί με την πάροδο του χρόνου. Το πορτοφόλι θα αποθηκευτεί σε αυτόν τον κατάλογο. + Use the default data directory Χρήση του προεπιλεγμένου φακέλου δεδομένων @@ -830,7 +978,27 @@ Address: %4 OpenURIDialog - + + Open URI + 'Ανοιγμα &URI + + + Open payment request from URI or file + Ανοιχτό αίτημα πληρωμής από URI ή απο αρχείο + + + URI: + URI: + + + Select payment request file + Επιλέξτε πληρωμή αρχείου αίτησης + + + Select payment request file to open + Επιλέξτε αρχείο πληρωμής για άνοιγμα. + + OptionsDialog @@ -857,10 +1025,34 @@ Address: %4 &Start Bitcoin on system login &Έναρξη του Βιtcoin κατά την εκκίνηση του συστήματος + + Size of &database cache + Μέγεθος κρυφής μνήμης βάσης δεδομένων. + MB MB + + Number of script &verification threads + Αριθμός script και γραμμές επαλήθευσης + + + Connect to the Bitcoin network through a SOCKS proxy. + Σύνδεση στο Bitcoin δίκτυο μέσω διαμεσολαβητή SOCKS4 (π.χ. για σύνδεση μέσω Tor) + + + &Connect through SOCKS proxy (default proxy): + &Σύνδεση μέσω διαμεσολαβητή SOCKS + + + IP address of the proxy (e.g. IPv4: 127.0.0.1 / IPv6: ::1) + Διεύθυνση IP του διαμεσολαβητή (π.χ. 127.0.0.1 / IPv6: ::1) + + + Third party transaction URLs + Διευθύνσεις τρίτων συναλλαγών. + Reset all client options to default. Επαναφορα όλων των επιλογων του πελάτη σε default. @@ -873,10 +1065,18 @@ Address: %4 &Network &Δίκτυο + + W&allet + Π&ορτοφόλι + Expert Έμπειρος + + Enable coin &control features + Επιλογή κατα πόσο να αναδείχνονται οι δυνατότητες ελέγχου κερμάτων. + Automatically open the Bitcoin client port on the router. This only works when your router supports UPnP and it is enabled. Αυτόματο άνοιγμα των θυρών Bitcoin στον δρομολογητή. Λειτουργεί μόνο αν ο δρομολογητής σας υποστηρίζει τη λειτουργία UPnP. @@ -953,6 +1153,11 @@ Address: %4 &Display addresses in transaction list Εμφάνιση διευθύνσεων στη λίστα συναλλαγών + + Whether to show coin control features or not. + Επιλογή κατα πόσο να αναδείχνονται οι δυνατότητες ελέγχου κερμάτων. + + &OK &ΟΚ @@ -977,6 +1182,14 @@ Address: %4 Client restart required to activate changes. Χρειάζεται επανεκκίνηση του προγράμματος για να ενεργοποιηθούν οι αλλαγές. + + Client will be shutdown, do you want to proceed? + Η εφαρμογή θα τερματιστεί. Θέλετε να προχωρήσετε; + + + This change would require a client restart. + Η αλλαγή αυτή θα χρειαστεί επανεκκίνηση του προγράμματος + The supplied proxy address is invalid. Δεν είναι έγκυρη η διεύθυνση διαμεσολαβητή @@ -1004,6 +1217,10 @@ Address: %4 Your current spendable balance Το τρέχον διαθέσιμο υπόλοιπο + + Pending: + Εκκρεμούν: + Total of transactions that have yet to be confirmed, and do not yet count toward the spendable balance Το άθροισμα των συναλλαγών που δεν έχουν ακόμα επιβεβαιωθεί και δεν προσμετρώνται στο τρέχον διαθέσιμο υπόλοιπό σας @@ -1051,6 +1268,26 @@ Address: %4 Cannot start bitcoin: click-to-pay handler Δεν είναι δυνατή η εκκίνηση του Bitcoin: click-to-pay handler + + Your active proxy doesn't support SOCKS5, which is required for payment requests via proxy. + Ο ενεργός μεσολαβητής δεν υποστηρήζει το πρωτόκολλο SOCKS5 το οποίο χρειάζεται για τις αιτήσεις πληρωμής. + + + Payment request fetch URL is invalid: %1 + Η διεύθυνση πληρωμής (URL) δεν είναι έγκυρη: %1 + + + Payment request file handling + Επιλέξτε αρχείο πληρωμής για άνοιγμα. + + + Refund from %1 + Επιστροφή ποσού από %1 + + + Payment request can not be parsed or processed! + Η αίτηση πληρωμής δεν μπορεί να αναλυθεί ή να επεξεργαστεί! + Payment acknowledged Πληρωμή αναγνωρίστηκε @@ -1074,6 +1311,10 @@ Address: %4 Error: Invalid combination of -regtest and -testnet. Σφάλμα: Άκυρος συνδυασμός των -regtest και -testnet + + Bitcoin Core didn't yet exit safely... + Η εφαρμογή Bitcoin Core δεν έχει ακόμα τερματιστεί με ασφάλεια. + Enter a Bitcoin address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) Εισάγετε μια διεύθυνση Bitcoin (π.χ. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) @@ -1298,6 +1539,10 @@ Address: %4 QR Code Κώδικας QR + + Copy &URI + Αντιγραφη της επιλεγμενης διεύθυνσης στο πρόχειρο του συστηματος + &Save Image... &Αποθήκευση εικόνας... @@ -1306,6 +1551,10 @@ Address: %4 Payment information Πληροφορίες πληρωμής + + URI + URI: + Address Διεύθυνση @@ -1368,6 +1617,10 @@ Address: %4 Send Coins Αποστολή νομισμάτων + + Coin Control Features + Χαρακτηρηστικά επιλογής κερμάτων + automatically selected επιλεγμένο αυτόματα @@ -1392,6 +1645,18 @@ Address: %4 Priority: Προτεραιότητα: + + Fee: + Ταρίφα + + + Low Output: + Χαμηλή εξαγωγή + + + After Fee: + Ταρίφα αλλαγής + Change: Ρέστα: @@ -1440,6 +1705,14 @@ Address: %4 Copy amount Αντιγραφή ποσού + + Copy fee + Αντιγραφή ταρίφας + + + Copy after fee + Αντιγραφή μετα-ταρίφας + Copy bytes Αντιγραφή των byte @@ -1448,6 +1721,10 @@ Address: %4 Copy priority Αντιγραφή προτεραιότητας + + Copy low output + Χαμηλή εξαγωγή + Copy change Αντιγραφή των ρέστων @@ -1746,6 +2023,10 @@ Address: %4 Open until %1 Ανοιχτό μέχρι %1 + + conflicted + σύγκρουση + %1/offline %1/χωρίς σύνδεση; @@ -1834,6 +2115,10 @@ Address: %4 Merchant Έμπορος + + Generated coins must mature %1 blocks before they can be spent. When you generated this block, it was broadcast to the network to be added to the block chain. If it fails to get into the chain, its state will change to "not accepted" and it won't be spendable. This may occasionally happen if another node generates a block within a few seconds of yours. + Πρέπει να περιμένετε %1 μπλοκ πριν μπορέσετε να χρησιμοποιήσετε τα νομίσματα που έχετε δημιουργήσει. Το μπλοκ που δημιουργήσατε μεταδόθηκε στο δίκτυο για να συμπεριληφθεί στην αλυσίδα των μπλοκ. Αν δεν μπει σε αυτή θα μετατραπεί σε "μη αποδεκτό" και δε θα μπορεί να καταναλωθεί. Αυτό συμβαίνει σπάνια όταν κάποιος άλλος κόμβος δημιουργήσει ένα μπλοκ λίγα δευτερόλεπτα πριν από εσάς. + Debug information Πληροφορίες αποσφαλμάτωσης @@ -1928,6 +2213,10 @@ Address: %4 Unconfirmed Ανεπιβεβαίωτες + + Conflicted + Σύγκρουση + Received with Παραλαβή με @@ -2424,6 +2713,10 @@ for example: alertnotify=echo %%s | mail -s "Bitcoin Alert" admin@foo.com How many blocks to check at startup (default: 288, 0 = all) Πόσα μπλοκ να ελέγχθουν κατά την εκκίνηση (προεπιλογή:288,0=όλα) + + Importing... + ΕΙσαγωγή... + Invalid -onion address: '%s' Άκυρη διεύθυνση -onion : '%s' @@ -2440,6 +2733,14 @@ for example: alertnotify=echo %%s | mail -s "Bitcoin Alert" admin@foo.com Set the number of threads to service RPC calls (default: 4) Ορίσμος του αριθμόυ θεματων στην υπηρεσία κλήσεων RPC (προεπιλογή: 4) + + Specify wallet file (within data directory) + Επιλέξτε αρχείο πορτοφολιού (μέσα απο κατάλογο δεδομένων) + + + Usage (deprecated, use bitcoin-cli): + Χρήση (ξεπερασμένο, χρησιμοποιήστε Bitcoin-CLI): + Verifying blocks... Επαλήθευση των μπλοκ... @@ -2456,6 +2757,14 @@ for example: alertnotify=echo %%s | mail -s "Bitcoin Alert" admin@foo.com Imports blocks from external blk000??.dat file Εισαγωγή μπλοκ από εξωτερικό αρχείο blk000?.dat + + Cannot obtain a lock on data directory %s. Bitcoin Core is probably already running. + Αδυναμία κλειδώματος του φακέλου δεδομένων %s. Πιθανώς το Bitcoin να είναι ήδη ενεργό. + + + Output debugging information (default: 0, supplying <category> is optional) + Πληροφορίες εντοπισμού σφαλμάτων (προεπιλογή: 0, επιλογή <category> είναι προαιρετική) + Information Πληροφορία @@ -2488,6 +2797,14 @@ for example: alertnotify=echo %%s | mail -s "Bitcoin Alert" admin@foo.com Only connect to nodes in network <net> (IPv4, IPv6 or Tor) Συνδέση μόνο σε κόμβους του δικτύου <net> (IPv4, IPv6 ή Tor) + + Print block tree on startup (default: 0) + Εκτύπωση μπλοκ δέντρου κατά την εκκίνηση (προεπιλογή: 0) + + + RPC SSL options: (see the Bitcoin Wiki for SSL setup instructions) + Ρυθμίσεις SSL: (ανατρέξτε στο Bitcoin Wiki για οδηγίες ρυθμίσεων SSL) + SSL options: (see the Bitcoin Wiki for SSL setup instructions) Ρυθμίσεις SSL: (ανατρέξτε στο Bitcoin Wiki για οδηγίες ρυθμίσεων SSL) @@ -2512,6 +2829,10 @@ for example: alertnotify=echo %%s | mail -s "Bitcoin Alert" admin@foo.com Specify connection timeout in milliseconds (default: 5000) Ορισμός λήξης χρονικού ορίου σε χιλιοστά του δευτερολέπτου(προεπιλογή:5000) + + Start Bitcoin Core Daemon + Εκκίνηση εφαρμογής Bitcoin Core + System error: Λάθος Συστήματος: @@ -2548,6 +2869,10 @@ for example: alertnotify=echo %%s | mail -s "Bitcoin Alert" admin@foo.com Warning: This version is obsolete, upgrade required! Προειδοποίηση: Αυτή η έκδοση είναι ξεπερασμένη, απαιτείται αναβάθμιση + + Zapping all transactions from wallet... + Μεταφορά όλων των συναλλαγών απο το πορτοφόλι + on startup κατά την εκκίνηση diff --git a/src/qt/locale/bitcoin_es_CL.ts b/src/qt/locale/bitcoin_es_CL.ts index 91f5713e8eac6..5d39b389a6f12 100644 --- a/src/qt/locale/bitcoin_es_CL.ts +++ b/src/qt/locale/bitcoin_es_CL.ts @@ -33,18 +33,38 @@ Eric Young (eay@cryptsoft.com) y UPnP software escrito por Thomas Bernard.Create a new address Crea una nueva dirección + + &New + y nueva + Copy the currently selected address to the system clipboard Copia la dirección seleccionada al portapapeles + + &Copy + y copiar + + + C&lose + C y perder + &Copy Address &Copia dirección + + Delete the currently selected address from the list + Eliminar la dirección seleccionada de la lista + Export the data in the current tab to a file Exportar los datos de la pestaña actual a un archivo + + &Export + y exportar + &Delete &Borrar @@ -242,6 +262,10 @@ Eric Young (eay@cryptsoft.com) y UPnP software escrito por Thomas Bernard.&Change Passphrase... &Cambiar la contraseña... + + Open &URI... + Abrir y url... + Reindexing blocks on disk... Cargando el index de bloques... @@ -282,6 +306,10 @@ Eric Young (eay@cryptsoft.com) y UPnP software escrito por Thomas Bernard.&Send &Envía + + &Receive + y recibir + &Show / Hide &Mostrar/Ocultar @@ -310,6 +338,10 @@ Eric Young (eay@cryptsoft.com) y UPnP software escrito por Thomas Bernard.[testnet] [red-de-pruebas] + + Bitcoin Core + bitcoin core + Bitcoin client Cliente Bitcoin @@ -407,6 +439,10 @@ Dirección: %4 Confirmed Confirmado + + Priority + prioridad + Copy address Copia dirección @@ -419,6 +455,18 @@ Dirección: %4 Copy amount Copiar Cantidad + + medium + medio + + + yes + si + + + no + no + (no label) (sin etiqueta) @@ -480,6 +528,10 @@ Dirección: %4 HelpMessageDialog + + Bitcoin Core + bitcoin core + version versión @@ -500,6 +552,10 @@ Dirección: %4 Intro + + Welcome + bienvenido + Bitcoin Bitcoin @@ -511,6 +567,10 @@ Dirección: %4 OpenURIDialog + + URI: + url: + OptionsDialog @@ -542,6 +602,10 @@ Dirección: %4 &Network &Red + + Expert + experto + Automatically open the Bitcoin client port on the router. This only works when your router supports UPnP and it is enabled. Abre automáticamente el puerto del cliente Bitcoin en el router. Esto funciona solo cuando tu router es compatible con UPnP y está habilitado. @@ -562,6 +626,11 @@ Dirección: %4 Port of the proxy (e.g. 9050) Puerto del servidor proxy (ej. 9050) + + &Window + y windows + + Show only a tray icon after minimizing the window. Muestra solo un ícono en la bandeja después de minimizar la ventana @@ -681,6 +750,10 @@ Dirección: %4 &Information &Información + + General + General + Startup time Tiempo de inicio @@ -985,6 +1058,10 @@ Dirección: %4 SplashScreen + + Bitcoin Core + bitcoin core + [testnet] [red-de-pruebas] @@ -1317,6 +1394,10 @@ Dirección: %4 WalletView + + &Export + y exportar + Export the data in the current tab to a file Exportar los datos de la pestaña actual a un archivo diff --git a/src/qt/locale/bitcoin_fa.ts b/src/qt/locale/bitcoin_fa.ts index ff4e27610583e..f1291535edf02 100644 --- a/src/qt/locale/bitcoin_fa.ts +++ b/src/qt/locale/bitcoin_fa.ts @@ -25,6 +25,10 @@ This product includes software developed by the OpenSSL Project for use in the O Create a new address ایجاد نشانی جدید + + &New + &جدید + Copy the currently selected address to the system clipboard کپی نشانی انتخاب شده به حافظهٔ سیستم @@ -77,6 +81,10 @@ This product includes software developed by the OpenSSL Project for use in the O Comma separated file (*.csv) پروندهٔ نوع CSV جداشونده با کاما (*.csv) + + Exporting Failed + استخراج انجام نشد + AddressTableModel @@ -1624,6 +1632,10 @@ Address: %4 Show transaction details نمایش جزئیات تراکنش + + Exporting Failed + استخراج انجام نشد + Comma separated file (*.csv) پروندهٔ نوع CSV جداشونده با کاما (*.csv) diff --git a/src/qt/locale/bitcoin_fa_IR.ts b/src/qt/locale/bitcoin_fa_IR.ts index a8bb0ae04234f..ee2477b02297f 100644 --- a/src/qt/locale/bitcoin_fa_IR.ts +++ b/src/qt/locale/bitcoin_fa_IR.ts @@ -12,6 +12,10 @@ Create a new address گشایش حسابی جدید + + &New + جدید + Copy the currently selected address to the system clipboard کپی کردن حساب انتخاب شده به حافظه سیستم - کلیپ بورد diff --git a/src/qt/locale/bitcoin_fr.ts b/src/qt/locale/bitcoin_fr.ts index 9f23206bf5f79..767f20e00f554 100644 --- a/src/qt/locale/bitcoin_fr.ts +++ b/src/qt/locale/bitcoin_fr.ts @@ -17,11 +17,11 @@ Distributed under the MIT/X11 software license, see the accompanying file COPYIN This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit (http://www.openssl.org/) and cryptographic software written by Eric Young (eay@cryptsoft.com) and UPnP software written by Thomas Bernard. - Ce logiciel est expérimental. +Ce logiciel est expérimental. - Distribué sous licence logicielle MIT/X11, voir le fichier COPYING joint ou http://www.opensource.org/licenses/mit-license.php. +Distribué sous licence MIT/X11 d'utilisation d'un logiciel. Consultez le fichier joint COPYING ou http://www.opensource.org/licenses/mit-license.php. - Ce produit comprend des logiciels développés par le projet OpenSSL afin d'être utilisés dans la boîte à outils OpenSSL (http://www.openssl.org/), un logiciel de chiffrement écrit par Eric Young (eay@cryptsoft.com), et un logiciel UPnP développé par Thomas Bernard. +Ce produit comprend des logiciels développés par le projet OpenSSL afin d'être utilisés dans la boîte à outils OpenSSL (http://www.openssl.org/), un logiciel de chiffrement écrit par Eric Young (eay@cryptsoft.com) et un logiciel UPnP développé par Thomas Bernard. Copyright @@ -769,6 +769,10 @@ Adresse : %4 This label turns red, if the priority is smaller than "medium". Cette étiquette devient rouge si la priorité est plus basse que « moyenne » + + This label turns red, if any recipient receives an amount smaller than %1. + Cette étiquette devient rouge si un destinataire reçoit un montant inférieur à %1. + This means a fee of at least %1 is required. Signifie que des frais d'au moins %1 sont requis. @@ -2364,7 +2368,7 @@ Adresse : %4 Mined - Extrait + Miné (n/a) @@ -2435,7 +2439,7 @@ Adresse : %4 Mined - Extrait + Miné Other @@ -2607,7 +2611,7 @@ Adresse : %4 Specify pid file (default: bitcoind.pid) - Spécifier le fichier PID (par défaut : bitcoind.pid) + Spécifier le fichier pid (par défaut : bitcoind.pid) Specify data directory @@ -2631,11 +2635,11 @@ Adresse : %4 Threshold for disconnecting misbehaving peers (default: 100) - Seuil de déconnexion des pairs de mauvaise qualité (par défaut : 100) + Seuil de déconnexion des pairs présentant un mauvais comportement (par défaut : 100) Number of seconds to keep misbehaving peers from reconnecting (default: 86400) - Délai en secondes de refus de reconnexion aux pairs de mauvaise qualité (par défaut : 86400) + Délai en secondes de refus de reconnexion pour les pairs présentant un mauvais comportement (par défaut : 86400) An error occurred while setting up the RPC port %u for listening on IPv4: %s @@ -2735,11 +2739,11 @@ par exemple : alertnotify=echo %%s | mail -s "Alerte Bitcoin" admin@foo.com Flush database activity from memory pool to disk log every <n> megabytes (default: 100) - Purger l’activité de la base de données de la mémoire vers le journal sur disque tous les <n> mégaoctets (par défaut : 100) + Purger l’activité de la base de données de la zone de mémoire vers le journal sur disque tous les <n> mégaoctets (par défaut : 100) How thorough the block verification of -checkblocks is (0-4, default: 3) - À quel point la vérification des blocs -checkblocks est approfondie (0-4, par défaut : 3) + Degré de profondeur de la vérification des blocs -checkblocks (0-4, par défaut : 3) In this mode -genproclimit controls how many blocks are generated immediately. @@ -2951,7 +2955,7 @@ par exemple : alertnotify=echo %%s | mail -s "Alerte Bitcoin" admin@foo.com How many blocks to check at startup (default: 288, 0 = all) - Nombre de blocs à vérifier au démarrage (par défaut : 288, 0 = tout) + Nombre de blocs à vérifier au démarrage (par défaut : 288, 0 = tous) If <category> is not supplied, output all debugging information. @@ -2975,7 +2979,7 @@ par exemple : alertnotify=echo %%s | mail -s "Alerte Bitcoin" admin@foo.com Prepend debug output with timestamp (default: 1) - Ajouter l'horodatage au début des résultats de débogage (par défaut : 1) + Ajouter l'horodatage au début de la sortie de débogage (par défaut : 1) RPC client options: @@ -3059,7 +3063,7 @@ par exemple : alertnotify=echo %%s | mail -s "Alerte Bitcoin" admin@foo.com Output debugging information (default: 0, supplying <category> is optional) - Informations du résultat de débogage (par défaut : 0, fournir <category> est optionnel) + Extraire les informations de débogage (par défaut : 0, fournir <category> est optionnel) Set maximum size of high-priority/low-fee transactions in bytes (default: %d) @@ -3083,7 +3087,7 @@ par exemple : alertnotify=echo %%s | mail -s "Alerte Bitcoin" admin@foo.com Log transaction priority and fee per kB when mining blocks (default: 0) - Journaliser la priorité des transactions et les frais par ko lors du minage (par défaut : 0) + Lors du minage, journaliser la priorité des transactions et les frais par ko (par défaut : 0) Maintain a full transaction index (default: 0) @@ -3091,15 +3095,15 @@ par exemple : alertnotify=echo %%s | mail -s "Alerte Bitcoin" admin@foo.com Maximum per-connection receive buffer, <n>*1000 bytes (default: 5000) - Tampon maximal de réception par « -connection » <n>*1 000 octets (par défaut : 5 000) + Tampon maximal de réception par connexion, <n>*1 000 octets (par défaut : 5000) Maximum per-connection send buffer, <n>*1000 bytes (default: 1000) - Tampon maximal d'envoi par « -connection », <n>*1 000 octets (par défaut : 1 000) + Tampon maximal d'envoi par connexion », <n>*1000 octets (par défaut : 1000) Only accept block chain matching built-in checkpoints (default: 1) - N'accepter que la chaîne de blocs correspondant aux points de vérification internes (par défaut : 1) + N'accepter qu'une chaîne de blocs correspondant aux points de vérification intégrés (par défaut : 1) Only connect to nodes in network <net> (IPv4, IPv6 or Tor) @@ -3131,7 +3135,7 @@ par exemple : alertnotify=echo %%s | mail -s "Alerte Bitcoin" admin@foo.com Run a thread to flush wallet periodically (default: 1) - Exécuter un exétron pour purger le portefeuille périodiquement (par défaut : 1) + Exécuter une tâche pour purger le portefeuille périodiquement (par défaut : 1) SSL options: (see the Bitcoin Wiki for SSL setup instructions) @@ -3147,11 +3151,11 @@ par exemple : alertnotify=echo %%s | mail -s "Alerte Bitcoin" admin@foo.com Set minimum block size in bytes (default: 0) - Définir la taille minimale de bloc en octets (par défaut : 0) + Définir la taille de bloc minimale en octets (par défaut : 0) Sets the DB_PRIVATE flag in the wallet db environment (default: 1) - Définit le drapeau DB_PRIVATE dans l'environnement de la base de données du portefeuille (par défaut : 1) + Définit le drapeau DB_PRIVATE dans l'environnement de la BD du portefeuille (par défaut : 1) Show all debugging options (usage: --help -help-debug) @@ -3195,11 +3199,11 @@ par exemple : alertnotify=echo %%s | mail -s "Alerte Bitcoin" admin@foo.com Use UPnP to map the listening port (default: 0) - Utiliser l'UPnP pour rediriger le port d'écoute (par défaut : 0) + Utiliser l'UPnP pour mapper le port d'écoute (par défaut : 0) Use UPnP to map the listening port (default: 1 when listening) - Utiliser l'UPnP pour rediriger le port d'écoute (par défaut : 1 lors de l'écoute) + Utiliser l'UPnP pour mapper le port d'écoute (par défaut : 1 lors de l'écoute) Username for JSON-RPC connections @@ -3251,7 +3255,7 @@ par exemple : alertnotify=echo %%s | mail -s "Alerte Bitcoin" admin@foo.com Set key pool size to <n> (default: 100) - Régler la taille de la réserve de clefs sur <n> (par défaut : 100) + Définir la taille de la réserve de clefs à <n> (par défaut : 100) Rescan the block chain for missing wallet transactions @@ -3263,7 +3267,7 @@ par exemple : alertnotify=echo %%s | mail -s "Alerte Bitcoin" admin@foo.com Server certificate file (default: server.cert) - Fichier de certificat serveur (par défaut : server.cert) + Fichier de certification du serveur (par défaut : server.cert) Server private key (default: server.pem) diff --git a/src/qt/locale/bitcoin_he.ts b/src/qt/locale/bitcoin_he.ts index 13541f2517495..ee300a66d1b6f 100644 --- a/src/qt/locale/bitcoin_he.ts +++ b/src/qt/locale/bitcoin_he.ts @@ -7,7 +7,7 @@ <b>Bitcoin Core</b> version - <b>קליינט ביטקוין</b> גירסאת + <b>ליבת ביטקוין</b> גרסה @@ -27,7 +27,15 @@ This product includes software developed by the OpenSSL Project for use in the O Copyright זכויות יוצרים - + + The Bitcoin Core developers + מתכנתי ליבת ביטקוין + + + (%1-bit) + (%1-סיביות) + + AddressBookPage @@ -259,6 +267,10 @@ This product includes software developed by the OpenSSL Project for use in the O &Overview &סקירה + + Node + מפרק + Show general overview of wallet הצג סקירה כללית של הארנק @@ -307,6 +319,18 @@ This product includes software developed by the OpenSSL Project for use in the O &Change Passphrase... שנה סיסמא + + &Sending addresses... + כתובת ה&שליחה… + + + &Receiving addresses... + כתובות ה&קבלה… + + + Open &URI... + פתיחת &כתובת… + Importing blocks from disk... מייבא בלוקים מהדיסק... @@ -423,6 +447,14 @@ This product includes software developed by the OpenSSL Project for use in the O Open a bitcoin: URI or payment request פתח ביטקוין: URI או בקשת תשלום + + &Command-line options + אפשרויות &שורת הפקודה + + + Show the Bitcoin Core help message to get a list with possible Bitcoin command-line options + הצגת הודעות העזרה של ליבת ביטקוין כדי לקבל רשימה עם אפשרויות שורת הפקודה האפשריות של ביטקוין + Bitcoin client תוכנת ביטקוין @@ -451,6 +483,10 @@ This product includes software developed by the OpenSSL Project for use in the O %n week(s) %n שבוע%n שבועות + + %1 and %2 + %1 ו%2 + Last received block was generated %1 ago. הבלוק האחרון שהתקבל נוצר לפני %1 @@ -680,6 +716,10 @@ Address: %4 lowest הכי נמוך + + none + ללא + Dust אבק @@ -708,6 +748,10 @@ Address: %4 Transactions with higher priority are more likely to get included into a block. העברות עם עדיפות גבוהה, יותר סיכוי שיכנסו לתוך הבלוק + + This label turns red, if the priority is smaller than "medium". + תווית זו מאדימה אם העדיפות היא פחות מ„בינוני“ + Amounts below 0.546 times the minimum relay fee are shown as dust. סכומים נמוכים מ 0.546 כפול מינימום סכום ההעברה מופיעים כאבק @@ -833,11 +877,19 @@ Address: %4 Start minimized התחל ממוזער + + Set SSL root certificates for payment request (default: -system-) + הגדרות אישורי בסיס של SSL לבקשות תשלום (בררת המחדל: -מערכת-) + Show splash screen on startup (default: 1) הצג מסך פתיחה בעת הפעלה (ברירת מחדל: 1) - + + Choose data directory on startup (default: 0) + בחירת תיקיית נתונים עם ההפעלה (בררת מחדל: 0) + + Intro @@ -934,10 +986,42 @@ Address: %4 &Start Bitcoin on system login התחל את ביטקוין בעת התחברות למערכת + + Size of &database cache + גודל מ&טמון מסד הנתונים + MB מגה בייט + + Number of script &verification threads + מספר תהליכי ה&אימות של הסקריפט + + + Connect to the Bitcoin network through a SOCKS proxy. + התחברות לרשת ביטקוין דרך מתווך SOCKS. + + + &Connect through SOCKS proxy (default proxy): + הת&חברות באמצעות מתווך SOCKS (מתווך בררת מחדל): + + + IP address of the proxy (e.g. IPv4: 127.0.0.1 / IPv6: ::1) + כתובת ה־IP של המתווך (לדוגמה IPv4: 127.0.0.1‏ / IPv6: ::1) + + + Third party URLs (e.g. a block explorer) that appear in the transactions tab as context menu items. %s in the URL is replaced by transaction hash. Multiple URLs are separated by vertical bar |. + כתובות צד־שלישי (כגון: סייר מקטעים) שמופיעים בלשונית ההעברות בתור פריטים בתפריט ההקשר. %s בכתובת מוחלף בגיבוב ההעברה. מספר כתובות יופרדו בפס אנכי |. + + + Third party transaction URLs + כתובות העברה צד־שלישי + + + Active command-line options that override above options: + אפשרויות פעילות בשורת הפקודה שדורסות את האפשרויות שלהלן: + Reset all client options to default. אפס כל אפשרויות התוכנה לברירת המחדל. @@ -950,6 +1034,30 @@ Address: %4 &Network רשת + + (0 = auto, <0 = leave that many cores free) + (0 = אוטומטי, <0 = להשאיר כזאת כמות של ליבות חופשיות) + + + W&allet + &ארנק + + + Expert + מומחה + + + Enable coin &control features + הפעלת תכונות &בקרת מטבעות + + + If you disable the spending of unconfirmed change, the change from a transaction cannot be used until that transaction has at least one confirmation. This also affects how your balance is computed. + אם אפשרות ההשקעה של עודף בלתי מאושר תנוטרל, לא ניתן יהיה להשתמש בעודף מההעברה עד שלהעברה יהיה לפחות אישור אחד. פעולה זו גם משפיעה על חישוב המאזן שלך. + + + &Spend unconfirmed change + עודף &בלתי מאושר מההשקעה + Automatically open the Bitcoin client port on the router. This only works when your router supports UPnP and it is enabled. פתח את פורט ביטקוין בנתב באופן אוטומטי. עובד רק אם UPnP מאופשר ונתמך ע"י הנתב. @@ -1042,10 +1150,26 @@ Address: %4 default ברירת מחדל + + none + ללא + Confirm options reset אשר את איפוס האפשרויות + + Client restart required to activate changes. + נדרשת הפעלה מחדש של הלקוח כדי להפעיל את השינויים. + + + Client will be shutdown, do you want to proceed? + הלקוח יכבה, האם להמשיך? + + + This change would require a client restart. + שינוי זה ידרוש הפעלה מחדש של תכנית הלקוח. + The supplied proxy address is invalid. כתובת הפרוקסי שסופקה אינה תקינה. @@ -1065,10 +1189,18 @@ Address: %4 Wallet ארנק + + Available: + זמין: + Your current spendable balance היתרה הזמינה הנוכחית + + Pending: + בהמתנה: + Total of transactions that have yet to be confirmed, and do not yet count toward the spendable balance הסכום הכולל של פעולות שטרם אושרו, ועוד אינן נספרות בחישוב היתרה הזמינה @@ -1120,6 +1252,14 @@ Address: %4 Cannot start bitcoin: click-to-pay handler לא ניתן להתחיל את ביטקוין: מפעיל לחץ-לתשלום + + Payment request fetch URL is invalid: %1 + כתובת אחזור בקשת התשלום שגויה: %1 + + + Payment request file handling + טיפול בקובצי בקשות תשלום + Unverified payment requests to custom payment scripts are unsupported. בקשות לתשלום לסקריפטיי תשלום מותאמים אישית אינן נתמכות. @@ -1348,6 +1488,22 @@ Address: %4 R&euse an existing receiving address (not recommended) ש&ימוש חוזר בכתובת קבלה קיימת(לא מומלץ) + + An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the Bitcoin network. + הודעת רשות לצירוף לבקשת התשלום שתוצג בעת פתיחת הבקשה. לתשומת לבך: ההודעה לא תישלח עם התשלום ברשת ביטקוין. + + + An optional label to associate with the new receiving address. + תווית רשות לשיוך עם כתובת הקבלה החדשה. + + + Use this form to request payments. All fields are <b>optional</b>. + יש להשתמש בטופס זה כדי לבקש תשלומים. כל השדות הם בגדר <b>רשות</b>. + + + An optional amount to request. Leave this empty or zero to not request a specific amount. + סכום כרשות לבקשה. ניתן להשאיר זאת ריק כדי לא לבקש סכום מסוים. + Clear all fields of the form. נקה את כל השדות @@ -1356,6 +1512,10 @@ Address: %4 Clear נקה + + Requested payments history + היסטוריית בקשות תשלום + &Request payment &בקש תשלום @@ -1380,6 +1540,10 @@ Address: %4 Copy label העתק תוית + + Copy message + העתקת הודעה + Copy amount העתק כמות @@ -1466,7 +1630,11 @@ Address: %4 (no message) (אין הודעות) - + + (no amount) + (אין סכום) + + SendCoinsDialog @@ -1521,6 +1689,10 @@ Address: %4 Change: שינוי: + + If this is activated, but the change address is empty or invalid, change will be sent to a newly generated address. + אם אפשרות זו מופעלת אך כתובת העודף ריקה או שגויה, העודף יישלח לכתובת חדשה שתיווצר. + Custom change address כתובת לעודף מותאמת אישית @@ -1593,6 +1765,10 @@ Address: %4 Copy change העתק עודף + + Total Amount %1 (= %2) + הסכום הכולל %1 (= %2) + or או @@ -1621,10 +1797,22 @@ Address: %4 Transaction creation failed! יצירת הפעולה נכשלה! + + The transaction was rejected! This might happen if some of the coins in your wallet were already spent, such as if you used a copy of wallet.dat and coins were spent in the copy but not marked as spent here. + ההעברה נדחתה! מצב כזה עשוי לקרות אם חלק מהמטבעות בארנק שלך כבר הושקעו, כמו למשל עקב שימוש בעותק של wallet.dat והמטבעות הושקעו בעותק אבל לא סומנו כאילו הושקעו דרך כאן. + + + Warning: Invalid Bitcoin address + אזהרה: כתובת ביטקוין שגויה + (no label) (ללא תוית) + + Warning: Unknown change address + אזהרה: כתובת עודף בלתי ידועה + Are you sure you want to send? האם אכן לשלוח? @@ -1684,6 +1872,10 @@ Address: %4 Alt+P Alt+P + + Remove this entry + הסרת רשומה זו + Message: הודעה: @@ -1696,6 +1888,10 @@ Address: %4 Enter a label for this address to add it to the list of used addresses הקלד תווית עבור כתובת זו בכדי להוסיף אותה לרשימת הכתובות בשימוש + + A message that was attached to the bitcoin: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the Bitcoin network. + הודעה שצורפה לביטקוין: כתובת שתאוחסן בהעברה לצורך מעקב מצדך. לתשומת לבך: הודעה זו לא תישלח ברשת הביטקוין. + This is an unverified payment request. זוהי בקשת תשלום בלתי־מאומתת. @@ -1711,6 +1907,10 @@ Address: %4 ShutdownWindow + + Bitcoin Core is shutting down... + ליבת ביטקוין נסגרת… + Do not shut down the computer until this window disappears. אין לכבות את המחשב עד שחלון זה נעלם. @@ -1865,6 +2065,10 @@ Address: %4 Bitcoin Core ליבת ביטקוין + + The Bitcoin Core developers + מתכנתי ליבת ביטקוין + [testnet] [רשת-בדיקה] @@ -1883,6 +2087,10 @@ Address: %4 Open until %1 פתוח עד %1 + + conflicted + בהתנגשות + %1/offline %1/מנותק @@ -2033,6 +2241,10 @@ Address: %4 Amount כמות + + Immature (%1 confirmations, will be available after %2) + לא בשל (%1 אישורים, יהיו זמינים לאחר %2) + Open for %n more block(s) פתח למשך בלוק %n יותרפתח למשך %n בלוקים נוספים @@ -2053,6 +2265,22 @@ Address: %4 Generated but not accepted נוצר אך לא התקבל + + Offline + מנותק + + + Unconfirmed + ללא אישור + + + Confirming (%1 of %2 recommended confirmations) + מתקבל אישור (%1 מתוך %2 אישורים מומלצים) + + + Conflicted + מתנגש + Received with התקבל עם @@ -2188,6 +2416,10 @@ Address: %4 Exporting Failed הייצוא נכשל + + There was an error trying to save the transaction history to %1. + אירעה שגיאה בעת ניסיון לשמור את היסטוריית ההעברות אל %1. + Exporting Successful הייצוא בוצע בהצלחה @@ -2273,6 +2505,14 @@ Address: %4 Backup Failed גיבוי נכשל + + There was an error trying to save the wallet data to %1. + אירעה שגיאה בעת ניסיון לשמירת נתוני הארנק אל %1. + + + The wallet data was successfully saved to %1. + נתוני הארנק נשמרו בהצלחה אל %1. + Backup Successful גיבוי הושלם בהצלחה @@ -2392,10 +2632,18 @@ rpcpassword=%s Bind to given address and always listen on it. Use [host]:port notation for IPv6 קשור עם כתובת נתונה והאזן לה תמיד. השתמש בסימון [host]:port עבוד IPv6. + + Continuously rate-limit free transactions to <n>*1000 bytes per minute (default:15) + להגביל את קצב ההעברות החינמיות באופן מתמשך לכדי ‎<n>*1000 בתים לדקה (בררת מחדל:15) + Enter regression test mode, which uses a special chain in which blocks can be solved instantly. This is intended for regression testing tools and app development. כניסה למצב בדיקת רגרסיה, בה נעשה שימוש בשרשרת מיוחדת המאפשרת פתרון מיידי של בלוקים. מצב זה מיועד לכלי בדיקת רגרסיה ופיתוח תוכנה. + + Enter regression test mode, which uses a special chain in which blocks can be solved instantly. + כניסה למצב בדיקת נסיגה, שמשתמש בשרשרת מיוחדת בה ניתן לפתור את המקטעים במהירות. + Error: The transaction was rejected! This might happen if some of the coins in your wallet were already spent, such as if you used a copy of wallet.dat and coins were spent in the copy but not marked as spent here. שגיאה: הפעולה נדחתה! זה עלול לקרות אם כמה מהמטבעות בארנק שלך כבר נוצלו, למשל אם השתמשת בעותק של wallet.dat ומטבעות נשלחו בעותק אך לא סומנו כמנוצלות כאן. @@ -2408,10 +2656,26 @@ rpcpassword=%s Execute command when a wallet transaction changes (%s in cmd is replaced by TxID) בצע פקודה כאשר פעולת ארנק משתנה (%s ב cmd יוחלף ב TxID) + + Flush database activity from memory pool to disk log every <n> megabytes (default: 100) + העברת הפעילות במסד הנתונים מהזיכרון למאגר בכונן בכל <n> מ״ב (בררת מחדל: 100) + + + How thorough the block verification of -checkblocks is (0-4, default: 3) + עד כמה מדוקדק אימות המקטעים של ‎-checkblocks‏ (0-4, בררת מחדל: 3) + This is a pre-release test build - use at your own risk - do not use for mining or merchant applications זוהי בניית ניסיון טרום-שחרור - השימוש בה על אחריותך - אין להשתמש לצורך כריה או יישומי מסחר + + Unable to bind to %s on this computer. Bitcoin Core is probably already running. + לא ניתן להתאגד אל %s במחשב זה. כנראה שליבת ביטקוין כבר פועלת. + + + Use separate SOCKS5 proxy to reach peers via Tor hidden services (default: -proxy) + שימוש במתווך שונה מסוג SOCKS5 כדי להגיע לעמיתים דרך השירותים הנסתרים של Tor (בררת מחדל: ‏-proxy) + Warning: -paytxfee is set very high! This is the transaction fee you will pay if you send a transaction. אזהרה: -paytxfee נקבע לערך מאד גבוה! זוהי עמלת הפעולה שתשלם אם אתה שולח פעולה. @@ -2436,6 +2700,18 @@ rpcpassword=%s Warning: wallet.dat corrupt, data salvaged! Original wallet.dat saved as wallet.{timestamp}.bak in %s; if your balance or transactions are incorrect you should restore from a backup. אזהרה: קובץ wallet.dat מושחת, המידע חולץ! קובץ wallet.dat המקורח נשמר כ - wallet.{timestamp}.bak ב - %s; אם המאזן או הפעולות שגויים עליך לשחזר גיבוי. + + (default: 1) + (בררת מחדל: 1) + + + (default: wallet.dat) + (בררת מחדל: wallet.dat) + + + <category> can be: + <קטגוריה> יכולה להיות: + Attempt to recover private keys from a corrupt wallet.dat נסה לשחזר מפתחות פרטיים מקובץ wallet.dat מושחת. @@ -2460,10 +2736,22 @@ rpcpassword=%s Corrupted block database detected התגלה מסד נתוני בלוקים לא תקין + + Debugging/Testing options: + אפשרויות ניפוי/בדיקה: + + + Disable safemode, override a real safe mode event (default: 0) + נטרול המצב הבטוח, דריסת אירוע אמתי של מצב בטוח (בררת מחדל: 0) + Discover own IP address (default: 1 when listening and no -externalip) גלה את כתובת ה-IP העצמית (ברירת מחדל: 1 כשמאזינים וללא -externalip) + + Do not load the wallet and disable wallet RPC calls + לא לטעון את הארנק ולנטרל קריאות RPC + Do you want to rebuild the block database now? האם תרצה כעט לבנות מחדש את מסד נתוני הבלוקים? @@ -2548,6 +2836,10 @@ rpcpassword=%s Find peers using DNS lookup (default: 1 unless -connect) מצא עמיתים ע"י חיפוש DNS (ברירת מחדל: 1 ללא -connect) + + Force safe mode (default: 0) + כפיית מצב בטוח (בררת מחדל: 0) + Generate coins (default: 0) ייצר מטבעות (ברגיל: 0) @@ -2556,6 +2848,14 @@ rpcpassword=%s How many blocks to check at startup (default: 288, 0 = all) מספר הבלוקים לבדוק בעת אתחול (ברירת מחדל: 288, 0 = כולם) + + If <category> is not supplied, output all debugging information. + אם לא סופקה <קטגוריה> יש לייצא את כל פרטי הניפוי. + + + Importing... + מתבצע יבוא… + Incorrect or no genesis block found. Wrong datadir for network? בלוק בראשית הינו שגוי או לא נמצא. ספריית מידע לא נכונה עבור הרשת? @@ -2568,10 +2868,22 @@ rpcpassword=%s Not enough file descriptors available. אין מספיק מידע על הקובץ + + Prepend debug output with timestamp (default: 1) + הוספת חותמת הזמן בתחילת שורות פלט הניפוי (בררת מחדל: 1) + Rebuild block chain index from current blk000??.dat files בנה מחדש את אינדק שרשרת הבלוקים מקבצי ה-blk000??.dat הנוכחיים. + + Set database cache size in megabytes (%d to %d, default: %d) + הגדרת גודל מטמון מסדי הנתונים במגה בתים (%d עד %d, בררת מחדל: %d) + + + Set maximum block size in bytes (default: %d) + הגדרת קובץ מקטע מרבי בבתים (בררת מחדל: %d) + Set the number of threads to service RPC calls (default: 4) קבע את מספר תהליכוני לשירות קריאות RPC (ברירת מחדל: 4) @@ -2580,6 +2892,10 @@ rpcpassword=%s Specify wallet file (within data directory) ציין קובץ ארנק (בתוך ספריית המידע) + + This is intended for regression testing tools and app development. + תכונה זו מיועדת לכלי בדיקות נסיגה ופיתוח יישומים. + Usage (deprecated, use bitcoin-cli): שימוש (מיושן, השתמש ב bitcoin-cli): @@ -2596,6 +2912,10 @@ rpcpassword=%s Wallet %s resides outside data directory %s הארנק %s יושב מחוץ לספריית המידע %s + + Wallet options: + אפשרויות הארנק: + You need to rebuild the database using -reindex to change -txindex עליך לבנות מחדש את מסד הנתונים תוך שימוש ב- -reindex על מנת לשנות את -txindex @@ -2608,6 +2928,10 @@ rpcpassword=%s Execute command when a relevant alert is received or we see a really long fork (%s in cmd is replaced by message) הרץ פקודה כאשר ההתראה הרלוונטית מתקבלת או כשאנחנו עדים לפיצול ארוך מאוד (%s בשורת הפקודה יוחלף ע"י ההודעה) + + Output debugging information (default: 0, supplying <category> is optional) + הוצאת פלט של נתוני ניפוי (בררת מחדל: 0, אפשר לספק <קטגוריה>) + Information מידע @@ -2620,6 +2944,10 @@ rpcpassword=%s Invalid amount for -mintxfee=<amount>: '%s' כמות לא תקינה עבור -paytxfee=<amount>: '%s' + + Limit size of signature cache to <n> entries (default: 50000) + להגביל את גודל המטמון ל־<n> רשומות (בררת מחדל: 50000) + Maintain a full transaction index (default: 0) תחזק אינדקס פעולות מלא (ברירת מחדל: 0) @@ -2640,10 +2968,26 @@ rpcpassword=%s Only connect to nodes in network <net> (IPv4, IPv6 or Tor) התחבר רק לצמתים ברשת <net> (IPv4, IPv6 או Tor) + + Print block on startup, if found in block index + הצגת מקטע בהפעלה, אם נמצא במפתח המקטעים + + + Print block tree on startup (default: 0) + הצגת עץ המקטעים בהפעלה (בררת מחדל: 0) + + + RPC SSL options: (see the Bitcoin Wiki for SSL setup instructions) + אפשרויות RPC SSL: (נא לעיין בוויקי של ביטקוין לקבלת הנחיות על הגדרת SSL) + RPC server options: הגדרות שרת RPC + + Randomly drop 1 of every <n> network messages + להשמיט אקראית אחת מתוך כל <n> הודעות רשת + SSL options: (see the Bitcoin Wiki for SSL setup instructions) אפשרויות SSL: (ראה את הויקי של ביטקוין עבור הוראות הגדרת SSL) @@ -2656,6 +3000,14 @@ rpcpassword=%s Set minimum block size in bytes (default: 0) קבע את גודל הבלוק המינימלי בבתים (ברירת מחדל: 0) + + Sets the DB_PRIVATE flag in the wallet db environment (default: 1) + הגדרת הדגל DB_PRIVATE בסביבת מסד הנתונים של הארנק (בררת מחדל: 1) + + + Show all debugging options (usage: --help -help-debug) + הצגת כל אפשרויות הניפוי (שימוש: ‎--help -help-debug) + Shrink debug.log file on client startup (default: 1 when no -debug) כווץ את קובץ debug.log בהפעלת הקליינט (ברירת מחדל: 1 ללא -debug) diff --git a/src/qt/locale/bitcoin_hr.ts b/src/qt/locale/bitcoin_hr.ts index b1722c0e6f64e..d6d3dc9c77d08 100644 --- a/src/qt/locale/bitcoin_hr.ts +++ b/src/qt/locale/bitcoin_hr.ts @@ -3,11 +3,15 @@ AboutDialog About Bitcoin Core - O Bitcoin Jezrgu + O Bitcoinovoj jezgri + + + <b>Bitcoin Core</b> version + <b>Bitcoinova jezgra</b> inačica Copyright - Autorsko pravo + Autorsko pravo @@ -20,14 +24,30 @@ Create a new address Dodajte novu adresu + + &New + &Nova + Copy the currently selected address to the system clipboard Kopiraj trenutno odabranu adresu u međuspremnik + + &Copy + &Kopiraj + + + C&lose + &Zatvori + &Copy Address &Kopirati adresu + + Delete the currently selected address from the list + Brisanje trenutno odabrane adrese s popisa. + Export the data in the current tab to a file Izvoz podataka iz trenutnog taba u datoteku @@ -40,6 +60,34 @@ &Delete &Brisanje + + Choose the address to send coins to + Odabir adrese na koju šaljete novac + + + Choose the address to receive coins with + Odaberi adresu na koju primaš novac + + + C&hoose + &Odaberi + + + Sending addresses + Adresa za slanje + + + Receiving addresses + Adresa za primanje + + + These are your Bitcoin addresses for sending payments. Always check the amount and the receiving address before sending coins. + Ovo su vaše Bitcoin adrese za slanje uplate. Uvijek provjerite iznos i adresu primatelja prije slanja novca. + + + These are your Bitcoin addresses for receiving payments. It is recommended to use a new receiving address for each transaction. + Ovo su vaše Bitcoin adrese za primanje isplate. Preporučamo da koristite novu primateljsku adresu za svaku transakciju. + Copy &Label Kopirati &oznaku @@ -48,10 +96,18 @@ &Edit &Izmjeniti + + Export Address List + Izvezi listu adresa + Comma separated file (*.csv) Datoteka vrijednosti odvojenih zarezom (*. csv) + + Exporting Failed + Izvoz neuspješan + AddressTableModel @@ -70,6 +126,10 @@ AskPassphraseDialog + + Passphrase Dialog + Dijalog lozinke + Enter passphrase Unesite lozinku @@ -126,6 +186,10 @@ Are you sure you wish to encrypt your wallet? Jeste li sigurni da želite šifrirati svoj novčanik? + + IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. For security reasons, previous backups of the unencrypted wallet file will become useless as soon as you start using the new, encrypted wallet. + VAŽNO: Sve prethodne pričuve vašeg novčanika trebale bi biti zamijenjene novo stvorenom, šifriranom datotekom novčanika. Zbog sigurnosnih razloga, prethodne pričuve nešifriranog novčanika će postati beskorisne čim počnete koristiti novi, šifrirani novčanik. + Warning: The Caps Lock key is on! Upozorenje: Tipka Caps Lock je uključena! @@ -181,6 +245,10 @@ &Overview &Pregled + + Node + Čvor + Show general overview of wallet Prikaži opći pregled novčanika @@ -229,6 +297,18 @@ &Change Passphrase... &Promijena lozinke... + + &Sending addresses... + Adrese za s&lanje + + + &Receiving addresses... + Adrese za p&rimanje + + + Open &URI... + Otvori &URI... + Importing blocks from disk... Importiranje blokova sa diska... @@ -253,6 +333,14 @@ Change the passphrase used for wallet encryption Promijenite lozinku za šifriranje novčanika + + &Debug window + &Ispravljanje programerskih pogrešaka + + + Open debugging and diagnostic console + Otvori konzolu za dijagnostiku i otklanjanje programskih pogrešaka. + &Verify message... &Potvrdite poruku... @@ -269,6 +357,30 @@ &Send &Pošalji + + &Receive + Pri&miti + + + &Show / Hide + Po&kaži / Sakrij + + + Show or hide the main Window + Prikaži ili sakrij glavni prozor + + + Encrypt the private keys that belong to your wallet + Šifriraj privatne ključeve koji pripadaju tvom novčaniku + + + Sign messages with your Bitcoin addresses to prove you own them + Potpiši poruke svojim Bitcoin adresama kako bi dokazao da si njihov vlasnik + + + Verify messages to ensure they were signed with specified Bitcoin addresses + Provjerite porkue kako bi se uvjerili da su potpisane navedenim Bitcoin adresama + &File &Datoteka @@ -293,6 +405,22 @@ Bitcoin Core Bitcoin Jezgra + + Request payments (generates QR codes and bitcoin: URIs) + Zatraži uplate (Stvara QR kodove i bitcoin: URIje) + + + &About Bitcoin Core + &O Bitcoin Jezgri + + + Show the list of used sending addresses and labels + Prikaži popis korištenih adresa i oznaka za slanje isplate + + + Show the list of used receiving addresses and labels + Prikaži popis korištenih adresa i oznaka za primanje isplate + Bitcoin client Bitcoin klijent @@ -1243,6 +1371,10 @@ Adresa:%4 Show transaction details Prikaži detalje transakcije + + Exporting Failed + Izvoz neuspješan + Comma separated file (*.csv) Datoteka podataka odvojenih zarezima (*.csv) diff --git a/src/qt/locale/bitcoin_it.ts b/src/qt/locale/bitcoin_it.ts index 47cdae15eb280..4c3b105ad7047 100644 --- a/src/qt/locale/bitcoin_it.ts +++ b/src/qt/locale/bitcoin_it.ts @@ -1093,6 +1093,10 @@ Più URL vengono separati da una barra verticale |. If you disable the spending of unconfirmed change, the change from a transaction cannot be used until that transaction has at least one confirmation. This also affects how your balance is computed. Disabilitando l'uso di resti non confermati, il resto di una transazione non potrà essere speso fino a quando la transazione non avrà ottenuto almeno una conferma. Questa impostazione influisce inoltre sul calcolo saldo. + + &Spend unconfirmed change + &Spendere resti non confermati + Automatically open the Bitcoin client port on the router. This only works when your router supports UPnP and it is enabled. Apri automaticamente la porta del client Bitcoin sul router. Il protocollo UPnP deve essere supportato da parte del router ed attivo. diff --git a/src/qt/locale/bitcoin_ja.ts b/src/qt/locale/bitcoin_ja.ts index c84e35fae8055..111d1007d01b3 100644 --- a/src/qt/locale/bitcoin_ja.ts +++ b/src/qt/locale/bitcoin_ja.ts @@ -1,6 +1,10 @@ AboutDialog + + About Bitcoin Core + Bitcoinコアについて + <b>Bitcoin Core</b> version <b>ビットコインコア</b> バージョン @@ -98,6 +102,10 @@ MIT/X11 ソフトウェア ライセンスの下で配布されています。 These are your Bitcoin addresses for sending payments. Always check the amount and the receiving address before sending coins. これらは支払いを送信するためのあなたの Bitcoin アドレスです。コインを送信する前に、常に額と受信アドレスを確認してください。 + + These are your Bitcoin addresses for receiving payments. It is recommended to use a new receiving address for each transaction. + これらは支払いを受け取るためのビットコインアドレスです。トランザクションごとに新しい受け取り用アドレスを作成することが推奨されます。 + Copy &Label ラベルをコピー (&L) @@ -415,10 +423,18 @@ MIT/X11 ソフトウェア ライセンスの下で配布されています。 Bitcoin Core Bitcoin のコア + + Request payments (generates QR codes and bitcoin: URIs) + 支払いを要求する (QRコードとbitcoin:ではじまるURIを生成する) + &About Bitcoin Core ビットコインコアについて (&A) + + Show the list of used sending addresses and labels + 使用済みの送金用アドレスとラベルの一覧を表示する + Show the list of used receiving addresses and labels 支払いを受け取るアドレスとラベルのリストを表示する @@ -617,6 +633,14 @@ Address: %4 Copy transaction ID 取引 ID をコピー + + Lock unspent + 未使用トランザクションをロックする + + + Unlock unspent + 未使用トランザクションをアンロックする + Copy quantity 数量をコピーする @@ -730,6 +754,10 @@ Address: %4 HelpMessageDialog + + Bitcoin Core - Command-line options + ビットコインコア - コマンドライン オプション + Bitcoin Core Bitcoin のコア @@ -773,6 +801,10 @@ Address: %4 Welcome ようこそ + + Welcome to Bitcoin Core. + ようこそ! + Use the default data directory 初期値のデータ ディレクトリを使用 @@ -859,6 +891,10 @@ Address: %4 MB MB + + Number of script &verification threads + スクリプト検証用スレッド数 (&V) + IP address of the proxy (e.g. IPv4: 127.0.0.1 / IPv6: ::1) プロキシのIPアドレス (例えば IPv4: 127.0.0.1 / IPv6: ::1) @@ -1266,6 +1302,10 @@ Address: %4 &Message: メッセージ (&M): + + Clear all fields of the form. + 全ての入力項目をクリア + Clear クリア @@ -1274,6 +1314,10 @@ Address: %4 Show 表示 + + Remove the selected entries from the list + リストから選択項目を削除 + Copy label ラベルをコピーする @@ -1419,6 +1463,10 @@ Address: %4 Add &Recipient 受取人を追加 (&R) + + Clear all fields of the form. + 全ての入力項目をクリア + Clear &All すべてクリア (&A) @@ -1557,7 +1605,15 @@ Address: %4 ShutdownWindow - + + Bitcoin Core is shutting down... + Bitcoin Coreをシャットダウンしています。 + + + Do not shut down the computer until this window disappears. + このウィンドウが消えるまでコンピュータをシャットダウンしないで下さい。 + + SignVerifyMessageDialog @@ -2097,7 +2153,11 @@ Address: %4 WalletFrame - + + No wallet has been loaded. + ウォレットがロードされていません + + WalletModel @@ -2558,6 +2618,10 @@ rpcpassword=%s Specify connection timeout in milliseconds (default: 5000) 接続のタイムアウトをミリセコンドで指定 (初期値: 5000) + + Start Bitcoin Core Daemon + Bitcoinコアのデーモンを起動 + System error: システム エラー: diff --git a/src/qt/locale/bitcoin_kk_KZ.ts b/src/qt/locale/bitcoin_kk_KZ.ts index 7a09557edc550..dc54950e4e899 100644 --- a/src/qt/locale/bitcoin_kk_KZ.ts +++ b/src/qt/locale/bitcoin_kk_KZ.ts @@ -12,10 +12,22 @@ Create a new address Жаңа адрес енгізу + + &New + Жаңа + Copy the currently selected address to the system clipboard Таңдаған адресті тізімнен жою + + C&lose + Жабу + + + &Export + Экспорт + &Delete Жою @@ -85,16 +97,140 @@ BitcoinGUI + + &Transactions + &Транзакциялар + + + E&xit + Шығу + + + &Options... + Параметрлері + + + &Backup Wallet... + Әмиянды жасыру + + + &Change Passphrase... + Құпия сөзді өзгерту + + + Bitcoin + Биткоин + + + Wallet + Әмиян + + + &Send + Жіберу + + + &Receive + Алу + + + &File + Файл + + + &Help + Көмек + + + %n hour(s) + %n сағат + + + %n day(s) + %n күн + + + %n week(s) + %n апта + + + %1 and %2 + %1 немесе %2 + + + %n year(s) + %n жыл + + + %1 behind + %1 қалмады + + + Error + қате + + + Warning + Ескерту + + + Information + Информация + + + Up to date + Жаңартылған + ClientModel CoinControlDialog + + Amount: + Саны + + + Priority: + Басымдық + + + Fee: + Комиссия + + + After Fee: + Комиссия алу кейін + + + Amount + Саны + Address Адрес + + Date + Күні + + + Confirmations + Растау саны + + + Confirmed + Растық + + + Priority + Басымдық + + + no + жоқ + (no label) (таңбасыз) @@ -102,6 +238,10 @@ EditAddressDialog + + &Address + Адрес + FreespaceChecker @@ -111,6 +251,14 @@ Intro + + Bitcoin + Биткоин + + + Error + қате + OpenURIDialog @@ -120,12 +268,20 @@ OverviewPage + + Wallet + Әмиян + PaymentServer QObject + + Bitcoin + Биткоин + QRImageWidget @@ -142,6 +298,10 @@ Address Адрес + + Amount + Саны + Label таңба @@ -149,10 +309,18 @@ RecentRequestsTableModel + + Date + Күні + Label таңба + + Amount + Саны + (no label) (таңбасыз) @@ -160,6 +328,22 @@ SendCoinsDialog + + Amount: + Саны + + + Priority: + Басымдық + + + Fee: + Комиссия + + + After Fee: + Комиссия алу кейін + (no label) (таңбасыз) @@ -182,16 +366,32 @@ TransactionDesc + + Date + Күні + + + Amount + Саны + TransactionDescDialog TransactionTableModel + + Date + Күні + Address Адрес + + Amount + Саны + TransactionView @@ -199,6 +399,14 @@ Comma separated file (*.csv) Үтірмен бөлінген файл (*.csv) + + Confirmed + Растық + + + Date + Күні + Label таңба @@ -207,6 +415,10 @@ Address Адрес + + Amount + Саны + WalletFrame @@ -216,9 +428,17 @@ WalletView + + &Export + Экспорт + bitcoin-core + + Information + Информация + Transaction amount too small Транзакция өте кішкентай @@ -227,5 +447,13 @@ Transaction too large Транзакция өте үлкен + + Warning + Ескерту + + + Error + қате + \ No newline at end of file diff --git a/src/qt/locale/bitcoin_ko_KR.ts b/src/qt/locale/bitcoin_ko_KR.ts index 1aa4c7ee0c25d..08258290f3457 100644 --- a/src/qt/locale/bitcoin_ko_KR.ts +++ b/src/qt/locale/bitcoin_ko_KR.ts @@ -7,7 +7,7 @@ <b>Bitcoin Core</b> version - <b>비트코인 코어</b> 버젼 + <b>비트코인 코어</b> 버전 @@ -29,7 +29,7 @@ MIT/X11 프로그램 라이선스에 따라 배포합니다. COPYING 또는 http The Bitcoin Core developers - 비트코인코어 개발자들 + 비트코인 코어 개발자 (%1-bit) @@ -48,7 +48,7 @@ MIT/X11 프로그램 라이선스에 따라 배포합니다. COPYING 또는 http &New - 새 항목(N) + 새 항목 (&N) Copy the currently selected address to the system clipboard @@ -60,11 +60,11 @@ MIT/X11 프로그램 라이선스에 따라 배포합니다. COPYING 또는 http C&lose - 닫기 (L) + 닫기 (&L) &Copy Address - 계좌 복사(&C) + 주소 복사 (&C) Delete the currently selected address from the list @@ -76,11 +76,11 @@ MIT/X11 프로그램 라이선스에 따라 배포합니다. COPYING 또는 http &Export - &내보내기 + 내보내기 (&E) &Delete - &삭제 + 삭제 (&D) Choose the address to send coins to @@ -92,7 +92,7 @@ MIT/X11 프로그램 라이선스에 따라 배포합니다. COPYING 또는 http C&hoose - 선택하기 (H) + 선택 (&H) Sending addresses @@ -112,11 +112,11 @@ MIT/X11 프로그램 라이선스에 따라 배포합니다. COPYING 또는 http Copy &Label - 표 복사 + 주소 복사 (&L) &Edit - 편집& + 편집 (&E) Export Address List @@ -135,7 +135,7 @@ MIT/X11 프로그램 라이선스에 따라 배포합니다. COPYING 또는 http AddressTableModel Label - + 이름 Address @@ -143,7 +143,7 @@ MIT/X11 프로그램 라이선스에 따라 배포합니다. COPYING 또는 http (no label) - (표 없음) + (이름 없음) @@ -265,7 +265,7 @@ MIT/X11 프로그램 라이선스에 따라 배포합니다. COPYING 또는 http &Overview - &개요 + 개요 (&O) Node @@ -277,7 +277,7 @@ MIT/X11 프로그램 라이선스에 따라 배포합니다. COPYING 또는 http &Transactions - &거래 + 거래 (&T) Browse transaction history @@ -321,15 +321,15 @@ MIT/X11 프로그램 라이선스에 따라 배포합니다. COPYING 또는 http &Sending addresses... - &주소 보내는 중 + 보내는 주소 (&S) &Receiving addresses... - & 주소 받는 중 + 받는 주소 (&R) Open &URI... - URI&열기... + &URI 열기... Importing blocks from disk... @@ -357,7 +357,7 @@ MIT/X11 프로그램 라이선스에 따라 배포합니다. COPYING 또는 http &Debug window - 디버그 창& + 디버그 창 (&D) Open debugging and diagnostic console @@ -365,7 +365,7 @@ MIT/X11 프로그램 라이선스에 따라 배포합니다. COPYING 또는 http &Verify message... - 메시지 확인&... + 메시지 확인... (&V) Bitcoin @@ -405,19 +405,19 @@ MIT/X11 프로그램 라이선스에 따라 배포합니다. COPYING 또는 http &File - &파일 + 파일 (&F) &Settings - &설정 + 설정 (&S) &Help - &도움말 + 도움말 (&H) Tabs toolbar - 툴바 색인표 + 탭 형식 툴바 [testnet] @@ -429,11 +429,11 @@ MIT/X11 프로그램 라이선스에 따라 배포합니다. COPYING 또는 http Request payments (generates QR codes and bitcoin: URIs) - 지불 요청하기 (QR코드와 비트코인이 생성됩니다: URIs) + 지불 요청하기 (QR코드와 bitcoin: URI가 생성됩니다) &About Bitcoin Core - &비트코인 코어 소개 + 비트코인 코어 소개 (&A) Show the list of used sending addresses and labels @@ -445,11 +445,11 @@ MIT/X11 프로그램 라이선스에 따라 배포합니다. COPYING 또는 http Open a bitcoin: URI or payment request - 비트코인: URI 또는 지불요청 열기 + bitcoin: URI 또는 지불요청 열기 &Command-line options - 명령어-라인 옵션 + 명령줄 옵션 (&C) Show the Bitcoin Core help message to get a list with possible Bitcoin command-line options @@ -475,6 +475,18 @@ MIT/X11 프로그램 라이선스에 따라 배포합니다. COPYING 또는 http Processed %1 blocks of transaction history. %1 블록의 거래 기록들이 처리됨. + + %n hour(s) + %n시간 + + + %n day(s) + %n일 + + + %n week(s) + %n주 + %1 and %2 %1 그리고 %2 @@ -485,7 +497,7 @@ MIT/X11 프로그램 라이선스에 따라 배포합니다. COPYING 또는 http %1 behind - %1 뒤에 + %1 뒤처짐 Last received block was generated %1 ago. @@ -509,11 +521,11 @@ MIT/X11 프로그램 라이선스에 따라 배포합니다. COPYING 또는 http Up to date - 현재까지 + 최신 Catching up... - 블록 따라잡기... + 블록 따라잡는 중... Sent transaction @@ -589,9 +601,13 @@ Address: %4 After Fee: 수수료 이후: + + Change: + 체인지: + (un)select all - 모두 선택(하지 않음) + 모두 선택(취소) Tree mode @@ -631,7 +647,7 @@ Address: %4 Copy label - 라벨 복사하기 + 이름 복사 Copy amount @@ -747,7 +763,7 @@ Address: %4 (no label) - (표 없슴) + (이름 없음) change from %1 (%2) @@ -1499,7 +1515,7 @@ Address: %4 Copy label - 표 복사하기 + 이름 복사 Copy message @@ -1550,7 +1566,7 @@ Address: %4 Label - + 이름 Message @@ -1573,7 +1589,7 @@ Address: %4 Label - + 이름 Message @@ -1585,7 +1601,7 @@ Address: %4 (no label) - (표 없슴) + (이름 없음) (no message) @@ -1646,6 +1662,10 @@ Address: %4 After Fee: 수수료 이후: + + Change: + 체인지: + Custom change address 주소변경 @@ -1752,7 +1772,7 @@ Address: %4 (no label) - (표 없슴) + (이름 없음) Warning: Unknown change address @@ -1791,7 +1811,7 @@ Address: %4 Enter a label for this address to add it to your address book - 당신의 주소록에 이 주소를 추가하기 위하여 표를 입역하세요 + 주소록에 추가될 이 주소의 이름을 입력해 주세요 &Label: @@ -1833,6 +1853,10 @@ Address: %4 Enter a label for this address to add it to the list of used addresses 사용된 주소 목록에 새 주소를 추가하기 위해 제목을 입력합니다. + + A message that was attached to the bitcoin: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the Bitcoin network. + 비트코인에 첨부된 메시지: 참고용으로 거래와 함께 저장될 URI. 메모: 이 메시지는 비트코인 네트워크로 전송되지 않습니다. + This is an unverified payment request. 지급요청 미확인입니다 @@ -2078,7 +2102,7 @@ Address: %4 label - 라벨 + 이름 Credit @@ -2339,7 +2363,7 @@ Address: %4 Copy label - 표 복사하기 + 이름 복사 Copy amount @@ -2351,7 +2375,7 @@ Address: %4 Edit label - 표 수정하기 + 이름 수정 Show transaction details @@ -2395,7 +2419,7 @@ Address: %4 Label - + 이름 Address @@ -2436,7 +2460,7 @@ Address: %4 WalletView &Export - &내보내기 + 내보내기 (&E) Export the data in the current tab to a file @@ -2503,7 +2527,7 @@ Address: %4 Maintain at most <n> connections to peers (default: 125) - 가장 잘 연결되는 사용자를 유지합니다(기본값: 125) + 최대 <n>개의 연결을 유지합니다. (기본값: 125) Connect to a node to retrieve peer addresses, and disconnect @@ -2771,6 +2795,10 @@ Address: %4 How many blocks to check at startup (default: 288, 0 = all) 시작할때 검사할 블록 갯수입니다(기본값: 288, 0 = 모두) + + If <category> is not supplied, output all debugging information. + <카테고리>가 제공되지 않을 경우, 모든 디버깅 정보를 출력 + Importing... 들여오기 중... @@ -2831,6 +2859,10 @@ Address: %4 Wait for RPC server to start RPC서버가 시작되길 기다리십시요 + + Wallet %s resides outside data directory %s + 지갑 %s는 데이터 디렉토리 %s 밖에 위치합니다. + Wallet options: 지갑 옵션: @@ -2847,6 +2879,10 @@ Address: %4 Imports blocks from external blk000??.dat file 외부 blk000??.dat 파일에서 블록을 가져옵니다. + + Cannot obtain a lock on data directory %s. Bitcoin Core is probably already running. + 데이터 디렉토리 %s에 락을 걸 수 없었습니다. 비트코인 코어가 이미 실행 중인 것으로 보입니다. + Execute command when a relevant alert is received or we see a really long fork (%s in cmd is replaced by message) 이 사항과 관련있는 경고가 발생하거나 아주 긴 포크가 발생했을 때 명령어를 실행해 주세요. (cmd 명령어 목록에서 %s는 메시지로 대체됩니다) @@ -2919,6 +2955,10 @@ Address: %4 Randomly drop 1 of every <n> network messages 모든 네트워크 메시지 마다 무작위로 1이 떨어진다 + + Run a thread to flush wallet periodically (default: 1) + 주기적으로 지갑을 비우도록 설정 (기본값: 1) + SSL options: (see the Bitcoin Wiki for SSL setup instructions) SSL 옵션: (SSL 설정 절차를 보혀면 비트코인 위키를 참조하십시오) diff --git a/src/qt/locale/bitcoin_lt.ts b/src/qt/locale/bitcoin_lt.ts index e46912705a247..b6cc2c5e31043 100644 --- a/src/qt/locale/bitcoin_lt.ts +++ b/src/qt/locale/bitcoin_lt.ts @@ -1,6 +1,10 @@ AboutDialog + + About Bitcoin Core + Apie Bitcoin Core + This is experimental software. @@ -57,6 +61,18 @@ Platinama pagal MIT/X11 licenciją, kurią rasite faile COPYING arba http://www. &Delete &Trinti + + C&hoose + P&asirinkti + + + Sending addresses + Siunčiami adresai + + + Receiving addresses + Gaunami adresai + Copy &Label Kopijuoti ž&ymę @@ -65,10 +81,18 @@ Platinama pagal MIT/X11 licenciją, kurią rasite faile COPYING arba http://www. &Edit &Keisti + + Export Address List + Eksportuoti adresų sąrašą + Comma separated file (*.csv) Kableliais išskirtas failas (*.csv) + + Exporting Failed + Eksportavimas nepavyko + AddressTableModel @@ -202,6 +226,10 @@ Platinama pagal MIT/X11 licenciją, kurią rasite faile COPYING arba http://www. &Overview &Apžvalga + + Node + Taškas + Show general overview of wallet Rodyti piniginės bendrą apžvalgą @@ -250,6 +278,14 @@ Platinama pagal MIT/X11 licenciją, kurią rasite faile COPYING arba http://www. &Change Passphrase... &Keisti slaptafrazę... + + &Sending addresses... + &Siunčiami adresai... + + + &Receiving addresses... + &Gaunami adresai... + Importing blocks from disk... Blokai importuojami iš disko... @@ -310,6 +346,10 @@ Platinama pagal MIT/X11 licenciją, kurią rasite faile COPYING arba http://www. Show or hide the main Window Rodyti arba slėpti pagrindinį langą + + Encrypt the private keys that belong to your wallet + Užšifruoti privačius raktus, kurie priklauso jūsų piniginei + &File &Failas @@ -334,6 +374,10 @@ Platinama pagal MIT/X11 licenciją, kurią rasite faile COPYING arba http://www. Bitcoin Core Bitcoin branduolys + + &About Bitcoin Core + &Apie Bitcoin Core + Bitcoin client Bitcoin klientas @@ -411,10 +455,46 @@ Adresas: %4 CoinControlDialog + + Quantity: + Kiekis: + + + Bytes: + Baitai: + Amount: Suma: + + Priority: + Pirmumas: + + + Fee: + Mokestis: + + + After Fee: + Po mokesčio: + + + Change: + Graža: + + + (un)select all + (ne)pasirinkti viską + + + Tree mode + Medžio režimas + + + List mode + Sąrašo režimas + Amount Suma @@ -427,10 +507,18 @@ Adresas: %4 Date Data + + Confirmations + Patvirtinimai + Confirmed Patvirtintas + + Priority + Pirmumas + Copy address Kopijuoti adresą @@ -443,6 +531,74 @@ Adresas: %4 Copy amount Kopijuoti sumą + + Copy quantity + Kopijuoti kiekį + + + Copy fee + Kopijuoti mokestį + + + Copy after fee + Kopijuoti po mokesčio + + + Copy bytes + Kopijuoti baitus + + + Copy priority + Kopijuoti pirmumą + + + highest + auksčiausias + + + higher + aukštesnis + + + high + aukštas + + + medium-high + vidutiniškai aukštas + + + medium + vidutiniškai + + + low-medium + žemai-vidutiniškas + + + low + žemas + + + lower + žemesnis + + + lowest + žemiausias + + + none + niekas + + + yes + taip + + + no + ne + (no label) (nėra žymės) @@ -497,6 +653,10 @@ Adresas: %4 FreespaceChecker + + name + pavadinimas + HelpMessageDialog @@ -535,6 +695,10 @@ Adresas: %4 Welcome Sveiki + + Welcome to Bitcoin Core. + Sveiki atvykę į Bitcoin Core. + Bitcoin Bitcoin @@ -657,6 +821,10 @@ Adresas: %4 default numatyta + + none + niekas + The supplied proxy address is invalid. Nurodytas tarpinio serverio adresas negalioja. @@ -900,10 +1068,34 @@ Adresas: %4 Send Coins Siųsti monetas + + Quantity: + Kiekis: + + + Bytes: + Baitai: + Amount: Suma: + + Priority: + Pirmumas: + + + Fee: + Mokestis: + + + After Fee: + Po mokesčio: + + + Change: + Graža: + Send to multiple recipients at once Siųsti keliems gavėjams vienu metu @@ -932,10 +1124,30 @@ Adresas: %4 Confirm send coins Patvirtinti monetų siuntimą + + Copy quantity + Kopijuoti kiekį + Copy amount Kopijuoti sumą + + Copy fee + Kopijuoti mokestį + + + Copy after fee + Kopijuoti po mokesčio + + + Copy bytes + Kopijuoti baitus + + + Copy priority + Kopijuoti pirmumą + The recipient address is not valid, please recheck. Negaliojantis gavėjo adresas. Patikrinkite. @@ -1395,6 +1607,10 @@ Adresas: %4 Show transaction details Rodyti sandėrio detales + + Exporting Failed + Eksportavimas nepavyko + Comma separated file (*.csv) Kableliais atskirtų duomenų failas (*.csv) diff --git a/src/qt/locale/bitcoin_ms_MY.ts b/src/qt/locale/bitcoin_ms_MY.ts index 5c4a657560102..2c6f5b0034578 100644 --- a/src/qt/locale/bitcoin_ms_MY.ts +++ b/src/qt/locale/bitcoin_ms_MY.ts @@ -12,14 +12,42 @@ Create a new address Cipta alamat baru + + &New + &Baru + Copy the currently selected address to the system clipboard Salin alamat terpilih ke dalam sistem papan klip + + &Copy + &Salin + + + &Copy Address + &Salin Alamat + + + &Export + &Eksport + &Delete &Padam + + Choose the address to send coins to + Pilih alamat untuk menghantar syiling + + + Choose the address to receive coins with + Pilih alamat untuk menerima syiling + + + C&hoose + &Pilih + Comma separated file (*.csv) Fail yang dipisahkan dengan koma @@ -160,6 +188,10 @@ WalletView + + &Export + &Eksport + bitcoin-core diff --git a/src/qt/locale/bitcoin_pam.ts b/src/qt/locale/bitcoin_pam.ts index 7a9e862ee9d2e..5c6ef6e8a0ace 100644 --- a/src/qt/locale/bitcoin_pam.ts +++ b/src/qt/locale/bitcoin_pam.ts @@ -28,10 +28,22 @@ Ing produktung ini atin yang makayabeng software a gewa dareng OpenSSL Project p Create a new address Maglalang kang bayung address + + &New + &Bayu + Copy the currently selected address to the system clipboard Kopyan me ing salukuyan at makipiling address keng system clipboard + + &Copy + &Kopyan + + + C&lose + I&sara + &Copy Address &Kopyan ing address @@ -44,10 +56,34 @@ Ing produktung ini atin yang makayabeng software a gewa dareng OpenSSL Project p &Delete &Ilako + + Choose the address to send coins to + Pilinan ing address a magpadalang coins kang + + + Choose the address to receive coins with + Pilinan ing address a tumanggap coins a atin + + + C&hoose + P&ilinan + + + Sending addresses + Address king pamag-Send + + + Receiving addresses + Address king pamag-Tanggap + These are your Bitcoin addresses for sending payments. Always check the amount and the receiving address before sending coins. Reni reng kekang Bitcoin address king pamagpadalang kabayaran. Lawan mulang masalese reng alaga ampo ing address na ning tumanggap bayu ka magpadalang barya. + + These are your Bitcoin addresses for receiving payments. It is recommended to use a new receiving address for each transaction. + Reni reng kekang Bitcoin addresses keng pamananggap bayad. Rerekomenda mi na gumamit kang bayung address keng balang transaksiyon. + Copy &Label Kopyan ing &Label diff --git a/src/qt/locale/bitcoin_pl.ts b/src/qt/locale/bitcoin_pl.ts index 985f2b471fa7b..5b898da7dd5a8 100644 --- a/src/qt/locale/bitcoin_pl.ts +++ b/src/qt/locale/bitcoin_pl.ts @@ -569,6 +569,10 @@ Adres: %4 CoinControlDialog + + Coin Control Address Selection + Sterowanie Monetą Wybór Adresu + Quantity: Ilość: @@ -677,6 +681,10 @@ Adres: %4 Copy priority Skopiuj priorytet + + Copy low output + Skopiuj niską wartość + Copy change Skopiuj resztę @@ -1610,6 +1618,10 @@ Adres: %4 Send Coins Wyślij Monety + + Coin Control Features + Funkcje sterowania monet + Inputs... Wejścia... @@ -1654,6 +1666,10 @@ Adres: %4 If this is activated, but the change address is empty or invalid, change will be sent to a newly generated address. Kiedy ta opcja jest wybrana, ale adres reszty jest pusty lub nieprawidłowy to reszta będzie wysyłana na adres nowo-wygenerowany. + + Custom change address + Niestandardowe zmiany adresu + Send to multiple recipients at once Wyślij do wielu odbiorców na raz @@ -1714,6 +1730,10 @@ Adres: %4 Copy priority Skopiuj priorytet + + Copy low output + Skopiuj niską wartość + Copy change Skopiuj resztę @@ -2036,6 +2056,10 @@ Adres: %4 Open until %1 Otwórz do %1 + + conflicted + konflikt + %1/offline %1/offline @@ -2222,6 +2246,10 @@ Adres: %4 Confirming (%1 of %2 recommended confirmations) Potwierdzanie (%1 z %2 rekomendowanych potwierdzeń) + + Conflicted + Konflikt + Received with Otrzymane przez @@ -2525,6 +2553,10 @@ Adres: %4 Accept command line and JSON-RPC commands Akceptuj linię poleceń oraz polecenia JSON-RPC + + Bitcoin Core RPC client version + Wersja klienta Bitcoin Core RPC + Run in the background as a daemon and accept commands Uruchom w tle jako daemon i przyjmuj polecenia @@ -2624,10 +2656,18 @@ na przykład: alertnotify=echo %%s | mail -s "Alarm Bitcoin" admin@foo.com⏎(default: wallet.dat) (domyślnie: wallet.dat) + + <category> can be: + <category> mogą być: + Attempt to recover private keys from a corrupt wallet.dat Próbuj odzyskać klucze prywatne z uszkodzonego wallet.dat + + Bitcoin Core Daemon + Bitcoin Core Daemon + Block creation options: Opcje tworzenia bloku: diff --git a/src/qt/locale/bitcoin_pt_BR.ts b/src/qt/locale/bitcoin_pt_BR.ts index bf299b66bc338..f31b9f468928e 100644 --- a/src/qt/locale/bitcoin_pt_BR.ts +++ b/src/qt/locale/bitcoin_pt_BR.ts @@ -964,7 +964,11 @@ Endereço: %4 GB of free space available GB de espaço disponível - + + (of %1GB needed) + (Mais de %1GB necessário) + + OpenURIDialog @@ -1268,6 +1272,10 @@ Endereço: %4 URI can not be parsed! This can be caused by an invalid Bitcoin address or malformed URI parameters. URI não pode ser decodificado! Isso pode ter sido causado por um endereço Bitcoin inválido ou por parâmetros URI malformados. + + Requested payment amount of %1 is too small (considered dust). + Valor do pagamento solicitado de %1 é muito pequeno (Considerado poeira). + Payment request error Erro no pedido de pagamento @@ -1300,10 +1308,22 @@ Endereço: %4 Unverified payment requests to custom payment scripts are unsupported. Cobrança não verificada para scripts de pagamento personalizados não é suportado. + + Refund from %1 + Reembolso de %1 + + + Error communicating with %1: %2 + Erro na comunicação com %1: %2 + Payment request can not be parsed or processed! Cobrança não pôde ser processada! + + Bad response from server %1 + Resposta incorreta do servidor %1 + Payment acknowledged Pagamento reconhecido @@ -1327,6 +1347,10 @@ Endereço: %4 Error: Invalid combination of -regtest and -testnet. Erro: Combinação inválida de-regtest e testnet. + + Bitcoin Core didn't yet exit safely... + Bitcoin Core ainda não terminou com segurança... + Enter a Bitcoin address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) Digite um endereço Bitcoin (exemplo: 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) @@ -2026,6 +2050,10 @@ Endereço: %4 Verify the message to ensure it was signed with the specified Bitcoin address Verificar mensagem para se assegurar que ela foi assinada pelo dono de um endereço Bitcoin específico. + + Verify &Message + Verificar &Mensagem + Reset all verify message fields Limpar todos os campos de assinatura da mensagem @@ -3000,6 +3028,10 @@ por exemplo: alertnotify=echo %%s | mail -s "Bitcoin Alert" admin@foo.com⏎ Wait for RPC server to start Aguarde um servidor RPC para iniciar + + Wallet %s resides outside data directory %s + Carteira %s reside fora do diretório de dados %s + Wallet options: Opções da Carteira: @@ -3020,6 +3052,10 @@ por exemplo: alertnotify=echo %%s | mail -s "Bitcoin Alert" admin@foo.com⏎ Cannot obtain a lock on data directory %s. Bitcoin Core is probably already running. Não foi possível obter proteção exclusiva ao diretório de dados %s. Bitcoin Core já está sendo executado provavelmente. + + Execute command when a relevant alert is received or we see a really long fork (%s in cmd is replaced by message) + Executa o comando quando um alerta relevante é recebido ou vemos uma longa segregação (%s em cmd é substituída pela mensagem) + Output debugging information (default: 0, supplying <category> is optional) Informação de saída de debug (padrão: 0, definir <category> é opcional) @@ -3036,6 +3072,10 @@ por exemplo: alertnotify=echo %%s | mail -s "Bitcoin Alert" admin@foo.com⏎ Invalid amount for -minrelaytxfee=<amount>: '%s' Quantidade inválida para -minrelaytxfee=<amount>: '%s' + + Invalid amount for -mintxfee=<amount>: '%s' + Valor inválido para -mintxfee=<amount>: '%s' + Limit size of signature cache to <n> entries (default: 50000) Limita tamanho do cache de assinaturas em <n> entradas (padrão: 50000) diff --git a/src/qt/locale/bitcoin_pt_PT.ts b/src/qt/locale/bitcoin_pt_PT.ts index 869747617f830..505815904a8d5 100644 --- a/src/qt/locale/bitcoin_pt_PT.ts +++ b/src/qt/locale/bitcoin_pt_PT.ts @@ -31,7 +31,11 @@ Este produto inclui software desenvolvido pelo Projecto OpenSSL para uso no Open The Bitcoin Core developers Os programadores Bitcoin Core - + + (%1-bit) + (%1-bit) + + AddressBookPage @@ -2903,6 +2907,10 @@ por exemplo: alertnotify=echo %%s | mail -s "Alerta Bitcoin" admin@foo.comSelect SOCKS version for -proxy (4 or 5, default: 5) Selecione a versão do proxy socks a usar (4 ou 5, por defeito: 5) + + Set database cache size in megabytes (%d to %d, default: %d) + Definir o tamanho da cache de base de dados em megabytes (%d a %d, padrão: %d) + Set maximum block size in bytes (default: %d) Definir tamanho máximo por bloco em bytes (por defeito: %d) diff --git a/src/qt/locale/bitcoin_ro_RO.ts b/src/qt/locale/bitcoin_ro_RO.ts index 50ac5cdf75bfc..71ff935ac9f67 100644 --- a/src/qt/locale/bitcoin_ro_RO.ts +++ b/src/qt/locale/bitcoin_ro_RO.ts @@ -31,7 +31,11 @@ Acest produs include programe dezvoltate de către OpenSSL Project pentru a fi f The Bitcoin Core developers Dezvoltatorii Bitcoin Core - + + (%1-bit) + (%1-bit) + + AddressBookPage @@ -76,7 +80,7 @@ Acest produs include programe dezvoltate de către OpenSSL Project pentru a fi f &Delete - Ște&rge + &Șterge Choose the address to send coins to @@ -319,6 +323,14 @@ Acest produs include programe dezvoltate de către OpenSSL Project pentru a fi f &Change Passphrase... S&chimbă parola... + + &Sending addresses... + &Trimitere adrese... + + + &Receiving addresses... + &Primire adrese... + Open &URI... Vizitaţi &URI... @@ -443,6 +455,10 @@ Acest produs include programe dezvoltate de către OpenSSL Project pentru a fi f &Command-line options Command-line setări + + Show the Bitcoin Core help message to get a list with possible Bitcoin command-line options + Arată mesajul de ajutor Bitcoin Core pentru a obține o listă cu opțiunile posibile de linii de comandă Bitcoin + Bitcoin client Client Bitcoin @@ -479,6 +495,10 @@ Acest produs include programe dezvoltate de către OpenSSL Project pentru a fi f %1 and %2 %1 si %2 + + %n year(s) + %n an%n ani%n ani + %1 behind %1 în urmă diff --git a/src/qt/locale/bitcoin_sl_SI.ts b/src/qt/locale/bitcoin_sl_SI.ts index 73a98e31ccbd8..295344944d695 100644 --- a/src/qt/locale/bitcoin_sl_SI.ts +++ b/src/qt/locale/bitcoin_sl_SI.ts @@ -9,7 +9,11 @@ <b>Bitcoin Core</b> version <b>Jedro Bitcoina</b> različica - + + (%1-bit) + (%1-bit) + + AddressBookPage @@ -178,6 +182,10 @@ Confirm wallet encryption Potrdi šifriranje denarnice + + Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR BITCOINS</b>! + Opozorilo: V primeru izgube gesla kriptirane denarnice, boš <b>IZGUBIL VSE SVOJE BITCOINE</b>! + Are you sure you wish to encrypt your wallet? Ali ste prepričani, da želite šifrirati vašo denarnico? @@ -233,6 +241,10 @@ &Overview &Pregled + + Node + Vozlišče + Show general overview of wallet Pokaži splošen pregled denarnice @@ -417,6 +429,10 @@ %n week(s) %n teden%n tedna%n tedni%n tednov + + %1 and %2 + %1 in %2 + %n year(s) %n leto%n leti%n leta%n let @@ -511,6 +527,18 @@ Naslov: %4 Change: Sprememba: + + (un)select all + (ne)izberi vse + + + Tree mode + Drevo + + + List mode + Seznam + Amount Količina @@ -551,6 +579,14 @@ Naslov: %4 Copy transaction ID Kopiraj ID transakcije + + Lock unspent + Zakleni neporabljeno + + + Unlock unspent + Odkleni neporabljeno + Copy quantity Kopiraj količino @@ -567,6 +603,10 @@ Naslov: %4 Copy priority Kopiraj prednostno mesto + + Copy change + Kopiraj drobiž + highest najvišja @@ -607,6 +647,10 @@ Naslov: %4 (%1 locked) (%1 zaklenjeno) + + none + Nič + Dust Prah @@ -623,11 +667,31 @@ Naslov: %4 This label turns red, if the transaction size is greater than 1000 bytes. V primeru, da je velikost transakcije večja od 1000 bitov, se ta oznaka se obarva rdeče. + + Can vary +/- 1 byte per input. + Se lahko razlikuje +/- 1 byte na vnos. + + + Transactions with higher priority are more likely to get included into a block. + Transakcije z višjo prioriteto imajo boljše možnosti za vključitev v blok. + + + This label turns red, if the priority is smaller than "medium". + Oznaka se obarva rdeče, kadar je prioriteta manjša od "srednje". + (no label) (ni oznake) - + + change from %1 (%2) + drobiž od %1 (%2) + + + (change) + (drobiž) + + EditAddressDialog @@ -642,6 +706,10 @@ Naslov: %4 The label associated with this address list entry Oznaka je povezana s tem vnosom seznama naslovov + + The address associated with this address list entry. This can only be modified for sending addresses. + Naslov povezan s tem vnosom seznama naslovov. Sprememba je mogoča le za naslove namenjene pošiljanju. + &Address &Naslov @@ -677,11 +745,27 @@ Naslov: %4 FreespaceChecker + + A new data directory will be created. + Ustvarjena bo nova mapa za shranjevanje podatkov. + name ime - + + Directory already exists. Add %1 if you intend to create a new directory here. + Mapa že obstaja. Dodaj %1, če tu želiš ustvariti novo mapo. + + + Path already exists, and is not a directory. + Pot že obstaja, vendar ni mapa. + + + Cannot create data directory here. + Na tem mestu ne moreš ustvariti nove mape. + + HelpMessageDialog @@ -712,7 +796,19 @@ Naslov: %4 Start minimized Zaženi pomanjšano - + + Set SSL root certificates for payment request (default: -system-) + Nastavi korenske SSL certifikate za plačilni zahtevek (privzeto: -system-) + + + Show splash screen on startup (default: 1) + Ob zagonu prikaži uvodni zaslon (privzeto: 1) + + + Choose data directory on startup (default: 0) + Ob zagonu izberi mapo za shranjevanje podatkov (privzeto: 0) + + Intro @@ -723,6 +819,22 @@ Naslov: %4 Welcome to Bitcoin Core. Dobrodošli v jedru Bitcoina + + As this is the first time the program is launched, you can choose where Bitcoin Core will store its data. + Program poganjaš prvič. Izberi kje bo Bitcoin Core shranjeval svoje podatke. + + + Bitcoin Core will download and store a copy of the Bitcoin block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. + Bitcoin Core bo prenesel in shranil kopijo Bitcoin verige blokov. V izbrano mapo bo shranjenih vsaj %1 GB podatkov, ta količina pa bo sčasoma še naraščala. Denarnica bo prav tako shranjena v to mapo. + + + Use the default data directory + Uporabi privzeto mapo za shranjevanje podatkov. + + + Use a custom data directory: + Uporabi to mapo za shranjevanje podatkov: + Bitcoin Bitcoin @@ -735,7 +847,11 @@ Naslov: %4 GB of free space available GB prostora na voljo - + + (of %1GB needed) + (od potrebnih %1 GB) + + OpenURIDialog @@ -750,7 +866,15 @@ Naslov: %4 URI: URI: - + + Select payment request file + Izberi datoteko plačilnega zahtevka + + + Select payment request file to open + Izberi datoteko plačilnega zahtevka + + OptionsDialog @@ -761,6 +885,10 @@ Naslov: %4 &Main &Glavno + + Optional transaction fee per kB that helps make sure your transactions are processed quickly. Most transactions are 1 kB. + Neobvezna pristojbina k transakciji poskrbi, da je transackcija hitro opravljena. Velikost povprečne transakcije je 1 kB. + Pay transaction &fee Nakazilo plačila & provizija @@ -773,10 +901,30 @@ Naslov: %4 &Start Bitcoin on system login &Zaženi Bitcoin ob prijavi v sistem + + Size of &database cache + Velikost lokalne zbirke &podatkovne baze + MB megabite + + Connect to the Bitcoin network through a SOCKS proxy. + V Bitcoin omrežje se poveži skozu SOCKS proxy. + + + &Connect through SOCKS proxy (default proxy): + &Poveži se skozi SOCKS proxy (privzet proxy): + + + IP address of the proxy (e.g. IPv4: 127.0.0.1 / IPv6: ::1) + IP naslov proxy strežnika (npr. IPv4: 127.0.0.1 ali IPv6: ::1) + + + &Reset Options + &Opcije resetiranja + &Network &Omrežje @@ -785,6 +933,14 @@ Naslov: %4 W&allet &Denarnica + + Expert + Poznavalec + + + Enable coin &control features + Omogoči Coin & Control funkcijo + Automatically open the Bitcoin client port on the router. This only works when your router supports UPnP and it is enabled. Avtomatično odpri vrata Bitcoin odjemalca na usmerjevalniku. To deluje samo, če vaš usmerjevalnik podpira UPnP in je omogočen. @@ -861,6 +1017,10 @@ Naslov: %4 default privzeto + + none + Nič + OverviewPage @@ -1166,6 +1326,10 @@ Naslov: %4 Payment information Informacija o plačilu + + URI + URI + Address Naslov @@ -1186,7 +1350,11 @@ Naslov: %4 Resulting URI too long, try to reduce the text for label / message. URI predolg, skušajte zmanjšati besedilo oznake/sporočila. - + + Error encoding URI into QR Code. + Napaka pri kodiranju URIja v QR kodo. + + RecentRequestsTableModel @@ -1308,6 +1476,10 @@ Naslov: %4 Copy priority Kopiraj prednostno mesto + + Copy change + Kopiraj drobiž + or ali @@ -1975,10 +2147,22 @@ Naslov: %4 This is a pre-release test build - use at your own risk - do not use for mining or merchant applications To je pred izdana poizkusna verzija - uporaba na lastno odgovornost - ne uporabljajte je za rudarstvo ali trgovske aplikacije + + Use separate SOCKS5 proxy to reach peers via Tor hidden services (default: -proxy) + Za doseg soležnikov preko Tor skritih storitev uporabi ločen SOCKS5 proxy (privzeto: -proxy) + Warning: error reading wallet.dat! All keys read correctly, but transaction data or address book entries might be missing or incorrect. Opozorilo: napaka pri branju wallet.dat! Vsi ključi so bili pravilno prebrani, podatki o transakciji ali imenik vnešenih naslovov so morda izgubljeni ali nepravilni. + + (default: 1) + (privzeto: 1) + + + (default: wallet.dat) + (privzeto: wallet.dat) + <category> can be: <kategorija> je lahko: @@ -2011,6 +2195,10 @@ Naslov: %4 Generate coins (default: 0) Ustvari kovance (privzeto: 0) + + Importing... + Uvažam... + Wait for RPC server to start Počakajte na zagon RPC strežnika diff --git a/src/qt/locale/bitcoin_sr.ts b/src/qt/locale/bitcoin_sr.ts index ca5a29d2dec84..477969b6fd242 100644 --- a/src/qt/locale/bitcoin_sr.ts +++ b/src/qt/locale/bitcoin_sr.ts @@ -1,6 +1,14 @@ AboutDialog + + About Bitcoin Core + O Bitcoin Coru + + + <b>Bitcoin Core</b> version + Bitcoin Core verzija + AddressBookPage @@ -12,10 +20,26 @@ Create a new address Прави нову адресу + + &New + Novo + Copy the currently selected address to the system clipboard Копира изабрану адресу на системски клипборд + + &Copy + Kopirajte + + + &Copy Address + Kopirajte adresu + + + Delete the currently selected address from the list + Izbrisite trenutno izabranu adresu sa liste + &Delete &Избриши diff --git a/src/qt/locale/bitcoin_uk.ts b/src/qt/locale/bitcoin_uk.ts index 9aab21419bc1e..c3d4dbcf578e7 100644 --- a/src/qt/locale/bitcoin_uk.ts +++ b/src/qt/locale/bitcoin_uk.ts @@ -1,6 +1,14 @@ AboutDialog + + About Bitcoin Core + Про Bitcoin Core + + + <b>Bitcoin Core</b> version + Версія <b>Bitcoin Core</b>: + This is experimental software. @@ -19,7 +27,15 @@ This product includes software developed by the OpenSSL Project for use in the O Copyright Авторське право - + + The Bitcoin Core developers + Розробники Bitcoin Core + + + (%1-bit) + (%1-бітний) + + AddressBookPage @@ -30,10 +46,22 @@ This product includes software developed by the OpenSSL Project for use in the O Create a new address Створити нову адресу + + &New + Но&ва + Copy the currently selected address to the system clipboard Копіювати виділену адресу в буфер обміну + + &Copy + &Копіювати + + + C&lose + З&акрити + &Copy Address &Скопіювати адресу @@ -48,19 +76,35 @@ This product includes software developed by the OpenSSL Project for use in the O &Export - & Експорт + &Експорт &Delete &Видалити + + Choose the address to send coins to + Виберіть адресу для відправлення на неї монет + + + Choose the address to receive coins with + Виберіть адресу для отримання монет + C&hoose &Обрати + + Sending addresses + Адреси для відправлення + + + Receiving addresses + Адреси для отримання + These are your Bitcoin addresses for sending payments. Always check the amount and the receiving address before sending coins. - Це ваші Bitcoin адреси для відправки платежів. Перед відправкою монети Завжди перевіряйте суму та адресу прийому. + Це ваші Bitcoin-адреси для відправлення платежів. Перед відправленням монет завжди перевіряйте суму та адресу прийому. These are your Bitcoin addresses for receiving payments. It is recommended to use a new receiving address for each transaction. @@ -80,9 +124,17 @@ This product includes software developed by the OpenSSL Project for use in the O Comma separated file (*.csv) - Файли відділені комами (*.csv) + Значення, розділені комою (*.csv) + + + Exporting Failed + Помилка експорту + + + There was an error trying to save the address list to %1. + Виникла помилка при спробі зберігання адрес до %1. - + AddressTableModel @@ -162,7 +214,7 @@ This product includes software developed by the OpenSSL Project for use in the O IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. For security reasons, previous backups of the unencrypted wallet file will become useless as soon as you start using the new, encrypted wallet. - ВАЖЛИВО: Всі попередні резервні копії, які ви зробили з вашого гаманця файл повинен бути замінений новоствореному, зашифрованому файлі гаманця. З міркувань безпеки, попередні резервні копії в незашифрованому файлі гаманець стане марним, як тільки ви починаєте використовувати нову, зашифрований гаманець. + ВАЖЛИВО: Всі попередні резервні копії, які ви зробили з вашого файлу гаманця повинні бути замінені новоствореним, зашифрованим файлом гаманця. З міркувань безпеки, попередні резервні копії незашифрованого файла гаманця стануть марними одразу ж, як тільки ви почнете використовувати новий, зашифрований гаманець. Warning: The Caps Lock key is on! @@ -194,7 +246,7 @@ This product includes software developed by the OpenSSL Project for use in the O The passphrase entered for the wallet decryption was incorrect. - Введений пароль є невірним. + Введений пароль є неправильним. Wallet decryption failed @@ -219,6 +271,10 @@ This product includes software developed by the OpenSSL Project for use in the O &Overview &Огляд + + Node + Вузол + Show general overview of wallet Показати загальний огляд гаманця @@ -313,7 +369,7 @@ This product includes software developed by the OpenSSL Project for use in the O &Verify message... - Перевірити повідомлення... + П&еревірити повідомлення... Bitcoin @@ -373,12 +429,36 @@ This product includes software developed by the OpenSSL Project for use in the O Bitcoin Core - Bitcoin Ядро + Bitcoin Core + + + Request payments (generates QR codes and bitcoin: URIs) + Створити запит платежу (генерує QR-код та bitcoin: URI) + + + &About Bitcoin Core + &Про Bitcoin Core + + + Show the list of used sending addresses and labels + Показати список адрес і міток, що були використані для відправлення + + + Show the list of used receiving addresses and labels + Показати список адрес і міток, що були використані для отримання + + + Open a bitcoin: URI or payment request + Відкрити bitcoin: URI чи запит платежу &Command-line options Параметри командного рядка + + Show the Bitcoin Core help message to get a list with possible Bitcoin command-line options + Показати довідку Bitcoin Core для отримання переліку можливих параметрів командного рядка. + Bitcoin client Bitcoin-клієнт @@ -389,16 +469,36 @@ This product includes software developed by the OpenSSL Project for use in the O No block source available... - Ні блок джерела доступні ... + Недоступно жодного джерела блоків... + + + Processed %1 of %2 (estimated) blocks of transaction history. + Оброблено %1 з %2 (приблизно) блоків історії транзакцій. Processed %1 blocks of transaction history. Оброблено %1 блоків історії транзакцій. + + %n hour(s) + %n година%n години%n годин + + + %n day(s) + %n день%n дні%n днів + + + %n week(s) + %n тиждень%n тижня%n тижнів + %1 and %2 %1 та %2 + + %n year(s) + %n рік%n роки%n років + %1 behind %1 позаду @@ -409,7 +509,7 @@ This product includes software developed by the OpenSSL Project for use in the O Transactions after this will not yet be visible. - Угоди після цього буде ще не буде видно. + Пізніші транзакції не буде видно. Error @@ -437,7 +537,7 @@ This product includes software developed by the OpenSSL Project for use in the O Incoming transaction - Отримані перекази + Отримані транзакції Date: %1 @@ -461,7 +561,7 @@ Address: %4 A fatal error occurred. Bitcoin can no longer continue safely and will quit. - Сталася фатальна помилка. Bitcoin більше не може продовжувати безпечно і піде. + Сталася фатальна помилка. Bitcoin завершить роботу. @@ -473,10 +573,18 @@ Address: %4 CoinControlDialog + + Coin Control Address Selection + Вибір адрес для керування монетами + Quantity: Кількість: + + Bytes: + Байтів: + Amount: Кількість: @@ -489,14 +597,30 @@ Address: %4 Fee: Комісія: + + Low Output: + Малий вихід: + After Fee: - Після комісії + Після комісії: Change: Решта: + + (un)select all + Вибрати/зняти всі + + + Tree mode + Деревом + + + List mode + Списком + Amount Кількість @@ -509,10 +633,18 @@ Address: %4 Date Дата + + Confirmations + Підтверджень + Confirmed Підтверджені + + Priority + Пріоритет + Copy address Скопіювати адресу @@ -529,6 +661,14 @@ Address: %4 Copy transaction ID Копіювати ID транзакції + + Lock unspent + Заблокувати + + + Unlock unspent + Розблокувати + Copy quantity Копіювати кількість @@ -549,6 +689,10 @@ Address: %4 Copy priority Копіювати пріорітет + + Copy low output + Копіювати малий вихід + Copy change Копіювати решту @@ -589,6 +733,18 @@ Address: %4 lowest найнижчий + + (%1 locked) + (%1 заблоковано) + + + none + відсутній + + + Dust + Пил + yes так @@ -601,19 +757,51 @@ Address: %4 This label turns red, if the transaction size is greater than 1000 bytes. Ця позначка буде червоною, якщо розмір транзакції вищий за 1000 байт. + + This means a fee of at least %1 per kB is required. + Це означає, що необхідно сплатити комісію (щонайменше %1 за КБ). + + + Can vary +/- 1 byte per input. + Може відрізнятися на +/- 1 байт за вхід. + + + Transactions with higher priority are more likely to get included into a block. + Транзакції з вищим пріоритетом мають більше шансів бути включеними до блоку. + This label turns red, if the priority is smaller than "medium". - Ця позначка буде червоною, якщо пріорітет транзакції нижчий за «середній»". + Ця позначка буде червоною, якщо пріоритет транзакції нижчий за «середній». This label turns red, if any recipient receives an amount smaller than %1. Ця позначка буде червоною, якщо будь хто з отримувачів отримає менше ніж %1. + + This means a fee of at least %1 is required. + Це означає, що необхідно сплатити щонайменше %1 комісії. + + + Amounts below 0.546 times the minimum relay fee are shown as dust. + Суми, що менші за 0.546 мінімальних комісій ретрансляції, відображаються як пил. + + + This label turns red, if the change is smaller than %1. + Ця позначка буде червоною, якщо решта менша за %1. + (no label) (немає назви) - + + change from %1 (%2) + решта з %1 (%2) + + + (change) + (решта) + + EditAddressDialog @@ -624,6 +812,14 @@ Address: %4 &Label &Мітка + + The label associated with this address list entry + Мітка, пов'язана з цим записом списку адрес + + + The address associated with this address list entry. This can only be modified for sending addresses. + Адреса, пов'язана з цим записом списку адрес. Це поле може бути модифіковане лише для адрес відправлення. + &Address &Адреса @@ -686,13 +882,17 @@ Address: %4 HelpMessageDialog + + Bitcoin Core - Command-line options + Bitcoin Core - Параметри командного рядка + Bitcoin Core - Bitcoin Ядро + Bitcoin Core version - версія + версії Usage: @@ -714,6 +914,10 @@ Address: %4 Start minimized Запускати згорнутим + + Set SSL root certificates for payment request (default: -system-) + Вказати кореневі SSL-сертифікати для запиту платежу (типово: -системні-) + Show splash screen on startup (default: 1) Показувати заставку під час запуску (типово: 1) @@ -739,7 +943,7 @@ Address: %4 Bitcoin Core will download and store a copy of the Bitcoin block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. - Bitcoin Core завантажить та збереже копію ланцюга Bitcoin блоків. Щонайменше %1Gb даних буде збережено в цьому каталозі. Гаманець теж буде збережено в цьому каталозі. + Bitcoin Core завантажить та збереже копію ланцюжка блоків Bitcoin. Щонайменше %1ГБ даних буде збережено в цьому каталозі. Гаманець теж буде збережено в цьому каталозі. Use the default data directory @@ -753,6 +957,10 @@ Address: %4 Bitcoin Bitcoin + + Error: Specified data directory "%1" can not be created. + Помилка: неможливо створити обраний каталог даних «%1». + Error Помилка @@ -772,11 +980,23 @@ Address: %4 Open URI Відкрити URI + + Open payment request from URI or file + Відкрити запит платежу з URI або файлу + URI: URI: - + + Select payment request file + Виберіть файл запиту платежу + + + Select payment request file to open + Виберіть файл запиту платежу для відкриття + + OptionsDialog @@ -803,6 +1023,42 @@ Address: %4 &Start Bitcoin on system login &Запускати гаманець при вході в систему + + Size of &database cache + Розмір &кешу бази даних + + + MB + МБ + + + Number of script &verification threads + Кількість потоків сценарію перевірки + + + Connect to the Bitcoin network through a SOCKS proxy. + Підключатись до мережі Bitcoin через SOCKS-проксі. + + + &Connect through SOCKS proxy (default proxy): + &Підключатись через SOCKS-проксі (типовий проксі): + + + IP address of the proxy (e.g. IPv4: 127.0.0.1 / IPv6: ::1) + IP-адреса проксі-сервера (наприклад IPv4: 127.0.0.1 / IPv6: ::1) + + + Third party URLs (e.g. a block explorer) that appear in the transactions tab as context menu items. %s in the URL is replaced by transaction hash. Multiple URLs are separated by vertical bar |. + Сторонні URL (наприклад, block explorer), що з'являться на вкладці транзакцій у вигляді пункту контекстного меню. %s в URL буде замінено на хеш транзакції. Для відокремлення URLів використовуйте вертикальну риску |. + + + Third party transaction URLs + Сторонні URL транзакцій + + + Active command-line options that override above options: + Активовані параметри командного рядка, що перекривають вищевказані параметри: + Reset all client options to default. Скинути всі параметри клієнта на типові. @@ -815,6 +1071,30 @@ Address: %4 &Network &Мережа + + (0 = auto, <0 = leave that many cores free) + (0 = автоматично, <0 = вказує кількість вільних ядер) + + + W&allet + Г&аманець + + + Expert + Експерт + + + Enable coin &control features + Ввімкнути &керування монетами + + + If you disable the spending of unconfirmed change, the change from a transaction cannot be used until that transaction has at least one confirmation. This also affects how your balance is computed. + Якщо вимкнути витрату непідтвердженої решти, то решту від транзакції не можна буде використати, допоки ця транзакція не матиме хоча б одне підтвердження. Це також впливає на розрахунок балансу. + + + &Spend unconfirmed change + &Витрачати непідтверджену решту + Automatically open the Bitcoin client port on the router. This only works when your router supports UPnP and it is enabled. Автоматично відкривати порт для клієнту біткоін на роутері. Працює лише якщо ваш роутер підтримує UPnP і ця функція увімкнена. @@ -889,7 +1169,11 @@ Address: %4 &Display addresses in transaction list - &Відображати адресу в списку транзакцій + &Відображати адреси в списку транзакцій + + + Whether to show coin control features or not. + Показати або сховати керування монетами. &OK @@ -903,10 +1187,26 @@ Address: %4 default типово + + none + відсутні + Confirm options reset Підтвердження скидання параметрів + + Client restart required to activate changes. + Для застосування змін необхідно перезапустити клієнта. + + + Client will be shutdown, do you want to proceed? + Клієнт вимкнеться, продовжувати? + + + This change would require a client restart. + Ця зміна вступить в силу після перезапуску клієнта + The supplied proxy address is invalid. Невірно вказано адресу проксі. @@ -926,29 +1226,37 @@ Address: %4 Wallet Гаманець + + Available: + Наявно: + Your current spendable balance - Ваш поточний баланс расходуемого + Ваш поточний підтверджений баланс + + + Pending: + Очікується: Total of transactions that have yet to be confirmed, and do not yet count toward the spendable balance - Всього угод, які ще мають бути підтверджені, і до цих пір не враховуються в расходуемого балансу + Сума монет у непідтверджених транзакціях Immature: - незрілі: + Незрілі: Mined balance that has not yet matured - Замінований баланс, який ще не дозрів + Баланс видобутих та ще недозрілих монет Total: - всього: + Всього: Your current total balance - Ваше поточне Сукупний баланс + Ваш поточний сукупний баланс <b>Recent transactions</b> @@ -967,15 +1275,91 @@ Address: %4 URI can not be parsed! This can be caused by an invalid Bitcoin address or malformed URI parameters. - Неможливо обробити URI! Це може бути викликано неправильною Bitcoin-адресою, чи невірними параметрами URI. + Неможливо обробити URI! Причиною цього може бути некоректна Bitcoin-адреса або неправильні параметри URI. + + + Requested payment amount of %1 is too small (considered dust). + Сума запиту платежу для %1 занадто мала (вважається пилом) + + + Payment request error + Помилка запиту платежу + + + Cannot start bitcoin: click-to-pay handler + Неможливо запустити bitcoin: обробник click-to-pay + + + Net manager warning + Попередження менеджера мережі + + + Your active proxy doesn't support SOCKS5, which is required for payment requests via proxy. + Ваш поточний проксі не підтримує SOCKS5; підтримка SOCKS5 необхідна для запитів платежу через проксі. + + + Payment request fetch URL is invalid: %1 + URL запиту платежу є некоректним: %1 + + + Payment request file handling + Обробка файлу запиту платежу + + + Payment request file can not be read or processed! This can be caused by an invalid payment request file. + Неможливо прочитати/обробити файл запиту платежу! Ймовірно, файл пошкоджено. + + + Unverified payment requests to custom payment scripts are unsupported. + Неперевірені запити платежів з власними платіжними сценаріями не підтримуються. + + + Refund from %1 + Відшкодування з %1 + + + Error communicating with %1: %2 + Помилка зв'язку з %1: %2 + + + Payment request can not be parsed or processed! + Неможливо розпізнати/обробити запит платежу! + + + Bad response from server %1 + Погана відповідь від сервера %1 + + + Payment acknowledged + Платіж підтверджено + + + Network request error + Помилка мережевого запиту - + QObject Bitcoin Bitcoin + + Error: Specified data directory "%1" does not exist. + Помилка: Вказаного каталогу даних «%1» не існує. + + + Error: Cannot parse configuration file: %1. Only use key=value syntax. + Помилка: Неможливо розібрати файл конфігурації: %1. Використовуйте наступний синтаксис: ключ=значення. + + + Error: Invalid combination of -regtest and -testnet. + Помилка: Неможливо скомбінувати -regtest і -testnet. + + + Bitcoin Core didn't yet exit safely... + Bitcoin Core ще не завершив роботу... + Enter a Bitcoin address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) Введіть адресу Bitcoin (наприклад 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) @@ -995,7 +1379,11 @@ Address: %4 Save QR Code Зберегти QR-код - + + PNG Image (*.png) + Зображення PNG (*.png) + + RPCConsole @@ -1018,6 +1406,10 @@ Address: %4 Debug window Вікно зневадження + + General + Загальна + Using OpenSSL version Використовується OpenSSL версії @@ -1062,10 +1454,26 @@ Address: %4 &Console Консоль + + &Network Traffic + &Мережевий трафік + + + &Clear + &Очистити + Totals всього: + + In: + Вхідних: + + + Out: + Вихідних: + Build date Дата збирання @@ -1076,7 +1484,7 @@ Address: %4 Open the Bitcoin debug log file from the current data directory. This can take a few seconds for large log files. - Відкрийте налагодження файл журналу Bitcoin з поточного каталогу даних. Це може зайняти кілька секунд для великих файлів журналів. + Відкрийте файл журналу налагодження Bitcoin з поточного каталогу даних. Це може зайняти кілька секунд для великих файлів журналів. Clear console @@ -1094,15 +1502,35 @@ Address: %4 Type <b>help</b> for an overview of available commands. Наберіть <b>help</b> для перегляду доступних команд. + + %1 B + %1 Б + + + %1 KB + %1 КБ + + + %1 MB + %1 МБ + + + %1 GB + %1 ГБ + %1 m - %1 х + %1 хв %1 h - %1 г + %1 год + + + %1 h %2 m + %1 год %2 хв - + ReceiveCoinsDialog @@ -1117,6 +1545,30 @@ Address: %4 &Message: &Повідомлення: + + Reuse one of the previously used receiving addresses. Reusing addresses has security and privacy issues. Do not use this unless re-generating a payment request made before. + Повторно використати одну з адрес. Повторне використання адрес створює ризики безпеки та конфіденційності. Не використовуйте її, окрім як для створення повторного запиту платежу. + + + R&euse an existing receiving address (not recommended) + По&вторно використати адресу для отримання (не рекомендується) + + + An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the Bitcoin network. + Необов'язкове повідомлення на додаток до запиту платежу, котре буде показане під час відкриття запиту. Примітка: Це повідомлення не буде відправлено з платежем через мережу Bitcoin. + + + An optional label to associate with the new receiving address. + Необов'язкове поле для мітки нової адреси отримувача. + + + Use this form to request payments. All fields are <b>optional</b>. + Використовуйте цю форму, щоб отримати платежі. Всі поля є <b>необов'язковими</b>. + + + An optional amount to request. Leave this empty or zero to not request a specific amount. + Необов'язкове поле для суми запиту. Залиште це поле пустим або впишіть нуль, щоб не надсилати у запиті конкретної суми. + Clear all fields of the form. Очистити всі поля в формі @@ -1125,6 +1577,30 @@ Address: %4 Clear Очистити + + Requested payments history + Історія запитів платежу + + + &Request payment + Н&адіслати запит платежу + + + Show the selected request (does the same as double clicking an entry) + Показати вибраний запит (робить те ж саме, що й подвійний клік по запису) + + + Show + Показати + + + Remove the selected entries from the list + Вилучити вибрані записи зі списку + + + Remove + Вилучити + Copy label Скопіювати мітку @@ -1156,6 +1632,14 @@ Address: %4 &Save Image... &Зберегти зображення... + + Request payment to %1 + Запит платежу на %1 + + + Payment information + Інформація про платіж + URI URI @@ -1207,7 +1691,15 @@ Address: %4 (no label) (немає назви) - + + (no message) + (без повідомлення) + + + (no amount) + (без суми) + + SendCoinsDialog @@ -1215,12 +1707,32 @@ Address: %4 Відправити - Quantity: + Coin Control Features + Керування монетами + + + Inputs... + Входи... + + + automatically selected + вибираються автоматично + + + Insufficient funds! + Недостатньо коштів! + + + Quantity: Кількість: + + Bytes: + Байтів: + Amount: - Кількість: + Сума: Priority: @@ -1230,14 +1742,26 @@ Address: %4 Fee: Комісія: + + Low Output: + Малий вихід: + After Fee: - Після комісії + Після комісії: Change: Решта: + + If this is activated, but the change address is empty or invalid, change will be sent to a newly generated address. + Якщо це поле активовано, але адреса для решти відсутня або некоректна, то решта буде відправлена на новостворену адресу. + + + Custom change address + Вказати адресу для решти + Send to multiple recipients at once Відправити на декілька адрес @@ -1270,6 +1794,10 @@ Address: %4 Confirm send coins Підтвердіть відправлення + + %1 to %2 + %1 на %2 + Copy quantity Копіювати кількість @@ -1294,17 +1822,29 @@ Address: %4 Copy priority Копіювати пріорітет + + Copy low output + Копіювати малий вихід + Copy change Копіювати решту + + Total Amount %1 (= %2) + Всього %1 (= %2) + + + or + або + The recipient address is not valid, please recheck. Адреса отримувача невірна, будь ласка перепровірте. The amount to pay must be larger than 0. - Кількість монет для відправлення повинна бути більшою 0. + Кількість монет для відправлення повинна бути більше 0. The amount exceeds your balance. @@ -1318,15 +1858,43 @@ Address: %4 Duplicate address found, can only send to each address once per send operation. Знайдено адресу що дублюється. Відправлення на кожну адресу дозволяється лише один раз на кожну операцію переказу. + + Transaction creation failed! + Не вдалося створити транзакцію! + + + The transaction was rejected! This might happen if some of the coins in your wallet were already spent, such as if you used a copy of wallet.dat and coins were spent in the copy but not marked as spent here. + Транзакцію відхилено! Це може статись, якщо декілька монет з вашого гаманця вже використані, наприклад, якщо ви використовуєте одну копію гаманця (wallet.dat), а монети були використані з іншої копії, але не позначені як використані в цій. + + + Warning: Invalid Bitcoin address + Увага: Неправильна Bitcoin-адреса + (no label) (немає назви) + + Warning: Unknown change address + Увага: Невідома адреса для решти + Are you sure you want to send? Ви впевнені, що хочете відправити? - + + added as transaction fee + додано як комісія за транзакцію + + + Payment request expired + Запит платежу прострочено. + + + Invalid payment address %1 + Помилка в адресі платежу %1 + + SendCoinsEntry @@ -1339,7 +1907,7 @@ Address: %4 The address to send the payment to (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Звернення до відправити платіж на (наприклад 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Адреса для відправлення платежу (наприклад 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) Enter a label for this address to add it to your address book @@ -1353,6 +1921,10 @@ Address: %4 Choose previously used address Обрати ранiш використовувану адресу + + This is a normal payment. + Це звичайний платіж. + Alt+A Alt+A @@ -1365,10 +1937,34 @@ Address: %4 Alt+P Alt+P + + Remove this entry + Видалити цей запис + Message: Повідомлення: + + This is a verified payment request. + Це перевірений запит платежу. + + + Enter a label for this address to add it to the list of used addresses + Введіть мітку для цієї адреси для додавання її в список використаних адрес + + + A message that was attached to the bitcoin: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the Bitcoin network. + Повідомлення, що було додане до bitcoin:URI та буде збережено разом з транзакцією для довідки. Примітка: Це повідомлення не буде відправлено в мережу Bitcoin. + + + This is an unverified payment request. + Це неперевірений запит платежу. + + + Pay To: + Отримувач: + Memo: Нотатка: @@ -1376,7 +1972,15 @@ Address: %4 ShutdownWindow - + + Bitcoin Core is shutting down... + Bitcoin Core вимикається... + + + Do not shut down the computer until this window disappears. + Не вимикайте комп’ютер до зникнення цього вікна. + + SignVerifyMessageDialog @@ -1389,7 +1993,7 @@ Address: %4 You can sign messages with your addresses to prove you own them. Be careful not to sign anything vague, as phishing attacks may try to trick you into signing your identity over to them. Only sign fully-detailed statements you agree to. - Ви можете зареєструватися повідомленнями зі своїми адресами, щоб довести, що ви є їх власником. Будьте обережні, щоб не підписувати що-небудь неясне, як фішинг-атак може спробувати обдурити вас в підписанні вашу особистість до них. Тільки підписати повністю докладні свідчення, користувач зобов'язується. + Ви можете підписувати повідомлення зі своїми адресами, щоб довести, що ви є їх власником. Остерігайтеся підписувати будь-що незрозуміле, так як за допомогою фішинг-атаки вас можуть спробувати обдурити для отримання вашого підпису під чужими словами. Підписуйте тільки ті повідомлення, з якими ви повністю згодні. The address to sign the message with (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) @@ -1445,7 +2049,7 @@ Address: %4 Enter the signing address, message (ensure you copy line breaks, spaces, tabs, etc. exactly) and signature below to verify the message. Be careful not to read more into the signature than what is in the signed message itself, to avoid being tricked by a man-in-the-middle attack. - Введіть адресу підписання, повідомлення (забезпечення копіюванні розриви рядків, прогалини, вкладки і т.д. точно) і підпис нижче, щоб перевірити повідомлення. Будьте обережні, щоб не читати далі в підпис, ніж те, що в підписаному самого повідомлення, щоб уникнути обдурять нападу чоловік-в-середній. + Введіть нижче адресу підпису, повідомлення (впевніться, що ви точно скопіювали символи завершення рядку, табуляцію, пробіли тощо) та підпис для перевірки повідомлення. Впевніться, що в підпис не було додано зайвих символів: це допоможе уникнути атак типу «людина посередині». The address the message was signed with (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) @@ -1481,11 +2085,11 @@ Address: %4 The entered address does not refer to a key. - Введений адреса не відноситься до ключа. + Введена адреса не відноситься до ключа. Wallet unlock was cancelled. - Розблокування Гаманець був скасований. + Розблокування гаманця було скасоване. Private key for the entered address is not available. @@ -1509,7 +2113,7 @@ Address: %4 The signature did not match the message digest. - Підпис не відповідає дайджест повідомлення. + Підпис не збігається з хешем повідомлення. Message verification failed. @@ -1524,7 +2128,11 @@ Address: %4 SplashScreen Bitcoin Core - Bitcoin Ядро + Bitcoin Core + + + The Bitcoin Core developers + Розробники Bitcoin Core [testnet] @@ -1542,7 +2150,11 @@ Address: %4 TransactionDesc Open until %1 - Відкрити до %1 + Відкрито до %1 + + + conflicted + суперечить %1/offline @@ -1560,6 +2172,10 @@ Address: %4 Status Статус + + , broadcast through %n node(s) + , розіслано через %n вузол, розіслано через %n вузли, розіслано через %n вузлів + Date Дата @@ -1592,6 +2208,10 @@ Address: %4 Credit Кредит + + matures in %n more block(s) + «дозріє» через %n блок«дозріє» через %n блоки«дозріє» через %n блоків + not accepted не прийнято @@ -1620,9 +2240,17 @@ Address: %4 Transaction ID ID транзакції + + Merchant + Продавець + + + Generated coins must mature %1 blocks before they can be spent. When you generated this block, it was broadcast to the network to be added to the block chain. If it fails to get into the chain, its state will change to "not accepted" and it won't be spendable. This may occasionally happen if another node generates a block within a few seconds of yours. + Після генерації монет, потрібно зачекати %1 блоків, перш ніж їх можна буде використати. Коли ви згенерували цей блок, його було відправлено в мережу для того, щоб він був доданий до ланцюжка блоків. Якщо ця процедура не вдасться, статус буде змінено на «не підтверджено» і ви не зможете витратити згенеровані монети. Таке може статись, якщо хтось інший згенерував блок на декілька секунд раніше. + Debug information - Отладочна інформація + Налагоджувальна інформація Transaction @@ -1648,9 +2276,13 @@ Address: %4 , has not been successfully broadcast yet , ще не було успішно розіслано + + Open for %n more block(s) + Відкрито на %n блокВідкрито на %n блокиВідкрито на %n блоків + unknown - невідомий + невідомо @@ -1682,9 +2314,17 @@ Address: %4 Amount Кількість + + Immature (%1 confirmations, will be available after %2) + Незрілі (%1 підтверджень, будуть доступні після %2) + + + Open for %n more block(s) + Відкрито на %n блокВідкрито на %n блокиВідкрито на %n блоків + Open until %1 - Відкрити до %1 + Відкрито до %1 Confirmed (%1 confirmations) @@ -1698,9 +2338,25 @@ Address: %4 Generated but not accepted Згенеровано, але не підтверджено + + Offline + Поза мережею + + + Unconfirmed + Не підтверджено + + + Confirming (%1 of %2 recommended confirmations) + Підтверджується (%1 з %2 рекомендованих підтверджень) + + + Conflicted + Суперечить + Received with - Отримано + Отримані на Received from @@ -1708,7 +2364,7 @@ Address: %4 Sent to - Відправлено + Відправлені на Payment to yourself @@ -1825,9 +2481,29 @@ Address: %4 Show transaction details Показати деталі транзакції + + Export Transaction History + Експортувати історію транзакцій + + + Exporting Failed + Помилка експорту + + + There was an error trying to save the transaction history to %1. + Виникла помилка при спробі зберігання історії транзакцій до %1. + + + Exporting Successful + Експорт виконано успішно + + + The transaction history was successfully saved to %1. + Історію транзакцій було успішно збережено до %1. + Comma separated file (*.csv) - Файли, розділені комою (*.csv) + Значення, розділені комою (*.csv) Confirmed @@ -1868,7 +2544,11 @@ Address: %4 WalletFrame - + + No wallet has been loaded. + Гаманець не завантажувався + + WalletModel @@ -1880,7 +2560,7 @@ Address: %4 WalletView &Export - & Експорт + &Експорт Export the data in the current tab to a file @@ -1898,6 +2578,14 @@ Address: %4 Backup Failed Помилка резервного копіювання + + There was an error trying to save the wallet data to %1. + Виникла помилка при спробі зберегти гаманець в %1. + + + The wallet data was successfully saved to %1. + Дані гаманця успішно збережено в %1. + Backup Successful Успішне створення резервної копії @@ -1939,7 +2627,7 @@ Address: %4 Maintain at most <n> connections to peers (default: 125) - Підтримувати не більше <n> зв'язків з колегами (типово: 125) + Підтримувати щонайбільше <n> з'єднань з учасниками (типово: 125) Connect to a node to retrieve peer addresses, and disconnect @@ -1951,11 +2639,15 @@ Address: %4 Threshold for disconnecting misbehaving peers (default: 100) - Поріг відключення неправильно під'єднаних пірів (типово: 100) + Поріг відключення учасників з поганою поведінкою (типово: 100) Number of seconds to keep misbehaving peers from reconnecting (default: 86400) - Максимальній розмір вхідного буферу на одне з'єднання (типово: 86400) + Час в секундах, протягом якого відключені учасники з поганою поведінкою не зможуть підключитися (типово: 86400) + + + An error occurred while setting up the RPC port %u for listening on IPv4: %s + Сталася помилка при спробі відкрити порт RPC %u для прослуховування в мережі IPv4: %s Listen for JSON-RPC connections on <port> (default: 9998 or testnet: 19998) @@ -1965,6 +2657,10 @@ Address: %4 Accept command line and JSON-RPC commands Приймати команди із командного рядка та команди JSON-RPC + + Bitcoin Core RPC client version + RPC-клієнт Bitcoin Core версії + Run in the background as a daemon and accept commands Запустити в фоновому режимі (як демон) та приймати команди @@ -1975,23 +2671,107 @@ Address: %4 Accept connections from outside (default: 1 if no -proxy or -connect) - Приймати з'єднання ззовні (за замовчуванням: 1, якщо ні-проксі або-з'єднання) + Приймати підключення ззовні (типово: 1 за відсутності -proxy чи -connect) + + + %s, you must set a rpcpassword in the configuration file: +%s +It is recommended you use the following random password: +rpcuser=bitcoinrpc +rpcpassword=%s +(you do not need to remember this password) +The username and password MUST NOT be the same. +If the file does not exist, create it with owner-readable-only file permissions. +It is also recommended to set alertnotify so you are notified of problems; +for example: alertnotify=echo %%s | mail -s "Bitcoin Alert" admin@foo.com + + %s, ви повинні встановити rpcpassword в файлі конфігурації: +%s +Рекомендується використати такий випадковий пароль: +rpcuser=bitcoinrpc +rpcpassword=%s +(ви не повинні пам'ятати цей пароль) +Ім’я користувача та пароль ПОВИННІ бути різними. +Якщо файлу не існує, створіть його, обмеживши доступ правом читання для власника. +Також рекомендується використовувати alertnotify для того, щоб отримувати сповіщення про проблеми; +наприклад: alertnotify=echo %%s | mail -s "Сповіщення Bitcoin" admin@foo.com + + + + Acceptable ciphers (default: TLSv1.2+HIGH:TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!3DES:@STRENGTH) + Допустимі шифри (типово: TLSv1.2+HIGH:TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!3DES:@STRENGTH) + + + An error occurred while setting up the RPC port %u for listening on IPv6, falling back to IPv4: %s + Сталася помилка при спробі відкрити порт RPC %u для прослуховування в мережі IPv6 (надалі буде використовуватися IPv4): %s Bind to given address and always listen on it. Use [host]:port notation for IPv6 - Прив'язка до даного адресою і завжди слухати на ньому. Використовуйте [господаря]: позначення порту для IPv6 + Прив'язатися до даної адреси та прослуховувати її. Використовуйте запис виду [хост]:порт для IPv6 + + + Continuously rate-limit free transactions to <n>*1000 bytes per minute (default:15) + Обмежити швидкість передачі безкоштовних транзакцій до <n>*1000 байт за хвилину (типово: 15) Enter regression test mode, which uses a special chain in which blocks can be solved instantly. This is intended for regression testing tools and app development. - Введіть тестовий режим регресії, яка використовує спеціальну ланцюг, в якій блоки можуть бути вирішені негайно. Це призначено для регресійного тестування інструментів і розробки додатків. + Ввійти в режим регресивного тестування, що використовує спеціальний ланцюг з миттєвим знаходженням блоків. Це призначено для інструментів регресивного тестування та розробки додатків. + + + Enter regression test mode, which uses a special chain in which blocks can be solved instantly. + Ввійти в режим регресивного тестування, що використовує спеціальний ланцюг з миттєвим знаходженням блоків. + + + Error: Listening for incoming connections failed (listen returned error %d) + Помилка: Не вдалося налаштувати прослуховування вхідних підключень (listen повернув помилку: %d) Error: The transaction was rejected! This might happen if some of the coins in your wallet were already spent, such as if you used a copy of wallet.dat and coins were spent in the copy but not marked as spent here. Помилка: транзакцію було відхилено. Це може статись, якщо декілька монет з вашого гаманця вже використані, наприклад, якщо ви використовуєте одну копію гаманця (wallet.dat), а монети були використані з іншої копії, але не позначені як використані в цій. + + Error: This transaction requires a transaction fee of at least %s because of its amount, complexity, or use of recently received funds! + Помилка: Ця транзакція потребує додавання комісії щонайменше в %s через її розмір, складність, або внаслідок використання недавно отриманих коштів! + + + Execute command when a wallet transaction changes (%s in cmd is replaced by TxID) + Виконати команду, коли транзакція гаманця зміниться (замість %s в команді буде підставлено ідентифікатор транзакції) + + + Fees smaller than this are considered zero fee (for transaction creation) (default: + Комісії, що менші за вказану, вважатимуться нульовими (для створення транзакції) (типово: + + + Flush database activity from memory pool to disk log every <n> megabytes (default: 100) + Записувати зміни в базі даних до файлу кожні <n> мегабайтів (типово: 100) + + + How thorough the block verification of -checkblocks is (0-4, default: 3) + Рівень ретельності перевірки блоків (0-4, типово: 3) + + + In this mode -genproclimit controls how many blocks are generated immediately. + В цьому режимі -genproclimit встановлює кількість блоків, що можуть бути згенеровані негайно. + + + Set the number of script verification threads (%u to %d, 0 = auto, <0 = leave that many cores free, default: %d) + Встановити кількість потоків скрипту перевірки (від %u до %d, 0 = автоматично, <0 = вказує кількість вільних ядер, типово: %d) + + + Set the processor limit for when generation is on (-1 = unlimited, default: -1) + Встановити максимальну кількість процесорів, що будуть використовуватися при ввімкненій генерації (-1 = необмежена, типово: -1) + This is a pre-release test build - use at your own risk - do not use for mining or merchant applications - Це тест збірки попередньою версією - використовуйте на свій страх і ризик - не використовувати для гірничодобувних або торгових додатків + Це тестова збірка пре-релізної версії - використовуйте на свій страх і ризик - не застосовувати для добування монет або торгівлі + + + Unable to bind to %s on this computer. Bitcoin Core is probably already running. + Неможливо прив'язатися до %s на цьому комп'ютері. Можливо, Bitcoin Core вже запущено. + + + Use separate SOCKS5 proxy to reach peers via Tor hidden services (default: -proxy) + Використовувати окремий SOCKS5-проксі для з'єднання з учасниками через приховані сервіси Tor (типово: -proxy) Warning: -paytxfee is set very high! This is the transaction fee you will pay if you send a transaction. @@ -2001,6 +2781,14 @@ Address: %4 Warning: Please check that your computer's date and time are correct! If your clock is wrong Bitcoin will not work properly. Увага: будь ласка, перевірте дату і час на своєму комп'ютері. Якщо ваш годинник йде неправильно, Bitcoin може працювати некоректно. + + Warning: The network does not appear to fully agree! Some miners appear to be experiencing issues. + Увага: Частина мережі використовує інший головний ланцюжок! Деякі добувачі, можливо, зазнають проблем. + + + Warning: We do not appear to fully agree with our peers! You may need to upgrade, or other nodes may need to upgrade. + Увага: Наш ланцюжок блоків відрізняється від ланцюжків підключених учасників! Можливо, вам, або іншим вузлам, необхідно оновитися. + Warning: error reading wallet.dat! All keys read correctly, but transaction data or address book entries might be missing or incorrect. Увага: помилка читання wallet.dat! Всі ключі прочитано коректно, але дані транзакцій чи записи адресної книги можуть бути пропущені, або пошкоджені. @@ -2009,25 +2797,69 @@ Address: %4 Warning: wallet.dat corrupt, data salvaged! Original wallet.dat saved as wallet.{timestamp}.bak in %s; if your balance or transactions are incorrect you should restore from a backup. Увага: файл wallet.dat пошкоджено, дані врятовано! Оригінальний wallet.dat збережено як wallet.{timestamp}.bak до %s; якщо Ваш баланс чи транзакції неправильні, Ви можете відновити їх з резервної копії. + + (default: 1) + (типово: 1) + + + (default: wallet.dat) + (типово: wallet.dat) + + + <category> can be: + <category> може бути: + Attempt to recover private keys from a corrupt wallet.dat Спроба відновити закриті ключі з пошкодженого wallet.dat + + Bitcoin Core Daemon + Демон Bitcoin Core + Block creation options: Опції створення блоку: + + Clear list of wallet transactions (diagnostic tool; implies -rescan) + Очистити список транзакцій гаманця (використовується для діагностики, включає -rescan) + Connect only to the specified node(s) Підключитись лише до вказаного вузла + + Connect through SOCKS proxy + Підключитись через SOCKS-проксі + + + Connect to JSON-RPC on <port> (default: 8332 or testnet: 18332) + Підключитися через JSON-RPC на <port> (типово: 8332 або testnet: 18332) + + + Connection options: + Параметри з'єднання: + Corrupted block database detected Виявлено пошкоджений блок бази даних + + Debugging/Testing options: + Параметри тестування/налагодження: + + + Disable safemode, override a real safe mode event (default: 0) + Вимкнути безпечний режим та ігнорувати події, що здатні ввімкнути його (типово: 0) + Discover own IP address (default: 1 when listening and no -externalip) - Відкрийте власну IP-адресу (за замовчуванням: 1, коли не чує і-externalip) + Визначити власну IP-адресу (типово: 1 при прослуховуванні та за відсутності -externalip) + + + Do not load the wallet and disable wallet RPC calls + Не завантажувати гаманець та вимкнути звернення до нього через RPC Do you want to rebuild the block database now? @@ -2037,6 +2869,10 @@ Address: %4 Error initializing block database Помилка ініціалізації бази даних блоків + + Error initializing wallet database environment %s! + Помилка ініціалізації середовища бази даних гаманця %s! + Error loading block database Помилка завантаження бази даних блоків @@ -2059,7 +2895,7 @@ Address: %4 Failed to listen on any port. Use -listen=0 if you want this. - Не вдалося слухати на будь-якому порту. Використовуйте-слухати = 0, якщо ви хочете цього. + Не вдалося слухати на жодному порту. Використовуйте -listen=0, якщо ви хочете цього. Failed to read block info @@ -2099,31 +2935,91 @@ Address: %4 Failed to write undo data - Не вдалося записати скасувати дані + Не вдалося записати дані для відкату Fee per kB to add to transactions you send Комісія за Кб + + Fees smaller than this are considered zero fee (for relaying) (default: + Комісії, що менші за вказану, вважатимуться нульовими (для ретрансляції) (типово: + Find peers using DNS lookup (default: 1 unless -connect) - Знайти однолітків за допомогою DNS пошук (за замовчуванням: 1, якщо-ні підключити) + Знайти учасників, використовуючи DNS (типово: 1 за відсутності -connect) + + + Force safe mode (default: 0) + Ввімкнути безпечний режим (типово: 0) Generate coins (default: 0) - Генерація монети (за замовчуванням: 0) + Генерація монет (типово: 0) How many blocks to check at startup (default: 288, 0 = all) Скільки блоків перевіряти під час запуску (типово: 288, 0 = всі) + + If <category> is not supplied, output all debugging information. + Якщо <category> не задано, виводить всю налагоджувальну інформацію. + + + Importing... + Імпорт... + + + Incorrect or no genesis block found. Wrong datadir for network? + Початковий блок некоректний/відсутній. Чи правильно вказано каталог даних для обраної мережі? + + + Invalid -onion address: '%s' + Помилка в адресі -onion: «%s» + Not enough file descriptors available. - Бракує дескрипторів файлів, доступних. + Бракує доступних дескрипторів файлів. + + + Prepend debug output with timestamp (default: 1) + Доповнювати налагоджувальний вивід відміткою часу (типово: 1) + + + RPC client options: + Параметри клієнта RPC: + + + Rebuild block chain index from current blk000??.dat files + Перебудувати індекс ланцюжка блоків з поточних файлів blk000??.dat + + + Select SOCKS version for -proxy (4 or 5, default: 5) + Вибір версії SOCKS для параметру -proxy (4 чи 5, типово: 5) + + + Set database cache size in megabytes (%d to %d, default: %d) + Встановити розмір кешу бази даних в мегабайтах (від %d до %d, типово: %d) + + + Set maximum block size in bytes (default: %d) + Встановити максимальний розмір блоку у байтах (типово: %d) Set the number of threads to service RPC calls (default: 4) - Встановити число потоків до дзвінків служба RPC (за замовчуванням: 4) + Встановити число потоків для обслуговування викликів RPC (типово: 4) + + + Specify wallet file (within data directory) + Вкажіть файл гаманця (в межах каталогу даних) + + + Spend unconfirmed change when sending transactions (default: 1) + Витрачати непідтверджену решту при відправленні транзакцій (типово: 1) + + + This is intended for regression testing tools and app development. + Це призначено для інструментів регресивного тестування та розробки додатків. Usage (deprecated, use bitcoin-cli): @@ -2137,38 +3033,122 @@ Address: %4 Verifying wallet... Перевірка гаманця... + + Wait for RPC server to start + Чекати, допоки RPC-сервер не буде запущено + + + Wallet %s resides outside data directory %s + Гаманець %s знаходиться поза каталогом даних %s + + + Wallet options: + Параметри гаманця: + + + Warning: Deprecated argument -debugnet ignored, use -debug=net + Увага: Застарілий параметр -debugnet буде проігнорований, використовуйте -debug=net. + + + You need to rebuild the database using -reindex to change -txindex + Вам необхідно перебудувати базу даних з використанням -reindex для того, щоб змінити -txindex + Imports blocks from external blk000??.dat file Імпорт блоків з зовнішнього файлу blk000??.dat + + Cannot obtain a lock on data directory %s. Bitcoin Core is probably already running. + Не вдалося встановити блокування на каталог даних %s. Bitcoin Core, ймовірно, вже запущений. + + + Execute command when a relevant alert is received or we see a really long fork (%s in cmd is replaced by message) + Виконати команду при надходженні важливого сповіщення або при спостереженні тривалого розгалуження ланцюжка (замість %s буде підставлено повідомлення) + + + Output debugging information (default: 0, supplying <category> is optional) + Виводити налагоджувальну інформацію (типово: 0, вказання <category> необов'язкове) + + + Set maximum size of high-priority/low-fee transactions in bytes (default: %d) + Встановити максимальний розмір транзакцій з високим пріоритетом та низькою комісією (в байтах) (типово: %d) + Information Інформація + + Invalid amount for -minrelaytxfee=<amount>: '%s' + Вказано некоректну суму для параметру -minrelaytxfee: «%s» + + + Invalid amount for -mintxfee=<amount>: '%s' + Вказано некоректну суму для параметру -mintxfee: «%s» + + + Limit size of signature cache to <n> entries (default: 50000) + Обмежити розмір кешу підписів до <n> записів (типово: 50000) + + + Log transaction priority and fee per kB when mining blocks (default: 0) + Записувати в лог-файл пріоритет транзакції та комісію за кБ під час добування блоків (типово: 0) + Maintain a full transaction index (default: 0) - Підтримувати індекс повний транзакцій (за замовчуванням: 0) + Утримувати повний індекс транзакцій (типово: 0) Maximum per-connection receive buffer, <n>*1000 bytes (default: 5000) - Максимальний буфер, <n>*1000 байт (типово: 5000) + Максимальний розмір вхідного буферу на одне з'єднання, <n>*1000 байт (типово: 5000) Maximum per-connection send buffer, <n>*1000 bytes (default: 1000) - Максимальній розмір вихідного буферу на одне з'єднання, <n>*1000 байт (типово: 1000) + Максимальний розмір вихідного буферу на одне з'єднання, <n>*1000 байт (типово: 1000) Only accept block chain matching built-in checkpoints (default: 1) - Тільки приймати блок відповідності ланцюга вбудованих контрольно-пропускних пунктів (за замовчуванням: 1) + Приймати тільки той ланцюжок блоків, що не суперечить вбудованим контрольним точкам (типово: 1) Only connect to nodes in network <net> (IPv4, IPv6 or Tor) - Підключити тільки до вузлів в мережі <net> (IPv4, IPv6 або Tor) + Підключатися тільки до вузлів в мережі <net> (IPv4, IPv6 або Tor) + + + Print block on startup, if found in block index + Роздрукувати блок під час запуску (якщо він буде знайдений в індексі) + + + Print block tree on startup (default: 0) + Роздрукувати дерево блоків під час запуску (типово: 0) + + + RPC SSL options: (see the Bitcoin Wiki for SSL setup instructions) + Параметри RPC SSL: (див. Bitcoin Wiki для налаштування SSL) + + + RPC server options: + Параметри сервера RPC: + + + Randomly drop 1 of every <n> network messages + Випадковим чином відкидати 1 з <n> мережевих повідомлень + + + Randomly fuzz 1 of every <n> network messages + Випадковим чином пошкоджувати 1 з <n> мережевих повідомлень + + + Run a thread to flush wallet periodically (default: 1) + Запустити потік для періодичного збереження даних гаманця (типово: 1) SSL options: (see the Bitcoin Wiki for SSL setup instructions) Параметри SSL: (див. Bitcoin Wiki для налаштування SSL) + + Send command to Bitcoin Core + Надіслати команду до Bitcoin Core + Send trace/debug info to console instead of debug.log file Відсилати налагоджувальну інформацію на консоль, а не у файл debug.log @@ -2177,41 +3157,57 @@ Address: %4 Set minimum block size in bytes (default: 0) Встановити мінімальний розмір блоку у байтах (типово: 0) + + Sets the DB_PRIVATE flag in the wallet db environment (default: 1) + Встановити прапорець DB_PRIVATE в середовищі бази даних гаманця (типово: 1) + + + Show all debugging options (usage: --help -help-debug) + Показати всі налагоджувальні параметри (використання: --help -help-debug) + + + Show benchmark information (default: 0) + Виводити час виконання деяких операцій (типово: 0) + Shrink debug.log file on client startup (default: 1 when no -debug) - Стискати файл debug.log під час старту клієнта (типово: 1 коли відсутутній параметр -debug) + Стискати файл debug.log під час старту клієнта (типово: 1 коли відсутній параметр -debug) Signing transaction failed - Підписання угоди не вдалося + Підписання транзакції не вдалося Specify connection timeout in milliseconds (default: 5000) Вказати тайм-аут підключення у мілісекундах (типово: 5000) + + Start Bitcoin Core Daemon + Запустити демона Bitcoin Core + System error: Системна помилка: Transaction amount too small - Сума угоди занадто малий + Сума транзакції занадто мала Transaction amounts must be positive - Суми угоди має бути позитивним + Суми монет у транзакції мають бути позитивними Transaction too large - Угода занадто великий + Транзакція занадто велика Use UPnP to map the listening port (default: 0) - Намагатись використовувати UPnP для відображення порту, що прослуховується на роутері (default: 0) + Намагатись використовувати UPnP для відображення порту, що прослуховується на роутері (типово: 0) Use UPnP to map the listening port (default: 1 when listening) - Намагатись використовувати UPnP для відображення порту, що прослуховується на роутері (default: 1 when listening) + Намагатись використовувати UPnP для відображення порту, що прослуховується на роутері (типово: 1 коли прослуховується) Username for JSON-RPC connections @@ -2225,9 +3221,17 @@ Address: %4 Warning: This version is obsolete, upgrade required! Увага: Поточна версія застаріла, необхідне оновлення! + + Zapping all transactions from wallet... + Видалення всіх транзакцій з гаманця... + + + on startup + під час запуску + version - версія + версії wallet.dat corrupt, salvage failed @@ -2251,7 +3255,7 @@ Address: %4 Upgrade wallet to latest format - Модернізувати гаманець до останнього формату + Модернізувати гаманець до найновішого формату Set key pool size to <n> (default: 100) @@ -2279,7 +3283,7 @@ Address: %4 Unable to bind to %s on this computer (bind returned error %d, %s) - Неможливо прив'язати до порту %s на цьому комп'ютері (bind returned error %d, %s) + Неможливо прив'язатися до %s на цьому комп'ютері (bind повернув помилку %d, %s) Allow DNS lookups for -addnode, -seednode and -connect @@ -2317,6 +3321,14 @@ Address: %4 Unknown -socks proxy version requested: %i В параметрі -socks запитується невідома версія: %i + + Cannot resolve -bind address: '%s' + Не вдалося розпізнати адресу для -bind: «%s» + + + Cannot resolve -externalip address: '%s' + Не вдалося розпізнати адресу для -externalip: «%s» + Invalid amount for -paytxfee=<amount>: '%s' Помилка у величині комісії -paytxfee=<amount>: «%s» diff --git a/src/qt/locale/bitcoin_ur_PK.ts b/src/qt/locale/bitcoin_ur_PK.ts index f70562ae8a905..7868be31b24fe 100644 --- a/src/qt/locale/bitcoin_ur_PK.ts +++ b/src/qt/locale/bitcoin_ur_PK.ts @@ -12,6 +12,34 @@ Create a new address نیا ایڈریس بنائیں + + &New + نیا + + + &Copy + نقل + + + C&lose + بند + + + &Copy Address + کاپی پتہ + + + &Export + برآمد + + + &Delete + مٹا + + + C&hoose + چننا + AddressTableModel @@ -42,6 +70,10 @@ Repeat new passphrase نیا پاس فریز دہرائیں + + Encrypt wallet + بٹوے کی رمزنگاری + Unlock wallet بٹوا ان لاک @@ -288,6 +320,10 @@ WalletView + + &Export + برآمد + bitcoin-core diff --git a/src/qt/locale/bitcoin_uz@Cyrl.ts b/src/qt/locale/bitcoin_uz@Cyrl.ts index 9471b036ae92e..63bbd1978cfd6 100644 --- a/src/qt/locale/bitcoin_uz@Cyrl.ts +++ b/src/qt/locale/bitcoin_uz@Cyrl.ts @@ -204,10 +204,30 @@ MIT/X11 дастурий таъминот лицензияси остида та Confirm wallet encryption Ҳамённи кодлашни тасдиқлаш + + Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR BITCOINS</b>! + Диққат: Агар сиз ҳамёнингизни кодласангиз ва махфий сўзингизни унутсангиз, сиз <b>БАРЧА BITCOIN ПУЛЛАРИНГИЗНИ ЙЎҚОТАСИЗ</b>! + + + Are you sure you wish to encrypt your wallet? + Ҳамёнингизни кодлашни ростдан хоҳлайсизми? + + + IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. For security reasons, previous backups of the unencrypted wallet file will become useless as soon as you start using the new, encrypted wallet. + МУҲИМ: Сиз қилган олдинги ҳамён файли заҳиралари янги яратилган, кодланган ҳамён файли билан алмаштирилиши керак. Хавфсизлик сабабларига кўра олдинги кодланган ҳамён файли заҳираси янги кодланган ҳамёндан фойдаланишингиз билан яроқсиз ҳолга келади. + + + Warning: The Caps Lock key is on! + Диққат: Caps Lock тугмаси ёқилган! + Wallet encrypted Ҳамёни кодланган + + Bitcoin will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer. + Bitcoin кодлаш жараёнини тугатиш учун ёпилади. Ёдда сақланг: ҳамёнингизни кодлаш компьютерингизни зарарлаган зарарли дастурлар томонидан bitcoin тангаларингизни ўғирланишидан тўлиқ ҳимоя қила олмайди. + Wallet encryption failed Ҳамённи кодлаш амалга ошмади @@ -232,9 +252,17 @@ MIT/X11 дастурий таъминот лицензияси остида та Wallet decryption failed Ҳамённи коддан чиқариш амалга ошмади - + + Wallet passphrase was successfully changed. + Ҳамён пароли муваффақиятли алмаштирилди. + + BitcoinGUI + + Sign &message... + &Хабар ёзиш... + Synchronizing with network... Тармоқ билан синхронланмоқда... @@ -243,6 +271,10 @@ MIT/X11 дастурий таъминот лицензияси остида та &Overview &Кўриб чиқиш + + Node + Улам + Show general overview of wallet Ҳамённинг умумий кўринишини кўрсатиш @@ -267,10 +299,30 @@ MIT/X11 дастурий таъминот лицензияси остида та Show information about Bitcoin Bitcoin ҳақидаги маълумотларни кўрсатиш + + About &Qt + &Qt ҳақида + + + Show information about Qt + Qt ҳақидаги маълумотларни кўрсатиш + &Options... &Мосламалар... + + &Encrypt Wallet... + Ҳамённи &кодлаш... + + + &Backup Wallet... + Ҳамённи &заҳиралаш... + + + &Change Passphrase... + Махфий сўзни &ўзгартириш... + &Sending addresses... &Жўнатилувчи манзиллар... @@ -283,10 +335,78 @@ MIT/X11 дастурий таъминот лицензияси остида та Open &URI... Интернет манзилни очиш + + Importing blocks from disk... + Дискдан блоклар импорт қилинмоқда... + + + Reindexing blocks on disk... + Дискдаги блоклар қайта индексланмоқда... + + + Send coins to a Bitcoin address + Тангаларни Bitcoin манзилига жўнатиш + + + Modify configuration options for Bitcoin + Bitcoin учун мослаш танловларини ўзгартириш + + + Backup wallet to another location + Ҳамённи бошқа манзилга заҳиралаш + Change the passphrase used for wallet encryption Паролни ўзгартириш ҳамённи кодлашда фойдаланилади + + &Debug window + &Носозликни ҳал қилиш ойнаси + + + Open debugging and diagnostic console + Носозликни ҳал қилиш ва ташхис терминали + + + &Verify message... + Хабарни &тасдиқлаш... + + + Bitcoin + Bitcoin + + + Wallet + Ҳамён + + + &Send + &Жўнатиш + + + &Receive + &Қабул қилиш + + + &Show / Hide + &Кўрсатиш / Яшириш + + + Show or hide the main Window + Асосий ойнани кўрсатиш ёки яшириш + + + Encrypt the private keys that belong to your wallet + Ҳамёнингизга тегишли махфий калитларни кодлаш + + + Sign messages with your Bitcoin addresses to prove you own them + Bitcoin манзилидан унинг эгаси эканлигингизни исботлаш учун хабарлар ёзинг + + + Verify messages to ensure they were signed with specified Bitcoin addresses + Хабарларни махсус Bitcoin манзилларингиз билан ёзилганлигига ишонч ҳосил қилиш учун уларни тасдиқланг + &File & файл @@ -307,6 +427,38 @@ MIT/X11 дастурий таъминот лицензияси остида та [testnet] [testnet] + + Bitcoin Core + Bitcoin Core + + + Request payments (generates QR codes and bitcoin: URIs) + Тўловлар (QR кодлари ва bitcoin ёрдамида яратишлар: URI’лар) сўраш + + + &About Bitcoin Core + Bitcoin Core &ҳақида + + + Show the list of used sending addresses and labels + Фойдаланилган жўнатилган манзиллар ва ёрлиқлар рўйхатини кўрсатиш + + + Show the list of used receiving addresses and labels + Фойдаланилган қабул қилинган манзиллар ва ёрлиқлар рўйхатини кўрсатиш + + + Open a bitcoin: URI or payment request + Bitcoin’ни очиш: URI ёки тўлов сўрови + + + &Command-line options + &Буйруқлар сатри мосламалари + + + Show the Bitcoin Core help message to get a list with possible Bitcoin command-line options + Мавжуд Bitcoin буйруқлар матни мосламалари билан Bitcoin Core ёрдам хабарларини олиш рўйхатини кўрсатиш + Bitcoin client Bitcoin мижози @@ -315,6 +467,10 @@ MIT/X11 дастурий таъминот лицензияси остида та %n active connection(s) to Bitcoin network %n та Bitcoin тармоғига фаол уланиш мавжуд + + No block source available... + Блок манбалари мавжуд эмас... + Processed %1 blocks of transaction history. Ўтказма тарихи блоклари %1 та амалга оширилган. @@ -339,10 +495,38 @@ MIT/X11 дастурий таъминот лицензияси остида та %n year(s) %n йил + + %1 behind + %1 орқада + + + Last received block was generated %1 ago. + Сўнги қабул қилинган блок %1 олдин яратилган. + + + Transactions after this will not yet be visible. + Бундан кейинги пул ўтказмалари кўринмайдиган бўлади. + + + Error + Хатолик + + + Warning + Диққат + + + Information + Маълумот + Up to date Янгиланган + + Catching up... + Банд қилинмоқда... + Sent transaction Жўнатилган операция @@ -351,6 +535,18 @@ MIT/X11 дастурий таъминот лицензияси остида та Incoming transaction Кирувчи операция + + Date: %1 +Amount: %2 +Type: %3 +Address: %4 + + Санаси: %1 +Миқдори: %2 +Тури: %3 +Манзили: %4 + + Wallet is <b>encrypted</b> and currently <b>unlocked</b> Ҳамён <b>кодланган</b> ва вақтинча <b>қулфдан чиқарилган</b> @@ -359,16 +555,68 @@ MIT/X11 дастурий таъминот лицензияси остида та Wallet is <b>encrypted</b> and currently <b>locked</b> Ҳамён <b>кодланган</b> ва вақтинча <b>қулфланган</b> - + + A fatal error occurred. Bitcoin can no longer continue safely and will quit. + Жиддий хато юз берди. Bitcoin хавфсиз ишлай олмайди, шунинг учун чиқиб кетилади. + + ClientModel - + + Network Alert + Тармоқ огоҳлантиргичи + + CoinControlDialog + + Coin Control Address Selection + Танга бошқарув манзилини танлаш + + + Quantity: + Сони: + Bytes: Байт: + + Amount: + Миқдори: + + + Priority: + Муҳимлиги: + + + Fee: + Солиқ: + + + Low Output: + Паст чиқиш: + + + After Fee: + Солиқдан сўнг: + + + Change: + Ўзгартириш: + + + (un)select all + барчасини танаш (бекор қилиш) + + + Tree mode + Дарахт усулида + + + List mode + Рўйхат усулида + Amount Миқдори @@ -381,10 +629,18 @@ MIT/X11 дастурий таъминот лицензияси остида та Date Сана + + Confirmations + Тасдиқлашлар + Confirmed Тасдиқланди + + Priority + Муҳимлиги + Copy address Манзилни нусхалаш @@ -397,15 +653,147 @@ MIT/X11 дастурий таъминот лицензияси остида та Copy amount Кийматни нусхала + + Copy transaction ID + Ўтказам рақамидан нусха олиш + + + Lock unspent + Сарфланмаганларни қулфлаш + + + Unlock unspent + Сарфланмаганларни қулфдан чиқариш + + + Copy quantity + Нусха сони + + + Copy fee + Нусха солиғи + + + Copy after fee + Нусха солиқдан сўнг + + + Copy bytes + Нусха байти + + + Copy priority + Нусха муҳимлиги + + + Copy change + Нусха қайтими + + + highest + энг юқори + + + higher + юқорирок + + + high + юқори + + + medium-high + ўртача-юқори + medium ўрта + + low-medium + паст-юқори + + + low + паст + + + lower + пастроқ + + + lowest + энг паст + + + (%1 locked) + (%1 қулфланган) + + + none + йўқ + + + Dust + Чанг + + + yes + ҳа + + + no + йўқ + + + This label turns red, if the transaction size is greater than 1000 bytes. + Агар ўтказманинг ҳажми 1000 байтдан ошса, ёрлиқ қизаради. + + + This means a fee of at least %1 per kB is required. + Бу дегани солиқ ҳар кб учун камида %1 талаб қилинади. + + + Can vary +/- 1 byte per input. + Ҳар бир кирим +/- 1 байт билан ўзгариши мумкин. + + + Transactions with higher priority are more likely to get included into a block. + Юқори муҳимликка эга бўлган ўтказмалар тезда блокнинг ичига қўшимча олади. + + + This label turns red, if the priority is smaller than "medium". + Агар муҳимлиги "ўртача"дан паст бўлса, ушбу ёрлиқ қизил бўлиб ёнади. + + + This label turns red, if any recipient receives an amount smaller than %1. + Агар қабул қилувчи %1дан кичик қийматни қабул қилса, ушбу ёрлиқ қизил бўлиб ёнади. + + + This means a fee of at least %1 is required. + Бу солиқни камида %1 талаб қилишини билдиради. + + + Amounts below 0.546 times the minimum relay fee are shown as dust. + Қиймат энг кам тўлов 0.546 дан паст бўлса, чанг сифатида кўрсатилади. + + + This label turns red, if the change is smaller than %1. + Агар қайтим %1дан кичикроқ бўлса, ушбу ёрлиқ қизил бўлиб ёнади. + (no label) (Ёрлик мавжуд эмас) - + + change from %1 (%2) + %1 (%2)дан ўзгартириш + + + (change) + (ўзгартириш) + + EditAddressDialog @@ -414,7 +802,15 @@ MIT/X11 дастурий таъминот лицензияси остида та &Label - &Ёрлик + &Ёрлиқ + + + The label associated with this address list entry + Ёрлиқ ушбу манзилар рўйхати ёзуви билан боғланган + + + The address associated with this address list entry. This can only be modified for sending addresses. + Манзил ушбу манзиллар рўйхати ёзуви билан боғланган. Уни фақат жўнатиладиган манзиллар учун ўзгартирса бўлади. &Address @@ -440,6 +836,10 @@ MIT/X11 дастурий таъминот лицензияси остида та The entered address "%1" is already in the address book. Киритилган "%1" манзили аллақачон манзил китобида. + + The entered address "%1" is not a valid Bitcoin address. + Киритилган "%1" манзили тўғри Bitcoin манзили эмас. + Could not unlock wallet. Ҳамён қулфдан чиқмади. @@ -451,36 +851,320 @@ MIT/X11 дастурий таъминот лицензияси остида та FreespaceChecker - + + A new data directory will be created. + Янги маълумотлар директорияси яратилади. + + + name + номи + + + Directory already exists. Add %1 if you intend to create a new directory here. + Директория аллақачон мавжуд. Агар бу ерда янги директория яратмоқчи бўлсангиз, %1 қўшинг. + + + Path already exists, and is not a directory. + Йўл аллақачон мавжуд. У директория эмас. + + + Cannot create data directory here. + Маълумотлар директориясини бу ерда яратиб бўлмайди.. + + HelpMessageDialog + + Bitcoin Core - Command-line options + Bitcoin Core - буйруқлар қатори орали мослаш + + + Bitcoin Core + Bitcoin Core + + + version + версияси + Usage: Фойдаланиш: - + + command-line options + буйруқлар қатори орқали мослаш + + + UI options + UI мосламалари + + + Start minimized + Йиғилганларни бошлаш + + + Set SSL root certificates for payment request (default: -system-) + Тўлов сўровлари учун SSL асос сертификатларини ўрнатиш (стандарт: -system-) + + + Choose data directory on startup (default: 0) + Ишга тушиш вақтида маълумотлар директориясини танлаш (стандарт: 0) + + Intro - + + Welcome + Хуш келибсиз + + + Welcome to Bitcoin Core. + "Bitcoin Core"га хуш келибсиз. + + + As this is the first time the program is launched, you can choose where Bitcoin Core will store its data. + Биринчи марта дастур ишга тушгани каби сиз Bitcoin Core маълумотларини жойлаштирадиган жойни танлашингиз мумкин. + + + Bitcoin Core will download and store a copy of the Bitcoin block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. + Bitcoin Core юклаб олинади ва Bitcoin блок занжири нусхаси жойлаштирилади. Камида %1GB маълумот ушбу директорияга жойлаштирилади ва вақт давомида ўсиб боради. Ҳамён ҳам ушбу директорияда жойлашади. + + + Use the default data directory + Стандарт маълумотлар директориясидан фойдаланиш + + + Use a custom data directory: + Бошқа маълумотлар директориясида фойдаланинг: + + + Bitcoin + Bitcoin + + + Error: Specified data directory "%1" can not be created. + Хато: кўрсатилган маълумотлар директорияси "%1"ни яратиб бўлмади. + + + Error + Хатолик + + + GB of free space available + GB бўш жой мавжуд + + + (of %1GB needed) + (%1GB керак) + + OpenURIDialog - + + Open URI + URI ни очиш + + + Open payment request from URI or file + URL файлдан тўлов сўровларини очиш + + + URI: + URI: + + + Select payment request file + Тўлов сўрови файлини танлаш + + + Select payment request file to open + Очиш учун тўлов сўрови файлини танлаш + + OptionsDialog Options Танламалар - + + &Main + &Асосий + + + Optional transaction fee per kB that helps make sure your transactions are processed quickly. Most transactions are 1 kB. + Ҳар бир кб учун ўтказма солиғи ўтказмаларингизни тезроқ ўтишига ишонишингизга ёрдам беради. Кўпгина ўтказмалар 1 кб. + + + Pay transaction &fee + Ўтказма &солиғини тўлаш + + + Automatically start Bitcoin after logging in to the system. + Тизимга киргандан сўнг Bitcoin дастури автоматик ишга туширилсин. + + + &Start Bitcoin on system login + Тизимга кирганда Bitcoin &ишга туширилсин + + + Size of &database cache + &Маълумотлар базаси кеши + + + MB + МБ + + + Number of script &verification threads + Мавзуларни &тўғрилаш скрипти миқдори + + + Connect to the Bitcoin network through a SOCKS proxy. + Bitcoin тармоққа SOCKS прокси орқали уланинг. + + + &Connect through SOCKS proxy (default proxy): + SOCKS прокси орқали &уланинг (стандарт прокси): + + + IP address of the proxy (e.g. IPv4: 127.0.0.1 / IPv6: ::1) + Прокси IP манзили (масалан: IPv4: 127.0.0.1 / IPv6: ::1) + + + Third party transaction URLs + Бегона тараф ўтказмалари URL манзиллари + + + Proxy &IP: + Прокси &IP рақами: + + + &Port: + &Порт: + + + Port of the proxy (e.g. 9050) + Прокси порти (e.g. 9050) + + + &Window + &Ойна + + + Show only a tray icon after minimizing the window. + Ойна йиғилгандан сўнг фақат трэй нишончаси кўрсатилсин. + + + &Minimize to the tray instead of the taskbar + Манзиллар панели ўрнига трэйни &йиғиш + + + M&inimize on close + Ёпишда й&иғиш + + + &Display + &Кўрсатиш + + + User Interface &language: + Фойдаланувчи интерфейси &тили: + + + The user interface language can be set here. This setting will take effect after restarting Bitcoin. + Фойдаланувчи тили интерфесини шу ерда ўрнатиш мумкин. TУшбу созлама Bitcoin қайта ишга туширилганда кучга киради. + + + &Unit to show amounts in: + Миқдорларни кўрсатиш учун &қисм: + + + &OK + &OK + + + &Cancel + &Бекор қилиш + + + default + стандарт + + + none + йўқ + + + Confirm options reset + Тасдиқлаш танловларини рад қилиш + + + Client restart required to activate changes. + Ўзгаришлар амалга ошиши учун мижозни қайта ишга тушириш талаб қилинади. + + + Client will be shutdown, do you want to proceed? + Мижоз ўчирилади. Давом эттиришни хоҳлайсизми? + + + This change would require a client restart. + Ушбу ўзгариш мижозни қайтадан ишга туширишни талаб қилади. + + + The supplied proxy address is invalid. + Келтирилган прокси манзили ишламайди. + + OverviewPage Form Шакл + + The displayed information may be out of date. Your wallet automatically synchronizes with the Bitcoin network after a connection is established, but this process has not completed yet. + Кўрсатилган маълумот эскирган бўлиши мумкин. Ҳамёнингиз алоқа ўрнатилгандан сўнг Bitcoin тармоқ билан автоматик тарзда синхронланади, аммо жараён ҳалигача тугалланмади. + + + Wallet + Ҳамён + + + Available: + Мавжуд: + + + Your current spendable balance + Жорий сарфланадиган балансингиз + + + Pending: + Кутилмоқда: + + + Total of transactions that have yet to be confirmed, and do not yet count toward the spendable balance + Жами ўтказмалар ҳозиргача тасдиқланган ва сафланадиган баланс томонга ҳали ҳам ҳисобланмади + + + Immature: + Тайёр эмас: + + + Mined balance that has not yet matured + Миналаштирилган баланс ҳалигача тайёр эмас + + + Total: + Жами: + + + Your current total balance + Жорий умумий балансингиз + <b>Recent transactions</b> - <b>Жорий утказмалар</b> + <b>Сўнгги ўтказмалар</b> @@ -488,27 +1172,195 @@ MIT/X11 дастурий таъминот лицензияси остида та QObject + + Bitcoin + Bitcoin + QRImageWidget - + + &Save Image... + Расмни &сақлаш + + + &Copy Image + Расмдан &нусха олиш + + + Save QR Code + QR кодни сақлаш + + + PNG Image (*.png) + PNG расм (*.png) + + RPCConsole + + Client name + Мижоз номи + + + N/A + Тўғри келмайди + + + Client version + Мижоз номи + + + &Information + &Маълумот + + + Debug window + Тузатиш ойнаси + General Асосий + + Using OpenSSL version + Фойдаланилаётган OpenSSL версияси + + + Startup time + Бошланиш вақти + + + Network + Тармоқ + Name Ном + + Last block time + Сўнгги блок вақти + + + &Open + &Очиш + + + &Console + &Терминал + + + &Network Traffic + &Тармоқ трафиги + + + &Clear + &Тозалаш + + + Totals + Жами + + + In: + Ичига: + + + Out: + Ташқарига: + + + Build date + Тузилган санаси + + + Debug log file + Тузатиш журнали файли + + + Open the Bitcoin debug log file from the current data directory. This can take a few seconds for large log files. + Жорий махлумотлар директориясидан Bitcoin тузатиш журнали файлини очинг. Бу катта журнал файллари учун бир неча сонияни олиши мумкин. + + + Clear console + Терминални тозалаш + + + Welcome to the Bitcoin RPC console. + Bitcoin RPC терминлга хуш келибсиз. + + + Use up and down arrows to navigate history, and <b>Ctrl-L</b> to clear screen. + Тарихни кўриш учун тепага ва пастга кўрсаткичларидан фойдаланинг, экранни тозалаш учун <b>Ctrl-L</b> тугмалар бирикмасидан фойдаланинг. + + + Type <b>help</b> for an overview of available commands. + Мавжуд буйруқларни кўриш учун <b>help</b> деб ёзинг. + + + %1 B + %1 Б + + + %1 KB + %1 КБ + + + %1 MB + %1 МБ + + + %1 GB + %1 ГБ + + + %1 m + %1 д + ReceiveCoinsDialog + + &Amount: + &Миқдор: + &Label: &Ёрлиқ: + + &Message: + &Хабар: + + + Reuse one of the previously used receiving addresses. Reusing addresses has security and privacy issues. Do not use this unless re-generating a payment request made before. + Олдинги фойдаланилган қабул қилинган манзиллардан биридан қайта фойдаланилсин. Хавсизлик ва махфийлик муаммолар мавжуд манзиллардан қайта фойдаланилмоқда. Бундан тўлов сўров қайта яратилмагунича фойдаланманг. + + + An optional label to associate with the new receiving address. + Янги қабул қилинаётган манзил билан боғланган танланадиган ёрлиқ. + + + Use this form to request payments. All fields are <b>optional</b>. + Ушбу сўровдан тўловларни сўраш учун фойдаланинг. Барча майдонлар <b>мажбурий эмас</b>. + + + An optional amount to request. Leave this empty or zero to not request a specific amount. + Хоҳланган миқдор сўрови. Кўрсатилган миқдорни сўраш учун буни бўш ёки ноль қолдиринг. + + + Clear all fields of the form. + Шаклнинг барча майдончаларини тозалаш + + + Clear + Тозалаш + + + Requested payments history + Сўралган тўлов тарихи + Copy label Ёрликни нусхала @@ -524,6 +1376,10 @@ MIT/X11 дастурий таъминот лицензияси остида та ReceiveRequestDialog + + &Save Image... + Расмни &сақлаш + Address Манзил @@ -562,14 +1418,54 @@ MIT/X11 дастурий таъминот лицензияси остида та Send Coins Тангаларни жунат + + Quantity: + Сони: + Bytes: Байт: + + Amount: + Миқдори: + + + Priority: + Муҳимлиги: + + + Fee: + Солиқ: + + + Low Output: + Паст чиқиш: + + + After Fee: + Солиқдан сўнг: + + + Change: + Ўзгартириш: + + + If this is activated, but the change address is empty or invalid, change will be sent to a newly generated address. + Агар бу фаоллаштирилса, аммо ўзгартирилган манзил бўл ёки нотўғри бўлса, ўзгариш янги яратилган манзилга жўнатилади. + + + Custom change address + Бошқа ўзгартирилган манзил + Send to multiple recipients at once Бирданига бир нечта қабул қилувчиларга жўнатиш + + Clear all fields of the form. + Шаклнинг барча майдончаларини тозалаш + Balance: Баланс @@ -582,18 +1478,58 @@ MIT/X11 дастурий таъминот лицензияси остида та Confirm send coins Тангалар жўнаишни тасдиқлаш + + Copy quantity + Нусха сони + Copy amount Кийматни нусхала + + Copy fee + Нусха солиғи + + + Copy after fee + Нусха солиқдан сўнг + + + Copy bytes + Нусха байти + + + Copy priority + Нусха муҳимлиги + + + Copy change + Нусха қайтими + The amount to pay must be larger than 0. Тўлов миқдори 0. дан катта бўлиши керак. + + Warning: Invalid Bitcoin address + Диққат: Нотўғр Bitcoin манзили + (no label) (Ёрлик мавжуд эмас) + + Warning: Unknown change address + Диққат: Номаълум ўзгариш манзили + + + Are you sure you want to send? + Жўнатишни хоҳлашингизга ишончингиз комилми? + + + added as transaction fee + ўтказма солиғи қўшилди + SendCoinsEntry @@ -643,9 +1579,17 @@ MIT/X11 дастурий таъминот лицензияси остида та Alt+P Alt+P + + Signature + Имзо + SplashScreen + + Bitcoin Core + Bitcoin Core + The Bitcoin Core developers Bitcoin Core дастурчилари @@ -849,6 +1793,10 @@ MIT/X11 дастурий таъминот лицензияси остида та Copy amount Кийматни нусхала + + Copy transaction ID + Ўтказам рақамидан нусха олиш + Edit label Ёрликни тахрирлаш @@ -961,10 +1909,22 @@ MIT/X11 дастурий таъминот лицензияси остида та Use the test network Синов тармоғидан фойдаланинг + + Information + Маълумот + Username for JSON-RPC connections JSON-RPC уланишлари учун фойдаланувчи номи + + Warning + Диққат + + + version + версияси + Password for JSON-RPC connections JSON-RPC уланишлари учун парол @@ -1013,5 +1973,9 @@ MIT/X11 дастурий таъминот лицензияси остида та Done loading Юклаш тайёр + + Error + Хатолик + \ No newline at end of file diff --git a/src/qt/locale/bitcoin_zh_TW.ts b/src/qt/locale/bitcoin_zh_TW.ts index 11d363bd38a0a..3bbefee5b72aa 100644 --- a/src/qt/locale/bitcoin_zh_TW.ts +++ b/src/qt/locale/bitcoin_zh_TW.ts @@ -2756,6 +2756,10 @@ alertnotify=echo %%s | mail -s "Bitcoin Alert" admin@foo.com In this mode -genproclimit controls how many blocks are generated immediately. 在這個運作模式下,-genproclimit 選項控制立刻產生出的區塊數目。 + + Set the number of script verification threads (%u to %d, 0 = auto, <0 = leave that many cores free, default: %d) + 設定指令碼驗證的執行緒數目 (%u 到 %d,0 表示程式自動決定,小於 0 表示保留處理器核心不用的數目,預設值: %d) + Set the processor limit for when generation is on (-1 = unlimited, default: -1) 當生產位元幣打開時,設定處理器使用數目限制 (-1 表示不限制,預設值: -1)