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
|
#. extracted from editeng/source/items.oo
msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+editeng%2Fsource%2Fitems.oo&subcomponent=ui\n"
"POT-Creation-Date: 2012-07-04 16:40+0200\n"
"PO-Revision-Date: 2012-02-04 01:44+0200\n"
"Last-Translator: Valter <valtermura@gmail.com>\n"
"Language-Team: Italian <l10n@it.libreoffice.org>\n"
"Language: it\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: svxitems.src#RID_SVXITEMS_TRUE.string.text
msgid "True"
msgstr "Vero"
#: svxitems.src#RID_SVXITEMS_FALSE.string.text
msgid "False"
msgstr "Falso"
#: svxitems.src#RID_SVXITEMS_BREAK_NONE.string.text
msgid "No break"
msgstr "Nessuna interruzione"
#: svxitems.src#RID_SVXITEMS_BREAK_COLUMN_BEFORE.string.text
msgid "Break before new column"
msgstr "Interrompi prima di nuova colonna"
#: svxitems.src#RID_SVXITEMS_BREAK_COLUMN_AFTER.string.text
msgid "Break after new column"
msgstr "Interrompi dopo nuova colonna"
#: svxitems.src#RID_SVXITEMS_BREAK_COLUMN_BOTH.string.text
msgid "Break before and after new column"
msgstr "Interrompi prima e dopo nuova colonna"
#: svxitems.src#RID_SVXITEMS_BREAK_PAGE_BEFORE.string.text
msgid "Break before new page"
msgstr "Interrompi prima e dopo nuova pagina"
#: svxitems.src#RID_SVXITEMS_BREAK_PAGE_AFTER.string.text
msgid "Break after new page"
msgstr "Interrompi dopo nuova pagina"
#: svxitems.src#RID_SVXITEMS_BREAK_PAGE_BOTH.string.text
msgid "Break before and after new page"
msgstr "Interrompi prima e dopo nuova pagina"
#: svxitems.src#RID_SVXITEMS_SHADOW_NONE.string.text
msgid "No Shadow"
msgstr "Nessuna ombreggiatura"
#: svxitems.src#RID_SVXITEMS_SHADOW_TOPLEFT.string.text
msgid "Shadow top left"
msgstr "Ombra in alto a sinistra"
#: svxitems.src#RID_SVXITEMS_SHADOW_TOPRIGHT.string.text
msgid "Shadow top right"
msgstr "Ombra in alto a destra"
#: svxitems.src#RID_SVXITEMS_SHADOW_BOTTOMLEFT.string.text
msgid "Shadow bottom left"
msgstr "Ombra in basso a sinistra"
#: svxitems.src#RID_SVXITEMS_SHADOW_BOTTOMRIGHT.string.text
msgid "Shadow bottom right"
msgstr "Ombra in basso a destra"
#: svxitems.src#RID_SVXITEMS_COLOR.string.text
msgid "Color "
msgstr "Colore "
#: svxitems.src#RID_SVXITEMS_COLOR_BLACK.string.text
msgid "Black"
msgstr "Nero"
#: svxitems.src#RID_SVXITEMS_COLOR_BLUE.string.text
msgid "Blue"
msgstr "Blu"
#: svxitems.src#RID_SVXITEMS_COLOR_GREEN.string.text
msgid "Green"
msgstr "Verde"
#: svxitems.src#RID_SVXITEMS_COLOR_CYAN.string.text
msgid "Cyan"
msgstr "Ciano"
#: svxitems.src#RID_SVXITEMS_COLOR_RED.string.text
msgid "Red"
msgstr "Rosso"
#: svxitems.src#RID_SVXITEMS_COLOR_MAGENTA.string.text
msgid "Magenta"
msgstr "Magenta"
#: svxitems.src#RID_SVXITEMS_COLOR_BROWN.string.text
msgid "Brown"
msgstr "Marrone"
#: svxitems.src#RID_SVXITEMS_COLOR_GRAY.string.text
msgid "Gray"
msgstr "Grigio"
#: svxitems.src#RID_SVXITEMS_COLOR_LIGHTGRAY.string.text
msgid "Light Gray"
msgstr "Grigio chiaro"
#: svxitems.src#RID_SVXITEMS_COLOR_LIGHTBLUE.string.text
msgid "Light Blue"
msgstr "Blu chiaro"
#: svxitems.src#RID_SVXITEMS_COLOR_LIGHTGREEN.string.text
msgid "Light Green"
msgstr "Verde chiaro"
#: svxitems.src#RID_SVXITEMS_COLOR_LIGHTCYAN.string.text
msgid "Light Cyan"
msgstr "Ciano chiaro"
#: svxitems.src#RID_SVXITEMS_COLOR_LIGHTRED.string.text
msgid "Light Red"
msgstr "Rosso chiaro"
#: svxitems.src#RID_SVXITEMS_COLOR_LIGHTMAGENTA.string.text
msgid "Light Magenta"
msgstr "Magenta chiaro"
#: svxitems.src#RID_SVXITEMS_COLOR_YELLOW.string.text
msgid "Yellow"
msgstr "Giallo"
#: svxitems.src#RID_SVXITEMS_COLOR_WHITE.string.text
msgid "White"
msgstr "Bianco"
#: svxitems.src#RID_SVXITEMS_ITALIC_NONE.string.text
msgid "Not Italic"
msgstr "Non corsivo"
#: svxitems.src#RID_SVXITEMS_ITALIC_OBLIQUE.string.text
msgid "Oblique italic"
msgstr "Corsivo obliquo"
#: svxitems.src#RID_SVXITEMS_ITALIC_NORMAL.string.text
msgid "Italic"
msgstr "Corsivo"
#: svxitems.src#RID_SVXITEMS_WEIGHT_THIN.string.text
msgid "thin"
msgstr "sottile"
#: svxitems.src#RID_SVXITEMS_WEIGHT_ULTRALIGHT.string.text
msgid "ultra thin"
msgstr "ultrasottile"
#: svxitems.src#RID_SVXITEMS_WEIGHT_LIGHT.string.text
msgid "light"
msgstr "leggero"
#: svxitems.src#RID_SVXITEMS_WEIGHT_SEMILIGHT.string.text
msgid "semi light"
msgstr "semileggero"
#: svxitems.src#RID_SVXITEMS_WEIGHT_NORMAL.string.text
msgid "normal"
msgstr "normale"
#: svxitems.src#RID_SVXITEMS_WEIGHT_MEDIUM.string.text
msgid "medium"
msgstr "medio"
#: svxitems.src#RID_SVXITEMS_WEIGHT_SEMIBOLD.string.text
msgid "semi bold"
msgstr "semigrassetto"
#: svxitems.src#RID_SVXITEMS_WEIGHT_BOLD.string.text
msgid "bold"
msgstr "grassetto"
#: svxitems.src#RID_SVXITEMS_WEIGHT_ULTRABOLD.string.text
msgid "ultra bold"
msgstr "grassetto doppio"
#: svxitems.src#RID_SVXITEMS_WEIGHT_BLACK.string.text
msgid "black"
msgstr "nero"
#: svxitems.src#RID_SVXITEMS_UL_NONE.string.text
msgid "No underline"
msgstr "Non sottolineato"
#: svxitems.src#RID_SVXITEMS_UL_SINGLE.string.text
msgid "Single underline"
msgstr "Sottolineatura singola"
#: svxitems.src#RID_SVXITEMS_UL_DOUBLE.string.text
msgid "Double underline"
msgstr "Sottolineatura doppia"
#: svxitems.src#RID_SVXITEMS_UL_DOTTED.string.text
msgid "Dotted underline"
msgstr "Sottolineatura punteggiata"
#: svxitems.src#RID_SVXITEMS_UL_DONTKNOW.string.text
msgid "Underline"
msgstr "Sottolineato"
#: svxitems.src#RID_SVXITEMS_UL_DASH.string.text
msgid "Underline (dashes)"
msgstr "Sottolineato (tratto)"
#: svxitems.src#RID_SVXITEMS_UL_LONGDASH.string.text
msgid "Underline (long dashes)"
msgstr "Sottolineato (tratto lungo)"
#: svxitems.src#RID_SVXITEMS_UL_DASHDOT.string.text
msgid "Underline (dot dash)"
msgstr "Sottolineato (punto tratto)"
#: svxitems.src#RID_SVXITEMS_UL_DASHDOTDOT.string.text
msgid "Underline (dot dot dash)"
msgstr "Sottolineato (punto punto tratto)"
#: svxitems.src#RID_SVXITEMS_UL_SMALLWAVE.string.text
msgid "Underline (small wave)"
msgstr "Sottolineato (linea ondulata piccola)"
#: svxitems.src#RID_SVXITEMS_UL_WAVE.string.text
msgid "Underline (Wave)"
msgstr "Sottolineato (linea ondulata)"
#: svxitems.src#RID_SVXITEMS_UL_DOUBLEWAVE.string.text
msgid "Underline (Double wave)"
msgstr "Sottolineato (linea ondulata doppia)"
#: svxitems.src#RID_SVXITEMS_UL_BOLD.string.text
msgid "Underlined (Bold)"
msgstr "Sottolineato grassetto"
#: svxitems.src#RID_SVXITEMS_UL_BOLDDOTTED.string.text
msgid "Dotted underline (Bold)"
msgstr "Sottolineato grassetto punteggiato"
#: svxitems.src#RID_SVXITEMS_UL_BOLDDASH.string.text
msgid "Underline (Dash bold)"
msgstr "Sottolineato (tratto grassetto)"
#: svxitems.src#RID_SVXITEMS_UL_BOLDLONGDASH.string.text
msgid "Underline (long dash, bold)"
msgstr "Sottolineato (tratto grassetto lungo)"
#: svxitems.src#RID_SVXITEMS_UL_BOLDDASHDOT.string.text
msgid "Underline (dot dash, bold)"
msgstr "Sottolineato (punto tratto grassetto)"
#: svxitems.src#RID_SVXITEMS_UL_BOLDDASHDOTDOT.string.text
msgid "Underline (dot dot dash, bold)"
msgstr "Sottolineato (punto punto tratto grassetto)"
#: svxitems.src#RID_SVXITEMS_UL_BOLDWAVE.string.text
msgid "Underline (wave, bold)"
msgstr "Sottolineato (linea ondulata grassetto)"
#: svxitems.src#RID_SVXITEMS_OL_NONE.string.text
msgid "No overline"
msgstr "Senza sopralineatura"
#: svxitems.src#RID_SVXITEMS_OL_SINGLE.string.text
msgid "Single overline"
msgstr "Sopralineatura singola"
#: svxitems.src#RID_SVXITEMS_OL_DOUBLE.string.text
msgid "Double overline"
msgstr "Doppia sopralineatura"
#: svxitems.src#RID_SVXITEMS_OL_DOTTED.string.text
msgid "Dotted overline"
msgstr "Sopralineatura punteggiata"
#: svxitems.src#RID_SVXITEMS_OL_DONTKNOW.string.text
msgid "Overline"
msgstr "Sopralineatura"
#: svxitems.src#RID_SVXITEMS_OL_DASH.string.text
msgid "Overline (dashes)"
msgstr "Sopralineato (tratto)"
#: svxitems.src#RID_SVXITEMS_OL_LONGDASH.string.text
msgid "Overline (long dashes)"
msgstr "Sopralineato (tratto lungo)"
#: svxitems.src#RID_SVXITEMS_OL_DASHDOT.string.text
msgid "Overline (dot dash)"
msgstr "Sopralineato (punto tratto)"
#: svxitems.src#RID_SVXITEMS_OL_DASHDOTDOT.string.text
msgid "Overline (dot dot dash)"
msgstr "Sopralineato (punto punto tratto)"
#: svxitems.src#RID_SVXITEMS_OL_SMALLWAVE.string.text
msgid "Overline (small wave)"
msgstr "Sopralineato (linea ondulata piccola)"
#: svxitems.src#RID_SVXITEMS_OL_WAVE.string.text
msgid "Overline (Wave)"
msgstr "Sopralineato (linea ondulata)"
#: svxitems.src#RID_SVXITEMS_OL_DOUBLEWAVE.string.text
msgid "Overline (Double wave)"
msgstr "Sopralineato (linea ondulata doppia)"
#: svxitems.src#RID_SVXITEMS_OL_BOLD.string.text
msgid "Overlined (Bold)"
msgstr "Sopralineato (grassetto)"
#: svxitems.src#RID_SVXITEMS_OL_BOLDDOTTED.string.text
msgid "Dotted overline (Bold)"
msgstr "Sopralineato punteggiato (grassetto)"
#: svxitems.src#RID_SVXITEMS_OL_BOLDDASH.string.text
msgid "Overline (Dash bold)"
msgstr "Sopralineato (tratto grassetto)"
#: svxitems.src#RID_SVXITEMS_OL_BOLDLONGDASH.string.text
msgid "Overline (long dash, bold)"
msgstr "Sopralineato (tratto lungo grassetto)"
#: svxitems.src#RID_SVXITEMS_OL_BOLDDASHDOT.string.text
msgid "Overline (dot dash, bold)"
msgstr "Sopralineato (punto tratto grassetto)"
#: svxitems.src#RID_SVXITEMS_OL_BOLDDASHDOTDOT.string.text
msgid "Overline (dot dot dash, bold)"
msgstr "Sopralineato (punto punto tratto grassetto)"
#: svxitems.src#RID_SVXITEMS_OL_BOLDWAVE.string.text
msgid "Overline (wave, bold)"
msgstr "Sopralineato (linea ondulata grassetto)"
#: svxitems.src#RID_SVXITEMS_STRIKEOUT_NONE.string.text
msgid "No strikethrough"
msgstr "Non barrato"
#: svxitems.src#RID_SVXITEMS_STRIKEOUT_SINGLE.string.text
msgid "Single strikethrough"
msgstr "Barrato"
#: svxitems.src#RID_SVXITEMS_STRIKEOUT_DOUBLE.string.text
msgid "Double strikethrough"
msgstr "Barrato doppio"
#: svxitems.src#RID_SVXITEMS_STRIKEOUT_BOLD.string.text
msgid "Bold strikethrough"
msgstr "Barrato grassetto"
#: svxitems.src#RID_SVXITEMS_STRIKEOUT_SLASH.string.text
msgid "Strike through with slash"
msgstr "Barrato con /"
#: svxitems.src#RID_SVXITEMS_STRIKEOUT_X.string.text
msgid "Strike through with Xes"
msgstr "Barrato con X"
#: svxitems.src#RID_SVXITEMS_CASEMAP_NONE.string.text
msgid "None"
msgstr "Nessuno"
#: svxitems.src#RID_SVXITEMS_CASEMAP_VERSALIEN.string.text
msgid "Caps"
msgstr "Tutto maiuscolo"
#: svxitems.src#RID_SVXITEMS_CASEMAP_GEMEINE.string.text
msgid "Lowercase"
msgstr "Tutto minuscolo"
#: svxitems.src#RID_SVXITEMS_CASEMAP_TITEL.string.text
msgid "Title"
msgstr "Titolo"
#: svxitems.src#RID_SVXITEMS_CASEMAP_KAPITAELCHEN.string.text
msgid "Small caps"
msgstr "Maiuscoletto"
#: svxitems.src#RID_SVXITEMS_ESCAPEMENT_OFF.string.text
msgid "Normal position"
msgstr "Normale"
#: svxitems.src#RID_SVXITEMS_ESCAPEMENT_SUPER.string.text
msgid "Superscript "
msgstr "Apice "
#: svxitems.src#RID_SVXITEMS_ESCAPEMENT_SUB.string.text
msgid "Subscript "
msgstr "Pedice "
#: svxitems.src#RID_SVXITEMS_ESCAPEMENT_AUTO.string.text
msgid "automatic"
msgstr "automatico"
#: svxitems.src#RID_SVXITEMS_ADJUST_LEFT.string.text
msgctxt "svxitems.src#RID_SVXITEMS_ADJUST_LEFT.string.text"
msgid "Align left"
msgstr "Allinea a sinistra"
#: svxitems.src#RID_SVXITEMS_ADJUST_RIGHT.string.text
msgctxt "svxitems.src#RID_SVXITEMS_ADJUST_RIGHT.string.text"
msgid "Align right"
msgstr "Allinea a destra"
#: svxitems.src#RID_SVXITEMS_ADJUST_BLOCK.string.text
msgctxt "svxitems.src#RID_SVXITEMS_ADJUST_BLOCK.string.text"
msgid "Justify"
msgstr "Giustificato"
#: svxitems.src#RID_SVXITEMS_ADJUST_CENTER.string.text
msgctxt "svxitems.src#RID_SVXITEMS_ADJUST_CENTER.string.text"
msgid "Centered"
msgstr "Centrato"
#: svxitems.src#RID_SVXITEMS_ADJUST_BLOCKLINE.string.text
msgctxt "svxitems.src#RID_SVXITEMS_ADJUST_BLOCKLINE.string.text"
msgid "Justify"
msgstr "Giustificato"
#: svxitems.src#RID_SVXITEMS_TAB_DECIMAL_CHAR.string.text
msgid "Decimal Symbol:"
msgstr "Simbolo decimale:"
#: svxitems.src#RID_SVXITEMS_TAB_FILL_CHAR.string.text
msgid "Fill character:"
msgstr "Carattere di riempimento:"
#: svxitems.src#RID_SVXITEMS_TAB_ADJUST_LEFT.string.text
msgid "Left"
msgstr "Sinistra"
#: svxitems.src#RID_SVXITEMS_TAB_ADJUST_RIGHT.string.text
msgid "Right"
msgstr "Destra"
#: svxitems.src#RID_SVXITEMS_TAB_ADJUST_DECIMAL.string.text
msgid "Decimal"
msgstr "Decimale"
#: svxitems.src#RID_SVXITEMS_TAB_ADJUST_CENTER.string.text
msgctxt "svxitems.src#RID_SVXITEMS_TAB_ADJUST_CENTER.string.text"
msgid "Centered"
msgstr "Centrato"
#: svxitems.src#RID_SVXITEMS_TAB_ADJUST_DEFAULT.string.text
msgid "Default"
msgstr "Predefinito"
#: svxitems.src#RID_SOLID.string.text
msgid "Single, solid"
msgstr "Singola, grassetto"
#: svxitems.src#RID_DOTTED.string.text
msgid "Single, dotted"
msgstr "A punti fini"
#: svxitems.src#RID_DASHED.string.text
msgid "Single, dashed"
msgstr "A tratti fini"
#: svxitems.src#RID_DOUBLE.string.text
msgid "Double"
msgstr "Doppio"
#: svxitems.src#RID_THINTHICK_SMALLGAP.string.text
msgid "Double, inside: fine, outside: thick, spacing: small"
msgstr "Doppio, interno: spesso, esterno: sottile, distanza: piccola"
#: svxitems.src#RID_THINTHICK_MEDIUMGAP.string.text
msgid "Double, inside: fine, outside: thick, spacing: medium"
msgstr "Doppio, interno: sottile, esterno: spesso, distanza: media"
#: svxitems.src#RID_THINTHICK_LARGEGAP.string.text
msgid "Double, inside: fine, outside: thick, spacing: large"
msgstr "Doppio, interno: sottile, esterno: spesso, distanza: grande"
#: svxitems.src#RID_THICKTHIN_SMALLGAP.string.text
msgid "Double, inside: thick, outside: fine, spacing: small"
msgstr "Doppio, interno: spesso, esterno: sottile, distanza: piccola"
#: svxitems.src#RID_THICKTHIN_MEDIUMGAP.string.text
msgid "Double, inside: thick, outside: fine, spacing: medium"
msgstr "Doppio, interno: spesso, esterno: sottile, distanza: media"
#: svxitems.src#RID_THICKTHIN_LARGEGAP.string.text
msgid "Double, inside: thick, outside: fine, spacing: large"
msgstr "Doppio, interno: spesso, esterno: sottile, distanza: grande"
#: svxitems.src#RID_EMBOSSED.string.text
msgid "3D embossed"
msgstr "In rilievo"
#: svxitems.src#RID_ENGRAVED.string.text
msgid "3D engraved"
msgstr "Incisione"
#: svxitems.src#RID_INSET.string.text
msgid "Inset"
msgstr "Interno"
#: svxitems.src#RID_OUTSET.string.text
msgid "Outset"
msgstr "Esterno"
#: svxitems.src#RID_SVXITEMS_METRIC_MM.string.text
msgid "mm"
msgstr "mm"
#: svxitems.src#RID_SVXITEMS_METRIC_CM.string.text
msgid "cm"
msgstr "cm"
#: svxitems.src#RID_SVXITEMS_METRIC_INCH.string.text
msgid "inch"
msgstr "pollici"
#: svxitems.src#RID_SVXITEMS_METRIC_POINT.string.text
msgid "pt"
msgstr "pt"
#: svxitems.src#RID_SVXITEMS_METRIC_TWIP.string.text
msgid "twip"
msgstr "twip"
#: svxitems.src#RID_SVXITEMS_METRIC_PIXEL.string.text
msgid "pixel"
msgstr "pixel"
#: svxitems.src#RID_SVXITEMS_SHADOWED_TRUE.string.text
msgid "Shadowed"
msgstr "Ombreggiato"
#: svxitems.src#RID_SVXITEMS_SHADOWED_FALSE.string.text
msgid "Not Shadowed"
msgstr "Non ombreggiato"
#: svxitems.src#RID_SVXITEMS_BLINK_TRUE.string.text
msgid "Blinking"
msgstr "Lampeggiante"
#: svxitems.src#RID_SVXITEMS_BLINK_FALSE.string.text
msgid "Not Blinking"
msgstr "Non lampeggiante"
#: svxitems.src#RID_SVXITEMS_AUTOKERN_TRUE.string.text
msgid "Pair Kerning"
msgstr "Crenatura a coppia"
#: svxitems.src#RID_SVXITEMS_AUTOKERN_FALSE.string.text
msgid "No pair kerning"
msgstr "Senza crenatura automatica"
#: svxitems.src#RID_SVXITEMS_WORDLINE_TRUE.string.text
msgid "Individual words"
msgstr "Solo parole"
#: svxitems.src#RID_SVXITEMS_WORDLINE_FALSE.string.text
msgid "Not Words Only"
msgstr "Non solo parole"
#: svxitems.src#RID_SVXITEMS_CONTOUR_TRUE.string.text
msgid "Outline"
msgstr "Contorno"
#: svxitems.src#RID_SVXITEMS_CONTOUR_FALSE.string.text
msgid "No Outline"
msgstr "Nessun contorno"
#: svxitems.src#RID_SVXITEMS_PRINT_TRUE.string.text
msgid "Print"
msgstr "Stampa"
#: svxitems.src#RID_SVXITEMS_PRINT_FALSE.string.text
msgid "Don't print"
msgstr "Non stampare"
#: svxitems.src#RID_SVXITEMS_OPAQUE_TRUE.string.text
msgid "Opaque"
msgstr "Opaco"
#: svxitems.src#RID_SVXITEMS_OPAQUE_FALSE.string.text
msgid "Not Opaque"
msgstr "Non opaco"
#: svxitems.src#RID_SVXITEMS_FMTKEEP_TRUE.string.text
msgid "Keep with next paragraph"
msgstr "Mantieni assieme i paragrafi"
#: svxitems.src#RID_SVXITEMS_FMTKEEP_FALSE.string.text
msgid "Don't Keep Paragraphs Together"
msgstr "Non mantenere assieme i paragrafi"
#: svxitems.src#RID_SVXITEMS_FMTSPLIT_TRUE.string.text
msgid "Split paragraph"
msgstr "Dividi paragrafo"
#: svxitems.src#RID_SVXITEMS_FMTSPLIT_FALSE.string.text
msgid "Don't split paragraph"
msgstr "Non dividere paragrafo"
#: svxitems.src#RID_SVXITEMS_PROT_CONTENT_TRUE.string.text
msgid "Contents protected"
msgstr "Contenuto protetto"
#: svxitems.src#RID_SVXITEMS_PROT_CONTENT_FALSE.string.text
msgid "Contents not protected"
msgstr "Contenuto non protetto"
#: svxitems.src#RID_SVXITEMS_PROT_SIZE_TRUE.string.text
msgid "Size protected"
msgstr "Dimensione protetta"
#: svxitems.src#RID_SVXITEMS_PROT_SIZE_FALSE.string.text
msgid "Size not protected"
msgstr "Dimensione non protetta"
#: svxitems.src#RID_SVXITEMS_PROT_POS_TRUE.string.text
msgid "Position protected"
msgstr "Posizione protetta"
#: svxitems.src#RID_SVXITEMS_PROT_POS_FALSE.string.text
msgid "Position not protected"
msgstr "Posizione non protetta"
#: svxitems.src#RID_SVXITEMS_TRANSPARENT_TRUE.string.text
msgid "Transparent"
msgstr "Trasparente"
#: svxitems.src#RID_SVXITEMS_TRANSPARENT_FALSE.string.text
msgid "Not Transparent"
msgstr "Opaco"
#: svxitems.src#RID_SVXITEMS_HYPHEN_TRUE.string.text
msgid "Hyphenation"
msgstr "Sillabazione"
#: svxitems.src#RID_SVXITEMS_HYPHEN_FALSE.string.text
msgid "No hyphenation"
msgstr "Senza sillabazione"
#: svxitems.src#RID_SVXITEMS_PAGE_END_TRUE.string.text
msgid "Page End"
msgstr "Fine pagina"
#: svxitems.src#RID_SVXITEMS_PAGE_END_FALSE.string.text
msgid "No Page End"
msgstr "Nessuna fine pagina"
#: svxitems.src#RID_SVXITEMS_SIZE_WIDTH.string.text
msgid "Width: "
msgstr "Larghezza: "
#: svxitems.src#RID_SVXITEMS_SIZE_HEIGHT.string.text
msgid "Height: "
msgstr "Altezza: "
#: svxitems.src#RID_SVXITEMS_LRSPACE_LEFT.string.text
msgid "Indent left "
msgstr "Rientro sinistro "
#: svxitems.src#RID_SVXITEMS_LRSPACE_FLINE.string.text
msgid "First Line "
msgstr "Prima riga "
#: svxitems.src#RID_SVXITEMS_LRSPACE_RIGHT.string.text
msgid "Indent right "
msgstr "Rientro destro "
#: svxitems.src#RID_SVXITEMS_SHADOW_COMPLETE.string.text
msgid "Shadow: "
msgstr "Ombra: "
#: svxitems.src#RID_SVXITEMS_BORDER_COMPLETE.string.text
msgid "Borders "
msgstr "Bordi "
#: svxitems.src#RID_SVXITEMS_BORDER_NONE.string.text
msgid "No border"
msgstr "Nessun bordo"
#: svxitems.src#RID_SVXITEMS_BORDER_TOP.string.text
msgid "top "
msgstr "alto "
#: svxitems.src#RID_SVXITEMS_BORDER_BOTTOM.string.text
msgid "bottom "
msgstr "basso "
#: svxitems.src#RID_SVXITEMS_BORDER_LEFT.string.text
msgid "left "
msgstr "sinistra "
#: svxitems.src#RID_SVXITEMS_BORDER_RIGHT.string.text
msgid "right "
msgstr "destra "
#: svxitems.src#RID_SVXITEMS_BORDER_DISTANCE.string.text
msgid "Spacing "
msgstr "Spaziatura"
#: svxitems.src#RID_SVXITEMS_ULSPACE_UPPER.string.text
msgid "From top "
msgstr "Dall'alto "
#: svxitems.src#RID_SVXITEMS_ULSPACE_LOWER.string.text
msgid "From bottom "
msgstr "Dal basso "
#. pb: %1 == will be replaced by the number of lines
#: svxitems.src#RID_SVXITEMS_LINES.string.text
msgid "%1 Lines"
msgstr "%1 Righe"
#: svxitems.src#RID_SVXITEMS_WIDOWS_COMPLETE.string.text
msgid "Widow control"
msgstr "Controllo orfane"
#: svxitems.src#RID_SVXITEMS_ORPHANS_COMPLETE.string.text
msgid "Orphan control"
msgstr "Controllo vedove"
#: svxitems.src#RID_SVXITEMS_HYPHEN_MINLEAD.string.text
msgid "Characters at end of line"
msgstr "Caratteri alla fine della riga"
#: svxitems.src#RID_SVXITEMS_HYPHEN_MINTRAIL.string.text
msgid "Characters at beginning of line"
msgstr "Caratteri all'inizio della riga"
#: svxitems.src#RID_SVXITEMS_HYPHEN_MAX.string.text
msgid "Hyphens"
msgstr "Sillabazioni"
#: svxitems.src#RID_SVXITEMS_PAGEMODEL_COMPLETE.string.text
msgid "Page Style: "
msgstr "Stile di pagina: "
#: svxitems.src#RID_SVXITEMS_KERNING_COMPLETE.string.text
msgid "Kerning "
msgstr "Crenatura "
#: svxitems.src#RID_SVXITEMS_KERNING_EXPANDED.string.text
msgid "locked "
msgstr "bloccata "
#: svxitems.src#RID_SVXITEMS_KERNING_CONDENSED.string.text
msgid "Condensed "
msgstr "Ridotta "
#: svxitems.src#RID_SVXITEMS_GRAPHIC.string.text
msgid "Graphic"
msgstr "Immagine"
#: svxitems.src#RID_SVXITEMS_EMPHASIS_NONE_STYLE.string.text
msgid "none"
msgstr "nessuno"
#: svxitems.src#RID_SVXITEMS_EMPHASIS_DOT_STYLE.string.text
msgid "Dots "
msgstr "Punti "
#: svxitems.src#RID_SVXITEMS_EMPHASIS_CIRCLE_STYLE.string.text
msgid "Circle "
msgstr "Cerchio "
#: svxitems.src#RID_SVXITEMS_EMPHASIS_DISC_STYLE.string.text
msgid "Filled circle "
msgstr "Cerchio pieno "
#: svxitems.src#RID_SVXITEMS_EMPHASIS_ACCENT_STYLE.string.text
msgid "Accent "
msgstr "Accento "
#: svxitems.src#RID_SVXITEMS_EMPHASIS_ABOVE_POS.string.text
msgid "Above"
msgstr "Al di sopra"
#: svxitems.src#RID_SVXITEMS_EMPHASIS_BELOW_POS.string.text
msgid "Below"
msgstr "Al di sotto"
#: svxitems.src#RID_SVXITEMS_TWOLINES_OFF.string.text
msgid "Double-lined off"
msgstr "Disattiva 'A riga doppia'"
#: svxitems.src#RID_SVXITEMS_TWOLINES.string.text
msgid "Double-lined"
msgstr "A riga doppia"
#: svxitems.src#RID_SVXITEMS_SCRPTSPC_OFF.string.text
msgctxt "svxitems.src#RID_SVXITEMS_SCRPTSPC_OFF.string.text"
msgid "No automatic character spacing"
msgstr "Nessuno spazio automatico tra i caratteri"
#: svxitems.src#RID_SVXITEMS_SCRPTSPC_ON.string.text
msgctxt "svxitems.src#RID_SVXITEMS_SCRPTSPC_ON.string.text"
msgid "No automatic character spacing"
msgstr "Nessuno spazio automatico tra i caratteri"
#: svxitems.src#RID_SVXITEMS_HNGPNCT_OFF.string.text
msgid "No hanging punctuation at line end"
msgstr "Nessuna interpunzione a fine riga"
#: svxitems.src#RID_SVXITEMS_HNGPNCT_ON.string.text
msgid "Hanging punctuation at line end"
msgstr "Interpunzione a fine riga"
#: svxitems.src#RID_SVXITEMS_FORBIDDEN_RULE_OFF.string.text
msgid "Apply list of forbidden characters to beginning and end of lines"
msgstr "Considera elenco dei caratteri non consentiti all'inizio e alla fine della riga"
#: svxitems.src#RID_SVXITEMS_FORBIDDEN_RULE_ON.string.text
msgid "Don't apply list of forbidden characters to beginning and end of lines"
msgstr "Non considerare elenco dei caratteri non consentiti all'inizio e alla fine della riga"
#: svxitems.src#RID_SVXITEMS_CHARROTATE_OFF.string.text
msgid "No rotated characters"
msgstr "Senza rotazione carattere"
#: svxitems.src#RID_SVXITEMS_CHARROTATE.string.text
msgid "Character rotated by $(ARG1)°"
msgstr "Carattere ruotato di $(ARG1)°"
#: svxitems.src#RID_SVXITEMS_CHARROTATE_FITLINE.string.text
msgid "Fit to line"
msgstr "Adatta alla riga"
#: svxitems.src#RID_SVXITEMS_CHARSCALE.string.text
msgid "Characters scaled $(ARG1)%"
msgstr "Scala carattere $(ARG1)%"
#: svxitems.src#RID_SVXITEMS_CHARSCALE_OFF.string.text
msgid "No scaled characters"
msgstr "Senza scala carattere"
#: svxitems.src#RID_SVXITEMS_RELIEF_NONE.string.text
msgid "No relief"
msgstr "Senza rilievo"
#: svxitems.src#RID_SVXITEMS_RELIEF_EMBOSSED.string.text
msgid "Relief"
msgstr "Rilievo"
#: svxitems.src#RID_SVXITEMS_RELIEF_ENGRAVED.string.text
msgid "Engraved"
msgstr "Incisione"
#: svxitems.src#RID_SVXITEMS_PARAVERTALIGN_AUTO.string.text
msgid "Automatic text alignment"
msgstr "Allineamento automatico testo"
#: svxitems.src#RID_SVXITEMS_PARAVERTALIGN_BASELINE.string.text
msgid "Text aligned to base line"
msgstr "Allineamento alla linea di base"
#: svxitems.src#RID_SVXITEMS_PARAVERTALIGN_TOP.string.text
msgid "Text aligned top"
msgstr "Allineamento testo in alto"
#: svxitems.src#RID_SVXITEMS_PARAVERTALIGN_CENTER.string.text
msgid "Text aligned middle"
msgstr "Allineamento del testo al centro"
#: svxitems.src#RID_SVXITEMS_PARAVERTALIGN_BOTTOM.string.text
msgid "Text aligned bottom"
msgstr "Allineamento del testo in basso"
#: svxitems.src#RID_SVXITEMS_FRMDIR_HORI_LEFT_TOP.string.text
msgid "Text direction left-to-right (horizontal)"
msgstr "Testo orizzontale da sinistra a destra"
#: svxitems.src#RID_SVXITEMS_FRMDIR_HORI_RIGHT_TOP.string.text
msgid "Text direction right-to-left (horizontal)"
msgstr "Testo orizzontale da destra a sinistra"
#: svxitems.src#RID_SVXITEMS_FRMDIR_VERT_TOP_RIGHT.string.text
msgid "Text direction right-to-left (vertical)"
msgstr "Testo verticale da destra a sinistra"
#: svxitems.src#RID_SVXITEMS_FRMDIR_VERT_TOP_LEFT.string.text
msgid "Text direction left-to-right (vertical)"
msgstr "Testo verticale da sinistra a destra"
#: svxitems.src#RID_SVXITEMS_FRMDIR_ENVIRONMENT.string.text
msgid "Use superordinate object text direction setting"
msgstr "Usa le impostazioni di testo dell'oggetto superiore"
#: svxitems.src#RID_SVXITEMS_PARASNAPTOGRID_ON.string.text
msgid "Paragraph snaps to text grid (if active)"
msgstr "Aggancia il paragrafo alla griglia di testo (se attiva)"
#: svxitems.src#RID_SVXITEMS_PARASNAPTOGRID_OFF.string.text
msgid "Paragraph does not snap to text grid"
msgstr "Non agganciare il paragrafo alla griglia di testo"
#: svxitems.src#RID_SVXITEMS_CHARHIDDEN_FALSE.string.text
msgid "Not hidden"
msgstr "Visibile"
#: svxitems.src#RID_SVXITEMS_CHARHIDDEN_TRUE.string.text
msgid "Hidden"
msgstr "Nascosto"
#: svxitems.src#RID_SVXITEMS_HORJUST_STANDARD.string.text
msgid "Horizontal alignment default"
msgstr "Allineamento orizzontale predefinito"
#: svxitems.src#RID_SVXITEMS_HORJUST_LEFT.string.text
msgctxt "svxitems.src#RID_SVXITEMS_HORJUST_LEFT.string.text"
msgid "Align left"
msgstr "Allinea a sinistra"
#: svxitems.src#RID_SVXITEMS_HORJUST_CENTER.string.text
msgid "Centered horizontally"
msgstr "Centrato in orizzontale"
#: svxitems.src#RID_SVXITEMS_HORJUST_RIGHT.string.text
msgctxt "svxitems.src#RID_SVXITEMS_HORJUST_RIGHT.string.text"
msgid "Align right"
msgstr "Allinea a destra"
#: svxitems.src#RID_SVXITEMS_HORJUST_BLOCK.string.text
msgctxt "svxitems.src#RID_SVXITEMS_HORJUST_BLOCK.string.text"
msgid "Justify"
msgstr "Giustificato"
#: svxitems.src#RID_SVXITEMS_HORJUST_REPEAT.string.text
msgid "Repeat alignment"
msgstr "Ripeti allineamento"
#: svxitems.src#RID_SVXITEMS_VERJUST_STANDARD.string.text
msgid "Vertical alignment default"
msgstr "Allineamento verticale predefinito"
#: svxitems.src#RID_SVXITEMS_VERJUST_TOP.string.text
msgid "Align to top"
msgstr "Allinea in alto"
#: svxitems.src#RID_SVXITEMS_VERJUST_CENTER.string.text
msgid "Centered vertically"
msgstr "Centrato in verticale"
#: svxitems.src#RID_SVXITEMS_VERJUST_BOTTOM.string.text
msgid "Align to bottom"
msgstr "Allinea in basso"
#: svxitems.src#RID_SVXITEMS_JUSTMETHOD_AUTO.string.text
msgid "Automatic"
msgstr "Automatico"
#: svxitems.src#RID_SVXITEMS_JUSTMETHOD_DISTRIBUTE.string.text
msgid "Distributed"
msgstr "Distribuito"
#: page.src#RID_SVXSTR_PAPERBIN.string.text
msgid "Paper tray"
msgstr "Cassetto"
#: page.src#RID_SVXSTR_PAPERBIN_SETTINGS.string.text
msgid "[From printer settings]"
msgstr "[da impostazione stampante]"
|