summaryrefslogtreecommitdiff
path: root/source/kok/uui/messages.po
blob: b66afbd27e2bed98d50576608f47d0ed75cce1a8 (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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
#
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: 2017-04-12 14:14+0200\n"
"PO-Revision-Date: 2015-06-26 01:56+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: kok\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Accelerator-Marker: ~\n"
"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1435283788.000000\n"

#. sdbEf
#: alreadyopen.src
#, fuzzy
msgctxt "STR_ALREADYOPEN_TITLE"
msgid "Document in Use"
msgstr "दस्तावेज उपेगांत आसा"

#. ckcJc
#: alreadyopen.src
msgctxt "STR_ALREADYOPEN_MSG"
msgid ""
"Document file '$(ARG1)' is locked for editing by yourself on a different system since $(ARG2)\n"
"\n"
"Open document read-only, or ignore own file locking and open the document for editing.\n"
"\n"
msgstr ""
"Document file '$(ARG1)' is locked for editing by yourself on a different system since $(ARG2)\n"
" \n"
" Open document read-only, or ignore own file locking and open the document for editing.\n"
" "

#. 8mKMg
#: alreadyopen.src
msgctxt "STR_ALREADYOPEN_READONLY_BTN"
msgid "Open ~Read-Only"
msgstr "फक्त वाचपाखातीर उकतें कर (~R)"

#. ThAZk
#: alreadyopen.src
msgctxt "STR_ALREADYOPEN_OPEN_BTN"
msgid "~Open"
msgstr "उगडात"

#. omvEC
#: alreadyopen.src
msgctxt "STR_ALREADYOPEN_SAVE_MSG"
msgid ""
"Document file '$(ARG1)' is locked for editing by yourself on a different system since $(ARG2)\n"
"\n"
"Close document on other system and retry saving or ignore own file locking and save current document.\n"
"\n"
msgstr ""
"Document file '$(ARG1)' is locked for editing by yourself on a different system since $(ARG2)\n"
" \n"
" Close document on other system and retry saving or ignore own file locking and save current document.\n"
" "

#. ZCJGW
#: alreadyopen.src
msgctxt "STR_ALREADYOPEN_RETRY_SAVE_BTN"
msgid "~Retry Saving"
msgstr "सेवींग करुंक परतून प्रयत्न कर (~R)"

#. EVEQx
#: alreadyopen.src
msgctxt "STR_ALREADYOPEN_SAVE_BTN"
msgid "~Save"
msgstr ""

#. PFEwD
#: filechanged.src
msgctxt "STR_FILECHANGED_TITLE"
msgid "Document Has Been Changed by Others"
msgstr "दस्तावेज दुस-यांनी बदलला"

#. XGC5m
#: filechanged.src
msgctxt "STR_FILECHANGED_MSG"
msgid ""
"The file has been changed since it was opened for editing in %PRODUCTNAME. Saving your version of the document will overwrite changes made by others.\n"
"\n"
"Do you want to save anyway?\n"
"\n"
msgstr ""
"The file has been changed since it was opened for editing in %PRODUCTNAME. Saving your version of the document will overwrite changes made by others.\n"
" \n"
" Do you want to save anyway?\n"
" "

#. DGYmK
#: filechanged.src
msgctxt "STR_FILECHANGED_SAVEANYWAY_BTN"
msgid "~Save Anyway"
msgstr "कशेय तरेन सेव कर (~S)"

#. SZb7E
#: ids.src
msgctxt "RID_KEEP_PASSWORD"
msgid "~Remember password until end of session"
msgstr ""
"सत्र सोपसर गुप्तशब्द याद दवरात (~R)sotr sompasor Gupit-Utor uddas dovor (~R)"

#. 7HtCZ
#: ids.src
msgctxt "RID_SAVE_PASSWORD"
msgid "~Remember password"
msgstr "गुप्त शब्द याद दवरात."

#. CV6Ci
#: ids.src
msgctxt "STR_WARNING_INCOMPLETE_ENCRYPTION_TITLE"
msgid "Non-Encrypted Streams"
msgstr "गुपीत भाशेंत रुपांतरीत करुंक नाशिल्ले शाखेंत"

#. DLY8p
#: ids.src
msgctxt "RID_UUI_ERRHDL"
msgid "The operation executed on $(ARG1) was aborted."
msgstr " $(ARG1) चेर लागू केल्ली कारवाय बंद उडयली."

#. Q448y
#: ids.src
msgctxt "RID_UUI_ERRHDL"
msgid "Access to $(ARG1) was denied."
msgstr " $(ARG1) क प्रवेश न्हंयकारला."

#. w6rpp
#: ids.src
msgctxt "RID_UUI_ERRHDL"
msgid "$(ARG1) already exists."
msgstr "$(ARG1) पयलीसावन आसा."

#. a6BBm
#: ids.src
msgctxt "RID_UUI_ERRHDL"
msgid "Target already exists."
msgstr "लक्ष्य पयलीसावन आसा."

#. KgnBz
#: ids.src
msgctxt "RID_UUI_ERRHDL"
msgid ""
"You are about to save/export a password protected basic library containing module(s) \n"
"$(ARG1)\n"
"which are too large to store in binary format. If you wish users that don't have access to the library password to be able to run macros in those module(s) you must split those modules into a number of smaller modules. Do you wish to continue to save/export this library?"
msgstr ""
"तुमी तुमी गुप्तशब्द संरक्षित मुळावे पुस्तकालय जतनाय वा निर्यात करपाचे आसात. \n"
"$(ARG1) मॉड्युल आशिल्ले\n"
"जे बायनरी पद्दतीन साठोवपाक खूप व्हड आसा. जर तुमका दिसता की ह्या मॉड्युलांत ज्या वापरप्यांक पुस्तकालय गुप्तशब्दांत प्रवेश ना, तांका मॅक्रो चलोवपाक दिवचे, जाल्यात तुमी ती मॉड्युलां  ल्हान मॉड्युलांनी विभागपाक जाय. तुमी हे पुस्तकालय जतनाय वा निर्यात करपाक सोदता?"

#. v6bPE
#: ids.src
msgctxt "RID_UUI_ERRHDL"
msgid "The data from $(ARG1) has an incorrect checksum."
msgstr " $(ARG1) मदल्या म्हायतींत चुकीचो हिशोब आसा."

#. AGF5W
#: ids.src
msgctxt "RID_UUI_ERRHDL"
msgid "The object $(ARG1) cannot be created in directory $(ARG2)."
msgstr "वस्त $(ARG1) ही निदेशिका $(ARG2) मजगती तयार करपाक जांवची ना."

#. Dw4Ff
#: ids.src
msgctxt "RID_UUI_ERRHDL"
msgid "Data of $(ARG1) could not be read."
msgstr " $(ARG1) ची म्हायती वाचपाक येना."

#. Qc4E9
#: ids.src
msgctxt "RID_UUI_ERRHDL"
msgid "The seek operation on $(ARG1) could not be performed."
msgstr " $(ARG1) मेळोवपाची कारवाय पुराज करपाक जावचीना."

#. CD7zU
#: ids.src
msgctxt "RID_UUI_ERRHDL"
msgid "The tell operation on $(ARG1) could not be performed."
msgstr "$(ARG1) चेर सांगपाची कारवाय पुराय करपाक जावचीना."

#. AkGXL
#: ids.src
msgctxt "RID_UUI_ERRHDL"
msgid "Data for $(ARG1) could not be written."
msgstr " $(ARG1) खातीरची म्हायती बरोवपाक येना."

#. ndib2
#: ids.src
msgctxt "RID_UUI_ERRHDL"
msgid "Action impossible: $(ARG1) is the current directory."
msgstr "कारवाय अशक्य: $(ARG1) ही सद्याची निदेशिका आसा."

#. wWVF2
#: ids.src
msgctxt "RID_UUI_ERRHDL"
msgid "$(ARG1) is not ready."
msgstr "$(ARG1) तयार ना."

#. C7iGB
#: ids.src
msgctxt "RID_UUI_ERRHDL"
msgid "Action impossible: $(ARG1) and $(ARG2) are different devices (drives)."
msgstr "कारवाय अशक्य: $(ARG1) आनिक $(ARG2) ही विंगडविंगड उपकरणा (ड्रायव)."

#. ic2pB
#: ids.src
msgctxt "RID_UUI_ERRHDL"
msgid "General input/output error while accessing $(ARG1)."
msgstr "$(ARG1) मजगती प्रवेश मेळयतास्तना सर्वसादारण आवक/जावक त्रुटी"

#. r6GVi
#: ids.src
msgctxt "RID_UUI_ERRHDL"
msgid "An attempt was made to access $(ARG1) in an invalid way."
msgstr " $(ARG1) मजगती प्रवेश मेळोवपाचो यत्न चुकीचे पद्दतीन जालो."

#. Y6bwq
#: ids.src
msgctxt "RID_UUI_ERRHDL"
msgid "$(ARG1) contains invalid characters."
msgstr "$(ARG1) मजगती अमान्य अक्षरां आसात."

#. 5HEak
#: ids.src
msgctxt "RID_UUI_ERRHDL"
msgid "The device (drive) $(ARG1) is invalid."
msgstr "उपकरण (ड्रायव्) $(ARG1) अमान्य."

#. Ykhp2
#: ids.src
msgctxt "RID_UUI_ERRHDL"
msgid "The data from $(ARG1) has an invalid length."
msgstr " $(ARG1) मदल्या म्हायतीची लांबाय अमान्य."

#. CbZfa
#: ids.src
msgctxt "RID_UUI_ERRHDL"
msgid "The operation on $(ARG1) was started with an invalid parameter."
msgstr " $(ARG1) वयली कारवाय अमान्य परिमाणांनी सुरू जाल्या."

#. fEQmj
#: ids.src
msgctxt "RID_UUI_ERRHDL"
msgid "The operation cannot be performed because $(ARG1) contains wildcards."
msgstr "कारवाय करपाक येना, कारण $(ARG1) मदीं वायल्डकार्डस् आसात."

#. v2dLh
#: ids.src
msgctxt "RID_UUI_ERRHDL"
msgid "Error during shared access to $(ARG1)."
msgstr "$(ARG1) मदीं सामायिक प्रवेश करतास्तना त्रुटी"

#. AEtU6
#: ids.src
msgctxt "RID_UUI_ERRHDL"
msgid "$(ARG1) contains misplaced characters."
msgstr "$(ARG1) मजगती घुस्पल्ली अक्षरां आसात"

#. fD986
#: ids.src
msgctxt "RID_UUI_ERRHDL"
msgid "The name $(ARG1) contains too many characters."
msgstr "नाव $(ARG1) मजगती खूप अक्षरां आसात."

#. U3tMN
#: ids.src
msgctxt "RID_UUI_ERRHDL"
msgid "$(ARG1) does not exist."
msgstr "$(ARG1) अस्तित्वांत ना."

#. nB6UA
#: ids.src
msgctxt "RID_UUI_ERRHDL"
msgid "The path $(ARG1) does not exist."
msgstr "मार्ग $(ARG1) अस्तित्वांत ना."

#. FMV9Y
#: ids.src
msgctxt "RID_UUI_ERRHDL"
msgid "The operation on $(ARG1) is not supported on this operating system."
msgstr " $(ARG1) वयल्या कारवायेक हे कार्यप्रणालीचेर फांटबळ ना."

#. zzACo
#: ids.src
msgctxt "RID_UUI_ERRHDL"
msgid "$(ARG1) is not a directory."
msgstr "$(ARG1) ही निदेशिका न्ही."

#. YW5vM
#: ids.src
msgctxt "RID_UUI_ERRHDL"
msgid "$(ARG1) is not a file."
msgstr "$(ARG1) ही धारिका न्ही."

#. khxN3
#: ids.src
msgctxt "RID_UUI_ERRHDL"
msgid "There is no space left on device $(ARG1)."
msgstr " $(ARG1) उपकरणार आनिक जागो उरूंक ना."

#. zehX6
#: ids.src
msgctxt "RID_UUI_ERRHDL"
msgid ""
"The operation on $(ARG1) cannot be performed because too many files are "
"already open."
msgstr ""
" $(ARG1) वयली कारवाय करपाक जायना, कारण खूप धारिका पयलीसावन उगड्यो आसात."

#. ctFbB
#: ids.src
msgctxt "RID_UUI_ERRHDL"
msgid ""
"The operation on $(ARG1) cannot be performed because there is no more memory"
" available."
msgstr " $(ARG1)  वयली कारवाय जावपाक शकना कारण आनिक स्मृती उपलब्द ना."

#. jpzJG
#: ids.src
msgctxt "RID_UUI_ERRHDL"
msgid "The operation on $(ARG1) cannot continue because more data is pending."
msgstr " $(ARG1) वयली कारवाय जावपाक शकना कारण खूप म्हायती बाकी उरिल्ली आसा."

#. 6DVTU
#: ids.src
msgctxt "RID_UUI_ERRHDL"
msgid "$(ARG1) cannot be copied into itself."
msgstr "$(ARG1) ची नक्कल ताजेरूच जावपाक शकना."

#. zyCVE
#: ids.src
msgctxt "RID_UUI_ERRHDL"
msgid "Unknown input/output error while accessing $(ARG1)."
msgstr " $(ARG1) मजगती प्रवेश करतास्तना खबर नाशिल्ली आदान/प्रदान त्रुटी"

#. cVa9F
#: ids.src
msgctxt "RID_UUI_ERRHDL"
msgid "$(ARG1) is write protected."
msgstr "$(ARG1) चेर बरोवपाक मनाय आसा."

#. JARZx
#: ids.src
msgctxt "RID_UUI_ERRHDL"
msgid "$(ARG1) is not in the correct format."
msgstr "$(ARG1) ही योग्य रचना न्ही."

#. NJNyn
#: ids.src
msgctxt "RID_UUI_ERRHDL"
msgid "The version of $(ARG1) is not correct."
msgstr " $(ARG1) ची आवृत्ती बरोबर ना."

#. uBqiR
#: ids.src
msgctxt "RID_UUI_ERRHDL"
msgid "Drive $(ARG1) does not exist."
msgstr "ड्रायव् $(ARG1) अस्तित्वांत ना"

#. zemAv
#: ids.src
msgctxt "RID_UUI_ERRHDL"
msgid "Folder $(ARG1) does not exist."
msgstr "धारक $(ARG1) अस्तित्वांत ना"

#. aRCFc
#: ids.src
msgctxt "RID_UUI_ERRHDL"
msgid "The installed Java version is not supported."
msgstr "प्रतिष्ठापन केल्ल्या जावा आवृत्तीक फांटबळ ना"

#. DbH3p
#: ids.src
msgctxt "RID_UUI_ERRHDL"
msgid "The installed Java version $(ARG1) is not supported."
msgstr "प्रतिष्ठापन केल्ल्या जावा आवृत्ती $(ARG1) क फांटबळ ना."

#. 7NCGk
#: ids.src
msgctxt "RID_UUI_ERRHDL"
msgid ""
"The installed Java version is not supported, at least version $(ARG1) is "
"required."
msgstr ""
"प्रतिष्ठापन केल्ल्या जावा आवृत्तीक फांटबळ ना, किमान आवृत्ती $(ARG1) आसप "
"गरजेचे."

#. bNWmn
#: ids.src
msgctxt "RID_UUI_ERRHDL"
msgid ""
"The installed Java version $(ARG1) is not supported, at least version "
"$(ARG2) is required."
msgstr ""
"प्रतिष्ठापन केल्ल्या जावा आवृत्ती $(ARG1) क फांटबळ ना. किमान आवृत्ती $(ARG2)"
" आसप गरजेचे."

#. 5MfGQ
#: ids.src
msgctxt "RID_UUI_ERRHDL"
msgid "The data associated with the partnership is corrupted."
msgstr "भागिदारीविशींची म्हायती सारकी ना."

#. fKMdA
#: ids.src
msgctxt "RID_UUI_ERRHDL"
msgid "The data associated with the partnership $(ARG1) is corrupted."
msgstr " $(ARG1) भागीदारीविशीची म्हायती सारकी ना."

#. sBGBF
#: ids.src
msgctxt "RID_UUI_ERRHDL"
msgid "Volume $(ARG1) is not ready."
msgstr "वॉल्यूम $(ARG1) तयार ना."

#. yKKd9
#: ids.src
msgctxt "RID_UUI_ERRHDL"
msgid "$(ARG1) is not ready; please insert a storage medium."
msgstr "$(ARG1) तयार ना ; उपकार करून सांठवण माध्यम घालात."

#. RogFv
#: ids.src
msgctxt "RID_UUI_ERRHDL"
msgid "Volume $(ARG1) is not ready; please insert a storage medium."
msgstr "वॉल्यूम $(ARG1) तयार ना; उपकार करून सांठवण माध्यम घालात."

#. AqFh4
#: ids.src
msgctxt "RID_UUI_ERRHDL"
msgid "Please insert disk $(ARG1)."
msgstr "उपकार करून डिस्क $(ARG1) घालात."

#. WbB7f
#: ids.src
msgctxt "RID_UUI_ERRHDL"
msgid "The object cannot be created in directory $(ARG1)."
msgstr "$(ARG1) निदेशिकेंत वस्त तयार करपाक येना."

#. cSCj6
#: ids.src
msgctxt "RID_UUI_ERRHDL"
msgid ""
"%PRODUCTNAME cannot keep files from being overwritten when this transmission"
" protocol is used. Do you want to continue anyway?"
msgstr ""
"  जेन्ना तुमी हो प्रक्षेपण शिष्टाचार वापरतले, तेन्ना %PRODUCTNAME धारिकांक "
"वयर बरोवपापासून पयस दवरपाक शकना. तुमका तशे करपाक जाय हंय?"

#. CUbSR
#: ids.src
msgctxt "RID_UUI_ERRHDL"
msgid ""
"The file '$(ARG1)' is corrupt and therefore cannot be opened. %PRODUCTNAME can try to repair the file.\n"
"\n"
"The corruption could be the result of document manipulation or of structural document damage due to data transmission.\n"
"\n"
"We recommend that you do not trust the content of the repaired document.\n"
"Execution of macros is disabled for this document.\n"
"\n"
"Should %PRODUCTNAME repair the file?\n"
msgstr ""

#. KeFss
#: ids.src
msgctxt "RID_UUI_ERRHDL"
msgid ""
"The file '$(ARG1)' could not be repaired and therefore cannot be opened."
msgstr " '$(ARG1)'  धारिका सारकी करपाक येना आनिक ताकालागून ती उगडपाक येना."

#. JCpTn
#: ids.src
msgctxt "RID_UUI_ERRHDL"
msgid ""
"Configuration data in '$(ARG1)' is corrupted. Without this data some functions may not operate correctly.\n"
"Do you want to continue startup of %PRODUCTNAME without the corrupted configuration data?"
msgstr ""
"संरचनाय म्हायती  '$(ARG!)' पिड्ड्यार जाल्या.  ह्या म्हायतीशिवाय कांय वैशिश्ट्यांची सारकी कारवाय ना जांव येता.\n"
"पिड्ड्यार जाल्ल्या संरचनायेच्या म्हायतीशिवाय तुमी %PRODUCTNAME चालू करूंक सोदता हंय?"

#. QCACp
#: ids.src
msgctxt "RID_UUI_ERRHDL"
msgid ""
"The personal configuration file '$(ARG1)' is corrupted and must be deleted to continue. Some of your personal settings may be lost.\n"
"Do you want to continue startup of %PRODUCTNAME without the corrupted configuration data?"
msgstr ""
"वैयक्तिक संरचनाय धारिका '$(ARG1)' पिड्ड्यार जाल्या आनिक फुडे वचपाखातीर ती काडून उडोवपाक जाय. तुमची काय वैयक्तिक म्हायती  शेणू येता. \n"
"पिड्ड्यार जाल्ल्या संरचनायेच्या म्हायतीशिवाय तुमी %PRODUCTNAME चालू करूंक सोदता हंय?"

#. e5Rft
#: ids.src
msgctxt "RID_UUI_ERRHDL"
msgid ""
"The configuration data source '$(ARG1)' is unavailable. Without this data "
"some functions may not operate correctly."
msgstr ""
"संरचनाय म्हायती स्त्रोत '$(ARG1)' उपलब्द ना.  ह्या म्हायतीशिवाय काय "
"वैशिश्ट्यां सारकी चालू जावची ना."

#. 4gRCA
#: ids.src
msgctxt "RID_UUI_ERRHDL"
msgid ""
"The configuration data source '$(ARG1)' is unavailable. Without this data some functions may not operate correctly.\n"
"Do you want to continue startup of %PRODUCTNAME without the missing configuration data?"
msgstr ""
"संरचनाय म्हायती स्त्रोत  '$(ARG1)' उपलब्द ना. ह्या  म्हायतीशिवाय कांय वैशिश्ट्यां सारकी चालू जावची ना.\n"
"शेणील्ल्या संरचनाय म्हायतीशिवाय तुमी  %PRODUCTNAME चालू करपाक सोदतात हंय?"

#. DAUhe
#: ids.src
msgctxt "RID_UUI_ERRHDL"
msgid "The form contains invalid data. Do you still want to continue?"
msgstr "ह्या अर्जींत अमान्य म्हायती आसा. तरीय तुमका सुरू करपाक जाय?"

#. DSoD4
#: ids.src
msgctxt "RID_UUI_ERRHDL"
msgid ""
"The file $(ARG1) is locked by another user. Currently, another write access "
"to this file cannot be granted."
msgstr ""
"दुस-या वापरप्यान $(ARG1) फायल बंद करुन दवरल्या. सध्याक ही फायल दुस-याक छापपाचो प्रवेश मान्य करुंक जायना.दुस-या वापरप्यान $(ARG1) फायल बंद करुन दवरल्या. सध्याक ही फायल दुस-याक \n"
" छापपाचो प्रवेश मान्य करुंक जायना."

#. k6aHT
#: ids.src
msgctxt "RID_UUI_ERRHDL"
msgid ""
"The file $(ARG1) is locked by yourself. Currently, another write access to "
"this file cannot be granted."
msgstr ""
"स्वताच $(ARG1) फायल बंद करुन दवरल्या. सध्याक ही फायल दुस-याक छापपाचो प्रवेश मान्य करुंक जायना.स्वताच $(ARG1) फायल बंद करुन दवरल्या. सध्याक ही फायल दुस-याक छापपाचो प्रवेश \n"
" मान्य करुंक जायना."

#. ZoUzb
#: ids.src
msgctxt "RID_UUI_ERRHDL"
msgid "The file $(ARG1) is currently not locked by yourself."
msgstr "स्वताच $(ARG1) फायल बंद करुन दवरुंक ना."

#. L9PCQ
#: ids.src
msgctxt "RID_UUI_ERRHDL"
msgid ""
"The previously obtained lock for file $(ARG1) has expired.\n"
"This can happen due to problems on the server managing the file lock. It cannot be guaranteed that write operations on this file will not overwrite changes done by other users!"
msgstr ""
"The previously obtained lock for file $(ARG1) has expired.\n"
" This can happen due to problems on the server managing the file lock. It cannot be guaranteed that write operations on this file will not overwrite changes done by other users!"

#. uxveA
#: ids.src
msgctxt "RID_UUI_ERRHDL"
msgid ""
"Unable to verify the identity of $(ARG1) site.\n"
"\n"
"Before accepting this certificate, you should examine this site's certificate carefully. Are you willing to accept this certificate for the purpose of identifying the Web site $(ARG1)?"
msgstr ""
"Unable to verify the identity of $(ARG1) site.\n"
" \n"
" Before accepting this certificate, you should examine this site's certificate carefully. Are you willing to accept this certificate for the purpose of identifying the Web site $(ARG1)?"

#. wWG6p
#: ids.src
msgctxt "RID_UUI_ERRHDL"
msgid ""
"$(ARG1) is a site that uses a security certificate to encrypt data during transmission, but its certificate expired on $(ARG2).\n"
"\n"
"You should check to make sure that your computer's time is correct."
msgstr ""
"$(ARG1) is a site that uses a security certificate to encrypt data during transmission, but its certificate expired on $(ARG2).\n"
" \n"
" You should ensure that your computer's time is correct."

#. xGm8W
#: ids.src
msgctxt "RID_UUI_ERRHDL"
msgid ""
"You have attempted to establish a connection with $(ARG1). However, the security certificate presented belongs to $(ARG2). It is possible, though unlikely, that someone may be trying to intercept your communication with this web site.\n"
"\n"
"If you suspect the certificate shown does not belong to $(ARG1), please cancel the connection and notify the site administrator.\n"
"\n"
"Would you like to continue anyway?"
msgstr ""
"You have attempted to establish a connection with $(ARG1). However, the security certificate presented belongs to $(ARG2). It is possible, though unlikely, that someone may be trying to intercept your communication with this web site.\n"
" \n"
" If you suspect the certificate shown does not belong to $(ARG1), please cancel the connection and notify the site administrator.\n"
" \n"
" Would you like to continue anyway?"

#. L2HXU
#: ids.src
msgctxt "RID_UUI_ERRHDL"
msgid ""
"The certificate could not be validated. You should examine this site's certificate carefully.\n"
"\n"
"If you suspect the certificate shown, please cancel the connection and notify the site administrator."
msgstr ""
"The certificate could not be validated. You should examine this site's certificate carefully.\n"
" \n"
" If you suspect the certificate shown, please cancel the connection and notify the site administrator."

#. dfLHZ
#: ids.src
msgctxt "RID_UUI_ERRHDL"
msgid "Security Warning: Domain Name Mismatch"
msgstr "सुरक्षीतताय शिटकावणी:डोमैन नावांची चुकीची बाराबरी"

#. Ayvg9
#: ids.src
msgctxt "RID_UUI_ERRHDL"
msgid "Security Warning: Server Certificate Expired"
msgstr "सुरक्षीतताय शिटकावणी:सर्वराच्या प्रमाणपत्राची तारीख सोंपल्या"

#. 3zFuc
#: ids.src
msgctxt "RID_UUI_ERRHDL"
msgid "Security Warning: Server Certificate Invalid"
msgstr "सुरक्षीतताय शिटकावणी:सर्वराचें प्रमाणपत्र अपात्र"

#. gZzEy
#: ids.src
msgctxt "RID_UUI_ERRHDL"
msgid ""
"Component cannot be loaded, possibly broken or incomplete installation.\n"
"Full error message:\n"
"\n"
" $(ARG1)."
msgstr ""
"Component cannot be loaded, possibly broken or incomplete installation.\n"
" Full error message:\n"
" \n"
"  $(ARG1)."

#. P7Bd8
#: lockfailed.src
msgctxt "STR_LOCKFAILED_TITLE"
msgid "Document Could Not Be Locked"
msgstr ""

#. s576b
#: lockfailed.src
msgctxt "STR_LOCKFAILED_MSG"
msgid ""
"The file could not be locked for exclusive access by %PRODUCTNAME, due to "
"missing permission to create a lock file on that file location."
msgstr ""
"फायलींत फकत %PRODUCTNAME प्रवेश मेळोवचो म्हूण ती बंद करपाक जालीना कारण फआयलीच्या स्थळार कुलूप लावपाची परवानगी नाशिल्लीफायलींत फकत %PRODUCTNAME प्रवेश मेळोवचो म्हूण ती बंद करपाक जालीना कारण \n"
" फआयलीच्या स्थळार कुलूप लावपाची परवानगी नाशिल्ली"

#. sqm2R
#: lockfailed.src
msgctxt "STR_LOCKFAILED_DONTSHOWAGAIN"
msgid "~Do not show this message again"
msgstr ""

#. nqrvC
#: nameclashdlg.src
msgctxt "STR_RENAME_OR_REPLACE"
msgid ""
"A file with the name \"%NAME\" already exists in the location \"%FOLDER\".\n"
"Choose Replace to overwrite the existing file or provide a new name."
msgstr ""

#. 3bJvA
#: nameclashdlg.src
msgctxt "STR_NAME_CLASH_RENAME_ONLY"
msgid ""
"A file with the name \"%NAME\" already exists in the location \"%FOLDER\".\n"
"Please enter a new name."
msgstr ""

#. Bapqc
#: nameclashdlg.src
msgctxt "STR_SAME_NAME_USED"
msgid "Please provide a different file name!"
msgstr ""

#. u5nuY
#: openlocked.src
msgctxt "STR_OPENLOCKED_TITLE"
msgid "Document in Use"
msgstr "दस्तावेज उपेगांत आसा"

#. WkcaX
#: openlocked.src
msgctxt "STR_OPENLOCKED_MSG"
msgid ""
"Document file '$(ARG1)' is locked for editing by:\n"
"\n"
"$(ARG2)\n"
"\n"
"Open document read-only or open a copy of the document for editing.\n"
"\n"
msgstr ""
"Document file '$(ARG1)' is locked for editing by:\n"
" \n"
" $(ARG2)\n"
" \n"
" Open document read-only or open a copy of the document for editing.\n"
" "

#. tc7YZ
#: openlocked.src
msgctxt "STR_OPENLOCKED_OPENREADONLY_BTN"
msgid "Open ~Read-Only"
msgstr "फक्त वाचपाखातीर उकतें कर (~R)"

#. TsA54
#: openlocked.src
msgctxt "STR_OPENLOCKED_OPENCOPY_BTN"
msgid "Open ~Copy"
msgstr "मूळ प्रत उकती कर (~C)"

#. EXAAf
#: openlocked.src
msgctxt "STR_UNKNOWNUSER"
msgid "Unknown User"
msgstr "अज्ञात वापरपीOporichit Vaparpi"

#. RaCss
#: passworddlg.src
msgctxt "STR_ENTER_PASSWORD_TO_OPEN"
msgid "Enter password to open file: \n"
msgstr ""

#. rmDwa
#: passworddlg.src
msgctxt "STR_ENTER_PASSWORD_TO_MODIFY"
msgid "Enter password to modify file: \n"
msgstr ""

#. BVofP
#: passworddlg.src
msgctxt "STR_ENTER_SIMPLE_PASSWORD"
msgid "Enter password: "
msgstr ""

#. UTuR2
#: passworddlg.src
msgctxt "STR_CONFIRM_SIMPLE_PASSWORD"
msgid "Confirm password: "
msgstr ""

#. wydLC
#: passworddlg.src
msgctxt "STR_TITLE_CREATE_PASSWORD"
msgid "Set Password"
msgstr ""

#. 8fcsq
#: passworddlg.src
msgctxt "STR_TITLE_ENTER_PASSWORD"
msgid "Enter Password"
msgstr ""

#. hggFL
#: passworddlg.src
msgctxt "STR_PASSWORD_MISMATCH"
msgid ""
"The confirmation password did not match the password. Set the password again"
" by entering the same password in both boxes."
msgstr ""

#. BsaWY
#: passworderrs.src
#, fuzzy
msgctxt "STR_ERROR_PASSWORD_TO_OPEN_WRONG"
msgid "The password is incorrect. The file cannot be opened."
msgstr "गुप्तशब्द चुकीचो. दस्तावेज उगडुपाक येना."

#. WQbYF
#: passworderrs.src
#, fuzzy
msgctxt "STR_ERROR_PASSWORD_TO_MODIFY_WRONG"
msgid "The password is incorrect. The file cannot be modified."
msgstr "गुप्तशब्द चुकीचो. दस्तावेज उगडुपाक येना."

#. Gq9FJ
#: passworderrs.src
#, fuzzy
msgctxt "STR_ERROR_MASTERPASSWORD_WRONG"
msgid "The master password is incorrect."
msgstr "गुप्तशब्द स्थापित केल्लो ना."

#. pRwHM
#: passworderrs.src
#, fuzzy
msgctxt "STR_ERROR_SIMPLE_PASSWORD_WRONG"
msgid "The password is incorrect."
msgstr "गुप्तशब्द स्थापित केल्लो ना."

#. DwdJn
#: passworderrs.src
msgctxt "STR_ERROR_PASSWORDS_NOT_IDENTICAL"
msgid "The password confirmation does not match."
msgstr "गुप्त शब्द जुळना. उपकार करून परतो गुप्त शब्द घालात."

#. YBz5F
#: trylater.src
msgctxt "STR_TRYLATER_TITLE"
msgid "Document in Use"
msgstr "दस्तावेज उपेगांत आसा"

#. RJBwE
#: trylater.src
msgctxt "STR_TRYLATER_MSG"
msgid ""
"Document file '$(ARG1)' is locked for editing by:\n"
"\n"
"$(ARG2)\n"
"\n"
"Try again later to save document or save a copy of that document.\n"
"\n"
msgstr ""
"Document file '$(ARG1)' is locked for editing by:\n"
" \n"
" $(ARG2)\n"
" \n"
" Try again later to save document or save a copy of that document.\n"
" "

#. 8JFLZ
#: trylater.src
msgctxt "STR_TRYLATER_RETRYSAVING_BTN"
msgid "~Retry Saving"
msgstr "सेवींग करुंक परतून प्रयत्न कर (~R)"

#. 6iCzM
#: trylater.src
#, fuzzy
msgctxt "STR_TRYLATER_SAVEAS_BTN"
msgid "~Save As..."
msgstr "म्हण जतनाय करात..."

#. 45x3T
#: authfallback.ui
msgctxt "authfallback|AuthFallbackDlg"
msgid "Authentication Code"
msgstr ""

#. oHHac
#: authfallback.ui
msgctxt "authfallback|label1"
msgid "Enter the 6 digit PIN:"
msgstr ""

#. vkXiS
#: filterselect.ui
msgctxt "filterselect|FilterSelectDialog"
msgid "Filter Selection"
msgstr ""

#. 8o9Bq
#: logindialog.ui
msgctxt "logindialog|LoginDialog"
msgid "Authentication Required"
msgstr ""

#. SjxPP
#: logindialog.ui
msgctxt "logindialog|syscreds"
msgid "_Use system credentials"
msgstr ""

#. J7CWF
#: logindialog.ui
#, fuzzy
msgctxt "logindialog|remember"
msgid "_Remember password"
msgstr "मुखेल  गुप्त शब्द"

#. pryAC
#: logindialog.ui
msgctxt "logindialog|accountft"
msgid "A_ccount:"
msgstr ""

#. QccHg
#: logindialog.ui
msgctxt "logindialog|passwordft"
msgid "Pass_word:"
msgstr ""

#. NF3CG
#: logindialog.ui
msgctxt "logindialog|nameft"
msgid "_User name:"
msgstr ""

#. RHVAi
#: logindialog.ui
msgctxt "logindialog|pathft"
msgid "_Path:"
msgstr ""

#. MGeqB
#: logindialog.ui
msgctxt "logindialog|pathbtn"
msgid "_Browse…"
msgstr ""

#. mD36F
#: logindialog.ui
msgctxt "logindialog|loginrealm"
msgid ""
"Enter user name and password for:\n"
"“%2” on %1"
msgstr ""

#. kRDiF
#: logindialog.ui
msgctxt "logindialog|wrongloginrealm"
msgid ""
"Wrong user name and password for:\n"
"“%2” on %1"
msgstr ""

#. ARsSU
#: logindialog.ui
msgctxt "logindialog|wrongrequestinfo"
msgid ""
"Wrong user name and password for:\n"
"%1"
msgstr ""

#. WJkga
#: logindialog.ui
msgctxt "logindialog|requestinfo"
msgid ""
"Enter user name and password for:\n"
"%1"
msgstr ""

#. FGAvy
#: logindialog.ui
msgctxt "logindialog|errorft"
msgid "Message from server:"
msgstr ""

#. Q7Cb9
#: macrowarnmedium.ui
msgctxt "macrowarnmedium|MacroWarnMedium"
msgid "%PRODUCTNAME - Security Warning"
msgstr ""

#. o4c9e
#: macrowarnmedium.ui
msgctxt "macrowarnmedium|ok"
msgid "_Enable Macros"
msgstr ""

#. svTn6
#: macrowarnmedium.ui
msgctxt "macrowarnmedium|cancel"
msgid "_Disable Macros"
msgstr ""

#. tYAFs
#: macrowarnmedium.ui
msgctxt "macrowarnmedium|descr1Label"
msgid "The document contains document macros signed by:"
msgstr ""

#. EDTCF
#: macrowarnmedium.ui
msgctxt "macrowarnmedium|descr1aLabel"
msgid "The document contains document macros."
msgstr ""

#. hWGP7
#: macrowarnmedium.ui
msgctxt "macrowarnmedium|viewSignsButton"
msgid "_View Signatures…"
msgstr ""

#. 3q4wC
#: macrowarnmedium.ui
msgctxt "macrowarnmedium|descr2Label"
msgid ""
"Macros may contain viruses. Disabling macros for a document is always safe. "
"If you disable macros you may lose functionality provided by the document "
"macros."
msgstr ""

#. SBMFJ
#: macrowarnmedium.ui
msgctxt "macrowarnmedium|alwaysTrustCheckbutton"
msgid "_Always trust macros from this source"
msgstr ""

#. BABeG
#: masterpassworddlg.ui
msgctxt "masterpassworddlg|MasterPasswordDialog"
msgid "Enter Master Password"
msgstr ""

#. REFvG
#: masterpassworddlg.ui
#, fuzzy
msgctxt "masterpassworddlg|label1"
msgid "_Enter password:"
msgstr "मुखेल  गुप्त शब्द"

#. qAMT2
#: password.ui
msgctxt "password|PasswordDialog"
msgid "Set Password"
msgstr ""

#. ioiyr
#: setmasterpassworddlg.ui
msgctxt "setmasterpassworddlg|SetMasterPasswordDialog"
msgid "Set Master Password"
msgstr ""

#. eBpmB
#: setmasterpassworddlg.ui
msgctxt "setmasterpassworddlg|label1"
msgid ""
"Passwords for web connections are protected by a master password. You will "
"be asked to enter it once per session, if %PRODUCTNAME retrieves a password "
"from the protected password list."
msgstr ""

#. G2dce
#: setmasterpassworddlg.ui
#, fuzzy
msgctxt "setmasterpassworddlg|label2"
msgid "_Enter password:"
msgstr "मुखेल  गुप्त शब्द"

#. yaAhh
#: setmasterpassworddlg.ui
#, fuzzy
msgctxt "setmasterpassworddlg|label3"
msgid "_Reenter password:"
msgstr "मुखेल  गुप्त शब्द"

#. aNzdJ
#: setmasterpassworddlg.ui
msgctxt "setmasterpassworddlg|label4"
msgid ""
"Caution: If you forget the master password, you will be unable to access any"
" of the information protected by it. Passwords are case sensitive."
msgstr ""

#. dAeLu
#: simplenameclash.ui
msgctxt "simplenameclash|SimpleNameClashDialog"
msgid "File Exists"
msgstr ""

#. tCDZh
#: simplenameclash.ui
msgctxt "simplenameclash|replace"
msgid "Replace"
msgstr ""

#. j4y9t
#: simplenameclash.ui
msgctxt "simplenameclash|rename"
msgid "Rename"
msgstr ""

#. iX6rE
#: sslwarndialog.ui
msgctxt "sslwarndialog|SSLWarnDialog"
msgid "Security Warning: "
msgstr ""

#. e7vJt
#: sslwarndialog.ui
msgctxt "sslwarndialog|ok"
msgid "Continue"
msgstr ""

#. e2CMr
#: sslwarndialog.ui
msgctxt "sslwarndialog|cancel"
msgid "Cancel Connection"
msgstr ""

#. jMfYF
#: sslwarndialog.ui
msgctxt "sslwarndialog|view"
msgid "View Certificate"
msgstr ""

#. rrW2e
#: unknownauthdialog.ui
msgctxt "unknownauthdialog|UnknownAuthDialog"
msgid "Website Certified by an Unknown Authority"
msgstr ""

#. incLD
#: unknownauthdialog.ui
msgctxt "unknownauthdialog|accept"
msgid "Accept this certificate temporarily for this session"
msgstr ""

#. fGDzR
#: unknownauthdialog.ui
msgctxt "unknownauthdialog|reject"
msgid "Do not accept this certificate and do not connect to this Web site"
msgstr ""

#. LWUhA
#: unknownauthdialog.ui
msgctxt "unknownauthdialog|examine"
msgid "Examine Certificate…"
msgstr ""