diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2017-08-07 22:31:58 +0900 |
---|---|---|
committer | Katarina Behrens <Katarina.Behrens@cib.de> | 2017-08-08 11:28:19 +0200 |
commit | 99f3d9895f63ed19496bbe47bd36899b0f39dbce (patch) | |
tree | 4119e00d789fc1b20d839d9ee2db2ed06edec499 /sd/inc/strings.hrc | |
parent | 06283dcba13ee18716da9eee728210a00bcb5b97 (diff) |
tdf#95309 Add a filter to show all files for "Insert > File"
in Draw and Impress.
Change-Id: Ia6721f4a25af9fe8b6edd143ecb7ba3f5f3e8a89
Reviewed-on: https://gerrit.libreoffice.org/40834
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
Diffstat (limited to 'sd/inc/strings.hrc')
-rw-r--r-- | sd/inc/strings.hrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sd/inc/strings.hrc b/sd/inc/strings.hrc index e3d350063c0a..76ff0a0e060d 100644 --- a/sd/inc/strings.hrc +++ b/sd/inc/strings.hrc @@ -96,6 +96,7 @@ #define STR_SD_PAGE NC_("STR_SD_PAGE", "Slide") #define STR_SD_PAGE_COUNT NC_("STR_SD_PAGE_COUNT", "Slide %1 of %2") #define STR_SD_PAGE_COUNT_CUSTOM NC_("STR_SD_PAGE_COUNT_CUSTOM", "Slide %1 of %2 (%3)") +#define STR_ALL_SUPPORTED_FORMATS NC_("STR_ALL_SUPPORTED_FORMATS", "All supported formats") #define STR_ALL_FILES NC_("STR_ALL_FILES", "All files") #define STR_UNDO_INSERT_TEXTFRAME NC_("STR_UNDO_INSERT_TEXTFRAME", "Insert text frame") #define STR_ACTION_NOTPOSSIBLE NC_("STR_ACTION_NOTPOSSIBLE", "This function cannot be run \nwith the selected objects.") |