From 1aa43ff966776149a162d2e901924e79f91f6725 Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Tue, 23 Jul 2013 11:17:49 +0200 Subject: Add POT files for online help texts Use translate-toolkit to generate message catalogs for all online help texts. Add Transifex resources for each of the message catalogs. Signed-off-by: Lukas Fleischer --- po/doc/add.pot | 89 +++++++++++++++++++++++++++++++++++++++++++++++++ po/doc/config.pot | 57 +++++++++++++++++++++++++++++++ po/doc/copy-paste.pot | 33 ++++++++++++++++++ po/doc/credits.pot | 53 +++++++++++++++++++++++++++++ po/doc/delete.pot | 45 +++++++++++++++++++++++++ po/doc/displacement.pot | 59 ++++++++++++++++++++++++++++++++ po/doc/edit.pot | 60 +++++++++++++++++++++++++++++++++ po/doc/enote.pot | 64 +++++++++++++++++++++++++++++++++++ po/doc/export.pot | 59 ++++++++++++++++++++++++++++++++ po/doc/flag.pot | 45 +++++++++++++++++++++++++ po/doc/general.pot | 59 ++++++++++++++++++++++++++++++++ po/doc/goto.pot | 42 +++++++++++++++++++++++ po/doc/import.pot | 58 ++++++++++++++++++++++++++++++++ po/doc/intro.pot | 42 +++++++++++++++++++++++ po/doc/main.pot | 48 ++++++++++++++++++++++++++ po/doc/other.pot | 36 ++++++++++++++++++++ po/doc/pipe.pot | 34 +++++++++++++++++++ po/doc/priority.pot | 45 +++++++++++++++++++++++++ po/doc/repeat.pot | 77 ++++++++++++++++++++++++++++++++++++++++++ po/doc/save.pot | 42 +++++++++++++++++++++++ po/doc/tab.pot | 43 ++++++++++++++++++++++++ po/doc/view.pot | 40 ++++++++++++++++++++++ po/doc/vnote.pot | 59 ++++++++++++++++++++++++++++++++ 23 files changed, 1189 insertions(+) create mode 100644 po/doc/add.pot create mode 100644 po/doc/config.pot create mode 100644 po/doc/copy-paste.pot create mode 100644 po/doc/credits.pot create mode 100644 po/doc/delete.pot create mode 100644 po/doc/displacement.pot create mode 100644 po/doc/edit.pot create mode 100644 po/doc/enote.pot create mode 100644 po/doc/export.pot create mode 100644 po/doc/flag.pot create mode 100644 po/doc/general.pot create mode 100644 po/doc/goto.pot create mode 100644 po/doc/import.pot create mode 100644 po/doc/intro.pot create mode 100644 po/doc/main.pot create mode 100644 po/doc/other.pot create mode 100644 po/doc/pipe.pot create mode 100644 po/doc/priority.pot create mode 100644 po/doc/repeat.pot create mode 100644 po/doc/save.pot create mode 100644 po/doc/tab.pot create mode 100644 po/doc/view.pot create mode 100644 po/doc/vnote.pot (limited to 'po') diff --git a/po/doc/add.pot b/po/doc/add.pot new file mode 100644 index 0000000..3151150 --- /dev/null +++ b/po/doc/add.pot @@ -0,0 +1,89 @@ +#. extracted from add.txt +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-07-23 10:28+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Translate Toolkit 1.10.0\n" + +#: add.txt:1 +msgid "" +"Add\n" +"===" +msgstr "" + +#: add.txt:4 +msgid "" +"Add an item in either the TODO or Appointment list, depending on which panel " +"is\n" +"selected." +msgstr "" + +#: add.txt:7 +msgid "" +"To enter a new item in the TODO list, you will need first to enter the\n" +"description of this new item. Then you will be asked to specify the todo\n" +"priority. This priority is represented by a number going from 9 for the " +"lowest\n" +"priority, to 1 for the highest one. It is still possible to change the item\n" +"priority afterwards, by using the '+' and '-' keys inside the todo panel." +msgstr "" + +#: add.txt:13 +msgid "" +"If the APPOINTMENT panel is selected, you will be able to enter either a new\n" +"appointment or a new all-day long event. To enter a new event, press " +"[ENTER]\n" +"instead of the item start time, and just fill in the event description." +msgstr "" + +#: add.txt:17 +msgid "" +"To enter a new appointment to be added in the APPOINTMENT list, you will " +"need\n" +"to enter successively the time at which the appointment begins, the " +"appointment\n" +"length (either by specifying the end time in [hh:mm] or the duration in\n" +"[+hh:mm], [+xxdxxhxxm] or [+mm] format), and the description of the event." +msgstr "" + +#: add.txt:22 +msgid "" +"The day at which occurs the event or appointment is the day currently " +"selected\n" +"in the calendar, so you need to move to the desired day before." +msgstr "" + +#: add.txt:25 +msgid "" +"Notes\n" +"-----" +msgstr "" + +#: add.txt:28 +msgid "" +"* If an appointment lasts for such a long time that it continues on the next\n" +" days, this event will be indicated on all the corresponding days, and the\n" +" beginning or ending hour will be replaced by '..' if the event does not " +"begin\n" +" or end on the day." +msgstr "" + +#: add.txt:33 +msgid "" +"* If you only press [ENTER] at the APPOINTMENT or TODO event description\n" +" prompt, without any description, no item will be added." +msgstr "" + +#: add.txt:36 +msgid "" +"* Do not forget to save the calendar data to retrieve the new event next " +"time\n" +" you launch Calcurse." +msgstr "" diff --git a/po/doc/config.pot b/po/doc/config.pot new file mode 100644 index 0000000..a9ce3f6 --- /dev/null +++ b/po/doc/config.pot @@ -0,0 +1,57 @@ +#. extracted from config.txt +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-07-23 10:28+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Translate Toolkit 1.10.0\n" + +#: config.txt:1 +msgid "" +"Config\n" +"======" +msgstr "" + +#: config.txt:4 +msgid "" +"Open the configuration submenu. From this submenu, you can select between\n" +"color, layout, notification and general options, and you can also configure\n" +"your key bindings." +msgstr "" + +#: config.txt:8 +msgid "The color submenu lets you choose the color theme." +msgstr "" + +#: config.txt:10 +msgid "" +"The layout submenu lets you choose the Calcurse screen layout, in other " +"words\n" +"where to place the three different panels on the screen." +msgstr "" + +#: config.txt:13 +msgid "" +"The general options submenu brings a screen with the different options which\n" +"modifies the way Calcurse interacts with the user." +msgstr "" + +#: config.txt:16 +msgid "The notify submenu allows you to change the notify-bar settings." +msgstr "" + +#: config.txt:18 +msgid "The keys submenu lets you define your own key bindings." +msgstr "" + +#: config.txt:20 +msgid "" +"Do not forget to save the calendar data to retrieve your configuration next\n" +"time you launch Calcurse." +msgstr "" diff --git a/po/doc/copy-paste.pot b/po/doc/copy-paste.pot new file mode 100644 index 0000000..90f4421 --- /dev/null +++ b/po/doc/copy-paste.pot @@ -0,0 +1,33 @@ +#. extracted from copy-paste.txt +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-07-23 10:28+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Translate Toolkit 1.10.0\n" + +#: copy-paste.txt:1 +msgid "" +"Copy and Paste\n" +"==============" +msgstr "" + +#: copy-paste.txt:4 +msgid "" +"Copy and paste the currently selected item. This is useful to quickly copy " +"an\n" +"item from one date to another. To do so, one must first highlight the item " +"that\n" +"needs to be copied, then press the key assigned to the copy function. Once " +"the\n" +"new date is chosen in the calendar, the appointment panel must be selected " +"and\n" +"the paste key must be pressed to paste the item. The item will appear in the\n" +"appointment panel, assigned to the newly selected date." +msgstr "" diff --git a/po/doc/credits.pot b/po/doc/credits.pot new file mode 100644 index 0000000..7ec5cbb --- /dev/null +++ b/po/doc/credits.pot @@ -0,0 +1,53 @@ +#. extracted from credits.txt +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-07-23 10:28+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Translate Toolkit 1.10.0\n" + +#: credits.txt:1 +msgid "" +"Calcurse - text-based organizer\n" +"===============================" +msgstr "" + +#: credits.txt:4 +msgid "" +"Copyright (c) 2004-2013 calcurse Development Team\n" +"All rights reserved." +msgstr "" + +#: credits.txt:7 +msgid "" +"Redistribution and use in source and binary forms, with or without\n" +"modification, are permitted provided that the following conditions\n" +"are met:" +msgstr "" + +#: credits.txt:11 +msgid "" +"\t- Redistributions of source code must retain the above\n" +"\t copyright notice, this list of conditions and the\n" +"\t following disclaimer." +msgstr "" + +#: credits.txt:15 +msgid "" +"\t- Redistributions in binary form must reproduce the above\n" +"\t copyright notice, this list of conditions and the\n" +"\t following disclaimer in the documentation and/or other\n" +"\t materials provided with the distribution." +msgstr "" + +#: credits.txt:21 +msgid "" +"Send your feedback or comments to : misc@calcurse.org\n" +"Calcurse home page : http://calcurse.org" +msgstr "" diff --git a/po/doc/delete.pot b/po/doc/delete.pot new file mode 100644 index 0000000..e5076ac --- /dev/null +++ b/po/doc/delete.pot @@ -0,0 +1,45 @@ +#. extracted from delete.txt +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-07-23 10:28+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Translate Toolkit 1.10.0\n" + +#: delete.txt:1 +msgid "" +"Delete\n" +"======" +msgstr "" + +#: delete.txt:4 +msgid "Delete an element in the TODO or Appointment list." +msgstr "" + +#: delete.txt:6 +msgid "" +"Depending on which panel is selected when you press the delete key, the\n" +"highlighted item of either the TODO or Appointment list will be removed from\n" +"this list." +msgstr "" + +#: delete.txt:10 +msgid "" +"If the item to be deleted is recurrent, you will be asked if you wish to\n" +"suppress all of the item occurrences or just the one you selected." +msgstr "" + +#: delete.txt:13 +msgid "" +"If the general option 'confirm_delete' is set to 'YES', then you will be " +"asked\n" +"for confirmation before deleting the selected event. Do not forget to save " +"the\n" +"calendar data to retrieve the modifications next time you launch Calcurse." +msgstr "" diff --git a/po/doc/displacement.pot b/po/doc/displacement.pot new file mode 100644 index 0000000..31ccd14 --- /dev/null +++ b/po/doc/displacement.pot @@ -0,0 +1,59 @@ +#. extracted from displacement.txt +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-07-23 10:28+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Translate Toolkit 1.10.0\n" + +#: displacement.txt:1 +msgid "" +"Displacement keys\n" +"=================" +msgstr "" + +#: displacement.txt:4 +msgid "Move around inside calcurse screens." +msgstr "" + +#: displacement.txt:6 +msgid "The following scheme summarizes how to get around:" +msgstr "" + +#: displacement.txt:8 +msgid "" +" move up\n" +" move to previous week" +msgstr "" + +#: displacement.txt:11 +msgid "" +" k K UP \n" +" move left ^ \n" +" move to previous day |\n" +" h H LFT \n" +" <-- + -->\n" +" l L RGT \n" +" | move right\n" +" v move to next day\n" +" j J DWN " +msgstr "" + +#: displacement.txt:21 +msgid "" +" move to next week\n" +" move down" +msgstr "" + +#: displacement.txt:24 +msgid "" +"Moreover, while inside the calendar panel, the '0' key moves to the first " +"day\n" +"of the week, and the '$' key selects the last day of the week." +msgstr "" diff --git a/po/doc/edit.pot b/po/doc/edit.pot new file mode 100644 index 0000000..40526e6 --- /dev/null +++ b/po/doc/edit.pot @@ -0,0 +1,60 @@ +#. extracted from edit.txt +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-07-23 10:28+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Translate Toolkit 1.10.0\n" + +#: edit.txt:1 +msgid "" +"Edit Item\n" +"=========" +msgstr "" + +#: edit.txt:4 +msgid "Edit the item which is currently selected." +msgstr "" + +#: edit.txt:6 +msgid "" +"Depending on the item type (appointment, event, or todo), and if it is " +"repeated\n" +"or not, you will be asked to choose one of the item properties to modify. An\n" +"item property is one of the following: the start time, the end time, the\n" +"description, or the item repetition." +msgstr "" + +#: edit.txt:11 +msgid "" +"Once you have chosen the property you want to modify, you will be shown its\n" +"actual value, and you will be able to change it as you like." +msgstr "" + +#: edit.txt:14 +msgid "" +"Notes\n" +"-----" +msgstr "" + +#: edit.txt:17 +msgid "" +"* If you choose to edit the item repetition properties, you will be asked to\n" +" re-enter all of the repetition characteristics (repetition type, " +"frequency,\n" +" and ending date). Moreover, the previous data concerning the deleted\n" +" occurrences will be lost." +msgstr "" + +#: edit.txt:22 +msgid "" +"* Do not forget to save the calendar data to retrieve the modified " +"properties\n" +" next time you launch Calcurse." +msgstr "" diff --git a/po/doc/enote.pot b/po/doc/enote.pot new file mode 100644 index 0000000..1c9d833 --- /dev/null +++ b/po/doc/enote.pot @@ -0,0 +1,64 @@ +#. extracted from enote.txt +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-07-23 10:28+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Translate Toolkit 1.10.0\n" + +#: enote.txt:1 +msgid "" +"EditNote\n" +"========" +msgstr "" + +#: enote.txt:4 +msgid "" +"Attach a note to any type of item, or edit an already existing note. This\n" +"feature is useful if you do not have enough space to store all of your item\n" +"description, or if you would like to add sub-tasks to an already existing " +"todo\n" +"item for example." +msgstr "" + +#: enote.txt:9 +msgid "" +"You first need to highlight the item you want the note to be attached to. " +"Then,\n" +"after pressing the edit note key, you will be driven to an external editor " +"to\n" +"edit your note. This editor is chosen the following way:" +msgstr "" + +#: enote.txt:13 +msgid "" +"* If the 'VISUAL' environment variable is set, then this will be the default\n" +" editor to be called." +msgstr "" + +#: enote.txt:16 +msgid "" +"* If 'VISUAL' is not set, then the 'EDITOR' environment variable will be " +"used\n" +" as the default editor." +msgstr "" + +#: enote.txt:19 +msgid "" +"* If none of the above environment variables is set, then '/usr/bin/vi' will " +"be\n" +" used." +msgstr "" + +#: enote.txt:22 +msgid "" +"Once the item note is edited and saved, quit your favorite editor. You will\n" +"then go back to Calcurse, and the '>' sign will appear in front of the\n" +"highlighted item, meaning there is a note attached to it." +msgstr "" diff --git a/po/doc/export.pot b/po/doc/export.pot new file mode 100644 index 0000000..06d2b6f --- /dev/null +++ b/po/doc/export.pot @@ -0,0 +1,59 @@ +#. extracted from export.txt +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-07-23 10:28+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Translate Toolkit 1.10.0\n" + +#: export.txt:1 +msgid "" +"Export\n" +"======" +msgstr "" + +#: export.txt:4 +msgid "Export calcurse data (appointments, events and todos)." +msgstr "" + +#: export.txt:6 +msgid "" +"This leads to the export submenu, from which you can choose between two\n" +"different export formats: 'ical' and 'pcal'. Choosing one of those formats " +"lets\n" +"you export calcurse data to icalendar or pcal format." +msgstr "" + +#: export.txt:10 +msgid "" +"You first need to specify the file to which the data will be exported. By\n" +"default, this file is:" +msgstr "" + +#: export.txt:13 +msgid " ~/calcurse.ics" +msgstr "" + +#: export.txt:15 +msgid "for an ical export, and:" +msgstr "" + +#: export.txt:17 +msgid " ~/calcurse.txt" +msgstr "" + +#: export.txt:19 +msgid "for a pcal export." +msgstr "" + +#: export.txt:21 +msgid "" +"Calcurse data are exported in the following order: events, appointments, " +"todos." +msgstr "" diff --git a/po/doc/flag.pot b/po/doc/flag.pot new file mode 100644 index 0000000..1c8b164 --- /dev/null +++ b/po/doc/flag.pot @@ -0,0 +1,45 @@ +#. extracted from flag.txt +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-07-23 10:28+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Translate Toolkit 1.10.0\n" + +#: flag.txt:1 +msgid "" +"Flag Item\n" +"=========" +msgstr "" + +#: flag.txt:4 +msgid "" +"Toggle an appointment's 'important' flag or a todo's 'completed' flag. If a\n" +"todo is flagged as completed, its priority number will be replaced by an 'X'\n" +"sign. Completed tasks will no longer appear in exported data or when using " +"the\n" +"'-t' command line flag (unless specifying '0' as the priority number, in " +"which\n" +"case only completed tasks will be shown)." +msgstr "" + +#: flag.txt:10 +msgid "" +"If an appointment is flagged as important, an exclamation mark appears in " +"front\n" +"of it, and you will be warned if time gets closed to the appointment start\n" +"time." +msgstr "" + +#: flag.txt:14 +msgid "" +"To customize the way one gets notified, the configuration submenu lets you\n" +"choose the command launched to warn user of an upcoming appointment, and how\n" +"long before it he gets notified." +msgstr "" diff --git a/po/doc/general.pot b/po/doc/general.pot new file mode 100644 index 0000000..191b422 --- /dev/null +++ b/po/doc/general.pot @@ -0,0 +1,59 @@ +#. extracted from general.txt +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-07-23 10:28+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Translate Toolkit 1.10.0\n" + +#: general.txt:1 +msgid "" +"Generic key bindings\n" +"====================" +msgstr "" + +#: general.txt:4 +msgid "" +"Some of the key bindings apply whatever panel is selected. They are called\n" +"generic key binding." +msgstr "" + +#: general.txt:7 +msgid "" +"Here is the list of all the generic key bindings, together with their\n" +"corresponding action:" +msgstr "" + +#: general.txt:10 +msgid "" +" '^R' : Redraw function -> redraws calcurse panels, this is useful if\n" +" you resize your terminal screen or when\n" +" garbage appears inside the display\n" +" '^A' : Add Appointment -> add an appointment or an event\n" +" '^T' : Add TODO -> add a todo\n" +" 'T' : -1 Day -> move to previous day\n" +" 't' : +1 Day -> move to next day\n" +" 'W' : -1 Week -> move to previous week\n" +" 'w' : +1 Week -> move to next week\n" +" 'M' : -1 Month -> move to previous month\n" +" 'm' : +1 Month -> move to next month\n" +" 'Y' : -1 Year -> move to previous year\n" +" 'y' : +1 Year -> move to next year\n" +" '^G' : Goto today -> move to current day" +msgstr "" + +#: general.txt:25 +msgid "" +"The '^P' and '^N' keys are used to scroll text upward or downward when " +"inside\n" +"specific screens such the help screens for example. They are also used when\n" +"the calendar screen is selected to switch between the available views " +"(monthly\n" +"and weekly calendar views)." +msgstr "" diff --git a/po/doc/goto.pot b/po/doc/goto.pot new file mode 100644 index 0000000..b78a688 --- /dev/null +++ b/po/doc/goto.pot @@ -0,0 +1,42 @@ +#. extracted from goto.txt +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-07-23 10:28+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Translate Toolkit 1.10.0\n" + +#: goto.txt:1 +msgid "" +"Goto\n" +"====" +msgstr "" + +#: goto.txt:4 +msgid "Jump to a specific day in the calendar." +msgstr "" + +#: goto.txt:6 +msgid "" +"Using this command, you do not need to travel to that day using the\n" +"displacement keys inside the calendar panel." +msgstr "" + +#: goto.txt:9 +msgid "" +"If you hit [ENTER] without specifying any date, Calcurse checks the system\n" +"current date and you will be taken to that date." +msgstr "" + +#: goto.txt:12 +msgid "" +"Notice that you can also specify a global key binding to return to the " +"current\n" +"day, no matter which panel is currently selected." +msgstr "" diff --git a/po/doc/import.pot b/po/doc/import.pot new file mode 100644 index 0000000..0042d58 --- /dev/null +++ b/po/doc/import.pot @@ -0,0 +1,58 @@ +#. extracted from import.txt +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-07-23 10:28+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Translate Toolkit 1.10.0\n" + +#: import.txt:1 +msgid "" +"Import\n" +"======" +msgstr "" + +#: import.txt:4 +msgid "Import data from an icalendar file." +msgstr "" + +#: import.txt:6 +msgid "" +"You will be asked to enter the file name from which to load ical items. At " +"the\n" +"end of the import process, and if the general option 'system_dialogs' is set " +"to\n" +"'yes', a report indicating how many items were imported is shown." +msgstr "" + +#: import.txt:10 +msgid "" +"This report contains the total number of lines read, the number of\n" +"appointments, events and todo items which were successfully imported, " +"together\n" +"with the number of items for which problems occurred and that were skipped, " +"if\n" +"any." +msgstr "" + +#: import.txt:15 +msgid "" +"If one or more items could not be imported, one has the possibility to read " +"the\n" +"import process report in order to identify which problems occurred." +msgstr "" + +#: import.txt:18 +msgid "" +"In this report is shown one item per line, with the line in the input stream " +"at\n" +"which this item begins, together with the description of why the item could " +"not\n" +"be imported." +msgstr "" diff --git a/po/doc/intro.pot b/po/doc/intro.pot new file mode 100644 index 0000000..6d47133 --- /dev/null +++ b/po/doc/intro.pot @@ -0,0 +1,42 @@ +#. extracted from intro.txt +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-07-23 10:28+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Translate Toolkit 1.10.0\n" + +#: intro.txt:1 +msgid "" +"calcurse Online Help\n" +"====================" +msgstr "" + +#: intro.txt:4 +msgid "" +"Welcome to the calcurse online help. The online help system allows for " +"easily\n" +"getting help on specific calcurse features." +msgstr "" + +#: intro.txt:7 +msgid "" +"On the calcurse main screen, type `:help ` (e.g. `:help add`) or\n" +"`:help ` (e.g. `:help ^A`) to get help on a specific feature or key\n" +"binding. Type `:help` without any parameter to display this introduction or\n" +"simply use the corresponding keyboard shortcut (`?` by default)." +msgstr "" + +#: intro.txt:12 +msgid "" +"All help texts are displayed using an external pager. You need to exit the\n" +"pager in order to get back to calcurse (pressing `q` should almost always\n" +"work). The default pager can be changed by setting the PAGER environment\n" +"variable." +msgstr "" diff --git a/po/doc/main.pot b/po/doc/main.pot new file mode 100644 index 0000000..ee0e9de --- /dev/null +++ b/po/doc/main.pot @@ -0,0 +1,48 @@ +#. extracted from main.txt +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-07-23 10:28+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Translate Toolkit 1.10.0\n" + +#: main.txt:1 +msgid "" +" Welcome to Calcurse. This is the main help screen.\n" +"=========================================================" +msgstr "" + +#: main.txt:4 +msgid "" +"Moving around: Press '^P' or '^N' to scroll text upward or downward\n" +" inside help screens, if necessary." +msgstr "" + +#: main.txt:7 +msgid "" +" Exit help: When finished, press 'q' to exit help and go back to\n" +" the main Calcurse screen." +msgstr "" + +#: main.txt:10 +msgid "" +" Help topic: At the bottom of this screen you can see a panel with\n" +" different fields, represented by a letter and a short\n" +" title. This panel contains all the available actions\n" +" you can perform when using Calcurse.\n" +" By pressing one of the letters appearing in this\n" +" panel, you will be shown a short description of the\n" +" corresponding action. At the top right side of the\n" +" description screen are indicated the user-defined key\n" +" bindings that lead to the action." +msgstr "" + +#: main.txt:20 +msgid " Credits: Press '@' for credits." +msgstr "" diff --git a/po/doc/other.pot b/po/doc/other.pot new file mode 100644 index 0000000..9c0a1ee --- /dev/null +++ b/po/doc/other.pot @@ -0,0 +1,36 @@ +#. extracted from other.txt +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-07-23 10:28+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Translate Toolkit 1.10.0\n" + +#: other.txt:1 +msgid "" +"OtherCmd\n" +"========" +msgstr "" + +#: other.txt:4 +msgid "Switch between status bar help pages." +msgstr "" + +#: other.txt:6 +msgid "" +"Because the terminal screen is too narrow to display all of the available\n" +"commands, this command can be used to see the next set of commands together\n" +"with their key bindings." +msgstr "" + +#: other.txt:10 +msgid "" +"Once the last status bar page is reached, running the command another time\n" +"leads you back to the first page." +msgstr "" diff --git a/po/doc/pipe.pot b/po/doc/pipe.pot new file mode 100644 index 0000000..e3bbdec --- /dev/null +++ b/po/doc/pipe.pot @@ -0,0 +1,34 @@ +#. extracted from pipe.txt +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-07-23 10:28+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Translate Toolkit 1.10.0\n" + +#: pipe.txt:1 +msgid "" +"Pipe\n" +"====" +msgstr "" + +#: pipe.txt:4 +msgid "Pipe the selected item to an external program." +msgstr "" + +#: pipe.txt:6 +msgid "" +"Press the '|' key to pipe the currently selected appointment or todo entry " +"to\n" +"an external program." +msgstr "" + +#: pipe.txt:9 +msgid "You will be driven back to calcurse as soon as the program exits." +msgstr "" diff --git a/po/doc/priority.pot b/po/doc/priority.pot new file mode 100644 index 0000000..41c6a12 --- /dev/null +++ b/po/doc/priority.pot @@ -0,0 +1,45 @@ +#. extracted from priority.txt +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-07-23 10:28+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Translate Toolkit 1.10.0\n" + +#: priority.txt:1 +msgid "" +"Priority\n" +"========" +msgstr "" + +#: priority.txt:4 +msgid "" +"Change the priority of the currently selected item in the TODO list.\n" +"Priorities are represented by the number appearing in front of the todo\n" +"description. This number goes from 9 for the lowest priority to 1 for the\n" +"highest priority. Todo having higher priorities are placed first (at the " +"top)\n" +"inside the todo panel." +msgstr "" + +#: priority.txt:10 +msgid "" +"By default, if you want to raise the priority of a todo item, you need to " +"press\n" +"'+'. In doing so, the number in front of this item will decrease, meaning " +"its\n" +"priority increases. The item position inside the todo panel may change,\n" +"depending on the priority of the items above it." +msgstr "" + +#: priority.txt:15 +msgid "" +"At the opposite, to lower a todo priority, press '-'. The todo position may\n" +"also change depending on the priority of the items below." +msgstr "" diff --git a/po/doc/repeat.pot b/po/doc/repeat.pot new file mode 100644 index 0000000..88f41bc --- /dev/null +++ b/po/doc/repeat.pot @@ -0,0 +1,77 @@ +#. extracted from repeat.txt +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-07-23 10:28+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Translate Toolkit 1.10.0\n" + +#: repeat.txt:1 +msgid "" +"Repeat\n" +"======" +msgstr "" + +#: repeat.txt:4 +msgid "Repeat an event or an appointment." +msgstr "" + +#: repeat.txt:6 +msgid "" +"You must first select the item to be repeated by moving inside the " +"appointment\n" +"panel. Then running the repeat command will lead you to a set of three\n" +"questions, with which you will be able to specify the repetition\n" +"characteristics:" +msgstr "" + +#: repeat.txt:11 +msgid "" +" o type: you can choose between a daily, weekly, monthly or\n" +" yearly repetition by pressing 'D', 'W', 'M' or 'Y'\n" +" respectively." +msgstr "" + +#: repeat.txt:15 +msgid "" +" o frequency: this indicates how often the item shall be repeated.\n" +" For example, if you want to remember an anniversary,\n" +" choose a 'yearly' repetition with a frequency of '1',\n" +" which means it must be repeated every year. Another\n" +" example: if you go to the restaurant every two days,\n" +" choose a 'daily' repetition with a frequency of '2'." +msgstr "" + +#: repeat.txt:22 +msgid "" +" o ending date: this specifies when to stop repeating the selected\n" +" event or appointment. To indicate an endless \n" +" repetition, enter '0' and the item will be repeated\n" +" forever." +msgstr "" + +#: repeat.txt:27 +msgid "" +"Notes\n" +"-----" +msgstr "" + +#: repeat.txt:30 +msgid "" +"* Repeated items are marked with an '*' inside the appointment panel, to be\n" +" easily recognizable from non-repeated ones." +msgstr "" + +#: repeat.txt:33 +msgid "" +"* The 'Repeat' and 'Delete' command can be mixed to create complicated\n" +" configurations, as it is possible to delete only one occurrence of a " +"repeated\n" +" item." +msgstr "" diff --git a/po/doc/save.pot b/po/doc/save.pot new file mode 100644 index 0000000..a473c7e --- /dev/null +++ b/po/doc/save.pot @@ -0,0 +1,42 @@ +#. extracted from save.txt +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-07-23 10:28+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Translate Toolkit 1.10.0\n" + +#: save.txt:1 +msgid "" +"Save\n" +"====" +msgstr "" + +#: save.txt:4 +msgid "Save calcurse data." +msgstr "" + +#: save.txt:6 +msgid "Data are split into four different files which contain :" +msgstr "" + +#: save.txt:8 +msgid "" +" / ~/.calcurse/conf -> user configuration\n" +" | (layout, color, general options)\n" +" | ~/.calcurse/apts -> data related to the appointments\n" +" | ~/.calcurse/todo -> data related to the todo list\n" +" \\ ~/.calcurse/keys -> user-defined key bindings" +msgstr "" + +#: save.txt:14 +msgid "" +"In the config menu, you can choose to save the Calcurse data automatically\n" +"before quitting." +msgstr "" diff --git a/po/doc/tab.pot b/po/doc/tab.pot new file mode 100644 index 0000000..0dd1b6f --- /dev/null +++ b/po/doc/tab.pot @@ -0,0 +1,43 @@ +#. extracted from tab.txt +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-07-23 10:28+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Translate Toolkit 1.10.0\n" + +#: tab.txt:1 +msgid "" +"Tab\n" +"===" +msgstr "" + +#: tab.txt:4 +msgid "Switch between panels." +msgstr "" + +#: tab.txt:6 +msgid "The panel currently in use has its border colorized." +msgstr "" + +#: tab.txt:8 +msgid "" +"Some actions are possible only if the right panel is selected. For example, " +"if\n" +"you want to add a task in the TODO list, you need first to press the 'TAB' " +"key\n" +"to get the TODO panel selected. Then you can press 'a' to add your item." +msgstr "" + +#: tab.txt:12 +msgid "" +"Notice that at the bottom of the screen the list of possible actions change\n" +"while pressing 'TAB', so you always know what action can be performed on the\n" +"selected panel." +msgstr "" diff --git a/po/doc/view.pot b/po/doc/view.pot new file mode 100644 index 0000000..7ccd6e5 --- /dev/null +++ b/po/doc/view.pot @@ -0,0 +1,40 @@ +#. extracted from view.txt +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-07-23 10:28+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Translate Toolkit 1.10.0\n" + +#: view.txt:1 +msgid "" +"View\n" +"====" +msgstr "" + +#: view.txt:4 +msgid "View the item you select in either the Todo or Appointment panel." +msgstr "" + +#: view.txt:6 +msgid "" +"This is useful when an event description is longer than the available space " +"to\n" +"display it. If that is the case, the description will be shortened and its " +"end\n" +"replaced by '...'. To be able to read the entire description, just run the " +"view\n" +"command and a popup window will appear, containing the whole event." +msgstr "" + +#: view.txt:11 +msgid "" +"Press any key to close the popup window and go back to the main Calcurse\n" +"screen." +msgstr "" diff --git a/po/doc/vnote.pot b/po/doc/vnote.pot new file mode 100644 index 0000000..bbeb6ea --- /dev/null +++ b/po/doc/vnote.pot @@ -0,0 +1,59 @@ +#. extracted from vnote.txt +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-07-23 10:28+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Translate Toolkit 1.10.0\n" + +#: vnote.txt:1 +msgid "" +"ViewNote\n" +"========" +msgstr "" + +#: vnote.txt:4 +msgid "" +"View a note which was previously attached to an item (an item which owns a " +"note\n" +"has a '>' sign in front of it)." +msgstr "" + +#: vnote.txt:7 +msgid "" +"This command only permits to view the note, not to edit it (to do so, use " +"the\n" +"'EditNote' command)." +msgstr "" + +#: vnote.txt:10 +msgid "" +"Once you highlighted an item with a note attached to it, and the view note " +"key\n" +"was pressed, you will be driven to an external pager to view that note. The\n" +"default pager is chosen the following way:" +msgstr "" + +#: vnote.txt:14 +msgid "" +"* If the 'PAGER' environment variable is set, then this will be the default\n" +" viewer to be called." +msgstr "" + +#: vnote.txt:17 +msgid "" +"* If the above environment variable is not set, then '/usr/bin/less' will be\n" +" used." +msgstr "" + +#: vnote.txt:20 +msgid "" +"As for editing a note, quit the pager and you will be driven back to " +"Calcurse." +msgstr "" -- cgit v1.2.3