Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions DashWallet/DWTxDetailViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -293,9 +293,9 @@ - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(N
subtitleLabel = (id)[cell viewWithTag:3];
[self setBackgroundForCell:cell indexPath:indexPath];
textLabel.text = NSLocalizedString(@"size:", nil);
uint64_t feeCostPerByte = self.transaction.feeCostPerByte;
if (feeCostPerByte != UINT64_MAX) { //otherwise it's being received and can't know.
subtitleLabel.text = [NSString stringWithFormat:NSLocalizedString(@"%d duffs/byte",nil), feeCostPerByte];
uint64_t roundedFeeCostPerByte = self.transaction.roundedFeeCostPerByte;
if (roundedFeeCostPerByte != UINT64_MAX) { //otherwise it's being received and can't know.
subtitleLabel.text = roundedFeeCostPerByte == 1?NSLocalizedString(@"1 duff/byte",nil):[NSString stringWithFormat:NSLocalizedString(@"%d duffs/byte",nil), roundedFeeCostPerByte];
} else {
subtitleLabel.text = nil;
}
Expand Down
3 changes: 3 additions & 0 deletions DashWallet/ar.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
/* No comment provided by engineer. */
"1 confirmation" = "1 تأكيد";

/* No comment provided by engineer. */
"1 duff/byte" = "1 duff/byte";

/* No comment provided by engineer. */
"\"%@\" is not a recovery phrase word" = "\"%@\"إنها ليست جملة الإسترجاع";

Expand Down
3 changes: 3 additions & 0 deletions DashWallet/bg.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
/* No comment provided by engineer. */
"1 confirmation" = "1 потвърждение";

/* No comment provided by engineer. */
"1 duff/byte" = "1 duff/byte";

/* No comment provided by engineer. */
"\"%@\" is not a recovery phrase word" = "\"%@\" не е фраза за възстановяване";

Expand Down
3 changes: 3 additions & 0 deletions DashWallet/de.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
/* No comment provided by engineer. */
"1 confirmation" = "1 Bestätigung";

/* No comment provided by engineer. */
"1 duff/byte" = "1 duff/byte";

/* No comment provided by engineer. */
"\"%@\" is not a recovery phrase word" = "\"%@\" ist kein Wort aus der Wiederherstellungs-Wortfolge";

Expand Down
3 changes: 3 additions & 0 deletions DashWallet/el.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
/* No comment provided by engineer. */
"1 confirmation" = "1 επιβεβαίωση";

/* No comment provided by engineer. */
"1 duff/byte" = "1 duff/byte";

/* No comment provided by engineer. */
"\"%@\" is not a recovery phrase word" = "\"%@\" δεν είναι μια φράση αποκατάστασης";

Expand Down
3 changes: 3 additions & 0 deletions DashWallet/en.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
/* No comment provided by engineer. */
"1 confirmation" = "1 confirmation";

/* No comment provided by engineer. */
"1 duff/byte" = "1 duff/byte";

/* No comment provided by engineer. */
"\"%@\" is not a recovery phrase word" = "\"%@\" is not a recovery phrase word";

Expand Down
3 changes: 3 additions & 0 deletions DashWallet/es.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
/* No comment provided by engineer. */
"1 confirmation" = "1 confirmación";

/* No comment provided by engineer. */
"1 duff/byte" = "1 duff/byte";

/* No comment provided by engineer. */
"\"%@\" is not a recovery phrase word" = "\"%@\" no es una palabra de la frase de recuperación";

Expand Down
3 changes: 3 additions & 0 deletions DashWallet/fr.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
/* No comment provided by engineer. */
"1 confirmation" = "1 confirmation";

/* No comment provided by engineer. */
"1 duff/byte" = "1 duff/byte";

/* No comment provided by engineer. */
"\"%@\" is not a recovery phrase word" = "\"%@\" n'est pas un mot de phrase de récupération";

Expand Down
3 changes: 3 additions & 0 deletions DashWallet/it.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
/* No comment provided by engineer. */
"1 confirmation" = "1 conferma";

/* No comment provided by engineer. */
"1 duff/byte" = "1 duff/byte";

/* No comment provided by engineer. */
"\"%@\" is not a recovery phrase word" = "\"%@\" non è una parola della frase di recupero";

Expand Down
3 changes: 3 additions & 0 deletions DashWallet/ja.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
/* No comment provided by engineer. */
"1 confirmation" = "1承認済み";

/* No comment provided by engineer. */
"1 duff/byte" = "1 duff/byte";

/* No comment provided by engineer. */
"\"%@\" is not a recovery phrase word" = "「%@」 は復元フレーズの単語ではありません。";

Expand Down
3 changes: 3 additions & 0 deletions DashWallet/ko.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
/* No comment provided by engineer. */
"1 confirmation" = "1 승인";

/* No comment provided by engineer. */
"1 duff/byte" = "1 duff/byte";

/* No comment provided by engineer. */
"\"%@\" is not a recovery phrase word" = "\"%@\"는 복원 문구에 쓰이는 단어가 아닙니다";

Expand Down
3 changes: 3 additions & 0 deletions DashWallet/nb.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
/* No comment provided by engineer. */
"1 confirmation" = "1 bekreftelse";

/* No comment provided by engineer. */
"1 duff/byte" = "1 duff/byte";

/* No comment provided by engineer. */
"\"%@\" is not a recovery phrase word" = "\"%@\" er ikke et ord i gjenopprettingsfrasen";

Expand Down
3 changes: 3 additions & 0 deletions DashWallet/nl.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
/* No comment provided by engineer. */
"1 confirmation" = "1 bevestiging";

/* No comment provided by engineer. */
"1 duff/byte" = "1 duff/byte";

/* No comment provided by engineer. */
"\"%@\" is not a recovery phrase word" = "\"%@\" is geen woord uit de herstelzin";

Expand Down
3 changes: 3 additions & 0 deletions DashWallet/pl.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
/* No comment provided by engineer. */
"1 confirmation" = "1 potwierdzenie";

/* No comment provided by engineer. */
"1 duff/byte" = "1 duff/byte";

/* No comment provided by engineer. */
"\"%@\" is not a recovery phrase word" = "%@ to nie słowo frazy odzyskiwania danych";

Expand Down
3 changes: 3 additions & 0 deletions DashWallet/pt.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
/* No comment provided by engineer. */
"1 confirmation" = "1 confirmação";

/* No comment provided by engineer. */
"1 duff/byte" = "1 duff/byte";

/* No comment provided by engineer. */
"\"%@\" is not a recovery phrase word" = "\"%@\" não é uma palavra da frase de recuperação";

Expand Down
3 changes: 3 additions & 0 deletions DashWallet/ru.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
/* No comment provided by engineer. */
"1 confirmation" = "1 подтверждение";

/* No comment provided by engineer. */
"1 duff/byte" = "1 duff/byte";

/* No comment provided by engineer. */
"\"%@\" is not a recovery phrase word" = "«%@» не является словом из фразы восстановления";

Expand Down
3 changes: 3 additions & 0 deletions DashWallet/sk.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
/* No comment provided by engineer. */
"1 confirmation" = "1 potvrdenie";

/* No comment provided by engineer. */
"1 duff/byte" = "1 duff/byte";

/* No comment provided by engineer. */
"\"%@\" is not a recovery phrase word" = "\"%@\" nie je slovom obnovenia";

Expand Down
3 changes: 3 additions & 0 deletions DashWallet/sq.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
/* No comment provided by engineer. */
"1 confirmation" = "1 konfirmim";

/* No comment provided by engineer. */
"1 duff/byte" = "1 duff/byte";

/* No comment provided by engineer. */
"\"%@\" is not a recovery phrase word" = "\"%@\" nuk është një fjalë e frazës rikthyese";

Expand Down
3 changes: 3 additions & 0 deletions DashWallet/sv.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
/* No comment provided by engineer. */
"1 confirmation" = "1 bekräftelse";

/* No comment provided by engineer. */
"1 duff/byte" = "1 duff/byte";

/* No comment provided by engineer. */
"\"%@\" is not a recovery phrase word" = "\"%@\" ingår inte i återställningsfrasen";

Expand Down
3 changes: 3 additions & 0 deletions DashWallet/th.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
/* No comment provided by engineer. */
"1 confirmation" = "1 การยืนยัน";

/* No comment provided by engineer. */
"1 duff/byte" = "1 duff/byte";

/* No comment provided by engineer. */
"\"%@\" is not a recovery phrase word" = "%@ไม่ใช่วลีกู้คืน";

Expand Down
3 changes: 3 additions & 0 deletions DashWallet/tr.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
/* No comment provided by engineer. */
"1 confirmation" = "1 onaylama";

/* No comment provided by engineer. */
"1 duff/byte" = "1 duff/byte";

/* No comment provided by engineer. */
"\"%@\" is not a recovery phrase word" = "\"%@\" kurtarma cümlesi kelimesi değil";

Expand Down
3 changes: 3 additions & 0 deletions DashWallet/vi.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
/* No comment provided by engineer. */
"1 confirmation" = "1 xác thực";

/* No comment provided by engineer. */
"1 duff/byte" = "1 duff/byte";

/* No comment provided by engineer. */
"\"%@\" is not a recovery phrase word" = "\"%@\" không phải là một cụm từ khôi phục";

Expand Down
3 changes: 3 additions & 0 deletions DashWallet/zh-Hans.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
/* No comment provided by engineer. */
"1 confirmation" = "1个确认";

/* No comment provided by engineer. */
"1 duff/byte" = "1 duff/byte";

/* No comment provided by engineer. */
"\"%@\" is not a recovery phrase word" = "\"%@\"不是一个恢复密语中的单词";

Expand Down
3 changes: 3 additions & 0 deletions DashWallet/zh-Hant-TW.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
/* No comment provided by engineer. */
"1 confirmation" = "1 次確認";

/* No comment provided by engineer. */
"1 duff/byte" = "1 duff/byte";

/* No comment provided by engineer. */
"\"%@\" is not a recovery phrase word" = "\"%@\" 不是恢復詞組的單詞";

Expand Down