Cleanup redundant files

This commit is contained in:
Chris 2017-01-17 16:31:48 +00:00
parent 762efbd978
commit 067a6f58e5
3 changed files with 0 additions and 24 deletions

View File

@ -1 +0,0 @@
AVIARY_TITLE = Aviary

View File

@ -1,10 +0,0 @@
CALENDAR_TITLE = Tweet Schedule
CALENDAR_ADDTWEET = + Add tweet
CALENDAR_DAY1 = Monday
CALENDAR_DAY2 = Tuesday
CALENDAR_DAY3 = Wednesday
CALENDAR_DAY4 = Thursday
CALENDAR_DAY5 = Friday
CALENDAR_DAY6 = Saturday
CALENDAR_DAY7 = Sunday

View File

@ -1,13 +0,0 @@
IMPORT_TITLE = Import Schedule
IMPORT_INTRO = Use this form to import an Excel workbook (.xls format only, <em>not</em> .xlsx) into your schedule. Any previously imported scheduled messages that have not yet been posted will be removed as part of the import process.
IMPORT_EXCELFILE = Excel workbook file
IMPORT_SUBMIT = Import
IMPORT_SUCCESS = Import completed successfully
IMPORT_SUMMARY = Import completed successfully
IMPORT_LONGDESC = <p>The schedule in the uploaded spreadsheet has been imported successfully. ***removed*** unposted scheduled messages were removed, and ***added*** messages were added.<p>
IMPORT_ERR_NOFILESET = No excel file selected, unable to import anything.
IMPORT_ERR_BADHANDLE = An internal file handle problem was encoutered. Please try again.
IMPORT_ERR_BADPARSER = Unable to create a spreadsheet parser object.