From 93e7120ebca1524f547f03deab85812dd79c80cf Mon Sep 17 00:00:00 2001 From: Frederic Culot Date: Sun, 19 Aug 2007 13:22:11 +0000 Subject: pot file for version 1.9 --- po/calcurse.pot | 821 +++++++++++++++++++++++++++++--------------------------- 1 file changed, 421 insertions(+), 400 deletions(-) (limited to 'po') diff --git a/po/calcurse.pot b/po/calcurse.pot index badd24f..60a4803 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: 2007-05-22 19:17+0200\n" +"POT-Creation-Date: 2007-08-18 18:17+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -16,31 +16,72 @@ msgstr "" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" -#: src/apoint.c:168 src/recur.c:302 +#: src/apoint.c:116 +msgid "" +"Enter start time ([hh:mm] or [h:mm]), leave blank for an all-day event : " +msgstr "" + +#: src/apoint.c:117 +msgid "Enter end time ([hh:mm] or [h:mm]) or duration (in minutes) : " +msgstr "" + +#: src/apoint.c:118 +msgid "Enter description :" +msgstr "" + +#: src/apoint.c:119 +msgid "You entered an invalid start time, should be [h:mm] or [hh:mm]" +msgstr "" + +#: src/apoint.c:120 +msgid "You entered an invalid end time, should be [h:mm] or [hh:mm] or [mm]" +msgstr "" + +#: src/apoint.c:121 src/day.c:435 src/day.c:487 +msgid "Press [Enter] to continue" +msgstr "" + +#: src/apoint.c:214 +msgid "Do you really want to delete this item ?" +msgstr "" + +#: src/apoint.c:215 +msgid "FATAL ERROR in apoint_delete: no such type\n" +msgstr "" + +#: src/apoint.c:357 src/recur.c:233 msgid "FATAL ERROR in apoint_scan: date error in the appointment\n" msgstr "" -#: src/apoint.c:203 -msgid "FATAL ERROR in apoint_delete_bynum: no such appointment\n" +#: src/apoint.c:392 +msgid "FATAL ERROR in apoint_delete_bynum: no such appointment" +msgstr "" + +#: src/apoint.c:569 +msgid "FATAL ERROR in apoint_switch_notify: no such appointment" +msgstr "" + +#: src/args.c:51 +msgid "Usage: calcurse [-h|-v] [-x] [-an] [-t[num]] [-d date|num] [-c file]\n" msgstr "" -#: src/apoint.c:379 -msgid "FATAL ERROR in apoint_switch_notify: no such appointment\n" +#: src/args.c:60 +msgid "Try 'calcurse -h' for more information.\n" msgstr "" -#: src/args.c:206 +#: src/args.c:73 msgid "" "\n" "Copyright (c) 2004-2007 Frederic Culot.\n" "This is free software; see the source for copying conditions.\n" msgstr "" -#: src/args.c:210 src/args.c:254 +#: src/args.c:77 src/args.c:122 #, c-format msgid "Calcurse %s - text-based organizer\n" msgstr "" -#: src/args.c:222 +#: src/args.c:90 msgid "" "\n" "Miscellaneous:\n" @@ -81,445 +122,304 @@ msgid "" "Mail bug reports and suggestions to .\n" msgstr "" -#: src/args.c:274 +#: src/args.c:143 msgid "to do:\n" msgstr "" -#: src/args.c:304 +#: src/args.c:173 msgid "next appointment:\n" msgstr "" -#: src/args.c:467 +#: src/args.c:363 msgid "Argument to the '-d' flag is not valid\n" msgstr "" -#: src/args.c:468 +#: src/args.c:365 msgid "Possible argument formats are : 'mm/dd/yyyy' or 'n'\n" msgstr "" -#: src/args.c:469 +#: src/args.c:367 msgid "" "\n" "For more information, type '?' from within Calcurse, or read the manpage.\n" msgstr "" -#: src/args.c:471 +#: src/args.c:370 msgid "Mail bug reports and suggestions to .\n" msgstr "" -#: src/args.c:537 -msgid "Usage: calcurse [-h|-v] [-x] [-an] [-t[num]] [-d date|num] [-c file]\n" -msgstr "" - -#: src/args.c:545 -msgid "Try 'calcurse -h' for more information.\n" -msgstr "" - -#: src/calcurse.c:128 +#: src/calcurse.c:67 msgid "" "Sorry, colors are not supported by your terminal\n" "(Press [ENTER] to continue)" msgstr "" -#: src/calcurse.c:130 +#: src/calcurse.c:69 msgid "Do you really want to quit ?" msgstr "" -#: src/calcurse.c:220 -msgid "" -"Please resize your terminal screen\n" -"(to at least 80x24),\n" -"and restart calcurse.\n" -msgstr "" - -#: src/calcurse.c:287 +#: src/calcurse.c:228 msgid "To do :" msgstr "" -#: src/calcurse.c:661 -msgid "FATAL ERROR in update_windows: no window selected\n" +#: src/calendar.c:129 +msgid "ERROR in calendar_set_first_day_of_week\n" msgstr "" -#: src/calcurse.c:773 -#, c-format -msgid "Calendar" -msgstr "" - -#: src/calcurse.c:776 -#, c-format -msgid "Appointments" -msgstr "" - -#: src/calcurse.c:781 -#, c-format -msgid "ToDo" -msgstr "" - -#: src/calcurse.c:816 src/calcurse.c:864 -msgid "Enter an option number to change its value [Q to quit] " -msgstr "" - -#: src/calcurse.c:823 -#, c-format -msgid "CalCurse %s | general options" -msgstr "" - -#: src/calcurse.c:866 -msgid "Enter the date format (see 'man 3 strftime' for possible formats) " -msgstr "" - -#: src/calcurse.c:868 -msgid "Enter the time format (see 'man 3 strftime' for possible formats) " -msgstr "" - -#: src/calcurse.c:870 -msgid "Enter the number of seconds (0 not to be warned before an appointment)" -msgstr "" - -#: src/calcurse.c:871 -msgid "Enter the notification command " -msgstr "" - -#: src/calcurse.c:877 -#, c-format -msgid "CalCurse %s | notify-bar options" -msgstr "" - -#: src/calcurse.c:965 -msgid "auto_save = " -msgstr "" - -#: src/calcurse.c:966 -msgid "confirm_quit = " -msgstr "" - -#: src/calcurse.c:967 -msgid "confirm_delete = " -msgstr "" - -#: src/calcurse.c:968 -msgid "skip_system_dialogs = " -msgstr "" - -#: src/calcurse.c:969 -msgid "skip_progress_bar = " -msgstr "" - -#: src/calcurse.c:970 -msgid "week_begins_on_monday = " -msgstr "" - -#: src/calcurse.c:979 -msgid "(if set to YES, automatic save is done when quitting)" -msgstr "" - -#: src/calcurse.c:985 -msgid "(if set to YES, confirmation is required before quitting)" -msgstr "" - -#: src/calcurse.c:991 -msgid "(if set to YES, confirmation is required before deleting an event)" -msgstr "" - -#: src/calcurse.c:997 -msgid "" -"(if set to YES, messages about loaded and saved data will not be displayed)" -msgstr "" - -#: src/calcurse.c:1003 -msgid "(if set to YES, progress bar will not be displayed when saving data)" -msgstr "" - -#: src/calcurse.c:1009 -msgid "(if set to YES, monday is the first day of the week, else it is sunday)" -msgstr "" - -#: src/calcurse.c:1037 -msgid "notify-bar_show = " -msgstr "" - -#: src/calcurse.c:1038 -msgid "notify-bar_date = " -msgstr "" - -#: src/calcurse.c:1039 -msgid "notify-bar_clock = " +#: src/calendar.c:342 +msgid "The day you entered is not valid" msgstr "" -#: src/calcurse.c:1040 -msgid "notify-bar_warning = " +#: src/calendar.c:343 src/custom.c:211 src/io.c:394 src/io.c:679 src/io.c:766 +#: src/io.c:785 +msgid "Press [ENTER] to continue" msgstr "" -#: src/calcurse.c:1041 -msgid "notify-bar_command = " +#: src/calendar.c:345 +msgid "Enter the day to go to [ENTER for today] : mm/dd/yyyy" msgstr "" -#: src/calcurse.c:1044 -msgid "(if set to YES, notify-bar will be displayed)" +#: src/custom.c:46 +msgid "FATAL ERROR in fill_config_var: wrong configuration variable format.\n" msgstr "" -#: src/calcurse.c:1047 -msgid "(Format of the date to be displayed inside notify-bar)" +#: src/custom.c:66 +msgid "FATAL ERROR in custom_load_color: wrong color number.\n" msgstr "" -#: src/calcurse.c:1050 -msgid "(Format of the time to be displayed inside notify-bar)" +#: src/custom.c:68 +msgid "FATAL ERROR in custom_load_color: wrong color name.\n" msgstr "" -#: src/calcurse.c:1053 +#: src/custom.c:70 msgid "" -"(Warn user if an appointment is within next 'notify-bar_warning' seconds)" -msgstr "" - -#: src/calcurse.c:1057 -msgid "(Command used to notify user of an upcoming appointment)" +"FATAL ERROR in custom_load_color: wrong configuration variable format.\n" msgstr "" -#: src/calcurse.c:1108 -msgid "yes" +#: src/custom.c:78 +msgid "FATAL ERROR in custom_load_color: missing colors in config file.\n" msgstr "" -#: src/calcurse.c:1111 -msgid "no" +#: src/custom.c:210 +msgid "Failed to open config file" msgstr "" -#: src/calcurse.c:1115 -msgid "option not defined - Problem in print_option_incolor()" +#: src/custom.c:289 +msgid "FATAL ERROR in custom_load_conf: configuration variable unknown.\n" msgstr "" -#: src/calcurse.c:1132 -msgid "Do you really want to delete this item ?" +#: src/custom.c:343 +msgid "Exit" msgstr "" -#: src/calcurse.c:1133 -msgid "Do you really want to delete this task ?" +#: src/custom.c:344 +msgid "General" msgstr "" -#: src/calcurse.c:1174 -msgid "FATAL ERROR in del_item: no such type\n" +#: src/custom.c:345 +msgid "Layout" msgstr "" -#: src/calcurse.c:1218 -msgid "" -"Enter start time ([hh:mm] or [h:mm]), leave blank for an all-day event : " +#: src/custom.c:346 +msgid "Color" msgstr "" -#: src/calcurse.c:1219 -msgid "Enter end time ([hh:mm] or [h:mm]) or duration (in minutes) : " +#: src/custom.c:347 +msgid "Notify" msgstr "" -#: src/calcurse.c:1220 -msgid "Enter description :" +#: src/custom.c:359 +msgid "Pick the desired layout on next screen [press ENTER]" msgstr "" -#: src/calcurse.c:1221 -msgid "You entered an invalid start time, should be [h:mm] or [hh:mm]" +#: src/custom.c:360 +msgid "('A'= Appointment panel, 'C'= calendar panel, 'T'= todo panel)" msgstr "" -#: src/calcurse.c:1222 -msgid "You entered an invalid end time, should be [h:mm] or [hh:mm] or [mm]" +#: src/custom.c:362 +msgid " AC AT CA TA TC TA CT AT" msgstr "" -#: src/calcurse.c:1223 src/day.c:434 src/day.c:614 -msgid "Press [Enter] to continue" +#: src/custom.c:364 +msgid " [1]AT [2]AC [3]TA [4]CA [5]TA [6]TC [7]AT [8]CT" msgstr "" -#: src/calendar.c:192 -msgid "The day you entered is not valid" +#: src/custom.c:398 +msgid "Use 'X' or SPACE to select a color, 'H/L' 'J/K' or arrow keys to move" msgstr "" -#: src/calendar.c:193 src/custom.c:109 src/io.c:410 src/io.c:695 src/io.c:782 -#: src/io.c:801 -msgid "Press [ENTER] to continue" +#: src/custom.c:401 +msgid "('0' for no color, 'Q' to exit) :" msgstr "" -#: src/calendar.c:194 -msgid "Enter the day to go to [ENTER for today] : mm/dd/yyyy" +#: src/custom.c:402 +msgid "Foreground" msgstr "" -#: src/custom.c:49 -msgid "FATAL ERROR in fill_config_var: wrong configuration variable format.\n" +#: src/custom.c:403 +msgid "Background" msgstr "" -#: src/custom.c:108 -msgid "Failed to open config file" +#: src/custom.c:406 +msgid "(terminal's default)" msgstr "" -#: src/custom.c:184 -msgid "FATAL ERROR in custom_load_conf: configuration variable unknown.\n" +#: src/custom.c:439 +#, c-format +msgid "CalCurse %s | color theme" msgstr "" -#: src/custom.c:239 -msgid "Exit" +#: src/custom.c:619 +msgid "FATAL ERROR in custom_color_theme_name: unknown color\n" msgstr "" -#: src/custom.c:240 -msgid "General" +#: src/custom.c:647 +msgid "auto_save = " msgstr "" -#: src/custom.c:241 -msgid "Layout" +#: src/custom.c:648 +msgid "confirm_quit = " msgstr "" -#: src/custom.c:242 -msgid "Color" +#: src/custom.c:649 +msgid "confirm_delete = " msgstr "" -#: src/custom.c:243 -msgid "Notify" +#: src/custom.c:650 +msgid "skip_system_dialogs = " msgstr "" -#: src/custom.c:255 -msgid "Pick the desired layout on next screen [press ENTER]" +#: src/custom.c:651 +msgid "skip_progress_bar = " msgstr "" -#: src/custom.c:256 -msgid "('A'= Appointment panel, 'C'= calendar panel, 'T'= todo panel)" +#: src/custom.c:652 +msgid "week_begins_on_monday = " msgstr "" -#: src/custom.c:258 -msgid " AC AT CA TA TC TA CT AT" +#: src/custom.c:661 +msgid "(if set to YES, automatic save is done when quitting)" msgstr "" -#: src/custom.c:260 -msgid " [1]AT [2]AC [3]TA [4]CA [5]TA [6]TC [7]AT [8]CT" +#: src/custom.c:667 +msgid "(if set to YES, confirmation is required before quitting)" msgstr "" -#: src/custom.c:297 -msgid "Use 'X' or SPACE to select a color, 'H/L' 'J/K' or arrow keys to move" +#: src/custom.c:673 +msgid "(if set to YES, confirmation is required before deleting an event)" msgstr "" -#: src/custom.c:300 -msgid "('0' for no color, 'Q' to exit) :" +#: src/custom.c:679 +msgid "" +"(if set to YES, messages about loaded and saved data will not be displayed)" msgstr "" -#: src/custom.c:301 -msgid "Foreground" +#: src/custom.c:685 +msgid "(if set to YES, progress bar will not be displayed when saving data)" msgstr "" -#: src/custom.c:302 -msgid "Background" +#: src/custom.c:691 +msgid "(if set to YES, monday is the first day of the week, else it is sunday)" msgstr "" -#: src/custom.c:305 -msgid "(terminal's default)" +#: src/custom.c:704 src/notify.c:502 +msgid "Enter an option number to change its value [Q to quit] " msgstr "" -#: src/custom.c:338 +#: src/custom.c:711 #, c-format -msgid "CalCurse %s | color theme" -msgstr "" - -#: src/custom.c:502 -msgid "FATAL ERROR in custom_load_color: wrong color number.\n" -msgstr "" - -#: src/custom.c:504 -msgid "FATAL ERROR in custom_load_color: wrong color name.\n" -msgstr "" - -#: src/custom.c:506 -msgid "" -"FATAL ERROR in custom_load_color: wrong configuration variable format.\n" +msgid "CalCurse %s | general options" msgstr "" -#: src/custom.c:514 -msgid "FATAL ERROR in custom_load_color: missing colors in config file.\n" +#: src/day.c:376 +msgid "FATAL ERROR in day_popup_item: unknown item type\n" msgstr "" -#: src/custom.c:623 -msgid "FATAL ERROR in custom_color_theme_name: unknown color\n" +#: src/day.c:379 +msgid "Event :" msgstr "" -#: src/day.c:344 -msgid "FATAL ERROR in day_popup_item: unknown item type\n" +#: src/day.c:383 +msgid "Appointment :" msgstr "" -#: src/day.c:347 -msgid "Event :" +#: src/day.c:434 +msgid "Enter the new time ([hh:mm] or [h:mm]) : " msgstr "" -#: src/day.c:351 -msgid "Appointment :" +#: src/day.c:437 +msgid "You entered an invalid time, should be [h:mm] or [hh:mm]" msgstr "" -#: src/day.c:421 +#: src/day.c:474 msgid "Edit: (1)Start time, (2)End time or (3)Description?" msgstr "" -#: src/day.c:424 +#: src/day.c:477 msgid "Edit: (1)Start time, (2)End time, (3)Description or (4)Repetition?" msgstr "" -#: src/day.c:426 +#: src/day.c:479 msgid "Edit: (1)Description or (2)Repetition?" msgstr "" -#: src/day.c:429 src/recur.c:586 +#: src/day.c:482 src/recur.c:593 msgid "The entered date is not valid." msgstr "" -#: src/day.c:431 src/recur.c:588 +#: src/day.c:484 src/recur.c:595 msgid "Possible formats are [mm/dd/yyyy] or '0' for an endless repetetition" msgstr "" -#: src/day.c:433 +#: src/day.c:486 msgid "Invalid time: start time must be before end time!" msgstr "" -#: src/day.c:435 +#: src/day.c:488 msgid "Enter the new item description:" msgstr "" -#: src/day.c:437 +#: src/day.c:490 msgid "Enter the new repetition type: (D)aily, (W)eekly, (M)onthly, (Y)early" msgstr "" -#: src/day.c:438 src/recur.c:579 +#: src/day.c:491 src/recur.c:586 msgid "[D/W/M/Y] " msgstr "" -#: src/day.c:439 +#: src/day.c:492 msgid "Enter the new repetition frequence:" msgstr "" -#: src/day.c:440 src/recur.c:583 +#: src/day.c:493 src/recur.c:590 msgid "The frequence you entered is not valid." msgstr "" -#: src/day.c:442 +#: src/day.c:495 msgid "Enter the new ending date: [mm/dd/yyyy] or '0'" msgstr "" -#: src/day.c:613 -msgid "Enter the new time ([hh:mm] or [h:mm]) : " -msgstr "" - -#: src/day.c:616 -msgid "You entered an invalid time, should be [h:mm] or [hh:mm]" -msgstr "" - -#: src/day.c:641 +#: src/day.c:677 msgid "This item is recurrent. Delete (a)ll occurences or just this (o)ne ?" msgstr "" -#: src/day.c:644 +#: src/day.c:680 msgid "[a/o] " msgstr "" -#: src/event.c:111 +#: src/event.c:109 msgid "FATAL ERROR in event_scan: date error in the event\n" msgstr "" -#: src/event.c:139 +#: src/event.c:137 msgid "FATAL ERROR in event_delete_bynum: no such event\n" msgstr "" -#: src/help.c:109 +#: src/help.c:105 msgid " Welcome to Calcurse. This is the main help screen.\n" msgstr "" -#: src/help.c:111 +#: src/help.c:107 msgid "" " Moving around: Press CTRL-P or CTRL-N to scroll text upward or\n" " downward inside help screens, if necessary.\n" @@ -538,11 +438,11 @@ msgid "" " Credits: Press '@' for credits." msgstr "" -#: src/help.c:124 +#: src/help.c:120 msgid "Save:\n" msgstr "" -#: src/help.c:126 +#: src/help.c:122 msgid "" "Pressing 'S' saves the Calcurse data.\n" "\n" @@ -557,11 +457,11 @@ msgid "" "automatically before quitting." msgstr "" -#: src/help.c:136 +#: src/help.c:132 msgid "Export:\n" msgstr "" -#: src/help.c:138 +#: src/help.c:134 msgid "" "Pressing 'X' exports the Calcurse data to iCalendar format.\n" "\n" @@ -574,11 +474,11 @@ msgid "" "events, appointments, todos.\n" msgstr "" -#: src/help.c:145 +#: src/help.c:141 msgid "Displacement keys:\n" msgstr "" -#: src/help.c:147 +#: src/help.c:143 msgid "" "You can use either 'H','J','K','L' or the arrow keys '<','v','^','>'\n" "to move into the calendar.\n" @@ -596,11 +496,11 @@ msgid "" "an item from those lists." msgstr "" -#: src/help.c:159 +#: src/help.c:155 msgid "View:\n" msgstr "" -#: src/help.c:161 +#: src/help.c:157 msgid "" "Pressing 'V' allows you to view the item you select in either the ToDo\n" "or Appointment panel.\n" @@ -615,11 +515,11 @@ msgid "" "Calcurse screen." msgstr "" -#: src/help.c:171 +#: src/help.c:167 msgid "Tab:\n" msgstr "" -#: src/help.c:173 +#: src/help.c:169 msgid "" "Pressing 'Tab' allows you to switch between panels.\n" "The panel currently in use has its border colorized.\n" @@ -634,11 +534,11 @@ msgid "" "performed on the selected panel." msgstr "" -#: src/help.c:183 +#: src/help.c:179 msgid "Goto:\n" msgstr "" -#: src/help.c:185 +#: src/help.c:181 msgid "" "Pressing 'G' allows you to jump to a specific day in the calendar.\n" "\n" @@ -648,11 +548,11 @@ msgid "" "system current date and you will be taken to that date." msgstr "" -#: src/help.c:191 +#: src/help.c:187 msgid "Delete:\n" msgstr "" -#: src/help.c:193 +#: src/help.c:189 msgid "" "Pressing 'D' deletes an element in the ToDo or Appointment list.\n" "\n" @@ -670,11 +570,11 @@ msgid "" "next time you launch Calcurse." msgstr "" -#: src/help.c:205 +#: src/help.c:201 msgid "Add:\n" msgstr "" -#: src/help.c:207 +#: src/help.c:203 msgid "" "Pressing 'A' allows you to add an item in either the ToDo or Appointment\n" "list, depending on which panel is selected when you press 'A'.\n" @@ -712,11 +612,11 @@ msgid "" " event next time you launch Calcurse." msgstr "" -#: src/help.c:238 +#: src/help.c:234 msgid "Edit Item:\n" msgstr "" -#: src/help.c:240 +#: src/help.c:236 msgid "" "Pressing 'E' allows you to edit the item which is currently selected.\n" "Depending on the item type (appointment, event, or todo), and if it is\n" @@ -735,11 +635,11 @@ msgid "" " modified properties next time you launch Calcurse." msgstr "" -#: src/help.c:255 +#: src/help.c:251 msgid "Priority:\n" msgstr "" -#: src/help.c:257 +#: src/help.c:253 msgid "" "Pressing '+' or '-' allows you to change the priority of the currently\n" "selected item in the ToDo list. Priorities are represented by the number\n" @@ -756,11 +656,11 @@ msgid "" "may also change depending on the priority of the items below." msgstr "" -#: src/help.c:269 +#: src/help.c:265 msgid "Repeat:\n" msgstr "" -#: src/help.c:271 +#: src/help.c:267 msgid "" "Pressing 'R' allows you to repeat an event or an appointment. You must\n" "first select the item to be repeated by moving inside the appointment\n" @@ -791,11 +691,11 @@ msgid "" " one occurence of a repeated item." msgstr "" -#: src/help.c:295 +#: src/help.c:291 msgid "Flag Item:\n" msgstr "" -#: src/help.c:297 +#: src/help.c:293 msgid "" "Pressing '!' toggles an appointment's 'important' flag.\n" "\n" @@ -807,11 +707,11 @@ msgid "" "and how long before it he gets notified." msgstr "" -#: src/help.c:305 +#: src/help.c:301 msgid "Config:\n" msgstr "" -#: src/help.c:307 +#: src/help.c:303 msgid "" "Pressing 'C' leads to the configuration submenu, from which you can\n" "select between color, layout, and general options.\n" @@ -830,11 +730,11 @@ msgid "" "next time you launch Calcurse." msgstr "" -#: src/help.c:318 +#: src/help.c:314 msgid "General keybindings:\n" msgstr "" -#: src/help.c:320 +#: src/help.c:316 msgid "" "Some of the keybindings apply whatever panel is selected. They are\n" "called general keybinding and involve the key, which is\n" @@ -854,11 +754,11 @@ msgid "" " '^J' : +1 Week -> move to next week" msgstr "" -#: src/help.c:336 +#: src/help.c:332 msgid "OtherCmd:\n" msgstr "" -#: src/help.c:338 +#: src/help.c:334 msgid "" "Pressing 'O' allows you to switch between status bar help pages.\n" "Because the terminal screen is too narrow to display all of the\n" @@ -868,11 +768,11 @@ msgid "" "leads you back to the first page." msgstr "" -#: src/help.c:345 +#: src/help.c:341 msgid "Calcurse - text-based organizer" msgstr "" -#: src/help.c:347 +#: src/help.c:343 msgid "" "Copyright (c) 2004-2007 Frederic Culot\n" "\n" @@ -891,359 +791,480 @@ msgid "" "Calcurse home page : http://culot.org/calcurse" msgstr "" -#: src/help.c:370 +#: src/help.c:366 #, c-format msgid "CalCurse %s | help" msgstr "" -#: src/io.c:74 +#: src/io.c:58 msgid "Saving..." msgstr "" -#: src/io.c:75 +#: src/io.c:59 msgid "Loading..." msgstr "" -#: src/io.c:76 +#: src/io.c:60 msgid "Exporting..." msgstr "" -#: src/io.c:139 +#: src/io.c:123 msgid "Choose the file used to export calcurse data:" msgstr "" -#: src/io.c:141 +#: src/io.c:125 msgid "The file cannot be accessed, please enter another file name." msgstr "" -#: src/io.c:143 src/recur.c:590 +#: src/io.c:127 src/recur.c:597 msgid "Press [ENTER] to continue." msgstr "" -#: src/io.c:354 +#: src/io.c:338 #, c-format msgid "%s does not exist, create it now [y or n] ? " msgstr "" -#: src/io.c:359 src/io.c:376 +#: src/io.c:343 src/io.c:360 #, c-format msgid "aborting...\n" msgstr "" -#: src/io.c:370 +#: src/io.c:354 #, c-format msgid "%s successfully created\n" msgstr "" -#: src/io.c:371 +#: src/io.c:355 #, c-format msgid "starting interactive mode...\n" msgstr "" -#: src/io.c:406 +#: src/io.c:390 msgid "Problems accessing data file ..." msgstr "" -#: src/io.c:409 +#: src/io.c:393 msgid "The data files were successfully saved" msgstr "" -#: src/io.c:561 -msgid "FATAL ERROR in load_app: wrong format in the appointment or event\n" +#: src/io.c:545 +msgid "FATAL ERROR in io_load_app: wrong format in the appointment or event\n" msgstr "" -#: src/io.c:580 -msgid "FATAL ERROR in load_app: syntax error in the item date\n" +#: src/io.c:564 +msgid "FATAL ERROR in io_load_app: syntax error in the item date\n" msgstr "" -#: src/io.c:595 -msgid "FATAL ERROR in load_app: no event nor appointment found\n" +#: src/io.c:579 +msgid "FATAL ERROR in io_load_app: no event nor appointment found\n" msgstr "" -#: src/io.c:694 +#: src/io.c:678 msgid "Failed to open todo file" msgstr "" -#: src/io.c:780 +#: src/io.c:764 msgid "Welcome to Calcurse. Missing data files were created." msgstr "" -#: src/io.c:781 +#: src/io.c:765 msgid "Data files found. Data will be loaded now." msgstr "" -#: src/io.c:799 +#: src/io.c:783 msgid "FATAL ERROR in io_export_data: wrong export mode\n" msgstr "" -#: src/io.c:800 +#: src/io.c:784 msgid "The data were successfully exported" msgstr "" -#: src/notify.c:390 -msgid "FATAL ERROR in notify_launch_cmd: could not fork\n" +#: src/notify.c:137 +msgid "FATAL ERROR in launch_cmd: could not fork" +msgstr "" + +#: src/notify.c:140 +msgid "FATAL ERROR in launch_cmd: could not launch user command" +msgstr "" + +#: src/notify.c:431 +msgid "notify-bar_show = " +msgstr "" + +#: src/notify.c:432 +msgid "notify-bar_date = " +msgstr "" + +#: src/notify.c:433 +msgid "notify-bar_clock = " +msgstr "" + +#: src/notify.c:434 +msgid "notify-bar_warning = " +msgstr "" + +#: src/notify.c:435 +msgid "notify-bar_command = " +msgstr "" + +#: src/notify.c:438 +msgid "(if set to YES, notify-bar will be displayed)" +msgstr "" + +#: src/notify.c:441 +msgid "(Format of the date to be displayed inside notify-bar)" +msgstr "" + +#: src/notify.c:444 +msgid "(Format of the time to be displayed inside notify-bar)" +msgstr "" + +#: src/notify.c:447 +msgid "" +"(Warn user if an appointment is within next 'notify-bar_warning' seconds)" +msgstr "" + +#: src/notify.c:451 +msgid "(Command used to notify user of an upcoming appointment)" +msgstr "" + +#: src/notify.c:504 +msgid "Enter the date format (see 'man 3 strftime' for possible formats) " +msgstr "" + +#: src/notify.c:506 +msgid "Enter the time format (see 'man 3 strftime' for possible formats) " +msgstr "" + +#: src/notify.c:508 +msgid "Enter the number of seconds (0 not to be warned before an appointment)" +msgstr "" + +#: src/notify.c:509 +msgid "Enter the notification command " +msgstr "" + +#: src/notify.c:515 +#, c-format +msgid "CalCurse %s | notify-bar options" +msgstr "" + +#: src/recur.c:123 +msgid "FATAL ERROR in recur_def2char: unknown recur type\n" msgstr "" -#: src/notify.c:395 -msgid "FATAL ERROR in notify_launch_cmd: could not launch user command\n" +#: src/recur.c:152 +msgid "FATAL ERROR in recur_char2def: unknown char\n" msgstr "" -#: src/recur.c:343 +#: src/recur.c:274 msgid "FATAL ERROR in recur_event_scan: date error in the event\n" msgstr "" -#: src/recur.c:383 +#: src/recur.c:388 msgid "FATAL ERROR in recur_item_inday: unknown item type\n" msgstr "" -#: src/recur.c:495 +#: src/recur.c:502 msgid "FATAL ERROR in recur_event_erase: no such event\n" msgstr "" -#: src/recur.c:555 +#: src/recur.c:562 msgid "FATAL ERROR in recur_apoint_erase: no such appointment\n" msgstr "" -#: src/recur.c:578 +#: src/recur.c:585 msgid "Enter the repetition type: (D)aily, (W)eekly, (M)onthly, (Y)early" msgstr "" -#: src/recur.c:581 +#: src/recur.c:588 msgid "Enter the repetition frequence:" msgstr "" -#: src/recur.c:585 +#: src/recur.c:592 msgid "Enter the ending date: [mm/dd/yyyy] or '0' for an endless repetition" msgstr "" -#: src/recur.c:589 +#: src/recur.c:596 msgid "This item is already a repeated one." msgstr "" -#: src/recur.c:592 +#: src/recur.c:599 msgid "Sorry, the date you entered is older than the item start time." msgstr "" -#: src/recur.c:675 +#: src/recur.c:687 msgid "FATAL ERROR in recur_repeat_item: wrong item type\n" msgstr "" -#: src/recur.c:700 +#: src/recur.c:712 msgid "FATAL ERROR in recur_exc_scan: syntax error in the item date\n" msgstr "" -#: src/recur.c:766 +#: src/recur.c:778 msgid "FATAL ERROR in recur_get_apoint: no such item\n" msgstr "" -#: src/recur.c:786 +#: src/recur.c:798 msgid "FATAL ERROR in recur_get_event: no such item\n" msgstr "" -#: src/recur.c:819 +#: src/recur.c:831 msgid "FATAL ERROR in recur_apoint_switch_notify: no such item\n" msgstr "" -#: src/todo.c:43 +#: src/todo.c:121 msgid "Enter the new ToDo item : " msgstr "" -#: src/todo.c:45 +#: src/todo.c:123 msgid "Enter the ToDo priority [1 (highest) - 9 (lowest)] :" msgstr "" -#: src/todo.c:103 +#: src/todo.c:179 msgid "FATAL ERROR in todo_delete_bynum: no such todo\n" msgstr "" -#: src/todo.c:141 +#: src/todo.c:188 +msgid "Do you really want to delete this task ?" +msgstr "" + +#: src/todo.c:237 msgid "FATAL ERROR in todo_get_position: todo not found\n" msgstr "" -#: src/todo.c:164 +#: src/todo.c:274 msgid "FATAL ERROR in todo_chg_priority: no such action\n" msgstr "" -#: src/todo.c:182 +#: src/todo.c:289 msgid "Enter the new ToDo description :" msgstr "" -#: src/utils.c:78 +#: src/utils.c:56 +msgid "INTERNAL ERROR" +msgstr "" + +#: src/utils.c:57 +msgid "calcurse will now exit..." +msgstr "" + +#: src/utils.c:58 +msgid "Please report the following bug:" +msgstr "" + +#: src/utils.c:131 msgid "Press any key to continue..." msgstr "" -#: src/utils.c:296 -msgid "FATAL ERROR in updatestring: out of memory\n" +#: src/utils.c:353 +msgid "FATAL ERROR in updatestring: out of memory" msgstr "" -#: src/utils.c:384 +#: src/utils.c:392 msgid "Help" msgstr "" -#: src/utils.c:385 +#: src/utils.c:393 msgid "Quit" msgstr "" -#: src/utils.c:386 +#: src/utils.c:394 msgid "Save" msgstr "" -#: src/utils.c:387 +#: src/utils.c:395 msgid "Export" msgstr "" -#: src/utils.c:388 +#: src/utils.c:396 msgid "Add Item" msgstr "" -#: src/utils.c:389 +#: src/utils.c:397 msgid "Del Item" msgstr "" -#: src/utils.c:390 +#: src/utils.c:398 msgid "Edit Itm" msgstr "" -#: src/utils.c:391 +#: src/utils.c:399 msgid "Flag Itm" msgstr "" -#: src/utils.c:392 src/utils.c:404 +#: src/utils.c:400 src/utils.c:412 msgid "-+1 Day" msgstr "" -#: src/utils.c:393 src/utils.c:405 +#: src/utils.c:401 src/utils.c:413 msgid "-+1 Week" msgstr "" -#: src/utils.c:394 +#: src/utils.c:402 msgid "Up/Down" msgstr "" -#: src/utils.c:395 +#: src/utils.c:403 msgid "Repeat" msgstr "" -#: src/utils.c:396 +#: src/utils.c:404 msgid "Priority" msgstr "" -#: src/utils.c:397 +#: src/utils.c:405 msgid "Chg View" msgstr "" -#: src/utils.c:398 +#: src/utils.c:406 msgid "Go to" msgstr "" -#: src/utils.c:399 +#: src/utils.c:407 msgid "Config" msgstr "" -#: src/utils.c:400 +#: src/utils.c:408 msgid "View" msgstr "" -#: src/utils.c:401 +#: src/utils.c:409 msgid "Redraw" msgstr "" -#: src/utils.c:402 +#: src/utils.c:410 msgid "Add Appt" msgstr "" -#: src/utils.c:403 +#: src/utils.c:411 msgid "Add Todo" msgstr "" -#: src/utils.c:406 +#: src/utils.c:414 msgid "OtherCmd" msgstr "" -#: src/utils.c:466 +#: src/utils.c:475 msgid "FATAL ERROR in date2sec: failure in mktime\n" msgstr "" -#: src/utils.c:562 -msgid "FATAL ERROR in update_time_in_date: failure in mktime\n" +#: src/utils.c:729 +msgid "Appointment" msgstr "" -#: src/utils.c:683 -msgid "Appointment" +#: src/utils.c:779 +msgid "FATAL ERROR in other_status_page: unknown panel\n" msgstr "" -#: src/vars.c:43 +#: src/utils.c:850 +msgid "yes" +msgstr "" + +#: src/utils.c:853 +msgid "no" +msgstr "" + +#: src/utils.c:856 +msgid "option not defined - Problem in print_option_incolor()" +msgstr "" + +#: src/vars.c:48 msgid "January" msgstr "" -#: src/vars.c:44 +#: src/vars.c:49 msgid "February" msgstr "" -#: src/vars.c:45 +#: src/vars.c:50 msgid "March" msgstr "" -#: src/vars.c:46 +#: src/vars.c:51 msgid "April" msgstr "" -#: src/vars.c:47 +#: src/vars.c:52 msgid "May" msgstr "" -#: src/vars.c:48 +#: src/vars.c:53 msgid "June" msgstr "" -#: src/vars.c:49 +#: src/vars.c:54 msgid "July" msgstr "" -#: src/vars.c:50 +#: src/vars.c:55 msgid "August" msgstr "" -#: src/vars.c:51 +#: src/vars.c:56 msgid "September" msgstr "" -#: src/vars.c:52 +#: src/vars.c:57 msgid "October" msgstr "" -#: src/vars.c:53 +#: src/vars.c:58 msgid "November" msgstr "" -#: src/vars.c:54 +#: src/vars.c:59 msgid "December" msgstr "" -#: src/vars.c:57 src/vars.c:64 +#: src/vars.c:62 src/vars.c:69 msgid "Sun" msgstr "" -#: src/vars.c:58 +#: src/vars.c:63 msgid "Mon" msgstr "" -#: src/vars.c:59 +#: src/vars.c:64 msgid "Tue" msgstr "" -#: src/vars.c:60 +#: src/vars.c:65 msgid "Wed" msgstr "" -#: src/vars.c:61 +#: src/vars.c:66 msgid "Thu" msgstr "" -#: src/vars.c:62 +#: src/vars.c:67 msgid "Fri" msgstr "" -#: src/vars.c:63 +#: src/vars.c:68 msgid "Sat" msgstr "" + +#: src/wins.c:105 +msgid "FATAL ERROR in wins_prop: property unknown\n" +msgstr "" + +#: src/wins.c:123 +#, c-format +msgid "Calendar" +msgstr "" + +#: src/wins.c:127 +#, c-format +msgid "Appointments" +msgstr "" + +#: src/wins.c:132 +#, c-format +msgid "ToDo" +msgstr "" + +#: src/wins.c:365 +msgid "FATAL ERROR in wins_update: no window selected\n" +msgstr "" -- cgit v1.2.3