Updated translations

This commit is contained in:
Kovid Goyal 2010-05-30 22:57:03 -06:00
parent 9c91a54a16
commit 2c218c132a
2 changed files with 3312 additions and 2632 deletions

View File

@ -160,7 +160,8 @@ class ITUNES(DevicePlugin):
}
if self.report_progress is not None:
self.report_progress(i+1/book_count, _('%d of %d' % (i+1, book_count)))
self.report_progress(i+1/book_count,
_('%d of %d') % (i+1, book_count))
if self.report_progress is not None:
self.report_progress(1.0, _('finished'))
@ -653,7 +654,8 @@ class ITUNES(DevicePlugin):
# Report progress
if self.report_progress is not None:
self.report_progress(i+1/file_count, _('%d of %d' % (i+1, file_count)))
self.report_progress(i+1/file_count,
_('%d of %d') % (i+1, file_count))
if self.report_progress is not None:
self.report_progress(1.0, _('finished'))

File diff suppressed because it is too large Load Diff