From 19f239e49013df5c7d479f8231d1e6c7bb2da9eb Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Sat, 30 Jan 2016 11:22:36 +0100 Subject: po/calcurse.pot: Update message catalog Signed-off-by: Lukas Fleischer --- po/calcurse.pot | 189 ++++++++++++++++++++++++++------------------------------ 1 file changed, 86 insertions(+), 103 deletions(-) (limited to 'po') diff --git a/po/calcurse.pot b/po/calcurse.pot index 3423f09..6211dc9 100644 --- a/po/calcurse.pot +++ b/po/calcurse.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: bugs@calcurse.org\n" -"POT-Creation-Date: 2015-02-22 10:37+0100\n" +"POT-Creation-Date: 2016-01-30 11:22+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -28,108 +28,85 @@ msgid "no such appointment" msgstr "" msgid "" -"Usage: calcurse [-g|-h|-v] [-an] [-t[num]] [-i] [-x[format]]\n" -" [-d |] [-s[date]] [-r[range]]\n" -" [-c] [-D] [-S] [--status]\n" -" [--read-only]\n" +"usage: calcurse [--daemon|-F|-G|-g|-i|-Q|--status|-x[]]\n" +" [-c] [-D] [-h] [-q] [--read-only] [-v]\n" +" [--filter-*] [--format-*]" msgstr "" -msgid "Try 'calcurse -h' for more information.\n" +msgid "Try `calcurse -h` for more information." msgstr "" -msgid "" -"\n" -"Copyright (c) 2004-2016 calcurse Development Team.\n" -"This is free software; see the source for copying conditions.\n" +#, c-format +msgid "calcurse %s -- text-based organizer\n" msgstr "" -#, c-format -msgid "Calcurse %s - text-based organizer\n" +msgid "Copyright (c) 2004-2016 calcurse Development Team." +msgstr "" + +msgid "This is free software; see the source for copying conditions." +msgstr "" + +msgid "Operations in non-interactive mode:" +msgstr "" + +msgid " -F, --filter Read items, filter them, and write them back" +msgstr "" + +msgid " -G, --grep Grep items from the data files" +msgstr "" + +msgid " -Q, --query Print items in a given query range" msgstr "" msgid "" -"\n" -"For more information, type '?' from within Calcurse, or read the manpage.\n" +"Note that -F, -G and -Q can be combined with filter options --filter-*\n" +"and formatting options --format-*. Consult the man page for details." +msgstr "" + +msgid "Miscellaneous:" +msgstr "" + +msgid " -c, --calendar Specify the calendar data file to use" msgstr "" -msgid "Mail feature requests and suggestions to .\n" +msgid " --daemon Run notification daemon in the background" msgstr "" -msgid "Mail bug reports to .\n" +msgid " -D, --directory Specify the data directory to use" +msgstr "" + +msgid " -g, --gc Run the garbage collector and exit" +msgstr "" + +msgid " -h, --help Show this help text and exit" +msgstr "" + +msgid " -i, --import Import iCal data from a file" +msgstr "" + +msgid " -q, --quiet Do not show system dialogs" +msgstr "" + +msgid " --read-only Do not save configuration or data files" +msgstr "" + +msgid " --status Display the status of running instances" +msgstr "" + +msgid " -v, --version Show version information and exit" +msgstr "" + +msgid " -x, --export [] Export items, valid formats: ical, pcal" msgstr "" msgid "" -"\n" -"Miscellaneous:\n" -" -h, --help\n" -"\tprint this help and exit.\n" -"\n" -" -v, --version\n" -"\tprint calcurse version and exit.\n" -"\n" -" --status\n" -"\tdisplay the status of running instances of calcurse.\n" -"\n" -" --read-only\n" -"\tDon't save configuration nor appointments/todos. Use with care.\n" -"\n" -"Files:\n" -" -c , --calendar \n" -"\tspecify the calendar to use (has precedence over '-D').\n" -"\n" -" -D , --directory \n" -"\tspecify the data directory to use.\n" -"\tIf not specified, the default directory is ~/.calcurse\n" -"\n" -"Non-interactive:\n" -" -a, --appointment\n" -" \tprint events and appointments for current day and exit.\n" -"\n" -" -d , --day \n" -"\tprint events and appointments for or upcoming days and\n" -"\texit. To specify both a starting date and a range, use the\n" -"\t'--startday' and the '--range' option.\n" -"\n" -" -g, --gc\n" -"\trun the garbage collector for note files and exit. \n" -"\n" -" -i , --import \n" -"\timport the icalendar data contained in . \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" -" -l , --limit \n" -"\tonly print information regarding the next items. \n" -"\n" -" -r[num], --range[=num]\n" -"\tprint events and appointments for the [num] number of days\n" -"\tand exit. If no [num] is given, a range of 1 day is considered.\n" -"\n" -" -s[date], --startday[=date]\n" -"\tprint events and appointments from [date] and exit.\n" -"\tIf no [date] is given, the current day is considered.\n" -"\n" -" -S, --search=\n" -"\tsearch for the given regular expression within events, appointments,\n" -"\tand todos description.\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" -"\tThe priority number must be between 1 (highest) and 9 (lowest).\n" -"\tIt is also possible to specify '0' for the priority, in which case\n" -"\tonly completed tasks will be shown.\n" -"\n" -" -x[format], --export[=format]\n" -"\texport user data to the specified format. Events, appointments and\n" -"\ttodos are converted and echoed to stdout.\n" -"\tTwo possible formats are available: 'ical' and 'pcal'.\n" -"\tIf the optional argument format is not given, ical format is\n" -"\tselected by default.\n" -"\tnote: redirect standard output to export data to a file,\n" -"\tby issuing a command such as: calcurse --export > calcurse.dat\n" +"For more information, type '?' from within calcurse, or read the manpage." +msgstr "" + +msgid "Submit feature requests and suggestions to ." +msgstr "" + +msgid "Submit bug reports to ." msgstr "" #, c-format @@ -195,6 +172,9 @@ msgstr "" msgid "cannot specify a range and an end date" msgstr "" +msgid "Unable to find documentation." +msgstr "" + msgid "Export to (i)cal or (p)cal format?" msgstr "" @@ -435,45 +415,45 @@ msgstr "" msgid "unknown ical type" msgstr "" -msgid "recurrence frequence not found." +msgid "recurrence rule malformed." msgstr "" -msgid "recurrence frequence not recognized." +msgid "recurrence frequence not found." msgstr "" -msgid "recurrence rule malformed." +msgid "recurrence frequence not recognized." msgstr "" msgid "recurrence exception dates malformed." msgstr "" -msgid "could not get entire item description." -msgstr "" - msgid "description malformed." msgstr "" -msgid "appointment has no start time." +msgid "could not get entire item description." msgstr "" -msgid "could not compute duration (no end time)." +msgid "could not retrieve item summary." msgstr "" -msgid "item has a negative duration." +msgid "item start date is not defined." msgstr "" -msgid "event date is not defined." +msgid "item has a negative duration." msgstr "" msgid "item could not be identified." msgstr "" -msgid "could not retrieve item summary." +msgid "event start time malformed." msgstr "" msgid "could not retrieve event start time." msgstr "" +msgid "event end time malformed." +msgstr "" + msgid "could not retrieve event end time." msgstr "" @@ -483,7 +463,7 @@ msgstr "" msgid "The ical file seems to be malformed. The end of item was not found." msgstr "" -msgid "item priority is not acceptable (must be between 1 and 9)." +msgid "item priority is invalid (must be between 0 and 9)." msgstr "" msgid "Warning: ical header malformed or wrong version number. Aborting..." @@ -1209,9 +1189,6 @@ msgstr "" msgid "no such todo" msgstr "" -msgid "todo not found" -msgstr "" - msgid "ERROR setting first day of week" msgstr "" @@ -1355,7 +1332,7 @@ msgstr "" msgid "Enter the new TODO item:" msgstr "" -msgid "Enter the TODO priority [1 (highest) - 9 (lowest)]:" +msgid "Enter the TODO priority [0 (none), 1 (highest) - 9 (lowest)]:" msgstr "" msgid "Do you really want to delete this task?" @@ -1486,6 +1463,12 @@ msgstr "" msgid "Usage: calcurse-upgrade [-h|-v|--config ]" msgstr "" +msgid "" +"\n" +"Copyright (c) 2004-2016 calcurse Development Team.\n" +"This is free software; see the source for copying conditions.\n" +msgstr "" + msgid "unrecognized option:" msgstr "" -- cgit v1.2.3