diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-04-30 17:01:32 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-05-02 13:18:57 +0200 |
commit | 34f7e618ddd3399d9e7f3998e25545256255d02d (patch) | |
tree | fd946f8f2ab8386db89f531d49fae1718a21e943 /sfx2/inc | |
parent | c881756fcfdc1fa63ff534bf4538d551b2139515 (diff) |
untranslated strings are just strings
removes starmaths InsertCommand in favour of InsertCommandText
Change-Id: I5659adcaa28e5b5861d1a1cc5d2afa84009490f6
Reviewed-on: https://gerrit.libreoffice.org/37113
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sfx2/inc')
-rw-r--r-- | sfx2/inc/strings.hxx | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sfx2/inc/strings.hxx b/sfx2/inc/strings.hxx index aa4c0c662b26..bd024c27ed90 100644 --- a/sfx2/inc/strings.hxx +++ b/sfx2/inc/strings.hxx @@ -12,6 +12,18 @@ #define STR_HTML_GENERATOR "%PRODUCTNAME %PRODUCTVERSION%PRODUCTEXTENSION (%1)" +// Do not translate STR_TEMPLATE_NAME*_DEF names!! +#define STR_TEMPLATE_NAME1_DEF "Abstract Green" +#define STR_TEMPLATE_NAME2_DEF "Abstract Red" +#define STR_TEMPLATE_NAME3_DEF "Abstract Yellow" +#define STR_TEMPLATE_NAME4_DEF "Bright Blue" +#define STR_TEMPLATE_NAME5_DEF "DNA" +#define STR_TEMPLATE_NAME6_DEF "Inspiration" +#define STR_TEMPLATE_NAME7_DEF "Lush Green" +#define STR_TEMPLATE_NAME8_DEF "Metropolis" +#define STR_TEMPLATE_NAME9_DEF "Sunset" +#define STR_TEMPLATE_NAME10_DEF "Vintage" + #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */ |