Merge pull request #4882 from kittywhiskers/xliff_update

backport: bitcoin#21694 (Use XLIFF file to provide more context to Transifex)
This commit is contained in:
PastaPastaPasta 2022-07-13 08:27:34 -04:00 committed by GitHub
commit 6c0a63360f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 6837 additions and 342 deletions

View File

@ -20,6 +20,7 @@ RUN apt-get update && apt-get install $APT_ARGS \
cmake \
git \
g++ \
gettext \
wget \
unzip \
libtool \

View File

@ -95,10 +95,6 @@ QT_TRANSLATE_NOOP("dash-core", ""
QT_TRANSLATE_NOOP("dash-core", ""
"This is the transaction fee you may pay when fee estimates are not available."),
QT_TRANSLATE_NOOP("dash-core", ""
"This product includes software developed by the OpenSSL Project for use in "
"the OpenSSL Toolkit %s and cryptographic software written by Eric Young and "
"UPnP software written by Thomas Bernard."),
QT_TRANSLATE_NOOP("dash-core", ""
"Total length of network version string (%i) exceeds maximum length (%i). "
"Reduce the number or size of uacomments."),
QT_TRANSLATE_NOOP("dash-core", ""
@ -313,7 +309,6 @@ QT_TRANSLATE_NOOP("dash-core", "You can not start a masternode with wallet enabl
QT_TRANSLATE_NOOP("dash-core", "You need to rebuild the database using -reindex to change -addressindex"),
QT_TRANSLATE_NOOP("dash-core", "You need to rebuild the database using -reindex to change -spentindex"),
QT_TRANSLATE_NOOP("dash-core", "Your entries added successfully."),
QT_TRANSLATE_NOOP("dash-core", "Zapping all transactions from wallet..."),
QT_TRANSLATE_NOOP("dash-core", "no mixing available."),
QT_TRANSLATE_NOOP("dash-core", "see debug.log for details."),
};

File diff suppressed because it is too large Load Diff

6644
src/qt/locale/dash_en.xlf Normal file

File diff suppressed because it is too large Load Diff