Bump version to 5.0-14
[LibreOffice.git] / svtools / source / contnr / svcontnr.src
blob9e4e807a2f93c2be80ab35b26e01a03043bb7612
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
5  * This Source Code Form is subject to the terms of the Mozilla Public
6  * License, v. 2.0. If a copy of the MPL was not distributed with this
7  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
11  *   Licensed to the Apache Software Foundation (ASF) under one or more
12  *   contributor license agreements. See the NOTICE file distributed
13  *   with this work for additional information regarding copyright
14  *   ownership. The ASF licenses this file to you under the Apache
15  *   License, Version 2.0 (the "License"); you may not use this file
16  *   except in compliance with the License. You may obtain a copy of
17  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
18  */
20 #include <svtools/svtools.hrc>
22 Image RID_IMG_TREENODE_COLLAPSED
24     ImageBitmap = Bitmap { File = "plus.png"; } ;
25     MaskColor = Color { Red = 0xFF00; Green = 0x0000; Blue = 0xFF00; };
28 Image RID_IMG_TREENODE_EXPANDED
30     ImageBitmap = Bitmap { File = "minus.png"; } ;
31     MaskColor = Color { Red = 0xFF00; Green = 0x0000; Blue = 0xFF00; };
34 // descriptions of accessible objects
36 String STR_SVT_ACC_DESC_TABLISTBOX
38     Text [ en-US ] = "Row: %1, Column: %2";
41 String STR_SVT_ACC_DESC_FILEVIEW
43     Text [ en-US ] = ", Type: %1, URL: %2";
46 String STR_SVT_ACC_DESC_FOLDER
48     Text [ en-US ] = "Folder";
51 String STR_SVT_ACC_DESC_FILE
53     Text [ en-US ] = "File";
56 String STR_SVT_ACC_EMPTY_FIELD
58     Text [ en-US ] = "Empty Field";
61 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */