After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 162847 - gnome-schedule messages need to be made generic
gnome-schedule messages need to be made generic
Status: RESOLVED FIXED
Product: gnome-schedule
Classification: Other
Component: general
0.1.0
Other All
: Normal normal
: ---
Assigned To: GNOME Schedule Maintainers
GNOME Schedule Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-01-03 20:11 UTC by Christian Rose
Modified: 2005-01-06 23:09 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
i18n and string fixes (37.58 KB, patch)
2005-01-06 19:05 UTC, Frank Arnold
none Details | Review
i18n and string fixes (37.45 KB, patch)
2005-01-06 22:15 UTC, Frank Arnold
none Details | Review
changed ChangeLog (1.18 KB, patch)
2005-01-06 23:07 UTC, Frank Arnold
none Details | Review

Description Christian Rose 2005-01-03 20:11:50 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.
Comment 1 Frank Arnold 2005-01-06 19:05:35 UTC
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
Comment 2 Frank Arnold 2005-01-06 22:15:49 UTC
Created attachment 35584 [details] [review]
i18n and string fixes

Some minor improvements of previous patch. No other thimgs changed.
Comment 3 Philip Van Hoof 2005-01-06 22:29:39 UTC
This one is in CVS. Thanks
Comment 4 Philip Van Hoof 2005-01-06 22:41:39 UTC
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.
Comment 5 Frank Arnold 2005-01-06 23:07:12 UTC
Created attachment 35587 [details] [review]
changed ChangeLog

Changelog for this and set user patch
Comment 6 Philip Van Hoof 2005-01-06 23:09:12 UTC
Also committed.