aboutsummaryrefslogtreecommitdiff
path: root/source/ca/vcl/messages.po
blob: d0fe12d513d04fcc38112075cd533839985e24c6 (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
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
#. extracted from vcl/inc
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: 2020-04-27 15:55+0200\n"
"PO-Revision-Date: 2020-05-25 18:05+0000\n"
"Last-Translator: Joan Montané <joan@montane.cat>\n"
"Language-Team: Catalan <https://weblate.documentfoundation.org/projects/libo_ui-master/vclmessages/ca/>\n"
"Language: ca\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-Accelerator-Marker: ~\n"
"X-Generator: Weblate 3.10.3\n"
"X-POOTLE-MTIME: 1562301320.000000\n"

#. k5jTM
#. To translators: This is the first entry of a sequence of paper size names
#: vcl/inc/print.hrc:28
msgctxt "RID_STR_PAPERNAMES"
msgid "A0"
msgstr "A0 (841 x 1189 mm)"

#. 57USD
#: vcl/inc/print.hrc:29
msgctxt "RID_STR_PAPERNAMES"
msgid "A1"
msgstr "A1"

#. QzHUo
#: vcl/inc/print.hrc:30
msgctxt "RID_STR_PAPERNAMES"
msgid "A2"
msgstr "A2"

#. a35VU
#: vcl/inc/print.hrc:31
msgctxt "RID_STR_PAPERNAMES"
msgid "A3"
msgstr "A3 (297 x 420 mm)"

#. CnELN
#: vcl/inc/print.hrc:32
msgctxt "RID_STR_PAPERNAMES"
msgid "A4"
msgstr "A4 (210 x 297 mm)"

#. wpQMC
#: vcl/inc/print.hrc:33
msgctxt "RID_STR_PAPERNAMES"
msgid "A5"
msgstr "A5 (148 x 210 mm)"

#. YBMoi
#: vcl/inc/print.hrc:34
msgctxt "RID_STR_PAPERNAMES"
msgid "B4 (ISO)"
msgstr "B4 (ISO 250 x 353 mm)"

#. kyC9G
#: vcl/inc/print.hrc:35
msgctxt "RID_STR_PAPERNAMES"
msgid "B5 (ISO)"
msgstr "B5 (ISO)"

#. TKbQV
#: vcl/inc/print.hrc:36
msgctxt "RID_STR_PAPERNAMES"
msgid "Letter"
msgstr "Carta (8,5 x 11 polzades)"

#. GJoaX
#: vcl/inc/print.hrc:37
msgctxt "RID_STR_PAPERNAMES"
msgid "Legal"
msgstr "Legal (8,5 x 14 polzades)"

#. fGwCX
#: vcl/inc/print.hrc:38
msgctxt "RID_STR_PAPERNAMES"
msgid "Tabloid"
msgstr "Tabloide (11 x 17 polzades)"

#. heERi
#: vcl/inc/print.hrc:39
msgctxt "RID_STR_PAPERNAMES"
msgid "User Defined"
msgstr "Definit per l'usuari"

#. GFBC8
#: vcl/inc/print.hrc:40
msgctxt "RID_STR_PAPERNAMES"
msgid "B6 (ISO)"
msgstr "B6 (ISO)"

#. FU8Go
#: vcl/inc/print.hrc:41
msgctxt "RID_STR_PAPERNAMES"
msgid "C4 Envelope"
msgstr "Sobre C4"

#. AFT7L
#: vcl/inc/print.hrc:42
msgctxt "RID_STR_PAPERNAMES"
msgid "C5 Envelope"
msgstr "Sobre C5"

#. DUtCj
#: vcl/inc/print.hrc:43
msgctxt "RID_STR_PAPERNAMES"
msgid "C6 Envelope"
msgstr "Sobre C6"

#. MArLZ
#: vcl/inc/print.hrc:44
msgctxt "RID_STR_PAPERNAMES"
msgid "C6/5 Envelope"
msgstr "Sobre C6/5"

#. TTtys
#: vcl/inc/print.hrc:45
msgctxt "RID_STR_PAPERNAMES"
msgid "DL Envelope"
msgstr "Sobre DL"

#. aZ2Lo
#: vcl/inc/print.hrc:46
msgctxt "RID_STR_PAPERNAMES"
msgid "Dia Slide"
msgstr "Diapositiva Dia"

#. EzE2Q
#: vcl/inc/print.hrc:47
msgctxt "RID_STR_PAPERNAMES"
msgid "Screen 4:3"
msgstr "Pantalla 4:3"

#. 6MjsD
#: vcl/inc/print.hrc:48
msgctxt "RID_STR_PAPERNAMES"
msgid "C"
msgstr "C"

#. Yfrzk
#: vcl/inc/print.hrc:49
msgctxt "RID_STR_PAPERNAMES"
msgid "D"
msgstr "D"

#. Ahd2X
#: vcl/inc/print.hrc:50
msgctxt "RID_STR_PAPERNAMES"
msgid "E"
msgstr "E"

#. 9quGe
#: vcl/inc/print.hrc:51
msgctxt "RID_STR_PAPERNAMES"
msgid "Executive"
msgstr "Executiu"

#. SXPft
#: vcl/inc/print.hrc:52
msgctxt "RID_STR_PAPERNAMES"
msgid "German Legal Fanfold"
msgstr "Paper continu alemany legal"

#. A48FP
#: vcl/inc/print.hrc:53
msgctxt "RID_STR_PAPERNAMES"
msgid "#8 (Monarch) Envelope"
msgstr "Sobre del núm. 8 (Monarch)"

#. p4BPX
#: vcl/inc/print.hrc:54
msgctxt "RID_STR_PAPERNAMES"
msgid "#6 3/4 (Personal) Envelope"
msgstr "Sobre del núm. 6 3/4 (personal)"

#. 7nYNA
#: vcl/inc/print.hrc:55
msgctxt "RID_STR_PAPERNAMES"
msgid "#9 Envelope"
msgstr "Sobre del núm. 9"

#. 7pGhj
#: vcl/inc/print.hrc:56
msgctxt "RID_STR_PAPERNAMES"
msgid "#10 Envelope"
msgstr "Sobre del núm. 10"

#. JLiyQ
#: vcl/inc/print.hrc:57
msgctxt "RID_STR_PAPERNAMES"
msgid "#11 Envelope"
msgstr "Sobre del núm. 11"

#. Mpdko
#: vcl/inc/print.hrc:58
msgctxt "RID_STR_PAPERNAMES"
msgid "#12 Envelope"
msgstr "Sobre del núm. 12"

#. YCdjh
#: vcl/inc/print.hrc:59
msgctxt "RID_STR_PAPERNAMES"
msgid "16 Kai (16k)"
msgstr "16 Kai (16k)"

#. xizMp
#: vcl/inc/print.hrc:60
msgctxt "RID_STR_PAPERNAMES"
msgid "32 Kai"
msgstr "32 kai"

#. eRsjd
#: vcl/inc/print.hrc:61
msgctxt "RID_STR_PAPERNAMES"
msgid "Big 32 Kai"
msgstr "32 kai gran"

#. DT7AF
#: vcl/inc/print.hrc:62
msgctxt "RID_STR_PAPERNAMES"
msgid "B4 (JIS)"
msgstr "B4 (JIS)"

#. 8GGnm
#: vcl/inc/print.hrc:63
msgctxt "RID_STR_PAPERNAMES"
msgid "B5 (JIS)"
msgstr "B5 (JIS)"

#. tXHgU
#: vcl/inc/print.hrc:64
msgctxt "RID_STR_PAPERNAMES"
msgid "B6 (JIS)"
msgstr "B6 (JIS)"

#. qmPSf
#: vcl/inc/print.hrc:65
msgctxt "RID_STR_PAPERNAMES"
msgid "Ledger"
msgstr "Llibre comptable"

#. nD5vU
#: vcl/inc/print.hrc:66
msgctxt "RID_STR_PAPERNAMES"
msgid "Statement"
msgstr "Expressió"

#. ABJBh
#: vcl/inc/print.hrc:67
msgctxt "RID_STR_PAPERNAMES"
msgid "Quarto"
msgstr "Quarto"

#. Qnxii
#: vcl/inc/print.hrc:68
msgctxt "RID_STR_PAPERNAMES"
msgid "10x14"
msgstr "10x14"

#. NqDor
#: vcl/inc/print.hrc:69
msgctxt "RID_STR_PAPERNAMES"
msgid "#14 Envelope"
msgstr "Sobre del núm. 14"

#. HG72H
#: vcl/inc/print.hrc:70
msgctxt "RID_STR_PAPERNAMES"
msgid "C3 Envelope"
msgstr "Sobre C3"

#. GcZXC
#: vcl/inc/print.hrc:71
msgctxt "RID_STR_PAPERNAMES"
msgid "Italian Envelope"
msgstr "Sobre italià"

#. jAAep
#: vcl/inc/print.hrc:72
msgctxt "RID_STR_PAPERNAMES"
msgid "U.S. Standard Fanfold"
msgstr "Paper continu estàndard dels EUA"

#. EnDDT
#: vcl/inc/print.hrc:73
msgctxt "RID_STR_PAPERNAMES"
msgid "German Standard Fanfold"
msgstr "Paper continu estàndard alemany"

#. PbPaG
#: vcl/inc/print.hrc:74
msgctxt "RID_STR_PAPERNAMES"
msgid "Japanese Postcard"
msgstr "Targeta postal japonesa"

#. DDGCC
#: vcl/inc/print.hrc:75
msgctxt "RID_STR_PAPERNAMES"
msgid "9x11"
msgstr "9x11"

#. B7BBS
#: vcl/inc/print.hrc:76
msgctxt "RID_STR_PAPERNAMES"
msgid "10x11"
msgstr "10x11"

#. 47xPq
#: vcl/inc/print.hrc:77
msgctxt "RID_STR_PAPERNAMES"
msgid "15x11"
msgstr "15x11"

#. jLxUU
#: vcl/inc/print.hrc:78
msgctxt "RID_STR_PAPERNAMES"
msgid "Invitation Envelope"
msgstr "Sobre d'invitacions"

#. P9Ams
#: vcl/inc/print.hrc:79
msgctxt "RID_STR_PAPERNAMES"
msgid "SuperA"
msgstr "SuperA"

#. 8FXjz
#: vcl/inc/print.hrc:80
msgctxt "RID_STR_PAPERNAMES"
msgid "SuperB"
msgstr "SuperB"

#. YeXeF
#: vcl/inc/print.hrc:81
msgctxt "RID_STR_PAPERNAMES"
msgid "Letter Plus"
msgstr "Letter Plus"

#. DFEbD
#: vcl/inc/print.hrc:82
msgctxt "RID_STR_PAPERNAMES"
msgid "A4 Plus"
msgstr "A4 Plus"

#. ak83a
#: vcl/inc/print.hrc:83
msgctxt "RID_STR_PAPERNAMES"
msgid "Double Postcard"
msgstr "Targeta postal doble"

#. ZidKk
#: vcl/inc/print.hrc:84
msgctxt "RID_STR_PAPERNAMES"
msgid "A6"
msgstr "A6"

#. LWf9B
#: vcl/inc/print.hrc:85
msgctxt "RID_STR_PAPERNAMES"
msgid "12x11"
msgstr "12x11"

#. BkrJX
#: vcl/inc/print.hrc:86
msgctxt "RID_STR_PAPERNAMES"
msgid "A7"
msgstr "A7"

#. SWbqF
#: vcl/inc/print.hrc:87
msgctxt "RID_STR_PAPERNAMES"
msgid "A8"
msgstr "A8"

#. GYtp3
#: vcl/inc/print.hrc:88
msgctxt "RID_STR_PAPERNAMES"
msgid "A9"
msgstr "A9"

#. bpFt9
#: vcl/inc/print.hrc:89
msgctxt "RID_STR_PAPERNAMES"
msgid "A10"
msgstr "A10"

#. FTA7W
#: vcl/inc/print.hrc:90
msgctxt "RID_STR_PAPERNAMES"
msgid "B0 (ISO)"
msgstr "B0 (ISO)"

#. 2GKu3
#: vcl/inc/print.hrc:91
msgctxt "RID_STR_PAPERNAMES"
msgid "B1 (ISO)"
msgstr "B1 (ISO)"

#. vXJTD
#: vcl/inc/print.hrc:92
msgctxt "RID_STR_PAPERNAMES"
msgid "B2 (ISO)"
msgstr "B2 (ISO)"

#. aC9No
#: vcl/inc/print.hrc:93
msgctxt "RID_STR_PAPERNAMES"
msgid "B3 (ISO)"
msgstr "B3 (ISO)"

#. MuLhT
#: vcl/inc/print.hrc:94
msgctxt "RID_STR_PAPERNAMES"
msgid "B7 (ISO)"
msgstr "B7 (ISO)"

#. krPPq
#: vcl/inc/print.hrc:95
msgctxt "RID_STR_PAPERNAMES"
msgid "B8 (ISO)"
msgstr "B8 (ISO)"

#. YGESB
#: vcl/inc/print.hrc:96
msgctxt "RID_STR_PAPERNAMES"
msgid "B9 (ISO)"
msgstr "B9 (ISO)"

#. njHYv
#: vcl/inc/print.hrc:97
msgctxt "RID_STR_PAPERNAMES"
msgid "B10 (ISO)"
msgstr "B10 (ISO)"

#. AVSBr
#: vcl/inc/print.hrc:98
msgctxt "RID_STR_PAPERNAMES"
msgid "C2 Envelope"
msgstr "Sobre C2"

#. EFNMQ
#: vcl/inc/print.hrc:99
msgctxt "RID_STR_PAPERNAMES"
msgid "C7 Envelope"
msgstr "Sobre C7"

#. zSAKG
#: vcl/inc/print.hrc:100
msgctxt "RID_STR_PAPERNAMES"
msgid "C8 Envelope"
msgstr "Sobre C8"

#. AX3UZ
#: vcl/inc/print.hrc:101
msgctxt "RID_STR_PAPERNAMES"
msgid "Arch A"
msgstr "Arch A"

#. DVqSQ
#: vcl/inc/print.hrc:102
msgctxt "RID_STR_PAPERNAMES"
msgid "Arch B"
msgstr "Arch B"

#. XTWTA
#: vcl/inc/print.hrc:103
msgctxt "RID_STR_PAPERNAMES"
msgid "Arch C"
msgstr "Arch C"

#. 7HfJq
#: vcl/inc/print.hrc:104
msgctxt "RID_STR_PAPERNAMES"
msgid "Arch D"
msgstr "Arch D"

#. iFxKS
#: vcl/inc/print.hrc:105
msgctxt "RID_STR_PAPERNAMES"
msgid "Arch E"
msgstr "Arch E"

#. H86KB
#: vcl/inc/print.hrc:106
msgctxt "RID_STR_PAPERNAMES"
msgid "Screen 16:9"
msgstr "Pantalla 16:9"

#. qXCQA
#: vcl/inc/print.hrc:107
msgctxt "RID_STR_PAPERNAMES"
msgid "Screen 16:10"
msgstr "Pantalla 16:10"

#. ByzTD
#: vcl/inc/print.hrc:108
msgctxt "RID_STR_PAPERNAMES"
msgid "16k (195 x 270)"
msgstr "16k (195 x 270)"

#. EE6VX
#. To translators: This is the last entry of the sequence of paper size names
#: vcl/inc/print.hrc:110
msgctxt "RID_STR_PAPERNAMES"
msgid "16k (197 x 273)"
msgstr "16k (197 x 273)"

#. CXDQa
#: vcl/inc/printaccessoryview.hrc:27
msgctxt "SV_PRINT_NATIVE_STRINGS"
msgid "Preview"
msgstr "Previsualització"

#. BgxCz
#: vcl/inc/printaccessoryview.hrc:28
msgctxt "SV_PRINT_NATIVE_STRINGS"
msgid "Page number"
msgstr "Número de pàgina"

#. BEgxh
#: vcl/inc/printaccessoryview.hrc:29
msgctxt "SV_PRINT_NATIVE_STRINGS"
msgid "Number of pages"
msgstr "Nombre de pàgines"

#. xV2vm
#: vcl/inc/printaccessoryview.hrc:30
msgctxt "SV_PRINT_NATIVE_STRINGS"
msgid "More"
msgstr "Més"

#. QWCDs
#: vcl/inc/printaccessoryview.hrc:31
msgctxt "SV_PRINT_NATIVE_STRINGS"
msgid "Print selection only"
msgstr "Imprimeix només la selecció"

#. QLJXP
#: vcl/inc/strings.hrc:25
msgctxt "SV_RESID_STRING_NOSELECTIONPOSSIBLE"
msgid "<No selection possible>"
msgstr "<Cap selecció possible>"

#. QbQEb
#: vcl/inc/strings.hrc:27
msgctxt "SV_MENU_MAC_SERVICES"
msgid "Services"
msgstr "Serveis"

#. qDpAm
#: vcl/inc/strings.hrc:28
msgctxt "SV_MENU_MAC_HIDEAPP"
msgid "Hide %PRODUCTNAME"
msgstr "Amaga el %PRODUCTNAME"

#. y9pN4
#: vcl/inc/strings.hrc:29
msgctxt "SV_MENU_MAC_HIDEALL"
msgid "Hide Others"
msgstr "Amaga els altres"

#. gSgGK
#: vcl/inc/strings.hrc:30
msgctxt "SV_MENU_MAC_SHOWALL"
msgid "Show All"
msgstr "Mostra-ho tot"

#. vDgCm
#: vcl/inc/strings.hrc:31
msgctxt "SV_MENU_MAC_QUITAPP"
msgid "Quit %PRODUCTNAME"
msgstr "Surt del %PRODUCTNAME"

#. MFxaN
#: vcl/inc/strings.hrc:33
msgctxt "SV_HELPTEXT_CLOSE"
msgid "Close"
msgstr "Tanca"

#. FinRN
#: vcl/inc/strings.hrc:34
msgctxt "SV_HELPTEXT_MINIMIZE"
msgid "Minimize"
msgstr "Minimitza"

#. wNV6G
#: vcl/inc/strings.hrc:35
msgctxt "SV_HELPTEXT_MAXIMIZE"
msgid "Maximize"
msgstr "Maximitza"

#. FFCjB
#: vcl/inc/strings.hrc:36
msgctxt "SV_HELPTEXT_RESTORE"
msgid "Restore"
msgstr "Restaura"

#. BS7GF
#: vcl/inc/strings.hrc:37
msgctxt "SV_HELPTEXT_ROLLDOWN"
msgid "Drop down"
msgstr "Desplega"

#. 9Au5s
#: vcl/inc/strings.hrc:38
msgctxt "SV_HELPTEXT_ROLLUP"
msgid "Roll up"
msgstr "Replega"

#. ryVCS
#: vcl/inc/strings.hrc:39
msgctxt "SV_HELPTEXT_HELP"
msgid "Help"
msgstr "Ajuda"

#. kXsuJ
#: vcl/inc/strings.hrc:40
msgctxt "SV_HELPTEXT_SCREENSHOT"
msgid "Take and annotate a screenshot"
msgstr "Fes i anota una captura de pantalla"

#. tEF9o
#: vcl/inc/strings.hrc:41
msgctxt "SV_HELPTEXT_FADEIN"
msgid "Show"
msgstr "Mostra"

#. FGDmB
#: vcl/inc/strings.hrc:42
msgctxt "SV_HELPTEXT_FADEOUT"
msgid "Hide"
msgstr "Amaga"

#. CTSjk
#: vcl/inc/strings.hrc:43
msgctxt "SV_HELPTEXT_CLOSEDOCUMENT"
msgid "Close Document"
msgstr "Tanca el document"

#. zpU7V
#. To translators: This is used on buttons for platforms other than Windows, there should be a ~ mnemonic in this string
#: vcl/inc/strings.hrc:46
msgctxt "SV_BUTTONTEXT_OK"
msgid "~OK"
msgstr "~D'acord"

#. tePSP
#. To translators: This is used on buttons for platforms other than windows, there should be a ~ mnemonic in this string
#: vcl/inc/strings.hrc:48
msgctxt "SV_BUTTONTEXT_CANCEL"
msgid "~Cancel"
msgstr "~Cancel·la"

#. Td9Kr
#. To translators: This is used on buttons for Windows, there should be no ~ mnemonic in this string
#: vcl/inc/strings.hrc:50
msgctxt "SV_BUTTONTEXT_OK_NOMNEMONIC"
msgid "OK"
msgstr "D'acord"

#. HYFxt
#. To translators: This is used on buttons for Windows, there should be no ~ mnemonic in this string
#: vcl/inc/strings.hrc:52
msgctxt "SV_BUTTONTEXT_CANCEL_NOMNEMONIC"
msgid "Cancel"
msgstr "Cancel·la"

#. FeA4H
#: vcl/inc/strings.hrc:53
msgctxt "SV_BUTTONTEXT_YES"
msgid "~Yes"
msgstr "~Sí"

#. FoaHJ
#: vcl/inc/strings.hrc:54
msgctxt "SV_BUTTONTEXT_NO"
msgid "~No"
msgstr "~No"

#. oF4GE
#: vcl/inc/strings.hrc:55
msgctxt "SV_BUTTONTEXT_RETRY"
msgid "~Retry"
msgstr "~Reintenta"

#. ECcBY
#: vcl/inc/strings.hrc:56
msgctxt "SV_BUTTONTEXT_HELP"
msgid "~Help"
msgstr "~Ajuda"

#. vT447
#: vcl/inc/strings.hrc:57
msgctxt "SV_BUTTONTEXT_CLOSE"
msgid "~Close"
msgstr "~Tanca"

#. HGPAB
#: vcl/inc/strings.hrc:58
msgctxt "SV_BUTTONTEXT_MORE"
msgid "~More"
msgstr "~Més"

#. 2G82H
#: vcl/inc/strings.hrc:59
msgctxt "SV_BUTTONTEXT_IGNORE"
msgid "~Ignore"
msgstr "~Ignora"

#. mHKZG
#: vcl/inc/strings.hrc:60
msgctxt "SV_BUTTONTEXT_ABORT"
msgid "~Abort"
msgstr "~Interromp"

#. xGRuS
#: vcl/inc/strings.hrc:61
msgctxt "SV_BUTTONTEXT_LESS"
msgid "~Less"
msgstr "~Menys"

#. VphsG
#: vcl/inc/strings.hrc:62
msgctxt "SV_BUTTONTEXT_RESET"
msgid "R~eset"
msgstr "R~einicialitza"

#. AK63a
#: vcl/inc/strings.hrc:63
msgctxt "SV_BUTTONTEXT_ADD"
msgid "~Add"
msgstr "~Afegeix"

#. adcen
#: vcl/inc/strings.hrc:64
msgctxt "SV_BUTTONTEXT_DELETE"
msgid "~Delete"
msgstr "~Suprimeix"

#. mTHdX
#: vcl/inc/strings.hrc:65
msgctxt "SV_BUTTONTEXT_REMOVE"
msgid "~Remove"
msgstr "~Suprimeix"

#. 74zK5
#: vcl/inc/strings.hrc:66
msgctxt "SV_BUTTONTEXT_NEW"
msgid "~New"
msgstr "~Nou"

#. RqbqB
#: vcl/inc/strings.hrc:67
msgctxt "SV_BUTTONTEXT_EDIT"
msgid "~Edit"
msgstr "~Edita"

#. FLrGg
#: vcl/inc/strings.hrc:68
msgctxt "SV_BUTTONTEXT_APPLY"
msgid "~Apply"
msgstr "~Aplica"

#. Y587T
#: vcl/inc/strings.hrc:69
msgctxt "SV_BUTTONTEXT_SAVE"
msgid "~Save"
msgstr "~Desa"

#. 5tCjy
#: vcl/inc/strings.hrc:70
msgctxt "SV_BUTTONTEXT_UNDO"
msgid "~Undo"
msgstr "~Desfés"

#. WQdgS
#: vcl/inc/strings.hrc:71
msgctxt "SV_BUTTONTEXT_PASTE"
msgid "~Paste"
msgstr "Engan~xa"

#. rqaDd
#: vcl/inc/strings.hrc:72
msgctxt "SV_BUTTONTEXT_NEXT"
msgid "~Next"
msgstr "~Següent"

#. FeFBf
#: vcl/inc/strings.hrc:73
msgctxt "SV_BUTTONTEXT_PREV"
msgid "~Previous"
msgstr "~Enrere"

#. iXREu
#: vcl/inc/strings.hrc:74
msgctxt "SV_BUTTONTEXT_GO_UP"
msgid "~Up"
msgstr "~Amunt"

#. aTeFP
#: vcl/inc/strings.hrc:75
msgctxt "SV_BUTTONTEXT_GO_DOWN"
msgid "Do~wn"
msgstr "A~vall"

#. kcaFm
#: vcl/inc/strings.hrc:76
msgctxt "SV_BUTTONTEXT_CLEAR"
msgid "~Clear"
msgstr "~Neteja"

#. LEA6Y
#: vcl/inc/strings.hrc:77
msgctxt "SV_BUTTONTEXT_OPEN"
msgid "~Open"
msgstr "~Obre"

#. xxAVY
#: vcl/inc/strings.hrc:78
msgctxt "SV_BUTTONTEXT_PLAY"
msgid "~Play"
msgstr "Re~produeix"

#. UsgbF
#: vcl/inc/strings.hrc:79
msgctxt "SV_BUTTONTEXT_FIND"
msgid "~Find"
msgstr "~Cerca"

#. sDvuP
#: vcl/inc/strings.hrc:80
msgctxt "SV_BUTTONTEXT_STOP"
msgid "~Stop"
msgstr "~Atura"

#. 4oHCg
#: vcl/inc/strings.hrc:81
msgctxt "SV_BUTTONTEXT_CONNECT"
msgid "C~onnect"
msgstr "C~onnecta"

#. ok7v2
#: vcl/inc/strings.hrc:82
msgctxt "SV_BUTTONTEXT_SCREENSHOT"
msgid "~Screenshot"
msgstr "~Captura de pantalla"

#. Ni8JA
#: vcl/inc/strings.hrc:84
#, c-format
msgctxt "SV_STDTEXT_SERVICENOTAVAILABLE"
msgid ""
"The component (%s) could not be loaded.\n"
"Please start setup with the repair option."
msgstr ""
"El component (%s) no s'ha pogut carregar.\n"
"Inicieu la instal·lació amb l'opció de reparació."

#. 3NRoN
#: vcl/inc/strings.hrc:86
msgctxt "SV_STDTEXT_ABOUT"
msgid "About %PRODUCTNAME"
msgstr "Quant al %PRODUCTNAME"

#. HqHKV
#: vcl/inc/strings.hrc:87
msgctxt "SV_STDTEXT_PREFERENCES"
msgid "Preferences..."
msgstr "Preferències..."

#. ZLc4n
#: vcl/inc/strings.hrc:88
msgctxt "SV_STDTEXT_ALLFILETYPES"
msgid "Any type"
msgstr "Qualsevol tipus"

#. FD7Bf
#: vcl/inc/strings.hrc:90
msgctxt "STR_FPICKER_AUTO_EXTENSION"
msgid "~Automatic file name extension"
msgstr "Extensió del nom del fitxer ~automàtica"

#. 9ECLu
#: vcl/inc/strings.hrc:91
msgctxt "STR_FPICKER_PASSWORD"
msgid "Save with pass~word"
msgstr "Desa-ho amb ~contrasenya"

#. nyers
#. dear loplugins, please don't remove this constant, it will be used in follow-up commits
#: vcl/inc/strings.hrc:93
msgctxt "STR_FPICKER_GPGENCRYPT"
msgid "Encrypt with ~GPG key"
msgstr "Xifra amb una clau ~GPG"

#. Z2MmL
#: vcl/inc/strings.hrc:94
msgctxt "STR_FPICKER_FILTER_OPTIONS"
msgid "~Edit filter settings"
msgstr "~Edita la configuració del filtre"

#. ZDE7y
#: vcl/inc/strings.hrc:95
msgctxt "STR_FPICKER_READONLY"
msgid "~Read-only"
msgstr "Només de lectu~ra"

#. EYvCH
#: vcl/inc/strings.hrc:96
msgctxt "STR_FPICKER_INSERT_AS_LINK"
msgid "Insert as ~Link"
msgstr "Insereix com a en~llaç"

#. zpPD6
#: vcl/inc/strings.hrc:97
msgctxt "STR_FPICKER_SHOW_PREVIEW"
msgid "Pr~eview"
msgstr "Pr~evisualització"

#. L7QTs
#: vcl/inc/strings.hrc:98
msgctxt "STR_FPICKER_PLAY"
msgid "~Play"
msgstr "Re~produeix"

#. rPLAU
#: vcl/inc/strings.hrc:99
msgctxt "STR_FPICKER_VERSION"
msgid "~Version:"
msgstr "~Versió:"

#. dMPHM
#: vcl/inc/strings.hrc:100
msgctxt "STR_FPICKER_TEMPLATES"
msgid "S~tyles:"
msgstr "Es~tils:"

#. TeuRr
#: vcl/inc/strings.hrc:101
msgctxt "STR_FPICKER_IMAGE_TEMPLATE"
msgid "Frame Style: "
msgstr "Estil del marc: "

#. Cq63y
#: vcl/inc/strings.hrc:102
msgctxt "STR_FPICKER_IMAGE_ANCHOR"
msgid "A~nchor: "
msgstr "A~ncora: "

#. 7yacA
#: vcl/inc/strings.hrc:103
msgctxt "STR_FPICKER_SELECTION"
msgid "~Selection"
msgstr "~Selecció"

#. QFCuE
#: vcl/inc/strings.hrc:104
msgctxt "STR_FPICKER_FOLDER_DEFAULT_TITLE"
msgid "Select Path"
msgstr "Seleccioneu el camí"

#. AoCzG
#: vcl/inc/strings.hrc:105
msgctxt "STR_FPICKER_FOLDER_DEFAULT_DESCRIPTION"
msgid "Please select a folder."
msgstr "Seleccioneu una carpeta."

#. vcC7G
#: vcl/inc/strings.hrc:106
msgctxt "STR_FPICKER_ALREADYEXISTOVERWRITE_PRIMARY"
msgid "A file named \"$filename$\" already exists. Do you want to replace it?"
msgstr "Ja existeix un fitxer anomenat «$filename$». Voleu reemplaçar-lo?"

#. MKKjJ
#: vcl/inc/strings.hrc:107
msgctxt "STR_FPICKER_ALREADYEXISTOVERWRITE_SECONDARY"
msgid "The file already exists in \"$dirname$\". Replacing it will overwrite its contents."
msgstr "El fitxer ja existeix a «$dirname$». Si el reemplaceu, se'n sobreescriurà el contingut."

#. pF5CC
#: vcl/inc/strings.hrc:108
msgctxt "STR_FPICKER_ALLFORMATS"
msgid "All Formats"
msgstr "Tots els formats"

#. xJLGT
#: vcl/inc/strings.hrc:109
msgctxt "STR_FPICKER_OPEN"
msgid "Open"
msgstr "Obre"

#. W5xGp
#: vcl/inc/strings.hrc:110
msgctxt "STR_FPICKER_SAVE"
msgid "Save"
msgstr "Desa"

#. QxrYy
#: vcl/inc/strings.hrc:111
msgctxt "STR_FPICKER_TYPE"
msgid "File ~type"
msgstr "~Tipus de fitxer"

#. qfg3C
#: vcl/inc/strings.hrc:113
msgctxt "SV_ACCESSERROR_NO_FONTS"
msgid "No fonts could be found on the system."
msgstr "No s'ha trobat cap tipus de lletra al sistema."

#. rWAuM
#: vcl/inc/strings.hrc:115
msgctxt "SV_PRINT_NOPAGES"
msgid "No pages"
msgstr "Cap pàgina"

#. SFF7G
#: vcl/inc/strings.hrc:116
msgctxt "SV_PRINT_NOPREVIEW"
msgid "Preview is disabled"
msgstr "La previsualització és desactivada"

#. xMtCc
#: vcl/inc/strings.hrc:117
msgctxt "SV_PRINT_TOFILE_TXT"
msgid "Print to File..."
msgstr "Imprimeix a un fitxer..."

#. GBDRJ
#: vcl/inc/strings.hrc:118
msgctxt "SV_PRINT_DEFPRT_TXT"
msgid "Default printer"
msgstr "Impressora per defecte"

#. 8BSG2
#: vcl/inc/strings.hrc:119
msgctxt "SV_PRINT_QUERYFAXNUMBER_TXT"
msgid "Please enter the fax number"
msgstr "Introduïu el número de fax"

#. GtHUE
#: vcl/inc/strings.hrc:120
msgctxt "SV_PRINT_CUSTOM_TXT"
msgid "Custom"
msgstr "Personalitzat"

#. yPJTL
#: vcl/inc/strings.hrc:122
msgctxt "SV_EDIT_WARNING_STR"
msgid "The inserted text exceeded the maximum length of this text field. The text was truncated."
msgstr "El text inserit excedia la longitud màxima d'aquest camp de text. S'ha truncat el text."

#. Dk4vc
#: vcl/inc/strings.hrc:124
msgctxt "SV_APP_CPUTHREADS"
msgid "CPU threads: "
msgstr "Fils de CPU: "

#. 5DyEd
#: vcl/inc/strings.hrc:125
msgctxt "SV_APP_OSVERSION"
msgid "OS: "
msgstr "SO: "

#. Yqrwo
#: vcl/inc/strings.hrc:126
msgctxt "SV_APP_UIRENDER"
msgid "UI render: "
msgstr "Renderitzador de la IU: "

#. 8YjVN
#: vcl/inc/strings.hrc:127
msgctxt "SV_APP_GL"
msgid "GL"
msgstr "GL"

#. HnDDn
#: vcl/inc/strings.hrc:128
msgctxt "SV_APP_SKIA_VULKAN"
msgid "Skia/Vulkan"
msgstr "Skia/Vulkan"

#. n2Hto
#: vcl/inc/strings.hrc:129
msgctxt "SV_APP_SKIA_RASTER"
msgid "Skia/Raster"
msgstr "Skia/ràster"

#. ZitRE
#: vcl/inc/strings.hrc:130
msgctxt "SV_APP_DEFAULT"
msgid "default"
msgstr "per defecte"

#. 4gWk5
#: vcl/inc/strings.hrc:132
msgctxt "SV_MSGBOX_INFO"
msgid "Information"
msgstr "Informació"

#. 5gAyW
#: vcl/inc/strings.hrc:133
msgctxt "SV_MSGBOX_WARNING"
msgid "Warning"
msgstr "Atenció"

#. buqyG
#: vcl/inc/strings.hrc:134
msgctxt "SV_MSGBOX_ERROR"
msgid "Error"
msgstr "Error"

#. 3CTTS
#: vcl/inc/strings.hrc:135
msgctxt "SV_MSGBOX_QUERY"
msgid "Confirmation"
msgstr "Confirmació"

#. drUB5
#: vcl/inc/strings.hrc:137
msgctxt "STR_TEXTUNDO_DELPARA"
msgid "delete line"
msgstr "suprimeix la línia"

#. cxFKH
#: vcl/inc/strings.hrc:138
msgctxt "STR_TEXTUNDO_CONNECTPARAS"
msgid "delete multiple lines"
msgstr "suprimeix múltiples línies"

#. 7KPRL
#: vcl/inc/strings.hrc:139
msgctxt "STR_TEXTUNDO_SPLITPARA"
msgid "insert multiple lines"
msgstr "insereix múltiples línies"

#. R2cyr
#: vcl/inc/strings.hrc:140
msgctxt "STR_TEXTUNDO_INSERTCHARS"
msgid "insert '$1'"
msgstr "insereix «$1»"

#. 66FYV
#: vcl/inc/strings.hrc:141
msgctxt "STR_TEXTUNDO_REMOVECHARS"
msgid "delete '$1'"
msgstr "suprimeix «$1»"

#. YhJ4x
#. descriptions of accessible objects
#: vcl/inc/strings.hrc:144
msgctxt "STR_SVT_ACC_DESC_TABLISTBOX"
msgid "Row: %1, Column: %2"
msgstr "Fila: %1, columna: %2"

#. 5RjLF
#: vcl/inc/strings.hrc:145
msgctxt "STR_SVT_ACC_EMPTY_FIELD"
msgid "Empty Field"
msgstr "Camp buit"

#. TcNJT
#: vcl/inc/strings.hrc:147
msgctxt "STR_SVT_CALENDAR_DAY"
msgid "Day"
msgstr "Dia"

#. DhSTi
#: vcl/inc/strings.hrc:148
msgctxt "STR_SVT_CALENDAR_WEEK"
msgid "Week"
msgstr "Setmana"

#. 5Eyy3
#: vcl/inc/strings.hrc:149
msgctxt "STR_SVT_CALENDAR_TODAY"
msgid "Today"
msgstr "Avui"

#. rSVhV
#: vcl/inc/strings.hrc:151
msgctxt "STR_WIZDLG_ROADMAP_TITLE"
msgid "Steps"
msgstr "Passes"

#. wEp9A
#: vcl/inc/strings.hrc:152
msgctxt "STR_WIZDLG_FINISH"
msgid "~Finish"
msgstr "~Finalitza"

#. ygXBw
#: vcl/inc/strings.hrc:153
msgctxt "STR_WIZDLG_NEXT"
msgid "~Next >"
msgstr "En~davant >"

#. 5MSDe
#: vcl/inc/strings.hrc:154
msgctxt "STR_WIZDLG_PREVIOUS"
msgid "< Bac~k"
msgstr "< En~rere"

#. V2EuY
#. To translators: This is the first entry of a sequence of measurement unit names
#: vcl/inc/units.hrc:28
msgctxt "SV_FUNIT_STRINGS"
msgid "mm"
msgstr "mm"

#. fH7MJ
#: vcl/inc/units.hrc:29
msgctxt "SV_FUNIT_STRINGS"
msgid "cm"
msgstr "cm"

#. B5tmt
#: vcl/inc/units.hrc:30
msgctxt "SV_FUNIT_STRINGS"
msgid "m"
msgstr "m"

#. XyxEA
#: vcl/inc/units.hrc:31
msgctxt "SV_FUNIT_STRINGS"
msgid "km"
msgstr "km"

#. z6nfj
#: vcl/inc/units.hrc:32
msgctxt "SV_FUNIT_STRINGS"
msgid "twips"
msgstr "twips"

#. gi2y8
#: vcl/inc/units.hrc:33
msgctxt "SV_FUNIT_STRINGS"
msgid "twip"
msgstr "twip"

#. Rk9tP
#: vcl/inc/units.hrc:34
msgctxt "SV_FUNIT_STRINGS"
msgid "pt"
msgstr "pt"

#. J6AgQ
#: vcl/inc/units.hrc:35
msgctxt "SV_FUNIT_STRINGS"
msgid "pc"
msgstr "pc"

#. oC8K4
#. To translators: double prime symbol for inch
#: vcl/inc/units.hrc:37
msgctxt "SV_FUNIT_STRINGS"
msgid "″"
msgstr "″"

#. AEhCN
#: vcl/inc/units.hrc:38
msgctxt "SV_FUNIT_STRINGS"
msgid "\""
msgstr "\""

#. wmf3u
#: vcl/inc/units.hrc:39
msgctxt "SV_FUNIT_STRINGS"
msgid "in"
msgstr "in"

#. GEHxy
#: vcl/inc/units.hrc:40
msgctxt "SV_FUNIT_STRINGS"
msgid "inch"
msgstr "polzada"

#. 4AEJE
#. To translators: prime symbol for foot
#: vcl/inc/units.hrc:42
msgctxt "SV_FUNIT_STRINGS"
msgid "′"
msgstr "′"

#. RYzjD
#: vcl/inc/units.hrc:43
msgctxt "SV_FUNIT_STRINGS"
msgid "'"
msgstr "'"

#. a64NT
#: vcl/inc/units.hrc:44
msgctxt "SV_FUNIT_STRINGS"
msgid "ft"
msgstr "ft"

#. fbTuQ
#: vcl/inc/units.hrc:45
msgctxt "SV_FUNIT_STRINGS"
msgid "foot"
msgstr "peu"

#. BvZ6A
#: vcl/inc/units.hrc:46
msgctxt "SV_FUNIT_STRINGS"
msgid "feet"
msgstr "peus"

#. S4uRP
#: vcl/inc/units.hrc:47
msgctxt "SV_FUNIT_STRINGS"
msgid "miles"
msgstr "milles"

#. hCKye
#: vcl/inc/units.hrc:48
msgctxt "SV_FUNIT_STRINGS"
msgid "mile"
msgstr "milla"

#. UXbT9
#: vcl/inc/units.hrc:49
msgctxt "SV_FUNIT_STRINGS"
msgid "ch"
msgstr "caràcter"

#. 9vsPY
#: vcl/inc/units.hrc:50
msgctxt "SV_FUNIT_STRINGS"
msgid "line"
msgstr "línia"

#. z2hxz
#: vcl/inc/units.hrc:51
msgctxt "SV_FUNIT_STRINGS"
msgid "pixels"
msgstr "píxels"

#. BpgcD
#: vcl/inc/units.hrc:52
msgctxt "SV_FUNIT_STRINGS"
msgid "pixel"
msgstr "píxel"

#. eJWWH
#. To translators: degree
#: vcl/inc/units.hrc:54
msgctxt "SV_FUNIT_STRINGS"
msgid "°"
msgstr "°"

#. heHMt
#: vcl/inc/units.hrc:55
msgctxt "SV_FUNIT_STRINGS"
msgid "sec"
msgstr "s"

#. zE8rv
#. To translators: This is the last entry of the sequence of measurement unit names
#: vcl/inc/units.hrc:57
msgctxt "SV_FUNIT_STRINGS"
msgid "ms"
msgstr "ms"

#. AdRDT
#: vcl/inc/font/OpenTypeFeatureStrings.hrc:25
msgctxt "STR_FONT_FEATURE_ID_AALT"
msgid "Access All Alternates"
msgstr "Accedeix a totes les alternatives"

#. YekoV
#: vcl/inc/font/OpenTypeFeatureStrings.hrc:26
msgctxt "STR_FONT_FEATURE_ID_AFRC"
msgid "Alternative (Vertical) Fractions"
msgstr "Fraccions alternatives (verticals)"

#. fDUSL
#: vcl/inc/font/OpenTypeFeatureStrings.hrc:27
msgctxt "STR_FONT_FEATURE_ID_ALIG"
msgid "Ancient Ligatures"
msgstr "Lligadures antigues"

#. B5DbC
#: vcl/inc/font/OpenTypeFeatureStrings.hrc:28
msgctxt "STR_FONT_FEATURE_ID_C2PC"
msgid "Capitals to Petite Capitals"
msgstr "Majúscules a miniversaletes"

#. Wibgm
#: vcl/inc/font/OpenTypeFeatureStrings.hrc:29
msgctxt "STR_FONT_FEATURE_ID_C2SC"
msgid "Capitals to Small Capitals"
msgstr "Majúscules a versaletes"

#. QUEqg
#: vcl/inc/font/OpenTypeFeatureStrings.hrc:30
msgctxt "STR_FONT_FEATURE_ID_CALT"
msgid "Contextual Alternates"
msgstr "Alternatives contextuals"

#. ChJAW
#: vcl/inc/font/OpenTypeFeatureStrings.hrc:31
msgctxt "STR_FONT_FEATURE_ID_CASE"
msgid "Case-Sensitive Forms"
msgstr "Formes diferents entre majúscules i minúscules"

#. qA8Go
#: vcl/inc/font/OpenTypeFeatureStrings.hrc:32
msgctxt "STR_FONT_FEATURE_ID_CLIG"
msgid "Contextual Ligatures"
msgstr "Lligadures contextuals"

#. eFooQ
#: vcl/inc/font/OpenTypeFeatureStrings.hrc:33
msgctxt "STR_FONT_FEATURE_ID_CPCT"
msgid "Centered CJK Punctuation"
msgstr "Puntuació CJK centrada"

#. z2Csv
#: vcl/inc/font/OpenTypeFeatureStrings.hrc:34
msgctxt "STR_FONT_FEATURE_ID_CPSP"
msgid "Capital Spacing"
msgstr "Espaiat de versaletes"

#. GvVGW
#: vcl/inc/font/OpenTypeFeatureStrings.hrc:35
msgctxt "STR_FONT_FEATURE_ID_CSWH"
msgid "Contextual Swash"
msgstr "Floritures contextuals"

#. Cx9wW
#: vcl/inc/font/OpenTypeFeatureStrings.hrc:36
msgctxt "STR_FONT_FEATURE_ID_CVXX"
msgid "Character Variant %1"
msgstr "Variant de caràcter %1"

#. BFCqG
#: vcl/inc/font/OpenTypeFeatureStrings.hrc:37
msgctxt "STR_FONT_FEATURE_ID_DCAP"
msgid "Drop Caps"
msgstr "Caplletres"

#. jaUfX
#: vcl/inc/font/OpenTypeFeatureStrings.hrc:38
msgctxt "STR_FONT_FEATURE_ID_DLIG"
msgid "Discretionary Ligatures"
msgstr "Lligadures discrecionals"

#. N7Q8C
#: vcl/inc/font/OpenTypeFeatureStrings.hrc:39
msgctxt "STR_FONT_FEATURE_ID_DNOM"
msgid "Denominators"
msgstr "Denominadors"

#. ssQcG
#: vcl/inc/font/OpenTypeFeatureStrings.hrc:40
msgctxt "STR_FONT_FEATURE_ID_DPNG"
msgid "Diphthongs (Obsolete)"
msgstr "Diftongs (obsolet)"

#. Rkd5B
#: vcl/inc/font/OpenTypeFeatureStrings.hrc:41
msgctxt "STR_FONT_FEATURE_ID_EXPT"
msgid "Expert Forms"
msgstr "Formes d'expert"

#. usHhr
#: vcl/inc/font/OpenTypeFeatureStrings.hrc:42
msgctxt "STR_FONT_FEATURE_ID_FALT"
msgid "Final Glyph on Line Alternates"
msgstr "Glifs alternatius a final en línia"

#. rKM4e
#: vcl/inc/font/OpenTypeFeatureStrings.hrc:43
msgctxt "STR_FONT_FEATURE_ID_FRAC"
msgid "Fraction style:"
msgstr "Estil de fraccions:"

#. BRwGy
#: vcl/inc/font/OpenTypeFeatureStrings.hrc:44
msgctxt "STR_FONT_FEATURE_ID_FRAC_PARAM_0"
msgid "None"
msgstr "Cap"

#. nfBTN
#: vcl/inc/font/OpenTypeFeatureStrings.hrc:45
msgctxt "STR_FONT_FEATURE_ID_FRAC_PARAM_1"
msgid "Diagonal Fractions"
msgstr "Fraccions en diagonal"

#. yBU3X
#: vcl/inc/font/OpenTypeFeatureStrings.hrc:46
msgctxt "STR_FONT_FEATURE_ID_FRAC_PARAM_2"
msgid "Nut Fractions"
msgstr "Fraccions verticals"

#. FA4Qr
#: vcl/inc/font/OpenTypeFeatureStrings.hrc:47
msgctxt "STR_FONT_FEATURE_ID_FWID"
msgid "Full Widths"
msgstr "Amplada total"

#. v9Bvt
#: vcl/inc/font/OpenTypeFeatureStrings.hrc:48
msgctxt "STR_FONT_FEATURE_ID_HALT"
msgid "Alternate Half Widths"
msgstr "Mitges amplades alternatives"

#. q8ka8
#: vcl/inc/font/OpenTypeFeatureStrings.hrc:49
msgctxt "STR_FONT_FEATURE_ID_HIST"
msgid "Historical Forms"
msgstr "Formes històriques"

#. N2fJw
#: vcl/inc/font/OpenTypeFeatureStrings.hrc:50
msgctxt "STR_FONT_FEATURE_ID_HKNA"
msgid "Horizontal Kana Alternates"
msgstr "Alternatives kana horitzontals"

#. Trcta
#: vcl/inc/font/OpenTypeFeatureStrings.hrc:51
msgctxt "STR_FONT_FEATURE_ID_HLIG"
msgid "Historical Ligatures"
msgstr "Lligadures històriques"

#. HgRZk
#: vcl/inc/font/OpenTypeFeatureStrings.hrc:52
msgctxt "STR_FONT_FEATURE_ID_HNGL"
msgid "Hanja to Hangul (Obsolete)"
msgstr "Hanja a hangul (Obsolet)"

#. P6GeH
#: vcl/inc/font/OpenTypeFeatureStrings.hrc:53
msgctxt "STR_FONT_FEATURE_ID_HOJO"
msgid "Hojo Kanji Forms (JIS X 0212-1990 Kanji Forms)"
msgstr "Formes de kanji hojo (fromes de kanji de JIS X 0212-1990)"

#. 3BwUo
#: vcl/inc/font/OpenTypeFeatureStrings.hrc:54
msgctxt "STR_FONT_FEATURE_ID_HWID"
msgid "Half Widths"
msgstr "Mitges amplades"

#. baKRG
#: vcl/inc/font/OpenTypeFeatureStrings.hrc:55
msgctxt "STR_FONT_FEATURE_ID_ITAL"
msgid "Italics"
msgstr "Cursives"

#. rqkZt
#: vcl/inc/font/OpenTypeFeatureStrings.hrc:56
msgctxt "STR_FONT_FEATURE_ID_JALT"
msgid "Justification Alternates"
msgstr "Justificats alternatius"

#. ALP2e
#: vcl/inc/font/OpenTypeFeatureStrings.hrc:57
msgctxt "STR_FONT_FEATURE_ID_JP04"
msgid "JIS2004 Forms"
msgstr "Formes JIS2004"

#. Dn94C
#: vcl/inc/font/OpenTypeFeatureStrings.hrc:58
msgctxt "STR_FONT_FEATURE_ID_JP78"
msgid "JIS78 Forms"
msgstr "Formes JIS78"

#. GSewT
#: vcl/inc/font/OpenTypeFeatureStrings.hrc:59
msgctxt "STR_FONT_FEATURE_ID_JP83"
msgid "JIS83 Forms"
msgstr "Formes JIS83"

#. EQoNN
#: vcl/inc/font/OpenTypeFeatureStrings.hrc:60
msgctxt "STR_FONT_FEATURE_ID_JP90"
msgid "JIS90 Forms"
msgstr "Formes JIS90"

#. GdAkY
#: vcl/inc/font/OpenTypeFeatureStrings.hrc:61
msgctxt "STR_FONT_FEATURE_ID_KERN"
msgid "Horizontal Kerning"
msgstr "Interlletratge horitzontal"

#. Z7ura
#: vcl/inc/font/OpenTypeFeatureStrings.hrc:62
msgctxt "STR_FONT_FEATURE_ID_LFBD"
msgid "Left Bounds"
msgstr "Vores esquerres"

#. rrBNf
#: vcl/inc/font/OpenTypeFeatureStrings.hrc:63
msgctxt "STR_FONT_FEATURE_ID_LIGA"
msgid "Standard Ligatures"
msgstr "Lligadures estàndard"

#. DFgm3
#: vcl/inc/font/OpenTypeFeatureStrings.hrc:64
msgctxt "STR_FONT_FEATURE_ID_LNUM"
msgid "Lining Figures"
msgstr "Xifres alineades"

#. KarSG
#: vcl/inc/font/OpenTypeFeatureStrings.hrc:65
msgctxt "STR_FONT_FEATURE_ID_MGRK"
msgid "Mathematical Greek"
msgstr "Grec matemàtic"

#. DsiEi
#: vcl/inc/font/OpenTypeFeatureStrings.hrc:66
msgctxt "STR_FONT_FEATURE_ID_NALT"
msgid "Alternate Annotation Forms"
msgstr "Formes d'anotació alternatives"

#. TuKFB
#: vcl/inc/font/OpenTypeFeatureStrings.hrc:67
msgctxt "STR_FONT_FEATURE_ID_NLCK"
msgid "NLC Kanji Forms"
msgstr "Formes kanji NLC"

#. PkzT4
#: vcl/inc/font/OpenTypeFeatureStrings.hrc:68
msgctxt "STR_FONT_FEATURE_ID_NUMR"
msgid "Numerators"
msgstr "Numeradors"

#. B4kKk
#: vcl/inc/font/OpenTypeFeatureStrings.hrc:69
msgctxt "STR_FONT_FEATURE_ID_ONUM"
msgid "Oldstyle Figures"
msgstr "Xifres en estil antic"

#. Fneyn
#: vcl/inc/font/OpenTypeFeatureStrings.hrc:70
msgctxt "STR_FONT_FEATURE_ID_OPBD"
msgid "Optical Bounds"
msgstr "Vores òptiques"

#. r5sSu
#: vcl/inc/font/OpenTypeFeatureStrings.hrc:71
msgctxt "STR_FONT_FEATURE_ID_ORDN"
msgid "Ordinals"
msgstr "Ordinals"

#. BnfaT
#: vcl/inc/font/OpenTypeFeatureStrings.hrc:72
msgctxt "STR_FONT_FEATURE_ID_ORNM"
msgid "Ornaments"
msgstr "Ornaments"

#. FHJCN
#: vcl/inc/font/OpenTypeFeatureStrings.hrc:73
msgctxt "STR_FONT_FEATURE_ID_PALT"
msgid "Proportional Alternate Metrics"
msgstr "Mètriques alternatives proporcionals"

#. 7sRp3
#: vcl/inc/font/OpenTypeFeatureStrings.hrc:74
msgctxt "STR_FONT_FEATURE_ID_PCAP"
msgid "Lowercase to Petite Capitals"
msgstr "Minúscules a versaletes"

#. EffZT
#: vcl/inc/font/OpenTypeFeatureStrings.hrc:75
msgctxt "STR_FONT_FEATURE_ID_PKNA"
msgid "Proportional Kana"
msgstr "Kana proporcionals"

#. Vc7XH
#: vcl/inc/font/OpenTypeFeatureStrings.hrc:76
msgctxt "STR_FONT_FEATURE_ID_PNUM"
msgid "Proportional Numbers"
msgstr "Xifres proporcionals"

#. FeomG
#: vcl/inc/font/OpenTypeFeatureStrings.hrc:77
msgctxt "STR_FONT_FEATURE_ID_PWID"
msgid "Proportional Widths"
msgstr "Amplades proporcionals"

#. e9UGp
#: vcl/inc/font/OpenTypeFeatureStrings.hrc:78
msgctxt "STR_FONT_FEATURE_ID_QWID"
msgid "Quarter Widths"
msgstr "Quarts d'amplada"

#. eGa9d
#: vcl/inc/font/OpenTypeFeatureStrings.hrc:79
msgctxt "STR_FONT_FEATURE_ID_RTBD"
msgid "Right Bounds"
msgstr "Vores dretes"

#. 688mW
#: vcl/inc/font/OpenTypeFeatureStrings.hrc:80
msgctxt "STR_FONT_FEATURE_ID_RUBY"
msgid "Ruby Notation Forms"
msgstr "Formes de notació Ruby"

#. q8o35
#: vcl/inc/font/OpenTypeFeatureStrings.hrc:81
msgctxt "STR_FONT_FEATURE_ID_SALT"
msgid "Stylistic Alternates"
msgstr "Alternatives estilístiques"

#. Dgbox
#: vcl/inc/font/OpenTypeFeatureStrings.hrc:82
msgctxt "STR_FONT_FEATURE_ID_SINF"
msgid "Scientific Inferiors"
msgstr "Inferiors científics"

#. iWL8L
#: vcl/inc/font/OpenTypeFeatureStrings.hrc:83
msgctxt "STR_FONT_FEATURE_ID_SMCP"
msgid "Lowercase to Small Capitals"
msgstr "Minúscules a versaletes"

#. U8mjQ
#: vcl/inc/font/OpenTypeFeatureStrings.hrc:84
msgctxt "STR_FONT_FEATURE_ID_SMPL"
msgid "Simplified Forms"
msgstr "Formes simplificades"

#. 45i5z
#: vcl/inc/font/OpenTypeFeatureStrings.hrc:85
msgctxt "STR_FONT_FEATURE_ID_SSXX"
msgid "Stylistic Set %1"
msgstr "Conjunt estilístic %1"

#. scVBf
#: vcl/inc/font/OpenTypeFeatureStrings.hrc:86
msgctxt "STR_FONT_FEATURE_ID_SUBS"
msgid "Subscript"
msgstr "Subíndex"

#. zFXhJ
#: vcl/inc/font/OpenTypeFeatureStrings.hrc:87
msgctxt "STR_FONT_FEATURE_ID_SUPS"
msgid "Superscript"
msgstr "Superíndex"

#. HQF8g
#: vcl/inc/font/OpenTypeFeatureStrings.hrc:88
msgctxt "STR_FONT_FEATURE_ID_SWSH"
msgid "Swash"
msgstr "Floritures"

#. khFYQ
#: vcl/inc/font/OpenTypeFeatureStrings.hrc:89
msgctxt "STR_FONT_FEATURE_ID_TITL"
msgid "Titling"
msgstr "Titulació"

#. eBecx
#: vcl/inc/font/OpenTypeFeatureStrings.hrc:90
msgctxt "STR_FONT_FEATURE_ID_TNAM"
msgid "Traditional Name Forms"
msgstr "Formes tradicionals per a noms"

#. ARJtP
#: vcl/inc/font/OpenTypeFeatureStrings.hrc:91
msgctxt "STR_FONT_FEATURE_ID_TNUM"
msgid "Tabular Numbers"
msgstr "Xifres tabulars"

#. HcAKS
#: vcl/inc/font/OpenTypeFeatureStrings.hrc:92
msgctxt "STR_FONT_FEATURE_ID_TRAD"
msgid "Traditional Forms"
msgstr "Formes tradicionals"

#. ZbLR8
#: vcl/inc/font/OpenTypeFeatureStrings.hrc:93
msgctxt "STR_FONT_FEATURE_ID_TWID"
msgid "Third Widths"
msgstr "Terços d'amplada"

#. pEFRX
#: vcl/inc/font/OpenTypeFeatureStrings.hrc:94
msgctxt "STR_FONT_FEATURE_ID_UNIC"
msgid "Unicase"
msgstr "Unicase"

#. fMCzE
#: vcl/inc/font/OpenTypeFeatureStrings.hrc:95
msgctxt "STR_FONT_FEATURE_ID_VALT"
msgid "Alternate Vertical Metrics"
msgstr "Mètriques verticals alternatives"

#. hQhof
#: vcl/inc/font/OpenTypeFeatureStrings.hrc:96
msgctxt "STR_FONT_FEATURE_ID_VHAL"
msgid "Alternate Vertical Half Metrics"
msgstr "Mitges mètriques verticals alternatives"

#. s9mJa
#: vcl/inc/font/OpenTypeFeatureStrings.hrc:97
msgctxt "STR_FONT_FEATURE_ID_VKNA"
msgid "Vertical Kana Alternates"
msgstr "Alternatives kana verticals"

#. mEiFj
#: vcl/inc/font/OpenTypeFeatureStrings.hrc:98
msgctxt "STR_FONT_FEATURE_ID_VKRN"
msgid "Vertical Kerning"
msgstr "Interlletratge vertical"

#. 9WDxe
#: vcl/inc/font/OpenTypeFeatureStrings.hrc:99
msgctxt "STR_FONT_FEATURE_ID_VPAL"
msgid "Proportional Alternate Vertical Metrics"
msgstr "Mètriques verticals alternatives proporcionals"

#. qo8GF
#: vcl/inc/font/OpenTypeFeatureStrings.hrc:100
msgctxt "STR_FONT_FEATURE_ID_VRT2"
msgid "Vertical Alternates and Rotation"
msgstr "Rotació i alternatives verticals"

#. PwgCD
#: vcl/inc/font/OpenTypeFeatureStrings.hrc:101
msgctxt "STR_FONT_FEATURE_ID_VRTR"
msgid "Vertical Alternates for Rotation"
msgstr "Alternatives verticals per a la rotació"

#. 2nYeE
#: vcl/inc/font/OpenTypeFeatureStrings.hrc:102
msgctxt "STR_FONT_FEATURE_ID_ZERO"
msgid "Slashed Zero"
msgstr "Zero barrat"

#. TxdMF
#: vcl/uiconfig/ui/aboutbox.ui:73
msgctxt "aboutdialog|buildIdLink"
msgid "See Log: $GITHASH"
msgstr "Vegeu el registre: $GITHASH"

#. HbZ5F
#: vcl/uiconfig/ui/cupspassworddialog.ui:8
msgctxt "cupspassworddialog|CUPSPasswordDialog"
msgid "Authentication Request"
msgstr "Sol·licitud d'autenticació"

#. N2oto
#: vcl/uiconfig/ui/cupspassworddialog.ui:75
msgctxt "cupspassworddialog|label1"
msgid "_User:"
msgstr "_Usuari:"

#. mdDrQ
#: vcl/uiconfig/ui/cupspassworddialog.ui:89
msgctxt "cupspassworddialog|label2"
msgid "_Password:"
msgstr "_Contrasenya:"

#. tmXzc
#: vcl/uiconfig/ui/cupspassworddialog.ui:103
msgctxt "cupspassworddialog|text"
msgid "Please enter your authentication data for server “%s”"
msgstr "Introduïu les dades d'autenticació per al servidor «%s»"

#. dRSJu
#: vcl/uiconfig/ui/cupspassworddialog.ui:145
msgctxt "cupspassworddialog|label1"
msgid "_Domain:"
msgstr "_Domini:"

#. zQA7A
#: vcl/uiconfig/ui/editmenu.ui:12
msgctxt "editmenu|undo"
msgid "_Undo"
msgstr "_Desfés"

#. wVVXn
#: vcl/uiconfig/ui/editmenu.ui:26
msgctxt "editmenu|cut"
msgid "Cu_t"
msgstr "Re_talla"

#. KAqKY
#: vcl/uiconfig/ui/editmenu.ui:34
msgctxt "editmenu|copy"
msgid "_Copy"
msgstr "_Copia"

#. PAGBt
#: vcl/uiconfig/ui/editmenu.ui:42
msgctxt "editmenu|paste"
msgid "_Paste"
msgstr "_Enganxa"

#. 36WAk
#: vcl/uiconfig/ui/editmenu.ui:50
msgctxt "editmenu|delete"
msgid "_Delete"
msgstr "_Suprimeix"

#. cK3D7
#: vcl/uiconfig/ui/editmenu.ui:64
msgctxt "editmenu|selectall"
msgid "Select _All"
msgstr "_Selecciona-ho tot"

#. LXCUf
#: vcl/uiconfig/ui/editmenu.ui:72
msgctxt "editmenu|specialchar"
msgid "_Special Character..."
msgstr "Caràcter e_special..."

#. eESV5
#: vcl/uiconfig/ui/errornocontentdialog.ui:7
msgctxt "errornocontentdialog|ErrorNoContentDialog"
msgid "%PRODUCTNAME"
msgstr "%PRODUCTNAME"

#. GWonj
#: vcl/uiconfig/ui/errornocontentdialog.ui:14
msgctxt "errornocontentdialog|ErrorNoContentDialog"
msgid "There are no pages to be printed."
msgstr "No hi ha pàgines per imprimir."

#. 4ndwx
#: vcl/uiconfig/ui/errornocontentdialog.ui:15
msgctxt "errornocontentdialog|ErrorNoContentDialog"
msgid "Please check your document for ranges relevant to printing."
msgstr "Comproveu que el document contingui àrees que es puguin imprimir."

#. VGE4u
#: vcl/uiconfig/ui/errornoprinterdialog.ui:7
msgctxt "errornoprinterdialog|ErrorNoPrinterDialog"
msgid "%PRODUCTNAME"
msgstr "%PRODUCTNAME"

#. 2pEEr
#: vcl/uiconfig/ui/errornoprinterdialog.ui:14
msgctxt "errornoprinterdialog|ErrorNoPrinterDialog"
msgid "No default printer found."
msgstr "No s'ha trobat cap impressora per defecte."

#. EB7RA
#: vcl/uiconfig/ui/errornoprinterdialog.ui:15
msgctxt "errornoprinterdialog|ErrorNoPrinterDialog"
msgid "Please choose a printer and try again."
msgstr "Seleccioneu una impressora i torneu-ho a intentar."

#. qnzAm
#: vcl/uiconfig/ui/moreoptionsdialog.ui:8
msgctxt "moreoptionsdialog|moreprintingoptions"
msgid "More Printing Options"
msgstr "Més opcions d'impressió"

#. GrK8G
#: vcl/uiconfig/ui/moreoptionsdialog.ui:71
msgctxt "moreoptionsdialog|singlejobs"
msgid "Create separate print jobs for collated output"
msgstr "Crea tasques d'impressió individuals per a la sortida intercalada"

#. DUavz
#: vcl/uiconfig/ui/printdialog.ui:64
msgctxt "printdialog|PrintDialog"
msgid "Print"
msgstr "Imprimeix"

#. MLiUb
#: vcl/uiconfig/ui/printdialog.ui:98
msgctxt "printdialog|moreoptions"
msgid "More Options..."
msgstr "Més opcions..."

#. JFBoP
#: vcl/uiconfig/ui/printdialog.ui:113
msgctxt "printdialog|print"
msgid "_Print"
msgstr "Im_primeix"

#. M3L4L
#: vcl/uiconfig/ui/printdialog.ui:171
msgctxt "printdialog|printpreview"
msgid "Print preview"
msgstr "Previsualització d'impressió"

#. Aq6Gv
#: vcl/uiconfig/ui/printdialog.ui:201
msgctxt "printdialog|lastpage"
msgid "Last page"
msgstr "Última pàgina"

#. CZQLF
#: vcl/uiconfig/ui/printdialog.ui:216
msgctxt "printdialog|forward"
msgid "Next page"
msgstr "Pàgina següent"

#. yyFVV
#: vcl/uiconfig/ui/printdialog.ui:230
msgctxt "printdialog|totalnumpages"
msgid "/ %n"
msgstr "/ %n"

#. ebceU
#: vcl/uiconfig/ui/printdialog.ui:258
msgctxt "printdialog|backward"
msgid "Previous page"
msgstr "Pàgina anterior"

#. SbgFv
#: vcl/uiconfig/ui/printdialog.ui:273
msgctxt "printdialog|firstpage"
msgid "First page"
msgstr "Primera pàgina"

#. dQEY8
#: vcl/uiconfig/ui/printdialog.ui:298
msgctxt "printdialog|previewbox"
msgid "Pre_view"
msgstr "Pre_visualitza"

#. qgQDX
#: vcl/uiconfig/ui/printdialog.ui:399
msgctxt "printdialog|labelstatus"
msgid "Status:"
msgstr "Estat:"

#. dyo2j
#: vcl/uiconfig/ui/printdialog.ui:414
msgctxt "printdialog|status"
msgid "Default Printer"
msgstr "Impressora per defecte"

#. oBACQ
#: vcl/uiconfig/ui/printdialog.ui:427
msgctxt "printdialog|setup"
msgid "Properties..."
msgstr "Propietats..."

#. AJGau
#: vcl/uiconfig/ui/printdialog.ui:455
msgctxt "printdialog|labelprinter"
msgid "Printer"
msgstr "Impressora"

#. AyxGJ
#: vcl/uiconfig/ui/printdialog.ui:495
msgctxt "printdialog|rbAllPages"
msgid "_All pages"
msgstr "_Totes les pàgines"

#. pYtbq
#: vcl/uiconfig/ui/printdialog.ui:513
msgctxt "printdialog|rbPageRange"
msgid "_Pages:"
msgstr "_Pàgines:"

#. 786QC
#: vcl/uiconfig/ui/printdialog.ui:535
msgctxt "printdialog|pagerange"
msgid "e.g.: 1, 3-5, 7, 9"
msgstr "p. ex.: 1, 3-5, 7, 9"

#. V3apS
#: vcl/uiconfig/ui/printdialog.ui:544
msgctxt "printdialog|rmEvenPages"
msgid "_Even pages"
msgstr "Pàgines _parelles"

#. ELsCF
#: vcl/uiconfig/ui/printdialog.ui:563
msgctxt "printdialog|rbOddPages"
msgid "_Odd pages"
msgstr "Pàgines _senars"

#. Z5kiB
#: vcl/uiconfig/ui/printdialog.ui:582
msgctxt "printdialog|rbRangeSelection"
msgid "_Selection"
msgstr "_Selecció"

#. wn2kB
#: vcl/uiconfig/ui/printdialog.ui:618
msgctxt "printdialog|fromwhich"
msgid "_From which print:"
msgstr "D'aquest contingut, _imprimeix:"

#. Cuc2u
#: vcl/uiconfig/ui/printdialog.ui:642
msgctxt "printdialog|labelpapersides"
msgid "Paper _sides:"
msgstr "_Cares del paper:"

#. SYxRJ
#: vcl/uiconfig/ui/printdialog.ui:657
msgctxt "printdialog|liststore4"
msgid "Print on one side (simplex)"
msgstr "Imprimeix una cara"

#. hCZPg
#: vcl/uiconfig/ui/printdialog.ui:658
msgctxt "printdialog|liststore4"
msgid "Print on both sides (duplex long edge)"
msgstr "Imprimeix les dues cares (costat llarg)"

#. iqr9C
#: vcl/uiconfig/ui/printdialog.ui:659
msgctxt "printdialog|liststore4"
msgid "Print on both sides (duplex short edge)"
msgstr "Imprimeix les dues cares (costat curt)"

#. AVv6D
#: vcl/uiconfig/ui/printdialog.ui:672
msgctxt "printdialog|labelcopies"
msgid "_Number of copies:"
msgstr "_Nombre de còpies:"

#. BT4nY
#: vcl/uiconfig/ui/printdialog.ui:702
msgctxt "printdialog|cbPrintOrder"
msgid "Order:"
msgstr "Ordre:"

#. vwjVt
#: vcl/uiconfig/ui/printdialog.ui:714
msgctxt "printdialog|reverseorder"
msgid "Print in _reverse order"
msgstr "Impressió en _ordre invers"

#. G6QEr
#: vcl/uiconfig/ui/printdialog.ui:735
msgctxt "printdialog|collate"
msgid "_Collate"
msgstr "Inter_cala"

#. R82MM
#: vcl/uiconfig/ui/printdialog.ui:775
msgctxt "printdialog|rangeexpander"
msgid "_more"
msgstr "_més"

#. ehfCG
#: vcl/uiconfig/ui/printdialog.ui:793
msgctxt "printdialog|label2"
msgid "Range and Copies"
msgstr "Àrea d'impressió i nombre de còpies"

#. CBLet
#: vcl/uiconfig/ui/printdialog.ui:834
msgctxt "printdialog|labelorientation"
msgid "Orientation:"
msgstr "Orientació:"

#. U4byk
#: vcl/uiconfig/ui/printdialog.ui:848
msgctxt "printdialog|labelsize"
msgid "Paper size:"
msgstr "Mida del paper:"

#. X9iBj
#: vcl/uiconfig/ui/printdialog.ui:864
msgctxt "printdialog|liststore3"
msgid "Automatic"
msgstr "Automàtic"

#. vaWZE
#: vcl/uiconfig/ui/printdialog.ui:865
msgctxt "printdialog|liststore3"
msgid "Portrait"
msgstr "Vertical"

#. Qnpje
#: vcl/uiconfig/ui/printdialog.ui:866
msgctxt "printdialog|liststore3"
msgid "Landscape"
msgstr "Horitzontal"

#. EZdsx
#: vcl/uiconfig/ui/printdialog.ui:909
msgctxt "printdialog|pagespersheetbtn"
msgid "Pages per sheet:"
msgstr "Pàgines per full:"

#. DKP5g
#: vcl/uiconfig/ui/printdialog.ui:957
msgctxt "printdialog|liststore1"
msgid "Custom"
msgstr "Personalitzat"

#. 65WWt
#: vcl/uiconfig/ui/printdialog.ui:973
msgctxt "printdialog|pagespersheettxt"
msgid "Pages:"
msgstr "Pàgines:"

#. DM5aX
#: vcl/uiconfig/ui/printdialog.ui:998
msgctxt "printdialog|by"
msgid "by"
msgstr "per"

#. szcD7
#: vcl/uiconfig/ui/printdialog.ui:1024
msgctxt "printdialog|pagemargintxt1"
msgid "Margin:"
msgstr "Marge:"

#. iGg2m
#: vcl/uiconfig/ui/printdialog.ui:1049
msgctxt "printdialog|pagemargintxt2"
msgid "between pages"
msgstr "entre les pàgines"

#. oryuw
#: vcl/uiconfig/ui/printdialog.ui:1061
msgctxt "printdialog|sheetmargintxt1"
msgid "Distance:"
msgstr "Distància:"

#. XhfvB
#: vcl/uiconfig/ui/printdialog.ui:1086
msgctxt "printdialog|sheetmargintxt2"
msgid "to sheet border"
msgstr "fins a la vora del full"

#. AGWe3
#: vcl/uiconfig/ui/printdialog.ui:1099
msgctxt "printdialog|labelorder"
msgid "Order:"
msgstr "Ordre:"

#. psAku
#: vcl/uiconfig/ui/printdialog.ui:1114
msgctxt "printdialog|liststore2"
msgid "Left to right, then down"
msgstr "D'esquerra a dreta, i avall"

#. fnfLt
#: vcl/uiconfig/ui/printdialog.ui:1115
msgctxt "printdialog|liststore2"
msgid "Top to bottom, then right"
msgstr "De dalt a baix, i a la dreta"

#. y6nZE
#: vcl/uiconfig/ui/printdialog.ui:1116
msgctxt "printdialog|liststore2"
msgid "Top to bottom, then left"
msgstr "De dalt a baix, i a l'esquerra"

#. PteTg
#: vcl/uiconfig/ui/printdialog.ui:1117
msgctxt "printdialog|liststore2"
msgid "Right to left, then down"
msgstr "De dreta a esquerra, i avall"

#. QG59F
#: vcl/uiconfig/ui/printdialog.ui:1128
msgctxt "printdialog|bordercb"
msgid "Draw a border around each page"
msgstr "Dibuixa una vora al voltant de cada pàgina"

#. Yo4xV
#: vcl/uiconfig/ui/printdialog.ui:1144
msgctxt "printdialog|brochure"
msgid "Brochure"
msgstr "Fullet"

#. JMA7A
#: vcl/uiconfig/ui/printdialog.ui:1172
msgctxt "printdialog|collationpreview"
msgid "Collation preview"
msgstr "Previsualització de la intercalació"

#. bF4up
#: vcl/uiconfig/ui/printdialog.ui:1205
msgctxt "printdialog|layoutexpander"
msgid "m_ore"
msgstr "mé_s"

#. rCBA5
#: vcl/uiconfig/ui/printdialog.ui:1223
msgctxt "printdialog|label3"
msgid "Page Layout"
msgstr "Disposició de la pàgina"

#. A2iC5
#: vcl/uiconfig/ui/printdialog.ui:1246
msgctxt "printdialog|generallabel"
msgid "General"
msgstr "General"

#. 4DiAY
#: vcl/uiconfig/ui/printerdevicepage.ui:34
msgctxt "printerdevicepage|label7"
msgid "_Option:"
msgstr "_Opció:"

#. deJLS
#: vcl/uiconfig/ui/printerdevicepage.ui:48
msgctxt "printerdevicepage|label8"
msgid "Current _value:"
msgstr "_Valor actual:"

#. e9E5A
#: vcl/uiconfig/ui/printerdevicepage.ui:170
msgctxt "printerdevicepage|label11"
msgid "Color _depth:"
msgstr "_Profunditat de color:"

#. U29RG
#: vcl/uiconfig/ui/printerdevicepage.ui:184
msgctxt "printerdevicepage|label10"
msgid "Co_lor:"
msgstr "Co_lor:"

#. LG4Fe
#: vcl/uiconfig/ui/printerdevicepage.ui:198
msgctxt "printerdevicepage|label9"
msgid "Printer language _type:"
msgstr "_Tipus de llenguatge de la impressora:"

#. yDrz5
#: vcl/uiconfig/ui/printerdevicepage.ui:214
msgctxt "printerdevicepage|liststore1"
msgid "Automatic : %s"
msgstr "Automàtic: %s"

#. Wy3NQ
#: vcl/uiconfig/ui/printerdevicepage.ui:215
msgctxt "printerdevicepage|liststore1"
msgid "PostScript (Level from driver)"
msgstr "PostScript (nivell del controlador)"

#. nStXM
#: vcl/uiconfig/ui/printerdevicepage.ui:216
msgctxt "printerdevicepage|liststore1"
msgid "PostScript Level 1"
msgstr "PostScript nivell 1"

#. gYGZU
#: vcl/uiconfig/ui/printerdevicepage.ui:217
msgctxt "printerdevicepage|liststore1"
msgid "PostScript Level 2"
msgstr "PostScript nivell 2"

#. JWNYo
#: vcl/uiconfig/ui/printerdevicepage.ui:218
msgctxt "printerdevicepage|liststore1"
msgid "PostScript Level 3"
msgstr "PostScript nivell 3"

#. oaC9C
#: vcl/uiconfig/ui/printerdevicepage.ui:219
msgctxt "printerdevicepage|liststore1"
msgid "PDF"
msgstr "PDF"

#. yCnjf
#: vcl/uiconfig/ui/printerdevicepage.ui:232
msgctxt "printerdevicepage|colorspace"
msgid "From driver"
msgstr "Des d'un controlador"

#. WXFof
#: vcl/uiconfig/ui/printerdevicepage.ui:233
msgctxt "printerdevicepage|colorspace"
msgid "Color"
msgstr "Color"

#. VGAv4
#: vcl/uiconfig/ui/printerdevicepage.ui:234
msgctxt "printerdevicepage|colorspace"
msgid "Grayscale"
msgstr "Escala de grisos"

#. eG4W8
#: vcl/uiconfig/ui/printerdevicepage.ui:247
msgctxt "printerdevicepage|colordepth"
msgid "8 Bit"
msgstr "8 bits"

#. HAD2U
#: vcl/uiconfig/ui/printerdevicepage.ui:248
msgctxt "printerdevicepage|colordepth"
msgid "24 Bit"
msgstr "24 bits"

#. A6FnW
#: vcl/uiconfig/ui/printerpaperpage.ui:19
msgctxt "printerpaperpage|paperft"
msgid "_Paper size:"
msgstr "Mida del _paper:"

#. mC9U8
#: vcl/uiconfig/ui/printerpaperpage.ui:33
msgctxt "printerpaperpage|orientft"
msgid "_Orientation:"
msgstr "_Orientació:"

#. yKXAH
#: vcl/uiconfig/ui/printerpaperpage.ui:47
msgctxt "printerpaperpage|duplexft"
msgid "_Duplex:"
msgstr "_Doble cara:"

#. CDcLD
#: vcl/uiconfig/ui/printerpaperpage.ui:61
msgctxt "printerpaperpage|slotft"
msgid "Paper tray:"
msgstr "Safata de paper:"

#. vzdaz
#: vcl/uiconfig/ui/printerpaperpage.ui:86
msgctxt "printerpaperpage|orientlb"
msgid "Portrait"
msgstr "Vertical"

#. 5Zoee
#: vcl/uiconfig/ui/printerpaperpage.ui:87
msgctxt "printerpaperpage|orientlb"
msgid "Landscape"
msgstr "Horitzontal"

#. x7AtR
#: vcl/uiconfig/ui/printerpaperpage.ui:117
msgctxt "printerpaperpage|papersizefromsetup"
msgid "Use only paper size from printer preferences"
msgstr "Utilitza només la mida de paper de les preferències de la impressora"

#. gWBUe
#: vcl/uiconfig/ui/printerpropertiesdialog.ui:8
msgctxt "printerpropertiesdialog|PrinterPropertiesDialog"
msgid "Properties of %s"
msgstr "Propietats de %s"

#. bS39j
#: vcl/uiconfig/ui/printerpropertiesdialog.ui:105
msgctxt "printerpropertiesdialog|paper"
msgid "Paper"
msgstr "Paper"

#. XqADw
#: vcl/uiconfig/ui/printerpropertiesdialog.ui:152
msgctxt "printerpropertiesdialog|device"
msgid "Device"
msgstr "Dispositiu"

#. u3bDF
#: vcl/uiconfig/ui/printprogressdialog.ui:8
msgctxt "printprogressdialog|PrintProgressDialog"
msgid "Printing"
msgstr "Impressió"

#. LbCkV
#: vcl/uiconfig/ui/printprogressdialog.ui:54
msgctxt "printprogressdialog|label"
msgid "Page %p of %n"
msgstr "Pàgina %p de %n"

#. nduV9
#: vcl/uiconfig/ui/querydialog.ui:8
msgctxt "querydialog|QueryDialog"
msgid "New Data Type"
msgstr "Tipus de dades nou"
&id=20c957e0ff773293fe7c10fb588f6674998a3087'>source/ru/helpcontent2/source/text/sdraw.po80
-rw-r--r--source/ru/helpcontent2/source/text/sdraw/00.po20
-rw-r--r--source/ru/helpcontent2/source/text/sdraw/01.po22
-rw-r--r--source/ru/helpcontent2/source/text/sdraw/04.po8
-rw-r--r--source/ru/helpcontent2/source/text/sdraw/guide.po14
-rw-r--r--source/ru/helpcontent2/source/text/shared.po222
-rw-r--r--source/ru/helpcontent2/source/text/shared/00.po596
-rw-r--r--source/ru/helpcontent2/source/text/shared/01.po1174
-rw-r--r--source/ru/helpcontent2/source/text/shared/02.po102
-rw-r--r--source/ru/helpcontent2/source/text/shared/04.po16
-rw-r--r--source/ru/helpcontent2/source/text/shared/05.po14
-rw-r--r--source/ru/helpcontent2/source/text/shared/06.po18
-rw-r--r--source/ru/helpcontent2/source/text/shared/autopi.po36
-rw-r--r--source/ru/helpcontent2/source/text/shared/guide.po268
-rw-r--r--source/ru/helpcontent2/source/text/shared/help.po158
-rw-r--r--source/ru/helpcontent2/source/text/shared/menu.po12
-rw-r--r--source/ru/helpcontent2/source/text/shared/optionen.po106
-rw-r--r--source/ru/helpcontent2/source/text/simpress.po36
-rw-r--r--source/ru/helpcontent2/source/text/simpress/00.po16
-rw-r--r--source/ru/helpcontent2/source/text/simpress/01.po114
-rw-r--r--source/ru/helpcontent2/source/text/simpress/02.po110
-rw-r--r--source/ru/helpcontent2/source/text/simpress/04.po112
-rw-r--r--source/ru/helpcontent2/source/text/simpress/guide.po40
-rw-r--r--source/ru/helpcontent2/source/text/smath.po6
-rw-r--r--source/ru/helpcontent2/source/text/smath/00.po22
-rw-r--r--source/ru/helpcontent2/source/text/smath/01.po564
-rw-r--r--source/ru/helpcontent2/source/text/smath/04.po4
-rw-r--r--source/ru/helpcontent2/source/text/smath/guide.po8
-rw-r--r--source/ru/helpcontent2/source/text/swriter.po204
-rw-r--r--source/ru/helpcontent2/source/text/swriter/00.po94
-rw-r--r--source/ru/helpcontent2/source/text/swriter/01.po602
-rw-r--r--source/ru/helpcontent2/source/text/swriter/02.po60
-rw-r--r--source/ru/helpcontent2/source/text/swriter/04.po18
-rw-r--r--source/ru/helpcontent2/source/text/swriter/guide.po222
-rw-r--r--source/ru/helpcontent2/source/text/swriter/librelogo.po138
-rw-r--r--source/ru/helpcontent2/source/text/swriter/menu.po4
-rw-r--r--source/ru/officecfg/registry/data/org/openoffice/Office.po8
-rw-r--r--source/ru/officecfg/registry/data/org/openoffice/Office/UI.po112
-rw-r--r--source/ru/readlicense_oo/docs.po6
-rw-r--r--source/ru/reportdesign/messages.po6
-rw-r--r--source/ru/sc/messages.po60
-rw-r--r--source/ru/scaddins/messages.po12
-rw-r--r--source/ru/sd/messages.po40
-rw-r--r--source/ru/sfx2/messages.po18
-rw-r--r--source/ru/starmath/messages.po12
-rw-r--r--source/ru/svtools/messages.po6
-rw-r--r--source/ru/svx/messages.po52
-rw-r--r--source/ru/sw/messages.po94
-rw-r--r--source/ru/swext/mediawiki/help.po6
-rw-r--r--source/ru/xmlsecurity/messages.po4
-rw-r--r--source/th/dictionaries/th_TH.po6
-rw-r--r--source/th/officecfg/registry/data/org/openoffice/Office/UI.po1027
-rw-r--r--source/tr/chart2/messages.po8
-rw-r--r--source/tr/cui/messages.po40
-rw-r--r--source/tr/dbaccess/messages.po13
-rw-r--r--source/tr/filter/messages.po8
-rw-r--r--source/tr/formula/messages.po6
-rw-r--r--source/tr/officecfg/registry/data/org/openoffice/Office/UI.po28
-rw-r--r--source/tr/sd/messages.po35
-rw-r--r--source/tr/sfx2/messages.po10
-rw-r--r--source/tr/svtools/messages.po38
-rw-r--r--source/tr/svx/messages.po10
354 files changed, 10186 insertions, 10361 deletions
diff --git a/source/ast/helpcontent2/source/text/sbasic/guide.po b/source/ast/helpcontent2/source/text/sbasic/guide.po
index b402cc1552e..daa1a205b99 100644
--- a/source/ast/helpcontent2/source/text/sbasic/guide.po
+++ b/source/ast/helpcontent2/source/text/sbasic/guide.po
@@ -4,7 +4,7 @@ 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: 2022-12-07 19:22+0100\n"
-"PO-Revision-Date: 2022-09-21 09:55+0000\n"
+"PO-Revision-Date: 2023-01-23 11:28+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_help-master/textsbasicguide/ast/>\n"
"Language: ast\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.12.2\n"
"X-POOTLE-MTIME: 1524659419.000000\n"
#. WcTKB
@@ -194,7 +194,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Basic to Python"
-msgstr ""
+msgstr "De BASIC a Python"
#. eoGBT
#: basic_2_python.xhp
diff --git a/source/ast/helpcontent2/source/text/sbasic/shared.po b/source/ast/helpcontent2/source/text/sbasic/shared.po
index b6c89e4ebe0..f452ae0ba3b 100644
--- a/source/ast/helpcontent2/source/text/sbasic/shared.po
+++ b/source/ast/helpcontent2/source/text/sbasic/shared.po
@@ -4,7 +4,7 @@ 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: 2022-12-19 15:00+0100\n"
-"PO-Revision-Date: 2023-01-09 10:28+0000\n"
+"PO-Revision-Date: 2023-01-23 11:28+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_help-master/textsbasicshared/ast/>\n"
"Language: ast\n"
@@ -35240,7 +35240,7 @@ msgctxt ""
"hd_id3150499\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03140008.xhp\">PPmt Function [VBA]</link>"
-msgstr ""
+msgstr "<link href=\"text/sbasic/shared/03140008.xhp\">Función PPmt [VBA]</link>"
#. rqzFy
#: 03140008.xhp
diff --git a/source/ast/helpcontent2/source/text/simpress/guide.po b/source/ast/helpcontent2/source/text/simpress/guide.po
index 642bdfc9bc3..f7264c8b8e6 100644
--- a/source/ast/helpcontent2/source/text/simpress/guide.po
+++ b/source/ast/helpcontent2/source/text/simpress/guide.po
@@ -4,7 +4,7 @@ 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: 2022-12-07 19:22+0100\n"
-"PO-Revision-Date: 2022-12-27 11:23+0000\n"
+"PO-Revision-Date: 2023-01-23 11:27+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_help-master/textsimpressguide/ast/>\n"
"Language: ast\n"
@@ -4829,7 +4829,7 @@ msgctxt ""
"par_id961512827293400\n"
"help.text"
msgid "<image src=\"media/helpimg/sd_PresenterConsole03.png\" id=\"img_id651512827293401\" width=\"640\" height=\"360\"><alt id=\"alt_id881512827293401\">Notes mode</alt></image>"
-msgstr ""
+msgstr "<image src=\"media/helpimg/sd_PresenterConsole03.png\" id=\"img_id651512827293401\" width=\"640\" height=\"360\"><alt id=\"alt_id881512827293401\">Mou Notes</alt></image>"
#. HRVDE
#: presenter_console.xhp
diff --git a/source/ast/helpcontent2/source/text/swriter/02.po b/source/ast/helpcontent2/source/text/swriter/02.po
index 29a16ae20de..8fb282e67a9 100644
--- a/source/ast/helpcontent2/source/text/swriter/02.po
+++ b/source/ast/helpcontent2/source/text/swriter/02.po
@@ -4,7 +4,7 @@ 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: 2022-12-07 19:22+0100\n"
-"PO-Revision-Date: 2022-12-07 12:18+0000\n"
+"PO-Revision-Date: 2023-01-23 11:27+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_help-master/textswriter02/ast/>\n"
"Language: ast\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.12.2\n"
"X-POOTLE-MTIME: 1511359350.000000\n"
#. sqxGb
@@ -2525,7 +2525,7 @@ msgctxt ""
"par_id3149369\n"
"help.text"
msgid "<ahelp hid=\"modules/swriter/ui/inputwinmenu/tag\">Calculates the tangent in radians.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"modules/swriter/ui/inputwinmenu/tag\">Calcula la tanxente en radianes.</ahelp>"
#. 4UG3b
#: 14020000.xhp
diff --git a/source/ast/sc/messages.po b/source/ast/sc/messages.po
index 72d710c7b4f..4558285dfa5 100644
--- a/source/ast/sc/messages.po
+++ b/source/ast/sc/messages.po
@@ -4,7 +4,7 @@ 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: 2022-12-19 15:00+0100\n"
-"PO-Revision-Date: 2023-01-12 12:04+0000\n"
+"PO-Revision-Date: 2023-01-23 11:30+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_ui-master/scmessages/ast/>\n"
"Language: ast\n"
@@ -19855,10 +19855,9 @@ msgstr ""
#. 7RyUq
#: sc/uiconfig/scalc/ui/condformatmanager.ui:18
-#, fuzzy
msgctxt "condformatmanager|CondFormatManager"
msgid "Manage Conditional Formatting"
-msgstr "Fomatu condicional"
+msgstr "Xestionar el formatu condicionáu"
#. FZLBr
#: sc/uiconfig/scalc/ui/condformatmanager.ui:129
@@ -19916,10 +19915,9 @@ msgstr ""
#. dV9US
#: sc/uiconfig/scalc/ui/condformatmanager.ui:238
-#, fuzzy
msgctxt "condformatmanager|label1"
msgid "Conditional Formats"
-msgstr "Fomatu condicional"
+msgstr "Formatos condicionaos"
#. yDqGa
#: sc/uiconfig/scalc/ui/condformatmanager.ui:263
@@ -20508,10 +20506,9 @@ msgstr ""
#. DEVHA
#: sc/uiconfig/scalc/ui/conditionalformatdialog.ui:8
-#, fuzzy
msgctxt "conditionalformatdialog|ConditionalFormatDialog"
msgid "Conditional Formatting for"
-msgstr "Fomatu condicional"
+msgstr "Formatu condicionáu pa"
#. PYsX2
#: sc/uiconfig/scalc/ui/conditionalformatdialog.ui:34
@@ -21877,7 +21874,7 @@ msgstr "Restolar"
#: sc/uiconfig/scalc/ui/dataproviderdlg.ui:173
msgctxt "dataproviderdlg/id"
msgid "Id / Xpath:"
-msgstr ""
+msgstr "Id./Xpath:"
#. pwS4k
#: sc/uiconfig/scalc/ui/dataproviderdlg.ui:201
diff --git a/source/ast/sd/messages.po b/source/ast/sd/messages.po
index e07ae7fdbea..08eb9f75d05 100644
--- a/source/ast/sd/messages.po
+++ b/source/ast/sd/messages.po
@@ -4,7 +4,7 @@ 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: 2022-12-19 15:00+0100\n"
-"PO-Revision-Date: 2023-01-09 03:14+0000\n"
+"PO-Revision-Date: 2023-01-23 11:30+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_ui-master/sdmessages/ast/>\n"
"Language: ast\n"
@@ -10261,7 +10261,7 @@ msgstr "Reafitar"
#: sd/uiconfig/simpress/ui/tabledesignpanel.ui:184
msgctxt "tabledesignpanel|menuformat"
msgid "Format"
-msgstr ""
+msgstr "Formatu"
#. 8myJL
#: sd/uiconfig/simpress/ui/tabledesignpanel.ui:194
diff --git a/source/ast/svx/messages.po b/source/ast/svx/messages.po
index ae6f122c7c4..2b8766bb4e9 100644
--- a/source/ast/svx/messages.po
+++ b/source/ast/svx/messages.po
@@ -4,7 +4,7 @@ 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: 2022-12-19 15:00+0100\n"
-"PO-Revision-Date: 2023-01-09 03:15+0000\n"
+"PO-Revision-Date: 2023-01-23 11:30+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_ui-master/svxmessages/ast/>\n"
"Language: ast\n"
@@ -16084,10 +16084,9 @@ msgstr ""
#. YDeQs
#: svx/uiconfig/ui/dockingfontwork.ui:283
-#, fuzzy
msgctxt "dockingfontwork|distance|tooltip_text"
msgid "Distance"
-msgstr "~Instancies"
+msgstr "Distancia"
#. tZx4a
#: svx/uiconfig/ui/dockingfontwork.ui:289
@@ -16171,10 +16170,9 @@ msgstr ""
#. fVeQ8
#: svx/uiconfig/ui/dockingfontwork.ui:481
-#, fuzzy
msgctxt "dockingfontwork|distancex|tooltip_text"
msgid "Distance X"
-msgstr "~Instancies"
+msgstr "Distancia X"
#. EpEbG
#: svx/uiconfig/ui/dockingfontwork.ui:488
@@ -16184,10 +16182,9 @@ msgstr ""
#. FTYwo
#: svx/uiconfig/ui/dockingfontwork.ui:526
-#, fuzzy
msgctxt "dockingfontwork|distancey|tooltip_text"
msgid "Distance Y"
-msgstr "~Instancies"
+msgstr "Distancia Y"
#. ej7TE
#: svx/uiconfig/ui/dockingfontwork.ui:533
@@ -16292,7 +16289,7 @@ msgstr ""
#: svx/uiconfig/ui/docrecoveryrecoverdialog.ui:60
msgctxt "docrecoveryrecoverdialog|next"
msgid "_Recover Selected"
-msgstr ""
+msgstr "_Recuperar la esbilla"
#. P8cfU
#: svx/uiconfig/ui/docrecoveryrecoverdialog.ui:94
@@ -20267,7 +20264,7 @@ msgstr "Dar vuelta na horizontal al oxetu seleicionáu."
#: svx/uiconfig/ui/sidebarpossize.ui:454
msgctxt "sidebarpossize|btnEditObject"
msgid "Edit Object"
-msgstr ""
+msgstr "Editar l'oxetu"
#. GfsLe
#: svx/uiconfig/ui/sidebarpossize.ui:476
@@ -20315,7 +20312,7 @@ msgstr "Tresparencia:"
#: svx/uiconfig/ui/sidebartextcolumnspanel.ui:35
msgctxt "sidebartextcolumns|labelColNumber"
msgid "_Number of columns:"
-msgstr ""
+msgstr "_Númberu de columnes:"
#. b7QHr
#: svx/uiconfig/ui/sidebartextcolumnspanel.ui:49
diff --git a/source/ast/sw/messages.po b/source/ast/sw/messages.po
index 96457cfdee8..ff79d7df7ee 100644
--- a/source/ast/sw/messages.po
+++ b/source/ast/sw/messages.po
@@ -4,7 +4,7 @@ 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: 2022-12-19 15:00+0100\n"
-"PO-Revision-Date: 2022-12-29 14:28+0000\n"
+"PO-Revision-Date: 2023-01-23 11:30+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_ui-master/swmessages/ast/>\n"
"Language: ast\n"
@@ -11720,7 +11720,7 @@ msgstr ""
#: sw/uiconfig/swriter/ui/businessdatapage.ui:184
msgctxt "businessdatapage|fax-atkobject"
msgid "Fax number"
-msgstr ""
+msgstr "Númberu de fax"
#. hCy4G
#: sw/uiconfig/swriter/ui/businessdatapage.ui:185
@@ -26119,7 +26119,7 @@ msgstr ""
#: sw/uiconfig/swriter/ui/privateuserpage.ui:241
msgctxt "privateuserpage|fax-atkobject"
msgid "Fax number"
-msgstr ""
+msgstr "Númberu de fax"
#. CtsEr
#: sw/uiconfig/swriter/ui/privateuserpage.ui:242
diff --git a/source/ast/uui/messages.po b/source/ast/uui/messages.po
index 28cf9130b6a..f3bb261cc87 100644
--- a/source/ast/uui/messages.po
+++ b/source/ast/uui/messages.po
@@ -4,7 +4,7 @@ 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: 2022-10-10 13:36+0200\n"
-"PO-Revision-Date: 2022-07-06 16:25+0000\n"
+"PO-Revision-Date: 2023-01-23 11:30+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_ui-master/uuimessages/ast/>\n"
"Language: ast\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.12.2\n"
"X-POOTLE-MTIME: 1522251360.000000\n"
#. DLY8p
@@ -346,7 +346,6 @@ msgstr "%PRODUCTNAME nun puede torgar que se camuden los ficheros cuando s'usa e
#. CUbSR
#: uui/inc/ids.hrc:139
-#, fuzzy
msgctxt "RID_UUI_ERRHDL"
msgid ""
"The file '$(ARG1)' is corrupt and therefore cannot be opened. %PRODUCTNAME can try to repair the file.\n"
@@ -358,14 +357,14 @@ msgid ""
"\n"
"Should %PRODUCTNAME repair the file?\n"
msgstr ""
-"El ficheru '$(ARG1)' ta corruptu y nun puede abrise. %PRODUCTNAME puede intentar recuperar el documentu.\n"
+"El ficheru «$(ARG1)» tien una dañadura y nun se pue abrir. %PRODUCTNAME pue intentar recuperalu.\n"
"\n"
-"La corrupción pue debese a la manipulación del documentu o que'l documentu se frañare estructuralmente na tresmisión de datos del mesmu.\n"
+"La dañadura pue debese a la manipulación del documentu o que'l documentu se frañare estructuralmente na tresmisión de datos del mesmu.\n"
"\n"
-"Encamentamos que nun t'enfotes abondo nel conteníu del documento iguáu.\n"
-"Execución de macros ta desactivada nesti documentu.\n"
+"Encamentamos que nun t'enfotes abondo nel conteníu del documentu iguáu.\n"
+"La execución de macros ta desactivada nesti documentu.\n"
"\n"
-"Quies que %PRODUCTNAME igüe'l documentu?\n"
+"¿Quies que %PRODUCTNAME igüe'l documentu?\n"
#. KeFss
#: uui/inc/ids.hrc:141
@@ -744,6 +743,8 @@ msgid ""
"Document Name: $(ARG1)\n"
"User Name: $(ARG2)"
msgstr ""
+"Nome del documentu: $(ARG1)\n"
+"Nome d'usuariu: $(ARG2)"
#. EXAAf
#: uui/inc/strings.hrc:51
diff --git a/source/bg/cui/messages.po b/source/bg/cui/messages.po
index 39d24cd9890..6834cd88300 100644
--- a/source/bg/cui/messages.po
+++ b/source/bg/cui/messages.po
@@ -4,7 +4,7 @@ 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: 2023-01-09 11:30+0100\n"
-"PO-Revision-Date: 2022-12-25 13:16+0000\n"
+"PO-Revision-Date: 2023-01-23 11:30+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_ui-master/cuimessages/bg/>\n"
"Language: bg\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.12.2\n"
"X-POOTLE-MTIME: 1564897785.000000\n"
#. GyY9M
@@ -2563,7 +2563,7 @@ msgstr "За да отворите CSV файл като нов лист в те
#: cui/inc/tipoftheday.hrc:116
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can continue writing with the default formatting attributes after manually applying bold, italic or underline by pressing %MOD1+Shift+X."
-msgstr ""
+msgstr "Можете да продължите да пишете с подразбираните атрибути за форматиране след ръчно прилагане на получер, курсив или подчертаване, като натиснете %MOD1+Shift+X."
#. iXjDF
#: cui/inc/tipoftheday.hrc:117
@@ -2756,7 +2756,7 @@ msgstr "Можете да защитавате клетки с „Формати
#: cui/inc/tipoftheday.hrc:148
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Write along a curve? Draw the curve, double click, type the text, Format ▸ Text Box and Shape ▸ Fontwork. Select one of the alignment options: Rotate, Upright, Slant Horizontal or Slant Vertical."
-msgstr ""
+msgstr "Писане по протежение на крива? Нарисувайте кривата, щракнете двукратно върху нея, въведете текста, „Форматиране ▸ Текстово поле и фигура ▸ Обект Fontwork“. Изберете една от настройките за подравняване: „Завъртане“, „Изправени“, „Наклон по хоризонтала“ или „Наклон по вертикала“."
#. ZE6D5
#: cui/inc/tipoftheday.hrc:149
@@ -2810,7 +2810,7 @@ msgstr "Документът на Writer не се е отворил с курс
#: cui/inc/tipoftheday.hrc:157
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need to do citation? You can use third-party citation managers such as Zotero."
-msgstr ""
+msgstr "Трябва да обозначавате цитати? Можете да използвате мениджъри на цитати от трети страни, например Zotero."
#. ALczh
#: cui/inc/tipoftheday.hrc:158
@@ -3780,13 +3780,13 @@ msgstr "Сложни писмености"
#: cui/inc/treeopt.hrc:59
msgctxt "SID_LANGUAGE_OPTIONS_RES"
msgid "LanguageTool Server"
-msgstr ""
+msgstr "Сървър на LanguageTool"
#. A3j2S
#: cui/inc/treeopt.hrc:60
msgctxt "SID_LANGUAGE_OPTIONS_RES"
msgid "DeepL Server"
-msgstr ""
+msgstr "Сървър на DeepL"
#. TGnig
#: cui/inc/treeopt.hrc:65
@@ -4784,7 +4784,7 @@ msgstr "Етикет за напредъка"
#: cui/uiconfig/ui/additionsdialog.ui:126
msgctxt "additionsdialog|ProgressLabel"
msgid "Progress label"
-msgstr ""
+msgstr "Етикет за напредъка"
#. SYKGE
#: cui/uiconfig/ui/additionsdialog.ui:127
@@ -4796,7 +4796,7 @@ msgstr "Този надпис показва напредъка на опера
#: cui/uiconfig/ui/additionsdialog.ui:188
msgctxt "additionsdialog|searchEntry"
msgid "Search entry"
-msgstr ""
+msgstr "Заявка за търсене"
#. NrZT8
#: cui/uiconfig/ui/additionsdialog.ui:189
@@ -4826,7 +4826,7 @@ msgstr "Показване на още разширения"
#: cui/uiconfig/ui/additionsfragment.ui:21
msgctxt "additionsDialog|buttonShowMore"
msgid "Button \"Show more\""
-msgstr ""
+msgstr "Бутон „Показване на още“"
#. i9AoG
#: cui/uiconfig/ui/additionsfragment.ui:22
@@ -6866,7 +6866,7 @@ msgstr "Цвят на посетените връзки"
#: cui/uiconfig/ui/colorconfigwin.ui:355
msgctxt "colorconfigwin|autospellcheck"
msgid "Spelling mistakes"
-msgstr ""
+msgstr "Правописни грешки"
#. CpXy5
#: cui/uiconfig/ui/colorconfigwin.ui:388
@@ -6962,7 +6962,7 @@ msgstr "Свободен курсор"
#: cui/uiconfig/ui/colorconfigwin.ui:797
msgctxt "colorconfigwin|autospellcheck"
msgid "Grammar mistakes"
-msgstr ""
+msgstr "Граматически грешки"
#. ZZcPY
#: cui/uiconfig/ui/colorconfigwin.ui:830
@@ -9114,7 +9114,7 @@ msgstr "Изтрива присвояването на макрос или ко
#: cui/uiconfig/ui/eventsconfigpage.ui:100
msgctxt "eventsconfigpage|deleteall"
msgid "Remove _All"
-msgstr ""
+msgstr "Премахване на всички"
#. Ebcvv
#: cui/uiconfig/ui/eventsconfigpage.ui:144
@@ -9474,13 +9474,13 @@ msgstr "Възможности на шрифта"
#: cui/uiconfig/ui/fontfeaturesdialog.ui:141
msgctxt "fontfeaturesdialog"
msgid "Stylistic Sets"
-msgstr ""
+msgstr "Стилистични набори"
#. PJ2PF
#: cui/uiconfig/ui/fontfeaturesdialog.ui:193
msgctxt "fontfeaturesdialog"
msgid "Character Variants"
-msgstr ""
+msgstr "Варианти на знаци"
#. 696Sw
#: cui/uiconfig/ui/fontfeaturesdialog.ui:266
@@ -9504,7 +9504,7 @@ msgstr "Свойства на таблица"
#: cui/uiconfig/ui/formatcellsdialog.ui:38
msgctxt "formatcellsdialog|standard"
msgid "_Standard"
-msgstr ""
+msgstr "Стандартни"
#. aCkau
#: cui/uiconfig/ui/formatcellsdialog.ui:125
@@ -9522,31 +9522,31 @@ msgstr "Ефекти за шрифт"
#: cui/uiconfig/ui/formatcellsdialog.ui:172
msgctxt "formatcellsdialog|position"
msgid "Position"
-msgstr ""
+msgstr "Позиция"
#. CxV6A
#: cui/uiconfig/ui/formatcellsdialog.ui:196
msgctxt "formatcellsdialog|highlight"
msgid "Highlighting"
-msgstr ""
+msgstr "Осветяване"
#. TM6fA
#: cui/uiconfig/ui/formatcellsdialog.ui:220
msgctxt "formatcellsdialog|indentspacing"
msgid "Indents & Spacing"
-msgstr ""
+msgstr "Отстъпи и разредка"
#. gfAJa
#: cui/uiconfig/ui/formatcellsdialog.ui:244
msgctxt "formatcellsdialog|asian"
msgid "Asian Typography"
-msgstr ""
+msgstr "Азиатска типография"
#. iuvXW
#: cui/uiconfig/ui/formatcellsdialog.ui:268
msgctxt "formatcellsdialog|alignment"
msgid "Alignment"
-msgstr ""
+msgstr "Подравняване"
#. Pz8yJ
#: cui/uiconfig/ui/formatcellsdialog.ui:292
@@ -9871,7 +9871,7 @@ msgstr "Въведете вертикалното отместване за гр
#: cui/uiconfig/ui/gradientpage.ui:393
msgctxt "gradientpage|borderft"
msgid "_Border:"
-msgstr ""
+msgstr "Кант:"
#. iZbnF
#: cui/uiconfig/ui/gradientpage.ui:427
@@ -12487,7 +12487,7 @@ msgstr "Изтрива присвояването на макрос или ко
#: cui/uiconfig/ui/macroassignpage.ui:186
msgctxt "macroassignpage|deleteall"
msgid "Remove _All"
-msgstr ""
+msgstr "Премахване на всички"
#. CqT9E
#: cui/uiconfig/ui/macroassignpage.ui:204
@@ -13781,7 +13781,7 @@ msgstr "Текстова алтернатива:"
#: cui/uiconfig/ui/objecttitledescdialog.ui:113
msgctxt "objecttitledescdialog|extended_tip|object_title_entry"
msgid "Enter a title text. This short name is visible as an \"alt\" tag in HTML format. Accessibility tools can read this text."
-msgstr ""
+msgstr "Въведете заглавен текст. Това кратко име ще се вижда като етикет „alt“ във формат HTML. Инструментите за достъпност могат да четат този текст."
#. EFUyD
#: cui/uiconfig/ui/objecttitledescdialog.ui:127
@@ -13865,31 +13865,31 @@ msgstr "Разни настройки"
#: cui/uiconfig/ui/optaccessibilitypage.ui:149
msgctxt "optaccessibilitypage|label13"
msgid "High contrast:"
-msgstr ""
+msgstr "Висок контраст:"
#. KHEv8
#: cui/uiconfig/ui/optaccessibilitypage.ui:166
msgctxt "optaccessibilitypage|highcontrast"
msgid "Automatic"
-msgstr ""
+msgstr "Автоматично"
#. EwVi9
#: cui/uiconfig/ui/optaccessibilitypage.ui:167
msgctxt "optaccessibilitypage|highcontrast"
msgid "Disable"
-msgstr ""
+msgstr "Забраняване"
#. NbxkL
#: cui/uiconfig/ui/optaccessibilitypage.ui:168
msgctxt "optaccessibilitypage|highcontrast"
msgid "Enable"
-msgstr ""
+msgstr "Разрешаване"
#. YA7wn
#: cui/uiconfig/ui/optaccessibilitypage.ui:172
msgctxt "extended_tip|highcontrast"
msgid "Controls if high contrast mode is used. Select from “Automatic”, “Disable” and “Enable”. “Automatic” uses high contrast according to system settings."
-msgstr ""
+msgstr "Определя дали да се използва режимът с висок контраст. Изберете „Автоматично“, „Забраняване“ или „Разрешаване“. „Автоматично“ означава използване на висок контраст според настройките на системата."
#. Sc8Cq
#: cui/uiconfig/ui/optaccessibilitypage.ui:190
@@ -14507,25 +14507,25 @@ msgstr "Задава настройките за документи със сл
#: cui/uiconfig/ui/optdeeplpage.ui:21
msgctxt "optdeeplpage|label1"
msgid "DeepL API Options"
-msgstr ""
+msgstr "Настройки на DeepL API"
#. xE3dG
#: cui/uiconfig/ui/optdeeplpage.ui:35
msgctxt "optdeeplpage|privacy"
msgid "Please read the privacy policy"
-msgstr ""
+msgstr "Моля, прочетете правилата за поверителност."
#. F4GTM
#: cui/uiconfig/ui/optdeeplpage.ui:63
msgctxt "optdeeplpage|privacy"
msgid "API URL:"
-msgstr ""
+msgstr "URL на API:"
#. HHJta
#: cui/uiconfig/ui/optdeeplpage.ui:78
msgctxt "optdeeplpage|label3"
msgid "Authentication key:"
-msgstr ""
+msgstr "Удостоверителен ключ:"
#. G5EDD
#: cui/uiconfig/ui/optemailpage.ui:31
@@ -17844,7 +17844,7 @@ msgstr "_Ляво/горе"
#: cui/uiconfig/ui/paragalignpage.ui:196
msgctxt "paragalignpage|labelST_VERTALIGN_SDR"
msgid "Vertical"
-msgstr ""
+msgstr "Вертикално"
#. tRWTe
#: cui/uiconfig/ui/paragalignpage.ui:220
@@ -22067,7 +22067,7 @@ msgstr "Мостра"
#: cui/uiconfig/ui/widgettestdialog.ui:7
msgctxt "widgettestdialog|WidgetTestDialog"
msgid "Test Widgets"
-msgstr ""
+msgstr "Тестови контроли"
#. 9zxtA
#: cui/uiconfig/ui/wordcompletionpage.ui:60
diff --git a/source/bg/officecfg/registry/data/org/openoffice/Office/UI.po b/source/bg/officecfg/registry/data/org/openoffice/Office/UI.po
index caff193e64a..dc9817aaed4 100644
--- a/source/bg/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/bg/officecfg/registry/data/org/openoffice/Office/UI.po
@@ -4,7 +4,7 @@ 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: 2022-11-22 14:44+0100\n"
-"PO-Revision-Date: 2022-08-07 18:13+0000\n"
+"PO-Revision-Date: 2023-01-23 11:30+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeofficeui/bg/>\n"
"Language: bg\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.12.2\n"
"X-POOTLE-MTIME: 1564897305.000000\n"
#. W5ukN
@@ -2114,7 +2114,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Sparkline..."
-msgstr ""
+msgstr "Блещукаща линия..."
#. CoZgJ
#: CalcCommands.xcu
@@ -5784,7 +5784,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Data Table..."
-msgstr ""
+msgstr "Таблица с данни..."
#. EfDfA
#: ChartCommands.xcu
@@ -6554,7 +6554,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Insert Data Table"
-msgstr ""
+msgstr "Вмъкване на таблица с данни"
#. PFPqW
#: ChartCommands.xcu
@@ -6564,7 +6564,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Delete Data Table"
-msgstr ""
+msgstr "Изтриване на таблица с данни"
#. 3wU84
#: ChartCommands.xcu
@@ -23496,7 +23496,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Automatic Accessibility Checking"
-msgstr ""
+msgstr "Автоматична проверка за достъпност"
#. XYGPG
#: GenericCommands.xcu
@@ -23506,7 +23506,7 @@ msgctxt ""
"ContextLabel\n"
"value.text"
msgid "Automatic A~ccessibility Checking"
-msgstr ""
+msgstr "Автоматична проверка за достъпност"
#. DGCFi
#: GenericCommands.xcu
@@ -23516,7 +23516,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Toggle Automatic Accessibility Checking"
-msgstr ""
+msgstr "Превключване на автоматичната проверка за достъпност"
#. 4DCmg
#: GenericCommands.xcu
@@ -28386,7 +28386,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Open the Elements Deck"
-msgstr ""
+msgstr "Отваряне на колодата „Елементи“"
#. uXvss
#: MathWindowState.xcu
@@ -30586,7 +30586,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Show Tracked ~Changes"
-msgstr ""
+msgstr "Показване на проследените промени"
#. sMgCx
#: WriterCommands.xcu
@@ -30656,7 +30656,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Show Outline Content up to Level..."
-msgstr ""
+msgstr "Показване съдържанието на плана до ниво..."
#. C5mHk
#: WriterCommands.xcu
@@ -31046,7 +31046,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Insert Plain Text Content Control"
-msgstr ""
+msgstr "Вмъкване на контрола за съдържание – обикновен текст"
#. X4bBh
#: WriterCommands.xcu
@@ -31056,7 +31056,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Insert Combo Box Content Control"
-msgstr ""
+msgstr "Вмъкване на контрола за съдържание – комбинирано поле"
#. HxFAE
#: WriterCommands.xcu
@@ -32166,7 +32166,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Translate..."
-msgstr ""
+msgstr "Превеждане..."
#. JrZD4
#: WriterCommands.xcu
@@ -32576,7 +32576,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Insert rows above"
-msgstr ""
+msgstr "Вмъкване на редове отгоре"
#. zPPVF
#: WriterCommands.xcu
@@ -32606,7 +32606,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Insert rows below"
-msgstr ""
+msgstr "Вмъкване на редове отдолу"
#. bxCPN
#: WriterCommands.xcu
@@ -32636,7 +32636,7 @@ msgctxt ""
"ContextLabel\n"
"value.text"
msgid "Columns B~efore"
-msgstr ""
+msgstr "Колони преди"
#. G9zT9
#: WriterCommands.xcu
@@ -32646,7 +32646,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Insert columns before"
-msgstr ""
+msgstr "Вмъкване на колони преди"
#. oY3As
#: WriterCommands.xcu
@@ -32666,7 +32666,7 @@ msgctxt ""
"ContextLabel\n"
"value.text"
msgid "Columns A~fter"
-msgstr ""
+msgstr "Колони след"
#. crDFB
#: WriterCommands.xcu
@@ -32676,7 +32676,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Insert columns after"
-msgstr ""
+msgstr "Вмъкване на колони след"
#. B44pP
#: WriterCommands.xcu
@@ -34926,7 +34926,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Zoom"
-msgstr ""
+msgstr "Мащаб"
#. pmDD4
#: WriterCommands.xcu
@@ -34936,7 +34936,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Manage Track Changes"
-msgstr ""
+msgstr "Управление на проследените промени"
#. 69yiD
#: WriterCommands.xcu
@@ -34946,7 +34946,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Character"
-msgstr ""
+msgstr "Знак"
#. tTiVu
#: WriterCommands.xcu
@@ -34956,7 +34956,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Paragraph"
-msgstr ""
+msgstr "Абзац"
#. 5F4Qn
#: WriterCommands.xcu
@@ -34966,7 +34966,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Table Properties"
-msgstr ""
+msgstr "Свойства на таблица"
#. 2ZGwA
#: WriterCommands.xcu
@@ -34976,7 +34976,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Position and Size"
-msgstr ""
+msgstr "Позиция и размер"
#. ArKzw
#: WriterCommands.xcu
@@ -34986,7 +34986,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Image Properties"
-msgstr ""
+msgstr "Свойства на изображение"
#. KEZCp
#: WriterCommands.xcu
@@ -34996,7 +34996,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Frame Properties"
-msgstr ""
+msgstr "Свойства на рамка"
#. mZb2Y
#: WriterCommands.xcu
@@ -35006,7 +35006,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "OLE Object Properties"
-msgstr ""
+msgstr "Свойства на OLE обект"
#. zVZJg
#: WriterCommands.xcu
@@ -35016,7 +35016,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Text Wrap"
-msgstr ""
+msgstr "Пренасяне на текста"
#. jZZZD
#: WriterCommands.xcu
@@ -35026,7 +35026,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Borders"
-msgstr ""
+msgstr "Кантове"
#. M4kEt
#: WriterCommands.xcu
@@ -35036,7 +35036,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Borders"
-msgstr ""
+msgstr "Кантове"
#. jH8wk
#: WriterCommands.xcu
@@ -35046,7 +35046,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Area"
-msgstr ""
+msgstr "Област"
#. fNArh
#: WriterCommands.xcu
@@ -35056,7 +35056,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Area"
-msgstr ""
+msgstr "Област"
#. VHFdG
#: WriterCommands.xcu
@@ -35066,7 +35066,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Line"
-msgstr ""
+msgstr "Линия"
#. sCm9G
#: WriterCommands.xcu
@@ -35076,7 +35076,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Line"
-msgstr ""
+msgstr "Линия"
#. 7PCFf
#: WriterCommands.xcu
@@ -38826,7 +38826,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Standard (Single Mode) - Comment"
-msgstr ""
+msgstr "Стандартни (единичен режим) - Коментар"
#. ZLJUa
#: WriterWindowState.xcu
@@ -38836,7 +38836,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Standard (Single Mode) - Shape"
-msgstr ""
+msgstr "Стандартни (единичен режим) - Фигура"
#. CfEPF
#: WriterWindowState.xcu
@@ -38846,7 +38846,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Standard (Single Mode) - Shape Text"
-msgstr ""
+msgstr "Стандартни (единичен режим) - Текст на фигура"
#. 5Jwe7
#: WriterWindowState.xcu
@@ -38856,7 +38856,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Standard (Single Mode) - Form Control"
-msgstr ""
+msgstr "Стандартни (единичен режим) - Контрола във формуляр"
#. HyeGA
#: WriterWindowState.xcu
@@ -38866,7 +38866,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Standard (Single Mode) - Frame"
-msgstr ""
+msgstr "Стандартни (единичен режим) - Рамка"
#. HJA7z
#: WriterWindowState.xcu
@@ -38876,7 +38876,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Standard (Single Mode) - Image"
-msgstr ""
+msgstr "Стандартни (единичен режим) - Изображение"
#. EGnPq
#: WriterWindowState.xcu
@@ -38886,7 +38886,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Standard (Single Mode) - Media"
-msgstr ""
+msgstr "Стандартни (единичен режим) - Мултимедия"
#. MZDAw
#: WriterWindowState.xcu
@@ -38896,7 +38896,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Standard (Single Mode) - OLE Object"
-msgstr ""
+msgstr "Стандартни (единичен режим) - OLE обект"
#. BEJMZ
#: WriterWindowState.xcu
@@ -38906,7 +38906,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Standard (Single Mode) - Print Preview"
-msgstr ""
+msgstr "Стандартни (единичен режим) - Мостра за печат"
#. a4rcu
#: WriterWindowState.xcu
@@ -38916,7 +38916,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Standard (Single Mode) - Table"
-msgstr ""
+msgstr "Стандартни (единичен режим) - Таблица"
#. LNNfy
#: WriterWindowState.xcu
@@ -38926,7 +38926,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Standard (Single Mode) - Text"
-msgstr ""
+msgstr "Стандартни (единичен режим) - Текст"
#. h6gRt
#: WriterWindowState.xcu
diff --git a/source/bg/sd/messages.po b/source/bg/sd/messages.po
index fc880b0f040..0e09ceb79ca 100644
--- a/source/bg/sd/messages.po
+++ b/source/bg/sd/messages.po
@@ -4,7 +4,7 @@ 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: 2022-12-19 15:00+0100\n"
-"PO-Revision-Date: 2022-07-06 16:25+0000\n"
+"PO-Revision-Date: 2023-01-23 11:30+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_ui-master/sdmessages/bg/>\n"
"Language: bg\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.12.2\n"
"X-POOTLE-MTIME: 1562423894.000000\n"
#. WDjkB
@@ -3034,7 +3034,7 @@ msgstr "Затваряне на панела"
#: sd/inc/strings.hrc:482
msgctxt "STR_INSERT_TABLESTYLE"
msgid "Add a new design"
-msgstr ""
+msgstr "Добавяне на нов дизайн"
#. a9JBA
#: sd/inc/strings.hrc:483
@@ -3044,6 +3044,9 @@ msgid ""
"If you will delete this style, tables using it will revert to the default style.\n"
"Do you still wish to delete this style?\n"
msgstr ""
+"Избраният стил се използва в документа.\n"
+"Ако изтриете този стил, таблиците, които го използват, ще се върнат към подразбирания стил.\n"
+"Все още ли искате да изтриете стила?\n"
#. xNozF
#: sd/uiconfig/sdraw/ui/breakdialog.ui:8
@@ -3613,7 +3616,7 @@ msgstr "Запълване на листа с повторени страниц
#: sd/uiconfig/sdraw/ui/drawprinteroptions.ui:269
msgctxt "drawprinteroptions|extended_tip|tilesheet"
msgid "Specifies that pages are to be printed in tiled format. If the pages are smaller than the paper, the page will be repeated multiple times on one sheet of paper."
-msgstr ""
+msgstr "Указва отпечатване на страниците в мозайка. Ако страницата е по-малка от листа хартия, тя ще се повтаря на него няколко пъти."
#. qbU9A
#: sd/uiconfig/sdraw/ui/drawprinteroptions.ui:285
@@ -3805,7 +3808,7 @@ msgstr "Предотвратява редактирането на елемен
#: sd/uiconfig/sdraw/ui/insertlayer.ui:292
msgctxt "insertlayer|properties"
msgid "Properties"
-msgstr ""
+msgstr "Свойства"
#. ogtGC
#: sd/uiconfig/sdraw/ui/insertlayer.ui:321
@@ -3853,7 +3856,7 @@ msgstr "Наименуване на дизайна за HTML"
#: sd/uiconfig/sdraw/ui/navigatorcontextmenu.ui:12
msgctxt "navigatorcontextmenu|STR_RENAME"
msgid "Rename..."
-msgstr ""
+msgstr "Преименуване..."
#. V3FWt
#: sd/uiconfig/sdraw/ui/notebookbar.ui:3162
@@ -6334,7 +6337,7 @@ msgstr "Запълване на листа с повторени кадри"
#: sd/uiconfig/simpress/ui/impressprinteroptions.ui:411
msgctxt "impressprinteroptions|extended_tip|tilesheet"
msgid "Specifies that slides are to be printed in tiled format. If the slides are smaller than the paper, the slide will be repeated multiple times on one sheet of paper."
-msgstr ""
+msgstr "Указва отпечатване на кадрите в мозайка. Ако кадърът е по-малък от листа хартия, той ще се повтаря на него няколко пъти."
#. xa7tq
#: sd/uiconfig/simpress/ui/impressprinteroptions.ui:427
@@ -7919,13 +7922,13 @@ msgstr "Указва, че искате да е разрешено дистан
#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:149
msgctxt "optimpressgeneralpage|enprsntconsfullscreen"
msgid "Fullscreen presenter console"
-msgstr ""
+msgstr "Конзола за водещия на цял екран"
#. BPu2B
#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:157
msgctxt "extended_tip|enprsntconsfullscreen"
msgid "Specifies that you want to show the Presenter Console in fullscreen mode."
-msgstr ""
+msgstr "Указва, че искате конзолата за водещия да се показва в режим на цял екран."
#. txHfw
#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:172
@@ -8189,79 +8192,79 @@ msgstr "Свързване на изображенията"
#: sd/uiconfig/simpress/ui/pmimagespage.ui:41
msgctxt "pmimagespage|STR_REMOVE_CROP_AREA"
msgid "_Delete cropped image areas"
-msgstr ""
+msgstr "Изтриване на подрязаните краища на изображения"
#. bw3Ac
#: sd/uiconfig/simpress/ui/pmimagespage.ui:55
msgctxt "pmimagespage|STR_EMBED_LINKED_GRAPHICS"
msgid "_Embed external images"
-msgstr ""
+msgstr "Вграждане на външните изображения"
#. vF2CP
#: sd/uiconfig/simpress/ui/pmimagespage.ui:76
msgctxt "pmimagespage|STR_IMAGE_RESOLUTION"
msgid "Reduce _image resolution"
-msgstr ""
+msgstr "По-малка разделителна способност"
#. aCEmS
#: sd/uiconfig/simpress/ui/pmimagespage.ui:92
msgctxt "pmimagespage|LB_RESOLUTION"
msgid "<no change>"
-msgstr ""
+msgstr "<без промяна>"
#. 7Jqdo
#: sd/uiconfig/simpress/ui/pmimagespage.ui:93
msgctxt "pmimagespage|LB_RESOLUTION"
msgid "96 DPI (screen resolution)"
-msgstr ""
+msgstr "96 т./инч (екран)"
#. JXujg
#: sd/uiconfig/simpress/ui/pmimagespage.ui:94
msgctxt "pmimagespage|LB_RESOLUTION"
msgid "150 DPI (projector resolution)"
-msgstr ""
+msgstr "150 т./инч (проектор)"
#. 76mBF
#: sd/uiconfig/simpress/ui/pmimagespage.ui:95
msgctxt "pmimagespage|LB_RESOLUTION"
msgid "300 DPI (print resolution)"
-msgstr ""
+msgstr "300 т./инч (печат)"
#. G5zaJ
#: sd/uiconfig/simpress/ui/pmimagespage.ui:96
msgctxt "pmimagespage|LB_RESOLUTION"
msgid "600 DPI (print resolution)"
-msgstr ""
+msgstr "600 т./инч (печат)"
#. 2hKhk
#: sd/uiconfig/simpress/ui/pmimagespage.ui:113
msgctxt "pmimagespage|STR_LOSSLESS_COMPRESSION"
msgid "_Lossless compression"
-msgstr ""
+msgstr "Компресия без загуби"
#. GLtSt
#: sd/uiconfig/simpress/ui/pmimagespage.ui:128
msgctxt "pmimagespage|STR_JPEG_COMPRESSION"
msgid "_JPEG compression"
-msgstr ""
+msgstr "Компресия JPEG"
#. 22Nif
#: sd/uiconfig/simpress/ui/pmimagespage.ui:152
msgctxt "pmimagespage|STR_IMAGE_RESOLUTION"
msgid "_Quality in %"
-msgstr ""
+msgstr "Качество в %"
#. xYnbA
#: sd/uiconfig/simpress/ui/pmimagespage.ui:187
msgctxt "pmimagespages|STR_GRAPHIC_OPTIMIZATION"
msgid "Choose settings for optimizing images"
-msgstr ""
+msgstr "Настройки за оптимизиране на изображения"
#. w6qX4
#: sd/uiconfig/simpress/ui/pminfodialog.ui:29
msgctxt "pminfodialog|ask"
msgid "_Open newly created presentation"
-msgstr ""
+msgstr "Отваряне на новосъздадената презентация"
#. 9HUiB
#: sd/uiconfig/simpress/ui/pmintropage.ui:40
@@ -8271,114 +8274,117 @@ msgid ""
"\n"
" At the last step of the wizard you can choose to apply the changes to the current presentation or to create an optimized new version of the presentation."
msgstr ""
+"Presentation Minimizer служи за намаляване файловия размер на текущата презентация. Изображенията ще бъдат компресирани, а данните, които вече не са необходими, ще бъдат отстранени.\n"
+"\n"
+"В последната стъпка на помощника може да изберете дали промените да се приложат върху текущото копие на презентацията или да се създаде ново."
#. WwLQG
#: sd/uiconfig/simpress/ui/pmintropage.ui:73
msgctxt "pmintropage:STR_REMOVE"
msgid "_Delete"
-msgstr ""
+msgstr "Изтриване"
#. NPMR9
#: sd/uiconfig/simpress/ui/pmintropage.ui:95
msgctxt "pmintropage|STR_CHOSE_SETTINGS"
msgid "_Choose settings for Presentation Minimizer"
-msgstr ""
+msgstr "Изберете настройки за Presentation Minimizer"
#. FtXuZ
#: sd/uiconfig/simpress/ui/pmintropage.ui:120
msgctxt "pmintropage|STR_INTRODUCTION"
msgid "Introduction"
-msgstr ""
+msgstr "Въведение"
#. kJS2d
#: sd/uiconfig/simpress/ui/pmobjectspage.ui:36
msgctxt "pmimagespage|STR_OLE_REPLACE"
msgid "Create static replacement images for OLE objects"
-msgstr ""
+msgstr "Заместване на OLE обектите със статични изображения"
#. LkYsy
#: sd/uiconfig/simpress/ui/pmobjectspage.ui:51
msgctxt "pmobjectspage|STR_ALL_OLE_OBJECTS"
msgid "For _all OLE objects"
-msgstr ""
+msgstr "За всички OLE обекти"
#. hocJG
#: sd/uiconfig/simpress/ui/pmobjectspage.ui:67
msgctxt "pmobjectspage|STR_ALIEN_OLE_OBJECTS_ONLY"
msgid "_For OLE objects not based on OpenDocument format"
-msgstr ""
+msgstr "За OLE обектите, които не са във формат OpenDocument"
#. CcCfe
#: sd/uiconfig/simpress/ui/pmobjectspage.ui:106
msgctxt "pmobjectspages|STR_OLE_OPTIMIZATION"
msgid "Choose settings for replacing OLE objects"
-msgstr ""
+msgstr "Изберете настройките за заместване на OLE обекти"
#. bRB3B
#: sd/uiconfig/simpress/ui/pmslidespage.ui:36
msgctxt "pmslidespage|STR_DELETE_MASTER_PAGES"
msgid "Delete unused _master slides"
-msgstr ""
+msgstr "Изтриване на неизползваните кадри образци"
#. wDvum
#: sd/uiconfig/simpress/ui/pmslidespage.ui:50
msgctxt "pmslidespage|STR_DELETE_HIDDEN_SLIDES"
msgid "Delete hidden _slides"
-msgstr ""
+msgstr "Изтриване на скритите кадри"
#. EoDRG
#: sd/uiconfig/simpress/ui/pmslidespage.ui:64
msgctxt "pmslidespage|STR_CUSTOM_SHOW"
msgid "Delete slides that are not used for the _custom slide show"
-msgstr ""
+msgstr "Изтриване кадрите извън потребителската прожекция"
#. TEzVE
#: sd/uiconfig/simpress/ui/pmslidespage.ui:97
msgctxt "pmslidespage|STR_DELETE_NOTES_PAGES"
msgid "_Clear notes"
-msgstr ""
+msgstr "Изчистване на бележките"
#. Jsmp2
#: sd/uiconfig/simpress/ui/pmslidespage.ui:115
msgctxt "pmslidespages|STR_CHOOSE_SLIDES"
msgid "Choose which slides to delete"
-msgstr ""
+msgstr "Изберете кадри за изтриване"
#. cBtLF
#: sd/uiconfig/simpress/ui/pmsummarypage.ui:47
msgctxt "pmsummarypage|STR_APPLY_TO_CURRENT"
msgid "_Apply changes to current presentation"
-msgstr ""
+msgstr "Прилагане на промените върху текущата презентация"
#. mBhDk
#: sd/uiconfig/simpress/ui/pmsummarypage.ui:63
msgctxt "pmsummarypage|STR_SAVE_AS"
msgid "_Duplicate presentation before applying changes"
-msgstr ""
+msgstr "Дублиране на презентацията преди промените"
#. PiAHE
#: sd/uiconfig/simpress/ui/pmsummarypage.ui:104
msgctxt "pmsummarypage|STR_SAVE_SETTINGS"
msgid "_Save settings as"
-msgstr ""
+msgstr "Записване настройките като"
#. ExrdK
#: sd/uiconfig/simpress/ui/pmsummarypage.ui:180
msgctxt "pmsummarypage|STR_CURRENT_FILESIZE"
msgid "Current file size:"
-msgstr ""
+msgstr "Текущ размер на файла:"
#. ZcrFM
#: sd/uiconfig/simpress/ui/pmsummarypage.ui:192
msgctxt "pmsummarypage|STR_ESTIMATED_FILESIZE"
msgid "Estimated new file size:"
-msgstr ""
+msgstr "Прогнозиран размер:"
#. Ubstx
#: sd/uiconfig/simpress/ui/pmsummarypage.ui:248
msgctxt "pmsummarypages|STR_SUMMARY_TITLE"
msgid "Choose where to apply the following changes"
-msgstr ""
+msgstr "Изберете къде да се приложат следните промени"
#. LAEo2
#: sd/uiconfig/simpress/ui/presentationdialog.ui:13
@@ -10022,73 +10028,73 @@ msgstr "Колони на ленти"
#: sd/uiconfig/simpress/ui/tabledesignpanel.ui:152
msgctxt "tabledesignpanel|menunew"
msgid "New"
-msgstr ""
+msgstr "Нов"
#. U5Noi
#: sd/uiconfig/simpress/ui/tabledesignpanel.ui:160
msgctxt "tabledesignpanel|menuclone"
msgid "Clone"
-msgstr ""
+msgstr "Клониране"
#. ZsSkp
#: sd/uiconfig/simpress/ui/tabledesignpanel.ui:168
msgctxt "tabledesignpanel|menudelete"
msgid "Delete"
-msgstr ""
+msgstr "Изтриване"
#. RWsRb
#: sd/uiconfig/simpress/ui/tabledesignpanel.ui:176
msgctxt "tabledesignpanel|menureset"
msgid "Reset"
-msgstr ""
+msgstr "Нулиране"
#. ZCDY2
#: sd/uiconfig/simpress/ui/tabledesignpanel.ui:184
msgctxt "tabledesignpanel|menuformat"
msgid "Format"
-msgstr ""
+msgstr "Форматиране"
#. 8myJL
#: sd/uiconfig/simpress/ui/tabledesignpanel.ui:194
msgctxt "tabledesignpanel|menufirstrow"
msgid "Header row..."
-msgstr ""
+msgstr "Заглавен ред..."
#. ZeuD3
#: sd/uiconfig/simpress/ui/tabledesignpanel.ui:202
msgctxt "tabledesignpanel|menulastrow"
msgid "Total row..."
-msgstr ""
+msgstr "Сумарен ред..."
#. 3yZqr
#: sd/uiconfig/simpress/ui/tabledesignpanel.ui:210
msgctxt "tabledesignpanel|menuoddrows"
msgid "Banded rows..."
-msgstr ""
+msgstr "Редове на ленти..."
#. JzTgZ
#: sd/uiconfig/simpress/ui/tabledesignpanel.ui:224
msgctxt "tabledesignpanel|menufirstcolumn"
msgid "First column..."
-msgstr ""
+msgstr "Първа колона..."
#. f5bFZ
#: sd/uiconfig/simpress/ui/tabledesignpanel.ui:232
msgctxt "tabledesignpanel|menulastcolumn"
msgid "Last column..."
-msgstr ""
+msgstr "Последна колона..."
#. MhPWp
#: sd/uiconfig/simpress/ui/tabledesignpanel.ui:240
msgctxt "tabledesignpanel|menuoddcolumns"
msgid "Banded columns..."
-msgstr ""
+msgstr "Колони на ленти..."
#. fUFnD
#: sd/uiconfig/simpress/ui/tabledesignpanel.ui:254
msgctxt "tabledesignpanel|menubody"
msgid "Other cells..."
-msgstr ""
+msgstr "Други клетки..."
#. FvyKu
#: sd/uiconfig/simpress/ui/templatedialog.ui:8
diff --git a/source/bg/svx/messages.po b/source/bg/svx/messages.po
index e01bf17740a..b28c7a9a930 100644
--- a/source/bg/svx/messages.po
+++ b/source/bg/svx/messages.po
@@ -4,7 +4,7 @@ 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: 2022-12-19 15:00+0100\n"
-"PO-Revision-Date: 2022-07-12 03:33+0000\n"
+"PO-Revision-Date: 2023-01-23 11:30+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_ui-master/svxmessages/bg/>\n"
"Language: bg\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.12.2\n"
"X-POOTLE-MTIME: 1562357387.000000\n"
#. 3GkZj
@@ -2417,7 +2417,7 @@ msgstr "Текст за размер напреки на размерната л
#: include/svx/strings.hrc:427
msgctxt "SIP_SA_MEASURETEXTUPSIDEDOWN"
msgid "Rotate dimension value by 180 degree"
-msgstr "Завъртане на размерната стойност на 180ø"
+msgstr "Завъртане на размерната стойност на 180°"
#. iFX7y
#: include/svx/strings.hrc:428
@@ -2429,7 +2429,7 @@ msgstr "Настъп на размерните линии"
#: include/svx/strings.hrc:429
msgctxt "SIP_SA_MEASUREUNIT"
msgid "Unit of measurement"
-msgstr ""
+msgstr "Мерна единица"
#. 2NBMp
#: include/svx/strings.hrc:430
@@ -2441,7 +2441,7 @@ msgstr "Допълнителен коефициент на мащабиране"
#: include/svx/strings.hrc:431
msgctxt "SIP_SA_MEASURESHOWUNIT"
msgid "Unit of measurement display"
-msgstr ""
+msgstr "Показване на мерната единица"
#. NFDC3
#: include/svx/strings.hrc:432
@@ -4756,7 +4756,7 @@ msgstr "Растерно изображение"
#: include/svx/strings.hrc:836
msgctxt "RID_SVXSTR_BMP79"
msgid "Kraft Paper"
-msgstr ""
+msgstr "Крафт хартия"
#. x5eiA
#: include/svx/strings.hrc:837
@@ -5682,7 +5682,7 @@ msgstr "Все още не е възстановен"
#: include/svx/strings.hrc:1019
msgctxt "RID_SVXSTR_WILLDISCARD"
msgid "Will be discarded"
-msgstr ""
+msgstr "Ще бъде отхвърлен"
#. EaAMF
#: include/svx/strings.hrc:1020
@@ -7407,43 +7407,43 @@ msgstr "Не бе възможно да се заредят всички обе
#: include/svx/strings.hrc:1329
msgctxt "RID_SVXSTR_TABLECELL_HINT"
msgid "Table cell address. Click to open Table Properties dialog."
-msgstr ""
+msgstr "Адрес на клетка от таблица. Щракнете, за да отворите диалога „Свойства на таблица“."
#. MG6GF
#: include/svx/strings.hrc:1330
msgctxt "RID_SVXSTR_SECTION_HINT"
msgid "Section name. Click to open Edit Sections dialog."
-msgstr ""
+msgstr "Име на раздел. Щракнете, за да отворите диалога „Редактиране на раздели“."
#. rLN6T
#: include/svx/strings.hrc:1331
msgctxt "RID_SVXSTR_TOC_HINT"
msgid "Table of Contents. Click to open Table of Contents dialog."
-msgstr ""
+msgstr "Съдържание. Щракнете, за да отворите диалога „Съдържание“."
#. gnk6E
#: include/svx/strings.hrc:1332
msgctxt "RID_SVXSTR_NUMBERING_HINT"
msgid "Numbering Level. Click to open Numbering dialog."
-msgstr ""
+msgstr "Ниво на номерация. Щракнете, за да отворите диалога „Номерация“."
#. aT6VC
#: include/svx/strings.hrc:1333
msgctxt "RID_SVXSTR_LIST_STYLE_HINT"
msgid "List Style and Level."
-msgstr ""
+msgstr "Стил на списък и ниво."
#. G5sCs
#: include/svx/strings.hrc:1334
msgctxt "RID_SVXSTR_FORMULA_HINT"
msgid "Formula"
-msgstr ""
+msgstr "Формула"
#. rBgY5
#: include/svx/strings.hrc:1335
msgctxt "RID_SVXSTR_ROW_COLUMN_HINT"
msgid "Row and Column"
-msgstr ""
+msgstr "Ред и колона"
#. Bc5Sg
#: include/svx/strings.hrc:1336
@@ -8331,7 +8331,7 @@ msgstr "Хангъл джамо"
#: include/svx/strings.hrc:1501
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended Additional"
-msgstr ""
+msgstr "Допълнителна разширена латиница"
#. uVYXp
#: include/svx/strings.hrc:1502
@@ -10077,43 +10077,43 @@ msgstr "Нотопис за знаменен разпев"
#: include/svx/strings.hrc:1792
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended-C"
-msgstr ""
+msgstr "Разширен арабски-C"
#. v2KBP
#: include/svx/strings.hrc:1793
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension H"
-msgstr ""
+msgstr "КЯК – унифицирани идеограми, разширение H"
#. VXDJy
#: include/svx/strings.hrc:1794
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-D"
-msgstr ""
+msgstr "Разширена кирилица-D"
#. aWGSA
#: include/svx/strings.hrc:1795
msgctxt "RID_SUBSETMAP"
msgid "Devanagari Extended-A"
-msgstr ""
+msgstr "Разширена деванагари-A"
#. BMCBt
#: include/svx/strings.hrc:1796
msgctxt "RID_SUBSETMAP"
msgid "Kaktovik Numerals"
-msgstr ""
+msgstr "Кактовикски цифри"
#. VUVDF
#: include/svx/strings.hrc:1797
msgctxt "RID_SUBSETMAP"
msgid "Kawi"
-msgstr ""
+msgstr "Протоявански"
#. EyKCr
#: include/svx/strings.hrc:1798
msgctxt "RID_SUBSETMAP"
msgid "Nag Mundari"
-msgstr ""
+msgstr "Наг мундари"
#. BGGvD
#: include/svx/strings.hrc:1800
@@ -13062,7 +13062,7 @@ msgstr "Проверка за достъпност"
#: svx/uiconfig/ui/accessibilitycheckdialog.ui:27
msgctxt "AccessibleCheckDialog|btn_rescan"
msgid "Rescan"
-msgstr ""
+msgstr "Ресканиране"
#. JgTnF
#: svx/uiconfig/ui/accessibilitycheckentry.ui:30
@@ -13104,7 +13104,7 @@ msgstr "Редактиране на пространства от имена..."
#: svx/uiconfig/ui/addconditiondialog.ui:164
msgctxt "addconditiondialog|extended_tip|edit"
msgid "Opens the Namespaces for Form dialog where you can add, edit, or delete namespaces."
-msgstr ""
+msgstr "Отваря диалога „Пространства от имена за формуляри“, в който можете да добавяте, редактирате или изтривате пространства от имена."
#. At9nJ
#: svx/uiconfig/ui/addconditiondialog.ui:191
@@ -14898,7 +14898,7 @@ msgstr "Светлосянка"
#: svx/uiconfig/ui/docking3deffects.ui:996
msgctxt "docking3deffects|extended_tip|slant"
msgid "Enter an angle from 0 to 90 degrees for an imaginary plane on which the shadow is cast."
-msgstr ""
+msgstr "Въведете наклон от 0 до 90 градуса за въображаемата равнина, върху която е хвърлена сянката."
#. 4yMr6
#: svx/uiconfig/ui/docking3deffects.ui:1015
@@ -15760,7 +15760,7 @@ msgstr "Отваря диалоговия прозорец „Замяна на
#: svx/uiconfig/ui/dockingfontwork.ui:47
msgctxt "dockingfontwork|off|tooltip_text"
msgid "Baseline Off"
-msgstr ""
+msgstr "Базова линия – изкл."
#. toQVa
#: svx/uiconfig/ui/dockingfontwork.ui:53
@@ -15844,7 +15844,7 @@ msgstr "Подравнява текста с левия край на базов
#: svx/uiconfig/ui/dockingfontwork.ui:203
msgctxt "dockingfontwork|center|tooltip_text"
msgid "Align Center"
-msgstr ""
+msgstr "Центрирано подравняване"
#. QvAnd
#: svx/uiconfig/ui/dockingfontwork.ui:209
@@ -15928,7 +15928,7 @@ msgstr "Показва или скрива кантовете на отделн
#: svx/uiconfig/ui/dockingfontwork.ui:401
msgctxt "dockingfontwork|noshadow|tooltip_text"
msgid "No Text Shadow"
-msgstr ""
+msgstr "Няма сянка на текста"
#. WfHcG
#: svx/uiconfig/ui/dockingfontwork.ui:407
@@ -15940,7 +15940,7 @@ msgstr "Премахва ефектите за сянка, приложени в
#: svx/uiconfig/ui/dockingfontwork.ui:419
msgctxt "dockingfontwork|vertical|tooltip_text"
msgid "Add Text Shadow"
-msgstr ""
+msgstr "Добавяне сянка на текста"
#. yAtee
#: svx/uiconfig/ui/dockingfontwork.ui:425
@@ -15952,7 +15952,7 @@ msgstr "Добавя сянка към текста в избрания обек
#: svx/uiconfig/ui/dockingfontwork.ui:437
msgctxt "dockingfontwork|slant|tooltip_text"
msgid "Slant Text Shadow"
-msgstr ""
+msgstr "Наклонена сянка на текста"
#. WxAZv
#: svx/uiconfig/ui/dockingfontwork.ui:443
@@ -15970,7 +15970,7 @@ msgstr "Разстояние - X"
#: svx/uiconfig/ui/dockingfontwork.ui:488
msgctxt "dockingfontwork|extended_tip|distancex"
msgid "Enter the horizontal distance between the text characters and the edge of the shadow or the angle of the shadow slant from vertical."
-msgstr ""
+msgstr "Въведете хоризонталното разстояние между знаците на текста и края на сянката или ъгъла на отклонение на сянката от вертикала."
#. FTYwo
#: svx/uiconfig/ui/dockingfontwork.ui:526
@@ -15982,7 +15982,7 @@ msgstr "Разстояние - Y"
#: svx/uiconfig/ui/dockingfontwork.ui:533
msgctxt "dockingfontwork|extended_tip|distancey"
msgid "Enter the vertical distance between the text characters and the edge of the shadow, or the size of the shadow in percent values of the character size."
-msgstr ""
+msgstr "Въведете вертикалното разстояние между знаците на текста и края на сянката или размера на сянката в проценти от размера на знаците."
#. MDpHx
#: svx/uiconfig/ui/dockingfontwork.ui:553
@@ -16066,19 +16066,19 @@ msgstr "Възстановяване на документ на %PRODUCTNAME %PR
#: svx/uiconfig/ui/docrecoveryrecoverdialog.ui:45
msgctxt "docrecoveryrecoverdialog|cancel"
msgid "_Discard All"
-msgstr ""
+msgstr "Отхвърляне на всички"
#. iqEKy
#: svx/uiconfig/ui/docrecoveryrecoverdialog.ui:60
msgctxt "docrecoveryrecoverdialog|next"
msgid "_Recover Selected"
-msgstr ""
+msgstr "Възстановяване на избраните"
#. P8cfU
#: svx/uiconfig/ui/docrecoveryrecoverdialog.ui:94
msgctxt "docrecoveryrecoverdialog|desc"
msgid "%PRODUCTNAME will attempt to recover the state of the files you were working on before it crashed. Click 'Recover Selected' to begin the process, or click 'Discard' to cancel the recovery."
-msgstr ""
+msgstr "%PRODUCTNAME ще се опита да възстанови файловете във вида им отпреди срива. Натиснете „Възстановяване на избраните“, за да започнете процеса, или „Отхвърляне“, за да отмените възстановяването."
#. B98AV
#: svx/uiconfig/ui/docrecoveryrecoverdialog.ui:109
@@ -16090,7 +16090,7 @@ msgstr "Състояние на възстановените документи:
#: svx/uiconfig/ui/docrecoveryrecoverdialog.ui:142
msgctxt "docrecoveryrecoverdialog|recoverft"
msgid "Recover Document"
-msgstr ""
+msgstr "Възстановяване на документ"
#. Cg9Xu
#: svx/uiconfig/ui/docrecoveryrecoverdialog.ui:175
@@ -17446,13 +17446,13 @@ msgstr "_Долен колонтитул"
#: svx/uiconfig/ui/headfootformatpage.ui:112
msgctxt "headfootformatpage|checkSameLR"
msgid "Same co_ntent on left and right pages"
-msgstr ""
+msgstr "Еднакво съдържание на леви и десни страници"
#. cADVE
#: svx/uiconfig/ui/headfootformatpage.ui:128
msgctxt "headfootformatpage|checkSameFP"
msgid "Same content on first _page"
-msgstr ""
+msgstr "Еднакво съдържание на първата страница"
#. 7EUPX
#: svx/uiconfig/ui/headfootformatpage.ui:147
@@ -17482,7 +17482,7 @@ msgstr "Д_инамично разстояние"
#: svx/uiconfig/ui/headfootformatpage.ui:252
msgctxt "headfootformatpage|labelHeight"
msgid "Heigh_t:"
-msgstr ""
+msgstr "Височина:"
#. z6W4N
#: svx/uiconfig/ui/headfootformatpage.ui:280
@@ -17494,7 +17494,7 @@ msgstr "_Автопобиране по височина"
#: svx/uiconfig/ui/headfootformatpage.ui:302
msgctxt "headfootformatpage|buttonMore"
msgid "_More..."
-msgstr ""
+msgstr "Още..."
#. XpdaZ
#: svx/uiconfig/ui/headfootformatpage.ui:316
diff --git a/source/bg/sw/messages.po b/source/bg/sw/messages.po
index 0ad55c22bd4..6b56d2dc377 100644
--- a/source/bg/sw/messages.po
+++ b/source/bg/sw/messages.po
@@ -4,7 +4,7 @@ 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: 2022-12-19 15:00+0100\n"
-"PO-Revision-Date: 2023-01-02 06:38+0000\n"
+"PO-Revision-Date: 2023-01-23 11:30+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_ui-master/swmessages/bg/>\n"
"Language: bg\n"
@@ -44,7 +44,7 @@ msgstr "Текстът на хипервръзката е същият като
#: sw/inc/AccessibilityCheckStrings.hrc:20
msgctxt "STR_HYPERLINK_TEXT_IS_SHORT"
msgid "Hyperlink text is too short."
-msgstr ""
+msgstr "Текстът на хипервръзката е твърде кратък."
#. xYUv3
#: sw/inc/AccessibilityCheckStrings.hrc:21
@@ -68,13 +68,13 @@ msgstr "Избягвайте бележки под линия."
#: sw/inc/AccessibilityCheckStrings.hrc:24
msgctxt "STR_AVOID_FAKE_FOOTNOTES"
msgid "Avoid fake footnotes."
-msgstr ""
+msgstr "Избягвайте фалшиви бележки под линия."
#. Ux9yR
#: sw/inc/AccessibilityCheckStrings.hrc:25
msgctxt "STR_AVOID_FAKE_CAPTIONS"
msgid "Avoid fake captions."
-msgstr ""
+msgstr "Избягвайте фалшиви надписи."
#. sg2MT
#: sw/inc/AccessibilityCheckStrings.hrc:26
@@ -86,25 +86,25 @@ msgstr "Избягвайте бележки в края на текста."
#: sw/inc/AccessibilityCheckStrings.hrc:27
msgctxt "STR_AVOID_BACKGROUND_IMAGES"
msgid "Avoid background images."
-msgstr ""
+msgstr "Избягвайте фонови изображения."
#. vD267
#: sw/inc/AccessibilityCheckStrings.hrc:28
msgctxt "STR_AVOID_NEWLINES_SPACE"
msgid "Avoid newlines to create space."
-msgstr ""
+msgstr "Избягвайте да създавате пространство с нови редове."
#. Dp49m
#: sw/inc/AccessibilityCheckStrings.hrc:29
msgctxt "STR_AVOID_SPACES_SPACE"
msgid "Avoid spaces to create space."
-msgstr ""
+msgstr "Избягвайте да създавате пространство с интервали."
#. g5bQv
#: sw/inc/AccessibilityCheckStrings.hrc:30
msgctxt "STR_AVOID_TABS_FORMATTING"
msgid "Avoid using tabs for formatting."
-msgstr ""
+msgstr "Избягвайте да използвате табулация за форматиране."
#. qhNEG
#: sw/inc/AccessibilityCheckStrings.hrc:31
@@ -152,7 +152,7 @@ msgstr "Избягвайте обектите на Fontwork в документ
#: sw/inc/AccessibilityCheckStrings.hrc:38
msgctxt "STR_TABLE_FORMATTING"
msgid "Avoid using empty table cells for formatting."
-msgstr ""
+msgstr "Избягвайте да използвате празни таблични клетки за форматиране."
#. UWv4T
#: sw/inc/AccessibilityCheckStrings.hrc:40
@@ -3901,7 +3901,7 @@ msgstr "Номерация на глави"
#: sw/inc/strings.hrc:302
msgctxt "STR_STATSTR_SWTRANSLATE"
msgid "Translating document..."
-msgstr ""
+msgstr "Документът се превежда..."
#. 8mutJ
#. To translators: $1 == will be replaced by STR_WORDCOUNT_WORDARG, and $2 by STR_WORDCOUNT_COLARG
@@ -6068,31 +6068,31 @@ msgstr "Превключване"
#: sw/inc/strings.hrc:679
msgctxt "STR_OUTLINE_CONTENT_VISIBILITY_SHOW_ALL"
msgid "Unfold All"
-msgstr "Разгъване на всичко"
+msgstr "Разгъване на всички"
#. Cj4js
#: sw/inc/strings.hrc:680
msgctxt "STR_OUTLINE_CONTENT_VISIBILITY_HIDE_ALL"
msgid "Fold All"
-msgstr "Свиване на всичко"
+msgstr "Нагъване на всички"
#. ed86f
#: sw/inc/strings.hrc:681
msgctxt "STR_OUTLINE_LEVELS_SHOWN_TITLE"
msgid "Show Outline Content to Level"
-msgstr ""
+msgstr "Показване съдържанието на плана до ниво"
#. m9cHS
#: sw/inc/strings.hrc:682
msgctxt "STR_OUTLINE_LEVELS_SHOWN_SPIN_LABEL"
msgid "Level (1 - 10)"
-msgstr ""
+msgstr "Ниво (1 – 10)"
#. TWsiq
#: sw/inc/strings.hrc:683
msgctxt "STR_OUTLINE_LEVELS_SHOWN_HELP_LABEL"
msgid "Enter the maximum outline level to show content for."
-msgstr ""
+msgstr "Въведете максималното ниво от плана, за което да се показва съдържание."
#. 9Fipd
#: sw/inc/strings.hrc:685
@@ -7120,67 +7120,67 @@ msgstr "Всички файлове"
#: sw/inc/strings.hrc:868
msgctxt "STR_FILTER_ALL_DATA"
msgid "Address lists"
-msgstr ""
+msgstr "Списъци с адреси"
#. Wjpry
#: sw/inc/strings.hrc:869
msgctxt "STR_FILTER_SXB"
msgid "%PRODUCTNAME Base"
-msgstr ""
+msgstr "%PRODUCTNAME Base"
#. CVU2n
#: sw/inc/strings.hrc:870
msgctxt "STR_FILTER_SXC"
msgid "%PRODUCTNAME Calc"
-msgstr ""
+msgstr "%PRODUCTNAME Calc"
#. ccsQt
#: sw/inc/strings.hrc:871
msgctxt "STR_FILTER_SXW"
msgid "%PRODUCTNAME Writer"
-msgstr ""
+msgstr "%PRODUCTNAME Writer"
#. Jwqok
#: sw/inc/strings.hrc:872
msgctxt "STR_FILTER_DBF"
msgid "dBase"
-msgstr ""
+msgstr "dBase"
#. wEWC3
#: sw/inc/strings.hrc:873
msgctxt "STR_FILTER_XLS"
msgid "Microsoft Excel"
-msgstr ""
+msgstr "Microsoft Excel"
#. e3ndC
#: sw/inc/strings.hrc:874
msgctxt "STR_FILTER_DOC"
msgid "Microsoft Word"
-msgstr ""
+msgstr "Microsoft Word"
#. 9aA4Y
#: sw/inc/strings.hrc:875
msgctxt "STR_FILTER_TXT"
msgid "Plain text"
-msgstr ""
+msgstr "Обикновен текст"
#. 5iEeN
#: sw/inc/strings.hrc:876
msgctxt "STR_FILTER_CSV"
msgid "Text Comma Separated"
-msgstr ""
+msgstr "Текст с разделител запетая"
#. D8MYt
#: sw/inc/strings.hrc:877
msgctxt "STR_FILTER_MDB"
msgid "Microsoft Access"
-msgstr ""
+msgstr "Microsoft Access"
#. nRKEu
#: sw/inc/strings.hrc:878
msgctxt "STR_FILTER_ACCDB"
msgid "Microsoft Access 2007"
-msgstr ""
+msgstr "Microsoft Access 2007"
#. uDNRt
#: sw/inc/strings.hrc:879
@@ -8230,6 +8230,8 @@ msgid ""
"Status of the accessibility check.\n"
"Number of issues found: %issues%."
msgstr ""
+"Състояние на проверката за достъпност.\n"
+"Брой открити проблеми: %issues%."
#. jQAym
#. Strings for textual attributes.
@@ -9365,7 +9367,7 @@ msgstr "Страница "
#: sw/inc/strings.hrc:1295
msgctxt "STR_PAGES_TWO_CONJUNCTION"
msgid "and"
-msgstr ""
+msgstr "и"
#. 3DpEx
#: sw/inc/strings.hrc:1296
@@ -9377,43 +9379,43 @@ msgstr "Страница %1 от %2"
#: sw/inc/strings.hrc:1297
msgctxt "STR_PAGE_COUNT_EXTENDED"
msgid "Page %1 of %2 [Page %3]"
-msgstr ""
+msgstr "Страница %1 от %2 [страница %3]"
#. gqFYf
#: sw/inc/strings.hrc:1298
msgctxt "STR_PAGES_COUNT"
msgid "Pages %1 - %2 of %3"
-msgstr ""
+msgstr "Страници %1 – %2 от %3"
#. BqLqv
#: sw/inc/strings.hrc:1299
msgctxt "STR_PAGES_COUNT_EXTENDED"
msgid "Pages %1 - %2 of %3 [Pages %4 - %5]"
-msgstr ""
+msgstr "Страници %1 – %2 от %3 [страници %4 – %5]"
#. FjgDc
#: sw/inc/strings.hrc:1300
msgctxt "STR_PAGE_COUNT_CUSTOM"
msgid "Page %1 (%2) of %3"
-msgstr ""
+msgstr "Страница %1 (%2) от %3"
#. jBinK
#: sw/inc/strings.hrc:1301
msgctxt "STR_PAGE_COUNT_CUSTOM_EXTENDED"
msgid "Page %1 (%2) of %3 [Page %4 (%5)]"
-msgstr ""
+msgstr "Страница %1 (%2) от %3 [страница %4 (%5)]"
#. 5EAe9
#: sw/inc/strings.hrc:1302
msgctxt "STR_PAGES_COUNT_CUSTOM"
msgid "Pages %1 - %2 (%3 - %4) of %5"
-msgstr ""
+msgstr "Страници %1 – %2 (%3 – %4) от %5"
#. 6pfhH
#: sw/inc/strings.hrc:1303
msgctxt "STR_PAGES_COUNT_CUSTOM_EXTENDED"
msgid "Pages %1 - %2 (%3 - %4) of %5 [Pages %6 - %7 (%8 - %9)]"
-msgstr ""
+msgstr "Страници %1 – %2 (%3 – %4) от %5 [страници %6 – %7 (%8 – %9)]"
#. a7tDc
#: sw/inc/strings.hrc:1304
@@ -9874,7 +9876,7 @@ msgstr "Търсеният низ е заменен XX пъти."
#: sw/inc/strings.hrc:1392
msgctxt "STR_SEARCH_KEY_FOUND_TIMES"
msgid "Search key found %1 times."
-msgstr ""
+msgstr "Търсеният низ е намерен %1 пъти."
#. fgywB
#: sw/inc/strings.hrc:1393
@@ -10122,13 +10124,13 @@ msgstr "%1 копие "
#: sw/inc/strings.hrc:1455
msgctxt "STR_INFORODLG_FOLDED_PRIMARY"
msgid "You are trying to delete folded (hidden) content."
-msgstr ""
+msgstr "Опитвате се да изтриете нагънато (скрито) съдържание."
#. h2E9u
#: sw/inc/strings.hrc:1456
msgctxt "STR_INFORODLG_FOLDED_SECONDARY"
msgid "To delete this content, first unfold it so you can see what you intend to delete."
-msgstr ""
+msgstr "За да изтриете това съдържание, първо го разгънете, за да видите какво се готвите да изтриете."
#. YiRsr
#: sw/inc/utlui.hrc:29
@@ -11550,7 +11552,7 @@ msgstr "Уебсайт/е-поща:"
#: sw/uiconfig/swriter/ui/businessdatapage.ui:121
msgctxt "businessdatapage|company-atkobject"
msgid "Company"
-msgstr ""
+msgstr "Компания"
#. Lw69w
#: sw/uiconfig/swriter/ui/businessdatapage.ui:122
@@ -11562,7 +11564,7 @@ msgstr "В това поле въведете името на вашата ко
#: sw/uiconfig/swriter/ui/businessdatapage.ui:153
msgctxt "businessdatapage|position-atkobject"
msgid "Position"
-msgstr ""
+msgstr "Длъжност"
#. QGc4K
#: sw/uiconfig/swriter/ui/businessdatapage.ui:154
@@ -11574,7 +11576,7 @@ msgstr "В това поле въведете позицията си в ком
#: sw/uiconfig/swriter/ui/businessdatapage.ui:184
msgctxt "businessdatapage|fax-atkobject"
msgid "Fax number"
-msgstr ""
+msgstr "Факс номер"
#. hCy4G
#: sw/uiconfig/swriter/ui/businessdatapage.ui:185
@@ -11598,7 +11600,7 @@ msgstr "Уебстраница на компанията"
#: sw/uiconfig/swriter/ui/businessdatapage.ui:236
msgctxt "businessdatapage|email-atkobject"
msgid "Email address"
-msgstr ""
+msgstr "Адрес за е-поща"
#. 6qLuv
#: sw/uiconfig/swriter/ui/businessdatapage.ui:237
@@ -11616,7 +11618,7 @@ msgstr "Компания (2-ри ред):"
#: sw/uiconfig/swriter/ui/businessdatapage.ui:281
msgctxt "businessdatapage|company2-atkobject"
msgid "Company second line"
-msgstr ""
+msgstr "Компания, втори ред"
#. MrShX
#: sw/uiconfig/swriter/ui/businessdatapage.ui:282
@@ -11658,7 +11660,7 @@ msgstr "В това поле въведете пощенския код на к
#: sw/uiconfig/swriter/ui/businessdatapage.ui:376
msgctxt "businessdatapage|slogan-atkobject"
msgid "Slogan"
-msgstr ""
+msgstr "Девиз"
#. iVLAA
#: sw/uiconfig/swriter/ui/businessdatapage.ui:377
@@ -11670,7 +11672,7 @@ msgstr "Девиз на компанията"
#: sw/uiconfig/swriter/ui/businessdatapage.ui:408
msgctxt "businessdatapage|country-atkobject"
msgid "Country"
-msgstr ""
+msgstr "Държава"
#. GAi2c
#: sw/uiconfig/swriter/ui/businessdatapage.ui:409
@@ -11682,7 +11684,7 @@ msgstr "Държава на компанията"
#: sw/uiconfig/swriter/ui/businessdatapage.ui:427
msgctxt "businessdatapage|state-atkobject"
msgid "State"
-msgstr ""
+msgstr "Щат/област"
#. ZFNQd
#: sw/uiconfig/swriter/ui/businessdatapage.ui:428
@@ -11700,7 +11702,7 @@ msgstr "Телефон/мобилен:"
#: sw/uiconfig/swriter/ui/businessdatapage.ui:473
msgctxt "businessdatapage|phone-atkobject"
msgid "Phone"
-msgstr ""
+msgstr "Телефон"
#. Cbfw6
#: sw/uiconfig/swriter/ui/businessdatapage.ui:474
@@ -11712,7 +11714,7 @@ msgstr "Въведете служебен телефонен номер."
#: sw/uiconfig/swriter/ui/businessdatapage.ui:492
msgctxt "businessdatapage|mobile-atkobject"
msgid "Mobile"
-msgstr ""
+msgstr "Мобилен телефон"
#. ppLsf
#: sw/uiconfig/swriter/ui/businessdatapage.ui:493
@@ -11730,7 +11732,7 @@ msgstr "Улица:"
#: sw/uiconfig/swriter/ui/businessdatapage.ui:537
msgctxt "businessdatapage|street-atkobject"
msgid "Street"
-msgstr ""
+msgstr "Улица"
#. A4FvA
#: sw/uiconfig/swriter/ui/businessdatapage.ui:538
diff --git a/source/ca/chart2/messages.po b/source/ca/chart2/messages.po
index 2df4735697c..2216166a0ee 100644
--- a/source/ca/chart2/messages.po
+++ b/source/ca/chart2/messages.po
@@ -4,7 +4,7 @@ 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: 2022-11-22 14:43+0100\n"
-"PO-Revision-Date: 2022-11-25 12:34+0000\n"
+"PO-Revision-Date: 2023-01-23 11:30+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_ui-master/chart2messages/ca/>\n"
"Language: ca\n"
@@ -4505,7 +4505,7 @@ msgstr "Angle inicial"
#: chart2/uiconfig/ui/tp_PolarOptions.ui:152
msgctxt "tp_PolarOptions|CB_INCLUDE_HIDDEN_CELLS_POLAR"
msgid "Include _values from hidden cells"
-msgstr "Inclou els _valors de les cel·les ocultes"
+msgstr "Inclou els _valors de les cel·les amagades"
#. F5FTp
#: chart2/uiconfig/ui/tp_PolarOptions.ui:166
@@ -4985,7 +4985,7 @@ msgstr "Per a cada valor que falti, es mostrarà la interpolació a partir dels
#: chart2/uiconfig/ui/tp_SeriesToAxis.ui:355
msgctxt "tp_SeriesToAxis|CB_INCLUDE_HIDDEN_CELLS"
msgid "Include _values from hidden cells"
-msgstr "Inclou els _valors de les cel·les ocultes"
+msgstr "Inclou els _valors de les cel·les amagades"
#. vEDHo
#: chart2/uiconfig/ui/tp_SeriesToAxis.ui:364
diff --git a/source/ca/helpcontent2/source/text/sbasic/guide.po b/source/ca/helpcontent2/source/text/sbasic/guide.po
index 95041d88052..cb2685e5dd6 100644
--- a/source/ca/helpcontent2/source/text/sbasic/guide.po
+++ b/source/ca/helpcontent2/source/text/sbasic/guide.po
@@ -4,7 +4,7 @@ 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: 2022-12-07 19:22+0100\n"
-"PO-Revision-Date: 2022-12-19 14:18+0000\n"
+"PO-Revision-Date: 2023-01-23 11:28+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-master/textsbasicguide/ca/>\n"
"Language: ca\n"
@@ -195,7 +195,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Basic to Python"
-msgstr "De Basic a Python"
+msgstr "De BASIC a Python"
#. eoGBT
#: basic_2_python.xhp
@@ -267,7 +267,7 @@ msgctxt ""
"N0437\n"
"help.text"
msgid "A reasonable exposure to %PRODUCTNAME Basic and to <link href=\"https://api.libreoffice.org/\">Application Programming Interface (API)</link> features is recommended prior to perform inter-language calls from Basic to Python, to JavaScript or any other script engine."
-msgstr "És recomanable familiaritzar-se amb les característiques de %PRODUCTNAME Basic i la <link href=\"https://api.libreoffice.org/\">interfície de programació d'aplicacions (API)</link> abans de fer crides de Basic a Python, JavaScript o un altre motor de scripts."
+msgstr "És recomanable familiaritzar-se amb les prestacions del BASIC del %PRODUCTNAME i la <link href=\"https://api.libreoffice.org/\">interfície de programació d'aplicacions (API)</link> abans de fer crides de BASIC a Python, JavaScript o un altre motor de scripts."
#. 4jY8s
#: basic_2_python.xhp
diff --git a/source/ca/helpcontent2/source/text/scalc/01.po b/source/ca/helpcontent2/source/text/scalc/01.po
index 88dadc58c36..e0f579a6088 100644
--- a/source/ca/helpcontent2/source/text/scalc/01.po
+++ b/source/ca/helpcontent2/source/text/scalc/01.po
@@ -4,7 +4,7 @@ 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: 2022-12-08 19:46+0100\n"
-"PO-Revision-Date: 2023-01-08 10:41+0000\n"
+"PO-Revision-Date: 2023-01-23 11:27+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-master/textscalc01/ca/>\n"
"Language: ca\n"
@@ -43400,13 +43400,12 @@ msgstr "<link href=\"text/scalc/01/05030300.xhp\">Amaga</link>"
#. efsZE
#: 05030300.xhp
-#, fuzzy
msgctxt ""
"05030300.xhp\n"
"par_id3156281\n"
"help.text"
msgid "<ahelp hid=\".\">Hides selected rows, columns or individual sheets.</ahelp>"
-msgstr "<unk>GA oculta les files columnes seleccionades o fulls individuals.</ahelp>"
+msgstr "<ahelp hid=\".\">Amaga les files, columnes o fulls individuals que s'hagin seleccionat.</ahelp>"
#. MJRUG
#: 05030300.xhp
diff --git a/source/ca/helpcontent2/source/text/shared/00.po b/source/ca/helpcontent2/source/text/shared/00.po
index 771f695c405..8b28ff2a2a0 100644
--- a/source/ca/helpcontent2/source/text/shared/00.po
+++ b/source/ca/helpcontent2/source/text/shared/00.po
@@ -4,7 +4,7 @@ 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: 2022-12-07 19:22+0100\n"
-"PO-Revision-Date: 2023-01-08 10:42+0000\n"
+"PO-Revision-Date: 2023-01-23 11:28+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-master/textshared00/ca/>\n"
"Language: ca\n"
@@ -9528,7 +9528,7 @@ msgctxt ""
"par_id3148418\n"
"help.text"
msgid "<variable id=\"etopsonstiges\">Open a presentation document, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Impress/%PRODUCTNAME Draw - General</emph>.</variable>"
-msgstr "<variable id=\"etopsonstiges\"> Obre un document de presentació trieu <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferències</emph></caseinline><defaultinline><emph>Eines - Opcions</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Impress/<unk>PRODUCTNAME Draw - General</emph></variable>"
+msgstr "<variable id=\"etopsonstiges\">Obriu un document de presentació i trieu <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME ▸ Preferències</emph></caseinline><defaultinline><emph>Eines ▸ Opcions</emph></defaultinline></switchinline><emph> ▸ %PRODUCTNAME Impress/%PRODUCTNAME Draw ▸ General</emph></variable>"
#. uGQBp
#: 00000406.xhp
@@ -9537,7 +9537,7 @@ msgctxt ""
"par_id3150380\n"
"help.text"
msgid "<variable id=\"etopas\">Open a presentation document, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Impress/%PRODUCTNAME Draw - View</emph>.</variable>"
-msgstr "<variable id=\"etopas\">Obre un document de presentació trieu <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferències</emph></caseinline><defaultinline><emph>Eines - Opcions</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Impress/%PRODUCTNAME Draw - Visualitza</emph>.</variable>"
+msgstr "<variable id=\"etopas\">Obre un document de presentació i trieu <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME ▸ Preferències</emph></caseinline><defaultinline><emph>Eines ▸ Opcions</emph></defaultinline></switchinline><emph> ▸ %PRODUCTNAME Impress/%PRODUCTNAME Draw ▸ Visualització</emph>.</variable>"
#. EjNLJ
#: 00000406.xhp
@@ -10869,13 +10869,12 @@ msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">Trieu la pesta
#. 93Zxq
#: 00040500.xhp
-#, fuzzy
msgctxt ""
"00040500.xhp\n"
"par_id3155915\n"
"help.text"
msgid "Menu <emph>Format - Paragraph</emph> - <emph>Border</emph> tab - <emph>Padding</emph>."
-msgstr "Menú <emph>Format - Paràgraf</emph> - Vora <emph>pestanya</emph> - Farciment</emph> del XYG."
+msgstr "Menú <emph>Format ▸ Paràgraf</emph> ▸ pestanya <emph>Vora</emph> ▸ <emph>Separació</emph>."
#. oErGE
#: 00040500.xhp
diff --git a/source/ca/helpcontent2/source/text/shared/01.po b/source/ca/helpcontent2/source/text/shared/01.po
index a296361fe8d..c25e5fc433c 100644
--- a/source/ca/helpcontent2/source/text/shared/01.po
+++ b/source/ca/helpcontent2/source/text/shared/01.po
@@ -4,7 +4,7 @@ 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: 2022-12-07 19:22+0100\n"
-"PO-Revision-Date: 2023-01-09 10:28+0000\n"
+"PO-Revision-Date: 2023-01-23 11:28+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-master/textshared01/ca/>\n"
"Language: ca\n"
@@ -9194,7 +9194,7 @@ msgctxt ""
"par_id5311440\n"
"help.text"
msgid "For a full list of supported metacharacters and syntax, see <link href=\"https://unicode-org.github.io/icu/userguide/strings/regexp.html#regular-expression-metacharacters\">ICU Regular Expressions documentation</link>"
-msgstr ""
+msgstr "Per a una llista completa dels metacaràcters i llur sintaxi, vegeu la <link href=\"https://unicode-org.github.io/icu/userguide/strings/regexp.html#regular-expression-metacharacters\">documentació sobre les expressions regulars de l'ICU</link> (en anglès)."
#. HvC9Q
#: 02100001.xhp
@@ -12839,7 +12839,7 @@ msgctxt ""
"par_id3149150\n"
"help.text"
msgid "<ahelp hid=\"modules/scalc/ui/showchangesdialog/showchanges\">Shows or hides recorded changes.</ahelp>"
-msgstr "<ahelp hid=\"modules/scalc/ui/showchangesdialog/showchanges\">mostra o oculta els canvis registrats.</ahelp>"
+msgstr "<ahelp hid=\"modules/scalc/ui/showchangesdialog/showchanges\">Mostra o amaga els canvis registrats.</ahelp>"
#. ECraQ
#: 02230200.xhp
@@ -12965,7 +12965,7 @@ msgctxt ""
"par_id3148983\n"
"help.text"
msgid "<variable id=\"kommentartext\"><ahelp hid=\".\">Enter a comment for the recorded change.</ahelp> </variable>"
-msgstr ""
+msgstr "<variable id=\"kommentartext\"><ahelp hid=\".\">Introduïu un comentari per al comentari enregistrat.</ahelp></variable>"
#. C9xGD
#: 02230300.xhp
@@ -15121,23 +15121,21 @@ msgstr "Visualització dels comentaris"
#. UAKqv
#: 04050000.xhp
-#, fuzzy
msgctxt ""
"04050000.xhp\n"
"par_id61565980600884\n"
"help.text"
msgid "Use <menuitem>View - Comments</menuitem> to show or hide all comments in spreadsheets."
-msgstr "Utilitzeu <menuitem>View - Comentaris</menuitem> per mostrar o ocultar tots els comentaris en fulls de càlcul."
+msgstr "Utilitzeu <menuitem>Visualitza ▸ Comentaris</menuitem> per a mostrar o amagar tots els comentaris als fulls de càlcul."
#. PsCjS
#: 04050000.xhp
-#, fuzzy
msgctxt ""
"04050000.xhp\n"
"par_id171565980454842\n"
"help.text"
msgid "Use <menuitem>View - Comments</menuitem> to show or hide all anchor comments on the top of the page."
-msgstr "Utilitzeu <menuitem>View - Comentaris</menuitem> per mostrar o ocultar tots els comentaris d'ancoratge a la part superior de la pàgina."
+msgstr "Utilitzeu <menuitem>Visualitza ▸ Comentaris</menuitem> per a mostrar o amagar tots els comentaris d'ancoratge a la part superior de la pàgina."
#. zBnvM
#: 04050000.xhp
@@ -51021,23 +51019,21 @@ msgstr "<unk>GA enganxar;text sense format</bookmarkvalue><bookmarkvalue>enganxa
#. 2QZT3
#: pasteunformatted.xhp
-#, fuzzy
msgctxt ""
"pasteunformatted.xhp\n"
"hd_id41584805874368\n"
"help.text"
msgid "<variable id=\"pasteunformattedh1\"><link href=\"text/shared/01/pasteunformatted.xhp\">Paste Unformatted Text</link></variable>"
-msgstr "<unk>GA<link href=\"text/shared/01/pasteunformatted.xhp\">Enganxa text sense format</link></variable>"
+msgstr "<variable id=\"pasteunformattedh1\"><link href=\"text/shared/01/pasteunformatted.xhp\">Enganxa text sense formatació</link></variable>"
#. euzNe
#: pasteunformatted.xhp
-#, fuzzy
msgctxt ""
"pasteunformatted.xhp\n"
"par_id41584805874371\n"
"help.text"
msgid "<ahelp hid=\".\">Paste only the text contents, without any formatting.</ahelp>"
-msgstr "<unk>GA Enganxa només el contingut del text sense cap format.</ahelp>"
+msgstr "<ahelp hid=\".\">Enganxa només el contingut del text, sense cap formatació.</ahelp>"
#. HuYM5
#: profile_safe_mode.xhp
diff --git a/source/ca/helpcontent2/source/text/shared/optionen.po b/source/ca/helpcontent2/source/text/shared/optionen.po
index 3dc189dd3eb..65fb2a3457d 100644
--- a/source/ca/helpcontent2/source/text/shared/optionen.po
+++ b/source/ca/helpcontent2/source/text/shared/optionen.po
@@ -4,7 +4,7 @@ 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: 2022-12-07 19:22+0100\n"
-"PO-Revision-Date: 2023-01-08 10:41+0000\n"
+"PO-Revision-Date: 2023-01-23 11:28+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-master/textsharedoptionen/ca/>\n"
"Language: ca\n"
@@ -2059,7 +2059,7 @@ msgctxt ""
"par_id3147323\n"
"help.text"
msgid "<ahelp hid=\"cui/ui/editdictionarydialog/replace\">This input field is only available if you are editing an exception dictionary or a language-dependent custom dictionary. In exception dictionaries, the field shows the alternative suggestion for the current word in the \"Word\" text box. In language-dependent custom dictionaries, the field contains a known root word, as a model of affixation of the new word or its usage in compound words. For example, in a German custom dictionary, the new word “Litschi” (lychee) with the model word “Gummi” (gum) will result recognition of “Litschis” (lychees), “Litschibaum” (lychee tree), “Litschifrucht” (lychee fruit) etc.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/editdictionarydialog/replace\">Aquest camp d'entrada només està disponible si esteu editant un diccionari d'excepció o un diccionari personalitzat dependent de la llengua. En els diccionaris d'excepció el camp mostra el suggeriment alternatiu per a la paraula actual en el quadre de text «Word». En els diccionaris personalitzats dependents de l'idioma el camp conté una paraula arrel coneguda com a model d'afició de la paraula nova «Litschi» (lychee) amb la paraula «Litschi» (lychees) «Litschibaum» (lychee) «Litschibaum» (lychee tree) «Litschifrucht» (lychee fruct) etc."
+msgstr "<ahelp hid=\"cui/ui/editdictionarydialog/replace\">Aquest camp d'entrada només està disponible si esteu editant un diccionari d'excepció o un diccionari personalitzat dependent de la llengua. En els diccionaris d'excepció el camp mostra el suggeriment alternatiu per a la paraula actual en el quadre de text «Word». En els diccionaris personalitzats dependents de l'idioma el camp conté una paraula arrel coneguda com a model d'afició de la paraula nova «Litschi» (lychee) amb la paraula «Litschi» (lychees) «Litschibaum» (lychee) «Litschibaum» (lychee tree) «Litschifrucht» (lychee fruct) etc.</ahelp>"
#. SuYV9
#: 01010400.xhp
@@ -3606,7 +3606,7 @@ msgctxt ""
"par_id190920161825438077\n"
"help.text"
msgid "<ahelp hid=\"cui/ui/optviewpage/notebookbariconsize\">Specifies the display size of <link href=\"text/shared/01/notebook_bar.xhp\">notebook bar</link> icons.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/optviewpage/notebookbariconsize\">Especifica la mida de visualització de les icones de la <link href=\"text/shared/01/notebook_bar.xhp\">barra de notes</ahelp>."
+msgstr "<ahelp hid=\"cui/ui/optviewpage/notebookbariconsize\">Especifica la mida de visualització de les icones de la <link href=\"text/shared/01/notebook_bar.xhp\">barra de notes</link></ahelp>."
#. CTALB
#: 01010800.xhp
@@ -4533,13 +4533,12 @@ msgstr "Per aplicar un color a un element d'interfície d'usuari <emph></emph> a
#. LRXwH
#: 01012000.xhp
-#, fuzzy
msgctxt ""
"01012000.xhp\n"
"par_id3155430\n"
"help.text"
msgid "Some <emph>user interface elements</emph> cannot be hidden."
-msgstr "Alguns elements de la interfície d'usuari <emph></emph> no es poden ocultar."
+msgstr "Determinats <emph>elements de la interfície d'usuari</emph> no es poden amagar."
#. ebKkM
#: 01012000.xhp
@@ -5944,13 +5943,12 @@ msgstr "Paràgrafs amagats"
#. QDXAP
#: 01040200.xhp
-#, fuzzy
msgctxt ""
"01040200.xhp\n"
"par_id3149418\n"
"help.text"
msgid "<ahelp hid=\"modules/swriter/ui/optformataidspage/hiddenparafield\">Display paragraphs that contain a <emph>Hidden Paragraph</emph> field.</ahelp> This option has the same function as the menu command <switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/swriter/01/03140000.xhp\"><menuitem>View - Field Hidden Paragraphs</menuitem></link></caseinline><defaultinline>View - Hidden Paragraphs</defaultinline></switchinline>."
-msgstr "<ahelp hid=\"modules/swriter/ui/optformataidspage/hiddenparafield\">Mostra els paràgrafs que contenen un camp</emph> de paràgraf ocult <emph>.</ahelp> Aquesta opció té la mateixa funció que l'ordre de menú <switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/swriter/01/03140000.xhp\"><menuitem> Visualitza - Paràgrafs ocults</menuitem></link></caseinline>Vista<defaultinline>- Paràgrafs ocults</defaultinline></switchinline> ."
+msgstr "<ahelp hid=\"modules/swriter/ui/optformataidspage/hiddenparafield\">Mostra els paràgrafs que contenen un camp de <emph>paràgraf amagat </emph>.</ahelp> Aquesta opció té la mateixa funció que l'ordre de menú <switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/swriter/01/03140000.xhp\"><menuitem>Visualitza ▸ Paràgrafs amagats</menuitem></link></caseinline><defaultinline>Visualitza ▸ Paràgrafs amagats</defaultinline></switchinline>."
#. 5TDVz
#: 01040200.xhp
@@ -6085,7 +6083,7 @@ msgctxt ""
"hd_id211624630375989\n"
"help.text"
msgid "Include sub levels"
-msgstr ""
+msgstr "Inclou els subnivells"
#. GyAV9
#: 01040200.xhp
@@ -6899,13 +6897,12 @@ msgstr "Per exemple si una cel·la conté un valor de data i té el seu format d
#. S6XTv
#: 01040500.xhp
-#, fuzzy
msgctxt ""
"01040500.xhp\n"
"par_id961520546165825\n"
"help.text"
msgid "When <emph>Number format recognition</emph> is marked, input numbers sets the cell format to the recognized number category."
-msgstr "Quan es marca el reconeixement del format del nombre <emph>els nombres d'entrada estableixen el format de cel·la a la categoria de nombres reconeguts."
+msgstr "Quan s'activa el <emph>reconeixement del format numèric</emph>, l'entrada de nombres defineix el format de cel·la a la categoria de nombre reconeguda."
#. s8CRB
#: 01040500.xhp
@@ -7770,13 +7767,12 @@ msgstr "Defineix les opcions de comparació per al document."
#. vgLbk
#: 01040800.xhp
-#, fuzzy
msgctxt ""
"01040800.xhp\n"
"par_id101597332748471\n"
"help.text"
msgid "Open a text document, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME Writer - Comparison</menuitem>."
-msgstr "Obriu un document de text trieu <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferències</menuitem></caseinline><defaultinline><defaultinline> Eines<menuitem>- Opcions</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME Writer - Comparació </menuitem>."
+msgstr "Obriu un document de text i trieu <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME ▸ Preferències</menuitem></caseinline><defaultinline><menuitem>Eines ▸ Opcions</menuitem></defaultinline></switchinline><menuitem> ▸ %PRODUCTNAME Writer ▸ Comparació</menuitem>."
#. mjJDZ
#: 01040800.xhp
diff --git a/source/ca/helpcontent2/source/text/simpress/00.po b/source/ca/helpcontent2/source/text/simpress/00.po
index 829552c657f..3d1af2f1332 100644
--- a/source/ca/helpcontent2/source/text/simpress/00.po
+++ b/source/ca/helpcontent2/source/text/simpress/00.po
@@ -4,7 +4,7 @@ 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: 2022-11-14 14:36+0100\n"
-"PO-Revision-Date: 2022-03-31 22:24+0000\n"
+"PO-Revision-Date: 2023-01-23 11:27+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-master/textsimpress00/ca/>\n"
"Language: ca\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.12.2\n"
"X-Language: ca\n"
"X-POOTLE-MTIME: 1561328862.000000\n"
@@ -330,7 +330,7 @@ msgctxt ""
"par_id3149875\n"
"help.text"
msgid "Choose <emph>View - Slide Sorter</emph>"
-msgstr "Trieu <emph>Visualitza - Classificador de diapositives</emph>"
+msgstr "Trieu <emph>Visualitza ▸ Classificador de diapositives</emph>"
#. FNUA9
#: 00000403.xhp
diff --git a/source/ca/helpcontent2/source/text/simpress/01.po b/source/ca/helpcontent2/source/text/simpress/01.po
index 3a03b886c8d..f83688c2ea8 100644
--- a/source/ca/helpcontent2/source/text/simpress/01.po
+++ b/source/ca/helpcontent2/source/text/simpress/01.po
@@ -4,7 +4,7 @@ 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: 2022-12-07 19:22+0100\n"
-"PO-Revision-Date: 2023-01-09 10:28+0000\n"
+"PO-Revision-Date: 2023-01-23 11:27+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-master/textsimpress01/ca/>\n"
"Language: ca\n"
@@ -1643,7 +1643,7 @@ msgctxt ""
"bm_id3153144\n"
"help.text"
msgid "<bookmark_value>notes;default formatting</bookmark_value> <bookmark_value>backgrounds;notes</bookmark_value> <bookmark_value>speaker notes;defaults</bookmark_value>"
-msgstr "<bookmark_value>notes;format per defecte</bookmark_value> <bookmark_value>fons;notes</bookmark_value> <bookmark_value>notes del presentador;per defecte</bookmark_value>"
+msgstr "<bookmark_value>notes;formatació per defecte</bookmark_value> <bookmark_value>fons;notes</bookmark_value> <bookmark_value>notes de l'orador;valors per defecte</bookmark_value>"
#. wGoUW
#: 03150300.xhp
diff --git a/source/ca/helpcontent2/source/text/simpress/guide.po b/source/ca/helpcontent2/source/text/simpress/guide.po
index 1ad9593beb4..6d304810340 100644
--- a/source/ca/helpcontent2/source/text/simpress/guide.po
+++ b/source/ca/helpcontent2/source/text/simpress/guide.po
@@ -4,8 +4,8 @@ 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: 2022-12-07 19:22+0100\n"
-"PO-Revision-Date: 2022-12-12 13:30+0000\n"
-"Last-Translator: serval2412 <serval2412@yahoo.fr>\n"
+"PO-Revision-Date: 2023-01-23 11:27+0000\n"
+"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-master/textsimpressguide/ca/>\n"
"Language: ca\n"
"MIME-Version: 1.0\n"
@@ -1222,7 +1222,7 @@ msgctxt ""
"par_idN1082F\n"
"help.text"
msgid "<switchinline select=\"appl\"><caseinline select=\"IMPRESS\">Choose <menuitem>Slide - Properties</menuitem> to change the slide background, or choose other formatting commands. Objects that you add here will be visible on all slides that are based on this master slide.</caseinline><defaultinline>Choose <menuitem>Page - Properties</menuitem> to change the page background, or choose other formatting commands. Objects that you add here will be visible on all pages that are based on this master page.</defaultinline></switchinline>."
-msgstr "<switchinline select=\"appl\"><caseinline select=\"IMPRESS\">Trieu <menuitem>Diapositiva -Propietats</menuitem> per canviar el fons de la diapositiva o trieu altres ordres de formatació. Els objectes que afegiu aquí seran visibles en totes les diapositives que es basen en aquesta diapositiva mestra.</caseinline><defaultinline> Trieu Pàgina <menuitem>Propietats</menuitem> per canviar el fons de la pàgina o trieu altres ordres de formatació. Els objectes que afegiu aquí seran visibles en totes les pàgines que es basen en aquesta pàgina mestra.</defaultinline></switchinline> ."
+msgstr "<switchinline select=\"appl\"><caseinline select=\"IMPRESS\">Trieu <menuitem>Diapositiva ▸ Propietats</menuitem> per a canviar el fons de la diapositiva o triar altres ordres de formatació. Els objectes que afegiu aquí seran visibles en totes les diapositives que es basen en aquesta diapositiva mestra.</caseinline><defaultinline> Trieu <menuitem>Pàgina ▸ Propietats</menuitem> per a canviar el fons de la pàgina o triar altres ordres de formatació. Els objectes que afegiu aquí seran visibles en totes les pàgines que es basen en aquesta pàgina mestra.</defaultinline></switchinline>."
#. LTDkg
#: background.xhp
@@ -1946,13 +1946,12 @@ msgstr "Seleccioneu tot el text que es troba a sota de l'àrea de diapositives v
#. TBMtB
#: html_import.xhp
-#, fuzzy
msgctxt ""
"html_import.xhp\n"
"par_id3153811\n"
"help.text"
msgid "Choose <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><menuitem>Slide - New Slide</menuitem></caseinline><defaultinline><menuitem>Page - New Page</menuitem></defaultinline></switchinline>, and then press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+V."
-msgstr "Trieu <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><menuitem>Diapositiva <menuitem> nova Diapositiva</menuitem></menuitem><defaultinline>Pàgina<menuitem>- Pàgina nova</menuitem></defaultinline></switchinline> i premeu <switchinline select=\"sys\"><caseinline select=\"MAC\"> Ordre</caseinline><defaultinline> Ctrl</defaultinline></switchinline>+V."
+msgstr "Trieu <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><menuitem>Diapositiva ▸ Diapositiva nova</menuitem></caseinline><defaultinline><menuitem>Pàgina ▸ Pàgina nova</menuitem></defaultinline></switchinline> i, tot seguit, premeu <switchinline select=\"sys\"><caseinline select=\"MAC\">Ordre</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+V."
#. tA9U8
#: html_import.xhp
@@ -2052,17 +2051,16 @@ msgctxt ""
"par_id170820171213372148\n"
"help.text"
msgid "<emph>Control the slideshow</emph> with finger gestures and taps on the mobile device screen."
-msgstr "<emph>Controla la projecció</emph> amb gestos de dit i tocs a la pantalla del dispositiu mòbil."
+msgstr "<emph>Controleu la presentació</emph> amb gestos del dit i tocs a la pantalla del dispositiu mòbil."
#. veQc9
#: impress_remote.xhp
-#, fuzzy
msgctxt ""
"impress_remote.xhp\n"
"par_id18082017152608187\n"
"help.text"
msgid "<emph>Slide object animations</emph> are triggered with taps on the mobile screen."
-msgstr "Les animacions dels objectes de diapositives <emph>s'activen amb tocs a la pantalla mòbil."
+msgstr "Les <emph>animacions dels objectes de les diapositives</emph> s'activen amb tocs a la pantalla del mòbil."
#. Xxy2D
#: impress_remote.xhp
@@ -2081,7 +2079,7 @@ msgctxt ""
"par_id170820171213376498\n"
"help.text"
msgid "<emph>Speaker notes</emph>: there is an exclusive speaker notes section below the slides on your device where all the slide notes are displayed."
-msgstr "<emph>Speaker nota</emph> hi ha una secció exclusiva de notes de altaveu a sota de les diapositives del dispositiu on es mostren totes les notes de diapositives."
+msgstr "<emph>Notes de l'orador</emph>: hi ha una secció exclusiva de notes de l'orador a sota de les diapositives a l'aparell on es mostren totes les notes de les diapositives."
#. d3ALU
#: impress_remote.xhp
@@ -2090,7 +2088,7 @@ msgctxt ""
"par_id170820171213378089\n"
"help.text"
msgid "<emph>Timer</emph>: sets the time a slide is displayed for automatic slide shows."
-msgstr "<emph>Timer</emph> estableix el temps en què es mostra una diapositiva per a les presentacions automàtiques."
+msgstr "<emph>Temporitzador</emph>: defineix el temps en què es mostra una diapositiva per a les presentacions automàtiques."
#. tf2hh
#: impress_remote.xhp
@@ -2211,7 +2209,7 @@ msgctxt ""
"bm_id180820171851119861\n"
"help.text"
msgid "<bookmark_value>Impress Remote;settings</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>telecomanda de l'Impress;paràmetres</bookmark_value>"
#. xxGwE
#: impress_remote.xhp
@@ -2240,7 +2238,7 @@ msgctxt ""
"par_id180820171526085600\n"
"help.text"
msgid "<emph>Keep screen on</emph>: check to prevent the automatic screen off and device from automatically locking while using Impress Remote."
-msgstr "<emph>Manté la pantalla en la comprovació</emph> per evitar que la pantalla automàtica estigui desactivada i el dispositiu es bloquegi automàticament mentre s'utilitza el remot de l'Impress."
+msgstr "<emph>Manté la pantalla activa</emph>: marqueu aquesta casella per a evitar que la pantalla es desengegui automàticament i el dispositiu es bloqui mentre s'utilitza la telecomanda de l'Impress."
#. FVRcd
#: impress_remote.xhp
@@ -2268,7 +2266,7 @@ msgctxt ""
"bm_id18082017185147849\n"
"help.text"
msgid "<bookmark_value>Impress Remote;connecting to computer</bookmark_value>"
-msgstr "<bookmark_value>Impress Remote;connectant a l'ordinador</bookmark_value>"
+msgstr "<bookmark_value>telecomanda de l'Impress;connexió a l'ordinador</bookmark_value>"
#. BHFmX
#: impress_remote.xhp
@@ -2361,7 +2359,7 @@ msgctxt ""
"bm_id180820171852161224\n"
"help.text"
msgid "<bookmark_value>Impress Remote;using</bookmark_value>"
-msgstr "<bookmark_value>Impress Remote;ús del</bookmark_value>"
+msgstr "<bookmark_value>telecomanda de l'Impress;ús del</bookmark_value>"
#. DQnMk
#: impress_remote.xhp
@@ -2874,7 +2872,7 @@ msgctxt ""
"par_id3155263\n"
"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><item type=\"keycode\">Option</item></caseinline><defaultinline><item type=\"keycode\">Alt</item></defaultinline></switchinline><item type=\"keycode\">+PageDown</item>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"><item type=\"keycode\"> Opció</item></caseinline><defaultinline><item type=\"keycode\">Alt</item></defaultinline></switchinline><item type=\"keycode\"> +PageDown </item>"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"><item type=\"keycode\">Opció</item></caseinline><defaultinline><item type=\"keycode\">Alt</item></defaultinline></switchinline><item type=\"keycode\">+Av Pàg</item>"
#. X3tKG
#: keyboard.xhp
@@ -2892,7 +2890,7 @@ msgctxt ""
"par_id3145590\n"
"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><item type=\"keycode\">Option</item></caseinline><defaultinline><item type=\"keycode\">Alt</item></defaultinline></switchinline><item type=\"keycode\">+PageUp</item>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"><item type=\"keycode\"> Opció</item></caseinline><defaultinline><item type=\"keycode\">Alt</item></defaultinline></switchinline><item type=\"keycode\"> +PAGEUp </item>"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"><item type=\"keycode\">Opció</item></caseinline><defaultinline><item type=\"keycode\">Alt</item></defaultinline></switchinline><item type=\"keycode\">+Re Pàg</item>"
#. Qs7Mq
#: keyboard.xhp
@@ -4645,7 +4643,7 @@ msgctxt ""
"hd_id190820172252141064\n"
"help.text"
msgid "<link href=\"text/simpress/guide/presenter_console.xhp\">Using the Presenter Console</link>"
-msgstr "<link href=\"text/simpress/guide/presenter_console.xhp\">Usant la consola del presentador</link>"
+msgstr "<link href=\"text/simpress/guide/presenter_console.xhp\">Ús de la consola de presentació</link>"
#. BBPMC
#: presenter_console.xhp
@@ -4654,7 +4652,7 @@ msgctxt ""
"par_id190820172252291885\n"
"help.text"
msgid "<ahelp hid=\".\">The Presenter Console displays the slide show in an external screen (projector or large television), while the presentation controls are shown in the computer screen.</ahelp>"
-msgstr "<ahelp hid=\".\">La consola del presentador mostra la presentació en una pantalla externa (projector o televisió gran) mentre que els controls de presentació es mostren a la pantalla de l'ordinador.</ahelp>"
+msgstr "<ahelp hid=\".\">La consola de presentació mostra la presentació en una pantalla externa (projector o televisor gran) mentre que els controls de la presentació són a la pantalla de l'ordinador.</ahelp>"
#. p2PGF
#: presenter_console.xhp
@@ -4771,7 +4769,7 @@ msgctxt ""
"par_id71512828085688\n"
"help.text"
msgid "<emph>Previous</emph>: move to previous slide."
-msgstr "<emph>Anterior</emph> mou a la diapositiva anterior."
+msgstr "<emph>Anterior</emph>: es mou a la diapositiva anterior."
#. jniRZ
#: presenter_console.xhp
@@ -4780,7 +4778,7 @@ msgctxt ""
"par_id61512828110394\n"
"help.text"
msgid "<emph>Next</emph>: move to next slide."
-msgstr "<emph>següent</emph> mou a la diapositiva següent."
+msgstr "<emph>Següent</emph>: es mou a la diapositiva propera."
#. Nv6z4
#: presenter_console.xhp
@@ -4809,7 +4807,7 @@ msgctxt ""
"par_id241512828268769\n"
"help.text"
msgid "<emph>Restart</emph>: restart the slide show’s elapsed time."
-msgstr "<emph>Reinicia</emph> reinicia el temps transcorregut de la presentació de diapositives."
+msgstr "<emph>Reinicia</emph>: reinicia el temps transcorregut de la presentació de diapositives."
#. hGtGa
#: presenter_console.xhp
@@ -4818,7 +4816,7 @@ msgctxt ""
"par_id731512828322875\n"
"help.text"
msgid "<emph>Exchange</emph>: Switch the displays between the computer and the presentation display."
-msgstr "<emph>Exchange</emph> Canvia les pantalles entre l'ordinador i la presentació."
+msgstr "<emph>Intercanvia</emph>: canvia les pantalles entre l'ordinador i la presentació."
#. Cps3Y
#: presenter_console.xhp
@@ -4827,27 +4825,25 @@ msgctxt ""
"par_id891512828892146\n"
"help.text"
msgid "<emph>Close</emph>: In the Notes and Slide Sorter mode, return to the Normal mode."
-msgstr "<emph>Tanca</emph> en el mode Notes i Classificador de diapositives retorna al mode normal."
+msgstr "<emph>Tanca</emph>: als modes Notes i Classificador de diapositives, retorna al mode normal."
#. tv52h
#: presenter_console.xhp
-#, fuzzy
msgctxt ""
"presenter_console.xhp\n"
"hd_id281512836182615\n"
"help.text"
msgid "Presenter Console Keyboard Shortcuts"
-msgstr "Dreceres de teclat de la consola del presentador"
+msgstr "Dreceres de teclat de la consola de presentació"
#. a38t5
#: presenter_console.xhp
-#, fuzzy
msgctxt ""
"presenter_console.xhp\n"
"hd_id791512827206666\n"
"help.text"
msgid "Presenter Console modes"
-msgstr "Modes de consola del presentador"
+msgstr "Modes de la consola de presentació"
#. yVhhn
#: presenter_console.xhp
@@ -4871,13 +4867,12 @@ msgstr "El mode Normal mostra la diapositiva actual a l'esquerra i la diapositiv
#. hRYrF
#: presenter_console.xhp
-#, fuzzy
msgctxt ""
"presenter_console.xhp\n"
"par_id311512825411947\n"
"help.text"
msgid "<image src=\"media/helpimg/sd_PresenterConsole01.png\" id=\"img_id481512825411947\" width=\"640\" height=\"360\"><alt id=\"alt_id151512825411947\">Presenter console normal mode</alt></image>"
-msgstr "Consola normal <image src=\"media/helpimg/sdPresenterConsole01.png\" id=\"imgid481512825411947\" width=\"640\" height=\"360\"><alt id=\"altid151512825411947\"> Presenter mode normal</alt></image>"
+msgstr "<image src=\"media/helpimg/sd_PresenterConsole01.png\" id=\"img_id481512825411947\" width=\"640\" height=\"360\"><alt id=\"alt_id151512825411947\">Mode normal de la consola de presentació</alt></image>"
#. bkgnr
#: presenter_console.xhp
@@ -4901,23 +4896,21 @@ msgstr "El mode Notes mostra la diapositiva actual a l'esquerra les notes a la d
#. GZpEK
#: presenter_console.xhp
-#, fuzzy
msgctxt ""
"presenter_console.xhp\n"
"par_id961512827293400\n"
"help.text"
msgid "<image src=\"media/helpimg/sd_PresenterConsole03.png\" id=\"img_id651512827293401\" width=\"640\" height=\"360\"><alt id=\"alt_id881512827293401\">Notes mode</alt></image>"
-msgstr "Mode de notes <image src=\"media/helpimg/sdPresenterConsole03.png\" id=\"imgid651512827293401\" width=\"640\" height=\"360\"><alt id=\"altid881512827293401\"></alt></image>"
+msgstr "<image src=\"media/helpimg/sd_PresenterConsole03.png\" id=\"img_id651512827293401\" width=\"640\" height=\"360\"><alt id=\"alt_id881512827293401\">Mode Notes</alt></image>"
#. HRVDE
#: presenter_console.xhp
-#, fuzzy
msgctxt ""
"presenter_console.xhp\n"
"hd_id801512827429345\n"
"help.text"
msgid "Slide sorter mode"
-msgstr "Mode d'ordenació de diapositives"
+msgstr "Mode de classificador de diapositives"
#. 2WeyF
#: presenter_console.xhp
@@ -4941,13 +4934,12 @@ msgstr "Mode d'ordenació de diapositives <image src=\"media/helpimg/sdPresenter
#. GiAWq
#: presenter_console.xhp
-#, fuzzy
msgctxt ""
"presenter_console.xhp\n"
"par_id311512837936329\n"
"help.text"
msgid "<link href=\"text/simpress/guide/impress_remote.xhp\">Impress Remote User Guide</link>"
-msgstr "Guia d'usuari remota <link href=\"text/simpress/guide/impressremote.xhp\">Impress"
+msgstr "<link href=\"text/simpress/guide/impress_remote.xhp\">Guia d'ús de la Telecomanda de l'Impress</link>"
#. DEwuo
#: print_tofit.xhp
@@ -5068,13 +5060,12 @@ msgstr "Paràmetres d'impressió per defecte"
#. DWRL2
#: printing.xhp
-#, fuzzy
msgctxt ""
"printing.xhp\n"
"par_id3156385\n"
"help.text"
msgid "To set the default printing options for $[officename] Impress, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME Impress - Print</menuitem>."
-msgstr "Per establir les opcions predeterminades d'impressió per al $[officename] Impress trieu <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferències</menuitem></caseinline><defaultinline><defaultinline> Eines<menuitem>- Opcions</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME Impress - Print</menuitem>."
+msgstr "Per a definir les opcions d'impressió per defecte del $[officename] Impress, trieu <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME ▸ Preferències</menuitem></caseinline><defaultinline><menuitem>Eines ▸ Opcions</menuitem></defaultinline></switchinline><menuitem> ▸ %PRODUCTNAME Impress ▸ Impressió</menuitem>."
#. eFCv4
#: printing.xhp
@@ -5105,13 +5096,12 @@ msgstr "Feu clic a <emph>%PRODUCTNAME Impress</emph> o a la pestanya <emph>Opcio
#. xAqs2
#: printing.xhp
-#, fuzzy
msgctxt ""
"printing.xhp\n"
"par_id3150431\n"
"help.text"
msgid "These settings override the default printer options in <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME Impress - Print</menuitem> for the current print job only."
-msgstr "Aquests ajustaments anul·len les opcions predeterminades de la impressora a <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferències</menuitem><defaultinline><defaultinline>Eines<menuitem>- Opcions</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME Impress - Imprimeix</menuitem>només per al treball d'impressió actual."
+msgstr "Aquests paràmetres anul·len les opcions per defecte de la impressora a <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME ▸ Preferències</menuitem></caseinline><defaultinline><menuitem>Eines ▸ Opcions</menuitem></defaultinline></switchinline><menuitem> ▸ %PRODUCTNAME Impress ▸ Impressió</menuitem> només per al treball d'impressió actual."
#. 5HEGY
#: printing.xhp
diff --git a/source/ca/helpcontent2/source/text/smath/01.po b/source/ca/helpcontent2/source/text/smath/01.po
index ddd41b7e358..6cb769584a3 100644
--- a/source/ca/helpcontent2/source/text/smath/01.po
+++ b/source/ca/helpcontent2/source/text/smath/01.po
@@ -4,7 +4,7 @@ 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: 2022-12-07 19:22+0100\n"
-"PO-Revision-Date: 2022-12-19 14:17+0000\n"
+"PO-Revision-Date: 2023-01-23 11:27+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-master/textsmath01/ca/>\n"
"Language: ca\n"
@@ -5212,7 +5212,7 @@ msgctxt ""
"hd_id8036133\n"
"help.text"
msgid "To align using the \"matrix\" command"
-msgstr "Alineació amb l'ordre \"matrix\""
+msgstr "Alineació amb l'ordre «matrix»"
#. R5Gun
#: 03090700.xhp
diff --git a/source/ca/helpcontent2/source/text/swriter/02.po b/source/ca/helpcontent2/source/text/swriter/02.po
index c5ecb8ab085..50f4f24d758 100644
--- a/source/ca/helpcontent2/source/text/swriter/02.po
+++ b/source/ca/helpcontent2/source/text/swriter/02.po
@@ -4,7 +4,7 @@ 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: 2022-12-07 19:22+0100\n"
-"PO-Revision-Date: 2022-12-19 14:17+0000\n"
+"PO-Revision-Date: 2023-01-23 11:27+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-master/textswriter02/ca/>\n"
"Language: ca\n"
@@ -1788,7 +1788,7 @@ msgctxt ""
"par_id3155953\n"
"help.text"
msgid "<ahelp hid=\"modules/swriter/ui/inputwinmenu/phd\">Calculates a percentage.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"modules/swriter/ui/inputwinmenu/phd\">Calcula un percentatge.</ahelp>"
#. gefrq
#: 14020000.xhp
@@ -1864,13 +1864,12 @@ msgstr "Operadors"
#. GzXyF
#: 14020000.xhp
-#, fuzzy
msgctxt ""
"14020000.xhp\n"
"par_id3150244\n"
"help.text"
msgid "<ahelp hid=\".\">You can insert various operators in your formula.</ahelp> Choose from the following functions:"
-msgstr "<unk>GA Podeu inserir diversos operadors a la vostra fórmula.</ahelp> trieu entre les funcions següents"
+msgstr "<ahelp hid=\".\">Podeu inserir diversos operadors a la vostra fórmula.</ahelp> Trieu entre les funcions següents:"
#. uCpNp
#: 14020000.xhp
@@ -2528,13 +2527,12 @@ msgstr "Tangent"
#. zaJcG
#: 14020000.xhp
-#, fuzzy
msgctxt ""
"14020000.xhp\n"
"par_id3149369\n"
"help.text"
msgid "<ahelp hid=\"modules/swriter/ui/inputwinmenu/tag\">Calculates the tangent in radians.</ahelp>"
-msgstr "<unk>GA calcula la tangent en radians.</ahelp>"
+msgstr "<ahelp hid=\"modules/swriter/ui/inputwinmenu/tag\">Calcula la tangent en radians.</ahelp>"
#. 4UG3b
#: 14020000.xhp
diff --git a/source/ca/helpcontent2/source/text/swriter/guide.po b/source/ca/helpcontent2/source/text/swriter/guide.po
index 00827c1184f..ce93b6b0133 100644
--- a/source/ca/helpcontent2/source/text/swriter/guide.po
+++ b/source/ca/helpcontent2/source/text/swriter/guide.po
@@ -4,7 +4,7 @@ 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: 2022-12-19 15:00+0100\n"
-"PO-Revision-Date: 2023-01-09 10:28+0000\n"
+"PO-Revision-Date: 2023-01-23 11:27+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-master/textswriterguide/ca/>\n"
"Language: ca\n"
@@ -12721,13 +12721,12 @@ msgstr "<link href=\"text/swriter/01/01120000.xhp\">Fitxer ▸ Previsualització
#. wXuFr
#: print_selection.xhp
-#, fuzzy
msgctxt ""
"print_selection.xhp\n"
"tit\n"
"help.text"
msgid "Selecting What to Print"
-msgstr "Seleccionant què imprimir"
+msgstr "Selecció d'allò que s'ha d'imprimir"
#. AiDCa
#: print_selection.xhp
diff --git a/source/ca/sc/messages.po b/source/ca/sc/messages.po
index dacf588a319..b103d90848b 100644
--- a/source/ca/sc/messages.po
+++ b/source/ca/sc/messages.po
@@ -4,7 +4,7 @@ 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: 2022-12-19 15:00+0100\n"
-"PO-Revision-Date: 2022-12-21 15:34+0000\n"
+"PO-Revision-Date: 2023-01-23 11:30+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_ui-master/scmessages/ca/>\n"
"Language: ca\n"
@@ -24510,13 +24510,13 @@ msgstr "Mou el contingut de les cel·les ocultes a la primera cel·la"
#: sc/uiconfig/scalc/ui/mergecellsdialog.ui:111
msgctxt "mergecellsdialog|empty-cells-radio"
msgid "Empty the contents of the hidden cells"
-msgstr "Buida el contingut de les cel·les ocultes"
+msgstr "Buida el contingut de les cel·les amagades"
#. uD6JB
#: sc/uiconfig/scalc/ui/mergecellsdialog.ui:126
msgctxt "mergecellsdialog|keep-content-radio"
msgid "Keep the contents of the hidden cells"
-msgstr "Conserva el contingut de les cel·les ocultes"
+msgstr "Conserva el contingut de les cel·les amagades"
#. ufnGZ
#: sc/uiconfig/scalc/ui/mergecellsdialog.ui:202
diff --git a/source/ca/sd/messages.po b/source/ca/sd/messages.po
index 1aef041b891..6146701b372 100644
--- a/source/ca/sd/messages.po
+++ b/source/ca/sd/messages.po
@@ -4,7 +4,7 @@ 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: 2022-12-19 15:00+0100\n"
-"PO-Revision-Date: 2023-01-12 12:04+0000\n"
+"PO-Revision-Date: 2023-01-23 11:30+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_ui-master/sdmessages/ca/>\n"
"Language: ca\n"
@@ -10049,7 +10049,7 @@ msgstr "Reinicialitza"
#: sd/uiconfig/simpress/ui/tabledesignpanel.ui:184
msgctxt "tabledesignpanel|menuformat"
msgid "Format"
-msgstr ""
+msgstr "Format"
#. 8myJL
#: sd/uiconfig/simpress/ui/tabledesignpanel.ui:194
diff --git a/source/ca/svx/messages.po b/source/ca/svx/messages.po
index 04d61523477..f7c5f3a2446 100644
--- a/source/ca/svx/messages.po
+++ b/source/ca/svx/messages.po
@@ -4,8 +4,8 @@ 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: 2022-12-19 15:00+0100\n"
-"PO-Revision-Date: 2023-01-09 03:15+0000\n"
-"Last-Translator: Joan Montané <joan@montane.cat>\n"
+"PO-Revision-Date: 2023-01-23 11:30+0000\n"
+"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_ui-master/svxmessages/ca/>\n"
"Language: ca\n"
"MIME-Version: 1.0\n"
@@ -7409,25 +7409,25 @@ msgstr "No s'han pogut carregar tots els objectes SmartArt. Aquest problema s'ev
#: include/svx/strings.hrc:1329
msgctxt "RID_SVXSTR_TABLECELL_HINT"
msgid "Table cell address. Click to open Table Properties dialog."
-msgstr "Adreça de la cel·la de taula. Feu clic per a obrir el diàleg de propietats de la taula."
+msgstr "Adreça de la cel·la de taula. Feu-hi clic per a obrir el diàleg Propietats de la taula."
#. MG6GF
#: include/svx/strings.hrc:1330
msgctxt "RID_SVXSTR_SECTION_HINT"
msgid "Section name. Click to open Edit Sections dialog."
-msgstr "Nom de secció. Feu clic per a obrir el diàleg Edita Seccions."
+msgstr "Nom de la secció. Feu-hi clic per a obrir el diàleg Edita les seccions."
#. rLN6T
#: include/svx/strings.hrc:1331
msgctxt "RID_SVXSTR_TOC_HINT"
msgid "Table of Contents. Click to open Table of Contents dialog."
-msgstr "Taula de continguts. Feu clic per a obrir el diàleg Taula de continguts."
+msgstr "Taula de continguts. Feu-hi clic per a obrir el diàleg Taula de continguts."
#. gnk6E
#: include/svx/strings.hrc:1332
msgctxt "RID_SVXSTR_NUMBERING_HINT"
msgid "Numbering Level. Click to open Numbering dialog."
-msgstr "Nivell de numeració. Feu clic per a obrir el diàleg de numeració."
+msgstr "Nivell de numeració. Feu-hi clic per a obrir el diàleg Numeració."
#. aT6VC
#: include/svx/strings.hrc:1333
@@ -16080,7 +16080,7 @@ msgstr "_Recupera la selecció"
#: svx/uiconfig/ui/docrecoveryrecoverdialog.ui:94
msgctxt "docrecoveryrecoverdialog|desc"
msgid "%PRODUCTNAME will attempt to recover the state of the files you were working on before it crashed. Click 'Recover Selected' to begin the process, or click 'Discard' to cancel the recovery."
-msgstr ""
+msgstr "El %PRODUCTNAME provarà de recuperar l'estat dels fitxers en què treballàveu abans de la fallada. Feu clic a «Recupera la selecció» per a començar el procés, o feu clic a «Descarta» per a cancel·lar-ne la recuperació."
#. B98AV
#: svx/uiconfig/ui/docrecoveryrecoverdialog.ui:109
diff --git a/source/ca/uui/messages.po b/source/ca/uui/messages.po
index af727ba7c37..182ed7d9641 100644
--- a/source/ca/uui/messages.po
+++ b/source/ca/uui/messages.po
@@ -4,7 +4,7 @@ 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: 2022-10-10 13:36+0200\n"
-"PO-Revision-Date: 2023-01-09 03:15+0000\n"
+"PO-Revision-Date: 2023-01-23 11:30+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_ui-master/uuimessages/ca/>\n"
"Language: ca\n"
@@ -913,7 +913,7 @@ msgid ""
"\n"
"Select Notify to open read-only and get notified when the document becomes editable."
msgstr ""
-"El fitxer de bloqueig és malmès i probablement buit. Obrir el document només de lectura i tancar-lo de nou elimina el fitxer de bloqueig corrupte.\n"
+"El fitxer de blocatge és malmès i probablement buit. Obrir el document només de lectura i tancar-lo de nou elimina el fitxer de bloqueig danyat.\n"
"\n"
"Seleccioneu «Notifica» per a obrir només de lectura i rebre una notificació quan el document es pugui editar."
diff --git a/source/de/basctl/messages.po b/source/de/basctl/messages.po
index 6363f5aaffb..a436f027c3a 100644
--- a/source/de/basctl/messages.po
+++ b/source/de/basctl/messages.po
@@ -4,7 +4,7 @@ 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: 2022-07-06 20:18+0200\n"
-"PO-Revision-Date: 2022-12-25 13:16+0000\n"
+"PO-Revision-Date: 2023-01-23 11:30+0000\n"
"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
"Language-Team: German <https://translations.documentfoundation.org/projects/libo_ui-master/basctlmessages/de/>\n"
"Language: de\n"
@@ -469,7 +469,7 @@ msgstr ""
"\n"
"Fügen Sie diese Sprachen zur Bibliothek hinzu, um zusätzliche Sprachressourcen des Dialogs bereitzuhalten, oder lassen Sie diese weg, um die aktuellen Sprachen der Bibliothek beizubehalten.\n"
"\n"
-"Hinweis: Für Sprachen, die vom Dialog nicht unterstützt werden, wird die Standardsprache des Dialogs verwendet.\n"
+"Hinweis: Für Sprachen, die vom Dialog nicht unterstützt werden, wird die voreingestellte Sprache des Dialogs verwendet.\n"
" "
#. FcvDu
diff --git a/source/de/chart2/messages.po b/source/de/chart2/messages.po
index 07db90036ff..3f3e222beb4 100644
--- a/source/de/chart2/messages.po
+++ b/source/de/chart2/messages.po
@@ -4,7 +4,7 @@ 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: 2022-11-22 14:43+0100\n"
-"PO-Revision-Date: 2022-11-25 12:34+0000\n"
+"PO-Revision-Date: 2023-01-23 11:30+0000\n"
"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
"Language-Team: German <https://translations.documentfoundation.org/projects/libo_ui-master/chart2messages/de/>\n"
"Language: de\n"
@@ -4469,7 +4469,7 @@ msgstr "Im _Uhrzeigersinn"
#: chart2/uiconfig/ui/tp_PolarOptions.ui:34
msgctxt "tp_PolarOptions|extended_tip|CB_CLOCKWISE"
msgid "The default direction in which the pieces of a pie chart are ordered is counterclockwise. Enable the Clockwise direction checkbox to draw the pieces in opposite direction."
-msgstr "Die Standardrichtung, in der die Stücke eines Kreisdiagramms angeordnet sind, ist entgegen dem Uhrzeigersinn. Aktivieren Sie das Markierfeld Ausrichtung im Uhrzeigersinn, um die Stücke in die entgegengesetzte Richtung zu ziehen."
+msgstr "Die voreingestellte Richtung, in der die Stücke eines Kreisdiagramms angeordnet sind, ist entgegen dem Uhrzeigersinn. Aktivieren Sie das Markierfeld Ausrichtung im Uhrzeigersinn, um die Stücke in die entgegengesetzte Richtung zu ziehen."
#. ATHCu
#: chart2/uiconfig/ui/tp_PolarOptions.ui:43
diff --git a/source/de/cui/messages.po b/source/de/cui/messages.po
index 8b0dc51d02e..4042ae1933c 100644
--- a/source/de/cui/messages.po
+++ b/source/de/cui/messages.po
@@ -4,7 +4,7 @@ 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: 2023-01-09 11:30+0100\n"
-"PO-Revision-Date: 2023-01-09 03:14+0000\n"
+"PO-Revision-Date: 2023-01-23 11:30+0000\n"
"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
"Language-Team: German <https://translations.documentfoundation.org/projects/libo_ui-master/cuimessages/de/>\n"
"Language: de\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.12.2\n"
"X-POOTLE-MTIME: 1566197858.000000\n"
#. GyY9M
@@ -358,13 +358,13 @@ msgstr "Die Symbolleiste beinhaltet keine Befehle mehr. Soll die Symbolleiste ge
#: cui/inc/strings.hrc:62
msgctxt "RID_SVXSTR_CONFIRM_MENU_RESET"
msgid "The menu configuration for %SAVE IN SELECTION% will be reset to the default settings. Do you want to continue?"
-msgstr "Die Menükonfiguration für %SAVE IN SELECTION% wird auf die Standardeinstellung zurückgesetzt. Möchten Sie fortfahren?"
+msgstr "Die Menükonfiguration für %SAVE IN SELECTION% wird auf die Voreinstellung zurückgesetzt. Möchten Sie fortfahren?"
#. RYeCk
#: cui/inc/strings.hrc:63
msgctxt "RID_SVXSTR_CONFIRM_TOOLBAR_RESET"
msgid "The toolbar configuration for %SAVE IN SELECTION% will be reset to the default settings. Do you want to continue?"
-msgstr "Die Symbolleistenkonfiguration für %SAVE IN SELECTION% wird auf die Standardeinstellung zurückgesetzt. Möchten Sie fortfahren?"
+msgstr "Die Symbolleistenkonfiguration für %SAVE IN SELECTION% wird auf die Voreinstellung zurückgesetzt. Möchten Sie fortfahren?"
#. JgGvm
#: cui/inc/strings.hrc:64
@@ -2301,7 +2301,7 @@ msgstr "Um in Calc Zellinhalte farbig anzuzeigen, wählen Sie »Ansicht ▸ Wert
#: cui/inc/tipoftheday.hrc:71
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can create different master pages in a presentation template: View ▸ Master Slide and Slide ▸ New Master (or per toolbar or right click in slide pane)."
-msgstr "Um verschiedene Masterfolien in einer Präsentation zu verwenden, wählen Sie »Ansicht ▸ Masterfolie« und anschließend »Folie ▸ Neuer Master« (oder in der Symbolleiste \"Standard\" beziehungsweise nach Rechtsklick in den Folienbereich)."
+msgstr "Um verschiedene Masterfolien in einer Präsentation zu verwenden, wählen Sie »Ansicht ▸ Masterfolie« und anschließend »Folie ▸ Neuer Master« (oder in der Symbolleiste „Standard“ beziehungsweise nach Rechtsklick in den Folienbereich)."
#. b3KPF
#: cui/inc/tipoftheday.hrc:72
@@ -2534,7 +2534,7 @@ msgstr "%PRODUCTNAME unterstützt vier Makro-Sicherheitslevels (von niedrig bis
#: cui/inc/tipoftheday.hrc:111
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Did you know that you can attach comments to portions of text? Just use the shortcut %MOD1+%MOD2+C."
-msgstr "Sie können in Writer auch Textabschnitte mit Kommentaren versehen. Verwenden Sie dazu einfach [%MOD1+%MOD2+C]."
+msgstr "Sie können in Writer auch Textbereiche kommentieren, indem Sie [%MOD1+%MOD2+C] verwenden."
#. wZDsJ
#: cui/inc/tipoftheday.hrc:112
@@ -3286,7 +3286,7 @@ msgstr "Um in Calc führende Nullen zu erhalten, verwenden Sie die Zahlenformat-
#: cui/inc/tipoftheday.hrc:233
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to return to default after applying a list style? Click Bullets or Numbering On/Off tool on the Formatting toolbar."
-msgstr "Um in Writer nach dem Anwenden einer Listenvorlage zu den Standardeinstellungen zurückzukehren, klicken Sie in der Symbolleiste „Formatierung“ auf »Aufzählungszeichen/Nummerierte Liste ein/aus«."
+msgstr "Um in Writer nach dem Anwenden einer Listenvorlage zu den Voreinstellungen zurückzukehren, klicken Sie in der Symbolleiste „Formatierung“ auf »Aufzählungszeichen/Nummerierte Liste ein/aus«."
#. wAFRP
#: cui/inc/tipoftheday.hrc:234
@@ -4986,7 +4986,7 @@ msgstr "E_rsetzen"
#: cui/uiconfig/ui/applylocalizedpage.ui:249
msgctxt "applylocalizedpage|extended_tip|singlereplace"
msgid "Automatically replaces the default system symbol for the given type of quotation marks with the special character that you specify."
-msgstr "Das Standard Systemsymbol für die vorgegebenen Anführungszeichen wird automatisch durch das von Ihnen angegebene Sonderzeichen ersetzt."
+msgstr "Das voreingestellte Systemsymbol für die vorgegebenen Anführungszeichen wird automatisch durch das von Ihnen angegebene Sonderzeichen ersetzt."
#. EQrEN
#: cui/uiconfig/ui/applylocalizedpage.ui:264
@@ -5028,7 +5028,7 @@ msgstr "Einfache Anführungszeichen"
#: cui/uiconfig/ui/applylocalizedpage.ui:327
msgctxt "applylocalizedpage|extended_tip|defaultsingle"
msgid "Resets the quotation marks to the default symbols."
-msgstr "Setzt die Anführungszeichen auf die Standardsymbole zurück."
+msgstr "Setzt die Anführungszeichen auf die Voreinstellungen zurück."
#. GRDaT
#: cui/uiconfig/ui/applylocalizedpage.ui:341
@@ -5070,7 +5070,7 @@ msgstr "_Ersetzen"
#: cui/uiconfig/ui/applylocalizedpage.ui:438
msgctxt "applylocalizedpage|extended_tip|doublereplace"
msgid "Automatically replaces the default system symbol for the given type of quotation marks with the special character that you specify."
-msgstr "Das Standard Systemsymbol für die vorgegebenen Anführungszeichen wird automatisch durch das von Ihnen angegebene Sonderzeichen ersetzt."
+msgstr "Das voreingestellte Systemsymbol für die vorgegebenen Anführungszeichen wird automatisch durch das von Ihnen angegebene Sonderzeichen ersetzt."
#. MAW53
#: cui/uiconfig/ui/applylocalizedpage.ui:453
@@ -5112,7 +5112,7 @@ msgstr "Doppelte Anführungszeichen"
#: cui/uiconfig/ui/applylocalizedpage.ui:516
msgctxt "applylocalizedpage|extended_tip|defaultdouble"
msgid "Resets the quotation marks to the default symbols."
-msgstr "Setzt die Anführungszeichen auf die Standardsymbole zurück."
+msgstr "Setzt die Anführungszeichen auf die Voreinstellung zurück."
#. cDwwK
#: cui/uiconfig/ui/applylocalizedpage.ui:530
@@ -5340,7 +5340,7 @@ msgstr "AutoKorrektur"
#: cui/uiconfig/ui/autocorrectdialog.ui:31
msgctxt "autocorrectdialog|extended_tip|reset"
msgid "Resets modified values back to the tab page previous values."
-msgstr "Setzt geänderte Werte wieder auf die Standardwerte zurück."
+msgstr "Setzt geänderte Werte wieder auf die Voreinstellungen zurück."
#. PbHCG
#: cui/uiconfig/ui/autocorrectdialog.ui:52
@@ -9875,7 +9875,7 @@ msgstr "Geben Sie den vertikalen Versatz für den Verlauf ein, wobei 0 % der akt
#: cui/uiconfig/ui/gradientpage.ui:393
msgctxt "gradientpage|borderft"
msgid "_Border:"
-msgstr ""
+msgstr "_Rand:"
#. iZbnF
#: cui/uiconfig/ui/gradientpage.ui:427
@@ -11709,7 +11709,7 @@ msgstr "Standard"
#: cui/uiconfig/ui/insertfloatingframe.ui:456
msgctxt "insertfloatingframe|extended_tip|defaultwidth"
msgid "Applies the default horizontal spacing."
-msgstr "Wendet den Standard-Horizontalabstand an."
+msgstr "Wendet den standardmäßigen Horizontalabstand an."
#. dQ8BY
#: cui/uiconfig/ui/insertfloatingframe.ui:467
@@ -11721,7 +11721,7 @@ msgstr "Standard"
#: cui/uiconfig/ui/insertfloatingframe.ui:475
msgctxt "insertfloatingframe|extended_tip|defaultheight"
msgid "Applies the default vertical spacing."
-msgstr "Wendet den Standard-Vertikalabstand an."
+msgstr "Wendet den standardmäßigen Vertikalabstand an."
#. YqkF7
#: cui/uiconfig/ui/insertfloatingframe.ui:490
@@ -12737,7 +12737,7 @@ msgstr "_Standards"
#: cui/uiconfig/ui/menuassignpage.ui:747
msgctxt "menuassignpage|defaultsbtn"
msgid "Resets the selected toolbar, menu, or context menu to its default state."
-msgstr "Setzt die ausgewählte Symbolleiste, das Menü oder Kontextmenü auf seine Standardwerte zurück."
+msgstr "Setzt die ausgewählte Symbolleiste, das Menü oder Kontextmenü auf seine Voreinstellungen zurück."
#. B32nz
#: cui/uiconfig/ui/menuassignpage.ui:783
@@ -13737,7 +13737,7 @@ msgstr "Standard"
#: cui/uiconfig/ui/numberingpositionpage.ui:502
msgctxt "numberingpositionpage|extended_tip|standard"
msgid "Resets the indent and the spacing values to the default values."
-msgstr "Einrückung und Abstände werden auf ihre Standardwerte zurückgesetzt."
+msgstr "Einrückung und Abstände werden auf ihre Voreinstellungen zurückgesetzt."
#. eLFGG
#: cui/uiconfig/ui/numberingpositionpage.ui:548
@@ -16147,7 +16147,7 @@ msgstr "Klicken Sie hier, um den Dialog „Pfad auswählen“ beziehungsweise
#: cui/uiconfig/ui/optpathspage.ui:210
msgctxt "OptPathsPage"
msgid "This section contains the default paths to important folders of the office suite. These paths can be edited by the user."
-msgstr "Dieser Abschnitt enthält die Standardpfade zu wichtigen Ordnern der Office-Suite. Diese Pfade können vom Benutzer bearbeitet werden."
+msgstr "Dieser Abschnitt enthält die voreingestellten Pfade zu wichtigen Ordnern der Office-Suite. Diese Pfade können vom Benutzer bearbeitet werden."
#. pQEWv
#: cui/uiconfig/ui/optproxypage.ui:26
@@ -16544,7 +16544,7 @@ msgstr "Einstellungen für Standarddateiformat und ODF"
#: cui/uiconfig/ui/optsavepage.ui:471
msgctxt "OptSavePage"
msgid "In the General section, you can select default settings for saving documents, and can select default file formats."
-msgstr "Im Abschnitt „Allgemein“ können Sie Standardeinstellungen zum Speichern von Dokumenten und Standarddateiformate auswählen."
+msgstr "Im Abschnitt „Allgemein“ können Sie Voreinstellungen zum Speichern von Dokumenten und standardmäßigen Dateiformate auswählen."
#. ArEZy
#: cui/uiconfig/ui/optsecuritypage.ui:32
@@ -19215,7 +19215,7 @@ msgstr "Klicken Sie auf die Stelle, an der sich der Drehpunkt befinden soll."
#: cui/uiconfig/ui/rotationtabpage.ui:167
msgctxt "rotationtabpage|FT_POSPRESETS"
msgid "_Default settings:"
-msgstr "_Standardeinstellungen:"
+msgstr "_Voreinstellungen:"
#. mNM6u
#: cui/uiconfig/ui/rotationtabpage.ui:190
@@ -19251,7 +19251,7 @@ msgstr "Hier können Sie den Drehwinkel durch Klicken in 45-Grad-Schritten verä
#: cui/uiconfig/ui/rotationtabpage.ui:296
msgctxt "rotationtabpage|FT_ANGLEPRESETS"
msgid "Default _settings:"
-msgstr "Standard_einstellungen:"
+msgstr "Vor_einstellungen:"
#. Hg259
#: cui/uiconfig/ui/rotationtabpage.ui:319
@@ -19317,7 +19317,7 @@ msgstr "Erstellt ein neues Skript."
#: cui/uiconfig/ui/scriptorganizer.ui:183
msgctxt "scriptorganizer|extended_tip|edit"
msgid "Opens the default script editor for your operating system."
-msgstr "Öffnet den Standard-Skripteditor für Ihr Betriebssystem."
+msgstr "Öffnet den voreingestellten Skripteditor für Ihr Betriebssystem."
#. 8iqip
#: cui/uiconfig/ui/scriptorganizer.ui:195
diff --git a/source/de/dbaccess/messages.po b/source/de/dbaccess/messages.po
index 75f63977c92..c972d5c9dcc 100644
--- a/source/de/dbaccess/messages.po
+++ b/source/de/dbaccess/messages.po
@@ -4,7 +4,7 @@ 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: 2022-11-25 13:48+0100\n"
-"PO-Revision-Date: 2022-12-07 12:12+0000\n"
+"PO-Revision-Date: 2023-01-23 11:30+0000\n"
"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
"Language-Team: German <https://translations.documentfoundation.org/projects/libo_ui-master/dbaccessmessages/de/>\n"
"Language: de\n"
@@ -127,7 +127,7 @@ msgstr "Die Verbindung zur externen Datenquelle konnte nicht hergestellt werden.
#: dbaccess/inc/strings.hrc:30
msgctxt "RID_STR_COULDNOTLOAD_MANAGER"
msgid "The connection to the external data source could not be established. The SDBC driver manager could not be loaded."
-msgstr "Die Verbindung zur externen Datenquelle konnte nicht hergestellt werden. Der SDBC-Treiber-Manager konnte nicht geladen werden."
+msgstr "Die Verbindung zur externen Datenquelle konnte nicht hergestellt werden. Die SDBC-Treiber-Verwaltung konnte nicht geladen werden."
#. PzEVD
#: dbaccess/inc/strings.hrc:31
@@ -1797,7 +1797,7 @@ msgstr "Der Bericht \"$file$\" benötigt die Funktion Berichtdesigner."
#: dbaccess/inc/strings.hrc:314
msgctxt "STR_COULDNOTCREATE_DRIVERMANAGER"
msgid "Cannot connect to the SDBC driver manager (#servicename#)."
-msgstr "Es konnte keine Verbindung zum SDBC-Treiber-Manager (#servicename#) hergestellt werden."
+msgstr "Es konnte keine Verbindung zur SDBC-Treiber-Verwaltung (#servicename#) hergestellt werden."
#. aym6r
#: dbaccess/inc/strings.hrc:315
@@ -4522,7 +4522,7 @@ msgstr "_Automatisch"
#: dbaccess/uiconfig/ui/rowheightdialog.ui:137
msgctxt "rowheightdialog|extended_tip|automatic"
msgid "Adjusts the row height to the size based on the default template. Existing contents may be shown vertically cropped. The height no longer increases automatically when you enter larger contents."
-msgstr "Passt die Zeilenhöhe an die Größe der Standardvorlage an. Existierender Inhalt wird wahrscheinlich vertikal abgeschnitten angezeigt. Die Höhe steigt nicht länger automatisch an, wenn Sie mehr Inhalt eingeben."
+msgstr "Passt die Zeilenhöhe an die Größe der standardmäßigen Dokumentvorlage an. Existierender Inhalt wird wahrscheinlich vertikal abgeschnitten angezeigt. Die Höhe steigt nicht länger automatisch an, wenn Sie mehr Inhalt eingeben."
#. qEa9T
#: dbaccess/uiconfig/ui/rowheightdialog.ui:168
diff --git a/source/de/desktop/messages.po b/source/de/desktop/messages.po
index 058c6953102..227ea1cae17 100644
--- a/source/de/desktop/messages.po
+++ b/source/de/desktop/messages.po
@@ -4,7 +4,7 @@ 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: 2022-10-10 13:35+0200\n"
-"PO-Revision-Date: 2023-01-09 03:14+0000\n"
+"PO-Revision-Date: 2023-01-23 11:30+0000\n"
"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
"Language-Team: German <https://translations.documentfoundation.org/projects/libo_ui-master/desktopmessages/de/>\n"
"Language: de\n"
@@ -662,7 +662,7 @@ msgstr "Die benutzerdefinierte Installation konnte nicht abgeschlossen werden."
#: desktop/inc/strings.hrc:165
msgctxt "STR_BOOTSTRAP_ERR_NO_CFG_SERVICE"
msgid "The configuration service is not available."
-msgstr "Der Konfigurations-Manager kann nicht erzeugt werden."
+msgstr "Der Konfigurationsdienst ist nicht verfügbar."
#. wbj4W
#: desktop/inc/strings.hrc:166
@@ -712,7 +712,7 @@ msgstr "Das Drucken ist deaktiviert. Es können keine Dokumente gedruckt werden.
#: desktop/inc/strings.hrc:172
msgctxt "STR_BOOTSTRAP_ERR_NO_PATHSET_SERVICE"
msgid "The path manager is not available.\n"
-msgstr "Der Pfad-Manager ist nicht verfügbar.\n"
+msgstr "Die Pfadverwaltung ist nicht verfügbar.\n"
#. Cy4Wz
#: desktop/inc/strings.hrc:173
@@ -1133,7 +1133,7 @@ msgstr "_Zeige alle Aktualisierungen"
#: desktop/uiconfig/ui/updatedialog.ui:228
msgctxt "updatedialog|extended_tip|UPDATE_ALL"
msgid "By default, only the downloadable extensions are shown in the dialog. Mark Show all Updates to see also other extensions and error messages."
-msgstr "In der Standardeinstellung werden in diesem Dialog nur die herunterladbaren Erweiterungen angezeigt. Aktivieren Sie das Markierfeld Alle Updates anzeigen, um weitere Erweiterungen und Fehlermeldungen angezeigt zu bekommen."
+msgstr "In der Voreinstellung werden in diesem Dialog nur die herunterladbaren Erweiterungen angezeigt. Aktivieren Sie das Markierfeld Alle Updates anzeigen, um weitere Erweiterungen und Fehlermeldungen angezeigt zu bekommen."
#. BriDD
#: desktop/uiconfig/ui/updatedialog.ui:257
diff --git a/source/de/extensions/messages.po b/source/de/extensions/messages.po
index 5d5393e915e..95d804c53e4 100644
--- a/source/de/extensions/messages.po
+++ b/source/de/extensions/messages.po
@@ -4,7 +4,7 @@ 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: 2022-05-25 12:36+0200\n"
-"PO-Revision-Date: 2022-12-25 13:16+0000\n"
+"PO-Revision-Date: 2023-01-23 11:30+0000\n"
"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
"Language-Team: German <https://translations.documentfoundation.org/projects/libo_ui-master/extensionsmessages/de/>\n"
"Language: de\n"
@@ -1717,7 +1717,7 @@ msgstr "Nach links rollen"
#: extensions/inc/strings.hrc:177
msgctxt "RID_STR_DEFAULT_SCROLLVALUE"
msgid "Default scroll value"
-msgstr "Standard-Bildlaufwert"
+msgstr "Standardbildlaufwert"
#. UYujs
#: extensions/inc/strings.hrc:178
diff --git a/source/de/filter/messages.po b/source/de/filter/messages.po
index b87b45d6bb7..e779c26a34e 100644
--- a/source/de/filter/messages.po
+++ b/source/de/filter/messages.po
@@ -4,7 +4,7 @@ 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: 2022-12-07 13:11+0100\n"
-"PO-Revision-Date: 2022-12-12 13:11+0000\n"
+"PO-Revision-Date: 2023-01-23 11:30+0000\n"
"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
"Language-Team: German <https://translations.documentfoundation.org/projects/libo_ui-master/filtermessages/de/>\n"
"Language: de\n"
@@ -425,7 +425,7 @@ msgstr "PDF-Dokument nach Export an_zeigen"
#: filter/uiconfig/ui/pdfgeneralpage.ui:153
msgctxt "pdfgeneralpage|extended_tip|viewpdf"
msgid "Open the exported document in the system default PDF viewer."
-msgstr "Das exportierte Dokument mit dem standardmäßigen PDF-Betrachter des Systems öffnen."
+msgstr "Das exportierte Dokument mit dem voreingestellten PDF-Betrachter des Systems öffnen."
#. aWj7F
#: filter/uiconfig/ui/pdfgeneralpage.ui:168
@@ -1661,7 +1661,7 @@ msgstr "Durchsuchen…"
#: filter/uiconfig/ui/testxmlfilter.ui:117
msgctxt "testxmlfilter|extended_tip|exportbrowse"
msgid "Locate the file that you want to apply the XML export filter to. The XML code of the transformed file is opened in your default XML editor after transformation."
-msgstr "Lokalisieren Sie die Datei, auf die Sie den XML-Exportfilter anwenden möchten. Der XML-Code der umgewandelten Datei wird nach der Umwandlung in Ihrem Standard-XML-Editor geöffnet."
+msgstr "Lokalisieren Sie die Datei, auf die Sie den XML-Exportfilter anwenden möchten. Der XML-Code der umgewandelten Datei wird nach der Umwandlung in Ihrem voreingestellten XML-Editor geöffnet."
#. F8CJd
#: filter/uiconfig/ui/testxmlfilter.ui:128
@@ -1745,7 +1745,7 @@ msgstr "Quelltext anzeigen"
#: filter/uiconfig/ui/testxmlfilter.ui:300
msgctxt "testxmlfilter|extended_tip|displaysource"
msgid "Opens the XML source of the selected document in your default XML editor after importing."
-msgstr "Öffnet die XML-Quelle des gewählten Dokuments in Ihrem Standard-XML-Editor nach dem Importieren."
+msgstr "Öffnet die XML-Quelle des gewählten Dokuments in Ihrem voreingestellten XML-Editor nach dem Importieren."
#. AKfAy
#: filter/uiconfig/ui/testxmlfilter.ui:314
diff --git a/source/de/framework/messages.po b/source/de/framework/messages.po
index 6daec03e11f..3a8ca04611a 100644
--- a/source/de/framework/messages.po
+++ b/source/de/framework/messages.po
@@ -4,7 +4,7 @@ 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: 2021-06-11 17:08+0200\n"
-"PO-Revision-Date: 2022-11-15 14:10+0000\n"
+"PO-Revision-Date: 2023-01-23 11:30+0000\n"
"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
"Language-Team: German <https://translations.documentfoundation.org/projects/libo_ui-master/frameworkmessages/de/>\n"
"Language: de\n"
@@ -209,7 +209,7 @@ msgstr "Keine (Rechtschreibung nicht prüfen)"
#: framework/inc/strings.hrc:52
msgctxt "STR_RESET_TO_DEFAULT_LANGUAGE"
msgid "Reset to Default Language"
-msgstr "Auf Standardsprache zurücksetzen"
+msgstr "Auf voreingestellte Sprache zurücksetzen"
#. YEXdS
#: framework/inc/strings.hrc:53
diff --git a/source/de/helpcontent2/source/text/sbasic/shared.po b/source/de/helpcontent2/source/text/sbasic/shared.po
index abaf86d220f..417c3fd6890 100644
--- a/source/de/helpcontent2/source/text/sbasic/shared.po
+++ b/source/de/helpcontent2/source/text/sbasic/shared.po
@@ -4,7 +4,7 @@ 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: 2022-12-19 15:00+0100\n"
-"PO-Revision-Date: 2023-01-08 10:41+0000\n"
+"PO-Revision-Date: 2023-01-23 11:27+0000\n"
"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
"Language-Team: German <https://translations.documentfoundation.org/projects/libo_help-master/textsbasicshared/de/>\n"
"Language: de\n"
@@ -104,7 +104,7 @@ msgctxt ""
"par_id3154013\n"
"help.text"
msgid "In $[officename] Basic, a <emph>method parameter</emph> or a <emph>property</emph> expecting unit information can be specified either as integer or long integer expression without a unit, or as a character string containing a unit. If no unit is passed to the method the default unit defined for the active document type will be used. If the parameter is passed as a character string containing a measurement unit, the default setting will be ignored. The default measurement unit for a document type can be set under <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - (Document Type) - General</emph>."
-msgstr "In $[officename] Basic kann ein <emph>Methodenparameter</emph> oder eine <emph>Eigenschaft</emph>, der/die eine Maßeinheit erwartet, entweder als Ausdruck vom Typ Integer beziehungsweise Longinteger ohne Maßeinheit oder als eine Zeichenfolge, die eine Maßeinheit enthält, festgelegt werden. Falls einer Methode keine Maßeinheit mitgegeben wird, wird die für die aktive Dokumentart definierte Standardmaßeinheit verwendet. Falls dem Parameter eine Zeichenfolge mitgegeben wird, die eine Maßeinheit enthält, wird die Standardeinstellung ignoriert. Die Standardmaßeinheit für eine Dokumentart kann unter <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME – Einstellungen</emph></caseinline><defaultinline><emph>Extras – Optionen…</emph></defaultinline></switchinline><emph> – (Dokumenttyp) – Allgemein</emph> eingestellt werden."
+msgstr "In $[officename] Basic kann ein <emph>Methodenparameter</emph> oder eine <emph>Eigenschaft</emph>, der/die eine Maßeinheit erwartet, entweder als Ausdruck vom Typ Integer beziehungsweise Longinteger ohne Maßeinheit oder als eine Zeichenfolge, die eine Maßeinheit enthält, festgelegt werden. Falls einer Methode keine Maßeinheit mitgegeben wird, wird die für die aktive Dokumentart definierte standardmäßige Maßeinheit verwendet. Falls dem Parameter eine Zeichenfolge mitgegeben wird, die eine Maßeinheit enthält, wird die standardmäßige Einstellung ignoriert. Die standardmäßige Maßeinheit für eine Dokumentart kann unter <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME – Einstellungen</emph></caseinline><defaultinline><emph>Extras – Optionen…</emph></defaultinline></switchinline><emph> – (Dokumenttyp) – Allgemein</emph> eingestellt werden."
#. zfF2y
#: 00000002.xhp
@@ -2309,7 +2309,7 @@ msgctxt ""
"par_id3155072\n"
"help.text"
msgid "The <emph>Option Explicit</emph> statement has to be the first line in the module, before the first SUB. Generally, only arrays need to be declared explicitly. All other variables are declared according to the type-declaration character, or - if omitted - as the default type <emph>Single</emph>."
-msgstr "Die Anweisung <emph>Option Explicit</emph> muss in der ersten Zeile des Moduls noch vor dem ersten SUB stehen. Im Allgemeinen brauchen nur Arrays explizit deklariert werden. Alle anderen Variablen werden gemäß des Typ-Deklarationszeichens oder (falls dieses fehlt) als Standardtyp <emph>Single</emph> deklariert."
+msgstr "Die Anweisung <emph>Option Explicit</emph> muss in der ersten Zeile des Moduls noch vor dem ersten SUB stehen. Im Allgemeinen brauchen nur Matrizen explizit deklariert werden. Alle anderen Variablen werden gemäß des Typ-Deklarationszeichens oder (falls dieses fehlt) als standardmäßiger Typ <emph>Single</emph> deklariert."
#. TSzYC
#: 01020100.xhp
@@ -3614,7 +3614,7 @@ msgctxt ""
"par_id3145069\n"
"help.text"
msgid "The Basic Editor provides the standard editing functions you are familiar with when working in a text document. It supports the functions of the <emph>Edit</emph> menu (Cut, Delete, Paste), the ability to select text with the Shift key, as well as cursor positioning functions (for example, moving from word to word with <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> and the arrow keys)."
-msgstr "Der Basic-Editor hält alle Standard-Bearbeitungsfunktionen bereit, die Sie auch von einem Textdokument her kennen. Er kennt die Funktionen unter <emph>Bearbeiten</emph> (Ausschneiden, Löschen, Einfügen), die Auswahlmöglichkeiten mit Umschalt sowie alle Cursor-Positionierungsfunktionen (beispielsweise wortweise springen mit <switchinline select=\"sys\"><caseinline select=\"MAC\">Befehl</caseinline><defaultinline>Strg</defaultinline></switchinline>+Pfeiltasten)."
+msgstr "Der Basic-Editor hält alle standardmäßigen Bearbeitungsfunktionen bereit, die Sie auch von einem Textdokument her kennen. Er kennt die Funktionen unter <emph>Bearbeiten</emph> (Ausschneiden, Löschen, Einfügen), die Auswahlmöglichkeiten mit Umschalt sowie alle Cursor-Positionierungsfunktionen (beispielsweise wortweise springen mit <switchinline select=\"sys\"><caseinline select=\"MAC\">Befehl</caseinline><defaultinline>Strg</defaultinline></switchinline>+Pfeiltasten)."
#. S7kFn
#: 01030200.xhp
@@ -3920,7 +3920,7 @@ msgctxt ""
"par_id3158407\n"
"help.text"
msgid "The <emph>Pass Count</emph> specifies the number of times the breakpoint can be passed over before the program is interrupted. If you enter 0 (default setting) the program is always interrupted as soon as a breakpoint is encountered."
-msgstr "Die Einstellung <emph>Durchlauf</emph> legt fest, wie oft ein Haltepunkt durchlaufen werden kann, bevor das Programm unterbrochen wird. Wenn Sie 0 eingeben (Standardeinstellung), wird das Programm immer unterbrochen, wenn es auf einen Haltepunkt trifft."
+msgstr "Die Einstellung <emph>Durchlauf</emph> legt fest, wie oft ein Haltepunkt durchlaufen werden kann, bevor das Programm unterbrochen wird. Wenn Sie 0 eingeben (Standard), wird das Programm immer unterbrochen, wenn es auf einen Haltepunkt trifft."
#. xoCSA
#: 01030300.xhp
@@ -4361,7 +4361,7 @@ msgctxt ""
"par_id3148868\n"
"help.text"
msgid "You cannot delete the default library named \"Standard\"."
-msgstr "Die Standardbibliothek \"Standard\" kann nicht gelöscht werden."
+msgstr "Die standardmäßige Bibliothek \"Standard\" kann nicht gelöscht werden."
#. CYvda
#: 01030400.xhp
@@ -6179,7 +6179,7 @@ msgctxt ""
"par_id2293771\n"
"help.text"
msgid "<ahelp hid=\".\">Specify the default date to be shown in the Date control.</ahelp>"
-msgstr "<ahelp hid=\".\">Hiermit legen Sie das im Steuerelement Datum angezeigte Standarddatum fest.</ahelp>"
+msgstr "<ahelp hid=\".\">Legen Sie das im Steuerelement Datum standardmäßige angezeigte Datum fest.</ahelp>"
#. nDAvA
#: 01170101.xhp
@@ -6269,7 +6269,7 @@ msgctxt ""
"par_id3154200\n"
"help.text"
msgid "<ahelp hid=\".\">Select \"Yes\" to make the current button control the default selection. Pressing <emph>Return</emph> in the dialog activates the default button.</ahelp>"
-msgstr "<ahelp hid=\".\">Wählen Sie \"Ja\" aus, um die aktuelle Schaltfläche als Standardauswahl festzulegen. Diese Standardschaltfläche wird aktiviert, wenn im Dialog die <emph>Eingabetaste</emph> gedrückt wird.</ahelp>"
+msgstr "<ahelp hid=\".\">Wählen Sie \"Ja\" aus, um die aktuelle Schaltfläche als standardmäßige Auswahl festzulegen. Diese Standardschaltfläche wird aktiviert, wenn im Dialog die <emph>Eingabetaste</emph> gedrückt wird.</ahelp>"
#. bsDNs
#: 01170101.xhp
diff --git a/source/de/helpcontent2/source/text/scalc/01.po b/source/de/helpcontent2/source/text/scalc/01.po
index 375539ecec2..d4937103352 100644
--- a/source/de/helpcontent2/source/text/scalc/01.po
+++ b/source/de/helpcontent2/source/text/scalc/01.po
@@ -4,7 +4,7 @@ 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: 2022-12-08 19:46+0100\n"
-"PO-Revision-Date: 2023-01-08 10:41+0000\n"
+"PO-Revision-Date: 2023-01-23 11:27+0000\n"
"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
"Language-Team: German <https://translations.documentfoundation.org/projects/libo_help-master/textscalc01/de/>\n"
"Language: de\n"
@@ -19850,7 +19850,7 @@ msgctxt ""
"par_id321615667588042\n"
"help.text"
msgid "<input>=HYPERLINK(\"file:///C:/Documents/\";\"Open Documents folder\")</input> displays the text \"Open Documents folder\" and shows the folder contents using the standard file manager in your operating system."
-msgstr "<input>=HYPERLINK(\"file:///C:/Dokumente/\";\"Dokumentordner öffnen\")</input> zeigt den Text \"Dokumentordner öffnen\" an und ruft den Ordnerinhalt mit dem Standard-Dateimanager Ihres Betriebssystems beim Anklicken auf."
+msgstr "<input>=HYPERLINK(\"file:///C:/Dokumente/\";\"Dokumentordner öffnen\")</input> zeigt den Text \"Dokumentordner öffnen\" an und ruft beim Anklicken den Ordnerinhalt mit der standardmäßigen Dateiverwaltung Ihres Betriebssystems auf."
#. ubKsF
#: 04060109.xhp
@@ -43493,7 +43493,7 @@ msgctxt ""
"par_id3147396\n"
"help.text"
msgid "Alternatively, click the sheet tab while pressing the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Alt</defaultinline></switchinline> key. Now you can change the name directly. <switchinline select=\"sys\"><caseinline select=\"UNIX\"><embedvar href=\"text/shared/00/00000099.xhp#winmanager\"/></caseinline></switchinline>"
-msgstr "Alternativ dazu klicken Sie <switchinline select=\"sys\"><caseinline select=\"MAC\">Befehl</caseinline><defaultinline>Alt</defaultinline></switchinline> gedrückt halten und auf das Tabellenregister klicken. Sie können nun direkt den Namen ändern. <switchinline select=\"sys\"><caseinline select=\"UNIX\"><embedvar href=\"text/shared/00/00000099.xhp#winmanager\"/></caseinline></switchinline>"
+msgstr "Alternativ dazu halten Sie <switchinline select=\"sys\"><caseinline select=\"MAC\">Befehl</caseinline><defaultinline>Alt</defaultinline></switchinline> gedrückt und klicken auf das Tabellenregister. Sie können nun direkt den Namen ändern. <switchinline select=\"sys\"><caseinline select=\"UNIX\"><embedvar href=\"text/shared/00/00000099.xhp#winmanager\"/></caseinline></switchinline>"
#. e5RQH
#: 05050300.xhp
diff --git a/source/de/helpcontent2/source/text/scalc/02.po b/source/de/helpcontent2/source/text/scalc/02.po
index fe25d21eb3d..9edab122acd 100644
--- a/source/de/helpcontent2/source/text/scalc/02.po
+++ b/source/de/helpcontent2/source/text/scalc/02.po
@@ -4,8 +4,8 @@ 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: 2022-12-07 19:22+0100\n"
-"PO-Revision-Date: 2022-09-09 14:35+0000\n"
-"Last-Translator: Annabelle Wübbelsmann <translowl@web.de>\n"
+"PO-Revision-Date: 2023-01-23 11:27+0000\n"
+"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
"Language-Team: German <https://translations.documentfoundation.org/projects/libo_help-master/textscalc02/de/>\n"
"Language: de\n"
"MIME-Version: 1.0\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.12.2\n"
"X-POOTLE-MTIME: 1551594836.000000\n"
#. aSE5T
@@ -41,7 +41,7 @@ msgctxt ""
"par_id3148837\n"
"help.text"
msgid "<ahelp hid=\".uno:NumberFormatCurrency\" visibility=\"visible\">Applies the default currency format to the selected cells.</ahelp>"
-msgstr "<ahelp hid=\".uno:NumberFormatCurrency\" visibility=\"visible\">Wendet das Standardwährungsformat auf die ausgewählten Zellen an.</ahelp>"
+msgstr "<ahelp hid=\".uno:NumberFormatCurrency\" visibility=\"visible\">Wendet das standardmäßige Währungsformat auf die ausgewählten Zellen an.</ahelp>"
#. 2nsBF
#: 02130000.xhp
@@ -194,7 +194,7 @@ msgctxt ""
"par_id3163802\n"
"help.text"
msgid "<ahelp hid=\".uno:NumberFormatStandard\" visibility=\"visible\">Applies the default number format to the selected cells.</ahelp>"
-msgstr "<ahelp hid=\".uno:NumberFormatStandard\" visibility=\"visible\">Wendet das vorgegebene Zahlenformat auf die ausgewählten Zellen an.</ahelp>"
+msgstr "<ahelp hid=\".uno:NumberFormatStandard\" visibility=\"visible\">Wendet das standardmäßige Zahlenformat auf die ausgewählten Zellen an.</ahelp>"
#. MpiW2
#: 02150000.xhp
@@ -806,7 +806,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Standard Formula, Date/Time, Error Warning"
-msgstr "Standard-Formel, Datum/Zeit, Fehlermeldung"
+msgstr "Standardmäßige Formel, Datum/Zeit, Fehlermeldung"
#. fFadm
#: 08080000.xhp
@@ -824,7 +824,7 @@ msgctxt ""
"hd_id3147335\n"
"help.text"
msgid "<link href=\"text/scalc/02/08080000.xhp\">Standard Formula, Date/Time, Error Warning</link>"
-msgstr "<link href=\"text/scalc/02/08080000.xhp\">Standard-Formel, Datum/Zeit, Fehlermeldung</link>"
+msgstr "<link href=\"text/scalc/02/08080000.xhp\">Standardmäßige Formel, Datum/Zeit, Fehlermeldung</link>"
#. gvyvx
#: 08080000.xhp
@@ -842,7 +842,7 @@ msgctxt ""
"par_id3155061\n"
"help.text"
msgid "To change the default formula that is displayed, right-click the field, and then choose the formula that you want. The available formulas are: Average, count of values (COUNTA), count of numbers (COUNT), Maximum, Minimum, Sum, or None."
-msgstr "Um die angezeigte Standardformel zu wechseln, klicken Sie mit der rechten Maustaste in das Feld und wählen dann die gewünschte Formel aus. Folgende Formeln stehen zur Verfügung: Mittelwert, Anzahl Werte (ANZAHL2), Anzahl Zahlen (ANZAHL), Maximum, Minimum, Summe, Anzahl Zellen und Keine."
+msgstr "Um die angezeigte Formel zu wechseln, klicken Sie mit der rechten Maustaste in das Feld und wählen dann die gewünschte Formel aus. Folgende Formeln stehen zur Verfügung: Mittelwert, Anzahl Werte (ANZAHL2), Anzahl Zahlen (ANZAHL), Maximum, Minimum, Summe, Anzahl Zellen und Keine."
#. dC4rs
#: 08080000.xhp
diff --git a/source/de/helpcontent2/source/text/schart/01.po b/source/de/helpcontent2/source/text/schart/01.po
index db55af13eed..83402e8f207 100644
--- a/source/de/helpcontent2/source/text/schart/01.po
+++ b/source/de/helpcontent2/source/text/schart/01.po
@@ -4,7 +4,7 @@ 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: 2022-12-07 19:22+0100\n"
-"PO-Revision-Date: 2022-11-22 14:11+0000\n"
+"PO-Revision-Date: 2023-01-23 11:27+0000\n"
"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
"Language-Team: German <https://translations.documentfoundation.org/projects/libo_help-master/textschart01/de/>\n"
"Language: de\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.12.2\n"
"X-POOTLE-MTIME: 1565410144.000000\n"
#. DsZFP
@@ -86,7 +86,7 @@ msgctxt ""
"par_id8141117\n"
"help.text"
msgid "When you create a chart that is based on default data, or when you copy a chart into your document, you can open the Data Table dialog to enter your own data. The chart responds to the data in a live preview."
-msgstr "Wenn Sie ein auf Standarddaten basierendes Diagramm erstellen oder ein Diagramm in ein Dokument kopieren, können Sie den Dialog \"Datentabelle\" öffnen und eigene Daten eingeben. Die eingegebenen Daten werden in einer Live-Vorschau im Diagramm dargestellt."
+msgstr "Wenn Sie ein auf standardmäßigen Daten basierendes Diagramm erstellen oder ein Diagramm in ein Dokument kopieren, können Sie den Dialog „Datentabelle“ öffnen und eigene Daten eingeben. Die eingegebenen Daten werden in einer Live-Vorschau im Diagramm dargestellt."
#. VoGXA
#: 03010000.xhp
@@ -1004,7 +1004,7 @@ msgctxt ""
"par_id3166428\n"
"help.text"
msgid "Use this area to assign a second axis to your chart. If a data series is already assigned to this axis, $[officename] automatically displays the axis and the label. You can turn off these settings later on. If no data has been assigned to this axis and you activate this area, the values of the primary Y axis are applied to the secondary axis."
-msgstr "In diesem Bereich können Sie Ihrem Diagramm eine zweite Achse zuweisen. Ist bereits eine Datenreihe dieser Achse zugeordnet, zeigt $[officename] automatisch Achse und Beschriftung an. Sie können diese Standardeinstellung nachträglich abschalten. Wenn Sie diesen Bereich aktivieren und der Achse keine Daten zugeordnet sind, werden für die sekundäre Achse die Werte der primären Y-Achse übernommen."
+msgstr "In diesem Bereich können Sie Ihrem Diagramm eine zweite Achse zuweisen. Ist bereits eine Datenreihe dieser Achse zugeordnet, zeigt $[officename] automatisch Achse und Beschriftung an. Sie können diese standardmäßige Einstellung nachträglich abschalten. Wenn Sie diesen Bereich aktivieren und der Achse keine Daten zugeordnet sind, werden für die sekundäre Achse die Werte der primären Y-Achse übernommen."
#. oEY8r
#: 04040000.xhp
@@ -1697,7 +1697,7 @@ msgctxt ""
"par_id180820161627109994\n"
"help.text"
msgid "Default equation uses <item type=\"literal\">x</item> for abscissa variable, and <item type=\"literal\">f(x)</item> for ordinate variable. To change these names, select the trend line, choose <item type=\"menuitem\">Format - Format Selection – Type</item> and enter names in <item type=\"literal\">X Variable Name</item> and <item type=\"literal\">Y Variable Name</item> edit boxes."
-msgstr "Die Standardgleichung verwendet <item type=\"literal\">x</item> als Abzissenvariable und <item type=\"literal\">f(x)</item> als Ordinatenvariable. Um die Namen zu ändern, wählen Sie die Trendlinie aus, wählen <item type=\"menuitem\">Format – Auswahl formatieren… – Register: Typ</item> und geben Namen in die Textfelder <item type=\"literal\">X-Variablenname</item> und <item type=\"literal\">Y-Variablenname</item> ein."
+msgstr "Die standardmäßige Gleichung verwendet <item type=\"literal\">x</item> als Abzissenvariable und <item type=\"literal\">f(x)</item> als Ordinatenvariable. Um die Namen zu ändern, wählen Sie die Trendlinie aus, wählen <item type=\"menuitem\">Format – Auswahl formatieren… – Register: Typ</item> und geben Namen in die Textfelder <item type=\"literal\">X-Variablenname</item> und <item type=\"literal\">Y-Variablenname</item> ein."
#. jAs3d
#: 04050100.xhp
@@ -2417,7 +2417,7 @@ msgctxt ""
"par_id2527237\n"
"help.text"
msgid "Available for pie and donut charts. <ahelp hid=\".\">The default direction in which the pieces of a pie chart are ordered is counterclockwise. Enable the <emph>Clockwise direction</emph> checkbox to draw the pieces in opposite direction.</ahelp>"
-msgstr "Verfügbar für Kreis- und Ringdiagramme. <ahelp hid=\".\">Die Standardrichtung, in welche die Stücke eines Kreisdiagramms angeordnet sind, ist entgegen dem Uhrzeigersinn. Aktivieren Sie das Markierfeld <emph>Ausrichtung im Uhrzeigersinn</emph>, um die Stücke in die entgegengesetzte Richtung zu ziehen.</ahelp>"
+msgstr "Verfügbar für Kreis- und Ringdiagramme. <ahelp hid=\".\">Die standardmäßige Richtung, in welche die Stücke eines Kreisdiagramms angeordnet sind, ist entgegen dem Uhrzeigersinn. Aktivieren Sie das Markierfeld <emph>Ausrichtung im Uhrzeigersinn</emph>, um die Stücke in die entgegengesetzte Richtung zu ziehen.</ahelp>"
#. BiqZr
#: 04060000.xhp
@@ -2444,7 +2444,7 @@ msgctxt ""
"par_id553910\n"
"help.text"
msgid "In 3D pie and donut charts that were created with older versions of the software, the starting angle is 0 degrees instead of 90 degrees. For old and new 2D charts the default starting angle is 90 degrees."
-msgstr "In 3D-Kreis- und Ringdiagrammen, die mit älteren Versionen der Software erstellt wurden, ist der Startpunkt 0 Grad statt 90 Grad. Für alte und neue 2D-Diagramme ist der Standardstartpunkt 90 Grad."
+msgstr "In 3D-Kreis- und Ringdiagrammen, die mit älteren Versionen der Software erstellt wurden, ist der Startpunkt 0 Grad statt 90 Grad. Für alte und neue 2D-Diagramme ist der standardmäßige Startpunkt 90 Grad."
#. 9xzEe
#: 04060000.xhp
@@ -7592,7 +7592,7 @@ msgctxt ""
"par_id2377697\n"
"help.text"
msgid "The legend shows the value from the range, which you entered in the <emph>Range for Name</emph> field in the <emph>Data Range</emph> dialog. The default entry is the column header of the closing price column."
-msgstr "In der Legende werden die Werte des Bereichs angezeigt, die Sie in das <emph>Bereich für Namen</emph>-Feld im Dialog <emph>Datenreihen</emph> eingegeben haben. Als Standardeintrag wird der Spaltenname der Schlusswertespalte gewählt."
+msgstr "In der Legende werden die Werte des Bereichs angezeigt, die Sie in das Feld <emph>Bereich für Namen</emph> im Dialog <emph>Datenreihen</emph> eingegeben haben. Als standardmäßiger Eintrag wird der Spaltenname der Schlusswertespalte gewählt."
#. ENNoh
#: type_stock.xhp
@@ -7736,7 +7736,7 @@ msgctxt ""
"par_id4634235\n"
"help.text"
msgid "The chart is created with default settings. After the chart is finished, you can edit its properties to change the appearance. Line styles and icons can be changed on the <emph>Line</emph> tab page of the data series properties dialog."
-msgstr "Das Diagramm wird anhand der Standard-Einstellungen erstellt. Das Aussehen des fertigen Diagramms können Sie ändern, indem Sie seine Eigenschaften bearbeiten. Die Linienstile und Symbole können Sie im Register <emph>Linie</emph> des Dialogs Eigenschaften der Datenreihe ändern."
+msgstr "Das Diagramm wird anhand der standardmäßigen Einstellungen erstellt. Das Aussehen des fertigen Diagramms können Sie ändern, indem Sie seine Eigenschaften bearbeiten. Die Linienstile und Symbole können Sie im Register <emph>Linie</emph> des Dialogs „Eigenschaften“ der Datenreihe ändern."
#. 6AcaE
#: type_xy.xhp
@@ -7781,7 +7781,7 @@ msgctxt ""
"par_id6571550\n"
"help.text"
msgid "Each data point is shown by an icon. %PRODUCTNAME uses default icons with different forms and colors for each data series. The default colors are set in <switchinline select=\"sys\"><caseinline select=\"MAC\"><item type=\"menuitem\">%PRODUCTNAME - Preferences</item></caseinline><defaultinline><item type=\"menuitem\">Tools - Options</item></defaultinline></switchinline><item type=\"menuitem\"> - Charts - Default Colors</item>."
-msgstr "Jeder Datenpunkt wird mit einem Symbol angezeigt. %PRODUCTNAME nutzt Standardsymbole mit verschiedenen Formen und Farben für die unterschiedlichen Datenreihen. Die Standardfarben werden in <switchinline select=\"sys\"><caseinline select=\"MAC\"><item type=\"menuitem\">%PRODUCTNAME – Einstellungen</item></caseinline><defaultinline><item type=\"menuitem\">Extras – Optionen…</item></defaultinline></switchinline><item type=\"menuitem\"> – Diagramme – Standardfarben</item> festgelegt."
+msgstr "Jeder Datenpunkt wird mit einem Symbol angezeigt. %PRODUCTNAME nutzt standardmäßige Symbole mit verschiedenen Formen und Farben für die unterschiedlichen Datenreihen. Die standardmäßige Farben werden in <switchinline select=\"sys\"><caseinline select=\"MAC\"><item type=\"menuitem\">%PRODUCTNAME – Einstellungen</item></caseinline><defaultinline><item type=\"menuitem\">Extras – Optionen…</item></defaultinline></switchinline><item type=\"menuitem\"> – Diagramme – Standardfarben</item> festgelegt."
#. esJ88
#: type_xy.xhp
diff --git a/source/de/helpcontent2/source/text/sdatabase.po b/source/de/helpcontent2/source/text/sdatabase.po
index 627a4995d19..1cb7f6da170 100644
--- a/source/de/helpcontent2/source/text/sdatabase.po
+++ b/source/de/helpcontent2/source/text/sdatabase.po
@@ -4,7 +4,7 @@ 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: 2022-12-07 19:22+0100\n"
-"PO-Revision-Date: 2023-01-08 10:42+0000\n"
+"PO-Revision-Date: 2023-01-23 11:28+0000\n"
"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
"Language-Team: German <https://translations.documentfoundation.org/projects/libo_help-master/textsdatabase/de/>\n"
"Language: de\n"
@@ -9301,7 +9301,7 @@ msgctxt ""
"par_id571643046067450\n"
"help.text"
msgid "List of all keyword/value pairs for <link href=\"https://www.postgresql.org/docs/13/libpq-connect.html#LIBPQ-PARAMKEYWORDS\">PostgreSQL 13</link> connection string. Not every pair is handled by the %PRODUCTNAME driver manager."
-msgstr "Liste aller Schlüsselwort/Wert-Paare für die <link href=\"https://www.postgresql.org/docs/13/libpq-connect.html#LIBPQ-PARAMKEYWORDS\">PostgreSQL 13</link>-Verbindungszeichenfolge. Nicht jedes Paar wird vom %PRODUCTNAME-Treibermanager verwaltet."
+msgstr "Liste aller Schlüsselwort/Wert-Paare für die <link href=\"https://www.postgresql.org/docs/13/libpq-connect.html#LIBPQ-PARAMKEYWORDS\">PostgreSQL 13</link>-Verbindungszeichenfolge. Nicht jedes Paar kann von der %PRODUCTNAME-Treiberverwaltung gehandhabt werden."
#. XoiBM
#: dabawiz02spreadsheet.xhp
diff --git a/source/de/helpcontent2/source/text/sdraw.po b/source/de/helpcontent2/source/text/sdraw.po
index 359dbb7830c..57ea40a58c7 100644
--- a/source/de/helpcontent2/source/text/sdraw.po
+++ b/source/de/helpcontent2/source/text/sdraw.po
@@ -4,7 +4,7 @@ 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: 2022-12-07 19:22+0100\n"
-"PO-Revision-Date: 2022-12-07 12:18+0000\n"
+"PO-Revision-Date: 2023-01-23 11:27+0000\n"
"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
"Language-Team: German <https://translations.documentfoundation.org/projects/libo_help-master/textsdraw/de/>\n"
"Language: de\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.12.2\n"
"X-POOTLE-MTIME: 1557806579.000000\n"
#. dHbww
@@ -104,7 +104,7 @@ msgctxt ""
"par_id3150868\n"
"help.text"
msgid "This menu contains general commands for working with Draw documents, such as create, open, close and print. To close $[officename] Draw, click <emph>Exit</emph>."
-msgstr ""
+msgstr "Dieses Menü enthält allgemeine Befehle für die Bearbeitung von Draw-Dokumenten wie beispielsweise »Neu«, »Öffnen«, »Schließen« und »Drucken«. Um $[officename]-Draw zu beenden, klicken Sie auf <emph>Schließen</emph>."
#. uGyaP
#: main0103.xhp
diff --git a/source/de/helpcontent2/source/text/shared/00.po b/source/de/helpcontent2/source/text/shared/00.po
index 23f56265c43..d02716925b9 100644
--- a/source/de/helpcontent2/source/text/shared/00.po
+++ b/source/de/helpcontent2/source/text/shared/00.po
@@ -4,7 +4,7 @@ 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: 2022-12-07 19:22+0100\n"
-"PO-Revision-Date: 2023-01-08 10:41+0000\n"
+"PO-Revision-Date: 2023-01-23 11:27+0000\n"
"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
"Language-Team: German <https://translations.documentfoundation.org/projects/libo_help-master/textshared00/de/>\n"
"Language: de\n"
@@ -41,7 +41,7 @@ msgctxt ""
"hd_id211668777619062\n"
"help.text"
msgid "Help"
-msgstr ""
+msgstr "Hilfe"
#. ruaTG
#: 00000001.xhp
@@ -50,7 +50,7 @@ msgctxt ""
"par_id761668777629023\n"
"help.text"
msgid "Click the <menuitem>Help</menuitem> button to open the help page associated with the currently open dialog."
-msgstr ""
+msgstr "Klicken Sie auf die Schaltfläche <menuitem>Hilfe</menuitem>, um die Hilfeseite zu öffnen, die dem aktuell geöffneten Dialog zugeordnet ist."
#. WptWZ
#: 00000001.xhp
@@ -4721,7 +4721,7 @@ msgctxt ""
"par_id3154408\n"
"help.text"
msgid "<variable id=\"winmanager\">The availability of this function depends on your X Window Manager. </variable>"
-msgstr "<variable id=\"winmanager\">Die Verfügbarkeit dieser Funktion hängt von Ihrem X Window Manager ab.</variable>"
+msgstr "<variable id=\"winmanager\">Die Verfügbarkeit dieser Funktion hängt von Ihrer X Window-Verwaltung ab.</variable>"
#. sHNos
#: 00000099.xhp
diff --git a/source/de/helpcontent2/source/text/shared/01.po b/source/de/helpcontent2/source/text/shared/01.po
index 1396bc88120..a48bcb682fd 100644
--- a/source/de/helpcontent2/source/text/shared/01.po
+++ b/source/de/helpcontent2/source/text/shared/01.po
@@ -4,7 +4,7 @@ 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: 2022-12-07 19:22+0100\n"
-"PO-Revision-Date: 2023-01-08 10:41+0000\n"
+"PO-Revision-Date: 2023-01-23 11:27+0000\n"
"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
"Language-Team: German <https://translations.documentfoundation.org/projects/libo_help-master/textshared01/de/>\n"
"Language: de\n"
@@ -32846,7 +32846,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Text Columns"
-msgstr ""
+msgstr "Textspalten"
#. zzYp3
#: 05320001.xhp
@@ -32864,7 +32864,7 @@ msgctxt ""
"par_id3154788\n"
"help.text"
msgid "<ahelp hid=\"cui/ui/textcolumnstabpage/TextColumnsPage\">Adds columns to the text in the selected drawing object.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"cui/ui/textcolumnstabpage/TextColumnsPage\">Fügt dem Text im ausgewählten Zeichenobjekt Spalten hinzu.</ahelp>"
#. XCeS9
#: 05320001.xhp
@@ -32873,7 +32873,7 @@ msgctxt ""
"hd_id3152821\n"
"help.text"
msgid "Number of columns"
-msgstr ""
+msgstr "Anzahl der Spalten"
#. kEjrF
#: 05320001.xhp
@@ -32882,7 +32882,7 @@ msgctxt ""
"par_id3144436\n"
"help.text"
msgid "Specifies how many columns to use to lay out the drawing object's text."
-msgstr ""
+msgstr "Legt fest, wie viele Spalten verwendet werden sollen, um den Text des Zeichenobjekts anzuordnen."
#. yhb4G
#: 05320001.xhp
@@ -32891,7 +32891,7 @@ msgctxt ""
"hd_id3152822\n"
"help.text"
msgid "Spacing"
-msgstr ""
+msgstr "Abstand"
#. EU3yR
#: 05320001.xhp
@@ -32900,7 +32900,7 @@ msgctxt ""
"par_id3144437\n"
"help.text"
msgid "Specifies the amount of space between the columns."
-msgstr ""
+msgstr "Legt den Abstand zwischen den Spalten fest."
#. 8kqou
#: 05320002.xhp
@@ -32909,7 +32909,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Theme"
-msgstr ""
+msgstr "Thema"
#. HQBCk
#: 05320002.xhp
@@ -32927,7 +32927,7 @@ msgctxt ""
"par_id3154788\n"
"help.text"
msgid "<ahelp hid=\"cui/ui/themetabpage/ThemePage\">Adds colors to the selected master page.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"cui/ui/themetabpage/ThemePage\">Fügt der ausgewählten Masterseite Farben hinzu.</ahelp>"
#. YiUBW
#: 05320002.xhp
@@ -32936,7 +32936,7 @@ msgctxt ""
"hd_id3152821\n"
"help.text"
msgid "General"
-msgstr ""
+msgstr "Allgemein"
#. oLtfm
#: 05320002.xhp
@@ -32945,7 +32945,7 @@ msgctxt ""
"hd_id3152822\n"
"help.text"
msgid "Name"
-msgstr ""
+msgstr "Name"
#. Vn5NP
#: 05320002.xhp
@@ -32954,7 +32954,7 @@ msgctxt ""
"par_id3144436\n"
"help.text"
msgid "Specifies a name for this master page theme."
-msgstr ""
+msgstr "Legt einen Namen für dieses Masterseiten-Thema fest."
#. Dh64z
#: 05320002.xhp
@@ -32963,7 +32963,7 @@ msgctxt ""
"hd_id3152823\n"
"help.text"
msgid "Color Set"
-msgstr ""
+msgstr "Farbsatz"
#. yvPdS
#: 05320002.xhp
@@ -32972,7 +32972,7 @@ msgctxt ""
"hd_id3152824\n"
"help.text"
msgid "Name"
-msgstr ""
+msgstr "Name"
#. etPAe
#: 05320002.xhp
@@ -32981,7 +32981,7 @@ msgctxt ""
"par_id3144437\n"
"help.text"
msgid "Specifies a name for this set of colors."
-msgstr ""
+msgstr "Legt einen Namen für diesen Farbsatz fest."
#. bQc5u
#: 05320002.xhp
@@ -32990,7 +32990,7 @@ msgctxt ""
"hd_id3152825\n"
"help.text"
msgid "Background - Dark 1"
-msgstr ""
+msgstr "Hintergrund – Dunkel 1"
#. pnURC
#: 05320002.xhp
@@ -32999,7 +32999,7 @@ msgctxt ""
"par_id3144438\n"
"help.text"
msgid "Specifies the first dark color to be used as dark background, typically black."
-msgstr ""
+msgstr "Legt die erste dunkle Farbe fest, die als dunkler Hintergrund verwendet werden soll, normalerweise Schwarz."
#. Bfas8
#: 05320002.xhp
@@ -33008,7 +33008,7 @@ msgctxt ""
"hd_id3152826\n"
"help.text"
msgid "Text - Light 1"
-msgstr ""
+msgstr "Text – Hell 1"
#. 6BJ7P
#: 05320002.xhp
@@ -33017,7 +33017,7 @@ msgctxt ""
"par_id3144439\n"
"help.text"
msgid "Specifies the first light color to be used as light text, typically white."
-msgstr ""
+msgstr "Legt die erste helle Farbe fest, die als heller Text verwendet werden soll, normalerweise Weiß."
#. v949u
#: 05320002.xhp
@@ -33026,7 +33026,7 @@ msgctxt ""
"hd_id3152827\n"
"help.text"
msgid "Background - Dark 2"
-msgstr ""
+msgstr "Hintergrund – Dunkel 2"
#. Yn3oE
#: 05320002.xhp
@@ -33035,7 +33035,7 @@ msgctxt ""
"par_id3144440\n"
"help.text"
msgid "Specifies the second dark color to be used as dark background. This is typically dark, but not exactly black."
-msgstr ""
+msgstr "Legt die zweite dunkle Farbe fest, die als dunkler Hintergrund verwendet werden soll. Diese ist normalerweise dunkel, aber nicht genau schwarz."
#. wBe5B
#: 05320002.xhp
@@ -33044,7 +33044,7 @@ msgctxt ""
"hd_id3152828\n"
"help.text"
msgid "Text - Light 2"
-msgstr ""
+msgstr "Text – Hell 2"
#. GEpE7
#: 05320002.xhp
@@ -33053,7 +33053,7 @@ msgctxt ""
"par_id3144441\n"
"help.text"
msgid "Specifies the second light color to be used as light text. This is typically light, but not exactly white."
-msgstr ""
+msgstr "Legt die zweite helle Farbe fest, die als heller Text verwendet werden soll. Diese ist normalerweise hell, aber nicht genau weiß."
#. 6sCnr
#: 05320002.xhp
@@ -33062,7 +33062,7 @@ msgctxt ""
"hd_id3152829\n"
"help.text"
msgid "Accent 1"
-msgstr ""
+msgstr "Akzent 1"
#. jarvZ
#: 05320002.xhp
@@ -33071,7 +33071,7 @@ msgctxt ""
"par_id3144442\n"
"help.text"
msgid "First custom color. This is typically dark enough that light text is readable when the custom color is used as a background color."
-msgstr ""
+msgstr "Erste benutzerdefinierte Farbe. Diese ist normalerweise dunkel genug, dass heller Text lesbar ist, wenn die benutzerdefinierte Farbe als Hintergrundfarbe verwendet wird."
#. TBAAu
#: 05320002.xhp
@@ -33080,7 +33080,7 @@ msgctxt ""
"hd_id3152830\n"
"help.text"
msgid "Accent 2"
-msgstr ""
+msgstr "Akzent 2"
#. PhmYV
#: 05320002.xhp
@@ -33089,7 +33089,7 @@ msgctxt ""
"par_id3144443\n"
"help.text"
msgid "Second custom color."
-msgstr ""
+msgstr "Zweite benutzerdefinierte Farbe."
#. CoqnB
#: 05320002.xhp
@@ -33098,7 +33098,7 @@ msgctxt ""
"hd_id3152831\n"
"help.text"
msgid "Accent 3"
-msgstr ""
+msgstr "Akzent 3"
#. AApC3
#: 05320002.xhp
@@ -33107,7 +33107,7 @@ msgctxt ""
"par_id3144444\n"
"help.text"
msgid "Third custom color."
-msgstr ""
+msgstr "Dritte benutzerdefinierte Farbe."
#. yAJRk
#: 05320002.xhp
@@ -33116,7 +33116,7 @@ msgctxt ""
"hd_id3152832\n"
"help.text"
msgid "Accent 4"
-msgstr ""
+msgstr "Akzent 4"
#. B3ekD
#: 05320002.xhp
@@ -33125,7 +33125,7 @@ msgctxt ""
"par_id3144445\n"
"help.text"
msgid "Fourth custom color."
-msgstr ""
+msgstr "Vierte benutzerdefinierte Farbe."
#. DnYuJ
#: 05320002.xhp
@@ -33134,7 +33134,7 @@ msgctxt ""
"hd_id3152833\n"
"help.text"
msgid "Accent 5"
-msgstr ""
+msgstr "Akzent 5"
#. AVEe4
#: 05320002.xhp
@@ -33143,7 +33143,7 @@ msgctxt ""
"par_id3144446\n"
"help.text"
msgid "Fifth custom color."
-msgstr ""
+msgstr "Fümfte benutzerdefinierte Farbe."
#. gC46v
#: 05320002.xhp
@@ -33152,7 +33152,7 @@ msgctxt ""
"hd_id3152834\n"
"help.text"
msgid "Accent 6"
-msgstr ""
+msgstr "Akzent 6"
#. Fc7BK
#: 05320002.xhp
@@ -33161,7 +33161,7 @@ msgctxt ""
"par_id3144447\n"
"help.text"
msgid "Sixth custom color."
-msgstr ""
+msgstr "Sechste benutzerdefinierte Farbe."
#. PhQWg
#: 05320002.xhp
@@ -33170,7 +33170,7 @@ msgctxt ""
"hd_id3152835\n"
"help.text"
msgid "Hyperlink"
-msgstr ""
+msgstr "Hyperlink"
#. sawNC
#: 05320002.xhp
@@ -33179,7 +33179,7 @@ msgctxt ""
"par_id3144448\n"
"help.text"
msgid "Color used for non-followed hyperlinks."
-msgstr ""
+msgstr "Farbe, die für nicht besuchte Hyperlinks verwendet wird."
#. jyKLz
#: 05320002.xhp
@@ -33188,7 +33188,7 @@ msgctxt ""
"hd_id3152836\n"
"help.text"
msgid "Followed Hyperlink"
-msgstr ""
+msgstr "Besuchter Hyperlink"
#. sRoPn
#: 05320002.xhp
@@ -33197,7 +33197,7 @@ msgctxt ""
"par_id3144449\n"
"help.text"
msgid "Color used for followed hyperlinks."
-msgstr ""
+msgstr "Farbe, die für besuchte Hyperlinks verwendet wird."
#. A2WXN
#: 05340100.xhp
@@ -37976,7 +37976,7 @@ msgctxt ""
"bm_id3155620\n"
"help.text"
msgid "<bookmark_value>AutoCorrect function; options</bookmark_value> <bookmark_value>replacement options</bookmark_value> <bookmark_value>words; automatically replacing</bookmark_value> <bookmark_value>abbreviation replacement</bookmark_value> <bookmark_value>capital letters; AutoCorrect function</bookmark_value> <bookmark_value>spaces; ignoring double</bookmark_value> <bookmark_value>numbering; using automatically</bookmark_value> <bookmark_value>paragraphs; numbering automatically</bookmark_value> <bookmark_value>tables in text; creating automatically</bookmark_value> <bookmark_value>titles; formatting automatically</bookmark_value> <bookmark_value>empty paragraph removal</bookmark_value> <bookmark_value>paragraphs; removing blank ones</bookmark_value> <bookmark_value>styles; replacing automatically</bookmark_value> <bookmark_value>user-defined styles; automatically replacing</bookmark_value> <bookmark_value>bullets; replacing</bookmark_value> <bookmark_value>paragraphs; joining</bookmark_value> <bookmark_value>joining; paragraphs</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>AutoKorrektur; Optionen</bookmark_value><bookmark_value>Ersetzungen; Optionen</bookmark_value><bookmark_value>Wörter; automatisch ersetzen</bookmark_value><bookmark_value>Abkürzungen; ersetzen</bookmark_value><bookmark_value>Großbuchstaben; AutoKorrektur</bookmark_value><bookmark_value>Leerzeichen; doppelte</bookmark_value><bookmark_value>Nummerierung ignorieren; automatische Verwendung</bookmark_value><bookmark_value>Absätze; automatisch nummerieren</bookmark_value><bookmark_value>Tabellen im Text; automatisch erstellen</bookmark_value><bookmark_value>Titel; automatisch formatieren</bookmark_value><bookmark_value>Entfernen; leere Absätze</bookmark_value><bookmark_value>Absätze; leere entfernen</bookmark_value><bookmark_value>Formatvorlagen; automatisch ersetzen</bookmark_value><bookmark_value>benutzerdefinierter Formatvorlagen; automatisch ersetzen</bookmark_value><bookmark_value>Aufzählungszeichen; ersetzen</bookmark_value><bookmark_value>Absätze; zusammenhalten</bookmark_value><bookmark_value>Zusammenhalten; Absätze</bookmark_value>"
#. geiHV
#: 06040100.xhp
@@ -38111,7 +38111,7 @@ msgctxt ""
"bm_id811645041244683\n"
"help.text"
msgid "<bookmark_value>bold; AutoFormat function</bookmark_value><bookmark_value>bold; using * when typing</bookmark_value><bookmark_value>underlining; AutoFormat function</bookmark_value><bookmark_value>underlining; using _ when typing</bookmark_value><bookmark_value>italic; AutoFormat function</bookmark_value><bookmark_value>italic; using / when typing</bookmark_value><bookmark_value>strikeout; AutoFormat function</bookmark_value><bookmark_value>strikeout; using - when typing</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Fett; AutoFormat</bookmark_value><bookmark_value>Fett; * bei der Eingabe verwenden</bookmark_value><bookmark_value>Unterstreichung; AutoFormat</bookmark_value><bookmark_value>Unterstreichung; _ bei der Eingabe verwenden</bookmark_value><bookmark_value>kursiv; AutoFormat</bookmark_value><bookmark_value>Kursiv; / bei der Eingabe verwenden</bookmark_value><bookmark_value>Durchstreichung; AutoFormat</bookmark_value><bookmark_value>Durchstreichung; - bei der Eingabe verwenden</bookmark_value>"
#. FvyG2
#: 06040100.xhp
@@ -41585,7 +41585,7 @@ msgctxt ""
"par_idN109C2\n"
"help.text"
msgid "<ahelp hid=\"cui/ui/scriptorganizer/ScriptOrganizerDialog\">Select a macro or script from <emph>My Macros</emph>, <emph>Application Macros</emph>, or an open document. To view the available macros or scripts, double-click an entry.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"cui/ui/scriptorganizer/ScriptOrganizerDialog\">Wählen Sie ein Makro oder Skript aus <emph>Meine Makros</emph>, <emph>Anwendungsmakros</emph> oder einem geöffneten Dokument aus. Um die verfügbaren Makros oder Skripte anzuzeigen, doppelklicken Sie auf einen Eintrag.</ahelp>"
#. wxJE3
#: 06130030.xhp
@@ -46634,7 +46634,7 @@ msgctxt ""
"hd_id61638092292670\n"
"help.text"
msgid "Start Certificate Manager"
-msgstr ""
+msgstr "Zertifikatsverwaltung starten"
#. bEk3e
#: digitalsignatures.xhp
@@ -46643,7 +46643,7 @@ msgctxt ""
"par_id441638095576834\n"
"help.text"
msgid "Opens the installed certificate manager of your system."
-msgstr ""
+msgstr "Öffnet die installierte Zertifikatsverwaltung Ihres Systems."
#. zGF8H
#: digitalsignatures.xhp
@@ -46652,7 +46652,7 @@ msgctxt ""
"par_id481638101674763\n"
"help.text"
msgid "On macOS, the default certificate manager is <emph>Keychain Access</emph>."
-msgstr ""
+msgstr "Unter macOS ist die standardmäßige Zertifikatsverwaltung <emph>Keychain Access</emph>."
#. oENdS
#: digitalsignatures.xhp
@@ -46661,7 +46661,7 @@ msgctxt ""
"par_id701638101681340\n"
"help.text"
msgid "On Windows systems, the default certificate manager is <emph>Certmgr.msc</emph>, a Microsoft Management Console snap-in using Certmgr.exe, and does not manage OpenPGP certificates. To manage both X509 and OpenPGP certificates install the <emph>gpg4win</emph> tool."
-msgstr ""
+msgstr "Auf Windows-Systemen ist die standardmäßige Zertifikatsverwaltung <emph>Certmgr.msc</emph>, ein Snap-In der Microsoft Management Console, das Certmgr.exe verwendet, und keine OpenPGP-Zertifikate verwaltet. Um sowohl X509- als auch OpenPGP-Zertifikate zu verwalten, installieren Sie das Tool <emph>gpg4win</emph>."
#. Bsfs2
#: digitalsignaturespdf.xhp
@@ -48596,7 +48596,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Rename object"
-msgstr ""
+msgstr "Objekt umbenennen"
#. xBT3n
#: nav_rename.xhp
@@ -48605,7 +48605,7 @@ msgctxt ""
"bm_id3147366\n"
"help.text"
msgid "<bookmark_value>navigator; rename</bookmark_value> <bookmark_value>rename;objects</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Navigator; umbenennen</bookmark_value><bookmark_value>Umbenennen; Objekte</bookmark_value>"
#. W5LjG
#: nav_rename.xhp
@@ -48614,7 +48614,7 @@ msgctxt ""
"hd_id3147366\n"
"help.text"
msgid "Rename object"
-msgstr ""
+msgstr "Objekt umbenennen"
#. DFRqj
#: nav_rename.xhp
@@ -48623,7 +48623,7 @@ msgctxt ""
"par_id3147588\n"
"help.text"
msgid "<variable id=\"desc\">Renames the object selected in the Navigator.</variable>"
-msgstr ""
+msgstr "<variable id=\"desc\">Benennt das im Navigator ausgewählte Objekt um.</variable>"
#. BJGCb
#: nav_rename.xhp
@@ -48632,7 +48632,7 @@ msgctxt ""
"par_id3148833\n"
"help.text"
msgid "Open the context menu for the object - Choose <menuitem>Rename</menuitem>."
-msgstr ""
+msgstr "Öffnen Sie das Kontextmenü für das Objekt – Wählen Sie <menuitem>Umbenennen</menuitem>."
#. KbRdP
#: nav_rename.xhp
@@ -48641,7 +48641,7 @@ msgctxt ""
"hd_id3156027\n"
"help.text"
msgid "New name"
-msgstr ""
+msgstr "Neuer Name"
#. CG62C
#: nav_rename.xhp
@@ -48650,7 +48650,7 @@ msgctxt ""
"par_id3152924\n"
"help.text"
msgid "<ahelp hid=\".\">Enter the new name of the selected object.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Geben Sie den neuen Namen des ausgewählten Objekts ein.</ahelp>"
#. wJHoB
#: nav_rename.xhp
@@ -48659,7 +48659,7 @@ msgctxt ""
"par_id661630417737429\n"
"help.text"
msgid "Names of objects must be unique in the same document."
-msgstr ""
+msgstr "Namen von Objekten müssen im selben Dokument eindeutig sein."
#. FzLmt
#: notebook_bar.xhp
@@ -52241,7 +52241,7 @@ msgctxt ""
"par_id251619267385242\n"
"help.text"
msgid "The document permission restrictions set by password will be observed only by PDF readers compliant with the version 1.5 of the format. Thus, in older PDF readers, the restrictions may have no effect."
-msgstr ""
+msgstr "Die mittels Passwort festgelegten Beschränkungen für Dokumentberechtigungen werden nur von PDF-Readern beachtet, die mit der Version 1.5 des Formats kompatibel sind. Daher haben die Einschränkungen in älteren PDF-Readern möglicherweise keine Auswirkung."
#. ENhob
#: ref_pdf_export_security.xhp
diff --git a/source/de/helpcontent2/source/text/shared/02.po b/source/de/helpcontent2/source/text/shared/02.po
index 6c465f1be50..551aa111eac 100644
--- a/source/de/helpcontent2/source/text/shared/02.po
+++ b/source/de/helpcontent2/source/text/shared/02.po
@@ -4,7 +4,7 @@ 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: 2022-12-19 15:00+0100\n"
-"PO-Revision-Date: 2022-11-25 12:45+0000\n"
+"PO-Revision-Date: 2023-01-23 11:27+0000\n"
"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
"Language-Team: German <https://translations.documentfoundation.org/projects/libo_help-master/textshared02/de/>\n"
"Language: de\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.12.2\n"
"X-POOTLE-MTIME: 1565413604.000000\n"
#. Edm6o
@@ -50,7 +50,7 @@ msgctxt ""
"par_id3154398\n"
"help.text"
msgid "<ahelp hid=\".uno:PrintDefault\">Click the <emph>Print File Directly</emph> icon to print the active document with the current default print settings.</ahelp> These can be found in the <emph>Printer Setup</emph> dialog, which you can call with the <link href=\"text/shared/01/01140000.xhp\"><emph>Printer Settings</emph></link> menu command."
-msgstr "<ahelp hid=\".uno:PrintDefault\">Klicken Sie auf das Symbol <emph>Datei direkt drucken</emph>, um das aktive Dokument unter Anwendung der momentan gültigen Standarddruckereinstellungen zu drucken.</ahelp> Diese Einstellungen finden Sie im Dialog <emph>Drucker einrichten</emph>, den Sie mittels <link href=\"text/shared/01/01140000.xhp\"><emph>Druckereinstellungen…</emph></link> aufrufen."
+msgstr "<ahelp hid=\".uno:PrintDefault\">Klicken Sie auf das Symbol <emph>Datei direkt drucken</emph>, um das aktive Dokument unter Anwendung der standardmäßigen Druckereinstellungen zu drucken.</ahelp> Diese Einstellungen finden Sie im Dialog <emph>Drucker einrichten</emph>, den Sie mittels <link href=\"text/shared/01/01140000.xhp\"><emph>Druckereinstellungen…</emph></link> aufrufen."
#. EqERF
#: 01110000.xhp
@@ -86,7 +86,7 @@ msgctxt ""
"par_id9547105\n"
"help.text"
msgid "If the current document uses a printer that is not the default printer for your operating system, the <emph>Print File Direct</emph> icon opens the <link href=\"text/shared/01/01130000.xhp\"><emph>Print</emph></link> dialog."
-msgstr "Falls das aktuelle Dokument einen Drucker nutzt, der für Ihr Betriebssystem nicht als Standarddrucker eingestellt ist, öffnet das Symbol <emph>Datei direkt drucken</emph> den Dialog <link href=\"text/shared/01/01130000.xhp\"><emph>Drucken</emph></link>."
+msgstr "Falls das aktuelle Dokument einen Drucker nutzt, der für Ihr Betriebssystem nicht als standardmäßiger Drucker eingestellt ist, öffnet das Symbol <emph>Datei direkt drucken</emph> den Dialog <link href=\"text/shared/01/01130000.xhp\"><emph>Drucken</emph></link>."
#. JkNUh
#: 01140000.xhp
@@ -1679,7 +1679,7 @@ msgctxt ""
"par_idN11D01\n"
"help.text"
msgid "Default scroll value"
-msgstr "Standard-Bildlaufwert"
+msgstr "Standardmäßiger Bildlaufwert"
#. TFnZ8
#: 01170000.xhp
@@ -2804,7 +2804,7 @@ msgctxt ""
"par_id3155342\n"
"help.text"
msgid "If you export the current form document to HTML format, the default control values are exported, not the current control values. Default values are determined - depending on the type of control - by the properties' <emph>Default value</emph> (for example, in text fields), <emph>Default status</emph> (for check boxes and option fields), and <emph>Default selection</emph> (for list boxes)."
-msgstr "Wenn Sie das aktuelle Formulardokument in das HTML-Format exportieren, werden nur die Standardwerte der Steuerelemente exportiert, nicht die aktuellen. Die Standardwerte sind - je nach Art des Steuerelements - durch die Eigenschaften <emph>Standardwert</emph> (beispielsweise in Textfeldern), <emph>Standardstatus</emph> (für Auswahl- und Optionsfelder) und <emph>Standardauswahl</emph> (für Listenfelder) festgelegt."
+msgstr "Wenn Sie das aktuelle Formulardokument in das HTML-Format exportieren, werden nur die Standardwerte der Steuerelemente exportiert, nicht die aktuellen. Die Standardwerte sind – je nach Art des Steuerelements – durch die Eigenschaften <emph>Standardwert</emph> (beispielsweise in Textfeldern), <emph>Standardstatus</emph> (für Auswahl- und Optionsfelder) und <emph>Standardauswahl</emph> (für Listenfelder) festgelegt."
#. FbjBr
#: 01170101.xhp
@@ -3938,7 +3938,7 @@ msgctxt ""
"par_id3152874\n"
"help.text"
msgid "The predefined default list entry is entered into the <emph>Default selection combo</emph> box."
-msgstr "Der vordefinierte Standardlisteneintrag wird in das Feld <emph>Standardauswahl</emph> eingetragen."
+msgstr "Der vordefinierte standardmäßige Listeneintrag wird in das Feld <emph>Standardauswahl</emph> eingetragen."
#. DMKt9
#: 01170101.xhp
@@ -4001,7 +4001,7 @@ msgctxt ""
"par_id3150776\n"
"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Defines the maximum number of characters that the user can enter.</ahelp> For text and combo boxes, you can define the maximum number of characters that the user can enter. If this control field property is uncertain, the default setting will be zero."
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">Hier bestimmen Sie, wie viele Zeichen die Benutzereingabe maximal umfassen darf.</ahelp> Bei Text- und Kombinationsfeldern können Sie vorgeben, wie viele Zeichen die Benutzereingabe maximal umfassen darf. Ist diese Steuerelement-Eigenschaft unbestimmt, so gilt die Standardeinstellung Null."
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Hier bestimmen Sie, wie viele Zeichen die Benutzereingabe maximal umfassen darf.</ahelp> Bei Text- und Kombinationsfeldern können Sie vorgeben, wie viele Zeichen die Benutzereingabe maximal umfassen darf. Ist diese Steuerelementeigenschaft unbestimmt, so gilt die standardmäßige Einstellung Null."
#. TUFDf
#: 01170101.xhp
@@ -4199,7 +4199,7 @@ msgctxt ""
"par_idN115AE\n"
"help.text"
msgid "<ahelp hid=\".\">Specifies whether Check boxes and Option buttons are displayed in a 3D look (default) or a flat look.</ahelp>"
-msgstr "<ahelp hid=\".\">Legt fest, ob Markier- und Optionsfelder drei- (Standardeinstellung) oder zweidimensional dargestellt werden.</ahelp>"
+msgstr "<ahelp hid=\".\">Legt fest, ob Markier- und Optionsfelder drei- (Standard) oder zweidimensional dargestellt werden.</ahelp>"
#. fDQ78
#: 01170101.xhp
@@ -4325,7 +4325,7 @@ msgctxt ""
"par_id3149819\n"
"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">On the <emph>Properties</emph> tab page, this option specifies the name for the control field. On the <emph>Form Properties</emph> tab page, this option specifies the name for the form.</ahelp> Each control field and each form has a \"Name\" property through which it can be identified. The name will appear in the <link href=\"text/shared/02/01170600.xhp\"><emph>Form Navigator</emph></link> and, using the name, the control field can be referred to from a macro. The default settings already specify a name which is constructed from using the field's label and number."
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">Im Register <emph>Eigenschaften</emph> gibt dieser Eintrag den Namen des Steuerelements wieder. Im Register <emph>Formulareigenschaften</emph> stellt dieser Eintrag den Namen des Formulars dar.</ahelp> Jedes Steuerelement und jedes Formular verfügt über die Eigenschaft \"Name\", die zu seiner Identifikation dient. Der Name wird im <link href=\"text/shared/02/01170600.xhp\"><emph>Formularnavigator</emph></link> angezeigt und kann außerdem als Verweis auf das Steuerelement in Makros verwendet werden. Wenn Sie die Eigenschaften einsehen, finden Sie dort bereits einen Standardnamen vor, der aus der Kombination von Feldbeschriftung und -nummer besteht."
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Im Register <emph>Eigenschaften</emph> gibt dieser Eintrag den Namen des Steuerelements wieder. Im Register <emph>Formulareigenschaften</emph> stellt dieser Eintrag den Namen des Formulars dar.</ahelp> Jedes Steuerelement und jedes Formular verfügt über die Eigenschaft \"Name\", die zu seiner Identifikation dient. Der Name wird im <link href=\"text/shared/02/01170600.xhp\"><emph>Formularnavigator</emph></link> angezeigt und kann außerdem als Verweis auf das Steuerelement in Makros verwendet werden. Wenn Sie die Eigenschaften einsehen, finden Sie dort bereits einen standardmäßigen Namen vor, der aus der Kombination von Feldbeschriftung und -nummer besteht."
#. MCCG9
#: 01170101.xhp
@@ -4487,7 +4487,7 @@ msgctxt ""
"par_id3150837\n"
"help.text"
msgid "<ahelp hid=\".\">Specifies whether an option or a check box is selected by default.</ahelp>"
-msgstr "<ahelp hid=\".\">Legt fest, ob Markier- und Optionsfelder drei- (Standardeinstellung) oder zweidimensional dargestellt werden.</ahelp>"
+msgstr "<ahelp hid=\".\">Legt fest, ob Markier- und Optionsfelder drei- (Standard) oder zweidimensional dargestellt werden.</ahelp>"
#. ZfKGq
#: 01170101.xhp
@@ -4505,7 +4505,7 @@ msgctxt ""
"par_id3156266\n"
"help.text"
msgid "For grouped option fields, the status of the group corresponding to the default setting is defined by the \"Default Status\" property."
-msgstr "Bei gruppierten Optionsfeldern wird durch die Eigenschaft \"Standard-Status\" der Zustand der Gruppe definiert, der der Standard-Einstellung entspricht."
+msgstr "Bei gruppierten Optionsfeldern wird durch die Eigenschaft \"Status: Standard\" der Zustand der Gruppe definiert, welcher der standardmäßigen Einstellung entspricht."
#. vhduq
#: 01170101.xhp
@@ -4568,7 +4568,7 @@ msgctxt ""
"par_id3154222\n"
"help.text"
msgid "<ahelp hid=\".\">Sets the default value for the control field.</ahelp> For example, the default value will be entered when a form is opened."
-msgstr "<ahelp hid=\".\">Hier legen Sie den Standardwert für das Steuerelement fest.</ahelp> Der Standardwert wird beim Öffnen des Formulars angenommen."
+msgstr "<ahelp hid=\".\">Hier legen Sie den standardmäßigen Wert für das Steuerelement fest.</ahelp> Der Standardwert wird beim Öffnen des Formulars angenommen."
#. gfCP8
#: 01170101.xhp
@@ -4595,7 +4595,7 @@ msgctxt ""
"par_idN11B74\n"
"help.text"
msgid "<ahelp hid=\".\">Sets the default value for the scrollbar.</ahelp>"
-msgstr "<ahelp hid=\".\">Hier legen Sie den Standardwert für die Bildlaufleiste fest.</ahelp>"
+msgstr "<ahelp hid=\".\">Hier legen Sie den standardmäßigen Wert für die Bildlaufleiste fest.</ahelp>"
#. FEeCy
#: 01170101.xhp
@@ -4685,7 +4685,7 @@ msgctxt ""
"par_id2299874\n"
"help.text"
msgid "<ahelp hid=\".\">Sets the default time.</ahelp>"
-msgstr "<ahelp hid=\".\">Legt die Standarduhrzeit fest.</ahelp>"
+msgstr "<ahelp hid=\".\">Legt die standardmäßige Zeit fest.</ahelp>"
#. CpEpp
#: 01170101.xhp
@@ -4703,7 +4703,7 @@ msgctxt ""
"par_id2545548\n"
"help.text"
msgid "<ahelp hid=\".\">Sets the default date.</ahelp>"
-msgstr "<ahelp hid=\".\">Legt das Standarddatum fest.</ahelp>"
+msgstr "<ahelp hid=\".\">Legt das standardmäßige Datum fest.</ahelp>"
#. RaCDi
#: 01170101.xhp
@@ -4721,7 +4721,7 @@ msgctxt ""
"par_id4563127\n"
"help.text"
msgid "<ahelp hid=\".\">Sets the default text for a text box or a combo box.</ahelp>"
-msgstr "<ahelp hid=\".\">Legt den Standardtext für Text- beziehungsweise Kombinationsfelder fest.</ahelp>"
+msgstr "<ahelp hid=\".\">Legt den standardmäßigen Text für Text- beziehungsweise Kombinationsfelder fest.</ahelp>"
#. cQY2E
#: 01170101.xhp
@@ -8690,7 +8690,7 @@ msgctxt ""
"par_id3156212\n"
"help.text"
msgid "The filter function is available in user mode through the <link href=\"text/shared/02/12030000.xhp\"><emph>AutoFilter</emph></link> and <link href=\"text/shared/02/12090000.xhp\"><emph>Default Filter</emph></link> icons on the <link href=\"text/shared/main0213.xhp\"><emph>Form Navigation</emph> Bar</link>."
-msgstr "Im Benutzermodus kann über die Symbole <link href=\"text/shared/02/12030000.xhp\"><emph>AutoFilter</emph></link> und <link href=\"text/shared/02/12090000.xhp\"><emph>Standardfilter</emph></link> in der <link href=\"text/shared/main0213.xhp\"><emph>Formular-Navigationsleiste</emph></link> auf die Filterfunktion zugegriffen werden."
+msgstr "Im Benutzermodus kann über die Symbole <link href=\"text/shared/02/12030000.xhp\"><emph>AutoFilter</emph></link> und <link href=\"text/shared/02/12090000.xhp\"><emph>Standardfilter</emph></link> in der Symbolleiste <link href=\"text/shared/main0213.xhp\"><emph>Formular-Navigator</emph></link> auf die Filterfunktion zugegriffen werden."
#. kFDjB
#: 01170203.xhp
@@ -8879,7 +8879,7 @@ msgctxt ""
"par_id3150330\n"
"help.text"
msgid "On exit from the last field of a form, the cursor skips to the first field in the next form. This is standard for HTML forms; therefore, this option is especially relevant for HTML forms."
-msgstr "Beim Verlassen des letzten Felds in einem Formular springt der Cursor auf das erste Feld im nächsten Formular. Dies ist das Standardverhalten von HTML-Formularen; deshalb ist diese Option besonders für HTML-Formulare relevant."
+msgstr "Beim Verlassen des letzten Felds in einem Formular springt der Cursor auf das erste Feld im nächsten Formular. Dies ist das standardmäßige Verhalten von HTML-Formularen; deshalb ist diese Option besonders für HTML-Formulare relevant."
#. FoBDJ
#: 01170203.xhp
@@ -9743,7 +9743,7 @@ msgctxt ""
"par_id3146797\n"
"help.text"
msgid "During exporting, the default script language will be defined based on the first module found in macro management. For events, only one language can be used per document."
-msgstr "Beim Export wird die Standard-Skriptsprache auf Grundlage des ersten Moduls bestimmt, das in der Makro-Verwaltung gefunden wird. Für jedes Dokument ist nur eine Sprache für Ereignisse zulässig."
+msgstr "Beim Export wird die standardmäßige Skriptsprache auf Grundlage des ersten Moduls bestimmt, das in der Makroverwaltung gefunden wird. Für jedes Dokument ist nur eine Sprache für Ereignisse zulässig."
#. HaBAA
#: 01170800.xhp
@@ -10733,7 +10733,7 @@ msgctxt ""
"par_idN10621\n"
"help.text"
msgid "To reset the selected objects to the default paragraph style, select <emph>Clear formatting</emph>. Select <emph>More Styles</emph> to open the <emph>Styles</emph> window."
-msgstr "Um die markierten Objekte auf die Absatzvorlage Standard zurückzusetzen, wählen Sie <emph>Formatierung löschen</emph>. Wählen Sie <emph>Weitere Vorlagen…</emph>, um die <emph>Formatvorlagen</emph> zu öffnen."
+msgstr "Um die markierten Objekte auf die Absatzvorlage \"Standard\" zurückzusetzen, wählen Sie <emph>Formatierung löschen</emph>. Wählen Sie <emph>Weitere Vorlagen…</emph>, um die <emph>Formatvorlagen</emph> zu öffnen."
#. Hzg3U
#: 02010000.xhp
@@ -11057,7 +11057,7 @@ msgctxt ""
"par_id3150247\n"
"help.text"
msgid "<ahelp hid=\".uno:DecrementIndent\">Click the <emph>Decrease Indent</emph> icon to reduce the left indent of the current paragraph or cell content and set it to the previous default tab position.</ahelp>"
-msgstr "<ahelp hid=\".uno:DecrementIndent\">Klicken Sie auf das Symbol <emph>Einzug verkleinern</emph>, um den linken Einzug des aktuellen Absatzes beziehungsweise des Zellinhalts zu verkleinern und auf die vorige Standardtabulatorposition zu setzen.</ahelp>"
+msgstr "<ahelp hid=\".uno:DecrementIndent\">Klicken Sie auf das Symbol <emph>Einzug verkleinern</emph>, um den linken Einzug des aktuellen Absatzes beziehungsweise des Zellinhalts zu verkleinern und auf die vorige standardmäßige Tabulatorposition zu setzen.</ahelp>"
#. HPhUT
#: 02130000.xhp
@@ -11093,7 +11093,7 @@ msgctxt ""
"par_id3153031\n"
"help.text"
msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">If you click the <emph>Decrease Indent</emph> icon while holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>Command</emph></caseinline><defaultinline><emph>Ctrl</emph></defaultinline></switchinline> key, the indent for the selected paragraph is moved by the default tab stop that has been set under <link href=\"text/shared/optionen/01040200.xhp\"><emph>%PRODUCTNAME Writer - General</emph></link> in the <emph>Options</emph> dialog box.</caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Wenn Sie das Symbol <emph>Einzug verkleinern</emph> beim gedrücktem <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>Befehl</emph></caseinline><defaultinline><emph>Strg</emph></defaultinline></switchinline> anklicken, wird der Einzug für den ausgewählten Absatz um einen Standard-Tabstopp verschoben, dessen Abstand unter <link href=\"text/shared/optionen/01040200.xhp\"><emph>%PRODUCTNAME Writer – Allgemein</emph></link> im Dialog <emph>Optionen</emph> eingestellt werden kann.</caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Wenn Sie das Symbol <emph>Einzug verkleinern</emph> beim gedrücktem <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>Befehl</emph></caseinline><defaultinline><emph>Strg</emph></defaultinline></switchinline> anklicken, wird der Einzug für den ausgewählten Absatz um einen standardmäßigen Tabulator verschoben, dessen Abstand unter <link href=\"text/shared/optionen/01040200.xhp\"><emph>%PRODUCTNAME Writer – Allgemein</emph></link> im Dialog <emph>Optionen</emph> eingestellt werden kann.</caseinline></switchinline>"
#. bQJwB
#: 02140000.xhp
@@ -11129,7 +11129,7 @@ msgctxt ""
"par_id3151330\n"
"help.text"
msgid "<ahelp hid=\".\">Click the <emph>Increase Indent</emph> icon to increase the left indent of the current paragraph or cell content and set it to the next default tab position.</ahelp>"
-msgstr "<ahelp hid=\".\">Klicken Sie auf das Symbol <emph>Einzug vergrößern</emph>, um den linken Einzug des aktuellen Absatzes bzw. des Zellinhalts zu vergrößern und auf die nächste Standardtabulatorposition zu setzen.</ahelp>"
+msgstr "<ahelp hid=\".\">Klicken Sie auf das Symbol <emph>Einzug vergrößern</emph>, um den linken Einzug des aktuellen Absatzes beziehungsweise des Zellinhalts zu vergrößern und auf die nächste standardmäßige Tabulatorposition zu setzen.</ahelp>"
#. yriSY
#: 02140000.xhp
@@ -11165,7 +11165,7 @@ msgctxt ""
"par_id3152996\n"
"help.text"
msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Click the <emph>Increase Indent</emph> icon while holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>Command</emph></caseinline><defaultinline><emph>Ctrl</emph></defaultinline></switchinline> key to move the indenting of the selected paragraph by the default tab distance set under <link href=\"text/shared/optionen/01040200.xhp\"><emph>%PRODUCTNAME Writer - General</emph></link> in the <emph>Options</emph> dialog box.</caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Wenn Sie das Symbol <emph>Einzug vergrößern</emph> bei gedrücktem <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>Befehl</emph></caseinline><defaultinline><emph>Strg</emph></defaultinline></switchinline> anklicken, wird der Einzug für den ausgewählten Absatz um einen Standardtabulator verschoben, dessen Abstand unter <link href=\"text/shared/optionen/01040200.xhp\"><emph>%PRODUCTNAME Writer – Allgemein</emph></link> im Dialog <emph>Optionen</emph> eingestellt werden kann.</caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Wenn Sie das Symbol <emph>Einzug vergrößern</emph> bei gedrücktem <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>Befehl</emph></caseinline><defaultinline><emph>Strg</emph></defaultinline></switchinline> anklicken, wird der Einzug für den ausgewählten Absatz um einen standardmäßigen Tabulator verschoben, dessen Abstand unter <link href=\"text/shared/optionen/01040200.xhp\"><emph>%PRODUCTNAME Writer – Allgemein</emph></link> im Dialog <emph>Optionen</emph> eingestellt werden kann.</caseinline></switchinline>"
#. LssTS
#: 02140000.xhp
@@ -12974,7 +12974,7 @@ msgctxt ""
"par_id3153683\n"
"help.text"
msgid "<ahelp hid=\".uno:OpenHyperlinkOnCursor\" visibility=\"hidden\">Opens the hyperlink in your default web browser.</ahelp>"
-msgstr "<ahelp hid=\".uno:OpenHyperlinkOnCursor\" visibility=\"hidden\">Öffnet den Hyperlink in Ihrem Standard-Webbrowser.</ahelp>"
+msgstr "<ahelp hid=\".uno:OpenHyperlinkOnCursor\" visibility=\"hidden\">Öffnet den Hyperlink in Ihrem standardmäßigen Webbrowser.</ahelp>"
#. yM32z
#: 09070000.xhp
@@ -13514,7 +13514,7 @@ msgctxt ""
"par_id91615666930995\n"
"help.text"
msgid "If the URL refers to a <emph>folder</emph>, the standard file manager in your operating system opens showing the contents of the specified folder."
-msgstr "Wenn die URL auf einen <emph>Ordner</emph> verweist, wird der Standard-Dateimanager geöffnet und zeigt den Inhalt des angegebenen Ordners an."
+msgstr "Wenn die URL auf einen <emph>Ordner</emph> verweist, wird die standardmäßige Dateiverwaltung geöffnet und zeigt den Inhalt des angegebenen Ordners an."
#. GQcJJ
#: 09070300.xhp
@@ -16052,7 +16052,7 @@ msgctxt ""
"par_id3156736\n"
"help.text"
msgid "If the <emph>Apply field format</emph> box is marked, the data source view of the table or form is searched using the formatting set there. If the box is not marked, the database is searched using the formatting saved in the database."
-msgstr "Um die Daten in der Datenansicht einer Tabelle oder in einem Formular zu durchsuchen, haben Sie die Wahl, ob bei der Suche die aktuell sichtbare Formatierung oder eine Standard-Formatierung der Datenbank berücksichtigt werden soll. Ist das Feld <emph>Feldformatierung verwenden</emph> markiert, wird in der Datenansicht der Tabelle oder im Formular mit der dort eingestellten Formatierung gesucht, ist es nicht markiert, wird in der Datenbank mit der dort gespeicherten Formatierung gesucht."
+msgstr "Um die Daten in der Datenansicht einer Tabelle oder in einem Formular zu durchsuchen, haben Sie die Wahl, ob bei der Suche die aktuell sichtbare Formatierung oder eine standardmäßige Formatierung der Datenbank berücksichtigt werden soll. Ist das Feld <emph>Feldformatierung verwenden</emph> markiert, wird in der Datenansicht der Tabelle oder im Formular mit der dort eingestellten Formatierung gesucht, ist es nicht markiert, wird in der Datenbank mit der dort gespeicherten Formatierung gesucht."
#. XH8Ev
#: 12100200.xhp
@@ -16133,7 +16133,7 @@ msgctxt ""
"par_id3151321\n"
"help.text"
msgid "It is recommended that you always search using field formatting."
-msgstr "Es empfiehlt sich, die Suche mit Feldformatierung durchzuführen, da anderenfalls (interne) Standard-Formatierungen genommen werden, die zu ungewollten Suchergebnissen führen können."
+msgstr "Es empfiehlt sich, die Suche mit Feldformatierung durchzuführen, da anderenfalls (interne) standardmäßige Formatierungen genommen werden, die zu ungewollten Suchergebnissen führen können."
#. paPGm
#: 12100200.xhp
@@ -16142,7 +16142,7 @@ msgctxt ""
"par_id3149401\n"
"help.text"
msgid "The following examples show possible issues when searching without field formatting. These issues depend on the database used and only occur for certain internal default formatting:"
-msgstr "Folgende Beispiele zeigen mögliche Problemfälle bei der Suche ohne Feldformatierung. Diese sind abhängig von der verwendeten Datenbank und treten nur bei bestimmten internen Standard-Formatierungen auf:"
+msgstr "Folgende Beispiele zeigen mögliche Problemfälle bei der Suche ohne Feldformatierung. Diese sind abhängig von der verwendeten Datenbank und treten nur bei bestimmten internen standardmäßigen Formatierungen auf:"
#. fmDoR
#: 12100200.xhp
@@ -16187,7 +16187,7 @@ msgctxt ""
"par_id3157965\n"
"help.text"
msgid "\"00:00:00\" returns all records of a standard date field."
-msgstr "\"00:00:00\" findet alle Datensätze eines reinen Datumsfeldes."
+msgstr "\"00:00:00\" findet alle Datensätze eines standardmäßigen Datumsfeldes."
#. DSKDA
#: 12100200.xhp
@@ -16223,7 +16223,7 @@ msgctxt ""
"par_id3148481\n"
"help.text"
msgid "In this case, standard formatting is formatting that refers to the internally stored data. It is not always visible to the user, especially if it is used for simulating data types (for example, time fields in dBASE databases). This depends on the database used and the individual data type. Searching with field formatting is appropriate if you only want to find what is actually shown. This includes fields of type Date, Time, Date/Time and Number/Double."
-msgstr "Die Standardformatierungen sind hier Formatierungen, die sich auf die intern gespeicherten Daten beziehen. Sie sind für die Benutzer nicht immer sichtbar, besonders dann nicht, wenn sie zur Simulation von Datentypen (beispielsweise von Zeitfeldern in dBase-Datenbanken) eingesetzt werden. Im Einzelnen ist dies von der verwendeten Datenbank und dem jeweiligen Datentyp abhängig. Die Suche mit Feldformatierungen bietet sich an, um nur tatsächlich angezeigte Daten zu suchen. Das betrifft insbesondere Felder vom Typ Datum, Zeit, Datum/Zeit und Zahl/Double."
+msgstr "Die standardmäßigen Formatierungen sind hier Formatierungen, die sich auf die intern gespeicherten Daten beziehen. Sie sind für die Benutzer nicht immer sichtbar, besonders dann nicht, wenn sie zur Simulation von Datentypen (beispielsweise von Zeitfeldern in dBase-Datenbanken) eingesetzt werden. Im Einzelnen ist dies von der verwendeten Datenbank und dem jeweiligen Datentyp abhängig. Die Suche mit Feldformatierungen bietet sich an, um nur tatsächlich angezeigte Daten zu suchen. Das betrifft insbesondere Felder vom Typ Datum, Zeit, Datum/Zeit und Zahl/Double."
#. Fm7KT
#: 12100200.xhp
@@ -16250,7 +16250,7 @@ msgctxt ""
"par_id3150995\n"
"help.text"
msgid "If you use <emph>Apply field format</emph> when searching in list boxes, you find the text displayed in list boxes. If you do not use <emph>Apply field format,</emph> you will find the contents corresponding to the standard field format."
-msgstr "Eine Suche mit <emph>Feldformatierung verwenden</emph> in Listenfeldern liefert den in den Listenfeldern angezeigten Text. Ohne <emph>Feldformatierung verwenden</emph> finden Sie die Inhalte entsprechend der Standardfeldformatierung."
+msgstr "Eine Suche mit <emph>Feldformatierung verwenden</emph> in Listenfeldern liefert den in den Listenfeldern angezeigten Text. Ohne <emph>Feldformatierung verwenden</emph> finden Sie die Inhalte entsprechend der standardmäßigen Feldformatierung."
#. gkCiC
#: 12100200.xhp
@@ -16862,7 +16862,7 @@ msgctxt ""
"par_id3148520\n"
"help.text"
msgid "Initially the default tabs are shown on the horizontal ruler. Once you set a tab, only the default tabs to the right of the tab that you have set are available."
-msgstr "Zu Beginn sind die Standardtabulatoren im horizontalen Lineal eingezeichnet. Wenn Sie einen Tabulator setzen, werden alle links davon befindlichen Standardtabulatoren ungültig."
+msgstr "Zu Beginn sind die standardmäßigen Tabulatoren im horizontalen Lineal eingezeichnet. Wenn Sie einen Tabulator setzen, werden alle links davon befindlichen standardmäßigen Tabulatoren ungültig."
#. Ra4PB
#: 13020000.xhp
@@ -18041,7 +18041,7 @@ msgctxt ""
"par_id3147209\n"
"help.text"
msgid "This is the default selection mode for text documents. With the keyboard, selections can be performed by <emph>Shift</emph>+navigation key (<item type=\"keycode\">arrows, Home, End, Page Up, Page Down</item>). With the mouse, click in the text where the selection is to start, hold the left mouse button and move to the end of the selection. Release the mouse key to end selection."
-msgstr "Dies ist der Standardauswahlmodus für Textdokumente. Mit der Tastatur kann eine Auswahl mittels <emph>Umschalt</emph>+Navigationstasten (<item type=\"keycode\">Pfeil nach links/rechts/oben/unten, Pos1, Ende, Bild nach oben/unten</item>) durchgeführt werden. Mit der Maus kann an den Beginn der Auswahl geklickt, die linke Maustaste gedrückt gelassen und die Maus zum Ende der Auswahl bewegt werden. Lassen Sie die Maustaste los, sobald Sie das Ende der Auswahl erreicht haben."
+msgstr "Dies ist der standardmäßige Auswahlmodus für Textdokumente. Mit der Tastatur kann eine Auswahl mittels <emph>Umschalt</emph>+Navigationstasten (<item type=\"keycode\">Pfeil nach links/rechts/oben/unten, Pos1, Ende, Bild nach oben/unten</item>) durchgeführt werden. Mit der Maus kann an den Beginn der Auswahl geklickt, die linke Maustaste gedrückt gelassen und die Maus zum Ende der Auswahl bewegt werden. Lassen Sie die Maustaste los, sobald Sie das Ende der Auswahl erreicht haben."
#. AZd4x
#: 20050000.xhp
@@ -19562,7 +19562,7 @@ msgctxt ""
"par_idN10567\n"
"help.text"
msgid "<ahelp hid=\".\">Opens the Fontwork dialog from which you can insert styled text not possible through standard font formatting into your document.</ahelp>"
-msgstr "<ahelp hid=\".\">Öffnet den Dialog Fontwork, über den Sie formatierten Text in Ihr Dokument einfügen können, der so nicht mittels Standardschriftformatierung möglich ist.</ahelp>"
+msgstr "<ahelp hid=\".\">Öffnet den Dialog Fontwork, über den Sie formatierten Text in Ihr Dokument einfügen können, der so nicht mittels standardmäßiger Schriftformatierung möglich ist.</ahelp>"
#. FfLFA
#: fontwork.xhp
diff --git a/source/de/helpcontent2/source/text/shared/04.po b/source/de/helpcontent2/source/text/shared/04.po
index a1e2a9c3f36..48d0a82213c 100644
--- a/source/de/helpcontent2/source/text/shared/04.po
+++ b/source/de/helpcontent2/source/text/shared/04.po
@@ -4,8 +4,8 @@ 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: 2022-12-07 19:22+0100\n"
-"PO-Revision-Date: 2022-10-24 10:35+0000\n"
-"Last-Translator: Annabelle Wübbelsmann <translowl@web.de>\n"
+"PO-Revision-Date: 2023-01-23 11:27+0000\n"
+"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
"Language-Team: German <https://translations.documentfoundation.org/projects/libo_help-master/textshared04/de/>\n"
"Language: de\n"
"MIME-Version: 1.0\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.12.2\n"
"X-POOTLE-MTIME: 1565411351.000000\n"
#. GEuoc
@@ -158,7 +158,7 @@ msgctxt ""
"par_id3154749\n"
"help.text"
msgid "If you are using drag-and-drop, selecting with the mouse or clicking objects and names, you can use the keys <item type=\"keycode\">Shift</item>, <switchinline select=\"sys\"><caseinline select=\"MAC\"><item type=\"keycode\">Command</item></caseinline><defaultinline><item type=\"keycode\">Ctrl</item></defaultinline></switchinline> and occasionally <switchinline select=\"sys\"><caseinline select=\"MAC\"><item type=\"keycode\">Option</item></caseinline><defaultinline><item type=\"keycode\">Alt</item></defaultinline></switchinline> to access additional functionality. The modified functions available when holding down keys during drag-and-drop are indicated by the mouse pointer changing form. When selecting files or other objects, the modifier keys can extend the selection - the functions are explained where applicable. <switchinline select=\"sys\"><caseinline select=\"UNIX\"><embedvar href=\"text/shared/00/00000099.xhp#winmanager\"/></caseinline></switchinline>"
-msgstr "Beim Ziehen und Ablegen, Auswählen mit der Maus oder Klicken auf Objekte und Namen lassen sich mit dem Drücken von <item type=\"keycode\">Umschalt</item>, <switchinline select=\"sys\"><caseinline select=\"MAC\"><item type=\"keycode\">Befehl</item></caseinline><defaultinline><item type=\"keycode\">Strg</item></defaultinline></switchinline> und gelegentlich von <switchinline select=\"sys\"><caseinline select=\"MAC\"><item type=\"keycode\">Option</item></caseinline><defaultinline><item type=\"keycode\">Alt</item></defaultinline></switchinline> weitere Funktionen aufrufen. Die Alternativfunktionen, die beim Ziehen und Ablegen durch Betätigung von Zusatztasten aktiviert werden, sind durch eine veränderte Form des Mauszeigers dargestellt. Bei der Auswahl von Dateien oder anderen Objekten können die Zusatztasten die Auswahl erweitern. Diese Funktionen werden an gegebener Stelle erläutert. <switchinline select=\"sys\"><caseinline select=\"UNIX\"><embedvar href=\"text/shared/00/00000099.xhp#winmanager\"/></caseinline></switchinline>"
+msgstr "Beim Ziehen und Ablegen, Auswählen mit der Maus oder Klicken auf Objekte und Namen lassen sich mit dem Drücken von <item type=\"keycode\">Umschalt</item>, <switchinline select=\"sys\"><caseinline select=\"MAC\"><item type=\"keycode\">Befehl</item></caseinline><defaultinline><item type=\"keycode\">Strg</item></defaultinline></switchinline> und gelegentlich von <switchinline select=\"sys\"><caseinline select=\"MAC\"><item type=\"keycode\">Option</item></caseinline><defaultinline><item type=\"keycode\">Alt</item></defaultinline></switchinline> weitere Funktionen aufrufen. Die Alternativfunktionen, die beim Ziehen-und-Ablegen durch Betätigung von Zusatztasten aktiviert werden, sind durch eine veränderte Form des Mauszeigers dargestellt. Bei der Auswahl von Dateien oder anderen Objekten können die Zusatztasten die Auswahl erweitern. Diese Funktionen werden an gegebener Stelle erläutert. <switchinline select=\"sys\"><caseinline select=\"UNIX\"><embedvar href=\"text/shared/00/00000099.xhp#winmanager\"/></caseinline></switchinline>"
#. DkC38
#: 01010000.xhp
diff --git a/source/de/helpcontent2/source/text/shared/05.po b/source/de/helpcontent2/source/text/shared/05.po
index 26b8be6940a..cac1125c01a 100644
--- a/source/de/helpcontent2/source/text/shared/05.po
+++ b/source/de/helpcontent2/source/text/shared/05.po
@@ -4,7 +4,7 @@ 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: 2022-12-07 19:22+0100\n"
-"PO-Revision-Date: 2022-11-25 12:44+0000\n"
+"PO-Revision-Date: 2023-01-23 11:27+0000\n"
"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
"Language-Team: German <https://translations.documentfoundation.org/projects/libo_help-master/textshared05/de/>\n"
"Language: de\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.12.2\n"
"X-POOTLE-MTIME: 1561609392.000000\n"
#. WPTtk
@@ -1184,7 +1184,7 @@ msgctxt ""
"par_id3147000\n"
"help.text"
msgid "<ahelp hid=\"sfx/ui/helpcontentpage/HelpContentPage\">Displays the main help themes, arranged in a similar way to folders in a file manager.</ahelp>"
-msgstr "<ahelp hid=\"sfx/ui/helpcontentpage/HelpContentPage\">Hier sehen Sie die Hauptthemen der Hilfe in einer Anordnung ähnlich wie Ordner in einem Dateimanager.</ahelp>"
+msgstr "<ahelp hid=\"sfx/ui/helpcontentpage/HelpContentPage\">Hier sehen Sie die Hauptthemen der Hilfe in einer Anordnung ähnlich wie Ordner in einer Dateiverwaltung.</ahelp>"
#. MyKSG
#: 00000160.xhp
diff --git a/source/de/helpcontent2/source/text/shared/guide.po b/source/de/helpcontent2/source/text/shared/guide.po
index 4df9dbf93c9..b722480892a 100644
--- a/source/de/helpcontent2/source/text/shared/guide.po
+++ b/source/de/helpcontent2/source/text/shared/guide.po
@@ -4,7 +4,7 @@ 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: 2022-12-07 19:22+0100\n"
-"PO-Revision-Date: 2023-01-08 10:41+0000\n"
+"PO-Revision-Date: 2023-01-23 11:27+0000\n"
"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
"Language-Team: German <https://translations.documentfoundation.org/projects/libo_help-master/textsharedguide/de/>\n"
"Language: de\n"
@@ -230,7 +230,7 @@ msgctxt ""
"par_id3145071\n"
"help.text"
msgid "The user interface is scalable through your <switchinline select=\"sys\"><caseinline select=\"UNIX\">Window Manager</caseinline><defaultinline>operating system</defaultinline></switchinline> settings. The default font size for dialogs is 12pt, corresponding to a scale of 100%. You can also change the font size for dialogs in <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - <item type=\"productname\">%PRODUCTNAME</item> - View</emph>. The zoom factor of a document can be changed in <emph>View - Zoom</emph>, or by double-clicking the zoom factor displayed in the Status Bar."
-msgstr "Die Benutzeroberfläche ist durch die Einstellungen des <switchinline select=\"sys\"><caseinline select=\"UNIX\">Fenstermanagers</caseinline><defaultinline>Betriebssystems</defaultinline></switchinline> skalierbar. Die Standardschriftgröße für Dialoge ist dabei 12 pt, die einem Maßstab von 100 % entspricht. Sie können die Schriftgröße für Dialoge auch unter <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME – Einstellungen</emph></caseinline><defaultinline><emph>Extras – Optionen…</emph></defaultinline></switchinline><emph> – <item type=\"productname\">%PRODUCTNAME</item> – Ansicht</emph> ändern. Der Maßstab eines Dokuments kann unter <emph>Ansicht – Maßstab</emph> oder durch Doppelklick in den Bereich Maßstab der Statusleiste geändert werden."
+msgstr "Die Benutzeroberfläche ist durch die Einstellungen der <switchinline select=\"sys\"><caseinline select=\"UNIX\">Fensterverwaltung</caseinline> des <defaultinline>Betriebssystems</defaultinline></switchinline> skalierbar. Die standardmäßige Schriftgröße für Dialoge ist dabei 12 pt, die einem Maßstab von 100 % entspricht. Sie können die Schriftgröße für Dialoge auch unter <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME – Einstellungen</emph></caseinline><defaultinline><emph>Extras – Optionen…</emph></defaultinline></switchinline><emph> – <item type=\"productname\">%PRODUCTNAME</item> – Ansicht</emph> ändern. Der Maßstab eines Dokuments kann unter <emph>Ansicht – Maßstab</emph> oder durch Doppelklick in den Bereich Maßstab der Statusleiste geändert werden."
#. FWJVf
#: accessibility.xhp
@@ -1706,7 +1706,7 @@ msgctxt ""
"par_id3152801\n"
"help.text"
msgid "You can specify a title for your document. Some file manager utilities can display the titles next to the filenames of your documents."
-msgstr "Sie können einen Titel für das Dokument festlegen. Einige Dateimanager können den Titel neben dem Namen des Dokuments anzeigen."
+msgstr "Sie können einen Titel für das Dokument festlegen. Einige Dateiverwaltungen können den Titel neben dem Namen des Dokuments anzeigen."
#. 6zeqL
#: change_title.xhp
@@ -10094,7 +10094,7 @@ msgctxt ""
"par_id944242\n"
"help.text"
msgid "Open your web browser’s preferences, select the <emph>Advanced</emph> section, click on the <emph>Certificates</emph> tab, and then choose <emph>View Certificates</emph>. The <emph>Certificate Manager</emph> dialog will appear."
-msgstr "Öffnen Sie die Einstellungen Ihres Webbrowsers, wählen Sie den Abschnitt <emph>Erweitert</emph>, klicken Sie auf das Register <emph>Zertifikate</emph> und wählen Sie dann <emph>Zertifikate anzeigen</emph>. Der Dialog <emph>Zertifikat-Manager</emph> öffnet sich."
+msgstr "Öffnen Sie die Einstellungen Ihres Webbrowsers, wählen Sie den Abschnitt <emph>Erweitert</emph>, klicken Sie auf das Register <emph>Zertifikate</emph> und wählen Sie dann <emph>Zertifikate anzeigen</emph>. Der Dialog <emph>Zertifikatsverwaltung</emph> öffnet sich."
#. 3w5HD
#: digitalsign_send.xhp
@@ -10148,7 +10148,7 @@ msgctxt ""
"par_id21519764016831\n"
"help.text"
msgid "Public keys of other people used to verify document digital signatures, or encrypt documents for their eyes only, are usually stored in your system with digital certificate-management applications. In some cases you will need to manage those public-key certificates yourself."
-msgstr "Öffentliche Schlüssel anderer Personen, die zur Verifikation digital signierter Dokumente oder zum verschlüsseln von nur für dessen Augen bestimmten Dokumenten verwendet werden, werden normalerweise auf Ihrem System von einem Zertifikat-Manager gespeichert. In seltenen Fällen müssen Sie diese öffentlichen Schlüssel auch selbst verwalten."
+msgstr "Öffentliche Schlüssel anderer Personen, die zur Verifikation digital signierter Dokumente oder zum verschlüsseln von nur für dessen Augen bestimmten Dokumenten verwendet werden, werden normalerweise auf Ihrem System von einer Zertifikatsverwaltung gespeichert. In seltenen Fällen müssen Sie diese öffentlichen Schlüssel auch selbst verwalten."
#. JECPD
#: digitalsign_send.xhp
@@ -12686,7 +12686,7 @@ msgctxt ""
"par_id1510055\n"
"help.text"
msgid "Depending on your system's window manager settings, you may also double-click an empty place on the toolbar or window, while holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key. Or double-click the title bar of the floating toolbar or window."
-msgstr "Abhängig von der Einstellung des Fenster-Managers Ihres Systems können Sie auch <switchinline select=\"sys\"><caseinline select=\"MAC\">Befehl</caseinline><defaultinline>Strg</defaultinline></switchinline> drücken und einen Doppelklick auf eine leere Stelle der Symbolleiste oder des Fensters ausführen. Oder Sie doppelklicken auf die Titelleiste der schwebenden Symbolleiste oder des Fensters."
+msgstr "Abhängig von der Einstellung der Fensterverwaltung Ihres Systems können Sie auch <switchinline select=\"sys\"><caseinline select=\"MAC\">Befehl</caseinline><defaultinline>Strg</defaultinline></switchinline> drücken und einen Doppelklick auf eine leere Stelle der Symbolleiste oder des Fensters ausführen. Oder Sie doppelklicken auf die Titelleiste der schwebenden Symbolleiste oder des Fensters."
#. CL9pF
#: floating_toolbar.xhp
@@ -12695,7 +12695,7 @@ msgctxt ""
"par_idN107AC\n"
"help.text"
msgid "Docking toolbars and windows by drag-and-drop depends on your system's window manager settings. You must enable your system to show the full window contents when you move a window, instead of showing just the outer frame."
-msgstr "Das Andocken von Symbolleisten und Fenstern durch Ziehen-und-Ablegen ist von den Fenstermanager-Einstellungen des Systems abhängig. Sie müssen das System so einstellen, dass beim Verschieben von Fenstern nicht nur der Außenrahmen, sondern der gesamte Fensterinhalt angezeigt wird."
+msgstr "Das Andocken von Symbolleisten und Fenstern durch Ziehen-und-Ablegen ist von den Einstellungen der Fensterverwaltung des Systems abhängig. Sie müssen das System so einstellen, dass beim Verschieben von Fenstern nicht nur der Außenrahmen, sondern der gesamte Fensterinhalt angezeigt wird."
#. nF7vG
#: floating_toolbar.xhp
@@ -14666,7 +14666,7 @@ msgctxt ""
"par_id3148473\n"
"help.text"
msgid "If you want to open up draw objects from the center instead of dragging from one corner to the other, hold down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> key while dragging. <switchinline select=\"sys\"><caseinline select=\"UNIX\">With some window managers, you may need to hold down also the meta key.</caseinline></switchinline>"
-msgstr "Um Zeichenobjekte nicht von einer Ecke zur anderen, sondern von der Mitte aus aufzuziehen, halten Sie beim Ziehen <switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> gedrückt.<switchinline select=\"sys\"><caseinline select=\"UNIX\"> Bei bestimmten Fenster-Managern müssen Sie eventuell auch Meta gedrückt halten.</caseinline></switchinline>"
+msgstr "Um Zeichenobjekte nicht von einer Ecke zur anderen, sondern von der Mitte aus aufzuziehen, halten Sie beim Ziehen <switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> gedrückt.<switchinline select=\"sys\"><caseinline select=\"UNIX\"> Bei bestimmten Fensterverwaltungen müssen Sie eventuell auch die Metataste gedrückt halten.</caseinline></switchinline>"
#. z7kVC
#: insert_graphic_drawit.xhp
@@ -19805,7 +19805,7 @@ msgctxt ""
"par_id0815200803314147\n"
"help.text"
msgid "In Windows’ File Explorer, right-click a file of the type that you want to assign to another application."
-msgstr "Klicken Sie im Dateimanager von Windows mit rechts auf eine Datei des Typs, den Sie mit einer anderen Anwendung verknüpfen möchten."
+msgstr "Klicken Sie in der Dateiverwaltung von Windows mit rechts auf eine Datei des Typs, den Sie mit einer anderen Anwendung verknüpfen möchten."
#. xmhFt
#: ms_doctypes.xhp
@@ -26402,7 +26402,7 @@ msgctxt ""
"bm_id041620170817452766\n"
"help.text"
msgid "<bookmark_value>template manager;filter</bookmark_value> <bookmark_value>template manager;category</bookmark_value> <bookmark_value>template manager;set as default</bookmark_value> <bookmark_value>template manager;import</bookmark_value> <bookmark_value>template manager;export</bookmark_value> <bookmark_value>template manager;settings</bookmark_value> <bookmark_value>templates;template manager</bookmark_value>"
-msgstr "<bookmark_value>Vorlagen-Manager; Filter</bookmark_value><bookmark_value>Vorlagen-Manager; Kategorie</bookmark_value><bookmark_value>Vorlagen-Manager; Als Standard setzen</bookmark_value><bookmark_value>Vorlagen-Manager; importieren</bookmark_value><bookmark_value>Vorlagen-Manager; exportieren</bookmark_value><bookmark_value>Vorlagen-Manager; Einstellungen</bookmark_value><bookmark_value>Vorlagen; Vorlagen-Manager</bookmark_value>"
+msgstr "<bookmark_value>Dokumentvorlagenverwaltung; Filter</bookmark_value><bookmark_value>Dokumentvorlagenverwaltung; Kategorie</bookmark_value><bookmark_value>Dokumentvorlagenverwaltung; als Standard setzen</bookmark_value><bookmark_value>Dokumentvorlagenverwaltung; importieren</bookmark_value><bookmark_value>Dokumentvorlagenverwaltung; exportieren</bookmark_value><bookmark_value>Dokumentvorlagenverwaltung; Einstellungen</bookmark_value><bookmark_value>Dokumentvorlagen; Verwaltung</bookmark_value>"
#. vrXUB
#: template_manager.xhp
diff --git a/source/de/helpcontent2/source/text/shared/menu.po b/source/de/helpcontent2/source/text/shared/menu.po
index 960ce875319..bb9155e4db4 100644
--- a/source/de/helpcontent2/source/text/shared/menu.po
+++ b/source/de/helpcontent2/source/text/shared/menu.po
@@ -4,7 +4,7 @@ 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: 2022-12-07 19:22+0100\n"
-"PO-Revision-Date: 2022-11-25 12:44+0000\n"
+"PO-Revision-Date: 2023-01-23 11:27+0000\n"
"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
"Language-Team: German <https://translations.documentfoundation.org/projects/libo_help-master/textsharedmenu/de/>\n"
"Language: de\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.12.2\n"
"X-POOTLE-MTIME: 1464855090.000000\n"
#. rxCQJ
@@ -59,7 +59,7 @@ msgctxt ""
"par_id030420160947559665\n"
"help.text"
msgid "<ahelp hid=\".\">Inserts a chart based on data from a cell or table range or with default data.</ahelp>"
-msgstr "<ahelp hid=\".\">Fügt ein Diagramm ein, das auf den Daten einer Zelle, eines Tabellenbereichs oder den Standarddaten basiert.</ahelp>"
+msgstr "<ahelp hid=\".\">Fügt ein Diagramm ein, das auf den Daten einer Zelle, eines Tabellenbereichs oder den standardmäßigen Daten basiert.</ahelp>"
#. kbBmz
#: insert_form_control.xhp
diff --git a/source/de/helpcontent2/source/text/shared/optionen.po b/source/de/helpcontent2/source/text/shared/optionen.po
index 115470f3203..cc96b0b1b4f 100644
--- a/source/de/helpcontent2/source/text/shared/optionen.po
+++ b/source/de/helpcontent2/source/text/shared/optionen.po
@@ -4,7 +4,7 @@ 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: 2022-12-07 19:22+0100\n"
-"PO-Revision-Date: 2022-12-07 12:18+0000\n"
+"PO-Revision-Date: 2023-01-23 11:27+0000\n"
"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
"Language-Team: German <https://translations.documentfoundation.org/projects/libo_help-master/textsharedoptionen/de/>\n"
"Language: de\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.12.2\n"
"X-POOTLE-MTIME: 1565411576.000000\n"
#. PzSYs
@@ -12668,7 +12668,7 @@ msgctxt ""
"par_id3148646\n"
"help.text"
msgid "<ahelp hid=\"modules/simpress/ui/optimpressgeneralpage/startwithwizard\">Specifies whether to activate the <link href=\"text/shared/guide/template_manager.xhp\">Select a Template</link> window when opening a presentation with <emph>File - New - Presentation</emph>.</ahelp>"
-msgstr "<ahelp hid=\"modules/simpress/ui/optimpressgeneralpage/startwithwizard\">Legt fest, ob das Fenster <link href=\"text/shared/guide/template_manager.xhp\">Wählen einer Vorlage</link> aktiviert ist, wenn Sie eine neue Präsentation über <emph>Datei - Neu - Präsentation</emph> starten.</ahelp>"
+msgstr "<ahelp hid=\"modules/simpress/ui/optimpressgeneralpage/startwithwizard\">Legt fest, ob das Fenster <link href=\"text/shared/guide/template_manager.xhp\">Dokumentvorlage auswählen</link> aktiviert ist, wenn Sie eine neue Präsentation über <emph>Datei – Neu – Präsentation</emph> erstellen.</ahelp>"
#. BAQyB
#: 01070500.xhp
diff --git a/source/de/helpcontent2/source/text/simpress/00.po b/source/de/helpcontent2/source/text/simpress/00.po
index f9e8f18a315..4bf75ee6880 100644
--- a/source/de/helpcontent2/source/text/simpress/00.po
+++ b/source/de/helpcontent2/source/text/simpress/00.po
@@ -4,7 +4,7 @@ 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: 2022-11-14 14:36+0100\n"
-"PO-Revision-Date: 2022-12-07 12:18+0000\n"
+"PO-Revision-Date: 2023-01-23 11:27+0000\n"
"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
"Language-Team: German <https://translations.documentfoundation.org/projects/libo_help-master/textsimpress00/de/>\n"
"Language: de\n"
@@ -41,7 +41,7 @@ msgctxt ""
"par_id8789025\n"
"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens a dialog to save the selected bitmap picture as a file. The default file format is the internal format of the image.</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">Öffnet einen Dialog, in dem Sie das ausgewählte Bitmap-Bild als eine Datei speichern können. Das Standard-Dateiformat ist das interne Format des Bildes.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Öffnet einen Dialog, in dem Sie das ausgewählte Bitmap-Bild als eine Datei speichern können. Das standardmäßige Dateiformat ist das interne Format des Bildes.</ahelp>"
#. jwbyg
#: 00000004.xhp
@@ -374,7 +374,7 @@ msgctxt ""
"par_id3145244\n"
"help.text"
msgid "On the <emph>Standard</emph> toolbar, click"
-msgstr "Klicken Sie in der Symbolleiste <emph>Standard</emph> auf das Symbol"
+msgstr "Klicken Sie in der Symbolleiste <emph>Standard</emph> auf"
#. ijFCe
#: 00000403.xhp
diff --git a/source/de/helpcontent2/source/text/simpress/01.po b/source/de/helpcontent2/source/text/simpress/01.po
index 7271eb2e98a..2ac9164b50d 100644
--- a/source/de/helpcontent2/source/text/simpress/01.po
+++ b/source/de/helpcontent2/source/text/simpress/01.po
@@ -4,7 +4,7 @@ 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: 2022-12-07 19:22+0100\n"
-"PO-Revision-Date: 2022-12-19 14:17+0000\n"
+"PO-Revision-Date: 2023-01-23 11:27+0000\n"
"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
"Language-Team: German <https://translations.documentfoundation.org/projects/libo_help-master/textsimpress01/de/>\n"
"Language: de\n"
@@ -1517,7 +1517,7 @@ msgctxt ""
"par_id3153912\n"
"help.text"
msgid "Under Windows, right-click the *.sxi or *.odp file in the File Explorer, then choose <emph>Show</emph>."
-msgstr "Klicken Sie unter Windows im Dateimanager mit rechts auf eine SXI- oder ODP-Datei und wählen Sie <emph>Anzeigen</emph>."
+msgstr "Klicken Sie unter Windows in der Dateiverwaltung mit rechts auf eine SXI- oder ODP-Datei und wählen Sie <emph>Anzeigen</emph>."
#. xrVmM
#: 03150000.xhp
diff --git a/source/de/helpcontent2/source/text/smath/guide.po b/source/de/helpcontent2/source/text/smath/guide.po
index 24bc3bc27f1..3cf901170aa 100644
--- a/source/de/helpcontent2/source/text/smath/guide.po
+++ b/source/de/helpcontent2/source/text/smath/guide.po
@@ -4,7 +4,7 @@ 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: 2022-12-07 19:22+0100\n"
-"PO-Revision-Date: 2022-11-14 13:33+0000\n"
+"PO-Revision-Date: 2023-01-23 11:27+0000\n"
"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
"Language-Team: German <https://translations.documentfoundation.org/projects/libo_help-master/textsmathguide/de/>\n"
"Language: de\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.12.2\n"
"X-POOTLE-MTIME: 1532497407.000000\n"
#. P9FEQ
@@ -95,7 +95,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Changing Default Attributes"
-msgstr "Standardattribute ändern"
+msgstr "Standardmäßige Attribute ändern"
#. 4DrY6
#: attributes.xhp
@@ -113,7 +113,7 @@ msgctxt ""
"hd_id3145792\n"
"help.text"
msgid "<variable id=\"attributes\"><link href=\"text/smath/guide/attributes.xhp\">Changing Default Attributes</link></variable>"
-msgstr "<variable id=\"attributes\"><link href=\"text/smath/guide/attributes.xhp\">Standardattribute ändern</link></variable>"
+msgstr "<variable id=\"attributes\"><link href=\"text/smath/guide/attributes.xhp\">Standardmäßige Attribute ändern</link></variable>"
#. gAHnh
#: attributes.xhp
@@ -257,7 +257,7 @@ msgctxt ""
"par_id141641846432331\n"
"help.text"
msgid "The example below creates a formula where <emph>a</emph> is shown using the default color (black) and <emph>b</emph> is shown in red."
-msgstr "Im folgenden Beispiel wird eine Formel erstellt, in der <emph>a</emph> mit der Standardfarbe (schwarz) und <emph>b</emph> rot dargestellt wird."
+msgstr "Im folgenden Beispiel wird eine Formel erstellt, in der <emph>a</emph> mit der standardmäßigen Farbe (schwarz) und <emph>b</emph> rot dargestellt wird."
#. QBxDL
#: color.xhp
diff --git a/source/de/helpcontent2/source/text/swriter/guide.po b/source/de/helpcontent2/source/text/swriter/guide.po
index ded4918b914..2ea7505717f 100644
--- a/source/de/helpcontent2/source/text/swriter/guide.po
+++ b/source/de/helpcontent2/source/text/swriter/guide.po
@@ -4,7 +4,7 @@ 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: 2022-12-19 15:00+0100\n"
-"PO-Revision-Date: 2023-01-08 10:41+0000\n"
+"PO-Revision-Date: 2023-01-23 11:27+0000\n"
"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
"Language-Team: German <https://translations.documentfoundation.org/projects/libo_help-master/textswriterguide/de/>\n"
"Language: de\n"
@@ -1787,7 +1787,7 @@ msgctxt ""
"par_id3148491\n"
"help.text"
msgid "Choose <emph>Format - Page Style - Borders</emph>."
-msgstr ""
+msgstr "Wählen Sie <emph>Format – Seitenvorlage… – Register: Umrandung</emph>."
#. CjktC
#: border_page.xhp
@@ -1841,7 +1841,7 @@ msgctxt ""
"par_id3148663\n"
"help.text"
msgid "Choose <emph>Format - Page Style - Borders</emph>."
-msgstr ""
+msgstr "Wählen Sie <emph>Format – Seitenvorlage… – Register: Umrandung</emph>."
#. mVAyw
#: border_page.xhp
@@ -5846,7 +5846,7 @@ msgctxt ""
"par_id3147813\n"
"help.text"
msgid "To edit the properties of the text area for footnotes or endnotes, choose <emph>Format - Page Style</emph>, and then click the <link href=\"text/swriter/01/05040600.xhp\"><emph>Footnote</emph></link> tab."
-msgstr ""
+msgstr "Um die Eigenschaften des Textbereichs für Fußnoten oder Endnoten zu bearbeiten, wählen Sie <emph>Format – Seitenvorlage…</emph> – Register: <link href=\"text/swriter/01/05040600.xhp\"><emph>Fußnote </emph></link>."
#. iR5ym
#: footnote_usage.xhp
@@ -6719,7 +6719,7 @@ msgctxt ""
"par_id3153726\n"
"help.text"
msgid "You can also choose <item type=\"menuitem\">Format - Page Style</item>, click the <item type=\"menuitem\">Header</item> or <item type=\"menuitem\">Footer</item> tab, and then select <item type=\"menuitem\">Header on</item> or <item type=\"menuitem\">Footer on</item>. Clear the <item type=\"menuitem\">Same content left/right</item> check box if you want to define different headers and footers for even and odd pages."
-msgstr ""
+msgstr "Sie können auch <item type=\"menuitem\">Format – Seitenvorlage…</item> – Register: <item type=\"menuitem\">Kopfzeile</item> / <item type=\"menuitem\">Fußzeile</item> wählen und das Markierfeld <item type=\"menuitem\">Kopfzeile einschalten</item> / <item type=\"menuitem\">Fußzeile einschalten</item> aktivieren. Deaktivieren Sie das Markierfeld <item type=\"menuitem\">Gleicher Inhalt auf linken und rechten Seiten</item>, um unterschiedliche Kopf- und Fußzeilen für gerade und ungerade Seiten zu definieren."
#. kq9tB
#: header_footer.xhp
@@ -6800,7 +6800,7 @@ msgctxt ""
"par_id3147105\n"
"help.text"
msgid "You can also use the mirrored page layout if you want to add a header to a page style that has different inner and outer page margins. To apply this option to a page style, choose <item type=\"menuitem\">Format - Page Style</item>, click the <item type=\"menuitem\">Page</item> tab, and in the <item type=\"menuitem\">Layout settings</item> area, choose “Mirrored” in the <item type=\"menuitem\">Page layout</item> box."
-msgstr ""
+msgstr "Sie können das gespiegelte Seitenlayout auch verwenden, wenn Sie einer Seitenvorlage mit unterschiedlichen inneren und äußeren Seitenrändern eine Kopfzeile hinzufügen möchten. Um diese Option auf eine Seitenvorlage anzuwenden, wählen Sie <item type=\"menuitem\">Format – Seitenvorlage…</item> – Register: <item type=\"menuitem\">Seite</item> – Bereich: <item type=\"menuitem\">Layout-Einstellungen</item> und wählen im Feld <item type=\"menuitem\">Seitenlayout</item> \"Gespiegelt\" aus."
#. Fg7fp
#: header_pagestyles.xhp
@@ -7151,7 +7151,7 @@ msgctxt ""
"par_id3155873\n"
"help.text"
msgid "Choose <item type=\"menuitem\">Format - Page Style</item> and select the <item type=\"menuitem\">Header</item> or <item type=\"menuitem\">Footer</item> tab."
-msgstr ""
+msgstr "Wählen Sie <item type=\"menuitem\">Format – Seitenvorlage…</item> – Register: <item type=\"menuitem\">Kopfzeile</item> / <item type=\"menuitem\">Fußzeile</item>."
#. MHFox
#: header_with_line.xhp
@@ -15350,7 +15350,7 @@ msgctxt ""
"par_id3856013\n"
"help.text"
msgid "Save the *.oxt extension file to your harddrive, then double-click the *.oxt file in your file manager. Alternatively, in %PRODUCTNAME choose <item type=\"menuitem\">Tools - Extension Manager</item> to open the Extension Manager, click Add and browse to the file."
-msgstr "Speichern Sie die Datei mit der Erweiterung *.oxt auf Ihrer Festplatte ab. Doppelklicken Sie dann im Dateimanager auf die oxt-Datei. Sie können auch in %PRODUCTNAME die Erweiterungsverwaltung öffnen, indem Sie <item type=\"menuitem\">Extras – Erweiterungsverwaltung…</item> wählen, dann »Hinzufügen« klicken und die Datei auswählen."
+msgstr "Speichern Sie die Datei mit der Erweiterung *.oxt auf Ihrer Festplatte ab. Doppelklicken Sie dann in der Dateiverwaltung auf die oxt-Datei. Sie können auch in %PRODUCTNAME die Erweiterungsverwaltung öffnen, indem Sie <item type=\"menuitem\">Extras – Erweiterungsverwaltung…</item> wählen, dann »Hinzufügen« klicken und die Datei auswählen."
#. hAPoK
#: smarttags.xhp
@@ -16700,7 +16700,7 @@ msgctxt ""
"par_id3146497\n"
"help.text"
msgid "You can also distribute rows and columns evenly using the icons on the <link href=\"text/shared/02/04210000.xhp\"><menuitem>Optimize Size</menuitem></link> toolbar on the <link href=\"text/swriter/main0204.xhp\"><menuitem>Table</menuitem></link> Bar."
-msgstr ""
+msgstr "Sie können Zeilen und Spalten auch gleichmäßig verteilen, indem Sie die Symbole in der Abreißleiste <link href=\"text/shared/02/04210000.xhp\"><menuitem>Größe optimieren</menuitem></link> der Symbolleiste <link href=\"text/swriter/main0204.xhp\"><menuitem>Tabelle</menuitem></link> verwenden."
#. KJrfT
#: table_sizing.xhp
@@ -16754,7 +16754,7 @@ msgctxt ""
"par_id0918200811260957\n"
"help.text"
msgid "Hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> and then click and drag a line to scale all cells right or above the line proportionally."
-msgstr ""
+msgstr "Halten Sie <switchinline select=\"sys\"><caseinline select=\"MAC\">Befehl</caseinline><defaultinline>Strg</defaultinline></switchinline> gedrückt und klicken und ziehen Sie dann eine Linie, um alle Zellen rechts oder oberhalb der Linie proportional zu skalieren."
#. xGeDT
#: table_sizing.xhp
@@ -16763,7 +16763,7 @@ msgctxt ""
"par_id3145411\n"
"help.text"
msgid "Place the cursor in a cell in the column, hold down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> key, and then press the left or the right arrow key."
-msgstr ""
+msgstr "Platzieren Sie den Cursor in einer Zelle der Spalte, halten Sie <switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> gedrückt und drücken Sie dann [Pfeil nach links/rechts]."
#. AJEAB
#: table_sizing.xhp
@@ -16772,7 +16772,7 @@ msgctxt ""
"par_id3153364\n"
"help.text"
msgid "To increase the distance from the left edge of the page to the edge of the table, hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+Shift, and then press the right arrow key."
-msgstr ""
+msgstr "Um den Abstand vom linken Seitenrand zum Tabellenrand zu vergrößern, halten Sie <switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+Umschalt gedrückt und drücken dann [Pfeil nach rechts]."
#. gsSuS
#: table_sizing.xhp
@@ -16862,7 +16862,7 @@ msgctxt ""
"par_id5009308\n"
"help.text"
msgid "To wrap text to the sides of a table, and to arrange two tables next to another, you must insert the tables into a frame. Click inside the table, press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+A twice to select the whole table, then choose <emph>Insert - Frame</emph>."
-msgstr ""
+msgstr "Um Text an den Seiten einer Tabelle umzubrechen und zwei Tabellen nebeneinander anzuordnen, müssen Sie die Tabellen in einen Rahmen einfügen. Klicken Sie in die Tabelle, drücken Sie zweimal <switchinline select=\"sys\"><caseinline select=\"MAC\">Befehl</caseinline><defaultinline>Strg</defaultinline></switchinline>+A, um die gesamte Tabelle auszuwählen, und wählen Sie dann <emph>Einfügen – Rahmen…</emph>"
#. 4LuFp
#: table_sizing.xhp
@@ -16997,7 +16997,7 @@ msgctxt ""
"par_id3149957\n"
"help.text"
msgid "You can set a default template, so every new $[officename] document would use it, unless you specified otherwise (for example, when you create a new document from a different template)."
-msgstr ""
+msgstr "Sie können eine Dokumentvorlage als Standard festlegen, sodass jedes neue Dokument in $[officename] diese verwendet, sofern Sie nichts anderes angegeben haben (beispielsweise wenn Sie ein neues Dokument aus einer anderen Dokumentvorlage erstellen)."
#. UXnRC
#: templates_styles.xhp
diff --git a/source/de/helpcontent2/source/text/swriter/librelogo.po b/source/de/helpcontent2/source/text/swriter/librelogo.po
index f6c338fa81a..958c7efb8c0 100644
--- a/source/de/helpcontent2/source/text/swriter/librelogo.po
+++ b/source/de/helpcontent2/source/text/swriter/librelogo.po
@@ -4,8 +4,8 @@ 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: 2022-12-07 19:22+0100\n"
-"PO-Revision-Date: 2022-11-22 14:11+0000\n"
-"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
+"PO-Revision-Date: 2023-01-23 11:27+0000\n"
+"Last-Translator: David Schledewitz <ds15@e.email>\n"
"Language-Team: German <https://translations.documentfoundation.org/projects/libo_help-master/textswriterlibrelogo/de/>\n"
"Language: de\n"
"MIME-Version: 1.0\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.12.2\n"
"X-POOTLE-MTIME: 1541671752.000000\n"
#. kypzs
@@ -41,7 +41,7 @@ msgctxt ""
"hd_170\n"
"help.text"
msgid "<variable id=\"LibreLogoh1\"><link href=\"text/swriter/librelogo/LibreLogo.xhp\">LibreLogo</link></variable>"
-msgstr ""
+msgstr "<variable id=\"LibreLogoh1\"><link href=\"text/swriter/librelogo/LibreLogo.xhp\">LibreLogo</link></variable>"
#. HvLY3
#: LibreLogo.xhp
@@ -455,7 +455,7 @@ msgctxt ""
"par_660\n"
"help.text"
msgid "TO star size color<br/> FILLCOLOR color<br/> REPEAT 5 [ LEFT 72 FORWARD size RIGHT 144 FORWARD size ]<br/> FILL<br/> END<br/> <br/> star 100 “red”<br/> star(100, “green”)<br/> star(100, “blue”)<br/>"
-msgstr ""
+msgstr "ZU Stern Größe Farbe<br/> FÜLLFARBE Farbe<br/> WIEDERHOLE 5 [ LINKS 72 VOR Größe RECHTS 144 VOR Größe ]<br/> FÜLLEN<br/> ENDE<br/> <br/> Stern 100 „rot”<br/> Stern (100, „grün”)<br/> Stern(100, „blau”)<br/>"
#. usjNU
#: LibreLogo.xhp
diff --git a/source/de/instsetoo_native/inc_openoffice/windows/msi_languages.po b/source/de/instsetoo_native/inc_openoffice/windows/msi_languages.po
index 0527181dea2..33db5912f19 100644
--- a/source/de/instsetoo_native/inc_openoffice/windows/msi_languages.po
+++ b/source/de/instsetoo_native/inc_openoffice/windows/msi_languages.po
@@ -4,7 +4,7 @@ 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: 2022-03-21 12:32+0100\n"
-"PO-Revision-Date: 2022-12-25 13:16+0000\n"
+"PO-Revision-Date: 2023-01-23 11:30+0000\n"
"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
"Language-Team: German <https://translations.documentfoundation.org/projects/libo_ui-master/instsetoo_nativeinc_openofficewindowsmsi_languages/de/>\n"
"Language: de\n"
@@ -2948,7 +2948,7 @@ msgctxt ""
"OOO_CONTROL_274\n"
"LngText.text"
msgid "Set [DEFINEDPRODUCT] to be the default application for Microsoft Office file types."
-msgstr "Wählen Sie die Microsoft Office-Dateitypen, die standardmäßig mit [DEFINEDPRODUCT] geöffnet werden sollen."
+msgstr "Wählen Sie die Dateitypen von Microsoft Office aus, die standardmäßig mit [DEFINEDPRODUCT] geöffnet werden sollen."
#. BYWZ6
#: Control.ulf
@@ -2957,7 +2957,7 @@ msgctxt ""
"OOO_CONTROL_275\n"
"LngText.text"
msgid "[ProductName] can be set as the default application to open Microsoft Office file types. This means, for instance, that if you double click on one of these files, [ProductName] will open it, not the program that opens it now."
-msgstr "[ProductName] kann als Standardprogramm für Microsoft Office-Dateitypen festgelegt werden. Das bedeutet, dass Dateien dieses Typs von jetzt an mit [ProductName] und nicht mehr mit dem bisherigen Standardprogramm geöffnet werden."
+msgstr "[ProductName] kann als Standardprogramm für Dateitypen von Microsoft Office festgelegt werden. Das bedeutet, dass Dateien dieses Typs von jetzt an mit [ProductName] und nicht mehr mit dem bisherigen Standardprogramm geöffnet werden."
#. xMzmY
#: Control.ulf
@@ -4172,7 +4172,7 @@ msgctxt ""
"OOO_ERROR_111\n"
"LngText.text"
msgid "Error removing ODBC driver manager, ODBC error [2]: [3]. Contact your support personnel."
-msgstr "Fehler während des Entfernens des ODBC-Treibermanagers, ODBC-Fehler [2]: [3]. Kontaktieren Sie Ihren Betreuer."
+msgstr "Fehler während des Entfernens der ODBC-Treiberverwaltung, ODBC-Fehler [2]: [3]. Wenden Sie sich an Ihren Support."
#. FBn6s
#: Error.ulf
@@ -4181,7 +4181,7 @@ msgctxt ""
"OOO_ERROR_112\n"
"LngText.text"
msgid "Error installing ODBC driver manager, ODBC error [2]: [3]. Contact your support personnel."
-msgstr "Fehler beim Installieren des ODBC-Treibermanagers, ODBC-Fehler [2]: [3]. Kontaktieren Sie Ihren Betreuer."
+msgstr "Fehler beim Installieren der ODBC-Treiberveraltung, ODBC-Fehler [2]: [3]. Wenden Sie sich an Ihren Support."
#. ebBpH
#: Error.ulf
diff --git a/source/de/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po b/source/de/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po
index 503cc674039..783ca9dc67a 100644
--- a/source/de/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po
+++ b/source/de/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po
@@ -4,8 +4,8 @@ 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: 2022-07-06 20:19+0200\n"
-"PO-Revision-Date: 2022-07-12 03:39+0000\n"
-"Last-Translator: Annabelle Wübbelsmann <translowl@web.de>\n"
+"PO-Revision-Date: 2023-01-23 11:30+0000\n"
+"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
"Language-Team: German <https://translations.documentfoundation.org/projects/libo_ui-master/nlpsolverhelpencomsunstarcompcalcnlpsolver/de/>\n"
"Language: de\n"
"MIME-Version: 1.0\n"
@@ -95,7 +95,7 @@ msgctxt ""
"par_id050320091710378\n"
"help.text"
msgid "If enabled (default), the algorithm tries to find variable bounds by looking at the starting values."
-msgstr "Wenn aktiviert (Standard), versucht der Algorithmus, variable Grenzen zu finden, indem er die Startwerte auswertet."
+msgstr "Wenn aktiviert (Voreinstellung), versucht der Algorithmus, variable Grenzen zu finden, indem er die Startwerte auswertet."
#. 7tnqA
#: Options.xhp
@@ -131,7 +131,7 @@ msgctxt ""
"par_id0503200917103766\n"
"help.text"
msgid "If <emph>disabled</emph> (default), the BCH Comparator is used. It compares two individuals by first looking at their constraint violations and only if those are equal, it measures their current solution."
-msgstr "Wenn diese Option <emph>deaktiviert</emph> ist (Standard), wird der BCH-Vergleich verwendet. Er vergleicht zwei Individuen, indem er zunächst ihre Einschränkungen vergleicht, und nur, wenn diese gleich sind, schätzt er die aktuelle Lösung."
+msgstr "Wenn <emph>deaktiviert</emph> (Voreinstellung), wird der BCH-Vergleich verwendet. Er vergleicht zwei Individuen, indem er zunächst ihre Einschränkungen vergleicht und, nur wenn diese gleich sind, die aktuelle Lösung schätzt."
#. wHTo3
#: Options.xhp
diff --git a/source/de/officecfg/registry/data/org/openoffice/Office/UI.po b/source/de/officecfg/registry/data/org/openoffice/Office/UI.po
index 0c09feba69c..ec90589bce8 100644
--- a/source/de/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/de/officecfg/registry/data/org/openoffice/Office/UI.po
@@ -4,7 +4,7 @@ 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: 2022-11-22 14:44+0100\n"
-"PO-Revision-Date: 2023-01-09 03:14+0000\n"
+"PO-Revision-Date: 2023-01-23 11:30+0000\n"
"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
"Language-Team: German <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeofficeui/de/>\n"
"Language: de\n"
@@ -3314,7 +3314,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Standard Text Attributes"
-msgstr "Standardtextattribute setzen"
+msgstr "Standardmäßige Textattribute setzen"
#. EE3WD
#: CalcCommands.xcu
diff --git a/source/de/readlicense_oo/docs.po b/source/de/readlicense_oo/docs.po
index 3603614b950..445d5522269 100644
--- a/source/de/readlicense_oo/docs.po
+++ b/source/de/readlicense_oo/docs.po
@@ -4,8 +4,8 @@ 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: 2021-09-10 23:12+0200\n"
-"PO-Revision-Date: 2022-11-02 09:22+0000\n"
-"Last-Translator: Mister Update <mr.update@yahoo.de>\n"
+"PO-Revision-Date: 2023-01-23 11:30+0000\n"
+"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
"Language-Team: German <https://translations.documentfoundation.org/projects/libo_ui-master/readlicense_oodocs/de/>\n"
"Language: de\n"
"MIME-Version: 1.0\n"
@@ -158,7 +158,7 @@ msgctxt ""
"MSOReg1\n"
"readmeitem.text"
msgid "Registration of ${PRODUCTNAME} as default application for Microsoft Office formats can be forced or suppressed by using the following command line switches with the installer:"
-msgstr "Um die Registrierung von ${PRODUCTNAME} als Standardanwendung für Microsoft Office-Dateiformate zu erzwingen oder zu unterdrücken, verwenden Sie die folgenden Parameter beim Aufruf des Installationsprogramms:"
+msgstr "Um die Registrierung von ${PRODUCTNAME} als Standardanwendung für Dateiformate von Microsoft Office zu erzwingen oder zu unterdrücken, verwenden Sie die folgenden Parameter beim Aufruf des Installationsprogramms:"
#. Cwdv7
#: readme.xrm
@@ -167,7 +167,7 @@ msgctxt ""
"MSOReg2\n"
"readmeitem.text"
msgid "<tt>REGISTER_ALL_MSO_TYPES=1</tt> will force registration of ${PRODUCTNAME} as default application for Microsoft Office formats."
-msgstr "<tt>REGISTER_ALL_MSO_TYPES=1</tt> erzwingt die Registrierung von ${PRODUCTNAME} als Standardanwendung für Microsoft Office-Dateiformate."
+msgstr "<tt>REGISTER_ALL_MSO_TYPES=1</tt> erzwingt die Registrierung von ${PRODUCTNAME} als Standardanwendung für Dateiformate von Microsoft Office."
#. BrBwT
#: readme.xrm
@@ -176,7 +176,7 @@ msgctxt ""
"MSOReg3\n"
"readmeitem.text"
msgid "<tt>REGISTER_NO_MSO_TYPES=1</tt> will suppress registration of ${PRODUCTNAME} as default application for Microsoft Office formats."
-msgstr "<tt>REGISTER_NO_MSO_TYPES=1</tt> verhindert die Registrierung von ${PRODUCTNAME} als Standardanwendung für Microsoft Office-Dateiformate."
+msgstr "<tt>REGISTER_NO_MSO_TYPES=1</tt> verhindert die Registrierung von ${PRODUCTNAME} als Standardanwendung für Dateiformate von Microsoft Office."
#. GGBmC
#: readme.xrm
@@ -293,7 +293,7 @@ msgctxt ""
"debianinstall2\n"
"readmeitem.text"
msgid "When you unpack the downloaded archive, you will see that the contents have been decompressed into a sub-directory. Open a file manager window, and change directory to the one starting with \"LibreOffice_\", followed by the version number and some platform information."
-msgstr "Wenn Sie das heruntergeladene Archiv entpacken, werden Sie feststellen, dass die Inhalte in ein Unterverzeichnis entpackt wurden. Öffnen Sie einen Dateimanager und wechseln Sie in das Verzeichnis, das mit \"LibreOffice_\" beginnt, gefolgt von der Versionsnummer und einigen plattformspezifischen Informationen."
+msgstr "Wenn Sie das heruntergeladene Archiv entpacken, werden Sie feststellen, dass die Inhalte in ein Unterverzeichnis entpackt wurden. Öffnen Sie eine Dateiverwaltung und wechseln Sie in das Verzeichnis, das mit \"LibreOffice_\" beginnt, gefolgt von der Versionsnummer und einigen plattformspezifischen Informationen."
#. MkcLD
#: readme.xrm
@@ -365,7 +365,7 @@ msgctxt ""
"rpminstall2\n"
"readmeitem.text"
msgid "When you unpack the downloaded archive, you will see that the contents have been decompressed into a sub-directory. Open a file manager window, and change directory to the one starting with \"LibreOffice_\", followed by the version number and some platform information."
-msgstr "Wenn Sie das heruntergeladene Archiv entpacken, werden Sie feststellen, dass die Inhalte in ein Unterverzeichnis entpackt wurden. Öffnen Sie einen Dateimanager und wechseln Sie in das Verzeichnis, das mit \"LibO_\" beginnt. Danach folgt die Versionsnummer und einige plattformspezifischen Informationen."
+msgstr "Wenn Sie das heruntergeladene Archiv entpacken, werden Sie feststellen, dass die Inhalte in ein Unterverzeichnis entpackt wurden. Öffnen Sie eine Dateiverwaltung und wechseln Sie in das Verzeichnis, das mit \"LibO_\" beginnt. Danach folgt die Versionsnummer und einige plattformspezifischen Informationen."
#. 7wgn6
#: readme.xrm
@@ -473,7 +473,7 @@ msgctxt ""
"linuxlangpack1\n"
"readmeitem.text"
msgid "Download the language pack for your desired language and platform. They are available from the same location as the main installation archive. From the Nautilus file manager, extract the downloaded archive into a directory (your desktop, for instance). Ensure that you have exited all ${PRODUCTNAME} applications (including the QuickStarter, if it is started)."
-msgstr "Laden Sie das Sprachpaket für die gewünschte Sprache und Plattform herunter. Diese sind am gleichen Ort wie das Basis-Installationspaket verfügbar. Entpacken Sie das heruntergeladene Paket über einen Dateimanager in ein beliebiges Verzeichnis (zum Beispiel auf Ihren Arbeitsplatz). Beenden Sie alle ${PRODUCTNAME}-Anwendungen (einschließlich des Schnellstarters, falls gestartet)."
+msgstr "Laden Sie das Sprachpaket für die gewünschte Sprache und Plattform herunter. Diese sind am gleichen Ort wie das Basis-Installationspaket verfügbar. Entpacken Sie das heruntergeladene Paket über eine Dateiverwaltung in ein beliebiges Verzeichnis (zum Beispiel auf Ihren Arbeitsplatz). Beenden Sie alle ${PRODUCTNAME}-Anwendungen (einschließlich des Schnellstarters, falls gestartet)."
#. uQM2g
#: readme.xrm
@@ -509,7 +509,7 @@ msgctxt ""
"linuxlangpack5\n"
"readmeitem.text"
msgid "From the Nautilus file manager, right-click in the directory and choose the command \"Open in terminal\". In the terminal window you just opened, execute the command to install the language pack (with all of the commands below, you may be prompted to enter your root user's password):"
-msgstr "Rechtsklicken Sie im Dateimanager im Verzeichnis und wählen »Im Terminal öffnen«. Führen Sie in der Eingabeaufforderung den Befehl zum Installieren des Sprachpaketes aus (alle unten aufgeführten Kommandos werden wahrscheinlich nach Ihrem Root-Kennwort fragen):"
+msgstr "Rechtsklicken Sie in der Dateiverwaltung auf das Verzeichnis und wählen Sie »Im Terminal öffnen«. Führen Sie in der Eingabeaufforderung den Befehl zum Installieren des Sprachpaketes aus (alle unten aufgeführten Kommandos werden wahrscheinlich nach Ihrem Root-Kennwort fragen):"
#. Ak9Pt
#: readme.xrm
@@ -689,7 +689,7 @@ msgctxt ""
"pji76w0\n"
"readmeitem.text"
msgid "By default, ${PRODUCTNAME} favours nice-looking graphics over speed. If you experience slow graphics, switching off 'Tools - Options - ${PRODUCTNAME} - View - Use Anti-Aliasing' may help."
-msgstr "In der Standardeinstellung bevorzugt ${PRODUCTNAME} eine bessere Grafikdarstellung vor der Geschwindigkeit. Sollten Sie Probleme mit der Geschwindigkeit der grafischen Darstellung haben, könnte es helfen, »Extras ▸ Optionen… ▸ ${PRODUCTNAME} ▸ Ansicht ▸ Kantenglättung verwenden« zu deaktivieren."
+msgstr "In der Voreinstellung bevorzugt ${PRODUCTNAME} eine bessere Grafikdarstellung vor der Geschwindigkeit. Sollten Sie Probleme mit der Geschwindigkeit der grafischen Darstellung haben, könnte es helfen, »Extras ▸ Optionen… ▸ ${PRODUCTNAME} ▸ Ansicht ▸ Kantenglättung verwenden« zu deaktivieren."
#. bbgfk
#: readme.xrm
diff --git a/source/de/sc/messages.po b/source/de/sc/messages.po
index 143ed8c90f8..3ebce061582 100644
--- a/source/de/sc/messages.po
+++ b/source/de/sc/messages.po
@@ -4,7 +4,7 @@ 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: 2022-12-19 15:00+0100\n"
-"PO-Revision-Date: 2023-01-09 03:14+0000\n"
+"PO-Revision-Date: 2023-01-23 11:30+0000\n"
"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
"Language-Team: German <https://translations.documentfoundation.org/projects/libo_ui-master/scmessages/de/>\n"
"Language: de\n"
@@ -16477,7 +16477,7 @@ msgstr "Spalten"
#: sc/inc/scfuncs.hrc:4129
msgctxt "SC_OPCODE_FOURIER"
msgid "Flag to indicate whether the array is grouped by columns or not (default TRUE)."
-msgstr "Gibt an, ob die Matrix nach Spalten gruppiert ist oder nicht (Standardeinstellung WAHR)."
+msgstr "Gibt an, ob die Matrix nach Spalten gruppiert ist oder nicht (Voreinstellung WAHR)."
#. aS9wx
#: sc/inc/scfuncs.hrc:4130
@@ -16489,7 +16489,7 @@ msgstr "Invertiert"
#: sc/inc/scfuncs.hrc:4131
msgctxt "SC_OPCODE_FOURIER"
msgid "Flag to indicate whether an inverse DFT is to be computed (default FALSE)."
-msgstr "Gibt an, ob eine inverse DFT berechnet werden soll (Standardwert FALSCH)."
+msgstr "Gibt an, ob eine inverse DFT berechnet werden soll (Voreinstellung FALSCH)."
#. g6qnG
#: sc/inc/scfuncs.hrc:4132
@@ -16501,7 +16501,7 @@ msgstr "Polar"
#: sc/inc/scfuncs.hrc:4133
msgctxt "SC_OPCODE_FOURIER"
msgid "Flag to indicate whether to return the results in polar form (default FALSE)."
-msgstr "Gibt an, ob die Ergebnisse in polarer Form zurückgegeben werden sollen (Standardwert FALSCH)."
+msgstr "Gibt an, ob die Ergebnisse in polarer Form zurückgegeben werden sollen (Voreinstellung FALSCH)."
#. 2DMDC
#: sc/inc/scfuncs.hrc:4134
@@ -16513,7 +16513,7 @@ msgstr "Mindestgröße"
#: sc/inc/scfuncs.hrc:4135
msgctxt "SC_OPCODE_FOURIER"
msgid "In case of Polar=TRUE, the frequency components below this magnitude are clipped out (default 0.0)."
-msgstr "Falls Polar=WAHR, werden die Frequenzkomponenten unterhalb dieser Größe ausgeschnitten (Standard 0,0)."
+msgstr "Falls Polar=WAHR, werden die Frequenzkomponenten unterhalb dieser Größe ausgeschnitten (Voreinstellung 0,0)."
#. dUUdc
#: sc/inc/scfuncs.hrc:4141
@@ -26823,7 +26823,7 @@ msgstr "Neues Tabellendokument"
#: sc/uiconfig/scalc/ui/optdefaultpage.ui:123
msgctxt "extended_tip|OptDefaultPage"
msgid "Defines default settings for new spreadsheet documents."
-msgstr "Legt die Standard-Einstellungen für neue Tabellen fest."
+msgstr "Legt die Voreinstellungen für neue Tabellen fest."
#. TueVT
#: sc/uiconfig/scalc/ui/optdlg.ui:27
@@ -27069,7 +27069,7 @@ msgstr "_Standardwert"
#: sc/uiconfig/scalc/ui/optimalrowheightdialog.ui:129
msgctxt "optimalrowheightdialog|extended_tip|default"
msgid "Restores the default value for the optimal row height."
-msgstr "Stellt den Standardwert für die optimale Zeilenhöhe wieder her."
+msgstr "Stellt die Voreinstellung für die optimale Zeilenhöhe wieder her."
#. zwDoC
#: sc/uiconfig/scalc/ui/optimalrowheightdialog.ui:160
@@ -28905,7 +28905,7 @@ msgstr "_Standardwert"
#: sc/uiconfig/scalc/ui/rowheightdialog.ui:129
msgctxt "rowheightdialog|extended_tip|default"
msgid "Adjusts the row height to the size based on the default template. Existing contents may be shown vertically cropped. The height no longer increases automatically when you enter larger contents."
-msgstr "Passt die Zeilenhöhe an die Größe der Standardvorlage an. Existierender Inhalt wird wahrscheinlich vertikal abgeschnitten angezeigt. Die Höhe steigt nicht länger automatisch an, wenn Sie mehr Inhalt eingeben."
+msgstr "Passt die Zeilenhöhe an die Größe der standardmäßige Dokumentvorlage an. Existierender Inhalt wird wahrscheinlich vertikal abgeschnitten angezeigt. Die Höhe steigt nicht länger automatisch an, wenn Sie mehr Inhalt eingeben."
#. qEa9T
#: sc/uiconfig/scalc/ui/rowheightdialog.ui:160
diff --git a/source/de/sd/messages.po b/source/de/sd/messages.po
index 1acb28b13d5..6bdc5e36e36 100644
--- a/source/de/sd/messages.po
+++ b/source/de/sd/messages.po
@@ -4,7 +4,7 @@ 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: 2022-12-19 15:00+0100\n"
-"PO-Revision-Date: 2022-12-25 13:16+0000\n"
+"PO-Revision-Date: 2023-01-23 11:30+0000\n"
"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
"Language-Team: German <https://translations.documentfoundation.org/projects/libo_ui-master/sdmessages/de/>\n"
"Language: de\n"
@@ -3112,7 +3112,7 @@ msgstr "Standar_d"
#: sd/uiconfig/sdraw/ui/copydlg.ui:49
msgctxt "copydlg|extended_tip|default"
msgid "Resets the values visible in the dialog back to the default installation values."
-msgstr "Setzt die im Dialog angezeigten Werte wieder auf die bei der Installation eingerichteten Standardwerte zurück."
+msgstr "Setzt die im Dialog angezeigten Werte wieder auf die bei der Installation eingerichteten Voreinstellungen zurück."
#. ELfL6
#: sd/uiconfig/sdraw/ui/copydlg.ui:70
@@ -7886,7 +7886,7 @@ msgstr "Mit Dokument_vorlagenauswahl starten"
#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:65
msgctxt "extended_tip|startwithwizard"
msgid "Specifies whether to activate the Select a Template window when opening a presentation with File - New - Presentation."
-msgstr "Legt fest, ob das Fenster Wählen einer Vorlage aktiviert ist, wenn Sie eine neue Präsentation über Datei - Neu - Präsentation starten."
+msgstr "Legt fest, ob das Fenster »Dokumentvorlage auswählen« aktiviert ist, wenn Sie eine neue Präsentation über »Datei – Neu – Präsentation« erstellen."
#. 5DjoQ
#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:80
@@ -9134,7 +9134,7 @@ msgstr "_Automatisch"
#: sd/uiconfig/simpress/ui/publishingdialog.ui:849
msgctxt "publishingdialog|extended_tip|kioskRadiobutton"
msgid "Creates a default HTML presentation as a kiosk export, in which the slides are automatically advanced after a specified amount of time."
-msgstr "Es wird eine Standard HTML-Präsentation als Kiosk-Export erzeugt, in der ein automatischer Folienwechsel mit festgelegter Pause erfolgt."
+msgstr "Es wird eine standardmäßige HTML-Präsentation als Kiosk-Export erzeugt, in der ein automatischer Folienwechsel mit festgelegter Pause erfolgt."
#. PSGFr
#: sd/uiconfig/simpress/ui/publishingdialog.ui:860
@@ -9146,25 +9146,25 @@ msgstr "_Einzelnes HTML-Dokument"
#: sd/uiconfig/simpress/ui/publishingdialog.ui:875
msgctxt "publishingdialog|framesRadiobutton"
msgid "Standard HTML with _frames"
-msgstr "Standard-HTML mit _Frames"
+msgstr "Standardmäßiges HTML mit _Frames"
#. RhzLR
#: sd/uiconfig/simpress/ui/publishingdialog.ui:884
msgctxt "publishingdialog|extended_tip|framesRadiobutton"
msgid "Creates standard HTML pages with frames. The exported page will be placed in the main frame, and the frame to the left will display a table of contents in the form of hyperlinks."
-msgstr "Es werden Standard-HTML-Seiten mit Frames erzeugt. Die exportierten Seiten werden in den Hauptframe gesetzt und in einem Frame links daneben erscheint ein Inhaltsverzeichnis in Form von Hyperlinks."
+msgstr "Es werden standardmäßige HTML-Seiten mit Frames erzeugt. Die exportierten Seiten werden in den Hauptframe gesetzt und in einem Frame links daneben erscheint ein Inhaltsverzeichnis in Form von Hyperlinks."
#. CA35b
#: sd/uiconfig/simpress/ui/publishingdialog.ui:895
msgctxt "publishingdialog|standardRadiobutton"
msgid "Standard H_TML format"
-msgstr "Standard-_HTML-Format"
+msgstr "Standardmäßiges _HTML-Format"
#. dqJ8k
#: sd/uiconfig/simpress/ui/publishingdialog.ui:904
msgctxt "publishingdialog|extended_tip|standardRadiobutton"
msgid "Creates standard HTML pages from export pages."
-msgstr "Aus den exportierten Seiten werden Standard HTML-Seiten erzeugt."
+msgstr "Aus den exportierten Seiten werden standardmäßige HTML-Seiten erzeugt."
#. 2D85A
#: sd/uiconfig/simpress/ui/publishingdialog.ui:919
diff --git a/source/de/sfx2/messages.po b/source/de/sfx2/messages.po
index 70b18c0821e..017f1d8c08d 100644
--- a/source/de/sfx2/messages.po
+++ b/source/de/sfx2/messages.po
@@ -4,7 +4,7 @@ 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: 2023-01-09 11:30+0100\n"
-"PO-Revision-Date: 2022-12-25 13:16+0000\n"
+"PO-Revision-Date: 2023-01-23 11:30+0000\n"
"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
"Language-Team: German <https://translations.documentfoundation.org/projects/libo_ui-master/sfx2messages/de/>\n"
"Language: de\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.12.2\n"
"X-POOTLE-MTIME: 1560714585.000000\n"
#. bHbFE
@@ -521,7 +521,7 @@ msgid ""
"Maybe no web browser could be found on your system. In that case, please check your Desktop Preferences or install a web browser (for example, Firefox) in the default location requested during the browser installation."
msgstr ""
"Öffnen von \"$(ARG1)\" schlug mit dem Fehlercode $(ARG2) und folgender Nachricht fehl: \"$(ARG3)\"\n"
-"Vielleicht wurde kein Webbrowser auf Ihrem System gefunden. In diesem Fall prüfen Sie bitte Ihre Desktop-Einstellungen oder installieren Sie einen Webbrowser (beispielsweise Firefox) am Standardort, wie während der Browser-Installation gefordert."
+"Vielleicht wurde kein Webbrowser auf Ihrem System gefunden. In diesem Fall prüfen Sie bitte Ihre Desktop-Einstellungen oder installieren Sie einen Webbrowser (beispielsweise Firefox) am vorgegebenen Ort, wie während der Browser-Installation gefordert."
#. QEABe
#: include/sfx2/strings.hrc:105
@@ -1338,7 +1338,7 @@ msgid ""
"No default printer found.\n"
"Please choose a printer and try again."
msgstr ""
-"Kein Standarddrucker gefunden.\n"
+"Keinen Standarddrucker gefunden.\n"
"Bitte wählen Sie einen Drucker aus und versuchen Sie es noch einmal."
#. a3NTu
@@ -1964,31 +1964,31 @@ msgstr "Keine zuletzt verwendeteten Zeichen"
#: include/sfx2/strings.hrc:353
msgctxt "STR_ACTION_RESET_ALL_DEFAULT_TEMPLATES"
msgid "Reset All De~fault Templates"
-msgstr "Alle Standard-Dokumentvorlagen zurücksetzen"
+msgstr "Alle Dokumentvorlagen auf Standard zurücksetzen"
#. GWuDE
#: include/sfx2/strings.hrc:354
msgctxt "STR_ACTION_RESET_WRITER_TEMPLATE"
msgid "Reset De~fault Text Document"
-msgstr "Standard-Textdokument zurücksetzen"
+msgstr "Textdokumentvorlage auf Standard zurücksetzen"
#. j5eV8
#: include/sfx2/strings.hrc:355
msgctxt "STR_ACTION_RESET_CALC_TEMPLATE"
msgid "Reset De~fault Spreadsheet"
-msgstr "Standard-Tabellendokument zurücksetzen"
+msgstr "Tabellendokumentvorlage auf Standard zurücksetzen"
#. mWp3t
#: include/sfx2/strings.hrc:356
msgctxt "STR_ACTION_RESET_IMPRESS_TEMPLATE"
msgid "Reset De~fault Presentation"
-msgstr "Standard-Präsentationsdokument zurücksetzen"
+msgstr "Präsentationsdokumentvorlage auf Standard zurücksetzen"
#. wfExB
#: include/sfx2/strings.hrc:357
msgctxt "STR_ACTION_RESET_DRAW_TEMPLATE"
msgid "Reset De~fault Drawing"
-msgstr "Standard-Zeichnungsdokument zurücksetzen"
+msgstr "Zeichnungsdokumentvorlage auf Standard zurücksetzen"
#. BFaGA
#: include/sfx2/strings.hrc:358
@@ -4355,7 +4355,7 @@ msgstr "Transparenz reduzieren"
#: sfx2/uiconfig/ui/optprintpage.ui:600
msgctxt "optprintpage|pdf"
msgid "_PDF as standard print job format"
-msgstr "_PDF als Standarddruckformat"
+msgstr "_PDF als standardmäßiges Druckformat"
#. wm7C7
#: sfx2/uiconfig/ui/optprintpage.ui:614
@@ -4589,7 +4589,7 @@ msgstr "Dokumentvorlage als Standard setzen"
#: sfx2/uiconfig/ui/saveastemplatedlg.ui:231
msgctxt "saveastemplatedlg|extended_tip|defaultcb"
msgid "The new template will be used as the default template."
-msgstr "Die neue Dokumentvorlage wird als Standardvorlage verwendet."
+msgstr "Die neue Dokumentvorlage wird als standardmäßige Dokumentvorlage verwendet."
#. gH8PB
#: sfx2/uiconfig/ui/saveastemplatedlg.ui:259
@@ -4967,7 +4967,7 @@ msgstr "_Verwalten"
#: sfx2/uiconfig/ui/templatedlg.ui:180
msgctxt "templatedlg|extended_tip|action_menu"
msgid "Provides commands to create, rename and delete categories, reset default templates, and refresh the template manager."
-msgstr "Enthält Befehle zum Erstellen, Umbenennen und Löschen von Kategorien, zum Zurücksetzen von Standardvorlagen und zum Aktualisieren des Vorlagenmanagers."
+msgstr "Enthält Befehle zum Erstellen, Umbenennen und Löschen von Kategorien, zum Zurücksetzen von standardmäßigen Dokumentvorlagen und zum Aktualisieren der Vorlagenverwaltung."
#. fXVNY
#: sfx2/uiconfig/ui/templatedlg.ui:207
diff --git a/source/de/starmath/messages.po b/source/de/starmath/messages.po
index 25f4d1dd19b..782ebb63d69 100644
--- a/source/de/starmath/messages.po
+++ b/source/de/starmath/messages.po
@@ -4,7 +4,7 @@ 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: 2022-10-10 13:36+0200\n"
-"PO-Revision-Date: 2022-11-02 09:22+0000\n"
+"PO-Revision-Date: 2023-01-23 11:30+0000\n"
"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
"Language-Team: German <https://translations.documentfoundation.org/projects/libo_ui-master/starmathmessages/de/>\n"
"Language: de\n"
@@ -2708,7 +2708,7 @@ msgstr "_Standard"
#: starmath/uiconfig/smath/ui/alignmentdialog.ui:30
msgctxt "alignmentdialog|extended_tip|default"
msgid "Click here to save your changes as the default settings for new formulas."
-msgstr "Wenn Sie auf diese Schaltfläche klicken, werden die von Ihnen vorgenommenen Änderungen als Standard für alle neuen Formeln gespeichert."
+msgstr "Wenn Sie auf diese Schaltfläche klicken, werden die von Ihnen vorgenommenen Änderungen als Vorgabe für alle neuen Formeln gespeichert."
#. kGsuJ
#: starmath/uiconfig/smath/ui/alignmentdialog.ui:113
@@ -2888,7 +2888,7 @@ msgstr "_Standard"
#: starmath/uiconfig/smath/ui/fontsizedialog.ui:68
msgctxt "fontsizedialog|extended_tip|default"
msgid "Click this button to save your changes as a default for all new formulas."
-msgstr "Wenn Sie auf diese Schaltfläche klicken, werden die von Ihnen vorgenommenen Änderungen als Standard für alle neuen Formeln gespeichert."
+msgstr "Wenn Sie auf diese Schaltfläche klicken, werden die von Ihnen vorgenommenen Änderungen als Vorgabe für alle neuen Formeln gespeichert."
#. xePRa
#: starmath/uiconfig/smath/ui/fontsizedialog.ui:149
@@ -3044,7 +3044,7 @@ msgstr "_Standard"
#: starmath/uiconfig/smath/ui/fonttypedialog.ui:130
msgctxt "fonttypedialog|extended_tip|default"
msgid "Click this button to save your changes as the default for all new formulas."
-msgstr "Speichert nach Rückfrage die von Ihnen vorgenommenen Änderungen als Standardvorgabe für alle neuen Formeln."
+msgstr "Speichert nach Rückfrage die von Ihnen vorgenommenen Änderungen als Vorgabe für alle neuen Formeln."
#. EhoBp
#: starmath/uiconfig/smath/ui/fonttypedialog.ui:207
@@ -3242,13 +3242,13 @@ msgstr "Größe"
#: starmath/uiconfig/smath/ui/savedefaultsdialog.ui:7
msgctxt "savedefaultsdialog|SaveDefaultsDialog"
msgid "Save defaults?"
-msgstr "Standardwerte _speichern?"
+msgstr "Voreinstellungen _speichern?"
#. jCDCU
#: starmath/uiconfig/smath/ui/savedefaultsdialog.ui:14
msgctxt "savedefaultsdialog|SaveDefaultsDialog"
msgid "Should the changes be saved as defaults?"
-msgstr "Sollen die Änderungen als Standardwerte gespeichert werden?"
+msgstr "Sollen die Änderungen als Voreinstellungen gespeichert werden?"
#. 7oNeH
#: starmath/uiconfig/smath/ui/savedefaultsdialog.ui:15
diff --git a/source/de/svtools/messages.po b/source/de/svtools/messages.po
index 8a665a2d419..91ff8b8a7c0 100644
--- a/source/de/svtools/messages.po
+++ b/source/de/svtools/messages.po
@@ -4,7 +4,7 @@ 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: 2022-12-19 15:00+0100\n"
-"PO-Revision-Date: 2022-12-25 13:16+0000\n"
+"PO-Revision-Date: 2023-01-23 11:30+0000\n"
"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
"Language-Team: German <https://translations.documentfoundation.org/projects/libo_ui-master/svtoolsmessages/de/>\n"
"Language: de\n"
@@ -1984,7 +1984,7 @@ msgstr "$(ERR) beim Kopieren oder Verschieben von Dokumentinhalten"
#: svtools/inc/errtxt.hrc:37
msgctxt "RID_ERRCTX"
msgid "$(ERR) starting the Document Manager"
-msgstr "$(ERR) beim Starten des Dokumentenmanagers"
+msgstr "$(ERR) beim Starten der Dokumentenverwaltung"
#. AD6P7
#: svtools/inc/errtxt.hrc:38
@@ -5790,7 +5790,7 @@ msgstr "Damit der Seriendruck richtig funktioniert, muss %PRODUCTNAME neu gestar
#: svtools/uiconfig/ui/restartdialog.ui:100
msgctxt "restartdialog|reason_pdf"
msgid "For the modified default print job format to take effect, %PRODUCTNAME must be restarted."
-msgstr "Damit die geänderten Standardeinstellungen für Druckaufträge verwendet werden können, muss %PRODUCTNAME neu gestartet werden."
+msgstr "Damit die geänderten Voreinstellungen für Druckaufträge verwendet werden können, muss %PRODUCTNAME neu gestartet werden."
#. DuVPb
#: svtools/uiconfig/ui/restartdialog.ui:115
diff --git a/source/de/svx/messages.po b/source/de/svx/messages.po
index dbecfd53748..27049032dcf 100644
--- a/source/de/svx/messages.po
+++ b/source/de/svx/messages.po
@@ -4,7 +4,7 @@ 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: 2022-12-19 15:00+0100\n"
-"PO-Revision-Date: 2023-01-09 03:14+0000\n"
+"PO-Revision-Date: 2023-01-23 11:30+0000\n"
"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
"Language-Team: German <https://translations.documentfoundation.org/projects/libo_ui-master/svxmessages/de/>\n"
"Language: de\n"
@@ -7985,7 +7985,7 @@ msgstr "Zuschneiden"
#: include/svx/strings.hrc:1438
msgctxt "RID_SVXITEMS_ORI_STANDARD"
msgid "Default orientation"
-msgstr "Standard-Schreibrichtung"
+msgstr "Standardschreibrichtung"
#. WQqju
#: include/svx/strings.hrc:1439
diff --git a/source/de/sw/messages.po b/source/de/sw/messages.po
index c565a7dd472..d7de912c5e5 100644
--- a/source/de/sw/messages.po
+++ b/source/de/sw/messages.po
@@ -4,7 +4,7 @@ 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: 2022-12-19 15:00+0100\n"
-"PO-Revision-Date: 2023-01-09 03:14+0000\n"
+"PO-Revision-Date: 2023-01-23 11:30+0000\n"
"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
"Language-Team: German <https://translations.documentfoundation.org/projects/libo_ui-master/swmessages/de/>\n"
"Language: de\n"
@@ -10574,7 +10574,7 @@ msgstr "Hier geben Sie den Zeichensatz der zu importierenden oder exportierenden
#: sw/uiconfig/swriter/ui/asciifilterdialog.ui:171
msgctxt "asciifilterdialog|extended_tip|font"
msgid "By setting a default font, you specify that the text should be displayed in a specific font. The default fonts can only be selected when importing."
-msgstr "Mit einer Standardschrift geben Sie vor, in welcher Schrift der Text anzuzeigen ist. Standardschriften können nur beim Importieren eingestellt werden."
+msgstr "Mit einer Standardschriftart geben Sie vor, in welcher Schriftart der Text anzuzeigen ist. Standardschriftarten können nur beim Importieren eingestellt werden."
#. Vd7Uv
#: sw/uiconfig/swriter/ui/asciifilterdialog.ui:188
@@ -10586,7 +10586,7 @@ msgstr "_CR & LF"
#: sw/uiconfig/swriter/ui/asciifilterdialog.ui:197
msgctxt "asciifilterdialog|extended_tip|crlf"
msgid "Produces a \"Carriage Return\" and a \"Linefeed\". This option is the default."
-msgstr "Erzeugt ein \"Carriage Return\" und ein \"Linefeed\". Dies ist die Standardeinstellung."
+msgstr "Erzeugt ein \"Carriage Return\" und ein \"Linefeed\". Dies ist die Voreinstellung."
#. WuYz5
#: sw/uiconfig/swriter/ui/asciifilterdialog.ui:209
@@ -16159,7 +16159,7 @@ msgstr "Druckt das gewählte Objekt mit aus, wenn gedruckt wird."
#: sw/uiconfig/swriter/ui/frmaddpage.ui:405
msgctxt "frmaddpage|extended_tip|textflow"
msgid "Specifies the preferred text flow direction in a frame. To use the default text flow settings for the page, select Use superordinate object settings from the list."
-msgstr "Legt die Schreibrichtung innerhalb des Rahmens fest. Bei Auswahl von „Übergeordnete Objekteinstellungen verwenden“ wird die Standardschreibrichtung der Seite verwendet."
+msgstr "Legt die Schreibrichtung innerhalb des Rahmens fest. Bei Auswahl von „Übergeordnete Objekteinstellungen verwenden“ wird die standardmäßige Schreibrichtung der Seite verwendet."
#. ph8JN
#: sw/uiconfig/swriter/ui/frmaddpage.ui:418
@@ -25214,7 +25214,7 @@ msgstr "Drehwinkel"
#: sw/uiconfig/swriter/ui/picturepage.ui:352
msgctxt "picturepage|FT_ANGLEPRESETS"
msgid "Default _settings:"
-msgstr "Standard_einstellungen:"
+msgstr "Vor_einstellungen:"
#. HpCfF
#: sw/uiconfig/swriter/ui/picturepage.ui:375
@@ -26000,13 +26000,13 @@ msgstr "Als Standard verwenden?"
#: sw/uiconfig/swriter/ui/querydefaultcompatdialog.ui:14
msgctxt "querydefaultcompatdialog|QueryDefaultCompatDialog"
msgid "Do you want to change the compatibility options of the default template?"
-msgstr "Möchten Sie die Kompatibilitätsoptionen der Standardvorlage ändern?"
+msgstr "Möchten Sie die Kompatibilitätsoptionen der standardmäßigen Dokumentvorlage ändern?"
#. HUwVH
#: sw/uiconfig/swriter/ui/querydefaultcompatdialog.ui:15
msgctxt "querydefaultcompatdialog|QueryDefaultCompatDialog"
msgid "This will affect all new documents based on the default template."
-msgstr "Dieses wirkt sich aus alle Dokumente aus, die aus der Standardvorlage neu erstellt werden."
+msgstr "Dieses wirkt sich aus alle Dokumente aus, die aus der standardmäßigen Dokumentvorlage neu erstellt werden."
#. BLSz9
#: sw/uiconfig/swriter/ui/querysavelabeldialog.ui:7
diff --git a/source/de/swext/mediawiki/help.po b/source/de/swext/mediawiki/help.po
index 56979f7326f..fba92c1e9b4 100644
--- a/source/de/swext/mediawiki/help.po
+++ b/source/de/swext/mediawiki/help.po
@@ -4,7 +4,7 @@ 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-07-11 18:38+0200\n"
-"PO-Revision-Date: 2022-11-25 12:34+0000\n"
+"PO-Revision-Date: 2023-01-23 11:30+0000\n"
"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
"Language-Team: German <https://translations.documentfoundation.org/projects/libo_ui-master/swextmediawikihelp/de/>\n"
"Language: de\n"
@@ -671,7 +671,7 @@ msgctxt ""
"par_id8216193\n"
"help.text"
msgid "The character set of the transformation result is fixed to UTF-8. Depending on your system, this might not be the default character set. This might cause “special characters” to look broken when viewed with default settings. However, you can switch your editor to UTF-8 encoding to fix this. If your editor does not support switching the encoding, you can display the result of the transformation in the Firefox browser and switch the encoding to UTF-8 there. Now, you can copy and paste the transformation result to your program of choice."
-msgstr "Der Zeichensatz des Konvertierungsergebnisses ist auf UTF-8 festgelegt. In Abhängigkeit von Ihrem System ist das eventuell nicht der Standardzeichensatz. Das kann dazu führen, dass „Sonderzeichen“ falsch dargestellt werden, wenn sie mit Standardeinstellungen angezeigt werden. Sie können aber Ihren Editor auf UTF-8 umstellen, um das Problem zu beheben. Falls Ihr Editor keine Zeichensatzumschaltung unterstützt, können Sie das Ergebnis der Konvertierung in Firefox anzeigen und dort den Zeichensatz auf UTF-8 stellen. Jetzt können Sie das Konvertierungsergebnis per Kopieren-und-Einfügen in die Anwendung Ihrer Wahl übertragen."
+msgstr "Der Zeichensatz des Konvertierungsergebnisses ist auf UTF-8 festgelegt. In Abhängigkeit von Ihrem System ist das eventuell nicht der Standardzeichensatz. Das kann dazu führen, dass „Sonderzeichen“ falsch dargestellt werden, wenn sie mit den Voreinstellungen angezeigt werden. Sie können aber Ihren Editor auf UTF-8 umstellen, um das Problem zu beheben. Falls Ihr Editor keine Zeichensatzumschaltung unterstützt, können Sie das Ergebnis der Konvertierung in Firefox anzeigen und dort den Zeichensatz auf UTF-8 stellen. Jetzt können Sie das Konvertierungsergebnis per Kopieren-und-Einfügen in die Anwendung Ihrer Wahl übertragen."
#. CTEdB
#: wikisend.xhp
diff --git a/source/de/vcl/messages.po b/source/de/vcl/messages.po
index dc9d3f4feb4..928838cc675 100644
--- a/source/de/vcl/messages.po
+++ b/source/de/vcl/messages.po
@@ -4,7 +4,7 @@ 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: 2022-10-10 13:36+0200\n"
-"PO-Revision-Date: 2022-11-02 09:22+0000\n"
+"PO-Revision-Date: 2023-01-23 11:30+0000\n"
"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
"Language-Team: German <https://translations.documentfoundation.org/projects/libo_ui-master/vclmessages/de/>\n"
"Language: de\n"
@@ -286,13 +286,13 @@ msgstr "Italienischer Umschlag"
#: vcl/inc/print.hrc:77
msgctxt "RID_STR_PAPERNAMES"
msgid "U.S. Standard Fanfold"
-msgstr "U.S. Standard Endlospapier"
+msgstr "U.S. Standard-Endlospapier"
#. EnDDT
#: vcl/inc/print.hrc:78
msgctxt "RID_STR_PAPERNAMES"
msgid "German Standard Fanfold"
-msgstr "Deutsches Standard Endlospapier"
+msgstr "Deutsches Standard-Endlospapier"
#. PbPaG
#: vcl/inc/print.hrc:79
@@ -1057,7 +1057,7 @@ msgstr "Trenner"
#: vcl/inc/strings.hrc:115
msgctxt "STR_FILEEXT_NONDEFAULT_ASK_TITLE"
msgid "Default file formats not registered"
-msgstr "Nicht registrierte Standarddateiformate"
+msgstr "Nicht registrierte standardmäßige Dateiformate"
#. TDctx
#: vcl/inc/strings.hrc:116
@@ -1069,7 +1069,7 @@ msgid ""
msgstr ""
"Die folgenden Dateiformate wurden nicht zum Öffnen mit %PRODUCTNAME registriert:\n"
"$1\n"
-"Wählen Sie OK, wenn Sie die Registrierung für das Standarddateiformat ändern möchten."
+"Wählen Sie »OK«, wenn Sie die Registrierung für die standardmäßigen Dateiformate ändern möchten."
#. EkzSW
#: vcl/inc/strings.hrc:118
@@ -1834,7 +1834,7 @@ msgstr "%PRODUCTNAME"
#: vcl/uiconfig/ui/errornoprinterdialog.ui:14
msgctxt "errornoprinterdialog|ErrorNoPrinterDialog"
msgid "No default printer found."
-msgstr "Kein Standarddrucker gefunden."
+msgstr "Keinen voreingestellten Drucker gefunden."
#. EB7RA
#: vcl/uiconfig/ui/errornoprinterdialog.ui:15
diff --git a/source/de/wizards/messages.po b/source/de/wizards/messages.po
index 66b0106f606..17b121f049a 100644
--- a/source/de/wizards/messages.po
+++ b/source/de/wizards/messages.po
@@ -4,7 +4,7 @@ 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: 2022-12-12 14:06+0100\n"
-"PO-Revision-Date: 2022-12-19 14:08+0000\n"
+"PO-Revision-Date: 2023-01-23 11:30+0000\n"
"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
"Language-Team: German <https://translations.documentfoundation.org/projects/libo_ui-master/wizardsmessages/de/>\n"
"Language: de\n"
@@ -151,7 +151,7 @@ msgid ""
"Then run the wizard again."
msgstr ""
"Der Assistent kann nicht ausgeführt werden, da wichtige Dateien nicht gefunden werden konnten.\n"
-"Unter »Extras ▸ Optionen… ▸ %PRODUCTNAME ▸ Pfade« können Sie die Standardeinstellungen der Pfade durch Klick auf die Schaltfläche »Standard« wiederherstellen.\n"
+"Unter »Extras ▸ Optionen… ▸ %PRODUCTNAME ▸ Pfade« können Sie die Voreinstellungen der Pfade durch Klick auf die Schaltfläche »Standard« wiederherstellen.\n"
"Rufen Sie danach den Assistenten erneut auf."
#. PZ7yz
diff --git a/source/de/wizards/source/resources.po b/source/de/wizards/source/resources.po
index 7ee14ce32f2..25c92a0cc91 100644
--- a/source/de/wizards/source/resources.po
+++ b/source/de/wizards/source/resources.po
@@ -4,7 +4,7 @@ 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: 2022-12-12 14:06+0100\n"
-"PO-Revision-Date: 2022-12-19 14:08+0000\n"
+"PO-Revision-Date: 2023-01-23 11:30+0000\n"
"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
"Language-Team: German <https://translations.documentfoundation.org/projects/libo_ui-master/wizardssourceresources/de/>\n"
"Language: de\n"
@@ -212,7 +212,7 @@ msgctxt ""
"RID_COMMON_21\n"
"property.text"
msgid "The wizard could not be run, because important files were not found.\\nUnder 'Tools - Options - %PRODUCTNAME - Paths' click the 'Default' button to reset the paths to the original default settings.\\nThen run the wizard again."
-msgstr "Der Assistent kann nicht ausgeführt werden, da wichtige Dateien nicht gefunden werden konnten.\\nUnter »Extras ▸ Optionen… ▸ %PRODUCTNAME ▸ Pfade« können Sie die Standardeinstellungen der Pfade durch Klick auf die Schaltfläche »Standard« wiederherstellen.\\nRufen Sie danach den Assistenten erneut auf."
+msgstr "Der Assistent kann nicht ausgeführt werden, da wichtige Dateien nicht gefunden werden konnten.\\nUnter »Extras ▸ Optionen… ▸ %PRODUCTNAME ▸ Pfade« können Sie die Voreinstellungen der Pfade durch Klick auf die Schaltfläche »Standard« wiederherstellen.\\nRufen Sie danach den Assistenten erneut auf."
#. GohbP
#: resources_en_US.properties
diff --git a/source/de/xmlsecurity/messages.po b/source/de/xmlsecurity/messages.po
index f609d1d3d1d..345b03b819b 100644
--- a/source/de/xmlsecurity/messages.po
+++ b/source/de/xmlsecurity/messages.po
@@ -4,7 +4,7 @@ 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: 2022-01-31 18:21+0100\n"
-"PO-Revision-Date: 2022-11-02 09:22+0000\n"
+"PO-Revision-Date: 2023-01-23 11:30+0000\n"
"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
"Language-Team: German <https://translations.documentfoundation.org/projects/libo_ui-master/xmlsecuritymessages/de/>\n"
"Language: de\n"
@@ -136,7 +136,7 @@ msgstr "Beim Hinzufügen der Signatur ist ein Fehler aufgetreten."
#: xmlsecurity/inc/strings.hrc:48
msgctxt "STR_XMLSECDLG_NO_CERT_MANAGER"
msgid "Could not find any certificate manager."
-msgstr "Kann keinen Zertifikatsmanager finden."
+msgstr "Kann keine Zertifikatsverwaltung finden."
#. nUWMF
#: xmlsecurity/inc/strings.hrc:49
@@ -507,7 +507,7 @@ msgstr "Entfernt die ausgewählte Signatur aus der Liste. Im Fall von PDF werden
#: xmlsecurity/uiconfig/ui/digitalsignaturesdialog.ui:271
msgctxt "digitalsignaturesdialog|start_certmanager"
msgid "Start Certificate Manager..."
-msgstr "Zertifikat-Manager starten…"
+msgstr "Zertifikatsverwaltung starten…"
#. rRYC3
#: xmlsecurity/uiconfig/ui/digitalsignaturesdialog.ui:358
diff --git a/source/dsb/helpcontent2/source/text/schart/01.po b/source/dsb/helpcontent2/source/text/schart/01.po
index 40a8a81192d..4b00e2a67a5 100644
--- a/source/dsb/helpcontent2/source/text/schart/01.po
+++ b/source/dsb/helpcontent2/source/text/schart/01.po
@@ -4,7 +4,7 @@ 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: 2022-12-07 19:22+0100\n"
-"PO-Revision-Date: 2023-01-08 10:42+0000\n"
+"PO-Revision-Date: 2023-01-23 11:28+0000\n"
"Last-Translator: Michael Wolf <milupo@sorbzilla.de>\n"
"Language-Team: Lower Sorbian <https://translations.documentfoundation.org/projects/libo_help-master/textschart01/dsb/>\n"
"Language: dsb\n"
@@ -3361,7 +3361,7 @@ msgctxt ""
"hd_id3157982\n"
"help.text"
msgid "Break"
-msgstr "Pśestawka"
+msgstr "Pawza"
#. j3nrE
#: 05020201.xhp
diff --git a/source/dsb/helpcontent2/source/text/simpress/01.po b/source/dsb/helpcontent2/source/text/simpress/01.po
index d51dfbb02f0..1558eada12f 100644
--- a/source/dsb/helpcontent2/source/text/simpress/01.po
+++ b/source/dsb/helpcontent2/source/text/simpress/01.po
@@ -4,7 +4,7 @@ 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: 2022-12-07 19:22+0100\n"
-"PO-Revision-Date: 2023-01-12 16:24+0000\n"
+"PO-Revision-Date: 2023-01-23 11:28+0000\n"
"Last-Translator: Michael Wolf <milupo@sorbzilla.de>\n"
"Language-Team: Lower Sorbian <https://translations.documentfoundation.org/projects/libo_help-master/textsimpress01/dsb/>\n"
"Language: dsb\n"
@@ -4360,7 +4360,7 @@ msgctxt ""
"par_id3149259\n"
"help.text"
msgid "Changes the stacking order of a selected object."
-msgstr "Změnja štapjelowy pórěd wubranego objekta."
+msgstr "Změnja štapelowy pórěd wubranego objekta."
#. KAJT2
#: 05250500.xhp
@@ -4396,7 +4396,7 @@ msgctxt ""
"par_id3152596\n"
"help.text"
msgid "<ahelp hid=\".uno:BeforeObject\">Changes the stacking order by moving the selected object in front of an object that you specify. The screen location of the selected object does not change.</ahelp>"
-msgstr "<ahelp hid=\".uno:BeforeObject\">Změnja štapjelowy pórěd. Wubrany objekt se pśed objekt pśesuwa, kótaryž pódawaśo. Městno wubranego objekta na wobrazowce se njezměnijo.</ahelp>"
+msgstr "<ahelp hid=\".uno:BeforeObject\">Změnja štapelowy pórěd. Wubrany objekt se pśed objekt pśesuwa, kótaryž pódawaśo. Městno wubranego objekta na wobrazowce se njezměnijo.</ahelp>"
#. 6HEZ9
#: 05250500.xhp
@@ -4441,7 +4441,7 @@ msgctxt ""
"par_id3145253\n"
"help.text"
msgid "<ahelp hid=\".uno:BehindObject\">Changes the stacking order by moving the selected object behind an object that you specify. The screen location of the selected object does not change.</ahelp>"
-msgstr "<ahelp hid=\".uno:BehindObject\">Změnja štapjelowy pórěd. Wubrany objekt se za objekt pśesuwa, kótaryž pódawaśo. Městno wubranego objekta na wobrazowce se njezměnijo.</ahelp>"
+msgstr "<ahelp hid=\".uno:BehindObject\">Změnja štapelowy pórěd. Wubrany objekt se za objekt pśesuwa, kótaryž pódawaśo. Městno wubranego objekta na wobrazowce se njezměnijo.</ahelp>"
#. bEegP
#: 05250600.xhp
@@ -4459,7 +4459,7 @@ msgctxt ""
"par_id3150345\n"
"help.text"
msgid "<variable id=\"all\">Arranging objects affects the stacking order of all objects in your document. </variable>"
-msgstr "<variable id=\"all\">Rědowanje objektow štapjelowy pórěd wšych objektow we wašom dokumenśe wobwliwujo.</variable>"
+msgstr "<variable id=\"all\">Rědowanje objektow štapelowy pórěd wšych objektow we wašom dokumenśe wobwliwujo.</variable>"
#. 72UXD
#: 05250700.xhp
@@ -4495,7 +4495,7 @@ msgctxt ""
"par_id3145800\n"
"help.text"
msgid "<ahelp hid=\".uno:ReverseOrder\">Reverses the stacking order of the selected objects.</ahelp>"
-msgstr "<ahelp hid=\".uno:ReverseOrder\">Změnja štapjelowy pórěd wubranych objektow.</ahelp>"
+msgstr "<ahelp hid=\".uno:ReverseOrder\">Změnja štapelowy pórěd wubranych objektow.</ahelp>"
#. sW6F8
#: 05250700.xhp
@@ -4981,7 +4981,7 @@ msgctxt ""
"par_id3150008\n"
"help.text"
msgid "<ahelp hid=\"modules/simpress/ui/dockinganimation/numbitmap\">Indicates the position of the current image in the animation sequence.</ahelp> If you want to view another image, enter its number or click the up and down arrows."
-msgstr ""
+msgstr "<ahelp hid=\"modules/simpress/ui/dockinganimation/numbitmap\">Pódawa poziciju aktualnego wobraza w animaciskej sekwency.</ahelp> Jolic cośo drugi wobraz pokazaś, zapódajśo jogo numer abo klikniśo na šypku ↑ (górjej) a ↓ (dołoj)."
#. GR7LJ
#: 06050000.xhp
@@ -4990,7 +4990,7 @@ msgctxt ""
"hd_id3148569\n"
"help.text"
msgid "Duration"
-msgstr ""
+msgstr "Cas"
#. GDAUu
#: 06050000.xhp
@@ -4999,7 +4999,7 @@ msgctxt ""
"par_id3150337\n"
"help.text"
msgid "<ahelp hid=\"modules/simpress/ui/dockinganimation/duration\">Enter the number of seconds to display the current image. This option is only available if you select the <emph>Bitmap object</emph> option in the <emph>Animation group</emph> field.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"modules/simpress/ui/dockinganimation/duration\">Zapódajśo licbu sekundow, kótaruž se ma aktualny wobraz pokazaś. Toś to nastajenje jo jano k dispoziciji, jolic nastajenje <emph>Bitmapowy objekt</emph> w pólu <emph>Animaciska kupka</emph> wuběraśo.</ahelp>"
#. zSvoP
#: 06050000.xhp
@@ -5008,7 +5008,7 @@ msgctxt ""
"hd_id3147368\n"
"help.text"
msgid "Loop count"
-msgstr ""
+msgstr "Licba wóspjetowanjow"
#. awvKq
#: 06050000.xhp
@@ -5017,7 +5017,7 @@ msgctxt ""
"par_id3154326\n"
"help.text"
msgid "<ahelp hid=\"modules/simpress/ui/dockinganimation/loopcount\">Sets the number of times that the animation is played.</ahelp> If you want the animation to play continuously, choose <emph>Max</emph>."
-msgstr ""
+msgstr "<ahelp hid=\"modules/simpress/ui/dockinganimation/loopcount\">Póstaja, kak cesto se ma animacija wótgraś.</ahelp> Jolic cośo, až se animacija stawnje wótgrawa, wubjeŕśo <emph>Maks</emph>."
#. 5tLwB
#: 06050000.xhp
@@ -5026,7 +5026,7 @@ msgctxt ""
"hd_id3155928\n"
"help.text"
msgid "Image"
-msgstr ""
+msgstr "Wobraz"
#. UcJpV
#: 06050000.xhp
@@ -5035,7 +5035,7 @@ msgctxt ""
"par_id3155434\n"
"help.text"
msgid "Adds or removes objects from your animation."
-msgstr ""
+msgstr "Pśidawa animaciji objekty abo wótwónoźujo je z animacije."
#. aDFhK
#: 06050000.xhp
@@ -5044,7 +5044,7 @@ msgctxt ""
"hd_id3145353\n"
"help.text"
msgid "Apply Object"
-msgstr ""
+msgstr "Objekt nałožyś"
#. 484DP
#: 06050000.xhp
@@ -5053,7 +5053,7 @@ msgctxt ""
"par_id3157974\n"
"help.text"
msgid "<ahelp hid=\"modules/simpress/ui/dockinganimation/getone\">Adds selected object(s) as a single image.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"modules/simpress/ui/dockinganimation/getone\">Pśidawa objekty ako jadnotliwy wobraz.</ahelp>"
#. UFDVG
#: 06050000.xhp
@@ -5062,7 +5062,7 @@ msgctxt ""
"par_id3156068\n"
"help.text"
msgid "<image id=\"img_id3148768\" src=\"sd/res/get1obj.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3148768\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3148768\" src=\"sd/res/get1obj.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3148768\">Symbol za Objekt nałožyś</alt></image>"
#. mBNwp
#: 06050000.xhp
@@ -5071,7 +5071,7 @@ msgctxt ""
"par_id3150268\n"
"help.text"
msgid "Apply Object"
-msgstr ""
+msgstr "Objekt nałožyś"
#. Fu97o
#: 06050000.xhp
@@ -5080,7 +5080,7 @@ msgctxt ""
"hd_id3153221\n"
"help.text"
msgid "Apply Objects Individually"
-msgstr ""
+msgstr "Objekty jadnotliwje nałožyś"
#. AsEJV
#: 06050000.xhp
@@ -5089,7 +5089,7 @@ msgctxt ""
"par_id3147533\n"
"help.text"
msgid "<ahelp hid=\"modules/simpress/ui/dockinganimation/getall\">Adds an image for each selected object.</ahelp> If you select a grouped object, an image is created for each object in the group."
-msgstr ""
+msgstr "<ahelp hid=\"modules/simpress/ui/dockinganimation/getall\">Pśidawa wobraz za kuždy wubrany objekt.</ahelp> Jolic zrědowany objekt wuběraśo, se za kuždy objekt w kupce wobraz napórajo."
#. irD4H
#: 06050000.xhp
@@ -5098,7 +5098,7 @@ msgctxt ""
"par_id3150470\n"
"help.text"
msgid "You can also select an animation, such as an animated GIF, and click this icon to open it for editing. When you are finished editing the animation, click <emph>Create</emph> to insert a new animation into your slide."
-msgstr ""
+msgstr "Móžośo teke animaciju wubraś, na pśikład animěrowany GIF a klikniśo na toś ten symbol, aby ju wobźěłował. Jolic sćo dokóńcył wobźěłanje, klikniśo na <emph>Napóraś</emph>, aby nowu animaciju do swójeje folije zasajźił."
#. 27tGg
#: 06050000.xhp
@@ -5107,7 +5107,7 @@ msgctxt ""
"par_id3156257\n"
"help.text"
msgid "<image id=\"img_id3153716\" src=\"sd/res/getallob.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3153716\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3153716\" src=\"sd/res/getallob.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3153716\">Symbol za Objekty jadnotliwje nałožyś</alt></image>"
#. QGShA
#: 06050000.xhp
@@ -5116,7 +5116,7 @@ msgctxt ""
"par_id3145621\n"
"help.text"
msgid "Apply Objects Individually"
-msgstr ""
+msgstr "Objekty jadnotliwje nałožyś"
#. CPbJD
#: 06050000.xhp
@@ -5125,7 +5125,7 @@ msgctxt ""
"hd_id3163826\n"
"help.text"
msgid "Delete Current Image"
-msgstr ""
+msgstr "Aktualny wobraz wulašowaś"
#. K5H9K
#: 06050000.xhp
@@ -5134,7 +5134,7 @@ msgctxt ""
"par_id3149710\n"
"help.text"
msgid "<ahelp hid=\"modules/simpress/ui/dockinganimation/delone\">Deletes current image from the animation sequence.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"modules/simpress/ui/dockinganimation/delone\">Lašujo aktualny wobraz z animaciskeje sekwence.</ahelp>"
#. Ad6qs
#: 06050000.xhp
@@ -5143,7 +5143,7 @@ msgctxt ""
"par_id3152926\n"
"help.text"
msgid "<image id=\"img_id3153210\" src=\"sd/res/del1bmp.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3153210\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3153210\" src=\"sd/res/del1bmp.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3153210\">Symbol za Aktualny wobraz wulašowaś</alt></image>"
#. ABAGC
#: 06050000.xhp
@@ -5152,7 +5152,7 @@ msgctxt ""
"par_id3151187\n"
"help.text"
msgid "Delete Current Image"
-msgstr ""
+msgstr "Aktualny wobraz wulašowaś"
#. SxDJD
#: 06050000.xhp
@@ -5161,7 +5161,7 @@ msgctxt ""
"hd_id3154641\n"
"help.text"
msgid "Delete All Images"
-msgstr ""
+msgstr "Wšykne wobraze wulašowaś"
#. hgvDJ
#: 06050000.xhp
@@ -5170,7 +5170,7 @@ msgctxt ""
"par_id3150765\n"
"help.text"
msgid "<ahelp hid=\"modules/simpress/ui/dockinganimation/delall\">Deletes all of the images in the animation.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"modules/simpress/ui/dockinganimation/delall\">Lašujo wšykne wobraze w animaciji.</ahelp>"
#. putMD
#: 06050000.xhp
@@ -5179,7 +5179,7 @@ msgctxt ""
"par_id3147271\n"
"help.text"
msgid "<image id=\"img_id3154049\" src=\"sd/res/delall.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3154049\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3154049\" src=\"sd/res/delall.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3154049\">Symbol za Wšykne wobraze wulašowaś</alt></image>"
#. d6f7Z
#: 06050000.xhp
@@ -5188,7 +5188,7 @@ msgctxt ""
"par_id3153618\n"
"help.text"
msgid "Delete All Images"
-msgstr ""
+msgstr "Wšykne wobraze wulašowaś"
#. h26zY
#: 06050000.xhp
@@ -5197,7 +5197,7 @@ msgctxt ""
"hd_id3143234\n"
"help.text"
msgid "Number"
-msgstr ""
+msgstr "Licba"
#. DLAuo
#: 06050000.xhp
@@ -5206,7 +5206,7 @@ msgctxt ""
"par_id3149294\n"
"help.text"
msgid "Total number of images in the animation."
-msgstr ""
+msgstr "Cełkowna licba wobrazow w animaciji."
#. Tx3su
#: 06050000.xhp
@@ -5215,7 +5215,7 @@ msgctxt ""
"hd_id3159177\n"
"help.text"
msgid "Animation group"
-msgstr ""
+msgstr "Animaciska kupka"
#. EFJkE
#: 06050000.xhp
@@ -5224,7 +5224,7 @@ msgctxt ""
"par_id3146088\n"
"help.text"
msgid "Sets object properties for your animation."
-msgstr ""
+msgstr "Nastaja objektowe kakosći za wašu animaciju."
#. pWFCh
#: 06050000.xhp
@@ -5233,7 +5233,7 @@ msgctxt ""
"hd_id3147259\n"
"help.text"
msgid "Group object"
-msgstr ""
+msgstr "Kupkowy objekt"
#. DmjRa
#: 06050000.xhp
@@ -5242,7 +5242,7 @@ msgctxt ""
"par_id3151170\n"
"help.text"
msgid "<ahelp hid=\"modules/simpress/ui/dockinganimation/group\">Assembles images into a single object so that they can be moved as a group. You can still edit individual objects by double-clicking the group in the slide.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"modules/simpress/ui/dockinganimation/group\">Zjadnośujo wobraze do jadnotliwego objekta, aby se dali ako kupka pśesunuś. Móžośo hyšći jadnotliwe objekty wobźěłaś, gaž na kupku we foliji dwójcy klikaśo</ahelp>."
#. hVKDE
#: 06050000.xhp
@@ -5251,7 +5251,7 @@ msgctxt ""
"hd_id3154688\n"
"help.text"
msgid "Bitmap object"
-msgstr ""
+msgstr "Bitmapowy objekt"
#. xQPWz
#: 06050000.xhp
@@ -5260,7 +5260,7 @@ msgctxt ""
"par_id3155329\n"
"help.text"
msgid "<ahelp hid=\"modules/simpress/ui/dockinganimation/bitmap\">Combines images into a single image.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"modules/simpress/ui/dockinganimation/bitmap\">Kombiněrujo wobraze do jadnotliwego wobraza.</ahelp>"
#. nRTHE
#: 06050000.xhp
@@ -5269,7 +5269,7 @@ msgctxt ""
"hd_id3148815\n"
"help.text"
msgid "Alignment"
-msgstr ""
+msgstr "Wusměrjenje"
#. 9ApfM
#: 06050000.xhp
@@ -5278,7 +5278,7 @@ msgctxt ""
"par_id3148834\n"
"help.text"
msgid "<ahelp hid=\"modules/simpress/ui/dockinganimation/alignment\">Aligns the images in your animation.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"modules/simpress/ui/dockinganimation/alignment\">Wusměrjujo wobraze we wašej animaciji.</ahelp>"
#. Jo4Tn
#: 06050000.xhp
@@ -5287,7 +5287,7 @@ msgctxt ""
"hd_id3148803\n"
"help.text"
msgid "Create"
-msgstr ""
+msgstr "Napóraś"
#. 5EmW7
#: 06050000.xhp
@@ -5296,7 +5296,7 @@ msgctxt ""
"par_id3154294\n"
"help.text"
msgid "<ahelp hid=\"modules/simpress/ui/dockinganimation/create\">Inserts the animation into the current slide.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"modules/simpress/ui/dockinganimation/create\">Zasajźujo animaciju do aktualneje folije.</ahelp>"
#. EDVCD
#: 06060000.xhp
@@ -5305,7 +5305,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Animation Pane"
-msgstr ""
+msgstr "Wobceŕk Animacija"
#. kgazC
#: 06060000.xhp
@@ -5314,7 +5314,7 @@ msgctxt ""
"bm_id3148837\n"
"help.text"
msgid "<bookmark_value>sounds; for effects</bookmark_value><bookmark_value>effects; sounds</bookmark_value><bookmark_value>sounds; formats</bookmark_value><bookmark_value>presentations; ordering of effects</bookmark_value><bookmark_value>lists;animations</bookmark_value><bookmark_value>animations;list of</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>zuki; za efekty</bookmark_value><bookmark_value>efekty; zuki</bookmark_value><bookmark_value>zuki; formaty</bookmark_value><bookmark_value>prezentacije; efekty sortěrowaś</bookmark_value><bookmark_value>lisćiny; animacije</bookmark_value><bookmark_value>animacije; lisćina</bookmark_value>"
#. w2GTF
#: 06060000.xhp
@@ -5323,7 +5323,7 @@ msgctxt ""
"hd_id3148837\n"
"help.text"
msgid "<link href=\"text/simpress/01/06060000.xhp\">Animation Pane</link>"
-msgstr ""
+msgstr "<link href=\"text/simpress/01/06060000.xhp\">Wobceŕk Animacija</link>"
#. K9GqD
#: 06060000.xhp
@@ -5332,7 +5332,7 @@ msgctxt ""
"par_id3144773\n"
"help.text"
msgid "<variable id=\"effekttext\"><ahelp hid=\".\">Assigns effects to selected objects.</ahelp></variable>"
-msgstr ""
+msgstr "<variable id=\"effekttext\"><ahelp hid=\".\">Pśipokazujo wubranym objektam efekty.</ahelp></variable>"
#. 6h7uj
#: 06060000.xhp
@@ -5341,7 +5341,7 @@ msgctxt ""
"par_idN1078E\n"
"help.text"
msgid "Animation List"
-msgstr ""
+msgstr "Lisćina animacijow"
#. zoCEC
#: 06060000.xhp
@@ -5350,7 +5350,7 @@ msgctxt ""
"par_idN10792\n"
"help.text"
msgid "<ahelp hid=\".\">The animation list displays all animations for the current slide. </ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Lisćina animacijow wšykne animacije za aktualnu foliju pokazujo.</ahelp>"
#. A8m7c
#: 06060000.xhp
@@ -5359,7 +5359,7 @@ msgctxt ""
"par_idN10798\n"
"help.text"
msgid "Each slide has one main animation that runs when the slide is shown."
-msgstr ""
+msgstr "Kužda folija ma jadnu głownu animaciju, kótaraž se wótgrawa, gaž se folija pokazujo."
#. DCCSm
#: 06060000.xhp
@@ -5368,7 +5368,7 @@ msgctxt ""
"par_idN1079C\n"
"help.text"
msgid "More animations may be present, which run when a shape is shown. If any of these animated shapes are present, they are listed in the lower half of the animation list. Tabs display the name of each shape that runs an animation."
-msgstr ""
+msgstr "Dajo snaź dalšne animacije, kótarež se wótgrawaju, gaž se forma pokazujo. Jolic dajo take animěrowane formy, nalicyju se w dolnej połojcy lisćiny animacijow. Rejtariki mě kuždeje formy pokazuju, kótaraž animaciju wótgrawa."
#. jVdYv
#: 06060000.xhp
@@ -5377,7 +5377,7 @@ msgctxt ""
"par_idN1079F\n"
"help.text"
msgid "Each list entry consists of the following two rows:"
-msgstr ""
+msgstr "Kuždy lisćinowy zapisk ze slědujuceju dweju smužkowu wobstoj:"
#. BWFaB
#: 06060000.xhp
@@ -5386,7 +5386,7 @@ msgctxt ""
"par_idN107B5\n"
"help.text"
msgid "The first row of the entry shows a mouse icon if the animation is started by a mouse click, and a clock if the animation starts after the previous animation ends. The name of the shape for the animation effect or the first characters of the animated text."
-msgstr ""
+msgstr "Prědna smužka zapiska symbol myški pokazujo, jolic se animacija pśez kliknjenje z myšku startujo a zeger, jolic se animacija pó pjerwjejšnej animaciji kóńcy. Mimo togo mě formy za animaciski efekt abo prědne znamuška animěrowanego teksta."
#. 6yLkG
#: 06060000.xhp
@@ -5395,7 +5395,7 @@ msgctxt ""
"par_idN107B1\n"
"help.text"
msgid "In the second row an icon shows the animation effect, followed by the category and the name of the effect."
-msgstr ""
+msgstr "W drugej smužce symbol animaciski efekt pokazujo, pó nim kategorija a mě efekta."
#. CtbxD
#: 06060000.xhp
@@ -5404,7 +5404,7 @@ msgctxt ""
"par_idN107B8\n"
"help.text"
msgid "Add"
-msgstr ""
+msgstr "Pśidaś"
#. MBPXc
#: 06060000.xhp
@@ -5413,7 +5413,7 @@ msgctxt ""
"par_idN107BC\n"
"help.text"
msgid "<ahelp hid=\".\">Adds another animation effect for the selected object on the slide.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Pśidawa drugi animaciski efekt za wubrany objekt na foliji.</ahelp>"
#. bGved
#: 06060000.xhp
@@ -5422,7 +5422,7 @@ msgctxt ""
"par_idN107E2\n"
"help.text"
msgid "Remove"
-msgstr ""
+msgstr "Wótwónoźeś"
#. UpQ7B
#: 06060000.xhp
@@ -5431,7 +5431,7 @@ msgctxt ""
"par_idN107E6\n"
"help.text"
msgid "<ahelp hid=\".\">Removes the selected animation effects from the animation list.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Wótwónoźujo wubrane animaciske efekty z lisćiny animacijow.</ahelp>"
#. 5Jku5
#: 06060000.xhp
@@ -5440,7 +5440,7 @@ msgctxt ""
"par_idN10827\n"
"help.text"
msgid "Change order"
-msgstr ""
+msgstr "Pórěd změniś"
#. dxGy2
#: 06060000.xhp
@@ -5449,7 +5449,7 @@ msgctxt ""
"par_idN1082B\n"
"help.text"
msgid "<ahelp hid=\".\">Click one of the buttons to move the selected animation effect up or down in the list.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Klikniśo na jadno z tłocaškow, aby wubrany animaciski efekt górjej abo dołoj w lisćinje pśesunuł.</ahelp>"
#. DRU5t
#: 06060000.xhp
@@ -5458,7 +5458,7 @@ msgctxt ""
"par_idN107F0\n"
"help.text"
msgid "Category"
-msgstr ""
+msgstr "Kategorija"
#. kGugf
#: 06060000.xhp
@@ -5467,7 +5467,7 @@ msgctxt ""
"par_idN107EF\n"
"help.text"
msgid "<ahelp hid=\".\">Select an animation effect category.</ahelp> The following categories are available:"
-msgstr ""
+msgstr "<ahelp hid=\".\">Wubjeŕśo kategoriju animaciskego efekta.</ahelp> Slědujuce kategorije su k dispoziciji:"
#. zwSGz
#: 06060000.xhp
@@ -5476,7 +5476,7 @@ msgctxt ""
"par_idN10571\n"
"help.text"
msgid "<emph>Entrance:</emph> Select an entrance effect from the list of effects."
-msgstr ""
+msgstr "<emph>Zastup:</emph> Wubjeŕśo zastupny efekt z lisćiny efektow."
#. SPBRU
#: 06060000.xhp
@@ -5485,7 +5485,7 @@ msgctxt ""
"par_idN10578\n"
"help.text"
msgid "<emph>Emphasis:</emph> Select an emphasis effect from the list of effects."
-msgstr ""
+msgstr "<emph>Wuzwignjenje:</emph> Wubjeŕśo wuzwignjeński efekt z lisćiny efektow."
#. 6Sbzp
#: 06060000.xhp
@@ -5494,7 +5494,7 @@ msgctxt ""
"par_idN1057F\n"
"help.text"
msgid "<emph>Exit:</emph> Select an exiting effect from the list of effects."
-msgstr ""
+msgstr "<emph>Wustup:</emph> Wubjeŕśo wustupny efekt z lisćiny efektow."
#. atFDS
#: 06060000.xhp
@@ -5503,7 +5503,7 @@ msgctxt ""
"par_idN10586\n"
"help.text"
msgid "<emph>Motion Paths:</emph> Select a motion path effect from the list of effects."
-msgstr ""
+msgstr "<emph>Sćažki pógibowanja:</emph> Wubjeŕśo efekt sćažki pógibowanja z lisćiny efektow."
#. tpyCu
#: 06060000.xhp
@@ -5512,7 +5512,7 @@ msgctxt ""
"par_idN107F1\n"
"help.text"
msgid "Effect"
-msgstr ""
+msgstr "Efekt"
#. 4RUc4
#: 06060000.xhp
@@ -5521,7 +5521,7 @@ msgctxt ""
"par_idN107F2\n"
"help.text"
msgid "<ahelp hid=\".\">Select an animation effect.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Wubjeŕśo animaciski efekt.</ahelp>"
#. XJQYY
#: 06060000.xhp
@@ -5530,7 +5530,7 @@ msgctxt ""
"par_idN107E9\n"
"help.text"
msgid "Start"
-msgstr ""
+msgstr "Startowaś"
#. SB4YZ
#: 06060000.xhp
@@ -5539,7 +5539,7 @@ msgctxt ""
"par_idN107ED\n"
"help.text"
msgid "<ahelp hid=\".\">Displays when the selected animation effect should be started.</ahelp> The following start options are available:"
-msgstr ""
+msgstr "<ahelp hid=\".\">Pokazujo, gaž ma se wubrany animaciski efekt startowaś.</ahelp> Slědujuce startowe nastajenja su k dispoziciji:"
#. kGJXU
#: 06060000.xhp
@@ -5548,7 +5548,7 @@ msgctxt ""
"par_idN107F3\n"
"help.text"
msgid "<emph>On click</emph> - the animation stops at this effect until the next mouse click."
-msgstr ""
+msgstr "<emph>Pśi kliknjenju</emph> – animacija pśi toś tom efekśe do pśiducego kliknjenja z myšku zastawa."
#. cKFBn
#: 06060000.xhp
@@ -5557,7 +5557,7 @@ msgctxt ""
"par_idN107FA\n"
"help.text"
msgid "<emph>With previous</emph> - the animation runs immediately."
-msgstr ""
+msgstr "<emph>Z pjerwjejšneju</emph> – animacija se ned wótgrawa."
#. JMocB
#: 06060000.xhp
@@ -5566,7 +5566,7 @@ msgctxt ""
"par_idN10801\n"
"help.text"
msgid "<emph>After previous</emph> - the animation runs as soon as the previous animation ends."
-msgstr ""
+msgstr "<emph>Pó pjerwjejšnej</emph> – animacija se wótgrawa, gaž se pjerwjejšna animacija kóńcy."
#. yAzEU
#: 06060000.xhp
@@ -5575,7 +5575,7 @@ msgctxt ""
"par_idN10807\n"
"help.text"
msgid "Properties: Direction, Amount, Color, Fill color, Size, Line color, Font, Font size, Typeface"
-msgstr ""
+msgstr "Kakosći: Směr, cestosć, barwa, połnjeca barwa, wjelikosć, linijowa barwa, pismo, pismowa wjelikosć, družyna pisma"
#. MKkBo
#: 06060000.xhp
@@ -5584,7 +5584,7 @@ msgctxt ""
"par_idN1080B\n"
"help.text"
msgid "<ahelp hid=\".\">Selects the additional properties of the animation. Click the <emph>Options</emph> button to open the <link href=\"text/simpress/01/effectoptions.xhp\">Effect Options</link> dialog, where you can select and apply properties.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Wuběra pśidatne kakosći animacije. Klikniśo na tłocašk <emph>Nastajenja</emph>, aby dialog <link href=\"text/simpress/01/effectoptions.xhp\">Efektowe nastajenja</link> wócynił, źož móžośo kakosći wubraś a nałožyś.</ahelp>"
#. FWWkP
#: 06060000.xhp
@@ -5593,7 +5593,7 @@ msgctxt ""
"par_idN10820\n"
"help.text"
msgid "Duration"
-msgstr ""
+msgstr "Cas"
#. ZJRFq
#: 06060000.xhp
@@ -5602,7 +5602,7 @@ msgctxt ""
"par_idN10824\n"
"help.text"
msgid "<ahelp hid=\".\">Specifies the duration of the selected animation effect.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Pódawa cas wubranego animaciskego efekta.</ahelp>"
#. QBPjF
#: 06060000.xhp
@@ -5611,7 +5611,7 @@ msgctxt ""
"par_idN10835\n"
"help.text"
msgid "Delay"
-msgstr ""
+msgstr "Wokomuźenje"
#. vWx8r
#: 06060000.xhp
@@ -5620,7 +5620,7 @@ msgctxt ""
"par_idN10839\n"
"help.text"
msgid "<ahelp hid=\".\">The animation starts delayed by this amount of time.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Animacija se wó pódany cas wokomuźa.</ahelp>"
#. A6Tgq
#: 06060000.xhp
@@ -5629,7 +5629,7 @@ msgctxt ""
"par_idN1083C\n"
"help.text"
msgid "Automatic preview"
-msgstr ""
+msgstr "Awtomatiski pśeglěd"
#. CXCA5
#: 06060000.xhp
@@ -5638,7 +5638,7 @@ msgctxt ""
"par_idN10840\n"
"help.text"
msgid "<ahelp hid=\".\">Select to preview new or edited effects on the slide while you assign them.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Wubjeŕśo nastajenje, aby pśeglěd nowych abo wobźěłanych efektow pśi pśipokazowanju na foliji pokazał.</ahelp>"
#. SXDka
#: 06060000.xhp
@@ -5647,7 +5647,7 @@ msgctxt ""
"par_idN1082E\n"
"help.text"
msgid "Play"
-msgstr ""
+msgstr "Wótgraś"
#. FNtHA
#: 06060000.xhp
@@ -5656,7 +5656,7 @@ msgctxt ""
"par_idN10832\n"
"help.text"
msgid "<ahelp hid=\".\">Plays the selected animation effect in the preview.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Wótgrawa wubrany animaciski efekt w pśeglěźe.</ahelp>"
#. Cen83
#: 06070000.xhp
@@ -5665,7 +5665,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Interaction"
-msgstr ""
+msgstr "Interakcija"
#. yiJ8n
#: 06070000.xhp
@@ -5674,7 +5674,7 @@ msgctxt ""
"bm_id3153246\n"
"help.text"
msgid "<bookmark_value>interactions; objects in interactive presentations</bookmark_value><bookmark_value>programs run by mouse click in presentations</bookmark_value><bookmark_value>running macros/programs in presentations</bookmark_value><bookmark_value>macros; running in presentations</bookmark_value><bookmark_value>presentations;exiting by interaction</bookmark_value><bookmark_value>exiting;by clicking objects</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>interakcije; objekty w interaktiwnych prezentacijach</bookmark_value><bookmark_value>programy z kliknjenim myški w prezentacijach wuwjasć</bookmark_value><bookmark_value>makra/programy w prezentacijach wuwjasć</bookmark_value><bookmark_value>makra; w prezentacijach wuwjasć</bookmark_value><bookmark_value>prezentacije; z interakciju skóńcyś</bookmark_value><bookmark_value>skóńcyś; z kliknjenim na objekty</bookmark_value>"
#. SpA3J
#: 06070000.xhp
@@ -5683,7 +5683,7 @@ msgctxt ""
"hd_id3153246\n"
"help.text"
msgid "<link href=\"text/simpress/01/06070000.xhp\">Interaction</link>"
-msgstr ""
+msgstr "<link href=\"text/simpress/01/06070000.xhp\">Interakcija</link>"
#. fFHEt
#: 06070000.xhp
@@ -5692,7 +5692,7 @@ msgctxt ""
"par_id3154762\n"
"help.text"
msgid "<variable id=\"interaktiontext\"><ahelp hid=\".uno:AnimationEffects\">Defines how the selected object behaves when you click on it during a slide show.</ahelp></variable>"
-msgstr ""
+msgstr "<variable id=\"interaktiontext\"><ahelp hid=\".uno:AnimationEffects\">Definěrujo, kak se wubrany objekt zaźaržujo, gaž w běgu prezentacije na njen klikaśo.</ahelp></variable>"
#. kiBYY
#: 06070000.xhp
@@ -5701,7 +5701,7 @@ msgctxt ""
"hd_id3145116\n"
"help.text"
msgid "Action at mouse click"
-msgstr ""
+msgstr "Akcija pśi kliknjenju z myšku"
#. zmtHF
#: 06070000.xhp
@@ -5710,7 +5710,7 @@ msgctxt ""
"par_id3153955\n"
"help.text"
msgid "<ahelp hid=\"modules/simpress/ui/interactionpage/listbox\">Specifies the action that will run when you click the selected object during a slide show.</ahelp> You can also assign actions to grouped objects."
-msgstr ""
+msgstr "<ahelp hid=\"modules/simpress/ui/interactionpage/listbox\">Pódawa akciju, kótaraž se wuwjeźo, gaž w běgu prezentacije na wubrany objekt klikaśo.</ahelp> Móžośo teke zrědowanym objektam akcije pśipokazaś."
#. g5bgq
#: 06070000.xhp
@@ -5719,7 +5719,7 @@ msgctxt ""
"hd_id3150397\n"
"help.text"
msgid "No action"
-msgstr ""
+msgstr "Žedna akcija"
#. E6XCz
#: 06070000.xhp
@@ -5728,7 +5728,7 @@ msgctxt ""
"par_id3147405\n"
"help.text"
msgid "No action occurs."
-msgstr ""
+msgstr "Žedna akcija njeběžy."
#. JWDZG
#: 06070000.xhp
@@ -5737,7 +5737,7 @@ msgctxt ""
"hd_id3145237\n"
"help.text"
msgid "Go to previous slide"
-msgstr ""
+msgstr "K pjerwjejšnej foliji"
#. e5Exj
#: 06070000.xhp
@@ -5746,7 +5746,7 @@ msgctxt ""
"par_id3157871\n"
"help.text"
msgid "Moves back one slide in the slide show."
-msgstr ""
+msgstr "Źo wó jadnu foliju w prezentaciji slědk."
#. mKGwG
#: 06070000.xhp
@@ -5755,7 +5755,7 @@ msgctxt ""
"hd_id3157900\n"
"help.text"
msgid "Go to next slide"
-msgstr ""
+msgstr "K pśiducej foliji"
#. BiGSu
#: 06070000.xhp
@@ -5764,7 +5764,7 @@ msgctxt ""
"par_id3150655\n"
"help.text"
msgid "Moves forward one slide in the slide show."
-msgstr ""
+msgstr "Źo wó jadnu foliju w prezentaciji doprědka."
#. aP2RG
#: 06070000.xhp
@@ -5773,7 +5773,7 @@ msgctxt ""
"hd_id3146879\n"
"help.text"
msgid "Go to first slide"
-msgstr ""
+msgstr "K prědnej foliji"
#. BqnER
#: 06070000.xhp
@@ -5782,7 +5782,7 @@ msgctxt ""
"par_id3150479\n"
"help.text"
msgid "Jumps to the first slide in the slide show."
-msgstr ""
+msgstr "K prědnej foliji w prezentaciji pśejś."
#. BvrYL
#: 06070000.xhp
@@ -5791,7 +5791,7 @@ msgctxt ""
"hd_id3148725\n"
"help.text"
msgid "Go to last slide"
-msgstr ""
+msgstr "K slědnej foliji"
#. RBy4X
#: 06070000.xhp
@@ -5800,7 +5800,7 @@ msgctxt ""
"par_id3149891\n"
"help.text"
msgid "Jumps to the last slide in the slide show."
-msgstr ""
+msgstr "K slědnej foliji w prezentaciji pśejś."
#. ekYbB
#: 06070000.xhp
@@ -5809,7 +5809,7 @@ msgctxt ""
"hd_id3155258\n"
"help.text"
msgid "Go to page or object"
-msgstr ""
+msgstr "K bokoju abo objektoju"
#. xsAZS
#: 06070000.xhp
@@ -5818,7 +5818,7 @@ msgctxt ""
"par_id3148585\n"
"help.text"
msgid "Jumps to a slide or a named object in a slide."
-msgstr ""
+msgstr "Skócyjo k foliji abo pómjenjonemu objektoju w foliji."
#. C7Ced
#: 06070000.xhp
@@ -5827,7 +5827,7 @@ msgctxt ""
"hd_id3153082\n"
"help.text"
msgid "Target"
-msgstr ""
+msgstr "Cel"
#. EqnoE
#: 06070000.xhp
@@ -5836,7 +5836,7 @@ msgctxt ""
"par_id3153934\n"
"help.text"
msgid "<ahelp hid=\"modules/simpress/ui/interactionpage/tree\">Lists the slides and the objects that you can target.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"modules/simpress/ui/interactionpage/tree\">Nalicyjo folije a objekty, kótarež móžośo ako cele wužywaś.</ahelp>"
#. HYU5G
#: 06070000.xhp
@@ -5845,7 +5845,7 @@ msgctxt ""
"hd_id3154561\n"
"help.text"
msgid "Slide / Object"
-msgstr ""
+msgstr "Folija/Objekt"
#. Jy4vq
#: 06070000.xhp
@@ -5854,7 +5854,7 @@ msgctxt ""
"par_id3153006\n"
"help.text"
msgid "<ahelp hid=\"modules/simpress/ui/interactionpage/bookmark\">Enter the name of the slide or the object that you want to look for.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"modules/simpress/ui/interactionpage/bookmark\">Zapódajśo mě folije abo objekta, za kótarejž cośo pytaś.</ahelp>"
#. Tgb6e
#: 06070000.xhp
@@ -5863,7 +5863,7 @@ msgctxt ""
"hd_id3145162\n"
"help.text"
msgid "Find"
-msgstr ""
+msgstr "Pytaś"
#. WwNdU
#: 06070000.xhp
@@ -5872,7 +5872,7 @@ msgctxt ""
"par_id3154501\n"
"help.text"
msgid "<ahelp hid=\"modules/simpress/ui/interactionpage/find\">Searches for the specified slide or object.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"modules/simpress/ui/interactionpage/find\">Pyta za wěsteju foliju abo wěstym objektom.</ahelp>"
#. kFwmC
#: 06070000.xhp
@@ -5881,7 +5881,7 @@ msgctxt ""
"hd_id3150128\n"
"help.text"
msgid "Go to document"
-msgstr ""
+msgstr "K dokumentoju"
#. FFD7i
#: 06070000.xhp
@@ -5890,7 +5890,7 @@ msgctxt ""
"par_id3153730\n"
"help.text"
msgid "<ahelp hid=\"modules/simpress/ui/interactionpage/treedoc\">Opens and displays a file during a slide show. If you select a $[officename] file as the target document, you can also specify the page that will open.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"modules/simpress/ui/interactionpage/treedoc\">Wócynja a pokazujo dataju w běgu prezentacije. Jolic dataju $[officename] ako celowy dokument wuběraśo, móžośo teke foliju resp. bok pódaś, kótaraž se ma wócyniś.</ahelp>"
#. WFfnE
#: 06070000.xhp
@@ -5899,7 +5899,7 @@ msgctxt ""
"hd_id3150018\n"
"help.text"
msgid "Document"
-msgstr ""
+msgstr "Dokument"
#. Lfmx9
#: 06070000.xhp
@@ -5908,7 +5908,7 @@ msgctxt ""
"par_id3155931\n"
"help.text"
msgid "Define the location of the target document."
-msgstr ""
+msgstr "Pódajśo městno celowego dokumenta."
#. Akqt3
#: 06070000.xhp
@@ -5917,7 +5917,7 @@ msgctxt ""
"hd_id3155437\n"
"help.text"
msgid "Document"
-msgstr ""
+msgstr "Dokument"
#. WtnAf
#: 06070000.xhp
@@ -5926,7 +5926,7 @@ msgctxt ""
"par_id3150566\n"
"help.text"
msgid "<ahelp hid=\"modules/simpress/ui/interactionpage/document\">Enter a path to the file you want to open, or click <emph>Browse </emph>to locate the file.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"modules/simpress/ui/interactionpage/document\">Zapódajśo sćažku k dataji, kótaruž cośo wócyniś, abo klikniśo na <emph>Pśepytaś</emph>, aby dataju pytał.</ahelp>"
#. WvcTB
#: 06070000.xhp
@@ -5935,7 +5935,7 @@ msgctxt ""
"hd_id3150658\n"
"help.text"
msgid "Browse"
-msgstr ""
+msgstr "Pśepytaś"
#. XCG4i
#: 06070000.xhp
@@ -5944,7 +5944,7 @@ msgctxt ""
"par_id3156061\n"
"help.text"
msgid "<ahelp hid=\"modules/simpress/ui/interactionpage/browse\">Locate the file you want to open.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"modules/simpress/ui/interactionpage/browse\">Pytajśo dataju, kótaruž cośo wócyniś.</ahelp>"
#. ZDsHY
#: 06070000.xhp
@@ -5953,7 +5953,7 @@ msgctxt ""
"hd_id3148776\n"
"help.text"
msgid "Play audio"
-msgstr ""
+msgstr "Zuk wótgraś"
#. hEYa4
#: 06070000.xhp
@@ -5962,7 +5962,7 @@ msgctxt ""
"par_id3155816\n"
"help.text"
msgid "Plays an audio file."
-msgstr ""
+msgstr "Wótgrawa awdiodataju."
#. vNRJ3
#: 06070000.xhp
@@ -5971,7 +5971,7 @@ msgctxt ""
"hd_id3147539\n"
"help.text"
msgid "Audio"
-msgstr ""
+msgstr "Awdio"
#. hGUzQ
#: 06070000.xhp
@@ -5980,7 +5980,7 @@ msgctxt ""
"par_id3150467\n"
"help.text"
msgid "Define the location of the audio file."
-msgstr ""
+msgstr "Pódajśo městno awdiodataje."
#. 9NfHE
#: 06070000.xhp
@@ -5989,7 +5989,7 @@ msgctxt ""
"hd_id3154869\n"
"help.text"
msgid "Audio"
-msgstr ""
+msgstr "Awdio"
#. m9sJB
#: 06070000.xhp
@@ -5998,7 +5998,7 @@ msgctxt ""
"par_id3155986\n"
"help.text"
msgid "<ahelp hid=\"modules/simpress/ui/interactionpage/sound\">Enter a path to the audio file you want to open, or click <emph>Browse </emph>to locate the file.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"modules/simpress/ui/interactionpage/sound\">Zapódajśo sćažku k awdiodataji, kótaruž cośo wócyniś, abo klikniśo na <emph>Pśepytaś</emph>, aby dataju pytał.</ahelp>"
#. qpDXG
#: 06070000.xhp
@@ -6007,7 +6007,7 @@ msgctxt ""
"hd_id3155401\n"
"help.text"
msgid "Browse"
-msgstr ""
+msgstr "Pśepytaś"
#. PEetN
#: 06070000.xhp
@@ -6016,7 +6016,7 @@ msgctxt ""
"par_id3147171\n"
"help.text"
msgid "Locate the audio file you want to play."
-msgstr ""
+msgstr "Pytajśo awdiodataju, kótaruž cośo wótgraś."
#. 6wbBA
#: 06070000.xhp
@@ -6025,7 +6025,7 @@ msgctxt ""
"par_id3156318\n"
"help.text"
msgid "If you did not install audio files with $[officename], you can run the $[officename] Setup program again and select <emph>Modify</emph>."
-msgstr ""
+msgstr "Jolic njejsćo awdiodataje z $[officename] instalěrował, móžośo instalaciski program $[officename] znowego wuwjasć a <emph>Změniś</emph> wubraś."
#. 8239E
#: 06070000.xhp
@@ -6034,7 +6034,7 @@ msgctxt ""
"hd_id3154646\n"
"help.text"
msgid "Play"
-msgstr ""
+msgstr "Wótgraś"
#. dfCxt
#: 06070000.xhp
@@ -6043,7 +6043,7 @@ msgctxt ""
"par_id3145202\n"
"help.text"
msgid "Plays the selected audio file."
-msgstr ""
+msgstr "Wótgrawa wubranu awdiodataju."
#. g8pJT
#: 06070000.xhp
@@ -6052,7 +6052,7 @@ msgctxt ""
"hd_id3154260\n"
"help.text"
msgid "Run program"
-msgstr ""
+msgstr "Program wuwjasć"
#. PxaCF
#: 06070000.xhp
@@ -6061,7 +6061,7 @@ msgctxt ""
"par_id3155357\n"
"help.text"
msgid "Starts a program during a slide show."
-msgstr ""
+msgstr "Startujo program w běgu prezentacije."
#. BYBC2
#: 06070000.xhp
@@ -6070,7 +6070,7 @@ msgctxt ""
"hd_id3149157\n"
"help.text"
msgid "Program"
-msgstr ""
+msgstr "Program"
#. 8cPwG
#: 06070000.xhp
@@ -6079,7 +6079,7 @@ msgctxt ""
"hd_id3154277\n"
"help.text"
msgid "Program"
-msgstr ""
+msgstr "Program"
#. EgZ5f
#: 06070000.xhp
@@ -6088,7 +6088,7 @@ msgctxt ""
"par_id3148918\n"
"help.text"
msgid "<ahelp hid=\"modules/simpress/ui/interactionpage/program\">Enter a path to the program you want to start, or click <emph>Browse </emph>to locate the program.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"modules/simpress/ui/interactionpage/program\">Zapódajśo sćažku k programoju, kótaryž cośo startowaś, abo klikniśo na <emph>Pśepytaś</emph>, aby program pytał.</ahelp>"
#. 3Rmxb
#: 06070000.xhp
@@ -6097,7 +6097,7 @@ msgctxt ""
"hd_id3159269\n"
"help.text"
msgid "Browse"
-msgstr ""
+msgstr "Pśepytaś"
#. S8GSv
#: 06070000.xhp
@@ -6106,7 +6106,7 @@ msgctxt ""
"par_id3154097\n"
"help.text"
msgid "Locate the program you want to start."
-msgstr ""
+msgstr "Pytajśo program, kótaryž cośo startowaś."
#. CVgi5
#: 06070000.xhp
@@ -6115,7 +6115,7 @@ msgctxt ""
"hd_id3152940\n"
"help.text"
msgid "Run macro"
-msgstr ""
+msgstr "Makro wuwjasć"
#. ZzpJd
#: 06070000.xhp
@@ -6124,7 +6124,7 @@ msgctxt ""
"par_id3153681\n"
"help.text"
msgid "Runs a macro during the slide show."
-msgstr ""
+msgstr "Wuwjeźo makro w běgu prezentacije."
#. HCcYU
#: 06070000.xhp
@@ -6133,7 +6133,7 @@ msgctxt ""
"hd_id3149916\n"
"help.text"
msgid "Macro"
-msgstr ""
+msgstr "Makro"
#. XNFjN
#: 06070000.xhp
@@ -6142,7 +6142,7 @@ msgctxt ""
"hd_id3149804\n"
"help.text"
msgid "Macro"
-msgstr ""
+msgstr "Makro"
#. wWHrw
#: 06070000.xhp
@@ -6151,7 +6151,7 @@ msgctxt ""
"par_id3148625\n"
"help.text"
msgid "<ahelp hid=\"modules/simpress/ui/interactionpage/macro\">Enter a path to the macro you want to run, or click <emph>Browse </emph>to locate the macro.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"modules/simpress/ui/interactionpage/macro\">Zapódajśo sćažku k makroju, kótarež cośo wuwjasć, abo klikniśo na <emph>Pśepytaś</emph>, aby makro pytał.</ahelp>"
#. dLW86
#: 06070000.xhp
@@ -6160,7 +6160,7 @@ msgctxt ""
"hd_id3150628\n"
"help.text"
msgid "Browse"
-msgstr ""
+msgstr "Pśepytaś"
#. n627K
#: 06070000.xhp
@@ -6169,7 +6169,7 @@ msgctxt ""
"par_id3148417\n"
"help.text"
msgid "Locate the macro you want to run."
-msgstr ""
+msgstr "Pytajśo makro, kótarež cośo wuwjasć."
#. CzJZM
#: 06070000.xhp
@@ -6178,7 +6178,7 @@ msgctxt ""
"hd_id3150424\n"
"help.text"
msgid "Exit presentation"
-msgstr ""
+msgstr "Prezentaciju skóńcyś"
#. E4qZf
#: 06070000.xhp
@@ -6187,7 +6187,7 @@ msgctxt ""
"par_id3154799\n"
"help.text"
msgid "Ends the presentation."
-msgstr ""
+msgstr "Kóńcy prezentaciju."
#. Ekmhb
#: 06070000.xhp
@@ -6196,7 +6196,7 @@ msgctxt ""
"par_idN10AE2\n"
"help.text"
msgid "Start object action"
-msgstr ""
+msgstr "Objektowu akciju startowaś"
#. AYJhs
#: 06070000.xhp
@@ -6205,7 +6205,7 @@ msgctxt ""
"par_idN10AE6\n"
"help.text"
msgid "You can choose the \"Start object action\" entry for inserted OLE objects."
-msgstr ""
+msgstr "Móžośo zapisk „Objektowu akciju startowaś“ za zasajźone OLE-objekty wubraś."
#. CBkZm
#: 06070000.xhp
@@ -6214,7 +6214,7 @@ msgctxt ""
"par_idN10AE9\n"
"help.text"
msgid "Edit"
-msgstr ""
+msgstr "Wobźěłaś"
#. PBLRP
#: 06070000.xhp
@@ -6223,7 +6223,7 @@ msgctxt ""
"par_idN10AED\n"
"help.text"
msgid "Opens the object in edit mode."
-msgstr ""
+msgstr "Wócynja objekt we wobźěłańskem modusu."
#. F4ArV
#: 06080000.xhp
@@ -6232,7 +6232,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Slide Show Settings"
-msgstr ""
+msgstr "Nastajenja prezentacije"
#. YQU4Y
#: 06080000.xhp
@@ -6241,7 +6241,7 @@ msgctxt ""
"bm_id3153818\n"
"help.text"
msgid "<bookmark_value>presentations; settings for</bookmark_value> <bookmark_value>slide shows; settings for</bookmark_value> <bookmark_value>presentations; window / full screen</bookmark_value> <bookmark_value>multiple displays</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>prezentacije; nastajenja</bookmark_value><bookmark_value>prezentacije na wobrazowce; nastajenja</bookmark_value><bookmark_value>prezentacije; wokno/połna wobrazowka</bookmark_value><bookmark_value>někotare pokazanja</bookmark_value>"
#. KBJev
#: 06080000.xhp
@@ -6250,7 +6250,7 @@ msgctxt ""
"hd_id3153818\n"
"help.text"
msgid "Slide Show Settings"
-msgstr ""
+msgstr "Nastajenja prezentacijow"
#. ZM6x4
#: 06080000.xhp
@@ -6259,7 +6259,7 @@ msgctxt ""
"par_id3148606\n"
"help.text"
msgid "<variable id=\"praesent\"><ahelp hid=\".uno:PresentationDialog\">Defines settings for your slide show, including which slide to start from, the way you advance the slides, the type of presentation, and pointer options.</ahelp></variable>"
-msgstr ""
+msgstr "<variable id=\"praesent\"><ahelp hid=\".uno:PresentationDialog\">Definěrujo nastajenja za wašu prezentaciju, mjazy nimi startowu foliju, typ wuměny folijow, typ prezentacije a nastajenja pokazowaka.</ahelp></variable>"
#. iEAKy
#: 06080000.xhp
@@ -6268,7 +6268,7 @@ msgctxt ""
"hd_id3150213\n"
"help.text"
msgid "Range"
-msgstr ""
+msgstr "Wobceŕk"
#. 5GopD
#: 06080000.xhp
@@ -6277,7 +6277,7 @@ msgctxt ""
"par_id3154766\n"
"help.text"
msgid "Specifies which slides to include in the slide show."
-msgstr ""
+msgstr "Pódawa, kótare folije se ma prezentacija wopśimowaś."
#. 9K9k8
#: 06080000.xhp
@@ -6286,7 +6286,7 @@ msgctxt ""
"hd_id3145363\n"
"help.text"
msgid "All slides"
-msgstr ""
+msgstr "Wšykne folije"
#. LzBAe
#: 06080000.xhp
@@ -6295,7 +6295,7 @@ msgctxt ""
"par_id3145114\n"
"help.text"
msgid "<ahelp hid=\"modules/simpress/ui/presentationdialog/allslides\">Includes all of the slides in your slide show.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"modules/simpress/ui/presentationdialog/allslides\">Zapśimujo wšykne folije do wašeje prezentacije.</ahelp>"
#. ZUewM
#: 06080000.xhp
@@ -6304,7 +6304,7 @@ msgctxt ""
"hd_id3150431\n"
"help.text"
msgid "From:"
-msgstr ""
+msgstr "Wót:"
#. T8ASf
#: 06080000.xhp
@@ -6313,7 +6313,7 @@ msgctxt ""
"par_id3150391\n"
"help.text"
msgid "<ahelp hid=\"modules/simpress/ui/presentationdialog/from_cb\">Enter the number of the start slide.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"modules/simpress/ui/presentationdialog/from_cb\">Zapódajśo numer startoweje folije.</ahelp>"
#. cjC2k
#: 06080000.xhp
@@ -6322,7 +6322,7 @@ msgctxt ""
"hd_id3147404\n"
"help.text"
msgid "Custom Slide Show"
-msgstr ""
+msgstr "Swójska prezentacija"
#. gv7pQ
#: 06080000.xhp
@@ -6331,7 +6331,7 @@ msgctxt ""
"par_id3150538\n"
"help.text"
msgid "<ahelp hid=\"modules/simpress/ui/presentationdialog/customslideshow_cb\">Runs a custom slide show in the order that you defined in <link href=\"text/simpress/01/06100000.xhp\"><emph>Slide Show - Custom Slide Show</emph></link>.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"modules/simpress/ui/presentationdialog/customslideshow_cb\">Wuwjeźo swójsku prezentaciju w pórěźe, kótaryž sćo póstajił w <link href=\"text/simpress/01/06100000.xhp\"><emph>Prezentacija – Swójska prezentacija…</emph></link>.</ahelp>"
#. VJBqo
#: 06080000.xhp
@@ -6340,7 +6340,7 @@ msgctxt ""
"hd_id3150653\n"
"help.text"
msgid "Presentation Mode"
-msgstr ""
+msgstr "Prezentaciski modus"
#. zmuAH
#: 06080000.xhp
@@ -6349,7 +6349,7 @@ msgctxt ""
"par_id3149354\n"
"help.text"
msgid "Select the slide show type."
-msgstr ""
+msgstr "Wubjeŕśo prezentaciski typ."
#. Vt9FD
#: 06080000.xhp
@@ -6358,7 +6358,7 @@ msgctxt ""
"hd_id3150482\n"
"help.text"
msgid "Full screen"
-msgstr ""
+msgstr "Połna wobrazowka"
#. KE3kd
#: 06080000.xhp
@@ -6367,7 +6367,7 @@ msgctxt ""
"par_id3148730\n"
"help.text"
msgid "<ahelp hid=\"modules/simpress/ui/presentationdialog/default\">A full screen slide is shown.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"modules/simpress/ui/presentationdialog/default\">Folija se w połnej wobrazowce pokazujo.</ahelp>"
#. 5W6rK
#: 06080000.xhp
@@ -6376,7 +6376,7 @@ msgctxt ""
"hd_id3153034\n"
"help.text"
msgid "In a window"
-msgstr ""
+msgstr "We woknje"
#. hVbaV
#: 06080000.xhp
@@ -6385,7 +6385,7 @@ msgctxt ""
"par_id3155257\n"
"help.text"
msgid "<ahelp hid=\"modules/simpress/ui/presentationdialog/window\">Slide show runs in the $[officename] program window.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"modules/simpress/ui/presentationdialog/window\">Prezentacija se w programowem woknje $[officename] wuwjeźo.</ahelp>"
#. LjMiE
#: 06080000.xhp
@@ -6394,7 +6394,7 @@ msgctxt ""
"hd_id3145593\n"
"help.text"
msgid "Loop and repeat after"
-msgstr ""
+msgstr "Kokula a wóspjetowaś pó"
#. CVq2y
#: 06080000.xhp
@@ -6403,7 +6403,7 @@ msgctxt ""
"par_id3149509\n"
"help.text"
msgid "<ahelp hid=\"modules/simpress/ui/presentationdialog/auto\">Restarts the slide show after the pause interval you specify. A pause slide is displayed between the final slide and the start slide. Press the Esc key to stop the show.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"modules/simpress/ui/presentationdialog/auto\">Startujo prezentaciju pó postajonej pawzy znowego. Pawzowa folija se mjazy kóńcneju a startoweju foliju pokazujo. Tłocćo tastu Esc, aby prezentaciju zastajił.</ahelp>"
#. QyefK
#: 06080000.xhp
@@ -6412,7 +6412,7 @@ msgctxt ""
"hd_id3150862\n"
"help.text"
msgid "Duration of pause"
-msgstr ""
+msgstr "Cas pawze"
#. VJGEd
#: 06080000.xhp
@@ -6421,7 +6421,7 @@ msgctxt ""
"par_id3153112\n"
"help.text"
msgid "<ahelp hid=\"modules/simpress/ui/presentationdialog/pauseduration\">Enter the duration of the pause before the slide show is repeated. If you enter zero, the show restarts immediately without showing a pause slide.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"modules/simpress/ui/presentationdialog/pauseduration\">Zapódajśo cas pawze, nježli až se prezentacija wóspjetujo. Jolic nul zapódawaśo, se prezentacija zasej ned startujo, bźez togo aby se pawzowa folija pokazała.</ahelp>"
#. ikQ4w
#: 06080000.xhp
@@ -6430,7 +6430,7 @@ msgctxt ""
"hd_id3166420\n"
"help.text"
msgid "Show logo"
-msgstr ""
+msgstr "Logo pokazaś"
#. yVeeF
#: 06080000.xhp
@@ -6439,7 +6439,7 @@ msgctxt ""
"par_id3154501\n"
"help.text"
msgid "<ahelp hid=\"modules/simpress/ui/presentationdialog/showlogo\">Displays the $[officename] logo on the pause slide.</ahelp> The logo cannot be exchanged."
-msgstr ""
+msgstr "<ahelp hid=\"modules/simpress/ui/presentationdialog/showlogo\">Pokazujo logo $[officename] na pawzowej foliji.</ahelp> Logo njedajo se wuměniś."
#. WCd5n
#: 06080000.xhp
@@ -6448,7 +6448,7 @@ msgctxt ""
"hd_id3150130\n"
"help.text"
msgid "Options"
-msgstr ""
+msgstr "Nastajenja"
#. CE4gb
#: 06080000.xhp
@@ -6457,7 +6457,7 @@ msgctxt ""
"hd_id3149883\n"
"help.text"
msgid "Change slides manually"
-msgstr ""
+msgstr "Folije manuelnje wuměniś"
#. gjhEC
#: 06080000.xhp
@@ -6466,7 +6466,7 @@ msgctxt ""
"par_id3147373\n"
"help.text"
msgid "<ahelp hid=\"modules/simpress/ui/presentationdialog/manualslides\">Slides never change automatically when this box is selected.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"modules/simpress/ui/presentationdialog/manualslides\">Folije se nigdy awtomatiski njewuměnjaju, gaž toś to pólo jo wubrane.</ahelp>"
#. oVyJ6
#: 06080000.xhp
@@ -6475,7 +6475,7 @@ msgctxt ""
"hd_id3155439\n"
"help.text"
msgid "Mouse pointer visible"
-msgstr ""
+msgstr "Pokazowak myški widobny"
#. WgACr
#: 06080000.xhp
@@ -6484,7 +6484,7 @@ msgctxt ""
"par_id3150272\n"
"help.text"
msgid "<ahelp hid=\"modules/simpress/ui/presentationdialog/pointervisible\">Shows the mouse pointer during a slide show.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"modules/simpress/ui/presentationdialog/pointervisible\">Pokazujo pokazowak myški w běgu prezentacije.</ahelp>"
#. Y3RTU
#: 06080000.xhp
@@ -6493,7 +6493,7 @@ msgctxt ""
"hd_id3150570\n"
"help.text"
msgid "Mouse pointer as pen"
-msgstr ""
+msgstr "Pokazowak myški ako pisak"
#. GWCTF
#: 06080000.xhp
@@ -6502,7 +6502,7 @@ msgctxt ""
"par_id3150665\n"
"help.text"
msgid "<ahelp hid=\"modules/simpress/ui/presentationdialog/pointeraspen\">Changes the mouse pointer to a pen which you can use to draw on slides during the presentation.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"modules/simpress/ui/presentationdialog/pointeraspen\">Změnijo pokazowak myški do pisaka, kótaryž móžośo wužywaś, aby w běgu prezentacije na folijach kreslił.</ahelp>"
#. g6Y5a
#: 06080000.xhp
@@ -6511,7 +6511,7 @@ msgctxt ""
"par_id3150475\n"
"help.text"
msgid "Anything you write with the pen will appear in your slides after exiting the slideshow. The properties of the pen can be changed by choosing the <emph>Pen Width</emph> or <emph>Change pen Color</emph> command in the context menu of the running slide show."
-msgstr ""
+msgstr "Wšykno, což z pisakom pišośo, se we wašych folijach zjawijo, gaž prezentaciju kóńcyśo. Kakosći pisaka daju se změniś, gaž pśikaz <emph>Šyrokosć pisaka</emph> abo <emph>Barwu pisaka změniś</emph> w kontekstowem meniju běžeceje prezentacije wuběraśo."
#. LGpvd
#: 06080000.xhp
@@ -6520,7 +6520,7 @@ msgctxt ""
"hd_id3153718\n"
"help.text"
msgid "Animations allowed"
-msgstr ""
+msgstr "Animacije zmóžnjone"
#. FwfCe
#: 06080000.xhp
@@ -6529,7 +6529,7 @@ msgctxt ""
"par_id3083445\n"
"help.text"
msgid "<ahelp hid=\"modules/simpress/ui/presentationdialog/animationsallowed\">Displays all frames of animated GIF files during the slide show.</ahelp> If this option is not selected, only the first frame of an animated GIF file is displayed."
-msgstr ""
+msgstr "<ahelp hid=\"modules/simpress/ui/presentationdialog/animationsallowed\">Pokazujo wšykne framey animěrowanych GIF-datajow w běgu prezentaciju.</ahelp> Jolic toś to nastajenje njejo wubrane, se jano prědny frame animěrowaneje GIF-dataje pokažo."
#. VzERx
#: 06080000.xhp
@@ -6538,7 +6538,7 @@ msgctxt ""
"hd_id3152478\n"
"help.text"
msgid "Change slides by clicking on background"
-msgstr ""
+msgstr "Folije z kliknjenim na slězynu wuměniś"
#. 6GKwg
#: 06080000.xhp
@@ -6547,7 +6547,7 @@ msgctxt ""
"par_id3156305\n"
"help.text"
msgid "<ahelp hid=\"modules/simpress/ui/presentationdialog/changeslidesbyclick\">Advances to the next slide when you click on the background of a slide.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"modules/simpress/ui/presentationdialog/changeslidesbyclick\">Pśejźo k pśiducej foliji, gaž na slězynu folije klikaśo.</ahelp>"
#. qNZEM
#: 06080000.xhp
@@ -6556,7 +6556,7 @@ msgctxt ""
"hd_id3150960\n"
"help.text"
msgid "Presentation always on top"
-msgstr ""
+msgstr "Prezentacija pśecej w prědku"
#. batkj
#: 06080000.xhp
@@ -6565,7 +6565,7 @@ msgctxt ""
"par_id3150764\n"
"help.text"
msgid "<ahelp hid=\"modules/simpress/ui/presentationdialog/alwaysontop\">The $[officename] window remains on top during the presentation. No other program will show its window in front of your presentation.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"modules/simpress/ui/presentationdialog/alwaysontop\">Wokno $[officename] w běgu prezentacije w prědku wóstawa. Žeden drugi program njamóžo swójo wokno pśed wašeju prezentaciju pokazaś.</ahelp>"
#. 7TEDr
#: 06080000.xhp
@@ -6574,7 +6574,7 @@ msgctxt ""
"hd_id6086611\n"
"help.text"
msgid "Multiple Displays"
-msgstr ""
+msgstr "Někotare wobrazowki"
#. CyE4H
#: 06080000.xhp
@@ -6583,7 +6583,7 @@ msgctxt ""
"par_id5446943\n"
"help.text"
msgid "By default the primary display is used for slide show mode. If the current desktop is displayed on more than one display, you can select which display to use for full screen slide show mode. If the current desktop spans only one display, or if the multi display feature is not supported on the current system, you cannot select another display."
-msgstr ""
+msgstr "Pó standarźe se primarna wobrazowka za prezentaciski modus wužywa. Jolic se aktualny desktop na někotarych wobrazowkach pokazujo, móžośo wubraś, kótara wobrazowka ma se za prezentaciski modus w połnej wobrazowce wužywaś. Jolic se aktualny desktop jano pó jadnej wobrazowce rozpśestrěwa, abo jolic se funkcija za někotare wobrazowki na aktualnem systemje njepódpěra, njamóžośo drugu wobrazowku wubraś."
#. 3nodF
#: 06080000.xhp
@@ -6592,7 +6592,7 @@ msgctxt ""
"hd_id4962309\n"
"help.text"
msgid "Presentation display"
-msgstr ""
+msgstr "Prezentaciske pokazanje"
#. tQFsf
#: 06080000.xhp
@@ -6601,7 +6601,7 @@ msgctxt ""
"par_id5168919\n"
"help.text"
msgid "<ahelp hid=\".\">Select a display to use for full screen slide show mode.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Wubjeŕśo wobrazowku, kótaraž se ma za prezentaciju w modusu połneje wobrazowki wužywaś.</ahelp>"
#. uiCco
#: 06080000.xhp
@@ -6610,7 +6610,7 @@ msgctxt ""
"par_id4846339\n"
"help.text"
msgid "If the system allows the user to span a window over all available displays, you can also select \"All displays\". In this case the presentation is spanned over all available displays."
-msgstr ""
+msgstr "Jolic system wužywarjeju zmóžnja, wokno pó wšych wobrazowkach wupinaś, kótrež su k dispoziciji, móžośo „Wšykne wobrazowki“ wubraś. W toś tom paźe se prezentacija pó wšych wobrazowkach rozpśestrěwa, kótarež su k dispoziciji."
#. Zy6y4
#: 06080000.xhp
@@ -6619,7 +6619,7 @@ msgctxt ""
"par_id2321543\n"
"help.text"
msgid "This setting is saved in the user configuration and not inside the document."
-msgstr ""
+msgstr "Toś to nastajenje se we wužywaŕskej konfiguraciji składujo a nic w dokumenśe."
#. w2iqM
#: 06100000.xhp
@@ -6628,7 +6628,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Custom Slide Shows"
-msgstr ""
+msgstr "Swójske prezentacije"
#. BB4Cs
#: 06100000.xhp
@@ -6637,7 +6637,7 @@ msgctxt ""
"hd_id3154659\n"
"help.text"
msgid "<variable id=\"CustomShow_h1\"><link href=\"text/simpress/01/06100000.xhp\">Custom Slide Shows</link></variable>"
-msgstr ""
+msgstr "<variable id=\"CustomShow_h1\"><link href=\"text/simpress/01/06100000.xhp\">Swójske prezentacije</link></variable>"
#. EB558
#: 06100000.xhp
@@ -6646,7 +6646,7 @@ msgctxt ""
"par_id3149207\n"
"help.text"
msgid "<variable id=\"indipraesent\"><ahelp hid=\".uno:CustomShowDialog\">Defines a custom slide show using slides within the current presentation. You can then pick slides to meet the needs of your audience. You can create as many custom slide shows as you want.</ahelp> </variable>"
-msgstr ""
+msgstr "<variable id=\"indipraesent\"><ahelp hid=\".uno:CustomShowDialog\">Definěrujo swójsku prezentaciju z pomocu folijow aktualneje prezentacije. Móžośo pón folije wubraś, kótarež pótrjebnosćam publikuma wótpowěduju. Móžośo tak wjele swójskich prezentacijow napóraś ako cosó.</ahelp></variable>"
#. YgWfS
#: 06100000.xhp
@@ -6655,7 +6655,7 @@ msgctxt ""
"par_id641634164174393\n"
"help.text"
msgid "Read the help page <link href=\"text/simpress/guide/individual.xhp#individual\">Creating a Custom Slide Show</link> to learn more about how to set up your own custom slide shows."
-msgstr ""
+msgstr "Cytajśo bok pomocy <link href=\"text/simpress/guide/individual.xhp#individual\">Swójsku prezentaciju napóraść</link>, aby wěcej wó tom zgonił, kak móžośo swójske prezentacije zarědowaś."
#. JyjJt
#: 06100000.xhp
@@ -6664,7 +6664,7 @@ msgctxt ""
"hd_id3155530\n"
"help.text"
msgid "List of custom slide shows"
-msgstr ""
+msgstr "Lisćina swójskich prezentacijow"
#. 9WeMN
#: 06100000.xhp
@@ -6673,7 +6673,7 @@ msgctxt ""
"par_id3156449\n"
"help.text"
msgid "<ahelp hid=\"modules/simpress/ui/customslideshows/customshowlist\">Lists the custom slide shows that are available in the document.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"modules/simpress/ui/customslideshows/customshowlist\">Nalicyjo swójske prezentacije, kótarež su w dokumenśe k dispoziciji.</ahelp>"
#. T3UBF
#: 06100000.xhp
@@ -6682,7 +6682,7 @@ msgctxt ""
"par_id3149408\n"
"help.text"
msgid "To create a custom slide show, click <emph>New</emph>."
-msgstr ""
+msgstr "Aby swójsku prezentaciju napórał, klikniśo na <emph>Nowy</emph>."
#. tmqBb
#: 06100000.xhp
@@ -6691,7 +6691,7 @@ msgctxt ""
"hd_id3148604\n"
"help.text"
msgid "To run a custom slide show:"
-msgstr ""
+msgstr "Aby swójsku prezentaciju wótgrał:"
#. KDQG6
#: 06100000.xhp
@@ -6700,7 +6700,7 @@ msgctxt ""
"par_id3153250\n"
"help.text"
msgid "Select a custom slide show from the list."
-msgstr ""
+msgstr "Wubjeŕśo swójsku prezentaciju z lisćiny."
#. yFmBx
#: 06100000.xhp
@@ -6709,7 +6709,7 @@ msgctxt ""
"par_id3159230\n"
"help.text"
msgid "Click <emph>Start</emph>."
-msgstr ""
+msgstr "Klikniśo na <emph>Startowaś</emph>."
#. jLADH
#: 06100000.xhp
@@ -6718,7 +6718,7 @@ msgctxt ""
"hd_id3153808\n"
"help.text"
msgid "<link href=\"text/simpress/01/06100100.xhp\">New</link>"
-msgstr ""
+msgstr "<link href=\"text/simpress/01/06100100.xhp\">Nowy</link>"
#. kyB6T
#: 06100000.xhp
@@ -6727,7 +6727,7 @@ msgctxt ""
"hd_id3153073\n"
"help.text"
msgid "Edit"
-msgstr ""
+msgstr "Wobźěłaś"
#. gEwnF
#: 06100000.xhp
@@ -6736,7 +6736,7 @@ msgctxt ""
"par_id3150431\n"
"help.text"
msgid "<ahelp hid=\"modules/simpress/ui/customslideshows/edit\"><link href=\"text/simpress/01/06100100.xhp\">Add, remove or reorder</link> slides as well as change the name of the selected custom slide show.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"modules/simpress/ui/customslideshows/edit\"><link href=\"text/simpress/01/06100100.xhp\">Pśidajśo, wótwónoźćo abo pśerědujśo</link>folije abo změńśo mě wubraneje swójskeje prezentacije.</ahelp>"
#. ZbCU7
#: 06100000.xhp
@@ -6745,7 +6745,7 @@ msgctxt ""
"hd_id3151393\n"
"help.text"
msgid "Copy"
-msgstr ""
+msgstr "Kopěrowaś"
#. CYBcT
#: 06100000.xhp
@@ -6754,7 +6754,7 @@ msgctxt ""
"par_id3145236\n"
"help.text"
msgid "<ahelp hid=\"modules/simpress/ui/customslideshows/copy\">Creates a copy of the selected custom slide show. You can modify the name of the show by clicking <emph>Edit</emph>.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"modules/simpress/ui/customslideshows/copy\">Napórajo kopiju wubraneje swójskeje prezentacije. Móžośo mě prezentacije změniś, gaž na <emph>Wobźěłaś</emph> klikaśo.</ahelp>"
#. 5ARCC
#: 06100000.xhp
@@ -6763,7 +6763,7 @@ msgctxt ""
"hd_id3153121\n"
"help.text"
msgid "Start"
-msgstr ""
+msgstr "Startowaś"
#. EKdWF
#: 06100000.xhp
@@ -6772,7 +6772,7 @@ msgctxt ""
"par_id3157907\n"
"help.text"
msgid "<ahelp hid=\"modules/simpress/ui/customslideshows/startshow\">Runs the selected custom slide show.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"modules/simpress/ui/customslideshows/startshow\">Wuwjeźo wubranu swójsku prezentaciju.</ahelp>"
#. u5kLV
#: 06100100.xhp
@@ -6781,7 +6781,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Define Custom Slide Show"
-msgstr ""
+msgstr "Swójsku prezentaciju definěrowaś"
#. 7Be2o
#: 06100100.xhp
@@ -6790,7 +6790,7 @@ msgctxt ""
"hd_id3154020\n"
"help.text"
msgid "Define Custom Slide Show"
-msgstr ""
+msgstr "Swójsku prezentaciju definěrowaś"
#. 8fuYs
#: 06100100.xhp
@@ -6799,7 +6799,7 @@ msgctxt ""
"par_id3154659\n"
"help.text"
msgid "<variable id=\"neu\"><ahelp hid=\".\" visibility=\"visible\">Creates a custom slide show.</ahelp></variable>"
-msgstr ""
+msgstr "<variable id=\"neu\"><ahelp hid=\".\" visibility=\"visible\">Napórajo swójsku prezentaciju.</ahelp></variable>"
#. K72mf
#: 06100100.xhp
@@ -6808,7 +6808,7 @@ msgctxt ""
"par_id3155379\n"
"help.text"
msgid "Select a slide and click <emph>>></emph> or <emph><<</emph> to add or remove the slide from the list."
-msgstr ""
+msgstr "Wubjeŕśo foliju a klikniśo na <emph>>></emph> abo <emph><<</emph>, aby foliju pśidał abo z lisćiny wótwónoźeł."
#. sggau
#: 06100100.xhp
@@ -6817,7 +6817,7 @@ msgctxt ""
"par_id3156449\n"
"help.text"
msgid "<ahelp visibility=\"visible\" hid=\"modules/simpress/ui/definecustomslideshow/add\">Adds an existing slide to the bottom of the <emph>Selected slides</emph> list. You need to select a slide in the <emph>Existing slides</emph> list before you can use this button.</ahelp>"
-msgstr ""
+msgstr "<ahelp visibility=\"visible\" hid=\"modules/simpress/ui/definecustomslideshow/add\">Pśidawa eksistěruju foliju dołojce w lisćinje <emph>Wubrane folije</emph>. Musyśo foliju w lisćinje <emph>Eksistěrujuce folije</emph> wubraś, nježli až móžośo toś ten tłocašk wužywaś.</ahelp>"
#. VB5Da
#: 06100100.xhp
@@ -6826,7 +6826,7 @@ msgctxt ""
"par_id3151240\n"
"help.text"
msgid "<ahelp visibility=\"visible\" hid=\"modules/simpress/ui/definecustomslideshow/remove\">Removes a slide from the <emph>Selected slides </emph>list. You need to choose a slide in the <emph>Selected slides </emph>list before you can use this button.</ahelp>"
-msgstr ""
+msgstr "<ahelp visibility=\"visible\" hid=\"modules/simpress/ui/definecustomslideshow/remove\">>Wótwónoźijo foliju z lisćiny <emph>Wubrane folije</emph>. Musyśo foliju w lisćinje <emph>Wubrane folije</emph> wubraś, nježli až móžośo toś ten tłocašk wužywaś.</ahelp>"
#. 6nms8
#: 06100100.xhp
@@ -6835,7 +6835,7 @@ msgctxt ""
"hd_id3156018\n"
"help.text"
msgid "Name"
-msgstr ""
+msgstr "Mě"
#. uenBk
#: 06100100.xhp
@@ -6844,7 +6844,7 @@ msgctxt ""
"par_id3152871\n"
"help.text"
msgid "<ahelp hid=\"modules/simpress/ui/definecustomslideshow/customname\" visibility=\"visible\">Displays the name of the custom slide show. If you want, you can enter a new name.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"modules/simpress/ui/definecustomslideshow/customname\" visibility=\"visible\">Pokazujo mě swójskeje prezentacije. Jolic cośo, móžośo nowe mě zapódaś.</ahelp>"
#. PBDYa
#: 06100100.xhp
@@ -6853,7 +6853,7 @@ msgctxt ""
"hd_id3149050\n"
"help.text"
msgid "Existing slides"
-msgstr ""
+msgstr "Eksistěrujuce folije"
#. GhFWP
#: 06100100.xhp
@@ -6862,7 +6862,7 @@ msgctxt ""
"par_id3154767\n"
"help.text"
msgid "<ahelp hid=\"modules/simpress/ui/definecustomslideshow/pages\" visibility=\"visible\">Lists all of the slides in the order in which they appear in the current document.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"modules/simpress/ui/definecustomslideshow/pages\" visibility=\"visible\">Nalicyjo wšykne folije w pórěźe, pó kótaremž se w aktualnem dokumenśe pokazuju.</ahelp>"
#. UXnQA
#: 06100100.xhp
@@ -6871,7 +6871,7 @@ msgctxt ""
"hd_id3146965\n"
"help.text"
msgid "Selected slides"
-msgstr ""
+msgstr "Wubrane folije"
#. 6zJ54
#: 06100100.xhp
@@ -6880,7 +6880,7 @@ msgctxt ""
"par_id3149874\n"
"help.text"
msgid "<ahelp hid=\"modules/simpress/ui/definecustomslideshow/custompages\" visibility=\"visible\">Lists all of the slides in the custom slide show. If you want, you can change the order of the list by dragging the slides up or down.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"modules/simpress/ui/definecustomslideshow/custompages\" visibility=\"visible\">Nalicyjo wšykne folije w swójskej prezentaciji. Jolic cośo, móžośo pórěd lisćiny změniś, gaž folije górjej abo dołoj śěgaśo.</ahelp>"
#. 9jAiq
#: 13050000.xhp
@@ -6889,7 +6889,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Convert"
-msgstr ""
+msgstr "Pśetwóriś"
#. h6Rok
#: 13050000.xhp
@@ -6898,7 +6898,7 @@ msgctxt ""
"hd_id3152596\n"
"help.text"
msgid "<link href=\"text/simpress/01/13050000.xhp\">Convert</link>"
-msgstr ""
+msgstr "<link href=\"text/simpress/01/13050000.xhp\">Pśetwóriś</link>"
#. osJbe
#: 13050000.xhp
@@ -6907,7 +6907,7 @@ msgctxt ""
"par_id3151075\n"
"help.text"
msgid "Options for converting the selected object."
-msgstr ""
+msgstr "Nastajenja za pśetwórjenje wubranego objekta."
#. KZVkx
#: 13050100.xhp
@@ -6916,7 +6916,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "To Curve"
-msgstr ""
+msgstr "Do kśiwanki"
#. SPxyK
#: 13050100.xhp
@@ -6925,7 +6925,7 @@ msgctxt ""
"hd_id3125864\n"
"help.text"
msgid "<link href=\"text/simpress/01/13050100.xhp\">To Curve</link>"
-msgstr ""
+msgstr "<link href=\"text/simpress/01/13050100.xhp\">Do kśiwanki</link>"
#. i9Df4
#: 13050100.xhp
@@ -6934,7 +6934,7 @@ msgctxt ""
"par_id3147436\n"
"help.text"
msgid "<ahelp hid=\".uno:ChangeBezier\">Converts the selected object to a Bézier curve.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".uno:ChangeBezier\">Pśetwórjujo wubrany objekt do Bézieroweje kśiwanki.</ahelp>"
#. 9z9dw
#: 13050200.xhp
@@ -6943,7 +6943,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "To Polygon"
-msgstr ""
+msgstr "Do polygona"
#. 3U2LL
#: 13050200.xhp
@@ -6952,7 +6952,7 @@ msgctxt ""
"hd_id3152578\n"
"help.text"
msgid "<link href=\"text/simpress/01/13050200.xhp\">To Polygon</link>"
-msgstr ""
+msgstr "<link href=\"text/simpress/01/13050200.xhp\">Do polygona</link>"
#. 4e8ts
#: 13050200.xhp
@@ -6961,7 +6961,7 @@ msgctxt ""
"par_id3145252\n"
"help.text"
msgid "<ahelp hid=\".uno:ChangePolygon\">Converts the selected object to a polygon (a closed object bounded by straight lines).</ahelp> The appearance of the object does not change. If you want, you can right-click and choose <link href=\"text/shared/main0227.xhp\"><emph>Edit Points</emph></link> to view the changes."
-msgstr ""
+msgstr "<ahelp hid=\".uno:ChangePolygon\">Pśetworjujo wubrany objekt do polygona (zacynjony objekt, kótaryž jo pśez rowne linije wobgranicowany).</ahelp> Naglěd objekta se njezměnijo. Jolic cośo, móžośo z pšaweju tastu kliknuś a <link href=\"text/shared/main0227.xhp\"><emph>Dypki wobźěłaś</emph></link> wubraś, aby se změny woglědał."
#. JpSgf
#: 13050200.xhp
@@ -6970,7 +6970,7 @@ msgctxt ""
"hd_id3155066\n"
"help.text"
msgid "Convert to Polygon"
-msgstr ""
+msgstr "Do polygona pśetwóriś"
#. SFES2
#: 13050200.xhp
@@ -6979,7 +6979,7 @@ msgctxt ""
"par_id3153713\n"
"help.text"
msgid "The following options are required to convert a bitmap image to a polygon. The converted image is actually a collection of smaller polygons filled with color."
-msgstr ""
+msgstr "Slědujuce nastajenja su trjebne, aby se bitmapowy wobraz do polygona pśetwórił. Pśetwórjony wobraz jo pópšawem zběrka mjeńšych polygonow, kótarež su z barwu wupołnjone."
#. tCoSn
#: 13050200.xhp
@@ -6988,7 +6988,7 @@ msgctxt ""
"hd_id3154254\n"
"help.text"
msgid "Settings"
-msgstr ""
+msgstr "Nastajenja"
#. wWCLH
#: 13050200.xhp
@@ -6997,7 +6997,7 @@ msgctxt ""
"par_id3149126\n"
"help.text"
msgid "Set the conversion options for the image."
-msgstr ""
+msgstr "Póstajśo pśetwórjeńske nastajenja za wobraz."
#. nBFSE
#: 13050200.xhp
@@ -7006,7 +7006,7 @@ msgctxt ""
"hd_id3146314\n"
"help.text"
msgid "Number of colors:"
-msgstr ""
+msgstr "Licba barwow:"
#. K3h9g
#: 13050200.xhp
@@ -7015,7 +7015,7 @@ msgctxt ""
"par_id3145790\n"
"help.text"
msgid "<ahelp hid=\"modules/sdraw/ui/vectorize/colors\">Enter the number of colors to be displayed in the converted image. $[officename] generates a polygon for each occurrence of a color in the image.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"modules/sdraw/ui/vectorize/colors\">Zapódajśo licbu barwow, kótarež se maju w pśetwórjonem wobrazu pokazaś. $[officename] polygon za kužde wustupowanje barwy we wobrazu generěrujo.</ahelp>"
#. 5nq8u
#: 13050200.xhp
@@ -7024,7 +7024,7 @@ msgctxt ""
"hd_id3150206\n"
"help.text"
msgid "Point reduction"
-msgstr ""
+msgstr "Dypkowa redukcija"
#. 5fgWJ
#: 13050200.xhp
@@ -7033,7 +7033,7 @@ msgctxt ""
"par_id3159236\n"
"help.text"
msgid "<ahelp hid=\"modules/sdraw/ui/vectorize/points\">Removes color polygons that are smaller than the pixel value you enter.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"modules/sdraw/ui/vectorize/points\">Wótwónoźijo barwowe polygony, kótarež su mjeńše ako pikselowa gódnota, kótaruž zapódawaśo.</ahelp>"
#. Sh9Hm
#: 13050200.xhp
@@ -7042,7 +7042,7 @@ msgctxt ""
"hd_id3150364\n"
"help.text"
msgid "Fill holes"
-msgstr ""
+msgstr "Źěry połniś"
#. rpZAB
#: 13050200.xhp
@@ -7051,7 +7051,7 @@ msgctxt ""
"par_id3145584\n"
"help.text"
msgid "<ahelp hid=\"modules/sdraw/ui/vectorize/fillholes\">Fills the color gaps caused by applying a point reduction.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"modules/sdraw/ui/vectorize/fillholes\">Połni barwowe źěry, kótarež nastawaju, gaž dypkowu redukciju nałožujośo.</ahelp>"
#. AUYka
#: 13050200.xhp
@@ -7060,7 +7060,7 @@ msgctxt ""
"hd_id3154371\n"
"help.text"
msgid "Tile size"
-msgstr ""
+msgstr "Wjelikosć kachlickow"
#. uj7Mx
#: 13050200.xhp
@@ -7069,7 +7069,7 @@ msgctxt ""
"par_id3156448\n"
"help.text"
msgid "<ahelp hid=\"modules/sdraw/ui/vectorize/tiles\">Enter the size of the rectangle for the background fill.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"modules/sdraw/ui/vectorize/tiles\">Zapódajśo wjelikosć pšawokuta za slězynowe połnjenje.</ahelp>"
#. wMeob
#: 13050200.xhp
@@ -7078,7 +7078,7 @@ msgctxt ""
"hd_id3148840\n"
"help.text"
msgid "Source image:"
-msgstr ""
+msgstr "Žrědłowy wobraz:"
#. C8DaD
#: 13050200.xhp
@@ -7087,7 +7087,7 @@ msgctxt ""
"par_id3153917\n"
"help.text"
msgid "Preview of the original image."
-msgstr ""
+msgstr "Pśeglěd originalnego wobraza."
#. dARnr
#: 13050200.xhp
@@ -7096,7 +7096,7 @@ msgctxt ""
"hd_id3149944\n"
"help.text"
msgid "Vectorized image:"
-msgstr ""
+msgstr "Wektorizěrowany wobraz:"
#. fi5Ff
#: 13050200.xhp
@@ -7105,7 +7105,7 @@ msgctxt ""
"par_id3148605\n"
"help.text"
msgid "Preview of the converted image. Click <emph>Preview</emph> to generate the vectorized image."
-msgstr ""
+msgstr "Pśeglěd pśetwórjonego wobraza. Klikniśo na <emph>Pśeglěd</emph>, aby wektorizěrowany wobraz generěrował."
#. PcFXs
#: 13050200.xhp
@@ -7114,7 +7114,7 @@ msgctxt ""
"hd_id3156020\n"
"help.text"
msgid "Progress"
-msgstr ""
+msgstr "Póstup"
#. LEgF4
#: 13050200.xhp
@@ -7123,7 +7123,7 @@ msgctxt ""
"par_id3159207\n"
"help.text"
msgid "Displays the conversion progress."
-msgstr ""
+msgstr "Pokazujo pśetwórjeński proces."
#. yQApT
#: 13050200.xhp
@@ -7132,7 +7132,7 @@ msgctxt ""
"hd_id3149048\n"
"help.text"
msgid "Preview"
-msgstr ""
+msgstr "Pśeglěd"
#. fwm8P
#: 13050200.xhp
@@ -7141,7 +7141,7 @@ msgctxt ""
"par_id3150046\n"
"help.text"
msgid "<ahelp hid=\"modules/sdraw/ui/vectorize/preview\">Previews the converted image without applying the changes.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"modules/sdraw/ui/vectorize/preview\">Pokazujo pśeglěd pśetwórjonego wobraza, bźez togo aby se změny nałožyli.</ahelp>"
#. aocCm
#: 13050300.xhp
@@ -7150,7 +7150,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Convert to 3D"
-msgstr ""
+msgstr "Do 3D pśetwóriś"
#. AfbJN
#: 13050300.xhp
@@ -7159,7 +7159,7 @@ msgctxt ""
"hd_id3154017\n"
"help.text"
msgid "<link href=\"text/simpress/01/13050300.xhp\">Convert to 3D</link>"
-msgstr ""
+msgstr "<link href=\"text/simpress/01/13050300.xhp\">Do 3D pśetwóriś</link>"
#. fE6mo
#: 13050300.xhp
@@ -7168,7 +7168,7 @@ msgctxt ""
"par_id3155066\n"
"help.text"
msgid "<ahelp hid=\".uno:ConvertInto3D\">Converts the selected object to a three-dimensional (3D) object.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".uno:ConvertInto3D\">Pśetwórjujo wubrany objekt do tśidimensionalnego objekta (3D).</ahelp>"
#. U9nei
#: 13050300.xhp
@@ -7177,7 +7177,7 @@ msgctxt ""
"par_id3147339\n"
"help.text"
msgid "<variable id=\"anmerkung\">The selected object is first converted to a contour, and then to a 3D object.</variable>"
-msgstr ""
+msgstr "<variable id=\"anmerkung\">Wubrany objekt se nejpjerwjej do kontury pśetwórjujo a pón do 3D-objekta.</variable>"
#. qc8HD
#: 13050300.xhp
@@ -7186,7 +7186,7 @@ msgctxt ""
"par_id3149127\n"
"help.text"
msgid "If you select two or more objects and convert them to 3D, the result is a 3D group that acts as a single object. You can edit the individual objects in the group by choosing <switchinline select=\"appl\"><caseinline select=\"DRAW\"><emph>Shape - Group - Enter Group</emph></caseinline><defaultinline><emph>Format - Group - Enter Group</emph></defaultinline></switchinline>. Choose <switchinline select=\"appl\"><caseinline select=\"DRAW\"><emph>Shape - Group - Exit Group</emph></caseinline><defaultinline><emph>Format - Group - Exit Group</emph></defaultinline></switchinline> when you are finished."
-msgstr ""
+msgstr "Jolic dwa objekta wuběraśo abo wěcej a je do 3D pśetwórjujośo, dostawaśo 3D-kupku, kótaraž se ako jadnotliwy objekt zaźaržujo. Móžośo jadnotliwe objekty w kupce wobźěłaś, gaž <switchinline select=\"appl\"><caseinline select=\"DRAW\"><emph>Forma – Kupka – Do kupki stupiś</emph></caseinline><defaultinline><emph>Format – Kupka – Do kupki stupiś</emph></defaultinline></switchinline> wuběraśo. Wubjeŕśo <switchinline select=\"appl\"><caseinline select=\"DRAW\"><emph>Forma – Kupka – Kupku spušćiś</emph></caseinline><defaultinline><emph>Format – Kupka – Kupkuu spušćiś</emph></defaultinline></switchinline> wuběraśo, gaž sćo gótowy."
#. S7yqE
#: 13050300.xhp
@@ -7195,7 +7195,7 @@ msgctxt ""
"par_id3151242\n"
"help.text"
msgid "Converting a group of objects to 3D does not change the stacking order of the individual objects."
-msgstr ""
+msgstr "Gaž kupku objektow do 3D pśetwórjujośo, se štapelowy pórěd jadnotliwych objektow njezměnja."
#. pz3dH
#: 13050300.xhp
@@ -7204,7 +7204,7 @@ msgctxt ""
"par_id3146965\n"
"help.text"
msgid "Press F3 to quickly enter a group and <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+F3</keycode> to leave the group."
-msgstr ""
+msgstr "Tłocćo F3, aby malsnje do kupki stupił a <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>cmd ⌘</keycode></caseinline><defaultinline><keycode>Strg</keycode></defaultinline></switchinline><keycode>+F3</keycode>, aby kupku spušćił."
#. faBGW
#: 13050300.xhp
@@ -7213,7 +7213,7 @@ msgctxt ""
"par_id3145114\n"
"help.text"
msgid "You can also convert bitmap images and vector graphics, including clipart, to 3D objects. $[officename] treats bitmaps as rectangles and vector graphics as a group of polygons when converting to 3D."
-msgstr ""
+msgstr "Móžośo teke bitmapowe wobraze a wektorowe grafiki pśetwóriś, mjazy nimi kliparty, do 3D-objektow pśetwóriś. $[officename] z bitmapami ako z pšawokutami a z wektorowymi grafikami ako z kupkami polygonow wobchada, gaž se do 3D pśetwórjuju."
#. rcCzG
#: 13050300.xhp
@@ -7222,7 +7222,7 @@ msgctxt ""
"par_id3149876\n"
"help.text"
msgid "Even drawing objects that contain text can be converted."
-msgstr ""
+msgstr "Samo kresleńske objekty, kótarež tekst wopśimuju, daju se pśetwóriś."
#. sCemD
#: 13050300.xhp
@@ -7231,7 +7231,7 @@ msgctxt ""
"par_id3153960\n"
"help.text"
msgid "If you want, you can also apply a <link href=\"text/shared/01/05350000.xhp\">3D Effect</link> to the converted object."
-msgstr ""
+msgstr "Jolic cośo, móžośo teke <link href=\"text/shared/01/05350000.xhp\">3D-efekt</link> na pśetwórjony objekt nałožyś."
#. k8Bxk
#: 13050400.xhp
@@ -7240,7 +7240,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Convert to 3D Rotation Object"
-msgstr ""
+msgstr "Do rotaciskego objekta 3D pśetwóriś"
#. ei7Cd
#: 13050400.xhp
@@ -7249,7 +7249,7 @@ msgctxt ""
"hd_id3146974\n"
"help.text"
msgid "<link href=\"text/simpress/01/13050400.xhp\">Convert to 3D Rotation Object</link>"
-msgstr ""
+msgstr "<link href=\"text/simpress/01/13050400.xhp\">Do rotaciskego objekta 3D pśetwóriś</link>"
#. EDRF2
#: 13050400.xhp
@@ -7258,7 +7258,7 @@ msgctxt ""
"par_id3150717\n"
"help.text"
msgid "<ahelp hid=\".uno:ConvertInto3DLatheFast\">Creates a three-dimensional shape by rotating the selected object around its vertical axis.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".uno:ConvertInto3DLatheFast\">Napórajo tśidimensionalnu formu, gaž wubrany objekt wokoło jogo wertikalneje wóski wjerśiśo.</ahelp>"
#. vPdPh
#: 13050500.xhp
@@ -7267,7 +7267,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "To Bitmap"
-msgstr ""
+msgstr "Do bitmapa"
#. KQXwf
#: 13050500.xhp
@@ -7276,7 +7276,7 @@ msgctxt ""
"bm_id3153142\n"
"help.text"
msgid "<bookmark_value>converting; to bitmaps</bookmark_value><bookmark_value>bitmaps; converting to</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>pśetwóriś; do bitmapow</bookmark_value><bookmark_value>bitmapy; pśetwóriś</bookmark_value>"
#. eXBYH
#: 13050500.xhp
@@ -7285,7 +7285,7 @@ msgctxt ""
"hd_id3153142\n"
"help.text"
msgid "<link href=\"text/simpress/01/13050500.xhp\">To Bitmap</link>"
-msgstr ""
+msgstr "<link href=\"text/simpress/01/13050500.xhp\">Do bitmapa</link>"
#. c6dej
#: 13050500.xhp
@@ -7294,7 +7294,7 @@ msgctxt ""
"par_id3146975\n"
"help.text"
msgid "<ahelp hid=\".uno:ConvertIntoBitmap\">Converts the selected object to a bitmap (a grid of pixels that represents an image).</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".uno:ConvertIntoBitmap\">Pśetwórjujo wubrany objekt do bitmapa (pikselowy raster, kótaryž wobraz reprezentěrujo).</ahelp>"
#. C5bW5
#: 13050500.xhp
@@ -7303,7 +7303,7 @@ msgctxt ""
"par_id3149377\n"
"help.text"
msgid "For more information, see the <link href=\"text/shared/00/00000005.xhp\">Glossary</link>."
-msgstr ""
+msgstr "Za dalšne informacije glejśo <link href=\"text/shared/00/00000005.xhp\">Glosar</link>."
#. AmCFw
#: 13050500.xhp
@@ -7312,7 +7312,7 @@ msgctxt ""
"par_id3155333\n"
"help.text"
msgid "You can also copy the selected object and choose <emph>Edit - Paste Special </emph>and select the bitmap format from the list."
-msgstr ""
+msgstr "Móžośo teke wubrany objekt kopěrowaś a wubjeŕśo <emph>Wobźěłaś – Wopśimjeśe zasajźiś</emph> a pón bitmapowy format z lisćiny."
#. 2xwr8
#: 13050600.xhp
@@ -7321,7 +7321,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "To metafile"
-msgstr ""
+msgstr "Do metadataje"
#. xNrms
#: 13050600.xhp
@@ -7330,7 +7330,7 @@ msgctxt ""
"bm_id3147434\n"
"help.text"
msgid "<bookmark_value>converting; to metafile format (WMF)</bookmark_value><bookmark_value>metafiles; converting to</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>pśetwóriś; do formata metadataje (WMF)</bookmark_value><bookmark_value>metafdataje; pśetwóriś</bookmark_value>"
#. 6Z3BN
#: 13050600.xhp
@@ -7339,7 +7339,7 @@ msgctxt ""
"hd_id3147434\n"
"help.text"
msgid "<link href=\"text/simpress/01/13050600.xhp\">To metafile</link>"
-msgstr ""
+msgstr "<link href=\"text/simpress/01/13050600.xhp\">Do metadataje</link>"
#. y3w7E
#: 13050600.xhp
@@ -7348,7 +7348,7 @@ msgctxt ""
"par_id3154490\n"
"help.text"
msgid "<ahelp hid=\".uno:ConvertIntoMetaFile\">Converts the selected object to Windows Metafile Format (WMF), containing both bitmap and vector graphic data.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".uno:ConvertIntoMetaFile\">Pśetwórjujo wubrany objekt do formata Windows Metafile Format (WMF), kótaryž daty bitmapowych wobrazow ako teke wektorowych grafikow wopśimujo.</ahelp>"
#. KA7dg
#: 13050600.xhp
@@ -7357,7 +7357,7 @@ msgctxt ""
"par_id3151075\n"
"help.text"
msgid "For more information on WMF, see the <link href=\"text/shared/00/00000005.xhp\">Glossary</link>."
-msgstr ""
+msgstr "Za dalšne informacije wó WMF glejśo <link href=\"text/shared/00/00000005.xhp\">Glosar</link>."
#. ZF3LC
#: 13050600.xhp
@@ -7366,7 +7366,7 @@ msgctxt ""
"par_id3147344\n"
"help.text"
msgid "You can also copy the selected object and choose <emph>Edit - Paste Special </emph>and select MetaFile from the list."
-msgstr ""
+msgstr "Móžośo teke wubrany objekt kopěrowaś a wubjeŕśo <emph>Wobźěłaś – Wopśimjeśe zasajźiś</emph> a pón Metadataja z lisćiny."
#. C79C2
#: 13050700.xhp
@@ -7375,7 +7375,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "To Contour"
-msgstr ""
+msgstr "Do kontury"
#. szxqe
#: 13050700.xhp
@@ -7384,7 +7384,7 @@ msgctxt ""
"bm_id3146119\n"
"help.text"
msgid "<bookmark_value>converting; to contours</bookmark_value><bookmark_value>contours; converting to</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>pśetwóriś; do konturow</bookmark_value><bookmark_value>kontury; pśetwóriś</bookmark_value>"
#. gAGkK
#: 13050700.xhp
@@ -7393,7 +7393,7 @@ msgctxt ""
"hd_id3146119\n"
"help.text"
msgid "<link href=\"text/simpress/01/13050700.xhp\">To Contour</link>"
-msgstr ""
+msgstr "<link href=\"text/simpress/01/13050700.xhp\">Do kontury</link>"
#. TJiqQ
#: 13050700.xhp
@@ -7402,7 +7402,7 @@ msgctxt ""
"par_id3146974\n"
"help.text"
msgid "<ahelp hid=\".uno:convert_to_contour\">Converts the selected object to a polygon, or a group of polygons.</ahelp> If the conversion creates a group of polygons (for example, when you convert a text object), then press F3 to enter the group before you can select an individual polygon."
-msgstr ""
+msgstr "<ahelp hid=\".uno:convert_to_contour\">Pśetwórjujo wubrany objekt do polygona abo kupki polygonow.</ahelp> Jolic pśetwórjenje kupku polygonow napórajo (na pśikład gaž tekstowy objekt pśetwórjujośo) tłocćo F3, aby do kupki stupił, nježli až móžośo jadnotliwy polygon wubraś."
#. UTXAL
#: 13050700.xhp
@@ -7411,7 +7411,7 @@ msgctxt ""
"par_id3155601\n"
"help.text"
msgid "Once you convert a line or a text object to a contour, you can no longer edit it as you normally would. Instead, you can edit the contour as you would any polygon, including using the <emph>Edit – Points </emph>command to adjust its shape."
-msgstr ""
+msgstr "Gaž linije abo tekstowe objekty do kontury pśetwórjujośo, njamóžośo je wěcej ako pśecej wobźěłaś. Město togo móžośo konturu ako polygon wobźěłaś a teke pśikaz <emph>Wobźěłaś – Dypki</emph> wužywaś, aby jeje formu pśiměrił."
#. ao35i
#: 13140000.xhp
@@ -7420,7 +7420,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Combine"
-msgstr ""
+msgstr "Kombiněrowaś"
#. 692XG
#: 13140000.xhp
@@ -7429,7 +7429,7 @@ msgctxt ""
"hd_id3150012\n"
"help.text"
msgid "<link href=\"text/simpress/01/13140000.xhp\">Combine</link>"
-msgstr ""
+msgstr "<link href=\"text/simpress/01/13140000.xhp\">Kombiněrowaś</link>"
#. HHHQi
#: 13140000.xhp
@@ -7438,7 +7438,7 @@ msgctxt ""
"par_id3146974\n"
"help.text"
msgid "<ahelp hid=\".uno:Combine\">Combines two or more selected objects into a single shape.</ahelp> Unlike <link href=\"text/shared/01/05290000.xhp\">grouping</link>, a combined object takes on the properties of the lowermost object in the stacking order. You can <link href=\"text/simpress/01/13150000.xhp\">split</link> apart combined objects, but the original object properties are lost."
-msgstr ""
+msgstr "<ahelp hid=\".uno:Combine\">Kombiněrujo dwa objekta abo wěcej wubranych objektow do jadnotliweje formy.</ahelp> Na rozdźěl wót <link href=\"text/shared/01/05290000.xhp\">zrědowanja</link> skombiněrowany objekt kakosći nejnišego objekta w štaplowem pórěźe pśiwzejo. Móžośo skombiněrowane objekty <link href=\"text/simpress/01/13150000.xhp\">rozdźěliś</link>, ale kakosći originalnego objekta se zgubiju."
#. BmsmL
#: 13140000.xhp
@@ -7447,7 +7447,7 @@ msgctxt ""
"par_id3153876\n"
"help.text"
msgid "When you combine objects, the drawing elements are replaced by Bézier curves and holes appear where the objects overlap."
-msgstr ""
+msgstr "Gaž objekty kombiněrujośo, se kresleńske elementy pśez Bézierowe kśiwanki wuměnjaju a źěry se zjawiju, źož se objekty pózakšywaju."
#. v8ve3
#: 13150000.xhp
@@ -7456,7 +7456,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Split"
-msgstr ""
+msgstr "Źěliś"
#. YXtaA
#: 13150000.xhp
@@ -7465,7 +7465,7 @@ msgctxt ""
"bm_id3150439\n"
"help.text"
msgid "<bookmark_value>combining; undoing</bookmark_value><bookmark_value>splitting; combinations</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>kombiněrowaś; anulěrowaś</bookmark_value><bookmark_value>źěliś; kombinacije</bookmark_value>"
#. FjcAF
#: 13150000.xhp
@@ -7474,7 +7474,7 @@ msgctxt ""
"hd_id3150439\n"
"help.text"
msgid "<link href=\"text/simpress/01/13150000.xhp\">Split</link>"
-msgstr ""
+msgstr "<link href=\"text/simpress/01/13150000.xhp\">Źěliś</link>"
#. bgJGV
#: 13150000.xhp
@@ -7483,7 +7483,7 @@ msgctxt ""
"par_id3147435\n"
"help.text"
msgid "<ahelp hid=\".uno:Dismantle\">Splits a <link href=\"text/simpress/01/13140000.xhp\">combined</link> object into individual objects.</ahelp> The resulting objects have the same line and fill properties as the combined object."
-msgstr ""
+msgstr "<ahelp hid=\".uno:Dismantle\">Źěli <link href=\"text/simpress/01/13140000.xhp\">skombiněrowany</link> objekt do jadnotliwych objektow.</ahelp> Nastate objekty samske linijowe a ppłnjeńske kakosći ako skombiněrowany objekt maju."
#. CiAPY
#: 13160000.xhp
@@ -7492,7 +7492,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Connect"
-msgstr ""
+msgstr "Zwězaś"
#. KPHAx
#: 13160000.xhp
@@ -7501,7 +7501,7 @@ msgctxt ""
"hd_id3153768\n"
"help.text"
msgid "<link href=\"text/simpress/01/13160000.xhp\">Connect</link>"
-msgstr ""
+msgstr "<link href=\"text/simpress/01/13160000.xhp\">Zwězaś</link>"
#. nCBkq
#: 13160000.xhp
@@ -7510,7 +7510,7 @@ msgctxt ""
"par_id3152598\n"
"help.text"
msgid "<ahelp hid=\".uno:Connect\" visibility=\"visible\">Creates a line or Bézier curve by connecting two or more lines, Bézier curves, or other objects with a line.</ahelp> Closed objects containing a fill are converted to lines and lose their fill."
-msgstr ""
+msgstr "<ahelp hid=\".uno:Connect\" visibility=\"visible\">Napórajo liniju abo Bézierowu kśiwanku, gaž dwě liniji, Bézierowej kśiwance abo drugej objekta abo wěcej z nich z liniju zwězujośo.</ahelp> Zacynjone objekty, kótarež połnjenje wopśimujo, se do linijow pśetwórjuju a zgubuju swójo połnjenje."
#. cbzRu
#: 13170000.xhp
@@ -7519,7 +7519,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Break"
-msgstr ""
+msgstr "Łamanje"
#. FsNNj
#: 13170000.xhp
@@ -7528,7 +7528,7 @@ msgctxt ""
"bm_id3150870\n"
"help.text"
msgid "<bookmark_value>objects; breaking connections</bookmark_value><bookmark_value>breaking object connections</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>objekty; zwiski łamaś</bookmark_value><bookmark_value>objektowe zwiski łamaś</bookmark_value>"
#. 2ZdeF
#: 13170000.xhp
@@ -7537,7 +7537,7 @@ msgctxt ""
"hd_id3150870\n"
"help.text"
msgid "<link href=\"text/simpress/01/13170000.xhp\">Break</link>"
-msgstr ""
+msgstr "<link href=\"text/simpress/01/13170000.xhp\">Łamaś</link>"
#. BBjb3
#: 13170000.xhp
@@ -7546,7 +7546,7 @@ msgctxt ""
"par_id3156441\n"
"help.text"
msgid "<ahelp hid=\".uno:Break\">Breaks apart lines joined with the <emph>Connect</emph> command.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".uno:Break\">Łama zwězujuce linije, kótarež su se napórali z pomocu pśikaza <emph>Zwězaś</emph>.</ahelp>"
#. LRwvg
#: 13170000.xhp
@@ -7555,7 +7555,7 @@ msgctxt ""
"par_id3153726\n"
"help.text"
msgid "You cannot apply a fill to closed shapes that have been broken apart with this command."
-msgstr ""
+msgstr "Njamóžośo połnjenje na zacynjone formy nałožyś, kótarež su se złamali z toś tym pśikazom."
#. n5qHk
#: 13180000.xhp
@@ -7564,7 +7564,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Shapes"
-msgstr ""
+msgstr "Formy"
#. CNxUV
#: 13180000.xhp
@@ -7573,7 +7573,7 @@ msgctxt ""
"hd_id3154319\n"
"help.text"
msgid "<link href=\"text/simpress/01/13180000.xhp\">Shapes</link>"
-msgstr ""
+msgstr "<link href=\"text/simpress/01/13180000.xhp\">Formy</link>"
#. VfDM8
#: 13180000.xhp
@@ -7582,7 +7582,7 @@ msgctxt ""
"par_id3147435\n"
"help.text"
msgid "Creates a shape from two or more selected objects."
-msgstr ""
+msgstr "Napórajo formu z dweju wubraneju objektowu abo wěcej wubranych objektow."
#. VfCmz
#: 13180000.xhp
@@ -7591,7 +7591,7 @@ msgctxt ""
"par_id3156286\n"
"help.text"
msgid "Shapes take on the properties of the lowermost object in the stacking order."
-msgstr ""
+msgstr "Forma kakosći nejnišego objekta w štaplowem pórěźe pśewzejo."
#. yBe8Z
#: 13180100.xhp
@@ -7600,7 +7600,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Merge"
-msgstr ""
+msgstr "Zjadnośiś"
#. TzWg3
#: 13180100.xhp
@@ -7609,7 +7609,7 @@ msgctxt ""
"hd_id3150870\n"
"help.text"
msgid "<link href=\"text/simpress/01/13180100.xhp\">Merge</link>"
-msgstr ""
+msgstr "<link href=\"text/simpress/01/13180100.xhp\">Zjadnośiś</link>"
#. y9YTM
#: 13180100.xhp
@@ -7618,7 +7618,7 @@ msgctxt ""
"par_id3150012\n"
"help.text"
msgid "<ahelp hid=\".uno:Merge\" visibility=\"visible\">Adds the area of the selected objects to the area of the lowermost object in the selection. This command is best used with overlapping objects.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".uno:Merge\" visibility=\"visible\">Pśidawa wobceŕkoju nejnišego objekta we wuběrku wobceŕk wubranych objektow. Toś ten pśikaz se nejlěpjej za objekty z pózakšywajucymi objektami góźi.</ahelp>"
#. CuBaF
#: 13180100.xhp
@@ -7627,7 +7627,7 @@ msgctxt ""
"par_id3152578\n"
"help.text"
msgid "Any spaces that are visible between the objects are preserved."
-msgstr ""
+msgstr "Mjazyrumy, kótarež su widobne mjazy objektami, se wobchowaju."
#. hoCHQ
#: 13180200.xhp
@@ -7636,7 +7636,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Subtract"
-msgstr ""
+msgstr "Subtrahěrowaś"
#. NWgnt
#: 13180200.xhp
@@ -7645,7 +7645,7 @@ msgctxt ""
"hd_id3150439\n"
"help.text"
msgid "<link href=\"text/simpress/01/13180200.xhp\">Subtract</link>"
-msgstr ""
+msgstr "<link href=\"text/simpress/01/13180200.xhp\">Subtrahěrowaś</link>"
#. VFGCM
#: 13180200.xhp
@@ -7654,7 +7654,7 @@ msgctxt ""
"par_id3152596\n"
"help.text"
msgid "<ahelp hid=\".uno:Substract\" visibility=\"visible\">Subtracts the area of the selected objects from the area of the lowermost object.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".uno:Substract\" visibility=\"visible\">Subtrahěrujo wobceŕk wubranych objektow wót wobceŕka nejnišego objekta.</ahelp>"
#. hEAEj
#: 13180200.xhp
@@ -7663,7 +7663,7 @@ msgctxt ""
"par_id3154320\n"
"help.text"
msgid "Any spaces between the objects are preserved."
-msgstr ""
+msgstr "Mjazyrumy mjaz objektami se wobchowaju."
#. asjbL
#: 13180300.xhp
@@ -7672,7 +7672,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Intersect"
-msgstr ""
+msgstr "Prěcyś"
#. LGfDD
#: 13180300.xhp
@@ -7681,7 +7681,7 @@ msgctxt ""
"hd_id3153768\n"
"help.text"
msgid "<link href=\"text/simpress/01/13180300.xhp\">Intersect</link>"
-msgstr ""
+msgstr "<link href=\"text/simpress/01/13180300.xhp\">Prěcyś</link>"
#. sHqmC
#: 13180300.xhp
@@ -7690,7 +7690,7 @@ msgctxt ""
"par_id3146975\n"
"help.text"
msgid "<ahelp hid=\".uno:Intersect\" visibility=\"visible\">Creates a shape from the overlapping area of the selected objects.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".uno:Intersect\" visibility=\"visible\">Napórajo formu z pózakšywajucego wobceŕka wubranych objektow.</ahelp>"
#. 8mBdR
#: bulletandposition.xhp
@@ -7699,7 +7699,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Bullet and Position"
-msgstr ""
+msgstr "Naliceńske znamuško a pozicija"
#. mjHGa
#: bulletandposition.xhp
@@ -7708,7 +7708,7 @@ msgctxt ""
"bm_id121623276174916\n"
"help.text"
msgid "<bookmark_value>bullets;Impress</bookmark_value><bookmark_value>ordered list;Impress</bookmark_value><bookmark_value>unordered list;Impress</bookmark_value><bookmark_value>bullets;Draw</bookmark_value><bookmark_value>ordered list;Draw</bookmark_value><bookmark_value>unordered list;Draw</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>naliceńske znamuška; Impress</bookmark_value><bookmark_value>numerěrowana lisćina; Impress</bookmark_value><bookmark_value>nalicenja; Impress</bookmark_value><bookmark_value>naliceńske znamuška; Draw</bookmark_value><bookmark_value>numerěrowana lisćina; Draw</bookmark_value><bookmark_value>nalicenja; Draw</bookmark_value>"
#. xAFoQ
#: bulletandposition.xhp
@@ -7717,7 +7717,7 @@ msgctxt ""
"hd_id591623253567629\n"
"help.text"
msgid "<link href=\"text/simpress/01/bulletandposition.xhp\">Bullet and Position</link>"
-msgstr ""
+msgstr "<link href=\"text/simpress/01/bulletandposition.xhp\">Naliceńske znamuško a pozicija</link>"
#. phgxq
#: bulletandposition.xhp
@@ -7726,7 +7726,7 @@ msgctxt ""
"par_id371623258309050\n"
"help.text"
msgid "In a selected text, choose <menuitem>Format - Bullets and Numbering</menuitem>."
-msgstr ""
+msgstr "Wubjeŕśo we wubranem teksće <menuitem>Format – Naliceńske znamuška a numerěrowanje…</menuitem>."
#. ysA68
#: bulletandposition.xhp
@@ -7735,7 +7735,7 @@ msgctxt ""
"hd_id401623260265986\n"
"help.text"
msgid "Properties"
-msgstr ""
+msgstr "Kakosći"
#. KEsmt
#: bulletandposition.xhp
@@ -7744,7 +7744,7 @@ msgctxt ""
"hd_id191623260097778\n"
"help.text"
msgid "Type"
-msgstr ""
+msgstr "Typ"
#. LikX8
#: bulletandposition.xhp
@@ -7753,7 +7753,7 @@ msgctxt ""
"par_id291623260116361\n"
"help.text"
msgid "Select the type of list. Unordered with character bullet, unordered with graphics bullet, or ordered with a numbering scheme of your choice."
-msgstr ""
+msgstr "Wubjeŕśo typ lisćiny. Nalicenje z naliceńskim znamuškom, nalicenje z grafiku abo numerěrowana lisćina z numerěrowańskeju šemu pó wašej wólbje."
#. 3862v
#: bulletandposition.xhp
@@ -7762,7 +7762,7 @@ msgctxt ""
"hd_id611623260134513\n"
"help.text"
msgid "Character"
-msgstr ""
+msgstr "Znamuško"
#. AAFD3
#: bulletandposition.xhp
@@ -7771,7 +7771,7 @@ msgctxt ""
"par_id641623260148566\n"
"help.text"
msgid "Select the character for the unordered list."
-msgstr ""
+msgstr "Wubjeŕśo znamuško za nalicenje."
#. FmbAq
#: bulletandposition.xhp
@@ -7780,7 +7780,7 @@ msgctxt ""
"hd_id681623260246435\n"
"help.text"
msgid "Start at"
-msgstr ""
+msgstr "Zachopiś wót"
#. EgRBS
#: bulletandposition.xhp
@@ -7789,7 +7789,7 @@ msgctxt ""
"par_id551623260225990\n"
"help.text"
msgid "For ordered lists, select the value of first item of the list."
-msgstr ""
+msgstr "Wubjeŕśo gódnotu prědnego zapiska lisćiny za numerěrowane lisćiny."
#. CN44e
#: bulletandposition.xhp
@@ -7798,7 +7798,7 @@ msgctxt ""
"hd_id671623259902753\n"
"help.text"
msgid "Color"
-msgstr ""
+msgstr "Barwa"
#. HSGAj
#: bulletandposition.xhp
@@ -7807,7 +7807,7 @@ msgctxt ""
"par_id781623260255715\n"
"help.text"
msgid "Select the color of the list characters for ordered and unordered lists. Color does not apply for lists with graphic bullets."
-msgstr ""
+msgstr "Wubjeŕśo barwu lisćinowych znamuškow za nalicenja a numerěrowane lisćiny. Barwy se na lisćiny z grafikami njenałožuju."
#. XnEwE
#: bulletandposition.xhp
@@ -7816,7 +7816,7 @@ msgctxt ""
"hd_id691623261496489\n"
"help.text"
msgid "Separator"
-msgstr ""
+msgstr "Źěleńske znamuško"
#. ytZGx
#: bulletandposition.xhp
@@ -7825,7 +7825,7 @@ msgctxt ""
"par_id791623261930996\n"
"help.text"
msgid "For ordered lists, set the text to display before and after the numbering scheme."
-msgstr ""
+msgstr "Nastajśo za numerěrowane lisćiny tekst, kótaryž se ma pśed a za numerěrowaneju šemu pokazaś."
#. JojhJ
#: bulletandposition.xhp
@@ -7834,7 +7834,7 @@ msgctxt ""
"hd_id681623261502578\n"
"help.text"
msgid "Before"
-msgstr ""
+msgstr "Pśed"
#. VTjZ9
#: bulletandposition.xhp
@@ -7843,7 +7843,7 @@ msgctxt ""
"par_id641623261927147\n"
"help.text"
msgid "Enter the text to display before the numbering."
-msgstr ""
+msgstr "Zapódajśo tekst, kótaryž se ma pśed numerěrowanim pokazaś."
#. aB6uH
#: bulletandposition.xhp
@@ -7852,7 +7852,7 @@ msgctxt ""
"hd_id331623261507547\n"
"help.text"
msgid "After"
-msgstr ""
+msgstr "Za"
#. 93cte
#: bulletandposition.xhp
@@ -7861,7 +7861,7 @@ msgctxt ""
"par_id391623261922737\n"
"help.text"
msgid "Enter the text to display after the numbering."
-msgstr ""
+msgstr "Zapódajśo tekst, kótaryž se ma za numerěrowanim pokazaś."
#. hUAWj
#: bulletandposition.xhp
@@ -7870,7 +7870,7 @@ msgctxt ""
"hd_id551623260579519\n"
"help.text"
msgid "Size"
-msgstr ""
+msgstr "Wjelikosć"
#. MxDGA
#: bulletandposition.xhp
@@ -7879,7 +7879,7 @@ msgctxt ""
"par_id521623261977095\n"
"help.text"
msgid "Set the size of the character and graphic bullets with respect to the paragraph font size."
-msgstr ""
+msgstr "Nastajśo wjelikosć znamuškowych a grafiskich naliceńskich znamuškow w nastupanju pismowu wjelikosć wótstawka."
#. 2pjgX
#: bulletandposition.xhp
@@ -7888,7 +7888,7 @@ msgctxt ""
"hd_id261623260584277\n"
"help.text"
msgid "Width"
-msgstr ""
+msgstr "Šyrokosć"
#. rKipB
#: bulletandposition.xhp
@@ -7897,7 +7897,7 @@ msgctxt ""
"par_id821623291829425\n"
"help.text"
msgid "Enter the width of the graphic bullet character."
-msgstr ""
+msgstr "Zapódajśo šyrokosć grafiskego naliceńskego znamuška."
#. gCssw
#: bulletandposition.xhp
@@ -7906,7 +7906,7 @@ msgctxt ""
"hd_id531623260588282\n"
"help.text"
msgid "Height"
-msgstr ""
+msgstr "Wusokosć"
#. xa2FN
#: bulletandposition.xhp
@@ -7915,7 +7915,7 @@ msgctxt ""
"par_id321623291834607\n"
"help.text"
msgid "Enter the height of the graphic bullet character."
-msgstr ""
+msgstr "Zapódajśo wusokosć grafiskego naliceńskego znamuška."
#. SjRNb
#: bulletandposition.xhp
@@ -7924,7 +7924,7 @@ msgctxt ""
"hd_id951623260634795\n"
"help.text"
msgid "Keep ratio"
-msgstr ""
+msgstr "Poměr wobchowaś"
#. LQwC8
#: bulletandposition.xhp
@@ -7933,7 +7933,7 @@ msgctxt ""
"par_id261623260666478\n"
"help.text"
msgid "Check this box to preserve the height to width ratio of the graphic bullet."
-msgstr ""
+msgstr "Stajśo kokulku do toś togo kašćika, aby poměr mjazy wusokosću a šyrokosću grafiskego naliceńskego znamuška wobchował."
#. AKwMq
#: bulletandposition.xhp
@@ -7942,7 +7942,7 @@ msgctxt ""
"hd_id181623260599850\n"
"help.text"
msgid "Rel. Size"
-msgstr ""
+msgstr "Rel. wjelikosć"
#. eP9FG
#: bulletandposition.xhp
@@ -7951,7 +7951,7 @@ msgctxt ""
"par_id281623260605208\n"
"help.text"
msgid "For character unordered and ordered lists, set the relative size of the list character. The relative size applies to the <emph>Before</emph> and <emph>After</emph> text as well."
-msgstr ""
+msgstr "Nastajśo za numerěrowane znamuškowe lisćiny a nalicenja relatiwnu wjelikosć lisćinowego znamuška. Relatiwna wjelikosć teke za teksta <emph>Pśed</emph> a <emph>Za</emph> płaśi."
#. CGphX
#: bulletandposition.xhp
@@ -7960,7 +7960,7 @@ msgctxt ""
"hd_id931623261370137\n"
"help.text"
msgid "Position"
-msgstr ""
+msgstr "Pozicija"
#. yiqWW
#: bulletandposition.xhp
@@ -7969,7 +7969,7 @@ msgctxt ""
"hd_id421623262130068\n"
"help.text"
msgid "Indent"
-msgstr ""
+msgstr "Zasunjenje"
#. Bam8q
#: bulletandposition.xhp
@@ -7978,7 +7978,7 @@ msgctxt ""
"par_id6081728\n"
"help.text"
msgid "Enter the distance from the left edge of the containing object to the start of all lines in the list."
-msgstr ""
+msgstr "Zapódajśo wótkłon wót lěweje kšomy wobdawajucego objekta do zachopjeńka wšych smužkow w lisćinje."
#. 37TGG
#: bulletandposition.xhp
@@ -7987,7 +7987,7 @@ msgctxt ""
"hd_id651623262149945\n"
"help.text"
msgid "Width"
-msgstr ""
+msgstr "Šyrokosć"
#. sQ2Ck
#: bulletandposition.xhp
@@ -7996,7 +7996,7 @@ msgctxt ""
"par_id141623291867477\n"
"help.text"
msgid "Enter or select the width of the list element."
-msgstr ""
+msgstr "Zapódajśo šyrokosć lisćinowego elementa abo wubjeŕśo ju."
#. DotNG
#: bulletandposition.xhp
@@ -8005,7 +8005,7 @@ msgctxt ""
"par_id221623265073936\n"
"help.text"
msgid "The combined total length of <emph>Before</emph>, <emph>After</emph> and the numbering characters may override the width setting."
-msgstr ""
+msgstr "Zgromadna cełkowna dłujkosć tekstow <emph>Pśed</emph>, <emph>Za</emph> a numerěrowańskich znamuškow móžo nastajenje za šyrokosć pśepisaś."
#. pnNqC
#: bulletandposition.xhp
@@ -8014,7 +8014,7 @@ msgctxt ""
"hd_id291623263843749\n"
"help.text"
msgid "Relative"
-msgstr ""
+msgstr "Relatiwny"
#. oHCPh
#: bulletandposition.xhp
@@ -8023,7 +8023,7 @@ msgctxt ""
"par_id561623268136625\n"
"help.text"
msgid "Relative to the upper list level. The entered value is added to that of this field in the level before. If “Indent: 20mm” on list level 1 and “Indent: 10mm Relative” on list level 2 will result in an effective indent of 30mm for level 2."
-msgstr ""
+msgstr "Relatiwnje k nadrědowanej lisćinowej rowninje. Zapódana gódnota w pjerwjejšnej rowninje se k tej w toś tom pólu aděrujo. Gaž „Zasunjenje: 20 mm“ na lisćinowej rowninje 1 a „Zasunjenje: 10 mm relatiwne“ na lisćinowej rowninje 2, wunjaso to efektiwne zasunjenje 30 mm za rowninu 2."
#. VAwoR
#: bulletandposition.xhp
@@ -8032,7 +8032,7 @@ msgctxt ""
"hd_id261623263839244\n"
"help.text"
msgid "Alignment"
-msgstr ""
+msgstr "Wusměrjenje"
#. FFN3B
#: bulletandposition.xhp
@@ -8041,7 +8041,7 @@ msgctxt ""
"par_id361623265059971\n"
"help.text"
msgid "Select the alignment of the ordered list numbering contents inside the list <emph>Width</emph> setting."
-msgstr ""
+msgstr "Wubjeŕśo wusměrjenje wopśimjeśa numerěrowanja numerěrowaneje lisćiny w lisćinowem nastajenju <emph>Šyrokosć</emph>."
#. tRzbn
#: bulletandposition.xhp
@@ -8050,7 +8050,7 @@ msgctxt ""
"hd_id871623265256880\n"
"help.text"
msgid "Scope"
-msgstr ""
+msgstr "Wobceŕk płaśiwosći"
#. YcbZA
#: bulletandposition.xhp
@@ -8059,7 +8059,7 @@ msgctxt ""
"hd_id41623265263152\n"
"help.text"
msgid "<switchinline select=\"appl\"><caseinline select=\"IMPRESS\">Slide</caseinline><defaultinline>Page</defaultinline></switchinline>"
-msgstr ""
+msgstr "<switchinline select=\"appl\"><caseinline select=\"IMPRESS\">Folija</caseinline><defaultinline>Bok</defaultinline></switchinline>"
#. BktFm
#: bulletandposition.xhp
@@ -8068,7 +8068,7 @@ msgctxt ""
"par_id31623272228782\n"
"help.text"
msgid "Applies the modification to the whole <switchinline select=\"appl\"><caseinline select=\"IMPRESS\">slide</caseinline><defaultinline>page</defaultinline></switchinline>."
-msgstr ""
+msgstr "Nałožujo změnu na <switchinline select=\"appl\"><caseinline select=\"IMPRESS\">cełu foliju</caseinline><defaultinline>ceły bok</defaultinline></switchinline>."
#. uzPBx
#: bulletandposition.xhp
@@ -8077,7 +8077,7 @@ msgctxt ""
"hd_id351623265267695\n"
"help.text"
msgid "Selection"
-msgstr ""
+msgstr "Wuběrk"
#. mLzWE
#: bulletandposition.xhp
@@ -8086,7 +8086,7 @@ msgctxt ""
"par_id821623272290885\n"
"help.text"
msgid "Applies the modification to the selection."
-msgstr ""
+msgstr "Nałožujo změnu na wuběrk."
#. PSDGB
#: bulletandposition.xhp
@@ -8095,7 +8095,7 @@ msgctxt ""
"hd_id141623265272187\n"
"help.text"
msgid "Apply to Master"
-msgstr ""
+msgstr "Na folijowu pśedłogu nałožyś"
#. DTCfC
#: bulletandposition.xhp
@@ -8104,7 +8104,7 @@ msgctxt ""
"par_id31623272423870\n"
"help.text"
msgid "Click to apply the modification to all <switchinline select=\"appl\"><caseinline select=\"IMPRESS\">slides</caseinline><defaultinline>pages</defaultinline></switchinline> that use the current master <switchinline select=\"appl\"><caseinline select=\"IMPRESS\">slide</caseinline><defaultinline>page</defaultinline></switchinline>."
-msgstr ""
+msgstr "Klikniśo, aby změnu na wšykne <switchinline select=\"appl\"><caseinline select=\"IMPRESS\">folije</caseinline><defaultinline>boki</defaultinline></switchinline> nałožył, kótarež aktualnu <switchinline select=\"appl\"><caseinline select=\"IMPRESS\">folijowu pśedłogu</caseinline><defaultinline>pśedłogu boka</defaultinline></switchinline> wužywaju."
#. 5H8sr
#: effectoptions.xhp
@@ -8113,7 +8113,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Effect Options"
-msgstr ""
+msgstr "Efektowe nastajenja"
#. R5LZA
#: effectoptions.xhp
@@ -8122,7 +8122,7 @@ msgctxt ""
"par_idN10547\n"
"help.text"
msgid "Effect Options"
-msgstr ""
+msgstr "Efektowe nastajenja"
#. ktDBA
#: effectoptions.xhp
@@ -8131,7 +8131,7 @@ msgctxt ""
"par_idN1055D\n"
"help.text"
msgid "<ahelp hid=\".\">Specifies additional properties for the selected element in the <link href=\"text/simpress/01/06060000.xhp\">Custom Animations</link> pane.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Pódawa pśidatne kakosći za wubrany element we wobceŕku <link href=\"text/simpress/01/06060000.xhp\">Swójske animacije</link>.</ahelp>"
#. YqxSR
#: effectoptions.xhp
@@ -8140,7 +8140,7 @@ msgctxt ""
"par_idN105BB\n"
"help.text"
msgid "Assign an effect to an object, then click the <emph>Options</emph> button to open the Effect Options dialog."
-msgstr ""
+msgstr "Pśipokažćo objektoju efekt a klikniśo pón na tłocašk <emph>Nastajenja</emph>, aby dialog Efektowe nastajenja wócynił."
#. DFH2e
#: effectoptions.xhp
@@ -8149,7 +8149,7 @@ msgctxt ""
"par_idN1056E\n"
"help.text"
msgid "The dialog contains the following tab pages:"
-msgstr ""
+msgstr "Dialog slědujuce rejtariki wopśimujo:"
#. WDEqw
#: effectoptionseffect.xhp
@@ -8158,7 +8158,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Effect"
-msgstr ""
+msgstr "Efekt"
#. obXSE
#: effectoptionseffect.xhp
@@ -8167,7 +8167,7 @@ msgctxt ""
"par_idN10682\n"
"help.text"
msgid "<variable id=\"effect\"><link href=\"text/simpress/01/effectoptionseffect.xhp\">Effect</link></variable>"
-msgstr ""
+msgstr "<variable id=\"effect\"><link href=\"text/simpress/01/effectoptionseffect.xhp\">Efekt</link></variable>"
#. GANAz
#: effectoptionseffect.xhp
@@ -8176,7 +8176,7 @@ msgctxt ""
"par_idN106A0\n"
"help.text"
msgid "Specifies the settings and enhancements for the current effect in the <link href=\"text/simpress/01/effectoptions.xhp\">Effect Options</link> dialog."
-msgstr ""
+msgstr "Pódawa nastajenja a pólěpšenja za aktualny efekt w dialogu <link href=\"text/simpress/01/effectoptions.xhp\">Efektowe nastajenja</link>."
#. FC3gm
#: effectoptionseffect.xhp
@@ -8185,7 +8185,7 @@ msgctxt ""
"par_idN106B1\n"
"help.text"
msgid "Settings"
-msgstr ""
+msgstr "Nastajenja"
#. aKMhd
#: effectoptionseffect.xhp
@@ -8194,7 +8194,7 @@ msgctxt ""
"par_idN106B5\n"
"help.text"
msgid "For some effects, the settings can be specified on the <emph>Effect</emph> tab page."
-msgstr ""
+msgstr "Za někotare efekty daju se nastajenja na rejtariku <emph>Efekt</emph> póstajiś."
#. yoQxU
#: effectoptionseffect.xhp
@@ -8203,7 +8203,7 @@ msgctxt ""
"hd_id950041\n"
"help.text"
msgid "Direction"
-msgstr ""
+msgstr "Směr"
#. AQrWA
#: effectoptionseffect.xhp
@@ -8212,7 +8212,7 @@ msgctxt ""
"par_id2195196\n"
"help.text"
msgid "<ahelp hid=\"SD_HID_SD_CUSTOMANIMATIONPANE_PRESETPROPERTYBOX\">Specifies the direction for the effect.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"SD_HID_SD_CUSTOMANIMATIONPANE_PRESETPROPERTYBOX\">Pódawa směr za efekt.</ahelp>"
#. nGqPz
#: effectoptionseffect.xhp
@@ -8221,7 +8221,7 @@ msgctxt ""
"hd_id8484756\n"
"help.text"
msgid "Accelerated start"
-msgstr ""
+msgstr "Póspěšony start"
#. RAAta
#: effectoptionseffect.xhp
@@ -8230,7 +8230,7 @@ msgctxt ""
"par_id5049287\n"
"help.text"
msgid "<ahelp hid=\".\">Enable this option to assign a gradually increasing speed to the start of the effect.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Zmóžniśo toś to nastajenje, aby zachojeńkoju efekta póněcom pśiběrajucu malsnosć pśipokazał.</ahelp>"
#. CAWaU
#: effectoptionseffect.xhp
@@ -8239,7 +8239,7 @@ msgctxt ""
"hd_id7056794\n"
"help.text"
msgid "Decelerated end"
-msgstr ""
+msgstr "Spomałšony kóńc"
#. xirAs
#: effectoptionseffect.xhp
@@ -8248,7 +8248,7 @@ msgctxt ""
"par_id1145359\n"
"help.text"
msgid "<ahelp hid=\".\">Enable this option to assign a gradually decreasing speed to the end of the effect.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Zmóžniśo toś to nastajenje, aby kóńcoju efekta póněcom pśiběrajucu malsnosć pśipokazał.</ahelp>"
#. RDVCn
#: effectoptionseffect.xhp
@@ -8257,7 +8257,7 @@ msgctxt ""
"par_idN10707\n"
"help.text"
msgid "Enhancements"
-msgstr ""
+msgstr "Pólěpšenja"
#. T6vwo
#: effectoptionseffect.xhp
@@ -8266,7 +8266,7 @@ msgctxt ""
"par_idN1070B\n"
"help.text"
msgid "Specifies the enhancements for the current effect."
-msgstr ""
+msgstr "Pódawa pólěpšenja za aktualny efekt."
#. gAWDq
#: effectoptionseffect.xhp
@@ -8275,7 +8275,7 @@ msgctxt ""
"par_idN1070E\n"
"help.text"
msgid "Sound"
-msgstr ""
+msgstr "Zuk"
#. F6Aqc
#: effectoptionseffect.xhp
@@ -8284,7 +8284,7 @@ msgctxt ""
"par_idN10712\n"
"help.text"
msgid "<ahelp hid=\"modules/simpress/ui/customanimationeffecttab/sound_list\">Select a sound from the Gallery or select one of the special entries.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"modules/simpress/ui/customanimationeffecttab/sound_list\">Wubjeŕśo zuk z galerije abo wubjeŕśo jaden z specialnych zapiskow.</ahelp>"
#. FFkgd
#: effectoptionseffect.xhp
@@ -8293,7 +8293,7 @@ msgctxt ""
"par_idN10718\n"
"help.text"
msgid "<emph>No sound</emph> - no sound is played during animation of the effect."
-msgstr ""
+msgstr "<emph>Žeden zuk</emph> – w běgu animacije efekta se zuk njewótgrawa."
#. VJ4Tm
#: effectoptionseffect.xhp
@@ -8302,7 +8302,7 @@ msgctxt ""
"par_idN1071F\n"
"help.text"
msgid "<emph>Stop previous sound</emph> - the sound of the previous effect is stopped as soon as the current effect runs."
-msgstr ""
+msgstr "<emph>Pjerwjejšny zuk zastajiś</emph> – zuk pjerwjejšnego efekta se zastajijo, gaž se aktualny efekt wuwjeźo."
#. jJ95b
#: effectoptionseffect.xhp
@@ -8311,7 +8311,7 @@ msgctxt ""
"par_idN10726\n"
"help.text"
msgid "<emph>Other sound</emph> - displays a file open dialog to select a sound file."
-msgstr ""
+msgstr "<emph>Drugi zuk</emph> – pokazujo datajowy dialog, aby zukowu dataju wubrał."
#. wAevD
#: effectoptionseffect.xhp
@@ -8320,7 +8320,7 @@ msgctxt ""
"par_idN1072C\n"
"help.text"
msgid "Sound button"
-msgstr ""
+msgstr "Tłocašk Zuk"
#. MFuKz
#: effectoptionseffect.xhp
@@ -8329,7 +8329,7 @@ msgctxt ""
"par_idN10730\n"
"help.text"
msgid "<ahelp hid=\".\">Plays the selected sound file.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Wótgrawa wubranu zukowu dataju.</ahelp>"
#. nEh4d
#: effectoptionseffect.xhp
@@ -8338,7 +8338,7 @@ msgctxt ""
"par_idN10733\n"
"help.text"
msgid "After animation"
-msgstr ""
+msgstr "Pó animaciji"
#. FfkGz
#: effectoptionseffect.xhp
@@ -8347,7 +8347,7 @@ msgctxt ""
"par_idN10737\n"
"help.text"
msgid "<ahelp hid=\"modules/simpress/ui/customanimationeffecttab/aeffect_list\">Select a color to be shown after the animation ends, or select another after-effect from the list</ahelp>:"
-msgstr ""
+msgstr "<ahelp hid=\"modules/simpress/ui/customanimationeffecttab/aeffect_list\">Wubjeŕśo barwu, kótaraž se ma pokazaś, gaž se animacija kóńcy abo wubjeŕśo drugi naslědny efekt z lisćiny.</ahelp>:"
#. PNjG3
#: effectoptionseffect.xhp
@@ -8356,7 +8356,7 @@ msgctxt ""
"par_idN10752\n"
"help.text"
msgid "<emph>Dim with color</emph> - after the animation a dim color fills the shape."
-msgstr ""
+msgstr "<emph>Z barwu wósłabiś</emph> – pó animaciji wosłabjajuca barwa formu połni."
#. mHGib
#: effectoptionseffect.xhp
@@ -8365,7 +8365,7 @@ msgctxt ""
"par_idN1073D\n"
"help.text"
msgid "<emph>Don't dim</emph> - no after-effect runs."
-msgstr ""
+msgstr "<emph>Njewósłabiś</emph> – naslědny efekt se njewuwjeźo."
#. fxFsN
#: effectoptionseffect.xhp
@@ -8374,7 +8374,7 @@ msgctxt ""
"par_idN10744\n"
"help.text"
msgid "<emph>Hide after animation</emph> - hides the shape after the animation ends."
-msgstr ""
+msgstr "<emph>Pó animaciji schowaś</emph> – chowa formu pó kóńcu animacije."
#. a6CHA
#: effectoptionseffect.xhp
@@ -8383,7 +8383,7 @@ msgctxt ""
"par_idN1074B\n"
"help.text"
msgid "<emph>Hide on next animation</emph> - hides the shape on the next animation."
-msgstr ""
+msgstr "<emph>Pśi pśiducej animaciji schowaś</emph> – chowa formu pśi pśiducej animaciji."
#. gE6Vp
#: effectoptionseffect.xhp
@@ -8392,7 +8392,7 @@ msgctxt ""
"par_idN10865\n"
"help.text"
msgid "Dim color"
-msgstr ""
+msgstr "Wósłabjajuca barwa"
#. qM6b3
#: effectoptionseffect.xhp
@@ -8401,7 +8401,7 @@ msgctxt ""
"par_idN1087B\n"
"help.text"
msgid "<ahelp hid=\"modules/simpress/ui/customanimationeffecttab/dim_color_list\">Select the dim color.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"modules/simpress/ui/customanimationeffecttab/dim_color_list\">Wubjeŕśo wósłabjajucu barwu.</ahelp>"
#. CND2D
#: effectoptionseffect.xhp
@@ -8410,7 +8410,7 @@ msgctxt ""
"par_idN10758\n"
"help.text"
msgid "Text animation"
-msgstr ""
+msgstr "Tekstowa animacija"
#. pg7L2
#: effectoptionseffect.xhp
@@ -8419,7 +8419,7 @@ msgctxt ""
"par_idN1075C\n"
"help.text"
msgid "<ahelp hid=\"modules/simpress/ui/customanimationeffecttab/text_animation_list\">Select the animation mode for the text of the current shape</ahelp>:"
-msgstr ""
+msgstr "<ahelp hid=\"modules/simpress/ui/customanimationeffecttab/text_animation_list\">Wubjeŕśo animaciski modus za tekst aktualneje formy</ahelp>:"
#. ZpbAD
#: effectoptionseffect.xhp
@@ -8428,7 +8428,7 @@ msgctxt ""
"par_idN10762\n"
"help.text"
msgid "<emph>All at once</emph> - animates the text all at once."
-msgstr ""
+msgstr "<emph>Wšykne naraz</emph> – animěrujo cełkowny tekst naraz."
#. 4tnUw
#: effectoptionseffect.xhp
@@ -8437,7 +8437,7 @@ msgctxt ""
"par_idN10769\n"
"help.text"
msgid "<emph>Word by word</emph> - animates the text word by word."
-msgstr ""
+msgstr "<emph>Słowo pó słowje</emph> – animěrujo tekst słowo pó słowje."
#. D46pq
#: effectoptionseffect.xhp
@@ -8446,7 +8446,7 @@ msgctxt ""
"par_idN10770\n"
"help.text"
msgid "<emph>Letter by letter</emph> - animates the text letter by letter."
-msgstr ""
+msgstr "<emph>Pismik pó pismiku</emph> – animěrujo tekst pismik pó pismiku."
#. gbZnt
#: effectoptionseffect.xhp
@@ -8455,7 +8455,7 @@ msgctxt ""
"par_idN10776\n"
"help.text"
msgid "Delay between characters"
-msgstr ""
+msgstr "Wokomuźenje mjazy znamuškami"
#. m7aD9
#: effectoptionseffect.xhp
@@ -8464,7 +8464,7 @@ msgctxt ""
"par_idN1077A\n"
"help.text"
msgid "<ahelp hid=\"modules/simpress/ui/customanimationeffecttab/text_delay\">Specifies the percentage of delay between animations of words or letters.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"modules/simpress/ui/customanimationeffecttab/text_delay\">Pódawa procentowu sajźbu wokomuźenja mjazy animacijami słowow abo pismikow.</ahelp>"
#. CGmcC
#: effectoptionstext.xhp
@@ -8473,7 +8473,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Text Animation"
-msgstr ""
+msgstr "Tekstowa animacija"
#. Kq4pH
#: effectoptionstext.xhp
@@ -8482,7 +8482,7 @@ msgctxt ""
"par_idN105AE\n"
"help.text"
msgid "<variable id=\"text\"><link href=\"text/simpress/01/effectoptionstext.xhp\">Text Animation</link></variable>"
-msgstr ""
+msgstr "<variable id=\"text\"><link href=\"text/simpress/01/effectoptionstext.xhp\">Tekstowa animacija</link></variable>"
#. 2fHBa
#: effectoptionstext.xhp
@@ -8491,7 +8491,7 @@ msgctxt ""
"par_idN105CC\n"
"help.text"
msgid "Specifies the text animation settings for the current effect in the <link href=\"text/simpress/01/effectoptions.xhp\">Effect Options</link> dialog."
-msgstr ""
+msgstr "Pódawa nastajenja tekstoweje animacije za aktualny efekt w dialogu <link href=\"text/simpress/01/effectoptions.xhp\">Efektowe nastajenja</link>."
#. 4spzg
#: effectoptionstext.xhp
@@ -8500,7 +8500,7 @@ msgctxt ""
"par_idN105DD\n"
"help.text"
msgid "Group text"
-msgstr ""
+msgstr "Tekst zrědowaś"
#. v8yBa
#: effectoptionstext.xhp
@@ -8509,7 +8509,7 @@ msgctxt ""
"par_idN105E1\n"
"help.text"
msgid "<ahelp hid=\"modules/simpress/ui/customanimationtexttab/group_text_list\">Specifies how multiple paragraphs are animated</ahelp>:"
-msgstr ""
+msgstr "<ahelp hid=\"modules/simpress/ui/customanimationtexttab/group_text_list\">Pódawa, kak se maju někotare wótstawki animěrowaś</ahelp>:"
#. kZkbo
#: effectoptionstext.xhp
@@ -8518,7 +8518,7 @@ msgctxt ""
"par_idN105E7\n"
"help.text"
msgid "<emph>As one object</emph> - all paragraphs are animated as one object."
-msgstr ""
+msgstr "<emph>Ako jaden objekt</emph> – wšykne wótstawki se ako jaden objekt animěruju."
#. iFEvf
#: effectoptionstext.xhp
@@ -8527,7 +8527,7 @@ msgctxt ""
"par_idN105EE\n"
"help.text"
msgid "<emph>All paragraphs at once</emph> - all paragraphs are animated at once, but can have different effects."
-msgstr ""
+msgstr "<emph>Wšykne wótstawki naraz</emph> – wšykne wótstawki se naraz animěruju, ale mógu rozdźělne efekty měś."
#. 2hzWg
#: effectoptionstext.xhp
@@ -8536,7 +8536,7 @@ msgctxt ""
"par_idN105F5\n"
"help.text"
msgid "<emph>By 1st level paragraphs</emph> - the first level paragraphs, including sub-level paragraphs, are animated one after another."
-msgstr ""
+msgstr "<emph>Pó 1. wótrězkowej rowninje</emph> – wótstawki prědneje rowniny, mjazy nimi wótstawki pódrowniny, se jaden pó drugem animěruju."
#. ynaES
#: effectoptionstext.xhp
@@ -8545,7 +8545,7 @@ msgctxt ""
"par_idN105FB\n"
"help.text"
msgid "Automatically after"
-msgstr ""
+msgstr "Awtomatiski pó"
#. JCFgB
#: effectoptionstext.xhp
@@ -8554,7 +8554,7 @@ msgctxt ""
"par_idN105FF\n"
"help.text"
msgid "<ahelp hid=\"modules/simpress/ui/customanimationtexttab/auto_after\">If \"Group text - By 1st level paragraphs\" is selected, the paragraphs are animated one after the other.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"modules/simpress/ui/customanimationtexttab/auto_after\">Jolic „Tekst zrědowaś – Pó 1. wótrězkowej rowninje“ jo wubrane, se wótstawki jaden pó drugem animěruju.</ahelp>"
#. UEFbz
#: effectoptionstext.xhp
@@ -8563,7 +8563,7 @@ msgctxt ""
"par_idN1067F\n"
"help.text"
msgid "<ahelp hid=\"modules/simpress/ui/customanimationtexttab/auto_after_value\">Enter an additional delay in seconds to animate subsequent paragraphs.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"modules/simpress/ui/customanimationtexttab/auto_after_value\">Zapódajśo pśidatne wokomuźenje w sekundach, aby jaden pó drugem slědujuce wótstawki animěrował.</ahelp>"
#. UzHBn
#: effectoptionstext.xhp
@@ -8572,7 +8572,7 @@ msgctxt ""
"par_idN10602\n"
"help.text"
msgid "Animate attached shape"
-msgstr ""
+msgstr "Pśipowjesonu formu animěrowaś"
#. yjFnK
#: effectoptionstext.xhp
@@ -8581,7 +8581,7 @@ msgctxt ""
"par_idN10606\n"
"help.text"
msgid "<ahelp hid=\"modules/simpress/ui/customanimationtexttab/animate_shape\">Deselect this box to animate only the text, not the shape.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"modules/simpress/ui/customanimationtexttab/animate_shape\">Znjemóžniśo toś to pólo, aby jano tekst animěrował, nic tekst.</ahelp>"
#. e6SkU
#: effectoptionstext.xhp
@@ -8590,7 +8590,7 @@ msgctxt ""
"par_idN10609\n"
"help.text"
msgid "In reverse order"
-msgstr ""
+msgstr "W nawopacnem pórěźe"
#. UNVhw
#: effectoptionstext.xhp
@@ -8599,7 +8599,7 @@ msgctxt ""
"par_idN1060D\n"
"help.text"
msgid "<ahelp hid=\"modules/simpress/ui/customanimationtexttab/reverse_order\">Animates the paragraphs in reverse order.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"modules/simpress/ui/customanimationtexttab/reverse_order\">Animěrujo wótstawki w nawopacnem pórěźe.</ahelp>"
#. xysAz
#: effectoptionstiming.xhp
@@ -8608,7 +8608,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Timing"
-msgstr ""
+msgstr "Casměrjenje"
#. C6CTx
#: effectoptionstiming.xhp
@@ -8617,7 +8617,7 @@ msgctxt ""
"par_idN10544\n"
"help.text"
msgid "<variable id=\"timing\"><link href=\"text/simpress/01/effectoptionstiming.xhp\">Timing</link></variable>"
-msgstr ""
+msgstr "<variable id=\"timing\"><link href=\"text/simpress/01/effectoptionstiming.xhp\">Casměrjenje</link></variable>"
#. FBL2g
#: effectoptionstiming.xhp
@@ -8626,7 +8626,7 @@ msgctxt ""
"par_idN10562\n"
"help.text"
msgid "Specifies the timing for the current effect in the <link href=\"text/simpress/01/effectoptions.xhp\">Effect Options</link> dialog."
-msgstr ""
+msgstr "Pódawa casměrjenje za aktualny efekt w dialogu <link href=\"text/simpress/01/effectoptions.xhp\">Efektowe nastajenja</link>."
#. Vm5CU
#: effectoptionstiming.xhp
@@ -8635,7 +8635,7 @@ msgctxt ""
"par_idN1057D\n"
"help.text"
msgid "Start"
-msgstr ""
+msgstr "Startowaś"
#. xFEBB
#: effectoptionstiming.xhp
@@ -8644,7 +8644,7 @@ msgctxt ""
"par_idN1066F\n"
"help.text"
msgid "<ahelp hid=\"modules/simpress/ui/customanimationtimingtab/start_list\">Displays the start property of the selected animation effect.</ahelp> The following start properties are available:"
-msgstr ""
+msgstr "<ahelp hid=\"modules/simpress/ui/customanimationtimingtab/start_list\">Pokazujo startowu kakosć wubranego animaciskego efekta.</ahelp> Slědujuce startowe kakosći su k dispoziciji:"
#. NCFZF
#: effectoptionstiming.xhp
@@ -8653,7 +8653,7 @@ msgctxt ""
"par_idN10675\n"
"help.text"
msgid "<emph>On click</emph> - the animation stops at this effect until the next mouse click."
-msgstr ""
+msgstr "<emph>Pśi kliknjenju</emph> – animacija pla toś togo efekta do pśiducego kliknjenja z myšku zastawa."
#. sDpZg
#: effectoptionstiming.xhp
@@ -8662,7 +8662,7 @@ msgctxt ""
"par_idN1067C\n"
"help.text"
msgid "<emph>With previous</emph> - the animation runs immediately."
-msgstr ""
+msgstr "<emph>Z pjerwjejšneju</emph> – animacija se ned wótgrawa."
#. gCBh4
#: effectoptionstiming.xhp
@@ -8671,7 +8671,7 @@ msgctxt ""
"par_idN10683\n"
"help.text"
msgid "<emph>After previous</emph> - the animation runs as soon as the previous animation ends."
-msgstr ""
+msgstr "<emph>Pó pjerwjejšnej</emph> – animacija se wóthrawa, gaž se pjerwjejšna animacija kóńcy."
#. ihha9
#: effectoptionstiming.xhp
@@ -8680,7 +8680,7 @@ msgctxt ""
"par_idN10583\n"
"help.text"
msgid "Delay"
-msgstr ""
+msgstr "Wokomuźenje"
#. uvG8f
#: effectoptionstiming.xhp
@@ -8689,7 +8689,7 @@ msgctxt ""
"par_idN10693\n"
"help.text"
msgid "<ahelp hid=\"modules/simpress/ui/customanimationtimingtab/delay_value\">Specifies an additional delay of n seconds until the effect starts.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"modules/simpress/ui/customanimationtimingtab/delay_value\">Pódawa pśidatne wokomuźenje n sekundow, daniž efekt njestartujo.</ahelp>"
#. JnBWW
#: effectoptionstiming.xhp
@@ -8698,7 +8698,7 @@ msgctxt ""
"par_idN10587\n"
"help.text"
msgid "Duration"
-msgstr ""
+msgstr "Cas"
#. G68yF
#: effectoptionstiming.xhp
@@ -8707,7 +8707,7 @@ msgctxt ""
"par_idN106A0\n"
"help.text"
msgid "<ahelp hid=\"modules/simpress/ui/customanimationtimingtab/anim_duration\">Specifies the duration of the effect.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"modules/simpress/ui/customanimationtimingtab/anim_duration\">Pódawa cas efekta.</ahelp>"
#. z5pbS
#: effectoptionstiming.xhp
@@ -8716,7 +8716,7 @@ msgctxt ""
"par_idN1058B\n"
"help.text"
msgid "Repeat"
-msgstr ""
+msgstr "Wóspjetowaś"
#. AQvYt
#: effectoptionstiming.xhp
@@ -8725,7 +8725,7 @@ msgctxt ""
"par_idN106AD\n"
"help.text"
msgid "<ahelp hid=\"modules/simpress/ui/customanimationtimingtab/repeat_list\">Specifies whether and how to repeat the current effect.</ahelp> Enter the number of repeats, or select from the list:"
-msgstr ""
+msgstr "<ahelp hid=\"modules/simpress/ui/customanimationtimingtab/repeat_list\">Pódawa, lěc a kak se ma aktualny efekt wóspjetowaś.</ahelp> Zapódajśo licbu wóspjetowanjow abo wubjeŕśo jadno z lisćiny:"
#. FUkEu
#: effectoptionstiming.xhp
@@ -8734,7 +8734,7 @@ msgctxt ""
"par_idN106B3\n"
"help.text"
msgid "<emph>(none)</emph> - the effect is not repeated."
-msgstr ""
+msgstr "<emph>(žedno)</emph> – efekt se njewóspjetujo."
#. iYJcY
#: effectoptionstiming.xhp
@@ -8743,7 +8743,7 @@ msgctxt ""
"par_idN106BA\n"
"help.text"
msgid "<emph>Until next click</emph> - the animation is repeated until the next mouse click."
-msgstr ""
+msgstr "<emph>Do pśiducego kliknjenja</emph> – animacija se do pśiducego kliknjenja z myšku wóspjetujo."
#. 7W7BZ
#: effectoptionstiming.xhp
@@ -8752,7 +8752,7 @@ msgctxt ""
"par_idN106C1\n"
"help.text"
msgid "<emph>Until end of slide</emph> - the animation repeats as long as the slide is displayed."
-msgstr ""
+msgstr "<emph>Do kóńca folije</emph> – animacija se wóspjetujo, gaž se folija pokazujo."
#. A4Ghu
#: effectoptionstiming.xhp
@@ -8761,7 +8761,7 @@ msgctxt ""
"par_idN1058F\n"
"help.text"
msgid "Rewind when done playing"
-msgstr ""
+msgstr "Pó wótgrawanju pśegraś"
#. GYqRm
#: effectoptionstiming.xhp
@@ -8770,7 +8770,7 @@ msgctxt ""
"par_idN106D1\n"
"help.text"
msgid "<ahelp hid=\"modules/simpress/ui/customanimationtimingtab/rewind\">Specifies whether to let the animated shape return to its starting state after the animation ends.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"modules/simpress/ui/customanimationtimingtab/rewind\">Pódawa, lěc se ma animěrowana forma k swójomu wuchadnemu stawoju wrośiś, za tym až jo so animacija skóńcyła.</ahelp>"
#. aQxyr
#: effectoptionstiming.xhp
@@ -8779,7 +8779,7 @@ msgctxt ""
"par_idN10593\n"
"help.text"
msgid "Animate as part of click sequence"
-msgstr ""
+msgstr "Ako źěl kliknjeńskeje sekwence animěrowaś"
#. GdDyM
#: effectoptionstiming.xhp
@@ -8788,7 +8788,7 @@ msgctxt ""
"par_idN106DE\n"
"help.text"
msgid "<ahelp hid=\"modules/simpress/ui/customanimationtimingtab/rb_click_sequence\">Specifies whether to let the animation start in the normal click sequence.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"modules/simpress/ui/customanimationtimingtab/rb_click_sequence\">Pódawa, lěc se ma animacija w normalnej kliknjeńskej sekwency startowaś.</ahelp>"
#. jiaoo
#: effectoptionstiming.xhp
@@ -8797,7 +8797,7 @@ msgctxt ""
"par_idN10597\n"
"help.text"
msgid "Start effect on click of"
-msgstr ""
+msgstr "Efekt startowaś pśi kliknjenju na"
#. oDq3Y
#: effectoptionstiming.xhp
@@ -8806,7 +8806,7 @@ msgctxt ""
"par_idN106EB\n"
"help.text"
msgid "<ahelp hid=\"modules/simpress/ui/customanimationtimingtab/rb_interactive\">Specifies whether to let the animation start when a specified shape is clicked.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"modules/simpress/ui/customanimationtimingtab/rb_interactive\">Pódawa, lěc se ma animacija startowaś, gaž jo se kliknuło na wěstu formu.</ahelp>"
#. FFtjk
#: effectoptionstiming.xhp
@@ -8815,7 +8815,7 @@ msgctxt ""
"par_idN107C5\n"
"help.text"
msgid "<ahelp hid=\"modules/simpress/ui/customanimationtimingtab/trigger_list\">Select the shape by its name from the list box.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"modules/simpress/ui/customanimationtimingtab/trigger_list\">Wubjeŕśo formu pó jogo mjenju z lisćinowego póla.</ahelp>"
#. VC67q
#: new_slide.xhp
@@ -8824,7 +8824,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "New Slide"
-msgstr ""
+msgstr "Nowa folija"
#. QKGaG
#: new_slide.xhp
@@ -8833,7 +8833,7 @@ msgctxt ""
"bm_id3159155\n"
"help.text"
msgid "<bookmark_value>inserting; slides</bookmark_value><bookmark_value>slides; inserting</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>zasajźiś; folije</bookmark_value><bookmark_value>folije; zasajźiś</bookmark_value>"
#. R7HGY
#: new_slide.xhp
@@ -8842,7 +8842,7 @@ msgctxt ""
"hd_id3159155\n"
"help.text"
msgid "<link href=\"text/simpress/01/new_slide.xhp\">New Slide</link>"
-msgstr ""
+msgstr "<link href=\"text/simpress/01/new_slide.xhp\">Nowa folija</link>"
#. qSLDT
#: new_slide.xhp
@@ -8851,7 +8851,7 @@ msgctxt ""
"par_id3146119\n"
"help.text"
msgid "<variable id=\"seitetext\"><ahelp hid=\".uno:InsertPage\">Inserts a slide after the currently selected slide.</ahelp></variable>"
-msgstr ""
+msgstr "<variable id=\"seitetext\"><ahelp hid=\".uno:InsertPage\">Zasajźujo foliju za tuchylu wubraneju foliju.</ahelp></variable>"
#. WurKv
#: remoteconnections.xhp
@@ -8860,7 +8860,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Impress Remote Connections"
-msgstr ""
+msgstr "Zwiski zdalokawózeńja Impress"
#. abuD8
#: remoteconnections.xhp
@@ -8869,7 +8869,7 @@ msgctxt ""
"bm_id181535058686707\n"
"help.text"
msgid "<bookmark_value>Impress Remote;remote connection dialog</bookmark_value><bookmark_value>presentation;remote control connections</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Zdalokawóźenje Impress; dialog zdalonych zwiskow</bookmark_value><bookmark_value>prezentacija; dialog zdalonych zwiskow</bookmark_value>"
#. HzEfL
#: remoteconnections.xhp
@@ -8878,7 +8878,7 @@ msgctxt ""
"hd_id671535054437336\n"
"help.text"
msgid "<link href=\"text/simpress/01/remoteconnections.xhp\">Remote Connections</link>"
-msgstr ""
+msgstr "<link href=\"text/simpress/01/remoteconnections.xhp\">Zdalone zwiski</link>"
#. qszqz
#: remoteconnections.xhp
@@ -8887,7 +8887,7 @@ msgctxt ""
"par_id371535054437338\n"
"help.text"
msgid "<variable id=\"remotedialog1\"><ahelp hid=\".\">List all <link href=\"text/simpress/guide/impress_remote.xhp\"><emph>Impress Remote</emph></link> available connections.</ahelp></variable>"
-msgstr ""
+msgstr "<variable id=\"remotedialog1\"><ahelp hid=\".\">Nalicćo k dispoziciji stojece zwiski <link href=\"text/simpress/guide/impress_remote.xhp\"><emph>zdalokawóźenja Impress</emph></link>.</ahelp></variable>"
#. xLNXR
#: remoteconnections.xhp
@@ -8896,7 +8896,7 @@ msgctxt ""
"par_id591535055142846\n"
"help.text"
msgid "Initially, mark the <emph>Enable remote control</emph> checkbox in <switchinline select=\"sys\"> <caseinline select=\"MAC\"><emph>%PRODUCTNAME – Preferences</emph></caseinline> <defaultinline><emph>Tools – Options</emph></defaultinline> </switchinline><emph> – %PRODUCTNAME Impress – General</emph>."
-msgstr ""
+msgstr "Markěrujśo nejpjerwjej kontrolny kašćik <emph>Zdalokawóźenje zmóžniś</emph> w <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME – Nastajenja</emph></caseinline><defaultinline><emph>Rědy – Nastajenja</emph></defaultinline></switchinline><emph> – %PRODUCTNAME Impress – Powšykne</emph>."
#. Q329K
#: remoteconnections.xhp
@@ -8905,7 +8905,7 @@ msgctxt ""
"par_id21535055203545\n"
"help.text"
msgid "Select menu <item type=\"menuitem\">Slide Show - Impress Remote</item>."
-msgstr ""
+msgstr "Wubjeŕśo <item type=\"menuitem\">Prezentacija – Zdalokawóźenje Impress zmóžniś</item>."
#. 4FDSC
#: remoteconnections.xhp
@@ -8914,7 +8914,7 @@ msgctxt ""
"hd_id391535056397562\n"
"help.text"
msgid "Remote connection setup"
-msgstr ""
+msgstr "Konfiguracija zwiskow zdalokawóźenja"
#. FrUAb
#: remoteconnections.xhp
@@ -8923,7 +8923,7 @@ msgctxt ""
"par_id61535056384621\n"
"help.text"
msgid "To activate the remote connection:"
-msgstr ""
+msgstr "Aby zwiski zdalokawóźenja aktiwěrował:"
#. ZiSHg
#: remoteconnections.xhp
@@ -8932,7 +8932,7 @@ msgctxt ""
"par_id291535056498637\n"
"help.text"
msgid "Open the <emph>Impress Remote</emph> application in the mobile device."
-msgstr ""
+msgstr "Wócyńśo nałoženje <emph>Zdalokawóźenja Impress</emph> na swójom mobilnem rěźe."
#. ALBCG
#: remoteconnections.xhp
@@ -8941,7 +8941,7 @@ msgctxt ""
"par_id331535056422980\n"
"help.text"
msgid "Open the <emph>Remote Connection</emph> dialog,"
-msgstr ""
+msgstr "Wócyńśo dialog <emph>Zwiski zdalokawóźenja</emph>,"
#. PzHDR
#: remoteconnections.xhp
@@ -8950,7 +8950,7 @@ msgctxt ""
"par_id581535056432208\n"
"help.text"
msgid "Select the device in the list,"
-msgstr ""
+msgstr "Wubjeŕśo rěd w lisćinje,"
#. XAbDh
#: remoteconnections.xhp
@@ -8959,7 +8959,7 @@ msgctxt ""
"par_id271535056452591\n"
"help.text"
msgid "Enter the PIN number displayed by the device and press <emph>Connect</emph> to authorize a connection."
-msgstr ""
+msgstr "Zapódajśo PIN-numer, kótaryž se pśez rěd pokazujo a klikniśo na <emph>Zwězaś</emph>, aby zwisk awtorizěrował."
#. UsXSB
#: remoteconnections.xhp
@@ -8968,7 +8968,7 @@ msgctxt ""
"par_id111535056600848\n"
"help.text"
msgid "The device and the computer are now connected, the current presentation enters in Presentation Mode immediately, controlled by the mobile device."
-msgstr ""
+msgstr "Rěd a licadło se něnto zwězujotej, aktualna prezentacija ned do prezentaciskego modusa pśechada, wóźony wót mobilnego rěda."
#. tX852
#: remoteconnections.xhp
@@ -8977,7 +8977,7 @@ msgctxt ""
"hd_id331535057240065\n"
"help.text"
msgid "To disconnect from a mobile device"
-msgstr ""
+msgstr "Aby zwisk z mobilnym rědom źělił:"
#. LTPcU
#: remoteconnections.xhp
@@ -8986,7 +8986,7 @@ msgctxt ""
"par_id581535056968655\n"
"help.text"
msgid "Open the <emph>Remote Connection</emph> dialog,"
-msgstr ""
+msgstr "Wócyńso dialog <emph>Zwiski zdalokawóźenja</emph>,"
#. Stb7U
#: remoteconnections.xhp
@@ -8995,7 +8995,7 @@ msgctxt ""
"par_id231535057021070\n"
"help.text"
msgid "Select the device in the list,"
-msgstr ""
+msgstr "Wubjeŕśo rěd w lisćinje,"
#. g7ghk
#: remoteconnections.xhp
@@ -9004,7 +9004,7 @@ msgctxt ""
"par_id541535057041285\n"
"help.text"
msgid "Click <emph>Remove Client Authorization</emph>."
-msgstr ""
+msgstr "Klikniśo na <emph>Klientowu awtorizaciju wótwónoźeś</emph>."
#. hTau2
#: slide_properties.xhp
@@ -9013,7 +9013,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Slide Properties"
-msgstr ""
+msgstr "Folijowe kakosći"
#. PGY7f
#: slide_properties.xhp
@@ -9022,7 +9022,7 @@ msgctxt ""
"hd_id3149379\n"
"help.text"
msgid "Slide Properties"
-msgstr ""
+msgstr "Folijowe kakosći"
#. YMWN6
#: slide_properties.xhp
@@ -9031,7 +9031,7 @@ msgctxt ""
"par_id3150717\n"
"help.text"
msgid "<variable id=\"seiteeintext\"><ahelp hid=\".uno:SlideSetup\" visibility=\"visible\">Sets slide orientation, slide margins, background and other layout options.</ahelp></variable>"
-msgstr ""
+msgstr "<variable id=\"seiteeintext\"><ahelp hid=\".uno:SlideSetup\" visibility=\"visible\">Nastaja folijowe wusměrjenje, folijowe kšomy, slězynu a druge wugótowańske nastajenja.</ahelp></variable>"
#. uQ6mh
#: slide_properties.xhp
@@ -9040,7 +9040,7 @@ msgctxt ""
"par_id3145587\n"
"help.text"
msgid "To change the background of all of the slides in the active file, select a background, click <emph>OK</emph> and click <emph>Yes</emph> in the <emph>Page Setup</emph> dialog."
-msgstr ""
+msgstr "Aby slězynu wšych folijow w aktiwnej dataji změnił, wubjeŕśo slězynu, klikniśo na <emph>W pórěźe</emph> a klikniśo na <emph>Jo</emph> w dialogu <emph>Konfiguracija boka</emph>."
#. dEUQv
#: slidesorter.xhp
@@ -9049,7 +9049,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Page/Slide Pane"
-msgstr ""
+msgstr "Wobceŕk boka/folije"
#. 7GBK2
#: slidesorter.xhp
@@ -9058,7 +9058,7 @@ msgctxt ""
"bm_id421668254639793\n"
"help.text"
msgid "<bookmark_value>pane;slides</bookmark_value> <bookmark_value>pane;pages</bookmark_value> <bookmark_value>pages;pane</bookmark_value> <bookmark_value>slides;pane</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>wobceŕk; folije</bookmark_value><bookmark_value>wobceŕk; boki</bookmark_value><bookmark_value>boki; wobceŕk</bookmark_value><bookmark_value>folije; wobceŕk</bookmark_value>"
#. fakgX
#: slidesorter.xhp
@@ -9067,7 +9067,7 @@ msgctxt ""
"par_idN10544\n"
"help.text"
msgid "<link href=\"text/simpress/01/slidesorter.xhp\"><switchinline select=\"appl\"><caseinline select=\"DRAW\">Page Pane</caseinline><defaultinline>Slide Pane</defaultinline></switchinline></link>"
-msgstr ""
+msgstr "<link href=\"text/simpress/01/slidesorter.xhp\"><switchinline select=\"appl\"><caseinline select=\"DRAW\">Wobćeŕk boka</caseinline><defaultinline>Wobceŕk folije</defaultinline></switchinline></link>"
#. 2fL2c
#: slidesorter.xhp
@@ -9076,7 +9076,7 @@ msgctxt ""
"par_idN10554\n"
"help.text"
msgid "<ahelp hid=\".\">Show or hide the <switchinline select=\"appl\"><caseinline select=\"DRAW\">Page Pane</caseinline><defaultinline>Slide Pane</defaultinline></switchinline>.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Pokažćo abo schowajśo <switchinline select=\"appl\"><caseinline select=\"DRAW\">wobceŕk boka</caseinline><defaultinline>wobceŕk folije</defaultinline></switchinline>.</ahelp>"
#. PPvEd
#: slidesorter.xhp
@@ -9085,7 +9085,7 @@ msgctxt ""
"par_id581668255045084\n"
"help.text"
msgid "The default location of the <switchinline select=\"appl\"><caseinline select=\"DRAW\">Page Pane</caseinline><defaultinline>Slide Pane</defaultinline></switchinline> is on the left of the workspace."
-msgstr ""
+msgstr "Standardne městno <switchinline select=\"appl\"><caseinline select=\"DRAW\">wobceŕk boka</caseinline><defaultinline>wobceŕk folije</defaultinline></switchinline> jo nalěwo na źěłowem wobceŕku."
#. yGqyJ
#: slidesorter.xhp
@@ -9094,7 +9094,7 @@ msgctxt ""
"par_id581668255186277\n"
"help.text"
msgid "Choose <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><menuitem>View - Slide pane</menuitem></caseinline><caseinline select=\"DRAW\"><menuitem>View - Page pane</menuitem></caseinline></switchinline>."
-msgstr ""
+msgstr "Wubjeŕśo <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><menuitem>Naglěd – Folijowy wobceŕk</menuitem></caseinline><caseinline select=\"DRAW\"><menuitem>Naglěd – Wobceŕk boka</menuitem></caseinline></switchinline>."
#. Fa2st
#: slidesorter.xhp
@@ -9103,4 +9103,4 @@ msgctxt ""
"par_id941668255967505\n"
"help.text"
msgid "Right-click on a selected thumbnail in the pane to open a context menu with commands."
-msgstr ""
+msgstr "Klikniśo z pšaweju tastu na wubranu miniaturu we wobceŕku, aby kontekstowy meni z pśikazami wócynił."
diff --git a/source/dsb/helpcontent2/source/text/swriter/librelogo.po b/source/dsb/helpcontent2/source/text/swriter/librelogo.po
index b304c08d394..57cb80d73f8 100644
--- a/source/dsb/helpcontent2/source/text/swriter/librelogo.po
+++ b/source/dsb/helpcontent2/source/text/swriter/librelogo.po
@@ -4,7 +4,7 @@ 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: 2022-12-07 19:22+0100\n"
-"PO-Revision-Date: 2022-12-08 18:53+0000\n"
+"PO-Revision-Date: 2023-01-23 11:28+0000\n"
"Last-Translator: Michael Wolf <milupo@sorbzilla.de>\n"
"Language-Team: Lower Sorbian <https://translations.documentfoundation.org/projects/libo_help-master/textswriterlibrelogo/dsb/>\n"
"Language: dsb\n"
@@ -427,7 +427,7 @@ msgctxt ""
"par_630\n"
"help.text"
msgid "There are no extra query functions:"
-msgstr "Njedaju dalšne wótpšašowańske funkcije:"
+msgstr "Njedajo dalšne wótpšašowańske funkcije:"
#. SWbkD
#: LibreLogo.xhp
@@ -436,7 +436,7 @@ msgctxt ""
"par_640\n"
"help.text"
msgid "PRINT FILLCOLOR<br/> p = POSITION<br/> PRINT p<br/> REPEAT 10 [ POSITION ANY POSITION p ]<br/>"
-msgstr "PIŠ POŁNJECABARWA<br/> p = POZICIJA<br/> PIŠ<br/> WÓSPJETUJ 10 POZICIJA NĚKAKI POZICIJA p ]<br/>"
+msgstr "PIŠ POŁNJECABARWA<br/> p = POZICIJA<br/> PIŠ<br/> WÓSPJETUJ 10 [ POZICIJA NĚKAKI POZICIJA p ]<br/>"
#. DPDpi
#: LibreLogo.xhp
diff --git a/source/dsb/sd/messages.po b/source/dsb/sd/messages.po
index 87ac64dbd3a..eb967ebec9c 100644
--- a/source/dsb/sd/messages.po
+++ b/source/dsb/sd/messages.po
@@ -4,7 +4,7 @@ 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: 2022-12-19 15:00+0100\n"
-"PO-Revision-Date: 2023-01-12 12:04+0000\n"
+"PO-Revision-Date: 2023-01-23 11:30+0000\n"
"Last-Translator: Michael Wolf <milupo@sorbzilla.de>\n"
"Language-Team: Lower Sorbian <https://translations.documentfoundation.org/projects/libo_ui-master/sdmessages/dsb/>\n"
"Language: dsb\n"
@@ -3054,7 +3054,7 @@ msgstr ""
#: sd/uiconfig/sdraw/ui/breakdialog.ui:8
msgctxt "breakdialog|BreakDialog"
msgid "Break"
-msgstr "Pśestawka"
+msgstr "Pawza"
#. reFAv
#: sd/uiconfig/sdraw/ui/breakdialog.ui:56
@@ -8524,7 +8524,7 @@ msgstr "Prezentacija se w programowem woknje Impress wuwjeźo."
#: sd/uiconfig/simpress/ui/presentationdialog.ui:448
msgctxt "presentationdialog|auto"
msgid "_Loop and repeat after:"
-msgstr "_Kokula a wópjetowaś pó:"
+msgstr "_Kokula a wóspjetowaś pó:"
#. ewuNo
#: sd/uiconfig/simpress/ui/presentationdialog.ui:460
diff --git a/source/el/cui/messages.po b/source/el/cui/messages.po
index 00542c85451..414174c11b5 100644
--- a/source/el/cui/messages.po
+++ b/source/el/cui/messages.po
@@ -4,7 +4,7 @@ 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: 2023-01-09 11:30+0100\n"
-"PO-Revision-Date: 2022-12-21 15:34+0000\n"
+"PO-Revision-Date: 2023-01-23 11:30+0000\n"
"Last-Translator: Dimitris Spingos <dmtrs32@gmail.com>\n"
"Language-Team: Greek <https://translations.documentfoundation.org/projects/libo_ui-master/cuimessages/el/>\n"
"Language: el\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.12.2\n"
"X-POOTLE-MTIME: 1562571180.000000\n"
#. GyY9M
@@ -9873,7 +9873,7 @@ msgstr "Εισάγετε την κάθετη μετατόπιση της κλί
#: cui/uiconfig/ui/gradientpage.ui:393
msgctxt "gradientpage|borderft"
msgid "_Border:"
-msgstr ""
+msgstr "_Περίγραμμα:"
#. iZbnF
#: cui/uiconfig/ui/gradientpage.ui:427
diff --git a/source/el/helpcontent2/source/text/scalc.po b/source/el/helpcontent2/source/text/scalc.po
index de643372acc..dd453c3a4f7 100644
--- a/source/el/helpcontent2/source/text/scalc.po
+++ b/source/el/helpcontent2/source/text/scalc.po
@@ -4,7 +4,7 @@ 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: 2022-12-07 19:22+0100\n"
-"PO-Revision-Date: 2021-11-18 15:37+0000\n"
+"PO-Revision-Date: 2023-01-23 11:28+0000\n"
"Last-Translator: Dimitris Spingos <dmtrs32@gmail.com>\n"
"Language-Team: Greek <https://translations.documentfoundation.org/projects/libo_help-master/textscalc/el/>\n"
"Language: el\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.12.2\n"
"X-POOTLE-MTIME: 1494564783.000000\n"
#. ZxQeC
@@ -113,7 +113,7 @@ msgctxt ""
"par_id3151112\n"
"help.text"
msgid "<ahelp hid=\".\">These commands apply to the current document, create a document, open an existing document, or close the application.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Αυτές οι εντολές εφαρμόζονται στο τρέχον έγγραφο, δημιουργούν ένα έγγραφο, ανοίγουν ένα υφιστάμενο έγγραφο ή κλείνουν την εφαρμογή.</ahelp>"
#. 6hchv
#: main0102.xhp
@@ -185,7 +185,7 @@ msgctxt ""
"par_id3149456\n"
"help.text"
msgid "<ahelp hid=\".\">This menu contains commands to control the on-screen display of the document, change the user interface and access the sidebar panels.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Αυτό το μενού περιέχει εντολές για τον έλεγχο της εμφάνισης του εγγράφου στην οθόνη, την αλλαγή της διεπαφής χρήστη και την πρόσβαση στα πλαίσια της πλευρικής γραμμής.</ahelp>"
#. X7bcB
#: main0103.xhp
diff --git a/source/el/helpcontent2/source/text/scalc/00.po b/source/el/helpcontent2/source/text/scalc/00.po
index f60f3bf75dc..6d61f880df6 100644
--- a/source/el/helpcontent2/source/text/scalc/00.po
+++ b/source/el/helpcontent2/source/text/scalc/00.po
@@ -4,7 +4,7 @@ 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: 2022-11-22 14:43+0100\n"
-"PO-Revision-Date: 2022-11-14 13:34+0000\n"
+"PO-Revision-Date: 2023-01-23 11:28+0000\n"
"Last-Translator: Dimitris Spingos <dmtrs32@gmail.com>\n"
"Language-Team: Greek <https://translations.documentfoundation.org/projects/libo_help-master/textscalc00/el/>\n"
"Language: el\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.12.2\n"
"X-POOTLE-MTIME: 1555963893.000000\n"
#. E9tti
@@ -275,7 +275,7 @@ msgctxt ""
"par_id3148947\n"
"help.text"
msgid "<variable id=\"rechenleiste\">Choose <emph>View - Formula Bar</emph>.</variable>"
-msgstr ""
+msgstr "<variable id=\"rechenleiste\">Επιλέξτε <emph>Προβολή - Γραμμή τύπων</emph>.</variable>"
#. G6udN
#: 00000403.xhp
@@ -824,7 +824,7 @@ msgctxt ""
"par_idN1077A\n"
"help.text"
msgid "<variable id=\"foste\">Choose <emph>Format - Page Style</emph>.</variable>"
-msgstr ""
+msgstr "<variable id=\"foste\">Επιλέξτε <emph>Μορφή - Τεχνοτροπία σελίδας</emph>.</variable>"
#. ds3hg
#: 00000405.xhp
@@ -833,7 +833,7 @@ msgctxt ""
"par_id3155508\n"
"help.text"
msgid "<variable id=\"fostel\">Choose <emph>Format - Page Style - Sheet</emph> tab.</variable>"
-msgstr ""
+msgstr "<variable id=\"fostel\">Επιλέξτε την καρτέλα <emph>Μορφή - Τεχνοτροπία σελίδας - Φύλλο</emph>.</variable>."
#. CqGPT
#: 00000405.xhp
diff --git a/source/el/helpcontent2/source/text/scalc/01.po b/source/el/helpcontent2/source/text/scalc/01.po
index e26f7555c02..e96abc42660 100644
--- a/source/el/helpcontent2/source/text/scalc/01.po
+++ b/source/el/helpcontent2/source/text/scalc/01.po
@@ -4,8 +4,8 @@ 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: 2022-12-08 19:46+0100\n"
-"PO-Revision-Date: 2022-11-15 14:11+0000\n"
-"Last-Translator: serval2412 <serval2412@yahoo.fr>\n"
+"PO-Revision-Date: 2023-01-23 11:27+0000\n"
+"Last-Translator: Dimitris Spingos <dmtrs32@gmail.com>\n"
"Language-Team: Greek <https://translations.documentfoundation.org/projects/libo_help-master/textscalc01/el/>\n"
"Language: el\n"
"MIME-Version: 1.0\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.12.2\n"
"X-Project-Style: openoffice\n"
"X-POOTLE-MTIME: 1562059311.000000\n"
@@ -2076,7 +2076,7 @@ msgctxt ""
"par_id2308201415431822157\n"
"help.text"
msgid "<ahelp hid=\".\">Round the number to a given number of <emph>Decimal Places</emph>.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Στρογγυλοποιήστε τον αριθμό σε έναν δεδομένο αριθμό <emph>δεκαδικών θέσεων</emph>.</ahelp>"
#. Wj97D
#: 02140700.xhp
@@ -14154,7 +14154,7 @@ msgctxt ""
"par_id8347422\n"
"help.text"
msgid "SUMIF supports the reference concatenation operator (~) only in the Range parameter, and only if the optional SumRange parameter is not given."
-msgstr ""
+msgstr "Το SUMIF υποστηρίζει τον τελεστή συνένωσης αναφοράς (~) μόνο στην παράμετρο περιοχής και μόνο εάν δεν δίνεται η προαιρετική παράμετρος SumRange."
#. uazzL
#: 04060106.xhp
@@ -15612,7 +15612,7 @@ msgctxt ""
"hd_id651668200191409\n"
"help.text"
msgid "Implicit intersection of array formulas"
-msgstr ""
+msgstr "Έμμεση διασταύρωση τύπων πίνακα"
#. M2BM4
#: 04060107.xhp
@@ -15621,7 +15621,7 @@ msgctxt ""
"par_id3152876\n"
"help.text"
msgid "You can also create a \"normal\" formula in which the reference range, such as parameters, indicate an array formula. This formula is also known as \"implicit intersection\" of array formula. The result is obtained from the intersection of the reference range and the rows or columns in which the formula is found. If there is no intersection or if the range at the intersection covers several rows or columns, a #VALUE! error message appears. The following example illustrates this concept:"
-msgstr ""
+msgstr "Μπορείτε επίσης να δημιουργήσετε έναν \"κανονικό\" τύπο στον οποίο το εύρος αναφοράς, όπως οι παράμετροι, υποδεικνύει έναν τύπο πίνακα. Αυτός ο τύπος είναι επίσης γνωστός ως \"έμμεση διασταύρωση\" του τύπου πίνακα. Το αποτέλεσμα προκύπτει από την διασταύρωση του εύρους αναφοράς και των γραμμών ή στηλών στις οποίες βρίσκεται ο τύπος. Εάν δεν υπάρχει διασταύρωση ή εάν το εύρος στη διασταύρωση καλύπτει πολλές σειρές ή στήλες, εμφανίζεται ένα μήνυμα σφάλματος #ΤΙΜΗ!. Το ακόλουθο παράδειγμα επεξηγεί αυτήν την έννοια:"
#. Et4mZ
#: 04060107.xhp
@@ -15630,7 +15630,7 @@ msgctxt ""
"par_id631668200233375\n"
"help.text"
msgid "In the table above, place the array formula in D1:"
-msgstr ""
+msgstr "Στον παραπάνω πίνακα, τοποθετήστε τον τύπο πίνακα στο D1:"
#. Fb5iF
#: 04060107.xhp
@@ -15639,7 +15639,7 @@ msgctxt ""
"par_id641668200266239\n"
"help.text"
msgid "Cells D1, D2, D3 have values 107, 195, 105 respectively."
-msgstr ""
+msgstr "Τα κελιά D1, D2, D3 έχουν τιμές 107, 195, 105 αντίστοιχα."
#. EpsqN
#: 04060107.xhp
@@ -15648,7 +15648,7 @@ msgctxt ""
"par_id231668200272420\n"
"help.text"
msgid "Insert the formula below in E2, do not enter as array formula."
-msgstr ""
+msgstr "Εισαγάγετε τον παρακάτω τύπο στο Ε2, μην τον εισαγάγετε ως τύπο πίνακα."
#. PhpAa
#: 04060107.xhp
@@ -15657,7 +15657,7 @@ msgctxt ""
"par_id681668200283910\n"
"help.text"
msgid "Cells E1 and E3 are empty, Cell E2 has value 195. This is the implicit intersection of array formulas."
-msgstr ""
+msgstr "Τα κελιά E1 και E3 είναι κενά, το κελί E2 έχει τιμή 195. Αυτή είναι η έμμεση διασταύρωση των τύπων πίνακα."
#. KdBwt
#: 04060107.xhp
@@ -15666,7 +15666,7 @@ msgctxt ""
"par_id161668200288651\n"
"help.text"
msgid "Insert formula below in E4, as in E2."
-msgstr ""
+msgstr "Εισαγάγετε τον παρακάτω τύπο στο Ε4, όπως στο Ε2."
#. G8xZf
#: 04060107.xhp
@@ -15675,7 +15675,7 @@ msgctxt ""
"par_id711668200299613\n"
"help.text"
msgid "Cell E4 display #VALUE!. Row 4 is out of the range A1:A3 of the formula."
-msgstr ""
+msgstr "Το κελί E4 εμφανίζει #ΤΙΜΗ!. Η σειρά 4 βρίσκεται εκτός του εύρους A1:A3 του τύπου."
#. EcJu6
#: 04060107.xhp
@@ -19239,7 +19239,7 @@ msgctxt ""
"par_id1670450904\n"
"help.text"
msgid "The STYLE function should not be used without compelling reason, its purpose is the use with asynchronous Add-In functions to visually notify about the availability of a result. In almost all other cases using conditional formatting instead is a better choice."
-msgstr ""
+msgstr "Η συνάρτηση STYLE δεν πρέπει να χρησιμοποιείται χωρίς επιτακτικό λόγο, σκοπός της είναι η χρήση με ασύγχρονες λειτουργίες πρόσθετου για οπτική ειδοποίηση σχετικά με τη διαθεσιμότητα ενός αποτελέσματος. Σε όλες σχεδόν τις άλλες περιπτώσεις, η χρήση μορφοποίησης υπό όρους είναι καλύτερη επιλογή."
#. gU3TE
#: 04060109.xhp
@@ -44133,7 +44133,7 @@ msgctxt ""
"par_idN109B2\n"
"help.text"
msgid "Shrink print range(s) to width/height"
-msgstr ""
+msgstr "Συρρίκνωση του εύρους εκτύπωσης σε πλάτος/ύψος"
#. MzoXE
#: 05070500.xhp
@@ -44214,7 +44214,7 @@ msgctxt ""
"hd_id3148868\n"
"help.text"
msgid "Shrink print range(s) to number of pages"
-msgstr ""
+msgstr "Συρρίκνωση του εύρους εκτύπωσης σε αριθμό σελίδων"
#. 7VYWo
#: 05070500.xhp
@@ -45078,7 +45078,7 @@ msgctxt ""
"par_id3163710\n"
"help.text"
msgid "<variable id=\"bedingtetext\"><ahelp hid=\".\">Use <emph>Conditional Formatting</emph> to define range-based conditions that determine which <link href=\"text/scalc/01/cell_styles.xhp\">cell style</link> will be applied to each cell in a given range based on its contents.</ahelp></variable> The cell style corresponding to the first condition that evaluates to <emph>true</emph> is applied. Cell styles applied through Conditional Formatting override cell styles applied manually using the <link href=\"text/scalc/main0202.xhp\"><emph>Formatting Bar</emph></link> or the <link href=\"text/scalc/01/05100000.xhp\"><emph>Styles</emph> sidebar</link>."
-msgstr ""
+msgstr "<variable id=\"bedingtetext\"><ahelp hid=\".\">Χρησιμοποιήστε <emph>Μορφοποίηση υπό όρους</emph> για να ορίσετε συνθήκες βάσει εύρους που καθορίζουν ποια <link href=\"text/scalc/01/cell_styles.xhp\">τεχνοτροπία κελιού</link> θα εφαρμοστεί σε κάθε κελί σε ένα δεδομένο εύρος με βάση τα περιεχόμενά του.</ahelp></variable> Εφαρμόζεται η τεχνοτροπία κελιού που αντιστοιχεί στην πρώτη συνθήκη που αξιολογείται ως <emph>true</emph>. Οι τεχνοτροπίες κελιών που εφαρμόζονται μέσω της Μορφοποίησης υπό όρους αντικαθιστούν τις τεχνοτροπίες κελιών που εφαρμόζονται με μη αυτόματο τρόπο χρησιμοποιώντας τη <link href=\"text/scalc/main0202.xhp\"><emph>Γραμμή μορφοποίησης</emph></link>, ή τις <link href=\"text/scalc/01/05100000.xhp\"><emph>τεχνοτροπίες</emph> του πλευρικού πλαισίου</link>."
#. 2GWTv
#: 05120000.xhp
@@ -45429,7 +45429,7 @@ msgctxt ""
"par_id541662923021543\n"
"help.text"
msgid "The cell contents does not contain the text or number defined in the text box on the right."
-msgstr ""
+msgstr "Τα περιεχόμενα του κελιού δεν περιέχουν το κείμενο ή τον αριθμό που ορίζεται στο πλαίσιο κειμένου στα δεξιά."
#. yF6EV
#: 05120100.xhp
@@ -46365,7 +46365,7 @@ msgctxt ""
"par_id91663429174806\n"
"help.text"
msgid "<image src=\"media/icon-themes/sc/res/icon-set-colorarrows-up.svg\" id=\"img_id261663429174807\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id81663429174808\">Color arrow up</alt></image> <image src=\"media/icon-themes/sc/res/icon-set-colorarrows-slightly-up.svg\" id=\"img_id261663429176807\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id81663529174808\">Color arrow slightly up</alt></image> <image src=\"media/icon-themes/sc/res/icon-set-colorarrows-same.svg\" id=\"img_id261663429176807\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id81663529174808\">Color arrow same</alt></image> <image src=\"media/icon-themes/sc/res/icon-set-colorarrows-slightly-down.svg\" id=\"img_id261663429176807\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id81663729174808\">Color arrow slightly down</alt></image> <image src=\"media/icon-themes/sc/res/icon-set-colorarrows-down.svg\" id=\"img_id261663429176807\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id81663329174808\">Color arrow down</alt></image>"
-msgstr ""
+msgstr "<image src=\"media/icon-themes/sc/res/icon-set-colorarrows-up.svg\" id=\"img_id261663429174807\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id81663429174808\">Βέλος χρώματος προς τα πάνω</alt></image> <image src=\"media/icon-themes/sc/res/icon-set-colorarrows-slightly-up.svg\" id=\"img_id261663429176807\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id81663529174808\">Βέλος χρώματος ελαφρώς προς τα πάνω</alt></image> <image src=\"media/icon-themes/sc/res/icon-set-colorarrows-same.svg\" id=\"img_id261663429176807\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id81663529174808\">Βέλος χρώματος το ίδιο</alt></image> <image src=\"media/icon-themes/sc/res/icon-set-colorarrows-slightly-down.svg\" id=\"img_id261663429176807\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id81663729174808\">Βέλος χρώματος ελαφρώς προς τα κάτω</alt></image> <image src=\"media/icon-themes/sc/res/icon-set-colorarrows-down.svg\" id=\"img_id261663429176807\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id81663329174808\">Βέλος χρώματος προς τα κάτω</alt></image>"
#. PxAE7
#: 05120400.xhp
@@ -46383,7 +46383,7 @@ msgctxt ""
"par_id91661429174806\n"
"help.text"
msgid "<image src=\"media/icon-themes/sc/res/icon-set-grayarrows-up.svg\" id=\"img_id261663429174807\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id91663429174808\">Gray arrow up</alt></image> <image src=\"media/icon-themes/sc/res/icon-set-grayarrows-slightly-up.svg\" id=\"img_id261663429176807\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id91663529174808\">Gray arrow slightly up</alt></image> <image src=\"media/icon-themes/sc/res/icon-set-grayarrows-same.svg\" id=\"img_id261663429176807\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id91663529174808\">Gray arrow same</alt></image> <image src=\"media/icon-themes/sc/res/icon-set-grayarrows-slightly-down.svg\" id=\"img_id261663429176807\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id91663729174808\">Gray arrow slightly down</alt></image> <image src=\"media/icon-themes/sc/res/icon-set-grayarrows-down.svg\" id=\"img_id261663429176807\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id91663329174808\">Gray arrow down</alt></image>"
-msgstr ""
+msgstr "<image src=\"media/icon-themes/sc/res/icon-set-grayarrows-up.svg\" id=\"img_id261663429174807\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id91663429174808\">Γκρίζο βέλος προς τα πάνω</alt></image> <image src=\"media/icon-themes/sc/res/icon-set-grayarrows-slightly-up.svg\" id=\"img_id261663429176807\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id91663529174808\">Γκρίζο βέλος ελαφρώς προς τα επάνω</alt></image> <image src=\"media/icon-themes/sc/res/icon-set-grayarrows-same.svg\" id=\"img_id261663429176807\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id91663529174808\">Γκρίζο βέλος ίδιο</alt></image> <image src=\"media/icon-themes/sc/res/icon-set-grayarrows-slightly-down.svg\" id=\"img_id261663429176807\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id91663729174808\">Γκρίζο βέλος ελαφρώς προς τα κάτω</alt></image> <image src=\"media/icon-themes/sc/res/icon-set-grayarrows-down.svg\" id=\"img_id261663429176807\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id91663329174808\">Γκρίζο βέλος προς τα κάτω</alt></image>"
#. jA8Sa
#: 05120400.xhp
@@ -46500,7 +46500,7 @@ msgctxt ""
"par_id171663440020964\n"
"help.text"
msgid "<image src=\"media/icon-themes/sc/res/icon-set-triangles-up.svg\" id=\"img_id261663429176807\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id91663529174808\">Triangle up</alt></image> <image src=\"media/icon-themes/sc/res/icon-set-triangles-same.svg\" id=\"img_id261663429176807\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id91663529174808\">Same</alt></image> <image src=\"media/icon-themes/sc/res/icon-set-triangles-down.svg\" id=\"img_id261663429176807\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id91663529174808\">Triangle down</alt></image>"
-msgstr ""
+msgstr "<image src=\"media/icon-themes/sc/res/icon-set-triangles-up.svg\" id=\"img_id261663429176807\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id91663529174808\">Τρίγωνο προς τα πάνω</alt></image> <image src=\"media/icon-themes/sc/res/icon-set-triangles-same.svg\" id=\"img_id261663429176807\" width=\"1cm\" height=\"1cm\"> <alt id=\"alt_id91663529174808\">Ίδιο</alt></image> <image src=\"media/icon-themes/sc/res/icon-set-triangles-down.svg\" id=\"img_id261663429176807\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id91663529174808\">Τρίγωνο προς τα κάτω</alt></image>"
#. MtGvd
#: 05120400.xhp
@@ -46671,7 +46671,7 @@ msgctxt ""
"par_id3155908\n"
"help.text"
msgid "If you have defined a conditional formatting on a cell range and you try now to define a new conditional formatting on a part of this range, a warning message will be displayed, asking if you want to edit the existing conditional formatting (on the whole range) or define a new conditional formatting overlapping it (on the selected range)."
-msgstr ""
+msgstr "Εάν έχετε ορίσει μια μορφοποίηση υπό όρους σε ένα εύρος κελιών και προσπαθείτε τώρα να ορίσετε μια νέα μορφοποίηση υπό όρους σε ένα μέρος αυτού του εύρους, θα εμφανιστεί ένα προειδοποιητικό μήνυμα που θα σας ρωτά εάν θέλετε να επεξεργαστείτε την υπάρχουσα μορφοποίηση υπό όρους (σε όλο το εύρος ) ή να ορίσετε μια νέα μορφοποίηση υπό όρους που την επικαλύπτει (στο επιλεγμένο εύρος)."
#. MpYLG
#: 05120500.xhp
@@ -46680,7 +46680,7 @@ msgctxt ""
"par_id471665407993996\n"
"help.text"
msgid "<embedvar href=\"text/scalc/01/05120000.xhp#ConditionalFormattingh1\" markup=\"ignore\"/>"
-msgstr ""
+msgstr "<embedvar href=\"text/scalc/01/05120000.xhp#ConditionalFormattingh1\" markup=\"ignore\"/>"
#. GXZBY
#: 06020000.xhp
@@ -58065,7 +58065,7 @@ msgctxt ""
"par_id481620428685029\n"
"help.text"
msgid "Below are the unit measurement groups supported by the <literal>CONVERT</literal> function. Be aware that conversions can only happen between units that belong to the same group."
-msgstr ""
+msgstr "Ακολουθούν οι ομάδες μέτρησης μονάδων που υποστηρίζονται από τη συνάρτηση <literal>CONVERT</literal>. Λάβετε υπόψη ότι οι μετατροπές μπορούν να πραγματοποιηθούν μόνο μεταξύ μονάδων που ανήκουν στην ίδια ομάδα."
#. hGonG
#: func_convert.xhp
@@ -69171,7 +69171,7 @@ msgctxt ""
"par_id271589981559367\n"
"help.text"
msgid "<link href=\"https://wiki.documentfoundation.org/NLPSolver\">Wiki page on solvers and their algorithms</link>"
-msgstr ""
+msgstr "<link href=\"https://wiki.documentfoundation.org/NLPSolver\">Σελίδα Wiki σχετικά με τους λύτες και τους αλγόριθμούς τους</link>"
#. akxrP
#: solver_options.xhp
@@ -69306,7 +69306,7 @@ msgctxt ""
"par_id271589981559367\n"
"help.text"
msgid "<link href=\"https://wiki.documentfoundation.org/NLPSolver\">Wiki page on non-linear solvers and their algorithms</link>"
-msgstr ""
+msgstr "<link href=\"https://wiki.documentfoundation.org/NLPSolver\">Σελίδα Wiki για μη γραμμικούς λύτες και τους αλγόριθμούς τους</link>"
#. A843R
#: solver_options_algo.xhp
@@ -69351,7 +69351,7 @@ msgctxt ""
"par_id931590164412542\n"
"help.text"
msgid "DEPS consists of two independent algorithms: Differential Evolution and Particle Swarm Optimization. Both are especially suited for numerical problems, such as nonlinear optimization, and are complementary to each other in that they even out each other’s shortcomings."
-msgstr ""
+msgstr "Το DEPS αποτελείται από δύο ανεξάρτητους αλγόριθμους: τη διαφορική εξέλιξη και τη βελτιστοποίηση σμήνους σωματιδίων. Και τα δύο είναι ιδιαίτερα κατάλληλα για αριθμητικά προβλήματα, όπως η μη γραμμική βελτιστοποίηση, και είναι συμπληρωματικά μεταξύ τους καθώς εξομαλύνουν τα μειονεκτήματα του άλλου."
#. EFbzc
#: solver_options_algo.xhp
@@ -69882,7 +69882,7 @@ msgctxt ""
"par_id271589981559367\n"
"help.text"
msgid "<link href=\"https://wiki.documentfoundation.org/NLPSolver\">Wiki page on non-linear solvers and their algorithms</link>"
-msgstr ""
+msgstr "<link href=\"https://wiki.documentfoundation.org/NLPSolver\">Σελίδα Wiki για μη γραμμικούς λύτες και τους αλγόριθμούς τους</link>"
#. D2nCR
#: solver_options_algo.xhp
@@ -69945,7 +69945,7 @@ msgctxt ""
"par_id761654173486733\n"
"help.text"
msgid "Choose <menuitem>Insert - Sparkline</menuitem>."
-msgstr ""
+msgstr "Επιλέξτε <menuitem>Εισαγωγή - Γραμμή σπίθας</menuitem>."
#. 6ivXp
#: sparklines.xhp
@@ -70080,7 +70080,7 @@ msgctxt ""
"par_id21654177035348\n"
"help.text"
msgid "<emph>Right-to-left</emph>: check to have the sparklines show the data in reverse order."
-msgstr ""
+msgstr "<emph>Δεξιά προς τα αριστερά</emph>: ελέγξτε ώστε οι γραμμές σπίθας να εμφανίζουν τα δεδομένα με αντίστροφη σειρά."
#. FhUrj
#: sparklines.xhp
diff --git a/source/el/helpcontent2/source/text/sdraw.po b/source/el/helpcontent2/source/text/sdraw.po
index 52d053f84c4..de98a136ab0 100644
--- a/source/el/helpcontent2/source/text/sdraw.po
+++ b/source/el/helpcontent2/source/text/sdraw.po
@@ -4,7 +4,7 @@ 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: 2022-12-07 19:22+0100\n"
-"PO-Revision-Date: 2021-09-26 06:36+0000\n"
+"PO-Revision-Date: 2023-01-23 11:28+0000\n"
"Last-Translator: Dimitris Spingos <dmtrs32@gmail.com>\n"
"Language-Team: Greek <https://translations.documentfoundation.org/projects/libo_help-master/textsdraw/el/>\n"
"Language: el\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.12.2\n"
"X-POOTLE-MTIME: 1558008542.000000\n"
#. dHbww
@@ -104,7 +104,7 @@ msgctxt ""
"par_id3150868\n"
"help.text"
msgid "This menu contains general commands for working with Draw documents, such as create, open, close and print. To close $[officename] Draw, click <emph>Exit</emph>."
-msgstr ""
+msgstr "Αυτό το μενού περιέχει γενικές εντολές για εργασία με έγγραφα Draw, όπως δημιουργία, άνοιγμα, κλείσιμο και εκτύπωση. Για να κλείσετε το $[officename] Draw, πατήστε στο <emph>Έξοδος</emph>."
#. uGyaP
#: main0103.xhp
@@ -131,7 +131,7 @@ msgctxt ""
"par_id3159155\n"
"help.text"
msgid "This menu contains commands to control the on-screen display of the document, change the user interface and access the sidebar panels."
-msgstr ""
+msgstr "Αυτό το μενού περιέχει εντολές για τον έλεγχο της εμφάνισης του εγγράφου στην οθόνη, την αλλαγή της διεπαφής χρήστη και την πρόσβαση στα πλαίσια της πλευρικής γραμμής."
#. X7bcB
#: main0103.xhp
diff --git a/source/el/helpcontent2/source/text/sdraw/01.po b/source/el/helpcontent2/source/text/sdraw/01.po
index f7e8002cdb6..12ca9a8db2f 100644
--- a/source/el/helpcontent2/source/text/sdraw/01.po
+++ b/source/el/helpcontent2/source/text/sdraw/01.po
@@ -4,7 +4,7 @@ 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: 2022-12-07 19:22+0100\n"
-"PO-Revision-Date: 2021-10-25 16:50+0000\n"
+"PO-Revision-Date: 2023-01-23 11:28+0000\n"
"Last-Translator: Dimitris Spingos <dmtrs32@gmail.com>\n"
"Language-Team: Greek <https://translations.documentfoundation.org/projects/libo_help-master/textsdraw01/el/>\n"
"Language: el\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.12.2\n"
"X-POOTLE-MTIME: 1558009218.000000\n"
#. ybhKD
@@ -689,7 +689,7 @@ msgctxt ""
"bm_id3156329\n"
"help.text"
msgid "<bookmark_value>renaming layers</bookmark_value><bookmark_value>layers; renaming</bookmark_value><bookmark_value>layers; insert</bookmark_value><bookmark_value>layers; modify</bookmark_value><bookmark_value>modify layer</bookmark_value><bookmark_value>insert layer</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>μετονομασία στρώσεων</bookmark_value><bookmark_value>στρώσεις; μετονομασία</bookmark_value><bookmark_value>στρώσεις; εισαγωγή</bookmark_value><bookmark_value>στρώσεις; τροποποίηση</bookmark_value><bookmark_value>τροποποίηση στρώσης</bookmark_value><bookmark_value>εισαγωγή στρώσης</bookmark_value>"
#. Vig6p
#: insert_layer.xhp
@@ -698,7 +698,7 @@ msgctxt ""
"hd_id3151074\n"
"help.text"
msgid "Insert or Modify Layer"
-msgstr ""
+msgstr "Εισαγωγή ή τροποποίηση στρώσης"
#. eTGPC
#: insert_layer.xhp
@@ -707,7 +707,7 @@ msgctxt ""
"par_id3153415\n"
"help.text"
msgid "<variable id=\"ebenetext\"><ahelp hid=\".uno:InsertLayer\">Inserts a new layer or modify a layer in the document. Layers are only available in Draw, not in Impress. </ahelp></variable>"
-msgstr ""
+msgstr "<variable id=\"ebenetext\"><ahelp hid=\".uno:InsertLayer\">Εισάγει μια νέα στρώση ή τροποποιεί μια στρώση στο έγγραφο. Οι στρώσεις είναι διαθέσιμες μόνο στο Draw, όχι στο Impress. </ahelp></variable>"
#. 5FLFs
#: insert_layer.xhp
@@ -734,7 +734,7 @@ msgctxt ""
"par_id3149404\n"
"help.text"
msgid "<ahelp hid=\"modules/sdraw/ui/insertlayer/name\">Enter a name for the new layer. To rename the layer, enter the new name.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"modules/sdraw/ui/insertlayer/name\">Εισαγάγετε ένα όνομα για τη νέα στρώση. Για να μετονομάσετε τη στρώση, εισαγάγετε το νέο όνομα.</ahelp>"
#. HkHgM
#: insert_layer.xhp
@@ -743,7 +743,7 @@ msgctxt ""
"par_id761667238910931\n"
"help.text"
msgid "To rename the layer directly, right-click the layer tab at the bottom, select <menuitem>Rename Layer</menuitem> in the context menu and enter the new name in the tab."
-msgstr ""
+msgstr "Για να μετονομάσετε απευθείας τη στρώση, δεξιοπατήστε στην καρτέλα της στρώσης στο κάτω μέρος, επιλέξτε <menuitem>Μετονομασία στρώσης</menuitem> στο μενού περιβάλλοντος και εισαγάγετε το νέο όνομα στην καρτέλα."
#. ADN49
#: insert_layer.xhp
@@ -788,7 +788,7 @@ msgctxt ""
"hd_id3153820\n"
"help.text"
msgid "Layer Properties"
-msgstr ""
+msgstr "Ιδιότητες στρώσης"
#. Fn6ms
#: insert_layer.xhp
@@ -797,7 +797,7 @@ msgctxt ""
"par_id3151240\n"
"help.text"
msgid "Set the properties for the layer."
-msgstr ""
+msgstr "Ορίστε τις ιδιότητες της στρώσης."
#. xaExU
#: insert_layer.xhp
diff --git a/source/el/helpcontent2/source/text/shared/06.po b/source/el/helpcontent2/source/text/shared/06.po
index 5f06e172925..f48a0aa94ee 100644
--- a/source/el/helpcontent2/source/text/shared/06.po
+++ b/source/el/helpcontent2/source/text/shared/06.po
@@ -4,7 +4,7 @@ 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: 2022-11-14 14:36+0100\n"
-"PO-Revision-Date: 2022-11-02 09:22+0000\n"
+"PO-Revision-Date: 2023-01-23 11:28+0000\n"
"Last-Translator: Dimitris Spingos <dmtrs32@gmail.com>\n"
"Language-Team: Greek <https://translations.documentfoundation.org/projects/libo_help-master/textshared06/el/>\n"
"Language: el\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.12.2\n"
"X-POOTLE-MTIME: 1540893036.000000\n"
#. EUcrc
@@ -221,7 +221,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Draw Screenshots"
-msgstr ""
+msgstr "Λήψη στιγμιοτύπων οθόνης"
#. eQyVj
#: sd_screenshots.xhp
@@ -230,7 +230,7 @@ msgctxt ""
"par_id841667137968665\n"
"help.text"
msgid "<image src=\"media/screenshots/modules/sdraw/ui/insertlayer/InsertLayerDialog.png\" id=\"img_id751667137968666\"><alt id=\"alt_id161667137968667\">Insert layer dialog</alt></image>"
-msgstr ""
+msgstr "<image src=\"media/screenshots/modules/sdraw/ui/insertlayer/InsertLayerDialog.png\" id=\"img_id751667137968666\"><alt id=\"alt_id161667137968667\">Παράθυρο διαλόγου εισαγωγής στρώσης</alt></image>"
#. DfLQp
#: sd_screenshots.xhp
@@ -239,7 +239,7 @@ msgctxt ""
"par_id261667158794565\n"
"help.text"
msgid "<image src=\"media/screenshots/modules/sdraw/ui/dlgsnap/SnapObjectDialog.png\" id=\"img_id471667158794567\"><alt id=\"alt_id931667158794568\">Snap Object Dialog</alt></image>"
-msgstr ""
+msgstr "<image src=\"media/screenshots/modules/sdraw/ui/dlgsnap/SnapObjectDialog.png\" id=\"img_id471667158794567\"><alt id=\"alt_id931667158794568\">Διάλογος αντικειμένου προσκόλλησης</alt></image>"
#. oyDYP
#: sd_screenshots.xhp
@@ -248,7 +248,7 @@ msgctxt ""
"par_id71667308065175\n"
"help.text"
msgid "<image src=\"media/screenshots/modules/sdraw/ui/vectorize/VectorizeDialog.png\" id=\"img_id311667308065177\"><alt id=\"alt_id631667308065179\">To Polygon dialog</alt></image>"
-msgstr ""
+msgstr "<image src=\"media/screenshots/modules/sdraw/ui/vectorize/VectorizeDialog.png\" id=\"img_id311667308065177\"><alt id=\"alt_id631667308065179\">Διάλογος σε πολύγωνο</alt></image>"
#. U5qq8
#: sd_screenshots.xhp
@@ -257,7 +257,7 @@ msgctxt ""
"par_id731667322149681\n"
"help.text"
msgid "<image src=\"media/screenshots/modules/sdraw/ui/copydlg/DuplicateDialog.png\" id=\"img_id271667322149683\"><alt id=\"alt_id81667322149685\">Duplicate dialog</alt></image>"
-msgstr ""
+msgstr "<image src=\"media/screenshots/modules/sdraw/ui/copydlg/DuplicateDialog.png\" id=\"img_id271667322149683\"><alt id=\"alt_id81667322149685\">Διάλογος διπλασιασμού</alt></image>"
#. CQFRB
#: sd_screenshots.xhp
@@ -266,7 +266,7 @@ msgctxt ""
"par_id661667325268264\n"
"help.text"
msgid "<image src=\"media/screenshots/modules/sdraw/ui/insertslidesdialog/InsertSlidesDialog.png\" id=\"img_id961667325268266\"><alt id=\"alt_id551667325268268\">Insert from File dialog</alt></image>"
-msgstr ""
+msgstr "<image src=\"media/screenshots/modules/sdraw/ui/insertslidesdialog/InsertSlidesDialog.png\" id=\"img_id961667325268266\"><alt id=\"alt_id551667325268268\">Εισαγωγή από το παράθυρο διαλόγου Αρχείο</alt></image>"
#. Ak6ph
#: shared_cui_screenshots.xhp
@@ -527,7 +527,7 @@ msgctxt ""
"par_id491668267296043\n"
"help.text"
msgid "<image src=\"media/screenshots/modules/swriter/ui/indexentry/IndexEntryDialog.png\" id=\"img_id851668267296045\"><alt id=\"alt_id291668267296047\">Index entry dialog</alt></image>"
-msgstr ""
+msgstr "<image src=\"media/screenshots/modules/swriter/ui/indexentry/IndexEntryDialog.png\" id=\"img_id851668267296045\"><alt id=\"alt_id291668267296047\">Διάλογος εισαγωγής ευρετηρίου</alt></image>"
#. AW8Pn
#: youtubevideos.xhp
diff --git a/source/el/helpcontent2/source/text/simpress.po b/source/el/helpcontent2/source/text/simpress.po
index b8d73b46a00..642f7b00d7c 100644
--- a/source/el/helpcontent2/source/text/simpress.po
+++ b/source/el/helpcontent2/source/text/simpress.po
@@ -4,7 +4,7 @@ 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: 2022-12-07 19:22+0100\n"
-"PO-Revision-Date: 2022-07-06 16:22+0000\n"
+"PO-Revision-Date: 2023-01-23 11:28+0000\n"
"Last-Translator: Dimitris Spingos <dmtrs32@gmail.com>\n"
"Language-Team: Greek <https://translations.documentfoundation.org/projects/libo_help-master/textsimpress/el/>\n"
"Language: el\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.12.2\n"
"X-POOTLE-MTIME: 1558008035.000000\n"
#. GdQGG
@@ -131,7 +131,7 @@ msgctxt ""
"par_id3154321\n"
"help.text"
msgid "<ahelp hid=\".\">These commands apply to the current document, create a document, open an existing document, or close the application.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Αυτές οι εντολές εφαρμόζονται στο τρέχον έγγραφο, δημιουργούν ένα έγγραφο, ανοίγουν ένα υφιστάμενο έγγραφο ή κλείνουν την εφαρμογή.</ahelp>"
#. zRW8E
#: main0103.xhp
@@ -158,7 +158,7 @@ msgctxt ""
"par_id3149378\n"
"help.text"
msgid "<ahelp hid=\".\">This menu contains commands to control the on-screen display of the document, change the user interface and access the sidebar panels.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Αυτό το μενού περιέχει εντολές για τον έλεγχο της εμφάνισης του εγγράφου στην οθόνη, την αλλαγή της διεπαφής χρήστη και την πρόσβαση στα πλαίσια της πλευρικής γραμμής.</ahelp>"
#. sbbhw
#: main0103.xhp
diff --git a/source/el/helpcontent2/source/text/simpress/00.po b/source/el/helpcontent2/source/text/simpress/00.po
index 432660ded59..3b719e12a08 100644
--- a/source/el/helpcontent2/source/text/simpress/00.po
+++ b/source/el/helpcontent2/source/text/simpress/00.po
@@ -4,7 +4,7 @@ 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: 2022-11-14 14:36+0100\n"
-"PO-Revision-Date: 2022-05-10 09:32+0000\n"
+"PO-Revision-Date: 2023-01-23 11:27+0000\n"
"Last-Translator: Dimitris Spingos <dmtrs32@gmail.com>\n"
"Language-Team: Greek <https://translations.documentfoundation.org/projects/libo_help-master/textsimpress00/el/>\n"
"Language: el\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.12.2\n"
"X-POOTLE-MTIME: 1558008671.000000\n"
#. sqmGT
@@ -545,7 +545,7 @@ msgctxt ""
"par_id3147002\n"
"help.text"
msgid "Choose <menuitem>Insert - Layer</menuitem>"
-msgstr ""
+msgstr "Επιλέξτε <menuitem>Εισαγωγή - Στρώση</menuitem>"
#. FBCVR
#: 00000404.xhp
@@ -554,7 +554,7 @@ msgctxt ""
"par_id3150363\n"
"help.text"
msgid "Open context menu of layer tabs - choose <menuitem>Insert Layer</menuitem>"
-msgstr ""
+msgstr "Ανοίξτε το μενού περιβάλλοντος των καρτελών στρώσης - επιλέξτε <menuitem>Εισαγωγή στρώσης</menuitem>"
#. j8G6i
#: 00000404.xhp
@@ -770,7 +770,7 @@ msgctxt ""
"par_id3154765\n"
"help.text"
msgid "Select the layer and choose <menuitem>Format - Layer</menuitem>"
-msgstr ""
+msgstr "Επιλέξτε τη στρώση και επιλέξτε <menuitem>Μορφή - Στρώση</menuitem>"
#. pkbfA
#: 00000405.xhp
@@ -779,7 +779,7 @@ msgctxt ""
"par_id3152874\n"
"help.text"
msgid "Open context menu of the layer tab - choose <menuitem>Modify Layer</menuitem>"
-msgstr ""
+msgstr "Ανοίξτε το μενού περιβάλλοντος της καρτέλας στρώσης - επιλέξτε <menuitem>Τροποποίηση στρώσης</menuitem>"
#. i9rFk
#: 00000405.xhp
diff --git a/source/el/helpcontent2/source/text/smath.po b/source/el/helpcontent2/source/text/smath.po
index 0dd716a2454..7943161ef76 100644
--- a/source/el/helpcontent2/source/text/smath.po
+++ b/source/el/helpcontent2/source/text/smath.po
@@ -4,16 +4,16 @@ 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: 2022-12-07 19:22+0100\n"
-"PO-Revision-Date: 2020-12-05 20:36+0000\n"
+"PO-Revision-Date: 2023-01-23 11:28+0000\n"
"Last-Translator: Dimitris Spingos <dmtrs32@gmail.com>\n"
-"Language-Team: Greek <https://weblate.documentfoundation.org/projects/libo_help-master/textsmath/el/>\n"
+"Language-Team: Greek <https://translations.documentfoundation.org/projects/libo_help-master/textsmath/el/>\n"
"Language: el\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-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.12.2\n"
"X-POOTLE-MTIME: 1546068731.000000\n"
#. yKBT5
@@ -122,7 +122,7 @@ msgctxt ""
"par_id3155959\n"
"help.text"
msgid "This menu contains the general commands for working with formula documents, such as create, open, save and print."
-msgstr ""
+msgstr "Αυτό το μενού περιέχει τις γενικές εντολές για την εργασία με έγγραφα τύπου, όπως δημιουργία, άνοιγμα, αποθήκευση και εκτύπωση."
#. 6hchv
#: main0102.xhp
diff --git a/source/el/helpcontent2/source/text/swriter.po b/source/el/helpcontent2/source/text/swriter.po
index 4d45afe7065..36bc44c1304 100644
--- a/source/el/helpcontent2/source/text/swriter.po
+++ b/source/el/helpcontent2/source/text/swriter.po
@@ -4,7 +4,7 @@ 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: 2022-12-19 15:00+0100\n"
-"PO-Revision-Date: 2022-11-02 09:22+0000\n"
+"PO-Revision-Date: 2023-01-23 11:28+0000\n"
"Last-Translator: Dimitris Spingos <dmtrs32@gmail.com>\n"
"Language-Team: Greek <https://translations.documentfoundation.org/projects/libo_help-master/textswriter/el/>\n"
"Language: el\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.12.2\n"
"X-POOTLE-MTIME: 1548756202.000000\n"
#. x2qZ6
@@ -212,7 +212,7 @@ msgctxt ""
"par_id3147352\n"
"help.text"
msgid "<ahelp hid=\".\">These commands apply to the current document, create a document, open an existing document, or close the application.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Αυτές οι εντολές εφαρμόζονται στο τρέχον έγγραφο, δημιουργούν ένα έγγραφο, ανοίγουν ένα υφιστάμενο έγγραφο ή κλείνουν την εφαρμογή.</ahelp>"
#. 6hchv
#: main0102.xhp
@@ -248,7 +248,7 @@ msgctxt ""
"hd_id3147619\n"
"help.text"
msgid "Select Text"
-msgstr ""
+msgstr "Επιλογή κειμένου"
#. Hug2v
#: main0102.xhp
@@ -284,7 +284,7 @@ msgctxt ""
"par_id941603125587454\n"
"help.text"
msgid "Shows submenu that gives options to reply to comments from other users, resolve and delete comments."
-msgstr ""
+msgstr "Εμφανίζει υπομενού που παρέχει επιλογές για απάντηση σε σχόλια άλλων χρηστών, επίλυση και διαγραφή σχολίων."
#. FDHX2
#: main0102.xhp
@@ -302,7 +302,7 @@ msgctxt ""
"hd_id0914201501170171\n"
"help.text"
msgid "<link href=\"text/shared/01/02180000.xhp\">External Links</link>"
-msgstr ""
+msgstr "<link href=\"text/shared/01/02180000.xhp\">Εξωτερικοί σύνδεσμοι</link>"
#. YAajd
#: main0102.xhp
@@ -311,7 +311,7 @@ msgctxt ""
"hd_id0914201502131542\n"
"help.text"
msgid "<link href=\"text/shared/01/02200000.xhp\">OLE Object</link>"
-msgstr ""
+msgstr "<link href=\"text/shared/01/02200000.xhp\">Αντικείμενο OLE</link>"
#. DhwSa
#: main0102.xhp
@@ -356,7 +356,7 @@ msgctxt ""
"par_id3147249\n"
"help.text"
msgid "<ahelp hid=\".\">This menu contains commands to control the on-screen display of the document, change the user interface and access the sidebar panels.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Αυτό το μενού περιέχει εντολές για τον έλεγχο της εμφάνισης του εγγράφου στην οθόνη, την αλλαγή της διεπαφής χρήστη και την πρόσβαση στα πλαίσια της πλευρικής γραμμής.</ahelp>"
#. VDkey
#: main0103.xhp
@@ -815,7 +815,7 @@ msgctxt ""
"par_id3147258\n"
"help.text"
msgid "<ahelp hid=\".\">Contains spelling tools, redact options, mail merge wizard, macros, development tools, extension manager, as well as tools for configuring and customizing menus, and setting program preferences.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Περιέχει εργαλεία ορθογραφίας, επιλογές διόρθωσης, οδηγό συγχώνευσης αλληλογραφίας, μακροεντολές, εργαλεία ανάπτυξης, διαχείριση επεκτάσεων, καθώς και εργαλεία διαμόρφωσης και προσαρμογής των μενού και ρύθμισης των προτιμήσεων προγράμματος.</ahelp>"
#. ipUs6
#: main0106.xhp
@@ -1715,7 +1715,7 @@ msgctxt ""
"par_id991529755027118\n"
"help.text"
msgid "<variable id=\"form_intro\"><ahelp hid=\".\">Contains commands for activate form design mode, enable/disable control wizards and insert form controls in your document.</ahelp></variable>"
-msgstr ""
+msgstr "<variable id=\"form_intro\"><ahelp hid=\".\">Περιέχει εντολές για ενεργοποίηση της λειτουργίας σχεδίασης φόρμας, ενεργοποίηση/απενεργοποίηση οδηγών ελέγχου και εισαγωγή στοιχείων ελέγχου φόρμας στο έγγραφό σας.</ahelp></variable>"
#. AdXBE
#: main0120.xhp
diff --git a/source/el/sd/messages.po b/source/el/sd/messages.po
index 52566260c30..9a9ba07b802 100644
--- a/source/el/sd/messages.po
+++ b/source/el/sd/messages.po
@@ -4,7 +4,7 @@ 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: 2022-12-19 15:00+0100\n"
-"PO-Revision-Date: 2023-01-12 12:04+0000\n"
+"PO-Revision-Date: 2023-01-23 11:30+0000\n"
"Last-Translator: Dimitris Spingos <dmtrs32@gmail.com>\n"
"Language-Team: Greek <https://translations.documentfoundation.org/projects/libo_ui-master/sdmessages/el/>\n"
"Language: el\n"
@@ -8336,55 +8336,55 @@ msgstr "Διαγραφή κρυφών _διαφανειών"
#: sd/uiconfig/simpress/ui/pmslidespage.ui:64
msgctxt "pmslidespage|STR_CUSTOM_SHOW"
msgid "Delete slides that are not used for the _custom slide show"
-msgstr ""
+msgstr "Διαγραφή των διαφανειών που δεν χρησιμοποιούνται για την _προσαρμοσμένη προβολή διαφανειών"
#. TEzVE
#: sd/uiconfig/simpress/ui/pmslidespage.ui:97
msgctxt "pmslidespage|STR_DELETE_NOTES_PAGES"
msgid "_Clear notes"
-msgstr ""
+msgstr "_Καθαρισμός των σημειώσεων"
#. Jsmp2
#: sd/uiconfig/simpress/ui/pmslidespage.ui:115
msgctxt "pmslidespages|STR_CHOOSE_SLIDES"
msgid "Choose which slides to delete"
-msgstr ""
+msgstr "Επιλογή των διαφανειών που θα διαγραφούν"
#. cBtLF
#: sd/uiconfig/simpress/ui/pmsummarypage.ui:47
msgctxt "pmsummarypage|STR_APPLY_TO_CURRENT"
msgid "_Apply changes to current presentation"
-msgstr ""
+msgstr "Ε_φαρμογή των αλλαγών στην τρέχουσα παρουσίαση"
#. mBhDk
#: sd/uiconfig/simpress/ui/pmsummarypage.ui:63
msgctxt "pmsummarypage|STR_SAVE_AS"
msgid "_Duplicate presentation before applying changes"
-msgstr ""
+msgstr "_Διπλασιασμός της παρουσίασης πριν από την εφαρμογή αλλαγών"
#. PiAHE
#: sd/uiconfig/simpress/ui/pmsummarypage.ui:104
msgctxt "pmsummarypage|STR_SAVE_SETTINGS"
msgid "_Save settings as"
-msgstr ""
+msgstr "Απο_θήκευση ρυθμίσεων ως"
#. ExrdK
#: sd/uiconfig/simpress/ui/pmsummarypage.ui:180
msgctxt "pmsummarypage|STR_CURRENT_FILESIZE"
msgid "Current file size:"
-msgstr ""
+msgstr "Τρέχον μέγεθος αρχείου:"
#. ZcrFM
#: sd/uiconfig/simpress/ui/pmsummarypage.ui:192
msgctxt "pmsummarypage|STR_ESTIMATED_FILESIZE"
msgid "Estimated new file size:"
-msgstr ""
+msgstr "Εκτιμώμενο νέο μέγεθος αρχείου:"
#. Ubstx
#: sd/uiconfig/simpress/ui/pmsummarypage.ui:248
msgctxt "pmsummarypages|STR_SUMMARY_TITLE"
msgid "Choose where to apply the following changes"
-msgstr ""
+msgstr "Επιλέξτε πού θα εφαρμοστούν οι ακόλουθες αλλαγές"
#. LAEo2
#: sd/uiconfig/simpress/ui/presentationdialog.ui:13
diff --git a/source/es/chart2/messages.po b/source/es/chart2/messages.po
index b721bcc5e12..1447ef945f8 100644
--- a/source/es/chart2/messages.po
+++ b/source/es/chart2/messages.po
@@ -4,7 +4,7 @@ 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: 2022-11-22 14:43+0100\n"
-"PO-Revision-Date: 2023-01-02 06:38+0000\n"
+"PO-Revision-Date: 2023-01-23 11:30+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_ui-master/chart2messages/es/>\n"
"Language: es\n"
@@ -2453,13 +2453,13 @@ msgstr "Principal vertical"
#: chart2/uiconfig/ui/sidebarelements.ui:382
msgctxt "sidebarelements|checkbutton_gridline_horizontal_minor"
msgid "Horizontal minor"
-msgstr "Secundario horizontal"
+msgstr "Secundaria horizontal"
#. QDFEZ
#: chart2/uiconfig/ui/sidebarelements.ui:397
msgctxt "sidebarelements|checkbutton_gridline_vertical_minor"
msgid "Vertical minor"
-msgstr "Secundario vertical"
+msgstr "Secundaria vertical"
#. uacDo
#: chart2/uiconfig/ui/sidebarelements.ui:419
diff --git a/source/es/cui/messages.po b/source/es/cui/messages.po
index 86bbf553a3f..a57d1fc5b5a 100644
--- a/source/es/cui/messages.po
+++ b/source/es/cui/messages.po
@@ -4,7 +4,7 @@ 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: 2023-01-09 11:30+0100\n"
-"PO-Revision-Date: 2023-01-12 12:04+0000\n"
+"PO-Revision-Date: 2023-01-23 11:30+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_ui-master/cuimessages/es/>\n"
"Language: es\n"
@@ -2280,7 +2280,7 @@ msgstr "Pulse en un campo de columna (fila) de una tabla dinámica y oprima F12
#: cui/inc/tipoftheday.hrc:68
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can restart the slide show after a pause specified at Slide Show ▸ Slide Show Settings ▸ Loop and repeat after."
-msgstr "Puede reiniciar la presentación de diapositivas después de una pausa especificada en Pase de diapositivas > Configurar presentación > Bucle y repetición tras."
+msgstr "Puede reiniciar el pase de diapositivas después de una pausa especificada en Pase de diapositivas ▸ Configurar presentación ▸ Bucle y repetición tras."
#. 5SoBD
#: cui/inc/tipoftheday.hrc:69
@@ -8012,7 +8012,7 @@ msgstr "Alternativa _textual:"
#: cui/uiconfig/ui/cuiimapdlg.ui:246
msgctxt "cuiimapdlg|label4"
msgid "Enter a short description of essential features of the image map for persons who do not see the image."
-msgstr "Introduzca una breve descripción de las características esenciales del mapa de imagen para personas que no pueden ver la imagen."
+msgstr "Introduzca una breve descripción de las características esenciales de la imagen interactiva para personas que no pueden ver la imagen."
#. YrTXB
#: cui/uiconfig/ui/cuiimapdlg.ui:266
@@ -14089,7 +14089,7 @@ msgstr "Suprime la combinación de colores mostrada en el cuadro Combinación. N
#: cui/uiconfig/ui/optappearancepage.ui:85
msgctxt "extended_tip|colorschemelb"
msgid "Selects the color scheme you want to use."
-msgstr "Selecciona la combinación de colores que desea utilizar."
+msgstr "Permite seleccionar la combinación de colores que desea utilizar."
#. jzELX
#: cui/uiconfig/ui/optappearancepage.ui:100
diff --git a/source/es/helpcontent2/source/text/sbasic/guide.po b/source/es/helpcontent2/source/text/sbasic/guide.po
index a9bb5221461..c74f734e93d 100644
--- a/source/es/helpcontent2/source/text/sbasic/guide.po
+++ b/source/es/helpcontent2/source/text/sbasic/guide.po
@@ -4,7 +4,7 @@ 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: 2022-12-07 19:22+0100\n"
-"PO-Revision-Date: 2022-10-22 12:15+0000\n"
+"PO-Revision-Date: 2023-01-23 11:28+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_help-master/textsbasicguide/es/>\n"
"Language: es\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.12.2\n"
"X-POOTLE-MTIME: 1560719923.000000\n"
#. WcTKB
@@ -194,7 +194,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Basic to Python"
-msgstr "De Basic a Python"
+msgstr "De BASIC a Python"
#. eoGBT
#: basic_2_python.xhp
@@ -266,7 +266,7 @@ msgctxt ""
"N0437\n"
"help.text"
msgid "A reasonable exposure to %PRODUCTNAME Basic and to <link href=\"https://api.libreoffice.org/\">Application Programming Interface (API)</link> features is recommended prior to perform inter-language calls from Basic to Python, to JavaScript or any other script engine."
-msgstr "Se recomienda familiarizarse con las características de %PRODUCTNAME Basic y la <link href=\"https://api.libreoffice.org/\">interfaz de programación de aplicaciones (API)</link> antes de realizar invocaciones interlenguaje desde Basic hacia Python, JavaScript u otro motor ejecución de scripts."
+msgstr "Se recomienda familiarizarse con las prestaciones de %PRODUCTNAME BASIC y la <link href=\"https://api.libreoffice.org/\">interfaz de programación de aplicaciones (API)</link> antes de realizar invocaciones interlenguaje desde BASIC hacia Python, JavaScript u otro motor de ejecución de secuencias de órdenes."
#. 4jY8s
#: basic_2_python.xhp
@@ -275,7 +275,7 @@ msgctxt ""
"N0438\n"
"help.text"
msgid "Retrieving Python Scripts"
-msgstr "Recuperar secuencias de órdenes de Python"
+msgstr "Recuperar secuencias de órdenes Python"
#. rPSP7
#: basic_2_python.xhp
diff --git a/source/es/helpcontent2/source/text/sbasic/shared.po b/source/es/helpcontent2/source/text/sbasic/shared.po
index dfcb77aef89..d65f9e28d74 100644
--- a/source/es/helpcontent2/source/text/sbasic/shared.po
+++ b/source/es/helpcontent2/source/text/sbasic/shared.po
@@ -4,7 +4,7 @@ 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: 2022-12-19 15:00+0100\n"
-"PO-Revision-Date: 2023-01-12 14:11+0000\n"
+"PO-Revision-Date: 2023-01-23 11:28+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_help-master/textsbasicshared/es/>\n"
"Language: es\n"
@@ -167,7 +167,7 @@ msgctxt ""
"par_id3168612\n"
"help.text"
msgid "The most common usage of URLs is on the internet when specifying web pages. Example for protocols are <emph>http</emph>, <emph>ftp</emph>, or <emph>file</emph>. The <emph>file</emph> protocol specifier is used when referring to a file on the local file system."
-msgstr "El uso más común para las URL en Internet es especificar páginas web. Algunos ejemplos de protocolos son <emph>http</emph>, <emph>ftp</emph> o <emph>file</emph>. El especificador de protocolo <emph>file</emph> se usa para hacer referencia a un archivo del sistema de archivos local."
+msgstr "El uso más común de los URL en Internet es especificar páginas web. Algunos ejemplos de protocolos son <emph>http</emph>, <emph>ftp</emph> o <emph>file</emph>. El especificador de protocolo <emph>file</emph> se usa para hacer referencia a un archivo del sistema de archivos local."
#. 2DJyX
#: 00000002.xhp
@@ -36761,7 +36761,7 @@ msgctxt ""
"par_id3145785\n"
"help.text"
msgid "ImageMap area"
-msgstr "Área del mapa de imagen"
+msgstr "Área de la imagen interactiva"
#. nRV7g
#: 05060700.xhp
diff --git a/source/es/helpcontent2/source/text/scalc.po b/source/es/helpcontent2/source/text/scalc.po
index 7f53ae342c6..d6d85ca7d18 100644
--- a/source/es/helpcontent2/source/text/scalc.po
+++ b/source/es/helpcontent2/source/text/scalc.po
@@ -4,7 +4,7 @@ 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: 2022-12-07 19:22+0100\n"
-"PO-Revision-Date: 2022-12-07 12:19+0000\n"
+"PO-Revision-Date: 2023-01-23 11:28+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_help-master/textscalc/es/>\n"
"Language: es\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.12.2\n"
"X-POOTLE-MTIME: 1548565117.000000\n"
#. ZxQeC
@@ -563,7 +563,7 @@ msgctxt ""
"hd_id3148488\n"
"help.text"
msgid "<link href=\"text/shared/01/02220000.xhp\">ImageMap</link>"
-msgstr "<link href=\"text/shared/01/02220000.xhp\">Mapa de imagen</link>"
+msgstr "<link href=\"text/shared/01/02220000.xhp\">Imagen interactiva</link>"
#. XZgEZ
#: main0106.xhp
diff --git a/source/es/helpcontent2/source/text/scalc/01.po b/source/es/helpcontent2/source/text/scalc/01.po
index 13d40e1868a..fa897014016 100644
--- a/source/es/helpcontent2/source/text/scalc/01.po
+++ b/source/es/helpcontent2/source/text/scalc/01.po
@@ -4,7 +4,7 @@ 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: 2022-12-08 19:46+0100\n"
-"PO-Revision-Date: 2023-01-08 10:41+0000\n"
+"PO-Revision-Date: 2023-01-23 11:27+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_help-master/textscalc01/es/>\n"
"Language: es\n"
@@ -54109,7 +54109,7 @@ msgctxt ""
"par_id251640873774457\n"
"help.text"
msgid "This function is not part of the <emph>Open Document Format for Office Applications (OpenDocument) Version 1.3. Part 4: Recalculated Formula (OpenFormula) Format</emph> standard. The name space is"
-msgstr "Esta función no forma parte del estándar <emph>Formato de documento abierto para aplicaciones de Office (Abrir Documento) Versión 1.3. Parte 4: Formato de fórmulas recalculadas (Abrir Formula)</emph> estándar. El espacio de nombres es"
+msgstr "Esta función no forma parte de la norma <emph>Formato de Documentos Abierto para Aplicaciones de Oficina (OpenDocument), versión 1.3. Parte 4: formato de fórmulas recalculadas (OpenFormula)</emph>. El espacio de nombres es"
#. rBWwb
#: common_func.xhp
@@ -65251,7 +65251,7 @@ msgctxt ""
"par_id211542232209275\n"
"help.text"
msgid "<emph>Expression</emph>: A text representing the regular expression, using <link href=\"https://unicode-org.github.io/icu/userguide/strings/regexp.html#regular-expression-metacharacters\">ICU regular expressions</link>. If there is no match and <emph>Replacement</emph> is not given, #N/A is returned."
-msgstr "<emph>Expresión</emph>: un texto que representa la expresión regular, usando <link href=\"https://unicode-org.github.io/icu/userguide/strings/regexp.html#regular-expression-metacharacters\">Expresiones regulares de ICU</link>. Si no hay ninguna coincidencia y no se proporciona <emph>Reemplazo</emph>, se devuelve #N/A."
+msgstr "<emph>Expresión</emph>: un texto que representa la expresión regular, usando <link href=\"https://unicode-org.github.io/icu/userguide/strings/regexp.html#regular-expression-metacharacters\">expresiones regulares de ICU</link>. Si no hay ninguna coincidencia y no se proporciona <emph>Reemplazo</emph>, se devuelve #N/D."
#. ZBTYi
#: func_regex.xhp
@@ -67222,7 +67222,7 @@ msgctxt ""
"hd_id671517132649769\n"
"help.text"
msgid "<variable id=\"encodeurlname\"><link href=\"text/scalc/01/func_webservice.xhp#encodeurl\">ENCODEURL</link></variable>"
-msgstr "<variable id=\"encodeurlname\"><link href=\"text/scalc/01/func_webservice.xhp#encodeurl\">CODIFICADOR</link></variable>"
+msgstr "<variable id=\"encodeurlname\"><link href=\"text/scalc/01/func_webservice.xhp#encodeurl\">URLCODIF</link></variable>"
#. K5FwD
#: func_webservice.xhp
@@ -67321,7 +67321,7 @@ msgctxt ""
"par_id3149033\n"
"help.text"
msgid "WEEKDAY(Number [; Type])"
-msgstr "DÍA LABORABLE(Número [; Tipo])"
+msgstr "DIASEM(Número [; Tipo])"
#. mcF52
#: func_weekday.xhp
diff --git a/source/es/helpcontent2/source/text/sdraw.po b/source/es/helpcontent2/source/text/sdraw.po
index b73f2223988..7ed85fbd9f6 100644
--- a/source/es/helpcontent2/source/text/sdraw.po
+++ b/source/es/helpcontent2/source/text/sdraw.po
@@ -4,7 +4,7 @@ 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: 2022-12-07 19:22+0100\n"
-"PO-Revision-Date: 2022-12-07 12:19+0000\n"
+"PO-Revision-Date: 2023-01-23 11:28+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_help-master/textsdraw/es/>\n"
"Language: es\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.12.2\n"
"X-POOTLE-MTIME: 1564682198.000000\n"
#. dHbww
@@ -1265,7 +1265,7 @@ msgctxt ""
"hd_id3148699\n"
"help.text"
msgid "<link href=\"text/shared/01/02220000.xhp\">ImageMap</link>"
-msgstr "<link href=\"text/shared/01/02220000.xhp\">Mapa de imagen</link>"
+msgstr "<link href=\"text/shared/01/02220000.xhp\">Imagen interactiva</link>"
#. b6Af6
#: main_tools.xhp
diff --git a/source/es/helpcontent2/source/text/shared/00.po b/source/es/helpcontent2/source/text/shared/00.po
index c8840fb9f58..7e4b859e014 100644
--- a/source/es/helpcontent2/source/text/shared/00.po
+++ b/source/es/helpcontent2/source/text/shared/00.po
@@ -4,7 +4,7 @@ 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: 2022-12-07 19:22+0100\n"
-"PO-Revision-Date: 2023-01-08 10:42+0000\n"
+"PO-Revision-Date: 2023-01-23 11:28+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_help-master/textshared00/es/>\n"
"Language: es\n"
@@ -1058,7 +1058,7 @@ msgctxt ""
"hd_id3152805\n"
"help.text"
msgid "ImageMap"
-msgstr "Mapa de imagen"
+msgstr "Imagen interactiva"
#. NnAbR
#: 00000002.xhp
@@ -1067,7 +1067,7 @@ msgctxt ""
"par_id3154685\n"
"help.text"
msgid "An ImageMap is a reference-sensitive graphic or frame. You can click on defined areas of the graphic or frame to go to a target (<link href=\"text/shared/00/00000002.xhp#url\">URL</link>), which is linked with the area. The reference areas, along with the linked URLs and corresponding text displayed when resting the mouse pointer on these areas, are defined in the <link href=\"text/shared/01/02220000.xhp\">ImageMap Editor</link>."
-msgstr ""
+msgstr "Una imagen interactiva es un elemento gráfico o marco vinculado a una referencia. Es posible pulsar en áreas definidas de la imagen o el marco para ir a un destino (<link href=\"text/shared/00/00000002.xhp#url\">URL</link>), un enlace establecido en el área. Las áreas de referencia, así como los URL enlazados y el texto correspondiente que aparece cuando se posa el puntero del ratón sobre estas, se definen mediante el <link href=\"text/shared/01/02220000.xhp\">editor de imágenes interactivas</link>."
#. 8SEEo
#: 00000002.xhp
@@ -1076,7 +1076,7 @@ msgctxt ""
"par_id3153178\n"
"help.text"
msgid "There are two different types of ImageMaps. A Client Side ImageMap is evaluated on the client computer, which loaded the graphic from the Internet, while a Server Side ImageMap is evaluated on the server computer which provides the <link href=\"text/shared/00/00000002.xhp#html\">HTML</link> page on the Internet. In server evaluation, clicking an ImageMap sends the relative coordinates of the cursor within the image to the server, and a dedicated program on the server responds. In the client evaluation, clicking a defined hotspot of the ImageMap activates the URL, as if it were a normal text link. The URL appears below the mouse pointer when passing across the ImageMap."
-msgstr "Existen dos tipos de mapas de imagen. Un mapa de imagen de lado cliente se procesa en el equipo local, el cual obtiene la imagen desde Internet; un mapa de imagen de lado servidor se procesa remotamente en el servidor, el cual proporciona la página <link href=\"text/shared/00/00000002.xhp#html\">HTML</link> en Internet. En el procesamiento de lado servidor, pulsar un mapa de imagen envía las coordenadas relativas del puntero sobre la imagen al servidor; a continuación, un programa dedicado en este responde a la señal. En el procesamiento de lado cliente, pulsar en una zona activa del mapa de imagen activa un URL, como si se tratara de un enlace de texto común y corriente. El URL aparece bajo el puntero del ratón al navegar por el mapa de imagen."
+msgstr "Existen dos tipos de imagen interactiva. Una imagen interactiva de lado cliente se procesa en el equipo local, el cual obtiene la imagen desde Internet; una imagen interactiva de lado servidor se procesa remotamente en el servidor, el cual proporciona la página <link href=\"text/shared/00/00000002.xhp#html\">HTML</link> en Internet. En el procesamiento de lado servidor, pulsar sobre una imagen interactiva envía las coordenadas relativas del puntero sobre la imagen al servidor; a continuación, un programa dedicado en este responde a la señal. En el procesamiento de lado cliente, pulsar en una zona activa de la imagen activa un URL, como si se tratara de un enlace de texto común y corriente. El URL aparece bajo el puntero del ratón al navegar por la imagen interactiva."
#. Tk4uc
#: 00000002.xhp
@@ -1085,7 +1085,7 @@ msgctxt ""
"par_id3150740\n"
"help.text"
msgid "As ImageMaps can be used in different ways, they can be stored in different formats."
-msgstr "Como los mapas de imagen se pueden utilizar de diversas formas, es posible almacenarlos en formatos distintos."
+msgstr "Como las imágenes interactivas se pueden utilizar de diversas formas, es posible almacenarlas en formatos distintos."
#. EAAkj
#: 00000002.xhp
@@ -1094,7 +1094,7 @@ msgctxt ""
"hd_id3146874\n"
"help.text"
msgid "ImageMap Formats"
-msgstr "Formatos de mapas de imagen"
+msgstr "Formatos de imágenes interactivas"
#. zVUjE
#: 00000002.xhp
@@ -1103,7 +1103,7 @@ msgctxt ""
"par_id3145153\n"
"help.text"
msgid "ImageMaps are basically divided between those that are analyzed on the server (i. e. your Internet provider) and those analyzed on the web browser of the reader's computer."
-msgstr "En líneas generales, los mapas de imagen se dividen entre los que se analizan en el servidor (es decir, el proveedor de Internet) y los que se analizan en el navegador web del equipo del lector."
+msgstr "En líneas generales, las imágenes interactivas se dividen entre las que se analizan en el servidor (es decir, el proveedor de Internet) y las que se analizan en el navegador web del equipo del lector."
#. BiN57
#: 00000002.xhp
@@ -1112,7 +1112,7 @@ msgctxt ""
"bm_id3152881\n"
"help.text"
msgid "<bookmark_value>Server Side ImageMap</bookmark_value>"
-msgstr "<bookmark_value>Mapa de imagen de lado servidor</bookmark_value>"
+msgstr "<bookmark_value>imagen interactiva de lado servidor</bookmark_value>"
#. RQHEF
#: 00000002.xhp
@@ -1121,7 +1121,7 @@ msgctxt ""
"hd_id3152881\n"
"help.text"
msgid "Server Side ImageMaps"
-msgstr "Mapas de imagen de lado servidor"
+msgstr "Imágenes interactivas de lado servidor"
#. E6FbV
#: 00000002.xhp
@@ -1130,7 +1130,7 @@ msgctxt ""
"par_id3153057\n"
"help.text"
msgid "Server Side ImageMaps appear for the reader as a picture or frame on the page. Click on the ImageMap with the mouse, and the coordinates of the relative position are sent to the server. Aided by an extra program, the server then determines the next step to take. There are several incompatible methods to define this process, the two most common being:"
-msgstr "Los mapas de imagen de lado servidor se muestran al lector como una imagen o un marco en la página. Si pulsa sobre el mapa de imagen con el ratón, las coordenadas de la posición relativa se envían al servidor. Con la ayuda de un programa auxiliar, el servidor entonces determina el próximo paso que seguir. Hay varios métodos incompatibles para definir este proceso, pero los dos más habituales son:"
+msgstr "Las imágenes interactivas de lado servidor se muestran al lector como una imagen o un marco en la página. Si pulsa sobre la imagen interactiva con el ratón, las coordenadas de la posición relativa se envían al servidor. Con la ayuda de un programa auxiliar, el servidor entonces determina el próximo paso que deberá seguirse. Hay varios métodos incompatibles para definir este proceso, pero los dos más habituales son:"
#. JqMm2
#: 00000002.xhp
@@ -1166,7 +1166,7 @@ msgctxt ""
"bm_id3152418\n"
"help.text"
msgid "<bookmark_value>Client Side ImageMap</bookmark_value>"
-msgstr "<bookmark_value>Mapa de imagen del lado cliente</bookmark_value>"
+msgstr "<bookmark_value>Imagen interactiva del lado cliente</bookmark_value>"
#. ENXCD
#: 00000002.xhp
@@ -1175,7 +1175,7 @@ msgctxt ""
"hd_id3152418\n"
"help.text"
msgid "Client Side ImageMap"
-msgstr "Mapa de imagen de lado cliente"
+msgstr "Imagen interactiva de lado cliente"
#. HN6DX
#: 00000002.xhp
@@ -1184,7 +1184,7 @@ msgctxt ""
"par_id3151290\n"
"help.text"
msgid "The area of the picture or frame where the reader can click is indicated by the appearance of the linked <link href=\"text/shared/00/00000002.xhp#url\">URL</link> when the mouse passes over the area. The ImageMap is stored in a layer below the picture and contains information about the referenced regions. The only disadvantage of Client Side ImageMaps is that older Web browsers cannot read them; a disadvantage that will, however, resolve itself in time."
-msgstr "El área de la imagen o el marco en la que el lector puede pulsar con el ratón se indica mediante la aparición del <link href=\"text/shared/00/00000002.xhp#url\">URL</link> enlazado cuando el ratón se coloca por encima. El mapa de imagen se almacena en una capa por debajo de la imagen y contiene información acerca de las regiones con referencias. La única desventaja de los mapas de imagen de lado cliente consiste en que no funcionan en navegadores web obsoletos; esta desventaja desaparecerá a medida que transcurra el tiempo."
+msgstr "El área de la imagen o el marco en la que el lector puede pulsar con el ratón se indica mediante la aparición del <link href=\"text/shared/00/00000002.xhp#url\">URL</link> enlazado cuando el ratón se coloca por encima. La interacción se almacena en una capa por debajo de la imagen en sí y contiene información acerca de las regiones con referencias. La única desventaja de las imágenes interactivas de lado cliente consiste en que no funcionan en navegadores web obsoletos; esta desventaja desaparecerá a medida que transcurra el tiempo."
#. 7Dq9J
#: 00000002.xhp
@@ -8942,7 +8942,7 @@ msgctxt ""
"par_id3156091\n"
"help.text"
msgid "<variable id=\"imagemap\">Choose <menuitem>Tools - ImageMap</menuitem>.</variable>"
-msgstr "<variable id=\"imagemap\">Vaya a <menuitem>Herramientas ▸ Mapa de imagen</menuitem>.</variable>"
+msgstr "<variable id=\"imagemap\">Vaya a <menuitem>Herramientas ▸ Imagen interactiva</menuitem>.</variable>"
#. q5E7e
#: 00000406.xhp
@@ -9464,7 +9464,7 @@ msgctxt ""
"par_id3166423\n"
"help.text"
msgid "<variable id=\"etopfe\">Open a presentation document, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Impress/%PRODUCTNAME Draw - Grid</emph>.</variable>"
-msgstr "<variable id=\"etopfe\">Abra una presentación y vaya a <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME ▸ Preferencias</emph></caseinline><defaultinline><emph>Herramientas ▸ Opciones</emph></defaultinline></switchinline><emph> ▸ %PRODUCTNAME Impress/%PRODUCTNAME Draw ▸ Cuadrícula</emph>.</variable>"
+msgstr "<variable id=\"etopfe\">Abra una presentación y vaya a <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME ▸ Preferencias</emph></caseinline><defaultinline><emph>Herramientas ▸ Opciones</emph></defaultinline></switchinline><emph> ▸ %PRODUCTNAME Impress/%PRODUCTNAME Draw ▸ Retícula</emph>.</variable>"
#. kN9hg
#: 00000406.xhp
diff --git a/source/es/helpcontent2/source/text/shared/01.po b/source/es/helpcontent2/source/text/shared/01.po
index 1be5976b59a..6bef60b3663 100644
--- a/source/es/helpcontent2/source/text/shared/01.po
+++ b/source/es/helpcontent2/source/text/shared/01.po
@@ -4,7 +4,7 @@ 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: 2022-12-07 19:22+0100\n"
-"PO-Revision-Date: 2023-01-09 10:28+0000\n"
+"PO-Revision-Date: 2023-01-23 11:28+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_help-master/textshared01/es/>\n"
"Language: es\n"
@@ -9086,7 +9086,7 @@ msgctxt ""
"par_id5311440\n"
"help.text"
msgid "For a full list of supported metacharacters and syntax, see <link href=\"https://unicode-org.github.io/icu/userguide/strings/regexp.html#regular-expression-metacharacters\">ICU Regular Expressions documentation</link>"
-msgstr ""
+msgstr "Para una lista exhaustiva de metacaracteres y sintaxis admitidas, consulte la <link href=\"https://unicode-org.github.io/icu/userguide/strings/regexp.html#regular-expression-metacharacters\">documentación sobre expresiones regulares de ICU</link> (en inglés)."
#. HvC9Q
#: 02100001.xhp
@@ -11525,7 +11525,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "ImageMap Editor"
-msgstr "Editor de mapas de imagen"
+msgstr "Editor de imágenes interactivas"
#. TAxDP
#: 02220000.xhp
@@ -11534,7 +11534,7 @@ msgctxt ""
"hd_id3150502\n"
"help.text"
msgid "ImageMap Editor"
-msgstr "Editor de mapas de imagen"
+msgstr "Editor de imágenes interactivas"
#. JbUy9
#: 02220000.xhp
@@ -11543,7 +11543,7 @@ msgctxt ""
"par_id3159194\n"
"help.text"
msgid "<variable id=\"imagemaptext\"><ahelp hid=\"svx/ui/imapdialog/ImapDialog\">Allows you to attach URLs to specific areas, called hotspots, on a graphic or a group of graphics. An image map is a group of one or more hotspots.</ahelp></variable>"
-msgstr "<variable id=\"imagemaptext\"><ahelp hid=\"svx/ui/imapdialog/ImapDialog\">Permite adjuntar URL a áreas concretas, denominadas «zonas activas», sobre una imagen o un grupo de imágenes. Un mapa de imagen es un grupo de una o más zonas activas.</ahelp></variable>"
+msgstr "<variable id=\"imagemaptext\"><ahelp hid=\"svx/ui/imapdialog/ImapDialog\">Permite adjuntar URL a áreas concretas, denominadas «zonas activas», sobre una imagen o un grupo de imágenes. Una imagen interactiva es un grupo de una o más zonas activas.</ahelp></variable>"
#. qyFGR
#: 02220000.xhp
@@ -11570,7 +11570,7 @@ msgctxt ""
"par_id3150506\n"
"help.text"
msgid "<ahelp hid=\"svx/ui/imapdialog/TBI_APPLY\">Applies the changes that you made to the image map.</ahelp>"
-msgstr "<ahelp hid=\"svx/ui/imapdialog/TBI_APPLY\">Aplica los cambios efectuados en el mapa de imagen.</ahelp>"
+msgstr "<ahelp hid=\"svx/ui/imapdialog/TBI_APPLY\">Aplica los cambios efectuados en la imagen interactiva.</ahelp>"
#. Q5GKS
#: 02220000.xhp
@@ -11642,7 +11642,7 @@ msgctxt ""
"par_id3153626\n"
"help.text"
msgid "<ahelp hid=\"svx/ui/imapdialog/TBI_SAVEAS\">Saves the image map in the <emph>MAP-CERN</emph>, <emph>MAP-NCSA</emph> or <emph>SIP StarView</emph> ImageMap file format.</ahelp>"
-msgstr "<ahelp hid=\"svx/ui/imapdialog/TBI_SAVEAS\">Guarda el mapa de imagen en el formato de archivo <emph>MAP-CERN</emph>, <emph>MAP-NCSA</emph> o <emph>SIP StarView</emph>.</ahelp>"
+msgstr "<ahelp hid=\"svx/ui/imapdialog/TBI_SAVEAS\">Guarda la imagen interactiva en el formato de archivo <emph>MAP-CERN</emph>, <emph>MAP-NCSA</emph> o <emph>SIP StarView</emph>.</ahelp>"
#. DtBot
#: 02220000.xhp
@@ -11678,7 +11678,7 @@ msgctxt ""
"par_id3154073\n"
"help.text"
msgid "<ahelp hid=\"svx/ui/imapdialog/TBI_SELECT\">Selects a hotspot in the image map for editing.</ahelp>"
-msgstr "<ahelp hid=\"svx/ui/imapdialog/TBI_SELECT\">Selecciona una zona activa en el mapa de imagen para editarla.</ahelp>"
+msgstr "<ahelp hid=\"svx/ui/imapdialog/TBI_SELECT\">Selecciona una zona activa en la imagen interactiva para editarla.</ahelp>"
#. 4GoEm
#: 02220000.xhp
@@ -12164,7 +12164,7 @@ msgctxt ""
"par_id3150382\n"
"help.text"
msgid "<ahelp hid=\"svx/ui/imapdialog/container\">Displays the image map, so that you can click and edit the hotspots.</ahelp>"
-msgstr "<ahelp hid=\"svx/ui/imapdialog/container\">Muestra el mapa de imagen para poder pulsar y editar las zonas activas.</ahelp>"
+msgstr "<ahelp hid=\"svx/ui/imapdialog/container\">Muestra la imagen interactiva para poder pulsar y editar las zonas activas.</ahelp>"
#. ykdUA
#: 02220000.xhp
@@ -12677,7 +12677,7 @@ msgctxt ""
"par_id3149150\n"
"help.text"
msgid "<ahelp hid=\"modules/scalc/ui/showchangesdialog/showchanges\">Shows or hides recorded changes.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"modules/scalc/ui/showchangesdialog/showchanges\">Muestra u oculta los cambios registrados.</ahelp>"
#. ECraQ
#: 02230200.xhp
@@ -12803,7 +12803,7 @@ msgctxt ""
"par_id3148983\n"
"help.text"
msgid "<variable id=\"kommentartext\"><ahelp hid=\".\">Enter a comment for the recorded change.</ahelp> </variable>"
-msgstr ""
+msgstr "<variable id=\"kommentartext\"><ahelp hid=\".\">Introduzca un comentario para el cambio registrado.</ahelp></variable>"
#. C9xGD
#: 02230300.xhp
diff --git a/source/es/helpcontent2/source/text/shared/06.po b/source/es/helpcontent2/source/text/shared/06.po
index 3b8ec41487a..c9f9ae46f40 100644
--- a/source/es/helpcontent2/source/text/shared/06.po
+++ b/source/es/helpcontent2/source/text/shared/06.po
@@ -4,7 +4,7 @@ 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: 2022-11-14 14:36+0100\n"
-"PO-Revision-Date: 2022-11-02 09:22+0000\n"
+"PO-Revision-Date: 2023-01-23 11:28+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_help-master/textshared06/es/>\n"
"Language: es\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.12.2\n"
"X-POOTLE-MTIME: 1548070281.000000\n"
#. EUcrc
@@ -221,7 +221,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Draw Screenshots"
-msgstr ""
+msgstr "Capturas de pantalla de Draw"
#. eQyVj
#: sd_screenshots.xhp
@@ -230,7 +230,7 @@ msgctxt ""
"par_id841667137968665\n"
"help.text"
msgid "<image src=\"media/screenshots/modules/sdraw/ui/insertlayer/InsertLayerDialog.png\" id=\"img_id751667137968666\"><alt id=\"alt_id161667137968667\">Insert layer dialog</alt></image>"
-msgstr ""
+msgstr "<image src=\"media/screenshots/modules/sdraw/ui/insertlayer/InsertLayerDialog.png\" id=\"img_id751667137968666\"><alt id=\"alt_id161667137968667\">Cuadro de diálogo Insertar capa</alt></image>"
#. DfLQp
#: sd_screenshots.xhp
@@ -257,7 +257,7 @@ msgctxt ""
"par_id731667322149681\n"
"help.text"
msgid "<image src=\"media/screenshots/modules/sdraw/ui/copydlg/DuplicateDialog.png\" id=\"img_id271667322149683\"><alt id=\"alt_id81667322149685\">Duplicate dialog</alt></image>"
-msgstr ""
+msgstr "<image src=\"media/screenshots/modules/sdraw/ui/copydlg/DuplicateDialog.png\" id=\"img_id271667322149683\"><alt id=\"alt_id81667322149685\">Cuadro de diálogo Duplicar</alt></image>"
#. CQFRB
#: sd_screenshots.xhp
@@ -374,7 +374,7 @@ msgctxt ""
"par_id431534783734366\n"
"help.text"
msgid "<image src=\"media/screenshots/modules/simpress/ui/optimpressgeneralpage/OptSavePage.png\" id=\"img_id131534783734367\"><alt id=\"alt_id271534783734367\">Impress General Options Dialog</alt></image>"
-msgstr "<image src=\"media/screenshots/modules/simpress/ui/optimpressgeneralpage/OptSavePage.png\" id=\"img_id131534783734367\"><alt id=\"alt_id271534783734367\">Diálogo de opciones generales de prensa</alt></image>."
+msgstr "<image src=\"media/screenshots/modules/simpress/ui/optimpressgeneralpage/OptSavePage.png\" id=\"img_id131534783734367\"><alt id=\"alt_id271534783734367\">Cuadro de diálogo Opciones generales de Impress</alt></image>"
#. 5EVvY
#: simpress_screenshots.xhp
@@ -383,7 +383,7 @@ msgctxt ""
"par_id431514783734366\n"
"help.text"
msgid "<image src=\"media/screenshots/modules/simpress/ui/sdviewpage/SdViewPage.png\" id=\"img_id131531783734367\"><alt id=\"alt_id271534783731367\">Impress View Options Dialog</alt></image>"
-msgstr "<image src=\"media/screenshots/modules/simpress/ui/sdviewpage/SdViewPage.png\" id=\"img_id131531783734367\"><alt id=\"alt_id271534783731367\">Cuadro de diálogo de opciones de vista de impresión</alt></image>"
+msgstr "<image src=\"media/screenshots/modules/simpress/ui/sdviewpage/SdViewPage.png\" id=\"img_id131531783734367\"><alt id=\"alt_id271534783731367\">Cuadro de diálogo Opciones de vista de Impress</alt></image>"
#. a5Djv
#: simpress_screenshots.xhp
diff --git a/source/es/helpcontent2/source/text/shared/guide.po b/source/es/helpcontent2/source/text/shared/guide.po
index f78b461ad83..82dd12fe275 100644
--- a/source/es/helpcontent2/source/text/shared/guide.po
+++ b/source/es/helpcontent2/source/text/shared/guide.po
@@ -4,7 +4,7 @@ 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: 2022-12-07 19:22+0100\n"
-"PO-Revision-Date: 2022-12-27 11:24+0000\n"
+"PO-Revision-Date: 2023-01-23 11:28+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_help-master/textsharedguide/es/>\n"
"Language: es\n"
@@ -13982,7 +13982,7 @@ msgctxt ""
"bm_id3150502\n"
"help.text"
msgid "<bookmark_value>ImageMap; editor</bookmark_value> <bookmark_value>editors; ImageMap editor</bookmark_value> <bookmark_value>images; ImageMap</bookmark_value> <bookmark_value>pictures; ImageMap</bookmark_value> <bookmark_value>hotspots;adding to images</bookmark_value> <bookmark_value>URL;in pictures</bookmark_value>"
-msgstr "<bookmark_value>mapa de imagen; editor</bookmark_value> <bookmark_value>editores; editor del mapa de imagen</bookmark_value> <bookmark_value>imágenes; mapa de imagen</bookmark_value> <bookmark_value>imágenes; mapa de imagen</bookmark_value> <bookmark_value>zonas activas; agregar a las imágenes</bookmark_value> <bookmark_value>URL;en imágenes</bookmark_value>"
+msgstr "<bookmark_value>imagen interactiva; editor</bookmark_value><bookmark_value>editores; editor de imágenes interactivas</bookmark_value><bookmark_value>imágenes; imagen interactiva</bookmark_value><bookmark_value>imágenes; imagen interactiva</bookmark_value><bookmark_value>zonas activas; añadir a las imágenes</bookmark_value><bookmark_value>URL;en imágenes</bookmark_value>"
#. 2hvMi
#: imagemap.xhp
@@ -15863,7 +15863,7 @@ msgctxt ""
"hd_id3145075\n"
"help.text"
msgid "Controlling the ImageMap Editor"
-msgstr "Controlar el editor de mapa de imagen"
+msgstr "Controlar el editor de imágenes interactivas"
#. SVn5z
#: keyboard.xhp
diff --git a/source/es/helpcontent2/source/text/shared/optionen.po b/source/es/helpcontent2/source/text/shared/optionen.po
index ea92e499d59..a6423df93ec 100644
--- a/source/es/helpcontent2/source/text/shared/optionen.po
+++ b/source/es/helpcontent2/source/text/shared/optionen.po
@@ -4,7 +4,7 @@ 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: 2022-12-07 19:22+0100\n"
-"PO-Revision-Date: 2023-01-08 10:41+0000\n"
+"PO-Revision-Date: 2023-01-23 11:28+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_help-master/textsharedoptionen/es/>\n"
"Language: es\n"
@@ -4406,7 +4406,7 @@ msgctxt ""
"hd_id3153252\n"
"help.text"
msgid "Scheme"
-msgstr "Esquema"
+msgstr "Combinación"
#. Cfgfm
#: 01012000.xhp
@@ -4415,7 +4415,7 @@ msgctxt ""
"par_id3153541\n"
"help.text"
msgid "<ahelp hid=\"cui/ui/optappearancepage/colorschemelb\">Selects the color scheme you want to use.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/optappearancepage/colorschemelb\">Selecciona la combinación de colores que desea utilizar.</ahelp>"
+msgstr "<ahelp hid=\"cui/ui/optappearancepage/colorschemelb\">Permite seleccionar la combinación de colores que desea utilizar.</ahelp>"
#. z8ZWF
#: 01012000.xhp
@@ -4505,7 +4505,7 @@ msgctxt ""
"par_id3155430\n"
"help.text"
msgid "Some <emph>user interface elements</emph> cannot be hidden."
-msgstr ""
+msgstr "Ciertos <emph>elementos de la interfaz de usuario</emph> no pueden ocultarse."
#. ebKkM
#: 01012000.xhp
@@ -6044,7 +6044,7 @@ msgctxt ""
"hd_id211624630375989\n"
"help.text"
msgid "Include sub levels"
-msgstr ""
+msgstr "Incluir subniveles"
#. GyAV9
#: 01040200.xhp
@@ -6854,7 +6854,7 @@ msgctxt ""
"par_id961520546165825\n"
"help.text"
msgid "When <emph>Number format recognition</emph> is marked, input numbers sets the cell format to the recognized number category."
-msgstr ""
+msgstr "Cuando se activa el <emph>reconocimiento de números automático</emph>, la entrada de números define el formato de celda a la categoría de los números reconocida."
#. s8CRB
#: 01040500.xhp
@@ -16925,7 +16925,7 @@ msgctxt ""
"par_idN105C4\n"
"help.text"
msgid "<ahelp hid=\".\">Uses the email address that you enter in the Reply address text box as the reply-to email address.</ahelp>"
-msgstr "<ahelp hid=\".\">Utiliza la dirección de correo electrónico que introduzca en el cuadro Dirección de respuesta como buzón de respuestas.</ahelp>"
+msgstr "<ahelp hid=\".\">Utiliza la dirección de correo electrónico que introduzca en el cuadro Dirección para respuestas como buzón de respuestas.</ahelp>"
#. EbiSo
#: mailmerge.xhp
@@ -16934,7 +16934,7 @@ msgctxt ""
"par_idN105DB\n"
"help.text"
msgid "Reply address"
-msgstr "Dirección de respuesta"
+msgstr "Dirección para respuestas"
#. MzZzQ
#: mailmerge.xhp
diff --git a/source/es/helpcontent2/source/text/simpress.po b/source/es/helpcontent2/source/text/simpress.po
index 204093d6747..0073eaecc18 100644
--- a/source/es/helpcontent2/source/text/simpress.po
+++ b/source/es/helpcontent2/source/text/simpress.po
@@ -4,7 +4,7 @@ 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: 2022-12-07 19:22+0100\n"
-"PO-Revision-Date: 2023-01-08 10:42+0000\n"
+"PO-Revision-Date: 2023-01-23 11:28+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_help-master/textsimpress/es/>\n"
"Language: es\n"
@@ -2057,7 +2057,7 @@ msgctxt ""
"par_id381615558169403\n"
"help.text"
msgid "<emph>To First Slide:</emph> Selects the first slide in the presentation."
-msgstr ""
+msgstr "<emph>A la primera diapositiva</emph>: selecciona la primera diapositiva de la presentación."
#. bYEak
#: main_slide.xhp
@@ -2066,7 +2066,7 @@ msgctxt ""
"par_id131615558173437\n"
"help.text"
msgid "<emph>To Previous Slide:</emph> Navigates to the previous slide with respect to the currently selected slide."
-msgstr ""
+msgstr "<emph>A la diapositiva anterior</emph>: navega a la diapositiva que precede a la seleccionada actualmente."
#. YXD3o
#: main_slide.xhp
@@ -2075,7 +2075,7 @@ msgctxt ""
"par_id941615558176178\n"
"help.text"
msgid "<emph>To Next Slide:</emph> Navigates to the next slide with respect to the currently selected slide."
-msgstr ""
+msgstr "<emph>A la diapositiva siguiente</emph>: navega a la diapositiva situada después de la seleccionada actualmente."
#. dspAA
#: main_slide.xhp
@@ -2084,7 +2084,7 @@ msgctxt ""
"par_id91615558179041\n"
"help.text"
msgid "<emph>To Last Slide:</emph> Selects the last slide in the presentation."
-msgstr ""
+msgstr "<emph>A la última diapositiva</emph>: selecciona la última diapositiva de la presentación."
#. rCA2e
#: main_tools.xhp
@@ -2120,7 +2120,7 @@ msgctxt ""
"hd_id3145590\n"
"help.text"
msgid "<link href=\"text/shared/01/02220000.xhp\">ImageMap</link>"
-msgstr "<link href=\"text/shared/01/02220000.xhp\">Mapa de imagen</link>"
+msgstr "<link href=\"text/shared/01/02220000.xhp\">Imagen interactiva</link>"
#. Wk79g
#: main_tools.xhp
diff --git a/source/es/helpcontent2/source/text/simpress/guide.po b/source/es/helpcontent2/source/text/simpress/guide.po
index c3dc9f52fd5..efe5a7202bd 100644
--- a/source/es/helpcontent2/source/text/simpress/guide.po
+++ b/source/es/helpcontent2/source/text/simpress/guide.po
@@ -4,7 +4,7 @@ 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: 2022-12-07 19:22+0100\n"
-"PO-Revision-Date: 2022-12-27 11:23+0000\n"
+"PO-Revision-Date: 2023-01-23 11:27+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_help-master/textsimpressguide/es/>\n"
"Language: es\n"
@@ -1220,7 +1220,7 @@ msgctxt ""
"par_idN1082F\n"
"help.text"
msgid "<switchinline select=\"appl\"><caseinline select=\"IMPRESS\">Choose <menuitem>Slide - Properties</menuitem> to change the slide background, or choose other formatting commands. Objects that you add here will be visible on all slides that are based on this master slide.</caseinline><defaultinline>Choose <menuitem>Page - Properties</menuitem> to change the page background, or choose other formatting commands. Objects that you add here will be visible on all pages that are based on this master page.</defaultinline></switchinline>."
-msgstr ""
+msgstr "<switchinline select=\"appl\"><caseinline select=\"IMPRESS\">Vaya a <menuitem>Diapositiva ▸ Propiedades</menuitem> para cambiar el fondo de la diapositiva o elegir otras órdenes de formato. Los objetos que añada aquí serán visibles en todas las diapositivas que se basen en este patrón de diapositivas.</caseinline><defaultinline>Vaya a <menuitem>Página ▸ Propiedades</menuitem> para cambiar el fondo de la página o elegir otras órdenes de formato. Los objetos que añada aquí serán visibles en todas las diapositivas que se basen en este patrón de páginas.</defaultinline></switchinline>"
#. LTDkg
#: background.xhp
@@ -2048,7 +2048,7 @@ msgctxt ""
"par_id18082017152608187\n"
"help.text"
msgid "<emph>Slide object animations</emph> are triggered with taps on the mobile screen."
-msgstr "Las <emph>animaciones de los objetos de las diapositivas</emph> se ejecutan con solo tocar la pantalla."
+msgstr "Las <emph>animaciones de los objetos de las diapositivas</emph> se desencadenan tocando la pantalla del dispositivo móvil."
#. Xxy2D
#: impress_remote.xhp
@@ -2075,7 +2075,7 @@ msgctxt ""
"par_id170820171213378089\n"
"help.text"
msgid "<emph>Timer</emph>: sets the time a slide is displayed for automatic slide shows."
-msgstr "<emph>Temporizador</emph>: define el tiempo en que se muestra una diapositiva para pases automáticos."
+msgstr "<emph>Temporizador</emph>: define el tiempo en que se muestra una diapositiva en los pases automáticos."
#. tf2hh
#: impress_remote.xhp
@@ -4704,7 +4704,7 @@ msgctxt ""
"par_id71512828085688\n"
"help.text"
msgid "<emph>Previous</emph>: move to previous slide."
-msgstr "<emph>Anterior</emph>: pasar a la diapositiva anterior."
+msgstr "<emph>Anterior</emph>: pasar a la diapositiva precedente."
#. jniRZ
#: presenter_console.xhp
@@ -4758,7 +4758,7 @@ msgctxt ""
"par_id891512828892146\n"
"help.text"
msgid "<emph>Close</emph>: In the Notes and Slide Sorter mode, return to the Normal mode."
-msgstr "<emph>Cerrar</emph>: en el modo Notas y Clasificador de diapositivas, vuelve al modo Normal."
+msgstr "<emph>Cerrar</emph>: en los modos Notas y Clasificador de diapositivas, vuelve al modo Normal."
#. tv52h
#: presenter_console.xhp
@@ -5559,7 +5559,7 @@ msgctxt ""
"par_id1336405\n"
"help.text"
msgid "In the <emph>Presentation Mode</emph> area, choose <emph>Loop and repeat after</emph> and set the duration of the pause between shows."
-msgstr ""
+msgstr "En el apartado <emph>Modo de presentación</emph>, elija <emph>Bucle y repetición tras</emph> y defina la duración que deberá tener la pausa entre cada pase."
#. A4BCr
#: show.xhp
diff --git a/source/es/helpcontent2/source/text/swriter.po b/source/es/helpcontent2/source/text/swriter.po
index 806495e41fa..61929b3173a 100644
--- a/source/es/helpcontent2/source/text/swriter.po
+++ b/source/es/helpcontent2/source/text/swriter.po
@@ -4,7 +4,7 @@ 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: 2022-12-19 15:00+0100\n"
-"PO-Revision-Date: 2022-12-07 12:19+0000\n"
+"PO-Revision-Date: 2023-01-23 11:28+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_help-master/textswriter/es/>\n"
"Language: es\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.12.2\n"
"X-POOTLE-MTIME: 1551206337.000000\n"
#. x2qZ6
@@ -833,7 +833,7 @@ msgctxt ""
"hd_id3156150\n"
"help.text"
msgid "<link href=\"text/shared/01/02220000.xhp\">ImageMap</link>"
-msgstr "<link href=\"text/shared/01/02220000.xhp\">Mapa de imagen</link>"
+msgstr "<link href=\"text/shared/01/02220000.xhp\">Imagen interactiva</link>"
#. c786T
#: main0106.xhp
diff --git a/source/es/helpcontent2/source/text/swriter/00.po b/source/es/helpcontent2/source/text/swriter/00.po
index 8d4e708eae3..7b868f89a78 100644
--- a/source/es/helpcontent2/source/text/swriter/00.po
+++ b/source/es/helpcontent2/source/text/swriter/00.po
@@ -4,7 +4,7 @@ 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: 2022-10-10 13:36+0200\n"
-"PO-Revision-Date: 2022-12-19 14:17+0000\n"
+"PO-Revision-Date: 2023-01-23 11:27+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_help-master/textswriter00/es/>\n"
"Language: es\n"
@@ -2111,7 +2111,7 @@ msgctxt ""
"par_id3148792\n"
"help.text"
msgid "Choose <menuitem>Tools - ImageMap</menuitem> - open context menu <emph>Macro</emph>."
-msgstr "Vaya a <menuitem>Herramientas ▸ Mapa de imagen</menuitem>, abra el menú contextual y elija <emph>Macro</emph>."
+msgstr "Vaya a <menuitem>Herramientas ▸ Imagen interactiva</menuitem>, abra el menú contextual y elija <emph>Macro</emph>."
#. T5m7n
#: 00000405.xhp
diff --git a/source/es/helpcontent2/source/text/swriter/01.po b/source/es/helpcontent2/source/text/swriter/01.po
index 4f022f4c8c7..e6961eb9fa3 100644
--- a/source/es/helpcontent2/source/text/swriter/01.po
+++ b/source/es/helpcontent2/source/text/swriter/01.po
@@ -4,7 +4,7 @@ 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: 2022-12-07 19:22+0100\n"
-"PO-Revision-Date: 2023-01-09 10:28+0000\n"
+"PO-Revision-Date: 2023-01-23 11:27+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_help-master/textswriter01/es/>\n"
"Language: es\n"
@@ -19950,7 +19950,7 @@ msgctxt ""
"par_id3149684\n"
"help.text"
msgid "ImageMap area"
-msgstr "Área del mapa de imagen"
+msgstr "Área de la imagen interactiva"
#. RbJ5R
#: 05060700.xhp
@@ -20436,7 +20436,7 @@ msgctxt ""
"hd_id3152772\n"
"help.text"
msgid "Image Map"
-msgstr "Mapa de imagen"
+msgstr "Imagen interactiva"
#. DTh9D
#: 05060800.xhp
@@ -20454,7 +20454,7 @@ msgctxt ""
"hd_id3153357\n"
"help.text"
msgid "Server-side image map"
-msgstr "Mapa de imagen del lado servidor"
+msgstr "Imagen interactiva del lado servidor"
#. qodS9
#: 05060800.xhp
@@ -20463,7 +20463,7 @@ msgctxt ""
"par_id3149176\n"
"help.text"
msgid "<ahelp hid=\"modules/swriter/ui/frmurlpage/server\">Uses a server-side image map.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/frmurlpage/server\">Usa un mapa de imagen desde el servidor.</ahelp>"
+msgstr "<ahelp hid=\"modules/swriter/ui/frmurlpage/server\">Usa una imagen interactiva desde el servidor.</ahelp>"
#. E56eZ
#: 05060800.xhp
@@ -20472,7 +20472,7 @@ msgctxt ""
"hd_id3156278\n"
"help.text"
msgid "Client-side image map"
-msgstr "Mapa de imagen del lado cliente"
+msgstr "Imagen interactiva del lado cliente"
#. xi94A
#: 05060800.xhp
@@ -20481,7 +20481,7 @@ msgctxt ""
"par_id3151036\n"
"help.text"
msgid "<ahelp hid=\"modules/swriter/ui/frmurlpage/client\">Uses the <link href=\"text/shared/01/02220000.xhp\">image map</link> that you created for the selected object.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/frmurlpage/client\">Usa el <link href=\"text/shared/01/02220000.xhp\">mapa de imagen</link> que se ha creado para el objeto seleccionado.</ahelp>"
+msgstr "<ahelp hid=\"modules/swriter/ui/frmurlpage/client\">Usa la <link href=\"text/shared/01/02220000.xhp\">imagen interactiva</link> que se ha creado para el objeto seleccionado.</ahelp>"
#. gx4Er
#: 05060800.xhp
diff --git a/source/es/helpcontent2/source/text/swriter/02.po b/source/es/helpcontent2/source/text/swriter/02.po
index bfcea3b2938..3383d5ffbcf 100644
--- a/source/es/helpcontent2/source/text/swriter/02.po
+++ b/source/es/helpcontent2/source/text/swriter/02.po
@@ -4,7 +4,7 @@ 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: 2022-12-07 19:22+0100\n"
-"PO-Revision-Date: 2022-12-07 12:18+0000\n"
+"PO-Revision-Date: 2023-01-23 11:27+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_help-master/textswriter02/es/>\n"
"Language: es\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.12.2\n"
"X-POOTLE-MTIME: 1535101681.000000\n"
#. sqxGb
@@ -1787,7 +1787,7 @@ msgctxt ""
"par_id3155953\n"
"help.text"
msgid "<ahelp hid=\"modules/swriter/ui/inputwinmenu/phd\">Calculates a percentage.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"modules/swriter/ui/inputwinmenu/phd\">Calcula un porcentaje.</ahelp>"
#. gefrq
#: 14020000.xhp
@@ -1868,7 +1868,7 @@ msgctxt ""
"par_id3150244\n"
"help.text"
msgid "<ahelp hid=\".\">You can insert various operators in your formula.</ahelp> Choose from the following functions:"
-msgstr ""
+msgstr "<ahelp hid=\".\">Puede insertar varios operadores en su fórmula.</ahelp> Elija entre las funciones siguientes:"
#. uCpNp
#: 14020000.xhp
diff --git a/source/es/helpcontent2/source/text/swriter/guide.po b/source/es/helpcontent2/source/text/swriter/guide.po
index e7d47bff545..9200e68ff18 100644
--- a/source/es/helpcontent2/source/text/swriter/guide.po
+++ b/source/es/helpcontent2/source/text/swriter/guide.po
@@ -4,7 +4,7 @@ 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: 2022-12-19 15:00+0100\n"
-"PO-Revision-Date: 2023-01-09 10:28+0000\n"
+"PO-Revision-Date: 2023-01-23 11:27+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_help-master/textswriterguide/es/>\n"
"Language: es\n"
@@ -14567,7 +14567,7 @@ msgctxt ""
"par_id3149848\n"
"help.text"
msgid "In the <item type=\"menuitem\">Section</item> list, click the section you want to modify. You can press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+A to select all sections in the list, and you can Shift+click or <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+click to select some sections."
-msgstr "En la lista <item type=\"menuitem\">Sección</item>, pulse en la sección que quiere modificar. Puede oprimir <switchinline select=\"sys\"><caseinline select=\"MAC\">Comando</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+A para seleccionar todas las secciones en la lista, y puede mantener oprimida Mayús o <switchinline select=\"sys\"><caseinline select=\"MAC\">Comando</caseinline><defaultinline>Ctrl</defaultinline></switchinline> al tiempo que pulsa con el ratón, para seleccionar algunas secciones."
+msgstr "En la lista <item type=\"menuitem\">Sección</item>, pulse en la sección que quiere modificar. Puede oprimir <switchinline select=\"sys\"><caseinline select=\"MAC\">⌘A</caseinline><defaultinline>Ctrl + E</defaultinline></switchinline> para seleccionar todas las secciones en la lista, y puede mantener oprimida Mayús o <switchinline select=\"sys\"><caseinline select=\"MAC\">⌘</caseinline><defaultinline>Ctrl</defaultinline></switchinline> al tiempo que pulsa con el ratón, para seleccionar algunas secciones."
#. 8BHyv
#: section_edit.xhp
diff --git a/source/es/officecfg/registry/data/org/openoffice/Office/UI.po b/source/es/officecfg/registry/data/org/openoffice/Office/UI.po
index 72a5b0a800f..7822699ca16 100644
--- a/source/es/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/es/officecfg/registry/data/org/openoffice/Office/UI.po
@@ -4,7 +4,7 @@ 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: 2022-11-22 14:44+0100\n"
-"PO-Revision-Date: 2023-01-09 03:14+0000\n"
+"PO-Revision-Date: 2023-01-23 11:30+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeofficeui/es/>\n"
"Language: es\n"
@@ -22506,7 +22506,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Image~Map"
-msgstr "~Mapa de imagen"
+msgstr "Imagen interactiva"
#. ERUDC
#: GenericCommands.xcu
diff --git a/source/es/sd/messages.po b/source/es/sd/messages.po
index ed2ee179396..21e4cafc01e 100644
--- a/source/es/sd/messages.po
+++ b/source/es/sd/messages.po
@@ -4,7 +4,7 @@ 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: 2022-12-19 15:00+0100\n"
-"PO-Revision-Date: 2022-12-27 11:23+0000\n"
+"PO-Revision-Date: 2023-01-23 11:30+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_ui-master/sdmessages/es/>\n"
"Language: es\n"
@@ -10055,49 +10055,49 @@ msgstr "Restablecer"
#: sd/uiconfig/simpress/ui/tabledesignpanel.ui:184
msgctxt "tabledesignpanel|menuformat"
msgid "Format"
-msgstr ""
+msgstr "Formato"
#. 8myJL
#: sd/uiconfig/simpress/ui/tabledesignpanel.ui:194
msgctxt "tabledesignpanel|menufirstrow"
msgid "Header row..."
-msgstr ""
+msgstr "Fila de cabecera…"
#. ZeuD3
#: sd/uiconfig/simpress/ui/tabledesignpanel.ui:202
msgctxt "tabledesignpanel|menulastrow"
msgid "Total row..."
-msgstr ""
+msgstr "Fila de total…"
#. 3yZqr
#: sd/uiconfig/simpress/ui/tabledesignpanel.ui:210
msgctxt "tabledesignpanel|menuoddrows"
msgid "Banded rows..."
-msgstr ""
+msgstr "Filas con bandas…"
#. JzTgZ
#: sd/uiconfig/simpress/ui/tabledesignpanel.ui:224
msgctxt "tabledesignpanel|menufirstcolumn"
msgid "First column..."
-msgstr ""
+msgstr "Primera columna…"
#. f5bFZ
#: sd/uiconfig/simpress/ui/tabledesignpanel.ui:232
msgctxt "tabledesignpanel|menulastcolumn"
msgid "Last column..."
-msgstr ""
+msgstr "Última columna…"
#. MhPWp
#: sd/uiconfig/simpress/ui/tabledesignpanel.ui:240
msgctxt "tabledesignpanel|menuoddcolumns"
msgid "Banded columns..."
-msgstr ""
+msgstr "Columnas con bandas…"
#. fUFnD
#: sd/uiconfig/simpress/ui/tabledesignpanel.ui:254
msgctxt "tabledesignpanel|menubody"
msgid "Other cells..."
-msgstr ""
+msgstr "Otras celdas…"
#. FvyKu
#: sd/uiconfig/simpress/ui/templatedialog.ui:8
diff --git a/source/es/svx/messages.po b/source/es/svx/messages.po
index 6ac34075c1c..fc901014a07 100644
--- a/source/es/svx/messages.po
+++ b/source/es/svx/messages.po
@@ -4,8 +4,8 @@ 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: 2022-12-19 15:00+0100\n"
-"PO-Revision-Date: 2023-01-09 03:15+0000\n"
-"Last-Translator: B. Antonio Fernández <bantoniof@gmail.com>\n"
+"PO-Revision-Date: 2023-01-23 11:30+0000\n"
+"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_ui-master/svxmessages/es/>\n"
"Language: es\n"
"MIME-Version: 1.0\n"
@@ -6008,7 +6008,7 @@ msgstr "Imprimir la selección"
#: include/svx/strings.hrc:1081
msgctxt "RID_SVXSTR_QRY_PRINT_MSG"
msgid "Do you want to print the selection or the entire document?"
-msgstr "¿Quiere imprimir la selección o el documento entero?"
+msgstr "¿Quiere imprimir la selección o el documento íntegro?"
#. 3UyC8
#: include/svx/strings.hrc:1082
@@ -7407,13 +7407,13 @@ msgstr "No se pudieron cargar todos los objetos de SmartArt. Guardar en Microsof
#: include/svx/strings.hrc:1329
msgctxt "RID_SVXSTR_TABLECELL_HINT"
msgid "Table cell address. Click to open Table Properties dialog."
-msgstr ""
+msgstr "Dirección de celda de tabla. Pulse para abrir el cuadro de diálogo Propiedades de tabla."
#. MG6GF
#: include/svx/strings.hrc:1330
msgctxt "RID_SVXSTR_SECTION_HINT"
msgid "Section name. Click to open Edit Sections dialog."
-msgstr ""
+msgstr "Nombre de sección. Pulse para abrir el cuadro de diálogo Editar secciones."
#. rLN6T
#: include/svx/strings.hrc:1331
@@ -7431,7 +7431,7 @@ msgstr "Nivel de numeración. Pulse para abrir el cuadro de diálogo Numeración
#: include/svx/strings.hrc:1333
msgctxt "RID_SVXSTR_LIST_STYLE_HINT"
msgid "List Style and Level."
-msgstr ""
+msgstr "Estilo y nivel de lista."
#. G5sCs
#: include/svx/strings.hrc:1334
@@ -16078,7 +16078,7 @@ msgstr "_Recuperar selección"
#: svx/uiconfig/ui/docrecoveryrecoverdialog.ui:94
msgctxt "docrecoveryrecoverdialog|desc"
msgid "%PRODUCTNAME will attempt to recover the state of the files you were working on before it crashed. Click 'Recover Selected' to begin the process, or click 'Discard' to cancel the recovery."
-msgstr ""
+msgstr "%PRODUCTNAME intentará recuperar el estado de los archivos en que estaba trabajando cuando se produjo el cierre. Pulse en «Recuperar selección» para comenzar el proceso, o bien, en «Descartar» para cancelar la recuperación."
#. B98AV
#: svx/uiconfig/ui/docrecoveryrecoverdialog.ui:109
@@ -17526,7 +17526,7 @@ msgstr "Aplicar"
#: svx/uiconfig/ui/imapdialog.ui:154
msgctxt "imapdialog|extended_tip|TBI_APPLY"
msgid "Applies the changes that you made to the image map."
-msgstr "Aplica los cambios efectuados en el mapa de imagen."
+msgstr "Aplica los cambios efectuados en la imagen interactiva."
#. HG5FA
#: svx/uiconfig/ui/imapdialog.ui:167
@@ -17550,7 +17550,7 @@ msgstr "Guardar…"
#: svx/uiconfig/ui/imapdialog.ui:188
msgctxt "imapdialog|extended_tip|TBI_SAVEAS"
msgid "Saves the image map in the MAP-CERN, MAP-NCSA or SIP StarView ImageMap file format."
-msgstr "Guarda el mapa de imagen en el formato de archivo MAP-CERN, MAP-NCSA o SIP StarView."
+msgstr "Guarda la imagen interactiva en el formato de archivo MAP-CERN, MAP-NCSA o SIP StarView."
#. zicE4
#: svx/uiconfig/ui/imapdialog.ui:201
@@ -17568,7 +17568,7 @@ msgstr "Seleccionar"
#: svx/uiconfig/ui/imapdialog.ui:216
msgctxt "imapdialog|extended_tip|TBI_SELECT"
msgid "Selects a hotspot in the image map for editing."
-msgstr "Selecciona una zona activa en el mapa de imagen para editarla."
+msgstr "Selecciona una zona activa en la imagen interactiva para editarla."
#. MNb9P
#: svx/uiconfig/ui/imapdialog.ui:229
@@ -17742,7 +17742,7 @@ msgstr "Alternativa _textual:"
#: svx/uiconfig/ui/imapdialog.ui:534
msgctxt "imapdialog|textft"
msgid "Enter a short description of essential features of the image map for persons who do not see the image."
-msgstr "Introduzca una breve descripción de las características esenciales del mapa de imagen para personas que no pueden ver la imagen."
+msgstr "Introduzca una breve descripción de las características esenciales de la imagen interactiva para personas que no pueden ver la imagen."
#. DoDLD
#: svx/uiconfig/ui/imapdialog.ui:557
@@ -17754,7 +17754,7 @@ msgstr "Introduzca el URL del archivo que desea abrir al pulsar en la zona activ
#: svx/uiconfig/ui/imapdialog.ui:597
msgctxt "imapdialog|extended_tip|container"
msgid "Displays the image map, so that you can click and edit the hotspots."
-msgstr "Muestra el mapa de imagen para poder pulsar y editar las zonas activas."
+msgstr "Muestra la imagen interactiva para poder pulsar y editar las zonas activas."
#. FkpS8
#: svx/uiconfig/ui/imapdialog.ui:625
@@ -18484,13 +18484,13 @@ msgstr "¿Confirma que quiere eliminar este tema?"
#: svx/uiconfig/ui/querymodifyimagemapchangesdialog.ui:7
msgctxt "querymodifyimagemapchangesdialog|QueryModifyImageMapChangesDialog"
msgid "Save ImageMap changes?"
-msgstr "¿Guardar cambios en el mapa de imagen?"
+msgstr "¿Quiere guardar los cambios en la imagen interactiva?"
#. VzMMc
#: svx/uiconfig/ui/querymodifyimagemapchangesdialog.ui:14
msgctxt "querymodifyimagemapchangesdialog|QueryModifyImageMapChangesDialog"
msgid "The ImageMap has been modified."
-msgstr "Se modificó el mapa de la imagen."
+msgstr "Se ha modificado la imagen interactiva."
#. gA2hD
#: svx/uiconfig/ui/querymodifyimagemapchangesdialog.ui:15
@@ -18532,13 +18532,13 @@ msgstr "¿Quiere guardar los cambios?"
#: svx/uiconfig/ui/querysaveimagemapchangesdialog.ui:7
msgctxt "querysaveimagemapchangesdialog|QuerySaveImageMapChangesDialog"
msgid "Save ImageMap changes?"
-msgstr "¿Guardar cambios en el mapa de imagen?"
+msgstr "¿Quiere guardar los cambios en la imagen interactiva?"
#. ByAsL
#: svx/uiconfig/ui/querysaveimagemapchangesdialog.ui:14
msgctxt "querysaveimagemapchangesdialog|QuerySaveImageMapChangesDialog"
msgid "The ImageMap has been modified."
-msgstr "Se modificó el mapa de la imagen."
+msgstr "Se ha modificado la imagen interactiva."
#. 6zego
#: svx/uiconfig/ui/querysaveimagemapchangesdialog.ui:15
diff --git a/source/es/sw/messages.po b/source/es/sw/messages.po
index 7444df57e17..272b36b254f 100644
--- a/source/es/sw/messages.po
+++ b/source/es/sw/messages.po
@@ -4,7 +4,7 @@ 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: 2022-12-19 15:00+0100\n"
-"PO-Revision-Date: 2023-01-09 03:14+0000\n"
+"PO-Revision-Date: 2023-01-23 11:30+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_ui-master/swmessages/es/>\n"
"Language: es\n"
@@ -6086,7 +6086,7 @@ msgstr ""
#: sw/inc/strings.hrc:682
msgctxt "STR_OUTLINE_LEVELS_SHOWN_SPIN_LABEL"
msgid "Level (1 - 10)"
-msgstr ""
+msgstr "Nivel (1-10)"
#. TWsiq
#: sw/inc/strings.hrc:683
@@ -11574,7 +11574,7 @@ msgstr "Escriba en este campo su cargo dentro de la empresa."
#: sw/uiconfig/swriter/ui/businessdatapage.ui:184
msgctxt "businessdatapage|fax-atkobject"
msgid "Fax number"
-msgstr ""
+msgstr "Número de fax"
#. hCy4G
#: sw/uiconfig/swriter/ui/businessdatapage.ui:185
@@ -16595,31 +16595,31 @@ msgstr "Enlazar con"
#: sw/uiconfig/swriter/ui/frmurlpage.ui:205
msgctxt "frmurlpage|server"
msgid "_Server-side image map"
-msgstr "Mapa de imagen del _servidor"
+msgstr "Imagen interactiva del lado _servidor"
#. b7kPv
#: sw/uiconfig/swriter/ui/frmurlpage.ui:214
msgctxt "frmurlpage|extended_tip|server"
msgid "Uses a server-side image map."
-msgstr "Usa un mapa de imagen desde el servidor."
+msgstr "Usa una imagen interactiva desde el servidor."
#. MWxs6
#: sw/uiconfig/swriter/ui/frmurlpage.ui:225
msgctxt "frmurlpage|client"
msgid "_Client-side image map"
-msgstr "Mapa de imagen del _cliente"
+msgstr "Imagen interactiva del lado _cliente"
#. FxBbu
#: sw/uiconfig/swriter/ui/frmurlpage.ui:234
msgctxt "frmurlpage|extended_tip|client"
msgid "Uses the image map that you created for the selected object."
-msgstr "Usa el mapa de imagen que se ha creado para el objeto seleccionado."
+msgstr "Usa la imagen interactiva que se ha creado para el objeto seleccionado."
#. Y49PK
#: sw/uiconfig/swriter/ui/frmurlpage.ui:249
msgctxt "frmurlpage|label2"
msgid "Image Map"
-msgstr "Mapa de imagen"
+msgstr "Imagen interactiva"
#. SB3EF
#: sw/uiconfig/swriter/ui/frmurlpage.ui:264
@@ -18791,13 +18791,13 @@ msgstr "Enviar respuestas a una dirección _distinta"
#: sw/uiconfig/swriter/ui/mailconfigpage.ui:130
msgctxt "extended_tip|replytocb"
msgid "Uses the email address that you enter in the Reply address text box as the reply-to email address."
-msgstr "Utiliza la dirección de correo electrónico que introduzca en el cuadro Dirección de respuesta como buzón de respuestas."
+msgstr "Utiliza la dirección de correo electrónico que introduzca en el cuadro Dirección para respuestas como buzón de respuestas."
#. AESca
#: sw/uiconfig/swriter/ui/mailconfigpage.ui:146
msgctxt "mailconfigpage|replyto_label"
msgid "_Reply address:"
-msgstr "Dirección de _respuestas:"
+msgstr "Dir. para _respuestas:"
#. 5KJrn
#: sw/uiconfig/swriter/ui/mailconfigpage.ui:162
@@ -25764,7 +25764,7 @@ msgstr "Escriba su profesión"
#: sw/uiconfig/swriter/ui/privateuserpage.ui:241
msgctxt "privateuserpage|fax-atkobject"
msgid "Fax number"
-msgstr ""
+msgstr "Número de fax"
#. CtsEr
#: sw/uiconfig/swriter/ui/privateuserpage.ui:242
@@ -25806,7 +25806,7 @@ msgstr "_Nombre/apellidos/iniciales 2:"
#: sw/uiconfig/swriter/ui/privateuserpage.ui:338
msgctxt "privateuserpage|firstname2-atkobject"
msgid "First name"
-msgstr ""
+msgstr "Nombre(s)"
#. V3dvt
#: sw/uiconfig/swriter/ui/privateuserpage.ui:339
@@ -25818,7 +25818,7 @@ msgstr "Escriba su nombre de pila"
#: sw/uiconfig/swriter/ui/privateuserpage.ui:357
msgctxt "privateuserpage|lastname2-atkobject"
msgid "Last name"
-msgstr ""
+msgstr "Apellido(s)"
#. xCEPE
#: sw/uiconfig/swriter/ui/privateuserpage.ui:358
diff --git a/source/es/uui/messages.po b/source/es/uui/messages.po
index b8756cdd71c..ddfd7ee5cc7 100644
--- a/source/es/uui/messages.po
+++ b/source/es/uui/messages.po
@@ -4,8 +4,8 @@ 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: 2022-10-10 13:36+0200\n"
-"PO-Revision-Date: 2022-10-21 14:19+0000\n"
-"Last-Translator: Francisco.ruiz <fjrbas@yahoo.es>\n"
+"PO-Revision-Date: 2023-01-23 11:30+0000\n"
+"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_ui-master/uuimessages/es/>\n"
"Language: es\n"
"MIME-Version: 1.0\n"
@@ -761,7 +761,7 @@ msgid ""
"User Name: $(ARG2)"
msgstr ""
"Nombre del documento: $(ARG1)\n"
-"Nombre del usuario: $(ARG2)"
+"Nombre de usuario: $(ARG2)"
#. EXAAf
#: uui/inc/strings.hrc:51
diff --git a/source/fi/helpcontent2/source/text/scalc/01.po b/source/fi/helpcontent2/source/text/scalc/01.po
index 5842cb8b3db..6b73e350308 100644
--- a/source/fi/helpcontent2/source/text/scalc/01.po
+++ b/source/fi/helpcontent2/source/text/scalc/01.po
@@ -4,7 +4,7 @@ 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: 2022-12-08 19:46+0100\n"
-"PO-Revision-Date: 2022-12-07 12:18+0000\n"
+"PO-Revision-Date: 2023-01-23 11:27+0000\n"
"Last-Translator: Tuomas Hietala <tuomas.hietala@iki.fi>\n"
"Language-Team: Finnish <https://translations.documentfoundation.org/projects/libo_help-master/textscalc01/fi/>\n"
"Language: fi\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.12.2\n"
"X-POOTLE-MTIME: 1542029837.000000\n"
#. sZfWF
@@ -53906,7 +53906,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Calculation Accuracy"
-msgstr ""
+msgstr "Laskentatarkkuus"
#. 8Bv3f
#: calculation_accuracy.xhp
diff --git a/source/fi/helpcontent2/source/text/scalc/guide.po b/source/fi/helpcontent2/source/text/scalc/guide.po
index f505c720238..5c14b5d3f33 100644
--- a/source/fi/helpcontent2/source/text/scalc/guide.po
+++ b/source/fi/helpcontent2/source/text/scalc/guide.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2022-12-07 19:22+0100\n"
-"PO-Revision-Date: 2022-12-07 12:18+0000\n"
+"PO-Revision-Date: 2023-01-23 11:28+0000\n"
"Last-Translator: Tuomas Hietala <tuomas.hietala@iki.fi>\n"
"Language-Team: Finnish <https://translations.documentfoundation.org/projects/libo_help-master/textscalcguide/fi/>\n"
"Language: fi\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.12.2\n"
"X-POOTLE-MTIME: 1542196743.000000\n"
#. NXy6S
@@ -8358,7 +8358,7 @@ msgctxt ""
"par_id2760093\n"
"help.text"
msgid "When you drag-and-drop a selection of cells, rows or columns on a Calc sheet, the cells (including the ones in selected rows or columns) normally overwrite the existing cells in the area where you drop. This is the normal <emph>overwrite mode</emph>."
-msgstr "Kun Calcin taulukon solu- rivi- tai sarakevalinta vedetään ja pudotetaan, solut (mukaan lukien valittujen rivien ja sarakkeiden solut) normaalisti ylikirjoittavat alle jäävät solut. Tämä on tavallinen <emph>ylikirjoitustila</emph>."
+msgstr "Kun Calcin taulukon solu- rivi- tai sarakevalinta vedetään ja pudotetaan, solut (mukaan lukien valittujen rivien ja sarakkeiden solut) normaalisti korvaavat alle jäävät solut. Tämä on tavallinen <emph>korvaustila</emph>."
#. BGUHG
#: move_dragdrop.xhp
@@ -8466,7 +8466,7 @@ msgctxt ""
"par_id2815637\n"
"help.text"
msgid "Cells are moved and overwrite the cells in the target area. Source cells are emptied."
-msgstr "Solut siirretään ja kohdealueen solut ylikirjoitetaan. Lähdealueen solut tyhjenevät."
+msgstr "Solut siirretään ja kohdealueen solut korvataan. Lähdealueen solut tyhjenevät."
#. VqGjf
#: move_dragdrop.xhp
@@ -8484,7 +8484,7 @@ msgctxt ""
"par_id4278389\n"
"help.text"
msgid "Cells are copied and overwrite the cells in the target area. Source cells stay as they are."
-msgstr "Solut kopioidaan ja kohdealueen solut ylikirjoitetaan. Lähdealueen solut jäävät ennalleen."
+msgstr "Solut kopioidaan ja kohdealueen solut korvataan. Lähdealueen solut jäävät ennalleen."
#. 2HVTA
#: move_dragdrop.xhp
@@ -8502,7 +8502,7 @@ msgctxt ""
"par_id5369121\n"
"help.text"
msgid "Links to the source cells are inserted and overwrite the cells in the target area. Source cells stay as they are."
-msgstr "Kohdealueen soluihin lisätään ylikirjoittaen linkit lähdealueelle. Lähdealueen solut jäävät ennalleen."
+msgstr "Kohdealueen soluihin lisätään linkit lähdealueelle, korvaten kohdealueen solujen aiemman sisällön. Lähdealueen solut jäävät ennalleen."
#. GLDS6
#: move_dragdrop.xhp
diff --git a/source/fi/helpcontent2/source/text/shared/02.po b/source/fi/helpcontent2/source/text/shared/02.po
index f4d055f72db..25eb4e5efa1 100644
--- a/source/fi/helpcontent2/source/text/shared/02.po
+++ b/source/fi/helpcontent2/source/text/shared/02.po