1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
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/.
9 * This file incorporates work covered by the following license notice:
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 .
20 #ifndef INCLUDED_VCL_INC_STRINGS_HRC
21 #define INCLUDED_VCL_INC_STRINGS_HRC
23 #define NC_(Context, String) TranslateId(Context, u8##String)
25 #define SV_RESID_STRING_NOSELECTIONPOSSIBLE NC_("SV_RESID_STRING_NOSELECTIONPOSSIBLE", "[No selection possible]")
27 #define SV_MENU_MAC_SERVICES NC_("SV_MENU_MAC_SERVICES", "Services")
28 #define SV_MENU_MAC_HIDEAPP NC_("SV_MENU_MAC_HIDEAPP", "Hide %PRODUCTNAME")
29 #define SV_MENU_MAC_HIDEALL NC_("SV_MENU_MAC_HIDEALL", "Hide Others")
30 #define SV_MENU_MAC_SHOWALL NC_("SV_MENU_MAC_SHOWALL", "Show All")
31 #define SV_MENU_MAC_QUITAPP NC_("SV_MENU_MAC_QUITAPP", "Quit %PRODUCTNAME")
33 #define SV_HELPTEXT_CLOSE NC_("SV_HELPTEXT_CLOSE", "Close")
34 #define SV_HELPTEXT_MINIMIZE NC_("SV_HELPTEXT_MINIMIZE", "Minimize")
35 #define SV_HELPTEXT_MAXIMIZE NC_("SV_HELPTEXT_MAXIMIZE", "Maximize")
36 #define SV_HELPTEXT_RESTORE NC_("SV_HELPTEXT_RESTORE", "Restore")
37 #define SV_HELPTEXT_HELP NC_("SV_HELPTEXT_HELP", "Help")
38 #define SV_HELPTEXT_SCREENSHOT NC_("SV_HELPTEXT_SCREENSHOT", "Take and annotate a screenshot")
39 #define SV_HELPTEXT_FADEIN NC_("SV_HELPTEXT_FADEIN", "Show")
40 #define SV_HELPTEXT_FADEOUT NC_("SV_HELPTEXT_FADEOUT", "Hide")
41 #define SV_HELPTEXT_CLOSEDOCUMENT NC_("SV_HELPTEXT_CLOSEDOCUMENT", "Close Document")
43 // To translators: This is used on buttons for platforms other than Windows, there should be a ~ mnemonic in this string
44 #define SV_BUTTONTEXT_OK NC_("SV_BUTTONTEXT_OK", "~OK")
45 // To translators: This is used on buttons for platforms other than windows, there should be a ~ mnemonic in this string
46 #define SV_BUTTONTEXT_CANCEL NC_("SV_BUTTONTEXT_CANCEL", "~Cancel")
47 // To translators: This is used on buttons for Windows, there should be no ~ mnemonic in this string
48 #define SV_BUTTONTEXT_OK_NOMNEMONIC NC_("SV_BUTTONTEXT_OK_NOMNEMONIC", "OK")
49 // To translators: This is used on buttons for Windows, there should be no ~ mnemonic in this string
50 #define SV_BUTTONTEXT_CANCEL_NOMNEMONIC NC_("SV_BUTTONTEXT_CANCEL_NOMNEMONIC", "Cancel")
51 #define SV_BUTTONTEXT_YES NC_("SV_BUTTONTEXT_YES", "~Yes")
52 #define SV_BUTTONTEXT_NO NC_("SV_BUTTONTEXT_NO", "~No")
53 #define SV_BUTTONTEXT_RETRY NC_("SV_BUTTONTEXT_RETRY", "~Retry")
54 #define SV_BUTTONTEXT_HELP NC_("SV_BUTTONTEXT_HELP", "~Help")
55 #define SV_BUTTONTEXT_CLOSE NC_("SV_BUTTONTEXT_CLOSE", "~Close")
56 #define SV_BUTTONTEXT_MORE NC_("SV_BUTTONTEXT_MORE", "~More")
57 #define SV_BUTTONTEXT_IGNORE NC_("SV_BUTTONTEXT_IGNORE", "~Ignore")
58 #define SV_BUTTONTEXT_ABORT NC_("SV_BUTTONTEXT_ABORT", "~Abort")
59 #define SV_BUTTONTEXT_LESS NC_("SV_BUTTONTEXT_LESS", "~Less")
60 #define SV_BUTTONTEXT_SAVE NC_("SV_BUTTONTEXT_SAVE", "~Save")
61 #define SV_BUTTONTEXT_OPEN NC_("SV_BUTTONTEXT_OPEN", "~Open")
62 #define SV_BUTTONTEXT_SCREENSHOT NC_("SV_BUTTONTEXT_SCREENSHOT", "~Screenshot")
64 #define SV_STDTEXT_SERVICENOTAVAILABLE NC_("SV_STDTEXT_SERVICENOTAVAILABLE", "The component (%s) could not be loaded.\nPlease start setup with the repair option.")
66 #define SV_STDTEXT_ABOUT NC_("SV_STDTEXT_ABOUT", "About %PRODUCTNAME")
67 #define SV_STDTEXT_PREFERENCES NC_("SV_STDTEXT_PREFERENCES", "Preferences...")
68 #define SV_STDTEXT_ALLFILETYPES NC_("SV_STDTEXT_ALLFILETYPES", "Any type")
70 #define SV_ACCESSERROR_NO_FONTS NC_("SV_ACCESSERROR_NO_FONTS", "No fonts could be found on the system.")
72 #define SV_PRINT_NOPAGES NC_("SV_PRINT_NOPAGES", "No pages")
73 #define SV_PRINT_NOPREVIEW NC_("SV_PRINT_NOPREVIEW", "Preview is disabled")
74 #define SV_PRINT_TOFILE_TXT NC_("SV_PRINT_TOFILE_TXT", "Print to File...")
75 #define SV_PRINT_DEFPRT_TXT NC_("SV_PRINT_DEFPRT_TXT", "Default printer")
76 #define SV_PRINT_QUERYFAXNUMBER_TXT NC_("SV_PRINT_QUERYFAXNUMBER_TXT", "Please enter the fax number")
77 #define SV_PRINT_CUSTOM_TXT NC_("SV_PRINT_CUSTOM_TXT", "Custom")
79 #define SV_EDIT_WARNING_STR NC_("SV_EDIT_WARNING_STR", "The inserted text exceeded the maximum length of this text field. The text was truncated.")
81 #define SV_APP_CPUTHREADS NC_("SV_APP_CPUTHREADS", "CPU threads: ")
82 #define SV_APP_OSVERSION NC_("SV_APP_OSVERSION", "OS: ")
83 #define SV_APP_UIRENDER NC_("SV_APP_UIRENDER", "UI render: ")
84 #define SV_APP_SKIA_VULKAN NC_("SV_APP_SKIA_VULKAN", "Skia/Vulkan")
85 #define SV_APP_SKIA_METAL NC_("SV_APP_SKIA_METAL", "Skia/Metal")
86 #define SV_APP_SKIA_RASTER NC_("SV_APP_SKIA_RASTER", "Skia/Raster")
87 #define SV_APP_DEFAULT NC_("SV_APP_DEFAULT", "default")
89 #define SV_MSGBOX_INFO NC_("SV_MSGBOX_INFO", "Information")
90 #define SV_MSGBOX_WARNING NC_("SV_MSGBOX_WARNING", "Warning")
91 #define SV_MSGBOX_ERROR NC_("SV_MSGBOX_ERROR", "Error")
92 #define SV_MSGBOX_QUERY NC_("SV_MSGBOX_QUERY", "Confirmation")
94 #define STR_TEXTUNDO_DELPARA NC_("STR_TEXTUNDO_DELPARA", "delete line")
95 #define STR_TEXTUNDO_CONNECTPARAS NC_("STR_TEXTUNDO_CONNECTPARAS", "delete multiple lines")
96 #define STR_TEXTUNDO_SPLITPARA NC_("STR_TEXTUNDO_SPLITPARA", "insert multiple lines")
97 #define STR_TEXTUNDO_INSERTCHARS NC_("STR_TEXTUNDO_INSERTCHARS", "insert '$1'")
98 #define STR_TEXTUNDO_REMOVECHARS NC_("STR_TEXTUNDO_REMOVECHARS", "delete '$1'")
100 // descriptions of accessible objects
101 #define STR_SVT_ACC_DESC_TABLISTBOX NC_("STR_SVT_ACC_DESC_TABLISTBOX", "Row: %1, Column: %2")
102 #define STR_SVT_ACC_EMPTY_FIELD NC_("STR_SVT_ACC_EMPTY_FIELD", "Empty Field")
104 #define STR_SVT_CALENDAR_DAY NC_("STR_SVT_CALENDAR_DAY", "Day")
105 #define STR_SVT_CALENDAR_WEEK NC_("STR_SVT_CALENDAR_WEEK", "Week")
106 #define STR_SVT_CALENDAR_TODAY NC_("STR_SVT_CALENDAR_TODAY", "Today")
108 #define STR_WIZDLG_ROADMAP_TITLE NC_("STR_WIZDLG_ROADMAP_TITLE", "Steps")
109 #define STR_WIZDLG_FINISH NC_("STR_WIZDLG_FINISH", "~Finish")
110 #define STR_WIZDLG_NEXT NC_("STR_WIZDLG_NEXT", "~Next >")
111 #define STR_WIZDLG_PREVIOUS NC_("STR_WIZDLG_PREVIOUS", "< Bac~k")
113 #define STR_SEPARATOR NC_("STR_SEPARATOR", "Separator")
115 #define STR_FILEEXT_NONDEFAULT_ASK_TITLE NC_("STR_FILEEXT_NONDEFAULT_ASK_TITLE", "Default file formats not registered")
116 #define STR_FILEEXT_NONDEFAULT_ASK_MSG NC_("STR_FILEEXT_NONDEFAULT_ASK_MSG", "The following file formats are not registered to be opened by default in %PRODUCTNAME:\n$1\nSelect OK if you want to change default file format registrations.")
118 #define KEY_VERSION_CHECK NC_("KEY_VERSION_CHECK", "Warning: Not all of the imported EPS graphics could be saved at level1\nas some are at a higher level!")
120 #define STR_GBU NC_("STR_GBU", "Graphics Backend used: %1")
121 #define STR_PASSED NC_("STR_PASSED", "Passed Tests: %1")
122 #define STR_QUIRKY NC_("STR_QUIRKY", "Quirky Tests: %1")
123 #define STR_FAILED NC_("STR_FAILED", "Failed Tests: %1")
124 #define STR_SKIPPED NC_("STR_SKIPPED", "Skipped Tests: %1")
126 #define STR_UNSAVED_DOCUMENTS NC_("STR_UNSAVED_DOCUMENTS", "There are unsaved documents")
128 #define STR_SPECIAL_CHARACTER_MENU_ENTRY NC_("editmenu|specialchar", "_Special Character...")
130 #endif // INCLUDED_VCL_INC_STRINGS_HRC
132 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */