|
@@ -8,7 +8,6 @@ import UM 1.1 as UM
|
|
|
Item
|
|
|
{
|
|
|
property alias open: openAction;
|
|
|
- property alias save: saveAction;
|
|
|
property alias quit: quitAction;
|
|
|
|
|
|
property alias undo: undoAction;
|
|
@@ -49,14 +48,14 @@ Item
|
|
|
{
|
|
|
id:toggleFullScreenAction
|
|
|
shortcut: StandardKey.FullScreen;
|
|
|
- text: catalog.i18nc("@action","Toggle Full Screen");
|
|
|
+ text: catalog.i18nc("@action:inmenu","Toggle Fu&ll Screen");
|
|
|
iconName: "view-fullscreen";
|
|
|
}
|
|
|
|
|
|
Action
|
|
|
{
|
|
|
id: undoAction;
|
|
|
- text: catalog.i18nc("@action","Undo");
|
|
|
+ text: catalog.i18nc("@action:inmenu","&Undo");
|
|
|
iconName: "edit-undo";
|
|
|
shortcut: StandardKey.Undo;
|
|
|
}
|
|
@@ -64,7 +63,7 @@ Item
|
|
|
Action
|
|
|
{
|
|
|
id: redoAction;
|
|
|
- text: catalog.i18nc("@action","Redo");
|
|
|
+ text: catalog.i18nc("@action:inmenu","&Redo");
|
|
|
iconName: "edit-redo";
|
|
|
shortcut: StandardKey.Redo;
|
|
|
}
|
|
@@ -72,7 +71,7 @@ Item
|
|
|
Action
|
|
|
{
|
|
|
id: quitAction;
|
|
|
- text: catalog.i18nc("@action","Quit");
|
|
|
+ text: catalog.i18nc("@action:inmenu","&Quit");
|
|
|
iconName: "application-exit";
|
|
|
shortcut: StandardKey.Quit;
|
|
|
}
|
|
@@ -80,55 +79,55 @@ Item
|
|
|
Action
|
|
|
{
|
|
|
id: preferencesAction;
|
|
|
- text: catalog.i18nc("@action","Preferences...");
|
|
|
+ text: catalog.i18nc("@action:inmenu","&Preferences...");
|
|
|
iconName: "configure";
|
|
|
}
|
|
|
|
|
|
Action
|
|
|
{
|
|
|
id: addMachineAction;
|
|
|
- text: catalog.i18nc("@action","Add Printer...");
|
|
|
+ text: catalog.i18nc("@action:inmenu","&Add Printer...");
|
|
|
}
|
|
|
|
|
|
Action
|
|
|
{
|
|
|
id: settingsAction;
|
|
|
- text: catalog.i18nc("@action","Manage Printers...");
|
|
|
+ text: catalog.i18nc("@action:inmenu","Manage Pr&inters...");
|
|
|
iconName: "configure";
|
|
|
}
|
|
|
|
|
|
Action
|
|
|
{
|
|
|
id: manageProfilesAction;
|
|
|
- text: catalog.i18nc("@action","Manage Profiles...");
|
|
|
+ text: catalog.i18nc("@action:inmenu","Manage Profiles...");
|
|
|
iconName: "configure";
|
|
|
}
|
|
|
|
|
|
Action
|
|
|
{
|
|
|
id: documentationAction;
|
|
|
- text: catalog.i18nc("@action","Show Online &Documentation");
|
|
|
+ text: catalog.i18nc("@action:inmenu","Show Online &Documentation");
|
|
|
iconName: "help-contents";
|
|
|
shortcut: StandardKey.Help;
|
|
|
}
|
|
|
|
|
|
Action {
|
|
|
id: reportBugAction;
|
|
|
- text: catalog.i18nc("@action","Report a &Bug");
|
|
|
+ text: catalog.i18nc("@action:inmenu","Report a &Bug");
|
|
|
iconName: "tools-report-bug";
|
|
|
}
|
|
|
|
|
|
Action
|
|
|
{
|
|
|
id: aboutAction;
|
|
|
- text: catalog.i18nc("@action","About...");
|
|
|
+ text: catalog.i18nc("@action:inmenu","&About...");
|
|
|
iconName: "help-about";
|
|
|
}
|
|
|
|
|
|
Action
|
|
|
{
|
|
|
id: deleteSelectionAction;
|
|
|
- text: catalog.i18nc("@action","Delete Selection");
|
|
|
+ text: catalog.i18nc("@action:inmenu","Delete &Selection");
|
|
|
iconName: "edit-delete";
|
|
|
shortcut: StandardKey.Delete;
|
|
|
}
|
|
@@ -136,7 +135,7 @@ Item
|
|
|
Action
|
|
|
{
|
|
|
id: deleteObjectAction;
|
|
|
- text: catalog.i18nc("@action","Delete Object");
|
|
|
+ text: catalog.i18nc("@action:inmenu","Delete Object");
|
|
|
iconName: "edit-delete";
|
|
|
shortcut: StandardKey.Backspace;
|
|
|
}
|
|
@@ -144,13 +143,13 @@ Item
|
|
|
Action
|
|
|
{
|
|
|
id: centerObjectAction;
|
|
|
- text: catalog.i18nc("@action","Center Object on Platform");
|
|
|
+ text: catalog.i18nc("@action:inmenu","Ce&nter Object on Platform");
|
|
|
}
|
|
|
|
|
|
Action
|
|
|
{
|
|
|
id: groupObjectsAction
|
|
|
- text: catalog.i18nc("@action","Group Objects");
|
|
|
+ text: catalog.i18nc("@action:inmenu","&Group Objects");
|
|
|
enabled: UM.Scene.numObjectsSelected > 1 ? true: false
|
|
|
iconName: "object-group"
|
|
|
}
|
|
@@ -158,7 +157,7 @@ Item
|
|
|
Action
|
|
|
{
|
|
|
id: unGroupObjectsAction
|
|
|
- text: catalog.i18nc("@action","Ungroup Objects");
|
|
|
+ text: catalog.i18nc("@action:inmenu","Ungroup Objects");
|
|
|
enabled: UM.Scene.isGroupSelected
|
|
|
iconName: "object-ungroup"
|
|
|
}
|
|
@@ -166,7 +165,7 @@ Item
|
|
|
Action
|
|
|
{
|
|
|
id: mergeObjectsAction
|
|
|
- text: catalog.i18nc("@action","Merge Objects");
|
|
|
+ text: catalog.i18nc("@action:inmenu","&Merge Objects");
|
|
|
enabled: UM.Scene.numObjectsSelected > 1 ? true: false
|
|
|
iconName: "merge";
|
|
|
}
|
|
@@ -174,56 +173,48 @@ Item
|
|
|
Action
|
|
|
{
|
|
|
id: multiplyObjectAction;
|
|
|
- text: catalog.i18nc("@action","Duplicate Object");
|
|
|
+ text: catalog.i18nc("@action:inmenu","&Duplicate Object");
|
|
|
iconName: "edit-duplicate"
|
|
|
}
|
|
|
|
|
|
Action
|
|
|
{
|
|
|
id: deleteAllAction;
|
|
|
- text: catalog.i18nc("@action","Clear Build Platform");
|
|
|
+ text: catalog.i18nc("@action:inmenu","&Clear Build Platform");
|
|
|
iconName: "edit-delete";
|
|
|
}
|
|
|
|
|
|
Action
|
|
|
{
|
|
|
id: reloadAllAction;
|
|
|
- text: catalog.i18nc("@action","Reload All Objects");
|
|
|
+ text: catalog.i18nc("@action:inmenu","Re&load All Objects");
|
|
|
iconName: "document-revert";
|
|
|
}
|
|
|
|
|
|
Action
|
|
|
{
|
|
|
id: resetAllTranslationAction;
|
|
|
- text: catalog.i18nc("@action","Reset All Object Positions");
|
|
|
+ text: catalog.i18nc("@action:inmenu","Reset All Object Positions");
|
|
|
}
|
|
|
|
|
|
Action
|
|
|
{
|
|
|
id: resetAllAction;
|
|
|
- text: catalog.i18nc("@action","Reset All Object Transformations");
|
|
|
+ text: catalog.i18nc("@action:inmenu","Reset All Object &Transformations");
|
|
|
}
|
|
|
|
|
|
Action
|
|
|
{
|
|
|
id: openAction;
|
|
|
- text: catalog.i18nc("@action","Open File");
|
|
|
+ text: catalog.i18nc("@action:inmenu","&Open File...");
|
|
|
iconName: "document-open";
|
|
|
shortcut: StandardKey.Open;
|
|
|
}
|
|
|
|
|
|
- Action
|
|
|
- {
|
|
|
- id: saveAction;
|
|
|
- text: catalog.i18nc("@action","Save...");
|
|
|
- iconName: "document-save";
|
|
|
- shortcut: StandardKey.Save;
|
|
|
- }
|
|
|
-
|
|
|
Action
|
|
|
{
|
|
|
id: showEngineLogAction;
|
|
|
- text: catalog.i18nc("@action","Show Engine &Log...");
|
|
|
+ text: catalog.i18nc("@action:inmenu","Show Engine &Log...");
|
|
|
iconName: "view-list-text";
|
|
|
}
|
|
|
}
|