diff options
author | Frederic Culot <calcurse@culot.org> | 2006-09-07 14:26:01 +0000 |
---|---|---|
committer | Frederic Culot <calcurse@culot.org> | 2006-09-07 14:26:01 +0000 |
commit | e95c3f88a49de888eef59ecb1bd54c7d672972f5 (patch) | |
tree | 23beef8d1f2d073082d04633e71d922030b4427e /po/calcurse.pot | |
parent | d25fb8baf57101370648067cc7bfe253ae7cd7e6 (diff) | |
download | calcurse-e95c3f88a49de888eef59ecb1bd54c7d672972f5.zip |
Error message added in recur_repeat_item()
Diffstat (limited to 'po/calcurse.pot')
-rwxr-xr-x | po/calcurse.pot | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/po/calcurse.pot b/po/calcurse.pot index c7a8558..9ace5fc 100755 --- a/po/calcurse.pot +++ b/po/calcurse.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: frederic@culot.org\n" -"POT-Creation-Date: 2006-09-06 20:26+0200\n" +"POT-Creation-Date: 2006-09-07 16:10+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -754,11 +754,15 @@ msgstr "" msgid "Press [ENTER] to continue." msgstr "" -#: src/recur.c:593 +#: src/recur.c:519 +msgid "Sorry, the date you entered is older than the item start time." +msgstr "" + +#: src/recur.c:602 msgid "FATAL ERROR in recur_repeat_item: wrong item type\n" msgstr "" -#: src/recur.c:618 +#: src/recur.c:627 msgid "FATAL ERROR in recur_exc_scan: syntax error in the item date\n" msgstr "" |