Commit | Line | Data |
---|---|---|
1 | statusBar=Editor | |
2 | statusBarHelp=Help | |
3 | statusBarSave=Save CSV | |
4 | statusBarOpen=Open CSV | |
5 | statusBarMenu=Menu | |
6 | ||
7 | renameRowInputTitle=Rename Row | |
8 | renameRowInputCaption=New row name? | |
9 | renameColumnInputTitle=Rename Column | |
10 | renameColumnInputCaption=New column name? | |
11 | ||
12 | errorDialogTitle=Error | |
13 | errorReadingFile=Error reading file: {0} | |
14 | errorOpeningFileDialog=Error opening file dialog: {0} | |
15 | errorSavingFile=Error saving file: {0} |