summaryrefslogtreecommitdiff
path: root/sfx2/source/doc/templatedlg.src
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2014-02-07 12:10:47 +0100
committerJan Holesovsky <kendy@collabora.com>2014-02-07 12:11:50 +0100
commitb29c078c7f193dd7dae74baf89fe1abb9264239c (patch)
tree3cdcfd16017f0be34f4e17ca3fd4f60f1b038fac /sfx2/source/doc/templatedlg.src
parentbd20500cf3d88d0bd81d7e57df01b0130e7166f6 (diff)
Convert template manager dialog to .ui + adapt code.
Change-Id: I854abb47c2d22206ed5581373b3e841f221672e3
Diffstat (limited to 'sfx2/source/doc/templatedlg.src')
-rw-r--r--sfx2/source/doc/templatedlg.src392
1 files changed, 0 insertions, 392 deletions
diff --git a/sfx2/source/doc/templatedlg.src b/sfx2/source/doc/templatedlg.src
deleted file mode 100644
index aefd7619c8ef..000000000000
--- a/sfx2/source/doc/templatedlg.src
+++ /dev/null
@@ -1,392 +0,0 @@
-/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
-/*
- * This file is part of the LibreOffice project.
- *
- * 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 [ x-comment ] = "leave ending space";
- Text [ en-US ] = "Reset Default Template ";
-};
-
-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";
-};
-
-String STR_MSG_ERROR_LOCAL_MOVE
-{
- Text [ en-US ] = "Error moving the following templates to $1.\n$2" ;
-};
-
-String STR_MSG_ERROR_REMOTE_MOVE
-{
- Text [ en-US ] = "Error moving the following templates from repository $1 to folder $2.\n$3" ;
-};
-
-String STR_MSG_ERROR_EXPORT
-{
- Text [ en-US ] = "Error exporting the following templates:\n$1";
-};
-
-String STR_MSG_ERROR_IMPORT
-{
- Text [ en-US ] = "Error importing the following templates to $1:\n$2";
-};
-
-String STR_MSG_ERROR_DELETE_TEMPLATE
-{
- Text [ en-US ] = "The following templates cannot be deleted:\n$1";
-};
-
-String STR_MSG_ERROR_DELETE_FOLDER
-{
- Text [ en-US ] = "The following folders cannot be deleted:\n$1";
-};
-
-String STR_MSG_ERROR_REPOSITORY_NAME
-{
- Text [ en-US ] = "Failed to create repository \"$1\".\nA repository with this name may already exist.";
-};
-
-String STR_MSG_ERROR_SELECT_FOLDER
-{
- Text [ en-US ] = "Select the destination folder(s) to save the template.";
-};
-
-String STR_INPUT_TEMPLATE_NEW
-{
- Text [ en-US ] = "Enter template name:";
-};
-
-String STR_QMSG_SEL_FOLDER_DELETE
-{
- Text [ en-US ] = "Do you want to delete the selected folders?";
-};
-
-String STR_QMSG_TEMPLATE_OVERWRITE
-{
- Text [ en-US ] = "A template named $1 already exist in $2. Do you want to overwrite it?";
-};
-
-String STR_QMSG_SEL_TEMPLATE_DELETE
-{
- Text [ en-US ] = "Do you want to delete the selected templates?";
-};
-
-TabPage TAB_TEMPLATE_MANAGER
-{
- Size = MAP_APPFONT( 290, 220 );
- Hide = TRUE;
-
- Control TEMPLATE_VIEW
- {
- Pos = MAP_APPFONT( 0, 20 );
- Size = MAP_APPFONT( 290, 200 );
- TabStop = TRUE;
- };
-
- ToolBox TBX_ACTION_VIEW
- {
- SVLook = TRUE ;
- TabStop = TRUE ;
- Pos = MAP_APPFONT ( 4 , 0 ) ;
-
- ItemList =
- {
- ToolBoxItem
- {
- Identifier = TBI_TEMPLATE_REPOSITORY;
- Text [ en-US ] = "Repository";
-
- ItemImage = Image
- {
- ImageBitmap = Bitmap { File = "actionview026.png" ; };
- };
- };
-
- ToolBoxItem
- {
- Identifier = TBI_TEMPLATE_IMPORT ;
- Hide = TRUE;
- Text [ en-US ] = "Import" ;
-
- ItemImage = Image
- {
- ImageBitmap = Bitmap { File = "actionview010.png" ; };
- };
- };
-
- ToolBoxItem
- {
- Identifier = TBI_TEMPLATE_FOLDER_DEL;
- Hide = TRUE;
- Text [ en-US ] = "Delete";
-
- ItemImage = Image
- {
- ImageBitmap = Bitmap { File = "actionview025.png" ; };
- };
- };
-
- ToolBoxItem
- {
- Identifier = TBI_TEMPLATE_SAVE;
- Hide = TRUE;
- Text [ en-US ] = "Save";
-
- ItemImage = Image
- {
- ImageBitmap = Bitmap { File = "actionview028.png" ; };
- };
- };
-
- ToolBoxItem
- {
- Identifier = TBI_TEMPLATE_FOLDER_NEW;
- Text [ en-US ] = "New folder";
-
- ItemImage = Image
- {
- ImageBitmap = Bitmap { File = "actionview029.png"; };
- };
- };
- };
- };
-
- ToolBox TBX_ACTION_ACTION
- {
- SVLook = TRUE ;
- Pos = MAP_APPFONT ( 4 , 0 ) ;
-
- ItemList =
- {
- ToolBoxItem
- {
- Identifier = TBI_TEMPLATE_SEARCH;
- Text [en-US] = "Search";
-
- ItemImage = Image
- {
- ImageBitmap = Bitmap { File = "actionaction012.png" ; };
- };
- };
-
- ToolBoxItem
- {
- Identifier = TBI_TEMPLATE_ACTION;
- Text [en-US] = "Action Menu";
-
- ItemImage = Image
- {
- ImageBitmap = Bitmap { File = "actionaction013.png" ; };
- };
- };
-
- ToolBoxItem
- {
- Identifier = TBI_TEMPLATE_LINK;
- Text [en-US] = "Get more templates for %PRODUCTNAME";
-
- ItemImage = Image
- {
- ImageBitmap = Bitmap { File = "actionview010.png" ; };
- };
- };
- };
- };
-
- ToolBox TBX_ACTION_TEMPLATES
- {
- SVLook = TRUE ;
- TabStop = TRUE ;
- Pos = MAP_APPFONT ( 4 , 0 ) ;
- Hide = TRUE;
-
- ItemList =
- {
- ToolBoxItem
- {
- Identifier = TBI_TEMPLATE_SAVE;
- Hide = TRUE;
- Text [ en-US ] = "Save";
-
- ItemImage = Image
- {
- ImageBitmap = Bitmap { File = "actionview028.png" ; };
- };
- };
-
- ToolBoxItem
- {
- Identifier = TBI_TEMPLATE_OPEN;
- Text [ en-US ] = "Open";
-
- ItemImage = Image
- {
- ImageBitmap = Bitmap { File = "actionview030.png"; };
- };
- };
-
- ToolBoxItem
- {
- Identifier = TBI_TEMPLATE_EDIT;
- Text [ en-US ] = "Edit";
-
- ItemImage = Image
- {
- ImageBitmap = Bitmap { File = "actiontemplates019.png" ; };
- };
- };
-
- ToolBoxItem
- {
- Identifier = TBI_TEMPLATE_PROPERTIES;
- Text [ en-US ] = "Properties";
-
- ItemImage = Image
- {
- ImageBitmap = Bitmap { File = "actiontemplates016.png" ; };
- };
- };
-
- ToolBoxItem
- {
- Identifier = TBI_TEMPLATE_DEFAULT;
- Text [ en-US ] = "Set as default";
-
- ItemImage = Image
- {
- ImageBitmap = Bitmap { File = "actiontemplates015.png" ; };
- };
- };
-
- ToolBoxItem
- {
- Identifier = TBI_TEMPLATE_MOVE;
- Text [ en-US ] = "Move to folder" ;
-
- ItemImage = Image
- {
- ImageBitmap = Bitmap { File = "actiontemplates017.png" ; };
- };
- };
-
- ToolBoxItem
- {
- Identifier = TBI_TEMPLATE_EXPORT;
- Text [ en-US ] = "Export";
-
- ItemImage = Image
- {
- ImageBitmap = Bitmap { File = "actiontemplates020.png" ; };
- };
- };
-
- ToolBoxItem
- {
- Identifier = TBI_TEMPLATE_DELETE;
- Text [ en-US ] = "Delete";
-
- ItemImage = Image
- {
- ImageBitmap = Bitmap { File = "actiontemplates018.png" ; };
- };
- };
- };
- };
-
- Image IMG_ACTION_SORT
- {
- ImageBitmap = Bitmap
- {
- File = "sortascending.png";
- };
- };
-
- Image IMG_ACTION_REFRESH
- {
- ImageBitmap = Bitmap
- {
- File = "reload.png";
- };
- };
-};
-
-ModelessDialog DLG_TEMPLATE_MANAGER
-{
- OutputSize = TRUE;
- SVLook = TRUE;
- Moveable = TRUE;
- Closeable = TRUE;
- Sizeable = TRUE;
- Hide = TRUE;
- Size = MAP_APPFONT ( 290 , 250 );
- Text [en-US] = "Template Manager";
-
- TabControl TAB_CONTROL
- {
- OutputSize = TRUE;
- Size = MAP_APPFONT( 290, 250 );
- Pos = MAP_APPFONT( 0, 0 );
- PageList =
- {
- PageItem
- {
- Identifier = FILTER_DOCS;
- Text [ en-US ] = "Documents";
- };
- PageItem
- {
- Identifier = FILTER_SHEETS;
- Text [ en-US ] = "Spreadsheets";
- };
- PageItem
- {
- Identifier = FILTER_PRESENTATIONS;
- Text [ en-US ] = "Presentations";
- };
- PageItem
- {
- Identifier = FILTER_DRAWS;
- Text [ en-US ] = "Drawings";
- };
- };
- };
-
-};
-
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */