Changes to templates to include e-mail as a link
[biacv.git] / biacv_lang.py
1 # BiaCV language strings
2
3 ERROR_UPDATE = "Error updating"
4 ERROR_REQ_MISSING = "A required field is missing."
5 ERROR_NO_SELECTION = "No item selected."
6 ERROR_DELETE = "Error deleting"
7 ERROR_ADD = "Error adding"
8 CONFIRM = "Confirm"
9 CONFIRM_DELETE = "Are you sure you wish to delete the selected item?"
10 CONFIRM_DISCARD_SAVE = "There are unsaved changes in current document. Do you wish to discard all changes?"
11 ERROR_DATE = "There is a problem with the date range selected."
12 SAVE_TITLE = "Save File As"
13 OPEN_TITLE = "Open File"
14 OPEN_TEMPLATE_TITLE = "Choose Export Template directory"
15 ABOUT_TITLE = "About BiaCV"
16 ABOUT_TEXT = """BiaCV - A resume creator/editor
17
18 Copyright 2011 V.Harishankar <hari@harishankar.net>.
19 Licensed under the GNU GPL v3."""
20
21 BIACV_FILE_FILTER = "BiaCV document(*.biacv);;All files(*.*)"