equal
deleted
inserted
replaced
779 unit_megabytes_short: 'MB', |
779 unit_megabytes_short: 'MB', |
780 unit_gigabytes_short: 'GB', |
780 unit_gigabytes_short: 'GB', |
781 unit_terabytes_short: 'TB', |
781 unit_terabytes_short: 'TB', |
782 unit_pixels: 'pixels', |
782 unit_pixels: 'pixels', |
783 unit_pixels_short: 'px', |
783 unit_pixels_short: 'px', |
|
784 unit_second: 'second', |
|
785 unit_seconds: 'seconds', |
784 unit_day: 'day', |
786 unit_day: 'day', |
785 unit_days: 'days', |
787 unit_days: 'days', |
786 unit_week: 'week', |
788 unit_week: 'week', |
787 unit_weeks: 'weeks' |
789 unit_weeks: 'weeks', |
|
790 unit_month: 'month', |
|
791 unit_months: 'months', |
|
792 unit_year: 'year', |
|
793 unit_years: 'years', |
788 } |
794 } |
789 } |
795 } |
790 }; |
796 }; |
791 |
797 |
792 // All done! :-) |
798 // All done! :-) |