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