Merge lp:~matt-c1986/rednotebook/rednotebook-search into lp:~jendrikseipp/+junk/github-mirror

Proposed by Jendrik Seipp
Status: Merged
Merge reported by: Jendrik Seipp
Merged at revision: not available
Proposed branch: lp:~matt-c1986/rednotebook/rednotebook-search
Merge into: lp:~jendrikseipp/+junk/github-mirror
Diff against target: 176216 lines (+175340/-0) (has conflicts)
158 files modified
.bzrignore (+6/-0)
AUTHORS (+1/-0)
CHANGELOG (+690/-0)
LICENSE (+339/-0)
MANIFEST.in (+17/-0)
README (+69/-0)
README.Packagers (+54/-0)
TODO (+171/-0)
debian/README.source (+2/-0)
debian/changelog (+397/-0)
debian/compat (+1/-0)
debian/control (+16/-0)
debian/copyright (+55/-0)
debian/docs (+1/-0)
debian/gbp.conf (+7/-0)
debian/menu (+2/-0)
debian/pyversions (+1/-0)
debian/rednotebook-crashdb.conf (+4/-0)
debian/rednotebook.1 (+36/-0)
debian/rednotebook.dirs (+1/-0)
debian/rednotebook.install (+2/-0)
debian/rednotebook.links (+1/-0)
debian/rednotebook.manpages (+1/-0)
debian/rules (+29/-0)
debian/source_rednotebook.py (+23/-0)
debian/watch (+6/-0)
dev/build-tarball.sh (+35/-0)
dev/dev-notes.txt (+149/-0)
dev/generate-pot.sh (+34/-0)
dev/profiler.py (+24/-0)
dev/upload-file.sh (+9/-0)
po/ar.po (+1075/-0)
po/ast.po (+1147/-0)
po/be.po (+1070/-0)
po/bg.po (+1077/-0)
po/bs.po (+1147/-0)
po/ca.po (+1156/-0)
po/cs.po (+1154/-0)
po/cy.po (+1074/-0)
po/da.po (+1155/-0)
po/de.po (+1196/-0)
po/el.po (+1097/-0)
po/en_GB.po (+1148/-0)
po/eo.po (+1070/-0)
po/es.po (+1177/-0)
po/eu.po (+1153/-0)
po/fi.po (+1157/-0)
po/fo.po (+1088/-0)
po/fr.po (+1189/-0)
po/ga.po (+1068/-0)
po/gl.po (+1149/-0)
po/he.po (+1131/-0)
po/hr.po (+1166/-0)
po/hu.po (+1072/-0)
po/hy.po (+1070/-0)
po/id.po (+1157/-0)
po/it.po (+1181/-0)
po/ja.po (+1133/-0)
po/ka.po (+1150/-0)
po/kk.po (+1070/-0)
po/ko.po (+1079/-0)
po/ky.po (+1070/-0)
po/lt.po (+1144/-0)
po/mn.po (+1070/-0)
po/ms.po (+1155/-0)
po/nb.po (+1089/-0)
po/nds.po (+1071/-0)
po/nl.po (+1157/-0)
po/nn.po (+1070/-0)
po/oc.po (+1136/-0)
po/pl.po (+1167/-0)
po/pt.po (+1076/-0)
po/pt_BR.po (+1176/-0)
po/rednotebook.pot (+1068/-0)
po/ro.po (+1096/-0)
po/ru.po (+1172/-0)
po/si.po (+1139/-0)
po/sk.po (+1080/-0)
po/sr.po (+1147/-0)
po/sv.po (+1148/-0)
po/ta.po (+1163/-0)
po/te.po (+1070/-0)
po/tl.po (+1076/-0)
po/tr.po (+1085/-0)
po/ug.po (+1171/-0)
po/uk.po (+1088/-0)
po/uz.po (+1084/-0)
po/vi.po (+1091/-0)
po/wae.po (+1085/-0)
po/xh.po (+1070/-0)
po/zh_CN.po (+1138/-0)
po/zh_HK.po (+1071/-0)
po/zh_TW.po (+1130/-0)
rednotebook.desktop (+12/-0)
rednotebook/backup.py (+133/-0)
rednotebook/configuration.py (+180/-0)
rednotebook/data.py (+321/-0)
rednotebook/external/__init__.py (+1/-0)
rednotebook/external/argparse.py (+2362/-0)
rednotebook/external/elibintl.py (+495/-0)
rednotebook/external/msgfmt.py (+219/-0)
rednotebook/external/txt2tags.py (+5235/-0)
rednotebook/files/default.cfg (+24/-0)
rednotebook/files/main_window.glade (+1073/-0)
rednotebook/gui/browser.py (+284/-0)
rednotebook/gui/categories.py (+479/-0)
rednotebook/gui/clouds.py (+259/-0)
rednotebook/gui/customwidgets.py (+403/-0)
rednotebook/gui/editor.py (+306/-0)
rednotebook/gui/exports.py (+577/-0)
rednotebook/gui/format_menu.py (+142/-0)
rednotebook/gui/imports.py (+411/-0)
rednotebook/gui/insert_menu.py (+317/-0)
rednotebook/gui/main_window.py (+901/-0)
rednotebook/gui/menu.py (+311/-0)
rednotebook/gui/options.py (+357/-0)
rednotebook/gui/search.py (+106/-0)
rednotebook/gui/t2t_highlight.py (+426/-0)
rednotebook/images/rednotebook-icon/export-to-png.sh (+9/-0)
rednotebook/images/rednotebook-icon/rednotebook.svg (+1102/-0)
rednotebook/info.py (+626/-0)
rednotebook/journal.py (+584/-0)
rednotebook/rednotebook (+12/-0)
rednotebook/storage.py (+139/-0)
rednotebook/templates.py (+422/-0)
rednotebook/undo.py (+103/-0)
rednotebook/util/dates.py (+63/-0)
rednotebook/util/filesystem.py (+347/-0)
rednotebook/util/markup.py (+488/-0)
rednotebook/util/statistics.py (+105/-0)
rednotebook/util/utils.py (+179/-0)
run (+103/-0)
sampledata/generate-samplejournals.sh (+35/-0)
sampledata/scripts/testJournalCreator.py (+144/-0)
sampledata/texts/Bram_Stoker_Dracula.txt (+15973/-0)
sampledata/texts/Leo_Tolstoy_War_and_Peace.txt (+65007/-0)
sampledata/texts/Lorem.txt (+2000/-0)
setup.py (+141/-0)
shovel.py (+104/-0)
standard.rc (+273/-0)
tests/BaseTestClass.py (+7/-0)
tests/test_day.py (+64/-0)
tests/test_hashtags.py (+43/-0)
tests/test_imports.py (+11/-0)
tests/test_markup.py (+82/-0)
tests/test_storage.py (+17/-0)
tox.ini (+8/-0)
win/build-exe.bat (+14/-0)
win/build-installer.py (+18/-0)
win/build-translations.py (+16/-0)
win/build-zipball.py (+24/-0)
win/gtkrc (+67/-0)
win/rednotebook.iss (+91/-0)
win/rednotebook.spec (+38/-0)
win/release.bat (+5/-0)
win/remove-build-dirs.py (+8/-0)
win/run-rednotebook.bat (+6/-0)
win/win-build.txt (+36/-0)
Conflict adding file .bzrignore.  Moved existing file to .bzrignore.moved.
Conflict adding file AUTHORS.  Moved existing file to AUTHORS.moved.
Conflict adding file CHANGELOG.  Moved existing file to CHANGELOG.moved.
Conflict adding file LICENSE.  Moved existing file to LICENSE.moved.
Conflict adding file MANIFEST.in.  Moved existing file to MANIFEST.in.moved.
Conflict adding file TODO.  Moved existing file to TODO.moved.
Conflict adding file debian.  Moved existing file to debian.moved.
Conflict adding file dev.  Moved existing file to dev.moved.
Conflict adding file po.  Moved existing file to po.moved.
Conflict adding file rednotebook.desktop.  Moved existing file to rednotebook.desktop.moved.
Conflict adding file rednotebook.  Moved existing file to rednotebook.moved.
Conflict adding file rednotebook.png.  Moved existing file to rednotebook.png.moved.
Conflict adding file run.  Moved existing file to run.moved.
Conflict adding file setup.py.  Moved existing file to setup.py.moved.
Conflict adding file tests.  Moved existing file to tests.moved.
Conflict adding file tox.ini.  Moved existing file to tox.ini.moved.
Conflict adding file win.  Moved existing file to win.moved.
To merge this branch: bzr merge lp:~matt-c1986/rednotebook/rednotebook-search
Reviewer Review Type Date Requested Status
Jendrik Seipp Pending
Review via email: mp+269567@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Jendrik Seipp (jendrikseipp) wrote :

I have integrated your changes to test_day.py into the new github repo (https://github.com/jendrikseipp/rednotebook). I'm not sure what you want to test with the sample journals so I left out these changes for now.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== added file '.bzrignore'
2--- .bzrignore 1970-01-01 00:00:00 +0000
3+++ .bzrignore 2015-08-29 19:47:10 +0000
4@@ -0,0 +1,6 @@
5+./MANIFEST
6+po/sourcefiles.txt
7+po/tmp
8+rednotebook/i18n
9+.tox
10+output
11
12=== renamed file '.bzrignore' => '.bzrignore.moved'
13=== added file 'AUTHORS'
14--- AUTHORS 1970-01-01 00:00:00 +0000
15+++ AUTHORS 2015-08-29 19:47:10 +0000
16@@ -0,0 +1,1 @@
17+Jendrik Seipp <jendrikseipp@web.de>
18
19=== renamed file 'AUTHORS' => 'AUTHORS.moved'
20=== added file 'CHANGELOG'
21--- CHANGELOG 1970-01-01 00:00:00 +0000
22+++ CHANGELOG 2015-08-29 19:47:10 +0000
23@@ -0,0 +1,690 @@
24+== 1.7.2 (2013-06-28) ==
25+* Show error if saving fails due to a directory not being created.
26+* Ignore hashtags starting with more than one #.
27+* Fix: Allow inserting files and pictures from the "recently used" section (lp:1195759).
28+
29+== 1.7.1 (2013-03-01) ==
30+* Fix: Insert spellchecking correction in the correct position (LP:1137925).
31+
32+== 1.7.0 (2013-02-28) ==
33+* Allow filtering exported days by tags (Alistair Marshall).
34+* Add option to export only the currently selected text (Alistair Marshall).
35+* Move spellcheck option from preferences to edit menu and add F7 shortcut (Alistair Marshall).
36+* Enable spellchecking on Windows. See help for adding custom dictionaries.
37+* Better error message for invalid markup.
38+* Show warning if no directory is selected before clicking the "Open" button when choosing a journal directory.
39+* Gracefully handle BadStatusLines when checking for new versions.
40+* Do not try to set file permissions on Windows where they are unavailable.
41+* Fix hide-from-cloud for words containing backslashes (LP:1131412).
42+* Fix relative file links on Windows.
43+* Code: Switch from optparse to argparse (Alistair Marshall).
44+
45+== 1.6.6 (2013-01-21) ==
46+* Edit templates in RedNotebook directly. Preview and use the Insert and Format toolbar menus before inserting a template.
47+* Support relative image links like [""my_pic"".jpg].
48+* Add Ctrl+Return shortcut for adding manual linebreaks.
49+* Let all toolbar menus always open the menu before performing an action.
50+* Change Go-To-Today shortcut to Alt+Home (Ctrl+Home moves cursor to the start of the text).
51+* Do not allow choosing an empty name for templates.
52+* Do not parse #include as a hashtag.
53+* Add info about network drives to help text.
54+* Fix help text about links to local directories.
55+* Fix: Let categories pane use new infobar notifications (LP:1098625).
56+
57+== 1.6.5 (2012-12-27) ==
58+* Add menu item for clearing the text format.
59+* Add toolbar menus "Insert" and "Format" to main menu for better accessibility and HUD integration.
60+* Only show keyboard shortcuts in main menu, not in toolbar menus.
61+* Use selected text as link name when a new link is inserted.
62+* When an image or file is inserted, use selected text as the name of the link.
63+* Format selected text as header when a header is inserted.
64+* Convert selected text to a list when a list is inserted.
65+* Select title after it has been inserted to allow for easy editing.
66+* Change file permissions so that journal files are only readable by the user.
67+* Windows: Restore slider positions after opening RedNotebook from the tray.
68+* Windows: Support non-ascii installation paths.
69+
70+== 1.6.4 (2012-12-22) ==
71+* Never include previous RedNotebook backups in new backups.
72+* Add strikethrough shortcut Ctrl+K.
73+* By default don't switch between edit and preview mode automatically.
74+* Add experimental support for irc protocol.
75+
76+== 1.6.3 (2012-12-06) ==
77+* Fix: Don't interpret URLs with non-empty paths as local links.
78+
79+== 1.6.2 (2012-11-18) ==
80+* Add option for automatically switching between edit and preview mode to preferences.
81+* Since debian doesn't have a python2 symlink, try to run python2.7 and python2.6 in the run script.
82+* Use PNG image in about dialog (SVG support is broken in Windows version).
83+
84+== 1.6.1 (2012-11-11) ==
85+* Allow specifying the width when inserting an image.
86+* Add relative links: Relative paths [myfile image.jpg] is automatically transformed to /path/to/journal/image.jpg.
87+* Use smarter regular expression for finding hashtags in the text.
88+* Give focus to link box when the link dialog opens.
89+* Hide tag panel by default.
90+* Adapt introductory and help texts for hashtags.
91+* Break search results at newlines.
92+* Fix: When searching for multiple tags, only add a single result for every hit.
93+
94+== 1.6.0 (2012-10-31) ==
95+* Inline #hashtagging: Directly add hashtags like #Movies, #my_project in the main text.
96+* Highlight #hashtags in red.
97+* Include # for tags in tag cloud to be consistent with the hashtags.
98+* Change to edit/preview mode if text is missing/present automatically.
99+* Change to edit mode when double-clicked into preview.
100+* Detach model from combobox when updating the tags to make inserting a new tag faster.
101+* Fix searching for dates.
102+* Fix inserting and editing templates with unicode names.
103+* Fix opening and creating journals (lp:1068655)
104+* Use apport (If a crash occurs on Linux, an automatic bug report is prepared, but not submitted)
105+* Do not allow using $HOME as a journal directory.
106+* Do not let error notifications blink.
107+* For Journal->New and Journal->Save-As: Only allow using empty directories.
108+* For Journal->Open: Only allow using directories with at least one month file.
109+* Use InfoBars for nicer inline notifications about errors.
110+* Enable finishing link dialog with hitting ENTER.
111+* Disable insert (Ctrl+V) and cut (Ctrl+X) shortcuts in preview mode.
112+* Add more shortcuts in Journal menu: Export (Ctrl+E), Backup and Statistics (Alt+letter).
113+* Update translations.
114+
115+== 1.5.0 (12-07-19) ==
116+* Use new logo redesigned by Ciaran.
117+* Remember possible undo/redo actions for each day separately.
118+* Turn all entries of old "Tags" categories into tags without entries at startup.
119+* Suggest last tag when a new tag is added.
120+* When suggesting to use the last tag, leave focus on the tag.
121+* Enable copy menu item in preview mode. (LP:834473)
122+* Grey out cut and paste menu items in preview mode.
123+* Only allow hiding words from the cloud, not the tags.
124+* Add shortcut (Ctrl+Home) for "Go to Today"
125+* Fix undo for tags.
126+* Fix: Remove special characters in template names before displaying them.
127+* Exports: Make tag lists scrollable and sort the available tags alphabetically.
128+* Install .mo files (translations) in the standard directories under Linux.
129+* Drop support for Python 2.5. This means that we now support Python 2.6 and 2.7.
130+* Windows: Update libraries in installer to gtk+ 2.24 and python 2.7.
131+* Windows: Correctly show italics in preview.
132+* OSX: Make the _() function available even if gettext is not working.
133+* Update translations.
134+
135+== 1.4.0 (12-04-01) ==
136+* Search: If a search contains a hashtag (e.g. #Work or #Movies), only days
137+ with all of those tags will be searched. This means you can e.g. search for
138+ "project-xyz" only in the days tagged with "Work" with the query
139+ "#Work project-xyz".
140+* Search for combinations of tags (e.g. #magazine #linux)
141+* Search: If the query only contains a single hashtag (e.g. #Movies), a list of
142+ all subtags (the names of the movies) is shown.
143+* Search: Automatically scroll to found text in edit mode
144+* Split tag and word clouds
145+* Show tag and word cloud only if there are any tags and words respectively
146+* Remove spaces from multi-word tags during search and in clouds
147+* Auto-complete tags in search
148+* Always include all tags regardless of their frequency in the cloud
149+* Exports: Correctly set the appropriate extension for each export type
150+* Exports: Always add a title for LaTeX exports
151+* Fix: Correctly parse configuration values containing ='s
152+* Fix: Paths returned from file and folder choosers must be converted to unicode
153+* Fix: Correctly redirect error output into the logfile on Windows
154+
155+== 1.3.0 (12-01-24) ==
156+* Let tags be categories without entries. This greatly simplifies and in fact
157+ unifies tags and categories.
158+* Unify clouds and search -> Show the search bar above the clouds
159+ When a search is made, substitute the word cloud with the search results.
160+* Apply styling for thick horizontal lines
161+ - Thin line: --------------------
162+ - Thick line: ====================
163+* Apply formatting only once if a format button is clicked multiple times
164+* Allow "Close to tray" only on Windows as most modern Linux distros don't have a tray anymore (lp:902228)
165+ If you still want the tray icon, set closeToTray=1 in the configuration file.
166+* Make journal saving more than twice as fast by using libyaml.
167+* Change Ctrl-PageUp(Down) directions to be more intuitive
168+* Update and revise help text
169+* Fix: utf-8 special chars not displayed correctly in html export for firefox (LP:910094)
170+* Fix: Do not abort if a wrong regex is entered
171+* Fix: Correctly highlight all picture formats in edit mode
172+* Fix: When the format button is clicked and a tag is selected, format it instead of the editor pane
173+* Write month only if changes are actually made (LP:871730)
174+* Call categories tags in more places
175+* Print PDF export path after export
176+* Do not warn if second instance is suspected (too many false-positives)
177+* Updated translations
178+
179+== 1.2.0 (11-10-05) ==
180+* Let the "Back" and "Forward" button jump over empty days
181+* Allow wildcards (*,.,?) in cloud black/white lists ("altr." hides altro, altra, etc.)
182+* Add "Export currently visible day" option in export assistant
183+* By default select the time range from today to today in the export wizard (LP:834489)
184+* Show warning when second RedNotebook instance is started to prevent data loss (LP:771396)
185+* Add option to set the date format for exports. An empty field removes dates from exports.
186+* Remember scrollbar and cursor positions when changing between days and edit and preview mode
187+* Allow double backslashes (\\) in filenames (e.g. for UNC paths)
188+* Use Ubuntu font in editor, preview and cloud if it's available
189+* Remember last export and backup locations
190+* Show the most recent entries at the top of the search list by default
191+* Search in annotations as well
192+* Use auto-completion for all category entries
193+* Mention the name of the day in weekday templates
194+* Allow linebreaks (\\) only at the end of lines
195+* Do not write empty month files to disk
196+* Remove "Delete Entry" button (Use the context menu or the delete key instead)
197+* Add tooltips for category buttons
198+* Always keep categories sorted in search and annotations drop-down menus
199+* Allow markup for links in categories (--http://mypage.com--) (LP:782697)
200+* Escape regular expression syntax in searches (*, +, etc.)
201+* Use a better icon for Annotate (Edit)
202+* Add more markup examples to templates help text
203+* Fix: Txt2tags highlighting should not allow spaces between format markup and text
204+* Fix: Do not use str.capitalize() for fonts in txt2tags.py to support turkish locales (LP:841698)
205+* Fix on Windows: Correctly open local links with whitespace (LP:824420)
206+* Let "Get help online" point to RedNotebook's answers section at launchpad
207+* Code optimizations
208+ * Remove old cloud implementation
209+ * Remove external module htmltextview.py
210+ * Remove dead unicode code
211+ * Remove obsolete KeepNote source files
212+ * Remove unnecessary imports
213+* Updated translations
214+
215+== 1.1.8 (11-08-08) ==
216+* Fix: Abort startup if yaml file cannot be read to avoid losing data
217+* Updated translations
218+
219+== 1.1.7 (11-07-13) ==
220+* Fix: Chinese characters are not correctly rendered in preview (LP:731273)
221+* Fix: Screen position not correctly remembered when opened from system tray (LP:804792)
222+* Fix: Date is not inserted if default encoding can not be determined
223+* Fix: Windows executable has no icon on Windows 7
224+* Windows installer: Update to GTK+-2.16.6
225+* Code: Use smarter internationalization code from elib.intl
226+* Updated translations
227+
228+== 1.1.6 (11-05-11) ==
229+* Fix date encoding (LP:775269)
230+* Some translations updated
231+
232+== 1.1.5 (11-05-03) ==
233+* Remove "RedNotebook" title in exports
234+* Make templates translatable
235+* Fix: Inserted dates always shows the time 00:00h (LP:744624)
236+* Mention "--record installed-files" setup.py's option for remembering
237+ installed files in README
238+
239+== 1.1.4 (11-03-26) ===
240+* Add "phone call" and "personal" templates
241+* Fix: Application crashes while resetting last position (LP:728466)
242+* Fix: Editing a category entry that contains a \\ removes the new line symbol (LP:719830)
243+* Fix: Introductory text is not translated
244+* Fix: Properly convert dates to unicode
245+* When a format (bold, etc.) is applied with no text selected, add whitespace,
246+ not descriptive text
247+* Add a tooltip for the edit button
248+* Improve introductory text
249+* Improve help text
250+* Do not refer to annotations as "nodes" but as "entries"
251+* Translate the word "Categories" in exports
252+* In statistics window use "Selected Day" instead of "Current Day"
253+* Cleanup GUI glade file
254+* Many translations updated
255+
256+=== 1.1.3 (11-03-02) ===
257+* Remember window position from last session
258+* Restore window position when returning from tray
259+* Let the sub-windows be displayed relative to the main screen
260+* After searching change to date with single click instead of double-click
261+* Add useWebkit flag in configuration file
262+ Can be set to 0 if webkit causes problems e.g. for Chinese fonts
263+* Fix: Special characters inflate cloud black-/whitelist
264+* Fix: Insertion of templates (LP:696205)
265+* Fix: Do not load backup files accidentally (LP:705260)
266+* Fix: Preferences window can't be opened (LP:696186)
267+* Windows: Fix opening linked files with umlauts or other special characters
268+* Code: Make pywebkitgtk an explicit requirement
269+
270+=== 1.1.2 (10-12-26) ===
271+* Add fullscreen mode (F11)
272+* Highlight all found occurences of the searched word (LP:614353)
273+* Highlight mixed markups (**__Bold underline__**)
274+* Highlight structured headers (=Part=, ==Subpart==, ===Section===, ====Subsection====, =====Subsubsection=====)
275+* Document structured headers
276+* Highlight ``, "", ''
277+* Write documentation about ``, "", ''
278+* Let the preview and edit button have the same size
279+* Fix: Correctly highlight lists (LP:622456)
280+* Fix: Do not set maximized to True when sending RedNotebook to the tray (LP:657421)
281+* Fix: Add Ctrl-P shortcut for edit button (LP:685609)
282+* Fix: Add "\" to the list of ignored chars for word clouds
283+* Fix: Escape characters before adding results to the search list
284+* Fix: Local links with whitespace in latex
285+* Windows: Fix opening linked files
286+* Windows: Do not center window to prevent alignment issues
287+* Windows: Fix image preview (LP:663944)
288+* Internal: Replace tabs by whitespace in source code
289+* Many translations updated
290+
291+=== 1.1.1 (10-08-21) ===
292+* Let user delete category with 'DELETE' key (LP:608717)
293+* Sort categories alphabetically (LP:612859)
294+* Fix: After clicking "Change the text" on an annotation, directly edit it (LP:612861)
295+* Fix: Journal -> _Journal in menu
296+* Fix: Do not clear entry when category is changed in new-entry dialog
297+* Fix: restore left divider position
298+* Fix: Use rednotebook website for retrieving newest version information (LP:621975)
299+* Windows: Shrink installer size
300+* Windows: Update gtk libs
301+* Windows: New theme
302+* Windows: New icons
303+* New translations:
304+ * English (United Kingdom)
305+ * Norwegian Bokmal
306+* Many translations updated
307+
308+=== 1.1.0 (10-08-03) ===
309+* When searching for text, search in dates too (Search for 2010-05 displays all entries of May 2010)
310+* Improve checking for new version (Show version numbers)
311+* Save last selected tab (Search/Clouds) (LP:590483)
312+* Save journal files as readable unicode
313+* Save journal files without python directives
314+* Let the Preview and the Edit button always have the same size
315+* Get rid of warnings caused by older webkit versions
316+* Use webkit on Windows
317+* Use webkit by default if installed
318+* Get rid of CamelCase in sourcecode
319+* Open external files asynchronously with subprocess.Popen from preview
320+* Fix: Correctly highlight multiple links and images on one line
321+* Fix: Months that have been cleared of all text are now rewritten to disk
322+* Fix: Allow ampersands in annotation links (LP:612490)
323+* Rewrite export assistant code
324+* Much more code rewritten or restructured
325+* Bundle msvcr dll in windows installer (Fixes Error 14001)
326+* New translations:
327+ * Chinese (Traditional)
328+* Many translations updated
329+
330+=== 1.0.0 (10-06-23) ===
331+* Describe how to add latex math formulas and custom html tags in help
332+* Fix crash on windows when data and program live on different drives in portable mode (LP:581646)
333+* Fix display of italic text in edit mode
334+* Fix inserting templates on Windows
335+* New Translations:
336+ * Faroese
337+
338+=== 0.9.5 (10-05-11) ===
339+* Show week numbers in calendar (edit weekNumbers in config file)
340+* Sort items in configuration.cfg
341+* Automatically put cursor into search field, when search tab is opened
342+* Do not translate log
343+* Fix export error on Windows (LP:575999)
344+* Get rid of PangoWarnings on Windows
345+* Get rid of Statusbar deprecation message
346+* New recommended dependency: python-chardet
347+
348+=== 0.9.4 (10-04-29) ===
349+* Allow dragging of files and pictures into RedNotebook (Linux only)
350+* Save data dir relative to application dir in portable mode
351+* Remember if window was maximized
352+* Make webkit the default preview backend
353+* Improve documentation (Synchronization, Portable mode)
354+* Improve list markup highlighting
355+* Only add help content at first startup (Closes LP:550814)
356+* Live highlighting of searched words in text
357+* Scroll to found word at search
358+* Make user directory configurable in default.cfg
359+* Windows:
360+ * Fully translate Windows version
361+ * Add more languages to the Windows installer
362+ * Fix picture export on Windows
363+ * Hide PDF export button on windows (pywebkitgtk not available)
364+ * Portable mode has been improved
365+ * Let users insert templates again (Closes LP:538391)
366+* New translations:
367+ * Brazilian Portuguese
368+* Many translations updated
369+
370+=== 0.9.3 (10-02-23) ===
371+* Add graphical option to select webkit for previews
372+* If available use webkit for clouds
373+* Add context menu to the webkit clouds for hiding words
374+* Change "Stricken" to "Strikethrough"
375+* Add locale functions for complete translations
376+* Change xhtml extension to .html
377+* Improve documentation
378+* New translations:
379+ * Italian
380+* Many translations updated
381+
382+
383+=== 0.9.2 (10-01-21) ===
384+* Use webkit for direct PDF export
385+* Remove pdflatex (texlive) package suggestion
386+* Improve menu layout
387+* Add "Report A Problem" button
388+* Add "Translate RedNotebook" button
389+* Add "Get Help Online" button
390+* Handle opening of links externally in webkit preview
391+* Fix spellchecking
392+* Fix linebreaks for XHTML
393+* Improve documentation
394+* New Translations:
395+ * Spanish
396+* Updated Translations:
397+ * German
398+ * Indonesian
399+ * Hebrew
400+ * Malay
401+ * Czech
402+ * Polish
403+ * Dutch
404+ * Chinese (Simplified)
405+
406+=== 0.9.1 (09-12-27) ===
407+* Make markup highlighting much faster
408+* Allow using webkit for previews (In the config file, set useWebkit to 1)
409+* Make pywebkitgtk (python-webkit) an optional, but highly recommended dependency
410+* Make welcome text translatable
411+* Add comments for translators
412+* Make help available online
413+
414+=== 0.9.0 (09-12-17) ===
415+* Markup Highlighting (a little WYSIWYG/RTF)
416+* New translations:
417+ * Indonesian
418+ * Asturian
419+ * Ukrainian
420+ * Danish
421+* Updated translations:
422+ * All (Yay, thanks!)
423+
424+=== 0.8.9 (09-10-04) ===
425+* Save your journal to a remote server (SSH, FTP and WebDAV support)
426+* Do not load backup files in data directory
427+* Fix "Save As"
428+* New translations:
429+ * Dutch
430+ * Polish
431+
432+=== 0.8.8 (09-10-23) ===
433+* Internationalization:
434+ * RedNotebook is now available in:
435+ * German
436+ * Czech
437+ * Hebrew
438+ * Malay
439+ * Romanian
440+ * Russian
441+ * Simplified Chinese
442+ * French
443+ * Translations are partly available for:
444+ * Brazilian Portuguese
445+ * Croatian
446+ * Italian
447+ * Dutch
448+ * Belarusian
449+ * New translations can be made at launchpad.net
450+* Add "Start minimized to tray" command line parameter
451+* Add cloud words white list for short words
452+
453+=== 0.8.7 (2009-09-27) ===
454+* Only save content and config when they have been changed
455+* Make the UI easier to understand
456+ * provide more tooltips
457+* Update help
458+ * explain how to use Categories as Todo items there
459+ * make help topic centric
460+ * cleanup template help
461+* Fix "Insert this Weekday's Template"
462+
463+=== 0.8.6.1 (2009-09-04) ===
464+* Fix duplicate naming bug (LP:424550)
465+
466+=== 0.8.6 (2009-09-04) ===
467+* Added an optional tray icon
468+ (Closing the window sends RedNotebook to the system tray)
469+* The menubar has been rewritten to support gtk+ 2.14
470+* Fix "add example content"
471+* Fix calendar issue (again)
472+* Fix crash on Hardy
473+
474+=== 0.8.5 (2009-08-29) ===
475+* Spell Checking (not for Windows)
476+ (Requires gtkspell for python. This is included in the python-gnome2-extras package)
477+* When a template is inserted, every occurence of "$date$" is converted to the current date
478+ (Set date format in preferences)
479+* Open a specified journal from the command line
480+ (execute "rednotebook -h" for instructions)
481+* Autocomplete category entries
482+* Wrap lines in categories view
483+* When a category is selected on the right and you add a new category entry,
484+ set focus directly in entry field
485+* Fix: Allow underscores and whitespace in filenames for latex (LP:414588)
486+* Fix: Reset min gtk version to 2.14
487+
488+=== 0.8.4 (2009-08-13) ===
489+* Add Undu and Redo for Categories
490+ (Hit Ctrl-Z to restore a deleted category entry)
491+* Hide cloud words with simple right-click
492+* Open pictures by double-clicking them (in preview)
493+* Statistics: Show number of distinct words
494+* Category items can now be formatted bold, italic, underlined, stricken
495+ (Just put **, //, __ or -- around the entry text)
496+* Format category entries with the "Format" button
497+ (Select a node on the right and apply a format from the "Format" menu)
498+* Add "Stricken" format button
499+ (Useful e.g. for completed todo items)
500+* New Shortcuts:
501+ * Ctrl-N: Add a new entry to a category
502+ * Ctrl-T: Tag the current day
503+* You can now use TAB to navigate in the "New entry dialog"
504+* Switch from libglade to GtkBuilder (the python-glade dep can be dropped)
505+* Fix undo and redo for main text
506+
507+=== 0.8.3 (2009-08-07) ===
508+* New statistics dialog with daily word count. Shows number of words, lines, and chars
509+* Fill some days of the journal with solutions of common question at first startup
510+* Add option to restore that example content. It will be placed after the last edited day
511+* Add "Autostart RedNotebook" option
512+ * Linux: Option in Program
513+ * Win: Installer Option
514+* Format category entries in search window
515+* Finish a new category entry by hitting ENTER
516+* Put the initial focus in the text window for direct typing (LP:406450)
517+* Fix calendar warning
518+* Use glib.timeout_add_seconds for automatic saving for less energy consumption on laptops
519+* Highlight searched words in preview too
520+
521+=== 0.8.2 (2009-07-28) ===
522+* Blacklist for clouds in GUI
523+* Let the search function highlight found words
524+* Fix line breaks for exports
525+* Fix opening files on Mac
526+* Add little section about comments to Help text
527+* Fix size for insert icon by using a stock icon
528+* Do not use small toolbar icon sizes (LP:405991)
529+
530+=== 0.8.1 (2009-07-24) ===
531+* make font size configurable (under preferences)
532+* Add line breaks (under insert menu)
533+* Add a whitespace char between adjacent lines
534+* Fix: Win Version should use smaller insert-image icon (16x16)
535+
536+=== 0.8.0 (2009-07-22) ===
537+* Graphical preferences dialog (Under "Edit" menu)
538+* Make date/time format configurable in the preferences dialog
539+* Fix unicode bugs
540+
541+=== 0.7.6 (2009-07-15) ===
542+* Undu and redo for the main text
543+* Use libyaml for faster loading and dumping of files (Big journals now open ~10 times faster)
544+* Speed improvements for navigation between days
545+* Add information for Latex to PDF conversion
546+* Shortcut for turning on/off the preview: Ctrl+P
547+* New entry in Edit menu: "Find"
548+* Append error messages to the logfile
549+* Use new svn version of txt2tags
550+* Fix URL and file link insertion
551+
552+=== 0.7.5 (2009-06-30) ===
553+* Buttons for bold, italic, underlined text
554+* Fixed hardy bug: yaml 3.05 does not have __version__ attribute
555+* Removed shebangs from python modules (Closes LP:393602)
556+
557+=== 0.7.4 (2009-06-25) ===
558+* Create ~/.rednotebook dir before logging is initialized (Closes LP:392235)
559+* Set native theme for windows version
560+
561+=== 0.7.3 (2009-06-21) ===
562+* Only save months that have been visited for a faster exit
563+* Improve logging
564+* Automatically create a logfile for debugging
565+* Fix: Check if directory exists before opening it
566+
567+=== 0.7.2 (2009-05-25) ===
568+* Choose a folder for journal (Save-As)
569+* Have more than one journal (New Journal)
570+* Open existing journals (Open Journal)
571+
572+=== 0.7.1 (2009-05-21) ===
573+* Open and create template files from within RedNotebook
574+* Live update of template list
575+* Fix opening files for Win
576+
577+=== 0.7.0 (2009-05-19) ===
578+* Arbitrarily named templates
579+* Enable copy/paste in categories edit box
580+* Live update of clouds after categories have been edited
581+
582+=== 0.6.9 (2009-05-05) ===
583+* Reenable stricken text
584+* Select individual categories to export
585+* Export only text, or only categories, or both
586+* Handle local file opening
587+ Double-clicks on links in the preview open the link with the preferred app
588+* Categories can be edited with right mouse clicks:
589+ Click on an existing category then right mouse click to add a new entry
590+* Link template files
591+* Make toolbars equally sized
592+* Delete GTKMozembed cruft
593+ * Delete mozembed.py module (originally taken from listen-project)
594+* Delete markup cruft
595+
596+=== 0.6.8 (2009-05-03) ===
597+* Drop GTKMozembed dependency
598+ * Add keepnote modules
599+ * remove numbered lists
600+* Minor Bugfixes
601+
602+=== 0.6.7 (2009-04-21) ===
603+* Make deb package Python 2.6 compatible
604+* Add yaml-parser error handling
605+* Fix inserting file links containing whitespace
606+
607+=== 0.6.6 (2009-04-07) ===
608+* Fix: A modified category and tag name is not modified in the category drop
609+ down list until you reload the application.
610+* Fix: Cloud words should have the same color as text words (LP:353738)
611+
612+=== 0.6.5 (2009-04-01) ===
613+* Ignore list for clouds (Mark word(s) in cloud, right-click and select "Hide")
614+* Keyboard shortcuts for inserting pictures, files, links and the date
615+
616+=== 0.6.4 (2009-03-29) ===
617+* Easier Tagging (Added tag button)
618+* New-Entry-Dialog: Show previous tags in drop-down menu when "Tags" is selected as category
619+* New-Entry-Dialog: Only make a new entry submittable, if text has been entered
620+* Shortcuts to navigate between days (<Ctrl> + PageUp, <Ctrl> + PageDown)
621+* Check xulrunner paths at startup
622+* Made Windows installer
623+
624+=== 0.6.3 (2009-03-21) ===
625+* Add an option to insert the current time and date
626+* Save divider positions and frame size
627+* Add new statistics
628+* Disable GTKMozembed automatically if RedNotebook crashes
629+
630+=== 0.6.2 (2009-03-17) ===
631+* Content is automatically saved every ten minutes
632+* Fix Debian/Jaunty Bug (LP:340101)
633+
634+=== 0.6.1 (2009-03-03) ===
635+* New types to insert: Bullet List, Numbered List, Title, Line
636+
637+=== 0.6.0 (2009-02-25) ===
638+* Allow linking of files
639+* Allow embedding images
640+* Links and mail addresses are recognized automatically
641+* Adding named links to websites is now possible
642+* Better documentation
643+
644+=== 0.5.6 (2009-02-23) ===
645+* Disable automatic update checking
646+* Add "Check for new version" menu entry
647+* Add config file and tips for packagers
648+* Add 'Disable GTKMozembed' option to config files
649+* Add copyright notice to source files
650+* Add LICENSE file
651+
652+=== 0.5.5 (2009-02-12) ===
653+* Make GTKMozembed optional
654+* Use preview in browser if GTKMozembed not installed
655+* Add browser navigation buttons to preview
656+* Remove gtkhtml2 dependency
657+* Add name of day to title in preview and export
658+
659+=== 0.5.4 (2009-02-02) ===
660+* RedNotebook now checks for new version when it is started
661+* The configuration is saved in a file when the program exits
662+* The Fedora gtkmozembed bug has been fixed (LP:320492)
663+
664+=== 0.5.3 (2009-01-30) ===
665+* Word, tag and category clouds
666+* Catch abnormal aborts and save content to disk
667+
668+=== 0.5.2 (2009-01-27) ===
669+* The Export Wizard is back again (Thanks Alexandre)
670+* It is now possible to search for text, categories and tags
671+
672+=== 0.5.1 (2009-01-21) ===
673+* Days can be tagged
674+* Formatting text is possible
675+* Bugfixes
676+
677+=== 0.5.0 (2009-01-19) ===
678+* The GUI has been ported to PyGTK
679+* Almost all of the features have been adapted to the new interface
680+* A Preview Tab for a day's content was added
681+
682+=== 0.4.1 (2009-01-15) ===
683+* Do not export empty days (Fixes Bug #314385)
684+* Fix search for single digit months (Fixes Bug #312988)
685+
686+=== 0.4.0 (2008-12-18) ===
687+* Export Functionality added: Text, HTML, Latex
688+* Use of Configuration Files
689+
690+=== 0.3.0 (2008-11-29) ===
691+* Template entries for each weekday
692+* Undo & Redo
693+ * Ubuntu Main Menu Entry
694+* Improved Documentation
695+
696+=== 0.2.0 (2008-11-07) ===
697+* Word Cloud
698+* Frame Icons in Multiple Resolutions
699+* After adding new category, directly add new entry
700+* Example Categories in Right Pane
701+* Case-insensitive search
702+* Statistics: Number of words, entries
703+
704+=== 0.1.0 (2008-09-23) ===
705+* Initial Release
706+* Available Features
707+ * Enter Day Content
708+ * Add Day Categories
709+ * (Live-) Search for Day Content
710+ * Automatic saving
711+ * Backup to zip archive
712+ * Mark edited days
713+ * Calendar Navigation
714
715=== renamed file 'CHANGELOG' => 'CHANGELOG.moved'
716=== added file 'LICENSE'
717--- LICENSE 1970-01-01 00:00:00 +0000
718+++ LICENSE 2015-08-29 19:47:10 +0000
719@@ -0,0 +1,339 @@
720+ GNU GENERAL PUBLIC LICENSE
721+ Version 2, June 1991
722+
723+ Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
724+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
725+ Everyone is permitted to copy and distribute verbatim copies
726+ of this license document, but changing it is not allowed.
727+
728+ Preamble
729+
730+ The licenses for most software are designed to take away your
731+freedom to share and change it. By contrast, the GNU General Public
732+License is intended to guarantee your freedom to share and change free
733+software--to make sure the software is free for all its users. This
734+General Public License applies to most of the Free Software
735+Foundation's software and to any other program whose authors commit to
736+using it. (Some other Free Software Foundation software is covered by
737+the GNU Lesser General Public License instead.) You can apply it to
738+your programs, too.
739+
740+ When we speak of free software, we are referring to freedom, not
741+price. Our General Public Licenses are designed to make sure that you
742+have the freedom to distribute copies of free software (and charge for
743+this service if you wish), that you receive source code or can get it
744+if you want it, that you can change the software or use pieces of it
745+in new free programs; and that you know you can do these things.
746+
747+ To protect your rights, we need to make restrictions that forbid
748+anyone to deny you these rights or to ask you to surrender the rights.
749+These restrictions translate to certain responsibilities for you if you
750+distribute copies of the software, or if you modify it.
751+
752+ For example, if you distribute copies of such a program, whether
753+gratis or for a fee, you must give the recipients all the rights that
754+you have. You must make sure that they, too, receive or can get the
755+source code. And you must show them these terms so they know their
756+rights.
757+
758+ We protect your rights with two steps: (1) copyright the software, and
759+(2) offer you this license which gives you legal permission to copy,
760+distribute and/or modify the software.
761+
762+ Also, for each author's protection and ours, we want to make certain
763+that everyone understands that there is no warranty for this free
764+software. If the software is modified by someone else and passed on, we
765+want its recipients to know that what they have is not the original, so
766+that any problems introduced by others will not reflect on the original
767+authors' reputations.
768+
769+ Finally, any free program is threatened constantly by software
770+patents. We wish to avoid the danger that redistributors of a free
771+program will individually obtain patent licenses, in effect making the
772+program proprietary. To prevent this, we have made it clear that any
773+patent must be licensed for everyone's free use or not licensed at all.
774+
775+ The precise terms and conditions for copying, distribution and
776+modification follow.
777+
778+ GNU GENERAL PUBLIC LICENSE
779+ TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
780+
781+ 0. This License applies to any program or other work which contains
782+a notice placed by the copyright holder saying it may be distributed
783+under the terms of this General Public License. The "Program", below,
784+refers to any such program or work, and a "work based on the Program"
785+means either the Program or any derivative work under copyright law:
786+that is to say, a work containing the Program or a portion of it,
787+either verbatim or with modifications and/or translated into another
788+language. (Hereinafter, translation is included without limitation in
789+the term "modification".) Each licensee is addressed as "you".
790+
791+Activities other than copying, distribution and modification are not
792+covered by this License; they are outside its scope. The act of
793+running the Program is not restricted, and the output from the Program
794+is covered only if its contents constitute a work based on the
795+Program (independent of having been made by running the Program).
796+Whether that is true depends on what the Program does.
797+
798+ 1. You may copy and distribute verbatim copies of the Program's
799+source code as you receive it, in any medium, provided that you
800+conspicuously and appropriately publish on each copy an appropriate
801+copyright notice and disclaimer of warranty; keep intact all the
802+notices that refer to this License and to the absence of any warranty;
803+and give any other recipients of the Program a copy of this License
804+along with the Program.
805+
806+You may charge a fee for the physical act of transferring a copy, and
807+you may at your option offer warranty protection in exchange for a fee.
808+
809+ 2. You may modify your copy or copies of the Program or any portion
810+of it, thus forming a work based on the Program, and copy and
811+distribute such modifications or work under the terms of Section 1
812+above, provided that you also meet all of these conditions:
813+
814+ a) You must cause the modified files to carry prominent notices
815+ stating that you changed the files and the date of any change.
816+
817+ b) You must cause any work that you distribute or publish, that in
818+ whole or in part contains or is derived from the Program or any
819+ part thereof, to be licensed as a whole at no charge to all third
820+ parties under the terms of this License.
821+
822+ c) If the modified program normally reads commands interactively
823+ when run, you must cause it, when started running for such
824+ interactive use in the most ordinary way, to print or display an
825+ announcement including an appropriate copyright notice and a
826+ notice that there is no warranty (or else, saying that you provide
827+ a warranty) and that users may redistribute the program under
828+ these conditions, and telling the user how to view a copy of this
829+ License. (Exception: if the Program itself is interactive but
830+ does not normally print such an announcement, your work based on
831+ the Program is not required to print an announcement.)
832+
833+These requirements apply to the modified work as a whole. If
834+identifiable sections of that work are not derived from the Program,
835+and can be reasonably considered independent and separate works in
836+themselves, then this License, and its terms, do not apply to those
837+sections when you distribute them as separate works. But when you
838+distribute the same sections as part of a whole which is a work based
839+on the Program, the distribution of the whole must be on the terms of
840+this License, whose permissions for other licensees extend to the
841+entire whole, and thus to each and every part regardless of who wrote it.
842+
843+Thus, it is not the intent of this section to claim rights or contest
844+your rights to work written entirely by you; rather, the intent is to
845+exercise the right to control the distribution of derivative or
846+collective works based on the Program.
847+
848+In addition, mere aggregation of another work not based on the Program
849+with the Program (or with a work based on the Program) on a volume of
850+a storage or distribution medium does not bring the other work under
851+the scope of this License.
852+
853+ 3. You may copy and distribute the Program (or a work based on it,
854+under Section 2) in object code or executable form under the terms of
855+Sections 1 and 2 above provided that you also do one of the following:
856+
857+ a) Accompany it with the complete corresponding machine-readable
858+ source code, which must be distributed under the terms of Sections
859+ 1 and 2 above on a medium customarily used for software interchange; or,
860+
861+ b) Accompany it with a written offer, valid for at least three
862+ years, to give any third party, for a charge no more than your
863+ cost of physically performing source distribution, a complete
864+ machine-readable copy of the corresponding source code, to be
865+ distributed under the terms of Sections 1 and 2 above on a medium
866+ customarily used for software interchange; or,
867+
868+ c) Accompany it with the information you received as to the offer
869+ to distribute corresponding source code. (This alternative is
870+ allowed only for noncommercial distribution and only if you
871+ received the program in object code or executable form with such
872+ an offer, in accord with Subsection b above.)
873+
874+The source code for a work means the preferred form of the work for
875+making modifications to it. For an executable work, complete source
876+code means all the source code for all modules it contains, plus any
877+associated interface definition files, plus the scripts used to
878+control compilation and installation of the executable. However, as a
879+special exception, the source code distributed need not include
880+anything that is normally distributed (in either source or binary
881+form) with the major components (compiler, kernel, and so on) of the
882+operating system on which the executable runs, unless that component
883+itself accompanies the executable.
884+
885+If distribution of executable or object code is made by offering
886+access to copy from a designated place, then offering equivalent
887+access to copy the source code from the same place counts as
888+distribution of the source code, even though third parties are not
889+compelled to copy the source along with the object code.
890+
891+ 4. You may not copy, modify, sublicense, or distribute the Program
892+except as expressly provided under this License. Any attempt
893+otherwise to copy, modify, sublicense or distribute the Program is
894+void, and will automatically terminate your rights under this License.
895+However, parties who have received copies, or rights, from you under
896+this License will not have their licenses terminated so long as such
897+parties remain in full compliance.
898+
899+ 5. You are not required to accept this License, since you have not
900+signed it. However, nothing else grants you permission to modify or
901+distribute the Program or its derivative works. These actions are
902+prohibited by law if you do not accept this License. Therefore, by
903+modifying or distributing the Program (or any work based on the
904+Program), you indicate your acceptance of this License to do so, and
905+all its terms and conditions for copying, distributing or modifying
906+the Program or works based on it.
907+
908+ 6. Each time you redistribute the Program (or any work based on the
909+Program), the recipient automatically receives a license from the
910+original licensor to copy, distribute or modify the Program subject to
911+these terms and conditions. You may not impose any further
912+restrictions on the recipients' exercise of the rights granted herein.
913+You are not responsible for enforcing compliance by third parties to
914+this License.
915+
916+ 7. If, as a consequence of a court judgment or allegation of patent
917+infringement or for any other reason (not limited to patent issues),
918+conditions are imposed on you (whether by court order, agreement or
919+otherwise) that contradict the conditions of this License, they do not
920+excuse you from the conditions of this License. If you cannot
921+distribute so as to satisfy simultaneously your obligations under this
922+License and any other pertinent obligations, then as a consequence you
923+may not distribute the Program at all. For example, if a patent
924+license would not permit royalty-free redistribution of the Program by
925+all those who receive copies directly or indirectly through you, then
926+the only way you could satisfy both it and this License would be to
927+refrain entirely from distribution of the Program.
928+
929+If any portion of this section is held invalid or unenforceable under
930+any particular circumstance, the balance of the section is intended to
931+apply and the section as a whole is intended to apply in other
932+circumstances.
933+
934+It is not the purpose of this section to induce you to infringe any
935+patents or other property right claims or to contest validity of any
936+such claims; this section has the sole purpose of protecting the
937+integrity of the free software distribution system, which is
938+implemented by public license practices. Many people have made
939+generous contributions to the wide range of software distributed
940+through that system in reliance on consistent application of that
941+system; it is up to the author/donor to decide if he or she is willing
942+to distribute software through any other system and a licensee cannot
943+impose that choice.
944+
945+This section is intended to make thoroughly clear what is believed to
946+be a consequence of the rest of this License.
947+
948+ 8. If the distribution and/or use of the Program is restricted in
949+certain countries either by patents or by copyrighted interfaces, the
950+original copyright holder who places the Program under this License
951+may add an explicit geographical distribution limitation excluding
952+those countries, so that distribution is permitted only in or among
953+countries not thus excluded. In such case, this License incorporates
954+the limitation as if written in the body of this License.
955+
956+ 9. The Free Software Foundation may publish revised and/or new versions
957+of the General Public License from time to time. Such new versions will
958+be similar in spirit to the present version, but may differ in detail to
959+address new problems or concerns.
960+
961+Each version is given a distinguishing version number. If the Program
962+specifies a version number of this License which applies to it and "any
963+later version", you have the option of following the terms and conditions
964+either of that version or of any later version published by the Free
965+Software Foundation. If the Program does not specify a version number of
966+this License, you may choose any version ever published by the Free Software
967+Foundation.
968+
969+ 10. If you wish to incorporate parts of the Program into other free
970+programs whose distribution conditions are different, write to the author
971+to ask for permission. For software which is copyrighted by the Free
972+Software Foundation, write to the Free Software Foundation; we sometimes
973+make exceptions for this. Our decision will be guided by the two goals
974+of preserving the free status of all derivatives of our free software and
975+of promoting the sharing and reuse of software generally.
976+
977+ NO WARRANTY
978+
979+ 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
980+FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
981+OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
982+PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
983+OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
984+MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
985+TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
986+PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
987+REPAIR OR CORRECTION.
988+
989+ 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
990+WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
991+REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
992+INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
993+OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
994+TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
995+YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
996+PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
997+POSSIBILITY OF SUCH DAMAGES.
998+
999+ END OF TERMS AND CONDITIONS
1000+
1001+ How to Apply These Terms to Your New Programs
1002+
1003+ If you develop a new program, and you want it to be of the greatest
1004+possible use to the public, the best way to achieve this is to make it
1005+free software which everyone can redistribute and change under these terms.
1006+
1007+ To do so, attach the following notices to the program. It is safest
1008+to attach them to the start of each source file to most effectively
1009+convey the exclusion of warranty; and each file should have at least
1010+the "copyright" line and a pointer to where the full notice is found.
1011+
1012+ <one line to give the program's name and a brief idea of what it does.>
1013+ Copyright (C) <year> <name of author>
1014+
1015+ This program is free software; you can redistribute it and/or modify
1016+ it under the terms of the GNU General Public License as published by
1017+ the Free Software Foundation; either version 2 of the License, or
1018+ (at your option) any later version.
1019+
1020+ This program is distributed in the hope that it will be useful,
1021+ but WITHOUT ANY WARRANTY; without even the implied warranty of
1022+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1023+ GNU General Public License for more details.
1024+
1025+ You should have received a copy of the GNU General Public License along
1026+ with this program; if not, write to the Free Software Foundation, Inc.,
1027+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1028+
1029+Also add information on how to contact you by electronic and paper mail.
1030+
1031+If the program is interactive, make it output a short notice like this
1032+when it starts in an interactive mode:
1033+
1034+ Gnomovision version 69, Copyright (C) year name of author
1035+ Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
1036+ This is free software, and you are welcome to redistribute it
1037+ under certain conditions; type `show c' for details.
1038+
1039+The hypothetical commands `show w' and `show c' should show the appropriate
1040+parts of the General Public License. Of course, the commands you use may
1041+be called something other than `show w' and `show c'; they could even be
1042+mouse-clicks or menu items--whatever suits your program.
1043+
1044+You should also get your employer (if you work as a programmer) or your
1045+school, if any, to sign a "copyright disclaimer" for the program, if
1046+necessary. Here is a sample; alter the names:
1047+
1048+ Yoyodyne, Inc., hereby disclaims all copyright interest in the program
1049+ `Gnomovision' (which makes passes at compilers) written by James Hacker.
1050+
1051+ <signature of Ty Coon>, 1 April 1989
1052+ Ty Coon, President of Vice
1053+
1054+This General Public License does not permit incorporating your program into
1055+proprietary programs. If your program is a subroutine library, you may
1056+consider it more useful to permit linking proprietary applications with the
1057+library. If this is what you want to do, use the GNU Lesser General
1058+Public License instead of this License.
1059
1060=== renamed file 'LICENSE' => 'LICENSE.moved'
1061=== added file 'MANIFEST.in'
1062--- MANIFEST.in 1970-01-01 00:00:00 +0000
1063+++ MANIFEST.in 2015-08-29 19:47:10 +0000
1064@@ -0,0 +1,17 @@
1065+include po/*.pot
1066+include po/*.po
1067+include rednotebook/images/*.png
1068+include rednotebook/images/rednotebook-icon/*.png
1069+include rednotebook/files/*.glade
1070+include rednotebook/files/*.cfg
1071+include CHANGELOG
1072+include README
1073+include README.Packagers
1074+include AUTHORS
1075+include LICENSE
1076+include MANIFEST.in
1077+include run
1078+include rednotebook.desktop
1079+include rednotebook.png
1080+include win/*.manifest
1081+include win/*.dll
1082
1083=== renamed file 'MANIFEST.in' => 'MANIFEST.in.moved'
1084=== added file 'README'
1085--- README 1970-01-01 00:00:00 +0000
1086+++ README 2015-08-29 19:47:10 +0000
1087@@ -0,0 +1,69 @@
1088+===== Short Instructions =====
1089+
1090+Install all dependencies, translate the application and run RedNotebook
1091+without installation:
1092+
1093+$ ./run
1094+
1095+
1096+
1097+===== Detailed Instructions =====
1098+
1099+There are many packages available for different distributions, so you might
1100+want to check the Downloads page first.
1101+
1102+It is recommended to install the distribution's appropriate package,
1103+but of course sometimes you want to try out the bleeding edge, hot new stuff.
1104+
1105+If you don't want to mess with your distribution's package system, you might
1106+want to just run the program, without installing it by using the command above.
1107+
1108+==== REQUIREMENTS ====
1109+ - Python (2.6/2.7) (www.python.org)
1110+ - PyYaml (>=3.05) (www.pyyaml.org)
1111+ - PyGTK (>=2.16) (www.pygtk.org)
1112+ - pywebkitgtk (>=1.1.5) (http://code.google.com/p/pywebkitgtk/)
1113+
1114+ - Optionally:
1115+ - python-chardet (http://chardet.feedparser.org)
1116+ Better recognition of file encodings
1117+
1118+==== INSTALLATION ====
1119+Please pay attention: Installing is very easy, uninstalling however can only be
1120+done by removing the installed files manually.
1121+
1122+$ sudo python setup.py install --record installed-files
1123+
1124+(installs into path-to-python/site-packages/ and saves a list of installed
1125+files in "installed-files" to make an uninstallation easier)
1126+
1127+
1128+
1129+===== THANKS =====
1130+
1131+- The authors of the programs listed under 'requirements'. Remember that without
1132+ them, RedNotebook would not be possible.
1133+- Everaldo Coelho (www.everaldo.com) for the original icon (easymoblog.png) and
1134+ Ciaran for the excellent redesign.
1135+- The txt2tags team (http://txt2tags.sf.net) for their super cool markup tool.
1136+- The people behind the Tango Icon Project and the creators of the Human Theme.
1137+ Their work can be downloaded from http://tango.freedesktop.org/
1138+- Ahmet Öztürk and Lifeograph for his markup highlighting idea
1139+- Hannes Matuschek: The code for markup highlighting uses a specialized version
1140+ of his pygtkcodebuffer module (http://code.google.com/p/pygtkcodebuffer/).
1141+- Dieter Verfaillie: For his elib.intl module
1142+ (https://github.com/dieterv/elib.intl)
1143+- Eitan Isaacson: RedNotebook took his idea and some code for converting HTML
1144+ documents to PDF (http://github.com/eeejay/interwibble/).
1145+
1146+
1147+
1148+===== NOTES =====
1149+
1150+RedNotebook is published either under the terms of the GPL version 2 or any
1151+later version of the license. It includes the elib.intl module
1152+(https://github.com/dieterv/elib.intl) which is released under the LGPLv3+.
1153+This means that the resulting work is licensed under the GPLv3+.
1154+
1155+
1156+Enjoy!
1157
1158=== added file 'README.Packagers'
1159--- README.Packagers 1970-01-01 00:00:00 +0000
1160+++ README.Packagers 2015-08-29 19:47:10 +0000
1161@@ -0,0 +1,54 @@
1162+Notes for package maintainers
1163+-----------------------------
1164+(most of these notes have been taken from the geany (geany.org) tarball)
1165+
1166+
1167+About this file
1168+---------------
1169+The following notes are intended for package maintainers. These are not
1170+meant as strict rules but only as hints and ideas to make a package
1171+maintainer's life a little bit easier.
1172+So it doesn't make much sense to include this file in any created
1173+packages for general distribution.
1174+
1175+
1176+Packaging hints
1177+---------------
1178+In the file rednotebook/files/default.cfg you can customise some settings for
1179+your distribution/target. Detailed descriptions can be found there.
1180+Currently there are no such options anymore.
1181+
1182+Please use the URL http://rednotebook.sourceforge.net for any website
1183+information in your package.
1184+
1185+
1186+Feedback
1187+--------
1188+If you have to modify anything to package the RedNotebook sources for your
1189+distribution/target and these changes might be generally useful, please
1190+report your changes to us (the RedNotebook developers) so we can apply them.
1191+Such changes could be removing/adding any files, modifying the distutils
1192+configuration, any modifications to some "meta" files (like
1193+rednotebook.desktop, images/icons, ...) or even if you have to
1194+modify the source code to fix broken compilation or something similar.
1195+Please inform us about changes you made, so maybe you don't have to
1196+change it again with the next release and we can fix it in RedNotebook itself
1197+so others can also benefit from these changes.
1198+
1199+
1200+Announce your packages
1201+---------------------
1202+After finishing your package creation, feel free to drop us a note. If you
1203+wish, we can also add a link on RedNotebook's website to your package.
1204+
1205+
1206+RedNotebook announcements
1207+-------------------
1208+Package maintainers are encouraged to subscribe to the Freshmeat or Sourceforge
1209+announcements to stay informed about new releases.
1210+
1211+
1212+
1213+--
1214+2008-2011 by Jendrik Seipp
1215+jendrikseipp(at)web(dot)de
1216
1217=== added file 'TODO'
1218--- TODO 1970-01-01 00:00:00 +0000
1219+++ TODO 2015-08-29 19:47:10 +0000
1220@@ -0,0 +1,171 @@
1221+TODO / Roadmap:
1222+
1223+If you have any suggestions or comments, feel free to contact me on the mailing
1224+list or directly per mail. Even if a feature is listed here already it might
1225+speed up the implementation if you tell me that you'd like its addition ;)
1226+
1227+
1228+=== Roadmap ===
1229+
1230+1.7.3
1231+X Support inserting multiple pictures in one step.
1232+X Add DejaVu Sans as font fallback for clouds and preview.
1233+X Fix setting last image directory for insert dialog.
1234+
1235+1.x
1236+O Place subtags behind hashtags inside the text itself: I met #Joana and we had some coffee talking about old times# then i went to #work.
1237+ Maybe it's better to use #Movies:Oblivion
1238+O During saving: Delete old backup, move old file to new backup then save new file.
1239+X Insert Latex formulas (LP:851471)
1240+ X Preview Latex formulas
1241+ X Highlight formulas in edit mode
1242+ X Support formulas in all exports
1243+ X Add menu item for inserting formulas
1244+X Tables
1245+ X Highlight tables in edit mode
1246+ O Use art target for text exports (Wait for txt2tags 2.7)
1247+X Numbered lists
1248+X Add quotes by indenting them with a tab
1249+X Show warning if last backup dates to more than one month before
1250+O Make default css prettier
1251+O Think about supporting %include, %preprocess, etc.
1252+O Scroll to searched text when a result is clicked in preview mode (seems difficult in webkitgtk)
1253+O Make the right panel an advanced option?
1254+O Add option to insert verbatim text.
1255+O Try wine for building windows version.
1256+O Auto-merge: When saving a file, check if its changedate is newer than the time
1257+ when we opened the file and merge the contents if it is.
1258+
1259+O Enable right-click menu for copying in preview
1260+ We don't want the menu with "Reload", so we can either
1261+ - Create our own menu
1262+ - Complicated
1263+ - Only show the menu if there's a selection
1264+ - WebView.has_selection() seems to be broken
1265+
1266+O Imports
1267+ X RedNotebook Backup zipfile
1268+ X RedNotebook data directory
1269+ X Plain text files
1270+ O ics (used by Google Calendar)
1271+ O Almanah
1272+ O Lifeograph
1273+ O Evernote
1274+ O Wordpress?
1275+ O Treepad?
1276+ X Tomboy
1277+
1278+ O Suggest input encoding, but let user set it afterwards
1279+
1280+O Custom-style Journals? (Allow custom css files for preview rendering, e.g. Mono-space)
1281+O Translate help (Restructure first using Sphinx?)
1282+O Possibility to show all entries (Search for "*" or show all entries if no text has been entered)
1283+O Upgrade txt2tags from 2.6b to 2.7 (Do not update to 2.6 to save some work)
1284+O Make txt2tags faster and fix bugs
1285+O Search and replace (useful for renaming categories and other names)
1286+ (Add replace functionality after search has been entered)
1287+
1288+
1289+2.0
1290+O Copy files and pictures into data subdirectory
1291+O Encryption
1292+O Internal links to other days
1293+O Let user change font (see https://github.com/pakesson/rednotebook/commit/88fcfc005b14009a50743123077da22333fd5382)
1294+O Filter exports by tags
1295+O RTF export
1296+
1297+
1298+Windows:
1299+O Make windows installer truly portable (leave no traces in registry)
1300+ Probably it's better to distribute a zip archive for this.
1301+
1302+New format:
1303+O Use json instead of yaml (wait till after port to Python3)
1304+O Use standard paths? (Win: C:\Docs & Settings\username\My Documents,
1305+ Linux: ~/.local/share, ~/.config (http://live.gnome.org/Tomboy/Directories))
1306+
1307+Development:
1308+O Use dwolla once it's available in Germany
1309+O Have a look at SimpleNotes
1310+O Try using dogtail for UI tests (https://fedorahosted.org/dogtail/)
1311+
1312+
1313+
1314+
1315+
1316+=== Maybe even some of those features will make it into RedNotebook ===
1317+
1318+O Automatic insertion of photo links for current day (use zeitgeist or tracker to search hard-disk for photos)
1319+O Picture slide show in one entry with many images (in preview show nice
1320+ javascript slide show of pics in linked picture directory) (Think about new format first)
1321+O Include startup date patch? (LP:655381, https://sourceforge.net/apps/phpbb/rednotebook/viewtopic.php?f=3&t=121)
1322+O Ability to make certain entries, eg. birthdays, with frequencies
1323+O Plugin system?
1324+O Entries without dates (bookmarks, contact lists)?
1325+O Add more shortcuts for insertions (e.g. horizontal lines)
1326+O Improve startup time by showing the window and doing the rest of the initialization
1327+ in an idle loader.
1328+
1329+O Support %!include macro?
1330+
1331+O Separate page and textarea instead of textbox for black- and white list?
1332+O Color submenu in format menu with additional color picker and color highlighting in edit mode
1333+
1334+
1335+
1336+=== Features that will **not** be implemented ===
1337+
1338+- ``monospaced`` (we only want one font)
1339+- verbatim / raw ( """/"" - supported, undocumented) (too confusing / poorly behaving)
1340+- remote pictures (pictures would have to be downloaded and saved in a folder for exports)
1341+- dataDir Lock (for multiple TRN instances) (unneeded)
1342+- Tags in text entries (e.g. @film:Batman) (KISS)
1343+- Copy/Paste category entries (Too complicated)
1344+- Add --portable command line parameter (The default config file is better)
1345+- word wrapping while editing category entries (too complicated, would involve writing C code)
1346+- Language selection for spell checking (is already implemented in new versions of gtkspell)
1347+- Todo tab next to clouds (KISS)
1348+- Automatic Backups (KISS, intruding, gentle messages are better)
1349+- Rethink linebreaks? (Changing paragraphs in txt2tags will probably crash
1350+ everything, Current behaviour should be fine)
1351+- allow opening config file from within RedNotebook
1352+ (Probably no good idea as some options might be unavailable or confusing)
1353+- Make the Format button remember its last action -> No, current behaviour good enough.
1354+- Tabs for different notebooks (KISS)
1355+- Add option for time interval between automatic savings? (KISS)
1356+- Let user select the language for RedNotebook in Windows installer (User wants his win language)
1357+- Get proper file layout with one script not part of module (Everything works without name clashes)
1358+- Use threads for file loading and link opening (Probably a bad idea since threads are a source of errors)
1359+- List recently opened journals under "Journal" -> "Recently Used" (KISS, config option needed)
1360+- Drag and Drop for Windows (gtk inter application dnd isn't implemented on win32)
1361+- Use configobj for config files (KISS, Never change A running system ;)
1362+- Search for multiple words at the same time (KISS)
1363+- For each journal to have its own templates (KISS)
1364+- Let the Search type selection remember the selection between sessions (KISS)
1365+- Let the Annotate and Tag window box remember their positions between sessions (KISS)
1366+- Select template file when clicking the button instead of adding weekday's file
1367+- Use categories for number data and present it graphically (KMs, Cash, Calories) (KISS)
1368+- Check for duplicates in cloud blacklists (Does not make much sense since each word
1369+ can only be right-clicked once in the cloud)
1370+- Right-click on word in main text area to add it to cloud whitelist
1371+ (Functionality will be difficult to find, would have to be implemented for
1372+ preview as well)
1373+- Image resizing with PIL (The width parameter is more useful)
1374+- Use attributes for formatting glade strings for easier translation
1375+ (requires gtk+-2.16 and does not make much sense now that all strings have been translated)
1376+- Move the "update application" command into the help menu (central place for the checking is better)
1377+- Use a custom config.t2t per diary (https://sourceforge.net/apps/phpbb/rednotebook/viewtopic.php?f=3&t=126)
1378+ (This will be overkill for most users and having a data subdirectory for images etc. will suffice)
1379+- Add per journal configuration? (This makes things more difficult for the user)
1380+- Open the exported file after the export? (No other program does that)
1381+- Monitor clipboard and add all copied stuff into RedNotebook in "clip mode" (unintuitive, KISS)
1382+- Generalize tags to "hierarchical tags" (This is the job of outliners)
1383+- Add additional one-click menu (like the one with Search and Tags Cloud) that
1384+ contains quick links to other journals
1385+ (https://sourceforge.net/apps/phpbb/rednotebook/viewtopic.php?f=4&t=23) (KISS)
1386+- Syntaxhighlighting support (pygments) (KISS, can probably be done with javascript)
1387+- Support for 'inline files': read content from file upon preview of page and
1388+ add the contents of the file inline (which allows for 'dynamic' content) (KISS)
1389+- Field or shortcut to enter a date and takes you there (One navigation suffices)
1390+- Disable cache for preview to support previewing externally changed files (Rarely used, might slowdown app)
1391+- Use new markup for images: {/home/user/pic.png?50} (Too disruptive)
1392
1393=== renamed file 'TODO' => 'TODO.moved'
1394=== added directory 'debian'
1395=== renamed directory 'debian' => 'debian.moved'
1396=== added file 'debian/README.source'
1397--- debian/README.source 1970-01-01 00:00:00 +0000
1398+++ debian/README.source 2015-08-29 19:47:10 +0000
1399@@ -0,0 +1,2 @@
1400+This package uses the quilt patch system. For further details, see the
1401+documentation in /usr/share/doc/quilt in the quilt package.
1402
1403=== added file 'debian/changelog'
1404--- debian/changelog 1970-01-01 00:00:00 +0000
1405+++ debian/changelog 2015-08-29 19:47:10 +0000
1406@@ -0,0 +1,397 @@
1407+rednotebook (1.7.2-1) UNRELEASED; urgency=low
1408+
1409+ * New upstream release
1410+ * Show error if saving fails due to a directory not being created.
1411+ * Ignore hashtags starting with more than one #.
1412+ * Fix: Allow inserting files and pictures from the "recently used" section (lp:1195759).
1413+
1414+ -- Jendrik Seipp <jendrikseipp@web.de> Fri, 28 Jun 2013 18:47:37 +0200
1415+
1416+rednotebook (1.7.1-1) UNRELEASED; urgency=low
1417+
1418+ * New upstream release
1419+ * Fix: Insert spellchecking correction in the correct position (LP:1137925).
1420+
1421+ -- Jendrik Seipp <jendrikseipp@web.de> Fri, 01 Mar 2013 20:22:24 +0100
1422+
1423+rednotebook (1.7.0-1) UNRELEASED; urgency=low
1424+
1425+ * New upstream release
1426+ * Allow filtering exported days by tags (Alistair Marshall).
1427+ * Add option to export only the currently selected text (Alistair Marshall).
1428+ * Move spellcheck option from preferences to edit menu and add F7 shortcut (Alistair Marshall).
1429+ * Enable spellchecking on Windows. See help for adding custom dictionaries.
1430+ * Better error message for invalid markup.
1431+ * Show warning if no directory is selected before clicking the "Open" button when choosing a journal directory.
1432+ * Gracefully handle BadStatusLines when checking for new versions.
1433+ * Do not try to set file permissions on Windows where they are unavailable.
1434+ * Fix hide-from-cloud for words containing backslashes (LP:1131412).
1435+ * Fix relative file links on Windows.
1436+ * Code: Switch from optparse to argparse (Alistair Marshall).
1437+
1438+ -- Jendrik Seipp <jendrikseipp@web.de> Thu, 28 Feb 2013 23:48:37 +0100
1439+
1440+rednotebook (1.6.6-1) UNRELEASED; urgency=low
1441+
1442+ * New upstream release
1443+ * Edit templates in RedNotebook directly. Preview and use the Insert and Format toolbar menus before inserting a template.
1444+ * Support relative image links like [""my_pic"".jpg].
1445+ * Add Ctrl+Return shortcut for adding manual linebreaks.
1446+ * Let all toolbar menus always open the menu before performing an action.
1447+ * Change Go-To-Today shortcut to Alt+Home (Ctrl+Home moves cursor to the start of the text).
1448+ * Do not allow choosing an empty name for templates.
1449+ * Do not parse #include as a hashtag.
1450+ * Add info about network drives to help text.
1451+ * Fix help text about links to local directories.
1452+ * Fix: Let categories pane use new infobar notifications (LP:1098625).
1453+
1454+ -- Jendrik Seipp <jendrikseipp@web.de> Mon, 21 Jan 2013 18:28:45 +0100
1455+
1456+rednotebook (1.6.5-1) UNRELEASED; urgency=low
1457+
1458+ * New release
1459+
1460+ -- Jendrik Seipp <jendrikseipp@web.de> Thu, 27 Dec 2012 12:44:48 +0100
1461+
1462+rednotebook (1.6.3-1) precise; urgency=low
1463+
1464+ * Bugfix release
1465+
1466+ -- Jendrik Seipp <jendrikseipp@web.de> Thu, 06 Dec 2012 13:41:18 +0100
1467+
1468+rednotebook (1.6.2-1) precise; urgency=low
1469+
1470+ * New release
1471+
1472+ -- Jendrik Seipp <jendrikseipp@web.de> Sun, 18 Nov 2012 18:42:37 +0100
1473+
1474+rednotebook (1.6.1-1) precise; urgency=low
1475+
1476+ * New release
1477+
1478+ -- Jendrik Seipp <jendrikseipp@web.de> Sun, 11 Nov 2012 23:30:51 +0100
1479+
1480+rednotebook (1.6.0-1) precise; urgency=low
1481+
1482+ * New release
1483+
1484+ -- Jendrik Seipp <jendrikseipp@web.de> Wed, 31 Oct 2012 11:40:26 +0100
1485+
1486+rednotebook (1.5.0-1) precise; urgency=low
1487+
1488+ * New upstream release
1489+
1490+ -- Jendrik Seipp <jendrikseipp@web.de> Thu, 19 Jul 2012 16:21:48 +0200
1491+
1492+rednotebook (1.4.0-1) precise; urgency=low
1493+
1494+ * New upstream release
1495+
1496+ -- Jendrik Seipp <jendrikseipp@web.de> Sun, 01 Apr 2012 20:04:12 +0200
1497+
1498+rednotebook (1.3.0-1) oneiric; urgency=low
1499+
1500+ * New upstream release
1501+
1502+ -- Jendrik Seipp <jendrikseipp@web.de> Sun, 24 Jan 2012 18:08:10 +0200
1503+
1504+rednotebook (1.2.0-1) oneiric; urgency=low
1505+
1506+ * New upstream release
1507+
1508+ -- Jendrik Seipp <jendrikseipp@web.de> Sun, 16 Oct 2011 14:18:10 +0200
1509+
1510+rednotebook (1.1.4-1) unstable; urgency=low
1511+
1512+ * [b37d7d] New upstream release
1513+ * [1954fb] Promote python-webkit to a dependency (Closes: #620708)
1514+ * [e91c75] Drop fix-windowpos-crash.patch
1515+
1516+ -- Jonathan Wiltshire <jmw@debian.org> Sun, 10 Apr 2011 13:20:27 +0100
1517+
1518+rednotebook (1.1.3-2) unstable; urgency=medium
1519+
1520+ * [20a9ed] Convert to source format 3.0 (quilt)
1521+ * [a3adc0] Backport fix for window position crashes (Closes: #619001)
1522+ (LP: #728466)
1523+
1524+ -- Jonathan Wiltshire <jmw@debian.org> Mon, 21 Mar 2011 09:22:51 +0000
1525+
1526+rednotebook (1.1.3-1) unstable; urgency=low
1527+
1528+ * [8f66e3] New upstream release
1529+
1530+ -- Jonathan Wiltshire <jmw@debian.org> Thu, 03 Mar 2011 00:03:42 +0000
1531+
1532+rednotebook (1.1.2-1) unstable; urgency=low
1533+
1534+ * [486e10] New upstream release
1535+ * [82dfc1] Add debian/gbp.conf with appropriate settings
1536+
1537+ -- Jonathan Wiltshire <jmw@debian.org> Wed, 29 Dec 2010 01:43:18 +0000
1538+
1539+rednotebook (1.1.1-1) unstable; urgency=low
1540+
1541+ * [27417e] New upstream release
1542+ * [3518c4] Patch gtk-stock.patch is integrated upstream, remove patch
1543+ logic
1544+ * [2549be] Update my email address and remove DMUA flag
1545+ * [2193e4] Standards version 3.9.1, no changes needed
1546+
1547+ -- Jonathan Wiltshire <jmw@debian.org> Mon, 20 Dec 2010 16:15:02 +0000
1548+
1549+rednotebook (1.0.0-2) unstable; urgency=low
1550+
1551+ * [e9808c] Enable quilt patch system and add dependency and
1552+ README.source
1553+ * [2968fb] New patch gtk-stock.patch to fix crash when in Turkish
1554+ locale (Closes: #588664) (LP: #555425)
1555+ * [32f521] Standards version 3.9.0 (no changes)
1556+ * [102b43] Remove mention of textlive-latex-extra in the description
1557+
1558+ -- Jonathan Wiltshire <debian@jwiltshire.org.uk> Sun, 11 Jul 2010 00:17:20 +0100
1559+
1560+rednotebook (1.0.0-1) unstable; urgency=low
1561+
1562+ * [19cb84] New upstream release
1563+
1564+ -- Jonathan Wiltshire <debian@jwiltshire.org.uk> Wed, 23 Jun 2010 20:39:08 +0100
1565+
1566+rednotebook (0.9.5-1) unstable; urgency=low
1567+
1568+ * [e9f9ea] New upstream release
1569+ * [ec8858] Add Recommends on python-chardet
1570+ * [2f4313] Drop Suggests on texlive-latex-extra
1571+
1572+ -- Jonathan Wiltshire <debian@jwiltshire.org.uk> Thu, 13 May 2010 08:37:21 +0100
1573+
1574+rednotebook (0.9.4-1) unstable; urgency=low
1575+
1576+ * [ba3a88] New upstream version
1577+ * [41dcc5] Explicitly declare source format 1.0
1578+
1579+ -- Jonathan Wiltshire <debian@jwiltshire.org.uk> Sat, 08 May 2010 19:02:40 +0100
1580+
1581+rednotebook (0.9.3-1) unstable; urgency=low
1582+
1583+ * [be5b34] New upstream version
1584+ * [418a9c] Update copyright information
1585+
1586+ -- Jonathan Wiltshire <debian@jwiltshire.org.uk> Mon, 15 Mar 2010 18:45:08 +0000
1587+
1588+rednotebook (0.9.2-1) unstable; urgency=low
1589+
1590+ * [7f1ca2] New upstream version
1591+ * [31f071] Standards version 3.8.4
1592+
1593+ -- Jonathan Wiltshire <debian@jwiltshire.org.uk> Mon, 01 Feb 2010 23:51:40 +0000
1594+
1595+rednotebook (0.9.1-1) unstable; urgency=low
1596+
1597+ * [ad68eb] New upstream version
1598+ * [99bd30] debian/control: Add recommendation on python-webkit
1599+ * [824087] debian/rednotebook.1: Spelling corrections
1600+
1601+ -- Jonathan Wiltshire <debian@jwiltshire.org.uk> Thu, 14 Jan 2010 19:48:50 +0000
1602+
1603+rednotebook (0.9.0-1) unstable; urgency=low
1604+
1605+ * [86bb8a] New upstream version:
1606+ - remove .mo files to allow building twice in a row
1607+ (Closes: #560711)
1608+ * [2db025] rednotebook/gui/browser.py: Import with_statement to allow
1609+ compilation with Python 2.5
1610+
1611+ -- Jonathan Wiltshire <debian@jwiltshire.org.uk> Sat, 19 Dec 2009 12:04:48 +0000
1612+
1613+rednotebook (0.8.9-1) unstable; urgency=low
1614+
1615+ * [9b9498] New upstream version
1616+ * [93093b] Update copyright information
1617+ * [bbd9b2] rednotebook/external/interwibble.py: backport fixes for
1618+ Python 2.5 from interwibble's upstream
1619+
1620+ -- Jonathan Wiltshire <debian@jwiltshire.org.uk> Fri, 04 Dec 2009 13:03:57 +0000
1621+
1622+rednotebook (0.8.8-1) unstable; urgency=low
1623+
1624+ * [c53002] New upstream version
1625+ * [fb1191] debian/control: recommend python-gtkspell (Closes: #551826)
1626+ * [221152] debian/rednotebok.1: Add -m parameter to manual
1627+
1628+ -- Jonathan Wiltshire <debian@jwiltshire.org.uk> Sat, 24 Oct 2009 16:37:26 +0100
1629+
1630+rednotebook (0.8.7-1) unstable; urgency=low
1631+
1632+ * [9d33ee] New upstream version
1633+
1634+ -- Jonathan Wiltshire <debian@jwiltshire.org.uk> Sun, 27 Sep 2009 21:07:52 +0100
1635+
1636+rednotebook (0.8.6.1-1) unstable; urgency=low
1637+
1638+ * [d10aa1] New upstream version
1639+ * [72dd51] Standards version 3.8.3
1640+
1641+ -- Jonathan Wiltshire <debian@jwiltshire.org.uk> Sun, 06 Sep 2009 00:11:49 +0100
1642+
1643+rednotebook (0.8.5-1) unstable; urgency=low
1644+
1645+ * [df4dcc] New upstream version
1646+ * [5c38bd] Update manual rednotebook.1
1647+
1648+ -- Jonathan Wiltshire <debian@jwiltshire.org.uk> Mon, 31 Aug 2009 10:59:26 +0100
1649+
1650+rednotebook (0.8.3-1) unstable; urgency=low
1651+
1652+ * New upstream version
1653+
1654+ -- Jonathan Wiltshire <debian@jwiltshire.org.uk> Mon, 10 Aug 2009 17:58:46 +0100
1655+
1656+rednotebook (0.8.2-1) unstable; urgency=low
1657+
1658+ * [81e7f8] Imported Upstream version 0.8.2
1659+
1660+ -- Jonathan Wiltshire <debian@jwiltshire.org.uk> Wed, 29 Jul 2009 16:26:01 +0100
1661+
1662+rednotebook (0.8.1-1) unstable; urgency=low
1663+
1664+ * [995049] New upstream version
1665+
1666+ -- Jonathan Wiltshire <debian@jwiltshire.org.uk> Sat, 25 Jul 2009 19:50:27 +0100
1667+
1668+rednotebook (0.8.0-1) unstable; urgency=low
1669+
1670+ * [79a906] New upstream version
1671+ * [2a5e9b] Add Suggests for texlive-latex-extra to permit PDF output,
1672+ and a hint in the binary package description
1673+
1674+ -- Jonathan Wiltshire <debian@jwiltshire.org.uk> Wed, 22 Jul 2009 09:35:41 +0100
1675+
1676+rednotebook (0.7.6-1) unstable; urgency=low
1677+
1678+ * [b08360] New upstream release: add an Undo/Redo function (LP: #393277)
1679+ * [be996f] Update debian/copyright
1680+
1681+ -- Jonathan Wiltshire <debian@jwiltshire.org.uk> Wed, 15 Jul 2009 23:56:03 +0100
1682+
1683+rednotebook (0.7.5-1) unstable; urgency=low
1684+
1685+ [ Jonathan Wiltshire]
1686+ * [960284] New upstream version
1687+
1688+ [ Piotr Ożarowski ]
1689+ * DM-Upload-Allowed set to yes
1690+
1691+ -- Jonathan Wiltshire <debian@jwiltshire.org.uk> Wed, 01 Jul 2009 15:32:44 +0100
1692+
1693+rednotebook (0.7.4-1) unstable; urgency=low
1694+
1695+ * [309859] New upstream version:
1696+ - create ~/.rednotebook before logging is initialized
1697+ (Closes: #534608, LP: #392235)
1698+
1699+ -- Jonathan Wiltshire <debian@jwiltshire.org.uk> Thu, 25 Jun 2009 23:19:43 +0100
1700+
1701+rednotebook (0.7.3-1) unstable; urgency=low
1702+
1703+ * [75ec96] New upstream version
1704+ * [494744] Standards version 3.8.2 (no changes required)
1705+
1706+ -- Jonathan Wiltshire <debian@jwiltshire.org.uk> Sun, 21 Jun 2009 23:40:05 +0100
1707+
1708+rednotebook (0.7.2-1) unstable; urgency=low
1709+
1710+ * New upstream version
1711+
1712+ -- Jonathan Wiltshire <debian@jwiltshire.org.uk> Mon, 25 May 2009 17:21:13 +0100
1713+
1714+rednotebook (0.7.0-1) unstable; urgency=low
1715+
1716+ * New upstream version:
1717+ - multiple, arbitrarily named templates can be defined
1718+ - enable copy/paste in categories edit box
1719+ - keep clouds up to date when categories have been edited
1720+
1721+ -- Jonathan Wiltshire <debian@jwiltshire.org.uk> Tue, 19 May 2009 19:51:39 +0100
1722+
1723+rednotebook (0.6.9-1) unstable; urgency=low
1724+
1725+ * New upstream version:
1726+ - enhance the Export functions
1727+ - allow links to be opened from the preview window
1728+ - remove the old code from GTKMozembed
1729+ * Use '--install-*' to put binaries and other shared files in /usr/bin,
1730+ not /usr/local/bin so that builds on Ubuntu work properly (LP: 373200)
1731+
1732+ -- Jonathan Wiltshire <debian@jwiltshire.org.uk> Fri, 08 May 2009 09:17:41 +0100
1733+
1734+rednotebook (0.6.8-1) unstable; urgency=low
1735+
1736+ * New Upstream version
1737+ * Drop dependency on python-gtkmozembed
1738+
1739+ -- Jonathan Wiltshire <debian@jwiltshire.org.uk> Sun, 03 May 2009 23:15:05 +0100
1740+
1741+rednotebook (0.6.7-1) unstable; urgency=low
1742+
1743+ * New Upstream Version
1744+ * Update Homepage information
1745+ * Disable "dirty fix" that adds python2.5's site-packages to the sys.path
1746+ in rednotebook script
1747+
1748+ -- Jonathan Wiltshire <debian@jwiltshire.org.uk> Mon, 27 Apr 2009 11:45:56 +0100
1749+
1750+rednotebook (0.6.6-1) unstable; urgency=low
1751+
1752+ * New Upstream Version
1753+ * Add 'or' dependency on python-gnome2-extras to make Ubuntu syncs nice
1754+ and easy
1755+
1756+ -- Jonathan Wiltshire <debian@jwiltshire.org.uk> Thu, 09 Apr 2009 15:40:09 +0100
1757+
1758+rednotebook (0.6.4-1) unstable; urgency=low
1759+
1760+ * New Upstream Version:
1761+ - Easier Tagging (Added tag button)
1762+ - New Entry dialog: Show previous tags in drop-down menu when "Tags" is
1763+ selected as category
1764+ - New Entry dialog: Only make a new entry submittable if text has been
1765+ entered
1766+ - Shortcuts to navigate between days (<Ctrl> + PageUp, <Ctrl> + PageDown)
1767+
1768+ -- Jonathan Wiltshire <debian@jwiltshire.org.uk> Mon, 30 Mar 2009 07:20:41 +0100
1769+
1770+rednotebook (0.6.3-1) unstable; urgency=low
1771+
1772+ * New Upstream Version
1773+ * Added explicit dependency on python-gobject
1774+ * Removed old dependency on python-gtkhtml2
1775+
1776+ -- Jonathan Wiltshire <debian@jwiltshire.org.uk> Mon, 23 Mar 2009 17:47:06 +0000
1777+
1778+rednotebook (0.6.2-1) unstable; urgency=low
1779+
1780+ * New Upstream Version:
1781+ - Notebook content is now saved automatically every 10 minutes
1782+ * Bump Standards-Version to 3.8.1 (no changes)
1783+ * Remove all lintian overrides (no longer needed)
1784+
1785+ -- Jonathan Wiltshire <debian@jwiltshire.org.uk> Wed, 18 Mar 2009 20:31:56 +0000
1786+
1787+rednotebook (0.6.1-1) unstable; urgency=low
1788+
1789+ * New upstream version
1790+ * Upstream readme and changelog files no longer have .txt extensions;
1791+ updated debian/rules and debian/docs to reflect this
1792+ * Updated copyright information
1793+ * Override lintian errors postinst-does-not-call-updatemenus and
1794+ postrm-does-not-call-updatemenus (no longer errors for debhelper
1795+ 7.2.3), see bug #518712
1796+
1797+ -- Jonathan Wiltshire <debian@jwiltshire.org.uk> Sun, 08 Mar 2009 18:56:16 +0000
1798+
1799+rednotebook (0.5.3-1) unstable; urgency=low
1800+
1801+ * Initial release (Closes: #507939)
1802+
1803+ -- Jonathan Wiltshire <debian@jwiltshire.org.uk> Mon, 02 Feb 2009 14:23:22 +0000
1804
1805=== added file 'debian/compat'
1806--- debian/compat 1970-01-01 00:00:00 +0000
1807+++ debian/compat 2015-08-29 19:47:10 +0000
1808@@ -0,0 +1,1 @@
1809+7
1810
1811=== added file 'debian/control'
1812--- debian/control 1970-01-01 00:00:00 +0000
1813+++ debian/control 2015-08-29 19:47:10 +0000
1814@@ -0,0 +1,16 @@
1815+Source: rednotebook
1816+Section: text
1817+Priority: optional
1818+Maintainer: Jendrik Seipp <jendrikseipp@web.de>
1819+Build-Depends-Indep: python (>=2.6), python-support (>=0.5.3), debhelper (>= 7)
1820+Standards-Version: 3.9.2
1821+Homepage: http://rednotebook.sourceforge.net/
1822+
1823+Package: rednotebook
1824+Architecture: all
1825+Depends: ${python:Depends}, ${misc:Depends}, python-yaml (>=3.05), python-gtk2 (>=2.16), python-gobject (>= 2.14.2), python-webkit
1826+Recommends: python-gtkspell, python-chardet
1827+Description: Daily journal with calendar, templates and keyword searching
1828+ RedNotebook is a graphical diary and journal to keep track of notes and
1829+ thoughts throughout the day. It includes a calendar navigation, customisable
1830+ templates for each day, and a keyword search and cloud.
1831
1832=== added file 'debian/copyright'
1833--- debian/copyright 1970-01-01 00:00:00 +0000
1834+++ debian/copyright 2015-08-29 19:47:10 +0000
1835@@ -0,0 +1,55 @@
1836+Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=428
1837+Upstream-Name: rednotebook
1838+Upstream-Maintainer: Jendrik Seipp <jendrikseipp@web.de>
1839+Upstream-Source: http://rednotebook.sourceforge.net
1840+
1841+Files: *
1842+Copyright: Copyright (C) 2009-2011 Jendrik Seipp <jendrikseipp@web.de>
1843+License: GPL-2+
1844+
1845+File: po/*.po
1846+Copyright: Copyright (C) 2009 Rosetta Contributors and Canonical Ltd.
1847+License: GPL-2+
1848+
1849+Files: rednotebook/external/txt2tags.py
1850+Copyright: Copyright 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Aurelio Jargas
1851+License: GPL-2
1852+ This package is free software; you can redistribute it and/or modify
1853+ it under the terms of the GNU General Public License as published by
1854+ the Free Software Foundation, version 2.
1855+
1856+ This package is distributed in the hope that it will be useful,
1857+ but WITHOUT ANY WARRANTY; without even the implied warranty of
1858+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1859+ GNU General Public License for more details.
1860+
1861+ You should have received a copy of the GNU General Public License
1862+ along with this package; if not, write to the Free Software
1863+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
1864+
1865+ On Debian systems, the full text of the GPL can be found at
1866+ '/usr/share/common-licenses/GPL-2'.
1867+
1868+Files: rednotebook/external/elibintl.py
1869+Copyright: Copyright (C) 2007-2010 Dieter Verfaillie <dieterv@optionexplicit.be>
1870+License: LGPL-3+
1871+
1872+Files: debian/*
1873+Copyright: Copyright (C) 2008, 2009 Jonathan Wiltshire <debian@jwiltshire.org.uk>
1874+License: GPL-2+
1875+ This package is free software; you can redistribute it and/or modify
1876+ it under the terms of the GNU General Public License as published by
1877+ the Free Software Foundation; either version 2 of the License, or
1878+ (at your option) any later version.
1879+
1880+ This package is distributed in the hope that it will be useful,
1881+ but WITHOUT ANY WARRANTY; without even the implied warranty of
1882+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1883+ GNU General Public License for more details.
1884+
1885+ You should have received a copy of the GNU General Public License
1886+ along with this package; if not, write to the Free Software
1887+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
1888+
1889+ On Debian systems, the full text of the GPL can be found at
1890+ '/usr/share/common-licenses/GPL-2'.
1891
1892=== added file 'debian/docs'
1893--- debian/docs 1970-01-01 00:00:00 +0000
1894+++ debian/docs 2015-08-29 19:47:10 +0000
1895@@ -0,0 +1,1 @@
1896+README
1897
1898=== added file 'debian/gbp.conf'
1899--- debian/gbp.conf 1970-01-01 00:00:00 +0000
1900+++ debian/gbp.conf 2015-08-29 19:47:10 +0000
1901@@ -0,0 +1,7 @@
1902+[DEFAULT]
1903+pristine-tar = true
1904+
1905+[git-dch]
1906+id-length = 6
1907+meta = true
1908+
1909
1910=== added file 'debian/menu'
1911--- debian/menu 1970-01-01 00:00:00 +0000
1912+++ debian/menu 2015-08-29 19:47:10 +0000
1913@@ -0,0 +1,2 @@
1914+?package(rednotebook):needs="X11" section="Applications/Office"\
1915+ title="RedNotebook" command="/usr/bin/rednotebook"
1916
1917=== added directory 'debian/patches'
1918=== added file 'debian/patches/series'
1919=== added file 'debian/pyversions'
1920--- debian/pyversions 1970-01-01 00:00:00 +0000
1921+++ debian/pyversions 2015-08-29 19:47:10 +0000
1922@@ -0,0 +1,1 @@
1923+2.5-
1924
1925=== added file 'debian/rednotebook-crashdb.conf'
1926--- debian/rednotebook-crashdb.conf 1970-01-01 00:00:00 +0000
1927+++ debian/rednotebook-crashdb.conf 2015-08-29 19:47:10 +0000
1928@@ -0,0 +1,4 @@
1929+rednotebook = {
1930+ 'impl': 'launchpad',
1931+ 'project': 'rednotebook',
1932+}
1933
1934=== added file 'debian/rednotebook.1'
1935--- debian/rednotebook.1 1970-01-01 00:00:00 +0000
1936+++ debian/rednotebook.1 2015-08-29 19:47:10 +0000
1937@@ -0,0 +1,36 @@
1938+.\" Hey, EMACS: -*- nroff -*-
1939+.TH "REDNOTEBOOK" "1" "2009-08-31" "Jonathan Wiltshire" ""
1940+.SH "NAME"
1941+rednotebook \- daily journal with calendar, templates and keyword searching
1942+.SH "SYNOPSIS"
1943+.B rednotebook [\fIoptions\fP] [\fIjournal-path\fP]
1944+.SH "DESCRIPTION"
1945+.B RedNotebook
1946+is a desktop diary that makes it very easy for you to keep track of the stuff you do and the thoughts you have. This journal software helps you to write whole passages or just facts and does so in style.
1947+.SH "OPTIONS"
1948+.LP
1949+.TP
1950+\fB\-h, \-\-help\fR
1951+Show help text and exit
1952+.TP
1953+\fB\-m, \-\-minimized
1954+Start RedNotebook and minimize it to the tray
1955+.LP
1956+\fBjournal-path\fR can be one of the following:
1957+ \- An absolute path (e.g. /home/username/myjournal)
1958+ \- A relative patch (e.g. ../dir/myjournal)
1959+ \- The name of a directory under $HOME/.rednotebook/ (e.g. myjournal)
1960+.LP
1961+If the \fBjournal-path\fR is omitted the last session's journal will be used.
1962+At the first program start this defaults to \fI$HOME/.rednotebook/data\fR.
1963+.LP
1964+Configuration is stored in the file \fI~/.rednotebook/configuration.cfg\fR.
1965+.SH "FILES"
1966+\fI/usr/bin/rednotebook\fR \- \fBRedNotebook\fR executable
1967+.br
1968+\fI~/.rednotebook\fR \- per\-user configuration and notebooks
1969+.SH "AUTHOR"
1970+rednotebook was written by Jendrik Seipp <jendrikseipp@web.de>.
1971+.PP
1972+This manual page was written by Jonathan Wiltshire <debian@jwiltshire.org.uk>,
1973+for the Debian project (and may be used by others).
1974
1975=== added file 'debian/rednotebook.dirs'
1976--- debian/rednotebook.dirs 1970-01-01 00:00:00 +0000
1977+++ debian/rednotebook.dirs 2015-08-29 19:47:10 +0000
1978@@ -0,0 +1,1 @@
1979+usr/bin
1980
1981=== added file 'debian/rednotebook.install'
1982--- debian/rednotebook.install 1970-01-01 00:00:00 +0000
1983+++ debian/rednotebook.install 2015-08-29 19:47:10 +0000
1984@@ -0,0 +1,2 @@
1985+debian/rednotebook-crashdb.conf etc/apport/crashdb.conf.d/
1986+debian/source_rednotebook.py usr/share/apport/package-hooks/
1987
1988=== added file 'debian/rednotebook.links'
1989--- debian/rednotebook.links 1970-01-01 00:00:00 +0000
1990+++ debian/rednotebook.links 2015-08-29 19:47:10 +0000
1991@@ -0,0 +1,1 @@
1992+usr/share/rednotebook/run.py usr/bin/rednotebook
1993
1994=== added file 'debian/rednotebook.manpages'
1995--- debian/rednotebook.manpages 1970-01-01 00:00:00 +0000
1996+++ debian/rednotebook.manpages 2015-08-29 19:47:10 +0000
1997@@ -0,0 +1,1 @@
1998+debian/rednotebook.1
1999
2000=== added file 'debian/rules'
2001--- debian/rules 1970-01-01 00:00:00 +0000
2002+++ debian/rules 2015-08-29 19:47:10 +0000
2003@@ -0,0 +1,29 @@
2004+#!/usr/bin/make -f
2005+# -*- makefile -*-
2006+
2007+# Uncomment this to turn on verbose mode.
2008+#export DH_VERBOSE=1
2009+
2010+install: install-stamp
2011+install-stamp:
2012+ dh install --before dh_auto_install
2013+ # install into a private directory
2014+ python setup.py install --root=$(CURDIR)/debian/rednotebook \
2015+ --install-lib=/usr/share/rednotebook \
2016+ --install-scripts=/usr/bin \
2017+ --install-data=/usr
2018+ # "--install-scripts=/usr/share/rednotebook" will not work here
2019+ # as binary name is the same as module name
2020+ mv $(CURDIR)/debian/rednotebook/usr/bin/rednotebook \
2021+ $(CURDIR)/debian/rednotebook/usr/share/rednotebook/run.py
2022+
2023+ #carry on
2024+ dh install --after dh_auto_install
2025+ touch install-stamp
2026+
2027+binary: binary-indep
2028+
2029+binary-indep: install
2030+
2031+%:
2032+ dh $@
2033
2034=== added directory 'debian/source'
2035=== added file 'debian/source_rednotebook.py'
2036--- debian/source_rednotebook.py 1970-01-01 00:00:00 +0000
2037+++ debian/source_rednotebook.py 2015-08-29 19:47:10 +0000
2038@@ -0,0 +1,23 @@
2039+'''apport package hook for rednotebook.
2040+
2041+Code adapted from the novacut project.
2042+
2043+(c) 2012 Novacut Inc
2044+Author: Jason Gerard DeRose <jderose@novacut.com>
2045+'''
2046+
2047+import os
2048+from os import path
2049+
2050+from apport.hookutils import attach_file_if_exists
2051+
2052+LOGS = (
2053+ ('DebugLog', 'rednotebook.log'),
2054+)
2055+
2056+def add_info(report):
2057+ report['CrashDB'] = 'rednotebook'
2058+ rednotebook_dir = path.join(os.environ['HOME'], '.rednotebook')
2059+ for (key, name) in LOGS:
2060+ log = path.join(rednotebook_dir, name)
2061+ attach_file_if_exists(report, log, key)
2062
2063=== added file 'debian/watch'
2064--- debian/watch 1970-01-01 00:00:00 +0000
2065+++ debian/watch 2015-08-29 19:47:10 +0000
2066@@ -0,0 +1,6 @@
2067+# See uscan(1) for format
2068+
2069+# Compulsory line, this is a version 3 file
2070+version=3
2071+
2072+http://sf.net/rednotebook/rednotebook-(.*)\.tar\.gz
2073
2074=== added directory 'dev'
2075=== renamed directory 'dev' => 'dev.moved'
2076=== added file 'dev/build-tarball.sh'
2077--- dev/build-tarball.sh 1970-01-01 00:00:00 +0000
2078+++ dev/build-tarball.sh 2015-08-29 19:47:10 +0000
2079@@ -0,0 +1,35 @@
2080+#!/bin/bash
2081+
2082+# We cannot "set -e", because we need to check grep's exit code.
2083+set -u
2084+
2085+cd "$(dirname "$0")"
2086+cd ../
2087+
2088+# Run tests
2089+py.test-2.7
2090+pyflakes rednotebook | grep -v "undefined name '_'" | grep -v "rednotebook/external/"
2091+NOTHING_FOUND=$?
2092+if [ $NOTHING_FOUND == 0 ]; then
2093+ echo Pyflake found errors.
2094+ exit 1
2095+fi
2096+
2097+# Check for PEP8 errors:
2098+# E302: expected 2 blank lines, found 1
2099+# E303: too many blank lines
2100+# E241: multiple spaces after ':' (for t2t_highlight.py)
2101+# E128: continuation line under-indented for visual indent
2102+PEP8_OPTS="--ignore=E302,E303,E241,E128 --max-line-length=120"
2103+pep8 $PEP8_OPTS --exclude=*external* rednotebook
2104+if [ $? == 1 ]; then
2105+ echo PEP8 errors detected.
2106+ exit 1
2107+fi
2108+
2109+rm -rf dist/
2110+
2111+# Force recalculation of files so that none is missed
2112+rm -f MANIFEST
2113+
2114+python setup.py sdist
2115
2116=== added file 'dev/dev-notes.txt'
2117--- dev/dev-notes.txt 1970-01-01 00:00:00 +0000
2118+++ dev/dev-notes.txt 2015-08-29 19:47:10 +0000
2119@@ -0,0 +1,149 @@
2120+====== Development notes ======
2121+
2122+O WYSIWYG as an alternative to markup???
2123+ notes:
2124+ 2 options: Save in html or txt2tags format
2125+ HTML Editing: Webkit
2126+ HTML Saving: Webkit
2127+ HTML2txt2tags: Vim Script (port to python), https://sourceforge.net/mailarchive/message.php?msg_id=29588583
2128+ HTML2markdown: python module exists
2129+ HTML2Latex: Use HTML2txt2tags2Latex (write or use twisted lore)
2130+ HTML2PDF: xhtml2pdf, http://code.activestate.com/recipes/532908/ possible, but only for plain text (no formatting)
2131+ webkit is a better option here
2132+ HTML2ODF: no suitable library at the moment. PyODF is buggy
2133+
2134+ http://arstechnica.com/open-source/guides/2009/07/how-to-build-a-desktop-wysiwyg-editor-with-webkit-and-html-5.ars
2135+
2136+O Encryption/Password
2137+ - Save in password protected zipfiles (no open source tool to generate those)
2138+ seems to be very easy to hack
2139+ - Symmetric Encryption. AES (best method it seems)
2140+ with PyCrypto
2141+ http://www.dlitz.net/software/pycrypto/,
2142+ http://www.codekoala.com/blog/2009/aes-encryption-python-using-pycrypto/
2143+ http://idsvandermolen.com/codefiles/crypto.py
2144+ available in repos of all major distros
2145+ ezpycrypto unneeded. mostly only simplifies key generation, ...
2146+ Pure python AES module (check speed)
2147+ - Truecrypt (Commandline): Would probably work, but requires installation of
2148+ additional package that is not available in the repos
2149+
2150+ --> Use pycrypto only
2151+
2152+ - What should be encrypted? Files, Strings? -> Files better
2153+ Lifeograph only writes to one file, encrypts a string
2154+
2155+ - Maybe use only one file for a journal, add journal dependent variables
2156+ - Maybe compress this file
2157+
2158+ - AES uses fixed key-length -> bad for passwords -> use Blowfish with variable length
2159+ - Blowfish faster than AES
2160+
2161+ - Maybe just use 7z (only archive format that is widely known with good encryption (AES-256))
2162+ - 7z can however also produce zip files with good encryption
2163+ - For 7z package p7zip is needed (only supports 7z)
2164+ - binary is called 7zr
2165+ - Handling of extracted text files only in memory should be possible
2166+ - What about pictures?
2167+
2168+ - Maybe find a way to encrypt the whole directory
2169+
2170+ - Best option seems to be 7z. Encrypt the texts and files in a lzma file and
2171+ password protect it if needed. Use the command line instead of a library.
2172+
2173+X Portable Version:
2174+ Linux users can use the setting too, if all the computers have the RedNotebook
2175+ requirements installed (pygtk, pyyaml)
2176+
2177+ - Provide Option in Setup for running RedNotebook portable. Maybe use file
2178+ that is only installed, when running this mode.
2179+
2180+O Format:
2181+ - JSON is faster to decode and encode and we only use strings and dicts
2182+ anyway.
2183+
2184+ The results for de-/encoding a typical example are on an HDD:
2185+ * json_print 1.09020709991
2186+ * pickle_print 0.710677146912
2187+ * yaml_print 4.67402696609 -> we already get 2x fast
2188+ * cyaml_print 1.96824002266 -> json 2x as fast
2189+ * json_read 0.253901958466
2190+ * pickle_read 0.15873003006
2191+ * yaml_read 1.24900007248 -> json 5x as fast
2192+ * cyaml_read ?
2193+
2194+ SSD:
2195+ * json_print 1.16
2196+ * cjson_print 0.16
2197+ * ujson_print 0.13
2198+ * cyaml_print 0.87
2199+ * json_read 0.18
2200+ * cjson_read 0.10
2201+ * ujson_read 0.06
2202+ * cyaml_read 0.69
2203+
2204+ However, the format is more verbose and requires more syntax.
2205+
2206+O Left-over files:
2207+ - %APPDATA%\gtk-2.0\gtkfilechooser.ini: Gone in GTK+3
2208+ - %USERPROFILE%\.gtk-bookmarks: Still present in GTK+3
2209+ - WebpageIcons.db can probably be disabled in future webkitgtk versions with
2210+ webkit_icon_database.set_path(None)
2211+
2212+O Mobile version:
2213+ - Kivy (No calendar widget, but probably simple next/prev day navigation is better anyway)
2214+ - Has ReST renderer (txt2tags->ReST->Rendering)
2215+ - Vite vite project for business widgets
2216+ - Qt for android (http://thp.io/2011/pyside-android/)
2217+ - Django
2218+ - Google App Engine
2219+ - Heroku
2220+ - jQuery Mobile
2221+ - Sencha Touch
2222+ - HTML5 + CSS3 + JS
2223+ - Phonegap (Access low-level features)
2224+ - Dojo Mobile (Native themes) vs. jQuery Mobile (Non-native theme)
2225+ --> jQuery Mobile seems to be more qidely adopted and easier.
2226+ - Modernizr for detecting browser support
2227+ - Supports all mobile platforms and is even compatible with the Windows Store
2228+
2229+O Markdown:
2230+ - Parsing would need a PEG parser
2231+ - Allow some common markdown syntax:
2232+ - Asterisks (*) for lists
2233+ - Allow triple {{{ and }}} in addition to ``` for code.
2234+ - docutils could be extended for t2t
2235+
2236+O Use Zeitgeist for automatic category entries
2237+ O Make Zeitgeist widget generic, so it can be reused by other projects
2238+ X Music tracks or albums (Wrote decibel zeitgeist addon, addons for other players available)
2239+ X Movies
2240+ X Web History (Firefox addon written by zeitgeist devs)
2241+ X Documents, Pictures
2242+ O Mails (Write Thunderbird zeitgeist addon)
2243+ X Twitter Messages (gwibber zeitgeist addon written by zeitgeist devs)
2244+
2245+O Windows Store:
2246+ - Annual cost 37 Euro (personal) or 75 Euro (company)
2247+ - Company account needed for desktop apps
2248+ - Certification is required also for desktop apps
2249+
2250+O Syntax highlighting:
2251+ - highlight.js via http://cdnjs.com/ or http://softwaremaniacs.org/soft/highlight/en/download/
2252+ - Alternatives: prettify.js, SyntaxHighlighter
2253+
2254+
2255+Ideas:
2256+
2257+Have a viewable panel with a sort of tree-like structure,
2258+that shows every single entry I've ever added, somewhat similar to how windows
2259+folders are organised, but with a top level directory for each year, a sublevel
2260+with months, and an entry level.. with a plus/minus option to display, or not,
2261+each year/month and maybe a count next to each year/month, so we can quickly
2262+and easily see how many entries were made each year/month. This would be a
2263+great addition to the calendar method already available.
2264+
2265+Implementation notes:
2266+- PyYAML saves each string as ascii if it only contains ascii chars.
2267+ If there are unicode chars, a unicode object is saved.
2268+- The Days always turn their text into unicode before returning it.
2269
2270=== added file 'dev/generate-pot.sh'
2271--- dev/generate-pot.sh 1970-01-01 00:00:00 +0000
2272+++ dev/generate-pot.sh 2015-08-29 19:47:10 +0000
2273@@ -0,0 +1,34 @@
2274+#! /bin/bash
2275+#
2276+# Needs intltool package.
2277+
2278+set -e
2279+set -u
2280+
2281+cd "$(dirname "$0")"
2282+cd ../po
2283+
2284+# Get strings from glade file into helper file
2285+intltool-extract --local --type=gettext/glade ../rednotebook/files/main_window.glade
2286+
2287+# Remove gtk-ok and gtk-cancel lines
2288+sed -i '/"gtk-/d' tmp/main_window.glade.h
2289+
2290+# Replace "/* abc */" with "### abc"
2291+# The first character after the s is the separation character (!)
2292+sed -i 's!/\*!###!g' tmp/main_window.glade.h
2293+sed -i 's!\*/!!g' tmp/main_window.glade.h
2294+
2295+# Get strings from both glade helper file and the python files
2296+
2297+# Write a list of all sourcefiles
2298+find ../rednotebook -name "*.py" -not -path "*external*" -not -path "*imports*"> sourcefiles.txt
2299+
2300+xgettext --output=rednotebook.pot \
2301+ --language=Python \
2302+ --keyword=_ \
2303+ --keyword=N_ \
2304+ --add-comments=\#\# \
2305+ --from-code=utf-8 \
2306+ --files-from=sourcefiles.txt \
2307+ tmp/main_window.glade.h
2308
2309=== added file 'dev/profiler.py'
2310--- dev/profiler.py 1970-01-01 00:00:00 +0000
2311+++ dev/profiler.py 2015-08-29 19:47:10 +0000
2312@@ -0,0 +1,24 @@
2313+#!/usr/bin/env python
2314+
2315+"""
2316+Needs the python-profiler package.
2317+"""
2318+
2319+import sys
2320+import cProfile
2321+
2322+import pstats
2323+import gtk
2324+
2325+sys.path.insert(0, '../rednotebook')
2326+
2327+def main():
2328+ import journal
2329+ journal.Journal()
2330+
2331+cProfile.run('main()', 'Profile.prof')
2332+#s = pstats.Stats("Profile.prof")
2333+
2334+# time or cumulative
2335+#s.sort_stats("cumulative").print_stats('.*rednotebook.*\d(?!\(<module>\))')
2336+##s.strip_dirs().sort_stats("time").print_stats()
2337
2338=== added file 'dev/upload-file.sh'
2339--- dev/upload-file.sh 1970-01-01 00:00:00 +0000
2340+++ dev/upload-file.sh 2015-08-29 19:47:10 +0000
2341@@ -0,0 +1,9 @@
2342+#! /bin/bash
2343+set -e
2344+
2345+if [[ -z "$1" ]]; then
2346+ echo Please append the file you want to upload
2347+ exit 2
2348+fi
2349+
2350+scp $1 jseipp,rednotebook@frs.sourceforge.net:/home/frs/project/r/re/rednotebook/
2351
2352=== added directory 'po'
2353=== renamed directory 'po' => 'po.moved'
2354=== added file 'po/ar.po'
2355--- po/ar.po 1970-01-01 00:00:00 +0000
2356+++ po/ar.po 2015-08-29 19:47:10 +0000
2357@@ -0,0 +1,1075 @@
2358+# Arabic translation for rednotebook
2359+# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010
2360+# This file is distributed under the same license as the rednotebook package.
2361+# FIRST AUTHOR <EMAIL@ADDRESS>, 2010.
2362+#
2363+msgid ""
2364+msgstr ""
2365+"Project-Id-Version: rednotebook\n"
2366+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
2367+"POT-Creation-Date: 2013-03-31 23:00+0200\n"
2368+"PO-Revision-Date: 2010-08-13 14:14+0000\n"
2369+"Last-Translator: Ahmed El-Mahdawy <Unknown>\n"
2370+"Language-Team: Arabic <ar@li.org>\n"
2371+"MIME-Version: 1.0\n"
2372+"Content-Type: text/plain; charset=UTF-8\n"
2373+"Content-Transfer-Encoding: 8bit\n"
2374+"X-Launchpad-Export-Date: 2013-10-09 05:19+0000\n"
2375+"X-Generator: Launchpad (build 16799)\n"
2376+
2377+#: ../rednotebook/backup.py:55
2378+msgid "It has been a while since you made your last backup."
2379+msgstr ""
2380+
2381+#: ../rednotebook/backup.py:56
2382+msgid "You can backup your journal to a zip file to avoid data loss."
2383+msgstr ""
2384+
2385+#: ../rednotebook/backup.py:61
2386+msgid "Backup"
2387+msgstr ""
2388+
2389+#: ../rednotebook/backup.py:63
2390+msgid "Backup now"
2391+msgstr ""
2392+
2393+#: ../rednotebook/backup.py:64
2394+msgid "Ask at next start"
2395+msgstr ""
2396+
2397+#: ../rednotebook/backup.py:65
2398+msgid "Never ask again"
2399+msgstr ""
2400+
2401+#: ../rednotebook/gui/main_window.py:281
2402+msgid "Show RedNotebook"
2403+msgstr ""
2404+
2405+#: ../rednotebook/gui/main_window.py:495
2406+msgid "No directory selected."
2407+msgstr ""
2408+
2409+#: ../rednotebook/gui/main_window.py:596
2410+#: ../rednotebook/gui/customwidgets.py:375
2411+msgid "Template"
2412+msgstr ""
2413+
2414+#: ../rednotebook/gui/main_window.py:598
2415+msgid ""
2416+"Insert this weekday's template. Click the arrow on the right for more options"
2417+msgstr ""
2418+
2419+#: ../rednotebook/gui/format_menu.py:94
2420+msgid "No text or tag has been selected."
2421+msgstr ""
2422+
2423+#: ../rednotebook/gui/format_menu.py:103
2424+msgid "Bold"
2425+msgstr ""
2426+
2427+#: ../rednotebook/gui/format_menu.py:105
2428+msgid "Italic"
2429+msgstr ""
2430+
2431+#: ../rednotebook/gui/format_menu.py:107
2432+msgid "Underline"
2433+msgstr ""
2434+
2435+#: ../rednotebook/gui/format_menu.py:109
2436+msgid "Strikethrough"
2437+msgstr ""
2438+
2439+#. ## Translators: Clear format
2440+#: ../rednotebook/gui/format_menu.py:112
2441+msgid "Clear"
2442+msgstr ""
2443+
2444+#. ## Translators: Noun
2445+#: ../rednotebook/gui/format_menu.py:115
2446+msgid "_Format"
2447+msgstr ""
2448+
2449+#. ## Translators: Noun
2450+#: ../rednotebook/gui/format_menu.py:131 ../rednotebook/gui/exports.py:395
2451+msgid "Format"
2452+msgstr ""
2453+
2454+#: ../rednotebook/gui/format_menu.py:132
2455+msgid "Format the selected text or tag"
2456+msgstr ""
2457+
2458+#: ../rednotebook/gui/customwidgets.py:366
2459+msgid "Introduction"
2460+msgstr ""
2461+
2462+#: ../rednotebook/gui/customwidgets.py:378
2463+msgid "Save and insert"
2464+msgstr ""
2465+
2466+#: ../rednotebook/gui/clouds.py:79
2467+msgid "filter, these, comma, separated, words"
2468+msgstr ""
2469+
2470+#: ../rednotebook/gui/clouds.py:84
2471+msgid "mtv, spam, work, job, play"
2472+msgstr ""
2473+
2474+#: ../rednotebook/gui/clouds.py:184 ../rednotebook/gui/categories.py:52
2475+#: ../rednotebook/info.py:95 ../rednotebook/util/markup.py:140
2476+msgid "Tags"
2477+msgstr ""
2478+
2479+#: ../rednotebook/gui/clouds.py:187 ../rednotebook/util/statistics.py:71
2480+#: ../rednotebook/util/statistics.py:84
2481+msgid "Words"
2482+msgstr ""
2483+
2484+#: ../rednotebook/gui/clouds.py:246
2485+#, python-format
2486+msgid "Hide \"%s\" from clouds"
2487+msgstr ""
2488+
2489+#: ../rednotebook/gui/exports.py:51 ../rednotebook/gui/exports.py:396
2490+msgid "Export all days"
2491+msgstr ""
2492+
2493+#: ../rednotebook/gui/exports.py:53
2494+msgid "Export currently selected text"
2495+msgstr ""
2496+
2497+#: ../rednotebook/gui/exports.py:56
2498+msgid "Export currently visible day"
2499+msgstr ""
2500+
2501+#: ../rednotebook/gui/exports.py:59
2502+msgid "Export days in the selected time range"
2503+msgstr ""
2504+
2505+#: ../rednotebook/gui/exports.py:68
2506+msgid "From:"
2507+msgstr "من:"
2508+
2509+#: ../rednotebook/gui/exports.py:70
2510+msgid "To:"
2511+msgstr "إلى:"
2512+
2513+#: ../rednotebook/gui/exports.py:135
2514+msgid "Date format"
2515+msgstr ""
2516+
2517+#: ../rednotebook/gui/exports.py:136
2518+msgid "Leave blank to omit dates in export"
2519+msgstr ""
2520+
2521+#: ../rednotebook/gui/exports.py:138
2522+msgid "Export text and tags"
2523+msgstr ""
2524+
2525+#: ../rednotebook/gui/exports.py:139
2526+msgid "Export text only"
2527+msgstr ""
2528+
2529+#: ../rednotebook/gui/exports.py:141
2530+msgid "Export tags only"
2531+msgstr ""
2532+
2533+#: ../rednotebook/gui/exports.py:143
2534+msgid "Filter days by tags"
2535+msgstr ""
2536+
2537+#: ../rednotebook/gui/exports.py:152
2538+msgid "Available tags"
2539+msgstr ""
2540+
2541+#: ../rednotebook/gui/exports.py:153
2542+msgid "Selected tags"
2543+msgstr ""
2544+
2545+#: ../rednotebook/gui/exports.py:161
2546+msgid "Select"
2547+msgstr ""
2548+
2549+#: ../rednotebook/gui/exports.py:162
2550+msgid "Deselect"
2551+msgstr ""
2552+
2553+#: ../rednotebook/gui/exports.py:257
2554+msgid "When filtering by tags, you have to select at least one tag."
2555+msgstr ""
2556+
2557+#: ../rednotebook/gui/exports.py:281
2558+msgid "You have selected the following settings:"
2559+msgstr ""
2560+
2561+#: ../rednotebook/gui/exports.py:306
2562+msgid "Export Assistant"
2563+msgstr ""
2564+
2565+#: ../rednotebook/gui/exports.py:308
2566+msgid "Welcome to the Export Assistant."
2567+msgstr ""
2568+
2569+#: ../rednotebook/gui/exports.py:309
2570+msgid "This wizard will help you to export your journal to various formats."
2571+msgstr ""
2572+
2573+#: ../rednotebook/gui/exports.py:310
2574+msgid ""
2575+"You can select the days you want to export and where the output will be "
2576+"saved."
2577+msgstr ""
2578+
2579+#: ../rednotebook/gui/exports.py:320
2580+msgid "Select Export Format"
2581+msgstr ""
2582+
2583+#: ../rednotebook/gui/exports.py:325
2584+msgid "Select Date Range"
2585+msgstr ""
2586+
2587+#: ../rednotebook/gui/exports.py:330
2588+msgid "Select Contents"
2589+msgstr ""
2590+
2591+#: ../rednotebook/gui/exports.py:336
2592+msgid "Select Export Path"
2593+msgstr ""
2594+
2595+#: ../rednotebook/gui/exports.py:341
2596+msgid "Summary"
2597+msgstr ""
2598+
2599+#: ../rednotebook/gui/exports.py:400 ../rednotebook/gui/search.py:76
2600+msgid "Date"
2601+msgstr ""
2602+
2603+#: ../rednotebook/gui/exports.py:401
2604+msgid "Export selected text only"
2605+msgstr ""
2606+
2607+#: ../rednotebook/gui/exports.py:403
2608+msgid "Start date"
2609+msgstr ""
2610+
2611+#: ../rednotebook/gui/exports.py:404
2612+msgid "End date"
2613+msgstr ""
2614+
2615+#: ../rednotebook/gui/exports.py:408
2616+msgid "Include text"
2617+msgstr ""
2618+
2619+#: ../rednotebook/gui/exports.py:409
2620+msgid "Include tags"
2621+msgstr ""
2622+
2623+#: ../rednotebook/gui/exports.py:411
2624+msgid "Filtered by tags"
2625+msgstr ""
2626+
2627+#: ../rednotebook/gui/exports.py:412
2628+msgid "Export path"
2629+msgstr ""
2630+
2631+#: ../rednotebook/gui/exports.py:415
2632+msgid "Yes"
2633+msgstr ""
2634+
2635+#: ../rednotebook/gui/exports.py:415
2636+msgid "No"
2637+msgstr ""
2638+
2639+#: ../rednotebook/gui/exports.py:465 ../rednotebook/gui/exports.py:471
2640+#, python-format
2641+msgid "Content exported to %s"
2642+msgstr ""
2643+
2644+#: ../rednotebook/gui/exports.py:521
2645+msgid "Plain Text"
2646+msgstr ""
2647+
2648+#: ../rednotebook/gui/exports.py:552
2649+msgid "requires pywebkitgtk"
2650+msgstr ""
2651+
2652+#: ../rednotebook/gui/menu.py:94
2653+msgid "_Journal"
2654+msgstr ""
2655+
2656+#: ../rednotebook/gui/menu.py:96
2657+msgid "Create a new journal. The old one will be saved"
2658+msgstr ""
2659+
2660+#: ../rednotebook/gui/menu.py:99
2661+msgid "Load an existing journal. The old journal will be saved"
2662+msgstr ""
2663+
2664+#: ../rednotebook/gui/menu.py:104
2665+msgid ""
2666+"Save journal at a new location. The old journal files will also be saved"
2667+msgstr ""
2668+
2669+#. ## Translators: Verb
2670+#. ('Import', gtk.STOCK_ADD, _('_Import'),
2671+#. None, _('Open the import assistant'), self.on_import_menu_item_activate),
2672+#. ## Translators: Verb
2673+#: ../rednotebook/gui/menu.py:110
2674+msgid "Export"
2675+msgstr ""
2676+
2677+#: ../rednotebook/gui/menu.py:111
2678+msgid "Open the export assistant"
2679+msgstr ""
2680+
2681+#. ## Translators: Verb
2682+#: ../rednotebook/gui/menu.py:113
2683+msgid "_Backup"
2684+msgstr ""
2685+
2686+#: ../rednotebook/gui/menu.py:114
2687+msgid "Save all the data in a zip archive"
2688+msgstr ""
2689+
2690+#: ../rednotebook/gui/menu.py:115
2691+msgid "S_tatistics"
2692+msgstr ""
2693+
2694+#: ../rednotebook/gui/menu.py:116
2695+msgid "Show some statistics about the journal"
2696+msgstr ""
2697+
2698+#: ../rednotebook/gui/menu.py:118
2699+msgid "Shutdown RedNotebook. It will not be sent to the tray."
2700+msgstr ""
2701+
2702+#: ../rednotebook/gui/menu.py:121
2703+msgid "_Edit"
2704+msgstr ""
2705+
2706+#: ../rednotebook/gui/menu.py:123
2707+msgid "Undo text or tag edits"
2708+msgstr ""
2709+
2710+#: ../rednotebook/gui/menu.py:125
2711+msgid "Redo text or tag edits"
2712+msgstr ""
2713+
2714+#: ../rednotebook/gui/menu.py:139
2715+msgid "Underline misspelled words"
2716+msgstr ""
2717+
2718+#: ../rednotebook/gui/menu.py:144
2719+msgid "_Help"
2720+msgstr ""
2721+
2722+#: ../rednotebook/gui/menu.py:145
2723+msgid "Contents"
2724+msgstr ""
2725+
2726+#: ../rednotebook/gui/menu.py:146
2727+msgid "Open the RedNotebook documentation"
2728+msgstr ""
2729+
2730+#: ../rednotebook/gui/menu.py:147
2731+msgid "Get Help Online"
2732+msgstr ""
2733+
2734+#: ../rednotebook/gui/menu.py:148
2735+msgid "Browse answered questions or ask a new one"
2736+msgstr ""
2737+
2738+#: ../rednotebook/gui/menu.py:149
2739+msgid "Translate RedNotebook"
2740+msgstr ""
2741+
2742+#: ../rednotebook/gui/menu.py:150
2743+msgid "Connect to the Launchpad website to help translate RedNotebook"
2744+msgstr ""
2745+
2746+#: ../rednotebook/gui/menu.py:152
2747+msgid "Report a Problem"
2748+msgstr ""
2749+
2750+#: ../rednotebook/gui/menu.py:153
2751+msgid "Fill out a short form about the problem"
2752+msgstr ""
2753+
2754+#: ../rednotebook/gui/menu.py:173
2755+msgid "Wrong directory"
2756+msgstr ""
2757+
2758+#: ../rednotebook/gui/menu.py:176 ../rednotebook/journal.py:213
2759+msgid "You cannot use this directory for your journal:"
2760+msgstr ""
2761+
2762+#: ../rednotebook/gui/menu.py:180
2763+msgid "Please select an empty directory."
2764+msgstr ""
2765+
2766+#: ../rednotebook/gui/menu.py:184
2767+msgid "This directory contains no journal files:"
2768+msgstr ""
2769+
2770+#: ../rednotebook/gui/menu.py:200
2771+msgid "Journals are saved in a directory, not in a single file."
2772+msgstr ""
2773+
2774+#: ../rednotebook/gui/menu.py:201
2775+msgid "The directory name will be the title of the new journal."
2776+msgstr ""
2777+
2778+#: ../rednotebook/gui/menu.py:202
2779+msgid "Select an empty folder for your new journal"
2780+msgstr ""
2781+
2782+#: ../rednotebook/gui/menu.py:205
2783+msgid "Select an existing journal directory"
2784+msgstr ""
2785+
2786+#: ../rednotebook/gui/menu.py:206
2787+msgid "The directory should contain your journal's data files"
2788+msgstr ""
2789+
2790+#: ../rednotebook/gui/menu.py:213
2791+msgid "Select an empty folder for the new location of your journal"
2792+msgstr ""
2793+
2794+#: ../rednotebook/gui/menu.py:214
2795+msgid "The directory name will be the new title of the journal"
2796+msgstr ""
2797+
2798+#: ../rednotebook/gui/menu.py:279
2799+msgid "RedNotebook Documentation"
2800+msgstr ""
2801+
2802+#: ../rednotebook/gui/menu.py:298
2803+msgid "A Desktop Journal"
2804+msgstr ""
2805+
2806+#: ../rednotebook/gui/options.py:84
2807+msgid "Load RedNotebook at startup"
2808+msgstr ""
2809+
2810+#: ../rednotebook/gui/options.py:154
2811+msgid "%A, %x, Day %j"
2812+msgstr ""
2813+
2814+#: ../rednotebook/gui/options.py:154
2815+msgid "Week %W of Year %Y"
2816+msgstr ""
2817+
2818+#: ../rednotebook/gui/options.py:155
2819+msgid "Day %j"
2820+msgstr ""
2821+
2822+#: ../rednotebook/gui/options.py:160
2823+msgid "Help"
2824+msgstr ""
2825+
2826+#. ## Translators: Noun
2827+#: ../rednotebook/gui/options.py:181
2828+msgid "Preview:"
2829+msgstr ""
2830+
2831+#: ../rednotebook/gui/options.py:295
2832+msgid "Close to system tray"
2833+msgstr ""
2834+
2835+#: ../rednotebook/gui/options.py:296
2836+msgid "Closing the window will send RedNotebook to the tray"
2837+msgstr ""
2838+
2839+#: ../rednotebook/gui/options.py:299
2840+msgid "Switch between edit and preview mode automatically"
2841+msgstr ""
2842+
2843+#: ../rednotebook/gui/options.py:303
2844+msgid "Check for new version at startup"
2845+msgstr ""
2846+
2847+#: ../rednotebook/gui/options.py:311
2848+msgid "Check now"
2849+msgstr ""
2850+
2851+#: ../rednotebook/gui/options.py:316
2852+msgid "Font Size"
2853+msgstr ""
2854+
2855+#: ../rednotebook/gui/options.py:317
2856+msgid "Date/Time format"
2857+msgstr ""
2858+
2859+#: ../rednotebook/gui/options.py:318
2860+msgid "Exclude from cloud"
2861+msgstr ""
2862+
2863+#: ../rednotebook/gui/options.py:319
2864+msgid "Do not show these comma separated words in the word cloud"
2865+msgstr ""
2866+
2867+#: ../rednotebook/gui/options.py:320
2868+msgid "Include small words in cloud"
2869+msgstr ""
2870+
2871+#: ../rednotebook/gui/options.py:321
2872+msgid "Allow these words with 4 letters or less"
2873+msgstr ""
2874+
2875+#: ../rednotebook/gui/search.py:76
2876+msgid "Text"
2877+msgstr ""
2878+
2879+#: ../rednotebook/gui/insert_menu.py:67
2880+msgid "First Item"
2881+msgstr ""
2882+
2883+#: ../rednotebook/gui/insert_menu.py:67
2884+msgid "Second Item"
2885+msgstr ""
2886+
2887+#: ../rednotebook/gui/insert_menu.py:68
2888+msgid "Indented Item"
2889+msgstr ""
2890+
2891+#: ../rednotebook/gui/insert_menu.py:68
2892+msgid "Two blank lines close the list"
2893+msgstr ""
2894+
2895+#: ../rednotebook/gui/insert_menu.py:101
2896+msgid "Picture"
2897+msgstr ""
2898+
2899+#: ../rednotebook/gui/insert_menu.py:102
2900+msgid "Insert an image from the harddisk"
2901+msgstr ""
2902+
2903+#: ../rednotebook/gui/insert_menu.py:104
2904+msgid "File"
2905+msgstr ""
2906+
2907+#: ../rednotebook/gui/insert_menu.py:105
2908+msgid "Insert a link to a file"
2909+msgstr ""
2910+
2911+#. ## Translators: Noun
2912+#: ../rednotebook/gui/insert_menu.py:108
2913+msgid "_Link"
2914+msgstr ""
2915+
2916+#: ../rednotebook/gui/insert_menu.py:109
2917+msgid "Insert a link to a website"
2918+msgstr ""
2919+
2920+#: ../rednotebook/gui/insert_menu.py:111
2921+msgid "Bullet List"
2922+msgstr ""
2923+
2924+#: ../rednotebook/gui/insert_menu.py:115 ../rednotebook/gui/insert_menu.py:292
2925+msgid "Title"
2926+msgstr ""
2927+
2928+#: ../rednotebook/gui/insert_menu.py:117
2929+msgid "Line"
2930+msgstr ""
2931+
2932+#: ../rednotebook/gui/insert_menu.py:118
2933+msgid "Insert a separator line"
2934+msgstr ""
2935+
2936+#: ../rednotebook/gui/insert_menu.py:124
2937+msgid "Date/Time"
2938+msgstr ""
2939+
2940+#: ../rednotebook/gui/insert_menu.py:125
2941+msgid "Insert the current date and time (edit format in preferences)"
2942+msgstr ""
2943+
2944+#: ../rednotebook/gui/insert_menu.py:127
2945+msgid "Line Break"
2946+msgstr ""
2947+
2948+#: ../rednotebook/gui/insert_menu.py:128
2949+msgid "Insert a manual line break"
2950+msgstr ""
2951+
2952+#: ../rednotebook/gui/insert_menu.py:130
2953+msgid "_Insert"
2954+msgstr ""
2955+
2956+#: ../rednotebook/gui/insert_menu.py:152
2957+msgid "Insert"
2958+msgstr ""
2959+
2960+#: ../rednotebook/gui/insert_menu.py:153
2961+msgid "Insert images, files, links and other content"
2962+msgstr ""
2963+
2964+#: ../rednotebook/gui/insert_menu.py:189
2965+msgid "Width (optional):"
2966+msgstr ""
2967+
2968+#: ../rednotebook/gui/insert_menu.py:194
2969+msgid "pixels"
2970+msgstr ""
2971+
2972+#: ../rednotebook/gui/insert_menu.py:215
2973+msgid "Width must be an integer."
2974+msgstr ""
2975+
2976+#: ../rednotebook/gui/insert_menu.py:279
2977+msgid "No link location has been entered"
2978+msgstr ""
2979+
2980+#: ../rednotebook/gui/categories.py:136
2981+msgid "Empty entries are not allowed"
2982+msgstr ""
2983+
2984+#: ../rednotebook/gui/categories.py:408
2985+msgid "Change this text"
2986+msgstr ""
2987+
2988+#: ../rednotebook/gui/categories.py:410
2989+msgid "Add a new entry"
2990+msgstr ""
2991+
2992+#: ../rednotebook/gui/categories.py:412
2993+msgid "Delete this entry"
2994+msgstr ""
2995+
2996+#: ../rednotebook/journal.py:214
2997+msgid "Opening default journal."
2998+msgstr ""
2999+
3000+#: ../rednotebook/journal.py:296
3001+#, python-format
3002+msgid "The content has been saved to %s"
3003+msgstr ""
3004+
3005+#: ../rednotebook/journal.py:299
3006+msgid "Nothing to save"
3007+msgstr ""
3008+
3009+#: ../rednotebook/journal.py:446
3010+msgid "Error"
3011+msgstr ""
3012+
3013+#: ../rednotebook/info.py:96
3014+msgid "Work"
3015+msgstr ""
3016+
3017+#: ../rednotebook/info.py:97
3018+msgid "Free time"
3019+msgstr ""
3020+
3021+#: ../rednotebook/info.py:98
3022+msgid "Todo"
3023+msgstr ""
3024+
3025+#: ../rednotebook/info.py:99
3026+msgid "Done"
3027+msgstr ""
3028+
3029+#: ../rednotebook/info.py:100
3030+msgid "Remember the milk"
3031+msgstr ""
3032+
3033+#: ../rednotebook/info.py:101
3034+msgid "Wash the dishes"
3035+msgstr ""
3036+
3037+#: ../rednotebook/info.py:103
3038+msgid "Hello!"
3039+msgstr ""
3040+
3041+#: ../rednotebook/info.py:104
3042+msgid ""
3043+"Some example text has been added to help you start and you can erase it "
3044+"whenever you like."
3045+msgstr ""
3046+
3047+#. ## Translators: "Help" -> noun
3048+#: ../rednotebook/info.py:107
3049+msgid ""
3050+"The example text and more documentation is available under \"Help\" -> "
3051+"\"Contents\"."
3052+msgstr ""
3053+
3054+#. ## Translators: noun
3055+#. ## Verb
3056+#: ../rednotebook/info.py:110 tmp/main_window.glade.h:7
3057+msgid "Preview"
3058+msgstr ""
3059+
3060+#: ../rednotebook/info.py:111
3061+msgid ""
3062+"There are two modes in RedNotebook, the __edit__ mode and the __preview__ "
3063+"mode."
3064+msgstr ""
3065+
3066+#: ../rednotebook/info.py:112
3067+msgid "Click on Edit above to see the difference."
3068+msgstr ""
3069+
3070+#: ../rednotebook/info.py:115
3071+msgid "Tagging is easy."
3072+msgstr ""
3073+
3074+#: ../rednotebook/info.py:116
3075+msgid "Just use #hashtags like on twitter."
3076+msgstr ""
3077+
3078+#: ../rednotebook/info.py:119
3079+msgid ""
3080+"Today I went to the //pet shop// and bought a **tiger**. Then we went to the "
3081+"--pool-- park and had a nice time playing ultimate frisbee. Afterwards we "
3082+"watched \"__Life of Brian__\"."
3083+msgstr ""
3084+
3085+#. ## Translators: both are verbs
3086+#: ../rednotebook/info.py:131
3087+msgid "Save and Export"
3088+msgstr ""
3089+
3090+#: ../rednotebook/info.py:132
3091+msgid ""
3092+"Everything you enter will be saved automatically at regular intervals and "
3093+"when you exit the program."
3094+msgstr ""
3095+
3096+#: ../rednotebook/info.py:133
3097+msgid "To avoid data loss you should backup your journal regularly."
3098+msgstr ""
3099+
3100+#: ../rednotebook/info.py:134
3101+msgid ""
3102+"\"Backup\" in the \"Journal\" menu saves all your entered data in a zip file."
3103+msgstr ""
3104+
3105+#: ../rednotebook/info.py:135
3106+msgid "In the \"Journal\" menu you also find the \"Export\" button."
3107+msgstr ""
3108+
3109+#: ../rednotebook/info.py:136
3110+msgid ""
3111+"Click on \"Export\" and export your diary to Plain Text, PDF, HTML or Latex."
3112+msgstr ""
3113+
3114+#: ../rednotebook/info.py:139
3115+msgid "If you encounter any errors, please drop me a note so I can fix them."
3116+msgstr ""
3117+
3118+#: ../rednotebook/info.py:140
3119+msgid "Any feedback is appreciated."
3120+msgstr ""
3121+
3122+#: ../rednotebook/info.py:143
3123+msgid "Have a nice day!"
3124+msgstr ""
3125+
3126+#: ../rednotebook/info.py:164
3127+msgid ""
3128+"=== Multiple entries ===\n"
3129+"You can add multiple entries to a single day by using different journals "
3130+"(one named \"Work\", the other \"Family\"), separating your entries with "
3131+"different titles (=== Work ===, === Family ===) and using horizontal "
3132+"separator lines (20 “=”s)."
3133+msgstr ""
3134+
3135+#: ../rednotebook/info.py:171
3136+msgid ""
3137+"=== Work ===\n"
3138+"Here goes the first entry. It is about #work.\n"
3139+"\n"
3140+"====================\n"
3141+"\n"
3142+"=== Family ===\n"
3143+"Here comes the entry about my #family."
3144+msgstr ""
3145+
3146+#: ../rednotebook/templates.py:28
3147+msgid "Monday"
3148+msgstr ""
3149+
3150+#: ../rednotebook/templates.py:28
3151+msgid "Tuesday"
3152+msgstr ""
3153+
3154+#: ../rednotebook/templates.py:28
3155+msgid "Wednesday"
3156+msgstr ""
3157+
3158+#: ../rednotebook/templates.py:28
3159+msgid "Thursday"
3160+msgstr ""
3161+
3162+#: ../rednotebook/templates.py:29
3163+msgid "Friday"
3164+msgstr ""
3165+
3166+#: ../rednotebook/templates.py:29
3167+msgid "Saturday"
3168+msgstr ""
3169+
3170+#: ../rednotebook/templates.py:29
3171+msgid "Sunday"
3172+msgstr ""
3173+
3174+#: ../rednotebook/templates.py:108
3175+msgid ""
3176+"=== Meeting ===\n"
3177+"\n"
3178+"Purpose, date, and place\n"
3179+"\n"
3180+"**Present:**\n"
3181+"+\n"
3182+"+\n"
3183+"+\n"
3184+"\n"
3185+"\n"
3186+"**Agenda:**\n"
3187+"+\n"
3188+"+\n"
3189+"+\n"
3190+"\n"
3191+"\n"
3192+"**Discussion, Decisions, Assignments:**\n"
3193+"+\n"
3194+"+\n"
3195+"+\n"
3196+"==================================\n"
3197+msgstr ""
3198+
3199+#: ../rednotebook/templates.py:132
3200+msgid ""
3201+"=== Journey ===\n"
3202+"**Date:**\n"
3203+"\n"
3204+"**Location:**\n"
3205+"\n"
3206+"**Participants:**\n"
3207+"\n"
3208+"**The trip:**\n"
3209+"First we went to xxxxx then we got to yyyyy ...\n"
3210+"\n"
3211+"**Pictures:** [Image folder \"\"/path/to/the/images/\"\"]\n"
3212+msgstr ""
3213+
3214+#: ../rednotebook/templates.py:146
3215+msgid ""
3216+"==================================\n"
3217+"=== Phone Call ===\n"
3218+"- **Person:**\n"
3219+"- **Time:**\n"
3220+"- **Topic:**\n"
3221+"- **Outcome and Follow up:**\n"
3222+"==================================\n"
3223+msgstr ""
3224+
3225+#: ../rednotebook/templates.py:156
3226+msgid ""
3227+"=====================================\n"
3228+"=== Personal ===\n"
3229+"\n"
3230+"+\n"
3231+"+\n"
3232+"+\n"
3233+"========================\n"
3234+"\n"
3235+"**How was the Day?**\n"
3236+"\n"
3237+"\n"
3238+"========================\n"
3239+"**What needs to be changed?**\n"
3240+"+\n"
3241+"+\n"
3242+"+\n"
3243+"=====================================\n"
3244+msgstr ""
3245+
3246+#: ../rednotebook/templates.py:279
3247+msgid "Choose Template Name"
3248+msgstr ""
3249+
3250+#: ../rednotebook/templates.py:323
3251+msgid "This template file contains no text or has unreadable content."
3252+msgstr ""
3253+
3254+#: ../rednotebook/templates.py:378
3255+msgid "This Weekday's Template"
3256+msgstr ""
3257+
3258+#: ../rednotebook/templates.py:381
3259+msgid "Create New Template"
3260+msgstr ""
3261+
3262+#: ../rednotebook/util/dates.py:57
3263+msgid "Incorrect date format"
3264+msgstr ""
3265+
3266+#: ../rednotebook/util/statistics.py:72
3267+msgid "Distinct Words"
3268+msgstr ""
3269+
3270+#: ../rednotebook/util/statistics.py:73
3271+msgid "Edited Days"
3272+msgstr ""
3273+
3274+#: ../rednotebook/util/statistics.py:74 ../rednotebook/util/statistics.py:86
3275+msgid "Letters"
3276+msgstr ""
3277+
3278+#: ../rednotebook/util/statistics.py:75
3279+msgid "Days between first and last Entry"
3280+msgstr ""
3281+
3282+#: ../rednotebook/util/statistics.py:76
3283+msgid "Average number of Words"
3284+msgstr ""
3285+
3286+#: ../rednotebook/util/statistics.py:77
3287+msgid "Percentage of edited Days"
3288+msgstr ""
3289+
3290+#: ../rednotebook/util/statistics.py:85
3291+msgid "Lines"
3292+msgstr ""
3293+
3294+#: ../rednotebook/util/utils.py:114
3295+msgid "unknown"
3296+msgstr ""
3297+
3298+#: ../rednotebook/util/utils.py:129
3299+#, python-format
3300+msgid "You have version <b>%s</b>."
3301+msgstr ""
3302+
3303+#: ../rednotebook/util/utils.py:130
3304+#, python-format
3305+msgid "The latest version is <b>%s</b>."
3306+msgstr ""
3307+
3308+#: ../rednotebook/util/utils.py:131
3309+msgid "Do you want to visit the RedNotebook homepage?"
3310+msgstr ""
3311+
3312+#: ../rednotebook/util/utils.py:138
3313+msgid "Do not ask again"
3314+msgstr ""
3315+
3316+#: tmp/main_window.glade.h:1
3317+msgid "Go to previous day (Ctrl+PageUp)"
3318+msgstr ""
3319+
3320+#: tmp/main_window.glade.h:2
3321+msgid "Jump to today (Alt+Home)"
3322+msgstr ""
3323+
3324+#: tmp/main_window.glade.h:3
3325+msgid "Today"
3326+msgstr ""
3327+
3328+#: tmp/main_window.glade.h:4
3329+msgid "Go to next day (Ctrl+PageDown)"
3330+msgstr ""
3331+
3332+#: tmp/main_window.glade.h:5
3333+msgid "Show a formatted preview of the text (Ctrl+P)"
3334+msgstr ""
3335+
3336+#: tmp/main_window.glade.h:8
3337+msgid "Enable text editing (Ctrl+P)"
3338+msgstr ""
3339+
3340+#: tmp/main_window.glade.h:9
3341+msgid "Edit"
3342+msgstr ""
3343+
3344+#: tmp/main_window.glade.h:10
3345+msgid "Add a tag or a category entry"
3346+msgstr ""
3347+
3348+#: tmp/main_window.glade.h:11
3349+msgid "Add Tag"
3350+msgstr ""
3351+
3352+#. ## TRANSLATORS: Replace this string with your names, one name per line.
3353+#: tmp/main_window.glade.h:13
3354+msgid "translator-credits"
3355+msgstr ""
3356+"Launchpad Contributions:\n"
3357+" Ahmad https://launchpad.net/~tolpa1\n"
3358+" Ahmed El-Mahdawy https://launchpad.net/~propeng\n"
3359+" Anas Masri https://launchpad.net/~almasri54\n"
3360+" Ashiq Al-Moosani https://launchpad.net/~ashiq-almoosani\n"
3361+" Souhail https://launchpad.net/~souhail\n"
3362+" alshlelan https://launchpad.net/~alshlelan"
3363+
3364+#: tmp/main_window.glade.h:14
3365+msgid "New entry"
3366+msgstr ""
3367+
3368+#: tmp/main_window.glade.h:15
3369+msgid "<b>Select existing or new Category</b>"
3370+msgstr ""
3371+
3372+#: tmp/main_window.glade.h:16
3373+msgid "<b>Write entry</b> (optional)"
3374+msgstr ""
3375+
3376+#: tmp/main_window.glade.h:17
3377+msgid "Select backup filename"
3378+msgstr ""
3379+
3380+#: tmp/main_window.glade.h:18
3381+msgid "Select a picture"
3382+msgstr ""
3383+
3384+#: tmp/main_window.glade.h:19
3385+msgid "Select a file"
3386+msgstr ""
3387+
3388+#: tmp/main_window.glade.h:20
3389+msgid "Insert Link"
3390+msgstr ""
3391+
3392+#: tmp/main_window.glade.h:21
3393+msgid "<b>Link location (e.g. http://rednotebook.sf.net)</b>"
3394+msgstr ""
3395+
3396+#: tmp/main_window.glade.h:22
3397+msgid "<b>Link name (optional)</b>"
3398+msgstr ""
3399+
3400+#: tmp/main_window.glade.h:23
3401+msgid "Select a directory"
3402+msgstr ""
3403+
3404+#: tmp/main_window.glade.h:24
3405+msgid "Preferences"
3406+msgstr ""
3407+
3408+#. ## Refers to the part of the options dialog where the user can select the "General/Overall" Settings
3409+#: tmp/main_window.glade.h:26
3410+msgid "<b>General</b>"
3411+msgstr ""
3412+
3413+#. ## Refers to the part of the options dialog where the user can select the "General/Overall" Settings
3414+#: tmp/main_window.glade.h:28
3415+msgid "General"
3416+msgstr ""
3417+
3418+#: tmp/main_window.glade.h:29
3419+msgid "Statistics"
3420+msgstr ""
3421+
3422+#: tmp/main_window.glade.h:30
3423+msgid "<b>Selected Day</b>"
3424+msgstr ""
3425+
3426+#: tmp/main_window.glade.h:31
3427+msgid "<b>Overall</b>"
3428+msgstr ""
3429+
3430+#: tmp/main_window.glade.h:32
3431+msgid "Exit without saving"
3432+msgstr ""
3433
3434=== added file 'po/ast.po'
3435--- po/ast.po 1970-01-01 00:00:00 +0000
3436+++ po/ast.po 2015-08-29 19:47:10 +0000
3437@@ -0,0 +1,1147 @@
3438+# Asturian translation for rednotebook
3439+# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009
3440+# This file is distributed under the same license as the rednotebook package.
3441+# FIRST AUTHOR <EMAIL@ADDRESS>, 2009.
3442+#
3443+msgid ""
3444+msgstr ""
3445+"Project-Id-Version: rednotebook\n"
3446+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
3447+"POT-Creation-Date: 2013-03-31 23:00+0200\n"
3448+"PO-Revision-Date: 2013-02-19 13:49+0000\n"
3449+"Last-Translator: Xandru <xandru@softastur.org>\n"
3450+"Language-Team: Asturian <ast@li.org>\n"
3451+"MIME-Version: 1.0\n"
3452+"Content-Type: text/plain; charset=UTF-8\n"
3453+"Content-Transfer-Encoding: 8bit\n"
3454+"X-Launchpad-Export-Date: 2013-10-09 05:19+0000\n"
3455+"X-Generator: Launchpad (build 16799)\n"
3456+
3457+#: ../rednotebook/backup.py:55
3458+msgid "It has been a while since you made your last backup."
3459+msgstr "Yá pasó un tiempu dende que ficisti la cabera copia de seguridá."
3460+
3461+#: ../rednotebook/backup.py:56
3462+msgid "You can backup your journal to a zip file to avoid data loss."
3463+msgstr ""
3464+"Pues facer copies de seguridá del diariu nun archivu .zip pa prevenir perdes "
3465+"de datos."
3466+
3467+#: ../rednotebook/backup.py:61
3468+msgid "Backup"
3469+msgstr "Copia de seguridá"
3470+
3471+#: ../rednotebook/backup.py:63
3472+msgid "Backup now"
3473+msgstr "Facer copia de seguridá agora"
3474+
3475+#: ../rednotebook/backup.py:64
3476+msgid "Ask at next start"
3477+msgstr "Entrugar nel siguiente aniciu"
3478+
3479+#: ../rednotebook/backup.py:65
3480+msgid "Never ask again"
3481+msgstr "Nun volver a entrugar más"
3482+
3483+#: ../rednotebook/gui/main_window.py:281
3484+msgid "Show RedNotebook"
3485+msgstr "Amosar RedNotebook"
3486+
3487+#: ../rednotebook/gui/main_window.py:495
3488+msgid "No directory selected."
3489+msgstr "Nun se seleicionó dengún direutoriu."
3490+
3491+#: ../rednotebook/gui/main_window.py:596
3492+#: ../rednotebook/gui/customwidgets.py:375
3493+msgid "Template"
3494+msgstr "Plantía"
3495+
3496+#: ../rednotebook/gui/main_window.py:598
3497+msgid ""
3498+"Insert this weekday's template. Click the arrow on the right for more options"
3499+msgstr ""
3500+"Inxerta la plantía d'esti día de la selmana. Calca na flecha de la drecha pa "
3501+"más opciones"
3502+
3503+#: ../rednotebook/gui/format_menu.py:94
3504+msgid "No text or tag has been selected."
3505+msgstr "Nun se seleicionó testu o etiquetes."
3506+
3507+#: ../rednotebook/gui/format_menu.py:103
3508+msgid "Bold"
3509+msgstr "Negrina"
3510+
3511+#: ../rednotebook/gui/format_menu.py:105
3512+msgid "Italic"
3513+msgstr "Cursiva"
3514+
3515+#: ../rednotebook/gui/format_menu.py:107
3516+msgid "Underline"
3517+msgstr "Sorrayáu"
3518+
3519+#: ../rednotebook/gui/format_menu.py:109
3520+msgid "Strikethrough"
3521+msgstr "Tacháu"
3522+
3523+#. ## Translators: Clear format
3524+#: ../rednotebook/gui/format_menu.py:112
3525+msgid "Clear"
3526+msgstr "Llimpiar"
3527+
3528+#. ## Translators: Noun
3529+#: ../rednotebook/gui/format_menu.py:115
3530+msgid "_Format"
3531+msgstr "_Formatu"
3532+
3533+#. ## Translators: Noun
3534+#: ../rednotebook/gui/format_menu.py:131 ../rednotebook/gui/exports.py:395
3535+msgid "Format"
3536+msgstr "Formatu"
3537+
3538+#: ../rednotebook/gui/format_menu.py:132
3539+msgid "Format the selected text or tag"
3540+msgstr "Dar formatu al testu seleicionáu o a la etiqueta"
3541+
3542+#: ../rednotebook/gui/customwidgets.py:366
3543+msgid "Introduction"
3544+msgstr "Introducción"
3545+
3546+#: ../rednotebook/gui/customwidgets.py:378
3547+msgid "Save and insert"
3548+msgstr "Guardar ya inxertar"
3549+
3550+#: ../rednotebook/gui/clouds.py:79
3551+msgid "filter, these, comma, separated, words"
3552+msgstr "peñerar, estes, pallabres, separtaes, per, comes"
3553+
3554+#: ../rednotebook/gui/clouds.py:84
3555+msgid "mtv, spam, work, job, play"
3556+msgstr "mtv, spam, trabayu, xera, xuegu"
3557+
3558+#: ../rednotebook/gui/clouds.py:184 ../rednotebook/gui/categories.py:52
3559+#: ../rednotebook/info.py:95 ../rednotebook/util/markup.py:140
3560+msgid "Tags"
3561+msgstr "Etiquetes"
3562+
3563+#: ../rednotebook/gui/clouds.py:187 ../rednotebook/util/statistics.py:71
3564+#: ../rednotebook/util/statistics.py:84
3565+msgid "Words"
3566+msgstr "Pallabres"
3567+
3568+#: ../rednotebook/gui/clouds.py:246
3569+#, python-format
3570+msgid "Hide \"%s\" from clouds"
3571+msgstr "Anubrir «%s» de la nube"
3572+
3573+#: ../rednotebook/gui/exports.py:51 ../rednotebook/gui/exports.py:396
3574+msgid "Export all days"
3575+msgstr "Esportar tolos díes"
3576+
3577+#: ../rednotebook/gui/exports.py:53
3578+msgid "Export currently selected text"
3579+msgstr "Esportar el testu seleicionáu agora"
3580+
3581+#: ../rednotebook/gui/exports.py:56
3582+msgid "Export currently visible day"
3583+msgstr "Esportar día visible actual"
3584+
3585+#: ../rednotebook/gui/exports.py:59
3586+msgid "Export days in the selected time range"
3587+msgstr "Esportar díes nel rangu de tiempu seleicionáu"
3588+
3589+#: ../rednotebook/gui/exports.py:68
3590+msgid "From:"
3591+msgstr "De:"
3592+
3593+#: ../rednotebook/gui/exports.py:70
3594+msgid "To:"
3595+msgstr "A:"
3596+
3597+#: ../rednotebook/gui/exports.py:135
3598+msgid "Date format"
3599+msgstr "Formatu de data"
3600+
3601+#: ../rednotebook/gui/exports.py:136
3602+msgid "Leave blank to omit dates in export"
3603+msgstr "Dexar en blanco pa saltase les feches na esportación"
3604+
3605+#: ../rednotebook/gui/exports.py:138
3606+msgid "Export text and tags"
3607+msgstr "Esportar testu y etiquetes"
3608+
3609+#: ../rednotebook/gui/exports.py:139
3610+msgid "Export text only"
3611+msgstr "Esportar namái'l testu"
3612+
3613+#: ../rednotebook/gui/exports.py:141
3614+msgid "Export tags only"
3615+msgstr "Esportar namái les etiquetes"
3616+
3617+#: ../rednotebook/gui/exports.py:143
3618+msgid "Filter days by tags"
3619+msgstr "Peñerar díes per etiqueta"
3620+
3621+#: ../rednotebook/gui/exports.py:152
3622+msgid "Available tags"
3623+msgstr "Etiquetes disponibles"
3624+
3625+#: ../rednotebook/gui/exports.py:153
3626+msgid "Selected tags"
3627+msgstr "Etiquetes seleicionaes"
3628+
3629+#: ../rednotebook/gui/exports.py:161
3630+msgid "Select"
3631+msgstr "Seleicionar"
3632+
3633+#: ../rednotebook/gui/exports.py:162
3634+msgid "Deselect"
3635+msgstr "Deseleicionar"
3636+
3637+#: ../rednotebook/gui/exports.py:257
3638+msgid "When filtering by tags, you have to select at least one tag."
3639+msgstr "Al peñerar per etiqueta, hai qu'esbillar, polo menos, una etiqueta."
3640+
3641+#: ../rednotebook/gui/exports.py:281
3642+msgid "You have selected the following settings:"
3643+msgstr "Seleicionasti los siguientes axustes:"
3644+
3645+#: ../rednotebook/gui/exports.py:306
3646+msgid "Export Assistant"
3647+msgstr "Asistente d'Esportación"
3648+
3649+#: ../rednotebook/gui/exports.py:308
3650+msgid "Welcome to the Export Assistant."
3651+msgstr "Afáyate nel Asistente d'Esportación"
3652+
3653+#: ../rednotebook/gui/exports.py:309
3654+msgid "This wizard will help you to export your journal to various formats."
3655+msgstr "Esti asistente va ayudate esportar el diariu a dellos formatos."
3656+
3657+#: ../rednotebook/gui/exports.py:310
3658+msgid ""
3659+"You can select the days you want to export and where the output will be "
3660+"saved."
3661+msgstr "Pues seleicionar los díes que quies esportar y ónde lo guardar."
3662+
3663+#: ../rednotebook/gui/exports.py:320
3664+msgid "Select Export Format"
3665+msgstr "Seleicionar formatu d'esportación"
3666+
3667+#: ../rednotebook/gui/exports.py:325
3668+msgid "Select Date Range"
3669+msgstr "Seleicionar rangu de dates"
3670+
3671+#: ../rednotebook/gui/exports.py:330
3672+msgid "Select Contents"
3673+msgstr "Seleicionar conteníos"
3674+
3675+#: ../rednotebook/gui/exports.py:336
3676+msgid "Select Export Path"
3677+msgstr "Seleicionar camín d'esportación"
3678+
3679+#: ../rednotebook/gui/exports.py:341
3680+msgid "Summary"
3681+msgstr "Resume"
3682+
3683+#: ../rednotebook/gui/exports.py:400 ../rednotebook/gui/search.py:76
3684+msgid "Date"
3685+msgstr "Data"
3686+
3687+#: ../rednotebook/gui/exports.py:401
3688+msgid "Export selected text only"
3689+msgstr "Esportar namái'l testu seleicionáu"
3690+
3691+#: ../rednotebook/gui/exports.py:403
3692+msgid "Start date"
3693+msgstr "Data d'aniciu"
3694+
3695+#: ../rednotebook/gui/exports.py:404
3696+msgid "End date"
3697+msgstr "Data final"
3698+
3699+#: ../rednotebook/gui/exports.py:408
3700+msgid "Include text"
3701+msgstr "Incluyir testu"
3702+
3703+#: ../rednotebook/gui/exports.py:409
3704+msgid "Include tags"
3705+msgstr "Incluyir etiquetes"
3706+
3707+#: ../rednotebook/gui/exports.py:411
3708+msgid "Filtered by tags"
3709+msgstr "Peñerar per etiquetes"
3710+
3711+#: ../rednotebook/gui/exports.py:412
3712+msgid "Export path"
3713+msgstr "Camín pa la esportación"
3714+
3715+#: ../rednotebook/gui/exports.py:415
3716+msgid "Yes"
3717+msgstr "Sí"
3718+
3719+#: ../rednotebook/gui/exports.py:415
3720+msgid "No"
3721+msgstr "Non"
3722+
3723+#: ../rednotebook/gui/exports.py:465 ../rednotebook/gui/exports.py:471
3724+#, python-format
3725+msgid "Content exported to %s"
3726+msgstr "Conteníu esportáu a %s"
3727+
3728+#: ../rednotebook/gui/exports.py:521
3729+msgid "Plain Text"
3730+msgstr "Testu planu"
3731+
3732+#: ../rednotebook/gui/exports.py:552
3733+msgid "requires pywebkitgtk"
3734+msgstr "requier pywebkitgtk"
3735+
3736+#: ../rednotebook/gui/menu.py:94
3737+msgid "_Journal"
3738+msgstr "_Diariu"
3739+
3740+#: ../rednotebook/gui/menu.py:96
3741+msgid "Create a new journal. The old one will be saved"
3742+msgstr "Facer un diariu nuevu. L'antiguu va guardase."
3743+
3744+#: ../rednotebook/gui/menu.py:99
3745+msgid "Load an existing journal. The old journal will be saved"
3746+msgstr "Cargar un diariu esistente. L'antiguu va guardase."
3747+
3748+#: ../rednotebook/gui/menu.py:104
3749+msgid ""
3750+"Save journal at a new location. The old journal files will also be saved"
3751+msgstr ""
3752+"Guardar diariu nun allugamientu nuevu. L'antiguu diariu va guardase tamién."
3753+
3754+#. ## Translators: Verb
3755+#. ('Import', gtk.STOCK_ADD, _('_Import'),
3756+#. None, _('Open the import assistant'), self.on_import_menu_item_activate),
3757+#. ## Translators: Verb
3758+#: ../rednotebook/gui/menu.py:110
3759+msgid "Export"
3760+msgstr "Esportar"
3761+
3762+#: ../rednotebook/gui/menu.py:111
3763+msgid "Open the export assistant"
3764+msgstr "Abrir l'asistente d'esportación"
3765+
3766+#. ## Translators: Verb
3767+#: ../rednotebook/gui/menu.py:113
3768+msgid "_Backup"
3769+msgstr "Copia de _seguridá"
3770+
3771+#: ../rednotebook/gui/menu.py:114
3772+msgid "Save all the data in a zip archive"
3773+msgstr "Guardar tolos datos nun archivu zip"
3774+
3775+#: ../rednotebook/gui/menu.py:115
3776+msgid "S_tatistics"
3777+msgstr "Es_tadístiques"
3778+
3779+#: ../rednotebook/gui/menu.py:116
3780+msgid "Show some statistics about the journal"
3781+msgstr "Amosar delles estadístiques del diariu"
3782+
3783+#: ../rednotebook/gui/menu.py:118
3784+msgid "Shutdown RedNotebook. It will not be sent to the tray."
3785+msgstr "Zarrar RedNotebook. Nun va unviase a la bandexa."
3786+
3787+#: ../rednotebook/gui/menu.py:121
3788+msgid "_Edit"
3789+msgstr "_Editar"
3790+
3791+#: ../rednotebook/gui/menu.py:123
3792+msgid "Undo text or tag edits"
3793+msgstr "Desfacer ediciones de testu o d'etiquetes"
3794+
3795+#: ../rednotebook/gui/menu.py:125
3796+msgid "Redo text or tag edits"
3797+msgstr "Refacer ediciones de testu o d'etiquetes"
3798+
3799+#: ../rednotebook/gui/menu.py:139
3800+msgid "Underline misspelled words"
3801+msgstr "Sorrayar pallabres con faltes d'ortografía"
3802+
3803+#: ../rednotebook/gui/menu.py:144
3804+msgid "_Help"
3805+msgstr "_Ayuda"
3806+
3807+#: ../rednotebook/gui/menu.py:145
3808+msgid "Contents"
3809+msgstr "Conteníos"
3810+
3811+#: ../rednotebook/gui/menu.py:146
3812+msgid "Open the RedNotebook documentation"
3813+msgstr "Abrir la documentación de RedNotebook"
3814+
3815+#: ../rednotebook/gui/menu.py:147
3816+msgid "Get Help Online"
3817+msgstr "Consiguir ayuda en llinia"
3818+
3819+#: ../rednotebook/gui/menu.py:148
3820+msgid "Browse answered questions or ask a new one"
3821+msgstr "Guetar entrugues respondíes o facer una nueva"
3822+
3823+#: ../rednotebook/gui/menu.py:149
3824+msgid "Translate RedNotebook"
3825+msgstr "Traducir RedNotebook"
3826+
3827+#: ../rednotebook/gui/menu.py:150
3828+msgid "Connect to the Launchpad website to help translate RedNotebook"
3829+msgstr "Coneutar col sitiu web Launchpad p'ayudar a traducir RedNotebook"
3830+
3831+#: ../rednotebook/gui/menu.py:152
3832+msgid "Report a Problem"
3833+msgstr "Informar d'un problema"
3834+
3835+#: ../rednotebook/gui/menu.py:153
3836+msgid "Fill out a short form about the problem"
3837+msgstr "Rellenar un pequeñu formulariu sobro'l problema"
3838+
3839+#: ../rednotebook/gui/menu.py:173
3840+msgid "Wrong directory"
3841+msgstr "Direutoriu enquivocáu"
3842+
3843+#: ../rednotebook/gui/menu.py:176 ../rednotebook/journal.py:213
3844+msgid "You cannot use this directory for your journal:"
3845+msgstr "Nun pues usar esti direutoriu pa la copia de seguridá:"
3846+
3847+#: ../rednotebook/gui/menu.py:180
3848+msgid "Please select an empty directory."
3849+msgstr "Seleiciona un direutoriu baleru."
3850+
3851+#: ../rednotebook/gui/menu.py:184
3852+msgid "This directory contains no journal files:"
3853+msgstr "Esti direutoriu nun contién ficheros del diariu:"
3854+
3855+#: ../rednotebook/gui/menu.py:200
3856+msgid "Journals are saved in a directory, not in a single file."
3857+msgstr "Los diarios guárdense nuna carpeta, non nun ficheru."
3858+
3859+#: ../rednotebook/gui/menu.py:201
3860+msgid "The directory name will be the title of the new journal."
3861+msgstr "El nome de la carpeta va ser el títulu del diariu nuevu."
3862+
3863+#: ../rednotebook/gui/menu.py:202
3864+msgid "Select an empty folder for your new journal"
3865+msgstr "Seleiciona una carpeta balera pal nuevu diariu"
3866+
3867+#: ../rednotebook/gui/menu.py:205
3868+msgid "Select an existing journal directory"
3869+msgstr "Seleiciona la carpeta d'un diariu esistente"
3870+
3871+#: ../rednotebook/gui/menu.py:206
3872+msgid "The directory should contain your journal's data files"
3873+msgstr "La carpeta tien de contener los ficheros del to diariu"
3874+
3875+#: ../rednotebook/gui/menu.py:213
3876+msgid "Select an empty folder for the new location of your journal"
3877+msgstr "Seleiciona una carpeta balera pa la nueva llocalización del diariu"
3878+
3879+#: ../rednotebook/gui/menu.py:214
3880+msgid "The directory name will be the new title of the journal"
3881+msgstr "El nome de la carpeta va ser el títulu del diariu nuevu"
3882+
3883+#: ../rednotebook/gui/menu.py:279
3884+msgid "RedNotebook Documentation"
3885+msgstr "Documentación de RedNotebook"
3886+
3887+#: ../rednotebook/gui/menu.py:298
3888+msgid "A Desktop Journal"
3889+msgstr "Un Diariu d'Escritoriu"
3890+
3891+#: ../rednotebook/gui/options.py:84
3892+msgid "Load RedNotebook at startup"
3893+msgstr "Cargar RedNotebook al aniciu"
3894+
3895+#: ../rednotebook/gui/options.py:154
3896+msgid "%A, %x, Day %j"
3897+msgstr "%A, %x, Día %j"
3898+
3899+#: ../rednotebook/gui/options.py:154
3900+msgid "Week %W of Year %Y"
3901+msgstr "Selmana %W del añu %Y"
3902+
3903+#: ../rednotebook/gui/options.py:155
3904+msgid "Day %j"
3905+msgstr "Día %j"
3906+
3907+#: ../rednotebook/gui/options.py:160
3908+msgid "Help"
3909+msgstr "Ayuda"
3910+
3911+#. ## Translators: Noun
3912+#: ../rednotebook/gui/options.py:181
3913+msgid "Preview:"
3914+msgstr "Vista previa:"
3915+
3916+#: ../rednotebook/gui/options.py:295
3917+msgid "Close to system tray"
3918+msgstr "Zarrar a la bandexa del sistema"
3919+
3920+#: ../rednotebook/gui/options.py:296
3921+msgid "Closing the window will send RedNotebook to the tray"
3922+msgstr "Al zarrar la ventana RedNotebook va dir a la bandexa"
3923+
3924+#: ../rednotebook/gui/options.py:299
3925+msgid "Switch between edit and preview mode automatically"
3926+msgstr "Camudar ente mou edición y vista previa automáticamente"
3927+
3928+#: ../rednotebook/gui/options.py:303
3929+msgid "Check for new version at startup"
3930+msgstr "Verificar si esiste una versión nueva al aniciar"
3931+
3932+#: ../rednotebook/gui/options.py:311
3933+msgid "Check now"
3934+msgstr "Comprobar agora"
3935+
3936+#: ../rednotebook/gui/options.py:316
3937+msgid "Font Size"
3938+msgstr "Tamañu de la Fonte"
3939+
3940+#: ../rednotebook/gui/options.py:317
3941+msgid "Date/Time format"
3942+msgstr "Formatu de Data/Hora"
3943+
3944+#: ../rednotebook/gui/options.py:318
3945+msgid "Exclude from cloud"
3946+msgstr "Nun incluir na ñube"
3947+
3948+#: ../rednotebook/gui/options.py:319
3949+msgid "Do not show these comma separated words in the word cloud"
3950+msgstr "Nun amosar estes pallabres separaes por comes na ñube de pallabres"
3951+
3952+#: ../rednotebook/gui/options.py:320
3953+msgid "Include small words in cloud"
3954+msgstr "Incluyir pallabres curties na ñube"
3955+
3956+#: ../rednotebook/gui/options.py:321
3957+msgid "Allow these words with 4 letters or less"
3958+msgstr "Permitir estes pallabres de 4 lletres o menos"
3959+
3960+#: ../rednotebook/gui/search.py:76
3961+msgid "Text"
3962+msgstr "Testu"
3963+
3964+#: ../rednotebook/gui/insert_menu.py:67
3965+msgid "First Item"
3966+msgstr "Primer Elementu"
3967+
3968+#: ../rednotebook/gui/insert_menu.py:67
3969+msgid "Second Item"
3970+msgstr "Segundu Elementu"
3971+
3972+#: ../rednotebook/gui/insert_menu.py:68
3973+msgid "Indented Item"
3974+msgstr "Elementu Sangráu"
3975+
3976+#: ../rednotebook/gui/insert_menu.py:68
3977+msgid "Two blank lines close the list"
3978+msgstr "Dos llinies en blanco zarren la llista"
3979+
3980+#: ../rednotebook/gui/insert_menu.py:101
3981+msgid "Picture"
3982+msgstr "Imaxe"
3983+
3984+#: ../rednotebook/gui/insert_menu.py:102
3985+msgid "Insert an image from the harddisk"
3986+msgstr "Inxertar una imaxe dende'l discu"
3987+
3988+#: ../rednotebook/gui/insert_menu.py:104
3989+msgid "File"
3990+msgstr "Ficheru"
3991+
3992+#: ../rednotebook/gui/insert_menu.py:105
3993+msgid "Insert a link to a file"
3994+msgstr "Inxertar un enllaz a un ficheru"
3995+
3996+#. ## Translators: Noun
3997+#: ../rednotebook/gui/insert_menu.py:108
3998+msgid "_Link"
3999+msgstr "En_llaz"
4000+
4001+#: ../rednotebook/gui/insert_menu.py:109
4002+msgid "Insert a link to a website"
4003+msgstr "Inxertar un enllaz a un sitiu web"
4004+
4005+#: ../rednotebook/gui/insert_menu.py:111
4006+msgid "Bullet List"
4007+msgstr "Llista de viñetes"
4008+
4009+#: ../rednotebook/gui/insert_menu.py:115 ../rednotebook/gui/insert_menu.py:292
4010+msgid "Title"
4011+msgstr "Títulu"
4012+
4013+#: ../rednotebook/gui/insert_menu.py:117
4014+msgid "Line"
4015+msgstr "Llinia"
4016+
4017+#: ../rednotebook/gui/insert_menu.py:118
4018+msgid "Insert a separator line"
4019+msgstr "Inxertar un separtador de llinia"
4020+
4021+#: ../rednotebook/gui/insert_menu.py:124
4022+msgid "Date/Time"
4023+msgstr "Data/Hora"
4024+
4025+#: ../rednotebook/gui/insert_menu.py:125
4026+msgid "Insert the current date and time (edit format in preferences)"
4027+msgstr "Inxertar la data y hora actual (edita'l formatu en preferencies)"
4028+
4029+#: ../rednotebook/gui/insert_menu.py:127
4030+msgid "Line Break"
4031+msgstr "Saltu de Llinia"
4032+
4033+#: ../rednotebook/gui/insert_menu.py:128
4034+msgid "Insert a manual line break"
4035+msgstr "Inxertar un saltu de llinia manual"
4036+
4037+#: ../rednotebook/gui/insert_menu.py:130
4038+msgid "_Insert"
4039+msgstr "_Inxertar"
4040+
4041+#: ../rednotebook/gui/insert_menu.py:152
4042+msgid "Insert"
4043+msgstr "Inxertar"
4044+
4045+#: ../rednotebook/gui/insert_menu.py:153
4046+msgid "Insert images, files, links and other content"
4047+msgstr "Inxertar imáxenes, ficheros, enllaces y otru conteníu"
4048+
4049+#: ../rednotebook/gui/insert_menu.py:189
4050+msgid "Width (optional):"
4051+msgstr "Anchor (opcional):"
4052+
4053+#: ../rednotebook/gui/insert_menu.py:194
4054+msgid "pixels"
4055+msgstr "píxeles"
4056+
4057+#: ../rednotebook/gui/insert_menu.py:215
4058+msgid "Width must be an integer."
4059+msgstr "L'anchor tien de ser un númberu enteru."
4060+
4061+#: ../rednotebook/gui/insert_menu.py:279
4062+msgid "No link location has been entered"
4063+msgstr "Nun s'indicó una direición pal enllaz"
4064+
4065+#: ../rednotebook/gui/categories.py:136
4066+msgid "Empty entries are not allowed"
4067+msgstr "Nun se permiten entraes ermes"
4068+
4069+#: ../rednotebook/gui/categories.py:408
4070+msgid "Change this text"
4071+msgstr "Camudar esti testu"
4072+
4073+#: ../rednotebook/gui/categories.py:410
4074+msgid "Add a new entry"
4075+msgstr "Amestar una entrada nueva"
4076+
4077+#: ../rednotebook/gui/categories.py:412
4078+msgid "Delete this entry"
4079+msgstr "Esborrar esta entrada"
4080+
4081+#: ../rednotebook/journal.py:214
4082+msgid "Opening default journal."
4083+msgstr "Abriendo'l diariu predetermináu."
4084+
4085+#: ../rednotebook/journal.py:296
4086+#, python-format
4087+msgid "The content has been saved to %s"
4088+msgstr "El conteníu guardóse en %s"
4089+
4090+#: ../rednotebook/journal.py:299
4091+msgid "Nothing to save"
4092+msgstr "Res que guardar"
4093+
4094+#: ../rednotebook/journal.py:446
4095+msgid "Error"
4096+msgstr "Error"
4097+
4098+#: ../rednotebook/info.py:96
4099+msgid "Work"
4100+msgstr "Trabayu"
4101+
4102+#: ../rednotebook/info.py:97
4103+msgid "Free time"
4104+msgstr "Tiempu llibre"
4105+
4106+#: ../rednotebook/info.py:98
4107+msgid "Todo"
4108+msgstr "Pendiente"
4109+
4110+#: ../rednotebook/info.py:99
4111+msgid "Done"
4112+msgstr "Fecho"
4113+
4114+#: ../rednotebook/info.py:100
4115+msgid "Remember the milk"
4116+msgstr "Recaos"
4117+
4118+#: ../rednotebook/info.py:101
4119+msgid "Wash the dishes"
4120+msgstr "Llavar la cacía"
4121+
4122+#: ../rednotebook/info.py:103
4123+msgid "Hello!"
4124+msgstr "¡Bones!"
4125+
4126+#: ../rednotebook/info.py:104
4127+msgid ""
4128+"Some example text has been added to help you start and you can erase it "
4129+"whenever you like."
4130+msgstr ""
4131+"Amestóse un testu d'exemplu p'ayudate nos primeros pasos. Pues desanicialu "
4132+"cuando te pete."
4133+
4134+#. ## Translators: "Help" -> noun
4135+#: ../rednotebook/info.py:107
4136+msgid ""
4137+"The example text and more documentation is available under \"Help\" -> "
4138+"\"Contents\"."
4139+msgstr ""
4140+"El testu d'exemplu y más documentación tán disponibles en \"Ayuda\" -> "
4141+"\"Conteníu\"."
4142+
4143+#. ## Translators: noun
4144+#. ## Verb
4145+#: ../rednotebook/info.py:110 tmp/main_window.glade.h:7
4146+msgid "Preview"
4147+msgstr "Entever"
4148+
4149+#: ../rednotebook/info.py:111
4150+msgid ""
4151+"There are two modes in RedNotebook, the __edit__ mode and the __preview__ "
4152+"mode."
4153+msgstr "Hai dos moos en RedNotebook, el mou __editar__ y el mou __entever__."
4154+
4155+#: ../rednotebook/info.py:112
4156+msgid "Click on Edit above to see the difference."
4157+msgstr "Calca n'Editar más arriba pa ver la diferencia"
4158+
4159+#: ../rednotebook/info.py:115
4160+msgid "Tagging is easy."
4161+msgstr "Etiquetar ye cenciello."
4162+
4163+#: ../rednotebook/info.py:116
4164+msgid "Just use #hashtags like on twitter."
4165+msgstr "Val con usar #almuhades como nel twitter."
4166+
4167+#: ../rednotebook/info.py:119
4168+msgid ""
4169+"Today I went to the //pet shop// and bought a **tiger**. Then we went to the "
4170+"--pool-- park and had a nice time playing ultimate frisbee. Afterwards we "
4171+"watched \"__Life of Brian__\"."
4172+msgstr ""
4173+"Güei fui a la //tienda d'animales// y merqué un **tigre**. Llueu fui al --"
4174+"parque-- y pasélo bien xugando al liriu. Dempués vi \"__La vida de Brian__\"."
4175+
4176+#. ## Translators: both are verbs
4177+#: ../rednotebook/info.py:131
4178+msgid "Save and Export"
4179+msgstr "Guardar y Esportar"
4180+
4181+#: ../rednotebook/info.py:132
4182+msgid ""
4183+"Everything you enter will be saved automatically at regular intervals and "
4184+"when you exit the program."
4185+msgstr ""
4186+"Tolo qu'escribas va guardase automáticamente a intervalos regulares y al "
4187+"colar del programa."
4188+
4189+#: ../rednotebook/info.py:133
4190+msgid "To avoid data loss you should backup your journal regularly."
4191+msgstr ""
4192+"Pa evitar la perda de datos tendríes de facer davezu una copia de seguridá "
4193+"del diariu."
4194+
4195+#: ../rednotebook/info.py:134
4196+msgid ""
4197+"\"Backup\" in the \"Journal\" menu saves all your entered data in a zip file."
4198+msgstr ""
4199+"«Copia de seguridad» nel menú «Diariu», guarda tolos datos inxertaos nun "
4200+"archivu zip."
4201+
4202+#: ../rednotebook/info.py:135
4203+msgid "In the \"Journal\" menu you also find the \"Export\" button."
4204+msgstr "Nel menú «Diariu» tamién s'alcuentra'l botón «Esportar»"
4205+
4206+#: ../rednotebook/info.py:136
4207+msgid ""
4208+"Click on \"Export\" and export your diary to Plain Text, PDF, HTML or Latex."
4209+msgstr ""
4210+"Calca «Esportar» y esporta'l to diariu a testu planu, PDF, HTML o Latex."
4211+
4212+#: ../rednotebook/info.py:139
4213+msgid "If you encounter any errors, please drop me a note so I can fix them."
4214+msgstr "Si atopares fallos, unvíame una nota pa que pueda igualos."
4215+
4216+#: ../rednotebook/info.py:140
4217+msgid "Any feedback is appreciated."
4218+msgstr "Agradezse cualesquier comentariu."
4219+
4220+#: ../rednotebook/info.py:143
4221+msgid "Have a nice day!"
4222+msgstr "¡Que pases un bon día!"
4223+
4224+#: ../rednotebook/info.py:164
4225+msgid ""
4226+"=== Multiple entries ===\n"
4227+"You can add multiple entries to a single day by using different journals "
4228+"(one named \"Work\", the other \"Family\"), separating your entries with "
4229+"different titles (=== Work ===, === Family ===) and using horizontal "
4230+"separator lines (20 “=”s)."
4231+msgstr ""
4232+
4233+#: ../rednotebook/info.py:171
4234+msgid ""
4235+"=== Work ===\n"
4236+"Here goes the first entry. It is about #work.\n"
4237+"\n"
4238+"====================\n"
4239+"\n"
4240+"=== Family ===\n"
4241+"Here comes the entry about my #family."
4242+msgstr ""
4243+
4244+#: ../rednotebook/templates.py:28
4245+msgid "Monday"
4246+msgstr "Llunes"
4247+
4248+#: ../rednotebook/templates.py:28
4249+msgid "Tuesday"
4250+msgstr "Martes"
4251+
4252+#: ../rednotebook/templates.py:28
4253+msgid "Wednesday"
4254+msgstr "Miércoles"
4255+
4256+#: ../rednotebook/templates.py:28
4257+msgid "Thursday"
4258+msgstr "Xueves"
4259+
4260+#: ../rednotebook/templates.py:29
4261+msgid "Friday"
4262+msgstr "Vienres"
4263+
4264+#: ../rednotebook/templates.py:29
4265+msgid "Saturday"
4266+msgstr "Sábadu"
4267+
4268+#: ../rednotebook/templates.py:29
4269+msgid "Sunday"
4270+msgstr "Domingu"
4271+
4272+#: ../rednotebook/templates.py:108
4273+msgid ""
4274+"=== Meeting ===\n"
4275+"\n"
4276+"Purpose, date, and place\n"
4277+"\n"
4278+"**Present:**\n"
4279+"+\n"
4280+"+\n"
4281+"+\n"
4282+"\n"
4283+"\n"
4284+"**Agenda:**\n"
4285+"+\n"
4286+"+\n"
4287+"+\n"
4288+"\n"
4289+"\n"
4290+"**Discussion, Decisions, Assignments:**\n"
4291+"+\n"
4292+"+\n"
4293+"+\n"
4294+"==================================\n"
4295+msgstr ""
4296+"=== Aconceyamientu ===\n"
4297+"\n"
4298+"Envís, data y llugar\n"
4299+"\n"
4300+"**Presentes:**\n"
4301+"+\n"
4302+"+\n"
4303+"+\n"
4304+"\n"
4305+"\n"
4306+"**Axenda:**\n"
4307+"+\n"
4308+"+\n"
4309+"+\n"
4310+"\n"
4311+"\n"
4312+"**Alderique, Decisiones, Encargos:**\n"
4313+"+\n"
4314+"+\n"
4315+"+\n"
4316+"==================================\n"
4317+
4318+#: ../rednotebook/templates.py:132
4319+msgid ""
4320+"=== Journey ===\n"
4321+"**Date:**\n"
4322+"\n"
4323+"**Location:**\n"
4324+"\n"
4325+"**Participants:**\n"
4326+"\n"
4327+"**The trip:**\n"
4328+"First we went to xxxxx then we got to yyyyy ...\n"
4329+"\n"
4330+"**Pictures:** [Image folder \"\"/path/to/the/images/\"\"]\n"
4331+msgstr ""
4332+"=== Viaxe ===\n"
4333+"**Data:**\n"
4334+"\n"
4335+"**Llugar:**\n"
4336+"\n"
4337+"**Participantes:**\n"
4338+"\n"
4339+"**El viaxe:**\n"
4340+"Primero fuimos a xxxxx, darréu empobinamos pa yyyyy ...\n"
4341+"\n"
4342+"**Semeyes:** [Carpeta d'imaxes \"\"/camin/a/les/semeyes/\"\"]\n"
4343+
4344+#: ../rednotebook/templates.py:146
4345+msgid ""
4346+"==================================\n"
4347+"=== Phone Call ===\n"
4348+"- **Person:**\n"
4349+"- **Time:**\n"
4350+"- **Topic:**\n"
4351+"- **Outcome and Follow up:**\n"
4352+"==================================\n"
4353+msgstr ""
4354+"==================================\n"
4355+"=== Llamada de teléfonu ===\n"
4356+"- **Persona:**\n"
4357+"- **Hora:**\n"
4358+"- **Asuntu:**\n"
4359+"- **Resultáu y siguimientu:**\n"
4360+"==================================\n"
4361+
4362+#: ../rednotebook/templates.py:156
4363+msgid ""
4364+"=====================================\n"
4365+"=== Personal ===\n"
4366+"\n"
4367+"+\n"
4368+"+\n"
4369+"+\n"
4370+"========================\n"
4371+"\n"
4372+"**How was the Day?**\n"
4373+"\n"
4374+"\n"
4375+"========================\n"
4376+"**What needs to be changed?**\n"
4377+"+\n"
4378+"+\n"
4379+"+\n"
4380+"=====================================\n"
4381+msgstr ""
4382+"=====================================\n"
4383+"=== Personal ===\n"
4384+"\n"
4385+"+\n"
4386+"+\n"
4387+"+\n"
4388+"========================\n"
4389+"\n"
4390+"**¿Cómo fuera'l día?**\n"
4391+"\n"
4392+"\n"
4393+"========================\n"
4394+"**¿Qué tien de camudase?**\n"
4395+"+\n"
4396+"+\n"
4397+"+\n"
4398+"=====================================\n"
4399+
4400+#: ../rednotebook/templates.py:279
4401+msgid "Choose Template Name"
4402+msgstr "Escoyer nome de la plantía"
4403+
4404+#: ../rednotebook/templates.py:323
4405+msgid "This template file contains no text or has unreadable content."
4406+msgstr ""
4407+"Esti ficheru de plantía nun contién testu o tien conteníu non lleíble."
4408+
4409+#: ../rednotebook/templates.py:378
4410+msgid "This Weekday's Template"
4411+msgstr "Plantía pa esta selmana"
4412+
4413+#: ../rednotebook/templates.py:381
4414+msgid "Create New Template"
4415+msgstr "Facer una Plantía Nueva"
4416+
4417+#: ../rednotebook/util/dates.py:57
4418+msgid "Incorrect date format"
4419+msgstr "Formatu de data incorreutu"
4420+
4421+#: ../rednotebook/util/statistics.py:72
4422+msgid "Distinct Words"
4423+msgstr "Marcar pallabres"
4424+
4425+#: ../rednotebook/util/statistics.py:73
4426+msgid "Edited Days"
4427+msgstr "Díes editaos"
4428+
4429+#: ../rednotebook/util/statistics.py:74 ../rednotebook/util/statistics.py:86
4430+msgid "Letters"
4431+msgstr "Lletres"
4432+
4433+#: ../rednotebook/util/statistics.py:75
4434+msgid "Days between first and last Entry"
4435+msgstr "Díes ente la primer y cabera entrada"
4436+
4437+#: ../rednotebook/util/statistics.py:76
4438+msgid "Average number of Words"
4439+msgstr "Númberu promediu de pallabres"
4440+
4441+#: ../rednotebook/util/statistics.py:77
4442+msgid "Percentage of edited Days"
4443+msgstr "Porcentaxe de díes editaos"
4444+
4445+#: ../rednotebook/util/statistics.py:85
4446+msgid "Lines"
4447+msgstr "Llinies"
4448+
4449+#: ../rednotebook/util/utils.py:114
4450+msgid "unknown"
4451+msgstr "desconocío"
4452+
4453+#: ../rednotebook/util/utils.py:129
4454+#, python-format
4455+msgid "You have version <b>%s</b>."
4456+msgstr "La versión que tienes ye la <b>%s</b>."
4457+
4458+#: ../rednotebook/util/utils.py:130
4459+#, python-format
4460+msgid "The latest version is <b>%s</b>."
4461+msgstr "La cabera versión ye la <b>%s</b>."
4462+
4463+#: ../rednotebook/util/utils.py:131
4464+msgid "Do you want to visit the RedNotebook homepage?"
4465+msgstr "¿Quies visitar la páxina web de RedNotebook?"
4466+
4467+#: ../rednotebook/util/utils.py:138
4468+msgid "Do not ask again"
4469+msgstr "Nun entrugar más"
4470+
4471+#: tmp/main_window.glade.h:1
4472+msgid "Go to previous day (Ctrl+PageUp)"
4473+msgstr "Dir al día anterior (Ctrl+RePáx)"
4474+
4475+#: tmp/main_window.glade.h:2
4476+msgid "Jump to today (Alt+Home)"
4477+msgstr "Saltar a güei (Alt+Aniciu)"
4478+
4479+#: tmp/main_window.glade.h:3
4480+msgid "Today"
4481+msgstr "Güei"
4482+
4483+#: tmp/main_window.glade.h:4
4484+msgid "Go to next day (Ctrl+PageDown)"
4485+msgstr "Dir al día siguiente (Ctrl+AvPáx)"
4486+
4487+#: tmp/main_window.glade.h:5
4488+msgid "Show a formatted preview of the text (Ctrl+P)"
4489+msgstr "Amosar una vista previa del testu con formatu (Ctrl+P)"
4490+
4491+#: tmp/main_window.glade.h:8
4492+msgid "Enable text editing (Ctrl+P)"
4493+msgstr "Activar edición del testu (Ctrl+P)"
4494+
4495+#: tmp/main_window.glade.h:9
4496+msgid "Edit"
4497+msgstr "Editar"
4498+
4499+#: tmp/main_window.glade.h:10
4500+msgid "Add a tag or a category entry"
4501+msgstr "Amestar una etiqueta o una entrada de categoría"
4502+
4503+#: tmp/main_window.glade.h:11
4504+msgid "Add Tag"
4505+msgstr "Amestar etiqueta"
4506+
4507+#. ## TRANSLATORS: Replace this string with your names, one name per line.
4508+#: tmp/main_window.glade.h:13
4509+msgid "translator-credits"
4510+msgstr ""
4511+"Launchpad Contributions:\n"
4512+" Xandru https://launchpad.net/~xandruarmesto\n"
4513+" Xuacu Saturio https://launchpad.net/~xuacusk8\n"
4514+" ivarela https://launchpad.net/~ivarela"
4515+
4516+#: tmp/main_window.glade.h:14
4517+msgid "New entry"
4518+msgstr "Entrada Nueva"
4519+
4520+#: tmp/main_window.glade.h:15
4521+msgid "<b>Select existing or new Category</b>"
4522+msgstr "<b>Seleiciona una categoría nueva o esistente</b>"
4523+
4524+#: tmp/main_window.glade.h:16
4525+msgid "<b>Write entry</b> (optional)"
4526+msgstr "<b>Escribir una entrada</b> (opcional)"
4527+
4528+#: tmp/main_window.glade.h:17
4529+msgid "Select backup filename"
4530+msgstr "Seleiciona un nome de ficheru pa la copia de seguridá"
4531+
4532+#: tmp/main_window.glade.h:18
4533+msgid "Select a picture"
4534+msgstr "Seleiciona una imaxe"
4535+
4536+#: tmp/main_window.glade.h:19
4537+msgid "Select a file"
4538+msgstr "Seleiciona un ficheru"
4539+
4540+#: tmp/main_window.glade.h:20
4541+msgid "Insert Link"
4542+msgstr "Inxertar Enllaz"
4543+
4544+#: tmp/main_window.glade.h:21
4545+msgid "<b>Link location (e.g. http://rednotebook.sf.net)</b>"
4546+msgstr "<b>Direición del enllaz (e.x. http://rednotebook.sf.net)</b>"
4547+
4548+#: tmp/main_window.glade.h:22
4549+msgid "<b>Link name (optional)</b>"
4550+msgstr "<b>Nome del enllaz (opcional)</b>"
4551+
4552+#: tmp/main_window.glade.h:23
4553+msgid "Select a directory"
4554+msgstr "Seleiciona un direutoriu"
4555+
4556+#: tmp/main_window.glade.h:24
4557+msgid "Preferences"
4558+msgstr "Preferencies"
4559+
4560+#. ## Refers to the part of the options dialog where the user can select the "General/Overall" Settings
4561+#: tmp/main_window.glade.h:26
4562+msgid "<b>General</b>"
4563+msgstr "<b>Xeneral</b>"
4564+
4565+#. ## Refers to the part of the options dialog where the user can select the "General/Overall" Settings
4566+#: tmp/main_window.glade.h:28
4567+msgid "General"
4568+msgstr "Xeneral"
4569+
4570+#: tmp/main_window.glade.h:29
4571+msgid "Statistics"
4572+msgstr "Estadístiques"
4573+
4574+#: tmp/main_window.glade.h:30
4575+msgid "<b>Selected Day</b>"
4576+msgstr "<b>Día seleicionáu</b>"
4577+
4578+#: tmp/main_window.glade.h:31
4579+msgid "<b>Overall</b>"
4580+msgstr "<b>Total</b>"
4581+
4582+#: tmp/main_window.glade.h:32
4583+msgid "Exit without saving"
4584+msgstr "Colar ensin guardar"
4585
4586=== added file 'po/be.po'
4587--- po/be.po 1970-01-01 00:00:00 +0000
4588+++ po/be.po 2015-08-29 19:47:10 +0000
4589@@ -0,0 +1,1070 @@
4590+# Belarusian translation for rednotebook
4591+# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009
4592+# This file is distributed under the same license as the rednotebook package.
4593+# FIRST AUTHOR <EMAIL@ADDRESS>, 2009.
4594+#
4595+msgid ""
4596+msgstr ""
4597+"Project-Id-Version: rednotebook\n"
4598+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
4599+"POT-Creation-Date: 2013-03-31 23:00+0200\n"
4600+"PO-Revision-Date: 2010-02-18 14:57+0000\n"
4601+"Last-Translator: Iryna Nikanchuk <Unknown>\n"
4602+"Language-Team: Belarusian <be@li.org>\n"
4603+"MIME-Version: 1.0\n"
4604+"Content-Type: text/plain; charset=UTF-8\n"
4605+"Content-Transfer-Encoding: 8bit\n"
4606+"X-Launchpad-Export-Date: 2013-10-09 05:20+0000\n"
4607+"X-Generator: Launchpad (build 16799)\n"
4608+
4609+#: ../rednotebook/backup.py:55
4610+msgid "It has been a while since you made your last backup."
4611+msgstr ""
4612+
4613+#: ../rednotebook/backup.py:56
4614+msgid "You can backup your journal to a zip file to avoid data loss."
4615+msgstr ""
4616+
4617+#: ../rednotebook/backup.py:61
4618+msgid "Backup"
4619+msgstr ""
4620+
4621+#: ../rednotebook/backup.py:63
4622+msgid "Backup now"
4623+msgstr ""
4624+
4625+#: ../rednotebook/backup.py:64
4626+msgid "Ask at next start"
4627+msgstr ""
4628+
4629+#: ../rednotebook/backup.py:65
4630+msgid "Never ask again"
4631+msgstr ""
4632+
4633+#: ../rednotebook/gui/main_window.py:281
4634+msgid "Show RedNotebook"
4635+msgstr "Паказаць RedNotebook"
4636+
4637+#: ../rednotebook/gui/main_window.py:495
4638+msgid "No directory selected."
4639+msgstr ""
4640+
4641+#: ../rednotebook/gui/main_window.py:596
4642+#: ../rednotebook/gui/customwidgets.py:375
4643+msgid "Template"
4644+msgstr "Шаблён"
4645+
4646+#: ../rednotebook/gui/main_window.py:598
4647+msgid ""
4648+"Insert this weekday's template. Click the arrow on the right for more options"
4649+msgstr ""
4650+
4651+#: ../rednotebook/gui/format_menu.py:94
4652+msgid "No text or tag has been selected."
4653+msgstr ""
4654+
4655+#: ../rednotebook/gui/format_menu.py:103
4656+msgid "Bold"
4657+msgstr ""
4658+
4659+#: ../rednotebook/gui/format_menu.py:105
4660+msgid "Italic"
4661+msgstr ""
4662+
4663+#: ../rednotebook/gui/format_menu.py:107
4664+msgid "Underline"
4665+msgstr ""
4666+
4667+#: ../rednotebook/gui/format_menu.py:109
4668+msgid "Strikethrough"
4669+msgstr ""
4670+
4671+#. ## Translators: Clear format
4672+#: ../rednotebook/gui/format_menu.py:112
4673+msgid "Clear"
4674+msgstr ""
4675+
4676+#. ## Translators: Noun
4677+#: ../rednotebook/gui/format_menu.py:115
4678+msgid "_Format"
4679+msgstr ""
4680+
4681+#. ## Translators: Noun
4682+#: ../rednotebook/gui/format_menu.py:131 ../rednotebook/gui/exports.py:395
4683+msgid "Format"
4684+msgstr "Фармат"
4685+
4686+#: ../rednotebook/gui/format_menu.py:132
4687+msgid "Format the selected text or tag"
4688+msgstr ""
4689+
4690+#: ../rednotebook/gui/customwidgets.py:366
4691+msgid "Introduction"
4692+msgstr ""
4693+
4694+#: ../rednotebook/gui/customwidgets.py:378
4695+msgid "Save and insert"
4696+msgstr ""
4697+
4698+#: ../rednotebook/gui/clouds.py:79
4699+msgid "filter, these, comma, separated, words"
4700+msgstr ""
4701+
4702+#: ../rednotebook/gui/clouds.py:84
4703+msgid "mtv, spam, work, job, play"
4704+msgstr ""
4705+
4706+#: ../rednotebook/gui/clouds.py:184 ../rednotebook/gui/categories.py:52
4707+#: ../rednotebook/info.py:95 ../rednotebook/util/markup.py:140
4708+msgid "Tags"
4709+msgstr "Тэгі"
4710+
4711+#: ../rednotebook/gui/clouds.py:187 ../rednotebook/util/statistics.py:71
4712+#: ../rednotebook/util/statistics.py:84
4713+msgid "Words"
4714+msgstr "Словы"
4715+
4716+#: ../rednotebook/gui/clouds.py:246
4717+#, python-format
4718+msgid "Hide \"%s\" from clouds"
4719+msgstr ""
4720+
4721+#: ../rednotebook/gui/exports.py:51 ../rednotebook/gui/exports.py:396
4722+msgid "Export all days"
4723+msgstr ""
4724+
4725+#: ../rednotebook/gui/exports.py:53
4726+msgid "Export currently selected text"
4727+msgstr ""
4728+
4729+#: ../rednotebook/gui/exports.py:56
4730+msgid "Export currently visible day"
4731+msgstr ""
4732+
4733+#: ../rednotebook/gui/exports.py:59
4734+msgid "Export days in the selected time range"
4735+msgstr ""
4736+
4737+#: ../rednotebook/gui/exports.py:68
4738+msgid "From:"
4739+msgstr ""
4740+
4741+#: ../rednotebook/gui/exports.py:70
4742+msgid "To:"
4743+msgstr ""
4744+
4745+#: ../rednotebook/gui/exports.py:135
4746+msgid "Date format"
4747+msgstr ""
4748+
4749+#: ../rednotebook/gui/exports.py:136
4750+msgid "Leave blank to omit dates in export"
4751+msgstr ""
4752+
4753+#: ../rednotebook/gui/exports.py:138
4754+msgid "Export text and tags"
4755+msgstr ""
4756+
4757+#: ../rednotebook/gui/exports.py:139
4758+msgid "Export text only"
4759+msgstr ""
4760+
4761+#: ../rednotebook/gui/exports.py:141
4762+msgid "Export tags only"
4763+msgstr ""
4764+
4765+#: ../rednotebook/gui/exports.py:143
4766+msgid "Filter days by tags"
4767+msgstr ""
4768+
4769+#: ../rednotebook/gui/exports.py:152
4770+msgid "Available tags"
4771+msgstr ""
4772+
4773+#: ../rednotebook/gui/exports.py:153
4774+msgid "Selected tags"
4775+msgstr ""
4776+
4777+#: ../rednotebook/gui/exports.py:161
4778+msgid "Select"
4779+msgstr ""
4780+
4781+#: ../rednotebook/gui/exports.py:162
4782+msgid "Deselect"
4783+msgstr ""
4784+
4785+#: ../rednotebook/gui/exports.py:257
4786+msgid "When filtering by tags, you have to select at least one tag."
4787+msgstr ""
4788+
4789+#: ../rednotebook/gui/exports.py:281
4790+msgid "You have selected the following settings:"
4791+msgstr ""
4792+
4793+#: ../rednotebook/gui/exports.py:306
4794+msgid "Export Assistant"
4795+msgstr ""
4796+
4797+#: ../rednotebook/gui/exports.py:308
4798+msgid "Welcome to the Export Assistant."
4799+msgstr ""
4800+
4801+#: ../rednotebook/gui/exports.py:309
4802+msgid "This wizard will help you to export your journal to various formats."
4803+msgstr ""
4804+
4805+#: ../rednotebook/gui/exports.py:310
4806+msgid ""
4807+"You can select the days you want to export and where the output will be "
4808+"saved."
4809+msgstr ""
4810+
4811+#: ../rednotebook/gui/exports.py:320
4812+msgid "Select Export Format"
4813+msgstr ""
4814+
4815+#: ../rednotebook/gui/exports.py:325
4816+msgid "Select Date Range"
4817+msgstr ""
4818+
4819+#: ../rednotebook/gui/exports.py:330
4820+msgid "Select Contents"
4821+msgstr ""
4822+
4823+#: ../rednotebook/gui/exports.py:336
4824+msgid "Select Export Path"
4825+msgstr ""
4826+
4827+#: ../rednotebook/gui/exports.py:341
4828+msgid "Summary"
4829+msgstr ""
4830+
4831+#: ../rednotebook/gui/exports.py:400 ../rednotebook/gui/search.py:76
4832+msgid "Date"
4833+msgstr "Дата"
4834+
4835+#: ../rednotebook/gui/exports.py:401
4836+msgid "Export selected text only"
4837+msgstr ""
4838+
4839+#: ../rednotebook/gui/exports.py:403
4840+msgid "Start date"
4841+msgstr ""
4842+
4843+#: ../rednotebook/gui/exports.py:404
4844+msgid "End date"
4845+msgstr ""
4846+
4847+#: ../rednotebook/gui/exports.py:408
4848+msgid "Include text"
4849+msgstr ""
4850+
4851+#: ../rednotebook/gui/exports.py:409
4852+msgid "Include tags"
4853+msgstr ""
4854+
4855+#: ../rednotebook/gui/exports.py:411
4856+msgid "Filtered by tags"
4857+msgstr ""
4858+
4859+#: ../rednotebook/gui/exports.py:412
4860+msgid "Export path"
4861+msgstr ""
4862+
4863+#: ../rednotebook/gui/exports.py:415
4864+msgid "Yes"
4865+msgstr ""
4866+
4867+#: ../rednotebook/gui/exports.py:415
4868+msgid "No"
4869+msgstr ""
4870+
4871+#: ../rednotebook/gui/exports.py:465 ../rednotebook/gui/exports.py:471
4872+#, python-format
4873+msgid "Content exported to %s"
4874+msgstr ""
4875+
4876+#: ../rednotebook/gui/exports.py:521
4877+msgid "Plain Text"
4878+msgstr ""
4879+
4880+#: ../rednotebook/gui/exports.py:552
4881+msgid "requires pywebkitgtk"
4882+msgstr ""
4883+
4884+#: ../rednotebook/gui/menu.py:94
4885+msgid "_Journal"
4886+msgstr ""
4887+
4888+#: ../rednotebook/gui/menu.py:96
4889+msgid "Create a new journal. The old one will be saved"
4890+msgstr ""
4891+
4892+#: ../rednotebook/gui/menu.py:99
4893+msgid "Load an existing journal. The old journal will be saved"
4894+msgstr ""
4895+
4896+#: ../rednotebook/gui/menu.py:104
4897+msgid ""
4898+"Save journal at a new location. The old journal files will also be saved"
4899+msgstr ""
4900+
4901+#. ## Translators: Verb
4902+#. ('Import', gtk.STOCK_ADD, _('_Import'),
4903+#. None, _('Open the import assistant'), self.on_import_menu_item_activate),
4904+#. ## Translators: Verb
4905+#: ../rednotebook/gui/menu.py:110
4906+msgid "Export"
4907+msgstr "Экспарт"
4908+
4909+#: ../rednotebook/gui/menu.py:111
4910+msgid "Open the export assistant"
4911+msgstr ""
4912+
4913+#. ## Translators: Verb
4914+#: ../rednotebook/gui/menu.py:113
4915+msgid "_Backup"
4916+msgstr ""
4917+
4918+#: ../rednotebook/gui/menu.py:114
4919+msgid "Save all the data in a zip archive"
4920+msgstr ""
4921+
4922+#: ../rednotebook/gui/menu.py:115
4923+msgid "S_tatistics"
4924+msgstr ""
4925+
4926+#: ../rednotebook/gui/menu.py:116
4927+msgid "Show some statistics about the journal"
4928+msgstr ""
4929+
4930+#: ../rednotebook/gui/menu.py:118
4931+msgid "Shutdown RedNotebook. It will not be sent to the tray."
4932+msgstr ""
4933+
4934+#: ../rednotebook/gui/menu.py:121
4935+msgid "_Edit"
4936+msgstr "_Рэдагаваць"
4937+
4938+#: ../rednotebook/gui/menu.py:123
4939+msgid "Undo text or tag edits"
4940+msgstr ""
4941+
4942+#: ../rednotebook/gui/menu.py:125
4943+msgid "Redo text or tag edits"
4944+msgstr ""
4945+
4946+#: ../rednotebook/gui/menu.py:139
4947+msgid "Underline misspelled words"
4948+msgstr ""
4949+
4950+#: ../rednotebook/gui/menu.py:144
4951+msgid "_Help"
4952+msgstr "_Даведка"
4953+
4954+#: ../rednotebook/gui/menu.py:145
4955+msgid "Contents"
4956+msgstr ""
4957+
4958+#: ../rednotebook/gui/menu.py:146
4959+msgid "Open the RedNotebook documentation"
4960+msgstr ""
4961+
4962+#: ../rednotebook/gui/menu.py:147
4963+msgid "Get Help Online"
4964+msgstr ""
4965+
4966+#: ../rednotebook/gui/menu.py:148
4967+msgid "Browse answered questions or ask a new one"
4968+msgstr ""
4969+
4970+#: ../rednotebook/gui/menu.py:149
4971+msgid "Translate RedNotebook"
4972+msgstr ""
4973+
4974+#: ../rednotebook/gui/menu.py:150
4975+msgid "Connect to the Launchpad website to help translate RedNotebook"
4976+msgstr ""
4977+
4978+#: ../rednotebook/gui/menu.py:152
4979+msgid "Report a Problem"
4980+msgstr ""
4981+
4982+#: ../rednotebook/gui/menu.py:153
4983+msgid "Fill out a short form about the problem"
4984+msgstr ""
4985+
4986+#: ../rednotebook/gui/menu.py:173
4987+msgid "Wrong directory"
4988+msgstr ""
4989+
4990+#: ../rednotebook/gui/menu.py:176 ../rednotebook/journal.py:213
4991+msgid "You cannot use this directory for your journal:"
4992+msgstr ""
4993+
4994+#: ../rednotebook/gui/menu.py:180
4995+msgid "Please select an empty directory."
4996+msgstr ""
4997+
4998+#: ../rednotebook/gui/menu.py:184
4999+msgid "This directory contains no journal files:"
5000+msgstr ""
The diff has been truncated for viewing.

Subscribers

People subscribed via source and target branches

to all changes: