X-Git-Url: https://harishankar.org/repos/?a=blobdiff_plain;f=biacv_lang.py;h=8f1c44c2829e1b70ea7bdec1460818c52548ff45;hb=0182823c70c5e1ddf7b8343903201a85e1885e9e;hp=cbac4acc3f52996f04eb3812c1fa11cb31576e2b;hpb=cb541b4d71d0e35448dfbd4e1cb6498e9cf876b7;p=biacv.git diff --git a/biacv_lang.py b/biacv_lang.py index cbac4ac..8f1c44c 100644 --- a/biacv_lang.py +++ b/biacv_lang.py @@ -11,10 +11,11 @@ CONFIRM_DISCARD_SAVE = "There are unsaved changes in current document. Do you wi ERROR_DATE = "There is a problem with the date range selected." SAVE_TITLE = "Save File As" OPEN_TITLE = "Open File" -EXPORT_TITLE = "Export As" OPEN_TEMPLATE_TITLE = "Choose Export Template directory" ABOUT_TITLE = "About BiaCV" ABOUT_TEXT = """BiaCV - A resume creator/editor Copyright 2011 V.Harishankar . -Licensed under the GNU GPL v3.""" \ No newline at end of file +Licensed under the GNU GPL v3.""" + +BIACV_FILE_FILTER = "BiaCV document(*.biacv);;All files(*.*)" \ No newline at end of file