xref: /core/include/fpicker/strings.hrc (revision 426c641976688e3e4d1ce66f76b27ccbd2dca55a)
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#ifndef INCLUDED_FPICKER_FPICKER_HRC
10#define INCLUDED_FPICKER_FPICKER_HRC
11
12#define NC_(Context, String) TranslateId(Context, u8##String)
13
14#define STR_SVT_FILEPICKER_AUTO_EXTENSION           NC_("STR_SVT_FILEPICKER_AUTO_EXTENSION", "~Automatic file name extension")
15#define STR_SVT_FILEPICKER_PASSWORD                 NC_("STR_SVT_FILEPICKER_PASSWORD", "Save with pass~word")
16//dear loplugins, please don't remove this constant, it will be used in follow-up commits
17#define STR_SVT_FILEPICKER_GPGENCRYPT               NC_("STR_SVT_FILEPICKER_GPGENCRYPT", "Encrypt with ~GPG key")
18#define STR_SVT_FILEPICKER_GPGSIGN                  NC_("STR_SVT_FILEPICKER_GPGSIGN", "Sign with ~default certificate")
19#define STR_SVT_FILEPICKER_FILTER_OPTIONS           NC_("STR_SVT_FILEPICKER_FILTER_OPTIONS", "~Edit filter settings")
20#define STR_SVT_FILEPICKER_READONLY                 NC_("STR_SVT_FILEPICKER_READONLY", "~Read-only")
21#define STR_SVT_FILEPICKER_INSERT_AS_LINK           NC_("STR_SVT_FILEPICKER_INSERT_AS_LINK", "~Link")
22#define STR_SVT_FILEPICKER_SHOW_PREVIEW             NC_("STR_SVT_FILEPICKER_SHOW_PREVIEW", "Pr~eview")
23#define STR_SVT_FILEPICKER_PLAY                     NC_("STR_SVT_FILEPICKER_PLAY", "~Play")
24#define STR_SVT_FILEPICKER_VERSION                  NC_("STR_SVT_FILEPICKER_VERSION", "~Version:")
25#define STR_SVT_FILEPICKER_TEMPLATES                NC_("STR_SVT_FILEPICKER_TEMPLATES", "S~tyles:")
26#define STR_SVT_FILEPICKER_IMAGE_TEMPLATE           NC_("STR_SVT_FILEPICKER_IMAGE_TEMPLATE", "Style:")
27#define STR_SVT_FILEPICKER_IMAGE_ANCHOR             NC_("STR_SVT_FILEPICKER_IMAGE_ANCHOR", "A~nchor:")
28#define STR_SVT_FILEPICKER_SELECTION                NC_("STR_SVT_FILEPICKER_SELECTION", "~Selection")
29#define STR_SVT_FILEPICKER_FILTER_TITLE             NC_("STR_SVT_FILEPICKER_FILTER_TITLE", "File ~type:")
30#define STR_SVT_FOLDERPICKER_DEFAULT_TITLE          NC_("STR_SVT_FOLDERPICKER_DEFAULT_TITLE", "Select Path")
31#define STR_SVT_FOLDERPICKER_DEFAULT_DESCRIPTION    NC_("STR_SVT_FOLDERPICKER_DEFAULT_DESCRIPTION", "Please select a folder.")
32#define STR_SVT_ALREADYEXISTOVERWRITE               NC_("STR_SVT_ALREADYEXISTOVERWRITE", "A file named \"$filename$\" already exists.\n\nDo you want to replace it?")
33#define STR_SVT_ALREADYEXISTOVERWRITE_SECONDARY     NC_("STR_SVT_ALREADYEXISTOVERWRITE_SECONDARY", "The file already exists in \"$dirname$\". Replacing it will overwrite its contents.")
34#define STR_SVT_ALLFORMATS                          NC_("STR_SVT_ALLFORMATS", "All Formats")
35#define STR_SVT_DELETESERVICE                       NC_("STR_SVT_DELETESERVICE", "Are you sure you want to delete the service?\n\"$servicename$\"")
36#define STR_SVT_ROOTLABEL                           NC_("STR_SVT_ROOTLABEL", "Root")
37#define STR_FILTERNAME_ALL                          NC_("STR_FILTERNAME_ALL", "All files")
38#define STR_FILEDLG_OPEN                            NC_("STR_FILEDLG_OPEN", "Open")
39#define STR_FILEDLG_TYPE                            NC_("STR_FILEDLG_TYPE", "File ~type")
40#define STR_FILEDLG_SAVE                            NC_("STR_FILEDLG_SAVE", "Save")
41
42#define STR_FILESAVE_AUTOEXTENSION                  NC_("STR_FILESAVE_AUTOEXTENSION", "Automatically adds the file extension to the end of the file name that corresponds to the selected file type.")
43#define STR_FILESAVE_SAVEWITHPASSWORD               NC_("STR_FILESAVE_SAVEWITHPASSWORD", "Protects the file with a password that must be entered before a user can open the file.")
44#define STR_FILESAVE_CUSTOMIZEFILTER                NC_("STR_FILESAVE_CUSTOMIZEFILTER", "Allows you to set the spreadsheet saving options for some types of data files.")
45#define STR_FILEOPEN_READONLY                       NC_("STR_FILEOPEN_READONLY", "Opens the file in read-only mode.")
46#define STR_FILEDLG_LINK_CB                         NC_("STR_FILEDLG_LINK_CB", "Inserts the selected graphic file as a link.")
47#define STR_FILEDLG_PREVIEW_CB                      NC_("STR_FILEDLG_PREVIEW_CB", "Displays a preview of the selected graphic file.")
48#define STR_FILESAVE_DOPLAY                         NC_("STR_FILESAVE_DOPLAY", "Plays the selected sound file. Click again to stop playing the sound file.")
49#define STR_FILEOPEN_VERSION                        NC_("STR_FILEOPEN_VERSION", "If there are multiple versions of the selected file, select the version that you want to open.")
50#define STR_FILESAVE_TEMPLATE                       NC_("STR_FILESAVE_TEMPLATE", "Select the paragraph style or outline level that you want to use to separate the source document into sub-documents.")
51#define STR_FILEOPEN_IMAGE_TEMPLATE                 NC_("STR_FILEOPEN_IMAGE_TEMPLATE", "Select the frame style for the graphic.")
52#define STR_FILEOPEN_IMAGE_ANCHOR                   NC_("STR_FILEOPEN_IMAGE_ANCHOR", "Select the frame style for the graphic.")
53#define STR_FILESAVE_SELECTION                      NC_("STR_FILESAVE_SELECTION", "Exports only the selected graphic objects in %PRODUCTNAME Draw and Impress to another format. If this box is not checked, the entire document is exported.")
54
55#endif
56/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
57