Bump version to 24.04.3.4
[LibreOffice.git] / filter / inc / strings.hrc
blob3fd8333521949b75ada5af79eb03c0e5fe9183c1
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 #pragma once
22 #include <rtl/ustring.hxx>
23 #include <unotools/resmgr.hxx>
25 #define NC_(Context, String) TranslateId(Context, u8##String)
26 #define NNC_(Context, StringSingular, StringPlural) TranslateNId(Context, reinterpret_cast<char const *>(u8##StringSingular), reinterpret_cast<char const *>(u8##StringPlural))
28 #define STR_UNKNOWN_APPLICATION                 NC_("STR_UNKNOWN_APPLICATION", "Unknown")
29 #define STR_IMPORT_ONLY                         NC_("STR_IMPORT_ONLY", "import filter")
30 #define STR_IMPORT_EXPORT                       NC_("STR_IMPORT_EXPORT", "import/export filter")
31 #define STR_EXPORT_ONLY                         NC_("STR_EXPORT_ONLY", "export filter")
32 #define STR_WARN_DELETE                         NC_("STR_WARN_DELETE", "Do you really want to delete the XML Filter '%s'? This action cannot be undone.")
33 #define STR_ERROR_FILTER_NAME_EXISTS            NC_("STR_ERROR_FILTER_NAME_EXISTS", "An XML filter with the name '%s' already exists. Please enter a different name.")
34 #define STR_ERROR_TYPE_NAME_EXISTS              NC_("STR_ERROR_TYPE_NAME_EXISTS", "The name for the user interface '%s1' is already used by the XML filter '%s2'. Please enter a different name.")
35 #define STR_ERROR_EXPORT_XSLT_NOT_FOUND         NC_("STR_ERROR_EXPORT_XSLT_NOT_FOUND", "The XSLT for export cannot be found. Please enter a valid path.")
36 #define STR_ERROR_IMPORT_XSLT_NOT_FOUND         NC_("STR_ERROR_IMPORT_XSLT_NOT_FOUND", "The XSLT for import cannot be found. Please enter a valid path.")
37 #define STR_ERROR_IMPORT_TEMPLATE_NOT_FOUND     NC_("STR_ERROR_IMPORT_TEMPLATE_NOT_FOUND", "The given import template cannot be found. Please enter a valid path.")
38 #define STR_DEFAULT_FILTER_NAME                 NC_("STR_DEFAULT_FILTER_NAME", "New Filter")
39 #define STR_DEFAULT_UI_NAME                     NC_("STR_DEFAULT_UI_NAME", "Untitled")
40 #define STR_UNDEFINED_FILTER                    NC_("STR_UNDEFINED_FILTER", "undefined filter")
41 #define STR_FILTER_HAS_BEEN_SAVED               NC_("STR_FILTER_HAS_BEEN_SAVED", "The XML filter '%s' has been saved as package '%s'. ")
42 #define STR_FILTERS_HAVE_BEEN_SAVED             NC_("STR_FILTERS_HAVE_BEEN_SAVED", "%s XML filters have been saved in the package '%s'.")
43 #define STR_FILTER_PACKAGE                      NC_("STR_FILTER_PACKAGE", "XSLT filter package")
44 #define STR_FILTER_INSTALLED                    NC_("STR_FILTER_INSTALLED", "The XML filter '%s' has been installed successfully.")
45 #define STR_FILTERS_INSTALLED                   NC_("STR_FILTERS_INSTALLED", "%s XML filters have been installed successfully.")
46 #define STR_NO_FILTERS_FOUND                    NC_("STR_NO_FILTERS_FOUND", "No XML filter could be installed because the package '%s' does not contain any XML filters.")
47 #define STR_XML_FILTER_LISTBOX                  NC_("STR_XML_FILTER_LISTBOX", "XML Filter List")
49 #define T602FILTER_STR_IMPORT_DIALOG_TITLE      NC_("T602FILTER_STR_IMPORT_DIALOG_TITLE", "Settings for T602 import")
50 #define T602FILTER_STR_ENCODING_LABEL           NC_("T602FILTER_STR_ENCODING_LABEL", "Encoding")
51 #define T602FILTER_STR_ENCODING_AUTO            NC_("T602FILTER_STR_ENCODING_AUTO", "Automatic")
52 #define T602FILTER_STR_ENCODING_CP852           NC_("T602FILTER_STR_ENCODING_CP852", "CP852 (Latin2)")
53 #define T602FILTER_STR_ENCODING_CP895           NC_("T602FILTER_STR_ENCODING_CP895", "CP895 (KEYB2CS, Kamenicky)")
54 #define T602FILTER_STR_ENCODING_KOI8CS2         NC_("T602FILTER_STR_ENCODING_KOI8CS2", "KOI8 CS2")
55 #define T602FILTER_STR_CYRILLIC_MODE            NC_("T602FILTER_STR_CYRILLIC_MODE", "Mode for Russian language (Cyrillic)")
56 #define T602FILTER_STR_REFORMAT_TEXT            NC_("T602FILTER_STR_REFORMAT_TEXT", "Reformat the text")
57 #define T602FILTER_STR_DOT_COMMANDS             NC_("T602FILTER_STR_DOT_COMMANDS", "Display dot commands")
58 #define T602FILTER_STR_CANCEL_BUTTON            NC_("T602FILTER_STR_CANCEL_BUTTON", "Cancel")
59 #define T602FILTER_STR_OK_BUTTON                NC_("T602FILTER_STR_OK_BUTTON", "OK")
61 #define PDF_PROGRESS_BAR                        NC_("PDF_PROGRESS_BAR", "Export as PDF")
63 //strings used in encryption UI
64 //password dialog title
65 #define STR_PDF_EXPORT_UDPWD                    NC_("STR_PDF_EXPORT_UDPWD", "Set open password")
66 //password dialog title
67 #define STR_PDF_EXPORT_ODPWD                    NC_("STR_PDF_EXPORT_ODPWD", "Set permission password")
68 #define STR_WARN_PASSWORD_PDFA                  NC_("STR_WARN_PASSWORD_PDFA", "PDF/A does not allow encryption. The exported PDF file will not be password protected.")
69 #define STR_WARN_TRANSP_PDFA_SHORT              NC_("STR_WARN_TRANSP_PDFA_SHORT", "PDF/A transparency")
70 #define STR_WARN_TRANSP_PDFA                    NC_("STR_WARN_TRANSP_PDFA", "PDF/A forbids transparency. A transparent object was painted opaque instead.")
71 #define STR_WARN_TRANSP_VERSION_SHORT           NC_("STR_WARN_TRANSP_VERSION_SHORT", "PDF version conflict")
72 #define STR_WARN_TRANSP_VERSION                 NC_("STR_WARN_TRANSP_VERSION", "Transparency is not supported in PDF versions earlier than PDF 1.4. A transparent object was painted opaque instead")
73 #define STR_WARN_FORMACTION_PDFA_SHORT          NC_("STR_WARN_FORMACTION_PDFA_SHORT", "PDF/A form action")
74 #define STR_WARN_FORMACTION_PDFA                NC_("STR_WARN_FORMACTION_PDFA", "A form control contained an action not supported by the PDF/A standard. The action was skipped")
75 #define STR_WARN_TRANSP_CONVERTED               NC_("STR_WARN_TRANSP_CONVERTED", "Some objects were converted to an image in order to remove transparencies, because the target PDF format does not support transparencies. Possibly better results can be achieved if you remove the transparent objects before exporting.")
76 #define STR_WARN_TRANSP_CONVERTED_SHORT         NC_("STR_WARN_TRANSP_CONVERTED_SHORT", "Transparencies removed")
77 #define STR_ERR_SIGNATURE_FAILED                NC_("STR_ERR_SIGNATURE_FAILED", "Signature generation failed")
78 #define STR_ERR_PDF_EXPORT_ABORTED              NC_("STR_ERR_PDF_EXPORT_ABORTED", "PDF export aborted")
79 #define STR_WARN_PDFUA_ISSUES                   NNC_("STR_WARN_PDFUA_ISSUES", "One accessibility issue detected. Do you want to continue?", "%1 accessibility issues detected. Do you want to continue?")
80 #define STR_PDFUA_IGNORE                        NC_("STR_PDFUA_IGNORE", "Continue")
81 #define STR_PDFUA_INVESTIGATE                   NNC_("STR_PDFUA_INVESTIGATE", "Investigate issue", "Investigate issues")
83 // Progress bar status indicator when importing or exporting
84 #define STR_FILTER_DOC_LOADING                  NC_("STR_FILTER_DOC_LOADING", "Loading: ")
85 #define STR_FILTER_DOC_SAVING                   NC_("STR_FILTER_DOC_SAVING", "Saving: ")
87 static inline OUString FilterResId(TranslateId aId)
89     return Translate::get(aId, Translate::Create("flt"));
92 static inline OUString FilterResId(TranslateNId aContextSingularPlural, int nCardinality)
94     return Translate::nget(aContextSingularPlural, nCardinality, Translate::Create("flt"));
97 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */