diff options
Diffstat (limited to 'svx/source/svdraw/svdstr.src')
-rwxr-xr-x[-rw-r--r--] | svx/source/svdraw/svdstr.src | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/svx/source/svdraw/svdstr.src b/svx/source/svdraw/svdstr.src index 3324728402f6..de073fceebb5 100644..100755 --- a/svx/source/svdraw/svdstr.src +++ b/svx/source/svdraw/svdstr.src @@ -26,7 +26,7 @@ ************************************************************************/ /* StarView resource file */ -#include "svdstr.hrc" +#include "svx/svdstr.hrc" // Ab hier gecachte Strings String STR_ObjNameSingulNONE { @@ -2745,6 +2745,11 @@ String SIP_SA_GRAFRESERVE4 { Text = "" ; }; String SIP_SA_GRAFRESERVE5 { Text = "" ; }; String SIP_SA_GRAFRESERVE6 { Text = "" ; }; +Bitmap SIP_SA_PAGESHADOW35X35 +{ + File = "pageshadow35x35.png"; +}; + Bitmap SIP_SA_MARKERS { File = "markers.png"; @@ -2848,4 +2853,12 @@ Bitmap SIP_SA_CROP_FINE_MARKERS File = "cropmarkers2.png"; }; -// ******************************************************************* EOF +String STR_ObjNameSingulFONTWORK +{ + Text [ en-US ] = "font work" ; +}; +String STR_ObjNamePluralFONTWORK +{ + Text [ en-US ] = "font works" ; +}; + |