23 remaining = QCoreApplication.translate("DownloadUtilities", |
24 remaining = QCoreApplication.translate("DownloadUtilities", |
24 "%n seconds remaining", "", QCoreApplication.UnicodeUTF8, seconds) |
25 "%n seconds remaining", "", QCoreApplication.UnicodeUTF8, seconds) |
25 |
26 |
26 return remaining |
27 return remaining |
27 |
28 |
|
29 |
28 def dataString(size): |
30 def dataString(size): |
29 """ |
31 """ |
30 Module function to generate a formatted size string. |
32 Module function to generate a formatted size string. |
31 |
33 |
32 @param size size to be formatted (integer) |
34 @param size size to be formatted (integer) |