GNOME Bugzilla – Bug 162847
gnome-schedule messages need to be made generic
Last modified: 2005-01-06 23:09:12 UTC
#: src/crontab.py:79 src/crontab.py:99 src/crontab.py:124 msgid "must be between 0 and 59" #: src/crontab.py:82 src/crontab.py:102 msgid "must be between 0 and 23" #: src/crontab.py:85 src/crontab.py:105 src/crontab.py:130 msgid "must be between 1 and 31" #: src/crontab.py:88 src/crontab.py:108 src/crontab.py:133 msgid "must be between 1 and 12" #: src/crontab.py:91 src/crontab.py:111 src/crontab.py:136 msgid "must be between 0 and 7" *Please* make gnome-schedule messages more generic. If you could replace the numbers here with %d, translators would have to translate just one message instead of five.
Created attachment 35572 [details] [review] i18n and string fixes This should fix a lot of bugs, except the ugly helper dialog: at.py: String fixes atEditor.py: Removed trailing space crontab.py: New checkfield function, changed string crontabEditor.py: Minor changes for new checkfield function crontabEditorHelper.py: Added some missing default values to populateLabels crontabEditorHelper.py: Replaced all occurences of self.ParentClass.schedule with self.ParentClass.scheduler crontabEditorHelper.py: Minor changes for new checkfield function gnome-schedule.glade: Removed trailing spaces and changed some strings lang.py: Eliminated ordinals, changed translator comments and some strings mainWindow.py: Removed trailing spaces
Created attachment 35584 [details] [review] i18n and string fixes Some minor improvements of previous patch. No other thimgs changed.
This one is in CVS. Thanks
Hey Frank, can you send me a record for in the ChangeLog file about this patch? Unified diff is okay for this. You may attach it to this bug or send it to the mailinglist (or to me personally). It's okay to update this file and take your credits for such contributions. We'd even like it so that we can traceback the historical changes of this little project.
Created attachment 35587 [details] [review] changed ChangeLog Changelog for this and set user patch
Also committed.