diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-05-30 09:07:30 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-05-30 09:11:53 +0100 |
commit | b94f66ca986dd4405e227c031f8e039de07dab52 (patch) | |
tree | 8a01830ba8b958fd76348c07ac50565311e30e1c /svx | |
parent | 21c36108e453df88994e4c9fac11b540ac386b68 (diff) |
missing resources
since
commit 17e872c3fa87bb596ec8b263b7a2e692b927dcef
Date: Fri Mar 17 13:11:27 2017 +0200
remove unused defines from HRC files in svx(1)
because SdrRectObj::TakeObjNamePlural adds some numbers to ids to find other ones
Change-Id: I9d0bd3686f4a60b7436950f8e80def9cc3586d9c
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/svdraw/svdstr.src | 22 |
1 files changed, 20 insertions, 2 deletions
diff --git a/svx/source/svdraw/svdstr.src b/svx/source/svdraw/svdstr.src index 515528707fa2..036e8b0758a8 100644 --- a/svx/source/svdraw/svdstr.src +++ b/svx/source/svdraw/svdstr.src @@ -65,7 +65,6 @@ String STR_ObjNamePluralLINE { Text [ en-US ] = "Lines" ; }; - String STR_ObjNameSingulRECT { Text [ en-US ] = "Rectangle" ; @@ -74,7 +73,26 @@ String STR_ObjNamePluralRECT { Text [ en-US ] = "Rectangles" ; }; - +String STR_ObjNamePluralQUAD +{ + Text [ en-US ] = "Squares" ; +}; +String STR_ObjNamePluralPARAL +{ + Text [ en-US ] = "Parallelograms" ; +}; +String STR_ObjNamePluralRECTRND +{ + Text [ en-US ] = "Rounded Rectangles" ; +}; +String STR_ObjNamePluralQUADRND +{ + Text [ en-US ] = "Rounded Squares" ; +}; +String STR_ObjNamePluralPARALRND +{ + Text [ en-US ] = "Rounded parallelograms" ; +}; String STR_ObjNameSingulCIRC { Text [ en-US ] = "Circle" ; |