View Single Post
  #640  
Old 09-08-2012, 12:44
BAMsE's Avatar
BAMsE BAMsE is offline
The World Is Yener's
 
Join Date: Mar 2011
Location: in front of the monitor
Posts: 344
Thanks: 49
Thanked 271 Times in 91 Posts
BAMsE is on a distinguished road
Polish

Code:
Extracting=Dekompresowanie  %1 ...
Elapsed=Upłynęło
Remaining=Pozostało
Hours=godzin(a)(y)
Minutes=minut(a)(y)
Seconds=sekund(a)(y)
(a) is form for 1
(y) for 2, 3, 4
without is for 5 and more

My suggestion:
In its present form, "Elapsed" and "Remaining" will move due to variable width of digits. It'll be difficult to read.
"Elapsed" should be aligned to the left and "Remaining" to the right side of window. Eventually above and under progressbar

Last edited by BAMsE; 09-08-2012 at 13:00.