summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xpo/fr.po508
1 files changed, 325 insertions, 183 deletions
diff --git a/po/fr.po b/po/fr.po
index 72582f5..e61bd05 100755
--- a/po/fr.po
+++ b/po/fr.po
@@ -1,4 +1,4 @@
-# $calcurse: fr.po,v 1.10 2006/09/30 14:10:01 culot Exp $
+# $calcurse: fr.po,v 1.11 2006/12/19 08:14:48 culot Exp $
#
# French translations for calcurse package.
# Copyright (C) 2006 Frederic Culot <frederic@culot.org>
@@ -7,10 +7,10 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: calcurse 1.6\n"
+"Project-Id-Version: calcurse 1.7\n"
"Report-Msgid-Bugs-To: frederic@culot.org\n"
-"POT-Creation-Date: 2006-09-19 14:37+0200\n"
-"PO-Revision-Date: 2006-05-13 14:37+0200\n"
+"POT-Creation-Date: 2006-12-18 11:48+0100\n"
+"PO-Revision-Date: 2006-12-18 14:37+0200\n"
"Last-Translator: Frederic Culot <frederic@culot.org>\n"
"Language-Team: French <calcurse-i18n@culot.org>\n"
"MIME-Version: 1.0\n"
@@ -27,7 +27,7 @@ msgstr ""
msgid "FATAL ERROR in apoint_delete_bynum: no such appointment\n"
msgstr "ERREUR FATALE dans apoint_delete_bynum: l'�lement n'existe pas\n"
-#: src/args.c:159
+#: src/args.c:190
msgid ""
"\n"
"Copyright (c) 2004-2006 Frederic Culot.\n"
@@ -38,70 +38,97 @@ msgstr ""
"Ceci est un logiciel libre; voir les sources pour les conditions de "
"diffusion.\n"
-#: src/args.c:162 src/args.c:191
+#: src/args.c:194 src/args.c:233
#, c-format
msgid "Calcurse %s - text-based organizer\n"
msgstr "Calcurse %s - organiseur personnel en mode texte\n"
-#: src/args.c:174
+#: src/args.c:206
msgid ""
"\n"
"Miscellaneous:\n"
-" -h\t\tprint this help and exit.\n"
-" -v\t\tprint calcurse version and exit.\n"
+" -h, --help\n"
+"\tprint this help and exit.\n"
"\n"
-"Options:\n"
-" -c <file>\tspecify the calendar <file> to use.\n"
+" -v, --version\n"
+"\tprint calcurse version and exit.\n"
+"\n"
+"Files:\n"
+" -c <file>, --calendar <file>\n"
+"\tspecify the calendar <file> to use.\n"
"\n"
"Non-interactive:\n"
-" -a \t\tprint events and appointments for current day and exit.\n"
-" -d <date|num>\tprint events and appointments for <date> or <num> upcoming\n"
-"\t\tdays and exit. Possible formats are: 'mm/dd/yyyy' or 'n'.\n"
-" -n \t\tprint next appointment within upcoming 24 hours and exit.\n"
-" -t\t\tprint todo list and exit.\n"
+" -a, --appointment\n"
+" \tprint events and appointments for current day and exit.\n"
+"\n"
+" -d <date|num>, --day <date|num>\n"
+"\tprint events and appointments for <date> or <num> upcoming days and\n"
+"\texit. Possible formats are: 'mm/dd/yyyy' or 'n'.\n"
+"\n"
+" -n, --next\n"
+" \tprint next appointment within upcoming 24 hours and exit. Also given\n"
+"\tis the remaining time before this next appointment.\n"
+"\n"
+" -t[num], --todo[=num]\n"
+"\tprint todo list and exit. If the optional number [num] is given,\n"
+"\tthen only todos having a priority equal to [num] will be returned.\n"
+"\tnote: priority number must be between 1 (highest) and 9 (lowest).\n"
"\n"
"For more information, type '?' from within Calcurse, or read the manpage.\n"
"Mail bug reports and suggestions to <calcurse@culot.org>.\n"
msgstr ""
"\n"
"Divers:\n"
-" -h\t\tafficher cette aide et quitter.\n"
-" -v\t\tafficher la version de calcurse et quitter.\n"
+" -h, --help\n"
+"\tafficher cette aide et quitter.\n"
+"\n"
+" -v, --version\n"
+"\tafficher la version de calcurse et quitter.\n"
"\n"
-"Options:\n"
-" -c <fichier>\tsp�cifier le <fichier> calendrier � utiliser.\n"
+"Fichiers:\n"
+" -c <fichier>, --calendar <fichier>\n"
+"\tsp�cifier le <fichier> calendrier � utiliser.\n"
"\n"
"Non-int�ractif:\n"
-" -a \t\tafficher les rendez-vous et �venements de la journ�e et quitter.\n"
-" -d <date|nb>\tafficher les rendez-vous et �venements pour la <date> ou "
-"les\n"
-"\t\t<nb> jours � venir. Les formats possibles sont: 'mm/jj/aaaa' ou\n"
-"\t\t'n'.\n"
-" -n \t\tafficher le rendez-vous suivant dans les prochaines 24 heures et\n"
-"\t\tquitter.\n"
-" -t\t\tafficher la liste des t�ches et quitter.\n"
+" -a, --appointment\n"
+" \tafficher les rendez-vous et �venements de la journ�e et quitter.\n"
+"\n"
+" -d <date|nb>, --day <date|nb>\n"
+"\tafficher les rendez-vous et �venements pour la <date> ou les <nb>\n"
+"\tjours � venir. Les formats possibles sont: 'mm/jj/aaaa' ou 'n'.\n"
+"\n"
+" -n, --next\n"
+" \tafficher le rendez-vous suivant dans les prochaines 24 heures et\n"
+"\tquitter. Est aussi indiqu� le temps restant avant ce rendez-vous.\n"
+"\n"
+" -t[nb], --todo[=nb]\n"
+"\tafficher la liste des t�ches et quitter. Si le nombre optionnel [nb]\n"
+"\test donn�, alors seulement les t�ches ayant une priorit� �gale � [nb]\n"
+"\tseront affich�es.\n"
+"\tRemarque: [nb] doit �tre compris entre 1 (priorit� la plus grande),\n"
+"\tet 9 (priorit� la moins grande).\n"
"\n"
"Pour plus d'informations, tapez '?' dans Calcurse, ou lisez la page de "
"manuel.\n"
"Envoyez vos rapports de bogues et suggestions � <calcurse@culot.org>.\n"
-#: src/args.c:207
+#: src/args.c:253
msgid "to do:\n"
msgstr "� faire:\n"
-#: src/args.c:234
+#: src/args.c:282
msgid "next appointment:\n"
msgstr "prochain rendez-vous:\n"
-#: src/args.c:396
+#: src/args.c:446
msgid "Argument to the '-d' flag is not valid\n"
msgstr "L'argument de l'option '-d' n'est pas valide\n"
-#: src/args.c:397
+#: src/args.c:447
msgid "Possible argument formats are : 'mm/dd/yyyy' or 'n'\n"
msgstr "Les formats autoris�s sont : 'mm/jj/aaaa' ou 'n'\n"
-#: src/args.c:398
+#: src/args.c:448
msgid ""
"\n"
"For more information, type '?' from within Calcurse, or read the manpage.\n"
@@ -110,15 +137,16 @@ msgstr ""
"Pour plus d'informations, tapez '?' dans Calcurse, ou lisez la page de "
"manuel.\n"
-#: src/args.c:400
+#: src/args.c:450
msgid "Mail bug reports and suggestions to <calcurse@culot.org>.\n"
msgstr "Envoyez vos rapports de bogues ou suggestions � <calcurse@culot.org>\n"
-#: src/args.c:466
-msgid "Usage: calcurse [-h | -v] [-ant] [-d date|num] [-c file]\n"
-msgstr "Utilisation: calcurse [-h | -v] [-ant] [-d date|nb] [-c fichier]\n"
+#: src/args.c:516
+msgid "Usage: calcurse [-h | -v] [-an] [-t[num]] [-d date|num] [-c file]\n"
+msgstr ""
+"Utilisation: calcurse [-h | -v] [-an] [-t[nb]] [-d date|nb] [-c fichier]\n"
-#: src/args.c:474
+#: src/args.c:524
msgid "Try 'calcurse -h' for more information.\n"
msgstr "Tapez 'calcurse -h' pour plus d'informations.\n"
@@ -148,214 +176,214 @@ msgstr ""
msgid "To do :"
msgstr "T�che :"
-#: src/calcurse.c:597
+#: src/calcurse.c:612
msgid "FATAL ERROR in update_windows: no window selected\n"
msgstr "ERREUR FATALE dans update_windows: aucune fen�tre s�l�ctionn�e\n"
-#: src/calcurse.c:707
+#: src/calcurse.c:719
#, c-format
msgid "Calendar"
msgstr "Calendrier"
-#: src/calcurse.c:710
+#: src/calcurse.c:722
#, c-format
msgid "Appointments"
msgstr "Rendez-vous"
-#: src/calcurse.c:713
+#: src/calcurse.c:725
#, c-format
msgid "ToDo"
msgstr "T�ches"
-#: src/calcurse.c:746 src/calcurse.c:792
+#: src/calcurse.c:758 src/calcurse.c:804
msgid "Enter an option number to change its value [Q to quit] "
msgstr "Entrez un num�ro d'option pour changer sa valeur [Q pour quitter] "
-#: src/calcurse.c:753
+#: src/calcurse.c:765
#, c-format
msgid "CalCurse %s | general options"
msgstr "CalCurse %s | options g�n�rales"
-#: src/calcurse.c:794
+#: src/calcurse.c:806
msgid "Enter the date format (see 'man 3 strftime' for possible formats) "
msgstr ""
"Entrez le format de la date (voir 'man 3 strftime' pour les formats "
"possibles)"
-#: src/calcurse.c:796
+#: src/calcurse.c:808
msgid "Enter the time format (see 'man 3 strftime' for possible formats) "
msgstr ""
"Entrez le format de l'heure (voir 'man 3 strftime' pour les formats "
"possibles)"
-#: src/calcurse.c:798
+#: src/calcurse.c:810
msgid "Enter the number of seconds (0 not to be warned before an appointment)"
msgstr "Entrez le nombre de secondes (0 pour ne pas �tre alert�)"
-#: src/calcurse.c:802
+#: src/calcurse.c:814
#, c-format
msgid "CalCurse %s | notify-bar options"
msgstr "CalCurse %s | options de la barre de notification"
-#: src/calcurse.c:869
+#: src/calcurse.c:880
msgid "auto_save = "
msgstr "sauvegarde_automatique = "
-#: src/calcurse.c:870
+#: src/calcurse.c:881
msgid "confirm_quit = "
msgstr "confirmer_pour_quitter = "
-#: src/calcurse.c:871
+#: src/calcurse.c:882
msgid "confirm_delete = "
msgstr "confirmer_pour_effacer = "
-#: src/calcurse.c:872
+#: src/calcurse.c:883
msgid "skip_system_dialogs = "
msgstr "masquer_messages_syst�me = "
-#: src/calcurse.c:873
+#: src/calcurse.c:884
msgid "skip_progress_bar = "
msgstr "masquer_barre_progression = "
-#: src/calcurse.c:874
+#: src/calcurse.c:885
msgid "week_begins_on_monday = "
msgstr "semaine_commence_lundi = "
-#: src/calcurse.c:883
+#: src/calcurse.c:894
msgid "(if set to YES, automatic save is done when quitting)"
msgstr ""
"(si fix� � OUI, une sauvegarde est automatiquement effectu�e en quittant)"
-#: src/calcurse.c:889
+#: src/calcurse.c:900
msgid "(if set to YES, confirmation is required before quitting)"
msgstr "(si fix� � OUI, il est n�cessaire de confirmer pour quitter)"
-#: src/calcurse.c:895
+#: src/calcurse.c:906
msgid "(if set to YES, confirmation is required before deleting an event)"
msgstr ""
"(si fix� � OUI, il est n�cessaire de confirmer pour effacer un �lement)"
-#: src/calcurse.c:901
+#: src/calcurse.c:912
msgid ""
"(if set to YES, messages about loaded and saved data will not be displayed)"
msgstr "(si fix� � OUI, les messages d'acc�s fichiers ne seront pas affich�s)"
-#: src/calcurse.c:907
+#: src/calcurse.c:918
msgid "(if set to YES, progress bar will not be displayed when saving data)"
msgstr "(si fix� � OUI, la barre ne sera pas affich�e lors des sauvegardes)"
-#: src/calcurse.c:913
+#: src/calcurse.c:924
msgid "(if set to YES, monday is the first day of the week, else it is sunday)"
msgstr ""
"(si fix� � OUI, la semaine d�bute le lundi, sinon elle d�bute le dimanche)"
-#: src/calcurse.c:924
+#: src/calcurse.c:935
msgid "notify-bar_show = "
msgstr "barre-notification_afficher = "
-#: src/calcurse.c:925
+#: src/calcurse.c:936
msgid "notify-bar_date = "
msgstr "barre-notification_date = "
-#: src/calcurse.c:926
+#: src/calcurse.c:937
msgid "notify-bar_clock = "
msgstr "barre-notification_heure = "
-#: src/calcurse.c:927
+#: src/calcurse.c:938
msgid "notify-bar_warning = "
msgstr "barre-notification_alerte = "
-#: src/calcurse.c:937
+#: src/calcurse.c:948
msgid "(if set to YES, notify-bar will be displayed)"
msgstr "(si fix� � OUI, la barre de notification sera affich�e)"
-#: src/calcurse.c:944
+#: src/calcurse.c:955
msgid "(Format of the date to be displayed inside notify-bar)"
msgstr "(Format de la date � afficher dans la barre de notification)"
-#: src/calcurse.c:951
+#: src/calcurse.c:962
msgid "(Format of the time to be displayed inside notify-bar)"
msgstr "(Format de l'heure � afficher dans la barre de notification)"
-#: src/calcurse.c:958
+#: src/calcurse.c:969
msgid ""
"(Warn user if an appointment is within next 'notify-bar_warning' seconds)"
msgstr "(Alerte si il y a un rendez-vous dans ce prochain nombre de secondes)"
-#: src/calcurse.c:974
+#: src/calcurse.c:985
msgid "yes"
msgstr "oui"
-#: src/calcurse.c:977
+#: src/calcurse.c:988
msgid "no"
msgstr "non"
-#: src/calcurse.c:981
+#: src/calcurse.c:992
msgid "option not defined - Problem in print_option_incolor()"
msgstr "Probl�me dans print_option_incolor(): option non d�fini�"
-#: src/calcurse.c:998
+#: src/calcurse.c:1009
msgid "Do you really want to delete this item ?"
msgstr "Voulez-vous vraiment effacer cet �lement ?"
-#: src/calcurse.c:999
+#: src/calcurse.c:1010
msgid "Do you really want to delete this task ?"
msgstr "Voulez-vous vraiment effacer cette t�che ?"
-#: src/calcurse.c:1039
+#: src/calcurse.c:1051
msgid "FATAL ERROR in del_item: no such type\n"
msgstr "ERREUR FATALE dans todo_delete_by_num: aucune t�che correspondante\n"
-#: src/calcurse.c:1080
+#: src/calcurse.c:1093
msgid ""
"Enter start time ([hh:mm] or [h:mm]), leave blank for an all-day event : "
msgstr ""
"Entrez l'heure de d�but ([hh:mm] ou [h:mm]), laissez vide pour toute la "
"journ�e:"
-#: src/calcurse.c:1081
+#: src/calcurse.c:1094
msgid "Enter end time ([hh:mm] or [h:mm]) or duration (in minutes) : "
msgstr "Entrez l'heure de fin ([hh:mm] ou [h:mm]) ou la dur�e (en minutes):"
-#: src/calcurse.c:1082
+#: src/calcurse.c:1095
msgid "Enter description :"
msgstr "Entrez la description :"
-#: src/calcurse.c:1083
+#: src/calcurse.c:1096
msgid "You entered an invalid start time, should be [h:mm] or [hh:mm]"
msgstr "Erreur dans le format de l'heure de d�but: doit �tre [h:mm] ou [hh:mm]"
-#: src/calcurse.c:1084
+#: src/calcurse.c:1097
msgid "You entered an invalid end time, should be [h:mm] or [hh:mm] or [mm]"
msgstr ""
"Erreur dans le format de l'heure de fin: doit �tre [h:mm] ou [hh:mm] ou [mm]"
-#: src/calcurse.c:1085
+#: src/calcurse.c:1098 src/day.c:428 src/day.c:605
msgid "Press [Enter] to continue"
msgstr "Appuyez sur [ENTREE] pour continuer"
-#: src/calcurse.c:1288
+#: src/calcurse.c:1299
msgid "Failed to open config file"
msgstr "Impossible d'ouvrir le fichier de configuration"
-#: src/calcurse.c:1289 src/calendar.c:192 src/io.c:135 src/io.c:409
+#: src/calcurse.c:1300 src/calendar.c:193 src/io.c:135 src/io.c:409
#: src/io.c:493
msgid "Press [ENTER] to continue"
msgstr "Appuyez sur [ENTREE] pour continuer"
-#: src/calcurse.c:1388
+#: src/calcurse.c:1399
msgid "FATAL ERROR in fill_config_var: wrong configuration variable format.\n"
msgstr ""
"ERREUR FATALE dans fill_config_var: mauvais format dans la variable de "
"configuration.\n"
-#: src/calendar.c:191
+#: src/calendar.c:192
msgid "The day you entered is not valid"
msgstr "Le jour que vous avez entr� n'est pas valide"
-#: src/calendar.c:193
-msgid "Enter the day to go to [ENTER for today] : dd/mm/yyyy"
-msgstr "Entrez la journ�e voulue [ENTREE pour aujourd'hui] : jj/mm/aaaa"
+#: src/calendar.c:194
+msgid "Enter the day to go to [ENTER for today] : mm/dd/yyyy"
+msgstr "Entrez la journ�e voulue [ENTREE pour aujourd'hui] : mm/jj/aaaa"
#: src/custom.c:97
msgid "Exit"
@@ -404,25 +432,84 @@ msgstr ""
msgid "([>0<] for black & white)"
msgstr "([>O<]) pour noir & blanc)"
-#: src/day.c:333
+#: src/day.c:339
msgid "FATAL ERROR in day_popup_item: unknown item type\n"
msgstr "ERREUR FATALE dans todo_delete_by_num: aucune t�che correspondante\n"
-#: src/day.c:336
+#: src/day.c:342
msgid "Event :"
msgstr "Ev�nement :"
-#: src/day.c:340
+#: src/day.c:346
msgid "Appointment :"
msgstr "Rendez-vous :"
-#: src/day.c:401
+#: src/day.c:415
+msgid "Edit: (1)Start time, (2)End time or (3)Description?"
+msgstr "Editer: (1)heure de d�but, (2)heure de fin ou (3)r�p�tition?"
+
+#: src/day.c:418
+msgid "Edit: (1)Start time, (2)End time, (3)Description or (4)Repetition?"
+msgstr ""
+"Editer: (1)heure de d�but, (2)heure de fin, (3)description ou (4)r�p�tition?"
+
+#: src/day.c:420
+msgid "Edit: (1)Description or (2)Repetition?"
+msgstr "Editer: (1)description ou (2)r�p�tition?"
+
+#: src/day.c:423 src/recur.c:530
+msgid "The entered date is not valid."
+msgstr "Le jour que vous avez entr� n'est pas valide."
+
+#: src/day.c:425 src/recur.c:532
+msgid "Possible formats are [mm/dd/yyyy] or '0' for an endless repetetition"
+msgstr "Les formats autoris�s sont : 'mm/jj/aaaa' ou '0'"
+
+#: src/day.c:427
+msgid "Invalid time: start time must be before end time!"
+msgstr ""
+"Entr�e invalide: l'heure de d�but doit �tre ant�rieure � l'heure de fin!"
+
+#: src/day.c:429
+msgid "Enter the new item description:"
+msgstr "Entrez la nouvelle description :"
+
+#: src/day.c:431
+msgid "Enter the new repetition type: (D)aily, (W)eekly, (M)onthly, (Y)early"
+msgstr ""
+"Entrez le nouveau type: (D) journ., (W) hebdo., (M) mensuel, (Y) annuel"
+
+#: src/day.c:432 src/recur.c:523
+msgid "[D/W/M/Y] "
+msgstr "[D/W/M/Y] "
+
+#: src/day.c:433
+msgid "Enter the new repetition frequence:"
+msgstr "Entrez la nouvelle fr�quence de r�p�tition:"
+
+#: src/day.c:434 src/recur.c:527
+msgid "The frequence you entered is not valid."
+msgstr "La fr�quence que vous avez entr�e n'est pas valide"
+
+#: src/day.c:436
+msgid "Enter the new ending date: [mm/dd/yyyy] or '0'"
+msgstr "Entrez la nouvelle date de fin: [mm/dd/yyyy] ou '0'"
+
+#: src/day.c:604
+msgid "Enter the new time ([hh:mm] or [h:mm]) : "
+msgstr "Entrez la nouvelle heure de fin ([hh:mm] ou [h:mm]) :"
+
+#: src/day.c:607
+msgid "You entered an invalid time, should be [h:mm] or [hh:mm]"
+msgstr "Erreur dans le format de l'heure: devrait �tre [h:mm] ou [hh:mm]"
+
+#: src/day.c:634
msgid "This item is recurrent. Delete (a)ll occurences or just this (o)ne ?"
msgstr ""
"Cet �l�ment est r�current. Effacer (a) toutes les occurences ou (o) celle-"
"ci ?"
-#: src/day.c:404
+#: src/day.c:637
msgid "[a/o] "
msgstr "[a/o]"
@@ -434,11 +521,11 @@ msgstr "ERREUR FATALE dans event_scan: date erron�e dans l'�venement\n"
msgid "FATAL ERROR in event_delete_bynum: no such event\n"
msgstr "ERREUR FATALE dans event_delete_bynum: aucun �venement correspondant\n"
-#: src/help.c:101
+#: src/help.c:103
msgid " Welcome to Calcurse. This is the main help screen.\n"
msgstr " Bienvenue dans Calcurse. Vous �tes dans l'�cran principal.\n"
-#: src/help.c:103
+#: src/help.c:105
msgid ""
" Moving around: Press CTRL-P or CTRL-N to scroll text upward or\n"
" downward inside help screens, if necessary.\n"
@@ -475,11 +562,11 @@ msgstr ""
" Auteurs: Appuyez sur '@' pour obtenir l'�cran pr�sentant les \n"
" auteurs de Calcurse."
-#: src/help.c:116
+#: src/help.c:118
msgid "Save:\n"
msgstr "Sauvegarde:\n"
-#: src/help.c:118
+#: src/help.c:120
msgid ""
"Pressing 'S' saves the Calcurse data.\n"
"\n"
@@ -505,11 +592,11 @@ msgstr ""
"Dans le menu de configuration, vous pouvez choisir de sauvegarder les\n"
"donn�es automatiquement avant de quitter."
-#: src/help.c:128
+#: src/help.c:130
msgid "Displacement keys:\n"
msgstr "Touches de d�placement:\n"
-#: src/help.c:130
+#: src/help.c:132
msgid ""
"You can use either 'H','J','K','L' or the arrow keys '<','v','^','>'\n"
"to move into the calendar.\n"
@@ -541,11 +628,11 @@ msgstr ""
"les touches haut et bas (respectivement K ou fl�che haut, et J ou\n"
"fl�che bas) vous permettent de s�l�ctionner un �l�ment de ce panneau."
-#: src/help.c:142
+#: src/help.c:144
msgid "View:\n"
msgstr "Visualiser:\n"
-#: src/help.c:144
+#: src/help.c:146
msgid ""
"Pressing 'V' allows you to view the item you select in either the ToDo\n"
"or Appointment panel.\n"
@@ -572,11 +659,11 @@ msgstr ""
"la description de l'�l�ment et revenir � l'affichage principal de\n"
"Calcurse."
-#: src/help.c:154
+#: src/help.c:156
msgid "Tab:\n"
msgstr "Tabulation:\n"
-#: src/help.c:156
+#: src/help.c:158
msgid ""
"Pressing 'Tab' allows you to switch between panels.\n"
"The panel currently in use has its border colorized.\n"
@@ -606,11 +693,11 @@ msgstr ""
"toujours savoir quelles actions sont accessibles � partir du\n"
"panneau actuellement s�l�ctionn�."
-#: src/help.c:166
+#: src/help.c:168
msgid "Goto:\n"
msgstr "Aller �:\n"
-#: src/help.c:168
+#: src/help.c:170
msgid ""
"Pressing 'G' allows you to jump to a specific day in the calendar.\n"
"\n"
@@ -628,11 +715,11 @@ msgstr ""
"Si vous appuyez sur [ENTREE] sans sp�cifier de date, vous serez\n"
"directement plac� � la date du jour."
-#: src/help.c:174
+#: src/help.c:176
msgid "Delete:\n"
msgstr "Effacer:\n"
-#: src/help.c:176
+#: src/help.c:178
msgid ""
"Pressing 'D' deletes an element in the ToDo or Appointment list.\n"
"\n"
@@ -664,11 +751,11 @@ msgstr ""
"N'oubliez pas de sauvegarder les donn�es du calendrier pour\n"
"retrouver vos modifications au prochain lancement de Calcurse."
-#: src/help.c:188
+#: src/help.c:190
msgid "Add:\n"
msgstr "Ajouter:\n"
-#: src/help.c:190
+#: src/help.c:192
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"
@@ -741,11 +828,52 @@ msgstr ""
" sera annul�.\n"
" o N'oubliez pas de sauvegarder vos nouvelles donn�es."
-#: src/help.c:221
+#: src/help.c:223
+msgid "Edit Item:\n"
+msgstr "Editer:\n"
+
+#: src/help.c:225
+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"
+"repeated or not, you will be asked to choose one of the item properties\n"
+"to modify. An item property is one of the following: the start time, the\n"
+"end time, the description, or the item repetition.\n"
+"Once you have chosen the property you want to modify, you will be shown\n"
+"its actual value, and you will be able to change it as you like.\n"
+"\n"
+"Notes:\n"
+" o if you choose to edit the item repetition properties, you will\n"
+" be asked to re-enter all of the repetition characteristics\n"
+" (repetition type, frequence, and ending date). Moreover, the\n"
+" previous data concerning the deleted occurences will be lost.\n"
+" o do not forget to save the calendar data to retrieve the\n"
+" modified properties next time you launch Calcurse."
+msgstr ""
+"Appuyer sur 'E' permet d'�diter l'�l�ment actuellement s�lectionn�.\n"
+"Suivant le type de l'�lement (rendez-vous, �v�nement ou t�che), et\n"
+"suivant si celui-ci est r�p�t� ou non, il vous sera demand� de choisir\n"
+"parmis une des propri�t�s de cet �l�ment pour la modifier. Ces\n"
+"propri�t�s peuvent �tre : l'heure de d�but, l'heure de fin, la\n"
+"description, ou la r�p�tition de l'�l�ment.\n"
+"Une fois que vous avez s�lectionn� la propri�t� de l'�l�ment � modifier,\n"
+"sa valeur actuelle vous sera rappel�e, et vous pourrez modifier\n"
+"celle-ci.\n"
+"\n"
+"Remarques:\n"
+" o si vous choisissez d'�diter les propri�t�s de r�p�tition de\n"
+" l'�l�ment, il vous sera demand� d'entrer � nouveau toutes les\n"
+" caract�ristiques (type, fr�quence, date de fin) de celle-ci.\n"
+" De plus, les donn�es concernant les occurences supprim�es\n"
+" seront perdues.\n"
+" o n'oubliez pas de sauvegarder les donn�es du calendrier pour\n"
+" retrouver vos modifications au prochain lancement de calcurse."
+
+#: src/help.c:240
msgid "Priority:\n"
msgstr "Priorit�\n"
-#: src/help.c:223
+#: src/help.c:242
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"
@@ -779,11 +907,11 @@ msgstr ""
"de l'�l�ment pourra �galement changer en fonction de la priorit� des\n"
"�l�ments plac�s en dessous de lui."
-#: src/help.c:235
+#: src/help.c:254
msgid "Repeat:\n"
msgstr "R�p�ter:\n"
-#: src/help.c:237
+#: src/help.c:256
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"
@@ -806,9 +934,12 @@ msgid ""
" repetition, enter '0' and the item will be repeated\n"
" forever.\n"
"\n"
-"Note: the 'Repeat' and 'Delete' command can be mixed to create\n"
-" complicated configurations, as it is possible to delete only\n"
-" one occurence of a repeated item."
+"Notes:\n"
+" o repeated items are marked with an '*' inside the appointment\n"
+" panel, to be easily recognizable from non-repeated ones.\n"
+" o the 'Repeat' and 'Delete' command can be mixed to create\n"
+" complicated configurations, as it is possible to delete only\n"
+" one occurence of a repeated item."
msgstr ""
"Appuyer sur 'R' vous permet de r�p�ter un �v�nement ou un rendez-vous.\n"
"Vous devez tout d'abord s�l�ctionner l'�l�ment � r�p�ter dans la fen�tre\n"
@@ -831,15 +962,19 @@ msgstr ""
" o date de fin: indique la fin de r�p�tition de l'�l�ment s�l�ctionn�.\n"
" Si l'�l�ment doit �tre r�p�t� ind�finiment, entrez '0'.\n"
"\n"
-"Note: les commandes 'R�p�ter' et 'Effacer' peuvent �tre combin�es afin\n"
-"de cr�er des configurations complexes, car il est possible d'effacer les\n"
-"occurences des �l�ments r�p�t�s une par une."
-
-#: src/help.c:258
+"Remarques:\n"
+" o les �l�ments r�p�t�s sont marqu�s avec un '*' afin de pouvoir\n"
+" les diff�rencier des �l�ments normaux.\n"
+" o les commandes 'R�p�ter' et 'Effacer' peuvent �tre combin�es\n"
+" afin de cr�er des configurations complexes, car il est\n"
+" possible d'effacer les occurences des �l�ments r�p�t�s une par\n"
+" une."
+
+#: src/help.c:280
msgid "Config:\n"
msgstr "Configuration:\n"
-#: src/help.c:260
+#: src/help.c:282
msgid ""
"Pressing 'C' leads to the configuration submenu, from which you can\n"
"select between color, layout, and general options.\n"
@@ -873,11 +1008,11 @@ msgstr ""
"N'oubliez pas de sauvegarder les donn�es pour retrouver votre\n"
"configuration au prochain lancement de Calcurse."
-#: src/help.c:271
+#: src/help.c:293
msgid "General keybindings:\n"
msgstr "Raccourcis clavier globaux:\n"
-#: src/help.c:273
+#: src/help.c:295
msgid ""
"Some of the keybindings apply whatever panel is selected. They are\n"
"called general keybinding and involve the <CONTROL> key, which is\n"
@@ -913,11 +1048,11 @@ msgstr ""
" '^K' : -1 Sem. -> aller � la semaine pr�c�dente\n"
" '^J' : +1 Sem. -> aller � la semaine suivante"
-#: src/help.c:289
+#: src/help.c:311
msgid "OtherCmd:\n"
msgstr "Autres Commandes:\n"
-#: src/help.c:291
+#: src/help.c:313
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"
@@ -934,11 +1069,11 @@ msgstr ""
"Une fois que la derni�re page a �t� atteinte, appuyer une nouvelle\n"
"fois sur 'O' vous ram�nera automatiquement � la premi�re page."
-#: src/help.c:298
+#: src/help.c:320
msgid "Calcurse - text-based organizer"
msgstr "Calcurse - organiseur personnel en mode texte"
-#: src/help.c:300
+#: src/help.c:322
msgid ""
"Copyright (c) 2004-2006 Frederic Culot\n"
"\n"
@@ -972,7 +1107,7 @@ msgstr ""
"Envoyez vos remarques ou commentaires � : calcurse@culot.org\n"
"Page web de Calcurse : http://culot.org/calcurse"
-#: src/help.c:323
+#: src/help.c:345
#, c-format
msgid "CalCurse %s | help"
msgstr "Calcurse %s | aide"
@@ -1055,54 +1190,46 @@ msgstr "ERREUR FATALE dans event_delete_bynum: aucun �venement correspondant\n"
msgid "FATAL ERROR in recur_apoint_erase: no such appointment\n"
msgstr "ERREUR FATALE dans apoint_delete_bynum: l'�lement n'existe pas\n"
-#: src/recur.c:520
+#: src/recur.c:522
msgid "Enter the repetition type: (D)aily, (W)eekly, (M)onthly, (Y)early"
msgstr "Entrez le type: (D) journ., (W) hebdo., (M) mensuel, (Y) annuel"
-#: src/recur.c:521
-msgid "[D/W/M/Y] "
-msgstr "[D/W/M/Y] "
-
-#: src/recur.c:523
+#: src/recur.c:525
msgid "Enter the repetition frequence:"
msgstr "Entrez la fr�quence de r�p�tition:"
-#: src/recur.c:525
-msgid "The frequence you entered is not valid."
-msgstr "La fr�quence que vous avez entr�e n'est pas valide"
-
-#: src/recur.c:527
+#: src/recur.c:529
msgid "Enter the ending date: [mm/dd/yyyy] or '0' for an endless repetition"
msgstr "Entrez la date de fin: [mm/dd/yyyy] ou '0' pour r�p�ter ind�finiment"
-#: src/recur.c:528
-msgid "The entered date is not valid."
-msgstr "Le jour que vous avez entr� n'est pas valide."
-
-#: src/recur.c:530
-msgid "Possible formats are [mm/dd/yyyy] or '0' for an endless repetetition"
-msgstr "Les formats autoris�s sont : 'mm/jj/aaaa' ou '0'"
-
-#: src/recur.c:531
+#: src/recur.c:533
msgid "This item is already a repeated one."
msgstr "Cet �l�ment est d�j� recurrent."
-#: src/recur.c:532
+#: src/recur.c:534
msgid "Press [ENTER] to continue."
msgstr "Appuyez sur [ENTREE] pour continuer."
-#: src/recur.c:534
+#: src/recur.c:536
msgid "Sorry, the date you entered is older than the item start time."
msgstr "La date que vous avez entr�e est ant�rieure � la date de l'�l�ment!"
-#: src/recur.c:618
+#: src/recur.c:620
msgid "FATAL ERROR in recur_repeat_item: wrong item type\n"
msgstr "ERREUR FATALE dans todo_delete_by_num: aucune t�che correspondante\n"
-#: src/recur.c:643
+#: src/recur.c:645
msgid "FATAL ERROR in recur_exc_scan: syntax error in the item date\n"
msgstr "ERREUR FATALE dans load_app: mauvais format de date\n"
+#: src/recur.c:710
+msgid "FATAL ERROR in recur_get_apoint: no such item\n"
+msgstr "ERREUR FATALE dans recur_get_apoint: l'�lement n'existe pas\n"
+
+#: src/recur.c:730
+msgid "FATAL ERROR in recur_get_event: no such item\n"
+msgstr "ERREUR FATALE dans recur_get_event: aucun �venement correspondant\n"
+
#: src/todo.c:42
msgid "Enter the new ToDo item : "
msgstr "Entrez la nouvelle t�che : "
@@ -1111,107 +1238,116 @@ msgstr "Entrez la nouvelle t�che : "
msgid "Enter the ToDo priority [1 (highest) - 9 (lowest)] :"
msgstr "Entrez la priorit� [1 (plus important) - 9 (moins important)] :"
-#: src/todo.c:100
+#: src/todo.c:99
msgid "FATAL ERROR in todo_delete_bynum: no such todo\n"
msgstr "ERREUR FATALE dans todo_delete_by_num: aucune t�che correspondante\n"
-#: src/todo.c:136
+#: src/todo.c:135
msgid "FATAL ERROR in todo_get_position: todo not found\n"
msgstr "ERREUR FATALE dans todo_delete_by_num: aucune t�che correspondante\n"
-#: src/todo.c:158
+#: src/todo.c:157
msgid "FATAL ERROR in todo_chg_priority: no such action\n"
msgstr "ERREUR FATALE dans todo_delete_by_num: aucune t�che correspondante\n"
-#: src/utils.c:77
+#: src/todo.c:174
+msgid "Enter the new ToDo description :"
+msgstr "Entrez la nouvelle d�scription pour cette t�che : "
+
+#: src/utils.c:78
msgid "Press any key to continue..."
msgstr "Appuyez sur une touche pour continuer..."
-#: src/utils.c:238
-msgid "-- Press 'N' for next page --"
-msgstr "-- Appuyez sur 'N' pour la page suivante --"
-
-#: src/utils.c:239
-msgid "-- Press 'P' for previous page --"
-msgstr "-- Appuyez sur 'P' pour la page pr�c�dente --"
+#: src/utils.c:281
+msgid "FATAL ERROR in updatestring: out of memory\n"
+msgstr "ERREUR FATALE dans updatestring: m�moire insuffisante\n"
-#: src/utils.c:344
+#: src/utils.c:367
msgid "Help"
msgstr "Aide"
-#: src/utils.c:345
+#: src/utils.c:368
msgid "Quit"
msgstr "Quitter"
-#: src/utils.c:346
+#: src/utils.c:369
msgid "Save"
msgstr "Sauver"
-#: src/utils.c:347
+#: src/utils.c:370
msgid "Add Item"
msgstr "Ajouter"
-#: src/utils.c:348
+#: src/utils.c:371
msgid "Del Item"
msgstr "Effacer"
-#: src/utils.c:349 src/utils.c:361
+#: src/utils.c:372
+msgid "Edit Itm"
+msgstr "Editer"
+
+#: src/utils.c:373 src/utils.c:385
msgid "-+1 Day"
msgstr "-+1 Jour"
-#: src/utils.c:350 src/utils.c:362
+#: src/utils.c:374 src/utils.c:386
msgid "-+1 Week"
msgstr "-+1 Sem."
-#: src/utils.c:351
+#: src/utils.c:375
msgid "Up/Down"
msgstr "Haut/Bas"
-#: src/utils.c:352
+#: src/utils.c:376
msgid "Repeat"
msgstr "R�p�ter"
-#: src/utils.c:353
+#: src/utils.c:377
msgid "Priority"
msgstr "Priorit�"
-#: src/utils.c:354
+#: src/utils.c:378
msgid "Chg View"
msgstr "Chg Vue"
-#: src/utils.c:355
+#: src/utils.c:379
msgid "Go to"
msgstr "Aller �"
-#: src/utils.c:356
+#: src/utils.c:380
msgid "Config"
msgstr "Config"
-#: src/utils.c:357
+#: src/utils.c:381
msgid "View"
msgstr "Voir"
-#: src/utils.c:358
+#: src/utils.c:382
msgid "Redraw"
msgstr "Retracer"
-#: src/utils.c:359
+#: src/utils.c:383
msgid "Add Appt"
msgstr "Ajt rdv"
-#: src/utils.c:360
+#: src/utils.c:384
msgid "Add Todo"
msgstr "Ajt todo"
-#: src/utils.c:363
+#: src/utils.c:387
msgid "OtherCmd"
msgstr "Autres"
-#: src/utils.c:420
+#: src/utils.c:447
msgid "FATAL ERROR in date2sec: failure in mktime\n"
msgstr "ERREUR FATALE dans date2sec: dysfonctionnement dans mktime\n"
-#: src/utils.c:543
+#: src/utils.c:501
+msgid "FATAL ERROR in update_time_in_date: failure in mktime\n"
+msgstr ""
+"ERREUR FATALE dans update_time_in_date: dysfonctionnement dans mktime\n"
+
+#: src/utils.c:628
msgid "Appointment"
msgstr "Rendez-vous"
@@ -1291,6 +1427,12 @@ msgstr "Ven"
msgid "Sat"
msgstr "Sam"
+#~ msgid "-- Press 'N' for next page --"
+#~ msgstr "-- Appuyez sur 'N' pour la page suivante --"
+
+#~ msgid "-- Press 'P' for previous page --"
+#~ msgstr "-- Appuyez sur 'P' pour la page pr�c�dente --"
+
#~ msgid "Redraw:\n"
#~ msgstr "Retracer:\n"