(String key)
| 798 | } |
| 799 | |
| 800 | public static String getLocalizedString(String key) { |
| 801 | LOGGER.debug(String.format("Key %s in %s is: %s", key, getSelectedLanguage(), |
| 802 | resourceBundle.getString(key))); |
| 803 | return resourceBundle.getString(key); |
| 804 | } |
| 805 | |
| 806 | /** |
| 807 | * Formats and reuturns the status text for rippers using the byte progress bar |
no test coverage detected