/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* * 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 [ 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?"; }; 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, 22 ); 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"; }; }; }; Control TEMPLATE_VIEW { 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"; }; }; Control TOOLBARS { Size = MAP_APPFONT( 290 , 16 ); TabStop = False; }; 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" ; }; }; }; }; }; ToolBox TBX_ACTION_TEMPLATES { SVLook = TRUE ; TabStop = TRUE ; Pos = MAP_APPFONT ( 4 , 0 ) ; Hide = TRUE; ItemList = { 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" ; }; }; }; }; }; }; /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ ntu/oneiric-3.4-all LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/icon-themes/elementary/cmd/sc_pushbutton.png
AgeCommit message (Collapse)Author
2018-09-24Remove accidental addition of executable bit under icon-themes/*Adolfo Jayme Barrientos
Change-Id: I6a2bcdd8403494490a44c11179bf87411f73d32a
2018-09-24elementary: improve many icons, add more 32 pxRizal Muttaqin
Change-Id: I28f0e7b964a229320ede7accfd3a98e35ef113b6 Reviewed-on: https://gerrit.libreoffice.org/60920 Tested-by: Jenkins Reviewed-by: andreas_kainz <kainz.a@gmail.com>
2018-09-18Elementary:+more 32 px, icon with darker tone, etcRizal Muttaqin
Change-Id: I5490787d772a56f43f38cc8a548a92a683273142 Reviewed-on: https://gerrit.libreoffice.org/60296 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2017-12-11Elementary-icons 1.0 beta releaseandreas kainz
Change-Id: Ie1e82545d7e6374acaab17470c0d84383a82ec8c Reviewed-on: https://gerrit.libreoffice.org/46174 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: andreas_kainz <kainz.a@gmail.com>