/* * Copyright 2012 LibreOffice contributors. * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "doc.hrc" #include "templatedlg.hrc" #include "helpid.hrc" String STR_ACTION_SORT_NAME { Text [ en-US ] = "Sort by name"; }; String STR_ACTION_REFRESH { Text [ en-US ] = "Refresh"; }; String STR_ACTION_DEFAULT { Text [ en-US ] = "Reset Default Template "; /* leave ending space */ }; String STR_MOVE_NEW { Text [ en-US ] = "New folder"; }; String STR_INPUT_NEW { Text [ en-US ] = "Enter folder name:"; }; String STR_REPOSITORY_LOCAL { Text [ en-US ] = "Local"; }; String STR_REPOSITORY_NEW { Text [ en-US ] = "New Repository"; }; ModelessDialog DLG_TEMPLATE_MANAGER { HelpId = CMD_SID_TEMPLATE_MANAGER; OutputSize = TRUE; SVLook = TRUE; Moveable = TRUE; Closeable = TRUE; Hide = TRUE; Size = MAP_APPFONT ( 290 , 250 ); Text [en-US] = "Template Manager"; PushButton BTN_SELECT_ALL { Pos = MAP_APPFONT(10,5); Size = MAP_APPFONT(50,14); TabStop = TRUE; DefButton = TRUE; Text [en-US] = "All"; }; PushButton BTN_SELECT_DOCS { Pos = MAP_APPFONT(60,5); Size = MAP_APPFONT(50,14); TabStop = TRUE; Text [en-US] = "Documents"; }; PushButton BTN_SELECT_PRESENTATIONS { Pos = MAP_APPFONT(110,5); Size = MAP_APPFONT(50,14); TabStop = TRUE; Text [en-US] = "Presentations"; }; PushButton BTN_SELECT_SHEETS { Pos = MAP_APPFONT(160,5); Size = MAP_APPFONT(50,14); TabStop = TRUE; Text [en-US] = "Spreedsheets"; }; PushButton BTN_SELECT_DRAWS { Pos = MAP_APPFONT(210,5); Size = MAP_APPFONT(50,14); TabStop = TRUE; Text [en-US] = "Drawings"; }; ImageButton BTN_SELECTION_MODE { Pos = MAP_APPFONT(260,5); Size = MAP_APPFONT(20,14); TabStop = TRUE; ButtonImage = Image { ImageBitmap = Bitmap { File = "select.png" ; }; }; QuickHelpText [en-US] = "Enables selecting items by just clicking in the thumbnail or title."; }; PushButton BTN_TEMPLATE_CLOSE { Size = MAP_APPFONT(50,14); TabStop = TRUE; Text [en-US] = "Close"; }; Control TEMPLATE_VIEW { Pos = MAP_APPFONT(5,30); Size = MAP_APPFONT(280,220); TabStop = TRUE; }; Image IMG_ACTION_SORT { ImageBitmap = Bitmap { File = "sortascending.png"; }; }; Image IMG_ACTION_REFRESH { ImageBitmap = Bitmap { File = "reload.png"; }; }; ToolBox TBX_ACTION_VIEW { SVLook = TRUE ; TabStop = TRUE ; Pos = MAP_APPFONT ( 4 , 22 ) ; ItemList = { ToolBoxItem { Identifier = TBI_TEMPLATE_REPOSITORY; Text [ en-US ] = "Repository"; }; ToolBoxItem { Identifier = TBI_TEMPLATE_IMPORT ; Hide = TRUE; Text [ en-US ] = "Import" ; ItemImage = Image { ImageBitmap = Bitmap { File = "import.png" ; }; }; }; ToolBoxItem { Identifier = TBI_TEMPLATE_FOLDER_DEL; Hide = TRUE; Text [ en-US ] = "Delete"; }; }; }; ToolBox TBX_ACTION_ACTION { SVLook = TRUE ; TabStop = TRUE ; Pos = MAP_APPFONT ( 4 , 22 ) ; ItemList = { ToolBoxItem { Identifier = TBI_TEMPLATE_SEARCH; Text [en-US] = "Search"; ItemImage = Image { ImageBitmap = Bitmap { File = "search.png" ; }; }; }; ToolBoxItem { Identifier = TBI_TEMPLATE_ACTION; Text [en-US] = "Action Menu"; ItemImage = Image { ImageBitmap = Bitmap { File = "exec_action.png" ; }; }; }; }; }; ToolBox TBX_ACTION_TEMPLATES { SVLook = TRUE ; TabStop = TRUE ; Pos = MAP_APPFONT ( 4 , 22 ) ; Hide = TRUE; ItemList = { ToolBoxItem { Identifier = TBI_TEMPLATE_EDIT; Text [ en-US ] = "Edit"; }; ToolBoxItem { Identifier = TBI_TEMPLATE_PROPERTIES; Text [ en-US ] = "Properties"; }; ToolBoxItem { Identifier = TBI_TEMPLATE_DEFAULT; Text [ en-US ] = "Set as default"; }; ToolBoxItem { Identifier = TBI_TEMPLATE_MOVE; Text [ en-US ] = "Move to folder" ; }; ToolBoxItem { Identifier = TBI_TEMPLATE_DELETE; Text [ en-US ] = "Delete"; }; }; }; };