build fix
[LibreOffice.git] / fpicker / source / office / iodlg.src
blobfa1aa8456f860a12c1c391cf6d39ec992c06af23
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/helpid.hrc"
21 #include "svtools/svtools.hrc"
22 #include "iodlg.hrc"
23 #include "OfficeFilePicker.hrc"
25 // image lists ***************************************************************
27 ImageList RID_FILEPICKER_IMAGES
29     Prefix = "fp";
30     IdList =
31     {
32         IMG_FILEDLG_BTN_UP;
33         IMG_FILEDLG_BTN_STD;
34         IMG_FILEDLG_CREATEFOLDER;
35         IMG_FILEDLG_PLACE_LOCAL;
36         IMG_FILEDLG_PLACE_REMOTE;
37     };
38     IdCount =
39     {
40         5;
41     };
44 // strings *******************************************************************
46 String STR_EXPLORERFILE_OPEN
48     Text [ en-US ] = "Open" ;
50 String STR_EXPLORERFILE_SAVE
52     Text [ en-US ] = "Save as" ;
54 String STR_EXPLORERFILE_BUTTONSAVE
56     Text [ en-US ] = "~Save" ;
58 String STR_PATHNAME
60     Text [ en-US ] = "~Path:" ;
62 String STR_PATHSELECT
64     Text [ en-US ] = "Select path" ;
66 String STR_BUTTONSELECT
68     Text [ en-US ] = "~Select";
70 String STR_ACTUALVERSION
72     Text [ en-US ] = "Current version";
74 String STR_PREVIEW
76     Text [ en-US ] = "File Preview";
78 String STR_DEFAULT_DIRECTORY
80     Text [ en-US ] = "My Documents" ;
82 String STR_PLACES_TITLE
84     Text [ en-US ] = "Places" ;
87 String RID_FILEOPEN_NOTEXISTENTFILE
89     Text [ en-US ] = "The file $name$ does not exist.\nMake sure you have entered the correct file name.";
92 String STR_FILTERNAME_ALL
94     Text [ en-US ] = "All files" ;
97 String STR_SVT_ALREADYEXISTOVERWRITE
99     Text [ en-US ] = "A file named \"$filename$\" already exists.\n\nDo you want to replace it?" ;
102 String STR_SVT_DELETESERVICE
104     Text [ en-US ] = "Are you sure you want to delete the service?\n\"$servicename$\"" ;
107 String STR_SVT_ROOTLABEL
109     Text [ en-US ] = "Root" ;
112 String STR_SVT_NEW_FOLDER
114     Text [ en-US ] = "Folder" ;
117 String STR_SVT_NOREMOVABLEDEVICE
119     Text [ en-US ] = "No removable storage device detected.\nMake sure it is plugged in properly and try again." ;
122 //******************************************************************** EOF
124 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */