Localized strings that were previously unmodified

Localized strings that were previously unmodified as well as deleted
translation form strings like "stl", "gcode", etc...
This commit is contained in:
gregory-diaz 2014-02-19 17:29:11 -08:00
parent 81b566f5fe
commit fc32be16f0
4 changed files with 20 additions and 27 deletions

View file

@ -61,10 +61,10 @@ namespace MatterHackers.MatterControl.PrintQueue
//Set the name and callback function of the menu items
menuItems = new TupleList<string, Func<bool>>
{
{new LocalizedString("STL").Translated, null},
{"STL", null},
{new LocalizedString(" Import from Zip").Translated, importQueueFromZipMenu_Click},
{new LocalizedString(" Export to Zip").Translated, exportQueueToZipMenu_Click},
{new LocalizedString("GCode").Translated, null},
{"GCode", null},
{new LocalizedString(" Export to Folder").Translated, exportGCodeToFolderButton_Click},
//{" Export to SD Card", exportToSDCardButton_Click},
{new LocalizedString("Extra").Translated, null},