diff options
author | glozow <gloriajzhao@gmail.com> | 2024-06-12 12:56:42 +0100 |
---|---|---|
committer | glozow <gloriajzhao@gmail.com> | 2024-06-12 13:06:12 +0100 |
commit | d10cf127e576a8066a417aa77d49a6c726cb16af (patch) | |
tree | f055008d698ade109321a407b588f43bc56f0a4b /src/qt/locale/bitcoin_sr.ts | |
parent | 6d7a1e3670675fe4bcdd9b2df9bce7979ecd90fc (diff) | |
parent | 7ca424f8e651707effe1380aaf72d9ad0e97aa18 (diff) |
Merge bitcoin/bitcoin#30260: [26.x] backports and final changes for 26.2rc1v26.2rc1
7ca424f8e651707effe1380aaf72d9ad0e97aa18 [doc] update release notes for 26.2rc1 (glozow)
03a91a0142ceaec369154151fba928b56aae6f08 [doc] manpages for 26.2rc1 (glozow)
4c824bbe03e61dab5665f59903d368ce3cc514d2 [build] bump to version 26.2rc1 (glozow)
b99229737d2416983136a91b8cf93c5af53ab924 qt: 26.2rc1 translations update (Hennadii Stepanov)
7b2489f57ff76dd6f25713e10deed0529a0d2111 depends: Fetch miniupnpc sources from an alternative website (Hennadii Stepanov)
Pull request description:
Backports + release notes for:
- #30151
And final changes for 26.2rc1:
- build changes
- manpages
- non-removal translations updates
ACKs for top commit:
stickies-v:
ACK 7ca424f8e651707effe1380aaf72d9ad0e97aa18
fanquake:
ACK 7ca424f8e651707effe1380aaf72d9ad0e97aa18
Tree-SHA512: 881697eb6fb78261e3deb5064d6f38227b449049add810c7da999a1f22fad60b9dd32057c626bbfaa7e461d53635cd2f7a9fb225eba0f6fb503afd4f1ef6c46d
Diffstat (limited to 'src/qt/locale/bitcoin_sr.ts')
-rw-r--r-- | src/qt/locale/bitcoin_sr.ts | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/qt/locale/bitcoin_sr.ts b/src/qt/locale/bitcoin_sr.ts index f101b4a7da..50991b7115 100644 --- a/src/qt/locale/bitcoin_sr.ts +++ b/src/qt/locale/bitcoin_sr.ts @@ -224,6 +224,10 @@ Signing is only possible with addresses of the type 'legacy'.</source> <translation type="unfinished">Лозинка коју сте унели за дешифровање новчаника је погрешна.</translation> </message> <message> + <source>The passphrase entered for the wallet decryption is incorrect. It contains a null character (ie - a zero byte). If the passphrase was set with a version of this software prior to 25.0, please try again with only the characters up to — but not including — the first null character. If this is successful, please set a new passphrase to avoid this issue in the future.</source> + <translation type="unfinished">Приступна фраза унета за дешифровање новчаника је нетачна. Садржи нулти карактер (тј. - нулти бајт). Ако је приступна фраза постављена са верзијом овог софтвера старијом од 25.0, покушајте поново само са знаковима до — али не укључујући — првог нултог знака. Ако је ово успешно, поставите нову приступну фразу да бисте избегли овај проблем у будућности.</translation> + </message> + <message> <source>Wallet passphrase was successfully changed.</source> <translation type="unfinished">Лозинка новчаника успешно је промењена.</translation> </message> @@ -232,6 +236,10 @@ Signing is only possible with addresses of the type 'legacy'.</source> <translation type="unfinished">Promena lozinke nije uspela</translation> </message> <message> + <source>The old passphrase entered for the wallet decryption is incorrect. It contains a null character (ie - a zero byte). If the passphrase was set with a version of this software prior to 25.0, please try again with only the characters up to — but not including — the first null character.</source> + <translation type="unfinished">Стара приступна фраза унета за дешифровање новчаника је нетачна. Садржи нулти карактер (тј. - нулти бајт). Ако је приступна фраза постављена са верзијом овог софтвера старијом од 25.0, покушајте поново са само знаковима до — али не укључујући — првог нултог знака.</translation> + </message> + <message> <source>Warning: The Caps Lock key is on!</source> <translation type="unfinished">Упозорање Caps Lock дугме укључено!</translation> </message> @@ -250,6 +258,10 @@ Signing is only possible with addresses of the type 'legacy'.</source> <context> <name>BitcoinApplication</name> <message> + <source>Settings file %1 might be corrupt or invalid.</source> + <translation type="unfinished">Датотека подешавања %1 је можда оштећена или неважећа.</translation> + </message> + <message> <source>Runaway exception</source> <translation type="unfinished">Изузетак покретања</translation> </message> @@ -638,6 +650,10 @@ Signing is only possible with addresses of the type 'legacy'.</source> <translation type="unfinished">Учитај делимично потписану Bitcoin трансакцију</translation> </message> <message> + <source>Load PSBT from &clipboard…</source> + <translation type="unfinished">Учитај ”PSBT” из привремене меморије</translation> + </message> + <message> <source>Load Partially Signed Bitcoin Transaction from clipboard</source> <translation type="unfinished">Учитај делимично потписану Bitcoin трансакцију из clipboard-a</translation> </message> @@ -716,6 +732,11 @@ Signing is only possible with addresses of the type 'legacy'.</source> <translation type="unfinished">Подаци Новчаника</translation> </message> <message> + <source>Load Wallet Backup</source> + <extracomment>The title for Restore Wallet File Windows</extracomment> + <translation type="unfinished">Учитај резевну копију новчаника</translation> + </message> + <message> <source>Restore Wallet</source> <extracomment>Title of pop-up window shown when the user is attempting to restore a wallet.</extracomment> <translation type="unfinished">Поврати Новчаник</translation> |