aboutsummaryrefslogtreecommitdiff
path: root/git-hooks/pre-commit
blob: 14ed29c5fe8dc241943d1d669691a8df154df190 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
#!/usr/bin/env perl

# A hook script to verify what is about to be committed.
# Called by "git commit" with no arguments.  The hook should
# exit with non-zero status after issuing an appropriate message
# if it wants to stop the commit.

use strict;
#use File::Copy;
#use Cwd;

$ENV{LC_ALL} = "C";

# Do the work :-)

# Initial commit: diff against an empty tree object
my $against="4b825dc642cb6eb9a060e54bf8d69288fbee4904";
if ( system( "git rev-parse --verify HEAD >/dev/null 2>&1" ) == 0 ) {
    $against="HEAD"
}

# If you want to allow non-ascii filenames set this variable to true.
my $allownonascii=`git config hooks.allownonascii`;

# Cross platform projects tend to avoid non-ascii filenames; prevent
# them from being added to the repository. We exploit the fact that the
# printable range starts at the space character and ends with tilde.
if ( $allownonascii ne "true" &&
    # Note that the use of brackets around a tr range is ok here, (it's
    # even required, for portability to Solaris 10's /usr/bin/tr), since
    # the square bracket bytes happen to fall in the designated range.
    `git diff --cached --name-only --diff-filter=A -z $against | \
     LC_ALL=C tr -d '[ -~]\\0'` ne "" )
{
    print <<EOM;
Error: Attempt to add a non-ascii file name.

This can cause problems if you want to work
with people on other platforms.

To be portable it is advisable to rename the file ...

If you know what you are doing you can disable this
check using:

  git config hooks.allownonascii true

EOM
    exit( 1 );
}

