diff options
Diffstat (limited to 'sw/inc/strings.hrc')
-rw-r--r-- | sw/inc/strings.hrc | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/sw/inc/strings.hrc b/sw/inc/strings.hrc index 45fe987ddf3e..eaccff12b94a 100644 --- a/sw/inc/strings.hrc +++ b/sw/inc/strings.hrc @@ -23,8 +23,17 @@ #define NC_(Context, String) reinterpret_cast<char const *>(Context "\004" u8##String) #define NNC_(Context, StringSingular, StringPlural) reinterpret_cast<char const *>(Context "\004" u8##StringSingular "\004" u8##StringPlural) +// Dialog buttons +#define STR_STANDARD_LABEL NC_("STR_STANDARD_LABEL", "Set to ~Parent") +#define STR_STANDARD_TOOLTIP NC_("STR_STANDARD_TOOLTIP", "") +#define STR_STANDARD_EXTENDEDTIP NC_("STR_STANDARD_EXTENDEDTIP", "") +#define STR_RESET_LABEL NC_("STR_RESET_LABEL", "Reset") +#define STR_RESET_TOOLTIP NC_("STR_RESET_TOOLTIP", "") +#define STR_RESET_EXTENDEDTIP NC_("STR_RESET_EXTENDEDTIP", "") +#define STR_APPLY_LABEL NC_("STR_APPLY_LABEL", "Apply") +#define STR_APPLY_TOOLTIP NC_("STR_APPLY_TOOLTIP", "") +#define STR_APPLY_EXTENDEDTIP NC_("STR_APPLY_EXTENDEDTIP", "") -#define STR_STANDARD_ACTION NC_("STR_STANDARD_ACTION", "Set to ~Parent") // Format names #define STR_POOLCHR_STANDARD NC_("STR_POOLCHR_STANDARD", "Default Character Style") #define STR_POOLCHR_FOOTNOTE NC_("STR_POOLCHR_FOOTNOTE", "Footnote Characters") |