-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from jajoho/Feature/Own-interest-rate
- New: Own interest rate - Fix: Error message when connection to Bundesbank.de is not working (Check network connection #4)
- Loading branch information
Showing
4 changed files
with
45 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 7 additions & 5 deletions
12
CalculateInterest.grandtotalplugin/de.lproj/Localizable.strings
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,12 @@ | ||
"CalculateInterest" = "Verzugszinsen berechnen"; | ||
"Delay Start" = "Erster Verzugstag"; | ||
"Delay End" = "Zahlungseingang"; | ||
"Original claim amount" = "Ursprüngliche Forderung"; | ||
"OriginalClaimAmount" = "Ursprüngliche Forderung"; | ||
"Interest rate with percent" = "Prozentpunkte über Basiszinssatz"; | ||
"Days" = "Tage"; | ||
"Interest rate" = "Zinssatz"; | ||
"Delay Period" = "Verzugsdauer"; | ||
"days" = "Tage"; | ||
"InterestRate" = "Zinssatz"; | ||
"DelayPeriod" = "Verzugsdauer"; | ||
"from" = "vom"; | ||
"until" = "bis zum"; | ||
"until" = "bis zum"; | ||
"Check Internet Connection" = "Internet Verbindung prüfen, um den Basiszinssatz abzurufen."; | ||
"Own interest rate" = "Eigener Zinssatz"; |
12 changes: 7 additions & 5 deletions
12
CalculateInterest.grandtotalplugin/en.lproj/Localizable.strings
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,12 @@ | ||
"CalculateInterest" = "Calculate interest"; | ||
"Delay Start" = "First day after due date"; | ||
"Delay End" = "Date of payment"; | ||
"Original claim amount" = "Original claim amount"; | ||
"OriginalClaimAmount" = "Original claim amount"; | ||
"Interest rate with percent" = "Percentage points above prime rate"; | ||
"Days" = "Days"; | ||
"Interest rate" = "Interest rate"; | ||
"Delay Period" = "Delay period"; | ||
"days" = "days"; | ||
"InterestRate" = "Interest rate"; | ||
"DelayPeriod" = "Delay period"; | ||
"from" = "from"; | ||
"until" = "until"; | ||
"until" = "until"; | ||
"Check Internet Connection" = "Check internet connection to retrieve prime rate."; | ||
"Own interest rate" = "Own interest rate"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters