bump product version to 7.6.3.2-android
[LibreOffice.git] / shell / inc / spsupp / spsuppStrings.hrc
bloba6ad2933c5fa5da9d57bb2ca012cdfbefe718436
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  */
10 #ifndef INCLUDED_SHELL_INC_SPSUPP_STRINGS_HRC
11 #define INCLUDED_SHELL_INC_SPSUPP_STRINGS_HRC
13 #define NC_(Context, String) TranslateId(Context, reinterpret_cast<char const *>(u8##String))
15 #define RID_STR_SP_VIEW_OR_EDIT_TITLE   NC_("RID_STR_SP_VIEW_OR_EDIT_TITLE", "Open Document")
16 #define RID_STR_SP_VIEW_OR_EDIT_MESSAGE NC_("RID_STR_SP_VIEW_OR_EDIT_MESSAGE", "You are opening document\n\n  %DOCNAME\n\nDo you want to open it to view or to edit?")
17 #define RID_STR_SP_VIEW_OR_EDIT_VIEW    NC_("RID_STR_SP_VIEW_OR_EDIT_VIEW", "View")
18 #define RID_STR_SP_VIEW_OR_EDIT_EDIT    NC_("RID_STR_SP_VIEW_OR_EDIT_EDIT", "Edit")
19 #define RID_STR_SP_VIEW_OR_EDIT_CANCEL  NC_("RID_STR_SP_VIEW_OR_EDIT_CANCEL", "Cancel")
21 #endif          // INCLUDED_SHELL_INC_SPSUPP_STRINGS_HRC
23 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */