From 686e55d9e87b8dd7a3cfe22f9a6df9c77de3ce09 Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Mon, 4 Dec 2017 20:19:28 +0100 Subject: tdf#113959 Use svxlo-FrameDirectionListBox instead of ListBox To reduce the number of translatable stings Change-Id: I1aeea6767d3389dd24a5bf8b074817ef601502a7 Reviewed-on: https://gerrit.libreoffice.org/45823 Tested-by: Jenkins Reviewed-by: Katarina Behrens --- include/svx/strings.hrc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include') diff --git a/include/svx/strings.hrc b/include/svx/strings.hrc index 1143bb74bd37..cd670874e1e6 100644 --- a/include/svx/strings.hrc +++ b/include/svx/strings.hrc @@ -1628,6 +1628,10 @@ #define RID_SUBSETSTR_SYRIAC_SUPPLEMENT NC_("RID_SUBSETMAP", "Syriac Supplement") #define RID_SUBSETSTR_ZANABAZAR_SQUARE NC_("RID_SUBSETMAP", "Zanabazar Square") +#define RID_SVXSTR_FRAMEDIR_LTR NC_("RID_SVXSTR_FRAMEDIR_LTR", "Left-to-right (LTR)") +#define RID_SVXSTR_FRAMEDIR_RTL NC_("RID_SVXSTR_FRAMEDIR_RTL", "Right-to-left (RTL)") +#define RID_SVXSTR_FRAMEDIR_SUPER NC_("RID_SVXSTR_FRAMEDIR_SUPER", "Use superordinate object settings") + #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit