po/calcurse.pot: Update message catalog

Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org>
This commit is contained in:
Lukas Fleischer 2016-01-30 11:22:36 +01:00
parent 978d24a9d2
commit 19f239e490

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: bugs@calcurse.org\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" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -28,108 +28,85 @@ msgid "no such appointment"
msgstr "" msgstr ""
msgid "" msgid ""
"Usage: calcurse [-g|-h|-v] [-an] [-t[num]] [-i<file>] [-x[format]]\n" "usage: calcurse [--daemon|-F|-G|-g|-i<file>|-Q|--status|-x[<format>]]\n"
" [-d <date>|<num>] [-s[date]] [-r[range]]\n" " [-c<file>] [-D<path>] [-h] [-q] [--read-only] [-v]\n"
" [-c<file>] [-D<dir>] [-S<regex>] [--status]\n" " [--filter-*] [--format-*]"
" [--read-only]\n"
msgstr "" 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"
msgstr "" msgstr ""
#, c-format #, c-format
msgid "Calcurse %s - text-based organizer\n" msgid "calcurse %s -- text-based organizer\n"
msgstr ""
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 "" msgstr ""
msgid "" msgid ""
"\n" "Note that -F, -G and -Q can be combined with filter options --filter-*\n"
"For more information, type '?' from within Calcurse, or read the manpage.\n" "and formatting options --format-*. Consult the man page for details."
msgstr "" msgstr ""
msgid "Mail feature requests and suggestions to <misc@calcurse.org>.\n" msgid "Miscellaneous:"
msgstr "" msgstr ""
msgid "Mail bug reports to <bugs@calcurse.org>.\n" msgid " -c, --calendar <file> Specify the calendar data file to use"
msgstr ""
msgid " --daemon Run notification daemon in the background"
msgstr ""
msgid " -D, --directory <path> 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 <file> 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 [<format>] Export items, valid formats: ical, pcal"
msgstr "" msgstr ""
msgid "" msgid ""
"\n" "For more information, type '?' from within calcurse, or read the manpage."
"Miscellaneous:\n" msgstr ""
" -h, --help\n"
"\tprint this help and exit.\n" msgid "Submit feature requests and suggestions to <misc@calcurse.org>."
"\n" msgstr ""
" -v, --version\n"
"\tprint calcurse version and exit.\n" msgid "Submit bug reports to <bugs@calcurse.org>."
"\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 <file>, --calendar <file>\n"
"\tspecify the calendar <file> to use (has precedence over '-D').\n"
"\n"
" -D <dir>, --directory <dir>\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 <date|num>, --day <date|num>\n"
"\tprint events and appointments for <date> or <num> 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 <file>, --import <file>\n"
"\timport the icalendar data contained in <file>. \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 <num>, --limit <num>\n"
"\tonly print information regarding the next <num> 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<regex>, --search=<regex>\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"
msgstr "" msgstr ""
#, c-format #, c-format
@ -195,6 +172,9 @@ msgstr ""
msgid "cannot specify a range and an end date" msgid "cannot specify a range and an end date"
msgstr "" msgstr ""
msgid "Unable to find documentation."
msgstr ""
msgid "Export to (i)cal or (p)cal format?" msgid "Export to (i)cal or (p)cal format?"
msgstr "" msgstr ""
@ -435,45 +415,45 @@ msgstr ""
msgid "unknown ical type" msgid "unknown ical type"
msgstr "" msgstr ""
msgid "recurrence rule malformed."
msgstr ""
msgid "recurrence frequence not found." msgid "recurrence frequence not found."
msgstr "" msgstr ""
msgid "recurrence frequence not recognized." msgid "recurrence frequence not recognized."
msgstr "" msgstr ""
msgid "recurrence rule malformed."
msgstr ""
msgid "recurrence exception dates malformed." msgid "recurrence exception dates malformed."
msgstr "" msgstr ""
msgid "could not get entire item description."
msgstr ""
msgid "description malformed." msgid "description malformed."
msgstr "" msgstr ""
msgid "appointment has no start time." msgid "could not get entire item description."
msgstr ""
msgid "could not compute duration (no end time)."
msgstr ""
msgid "item has a negative duration."
msgstr ""
msgid "event date is not defined."
msgstr ""
msgid "item could not be identified."
msgstr "" msgstr ""
msgid "could not retrieve item summary." msgid "could not retrieve item summary."
msgstr "" msgstr ""
msgid "item start date is not defined."
msgstr ""
msgid "item has a negative duration."
msgstr ""
msgid "item could not be identified."
msgstr ""
msgid "event start time malformed."
msgstr ""
msgid "could not retrieve event start time." msgid "could not retrieve event start time."
msgstr "" msgstr ""
msgid "event end time malformed."
msgstr ""
msgid "could not retrieve event end time." msgid "could not retrieve event end time."
msgstr "" msgstr ""
@ -483,7 +463,7 @@ msgstr ""
msgid "The ical file seems to be malformed. The end of item was not found." msgid "The ical file seems to be malformed. The end of item was not found."
msgstr "" 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 "" msgstr ""
msgid "Warning: ical header malformed or wrong version number. Aborting..." msgid "Warning: ical header malformed or wrong version number. Aborting..."
@ -1209,9 +1189,6 @@ msgstr ""
msgid "no such todo" msgid "no such todo"
msgstr "" msgstr ""
msgid "todo not found"
msgstr ""
msgid "ERROR setting first day of week" msgid "ERROR setting first day of week"
msgstr "" msgstr ""
@ -1355,7 +1332,7 @@ msgstr ""
msgid "Enter the new TODO item:" msgid "Enter the new TODO item:"
msgstr "" msgstr ""
msgid "Enter the TODO priority [1 (highest) - 9 (lowest)]:" msgid "Enter the TODO priority [0 (none), 1 (highest) - 9 (lowest)]:"
msgstr "" msgstr ""
msgid "Do you really want to delete this task?" msgid "Do you really want to delete this task?"
@ -1486,6 +1463,12 @@ msgstr ""
msgid "Usage: calcurse-upgrade [-h|-v|--config <file>]" msgid "Usage: calcurse-upgrade [-h|-v|--config <file>]"
msgstr "" 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:" msgid "unrecognized option:"
msgstr "" msgstr ""