# all OK
exit( 0 );
# vi:set shiftwidth=4 expandtab:
width='100%'>
1 files changed, 4130 insertions, 1116 deletions
diff --git a/source/mai/svx/messages.po b/source/mai/svx/messages.po
index 69d7f043e30..1c735590fa1 100644
--- a/source/mai/svx/messages.po
+++ b/source/mai/svx/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2019-05-31 14:54+0200\n"
+"POT-Creation-Date: 2019-09-30 14:02+0200\n"
"PO-Revision-Date: 2018-11-12 12:02+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -15,2491 +15,2981 @@ msgstr ""
"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1542024121.000000\n"
+#. 3GkZj
#: include/svx/strings.hrc:25
#, fuzzy
msgctxt "STR_ObjNameSingulNONE"
msgid "Drawing object"
msgstr "वस्तु आरेख बनाएब रहल अछि"
+#. 9yvmF
#: include/svx/strings.hrc:26
msgctxt "STR_ObjNamePluralNONE"
msgid "Drawing objects"
msgstr "वस्तु आरेख बनाएब रहल अछि"
+#. MLbZt
#: include/svx/strings.hrc:27
#, fuzzy
msgctxt "STR_ObjNameSingulGRUP"
msgid "Group object"
msgstr "समूह वस्तु"
+#. tC4qm
#: include/svx/strings.hrc:28
#, fuzzy
msgctxt "STR_ObjNamePluralGRUP"
msgid "Group objects"
msgstr "समूह वस्तुसभ"
+#. piV8E
#: include/svx/strings.hrc:29
#, fuzzy
msgctxt "STR_ObjNameSingulGRUPEMPTY"
msgid "Blank group object"
msgstr "खाली समूह वस्तुसभ"
+#. BBEPU
#: include/svx/strings.hrc:30
msgctxt "STR_ObjNamePluralGRUPEMPTY"
msgid "Blank group objects"
msgstr "खाली समूह वस्तुसभ"
+#. NVHmC
#: include/svx/strings.hrc:31
msgctxt "STR_ObjNameSingulLINE"
msgid "Line"
msgstr "रेखा"
+#. SD2Wy
#: include/svx/strings.hrc:32
#, fuzzy
msgctxt "STR_ObjNameSingulLINE_Hori"
msgid "Horizontal line"
msgstr "क्षैतिज रेखा"
+#. 3dPEH
#: include/svx/strings.hrc:33
msgctxt "STR_ObjNameSingulLINE_Vert"
msgid "Vertical line"
msgstr "लम्बवत रेखा"
+#. JzFtj
#: include/svx/strings.hrc:34
#, fuzzy
msgctxt "STR_ObjNameSingulLINE_Diag"
msgid "Diagonal line"
msgstr "कर्ण रेखा"
+#. YPAoe
#: include/svx/strings.hrc:35
msgctxt "STR_ObjNamePluralLINE"
msgid "Lines"
msgstr "रेखासभ"
+#. yS2nC
#: include/svx/strings.hrc:36
msgctxt "STR_ObjNameSingulRECT"
msgid "Rectangle"
msgstr "आयत"
+#. TDTj8
#: include/svx/strings.hrc:37
msgctxt "STR_ObjNamePluralRECT"
msgid "Rectangles"
msgstr "आयतसभ"
+#. fnV49
#: include/svx/strings.hrc:38
msgctxt "STR_ObjNameSingulQUAD"
msgid "Square"
msgstr "वर्ग"
+#. XkEHU
#: include/svx/strings.hrc:39
msgctxt "STR_ObjNamePluralQUAD"
msgid "Squares"
msgstr "वर्ग"
+#. vw4Ut
#: include/svx/strings.hrc:40
msgctxt "STR_ObjNameSingulPARAL"
msgid "Parallelogram"
msgstr "समानान्तर चतुर्भुज"
+#. yCpvs
#: include/svx/strings.hrc:41
msgctxt "STR_ObjNamePluralPARAL"
msgid "Parallelograms"
msgstr "समानान्तर चतुर्भुज"
+#. SfDZQ
#: include/svx/strings.hrc:42
msgctxt "STR_ObjNameSingulRECTRND"
msgid "Rounded rectangle"
msgstr "गोलाकार आयत"
+#. PYAii
#: include/svx/strings.hrc:43
msgctxt "STR_ObjNamePluralRECTRND"
msgid "Rounded Rectangles"
msgstr "गोलाकार आयत"
+#. xQAn8
#: include/svx/strings.hrc:44
msgctxt "STR_ObjNameSingulQUADRND"
msgid "rounded square"
msgstr "गोलाकार समचतुर्भुज"
+#. JHxon
#: include/svx/strings.hrc:45
msgctxt "STR_ObjNamePluralQUADRND"
msgid "Rounded Squares"
msgstr "गोलाकार समचतुर्भुजसभ "
+#. 89eHB
#: include/svx/strings.hrc:46
msgctxt "STR_ObjNameSingulPARALRND"
msgid "Rounded Parallelogram"
msgstr "गोलाकार समानान्तर चतुर्भुज"
+#. WvCRG
#: include/svx/strings.hrc:47
msgctxt "STR_ObjNamePluralPARALRND"
msgid "Rounded parallelograms"
msgstr "गोलाकार समानान्तर चतुर्भुज"
+#. NDXG6
#: include/svx/strings.hrc:48
msgctxt "STR_ObjNameSingulCIRC"
msgid "Circle"
msgstr "वृत्त"
+#. Bzk99
#: include/svx/strings.hrc:49
msgctxt "STR_ObjNamePluralCIRC"
msgid "Circles"
msgstr "वृत्तसभ"
+#. 2CxVR
#: include/svx/strings.hrc:50
msgctxt "STR_ObjNameSingulSECT"
msgid "Circle sector"
msgstr "वृत्त खण्ड"
+#. djBb7
#: include/svx/strings.hrc:51
msgctxt "STR_ObjNamePluralSECT"
msgid "Circle sectors"
msgstr "वृत्त खण्ड"
+#. KAhqG
#: include/svx/strings.hrc:52
msgctxt "STR_ObjNameSingulCARC"
msgid "Arc"
msgstr "चाप"
+#. ZtPEx
#: include/svx/strings.hrc:53
msgctxt "STR_ObjNamePluralCARC"
msgid "Arcs"
msgstr "चाप"
+#. 7mXtq
#: include/svx/strings.hrc:54
msgctxt "STR_ObjNameSingulCCUT"
msgid "Circle segment"
msgstr "वृतक खँड"
+#. YkhbA
#: include/svx/strings.hrc:55
msgctxt "STR_ObjNamePluralCCUT"
msgid "Circle segments"
msgstr "वृत्त खंडसभ"
+#. QsEuy
#: include/svx/strings.hrc:56
msgctxt "STR_ObjNameSingulCIRCE"
msgid "Ellipse"
msgstr "दीर्घवृत्त"
+#. rUFxb
#: include/svx/strings.hrc:57
msgctxt "STR_ObjNamePluralCIRCE"
msgid "Ellipses"
msgstr "दीर्घवृत्त"
+#. UADGo
#: include/svx/strings.hrc:58
msgctxt "STR_ObjNameSingulSECTE"
msgid "Ellipse Pie"
msgstr "दीर्घवृत्त पाइ"
+#. afCit
#: include/svx/strings.hrc:59
msgctxt "STR_ObjNamePluralSECTE"
msgid "Ellipse Pies"
msgstr "दीर्घवृत्त पाइ"
+#. 7FXAW
#: include/svx/strings.hrc:60
msgctxt "STR_ObjNameSingulCARCE"
msgid "Elliptical arc"
msgstr "दीर्घवृत्ताकार चाप"
+#. KdtfM
#: include/svx/strings.hrc:61
msgctxt "STR_ObjNamePluralCARCE"
msgid "Elliptical arcs"
msgstr "दीर्घवृत्ताकार चाप"
+#. C4jME
#: include/svx/strings.hrc:62
msgctxt "STR_ObjNameSingulCCUTE"
msgid "Ellipse Segment"
msgstr "दीर्घवृत्त भाग"
+#. wKC5F
#: include/svx/strings.hrc:63
msgctxt "STR_ObjNamePluralCCUTE"
msgid "Ellipse Segments"
msgstr "दीर्घवृत्त खंड"
+#. ibJ55
#: include/svx/strings.hrc:64
msgctxt "STR_ObjNameSingulPOLY"
msgid "Polygon"
msgstr "बहुभुज"
+#. AZFuB
#: include/svx/strings.hrc:65
msgctxt "STR_ObjNameSingulPOLY_PointCount"
msgid "Polygon %2 corners"
msgstr ""
+#. a6z8j
#: include/svx/strings.hrc:66
msgctxt "STR_ObjNamePluralPOLY"
msgid "Polygons"
msgstr "बहुभुज क्षेत्र"
+#. WSEL3
#: include/svx/strings.hrc:67
msgctxt "STR_ObjNameSingulPLIN"
msgid "Polyline"
msgstr "पोलीलैन"
+#. eBhxV
#: include/svx/strings.hrc:68
msgctxt "STR_ObjNameSingulPLIN_PointCount"
msgid "Polyline with %2 corners"
msgstr ""
+#. NjP7U
#: include/svx/strings.hrc:69
msgctxt "STR_ObjNamePluralPLIN"
msgid "Polylines"
msgstr "बहुरेखा"
+#. KNPXt
#: include/svx/strings.hrc:70
msgctxt "STR_ObjNameSingulPATHLINE"
msgid "Bézier curve"
msgstr "बेजियरक वक्र"
+#. BhTAu
#: include/svx/strings.hrc:71
msgctxt "STR_ObjNamePluralPATHLINE"
msgid "Bézier curves"
msgstr "बेजियरक वक्रसभ"
+#. LU3AK
#: include/svx/strings.hrc:72
msgctxt "STR_ObjNameSingulPATHFILL"
msgid "Bézier curve"
msgstr "बेजियरक वक्र"
+#. vLAWh
#: include/svx/strings.hrc:73
msgctxt "STR_ObjNamePluralPATHFILL"
msgid "Bézier curves"
msgstr "बेजियरक वक्रसभ"
+#. FQeae
#: include/svx/strings.hrc:74
msgctxt "STR_ObjNameSingulFREELINE"
msgid "Freeform Line"
msgstr "स्वतँत्रताक पँक्ति"
+#. c8gFR
#: include/svx/strings.hrc:75
msgctxt "STR_ObjNamePluralFREELINE"
msgid "Freeform Lines"
msgstr "स्वतँत्र पँक्तिसभ"
+#. GSmPG
#: include/svx/strings.hrc:76
msgctxt "STR_ObjNameSingulFREEFILL"
msgid "Freeform Line"
msgstr "स्वतँत्र पँक्ति"
+#. 8k7tC
#: include/svx/strings.hrc:77
msgctxt "STR_ObjNamePluralFREEFILL"
msgid "Freeform Lines"
msgstr "स्वतँत्र पँक्तिसभ"
+#. iwxqj
#: include/svx/strings.hrc:78
msgctxt "STR_ObjNameSingulCOMBLINE"
msgid "Curve"
msgstr "वक्र"
+#. CjzRc
#: include/svx/strings.hrc:79
msgctxt "STR_ObjNameSingulNATSPLN"
msgid "Natural Spline"
msgstr "प्राकृतिक स्प्लाइन"
+#. CSFGL
#: include/svx/strings.hrc:80
msgctxt "STR_ObjNamePluralNATSPLN"
msgid "Natural Splines"
msgstr "नैसर्गिक स्प्लाइन"
+#. jpijx
#: include/svx/strings.hrc:81
msgctxt "STR_ObjNameSingulPERSPLN"
msgid "Periodic Spline"
msgstr "सामयिक स्प्लाइन"
+#. A2GLR
#: include/svx/strings.hrc:82
msgctxt "STR_ObjNamePluralPERSPLN"
msgid "Periodic Splines"
msgstr "सामयिक स्प्लाइनसभ"
+#. efEFM
#: include/svx/strings.hrc:83
msgctxt "STR_ObjNameSingulTEXT"
msgid "Text Frame"
msgstr "पाठक ढाँचा"
+#. MdV7N
#: include/svx/strings.hrc:84
msgctxt "STR_ObjNamePluralTEXT"
msgid "Text Frame"
msgstr "पाठक ढाँचा"
+#. 3Pvnw
#: include/svx/strings.hrc:85
msgctxt "STR_ObjNameSingulTEXTLNK"
msgid "Linked text frame"
msgstr "लिंक कएल पाठ ढ़ांचा"
+#. EtTZB
#: include/svx/strings.hrc:86
msgctxt "STR_ObjNamePluralTEXTLNK"
msgid "Linked text frames"
msgstr "लिंक कएल पाठ ढ़ांचासभ"
+#. mw75y
#: include/svx/strings.hrc:87
msgctxt "STR_ObjNameSingulTITLETEXT"
msgid "Title text"
msgstr "शीर्षक पाठ"
+#. aAKEp
#: include/svx/strings.hrc:88
msgctxt "STR_ObjNamePluralTITLETEXT"
msgid "Title texts"
msgstr "शीर्षक पाठसभ"
+#. 3DMmh
#: include/svx/strings.hrc:89
msgctxt "STR_ObjNameSingulOUTLINETEXT"
msgid "Outline Text"
msgstr "बाहरी रूपरेखा पाठ"
+#. PDZGm
#: include/svx/strings.hrc:90
msgctxt "STR_ObjNamePluralOUTLINETEXT"
msgid "Outline Texts"
msgstr "बाहरी रूपरेखा पाठसभ"
+#. HspAE
#: include/svx/strings.hrc:91
#, fuzzy
msgctxt "STR_ObjNameSingulGRAF"
msgid "Image"
msgstr "छवि"
+#. DzfeY
#: include/svx/strings.hrc:92
msgctxt "STR_ObjNamePluralGRAF"
msgid "Images"
msgstr "चित्रसभ"
+#. E9w8q
#: include/svx/strings.hrc:93
msgctxt "STR_ObjNameSingulGRAFLNK"
msgid "Linked image"
msgstr ""
+#. YopD6
#: include/svx/strings.hrc:94
msgctxt "STR_ObjNamePluralGRAFLNK"
msgid "Linked images"
msgstr ""
+#. wWACk
#: include/svx/strings.hrc:95
msgctxt "STR_ObjNameSingulGRAFNONE"
msgid "Blank image object"
msgstr ""
+#. uzsE4
#: include/svx/strings.hrc:96
msgctxt "STR_ObjNamePluralGRAFNONE"
msgid "Blank image objects"
msgstr ""
+#. 8Za3o
#: include/svx/strings.hrc:97
msgctxt "STR_ObjNameSingulGRAFNONELNK"
msgid "Blank linked image"
msgstr ""
+#. 8W5JS
#: include/svx/strings.hrc:98
msgctxt "STR_ObjNamePluralGRAFNONELNK"
msgid "Blank linked images"
msgstr ""
+#. kUuBg
#: include/svx/strings.hrc:99
msgctxt "STR_ObjNameSingulGRAFMTF"
msgid "Metafile"
msgstr "मेटाफाइल"
+#. w5ykB
#: include/svx/strings.hrc:100
msgctxt "STR_ObjNamePluralGRAFMTF"
msgid "Metafiles"
msgstr "मेटाफाइलसभ"
+#. XBDAB
#: include/svx/strings.hrc:101
msgctxt "STR_ObjNameSingulGRAFMTFLNK"
msgid "Linked Metafile"
msgstr "लिंक कएल मेटाफाइल"
+#. ACpDE
#: include/svx/strings.hrc:102
msgctxt "STR_ObjNamePluralGRAFMTFLNK"
msgid "Linked Metafiles"
msgstr "लिंक कएल मेटाफाइलसभ"
+#. Pbmqw
#: include/svx/strings.hrc:103
#, fuzzy
msgctxt "STR_ObjNameSingulGRAFBMP"
msgid "Image"
msgstr "छवि"
+#. WdAhn
#: include/svx/strings.hrc:104
#, fuzzy
msgctxt "STR_ObjNameSingulGRAFBMPTRANS"
msgid "Image with transparency"
msgstr "पारदर्शिता सहित बिटमॉप"
+#. 3FkK6
#: include/svx/strings.hrc:105
msgctxt "STR_ObjNameSingulGRAFBMPLNK"
msgid "Linked Image"
msgstr ""
+#. ydd77
#: include/svx/strings.hrc:106
#, fuzzy
msgctxt "STR_ObjNameSingulGRAFBMPTRANSLNK"
msgid "Linked image with transparency"
msgstr "पारदर्शिता सहित लिंक कएल बिटमॉप"
+#. FVJeA
#: include/svx/strings.hrc:107
msgctxt "STR_ObjNamePluralGRAFBMP"
msgid "Images"
msgstr "चित्रसभ"
+#. mjfjF
#: include/svx/strings.hrc:108
#, fuzzy
msgctxt "STR_ObjNamePluralGRAFBMPTRANS"
msgid "Images with transparency"
msgstr "पारदर्शिता सहित बिटमॉप"
+#. 8kaaN
#: include/svx/strings.hrc:109
msgctxt "STR_ObjNamePluralGRAFBMPLNK"
msgid "Linked images"
msgstr ""
+#. DKMiE
#: include/svx/strings.hrc:110
#, fuzzy
msgctxt "STR_ObjNamePluralGRAFBMPTRANSLNK"
msgid "Linked images with transparency"
msgstr "पारदर्शिता सहित लिंक कएल बिटमॉप"
+#. aeEoK
#: include/svx/strings.hrc:111
msgctxt "STR_ObjNameSingulCUSTOMSHAPE"
msgid "Shape"
msgstr "आकार"
+#. BZmgL
#: include/svx/strings.hrc:112
msgctxt "STR_ObjNamePluralCUSTOMSHAPE"
msgid "Shapes"
msgstr "आकारसभ"
+#. HBYSq
#: include/svx/strings.hrc:113
msgctxt "STR_ObjNameSingulGRAFSVG"
msgid "SVG"
msgstr ""
+#. pzxhb
#: include/svx/strings.hrc:114
msgctxt "STR_ObjNamePluralGRAFSVG"
msgid "SVGs"
msgstr ""
+#. v2DTg
#: include/svx/strings.hrc:115
msgctxt "STR_ObjNameSingulGRAFWMF"
msgid "WMF"
msgstr ""
+#. LR2x6
#: include/svx/strings.hrc:116
msgctxt "STR_ObjNamePluralGRAFWMF"
msgid "WMFs"
msgstr ""
+#. XcDs2
#: include/svx/strings.hrc:117
msgctxt "STR_ObjNameSingulGRAFEMF"
msgid "EMF"
msgstr ""
+#. JtdP2
#: include/svx/strings.hrc:118
msgctxt "STR_ObjNamePluralGRAFEMF"
msgid "EMFs"
msgstr ""
+#. b3os5
#: include/svx/strings.hrc:119
msgctxt "STR_ObjNameSingulOLE2"
msgid "embedded object (OLE)"
msgstr "सम्मिलित वस्तु (OLE)"
+#. QMF8w
#: include/svx/strings.hrc:120
msgctxt "STR_ObjNamePluralOLE2"
msgid "Embedded objects (OLE)"
msgstr "सम्मिलित वस्तुसभ (OLE)"
+#. mAAWu
#: include/svx/strings.hrc:121
msgctxt "STR_ObjNameSingulUno"
msgid "Control"
msgstr "नियंत्रण"
+#. KrTeo
#: include/svx/strings.hrc:122
msgctxt "STR_ObjNamePluralUno"
msgid "Controls"
msgstr "नियंत्रणसभ"
+#. wfVg2
#: include/svx/strings.hrc:123
msgctxt "STR_ObjNameSingulFrame"
msgid "Frame"
msgstr "ढाँचा"
+#. q72EC
#: include/svx/strings.hrc:124
msgctxt "STR_ObjNamePluralFrame"
msgid "Frames"
msgstr "ढांचासभ"
+#. gYhqY
#: include/svx/strings.hrc:125
msgctxt "STR_ObjNameSingulEDGE"
msgid "Object Connectors"
msgstr "वस्तुकेँ जोड़निहारसभ"
+#. 9XiCG
#: include/svx/strings.hrc:126
msgctxt "STR_ObjNamePluralEDGE"
msgid "Object Connectors"
msgstr "वस्तुकेँ जोड़निहारसभ"
+#. HSDBo
#: include/svx/strings.hrc:127
msgctxt "STR_ObjNameSingulCAPTION"
msgid "Callout"
msgstr "कॉलआउट"
+#. BdAJu
#: include/svx/strings.hrc:128
msgctxt "STR_ObjNamePluralCAPTION"
msgid "Callouts"
msgstr "कॉलआउटस"
+#. Ezpif
#: include/svx/strings.hrc:129
msgctxt "STR_ObjNameSingulPAGE"
msgid "Preview object"
msgstr "वस्तुक पूर्वावलोकन"
+#. UCECt
#: include/svx/strings.hrc:130
msgctxt "STR_ObjNamePluralPAGE"
msgid "Preview objects"
msgstr "वस्तुसभक पूर्वावलोकन"
+#. GCVKi
#: include/svx/strings.hrc:131
msgctxt "STR_ObjNameSingulMEASURE"
msgid "Dimension line"
msgstr "परिमाण रेखा"
+#. DokjU
#: include/svx/strings.hrc:132
msgctxt "STR_ObjNamePluralMEASURE"
msgid "Dimensioning objects"
msgstr "वस्तुसभकेँ परिमाण देनाइ"
+#. iBQEy
#: include/svx/strings.hrc:133
msgctxt "STR_ObjNamePlural"
msgid "Drawing objects"
msgstr "वस्तु आरेख बनाएब रहल अछि"
+#. xHrgo
#: include/svx/strings.hrc:134
msgctxt "STR_ObjNameNoObj"
msgid "No draw object"
msgstr "कोनो घीचबाक वस्तु नहि"
+#. EEKnk
#: include/svx/strings.hrc:135
#, fuzzy
msgctxt "STR_ObjNameSingulPlural"
msgid "Draw object(s)"
msgstr "संकर्षण वस्तु (s)"
+#. LYyRP
#: include/svx/strings.hrc:136
msgctxt "STR_ObjNameSingulCube3d"
msgid "3D cube"
msgstr "3D घन"
+#. ZsF4T
#: include/svx/strings.hrc:137
msgctxt "STR_ObjNamePluralCube3d"
msgid "3D cubes"
msgstr "3D घनसभ"
+#. h9hf7
#: include/svx/strings.hrc:138
msgctxt "STR_ObjNameSingulExtrude3d"
msgid "Extrusion object"
msgstr "निष्कासन वस्तु"
+#. Ag6Pu
#: include/svx/strings.hrc:139
msgctxt "STR_ObjNamePluralExtrude3d"
msgid "Extrusion objects"
msgstr "निष्कासन वस्तुसभ"
+#. L3B8v
#: include/svx/strings.hrc:140
#, fuzzy
msgctxt "STR_ObjNameSingulLathe3d"
msgid "Rotation object"
msgstr "घुमाव वस्तु"
+#. e3vFm
#: include/svx/strings.hrc:141
#, fuzzy
msgctxt "STR_ObjNamePluralLathe3d"
msgid "Rotation objects"
msgstr "घुमाव वस्तुसभ"
+#. CE5Gk
#: include/svx/strings.hrc:142
msgctxt "STR_ObjNameSingulObj3d"
msgid "3D object"
msgstr "3D वस्तु"
+#. pECo3
#: include/svx/strings.hrc:143
msgctxt "STR_ObjNamePluralObj3d"
msgid "3D objects"
msgstr "3D वस्तुसभ"
+#. Wuqvb
#: include/svx/strings.hrc:144
msgctxt "STR_ObjNameSingulScene3d"
msgid "3D scene"
msgstr "3D दृश्य"
+#. tH8BD
#: include/svx/strings.hrc:145
msgctxt "STR_ObjNamePluralScene3d"
msgid "3D scenes"
msgstr "3D दृश्यसभ"
+#. WdWuw
#: include/svx/strings.hrc:146
#, fuzzy
msgctxt "STR_ObjNameSingulSphere3d"
msgid "Sphere"
msgstr "गोल"
+#. YNXv5
#: include/svx/strings.hrc:147
#, fuzzy
msgctxt "STR_ObjNamePluralSphere3d"
msgid "Spheres"
msgstr "गोलसभ"
+#. h4GBf
#: include/svx/strings.hrc:148
msgctxt "STR_EditWithCopy"
msgid "with copy"
msgstr "कॉपी सहित"
+#. NrVyW
#: include/svx/strings.hrc:149
msgctxt "STR_EditPosSize"
msgid "Set position and size for %1"
msgstr ""
+#. ac4yY
#: include/svx/strings.hrc:150
#, fuzzy
msgctxt "STR_EditDelete"
msgid "Delete %1"
msgstr "$1 मेटाबू"
+#. AweBA
#: include/svx/strings.hrc:151
msgctxt "STR_EditMovToTop"
msgid "Move %1 forward"
msgstr ""
+#. G7EUR
#: include/svx/strings.hrc:152
msgctxt "STR_EditMovToBtm"
msgid "Move %1 further back"
msgstr ""
+#. B83UQ
#: include/svx/strings.hrc:153
msgctxt "STR_EditPutToTop"
msgid "Move %1 to front"
msgstr ""
+#. aHzgz
#: include/svx/strings.hrc:154
msgctxt "STR_EditPutToBtm"
msgid "Move %1 to back"
msgstr ""
+#. Q6nSk
#: include/svx/strings.hrc:155
msgctxt "STR_EditRevOrder"
msgid "Reverse order of %1"
msgstr ""
+#. cALbH
#: include/svx/strings.hrc:156
#, fuzzy
msgctxt "STR_EditMove"
msgid "Move %1"
msgstr "घसकाबू: $1"
+#. dskGp
#: include/svx/strings.hrc:157
msgctxt "STR_EditResize"
msgid "Resize %1"
msgstr ""
+#. 5QxCS
#: include/svx/strings.hrc:158
msgctxt "STR_EditRotate"
msgid "Rotate %1"
msgstr ""
+#. BD8aF
#: include/svx/strings.hrc:159
#, fuzzy
msgctxt "STR_EditMirrorHori"
msgid "Flip %1 horizontal"
msgstr "क्षैतिज झटका दिअ'"
+#. g7Qgy
#: include/svx/strings.hrc:160
msgctxt "STR_EditMirrorVert"
msgid "Flip %1 vertical"
msgstr ""
+#. 8MR5T
#: include/svx/strings.hrc:161
msgctxt "STR_EditMirrorDiag"
msgid "Flip %1 diagonal"
msgstr ""
+#. zDbgU
#: include/svx/strings.hrc:162
msgctxt "STR_EditMirrorFree"
msgid "Flip %1 freehand"
msgstr ""
+#. AFUeA
#: include/svx/strings.hrc:163
msgctxt "STR_EditShear"
msgid "Distort %1 (slant)"
msgstr ""
+#. QRoy3
#: include/svx/strings.hrc:164
msgctxt "STR_EditCrook"
msgid "Arrange %1 in circle"
msgstr ""
+#. wvGVC
#: include/svx/strings.hrc:165
msgctxt "STR_EditCrookContortion"
msgid "Curve %1 in circle"
msgstr ""
+#. iUJAq
#: include/svx/strings.hrc:166
msgctxt "STR_EditDistort"
msgid "Distort %1"
msgstr ""
+#. GRiqx
#: include/svx/strings.hrc:167
msgctxt "STR_EditRipUp"
msgid "Undo %1"
msgstr ""
+#. sE8PU
#: include/svx/strings.hrc:168
msgctxt "STR_EditSetPointsSmooth"
msgid "Modify bézier properties of %1"
msgstr ""
+#. CzVVY
#: include/svx/strings.hrc:169
msgctxt "STR_EditSetSegmentsKind"
msgid "Modify bézier properties of %1"
msgstr ""
+#. 5KcDa
#: include/svx/strings.hrc:170
msgctxt "STR_EditSetGlueEscDir"
msgid "Set exit direction for %1"
msgstr ""
+#. Gbbmq
#: include/svx/strings.hrc:171
msgctxt "STR_EditSetGluePercent"
msgid "Set relative attribute at %1"
msgstr ""
+#. Auc4o
#: include/svx/strings.hrc:172
msgctxt "STR_EditSetGlueAlign"
msgid "Set reference point for %1"
msgstr ""
+#. M5Jac
#: include/svx/strings.hrc:173
#, fuzzy
msgctxt "STR_EditGroup"
msgid "Group %1"
msgstr "एकरा द्वारा समूहीकृत"
+#. wEEok
#: include/svx/strings.hrc:174
msgctxt "STR_EditUngroup"
msgid "Ungroup %1"
msgstr ""
+#. XochA
#: include/svx/strings.hrc:175
msgctxt "STR_EditSetAttributes"
msgid "Apply attributes to %1"
msgstr ""
+#. kzth3
#: include/svx/strings.hrc:176
#, fuzzy
msgctxt "STR_EditSetStylesheet"
msgid "Apply Styles to %1"
msgstr "शैली लागू करू: $1"
+#. PDT8V
#: include/svx/strings.hrc:177
msgctxt "STR_EditDelStylesheet"
msgid "Remove Style from %1"
msgstr ""
+#. 5DwCY
#: include/svx/strings.hrc:178
#, fuzzy
msgctxt "STR_EditConvToPoly"
msgid "Convert %1 to polygon"
msgstr "बहुभुजमे बदलू"
+#. TPv7Q
#: include/svx/strings.hrc:179
#, fuzzy
msgctxt "STR_EditConvToPolys"
msgid "Convert %1 to polygons"
msgstr "बहुभुजमे बदलू"
+#. ompqC
#: include/svx/strings.hrc:180
#, fuzzy
msgctxt "STR_EditConvToCurve"
msgid "Convert %1 to curve"
msgstr "वक्रमे बदलू"
+#. gax8J
#: include/svx/strings.hrc:181
#, fuzzy
msgctxt "STR_EditConvToCurves"
msgid "Convert %1 to curves"
msgstr "वक्रमे बदलू"
+#. s96Mt
#: include/svx/strings.hrc:182
msgctxt "STR_EditConvToContour"
msgid "Convert %1 to contour"
msgstr ""
+#. LAyEj
#: include/svx/strings.hrc:183
msgctxt "STR_EditConvToContours"
msgid "Convert %1 to contours"
msgstr ""
+#. jzxvB
#: include/svx/strings.hrc:184
msgctxt "STR_EditAlign"
msgid "Align %1"
msgstr ""
+#. jocJd
#: include/svx/strings.hrc:185
#, fuzzy
msgctxt "STR_EditAlignVTop"
msgid "Align %1 to top"
msgstr "उप्परक लेल संरेखण"
+#. WFGbz
#: include/svx/strings.hrc:186
#, fuzzy
msgctxt "STR_EditAlignVBottom"
msgid "Align %1 to bottom"
msgstr "तल क' लेल संरेखण"
+#. SyXzE
#: include/svx/strings.hrc:187
msgctxt "STR_EditAlignVCenter"
msgid "Horizontally center %1"
msgstr ""
+#. TgGUN
#: include/svx/strings.hrc:188
#, fuzzy
msgctxt "STR_EditAlignHLeft"
msgid "Align %1 to left"
msgstr "उप्परक लेल संरेखण"
+#. s3Erz
#: include/svx/strings.hrc:189
#, fuzzy
msgctxt "STR_EditAlignHRight"
msgid "Align %1 to right"
msgstr "उप्परक लेल संरेखण"
+#. apfuW
#: include/svx/strings.hrc:190
msgctxt "STR_EditAlignHCenter"
msgid "Vertically center %1"
msgstr ""
+#. ttEmT
#: include/svx/strings.hrc:191
msgctxt "STR_EditAlignCenter"
msgid "Center %1"
msgstr ""
+#. xkGug
#: include/svx/strings.hrc:192
msgctxt "STR_EditTransform"
msgid "Transform %1"
msgstr ""
+#. smiFA
#: include/svx/strings.hrc:193
msgctxt "STR_EditCombine_PolyPoly"
msgid "Combine %1"
msgstr ""
+#. PypoU
#: include/svx/strings.hrc:194
msgctxt "STR_EditMergeMergePoly"
msgid "Merge %1"
msgstr ""
+#. 2KfaD
#: include/svx/strings.hrc:195
msgctxt "STR_EditMergeSubstractPoly"
msgid "Subtract %1"
msgstr ""
+#. gKFow
#: include/svx/strings.hrc:196
#, fuzzy
msgctxt "STR_EditMergeIntersectPoly"
msgid "Intersect %1"
msgstr "प्रतिच्छेद"
+#. M8onz
#: include/svx/strings.hrc:197
msgctxt "STR_DistributeMarkedObjects"
msgid "Distribute selected objects"
msgstr "चुनल वस्तुसभ बांटू"
+#. CnGYu
#: include/svx/strings.hrc:198
msgctxt "STR_EqualizeWidthMarkedObjects"
msgid "Equalize Width %1"
msgstr ""
+#. zBTZe
#: include/svx/strings.hrc:199
msgctxt "STR_EqualizeHeightMarkedObjects"
msgid "Equalize Height %1"
msgstr ""
+#. JWmM2
#: include/svx/strings.hrc:200
msgctxt "STR_EditCombine_OnePoly"
msgid "Combine %1"
msgstr ""
+#. k5kFN
#: include/svx/strings.hrc:201
msgctxt "STR_EditDismantle_Polys"
msgid "Split %1"
msgstr ""
+#. weAmr
#: include/svx/strings.hrc:202
msgctxt "STR_EditDismantle_Lines"
msgid "Split %1"
msgstr ""
+#. Yofeq
#: include/svx/strings.hrc:203
msgctxt "STR_EditImportMtf"
msgid "Split %1"
msgstr ""
+#. hWuuR
#: include/svx/strings.hrc:204
msgctxt "STR_ExchangePaste"
msgid "Insert object(s)"
msgstr "वस्तुसभकेँ दिअ'(s)"
+#. EaVu8
#: include/svx/strings.hrc:205
msgctxt "STR_DragInsertPoint"
msgid "Insert point to %1"
msgstr ""
+#. AGGij
#: include/svx/strings.hrc:206
msgctxt "STR_DragInsertGluePoint"
msgid "Insert glue point to %1"
msgstr ""
+#. 6JqED
#: include/svx/strings.hrc:207
msgctxt "STR_DragMethMovHdl"
msgid "Move reference-point"
msgstr "संदर्भ-बिन्दु घसकाबू"
+#. o8CAF
#: include/svx/strings.hrc:208
msgctxt "STR_DragMethObjOwn"
msgid "Geometrically change %1"
msgstr ""
+#. ghkib
#: include/svx/strings.hrc:209
#, fuzzy
msgctxt "STR_DragMethMove"
msgid "Move %1"
msgstr "घसकाबू: $1"
+#. BCrkD
#: include/svx/strings.hrc:210
msgctxt "STR_DragMethResize"
msgid "Resize %1"
msgstr ""
+#. xonh6
#: include/svx/strings.hrc:211
msgctxt "STR_DragMethRotate"
msgid "Rotate %1"
msgstr ""
+#. kBYzN
#: include/svx/strings.hrc:212
#, fuzzy
msgctxt "STR_DragMethMirrorHori"
msgid "Flip %1 horizontal"
msgstr "क्षैतिज झटका दिअ'"
+#. CBBXE
#: include/svx/strings.hrc:213
msgctxt "STR_DragMethMirrorVert"
msgid "Flip %1 vertical"
msgstr ""
+#. uHCGD
#: include/svx/strings.hrc:214
msgctxt "STR_DragMethMirrorDiag"
msgid "Flip %1 diagonal"
msgstr ""
+#. vRwXA
#: include/svx/strings.hrc:215
msgctxt "STR_DragMethMirrorFree"
msgid "Flip %1 freehand"
msgstr ""
+#. 9xhJw
#: include/svx/strings.hrc:216
msgctxt "STR_DragMethGradient"
msgid "Interactive gradient for %1"
msgstr ""
+#. Fst87
#: include/svx/strings.hrc:217
msgctxt "STR_DragMethTransparence"
msgid "Interactive transparency for %1"
msgstr ""
+#. jgbKK
#: include/svx/strings.hrc:218
msgctxt "STR_DragMethShear"
msgid "Distort %1 (slant)"
msgstr ""
+#. Eo8H6
#: include/svx/strings.hrc:219
msgctxt "STR_DragMethCrook"
msgid "Arrange %1 in circle"
msgstr ""
+#. stAcK
#: include/svx/strings.hrc:220
msgctxt "STR_DragMethCrookContortion"
msgid "Curve %1 in circle"
msgstr ""
+#. VbA6t
#: include/svx/strings.hrc:221
msgctxt "STR_DragMethDistort"
msgid "Distort %1"
msgstr ""
+#. YjghP
#: include/svx/strings.hrc:222
#, fuzzy
msgctxt "STR_DragMethCrop"
msgid "Crop %1"
msgstr "एकरा द्वारा समूहीकृत"
+#. ViifK
#: include/svx/strings.hrc:223
msgctxt "STR_DragRectEckRad"
msgid "Alter radius by %1"
msgstr ""
+#. usEq4
#: include/svx/strings.hrc:224
msgctxt "STR_DragPathObj"
msgid "Change %1"
msgstr ""
+#. X4GFU
#: include/svx/strings.hrc:225
msgctxt "STR_DragRectResize"
msgid "Resize %1"
msgstr ""
+#. qF4Px
#: include/svx/strings.hrc:226
#, fuzzy
msgctxt "STR_DragCaptFram"
msgid "Move %1"
msgstr "घसकाबू: $1"
+#. fKuKa
#: include/svx/strings.hrc:227
msgctxt "STR_DragCaptTail"
msgid "Move end point of %1"
msgstr ""
+#. ewcHx
#: include/svx/strings.hrc:228
msgctxt "STR_DragCircAngle"
msgid "Adjust angle by %1"
msgstr ""
+#. L8rCz
#: include/svx/strings.hrc:229
msgctxt "STR_DragEdgeTail"
msgid "Change %1"
msgstr ""
+#. UxCCc
#: include/svx/strings.hrc:230
msgctxt "STR_ViewTextEdit"
msgid "TextEdit: Paragraph %1, Row %2, Column %3"
msgstr ""
+#. 23tL7
#: include/svx/strings.hrc:231
msgctxt "STR_ViewMarked"
msgid "%1 selected"
msgstr ""
+#. yQkFZ
#: include/svx/strings.hrc:232
msgctxt "STR_ViewMarkedPoint"
msgid "Point from %1"
msgstr ""
+#. RGnTk
#: include/svx/strings.hrc:233
msgctxt "STR_ViewMarkedPoints"
msgid "%2 points from %1"
msgstr ""
+#. u9oDR
#: include/svx/strings.hrc:234
msgctxt "STR_ViewMarkedGluePoint"
msgid "Glue point from %1"
msgstr ""
+#. BCTCL
#: include/svx/strings.hrc:235
msgctxt "STR_ViewMarkedGluePoints"
msgid "%2 glue points from %1"
msgstr ""
+#. CDqRQ
#: include/svx/strings.hrc:236
msgctxt "STR_ViewMarkObjs"
msgid "Mark objects"
msgstr "वस्तुसभ चिह्नित करू"
+#. SLrPJ
#: include/svx/strings.hrc:237
msgctxt "STR_ViewMarkMoreObjs"
msgid "Mark additional objects"
msgstr "अतिरिक्त वस्तुसभ चिह्नित करू"
+#. hczKZ
#: include/svx/strings.hrc:238
msgctxt "STR_ViewMarkPoints"
msgid "Mark points"
msgstr "बिन्दुसभकेँ चिह्नित करू"
+#. 778bF
#: include/svx/strings.hrc:239
msgctxt "STR_ViewMarkMorePoints"
msgid "Mark additional points"
msgstr "अतिरिक्त बिन्दुसभकेँ चिह्नित करू"
+#. cFBRw
#: include/svx/strings.hrc:240
msgctxt "STR_ViewMarkGluePoints"
msgid "Mark glue points"
msgstr "ग्लू बिन्दुसभकेँ चिह्नित करू"
+#. 5uDeK
#: include/svx/strings.hrc:241
msgctxt "STR_ViewMarkMoreGluePoints"
msgid "Mark additional glue points"
msgstr "अतिरिक्त ग्लू बिन्दुसभकेँ चिह्नित करू"
+#. D5ZZA
#: include/svx/strings.hrc:242
msgctxt "STR_ViewCreateObj"
msgid "Create %1"
msgstr ""
+#. 7FoxD
#: include/svx/strings.hrc:243
#, fuzzy
msgctxt "STR_UndoInsertObj"
msgid "Insert %1"
msgstr "$1 जोड़ू"
+#. 9hXBp
#: include/svx/strings.hrc:244
#, fuzzy
msgctxt "STR_UndoCopyObj"
msgid "Copy %1"
msgstr "कॉपी करू: $1"
+#. arzhD
#: include/svx/strings.hrc:245
msgctxt "STR_UndoObjOrdNum"
msgid "Change object order of %1"
msgstr ""
+#. QTZxE
#: include/svx/strings.hrc:246
msgctxt "STR_UndoObjSetText"
msgid "Edit text of %1"
msgstr ""
+#. un957
#: include/svx/strings.hrc:247
msgctxt "STR_UndoNewPage"
msgid "Insert page"
msgstr "पृष्ठ जोड़ू"
+#. vBvUC
#: include/svx/strings.hrc:248
msgctxt "STR_UndoDelPage"
msgid "Delete page"
msgstr "पृष्ठ मेटाबू"
+#. rFgUQ
#: include/svx/strings.hrc:249
msgctxt "STR_UndoCopPage"
msgid "Copy page"
msgstr "पृष्ठ कॉपी करू"
+#. EYfZc
#: include/svx/strings.hrc:250
msgctxt "STR_UndoMovPage"
msgid "Change order of pages"
msgstr "पृष्ठसभक क्रम बदलू"
+#. BQRVo
#: include/svx/strings.hrc:251
msgctxt "STR_UndoDelPageMasterDscr"
msgid "Clear background page assignment"
msgstr "पृष्ठभूमि पृष्ठ आबंटनकेँ खाली करू"
+#. 79Cxu
#: include/svx/strings.hrc:252
msgctxt "STR_UndoChgPageMasterDscr"
msgid "Change background page assignment"
msgstr "पृष्ठभूमि पृष्ठ आबंटन बदलू"
+#. 9P8JF
#: include/svx/strings.hrc:253
msgctxt "STR_UndoMergeModel"
msgid "Insert document"
msgstr "दस्तावेज जोड़ू"
+#. w3W7h
#: include/svx/strings.hrc:254
msgctxt "STR_UndoNewLayer"
msgid "Insert Layer"
msgstr "परत जोड़ू"
+#. 7pifL
#: include/svx/strings.hrc:255
msgctxt "STR_UndoDelLayer"
msgid "Delete layer"
msgstr "परत मेटाबू"
+#. bdQAB
#: include/svx/strings.hrc:256
msgctxt "STR_UndoMovLayer"
msgid "Change order of layers"
msgstr "परतसभक क्रम बदलू"
+#. MFCAk
#. Undo/Redo for setting object's name (#i73249#)
#: include/svx/strings.hrc:258
msgctxt "STR_UndoObjName"
msgid "Change object name of %1 to"
msgstr ""
+#. D4AsZ
#: include/svx/strings.hrc:259
msgctxt "STR_UndoObjTitle"
msgid "Change object title of %1"
msgstr ""
+#. tqeMT
#: include/svx/strings.hrc:260
msgctxt "STR_UndoObjDescription"
msgid "Change object description of %1"
msgstr ""
+#. XcY5w
#: include/svx/strings.hrc:261
msgctxt "STR_ItemValON"
msgid "on"
msgstr "चालू"
+#. e6RAB
#: include/svx/strings.hrc:262
msgctxt "STR_ItemValOFF"
msgid "off"
msgstr "बन्न"
+#. gaXKQ
#: include/svx/strings.hrc:263
msgctxt "STR_ItemValYES"
msgid "yes"
msgstr "हँ"
+#. 65SoV
#: include/svx/strings.hrc:264
msgctxt "STR_ItemValNO"
msgid "No"
msgstr "नहि"
+#. aeEuB
#: include/svx/strings.hrc:265
msgctxt "STR_ItemValCAPTIONTYPE1"
msgid "Type 1"
msgstr "वर्ग 1"
+#. BFaLY
#: include/svx/strings.hrc:266
msgctxt "STR_ItemValCAPTIONTYPE2"
msgid "Type 2"
msgstr "वर्ग 2"
+#. KFMjw
#: include/svx/strings.hrc:267
msgctxt "STR_ItemValCAPTIONTYPE3"
msgid "Type 3"
msgstr "वर्ग 3"
+#. 48UKA
#: include/svx/strings.hrc:268
msgctxt "STR_ItemValCAPTIONTYPE4"
msgid "Type 4"
msgstr "वर्ग 4"
+#. DVm64
#: include/svx/strings.hrc:269
msgctxt "STR_ItemValCAPTIONESCHORI"
msgid "Horizontal"
msgstr "क्षैतिज"
+#. ZYYeS
#: include/svx/strings.hrc:270
msgctxt "STR_ItemValCAPTIONESCVERT"
msgid "Vertical"
msgstr "लम्बवत"
+#. HcoYN
#: include/svx/strings.hrc:271
msgctxt "STR_ItemValCAPTIONESCBESTFIT"
msgid "Automatic"
msgstr "स्वचालित"
+#. uZNFq
#: include/svx/strings.hrc:272
msgctxt "STR_ItemValFITTOSIZENONE"
msgid "Off"
msgstr "बन्न"
+#. 2ZQvA
#: include/svx/strings.hrc:273
msgctxt "STR_ItemValFITTOSIZEPROP"
msgid "Proportional"
msgstr "आनुपातिक"
+#. Ej4Ya
#: include/svx/strings.hrc:274
msgctxt "STR_ItemValFITTOSIZEALLLINES"
msgid "Fit to size (all rows separately) "
msgstr "आकारमे फिट (सभ रेखासभ अलग-अलग) "
+#. Wr4kE
#: include/svx/strings.hrc:275
msgctxt "STR_ItemValFITTOSIZERESIZEAT"
msgid "Use hard attributes"
msgstr "कड़ा गुणक प्रयोग करू"
+#. 73uL2
#: include/svx/strings.hrc:276
msgctxt "STR_ItemValTEXTVADJTOP"
msgid "Top"
msgstr "उप्पर"
+#. 3Cde5
#: include/svx/strings.hrc:277
msgctxt "STR_ItemValTEXTVADJCENTER"
msgid "Center"
msgstr "केँद्र"
+#. AR3n7
#: include/svx/strings.hrc:278
msgctxt "STR_ItemValTEXTVADJBOTTOM"
msgid "Bottom"
msgstr "नीच्चाँ "
+#. UmBBe
#: include/svx/strings.hrc:279
msgctxt "STR_ItemValTEXTVADJBLOCK"
msgid "Use entire height"
msgstr "सम्पूर्ण ऊँचाइक उपयोग करू"
+#. dRtWD
#: include/svx/strings.hrc:280
msgctxt "STR_ItemValTEXTVADJSTRETCH"
msgid "Stretched"
msgstr "घीँचल"
+#. kGXVu
#: include/svx/strings.hrc:281
msgctxt "STR_ItemValTEXTHADJLEFT"
msgid "Left"
msgstr "बामाँ"
+#. bDPBk
#: include/svx/strings.hrc:282
msgctxt "STR_ItemValTEXTHADJCENTER"
msgid "Center"
msgstr "केंद्र"
+#. tVhNN
#: include/svx/strings.hrc:283
msgctxt "STR_ItemValTEXTHADJRIGHT"
msgid "Right"
msgstr "दहिन्ना"
+#. K8NiD
#: include/svx/strings.hrc:284
msgctxt "STR_ItemValTEXTHADJBLOCK"
msgid "Use entire width"
msgstr "सम्पूर्ण चओड़ाइक उपयोग करू"
+#. H7dgd
#: include/svx/strings.hrc:285
msgctxt "STR_ItemValTEXTHADJSTRETCH"
msgid "Stretched"
msgstr "घींचल"
+#. q5eQw
#: include/svx/strings.hrc:286
msgctxt "STR_ItemValTEXTANI_NONE"
msgid "off"
msgstr "बन्न"
+#. Roba3
#: include/svx/strings.hrc:287
msgctxt "STR_ItemValTEXTANI_BLINK"
msgid "flash"
msgstr "चमक"
+#. UDFFC
#: include/svx/strings.hrc:288
msgctxt "STR_ItemValTEXTANI_SCROLL"
msgid "Scroll Through"
msgstr "स्क्रॉल करू"
+#. A9BQL
#: include/svx/strings.hrc:289
msgctxt "STR_ItemValTEXTANI_ALTERNATE"
msgid "alternating"
msgstr "एकांतरण"
+#. EkPkn
#: include/svx/strings.hrc:290
msgctxt "STR_ItemValTEXTANI_SLIDE"
msgid "Scroll In"
msgstr "स्क्रॉल इन"
+#. x3Yd5
#: include/svx/strings.hrc:291
msgctxt "STR_ItemValTEXTANI_LEFT"
msgid "left"
msgstr "बामाँ"
+#. w7PTQ
#: include/svx/strings.hrc:292
msgctxt "STR_ItemValTEXTANI_UP"
msgid "up"
msgstr "उप्पर"
+#. oMaiF
#: include/svx/strings.hrc:293
msgctxt "STR_ItemValTEXTANI_RIGHT"
msgid "right"
msgstr "दहिन्ना"
+#. tQTCd
#: include/svx/strings.hrc:294
msgctxt "STR_ItemValTEXTANI_DOWN"
msgid "down"
msgstr "नीच्चाँ"
+#. 6MMYx
#: include/svx/strings.hrc:295
msgctxt "STR_ItemValEDGE_ORTHOLINES"
msgid "Standard Connector"
msgstr "मानक योजक"
+#. SLdM8
#: include/svx/strings.hrc:296
msgctxt "STR_ItemValEDGE_THREELINES"
msgid "Line Connector"
msgstr "रेखा योजक"
+#. ZAtDC
#: include/svx/strings.hrc:297
msgctxt "STR_ItemValEDGE_ONELINE"
msgid "Straight Connector"
msgstr "सीधा योजक"
+#. 9qXds
#: include/svx/strings.hrc:298
msgctxt "STR_ItemValEDGE_BEZIER"
msgid "Curved Connector"
msgstr "वक्राकार योजक"
+#. MGEse
#: include/svx/strings.hrc:299
msgctxt "STR_ItemValMEASURE_STD"
msgid "Standard"
msgstr "मानक"
+#. sNziy
#: include/svx/strings.hrc:300
msgctxt "STR_ItemValMEASURE_RADIUS"
msgid "Radius"
msgstr "त्रिज्या"
+#. LcFuk
#: include/svx/strings.hrc:301
msgctxt "STR_ItemValMEASURE_TEXTHAUTO"
msgid "automatic"
msgstr "स्वचालित"
+#. eocRP
#: include/svx/strings.hrc:302
msgctxt "STR_ItemValMEASURE_TEXTLEFTOUTSIDE"
msgid "left outside"
msgstr "बामाँ बाहरी तरफ"
+#. ZUEgu
#: include/svx/strings.hrc:303
msgctxt "STR_ItemValMEASURE_TEXTINSIDE"
msgid "inside (centered)"
msgstr "भीतरी तरफ (केन्द्रित)"
+#. GKuxD
#: include/svx/strings.hrc:304
msgctxt "STR_ItemValMEASURE_TEXTRIGHTOUTSID"
msgid "right outside"
msgstr "दहिन्ना बाहरी तरफ"
+#. zGpyM
#: include/svx/strings.hrc:305
msgctxt "STR_ItemValMEASURE_TEXTVAUTO"
msgid "automatic"
msgstr "स्वचालित"
+#. jA4pb
#: include/svx/strings.hrc:306
msgctxt "STR_ItemValMEASURE_ABOVE"
msgid "on the line"
msgstr "रेखा पर"
+#. iqYjg
#: include/svx/strings.hrc:307
msgctxt "STR_ItemValMEASURETEXT_BREAKEDLINE"
msgid "broken line"
msgstr "खंडित रेखा"
+#. h8npu
#: include/svx/strings.hrc:308
msgctxt "STR_ItemValMEASURE_BELOW"
msgid "below the line"
msgstr "रेखाक नीच्चाँ"
+#. WL8XG
#: include/svx/strings.hrc:309
msgctxt "STR_ItemValMEASURETEXT_VERTICALCEN"
msgid "centered"
msgstr "केन्द्रित"
+#. hy9eX
#: include/svx/strings.hrc:310
msgctxt "STR_ItemValCIRC_FULL"
msgid "full circle"
msgstr "समूचा वृत्त"
+#. 6BdZt
#: include/svx/strings.hrc:311
msgctxt "STR_ItemValCIRC_SECT"
msgid "Circle Pie"
msgstr "वृत्त पाइ"
+#. j6Bc3
#: include/svx/strings.hrc:312
msgctxt "STR_ItemValCIRC_CUT"
msgid "Circle segment"
msgstr "वृत्त खँड"
+#. 7sN8d
#: include/svx/strings.hrc:313
msgctxt "STR_ItemValCIRC_ARC"
msgid "Arc"
msgstr "चाप"
+#. CiXKC
#. Strings for the templates dialog
#: include/svx/strings.hrc:315
msgctxt "SIP_UNKNOWN_ATTR"
msgid "Unknown attribute"
msgstr "अज्ञात गुण"
+#. ehWkk
#. Strings for the templates dialog
#: include/svx/strings.hrc:317
msgctxt "SIP_XA_LINESTYLE"
msgid "Line style"
msgstr "रेखाक शैली"
+#. BbP7X
#: include/svx/strings.hrc:318
msgctxt "SIP_XA_LINEDASH"
msgid "Line pattern"
msgstr "रेखाक नमूना"
+#. 4NCnS
#: include/svx/strings.hrc:319
msgctxt "SIP_XA_LINEWIDTH"
msgid "Line width"
msgstr "रेखाक चओड़ाइ"
+#. NuJkv
#: include/svx/strings.hrc:320
msgctxt "SIP_XA_LINECOLOR"
msgid "Line color"
msgstr "रेखाक रंग"
+#. NgaPV
#: include/svx/strings.hrc:321
msgctxt "SIP_XA_LINESTART"
msgid "Line head"
msgstr "रेखाक शीर्ष"
+#. UYBDU
#: include/svx/strings.hrc:322
msgctxt "SIP_XA_LINEEND"
msgid "Line end"
msgstr "रेखाक अंत"
+#. DJkAF
#: include/svx/strings.hrc:323
msgctxt "SIP_XA_LINESTARTWIDTH"
msgid "Line head width"
msgstr "रेखाक शीर्ष चओड़ाइ"
+#. QqA6b
#: include/svx/strings.hrc:324
msgctxt "SIP_XA_LINEENDWIDTH"
msgid "Line end width"
msgstr "रेखाक अंत चओड़ाइ"
+#. FcHDB
#: include/svx/strings.hrc:325
msgctxt "SIP_XA_LINESTARTCENTER"
msgid "Center arrowhead"
msgstr "मध्य तीरशीर्ष"
+#. KnFtT
#: include/svx/strings.hrc:326
msgctxt "SIP_XA_LINEENDCENTER"
msgid "Center arrowend"
msgstr "मध्य तीरअंत"
+#. 2UZUA
#: include/svx/strings.hrc:327
msgctxt "SIP_XA_LINETRANSPARENCE"
msgid "Line transparency"
msgstr "रेखा पारदर्शिता"
+#. 5MLYD
#: include/svx/strings.hrc:328
msgctxt "SIP_XA_LINEJOINT"
msgid "Line joint"
msgstr "रेखा मिलाव"
+#. ArqSC
#: include/svx/strings.hrc:329
msgctxt "SIP_XATTRSET_LINE"
msgid "Line attributes"
msgstr "रेखाक गुण"
+#. dufaT
#: include/svx/strings.hrc:330
msgctxt "SIP_XA_FILLSTYLE"
msgid "Fill style"
msgstr "भरबाक शैली"
+#. RDcH6
#: include/svx/strings.hrc:331
msgctxt "SIP_XA_FILLCOLOR"
msgid "Fillcolor"
msgstr "भरबाक रंग"
+#. DJM9B
#: include/svx/strings.hrc:332
msgctxt "SIP_XA_FILLGRADIENT"
msgid "Gradient"
msgstr "झुकाव"
+#. gbABb
#: include/svx/strings.hrc:333
msgctxt "SIP_XA_FILLHATCH"
msgid "Hatching"
msgstr "हैचिंग"
+#. GE68t
#: include/svx/strings.hrc:334
msgctxt "SIP_XA_FILLBITMAP"
msgid "Fillbitmap"
msgstr "भरबाक बिटमॉप"
+#. DV2Ss
#: include/svx/strings.hrc:335
msgctxt "SIP_XA_FILLTRANSPARENCE"
msgid "Transparency"
msgstr "पारदर्शिता"
+#. eK8kh
#: include/svx/strings.hrc:336
msgctxt "SIP_XA_GRADIENTSTEPCOUNT"
msgid "Number of gradient steps"
msgstr "झुकाव स्तरसभक संख्या"
+#. AVtYF
#: include/svx/strings.hrc:337
msgctxt "SIP_XA_FILLBMP_TILE"
msgid "Tile fill"
msgstr "टाइल भरू"
+#. D7T2o
#: include/svx/strings.hrc:338
msgctxt "SIP_XA_FILLBMP_POS"
msgid "Fillbitmap position"
msgstr "भरबाक बिटमॉप स्थान"
+#. NVLGP
#: include/svx/strings.hrc:339
msgctxt "SIP_XA_FILLBMP_SIZEX"
msgid "Fillbitmap width"
msgstr "भरबाक बिटमॉप चओड़ाइ"
+#. PSCTE
#: include/svx/strings.hrc:340
msgctxt "SIP_XA_FILLBMP_SIZEY"
msgid "Height of fillbitmap"
msgstr "भरबाक बिटमॉप उँचाइ"
+#. zW4zt
#: include/svx/strings.hrc:341
msgctxt "SIP_XA_FILLFLOATTRANSPARENCE"
msgid "Transparent gradient"
msgstr "पारदर्शक ढ़ाल"
+#. DBBgQ
#: include/svx/strings.hrc:342
msgctxt "SIP_XA_SECONDARYFILLCOLOR"
msgid "Fill reserved for 2"
msgstr "बिटमॉप 2 क'लेल रक्षित"
+#. PaSqp
#: include/svx/strings.hrc:343
msgctxt "SIP_XA_FILLBMP_SIZELOG"
msgid "Tile size not in %"
msgstr "% मे टाइल आकार नहि अछि"
+#. fwikV
#: include/svx/strings.hrc:344
msgctxt "SIP_XA_FILLBMP_TILEOFFSETX"
msgid "Tile offset X in %"
msgstr "टाइल ऑफसेट X % मे"
+#. FQgvE
#: include/svx/strings.hrc:345
msgctxt "SIP_XA_FILLBMP_TILEOFFSETY"
msgid "Tile offset Y in %"
msgstr "% मे टाइलक ऑफसेट करू"
+#. NUEGF
#: include/svx/strings.hrc:346
msgctxt "SIP_XA_FILLBMP_STRETCH"
msgid "Bitmap scaling"
msgstr "बिटमॉप स्केलिंग"
+#. pc9yk
#: include/svx/strings.hrc:347
msgctxt "SIP_XA_FILLBMP_POSOFFSETX"
msgid "Tile position X in %"
msgstr "% मे टाइलक स्थान X"
+#. DH43F
#: include/svx/strings.hrc:348
msgctxt "SIP_XA_FILLBMP_POSOFFSETY"
msgid "Tile position Y in %"
msgstr "% मे टाइलक स्थान Y "
+#. 8GFpS
#: include/svx/strings.hrc:349
msgctxt "SIP_XA_FILLBACKGROUND"
msgid "Background fill"
msgstr "पृष्ठभूमि भरनाइ"
+#. 2SvhA
#: include/svx/strings.hrc:350
msgctxt "SIP_XATTRSET_FILL"
msgid "Area attributes"
msgstr "क्षेत्रक गुण"
+#. TE8CS
#: include/svx/strings.hrc:351
msgctxt "SIP_XA_FORMTXTSTYLE"
msgid "Fontwork style"
msgstr "फ़ॉन्टवर्क शैली"
+#. qMnRZ
#: include/svx/strings.hrc:352
msgctxt "SIP_XA_FORMTXTADJUST"
msgid "Fontwork alignment"
msgstr "फ़ॉन्टवर्क संरेखण"
+#. fpGEZ
#: include/svx/strings.hrc:353
msgctxt "SIP_XA_FORMTXTDISTANCE"
msgid "Fontwork spacing"
msgstr "फ़ॉन्टवर्क अन्तरालन"
+#. CUBXL
#: include/svx/strings.hrc:354
msgctxt "SIP_XA_FORMTXTSTART"
msgid "Fontwork font begin"
msgstr "फ़ॉन्टवर्क फ़ॉन्ट प्रारंभ"
+#. JSVHo
#: include/svx/strings.hrc:355
msgctxt "SIP_XA_FORMTXTMIRROR"
msgid "Fontwork mirror"
msgstr "फ़ॉन्टवर्क दर्पण"
+#. P5W29
#: include/svx/strings.hrc:356
msgctxt "SIP_XA_FORMTXTOUTLINE"
msgid "Fontwork outline"
msgstr "फ़ॉन्टवर्क रूपरेखा"
+#. LKCDD
#: include/svx/strings.hrc:357
msgctxt "SIP_XA_FORMTXTSHADOW"
msgid "Fontwork shadow"
msgstr "फ़ॉन्टवर्क छाया"
+#. oDiYn
#: include/svx/strings.hrc:358
msgctxt "SIP_XA_FORMTXTSHDWCOLOR"
msgid "Fontwork shadow color"
msgstr "फ़ॉन्टवर्क छाया रंग"
+#. sFLRA
#: include/svx/strings.hrc:359
msgctxt "SIP_XA_FORMTXTSHDWXVAL"
msgid "Fontwork shadow offset X"
msgstr "फ़ॉन्टवर्क छाया ऑफसेट करू X"
+#. daERW
#: include/svx/strings.hrc:360
msgctxt "SIP_XA_FORMTXTSHDWYVAL"
msgid "Fontwork shadow offset Y"
msgstr "फ़ॉन्टवर्क छाया ऑफसेट करू Y"
+#. LdeJZ
#: include/svx/strings.hrc:361
msgctxt "SIP_XA_FORMTXTHIDEFORM"
msgid "Hide fontwork outline"
msgstr "फ़ॉन्टवर्क बाहरी रूपरेखा नुकाबू"
+#. 3sPPg
#: include/svx/strings.hrc:362
msgctxt "SIP_XA_FORMTXTSHDWTRANSP"
msgid "Fontwork shadow transparency"
msgstr "फ़ॉन्टवर्क छाया पारदर्शिता"
+#. q6MHs
#: include/svx/strings.hrc:363
msgctxt "SIP_SA_SHADOW"
msgid "Shadow"
msgstr "छाया"
+#. dSwen
#: include/svx/strings.hrc:364
msgctxt "SIP_SA_SHADOWCOLOR"
msgid "Shadow color"
msgstr "छाया रँग"
+#. HcLrC
#: include/svx/strings.hrc:365
msgctxt "SIP_SA_SHADOWXDIST"
msgid "Shadow spacing X"
msgstr "छाया अंतरालन X"
+#. TMGmk
#: include/svx/strings.hrc:366
msgctxt "SIP_SA_SHADOWYDIST"
msgid "Shadow spacing Y"
msgstr "छाया अंतरालन Y"
+#. u5baB
#: include/svx/strings.hrc:367
msgctxt "SIP_SA_SHADOWTRANSPARENCE"
msgid "Shadow transparency"
msgstr "छाया पारदर्शिता"
+#. sDFuG
#: include/svx/strings.hrc:368
msgctxt "SIP_SA_SHADOW3D"
msgid "3D shadow"
msgstr "3D छाया"
+#. FGU8f
#: include/svx/strings.hrc:369
msgctxt "SIP_SA_SHADOWPERSP"
msgid "Perspective shadow"
msgstr "परिप्रेक्ष्यक छाया"
+#. MV529
#: include/svx/strings.hrc:370
msgctxt "SIP_SA_CAPTIONTYPE"
msgid "Type of legend"
msgstr "लेजन्डक वर्ग"
+#. GAtWb
#: include/svx/strings.hrc:371
msgctxt "SIP_SA_CAPTIONFIXEDANGLE"
msgid "Fixed legend angle"
msgstr "स्थिर लेजन्ड कोण"
+#. SgHKq
#: include/svx/strings.hrc:372
msgctxt "SIP_SA_CAPTIONANGLE"
msgid "Legend angle"
msgstr "लेजन्ड कोण"
+#. gwcQp
#: include/svx/strings.hrc:373
msgctxt "SIP_SA_CAPTIONGAP"
msgid "Legend lines spacing"
msgstr "लेजन्ड रेखासभक बीच अंतरण"
+#. 6uEae
#: include/svx/strings.hrc:374
msgctxt "SIP_SA_CAPTIONESCDIR"
msgid "Legend exit alignment"
msgstr "लेजन्ड निकास संरेखण"
+#. TXjGv
#: include/svx/strings.hrc:375
msgctxt "SIP_SA_CAPTIONESCISREL"
msgid "Relative exit legend"
msgstr "सापेक्षिक निकासक मोड"
+#. Z5bQB
#: include/svx/strings.hrc:376
msgctxt "SIP_SA_CAPTIONESCREL"
msgid "Relative exit legend"
msgstr "सापेक्षिक निकास मोड"
+#. 4TmFK
#: include/svx/strings.hrc:377
msgctxt "SIP_SA_CAPTIONESCABS"
msgid "Absolute exit of legend"
msgstr "लेजन्डक निरपेक्ष निकास"
+#. V9TG8
#: include/svx/strings.hrc:378
msgctxt "SIP_SA_CAPTIONLINELEN"
msgid "Legend line length"
msgstr "लेजन्ड रेखा नमाइ"
+#. haQgi
#: include/svx/strings.hrc:379
msgctxt "SIP_SA_CAPTIONFITLINELEN"
msgid "AutoLength of legend lines"
msgstr "लेजन्ड रेखासभक स्व नमाइ"
+#. DGKz5
#: include/svx/strings.hrc:380
msgctxt "SIP_SA_ECKENRADIUS"
msgid "Corner radius"
msgstr "कोणीय त्रिज्या"
+#. GEA3m
#: include/svx/strings.hrc:381
msgctxt "SIP_SA_TEXT_MINFRAMEHEIGHT"
msgid "Minimal frame height"
msgstr "न्यूनतम ढ़ांचा उँचाइ"
+#. 3jdRR
#: include/svx/strings.hrc:382
msgctxt "SIP_SA_TEXT_AUTOGROWHEIGHT"
msgid "AutoFit height"
msgstr "ऑटोफिट उँचाइ"
+#. NoJR4
#: include/svx/strings.hrc:383
msgctxt "SIP_SA_TEXT_FITTOSIZE"
msgid "Fit text to frame"
msgstr "पाठसँ ढाँचामे सटीक"
+#. EexDC
#: include/svx/strings.hrc:384
msgctxt "SIP_SA_TEXT_LEFTDIST"
msgid "Left text frame spacing"
msgstr "बामाँ पाठ ढ़ांचा अंतरण"
+#. 3thvB
#: include/svx/strings.hrc:385
msgctxt "SIP_SA_TEXT_RIGHTDIST"
msgid "Right text frame spacing"
msgstr "दहिन्ना पाठ ढ़ांचा अंतरण"
+#. 8x2Xa
#: include/svx/strings.hrc:386
msgctxt "SIP_SA_TEXT_UPPERDIST"
msgid "Upper text frame spacing"
msgstr "उप्परी पाठ ढ़ांचा अंतरण"
+#. WyymX
#: include/svx/strings.hrc:387
msgctxt "SIP_SA_TEXT_LOWERDIST"
msgid "Lower text frame spacing"
msgstr "नीचलका पाठ ढ़ांचा अंतरण"
+#. vdbvB
#: include/svx/strings.hrc:388
msgctxt "SIP_SA_TEXT_VERTADJUST"
msgid "Vertical text anchor"
msgstr "लंबवत पाठक एँकर"
+#. QzTNc
#: include/svx/strings.hrc:389
msgctxt "SIP_SA_TEXT_MAXFRAMEHEIGHT"
msgid "Maximal frame height"
msgstr "अधिकतम ढ़ांचा उँचाइ"
+#. CcAnR
#: include/svx/strings.hrc:390
msgctxt "SIP_SA_TEXT_MINFRAMEWIDTH"
msgid "Minimal frame width"
msgstr "न्यूनतम ढ़ांचा चओड़ाइ"
+#. i6nqD
#: include/svx/strings.hrc:391
msgctxt "SIP_SA_TEXT_MAXFRAMEWIDTH"
msgid "Maximal frame width"
msgstr "अधिकतम ढ़ांचा चओड़ाइ"
+#. irtVb
#: include/svx/strings.hrc:392
msgctxt "SIP_SA_TEXT_AUTOGROWWIDTH"
msgid "AutoFit width"
msgstr "ऑटोफिट चओड़ाइ"
+#. BGR8n
#: include/svx/strings.hrc:393
msgctxt "SIP_SA_TEXT_HORZADJUST"
msgid "Horizontal text anchor"
msgstr "क्षैतिज पाठक एँकर"
+#. ruk5J
#: include/svx/strings.hrc:394
msgctxt "SIP_SA_TEXT_ANIKIND"
msgid "Ticker"
msgstr "घड़ी"
+#. cvDiA
#: include/svx/strings.hrc:395
msgctxt "SIP_SA_TEXT_ANIDIRECTION"
msgid "Ticker direction"
msgstr "घड़ीक दिशा"
+#. GuCC5
#: include/svx/strings.hrc:396
msgctxt "SIP_SA_TEXT_ANISTARTINSIDE"
msgid "Ticker start inside"
msgstr "घड़ीक प्रारंभ भीतरी तरफ"
+#. ipog5
#: include/svx/strings.hrc:397
msgctxt "SIP_SA_TEXT_ANISTOPINSIDE"
msgid "Ticker stop inside"
msgstr "घड़ीक रूकावट भीतरी तरफ"
+#. pWAHL
#: include/svx/strings.hrc:398
msgctxt "SIP_SA_TEXT_ANICOUNT"
msgid "Number of ticker runs"
msgstr "घड़ी चलबाक संख्या"
+#. vGEjP
#: include/svx/strings.hrc:399
msgctxt "SIP_SA_TEXT_ANIDELAY"
msgid "Speed of ticker"
msgstr "घड़ीक गति"
+#. SdHEU
#: include/svx/strings.hrc:400
msgctxt "SIP_SA_TEXT_ANIAMOUNT"
msgid "Ticker step size"
msgstr "घड़ीक पद आकार"
+#. LzoA5
#: include/svx/strings.hrc:401
msgctxt "SIP_SA_TEXT_CONTOURFRAME"
msgid "Outline text flow"
msgstr "बाहरी रूपरेखा पाठ धारा"
+#. HDtDf
#: include/svx/strings.hrc:402
msgctxt "SIP_SA_XMLATTRIBUTES"
msgid "User-defined attributes"
msgstr "उपयोक्ताक परिभाषित गुण"
+#. F9FzF
#: include/svx/strings.hrc:403
msgctxt "SIP_SA_TEXT_USEFIXEDCELLHEIGHT"
msgid "Use font-independent line spacing"
msgstr "फंट स्वतंत्र रेखा अंतरणक प्रयोग करू"
+#. jTAhz
#: include/svx/strings.hrc:404
msgctxt "SIP_SA_WORDWRAP"
msgid "Word wrap text in shape"
msgstr "आकारमे शब्द एकत्रण पाठ"
+#. QDaB6
#: include/svx/strings.hrc:405
msgctxt "SIP_SA_CHAINNEXTNAME"
msgid "Next link in text chain"
msgstr ""
+#. BA5dh
#: include/svx/strings.hrc:406
msgctxt "SIP_SA_EDGEKIND"
msgid "Type of connector"
msgstr "योजकक प्रकार"
+#. CoYH2
#: include/svx/strings.hrc:407
msgctxt "SIP_SA_EDGENODE1HORZDIST"
msgid "Horz. spacing object 1"
msgstr "क्षैतिज अंतरण वस्तु 1"
+#. xdvs2
#: include/svx/strings.hrc:408
msgctxt "SIP_SA_EDGENODE1VERTDIST"
msgid "Vert. spacing object 1"
msgstr "लम्बवत अंतरण वस्तु 1"
+#. FB4Cj
#: include/svx/strings.hrc:409
msgctxt "SIP_SA_EDGENODE2HORZDIST"
msgid "Horz. spacing object 2"
msgstr "क्षैतिज अंतरण वस्तु 2"
+#. uGKvj
#: include/svx/strings.hrc:410
msgctxt "SIP_SA_EDGENODE2VERTDIST"
msgid "Vert. spacing object 2"
msgstr "लम्बवत अंतरण वस्तु 2"
+#. FSkBP
#: include/svx/strings.hrc:411
msgctxt "SIP_SA_EDGENODE1GLUEDIST"
msgid "Glue spacing object 1"
msgstr "ग्लू अंतरण वस्तु 1"
+#. 845KH
#: include/svx/strings.hrc:412
msgctxt "SIP_SA_EDGENODE2GLUEDIST"
msgid "Glue spacing object 2"
msgstr "ग्लू अंतरण वस्तु 2"
+#. FEDAf
#: include/svx/strings.hrc:413
msgctxt "SIP_SA_EDGELINEDELTACOUNT"
msgid "Number of movable lines"
msgstr "घसकाबै योग्य रेखासभक संख्या"
+#. EnGaG
#: include/svx/strings.hrc:414
msgctxt "SIP_SA_EDGELINE1DELTA"
msgid "Offset line 1"
msgstr "ऑफसेट रेखा 1"
+#. 5XFzK
#: include/svx/strings.hrc:415
msgctxt "SIP_SA_EDGELINE2DELTA"
msgid "Offset line 2"
msgstr "ऑफसेट रेखा 2"
+#. nBFrd
#: include/svx/strings.hrc:416
msgctxt "SIP_SA_EDGELINE3DELTA"
msgid "Offset line 3"
msgstr "ऑफसेट रेखा 3"
+#. x7oEC
#: include/svx/strings.hrc:417
msgctxt "SIP_SA_MEASUREKIND"
msgid "Type of dimensioning"
msgstr "परिमाण दए क' प्रकार"
+#. 2XCPo
#: include/svx/strings.hrc:418
msgctxt "SIP_SA_MEASURETEXTHPOS"
msgid "Dimension value - horizontal position"
msgstr "परिमाण मूल्य - क्षैतिज स्थिति"
+#. DxA8Z
#: include/svx/strings.hrc:419
msgctxt "SIP_SA_MEASURETEXTVPOS"
msgid "Dimension value - vertical position"
msgstr "परिमाण मूल्य - लम्बवत स्थिति"
+#. LQCsj
#: include/svx/strings.hrc:420
msgctxt "SIP_SA_MEASURELINEDIST"
msgid "Dimension line space"
msgstr "परिमाण रेखा अंतर"
+#. jZBoK
#: include/svx/strings.hrc:421
msgctxt "SIP_SA_MEASUREHELPLINEOVERHANG"
msgid "Dimension help line overhang"
msgstr "परिमाण मदद रेखा ओवरहैंग"
+#. Bhboy
#: include/svx/strings.hrc:422
msgctxt "SIP_SA_MEASUREHELPLINEDIST"
msgid "Dimension help line spacing"
msgstr "परिमाण मदद रेखा अंतर देनाइ"
+#. jw9E7
#: include/svx/strings.hrc:423
msgctxt "SIP_SA_MEASUREHELPLINE1LEN"
msgid "Backlog of dimension help line 1"
msgstr "परिमाण मदद रेखा 1 क' बैकलॉग"
+#. CYFg6
#: include/svx/strings.hrc:424
msgctxt "SIP_SA_MEASUREHELPLINE2LEN"
msgid "Backlog of dimension help line 2"
msgstr "परिमाण मदद रेखा 2 क' बैकलॉग"
+#. ocvCK
#: include/svx/strings.hrc:425
msgctxt "SIP_SA_MEASUREBELOWREFEDGE"
msgid "Lower edge dimensioning"
msgstr "नीचलका किनार क' परिमाण देनाइ"
+#. cFVVA
#: include/svx/strings.hrc:426
msgctxt "SIP_SA_MEASURETEXTROTA90"
msgid "Dimension value across dimension line"
msgstr "परिमाण मान आओर परिमाण रेखाक आर-पार "
+#. VVAgC
#: include/svx/strings.hrc:427
msgctxt "SIP_SA_MEASURETEXTUPSIDEDOWN"
msgid "Rotate dimension value by 180 degree"
msgstr "180 डिग्रीसँ परिमाण घुमाबू"
+#. iFX7y
#: include/svx/strings.hrc:428
msgctxt "SIP_SA_MEASUREOVERHANG"
msgid "Dimension line overhang"
msgstr "परिमाण रेखा ओवरहैंग"
+#. DoBGo
#: include/svx/strings.hrc:429
msgctxt "SIP_SA_MEASUREUNIT"
msgid "Measure unit"
msgstr "माप एकाइ"
+#. 2NBMp
#: include/svx/strings.hrc:430
msgctxt "SIP_SA_MEASURESCALE"
msgid "Additional scale factor"
msgstr "अधिकतर स्केल कारक"
+#. 4yTAW
#: include/svx/strings.hrc:431
msgctxt "SIP_SA_MEASURESHOWUNIT"
msgid "Measure unit display"
msgstr "माप एकाइ देखाबू"
+#. NFDC3
#: include/svx/strings.hrc:432
msgctxt "SIP_SA_MEASUREFORMATSTRING"
msgid "Dimension value format"
msgstr "परिमाण मूल्य प्रारूप"
+#. UBjQk
#: include/svx/strings.hrc:433
msgctxt "SIP_SA_MEASURETEXTAUTOANGLE"
msgid "AutoPositioning of the dimension value"
msgstr "परिमाण मूल्यक स्व स्थितिमे रखनाइ"
+#. GDQC3
#: include/svx/strings.hrc:434
msgctxt "SIP_SA_MEASURETEXTAUTOANGLEVIEW"
msgid "Angle for the automatic positioning of the dimension value"
msgstr "परिमाण मूल्यकेँ स्व स्थितिमे रखबाक लेल कोण"
+#. DB243
#: include/svx/strings.hrc:435
msgctxt "SIP_SA_MEASURETEXTISFIXEDANGLE"
msgid "Determination of the dimension value angle"
msgstr "परिमाण मूल्य कोणक निर्धारण"
+#. i3Bah
#: include/svx/strings.hrc:436
msgctxt "SIP_SA_MEASURETEXTFIXEDANGLE"
msgid "Angle of the dimension value"
msgstr "परिमाण मूल्यक कोण"
+#. qWKC7
#: include/svx/strings.hrc:437
msgctxt "SIP_SA_MEASUREDECIMALPLACES"
msgid "Decimal places"
msgstr "दशमलव स्थान"
+#. wkrNX
#: include/svx/strings.hrc:438
msgctxt "SIP_SA_CIRCKIND"
msgid "Type of circle"
msgstr "वृत्तक प्रकार"
+#. FRFU8
#: include/svx/strings.hrc:439
msgctxt "SIP_SA_CIRCSTARTANGLE"
msgid "Start angle"
msgstr "कोण आरँभ करू"
+#. FmSKG
#: include/svx/strings.hrc:440
msgctxt "SIP_SA_CIRCENDANGLE"
msgid "End angle"
msgstr "अंतिम कोण"
+#. ejn6F
#: include/svx/strings.hrc:441
msgctxt "SIP_SA_OBJMOVEPROTECT"
msgid "Protected object position"
msgstr "सुरक्षित वस्तु स्थिति"
+#. ZPEB9
#: include/svx/strings.hrc:442
msgctxt "SIP_SA_OBJSIZEPROTECT"
msgid "Protected object size"
msgstr "सुरक्षित वस्तुक आकार"
+#. BN5CM
#: include/svx/strings.hrc:443
msgctxt "SIP_SA_OBJPRINTABLE"
msgid "Object, printable"
msgstr "वस्तु, छापब योग्य"
+#. 3Digj
#: include/svx/strings.hrc:444
msgctxt "SIP_SA_OBJVISIBLE"
msgid "Object, visible"
msgstr ""
+#. nZLtM
#: include/svx/strings.hrc:445
msgctxt "SIP_SA_LAYERID"
msgid "Level ID"
msgstr "स्तर ID"
+#. f3ed2
#: include/svx/strings.hrc:446
msgctxt "SIP_SA_LAYERNAME"
msgid "Layer"
msgstr "स्तर"
+#. rb6GC
#: include/svx/strings.hrc:447
msgctxt "SIP_SA_OBJECTNAME"
msgid "Object name"
msgstr "वस्तुक नाम"
+#. 5zRFi
#: include/svx/strings.hrc:448
msgctxt "SIP_SA_ALLPOSITIONX"
msgid "Position X, complete"
msgstr "स्थान X, सम्पूर्ण"
+#. 5enZ7
#: include/svx/strings.hrc:449
msgctxt "SIP_SA_ALLPOSITIONY"
msgid "Position Y, complete"
msgstr "स्थान Y, सम्पूर्ण"
+#. 2V5Mn
#: include/svx/strings.hrc:450
msgctxt "SIP_SA_ALLSIZEWIDTH"
msgid "Total Width"
msgstr "पूरा चओड़ाइ"
+#. P6Y6W
#: include/svx/strings.hrc:451
msgctxt "SIP_SA_ALLSIZEHEIGHT"
msgid "Height, complete"
msgstr "उँचाइ, सम्पूर्ण"
+#. yFnnC
#: include/svx/strings.hrc:452
msgctxt "SIP_SA_ONEPOSITIONX"
msgid "Single position X"
msgstr "असगर स्थिति X"
+#. jEGfd
#: include/svx/strings.hrc:453
msgctxt "SIP_SA_ONEPOSITIONY"
msgid "Single position Y"
msgstr "असगर स्थिति Y"
+#. YJFnY
#: include/svx/strings.hrc:454
msgctxt "SIP_SA_ONESIZEWIDTH"
msgid "Single width"
msgstr "असगर चओड़ाइ"
+#. bZFkM
#: include/svx/strings.hrc:455
msgctxt "SIP_SA_ONESIZEHEIGHT"
msgid "Single height"
msgstr "असगर उँचाइ"
+#. K5Xuq
#: include/svx/strings.hrc:456
msgctxt "SIP_SA_LOGICSIZEWIDTH"
msgid "Logical width"
msgstr "तार्किक चओड़ाइ"
+#. 9Niyk
#: include/svx/strings.hrc:457
msgctxt "SIP_SA_LOGICSIZEHEIGHT"
msgid "Logical height"
msgstr "तार्किक उँचाइ"
+#. yFmvh
#: include/svx/strings.hrc:458
msgctxt "SIP_SA_ROTATEANGLE"
msgid "Single rotation angle"
msgstr "असगर घुमाव कोण"
+#. zNyKY
#: include/svx/strings.hrc:459
msgctxt "SIP_SA_SHEARANGLE"
msgid "Single shear angle"
msgstr "असगर कतरनी कोण"
+#. bJv8D
#: include/svx/strings.hrc:460
msgctxt "SIP_SA_MOVEX"
msgid "Move horizontally"
msgstr "क्षैतिज रूपसँ घसकाबू"
+#. z7EPp
#: include/svx/strings.hrc:461
msgctxt "SIP_SA_MOVEY"
msgid "Move vertically"
msgstr "लम्बवत रूपसँ घसकाबू"
+#. Qn4GS
#: include/svx/strings.hrc:462
msgctxt "SIP_SA_RESIZEXONE"
msgid "Resize X, single"
msgstr "X केँ फिनु आकार दिअ', असगर"
+#. VCtZa
#: include/svx/strings.hrc:463
msgctxt "SIP_SA_RESIZEYONE"
msgid "Resize Y, single"
msgstr "Y केँ फिनु आकार दिअ', असगर"
+#. NxatH
#: include/svx/strings.hrc:464
msgctxt "SIP_SA_ROTATEONE"
msgid "Single rotation"
msgstr "असगर घुमाव"
+#. gNVw9
#: include/svx/strings.hrc:465
msgctxt "SIP_SA_HORZSHEARONE"
msgid "Single horizontal shear"
msgstr "असगर क्षैतिज कतरनाइ"
+#. iCzED
#: include/svx/strings.hrc:466
msgctxt "SIP_SA_VERTSHEARONE"
msgid "Single vertical shear"
msgstr "असगर लम्बवतमे कतरनाइ"
+#. HQcJt
#: include/svx/strings.hrc:467
msgctxt "SIP_SA_RESIZEXALL"
msgid "Resize X, complete"
msgstr "X केँ फिनु आकार दिअ', सम्पूर्ण"
+#. VcK8z
#: include/svx/strings.hrc:468
msgctxt "SIP_SA_RESIZEYALL"
msgid "Resize Y, complete"
msgstr "Y केँ फिनु आकार दिअ', सम्पूर्ण"
+#. vgGU4
#: include/svx/strings.hrc:469
msgctxt "SIP_SA_ROTATEALL"
msgid "Rotate all"
msgstr "सभ घुमाबू"
+#. 3faE4
#: include/svx/strings.hrc:470
msgctxt "SIP_SA_HORZSHEARALL"
msgid "Shear horizontal, complete"
msgstr "क्षैतिजमे कतरनाइ, सम्पूर्ण "
+#. RAEPz
#: include/svx/strings.hrc:471
msgctxt "SIP_SA_VERTSHEARALL"
msgid "Shear vertical, complete"
msgstr "लम्बवत रूपमे कतरनाइ, सम्पूर्ण "
+#. gtXM3
#: include/svx/strings.hrc:472
msgctxt "SIP_SA_TRANSFORMREF1X"
msgid "Reference point 1 X"
msgstr "संदर्भ बिन्दु 1 X"
+#. YpQDc
#: include/svx/strings.hrc:473
msgctxt "SIP_SA_TRANSFORMREF1Y"
msgid "Reference point 1 Y"
msgstr "संदर्भ बिन्दु 1 Y"
+#. Hp5EK
#: include/svx/strings.hrc:474
msgctxt "SIP_SA_TRANSFORMREF2X"
msgid "Reference point 2 X"
msgstr "संदर्भ बिन्दु 2 X"
+#. Rty4j
#: include/svx/strings.hrc:475
msgctxt "SIP_SA_TRANSFORMREF2Y"
msgid "Reference point 2 Y"
msgstr "संदर्भ बिन्दु 2 Y"
+#. JdeqL
#: include/svx/strings.hrc:476
msgctxt "SIP_EE_PARA_HYPHENATE"
msgid "Hyphenation"
msgstr "समासन"
+#. HMmA6
#: include/svx/strings.hrc:477
msgctxt "SIP_EE_PARA_BULLETSTATE"
msgid "Display bullets"
msgstr "बुल्लेट्स देखाबू"
+#. 8Q88u
#: include/svx/strings.hrc:478
msgctxt "SIP_EE_PARA_OUTLLRSPACE"
msgid "Numbering indents"
msgstr "हाशिया क्रमांकण"
+#. inGxX
#: include/svx/strings.hrc:479
msgctxt "SIP_EE_PARA_OUTLLEVEL"
msgid "Numbering level"
msgstr "स्तर क्रमांकण"
+#. 2CtLK
#: include/svx/strings.hrc:480
msgctxt "SIP_EE_PARA_BULLET"
msgid "Bullets and Numberings"
msgstr "बुल्लेट्स आओर क्रमांकण"
+#. hCE5d
#: include/svx/strings.hrc:481
msgctxt "SIP_EE_PARA_LRSPACE"
msgid "Indents"
msgstr "हाशिया"
+#. Y5YFm
#: include/svx/strings.hrc:482
msgctxt "SIP_EE_PARA_ULSPACE"
msgid "Paragraph spacing"
msgstr "अनुच्छेद अंतरण"
+#. feirn
#: include/svx/strings.hrc:483
msgctxt "SIP_EE_PARA_SBL"
msgid "Line spacing"
msgstr "रेखा अंतरण"
+#. gjAVE
#: include/svx/strings.hrc:484
msgctxt "SIP_EE_PARA_JUST"
msgid "Paragraph alignment"
msgstr "अनुच्छेद संरेखण"
+#. offnT
#: include/svx/strings.hrc:485
msgctxt "SIP_EE_PARA_TABS"
msgid "Tabulators"
msgstr "सारणीयक"
+#. kpiTD
#: include/svx/strings.hrc:486
msgctxt "SIP_EE_CHAR_COLOR"
msgid "Font color"
msgstr "फ़ॉन्ट रंग"
+#. X535C
#: include/svx/strings.hrc:487
msgctxt "SIP_EE_CHAR_FONTINFO"
msgid "Character set"
msgstr "संप्रतीक समूह"
+#. AEbEz
#: include/svx/strings.hrc:488
msgctxt "SIP_EE_CHAR_FONTHEIGHT"
msgid "Font size"
msgstr "फ़ॉन्ट आकार"
+#. UKHSM
#: include/svx/strings.hrc:489
msgctxt "SIP_EE_CHAR_FONTWIDTH"
msgid "Font width"
msgstr "फ़ॉन्ट चओड़ाइ"
+#. SQWpD
#: include/svx/strings.hrc:490
msgctxt "SIP_EE_CHAR_WEIGHT"
msgid "Bold (thickness)"
msgstr "मोट (घनत्व)"
+#. AUR7N
#: include/svx/strings.hrc:491
msgctxt "SIP_EE_CHAR_UNDERLINE"
msgid "Underline"
msgstr "रेखांकित"
+#. v2AEJ
#: include/svx/strings.hrc:492
msgctxt "SIP_EE_CHAR_OVERLINE"
msgid "Overline"
msgstr ""
+#. ARvwR
#: include/svx/strings.hrc:493
msgctxt "SIP_EE_CHAR_STRIKEOUT"
msgid "Strikethrough"
msgstr "आरपार काटनाइ"
+#. gcVzb
#: include/svx/strings.hrc:494
msgctxt "SIP_EE_CHAR_ITALIC"
msgid "Italic"
msgstr "टेढ़"
+#. kJVaV
#: include/svx/strings.hrc:495
msgctxt "SIP_EE_CHAR_OUTLINE"
msgid "Outline"
msgstr "रूपरेखा"
+#. CZR4e
#: include/svx/strings.hrc:496
msgctxt "SIP_EE_CHAR_SHADOW"
msgid "Font shadow"
msgstr "फ़ॉन्ट छाया"
+#. PFSUR
#: include/svx/strings.hrc:497
msgctxt "SIP_EE_CHAR_ESCAPEMENT"
msgid "Superscript/subscript"
msgstr "अधिस्क्रिप्ट/उपस्क्रिप्ट"
+#. DrBio
#: include/svx/strings.hrc:498
msgctxt "SIP_EE_CHAR_PAIRKERNING"
msgid "Kerning"
msgstr "कर्निन्ग"
+#. tUVvP
#: include/svx/strings.hrc:499
msgctxt "SIP_EE_CHAR_KERNING"
msgid "Manual kerning"
msgstr "दस्ती केर्निंग"
+#. S9QCU
#: include/svx/strings.hrc:500
msgctxt "SIP_EE_CHAR_WLM"
msgid "No underline for spaces"
msgstr "अंतरण क'लेल कोनो रेखांकन नहि"
+#. GuTzF
#: include/svx/strings.hrc:501
msgctxt "SIP_EE_FEATURE_TAB"
msgid "Tabulator"
msgstr "सारणीयक"
+#. U4qgA
#: include/svx/strings.hrc:502
msgctxt "SIP_EE_FEATURE_LINEBR"
msgid "Optional line break"
msgstr "वैकल्पिक रेखा खंडन"
+#. jzBEA
#: include/svx/strings.hrc:503
msgctxt "SIP_EE_FEATURE_NOTCONV"
msgid "Non-convertible character"
msgstr "नहि बदलए योग्य संप्रतीक"
+#. tZd9C
#: include/svx/strings.hrc:504
msgctxt "SIP_EE_FEATURE_FIELD"
msgid "Fields"
msgstr "क्षेत्रसभ"
+#. GeKPD
#: include/svx/strings.hrc:505
msgctxt "SIP_SA_GRAFRED"
msgid "Red"
msgstr "लाल"
+#. EzAu7
#: include/svx/strings.hrc:506
msgctxt "SIP_SA_GRAFGREEN"
msgid "Green"
msgstr "हरिअर"
+#. TmBML
#: include/svx/strings.hrc:507
msgctxt "SIP_SA_GRAFBLUE"
msgid "Blue"
msgstr "नीला"
+#. 7Gqzs
#: include/svx/strings.hrc:508
msgctxt "SIP_SA_GRAFLUMINANCE"
msgid "Brightness"
msgstr "चमकीलापन"
+#. rziVW
#: include/svx/strings.hrc:509
msgctxt "SIP_SA_GRAFCONTRAST"
msgid "Contrast"
msgstr "विरोधी"
+#. CHepz
#: include/svx/strings.hrc:510
msgctxt "SIP_SA_GRAFGAMMA"
msgid "Gamma"
msgstr "गामा"
+#. 2ESVA
#: include/svx/strings.hrc:511
msgctxt "SIP_SA_GRAFTRANSPARENCE"
msgid "Transparency"
msgstr "पारदर्शिता"
+#. uZYFG
#: include/svx/strings.hrc:512
msgctxt "SIP_SA_GRAFINVERT"
msgid "Invert"
msgstr "उनटू"
+#. 6aFx2
#: include/svx/strings.hrc:513
msgctxt "SIP_SA_GRAFMODE"
msgid "Image mode"
msgstr ""
+#. Ni9KZ
#: include/svx/strings.hrc:514
msgctxt "SIP_SA_GRAFCROP"
msgid "Crop"
msgstr "काटू"
+#. nVcjU
#: include/svx/strings.hrc:515
msgctxt "STR_ObjNameSingulMEDIA"
msgid "Media object"
msgstr "मीडिया वस्तु"
+#. nbHgw
#: include/svx/strings.hrc:516
msgctxt "STR_ObjNamePluralMEDIA"
msgid "Media objects"
msgstr "मीडिया वस्तुसभ"
+#. YpmrX
#. drawing layer table strings
#: include/svx/strings.hrc:518
#, fuzzy
@@ -2507,2915 +2997,3623 @@ msgctxt "STR_TABLE_INSCOL"
msgid "Insert column"
msgstr "स्तंभ जोड़ू"
+#. SAmd8
#: include/svx/strings.hrc:519
msgctxt "STR_TABLE_INSROW"
msgid "Insert row"
msgstr "पंक्ति जोड़ू "
+#. yFDYp
#: include/svx/strings.hrc:520
msgctxt "STR_UNDO_COL_DELETE"
msgid "Delete column"
msgstr "स्तंभ मेटाबू"
+#. 9SF9L
#: include/svx/strings.hrc:521
msgctxt "STR_UNDO_ROW_DELETE"
msgid "Delete row"
msgstr "पंक्ति मेटाबू"
+#. iBbtT
#: include/svx/strings.hrc:522
#, fuzzy
msgctxt "STR_TABLE_SPLIT"
msgid "Split cells"
msgstr "कोष्ठसभकेँ अलगानाइ"
+#. vmzqf
#: include/svx/strings.hrc:523
#, fuzzy
msgctxt "STR_TABLE_MERGE"
msgid "Merge cells"
msgstr "कोष्ठसभकेँ मिलाबू"
+#. 3VVmF
#: include/svx/strings.hrc:524
msgctxt "STR_TABLE_NUMFORMAT"
msgid "Format cell"
msgstr "कोष्ठ रचना"
+#. pSCJC
#: include/svx/strings.hrc:525
msgctxt "STR_TABLE_DISTRIBUTE_ROWS"
msgid "Distribute rows"
msgstr ""
+#. GdLHf
#: include/svx/strings.hrc:526
msgctxt "STR_TABLE_DISTRIBUTE_COLUMNS"
msgid "Distribute columns"
msgstr ""
+#. fGNto
#: include/svx/strings.hrc:527
#, fuzzy
msgctxt "STR_TABLE_DELETE_CELL_CONTENTS"
msgid "Delete cell contents"
msgstr "विषय सभकेँ मेटाबू"
+#. B33Cb
#: include/svx/strings.hrc:528
msgctxt "STR_TABLE_STYLE"
msgid "Table style"
msgstr ""
+#. ZHBAC
#: include/svx/strings.hrc:529
msgctxt "STR_TABLE_STYLE_SETTINGS"
msgid "Table style settings"
msgstr ""
+#. eERmE
#: include/svx/strings.hrc:530
msgctxt "STR_ObjNameSingulTable"
msgid "Table"
msgstr "सारणी"
+#. XjgSV
#: include/svx/strings.hrc:531
#, fuzzy
msgctxt "STR_ObjNamePluralTable"
msgid "Tables"
msgstr "सारणी"
+#. mLDqP
#: include/svx/strings.hrc:532
#, fuzzy
msgctxt "STR_ObjNameSingulFONTWORK"
msgid "Font work"
msgstr "फँटवर्क"
+#. FgChT
#. Strings for the Draw-Dialog --------------------------------------------
#: include/svx/strings.hrc:534
msgctxt "RID_SVXSTR_SOLID"
msgid "Continuous"
msgstr "लगातार"
+#. uNL7M
#: include/svx/strings.hrc:535
msgctxt "RID_SVXSTR_GRADIENT"
msgid "Gradient"
msgstr "झुकाव"
+#. a8YoL
#: include/svx/strings.hrc:536
msgctxt "RID_SVXSTR_BITMAP"
msgid "Bitmap"
msgstr "बिटमैप"
+#. FDmra
#: include/svx/strings.hrc:537
msgctxt "RID_SVXSTR_PATTERN"
msgid "Pattern"
msgstr "नमूना"
+#. HcGBQ
#: include/svx/strings.hrc:538
msgctxt "RID_SVXSTR_PATTERN_UNTITLED"
msgid "Untitled Pattern"
msgstr ""
+#. GHj4Q
#: include/svx/strings.hrc:539
msgctxt "RID_SVXSTR_LINESTYLE"
msgid "Line Style"
msgstr "रेखा शैली"
+#. fa7EG
#: include/svx/strings.hrc:540
#, fuzzy
msgctxt "RID_SVXSTR_INVISIBLE"
msgid "None"
msgstr "कोनो नहि"
+#. mrTdk
#: include/svx/strings.hrc:541
msgctxt "RID_SVXSTR_COLOR"
msgid "Color"
msgstr "रँग"
+#. 5bjE5
#: include/svx/strings.hrc:542
msgctxt "RID_SVXSTR_HATCH"
msgid "Hatching"
msgstr "हैचिंग"
+#. yGRGW
#: include/svx/strings.hrc:543
msgctxt "RID_SVXSTR_LINEEND"
msgid "Arrowheads"
msgstr "तीरशीर्ष"
+#. snuCi
#: include/svx/strings.hrc:544
msgctxt "RID_SVXSTR_ARROW"
msgid "Arrow"
msgstr "तीर"
+#. 6EvQ7
#: include/svx/strings.hrc:545
msgctxt "RID_SVXSTR_SQUARE"
msgid "Square"
msgstr "वर्ग"
+#. i6cva
#: include/svx/strings.hrc:546
msgctxt "RID_SVXSTR_CIRCLE"
msgid "Circle"
msgstr "वृत्त"
+#. emz9g
#: include/svx/strings.hrc:547
msgctxt "RID_SVXSTR_NONE"
msgid "- none -"
msgstr "- कोनो नहि -"
+#. hGaEK
#: include/svx/strings.hrc:548
msgctxt "RID_SVXSTR_TRANSPARENCE"
msgid "Transparency"
msgstr "पारदर्शिता"
+#. X4EFw
#: include/svx/strings.hrc:549
msgctxt "RID_SVXSTR_CENTERED"
msgid "Centered"
msgstr "केंद्रित"
+#. FFe8m
#: include/svx/strings.hrc:550
msgctxt "RID_SVXSTR_NOTCENTERED"
msgid "Not centered"
msgstr "केन्द्रित नहि"
+#. hFhmH
#: include/svx/strings.hrc:551
msgctxt "RID_SVXSTR_GRAFMODE_STANDARD"
msgid "Default"
msgstr "मूलभूत"
+#. DdAzc
#: include/svx/strings.hrc:552
msgctxt "RID_SVXSTR_GRAFMODE_GREYS"
msgid "Grayscale"
msgstr "ग्रेस्केल"
+#. RHEXM
#: include/svx/strings.hrc:553
msgctxt "RID_SVXSTR_GRAFMODE_MONO"
msgid "Black/White"
msgstr "करिया/उज्जर"
+#. bcXbA
#: include/svx/strings.hrc:554
msgctxt "RID_SVXSTR_GRAFMODE_WATERMARK"
msgid "Watermark"
msgstr "जलचिह्न"
+#. ZWz8Y
+#: include/svx/strings.hrc:555
+msgctxt "RID_SVXSTR_COLORBAR"
+msgid "Left click to apply as background color, right click to set line color"
+msgstr ""
+
+#. mFU2A
#. Default colors
-#: include/svx/strings.hrc:556
+#: include/svx/strings.hrc:557
msgctxt "RID_SVXSTR_COLOR_DEFAULT_FONTCOLOR"
msgid "Dark Red 2"
msgstr ""
-#: include/svx/strings.hrc:557
+#. Rw7nG
+#: include/svx/strings.hrc:558
msgctxt "RID_SVXSTR_COLOR_DEFAULT_FRAMELINE"
msgid "Blue"
msgstr ""
-#: include/svx/strings.hrc:558
+#. UdEYr
+#: include/svx/strings.hrc:559
msgctxt "RID_SVXSTR_COLOR_DEFAULT_HIGHLIGHT"
msgid "Yellow"
msgstr ""
-#: include/svx/strings.hrc:559
+#. 9AUDK
+#: include/svx/strings.hrc:560
msgctxt "RID_SVXSTR_COLOR_DEFAULT_SHAPE_STROKE"
msgid "Dark Blue 1"
msgstr ""
-#: include/svx/strings.hrc:560
+#. aSWwv
+#: include/svx/strings.hrc:561
msgctxt "RID_SVXSTR_COLOR_DEFAULT_SHAPE_FILLING"
msgid "Light Blue 2"
msgstr ""
+#. 5gwhz
#. Elements of the standard color palette
-#: include/svx/strings.hrc:562
+#: include/svx/strings.hrc:563
#, fuzzy
msgctxt "RID_SVXSTR_COLOR_BLACK"
msgid "Black"
msgstr "खाली"
-#: include/svx/strings.hrc:563
+#. PwGvV
+#: include/svx/strings.hrc:564
msgctxt "RID_SVXSTR_COLOR_GREY"
msgid "Gray"
msgstr "ग्रे"
-#: include/svx/strings.hrc:564
+#. Dp9Az
+#: include/svx/strings.hrc:565
msgctxt "RID_SVXSTR_COLOR_WHITE"
msgid "White"
msgstr "उज्जर"
-#: include/svx/strings.hrc:565
+#. TGLmD
+#: include/svx/strings.hrc:566
msgctxt "RID_SVXSTR_COLOR_YELLOW"
msgid "Yellow"
msgstr "पिअर"
-#: include/svx/strings.hrc:566
+#. YpDke
+#: include/svx/strings.hrc:567
#, fuzzy
msgctxt "RID_SVXSTR_COLOR_GOLD"
msgid "Gold"
msgstr "सोना"
-#: include/svx/strings.hrc:567
+#. 7aJCZ
+#: include/svx/strings.hrc:568
msgctxt "RID_SVXSTR_COLOR_ORANGE"
msgid "Orange"
msgstr "नारंगी"
-#: include/svx/strings.hrc:568
+#. mZMFN
+#: include/svx/strings.hrc:569
msgctxt "RID_SVXSTR_COLOR_BRICK"
msgid "Brick"
msgstr ""
-#: include/svx/strings.hrc:569
+#. juJeM
+#: include/svx/strings.hrc:570
msgctxt "RID_SVXSTR_COLOR_RED"
msgid "Red"
msgstr "लाल"
-#: include/svx/strings.hrc:570
+#. 7xMrN
+#: include/svx/strings.hrc:571
msgctxt "RID_SVXSTR_COLOR_MAGENTA"
msgid "Magenta"
msgstr "मैजेन्टा"
-#: include/svx/strings.hrc:571
+#. ELXiM
+#: include/svx/strings.hrc:572
msgctxt "RID_SVXSTR_COLOR_PURPLE"
msgid "Purple"
msgstr ""
-#: include/svx/strings.hrc:572
+#. UTexf
+#: include/svx/strings.hrc:573
msgctxt "RID_SVXSTR_COLOR_INDIGO"
msgid "Indigo"
msgstr ""
-#: include/svx/strings.hrc:573
+#. qbcF9
+#: include/svx/strings.hrc:574
msgctxt "RID_SVXSTR_COLOR_BLUE"
msgid "Blue"
msgstr "नीला"
-#: include/svx/strings.hrc:574
+#. hQ44j
+#: include/svx/strings.hrc:575
msgctxt "RID_SVXSTR_COLOR_TEAL"
msgid "Teal"
msgstr ""
-#: include/svx/strings.hrc:575
+#. JpxBr
+#: include/svx/strings.hrc:576
msgctxt "RID_SVXSTR_COLOR_GREEN"
msgid "Green"
msgstr "हरिअर"
-#: include/svx/strings.hrc:576
+#. A3aCJ
+#: include/svx/strings.hrc:577
#, fuzzy
msgctxt "RID_SVXSTR_COLOR_LIME"
msgid "Lime"
msgstr "रेखा"
+#. wVMiq
#. Light variants of the standard color palette
-#: include/svx/strings.hrc:578
+#: include/svx/strings.hrc:579
msgctxt "RID_SVXSTR_COLOR_LIGHTGRAY"
msgid "Light Gray"
msgstr "हलुक ग्रे"
-#: include/svx/strings.hrc:579
+#. YF2ud
+#: include/svx/strings.hrc:580
msgctxt "RID_SVXSTR_COLOR_LIGHTYELLOW"
msgid "Light Yellow"
msgstr ""
-#: include/svx/strings.hrc:580
+#. BaXBj
+#: include/svx/strings.hrc:581
msgctxt "RID_SVXSTR_COLOR_LIGHTGOLD"
msgid "Light Gold"
msgstr ""
-#: include/svx/strings.hrc:581
+#. masPL
+#: include/svx/strings.hrc:582
msgctxt "RID_SVXSTR_COLOR_LIGHTORANGE"
msgid "Light Orange"
msgstr ""
-#: include/svx/strings.hrc:582
+#. k5GY4
+#: include/svx/strings.hrc:583
msgctxt "RID_SVXSTR_COLOR_LIGHTBRICK"
msgid "Light Brick"
msgstr ""
-#: include/svx/strings.hrc:583
+#. KGDDj
+#: include/svx/strings.hrc:584
msgctxt "RID_SVXSTR_COLOR_LIGHTRED"
msgid "Light Red"
msgstr ""
-#: include/svx/strings.hrc:584
+#. nvB2W
+#: include/svx/strings.hrc:585
msgctxt "RID_SVXSTR_COLOR_LIGHTMAGENTA"
msgid "Light Magenta"
msgstr ""
-#: include/svx/strings.hrc:585
+#. y96HS
+#: include/svx/strings.hrc:586
msgctxt "RID_SVXSTR_COLOR_LIGHTPURPLE"
msgid "Light Purple"
msgstr ""
-#: include/svx/strings.hrc:586
+#. 8Bg8h
+#: include/svx/strings.hrc:587
msgctxt "RID_SVXSTR_COLOR_LIGHTINDIGO"
msgid "Light Indigo"
msgstr ""
-#: include/svx/strings.hrc:587
+#. suGUh
+#: include/svx/strings.hrc:588
#, fuzzy
msgctxt "RID_SVXSTR_COLOR_LIGHTBLUE"
msgid "Light Blue"
msgstr "चमकीला नीला"
-#: include/svx/strings.hrc:588
+#. 5VFSV
+#: include/svx/strings.hrc:589
msgctxt "RID_SVXSTR_COLOR_LIGHTTEAL"
msgid "Light Teal"
msgstr ""
-#: include/svx/strings.hrc:589
+#. 3Z7KA
+#: include/svx/strings.hrc:590
msgctxt "RID_SVXSTR_COLOR_LIGHTGREEN"
msgid "Light Green"
msgstr ""
-#: include/svx/strings.hrc:590
+#. HVPnD
+#: include/svx/strings.hrc:591
msgctxt "RID_SVXSTR_COLOR_LIGHTLIME"
msgid "Light Lime"
msgstr ""
+#. J6DDx
#. Dark variants of the standard color palette
-#: include/svx/strings.hrc:592
+#: include/svx/strings.hrc:593
msgctxt "RID_SVXSTR_COLOR_DARKGRAY"
msgid "Dark Gray"
msgstr ""
-#: include/svx/strings.hrc:593
+#. EaFik
+#: include/svx/strings.hrc:594
msgctxt "RID_SVXSTR_COLOR_DARKYELLOW"
msgid "Dark Yellow"
msgstr ""
-#: include/svx/strings.hrc:594
+#. AFByn
+#: include/svx/strings.hrc:595
msgctxt "RID_SVXSTR_COLOR_DARKGOLD"
msgid "Dark Gold"
msgstr ""
-#: include/svx/strings.hrc:595
+#. qAGnF
+#: include/svx/strings.hrc:596
msgctxt "RID_SVXSTR_COLOR_DARKORANGE"
msgid "Dark Orange"
msgstr ""
-#: include/svx/strings.hrc:596
+#. NC62Q
+#: include/svx/strings.hrc:597
msgctxt "RID_SVXSTR_COLOR_DARKBRICK"
msgid "Dark Brick"
msgstr ""
-#: include/svx/strings.hrc:597
+#. st4Zy
+#: include/svx/strings.hrc:598
#, fuzzy
msgctxt "RID_SVXSTR_COLOR_DARKRED"
msgid "Dark Red"
msgstr "गहिर लाल"
-#: include/svx/strings.hrc:598
+#. indkC
+#: include/svx/strings.hrc:599
msgctxt "RID_SVXSTR_COLOR_DARKMAGENTA"
msgid "Dark Magenta"
msgstr ""
-#: include/svx/strings.hrc:599
+#. AE9Ya
+#: include/svx/strings.hrc:600
msgctxt "RID_SVXSTR_COLOR_DARKPURPLE"
msgid "Dark Purple"
msgstr ""
-#: include/svx/strings.hrc:600
+#. VFKuJ
+#: include/svx/strings.hrc:601
msgctxt "RID_SVXSTR_COLOR_DARKINDIGO"
msgid "Dark Indigo"
msgstr ""
-#: include/svx/strings.hrc:601
+#. U3qfW
+#: include/svx/strings.hrc:602
msgctxt "RID_SVXSTR_COLOR_DARKBLUE"
msgid "Dark Blue"
msgstr ""
-#: include/svx/strings.hrc:602
+#. dYdEW
+#: include/svx/strings.hrc:603
msgctxt "RID_SVXSTR_COLOR_DARKTEAL"
msgid "Dark Teal"
msgstr ""
-#: include/svx/strings.hrc:603
+#. qFAAB
+#: include/svx/strings.hrc:604
msgctxt "RID_SVXSTR_COLOR_DARKGREEN"
msgid "Dark Green"
msgstr ""
-#: include/svx/strings.hrc:604
+#. C3U7v
+#: include/svx/strings.hrc:605
msgctxt "RID_SVXSTR_COLOR_DARKLIME"
msgid "Dark Lime"
msgstr ""
+#. VWKSb
#. Elements of the Tonal color palette
-#: include/svx/strings.hrc:606
+#: include/svx/strings.hrc:607
msgctxt "RID_SVXSTR_COLOR_VIOLET"
msgid "Violet"
msgstr "बैंगनी"
-#: include/svx/strings.hrc:607
+#. GgboW
+#: include/svx/strings.hrc:608
msgctxt "RID_SVXSTR_COLOR_VIOLET_OUG"
msgid "Violet (Out of Gamut)"
msgstr ""
-#: include/svx/strings.hrc:608
+#. mz3Eo
+#: include/svx/strings.hrc:609
msgctxt "RID_SVXSTR_COLOR_BLUE_OUG"
msgid "Blue (Out of Gamut)"
msgstr ""
-#: include/svx/strings.hrc:609
+#. SGvfY
+#: include/svx/strings.hrc:610
msgctxt "RID_SVXSTR_COLOR_AZURE_OUG"
msgid "Azure (Out of Gamut)"
msgstr ""
-#: include/svx/strings.hrc:610
+#. dYBjC
+#: include/svx/strings.hrc:611
msgctxt "RID_SVXSTR_COLOR_SPRINGGREEN_OUG"
msgid "Spring Green (Out of Gamut)"
msgstr ""
-#: include/svx/strings.hrc:611
+#. GCcWR
+#: include/svx/strings.hrc:612
msgctxt "RID_SVXSTR_COLOR_GREEN_OUG"
msgid "Green (Out of Gamut)"
msgstr ""
-#: include/svx/strings.hrc:612
+#. DLuCh
+#: include/svx/strings.hrc:613
msgctxt "RID_SVXSTR_COLOR_CHARTREUSEGREEN_OUG"
msgid "Chartreuse Green (Out of Gamut)"
msgstr ""
-#: include/svx/strings.hrc:613
+#. s3ZaC
+#: include/svx/strings.hrc:614
msgctxt "RID_SVXSTR_COLOR_ORANGE_OUG"
msgid "Orange (Out of Gamut)"
msgstr ""
-#: include/svx/strings.hrc:614
+#. A8i2G
+#: include/svx/strings.hrc:615
msgctxt "RID_SVXSTR_COLOR_RED_OUG"
msgid "Red (Out of Gamut)"
msgstr ""
-#: include/svx/strings.hrc:615
+#. j4oEv
+#: include/svx/strings.hrc:616
msgctxt "RID_SVXSTR_COLOR_ROSE_OUG"
msgid "Rose (Out of Gamut)"
msgstr ""
-#: include/svx/strings.hrc:616
+#. qBpvR
+#: include/svx/strings.hrc:617
msgctxt "RID_SVXSTR_COLOR_AZURE"
msgid "Azure"
msgstr ""
-#: include/svx/strings.hrc:617
+#. Y6vVA
+#: include/svx/strings.hrc:618
msgctxt "RID_SVXSTR_COLOR_CYAN"
msgid "Cyan"
msgstr ""
-#: include/svx/strings.hrc:618
+#. 583vY
+#: include/svx/strings.hrc:619
msgctxt "RID_SVXSTR_COLOR_SPRINGGREEN"
msgid "Spring Green"
msgstr ""
-#: include/svx/strings.hrc:619
+#. jtKm8
+#: include/svx/strings.hrc:620
msgctxt "RID_SVXSTR_COLOR_CHARTREUSEGREEN"
msgid "Chartreuse Green"
msgstr ""
-#: include/svx/strings.hrc:620
+#. RkAmE
+#: include/svx/strings.hrc:621
msgctxt "RID_SVXSTR_COLOR_ROSE"
msgid "Rose"
msgstr ""
+#. BZGUS
+#. Elements of the Material color palette
+#: include/svx/strings.hrc:623
+msgctxt "RID_SVXSTR_COLOR_MATERIAL_GRAY_A"
+msgid "Gray A"
+msgstr ""
+
+#. 3b7sB
+#: include/svx/strings.hrc:624
+msgctxt "RID_SVXSTR_COLOR_MATERIAL_YELLOW_A"
+msgid "Yellow A"
+msgstr ""
+
+#. DbqvY
+#: include/svx/strings.hrc:625
+msgctxt "RID_SVXSTR_COLOR_MATERIAL_AMBER_A"
+msgid "Amber A"
+msgstr ""
+
+#. nFENC
+#: include/svx/strings.hrc:626
+msgctxt "RID_SVXSTR_COLOR_MATERIAL_AMBER"
+msgid "Amber"
+msgstr ""
+
+#. i8Tx3
+#: include/svx/strings.hrc:627
+msgctxt "RID_SVXSTR_COLOR_MATERIAL_ORANGE_A"
+msgid "Orange A"
+msgstr ""
+
+#. DMVTT
+#: include/svx/strings.hrc:628
+msgctxt "RID_SVXSTR_COLOR_MATERIAL_DEEP_ORANGE_A"
+msgid "Deep Orange A"
+msgstr ""
+
+#. LgNfg
+#: include/svx/strings.hrc:629
+msgctxt "RID_SVXSTR_COLOR_MATERIAL_DEEP_ORANGE"
+msgid "Deep Orange"
+msgstr ""
+
+#. A4JAB
+#: include/svx/strings.hrc:630
+msgctxt "RID_SVXSTR_COLOR_MATERIAL_RED_A"
+msgid "Red A"
+msgstr ""
+
+#. jsEPc
+#: include/svx/strings.hrc:631
+msgctxt "RID_SVXSTR_COLOR_MATERIAL_PINK_A"
+msgid "Pink A"
+msgstr ""
+
+#. cFBzv
+#: include/svx/strings.hrc:632
+msgctxt "RID_SVXSTR_COLOR_MATERIAL_PURPLE_A"
+msgid "Purple A"
+msgstr ""
+
+#. p6AAX
+#: include/svx/strings.hrc:633
+msgctxt "RID_SVXSTR_COLOR_MATERIAL_DEEP_PURPLE_A"
+msgid "Deep Purple A"
+msgstr ""
+
+#. WcMy9
+#: include/svx/strings.hrc:634
+msgctxt "RID_SVXSTR_COLOR_MATERIAL_DEEP_PURPLE"
+msgid "Deep Purple"
+msgstr ""
+
+#. e4rqj
+#: include/svx/strings.hrc:635
+msgctxt "RID_SVXSTR_COLOR_MATERIAL_INDIGO_A"
+msgid "Indigo A"
+msgstr ""
+
+#. r3rtQ
+#: include/svx/strings.hrc:636
+msgctxt "RID_SVXSTR_COLOR_MATERIAL_BLUE_A"
+msgid "Blue A"
+msgstr ""
+
+#. dDQEi
+#: include/svx/strings.hrc:637
+msgctxt "RID_SVXSTR_COLOR_MATERIAL_LIGHT_BLUE_A"
+msgid "Light Blue A"
+msgstr ""
+
+#. BepQT
+#: include/svx/strings.hrc:638
+msgctxt "RID_SVXSTR_COLOR_MATERIAL_CYAN_A"
+msgid "Cyan A"
+msgstr ""
+
+#. PvkCw
+#: include/svx/strings.hrc:639
+msgctxt "RID_SVXSTR_COLOR_MATERIAL_TEAL_A"
+msgid "Teal A"
+msgstr ""
+
+#. znZyu
+#: include/svx/strings.hrc:640
+msgctxt "RID_SVXSTR_COLOR_MATERIAL_GREEN_A"
+msgid "Green A"
+msgstr ""
+
+#. nZDMp
+#: include/svx/strings.hrc:641
+msgctxt "RID_SVXSTR_COLOR_MATERIAL_LIGHT_GREEN_A"
+msgid "Light Green A"
+msgstr ""
+
+#. 7RWqh
+#: include/svx/strings.hrc:642
+msgctxt "RID_SVXSTR_COLOR_MATERIAL_LIME_A"
+msgid "Lime A"
+msgstr ""
+
+#. vuq8i
+#: include/svx/strings.hrc:643
+msgctxt "RID_SVXSTR_COLOR_MATERIAL_BROWN_A"
+msgid "Brown A"
+msgstr ""
+
+#. wcNMK
+#: include/svx/strings.hrc:644
+msgctxt "RID_SVXSTR_COLOR_MATERIAL_BROWN"
+msgid "Brown"
+msgstr ""
+
+#. RA8KB
+#: include/svx/strings.hrc:645
+msgctxt "RID_SVXSTR_COLOR_MATERIAL_BLUE_GRAY_A"
+msgid "Blue Gray A"
+msgstr ""
+
+#. yXhED
+#: include/svx/strings.hrc:646
+msgctxt "RID_SVXSTR_COLOR_MATERIAL_BLUE_GRAY"
+msgid "Blue Gray"
+msgstr ""
+
+#. mCkpS
#. Old default color names, probably often used in saved files
-#: include/svx/strings.hrc:622
+#: include/svx/strings.hrc:648
msgctxt "RID_SVXSTR_COLOR_BLUE_CLASSIC"
msgid "Blue classic"
msgstr ""
-#: include/svx/strings.hrc:623
+#. CWbzY
+#: include/svx/strings.hrc:649
msgctxt "RID_SVXSTR_COLOR_BLUEGREY"
msgid "Blue gray"
msgstr ""
-#: include/svx/strings.hrc:624
+#. DkKFF
+#: include/svx/strings.hrc:650
msgctxt "RID_SVXSTR_COLOR_BORDEAUX"
msgid "Bordeaux"
msgstr ""
-#: include/svx/strings.hrc:625
+#. 5hZu8
+#: include/svx/strings.hrc:651
msgctxt "RID_SVXSTR_COLOR_PALE_YELLOW"
msgid "Pale yellow"
msgstr ""
-#: include/svx/strings.hrc:626
+#. wSEGQ
+#: include/svx/strings.hrc:652
msgctxt "RID_SVXSTR_COLOR_PALE_GREEN"
msgid "Pale green"
msgstr ""
-#: include/svx/strings.hrc:627
+#. pUEkF
+#: include/svx/strings.hrc:653
msgctxt "RID_SVXSTR_COLOR_DARKVIOLET"
msgid "Dark violet"
msgstr ""
-#: include/svx/strings.hrc:628
+#. qVhW9
+#: include/svx/strings.hrc:654
msgctxt "RID_SVXSTR_COLOR_SALMON"
msgid "Salmon"
msgstr ""
-#: include/svx/strings.hrc:629
+#. QV77P
+#: include/svx/strings.hrc:655
msgctxt "RID_SVXSTR_COLOR_SEABLUE"
msgid "Sea blue"
msgstr ""
-#: include/svx/strings.hrc:630
+#. gYFV6
+#: include/svx/strings.hrc:656
msgctxt "RID_SVXSTR_COLOR_CHART"
msgid "Chart"
msgstr "चार्ट"
-#: include/svx/strings.hrc:631
+#. LXcFL
+#: include/svx/strings.hrc:657
msgctxt "RID_SVXSTR_COLOR_SKYBLUE"
msgid "Sky blue"
msgstr ""
-#: include/svx/strings.hrc:632
+#. QbGU3
+#: include/svx/strings.hrc:658
msgctxt "RID_SVXSTR_COLOR_YELLOWGREEN"
msgid "Yellow green"
msgstr ""
-#: include/svx/strings.hrc:633
+#. UDfTh
+#: include/svx/strings.hrc:659
#, fuzzy
msgctxt "RID_SVXSTR_COLOR_PINK"
msgid "Pink"
msgstr "लिंक"
-#: include/svx/strings.hrc:634
+#. FXDuA
+#: include/svx/strings.hrc:660
msgctxt "RID_SVXSTR_COLOR_TURQUOISE"
msgid "Turquoise"
msgstr "टॉरक्लाइज"
+#. 4gHhZ
#. 16 old AutoFormat Table Styles
-#: include/svx/strings.hrc:636
+#: include/svx/strings.hrc:662
msgctxt "RID_SVXSTR_TBLAFMT_3D"
msgid "3D"
msgstr "3D"
-#: include/svx/strings.hrc:637
+#. GtMuR
+#: include/svx/strings.hrc:663
msgctxt "RID_SVXSTR_TBLAFMT_BLACK1"
msgid "Black 1"
msgstr "करिया 1"
-#: include/svx/strings.hrc:638
+#. AhPLy
+#: include/svx/strings.hrc:664
msgctxt "RID_SVXSTR_TBLAFMT_BLACK2"
msgid "Black 2"
msgstr "करिया 2"
-#: include/svx/strings.hrc:639
+#. jVxFC
+#: include/svx/strings.hrc:665
msgctxt "RID_SVXSTR_TBLAFMT_BLUE"
msgid "Blue"
msgstr "नीला"
-#: include/svx/strings.hrc:640
+#. FacjB
+#: include/svx/strings.hrc:666
msgctxt "RID_SVXSTR_TBLAFMT_BROWN"
msgid "Brown"
msgstr "भूरा"
-#: include/svx/strings.hrc:641
+#. uQSDF
+#: include/svx/strings.hrc:667
msgctxt "RID_SVXSTR_TBLAFMT_CURRENCY"
msgid "Currency"
msgstr "मुद्रा"
-#: include/svx/strings.hrc:642
+#. sQpNL
+#: include/svx/strings.hrc:668
msgctxt "RID_SVXSTR_TBLAFMT_CURRENCY_3D"
msgid "Currency 3D"
msgstr "मुद्रा 3D"
-#: include/svx/strings.hrc:643
+#. ACACr
+#: include/svx/strings.hrc:669
msgctxt "RID_SVXSTR_TBLAFMT_CURRENCY_GRAY"
msgid "Currency Gray"
msgstr "मुद्रा ग्रे"
-#: include/svx/strings.hrc:644
+#. yy7mJ
+#: include/svx/strings.hrc:670
msgctxt "RID_SVXSTR_TBLAFMT_CURRENCY_LAVENDER"
msgid "Currency Lavender"
msgstr "मुद्रा हलुक पिअर"
-#: include/svx/strings.hrc:645
+#. 4THUt
+#: include/svx/strings.hrc:671
msgctxt "RID_SVXSTR_TBLAFMT_CURRENCY_TURQUOISE"
msgid "Currency Turquoise"
msgstr "मुद्रा टर्कोइस"
-#: include/svx/strings.hrc:646
+#. a8AGf
+#: include/svx/strings.hrc:672
msgctxt "RID_SVXSTR_TBLAFMT_GRAY"
msgid "Gray"
msgstr "ग्रे"
-#: include/svx/strings.hrc:647
+#. B4e9f
+#: include/svx/strings.hrc:673
msgctxt "RID_SVXSTR_TBLAFMT_GREEN"
msgid "Green"
msgstr "हरिअर"
-#: include/svx/strings.hrc:648
+#. 3mz4G
+#: include/svx/strings.hrc:674
msgctxt "RID_SVXSTR_TBLAFMT_LAVENDER"
msgid "Lavender"
msgstr "हलुक पिअर"
-#: include/svx/strings.hrc:649
+#. gdfFF
+#: include/svx/strings.hrc:675
msgctxt "RID_SVXSTR_TBLAFMT_RED"
msgid "Red"
msgstr "लाल"
-#: include/svx/strings.hrc:650
+#. GsAVb
+#: include/svx/strings.hrc:676
msgctxt "RID_SVXSTR_TBLAFMT_TURQUOISE"
msgid "Turquoise"
msgstr "टॉरक्लाइज"
-#: include/svx/strings.hrc:651
+#. sZbit
+#: include/svx/strings.hrc:677
msgctxt "RID_SVXSTR_TBLAFMT_YELLOW"
msgid "Yellow"
msgstr "पिअर"
+#. deE8o
#. 10 new AutoFormat Table Styles since LibreOffice 6.0
-#: include/svx/strings.hrc:653
+#: include/svx/strings.hrc:679
msgctxt "RID_SVXSTR_TBLAFMT_LO6_ACADEMIC"
msgid "Academic"
msgstr ""
-#: include/svx/strings.hrc:654
+#. CYMbi
+#: include/svx/strings.hrc:680
msgctxt "RID_SVXSTR_TBLAFMT_LO6_BOX_LIST_BLUE"
msgid "Box List Blue"
msgstr ""
-#: include/svx/strings.hrc:655
+#. njUDn
+#: include/svx/strings.hrc:681
msgctxt "RID_SVXSTR_TBLAFMT_LO6_BOX_LIST_GREEN"
msgid "Box List Green"
msgstr ""
-#: include/svx/strings.hrc:656
+#. GUk5r
+#: include/svx/strings.hrc:682
msgctxt "RID_SVXSTR_TBLAFMT_LO6_BOX_LIST_RED"
msgid "Box List Red"
msgstr ""
-#: include/svx/strings.hrc:657
+#. oNMgD
+#: include/svx/strings.hrc:683
msgctxt "RID_SVXSTR_TBLAFMT_LO6_BOX_LIST_YELLOW"
msgid "Box List Yellow"
msgstr ""
-#: include/svx/strings.hrc:658
+#. YVY2f
+#: include/svx/strings.hrc:684
msgctxt "RID_SVXSTR_TBLAFMT_LO6_ELEGANT"
msgid "Elegant"
msgstr ""
-#: include/svx/strings.hrc:659
+#. Q9rDT
+#: include/svx/strings.hrc:685
#, fuzzy
msgctxt "RID_SVXSTR_TBLAFMT_LO6_FINANCIAL"
msgid "Financial"
msgstr "वित्तीय"
-#: include/svx/strings.hrc:660
+#. 3qSCd
+#: include/svx/strings.hrc:686
msgctxt "RID_SVXSTR_TBLAFMT_LO6_SIMPLE_GRID_COLUMNS"
msgid "Simple Grid Columns"
msgstr ""
-#: include/svx/strings.hrc:661
+#. hksaM
+#: include/svx/strings.hrc:687
msgctxt "RID_SVXSTR_TBLAFMT_LO6_SIMPLE_GRID_ROWS"
msgid "Simple Grid Rows"
msgstr ""
-#: include/svx/strings.hrc:662
+#. CHXkk
+#: include/svx/strings.hrc:688
msgctxt "RID_SVXSTR_TBLAFMT_LO6_SIMPLE_LIST_SHADED"
msgid "Simple List Shaded"
msgstr ""
-#: include/svx/strings.hrc:663
+#. XrHFB
+#: include/svx/strings.hrc:689
msgctxt "RID_SVXSTR_LINEJOINT_MIDDLE"
msgid "Line joint averaged"
msgstr "रेखा सन्धि माध्य"
-#: include/svx/strings.hrc:664
+#. zbAG7
+#: include/svx/strings.hrc:690
msgctxt "RID_SVXSTR_LINEJOINT_BEVEL"
msgid "Line joint bevel"
msgstr "रेखा सन्धि तिरछा"
-#: include/svx/strings.hrc:665
+#. EtQJT
+#: include/svx/strings.hrc:691
msgctxt "RID_SVXSTR_LINEJOINT_MITER"
msgid "Line joint miter"
msgstr "रेखा सन्धि मैटर"
-#: include/svx/strings.hrc:666
+#. YUtBv
+#: include/svx/strings.hrc:692
msgctxt "RID_SVXSTR_LINEJOINT_ROUND"
msgid "Line joint round"
msgstr "रेखा सन्धि गोल"
+#. rKEBC
#. the familiar name for it
-#: include/svx/strings.hrc:668
+#: include/svx/strings.hrc:694
msgctxt "RID_SVXSTR_LINECAP_BUTT"
msgid "Line cap flat"
msgstr ""
-#: include/svx/strings.hrc:669
+#. zKt6C
+#: include/svx/strings.hrc:695
msgctxt "RID_SVXSTR_LINECAP_ROUND"
msgid "Line cap round"
msgstr ""
-#: include/svx/strings.hrc:670
+#. 5Lbx4
+#: include/svx/strings.hrc:696
msgctxt "RID_SVXSTR_LINECAP_SQUARE"
msgid "Line cap square"
msgstr ""
-#: include/svx/strings.hrc:671
+#. YXbPg
+#: include/svx/strings.hrc:697
msgctxt "RID_SVXSTR_GRDT0"
msgid "Gradient"
msgstr "झुकाव "
-#: include/svx/strings.hrc:672
+#. mZwMD
+#: include/svx/strings.hrc:698
msgctxt "RID_SVXSTR_GRDT1"
msgid "Linear blue/white"
msgstr "रैखिक नीला/उज्जर"
-#: include/svx/strings.hrc:673
+#. WyGuh
+#: include/svx/strings.hrc:699
msgctxt "RID_SVXSTR_GRDT2"
msgid "Linear magenta/green"
msgstr "रैखिक मेजन्टा/हरिअर"
-#: include/svx/strings.hrc:674
+#. cLHvA
+#: include/svx/strings.hrc:700
msgctxt "RID_SVXSTR_GRDT3"
msgid "Linear yellow/brown"
msgstr "रैखिक पिअर/भूरा"
-#: include/svx/strings.hrc:675
+#. Kfkbm
+#: include/svx/strings.hrc:701
msgctxt "RID_SVXSTR_GRDT4"
msgid "Radial green/black"
msgstr "रेडियल हरिअर/करिअर"
-#: include/svx/strings.hrc:676
+#. uiTTS
+#: include/svx/strings.hrc:702
msgctxt "RID_SVXSTR_GRDT5"
msgid "Radial red/yellow"
msgstr "रेडियल लाल/पिअर"
-#: include/svx/strings.hrc:677
+#. SsUvr
+#: include/svx/strings.hrc:703
msgctxt "RID_SVXSTR_GRDT6"
msgid "Rectangular red/white"
msgstr "आयताकार लाल/उज्जर"
-#: include/svx/strings.hrc:678
+#. CKwQP
+#: include/svx/strings.hrc:704
msgctxt "RID_SVXSTR_GRDT7"
msgid "Square yellow/white"
msgstr "वर्ग पिअर/उज्जर"
-#: include/svx/strings.hrc:679
+#. hi3tb
+#: include/svx/strings.hrc:705
msgctxt "RID_SVXSTR_GRDT8"
msgid "Ellipsoid blue gray/light blue"
msgstr "दीर्घवृत्तज नीला ग्रे/हलुक नीला"
-#: include/svx/strings.hrc:680
+#. b6AwV
+#: include/svx/strings.hrc:706
msgctxt "RID_SVXSTR_GRDT9"
msgid "Axial light red/white"
msgstr "एक्सियल हलुक लाल/उज्जर"
+#. Adprm
#. l means left
-#: include/svx/strings.hrc:682
+#: include/svx/strings.hrc:708
#, fuzzy
msgctxt "RID_SVXSTR_GRDT10"
msgid "Diagonal 1l"
msgstr "तिर्यक"
+#. pJ9QE
#. r means right
-#: include/svx/strings.hrc:684
+#: include/svx/strings.hrc:710
#, fuzzy
msgctxt "RID_SVXSTR_GRDT11"
msgid "Diagonal 1r"
msgstr "तिर्यक"
+#. JB95r
#. l means left
-#: include/svx/strings.hrc:686
+#: include/svx/strings.hrc:712
#, fuzzy
msgctxt "RID_SVXSTR_GRDT12"
msgid "Diagonal 2l"
msgstr "तिर्यक"
+#. xUpUR
#. r means right
-#: include/svx/strings.hrc:688
+#: include/svx/strings.hrc:714
#, fuzzy
msgctxt "RID_SVXSTR_GRDT13"
msgid "Diagonal 2r"
msgstr "तिर्यक"
+#. WCYMT
#. l means left
-#: include/svx/strings.hrc:690
+#: include/svx/strings.hrc:716
#, fuzzy
msgctxt "RID_SVXSTR_GRDT14"
msgid "Diagonal 3l"
msgstr "तिर्यक"
+#. 3rJw7
#. r means right
-#: include/svx/strings.hrc:692
+#: include/svx/strings.hrc:718
#, fuzzy
msgctxt "RID_SVXSTR_GRDT15"
msgid "Diagonal 3r"
msgstr "तिर्यक"
+#. a6ENF
#. l means left
-#: include/svx/strings.hrc:694
+#: include/svx/strings.hrc:720
#, fuzzy
msgctxt "RID_SVXSTR_GRDT16"
msgid "Diagonal 4l"
msgstr "तिर्यक"
+#. Fpctb
#. r means right
-#: include/svx/strings.hrc:696
+#: include/svx/strings.hrc:722
#, fuzzy
msgctxt "RID_SVXSTR_GRDT17"
msgid "Diagonal 4r"
msgstr "तिर्यक"
-#: include/svx/strings.hrc:697
+#. yqda8
+#: include/svx/strings.hrc:723
#, fuzzy
msgctxt "RID_SVXSTR_GRDT18"
msgid "Diagonal Blue"
msgstr "कर्ण उप्पर"
-#: include/svx/strings.hrc:698
+#. GCtJC
+#: include/svx/strings.hrc:724
#, fuzzy
msgctxt "RID_SVXSTR_GRDT19"
msgid "Diagonal Green"
msgstr "कर्ण नीच्चाँ"
-#: include/svx/strings.hrc:699
+#. LCQEB
+#: include/svx/strings.hrc:725
#, fuzzy
msgctxt "RID_SVXSTR_GRDT20"
msgid "Diagonal Orange"
msgstr "कर्ण नीच्चाँ"
-#: include/svx/strings.hrc:700
+#. oD7FW
+#: include/svx/strings.hrc:726
#, fuzzy
msgctxt "RID_SVXSTR_GRDT21"
msgid "Diagonal Red"
msgstr "कर्ण नीच्चाँ"
-#: include/svx/strings.hrc:701
+#. vuyUG
+#: include/svx/strings.hrc:727
#, fuzzy
msgctxt "RID_SVXSTR_GRDT22"
msgid "Diagonal Turquoise"
msgstr "तिर्यक वर्ग"
-#: include/svx/strings.hrc:702
+#. mGtyc
+#: include/svx/strings.hrc:728
#, fuzzy
msgctxt "RID_SVXSTR_GRDT23"
msgid "Diagonal Violet"
msgstr "कर्ण नीच्चाँ"
-#: include/svx/strings.hrc:703
+#. cArVy
+#: include/svx/strings.hrc:729
#, fuzzy
msgctxt "RID_SVXSTR_GRDT24"
msgid "From a Corner"
msgstr "समेटल कोना"
-#: include/svx/strings.hrc:704
+#. gvXLL
+#: include/svx/strings.hrc:730
msgctxt "RID_SVXSTR_GRDT25"
msgid "From a Corner, Blue"
msgstr ""
-#: include/svx/strings.hrc:705
+#. GaTPh
+#: include/svx/strings.hrc:731
msgctxt "RID_SVXSTR_GRDT26"
msgid "From a Corner, Green"
msgstr ""
-#: include/svx/strings.hrc:706
+#. GE5vm
+#: include/svx/strings.hrc:732
msgctxt "RID_SVXSTR_GRDT27"
msgid "From a Corner, Orange"
msgstr ""
-#: include/svx/strings.hrc:707
+#. BFTnr
+#: include/svx/strings.hrc:733
msgctxt "RID_SVXSTR_GRDT28"
msgid "From a Corner, Red"
msgstr ""
-#: include/svx/strings.hrc:708
+#. AFKRL
+#: include/svx/strings.hrc:734
#, fuzzy
msgctxt "RID_SVXSTR_GRDT29"
msgid "From a Corner, Turquoise"
msgstr "मुद्रा टर्कोइस"
-#: include/svx/strings.hrc:709
+#. djBGe
+#: include/svx/strings.hrc:735
msgctxt "RID_SVXSTR_GRDT30"
msgid "From a Corner, Violet"
msgstr ""
-#: include/svx/strings.hrc:710
+#. pwDuE
+#: include/svx/strings.hrc:736
#, fuzzy
msgctxt "RID_SVXSTR_GRDT31"
msgid "From the Middle"
msgstr "उप्पर बामाँसँ"
-#: include/svx/strings.hrc:711
+#. y8qpL
+#: include/svx/strings.hrc:737
#, fuzzy
msgctxt "RID_SVXSTR_GRDT32"
msgid "From the Middle, Blue"
msgstr "उप्पर बामाँसँ"
-#: include/svx/strings.hrc:712
+#. PGt5w
+#: include/svx/strings.hrc:738
#, fuzzy
msgctxt "RID_SVXSTR_GRDT33"
msgid "From the Middle, Green"
msgstr "उप्पर बामाँसँ"
-#: include/svx/strings.hrc:713
+#. CyLXB
+#: include/svx/strings.hrc:739
#, fuzzy
msgctxt "RID_SVXSTR_GRDT34"
msgid "From the Middle, Orange"
msgstr "उप्पर बामाँसँ"
-#: include/svx/strings.hrc:714
+#. vkERJ
+#: include/svx/strings.hrc:740
#, fuzzy
msgctxt "RID_SVXSTR_GRDT35"
msgid "From the Middle, Red"
msgstr "उप्पर बामाँसँ"
-#: include/svx/strings.hrc:715
+#. Sq2SE
+#: include/svx/strings.hrc:741
msgctxt "RID_SVXSTR_GRDT36"
msgid "From the Middle, Turquoise"
msgstr ""
-#: include/svx/strings.hrc:716
+#. DoSmH
+#: include/svx/strings.hrc:742
#, fuzzy
msgctxt "RID_SVXSTR_GRDT37"
msgid "From the Middle, Violet"
msgstr "उप्पर बामाँसँ"
-#: include/svx/strings.hrc:717
+#. 9XHkg
+#: include/svx/strings.hrc:743
msgctxt "RID_SVXSTR_GRDT38"
msgid "Horizontal"
msgstr "क्षैतिज"
-#: include/svx/strings.hrc:718
+#. FDG7B
+#: include/svx/strings.hrc:744
#, fuzzy
msgctxt "RID_SVXSTR_GRDT39"
msgid "Horizontal Blue"
msgstr "क्षैतिज बाहर"
-#: include/svx/strings.hrc:719
+#. ZEfzF
+#: include/svx/strings.hrc:745
#, fuzzy
msgctxt "RID_SVXSTR_GRDT40"
msgid "Horizontal Green"
msgstr "क्षैजितमे"
-#: include/svx/strings.hrc:720
+#. GFRCF
+#: include/svx/strings.hrc:746
#, fuzzy
msgctxt "RID_SVXSTR_GRDT41"
msgid "Horizontal Orange"
msgstr "क्षैतिज रेखा"
-#: include/svx/strings.hrc:721
+#. iouxG
+#: include/svx/strings.hrc:747
#, fuzzy
msgctxt "RID_SVXSTR_GRDT42"
msgid "Horizontal Red"
msgstr "क्षैजितमे"
-#: include/svx/strings.hrc:722
+#. Gta9k
+#: include/svx/strings.hrc:748
#, fuzzy
msgctxt "RID_SVXSTR_GRDT43"
msgid "Horizontal Turquoise"
msgstr "क्षैतिज रूलर (~z)"
-#: include/svx/strings.hrc:723
+#. Tdpw4
+#: include/svx/strings.hrc:749
#, fuzzy
msgctxt "RID_SVXSTR_GRDT44"
msgid "Horizontal Violet"
msgstr "क्षैतिज बाहर"
-#: include/svx/strings.hrc:724
+#. DyVEP
+#: include/svx/strings.hrc:750
#, fuzzy
msgctxt "RID_SVXSTR_GRDT45"
msgid "Radial"
msgstr "रेडिकल"
-#: include/svx/strings.hrc:725
+#. Uyhuj
+#: include/svx/strings.hrc:751
#, fuzzy
msgctxt "RID_SVXSTR_GRDT46"
msgid "Radial Blue"
msgstr "रेडिकल"
-#: include/svx/strings.hrc:726
+#. MA6Qs
+#: include/svx/strings.hrc:752
#, fuzzy
msgctxt "RID_SVXSTR_GRDT47"
msgid "Radial Green"
msgstr "रेडियल हरिअर/करिअर"
-#: include/svx/strings.hrc:727
+#. Pt24U
+#: include/svx/strings.hrc:753
#, fuzzy
msgctxt "RID_SVXSTR_GRDT48"
msgid "Radial Orange"
msgstr "डाटा परिसर:"
-#: include/svx/strings.hrc:728
+#. 37T3A
+#: include/svx/strings.hrc:754
#, fuzzy
msgctxt "RID_SVXSTR_GRDT49"
msgid "Radial Red"
msgstr "रेडिकल"
-#: include/svx/strings.hrc:729
+#. gLwZp
+#: include/svx/strings.hrc:755
#, fuzzy
msgctxt "RID_SVXSTR_GRDT50"
msgid "Radial Turquoise"
msgstr "टारक्वाइज"
-#: include/svx/strings.hrc:730
+#. gka9C
+#: include/svx/strings.hrc:756
#, fuzzy
msgctxt "RID_SVXSTR_GRDT51"
msgid "Radial Violet"
msgstr "बैंगनी"
-#: include/svx/strings.hrc:731
+#. BaGs9
+#: include/svx/strings.hrc:757
#, fuzzy
msgctxt "RID_SVXSTR_GRDT52"
msgid "Vertical"
msgstr "लंबवत"
-#: include/svx/strings.hrc:732
+#. DqGbG
+#: include/svx/strings.hrc:758
#, fuzzy
msgctxt "RID_SVXSTR_GRDT53"
msgid "Vertical Blue"
msgstr "लम्बवत रेखा"
-#: include/svx/strings.hrc:733
+#. FCa2X
+#: include/svx/strings.hrc:759
#, fuzzy
msgctxt "RID_SVXSTR_GRDT54"
msgid "Vertical Green"
msgstr "लंबवत एकरा भीतर"
-#: include/svx/strings.hrc:734
+#. BNSiE
+#: include/svx/strings.hrc:760
msgctxt "RID_SVXSTR_GRDT55"
msgid "Vertical Orange"
msgstr ""
-#: include/svx/strings.hrc:735
+#. DfiaF
+#: include/svx/strings.hrc:761
#, fuzzy
msgctxt "RID_SVXSTR_GRDT56"
msgid "Vertical Red"
msgstr "लंबरूप रूलर"
-#: include/svx/strings.hrc:736
+#. 4htXp
+#: include/svx/strings.hrc:762
#, fuzzy
msgctxt "RID_SVXSTR_GRDT57"
msgid "Vertical Turquoise"
msgstr "लंबवत रूलर (~c)"
-#: include/svx/strings.hrc:737
+#. FVCCq
+#: include/svx/strings.hrc:763
#, fuzzy
msgctxt "RID_SVXSTR_GRDT58"
msgid "Vertical Violet"
msgstr "लम्बवत बाहर"
+#. S3bJ9
#. gradients of unknown provenience
-#: include/svx/strings.hrc:739
+#: include/svx/strings.hrc:765
msgctxt "RID_SVXSTR_GRDT59"
msgid "Gray Gradient"
msgstr ""
-#: include/svx/strings.hrc:740
+#. CDxDN
+#: include/svx/strings.hrc:766
msgctxt "RID_SVXSTR_GRDT60"
msgid "Yellow Gradient"
msgstr ""
-#: include/svx/strings.hrc:741
+#. amMze
+#: include/svx/strings.hrc:767
msgctxt "RID_SVXSTR_GRDT61"
msgid "Orange Gradient"
msgstr ""
-#: include/svx/strings.hrc:742
+#. bodAW
+#: include/svx/strings.hrc:768
msgctxt "RID_SVXSTR_GRDT62"
msgid "Red Gradient"
msgstr ""
-#: include/svx/strings.hrc:743
+#. Zn2x3
+#: include/svx/strings.hrc:769
msgctxt "RID_SVXSTR_GRDT63"
msgid "Pink Gradient"
msgstr ""
-#: include/svx/strings.hrc:744
+#. xXMfH
+#: include/svx/strings.hrc:770
msgctxt "RID_SVXSTR_GRDT64"
msgid "Sky"
msgstr "आकाश"
-#: include/svx/strings.hrc:745
+#. RYfTi
+#: include/svx/strings.hrc:771
msgctxt "RID_SVXSTR_GRDT65"
msgid "Cyan Gradient"
msgstr ""
-#: include/svx/strings.hrc:746
+#. jAu7g
+#: include/svx/strings.hrc:772
msgctxt "RID_SVXSTR_GRDT66"
msgid "Blue Gradient"
msgstr ""
-#: include/svx/strings.hrc:747
+#. idyKS
+#: include/svx/strings.hrc:773
msgctxt "RID_SVXSTR_GRDT67"
msgid "Purple Pipe"
msgstr ""
-#: include/svx/strings.hrc:748
+#. fFZia
+#: include/svx/strings.hrc:774
#, fuzzy
msgctxt "RID_SVXSTR_GRDT68"
msgid "Night"
msgstr "दहिन्ना"
-#: include/svx/strings.hrc:749
+#. 4ECED
+#: include/svx/strings.hrc:775
msgctxt "RID_SVXSTR_GRDT69"
msgid "Green Gradient"
msgstr ""
+#. ecDQh
#. actual gradients defined for 6.1
-#: include/svx/strings.hrc:751
+#: include/svx/strings.hrc:777
msgctxt "RID_SVXSTR_GRDT70"
msgid "Pastel Bouquet"
msgstr ""
-#: include/svx/strings.hrc:752
+#. 9BV4L
+#: include/svx/strings.hrc:778
msgctxt "RID_SVXSTR_GRDT71"
msgid "Pastel Dream"
msgstr ""
-#: include/svx/strings.hrc:753
+#. jEVDi
+#: include/svx/strings.hrc:779
msgctxt "RID_SVXSTR_GRDT72"
msgid "Blue Touch"
msgstr ""
-#: include/svx/strings.hrc:754
+#. ZAj48
+#: include/svx/strings.hrc:780
msgctxt "RID_SVXSTR_GRDT73"
msgid "Blank with Gray"
msgstr ""
-#: include/svx/strings.hrc:755
+#. CJqu3
+#: include/svx/strings.hrc:781
msgctxt "RID_SVXSTR_GRDT74"
msgid "Spotted Gray"
msgstr ""
-#: include/svx/strings.hrc:756
+#. s6Z54
+#: include/svx/strings.hrc:782
msgctxt "RID_SVXSTR_GRDT75"
msgid "London Mist"
msgstr ""
-#: include/svx/strings.hrc:757
+#. nk99S
+#: include/svx/strings.hrc:783
msgctxt "RID_SVXSTR_GRDT76"
msgid "Teal to Blue"
msgstr ""
-#: include/svx/strings.hrc:758
+#. ud3Bc
+#: include/svx/strings.hrc:784
msgctxt "RID_SVXSTR_GRDT77"
msgid "Midnight"
msgstr ""
-#: include/svx/strings.hrc:759
+#. 3DFV9
+#: include/svx/strings.hrc:785
msgctxt "RID_SVXSTR_GRDT78"
msgid "Deep Ocean"
msgstr ""
-#: include/svx/strings.hrc:760
+#. beAAG
+#: include/svx/strings.hrc:786
msgctxt "RID_SVXSTR_GRDT79"
msgid "Submarine"
msgstr ""
-#: include/svx/strings.hrc:761
+#. LCJCH
+#: include/svx/strings.hrc:787
msgctxt "RID_SVXSTR_GRDT80"
msgid "Green Grass"
msgstr ""
-#: include/svx/strings.hrc:762
+#. wiGu5
+#: include/svx/strings.hrc:788
msgctxt "RID_SVXSTR_GRDT81"
msgid "Neon Light"
msgstr ""
-#: include/svx/strings.hrc:763
+#. EGqXT
+#: include/svx/strings.hrc:789
msgctxt "RID_SVXSTR_GRDT82"
msgid "Sunshine"
msgstr ""
-#: include/svx/strings.hrc:764
+#. WCs3M
+#: include/svx/strings.hrc:790
msgctxt "RID_SVXSTR_GRDT83"
msgid "Present"
msgstr ""
-#: include/svx/strings.hrc:765
+#. 85b3G
+#: include/svx/strings.hrc:791
msgctxt "RID_SVXSTR_GRDT84"
msgid "Mahagoni"
msgstr ""
+#. iGSbh
#. /gradients
-#: include/svx/strings.hrc:767
+#: include/svx/strings.hrc:793
#, fuzzy
msgctxt "RID_SVXSTR_HATCH0"
msgid "Black 45 Degrees Wide"
msgstr "करिया 45 डिग्री चओड़ाइ"
-#: include/svx/strings.hrc:768
+#. Fsq7L
+#: include/svx/strings.hrc:794
#, fuzzy
msgctxt "RID_SVXSTR_HATCH1"
msgid "Black 45 Degrees"
msgstr "करिया 45 डिग्रीसभ"
-#: include/svx/strings.hrc:769
+#. rG5Ru
+#: include/svx/strings.hrc:795
#, fuzzy
msgctxt "RID_SVXSTR_HATCH2"
msgid "Black -45 Degrees"
msgstr "करिया -45 डिग्रीसभ"
-#: include/svx/strings.hrc:770
+#. ADEbz
+#: include/svx/strings.hrc:796
#, fuzzy
msgctxt "RID_SVXSTR_HATCH3"
msgid "Black 90 Degrees"
msgstr "करिया 90 डिग्रीसभ"
-#: include/svx/strings.hrc:771
+#. yFBSa
+#: include/svx/strings.hrc:797
#, fuzzy
msgctxt "RID_SVXSTR_HATCH4"
msgid "Red Crossed 45 Degrees"
msgstr "लाल काटल 45 डिग्रीसभ"
-#: include/svx/strings.hrc:772
+#. baYTK
+#: include/svx/strings.hrc:798
#, fuzzy
msgctxt "RID_SVXSTR_HATCH5"
msgid "Red Crossed 0 Degrees"
msgstr "लाल काटल 0 डिग्रीसभ"
-#: include/svx/strings.hrc:773
+#. c6BBY
+#: include/svx/strings.hrc:799
#, fuzzy
msgctxt "RID_SVXSTR_HATCH6"
msgid "Blue Crossed 45 Degrees"
msgstr "नीला काटल 45 डिग्रीसभ"
-#: include/svx/strings.hrc:774
+#. fQaT6
+#: include/svx/strings.hrc:800
#, fuzzy
msgctxt "RID_SVXSTR_HATCH7"
msgid "Blue Crossed 0 Degrees"
msgstr "नीला काटल 0 डिग्रीसभ"
-#: include/svx/strings.hrc:775
+#. uGUXT
+#: include/svx/strings.hrc:801
#, fuzzy
msgctxt "RID_SVXSTR_HATCH8"
msgid "Blue Triple 90 Degrees"
msgstr "नीला तिगुना 90 डिग्रीसभ"
-#: include/svx/strings.hrc:776
+#. Lnqtb
+#: include/svx/strings.hrc:802
#, fuzzy
msgctxt "RID_SVXSTR_HATCH9"
msgid "Black 0 Degrees"
msgstr "करिया 0 डिग्रीसभ"
-#: include/svx/strings.hrc:777
+#. 3cEoq
+#: include/svx/strings.hrc:803
msgctxt "RID_SVXSTR_HATCH10"
msgid "Hatching"
msgstr "हैचिंग"
-#: include/svx/strings.hrc:778
+#. FJati
+#: include/svx/strings.hrc:804
msgctxt "RID_SVXSTR_BMP0"
msgid "Empty"
msgstr ""
-#: include/svx/strings.hrc:779
+#. Q4jUs
+#: include/svx/strings.hrc:805
msgctxt "RID_SVXSTR_BMP1"
msgid "Painted White"
msgstr ""
-#: include/svx/strings.hrc:780
+#. iHX2t
+#: include/svx/strings.hrc:806
msgctxt "RID_SVXSTR_BMP2"
msgid "Paper Texture"
msgstr ""
-#: include/svx/strings.hrc:781
+#. mAyG3
+#: include/svx/strings.hrc:807
msgctxt "RID_SVXSTR_BMP3"
msgid "Paper Crumpled"
msgstr ""
-#: include/svx/strings.hrc:782
+#. i3ARe
+#: include/svx/strings.hrc:808
msgctxt "RID_SVXSTR_BMP4"
msgid "Paper Graph"
msgstr ""
-#: include/svx/strings.hrc:783
+#. 6izYJ
+#: include/svx/strings.hrc:809
msgctxt "RID_SVXSTR_BMP5"
msgid "Parchment Paper"
msgstr ""
-#: include/svx/strings.hrc:784
+#. mQCXG
+#: include/svx/strings.hrc:810
msgctxt "RID_SVXSTR_BMP6"
msgid "Fence"
msgstr ""
-#: include/svx/strings.hrc:785
+#. TriUQ
+#: include/svx/strings.hrc:811
msgctxt "RID_SVXSTR_BMP7"
msgid "Wooden Board"
msgstr ""
-#: include/svx/strings.hrc:786
+#. Hp2Gp
+#: include/svx/strings.hrc:812
msgctxt "RID_SVXSTR_BMP8"
msgid "Maple Leaves"
msgstr ""
-#: include/svx/strings.hrc:787
+#. 2B5Wr
+#: include/svx/strings.hrc:813
msgctxt "RID_SVXSTR_BMP9"
msgid "Lawn"
msgstr ""
-#: include/svx/strings.hrc:788
+#. bAE9x
+#: include/svx/strings.hrc:814
msgctxt "RID_SVXSTR_BMP10"
msgid "Colorful Pebbles"
msgstr ""
-#: include/svx/strings.hrc:789
+#. nqBbP
+#: include/svx/strings.hrc:815
msgctxt "RID_SVXSTR_BMP11"
msgid "Coffee Beans"
msgstr ""
-#: include/svx/strings.hrc:790
+#. CQS6y
+#: include/svx/strings.hrc:816
msgctxt "RID_SVXSTR_BMP12"
msgid "Little Clouds"
msgstr ""
-#: include/svx/strings.hrc:791
+#. 2hE6A
+#: include/svx/strings.hrc:817
msgctxt "RID_SVXSTR_BMP13"
msgid "Bathroom Tiles"
msgstr ""
-#: include/svx/strings.hrc:792
+#. KZeGr
+#: include/svx/strings.hrc:818
msgctxt "RID_SVXSTR_BMP14"
msgid "Wall of Rock"
msgstr ""
-#: include/svx/strings.hrc:793
+#. wAELs
+#: include/svx/strings.hrc:819
msgctxt "RID_SVXSTR_BMP15"
msgid "Zebra"
msgstr ""
-#: include/svx/strings.hrc:794
+#. AVGfC
+#: include/svx/strings.hrc:820
msgctxt "RID_SVXSTR_BMP16"
msgid "Color Stripes"
msgstr ""
-#: include/svx/strings.hrc:795
+#. ZoUmP
+#: include/svx/strings.hrc:821
msgctxt "RID_SVXSTR_BMP17"
msgid "Gravel"
msgstr ""
-#: include/svx/strings.hrc:796
+#. 5FiBd
+#: include/svx/strings.hrc:822
msgctxt "RID_SVXSTR_BMP18"
msgid "Parchment Studio"
msgstr ""
-#: include/svx/strings.hrc:797
+#. HYfqK
+#: include/svx/strings.hrc:823
msgctxt "RID_SVXSTR_BMP19"
msgid "Night Sky"
msgstr ""
-#: include/svx/strings.hrc:798
+#. NkYV3
+#: include/svx/strings.hrc:824
msgctxt "RID_SVXSTR_BMP20"
msgid "Pool"
msgstr ""
-#: include/svx/strings.hrc:799
+#. Co6U3
+#: include/svx/strings.hrc:825
msgctxt "RID_SVXSTR_BMP21"
msgid "Bitmap"
msgstr "बिटमैप"
-#: include/svx/strings.hrc:800
+#. YEbqw
+#: include/svx/strings.hrc:826
msgctxt "RID_SVXSTR_BMP22"
msgid "5 Percent"
msgstr ""
-#: include/svx/strings.hrc:801
+#. AAn36
+#: include/svx/strings.hrc:827
msgctxt "RID_SVXSTR_BMP23"
msgid "10 Percent"
msgstr ""
-#: include/svx/strings.hrc:802
+#. NLTbt
+#: include/svx/strings.hrc:828
msgctxt "RID_SVXSTR_BMP24"
msgid "20 Percent"
msgstr ""
-#: include/svx/strings.hrc:803
+#. vx2XC
+#: include/svx/strings.hrc:829
msgctxt "RID_SVXSTR_BMP25"
msgid "25 Percent"
msgstr ""
-#: include/svx/strings.hrc:804
+#. weQqs
+#: include/svx/strings.hrc:830
msgctxt "RID_SVXSTR_BMP26"
msgid "30 Percent"
msgstr ""
-#: include/svx/strings.hrc:805
+#. CAdAS
+#: include/svx/strings.hrc:831
msgctxt "RID_SVXSTR_BMP27"
msgid "40 Percent"
msgstr ""
-#: include/svx/strings.hrc:806
+#. 5T5vP
+#: include/svx/strings.hrc:832
msgctxt "RID_SVXSTR_BMP28"
msgid "50 Percent"
msgstr ""
-#: include/svx/strings.hrc:807
+#. aNdJE
+#: include/svx/strings.hrc:833
msgctxt "RID_SVXSTR_BMP29"
msgid "60 Percent"
msgstr ""
-#: include/svx/strings.hrc:808
+#. 3vD8U
+#: include/svx/strings.hrc:834
msgctxt "RID_SVXSTR_BMP30"
msgid "70 Percent"
msgstr ""
-#: include/svx/strings.hrc:809
+#. UJmCD
+#: include/svx/strings.hrc:835
msgctxt "RID_SVXSTR_BMP31"
msgid "75 Percent"
msgstr ""
-#: include/svx/strings.hrc:810
+#. i9RCR
+#: include/svx/strings.hrc:836
msgctxt "RID_SVXSTR_BMP32"
msgid "80 Percent"
msgstr ""
-#: include/svx/strings.hrc:811
+#. 2oEkC
+#: include/svx/strings.hrc:837
msgctxt "RID_SVXSTR_BMP33"
msgid "90 Percent"
msgstr ""
-#: include/svx/strings.hrc:812
+#. a3yZ5
+#: include/svx/strings.hrc:838
msgctxt "RID_SVXSTR_BMP34"
msgid "Light Downward Diagonal"
msgstr ""
-#: include/svx/strings.hrc:813
+#. oiGTx
+#: include/svx/strings.hrc:839
msgctxt "RID_SVXSTR_BMP35"
msgid "Light Upward Diagonal"
msgstr ""
-#: include/svx/strings.hrc:814
+#. CGpy7
+#: include/svx/strings.hrc:840
msgctxt "RID_SVXSTR_BMP36"
msgid "Dark Downward Diagonal"
msgstr ""
-#: include/svx/strings.hrc:815
+#. cucpa
+#: include/svx/strings.hrc:841
msgctxt "RID_SVXSTR_BMP37"
msgid "Dark Upward Diagonal"
msgstr ""
-#: include/svx/strings.hrc:816
+#. EFDcT
+#: include/svx/strings.hrc:842
msgctxt "RID_SVXSTR_BMP38"
msgid "Wide Downward Diagonal"
msgstr ""
-#: include/svx/strings.hrc:817
+#. CWmH5
+#: include/svx/strings.hrc:843
msgctxt "RID_SVXSTR_BMP39"
msgid "Wide Upward Diagonal"
msgstr ""
-#: include/svx/strings.hrc:818
+#. BZJUK
+#: include/svx/strings.hrc:844
msgctxt "RID_SVXSTR_BMP40"
msgid "Light Vertical"
msgstr ""
-#: include/svx/strings.hrc:819
+#. B5FVF
+#: include/svx/strings.hrc:845
#, fuzzy
msgctxt "RID_SVXSTR_BMP41"
msgid "Light Horizontal"
msgstr "तिरछा क्षैतिज"
-#: include/svx/strings.hrc:820
+#. daP9i
+#: include/svx/strings.hrc:846
msgctxt "RID_SVXSTR_BMP42"
msgid "Narrow Vertical"
msgstr ""
-#: include/svx/strings.hrc:821
+#. JD5FJ
+#: include/svx/strings.hrc:847
msgctxt "RID_SVXSTR_BMP43"
msgid "Narrow Horizontal"
msgstr ""
-#: include/svx/strings.hrc:822
+#. eB4wk
+#: include/svx/strings.hrc:848
msgctxt "RID_SVXSTR_BMP44"
msgid "Dark Vertical"
msgstr ""
-#: include/svx/strings.hrc:823
+#. MeoCx
+#: include/svx/strings.hrc:849
#, fuzzy
msgctxt "RID_SVXSTR_BMP45"
msgid "Dark Horizontal"
msgstr "तिरछा क्षैतिज"
-#: include/svx/strings.hrc:824
+#. gAqnG
+#: include/svx/strings.hrc:850
msgctxt "RID_SVXSTR_BMP46"
msgid "Dashed Downward Diagonal"
msgstr ""
-#: include/svx/strings.hrc:825
+#. DGB5k
+#: include/svx/strings.hrc:851
msgctxt "RID_SVXSTR_BMP47"
msgid "Dashed Upward Diagonal"
msgstr ""
-#: include/svx/strings.hrc:826
+#. JC7je
+#: include/svx/strings.hrc:852
msgctxt "RID_SVXSTR_BMP48"
msgid "Dashed Horizontal"
msgstr ""
-#: include/svx/strings.hrc:827
+#. iFiBq
+#: include/svx/strings.hrc:853
msgctxt "RID_SVXSTR_BMP49"
msgid "Dashed Vertical"
msgstr ""
-#: include/svx/strings.hrc:828
+#. gWDnG
+#: include/svx/strings.hrc:854
msgctxt "RID_SVXSTR_BMP50"
msgid "Small Confetti"
msgstr ""
-#: include/svx/strings.hrc:829
+#. vbh6h
+#: include/svx/strings.hrc:855
msgctxt "RID_SVXSTR_BMP51"
msgid "Large Confetti"
msgstr ""
-#: include/svx/strings.hrc:830
+#. XFemm
+#: include/svx/strings.hrc:856
msgctxt "RID_SVXSTR_BMP52"
msgid "Zig Zag"
msgstr ""
-#: include/svx/strings.hrc:831
+#. mC3BE
+#: include/svx/strings.hrc:857
msgctxt "RID_SVXSTR_BMP53"
msgid "Wave"
msgstr "तरंग"
-#: include/svx/strings.hrc:832
+#. icCPR
+#: include/svx/strings.hrc:858
msgctxt "RID_SVXSTR_BMP54"
msgid "Diagonal Brick"
msgstr ""
-#: include/svx/strings.hrc:833
+#. 8CqPG
+#: include/svx/strings.hrc:859
#, fuzzy
msgctxt "RID_SVXSTR_BMP55"
msgid "Horizontal Brick"
msgstr "क्षैतिज रेखा"
-#: include/svx/strings.hrc:834
+#. GFUZF
+#: include/svx/strings.hrc:860
#, fuzzy
msgctxt "RID_SVXSTR_BMP56"
msgid "Weave"
msgstr "तरंग"
-#: include/svx/strings.hrc:835
+#. bp9ZY
+#: include/svx/strings.hrc:861
#, fuzzy
msgctxt "RID_SVXSTR_BMP57"
msgid "Plaid"
msgstr "सादा"
-#: include/svx/strings.hrc:836
+#. ZrVMS
+#: include/svx/strings.hrc:862
msgctxt "RID_SVXSTR_BMP58"
msgid "Divot"
msgstr ""
-#: include/svx/strings.hrc:837
+#. tFas9
+#: include/svx/strings.hrc:863
msgctxt "RID_SVXSTR_BMP59"
msgid "Dotted Grid"
msgstr ""
-#: include/svx/strings.hrc:838
+#. SECdZ
+#: include/svx/strings.hrc:864
msgctxt "RID_SVXSTR_BMP60"
msgid "Dotted Diamond"
msgstr ""
-#: include/svx/strings.hrc:839
+#. ri3Ge
+#: include/svx/strings.hrc:865
#, fuzzy
msgctxt "RID_SVXSTR_BMP61"
msgid "Shingle"
msgstr "असगर"
-#: include/svx/strings.hrc:840
+#. jD9er
+#: include/svx/strings.hrc:866
msgctxt "RID_SVXSTR_BMP62"
msgid "Trellis"
msgstr ""
-#: include/svx/strings.hrc:841
+#. aemFS
+#: include/svx/strings.hrc:867
#, fuzzy
msgctxt "RID_SVXSTR_BMP63"
msgid "Sphere"
msgstr "गोल"
-#: include/svx/strings.hrc:842
+#. Ds8Ae
+#: include/svx/strings.hrc:868
msgctxt "RID_SVXSTR_BMP64"
msgid "Small Grid"
msgstr ""
-#: include/svx/strings.hrc:843
+#. a33Ci
+#: include/svx/strings.hrc:869
msgctxt "RID_SVXSTR_BMP65"
msgid "Large Grid"
msgstr ""
-#: include/svx/strings.hrc:844
+#. BCSZY
+#: include/svx/strings.hrc:870
msgctxt "RID_SVXSTR_BMP66"
msgid "Small Checker Board"
msgstr ""
-#: include/svx/strings.hrc:845
+#. Bgczw
+#: include/svx/strings.hrc:871
msgctxt "RID_SVXSTR_BMP67"
msgid "Large Checker Board"
msgstr ""
-#: include/svx/strings.hrc:846
+#. sD7Mf
+#: include/svx/strings.hrc:872
msgctxt "RID_SVXSTR_BMP68"
msgid "Outlined Diamond"
msgstr ""
-#: include/svx/strings.hrc:847
+#. RNNkR
+#: include/svx/strings.hrc:873
msgctxt "RID_SVXSTR_BMP69"
msgid "Solid Diamond"
msgstr ""
-#: include/svx/strings.hrc:848
+#. HJkgr
+#: include/svx/strings.hrc:874
msgctxt "RID_SVXSTR_BMP70"
msgid "Vertical"
msgstr "लम्बवत"
-#: include/svx/strings.hrc:849
+#. ED3Ga
+#: include/svx/strings.hrc:875
msgctxt "RID_SVXSTR_BMP71"
msgid "Horizontal"
msgstr "क्षैतिज"
-#: include/svx/strings.hrc:850
+#. ENYtZ
+#: include/svx/strings.hrc:876
msgctxt "RID_SVXSTR_BMP72"
msgid "Downward Diagonal"
msgstr ""
-#: include/svx/strings.hrc:851
+#. mbjPX
+#: include/svx/strings.hrc:877
msgctxt "RID_SVXSTR_BMP73"
msgid "Upward Diagonal"
msgstr ""
-#: include/svx/strings.hrc:852
+#. TxAfM
+#: include/svx/strings.hrc:878
msgctxt "RID_SVXSTR_BMP74"
msgid "Cross"
msgstr "आरपार"
-#: include/svx/strings.hrc:853
+#. 4mGJX
+#: include/svx/strings.hrc:879
msgctxt "RID_SVXSTR_BMP75"
msgid "Diagonal Cross"
msgstr ""
-#: include/svx/strings.hrc:854
+#. nrYCk
+#: include/svx/strings.hrc:880
#, fuzzy
msgctxt "RID_SVXSTR_DASH0"
msgid "Ultrafine Dashed"
msgstr "बहुत नीक योजक चिह्न कएल"
-#: include/svx/strings.hrc:855
+#. 2eJoE
+#: include/svx/strings.hrc:881
#, fuzzy
msgctxt "RID_SVXSTR_DASH1"
msgid "Fine Dashed"
msgstr "सूक्ष्म बिन्दुसँ योजक चिह्न कएल"
-#: include/svx/strings.hrc:856
+#. yYnt4
+#: include/svx/strings.hrc:882
#, fuzzy
msgctxt "RID_SVXSTR_DASH2"
msgid "2 Dots 3 Dashes"
msgstr "2 बिन्दु 1 योजक चिह्न"
-#: include/svx/strings.hrc:857
+#. 7BFEV
+#: include/svx/strings.hrc:883
#, fuzzy
msgctxt "RID_SVXSTR_DASH3"
msgid "Fine Dotted"
msgstr "सूक्ष्म बिन्दीयुक्त"
-#: include/svx/strings.hrc:858
+#. 9pxgZ
+#: include/svx/strings.hrc:884
#, fuzzy
msgctxt "RID_SVXSTR_DASH4"
msgid "Line with Fine Dots"
msgstr "सूक्ष्म बिन्दु सहित रेखा"
-#: include/svx/strings.hrc:859
+#. q7gME
+#: include/svx/strings.hrc:885
#, fuzzy
msgctxt "RID_SVXSTR_DASH5"
msgid "Fine Dashed"
msgstr "सूक्ष्म बिन्दुसँ योजक चिह्न कएल"
-#: include/svx/strings.hrc:860
+#. kk4YV
+#: include/svx/strings.hrc:886
msgctxt "RID_SVXSTR_DASH6"
msgid "3 Dashes 3 Dots"
msgstr ""
-#: include/svx/strings.hrc:861
+#. N3MG5
+#: include/svx/strings.hrc:887
#, fuzzy
msgctxt "RID_SVXSTR_DASH7"
msgid "Ultrafine Dotted"
msgstr "बहुत नीक योजक चिह्न कएल"
-#: include/svx/strings.hrc:862
+#. GCfG9
+#: include/svx/strings.hrc:888
#, fuzzy
msgctxt "RID_SVXSTR_DASH8"
msgid "Line Style 9"
msgstr "रेखा शैली 9"
-#: include/svx/strings.hrc:863
+#. qMFrx
+#: include/svx/strings.hrc:889
#, fuzzy
msgctxt "RID_SVXSTR_DASH9"
msgid "2 Dots 1 Dash"
msgstr "2 बिन्दु 1 योजक चिह्न"
-#: include/svx/strings.hrc:864
+#. otVsA
+#: include/svx/strings.hrc:890
msgctxt "RID_SVXSTR_DASH10"
msgid "Dashed"
msgstr "योजक चिह्न कएल"
-#: include/svx/strings.hrc:865
+#. Cr4DN
+#: include/svx/strings.hrc:891
msgctxt "RID_SVXSTR_DASH11"
msgid "Dashed"
msgstr "योजक चिह्न कएल"
-#: include/svx/strings.hrc:866
+#. bDeRG
+#: include/svx/strings.hrc:892
msgctxt "RID_SVXSTR_DASH12"
msgid "Line Style"
msgstr "रेखा शैली"
-#: include/svx/strings.hrc:867
+#. iKAwD
+#: include/svx/strings.hrc:893
msgctxt "RID_SVXSTR_IMAP_ALL_FILTER"
msgid "All formats"
msgstr ""
-#: include/svx/strings.hrc:868
+#. FVAFZ
+#: include/svx/strings.hrc:894
msgctxt "RID_SVXSTR_LEND0"
msgid "Arrow concave"
msgstr "तीर नतोदर"
-#: include/svx/strings.hrc:869
+#. grGoP
+#: include/svx/strings.hrc:895
msgctxt "RID_SVXSTR_LEND1"
msgid "Square 45"
msgstr "वर्ग 45"
-#: include/svx/strings.hrc:870
+#. ZKD3J
+#: include/svx/strings.hrc:896
msgctxt "RID_SVXSTR_LEND2"
msgid "Small arrow"
msgstr "छोट तीर"
-#: include/svx/strings.hrc:871
+#. oKAHL
+#: include/svx/strings.hrc:897
msgctxt "RID_SVXSTR_LEND3"
msgid "Dimension lines"
msgstr "आकार रेखा"
-#: include/svx/strings.hrc:872
+#. JKxZ6
+#: include/svx/strings.hrc:898
msgctxt "RID_SVXSTR_LEND4"
msgid "Double Arrow"
msgstr "द्विगुणित तीर"
-#: include/svx/strings.hrc:873
+#. ZDkoo
+#: include/svx/strings.hrc:899
msgctxt "RID_SVXSTR_LEND5"
msgid "Rounded short arrow"
msgstr "गोल आकारक छोट तीर"
-#: include/svx/strings.hrc:874
+#. SAxkg
+#: include/svx/strings.hrc:900
msgctxt "RID_SVXSTR_LEND6"
msgid "Symmetric arrow"
msgstr "समरूप तीर"
-#: include/svx/strings.hrc:875
+#. zxuGD
+#: include/svx/strings.hrc:901
msgctxt "RID_SVXSTR_LEND7"
msgid "Line arrow"
msgstr "रेखा तीर"
-#: include/svx/strings.hrc:876
+#. SjdJn
+#: include/svx/strings.hrc:902
msgctxt "RID_SVXSTR_LEND8"
msgid "Rounded large arrow"
msgstr "गोल आकारक पैघ तीर"
-#: include/svx/strings.hrc:877
+#. EBEY5
+#: include/svx/strings.hrc:903
msgctxt "RID_SVXSTR_LEND9"
msgid "Circle"
msgstr "वृत्त"
-#: include/svx/strings.hrc:878
+#. H9DDA
+#: include/svx/strings.hrc:904
msgctxt "RID_SVXSTR_LEND10"
msgid "Square"
msgstr "वर्ग"
-#: include/svx/strings.hrc:879
+#. AWHmD
+#: include/svx/strings.hrc:905
msgctxt "RID_SVXSTR_LEND11"
msgid "Arrow"
msgstr "तीर"
-#: include/svx/strings.hrc:880
+#. oagUz
+#: include/svx/strings.hrc:906
msgctxt "RID_SVXSTR_LEND12"
msgid "Short line arrow"
msgstr ""
-#: include/svx/strings.hrc:881
+#. VNaKi
+#: include/svx/strings.hrc:907
msgctxt "RID_SVXSTR_LEND13"
msgid "Triangle unfilled"
msgstr ""
-#: include/svx/strings.hrc:882
+#. LRmKQ
+#: include/svx/strings.hrc:908
msgctxt "RID_SVXSTR_LEND14"
msgid "Diamond unfilled"
msgstr ""
-#: include/svx/strings.hrc:883
+#. L2kus
+#: include/svx/strings.hrc:909
msgctxt "RID_SVXSTR_LEND15"
msgid "Diamond"
msgstr "समचतुर्भुज"
-#: include/svx/strings.hrc:884
+#. P2Raq
+#: include/svx/strings.hrc:910
#, fuzzy
msgctxt "RID_SVXSTR_LEND16"
msgid "Circle unfilled"
msgstr "वृत्त, नहि भरल"
-#: include/svx/strings.hrc:885
+#. FNaHF
+#: include/svx/strings.hrc:911
#, fuzzy
msgctxt "RID_SVXSTR_LEND17"
msgid "Square 45 unfilled"
msgstr "वर्ग, नहि भरल"
-#: include/svx/strings.hrc:886
+#. ECeBc
+#: include/svx/strings.hrc:912
#, fuzzy
msgctxt "RID_SVXSTR_LEND18"
msgid "Square unfilled"
msgstr "वर्ग, नहि भरल"
-#: include/svx/strings.hrc:887
+#. gzYrt
+#: include/svx/strings.hrc:913
msgctxt "RID_SVXSTR_LEND19"
msgid "Half circle unfilled"
msgstr ""
-#: include/svx/strings.hrc:888
+#. thwAP
+#: include/svx/strings.hrc:914
#, fuzzy
msgctxt "RID_SVXSTR_LEND20"
msgid "Arrowhead"
msgstr "तीरशीर्ष"
-#: include/svx/strings.hrc:889
+#. EXsKo
+#: include/svx/strings.hrc:915
msgctxt "RID_SVXSTR_TRASNGR0"
msgid "Transparency"
msgstr "पारदर्शिता"
-#: include/svx/strings.hrc:890
+#. hGytB
+#: include/svx/strings.hrc:916
msgctxt "RID_SVXSTR_COLOR_LIBRE_GREEN_1"
msgid "Green 1 (%PRODUCTNAME Main Color)"
msgstr ""
-#: include/svx/strings.hrc:891
+#. Msh88
+#: include/svx/strings.hrc:917
#, fuzzy
msgctxt "RID_SVXSTR_COLOR_LIBRE_GREEN_ACCENT"
msgid "Green Accent"
msgstr "गंभीर उच्चारण"
-#: include/svx/strings.hrc:892
+#. opj2M
+#: include/svx/strings.hrc:918
#, fuzzy
msgctxt "RID_SVXSTR_COLOR_LIBRE_BLUE_ACCENT"
msgid "Blue Accent"
msgstr "तेज उच्चारण"
-#: include/svx/strings.hrc:893
+#. tC5jE
+#: include/svx/strings.hrc:919
#, fuzzy
msgctxt "RID_SVXSTR_COLOR_LIBRE_ORANGE_ACCENT"
msgid "Orange Accent"
msgstr "गंभीर उच्चारण"
-#: include/svx/strings.hrc:894
+#. 3T9pJ
+#: include/svx/strings.hrc:920
msgctxt "RID_SVXSTR_COLOR_LIBRE_PURPLE"
msgid "Purple"
msgstr ""
-#: include/svx/strings.hrc:895
+#. N5FWG
+#: include/svx/strings.hrc:921
msgctxt "RID_SVXSTR_COLOR_LIBRE_PURPLE_ACCENT"
msgid "Purple Accent"
msgstr ""
-#: include/svx/strings.hrc:896
+#. Nhtbq
+#: include/svx/strings.hrc:922
msgctxt "RID_SVXSTR_COLOR_LIBRE_YELLOW_ACCENT"
msgid "Yellow Accent"
msgstr ""
+#. AZXYu
#. Tango colors, see: http://tango.freedesktop.org/Tango_Icon_Theme_Guidelines
-#: include/svx/strings.hrc:899
+#: include/svx/strings.hrc:925
msgctxt "RID_SVXSTR_COLOR_TANGO_BUTTER"
msgid "Tango: Butter"
msgstr ""
+#. MEMGs
#. Tango colors, see: http://tango.freedesktop.org/Tango_Icon_Theme_Guidelines
-#: include/svx/strings.hrc:901
+#: include/svx/strings.hrc:927
msgctxt "RID_SVXSTR_COLOR_TANGO_ORANGE"
msgid "Tango: Orange"
msgstr ""
+#. fAhER
#. Tango colors, see: http://tango.freedesktop.org/Tango_Icon_Theme_Guidelines
-#: include/svx/strings.hrc:903
+#: include/svx/strings.hrc:929
msgctxt "RID_SVXSTR_COLOR_TANGO_CHOCOLATE"
msgid "Tango: Chocolate"
msgstr ""
+#. D9vsE
#. Tango colors, see: http://tango.freedesktop.org/Tango_Icon_Theme_Guidelines
-#: include/svx/strings.hrc:905
+#: include/svx/strings.hrc:931
msgctxt "RID_SVXSTR_COLOR_TANGO_CHAMELEON"
msgid "Tango: Chameleon"
msgstr ""
+#. qv332
#. Tango colors, see: http://tango.freedesktop.org/Tango_Icon_Theme_Guidelines
-#: include/svx/strings.hrc:907
+#: include/svx/strings.hrc:933
msgctxt "RID_SVXSTR_COLOR_TANGO_SKY_BLUE"
msgid "Tango: Sky Blue"
msgstr ""
+#. Nz8GQ
#. Tango colors, see: http://tango.freedesktop.org/Tango_Icon_Theme_Guidelines
-#: include/svx/strings.hrc:909
+#: include/svx/strings.hrc:935
msgctxt "RID_SVXSTR_COLOR_TANGO_PLUM"
msgid "Tango: Plum"
msgstr ""
+#. QNExU
#. Tango colors, see: http://tango.freedesktop.org/Tango_Icon_Theme_Guidelines
-#: include/svx/strings.hrc:911
+#: include/svx/strings.hrc:937
msgctxt "RID_SVXSTR_COLOR_TANGO_SCARLET_RED"
msgid "Tango: Scarlet Red"
msgstr ""
+#. xPCFe
#. Tango colors, see: http://tango.freedesktop.org/Tango_Icon_Theme_Guidelines
-#: include/svx/strings.hrc:913
+#: include/svx/strings.hrc:939
msgctxt "RID_SVXSTR_COLOR_TANGO_ALUMINIUM"
msgid "Tango: Aluminium"
msgstr ""
-#: include/svx/strings.hrc:914
+#. apBBr
+#: include/svx/strings.hrc:940
msgctxt "RID_SVXSTR_GALLERYPROPS_GALTHEME"
msgid "Gallery Theme"
msgstr ""
-#: include/svx/strings.hrc:915
+#. nxDMT
+#: include/svx/strings.hrc:941
msgctxt "RID_SVXSTR_GALLERY_THEMEITEMS"
msgid "Theme Items"
msgstr ""
-#: include/svx/strings.hrc:916
+#. Y6FPU
+#: include/svx/strings.hrc:942
msgctxt "RID_SVXSTR_GALLERY_PREVIEW"
msgid "Preview"
msgstr "पूर्वावलोकन"
-#: include/svx/strings.hrc:917
+#. BseGn
+#: include/svx/strings.hrc:943
msgctxt "RID_SVXSTR_SUCCESSRECOV"
msgid "Successfully recovered"
msgstr "सफलतापूर्वक फिनु प्राप्त"
-#: include/svx/strings.hrc:918
+#. LfjDh
+#: include/svx/strings.hrc:944
msgctxt "RID_SVXSTR_ORIGDOCRECOV"
msgid "Original document recovered"
msgstr "मूल दस्तावेज पुनर्प्राप्त"
-#: include/svx/strings.hrc:919
+#. BEAbm
+#: include/svx/strings.hrc:945
msgctxt "RID_SVXSTR_RECOVFAILED"
msgid "Recovery failed"
msgstr "वापसी विफल"
-#: include/svx/strings.hrc:920
+#. 5ye7z
+#: include/svx/strings.hrc:946
msgctxt "RID_SVXSTR_RECOVINPROGR"
msgid "Recovery in progress"
msgstr "वापसी प्रगतिमे अछि"
-#: include/svx/strings.hrc:921
+#. tEbUT
+#: include/svx/strings.hrc:947
msgctxt "RID_SVXSTR_NOTRECOVYET"
msgid "Not recovered yet"
msgstr "अखनतक नहि प्राप्त"
-#: include/svx/strings.hrc:922
+#. EaAMF
+#: include/svx/strings.hrc:948
msgctxt "RID_SVXSTR_RECOVERY_INPROGRESS"
msgid "%PRODUCTNAME %PRODUCTVERSION has begun recovering your documents. Depending on the size of the documents this process can take some time."
msgstr ""
-#: include/svx/strings.hrc:923
+#. AicJe
+#: include/svx/strings.hrc:949
msgctxt "RID_SVXSTR_RECOVERYONLY_FINISH_DESCR"
msgid "Recovery of your documents was finished. Click 'Finish' to see your documents."
msgstr ""
-#: include/svx/strings.hrc:924
+#. ZbeCG
+#: include/svx/strings.hrc:950
msgctxt "RID_SVXSTR_RECOVERYONLY_FINISH"
msgid "~Finish"
msgstr "समाप्त (~F)"
-#: include/svx/strings.hrc:925
+#. BBeKk
+#: include/svx/strings.hrc:951
msgctxt "RID_SVXSTR_WIDTH_LAST_CUSTOM"
msgid "Last Custom Value"
msgstr ""
-#: include/svx/strings.hrc:926
+#. mENBU
+#: include/svx/strings.hrc:952
msgctxt "RID_SVXSTR_PT"
msgid "pt"
msgstr "pt"
-#: include/svx/strings.hrc:928
+#. fRyqX
+#: include/svx/strings.hrc:954
msgctxt "RID_SVXSTR_EXPORT_GRAPHIC_TITLE"
msgid "Image Export"
msgstr ""
-#: include/svx/strings.hrc:929
+#. xXhtG
+#: include/svx/strings.hrc:955
msgctxt "RID_SVXSTR_SAVEAS_IMAGE"
msgid "Save as Image"
msgstr ""
+#. jWKoC
#. Strings for the Draw Dialog --------------------------------------------
-#: include/svx/strings.hrc:932
+#: include/svx/strings.hrc:958
msgctxt "RID_SVX_3D_UNDO_EXCHANGE_PASTE"
msgid "Insert object(s)"
msgstr "वस्तु जोड़ू"
-#: include/svx/strings.hrc:933
+#. Heqmn
+#: include/svx/strings.hrc:959
msgctxt "RID_SVX_3D_UNDO_ROTATE"
msgid "Rotate 3D object"
msgstr "3D वस्तु घुमाबू"
-#: include/svx/strings.hrc:934
+#. AC56T
+#: include/svx/strings.hrc:960
msgctxt "RID_SVX_3D_UNDO_EXTRUDE"
msgid "Create extrusion object"
msgstr "निष्कासन वस्तु उत्पन्न करू"
-#: include/svx/strings.hrc:935
+#. 4DonY
+#: include/svx/strings.hrc:961
msgctxt "RID_SVX_3D_UNDO_LATHE"
msgid "Create rotation object"
msgstr "घुमाव वस्तु उत्पन्न करू"
-#: include/svx/strings.hrc:936
+#. EL9V9
+#: include/svx/strings.hrc:962
msgctxt "RID_SVX_3D_UNDO_BREAK_LATHE"
msgid "Split 3D object"
msgstr "3D वस्तुकेँ अलगाबू"
+#. BBZGA
#. Language-Strings ------------------------------------------------------
-#: include/svx/strings.hrc:939
+#: include/svx/strings.hrc:965
msgctxt "RID_SVXSTR_LANGUAGE_ALL"
msgid "[All]"
msgstr "[सभ]"
-#: include/svx/strings.hrc:941
+#. RZVDm
+#: include/svx/strings.hrc:967
msgctxt "RID_SVXSTR_GALLERY_FILTER"
msgid "Graphics filter"
msgstr "आलेखी फ़िल्टर"
-#: include/svx/strings.hrc:942
+#. YNjeD
+#: include/svx/strings.hrc:968
msgctxt "RID_SVXSTR_GALLERY_NEWTHEME"
msgid "New Theme"
msgstr "नवीन प्रकरण"
-#: include/svx/strings.hrc:943
+#. 3eEG3
+#: include/svx/strings.hrc:969
msgctxt "RID_SVXSTR_GALLERY_CREATETHEME"
msgid "New Theme..."
msgstr "नवीन प्रकरण..."
-#: include/svx/strings.hrc:944
+#. Dx4Uf
+#: include/svx/strings.hrc:970
msgctxt "RID_SVXSTR_GALLERY_TITLE"
msgid "Title"
msgstr "शीर्षक"
-#: include/svx/strings.hrc:945
+#. VBUjp
+#: include/svx/strings.hrc:971
msgctxt "RID_SVXSTR_GALLERY_ICONVIEW"
msgid "Icon View"
msgstr "प्रतीक दृश्य"
-#: include/svx/strings.hrc:946
+#. M4WZo
+#: include/svx/strings.hrc:972
msgctxt "RID_SVXSTR_GALLERY_LISTVIEW"
msgid "Detailed View"
msgstr "विस्तृत दृश्य "
-#: include/svx/strings.hrc:948
+#. 5uYha
+#: include/svx/strings.hrc:974
msgctxt "RID_GALLERYSTR_THEME_3D"
msgid "3D Effects"
msgstr "3D प्रभाव"
-#: include/svx/strings.hrc:949
+#. 78DGx
+#: include/svx/strings.hrc:975
msgctxt "RID_GALLERYSTR_THEME_ANIMATIONS"
msgid "Animations"
msgstr "संजीवन"
-#: include/svx/strings.hrc:950
+#. zGEez
+#: include/svx/strings.hrc:976
msgctxt "RID_GALLERYSTR_THEME_BULLETS"
msgid "Bullets"
msgstr "बुल्लेट"
-#: include/svx/strings.hrc:951
+#. MwX9z
+#: include/svx/strings.hrc:977
msgctxt "RID_GALLERYSTR_THEME_OFFICE"
msgid "Office"
msgstr "ऑफिस"
-#: include/svx/strings.hrc:952
+#. dAwiC
+#: include/svx/strings.hrc:978
msgctxt "RID_GALLERYSTR_THEME_FLAGS"
msgid "Flags"
msgstr "फ्लैग"
-#: include/svx/strings.hrc:953
+#. Ccn8V
+#: include/svx/strings.hrc:979
msgctxt "RID_GALLERYSTR_THEME_FLOWCHARTS"
msgid "Flow Charts"
msgstr "फ्लो चार्ट"
-#: include/svx/strings.hrc:954
+#. 6ouMS
+#: include/svx/strings.hrc:980
msgctxt "RID_GALLERYSTR_THEME_EMOTICONS"
msgid "Emoticons"
msgstr "भाव-प्रतीक"
-#: include/svx/strings.hrc:955
+#. 8GPFu
+#: include/svx/strings.hrc:981
msgctxt "RID_GALLERYSTR_THEME_PHOTOS"
msgid "Images"
msgstr "चित्रसभ"
-#: include/svx/strings.hrc:956
+#. sqh2w
+#: include/svx/strings.hrc:982
msgctxt "RID_GALLERYSTR_THEME_BACKGROUNDS"
msgid "Backgrounds"
msgstr "पृष्ठभूमि"
-#: include/svx/strings.hrc:957
+#. B3KuT
+#: include/svx/strings.hrc:983
msgctxt "RID_GALLERYSTR_THEME_HOMEPAGE"
msgid "Homepage"
msgstr "होमपेज"
-#: include/svx/strings.hrc:958
+#. WR8JQ
+#: include/svx/strings.hrc:984
msgctxt "RID_GALLERYSTR_THEME_INTERACTION"
msgid "Interaction"
msgstr "अंतःक्रिया"
-#: include/svx/strings.hrc:959
+#. EbEZ6
+#: include/svx/strings.hrc:985
msgctxt "RID_GALLERYSTR_THEME_MAPS"
msgid "Maps"
msgstr "नक्शा"
-#: include/svx/strings.hrc:960
+#. GALA8
+#: include/svx/strings.hrc:986
msgctxt "RID_GALLERYSTR_THEME_PEOPLE"
msgid "People"
msgstr "लोग"
-#: include/svx/strings.hrc:961
+#. ZMoiA
+#: include/svx/strings.hrc:987
msgctxt "RID_GALLERYSTR_THEME_SURFACES"
msgid "Surfaces"
msgstr "तल"
-#: include/svx/strings.hrc:962
+#. hNaiH
+#: include/svx/strings.hrc:988
msgctxt "RID_GALLERYSTR_THEME_COMPUTERS"
msgid "Computers"
msgstr "कंप्यूटर"
-#: include/svx/strings.hrc:963
+#. mrvvG
+#: include/svx/strings.hrc:989
msgctxt "RID_GALLERYSTR_THEME_DIAGRAMS"
msgid "Diagrams"
msgstr ""
-#: include/svx/strings.hrc:964
+#. HhrDx
+#: include/svx/strings.hrc:990
msgctxt "RID_GALLERYSTR_THEME_ENVIRONMENT"
msgid "Environment"
msgstr ""
-#: include/svx/strings.hrc:965
+#. 2jVzE
+#: include/svx/strings.hrc:991
#, fuzzy
msgctxt "RID_GALLERYSTR_THEME_FINANCE"
msgid "Finance"
msgstr "आर्थिक व्यवस्था"
-#: include/svx/strings.hrc:966
+#. cmF3B
+#: include/svx/strings.hrc:992
msgctxt "RID_GALLERYSTR_THEME_TRANSPORT"
msgid "Transport"
msgstr ""
-#: include/svx/strings.hrc:967
+#. as3XM
+#: include/svx/strings.hrc:993
msgctxt "RID_GALLERYSTR_THEME_TXTSHAPES"
msgid "Textshapes"
msgstr ""
-#: include/svx/strings.hrc:968
+#. gGyFP
+#: include/svx/strings.hrc:994
msgctxt "RID_GALLERYSTR_THEME_SOUNDS"
msgid "Sounds"
msgstr "ध्वनि"
-#: include/svx/strings.hrc:969
+#. 5NrPj
+#: include/svx/strings.hrc:995
msgctxt "RID_GALLERYSTR_THEME_SYMBOLS"
msgid "Symbols"
msgstr "संकेत"
-#: include/svx/strings.hrc:970
+#. AiXUK
+#: include/svx/strings.hrc:996
msgctxt "RID_GALLERYSTR_THEME_MYTHEME"
msgid "My Theme"
msgstr "हमर प्रकरण"
-#: include/svx/strings.hrc:971
+#. uRxP4
+#: include/svx/strings.hrc:997
msgctxt "RID_GALLERYSTR_THEME_ARROWS"
msgid "Arrows"
msgstr "तीर"
-#: include/svx/strings.hrc:972
+#. c3WXh
+#: include/svx/strings.hrc:998
msgctxt "RID_GALLERYSTR_THEME_BALLOONS"
msgid "Balloons"
msgstr "बैलून"
-#: include/svx/strings.hrc:973
+#. pmiE7
+#: include/svx/strings.hrc:999
msgctxt "RID_GALLERYSTR_THEME_KEYBOARD"
msgid "Keyboard"
msgstr "कुँजीपटल"
-#: include/svx/strings.hrc:974
+#. LYdAf
+#: include/svx/strings.hrc:1000
msgctxt "RID_GALLERYSTR_THEME_TIME"
msgid "Time"
msgstr "समय"
-#: include/svx/strings.hrc:975
+#. 4UGrY
+#: include/svx/strings.hrc:1001
msgctxt "RID_GALLERYSTR_THEME_PRESENTATION"
msgid "Presentation"
msgstr "प्रस्तुति"
-#: include/svx/strings.hrc:976
+#. a46Xm
+#: include/svx/strings.hrc:1002
msgctxt "RID_GALLERYSTR_THEME_CALENDAR"
msgid "Calendar"
msgstr "कैलेन्डर"
-#: include/svx/strings.hrc:977
+#. YpuGv
+#: include/svx/strings.hrc:1003
msgctxt "RID_GALLERYSTR_THEME_NAVIGATION"
msgid "Navigation"
msgstr "नैविगेशन"
-#: include/svx/strings.hrc:978
+#. gAJH4
+#: include/svx/strings.hrc:1004
msgctxt "RID_GALLERYSTR_THEME_COMMUNICATION"
msgid "Communication"
msgstr "सँचार"
-#: include/svx/strings.hrc:979
+#. ETEJu
+#: include/svx/strings.hrc:1005
msgctxt "RID_GALLERYSTR_THEME_FINANCES"
msgid "Finances"
msgstr "आर्थिक व्यवस्था"
-#: include/svx/strings.hrc:980
+#. rNez6
+#: include/svx/strings.hrc:1006
msgctxt "RID_GALLERYSTR_THEME_COMPUTER"
msgid "Computers"
msgstr "कंप्यूटर"
-#: include/svx/strings.hrc:981
+#. ioX7y
+#: include/svx/strings.hrc:1007
msgctxt "RID_GALLERYSTR_THEME_CLIMA"
msgid "Climate"
msgstr "मौसम"
-#: include/svx/strings.hrc:982
+#. MmYFp
+#: include/svx/strings.hrc:1008
msgctxt "RID_GALLERYSTR_THEME_EDUCATION"
msgid "School & University"
msgstr "विद्यालय आ विश्वविद्यालय"
-#: include/svx/strings.hrc:983
+#. EKFgg
+#: include/svx/strings.hrc:1009
msgctxt "RID_GALLERYSTR_THEME_TROUBLE"
msgid "Problem Solving"
msgstr "समस्या हल"
-#: include/svx/strings.hrc:984
+#. GgrBp
+#: include/svx/strings.hrc:1010
msgctxt "RID_GALLERYSTR_THEME_SCREENBEANS"
msgid "Screen Beans"
msgstr "स्क्रीन बीन्स"
-#: include/svx/strings.hrc:986
+#. o8RBA
+#: include/svx/strings.hrc:1012
msgctxt "RID_SVXSTR_ALIGN_LEFT"
msgid "~Left Align"
msgstr "बाँया पंक्तिबद्ध करू (~L)"
-#: include/svx/strings.hrc:987
+#. d7XG3
+#: include/svx/strings.hrc:1013
msgctxt "RID_SVXSTR_ALIGN_CENTER"
msgid "~Center"
msgstr "केंद्र (~C)"
-#: include/svx/strings.hrc:988
+#. XAVJ5
+#: include/svx/strings.hrc:1014
msgctxt "RID_SVXSTR_ALIGN_RIGHT"
msgid "~Right Align"
msgstr "दहिन्ना पंक्तिबद्ध करू (~R)"
-#: include/svx/strings.hrc:989
+#. aC7SB
+#: include/svx/strings.hrc:1015
msgctxt "RID_SVXSTR_ALIGN_WORD"
msgid "~Word Justify"
msgstr "शब्द व्यवस्था (~W)"
-#: include/svx/strings.hrc:990
+#. YmfUF
+#: include/svx/strings.hrc:1016
msgctxt "RID_SVXSTR_ALIGN_STRETCH"
msgid "S~tretch Justify"
msgstr "फैलानाइ व्यवस्थित करू (~t)"
-#: include/svx/strings.hrc:991
+#. HwDCq
+#: include/svx/strings.hrc:1017
msgctxt "RID_SVXSTR_CHARS_SPACING_VERY_TIGHT"
msgid "~Very Tight"
msgstr "बहुत कसल (~V)"
-#: include/svx/strings.hrc:992
+#. QDo9u
+#: include/svx/strings.hrc:1018
msgctxt "RID_SVXSTR_CHARS_SPACING_TIGHT"
msgid "~Tight"
msgstr "कसल (~T)"
-#: include/svx/strings.hrc:993
+#. EsBPw
+#: include/svx/strings.hrc:1019
msgctxt "RID_SVXSTR_CHARS_SPACING_NORMAL"
msgid "~Normal"
msgstr "सामान्य (~N)"
-#: include/svx/strings.hrc:994
+#. wushD
+#: include/svx/strings.hrc:1020
msgctxt "RID_SVXSTR_CHARS_SPACING_LOOSE"
msgid "~Loose"
msgstr "ढीला (~L)"
-#: include/svx/strings.hrc:995
+#. 3moya
+#: include/svx/strings.hrc:1021
msgctxt "RID_SVXSTR_CHARS_SPACING_VERY_LOOSE"
msgid "Very ~Loose"
msgstr "बहुत ढीला (~L)"
-#: include/svx/strings.hrc:996
+#. 8g8ng
+#: include/svx/strings.hrc:1022
msgctxt "RID_SVXSTR_CHARS_SPACING_CUSTOM"
msgid "~Custom..."
msgstr "पसंदीदा करू (~C)..."
-#: include/svx/strings.hrc:997
+#. pDU9i
+#: include/svx/strings.hrc:1023
msgctxt "RID_SVXSTR_CHARS_SPACING_KERN_PAIRS"
msgid "~Kern Character Pairs"
msgstr "कर्न संप्रतीक युग्म (~K)"
-#: include/svx/strings.hrc:999
+#. E6onK
+#: include/svx/strings.hrc:1025
msgctxt "RID_SVXSTR_QRY_PRINT_TITLE"
msgid "Printing selection"
msgstr "छपाइक चुनाव"
-#: include/svx/strings.hrc:1000
+#. HzX9m
+#: include/svx/strings.hrc:1026
msgctxt "RID_SVXSTR_QRY_PRINT_MSG"
msgid "Do you want to print the selection or the entire document?"
msgstr "अहाँ चुनावकेँ अथवा संपूर्ण दस्तावेजकेँ छपाई करब चाहैत अछि?"
-#: include/svx/strings.hrc:1001
+#. 3UyC8
+#: include/svx/strings.hrc:1027
msgctxt "RID_SVXSTR_QRY_PRINT_ALL"
msgid "~All"
msgstr "सभ (~A)"
-#: include/svx/strings.hrc:1002
+#. UxfS3
+#: include/svx/strings.hrc:1028
msgctxt "RID_SVXSTR_QRY_PRINT_SELECTION"
msgid "~Selection"
msgstr "चुनाव (~S)"
-#: include/svx/strings.hrc:1004
+#. GQwjE
+#: include/svx/strings.hrc:1030
msgctxt "RID_SVXSTR_PERSPECTIVE"
msgid "~Perspective"
msgstr "परिप्रेक्ष्य (~P)"
-#: include/svx/strings.hrc:1005
+#. F9rcD
+#: include/svx/strings.hrc:1031
msgctxt "RID_SVXSTR_PARALLEL"
msgid "P~arallel"
msgstr "समानांतर (~a)"
-#: include/svx/strings.hrc:1006
+#. KTgDd
+#: include/svx/strings.hrc:1032
msgctxt "RID_SVXSTR_DIRECTION_NW"
msgid "Extrusion North-West"
msgstr "एक्सट्रूज़न उत्तर पश्चिम"
-#: include/svx/strings.hrc:1007
+#. N6KLd
+#: include/svx/strings.hrc:1033
msgctxt "RID_SVXSTR_DIRECTION_N"
msgid "Extrusion North"
msgstr "एक्सट्रूज़न उत्तर"
-#: include/svx/strings.hrc:1008
+#. AB6Vj
+#: include/svx/strings.hrc:1034
msgctxt "RID_SVXSTR_DIRECTION_NE"
msgid "Extrusion North-East"
msgstr "एक्सट्रूज़न उत्तर पूर्व"
-#: include/svx/strings.hrc:1009
+#. NBBEB
+#: include/svx/strings.hrc:1035
msgctxt "RID_SVXSTR_DIRECTION_W"
msgid "Extrusion West"
msgstr "एक्सट्रूज़न पश्चिम"
-#: include/svx/strings.hrc:1010
+#. d9n5U
+#: include/svx/strings.hrc:1036
msgctxt "RID_SVXSTR_DIRECTION_NONE"
msgid "Extrusion Backwards"
msgstr "एक्सट्रूज़न पाछाँक ओर"
-#: include/svx/strings.hrc:1011
+#. A2mcf
+#: include/svx/strings.hrc:1037
msgctxt "RID_SVXSTR_DIRECTION_E"
msgid "Extrusion East"
msgstr "एक्सट्रूज़न पूर्व"
-#: include/svx/strings.hrc:1012
+#. onGib
+#: include/svx/strings.hrc:1038
msgctxt "RID_SVXSTR_DIRECTION_SW"
msgid "Extrusion South-West"
msgstr "एक्सट्रूज़न दक्षिण पश्चिम"
-#: include/svx/strings.hrc:1013
+#. XLQFD
+#: include/svx/strings.hrc:1039
msgctxt "RID_SVXSTR_DIRECTION_S"
msgid "Extrusion South"
msgstr "एक्सट्रूज़न दक्षिण"
-#: include/svx/strings.hrc:1014
+#. v5wRm
+#: include/svx/strings.hrc:1040
msgctxt "RID_SVXSTR_DIRECTION_SE"
msgid "Extrusion South-East"
msgstr "एक्सट्रूज़न दक्षिण पूर्व"
-#: include/svx/strings.hrc:1015
+#. FCG7M
+#: include/svx/strings.hrc:1041
msgctxt "RID_SVXSTR_BRIGHT"
msgid "~Bright"
msgstr "चमकीला (~B)"
-#: include/svx/strings.hrc:1016
+#. GcsyB
+#: include/svx/strings.hrc:1042
msgctxt "RID_SVXSTR_NORMAL"
msgid "~Normal"
msgstr "सामान्य (~N)"
-#: include/svx/strings.hrc:1017
+#. bCoTU
+#: include/svx/strings.hrc:1043
msgctxt "RID_SVXSTR_DIM"
msgid "~Dim"
msgstr "धुंधला (~D)"
-#: include/svx/strings.hrc:1018
+#. TuaHg
+#: include/svx/strings.hrc:1044
msgctxt "RID_SVXSTR_WIREFRAME"
msgid "~Wire Frame"
msgstr "तार ढाँचा (~W)"
-#: include/svx/strings.hrc:1019
+#. Dkabj
+#: include/svx/strings.hrc:1045
msgctxt "RID_SVXSTR_MATTE"
msgid "~Matt"
msgstr "मैट (~M)"
-#: include/svx/strings.hrc:1020
+#. Pn5DM
+#: include/svx/strings.hrc:1046
msgctxt "RID_SVXSTR_PLASTIC"
msgid "~Plastic"
msgstr "प्लास्टिक (~P)"
-#: include/svx/strings.hrc:1021
+#. ffaaT
+#: include/svx/strings.hrc:1047
msgctxt "RID_SVXSTR_METAL"
msgid "Me~tal"
msgstr "धातु (~t)"
-#: include/svx/strings.hrc:1022
+#. 4DGjm
+#: include/svx/strings.hrc:1048
msgctxt "RID_SVXSTR_DEPTH_0"
msgid "~0 cm"
msgstr "~0 cm"
-#: include/svx/strings.hrc:1023
+#. kRzVE
+#: include/svx/strings.hrc:1049
msgctxt "RID_SVXSTR_DEPTH_1"
msgid "~1 cm"
msgstr "~1 cm"
-#: include/svx/strings.hrc:1024
+#. CSmTh
+#: include/svx/strings.hrc:1050
msgctxt "RID_SVXSTR_DEPTH_2"
msgid "~2.5 cm"
msgstr "~2.5 cm"
-#: include/svx/strings.hrc:1025
+#. eYrvo
+#: include/svx/strings.hrc:1051
msgctxt "RID_SVXSTR_DEPTH_3"
msgid "~5 cm"
msgstr "~5 cm"
-#: include/svx/strings.hrc:1026
+#. G4Ckx
+#: include/svx/strings.hrc:1052
msgctxt "RID_SVXSTR_DEPTH_4"
msgid "10 ~cm"
msgstr "10 ~cm"
-#: include/svx/strings.hrc:1027
+#. LGHsL
+#: include/svx/strings.hrc:1053
msgctxt "RID_SVXSTR_DEPTH_0_INCH"
msgid "0 inch"
msgstr "0 इँच"
-#: include/svx/strings.hrc:1028
+#. HPevm
+#: include/svx/strings.hrc:1054
msgctxt "RID_SVXSTR_DEPTH_1_INCH"
msgid "0.~5 inch"
msgstr "0.~5 इँच"
-#: include/svx/strings.hrc:1029
+#. GvKjC
+#: include/svx/strings.hrc:1055
msgctxt "RID_SVXSTR_DEPTH_2_INCH"
msgid "~1 inch"
msgstr "~1 इँच"
-#: include/svx/strings.hrc:1030
+#. gmzHb
+#: include/svx/strings.hrc:1056
msgctxt "RID_SVXSTR_DEPTH_3_INCH"
msgid "~2 inch"
msgstr "~2 इँच"
-#: include/svx/strings.hrc:1031
+#. DE5kt
+#: include/svx/strings.hrc:1057
msgctxt "RID_SVXSTR_DEPTH_4_INCH"
msgid "~4 inch"
msgstr "~4 इँच"
-#: include/svx/strings.hrc:1032
+#. VdXYE
+#: include/svx/strings.hrc:1058
msgctxt "RID_SVXSTR_CUSTOM"
msgid "~Custom..."
msgstr "पसंदा (~C)..."
-#: include/svx/strings.hrc:1033
+#. R2ECv
+#: include/svx/strings.hrc:1059
msgctxt "RID_SVXSTR_INFINITY"
msgid "~Infinity"
msgstr "अनंत (~I)"
-#: include/svx/strings.hrc:1035
+#. K5dY9
+#: include/svx/strings.hrc:1061
#, fuzzy
msgctxt "RID_SVXSTR_NOFILL"
msgid "No Fill"
msgstr "नहि भरब"
-#: include/svx/strings.hrc:1036
+#. TFBK3
+#: include/svx/strings.hrc:1062
#, fuzzy
msgctxt "RID_SVXSTR_TRANSPARENT"
msgid "Transparent"
msgstr "पारदर्शिता"
-#: include/svx/strings.hrc:1037
+#. c7adj
+#: include/svx/strings.hrc:1063
msgctxt "RID_SVXSTR_DEFAULT"
msgid "Default"
msgstr "मूलभूत"
-#: include/svx/strings.hrc:1038
+#. djHis
+#: include/svx/strings.hrc:1064
msgctxt "RID_SVXSTR_FRAME"
msgid "Borders"
msgstr "किनार"
-#: include/svx/strings.hrc:1039
+#. PURr6
+#: include/svx/strings.hrc:1065
msgctxt "RID_SVXSTR_FRAME_STYLE"
msgid "Border Style"
msgstr "किनाराक शैली"
-#: include/svx/strings.hrc:1040
+#. 9Ckww
+#: include/svx/strings.hrc:1066
#, fuzzy
msgctxt "RID_SVXSTR_MORENUMBERING"
msgid "More Numbering..."
msgstr "रेखा क्रमांकण (~L)..."
-#: include/svx/strings.hrc:1041
+#. cDG4s
+#: include/svx/strings.hrc:1067
msgctxt "RID_SVXSTR_MOREBULLETS"
msgid "More Bullets..."
msgstr ""
-#: include/svx/strings.hrc:1042
+#. uDT6G
+#: include/svx/strings.hrc:1068
msgctxt "RID_SVXSTR_BY_AUTHOR"
msgid "By author"
msgstr ""
-#: include/svx/strings.hrc:1043
+#. q2Le9
+#: include/svx/strings.hrc:1069
msgctxt "RID_SVXSTR_PAGES"
msgid "Pages"
msgstr "पृष्ठ"
-#: include/svx/strings.hrc:1044
+#. jfL9n
+#: include/svx/strings.hrc:1070
msgctxt "RID_SVXSTR_CLEARFORM"
msgid "Clear formatting"
msgstr "संरूपण साफ करू"
-#: include/svx/strings.hrc:1045
+#. f6nP8
+#: include/svx/strings.hrc:1071
#, fuzzy
msgctxt "RID_SVXSTR_MORE_STYLES"
msgid "More Styles..."
msgstr "लोड शैलिसभ..."
-#: include/svx/strings.hrc:1046
+#. DPbrc
+#: include/svx/strings.hrc:1072
msgctxt "RID_SVXSTR_MORE"
msgid "More Options..."
msgstr ""
+#. D25BE
#. This is duplicated in GenericCommands.xcu in officecfg.
-#: include/svx/strings.hrc:1048
+#: include/svx/strings.hrc:1074
msgctxt "RID_SVXSTR_CHARFONTNAME"
msgid "Font Name"
msgstr "फंट नाम"
-#: include/svx/strings.hrc:1049
+#. SKCYy
+#: include/svx/strings.hrc:1075
msgctxt "RID_SVXSTR_CHARFONTNAME_NOTAVAILABLE"
msgid "Font Name. The current font is not available and will be substituted."
msgstr ""
-#: include/svx/strings.hrc:1050
+#. CVvXU
+#: include/svx/strings.hrc:1076
msgctxt "RID_SVXSTR_CUSTOM_PAL"
msgid "custom"
msgstr ""
-#: include/svx/strings.hrc:1051
+#. xqzJj
+#: include/svx/strings.hrc:1077
msgctxt "RID_SVXSTR_DOC_COLORS"
msgid "Document colors"
msgstr ""
-#: include/svx/strings.hrc:1052
+#. 6BoWp
+#: include/svx/strings.hrc:1078
msgctxt "RID_SVXSTR_DOC_COLOR_PREFIX"
msgid "Document Color"
msgstr ""
-#: include/svx/strings.hrc:1054
+#. DJGyY
+#: include/svx/strings.hrc:1080
msgctxt "RID_SVX_EXTRUSION_BAR"
msgid "Extrusion"
msgstr "एक्सट्रूजन"
-#: include/svx/strings.hrc:1055
+#. TyWTi
+#: include/svx/strings.hrc:1081
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ON_OFF"
msgid "Apply Extrusion On/Off"
msgstr "एक्सट्रूजन चालू/बंद लागू करू"
-#: include/svx/strings.hrc:1056
+#. DKFYE
+#: include/svx/strings.hrc:1082
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_DOWN"
msgid "Tilt Down"
msgstr "नीच्चाँ झुकाबू"
-#: include/svx/strings.hrc:1057
+#. 2Rrxc
+#: include/svx/strings.hrc:1083
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_UP"
msgid "Tilt Up"
msgstr "उप्पर करू"
-#: include/svx/strings.hrc:1058
+#. eDpJK
+#: include/svx/strings.hrc:1084
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_LEFT"
msgid "Tilt Left"
msgstr "बम्माँ झुकाबू"
-#: include/svx/strings.hrc:1059
+#. CWDSN
+#: include/svx/strings.hrc:1085
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_RIGHT"
msgid "Tilt Right"
msgstr "दहिन्ना झुकाबू"
-#: include/svx/strings.hrc:1060
+#. CxYgt
+#: include/svx/strings.hrc:1086
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_DEPTH"
msgid "Change Extrusion Depth"
msgstr "एक्सट्रूजन गहराइ बदलू"
-#: include/svx/strings.hrc:1061
+#. c5JCp
+#: include/svx/strings.hrc:1087
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ORIENTATION"
msgid "Change Orientation"
msgstr "अभिमुखन बदलू"
-#: include/svx/strings.hrc:1062
+#. KDSyh
+#: include/svx/strings.hrc:1088
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_PROJECTION"
msgid "Change Projection Type"
msgstr "प्रक्षेप प्रकार बदलू"
-#: include/svx/strings.hrc:1063
+#. JpzeS
+#: include/svx/strings.hrc:1089
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_LIGHTING"
msgid "Change Lighting"
msgstr "प्रकाश बदलू"
-#: include/svx/strings.hrc:1064
+#. j4AR9
+#: include/svx/strings.hrc:1090
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_BRIGHTNESS"
msgid "Change Brightness"
msgstr "चमकीलापन बदलू"
-#: include/svx/strings.hrc:1065
+#. yA2xm
+#: include/svx/strings.hrc:1091
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_SURFACE"
msgid "Change Extrusion Surface"
msgstr "एक्सट्रूजन सतह बदलू"
-#: include/svx/strings.hrc:1066
+#. DFEZP
+#: include/svx/strings.hrc:1092
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_COLOR"
msgid "Change Extrusion Color"
msgstr "एक्सट्रूजन रंग बदलू"
-#: include/svx/strings.hrc:1068
+#. hXNfG
+#: include/svx/strings.hrc:1094
msgctxt "RID_SVXFLOAT3D_FAVORITE"
msgid "Favorite"
msgstr "पसिन"
-#: include/svx/strings.hrc:1069
+#. uPyWe
+#: include/svx/strings.hrc:1095
msgctxt "RID_SVXFLOAT3D_FIX_R"
msgid "R:"
msgstr "R:"
-#: include/svx/strings.hrc:1070
+#. UMMJN
+#: include/svx/strings.hrc:1096
msgctxt "RID_SVXFLOAT3D_FIX_G"
msgid "G:"
msgstr "G:"
-#: include/svx/strings.hrc:1071
+#. ocdkG
+#: include/svx/strings.hrc:1097
msgctxt "RID_SVXFLOAT3D_FIX_B"
msgid "B:"
msgstr "B:"
-#: include/svx/strings.hrc:1073
+#. L962H
+#: include/svx/strings.hrc:1099