Completed default XHTML template for exporter
[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 ABOUT_TITLE = "About BiaCV"
15 ABOUT_TEXT = """BiaCV - A resume creator/editor
16
17 Copyright 2011 V.Harishankar <hari@harishankar.net>.
18 Licensed under the GNU GPL v3."""