aboutsummaryrefslogtreecommitdiff
path: root/source/vi/extensions/messages.po
blob: d7ed32da7b4cb96acf30666494745ea58fe8d349 (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
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
3274
3275
3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
3294
3295
3296
3297
3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
3352
3353
3354
3355
3356
3357
3358
3359
3360
3361
3362
3363
3364
3365
3366
3367
3368
3369
3370
3371
3372
3373
3374
3375
3376
3377
3378
3379
3380
3381
3382
3383
3384
3385
3386
3387
3388
3389
3390
3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
3407
3408
3409
3410
3411
3412
3413
3414
3415
3416
3417
3418
3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
3486
3487
3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
3500
3501
3502
3503
3504
3505
3506
3507
3508
3509
3510
3511
3512
3513
3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
3550
3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
3577
3578
3579
3580
3581
3582
3583
3584
3585
3586
3587
3588
3589
3590
3591
3592
3593
3594
3595
3596
3597
3598
3599
3600
3601
3602
3603
3604
3605
3606
3607
3608
3609
3610
3611
3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
3626
3627
3628
3629
3630
3631
3632
3633
3634
3635
3636
3637
3638
3639
3640
3641
3642
3643
3644
3645
3646
3647
3648
3649
3650
3651
3652
3653
3654
3655
3656
3657
3658
3659
3660
3661
3662
3663
3664
3665
3666
3667
3668
3669
3670
3671
3672
3673
3674
3675
3676
3677
3678
3679
3680
3681
3682
3683
3684
3685
3686
3687
3688
3689
3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
3710
3711
3712
3713
3714
3715
3716
3717
3718
3719
3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
3739
3740
3741
3742
3743
3744
3745
3746
3747
3748
3749
3750
3751
3752
3753
3754
3755
3756
3757
3758
3759
3760
3761
3762
3763
3764
3765
3766
3767
3768
3769
3770
3771
3772
3773
3774
3775
3776
3777
3778
3779
3780
3781
3782
3783
3784
3785
3786
3787
3788
3789
3790
3791
3792
3793
3794
3795
3796
3797
3798
3799
3800
3801
3802
3803
3804
3805
3806
3807
3808
3809
3810
3811
3812
3813
3814
3815
3816
3817
3818
3819
3820
3821
3822
3823
3824
3825
3826
3827
3828
3829
3830
3831
3832
3833
3834
3835
3836
3837
3838
3839
3840
3841
3842
3843
3844
3845
3846
3847
3848
3849
3850
3851
3852
3853
3854
3855
3856
3857
3858
3859
3860
3861
3862
3863
3864
3865
3866
3867
3868
3869
3870
3871
3872
3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
3884
3885
3886
3887
3888
3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
3903
3904
3905
3906
3907
3908
3909
3910
3911
3912
3913
3914
3915
3916
3917
3918
3919
3920
3921
3922
3923
3924
3925
3926
3927
3928
3929
3930
3931
3932
3933
3934
3935
3936
3937
3938
3939
3940
3941
3942
3943
3944
3945
3946
3947
3948
3949
3950
3951
3952
3953
3954
3955
3956
3957
3958
3959
3960
3961
3962
3963
3964
3965
3966
3967
3968
3969
3970
3971
3972
3973
3974
3975
3976
3977
3978
3979
3980
3981
3982
3983
3984
3985
3986
3987
3988
3989
3990
3991
3992
3993
3994
3995
3996
3997
3998
3999
4000
4001
4002
4003
4004
4005
4006
4007
4008
4009
4010
4011
4012
4013
4014
4015
4016
4017
4018
4019
4020
4021
4022
4023
4024
4025
4026
4027
4028
4029
4030
4031
4032
4033
4034
4035
4036
4037
4038
4039
4040
4041
4042
4043
4044
4045
4046
4047
4048
4049
4050
4051
4052
4053
4054
4055
4056
4057
4058
4059
4060
4061
4062
4063
4064
4065
4066
4067
4068
4069
4070
4071
4072
4073
4074
4075
4076
4077
4078
4079
4080
4081
4082
4083
4084
4085
4086
4087
4088
4089
4090
4091
4092
4093
4094
4095
4096
4097
4098
4099
4100
4101
4102
4103
4104
4105
4106
4107
4108
4109
4110
4111
4112
4113
4114
4115
4116
4117
4118
4119
4120
4121
4122
4123
4124
4125
4126
4127
4128
4129
4130
4131
4132
4133
4134
4135
4136
4137
4138
4139
4140
4141
4142
4143
4144
4145
4146
4147
4148
4149
4150
4151
4152
4153
4154
4155
4156
4157
4158
4159
4160
4161
4162
4163
4164
4165
4166
4167
4168
4169
4170
4171
4172
4173
4174
4175
4176
4177
4178
4179
4180
4181
4182
4183
4184
4185
4186
4187
4188
4189
4190
4191
4192
4193
4194
4195
4196
4197
4198
4199
4200
4201
4202
4203
4204
4205
4206
4207
4208
4209
4210
4211
4212
4213
4214
4215
4216
4217
4218
4219
4220
4221
4222
4223
4224
4225
4226
4227
4228
4229
4230
4231
4232
4233
4234
4235
4236
4237
4238
4239
4240
4241
4242
4243
4244
4245
4246
4247
4248
4249
4250
4251
4252
4253
4254
4255
4256
4257
4258
4259
4260
4261
4262
4263
4264
4265
4266
4267
4268
4269
4270
4271
4272
4273
4274
4275
4276
4277
4278
4279
4280
4281
4282
4283
4284
4285
4286
4287
4288
4289
4290
4291
4292
4293
4294
4295
4296
4297
4298
4299
4300
4301
4302
4303
4304
4305
4306
4307
4308
4309
4310
4311
4312
4313
4314
4315
4316
4317
4318
4319
4320
4321
4322
4323
4324
4325
4326
4327
4328
4329
4330
4331
4332
4333
4334
4335
4336
4337
4338
4339
4340
4341
4342
4343
4344
4345
4346
4347
4348
4349
4350
4351
4352
4353
4354
4355
4356
4357
4358
4359
4360
4361
4362
4363
4364
4365
4366
4367
4368
4369
4370
4371
4372
4373
4374
4375
4376
4377
4378
4379
4380
4381
4382
4383
4384
4385
4386
4387
4388
4389
4390
4391
4392
4393
4394
4395
4396
4397
4398
4399
4400
4401
4402
4403
4404
4405
4406
4407
4408
4409
4410
4411
4412
4413
4414
4415
4416
4417
4418
4419
4420
4421
4422
4423
4424
4425
4426
4427
4428
4429
4430
4431
4432
4433
4434
4435
4436
4437
4438
4439
4440
4441
4442
4443
4444
4445
4446
4447
4448
4449
4450
4451
4452
4453
4454
4455
4456
4457
4458
4459
4460
4461
4462
4463
4464
4465
4466
4467
4468
4469
4470
4471
4472
4473
4474
4475
4476
4477
#. extracted from extensions/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: 2023-04-19 12:23+0200\n"
"PO-Revision-Date: 2023-06-21 02:35+0000\n"
"Last-Translator: Nguyễn Hoàng Minh <mingu03@yandex.com>\n"
"Language-Team: Vietnamese <https://translations.documentfoundation.org/projects/libo_ui-master/extensionsmessages/vi/>\n"
"Language: vi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Accelerator-Marker: ~\n"
"X-Generator: Weblate 4.15.2\n"
"X-POOTLE-MTIME: 1542025425.000000\n"

#. cBx8W
#: extensions/inc/command.hrc:31
msgctxt "RID_RSC_ENUM_COMMAND_TYPE"
msgid "Table"
msgstr "Bảng"

#. 8SwUG
#: extensions/inc/command.hrc:32
msgctxt "RID_RSC_ENUM_COMMAND_TYPE"
msgid "Query"
msgstr "Truy vấn"

#. FrQBJ
#: extensions/inc/command.hrc:33
msgctxt "RID_RSC_ENUM_COMMAND_TYPE"
msgid "SQL command"
msgstr "Câu lệnh SQL"

#. wH3TZ
msgctxt "stock"
msgid "_Add"
msgstr "Thêm (_A)"

#. S9dsC
msgctxt "stock"
msgid "_Apply"
msgstr "_Áp dụng"

#. TMo6G
msgctxt "stock"
msgid "_Cancel"
msgstr "Huỷ (_C)"

#. MRCkv
msgctxt "stock"
msgid "_Close"
msgstr "Đóng (_C)"

#. nvx5t
msgctxt "stock"
msgid "_Delete"
msgstr "Xoá (_D)"

#. YspCj
msgctxt "stock"
msgid "_Edit"
msgstr "Chỉnh sửa (_E)"

#. imQxr
msgctxt "stock"
msgid "_Help"
msgstr "Trợ giúp (_H)"

#. RbjyB
msgctxt "stock"
msgid "_New"
msgstr "Mới (_N)"

#. dx2yy
msgctxt "stock"
msgid "_No"
msgstr "Khô_ng"

#. M9DsL
msgctxt "stock"
msgid "_OK"
msgstr "_OK"

#. VtJS9
msgctxt "stock"
msgid "_Remove"
msgstr "Loại bỏ (_R)"

#. C69Fy
msgctxt "stock"
msgid "_Reset"
msgstr "Đặt lại (_R)"

#. mgpxh
msgctxt "stock"
msgid "_Yes"
msgstr "Đồng _ý"

#. hEBQd
#: extensions/inc/showhide.hrc:31
msgctxt "RID_RSC_ENUM_SHOWHIDE"
msgid "Hide"
msgstr "Ẩn"

#. 6NMuP
#: extensions/inc/showhide.hrc:32
msgctxt "RID_RSC_ENUM_SHOWHIDE"
msgid "Show"
msgstr "Hiện"

#. jtRex
#: extensions/inc/stringarrays.hrc:29
msgctxt "RID_RSC_ENUM_VERTICAL_ALIGN"
msgid "Top"
msgstr "Đỉnh"

#. dKUAY
#: extensions/inc/stringarrays.hrc:30
msgctxt "RID_RSC_ENUM_VERTICAL_ALIGN"
msgid "Middle"
msgstr "Giữa"

#. zrn8B
#: extensions/inc/stringarrays.hrc:31
msgctxt "RID_RSC_ENUM_VERTICAL_ALIGN"
msgid "Bottom"
msgstr "Đáy"

#. 9sD4A
#: extensions/inc/stringarrays.hrc:36
msgctxt "RID_RSC_ENUM_ICONSIZE_TYPE"
msgid "Small"
msgstr "Nhỏ"

#. Xqy9X
#: extensions/inc/stringarrays.hrc:37
msgctxt "RID_RSC_ENUM_ICONSIZE_TYPE"
msgid "Large"
msgstr "Lớn"

#. 5ACyV
#: extensions/inc/stringarrays.hrc:42
msgctxt "RID_RSC_ENUM_BORDER_TYPE"
msgid "Without frame"
msgstr "Không có khung"

#. ozfAi
#: extensions/inc/stringarrays.hrc:43
msgctxt "RID_RSC_ENUM_BORDER_TYPE"
msgid "3D look"
msgstr "Kiểu 3D"

#. zv7ER
#: extensions/inc/stringarrays.hrc:44
msgctxt "RID_RSC_ENUM_BORDER_TYPE"
msgid "Flat"
msgstr "Phẳng"

#. hLCDu
#: extensions/inc/stringarrays.hrc:49
msgctxt "RID_RSC_ENUM_LISTSOURCE_TYPE"
msgid "Valuelist"
msgstr "Danh sách giá trị"

#. uEHqn
#: extensions/inc/stringarrays.hrc:50
msgctxt "RID_RSC_ENUM_LISTSOURCE_TYPE"
msgid "Table"
msgstr "Bảng"

#. GxEC7
#: extensions/inc/stringarrays.hrc:51
msgctxt "RID_RSC_ENUM_LISTSOURCE_TYPE"
msgid "Query"
msgstr "Truy vấn"

#. Espc7
#: extensions/inc/stringarrays.hrc:52
msgctxt "RID_RSC_ENUM_LISTSOURCE_TYPE"
msgid "Sql"
msgstr "SQL"

#. GCQne
#: extensions/inc/stringarrays.hrc:53
msgctxt "RID_RSC_ENUM_LISTSOURCE_TYPE"
msgid "Sql [Native]"
msgstr "SQL [Native]"

#. kMQfy
#: extensions/inc/stringarrays.hrc:54
msgctxt "RID_RSC_ENUM_LISTSOURCE_TYPE"
msgid "Tablefields"
msgstr "Trường bảng"

#. LXToU
#: extensions/inc/stringarrays.hrc:59
msgctxt "RID_RSC_ENUM_ALIGNMENT"
msgid "Left"
msgstr "Trái"

#. GdfD5
#: extensions/inc/stringarrays.hrc:60
msgctxt "RID_RSC_ENUM_ALIGNMENT"
msgid "Center"
msgstr "Giữa"

#. CavSj
#: extensions/inc/stringarrays.hrc:61
msgctxt "RID_RSC_ENUM_ALIGNMENT"
msgid "Right"
msgstr "Phải"

#. nAV82
#: extensions/inc/stringarrays.hrc:66
msgctxt "RID_RSC_ENUM_BUTTONTYPE"
msgid "None"
msgstr "Không"

#. FcKuk
#: extensions/inc/stringarrays.hrc:67
msgctxt "RID_RSC_ENUM_BUTTONTYPE"
msgid "Submit form"
msgstr "Gửi biễu mẫu"

#. sUzBS
#: extensions/inc/stringarrays.hrc:68
msgctxt "RID_RSC_ENUM_BUTTONTYPE"
msgid "Reset form"
msgstr "Đặt lại biểu mẫu"

#. dvtFb
#: extensions/inc/stringarrays.hrc:69
msgctxt "RID_RSC_ENUM_BUTTONTYPE"
msgid "Open document/web page"
msgstr "Mở tài liệu/trang Web"

#. PfTdk
#: extensions/inc/stringarrays.hrc:70
msgctxt "RID_RSC_ENUM_BUTTONTYPE"
msgid "First record"
msgstr "Bản ghi đầu"

#. arZzt
#: extensions/inc/stringarrays.hrc:71
msgctxt "RID_RSC_ENUM_BUTTONTYPE"
msgid "Previous record"
msgstr "Bản ghi trước"

#. wBVrm
#: extensions/inc/stringarrays.hrc:72
msgctxt "RID_RSC_ENUM_BUTTONTYPE"
msgid "Next record"
msgstr "Bản ghi sau"

#. MeCez
#: extensions/inc/stringarrays.hrc:73
msgctxt "RID_RSC_ENUM_BUTTONTYPE"
msgid "Last record"
msgstr "Bản ghi cuối"

#. DRGF8
#: extensions/inc/stringarrays.hrc:74
msgctxt "RID_RSC_ENUM_BUTTONTYPE"
msgid "Save record"
msgstr "Lưu bản ghi"

#. qA9DX
#: extensions/inc/stringarrays.hrc:75
msgctxt "RID_RSC_ENUM_BUTTONTYPE"
msgid "Undo data entry"
msgstr "Hoàn tác nhập dữ liệu"

#. b6Es8
#: extensions/inc/stringarrays.hrc:76
msgctxt "RID_RSC_ENUM_BUTTONTYPE"
msgid "New record"
msgstr "Bản ghi mới"

#. GYDro
#: extensions/inc/stringarrays.hrc:77
msgctxt "RID_RSC_ENUM_BUTTONTYPE"
msgid "Delete record"
msgstr "Xoá bản ghi"

#. Xr2KA
#: extensions/inc/stringarrays.hrc:78
msgctxt "RID_RSC_ENUM_BUTTONTYPE"
msgid "Refresh form"
msgstr "Làm mới biểu mẫu"

#. o9DBE
#: extensions/inc/stringarrays.hrc:83
msgctxt "RID_RSC_ENUM_SUBMIT_ENCODING"
msgid "URL"
msgstr "URL"

#. 3pmDf
#: extensions/inc/stringarrays.hrc:84
msgctxt "RID_RSC_ENUM_SUBMIT_ENCODING"
msgid "Multipart"
msgstr "Đa phần"

#. pBQpv
#: extensions/inc/stringarrays.hrc:85
msgctxt "RID_RSC_ENUM_SUBMIT_ENCODING"
msgid "Text"
msgstr "Văn bản"

#. jDMbK
#: extensions/inc/stringarrays.hrc:90
msgctxt "RID_RSC_ENUM_DATEFORMAT_LIST"
msgid "Standard (short)"
msgstr "Chuẩn (ngắn)"

#. 22W6Q
#: extensions/inc/stringarrays.hrc:91
msgctxt "RID_RSC_ENUM_DATEFORMAT_LIST"
msgid "Standard (short YY)"
msgstr "Chuẩn (ngắn YY)"

#. HDau6
#: extensions/inc/stringarrays.hrc:92
msgctxt "RID_RSC_ENUM_DATEFORMAT_LIST"
msgid "Standard (short YYYY)"
msgstr "Chuẩn (ngắn YYYY)"

#. DCJNC
#: extensions/inc/stringarrays.hrc:93
msgctxt "RID_RSC_ENUM_DATEFORMAT_LIST"
msgid "Standard (long)"
msgstr "Chuẩn (dài)"

#. DmUmW
#: extensions/inc/stringarrays.hrc:94
msgctxt "RID_RSC_ENUM_DATEFORMAT_LIST"
msgid "DD/MM/YY"
msgstr "DD/MM/YY"

#. GyoSx
#: extensions/inc/stringarrays.hrc:95
msgctxt "RID_RSC_ENUM_DATEFORMAT_LIST"
msgid "MM/DD/YY"
msgstr "MM/DD/YY"

#. PHRWs
#: extensions/inc/stringarrays.hrc:96
msgctxt "RID_RSC_ENUM_DATEFORMAT_LIST"
msgid "YY/MM/DD"
msgstr "YY/MM/DD"

#. 5EDt6
#: extensions/inc/stringarrays.hrc:97
msgctxt "RID_RSC_ENUM_DATEFORMAT_LIST"
msgid "DD/MM/YYYY"
msgstr "DD/MM/YYYY"

#. FdnkZ
#: extensions/inc/stringarrays.hrc:98
msgctxt "RID_RSC_ENUM_DATEFORMAT_LIST"
msgid "MM/DD/YYYY"
msgstr "MM/DD/YYYY"

#. VATg7
#: extensions/inc/stringarrays.hrc:99
msgctxt "RID_RSC_ENUM_DATEFORMAT_LIST"
msgid "YYYY/MM/DD"
msgstr "YYYY/MM/DD"

#. rUJHq
#: extensions/inc/stringarrays.hrc:100
msgctxt "RID_RSC_ENUM_DATEFORMAT_LIST"
msgid "YY-MM-DD"
msgstr "YY-MM-DD"

#. 7vYP9
#: extensions/inc/stringarrays.hrc:101
msgctxt "RID_RSC_ENUM_DATEFORMAT_LIST"
msgid "YYYY-MM-DD"
msgstr "YYYY-MM-DD"

#. E9sny
#: extensions/inc/stringarrays.hrc:106
msgctxt "RID_RSC_ENUM_TIMEFORMAT_LIST"
msgid "13:45"
msgstr "13:45"

#. d2sW3
#: extensions/inc/stringarrays.hrc:107
msgctxt "RID_RSC_ENUM_TIMEFORMAT_LIST"
msgid "13:45:00"
msgstr "13:45:00"

#. v6Dq4
#: extensions/inc/stringarrays.hrc:108
msgctxt "RID_RSC_ENUM_TIMEFORMAT_LIST"
msgid "01:45 PM"
msgstr "01:45 PM"

#. dSe7J
#: extensions/inc/stringarrays.hrc:109
msgctxt "RID_RSC_ENUM_TIMEFORMAT_LIST"
msgid "01:45:00 PM"
msgstr "01:45:00 PM"

#. XzT95
#: extensions/inc/stringarrays.hrc:114
msgctxt "RID_RSC_ENUM_CHECKED"
msgid "Not Selected"
msgstr "Chưa chọn"

#. sJ8zY
#: extensions/inc/stringarrays.hrc:115
msgctxt "RID_RSC_ENUM_CHECKED"
msgid "Selected"
msgstr "Đã chọn"

#. aHu75
#: extensions/inc/stringarrays.hrc:116
msgctxt "RID_RSC_ENUM_CHECKED"
msgid "Not Defined"
msgstr "Không xác định"

#. mhVDA
#: extensions/inc/stringarrays.hrc:121
msgctxt "RID_RSC_ENUM_CYCLE"
msgid "All records"
msgstr "Mọi bản ghi"

#. eA5iU
#: extensions/inc/stringarrays.hrc:122
msgctxt "RID_RSC_ENUM_CYCLE"
msgid "Active record"
msgstr "Bản ghi hoạt động"

#. Vkvj9
#: extensions/inc/stringarrays.hrc:123
msgctxt "RID_RSC_ENUM_CYCLE"
msgid "Current page"
msgstr "Trang hiện thời"

#. KhEqV
#: extensions/inc/stringarrays.hrc:128
msgctxt "RID_RSC_ENUM_NAVIGATION"
msgid "No"
msgstr "Không"

#. qS8rc
#: extensions/inc/stringarrays.hrc:129
msgctxt "RID_RSC_ENUM_NAVIGATION"
msgid "Yes"
msgstr "Có"

#. aJXyh
#: extensions/inc/stringarrays.hrc:130
msgctxt "RID_RSC_ENUM_NAVIGATION"
msgid "Parent Form"
msgstr "Biểu mẫu gốc"

#. SiMYZ
#: extensions/inc/stringarrays.hrc:135
msgctxt "RID_RSC_ENUM_SUBMIT_TARGET"
msgid "_blank"
msgstr "trống"

#. AcsCf
#: extensions/inc/stringarrays.hrc:136
msgctxt "RID_RSC_ENUM_SUBMIT_TARGET"
msgid "_parent"
msgstr "gốc"

#. pQZAG
#: extensions/inc/stringarrays.hrc:137
msgctxt "RID_RSC_ENUM_SUBMIT_TARGET"
msgid "_self"
msgstr "bản thân"

#. FwYDV
#: extensions/inc/stringarrays.hrc:138
msgctxt "RID_RSC_ENUM_SUBMIT_TARGET"
msgid "_top"
msgstr "đỉnh"

#. UEAHA
#: extensions/inc/stringarrays.hrc:143
msgctxt "RID_RSC_ENUM_SELECTION_TYPE"
msgid "None"
msgstr "Không"

#. YnZQA
#: extensions/inc/stringarrays.hrc:144
msgctxt "RID_RSC_ENUM_SELECTION_TYPE"
msgid "Single"
msgstr "Đơn"

#. EMYwE
#: extensions/inc/stringarrays.hrc:145
msgctxt "RID_RSC_ENUM_SELECTION_TYPE"
msgid "Multi"
msgstr "Đa"

#. 2x8ru
#: extensions/inc/stringarrays.hrc:146
msgctxt "RID_RSC_ENUM_SELECTION_TYPE"
msgid "Range"
msgstr "Phạm vi"

#. 8dCg5
#: extensions/inc/stringarrays.hrc:151
msgctxt "RID_RSC_ENUM_ORIENTATION"
msgid "Horizontal"
msgstr "Nằm ngang"

#. Z5BR2
#: extensions/inc/stringarrays.hrc:152
msgctxt "RID_RSC_ENUM_ORIENTATION"
msgid "Vertical"
msgstr "Nằm dọc"

#. BFfMD
#: extensions/inc/stringarrays.hrc:157
msgctxt "RID_RSC_ENUM_PUSHBUTTONTYPE"
msgid "Default"
msgstr "Mặc định"

#. eponH
#: extensions/inc/stringarrays.hrc:158
msgctxt "RID_RSC_ENUM_PUSHBUTTONTYPE"
msgid "OK"
msgstr "OK"

#. UkTKy
#: extensions/inc/stringarrays.hrc:159
msgctxt "RID_RSC_ENUM_PUSHBUTTONTYPE"
msgid "Cancel"
msgstr "Thôi"

#. yG859
#: extensions/inc/stringarrays.hrc:160
msgctxt "RID_RSC_ENUM_PUSHBUTTONTYPE"
msgid "Help"
msgstr "Trợ giúp"

#. vgkaF
#: extensions/inc/stringarrays.hrc:165
msgctxt "RID_RSC_ENUM_CELL_EXCHANGE_TYPE"
msgid "The selected entry"
msgstr "Mục nhập đã chọn"

#. pEAGX
#: extensions/inc/stringarrays.hrc:166
msgctxt "RID_RSC_ENUM_CELL_EXCHANGE_TYPE"
msgid "Position of the selected entry"
msgstr "Vị trí của mục nhập đã chọn"

#. Z2Rwm
#: extensions/inc/stringarrays.hrc:171
msgctxt "RID_RSC_ENUM_TEXTTYPE"
msgid "Single-line"
msgstr "Đơn dòng"

#. 7MQto
#: extensions/inc/stringarrays.hrc:172
msgctxt "RID_RSC_ENUM_TEXTTYPE"
msgid "Multi-line"
msgstr "Đa dòng"

#. 6D2rQ
#: extensions/inc/stringarrays.hrc:173
msgctxt "RID_RSC_ENUM_TEXTTYPE"
msgid "Multi-line with formatting"
msgstr "Đa dòng với định dạng"

#. NkEBb
#: extensions/inc/stringarrays.hrc:178
msgctxt "RID_RSC_ENUM_LINEEND_FORMAT"
msgid "LF (Unix)"
msgstr "LF (Unix)"

#. FfSEG
#: extensions/inc/stringarrays.hrc:179
msgctxt "RID_RSC_ENUM_LINEEND_FORMAT"
msgid "CR+LF (Windows)"
msgstr "CR+LF (Windows)"

#. A4N7i
#: extensions/inc/stringarrays.hrc:184
msgctxt "RID_RSC_ENUM_SCROLLBARS"
msgid "None"
msgstr "Không"

#. ghkcH
#: extensions/inc/stringarrays.hrc:185
msgctxt "RID_RSC_ENUM_SCROLLBARS"
msgid "Horizontal"
msgstr "Nằm ngang"

#. YNNCf
#: extensions/inc/stringarrays.hrc:186
msgctxt "RID_RSC_ENUM_SCROLLBARS"
msgid "Vertical"
msgstr "Nằm dọc"

#. gWynn
#: extensions/inc/stringarrays.hrc:187
msgctxt "RID_RSC_ENUM_SCROLLBARS"
msgid "Both"
msgstr "Cả hai"

#. GLuPa
#: extensions/inc/stringarrays.hrc:192
msgctxt "RID_RSC_ENUM_VISUALEFFECT"
msgid "3D"
msgstr "3D"

#. TFnZJ
#: extensions/inc/stringarrays.hrc:193
msgctxt "RID_RSC_ENUM_VISUALEFFECT"
msgid "Flat"
msgstr "Phẳng"

#. PmSDw
#: extensions/inc/stringarrays.hrc:198
msgctxt "RID_RSC_ENUM_IMAGE_POSITION"
msgid "Left top"
msgstr "Trên bên trái"

#. j3mHa
#: extensions/inc/stringarrays.hrc:199
msgctxt "RID_RSC_ENUM_IMAGE_POSITION"
msgid "Left centered"
msgstr "Giữa bên trái"

#. FinKD
#: extensions/inc/stringarrays.hrc:200
msgctxt "RID_RSC_ENUM_IMAGE_POSITION"
msgid "Left bottom"
msgstr "Dưới bên trái"

#. EgCsU
#: extensions/inc/stringarrays.hrc:201
msgctxt "RID_RSC_ENUM_IMAGE_POSITION"
msgid "Right top"
msgstr "Trên bên phải"

#. t54wS
#: extensions/inc/stringarrays.hrc:202
msgctxt "RID_RSC_ENUM_IMAGE_POSITION"
msgid "Right centered"
msgstr "Giữa bên phải"

#. H8u3j
#: extensions/inc/stringarrays.hrc:203
msgctxt "RID_RSC_ENUM_IMAGE_POSITION"
msgid "Right bottom"
msgstr "Dưới bên phải"

#. jhRkY
#: extensions/inc/stringarrays.hrc:204
msgctxt "RID_RSC_ENUM_IMAGE_POSITION"
msgid "Above left"
msgstr "Trên bên trái"

#. dmgVh
#: extensions/inc/stringarrays.hrc:205
msgctxt "RID_RSC_ENUM_IMAGE_POSITION"
msgid "Above centered"
msgstr "Trên trung tâm"

#. AGtAi
#: extensions/inc/stringarrays.hrc:206
msgctxt "RID_RSC_ENUM_IMAGE_POSITION"
msgid "Above right"
msgstr "Trên bên phải"

#. F2XCu
#: extensions/inc/stringarrays.hrc:207
msgctxt "RID_RSC_ENUM_IMAGE_POSITION"
msgid "Below left"
msgstr "Dưới bên trái"

#. 4JdJh
#: extensions/inc/stringarrays.hrc:208
msgctxt "RID_RSC_ENUM_IMAGE_POSITION"
msgid "Below centered"
msgstr "Dưới trung tâm"

#. chEB2
#: extensions/inc/stringarrays.hrc:209
msgctxt "RID_RSC_ENUM_IMAGE_POSITION"
msgid "Below right"
msgstr "Dưới bên phải"

#. GBHDS
#: extensions/inc/stringarrays.hrc:210
msgctxt "RID_RSC_ENUM_IMAGE_POSITION"
msgid "Centered"
msgstr "Trung tâm"

#. tB6AD
#: extensions/inc/stringarrays.hrc:215
msgctxt "RID_RSC_ENUM_WHITESPACE_HANDLING"
msgid "Preserve"
msgstr "Giữ"

#. CABAr
#: extensions/inc/stringarrays.hrc:216
msgctxt "RID_RSC_ENUM_WHITESPACE_HANDLING"
msgid "Replace"
msgstr "Thay thế"

#. MQHED
#: extensions/inc/stringarrays.hrc:217
msgctxt "RID_RSC_ENUM_WHITESPACE_HANDLING"
msgid "Collapse"
msgstr "Ẩn"

#. 2Kaax
#: extensions/inc/stringarrays.hrc:222
msgctxt "RID_RSC_ENUM_SCALE_MODE"
msgid "No"
msgstr "Không"

#. aKBSe
#: extensions/inc/stringarrays.hrc:223
msgctxt "RID_RSC_ENUM_SCALE_MODE"
msgid "Keep Ratio"
msgstr "Giữ nguyên tỉ lệ"

#. FHmy6
#: extensions/inc/stringarrays.hrc:224
msgctxt "RID_RSC_ENUM_SCALE_MODE"
msgid "Fit to Size"
msgstr "Chỉnh kích cỡ cho khớp"

#. 9YCAp
#: extensions/inc/stringarrays.hrc:229
msgctxt "RID_RSC_ENUM_WRITING_MODE"
msgid "Left-to-right"
msgstr "Trái qua phải"

#. xGDY3
#: extensions/inc/stringarrays.hrc:230
msgctxt "RID_RSC_ENUM_WRITING_MODE"
msgid "Right-to-left"
msgstr "Phải qua trái"

#. 4qSdq
#: extensions/inc/stringarrays.hrc:231
msgctxt "RID_RSC_ENUM_WRITING_MODE"
msgid "Use superordinate object settings"
msgstr "Dùng quan hệ thượng hạ vị thiết lập đối tượng"

#. LZ36B
#: extensions/inc/stringarrays.hrc:236
msgctxt "RID_RSC_ENUM_WHEEL_BEHAVIOR"
msgid "Never"
msgstr "Không bao giờ"

#. cGY5n
#: extensions/inc/stringarrays.hrc:237
msgctxt "RID_RSC_ENUM_WHEEL_BEHAVIOR"
msgid "When focused"
msgstr "Khi có tiêu điểm"

#. YXySA
#: extensions/inc/stringarrays.hrc:238
msgctxt "RID_RSC_ENUM_WHEEL_BEHAVIOR"
msgid "Always"
msgstr "Luôn luôn"

#. kFhs9
#: extensions/inc/stringarrays.hrc:243
msgctxt "RID_RSC_ENUM_TEXT_ANCHOR_TYPE"
msgid "To Paragraph"
msgstr "Tới đoạn"

#. WZ2Yp
#: extensions/inc/stringarrays.hrc:244
msgctxt "RID_RSC_ENUM_TEXT_ANCHOR_TYPE"
msgid "As Character"
msgstr "Như ký tự"

#. CXbfQ
#: extensions/inc/stringarrays.hrc:245
msgctxt "RID_RSC_ENUM_TEXT_ANCHOR_TYPE"
msgid "To Page"
msgstr "Tới trang"

#. cQn8Y
#: extensions/inc/stringarrays.hrc:246
msgctxt "RID_RSC_ENUM_TEXT_ANCHOR_TYPE"
msgid "To Frame"
msgstr "Tới khung"

#. 5nPDY
#: extensions/inc/stringarrays.hrc:247
msgctxt "RID_RSC_ENUM_TEXT_ANCHOR_TYPE"
msgid "To Character"
msgstr "Tới ký tự"

#. SrTFR
#: extensions/inc/stringarrays.hrc:252
msgctxt "RID_RSC_ENUM_SHEET_ANCHOR_TYPE"
msgid "To Page"
msgstr "Tới trang"

#. UyCfS
#: extensions/inc/stringarrays.hrc:253
msgctxt "RID_RSC_ENUM_SHEET_ANCHOR_TYPE"
msgid "To Cell"
msgstr "Tới ô"

#. qpwWD
#: extensions/inc/strings.hrc:27
msgctxt "RID_STR_EDITMASK"
msgid "Edit mask"
msgstr "Sửa mặt nạ"

#. zjVEo
#: extensions/inc/strings.hrc:28
msgctxt "RID_STR_LITERALMASK"
msgid "Literal mask"
msgstr "Mặt nạ nghĩa chữ"

#. N7AFg
#: extensions/inc/strings.hrc:29
msgctxt "RID_STR_READONLY"
msgid "Read-only"
msgstr "Chỉ đọc"

#. Vmbbd
#: extensions/inc/strings.hrc:30
msgctxt "RID_STR_ENABLED"
msgid "Enabled"
msgstr "Bật"

#. CfMHM
#: extensions/inc/strings.hrc:31
msgctxt "RID_STR_ENABLE_VISIBLE"
msgid "Visible"
msgstr "Hiện"

#. gAuWS
#: extensions/inc/strings.hrc:32
msgctxt "RID_STR_AUTOCOMPLETE"
msgid "AutoFill"
msgstr "Tự động điền"

#. e9ghL
#: extensions/inc/strings.hrc:33
msgctxt "RID_STR_LINECOUNT"
msgid "Line count"
msgstr "Đếm dòng"

#. auFfe
#: extensions/inc/strings.hrc:34
msgctxt "RID_STR_MAXTEXTLEN"
msgid "Max. text length"
msgstr "Độ dài văn bản tối đa"

#. M3S2R
#: extensions/inc/strings.hrc:35
msgctxt "RID_STR_SPIN"
msgid "Spin Button"
msgstr "Nút xoay"

#. L45LN
#: extensions/inc/strings.hrc:36
msgctxt "RID_STR_STRICTFORMAT"
msgid "Strict format"
msgstr "Định dạng chặt"

#. qQLhA
#: extensions/inc/strings.hrc:37
msgctxt "RID_STR_SHOWTHOUSANDSEP"
msgid "Thousands separator"
msgstr "Phân cách hàng nghìn"

#. Q9amQ
#: extensions/inc/strings.hrc:38
msgctxt "RID_STR_PRINTABLE"
msgid "Printable"
msgstr "In được"

#. EBE9n
#: extensions/inc/strings.hrc:39
msgctxt "RID_STR_TARGET_URL"
msgid "URL"
msgstr "URL"

#. Xq3GZ
#: extensions/inc/strings.hrc:40
msgctxt "RID_STR_TARGET_FRAME"
msgid "Frame"
msgstr "Khung"

#. NbCEN
#: extensions/inc/strings.hrc:41
msgctxt "RID_STR_HELPTEXT"
msgid "Help text"
msgstr "Đoạn trợ giúp"

#. MANFA
#: extensions/inc/strings.hrc:42
msgctxt "RID_STR_HELPURL"
msgid "Help URL"
msgstr "URL trợ giúp"

#. YsPAD
#: extensions/inc/strings.hrc:43
msgctxt "RID_STR_TAG"
msgid "Additional information"
msgstr "Thông tin thêm"

#. eACth
#: extensions/inc/strings.hrc:44
msgctxt "RID_STR_ECHO_CHAR"
msgid "Password character"
msgstr "Ký tự mật khẩu"

#. G8AE8
#: extensions/inc/strings.hrc:45
msgctxt "RID_STR_TRISTATE"
msgid "Tristate"
msgstr "Ba tình trạng"

#. XEaFs
#: extensions/inc/strings.hrc:46
msgctxt "RID_STR_EMPTY_IS_NULL"
msgid "Empty string is NULL"
msgstr "Chuỗi rỗng là NULL"

#. G4nJY
#: extensions/inc/strings.hrc:47
msgctxt "RID_STR_DECIMAL_ACCURACY"
msgid "Decimal accuracy"
msgstr "Độ chính xác thập phân"

#. oxaBV
#: extensions/inc/strings.hrc:48
msgctxt "RID_STR_IMAGE_URL"
msgid "Graphics"
msgstr "Đồ họa"

#. AJhGf
#: extensions/inc/strings.hrc:49
msgctxt "RID_STR_DEFAULT_SELECT_SEQ"
msgid "Default selection"
msgstr "Chọn mặc định"

#. CxD54
#: extensions/inc/strings.hrc:50
msgctxt "RID_STR_DEFAULT_BUTTON"
msgid "Default button"
msgstr "Nút mặc định"

#. xC6rd
#: extensions/inc/strings.hrc:51
msgctxt "RID_STR_LABELCONTROL"
msgid "Label Field"
msgstr "Nhãn trường"

#. pr5zY
#: extensions/inc/strings.hrc:52
msgctxt "RID_STR_LABEL"
msgid "Label"
msgstr "Nhãn"

#. zBrzN
#: extensions/inc/strings.hrc:53
msgctxt "RID_STR_ALIGN"
msgid "Alignment"
msgstr "Canh lề"

#. 5FoyY
#: extensions/inc/strings.hrc:54
msgctxt "RID_STR_VERTICAL_ALIGN"
msgid "Vert. Alignment"
msgstr "Canh lề nằm dọc"

#. zbCdE
#: extensions/inc/strings.hrc:55
msgctxt "RID_STR_IMAGEPOSITION"
msgid "Graphics alignment"
msgstr "Sắp hàng đồ họa"

#. A22EF
#: extensions/inc/strings.hrc:56
msgctxt "RID_STR_FONT"
msgid "Font"
msgstr "Phông"

#. Lnf24
#: extensions/inc/strings.hrc:57
msgctxt "RID_STR_BACKGROUNDCOLOR"
msgid "Background color"
msgstr "Màu nền"

#. oCdK3
#: extensions/inc/strings.hrc:58
msgctxt "RID_STR_BORDER"
msgid "Border"
msgstr "Viền"

#. fZGDw
#: extensions/inc/strings.hrc:59
msgctxt "RID_STR_ICONSIZE"
msgid "Icon size"
msgstr "Kích cỡ biểu tượng"

#. B3egn
#: extensions/inc/strings.hrc:60
msgctxt "RID_STR_SHOW_POSITION"
msgid "Positioning"
msgstr "Vị trí"

#. fGkps
#: extensions/inc/strings.hrc:61
msgctxt "RID_STR_SHOW_NAVIGATION"
msgid "Navigation"
msgstr "Điều hướng"

#. 6MSNt
#: extensions/inc/strings.hrc:62
msgctxt "RID_STR_SHOW_RECORDACTIONS"
msgid "Acting on a record"
msgstr "Thao tác bản ghi"

#. ssfbB
#: extensions/inc/strings.hrc:63
msgctxt "RID_STR_SHOW_FILTERSORT"
msgid "Filtering / Sorting"
msgstr "Đang lọc / sắp xếp"

#. 9uqXs
#: extensions/inc/strings.hrc:64
msgctxt "RID_STR_HSCROLL"
msgid "Horizontal scroll bar"
msgstr "Thanh cuộn nằm ngang"

#. E4RcH
#: extensions/inc/strings.hrc:65
msgctxt "RID_STR_VSCROLL"
msgid "Vertical scroll bar"
msgstr "Thanh cuộn nằm dọc"

#. 9VgN2
#: extensions/inc/strings.hrc:66
msgctxt "RID_STR_WORDBREAK"
msgid "Word break"
msgstr "Ngắt chữ"

#. BtyAC
#: extensions/inc/strings.hrc:67
msgctxt "RID_STR_MULTILINE"
msgid "Multiline input"
msgstr "Nhập đa dòng"

#. Nb3ii
#: extensions/inc/strings.hrc:68
msgctxt "RID_STR_MULTISELECTION"
msgid "Multiselection"
msgstr "Đa chọn"

#. nEBee
#: extensions/inc/strings.hrc:69
msgctxt "RID_STR_NAME"
msgid "Name"
msgstr "Tên"

#. iDqEB
#: extensions/inc/strings.hrc:70
msgctxt "RID_STR_GROUP_NAME"
msgid "Group name"
msgstr "Tên nhóm"

#. UV8bW
#: extensions/inc/strings.hrc:71
msgctxt "RID_STR_TABINDEX"
msgid "Tab order"
msgstr "Thứ tự Tab"

#. pAcjw
#: extensions/inc/strings.hrc:72
msgctxt "RID_STR_WHEEL_BEHAVIOR"
msgid "Mouse wheel scroll"
msgstr "cuộn chuột"

#. eykyF
#: extensions/inc/strings.hrc:73
msgctxt "RID_STR_FILTER"
msgid "Filter"
msgstr "Lọc"

#. ftrCG
#: extensions/inc/strings.hrc:74
msgctxt "RID_STR_SORT_CRITERIA"
msgid "Sort"
msgstr "Sắp xếp"

#. B8a85
#: extensions/inc/strings.hrc:75
msgctxt "RID_STR_RECORDMARKER"
msgid "Record marker"
msgstr "Dấu bản ghi"

#. BXFUC
#: extensions/inc/strings.hrc:76
msgctxt "RID_STR_FILTERPROPOSAL"
msgid "Filter proposal"
msgstr "Đề nghị lọc"

#. HDAj8
#: extensions/inc/strings.hrc:77
msgctxt "RID_STR_NAVIGATION"
msgid "Navigation bar"
msgstr "Thanh Điều hướng"

#. DSC4U
#: extensions/inc/strings.hrc:78
msgctxt "RID_STR_CYCLE"
msgid "Cycle"
msgstr "Chu kỳ"

#. hKt8F
#: extensions/inc/strings.hrc:79
msgctxt "RID_STR_TABSTOP"
msgid "Tabstop"
msgstr "Cột tab"

#. 4kjXk
#: extensions/inc/strings.hrc:80
msgctxt "RID_STR_CONTROLSOURCE"
msgid "Data field"
msgstr "Trường dữ liệu"

#. jY5NK
#: extensions/inc/strings.hrc:81
msgctxt "RID_STR_DROPDOWN"
msgid "Dropdown"
msgstr "Thả xuống"

#. WVFxL
#: extensions/inc/strings.hrc:82
msgctxt "RID_STR_BOUNDCOLUMN"
msgid "Bound field"
msgstr "Trường ranh giới"

#. hB7Mj
#: extensions/inc/strings.hrc:83
msgctxt "RID_STR_LISTSOURCE"
msgid "List content"
msgstr "Nội dung danh sách"

#. CBbZP
#: extensions/inc/strings.hrc:84
msgctxt "RID_STR_LISTSOURCETYPE"
msgid "Type of list contents"
msgstr "Kiểu nội dung danh sách"

#. fWxqr
#: extensions/inc/strings.hrc:85
msgctxt "RID_STR_CURSORSOURCE"
msgid "Content"
msgstr "Nội dung"

#. Nzoe5
#: extensions/inc/strings.hrc:86
msgctxt "RID_STR_CURSORSOURCETYPE"
msgid "Content type"
msgstr "Kiểu nội dung"

#. SQuEr
#: extensions/inc/strings.hrc:87
msgctxt "RID_STR_ALLOW_ADDITIONS"
msgid "Allow additions"
msgstr "Cho phép thêm vào"

#. sGmuS
#: extensions/inc/strings.hrc:88
msgctxt "RID_STR_ALLOW_DELETIONS"
msgid "Allow deletions"
msgstr "Cho phép xóa"

#. aDAcN
#: extensions/inc/strings.hrc:89
msgctxt "RID_STR_ALLOW_EDITS"
msgid "Allow modifications"
msgstr "Cho phép sửa"

#. Nj4tN
#: extensions/inc/strings.hrc:90
msgctxt "RID_STR_DATAENTRY"
msgid "Add data only"
msgstr "Chỉ thêm dữ liệu"

#. ZBgMm
#: extensions/inc/strings.hrc:91
msgctxt "RID_STR_DATASOURCE"
msgid "Data source"
msgstr "Nguồn dữ liệu"

#. zM78b
#: extensions/inc/strings.hrc:92
msgctxt "RID_STR_MASTERFIELDS"
msgid "Link master fields"
msgstr "Liên kết các trường chính"

#. Uqp7a
#: extensions/inc/strings.hrc:93
msgctxt "RID_STR_SLAVEFIELDS"
msgid "Link slave fields"
msgstr "Liên kết các trường phụ"

#. H8wCL
#: extensions/inc/strings.hrc:94
msgctxt "RID_STR_VALUEMIN"
msgid "Value min."
msgstr "Giá trị tiểu"

#. bMBsj
#: extensions/inc/strings.hrc:95
msgctxt "RID_STR_VALUEMAX"
msgid "Value max."
msgstr "Giá trị đại"

#. UbLFp
#: extensions/inc/strings.hrc:96
msgctxt "RID_STR_VALUESTEP"
msgid "Incr./decrement value"
msgstr "Giá trị tăng/giảm dần"

#. FG24h
#: extensions/inc/strings.hrc:97
msgctxt "RID_STR_CURRENCYSYMBOL"
msgid "Currency symbol"
msgstr "Ký hiệu tiền tệ"

#. jGLNo
#: extensions/inc/strings.hrc:98
msgctxt "RID_STR_DATEMIN"
msgid "Date min."
msgstr "Ngày tiểu"

#. 9RDE8
#: extensions/inc/strings.hrc:99
msgctxt "RID_STR_DATEMAX"
msgid "Date max."
msgstr "Ngày đại"

#. K2vki
#: extensions/inc/strings.hrc:100
msgctxt "RID_STR_DATEFORMAT"
msgid "Date format"
msgstr "Định dạng ngày tháng"

#. 3os2t
#: extensions/inc/strings.hrc:101
msgctxt "RID_STR_SELECTEDITEMS"
msgid "Selection"
msgstr "Lựa chọn"

#. tEcAF
#: extensions/inc/strings.hrc:102
msgctxt "RID_STR_TIMEMIN"
msgid "Time min."
msgstr "Giờ tiểu"

#. 45V2v
#: extensions/inc/strings.hrc:103
msgctxt "RID_STR_TIMEMAX"
msgid "Time max."
msgstr "Giờ đại"

#. BpCwK
#: extensions/inc/strings.hrc:104
msgctxt "RID_STR_TIMEFORMAT"
msgid "Time format"
msgstr "Định dạng giờ"

#. NUTwz
#: extensions/inc/strings.hrc:105
msgctxt "RID_STR_CURRSYM_POSITION"
msgid "Prefix symbol"
msgstr "Ký hiệu tiền tố"

#. hH8tr
#: extensions/inc/strings.hrc:106
msgctxt "RID_STR_VALUE"
msgid "Value"
msgstr "Giá trị"

#. BBmGj
#: extensions/inc/strings.hrc:107
msgctxt "RID_STR_FORMATKEY"
msgid "Formatting"
msgstr "Định dạng"

#. DD4EJ
#: extensions/inc/strings.hrc:108
msgctxt "RID_STR_CLASSID"
msgid "Class ID"
msgstr "ID lớp"

#. GkcPB
#: extensions/inc/strings.hrc:109
msgctxt "RID_STR_HEIGHT"
msgid "Height"
msgstr "Bề cao"

#. 7CmQE
#: extensions/inc/strings.hrc:110
msgctxt "RID_STR_WIDTH"
msgid "Width"
msgstr "Bề rộng"

#. q3Gyo
#: extensions/inc/strings.hrc:111
msgctxt "RID_STR_AUTOGROW"
msgid "Auto grow"
msgstr "Tự động phát triển"

#. QHhCz
#: extensions/inc/strings.hrc:112
msgctxt "RID_STR_LISTINDEX"
msgid "List index"
msgstr "Chỉ mục danh sách"

#. LKVvD
#: extensions/inc/strings.hrc:113
msgctxt "RID_STR_ROWHEIGHT"
msgid "Row height"
msgstr "Bề cao hàng"

#. bDeXi
#: extensions/inc/strings.hrc:114
msgctxt "RID_STR_FILLCOLOR"
msgid "Fill color"
msgstr "Màu tô đầy"

#. g8XyV
#: extensions/inc/strings.hrc:115
msgctxt "RID_STR_LINECOLOR"
msgid "Line color"
msgstr "Màu đường"

#. 4myGE
#: extensions/inc/strings.hrc:116
msgctxt "RID_STR_REFVALUE"
msgid "Reference value (on)"
msgstr "Giá trị tham chiếu (bật)"

#. MHrgg
#: extensions/inc/strings.hrc:117
msgctxt "RID_STR_UNCHECKEDREFVALUE"
msgid "Reference value (off)"
msgstr "Giá trị tham chiếu (tắt)"

#. MqTXJ
#: extensions/inc/strings.hrc:118
msgctxt "RID_STR_STRINGITEMLIST"
msgid "List entries"
msgstr "Mục danh sách"

#. FNaAE
#: extensions/inc/strings.hrc:119
msgctxt "RID_STR_BUTTONTYPE"
msgid "Action"
msgstr "Hành động"

#. AhdCi
#: extensions/inc/strings.hrc:120
msgctxt "RID_STR_SUBMIT_ACTION"
msgid "URL"
msgstr "URL"

#. SBDs3
#: extensions/inc/strings.hrc:121
msgctxt "RID_STR_SUBMIT_METHOD"
msgid "Type of submission"
msgstr "Cách đệ trình"

#. pQPY9
#: extensions/inc/strings.hrc:122
msgctxt "RID_STR_DEFAULT_STATE"
msgid "Default status"
msgstr "Trạng thái mặc định"

#. 7PXL5
#: extensions/inc/strings.hrc:123
msgctxt "RID_STR_SUBMIT_ENCODING"
msgid "Submission encoding"
msgstr "Mã hóa đệ trình"

#. eaUUN
#: extensions/inc/strings.hrc:124
msgctxt "RID_STR_DEFAULTVALUE"
msgid "Default value"
msgstr "Giá trị mặc định"

#. CMMC4
#: extensions/inc/strings.hrc:125
msgctxt "RID_STR_DEFAULTTEXT"
msgid "Default text"
msgstr "Chuỗi mặc định"

#. CPa5h
#: extensions/inc/strings.hrc:126
msgctxt "RID_STR_DEFAULTDATE"
msgid "Default date"
msgstr "Ngày mặc định"

#. YKckN
#: extensions/inc/strings.hrc:127
msgctxt "RID_STR_DEFAULTTIME"
msgid "Default time"
msgstr "Giờ mặc định"

#. GA9tS
#: extensions/inc/strings.hrc:128
msgctxt "RID_STR_SUBMIT_TARGET"
msgid "Frame"
msgstr "Khung"

#. PVVwo
#: extensions/inc/strings.hrc:129
msgctxt "RID_STR_EVT_APPROVEPARAMETER"
msgid "Fill parameters"
msgstr "Tham số điền"

#. 2Equg
#: extensions/inc/strings.hrc:130
msgctxt "RID_STR_EVT_ACTIONPERFORMED"
msgid "Execute action"
msgstr "Hành động thực thi"

#. 8zYjm
#: extensions/inc/strings.hrc:131
msgctxt "RID_STR_EVT_AFTERUPDATE"
msgid "After updating"
msgstr "Sau khi cập nhật"

#. GYfhy
#: extensions/inc/strings.hrc:132
msgctxt "RID_STR_EVT_BEFOREUPDATE"
msgid "Before updating"
msgstr "Trước khi cập nhật"

#. dY5sz
#: extensions/inc/strings.hrc:133
msgctxt "RID_STR_EVT_APPROVEROWCHANGE"
msgid "Before record action"
msgstr "Trước khi tác động bản ghi"

#. dMUbv
#: extensions/inc/strings.hrc:134
msgctxt "RID_STR_EVT_ROWCHANGE"
msgid "After record action"
msgstr "Sau khi tác động bản ghi"

#. hwdPA
#: extensions/inc/strings.hrc:135
msgctxt "RID_STR_EVT_CONFIRMDELETE"
msgid "Confirm deletion"
msgstr "Xác nhận xoá"

#. 9AsbQ
#: extensions/inc/strings.hrc:136
msgctxt "RID_STR_EVT_ERROROCCURRED"
msgid "Error occurred"
msgstr "Gặp lỗi"

#. DnjE2
#: extensions/inc/strings.hrc:137
msgctxt "RID_STR_EVT_FOCUSGAINED"
msgid "When receiving focus"
msgstr "Khi nhận tiêu điểm"

#. eCKWw
#: extensions/inc/strings.hrc:138
msgctxt "RID_STR_EVT_FOCUSLOST"
msgid "When losing focus"
msgstr "Khi mất tiêu điểm"

#. 3d7Bg
#: extensions/inc/strings.hrc:139
msgctxt "RID_STR_EVT_ITEMSTATECHANGED"
msgid "Item status changed"
msgstr "Trạng thái mục đã thay đổi"

#. LBsFA
#: extensions/inc/strings.hrc:140
msgctxt "RID_STR_EVT_KEYTYPED"
msgid "Key pressed"
msgstr "Bấm phím"

#. DYKVm
#: extensions/inc/strings.hrc:141
msgctxt "RID_STR_EVT_KEYUP"
msgid "Key released"
msgstr "Buông ra phím"

#. uBXKv
#: extensions/inc/strings.hrc:142
msgctxt "RID_STR_EVT_LOADED"
msgid "When loading"
msgstr "Khi nạp"

#. Ugzij
#: extensions/inc/strings.hrc:143
msgctxt "RID_STR_EVT_RELOADING"
msgid "Before reloading"
msgstr "Trước khi nạp lại"

#. zDeoS
#: extensions/inc/strings.hrc:144
msgctxt "RID_STR_EVT_RELOADED"
msgid "When reloading"
msgstr "Khi nạp lại"

#. yCrwv
#: extensions/inc/strings.hrc:145
msgctxt "RID_STR_EVT_MOUSEDRAGGED"
msgid "Mouse moved while key pressed"
msgstr "Chuột di chuyển khi bấm phím"

#. BNfWE
#: extensions/inc/strings.hrc:146
msgctxt "RID_STR_EVT_MOUSEENTERED"
msgid "Mouse inside"
msgstr "Chuột bên trong"

#. MgEpA
#: extensions/inc/strings.hrc:147
msgctxt "RID_STR_EVT_MOUSEEXITED"
msgid "Mouse outside"
msgstr "Chuột bên ngoài"

#. QYT5q
#: extensions/inc/strings.hrc:148
msgctxt "RID_STR_EVT_MOUSEMOVED"
msgid "Mouse moved"
msgstr "Chuột di chuyển"

#. GFtYU
#: extensions/inc/strings.hrc:149
msgctxt "RID_STR_EVT_MOUSEPRESSED"
msgid "Mouse button pressed"
msgstr "Bấm nút chuột"

#. wpTwF
#: extensions/inc/strings.hrc:150
msgctxt "RID_STR_EVT_MOUSERELEASED"
msgid "Mouse button released"
msgstr "Buông ra nút chuột"

#. 8u2x3
#: extensions/inc/strings.hrc:151
msgctxt "RID_STR_EVT_POSITIONING"
msgid "Before record change"
msgstr "Trước khi bản ghi thay đổi"

#. EpU4C
#: extensions/inc/strings.hrc:152
msgctxt "RID_STR_EVT_POSITIONED"
msgid "After record change"
msgstr "Sau khi bản ghi thay đổi"

#. idGKb
#: extensions/inc/strings.hrc:153
msgctxt "RID_STR_EVT_RESETTED"
msgid "After resetting"
msgstr "Sau khi đặt lại"

#. QfBws
#: extensions/inc/strings.hrc:154
msgctxt "RID_STR_EVT_APPROVERESETTED"
msgid "Prior to reset"
msgstr "Trước khi đặt lại"

#. mkNYF
#: extensions/inc/strings.hrc:155
msgctxt "RID_STR_EVT_APPROVEACTIONPERFORMED"
msgid "Approve action"
msgstr "Chấp nhận hành động"

#. CzJTo
#: extensions/inc/strings.hrc:156
msgctxt "RID_STR_EVT_SUBMITTED"
msgid "Before submitting"
msgstr "Trước khi đệ trình"

#. DG7uB
#: extensions/inc/strings.hrc:157
msgctxt "RID_STR_EVT_TEXTCHANGED"
msgid "Text modified"
msgstr "Văn bản đã sửa đổi"

#. RmUub
#: extensions/inc/strings.hrc:158
msgctxt "RID_STR_EVT_UNLOADING"
msgid "Before unloading"
msgstr "Trước khi bỏ nạp"

#. B6LHh
#: extensions/inc/strings.hrc:159
msgctxt "RID_STR_EVT_UNLOADED"
msgid "When unloading"
msgstr "Khi bỏ nạp"

#. GLDZA
#: extensions/inc/strings.hrc:160
msgctxt "RID_STR_EVT_CHANGED"
msgid "Changed"
msgstr "Đã thay đổi"

#. AV5cw
#: extensions/inc/strings.hrc:161
msgctxt "RID_STR_EVENTS"
msgid "Events"
msgstr "Dữ kiện"

#. fDtsB
#: extensions/inc/strings.hrc:162
msgctxt "RID_STR_ESCAPE_PROCESSING"
msgid "Analyze SQL command"
msgstr "Phân tích câu lệnh SQL"

#. cjrCr
#: extensions/inc/strings.hrc:163
msgctxt "RID_STR_POSITIONX"
msgid "PositionX"
msgstr "Vị trí X"

#. Ne7ig
#: extensions/inc/strings.hrc:164
msgctxt "RID_STR_POSITIONY"
msgid "PositionY"
msgstr "Vị trí Y"

#. eMYyj
#: extensions/inc/strings.hrc:165
msgctxt "RID_STR_TITLE"
msgid "Title"
msgstr "Tựa đề"

#. LRwrC
#: extensions/inc/strings.hrc:166
msgctxt "RID_STR_STEP"
msgid "Page (step)"
msgstr "Trang (bước)"

#. FqFGA
#: extensions/inc/strings.hrc:167
msgctxt "RID_STR_PROGRESSVALUE"
msgid "Progress value"
msgstr "Giá trị tiến triển"

#. ANNqu
#: extensions/inc/strings.hrc:168
msgctxt "RID_STR_PROGRESSVALUE_MIN"
msgid "Progress value min."
msgstr "Giá trị tiến hành tiểu"

#. FbTmE
#: extensions/inc/strings.hrc:169
msgctxt "RID_STR_PROGRESSVALUE_MAX"
msgid "Progress value max."
msgstr "Giá trị tiến hành đại"

#. RjzXS
#: extensions/inc/strings.hrc:170
msgctxt "RID_STR_SCROLLVALUE"
msgid "Scroll value"
msgstr "Giá trị cuộn"

#. hyc56
#: extensions/inc/strings.hrc:171
msgctxt "RID_STR_SCROLLVALUE_MAX"
msgid "Scroll value max."
msgstr "Giá trị cuộn đại"

#. dnBH5
#: extensions/inc/strings.hrc:172
msgctxt "RID_STR_SCROLLVALUE_MIN"
msgid "Scroll value min."
msgstr "Giá trị cuộn tiểu"

#. ZZCg2
#: extensions/inc/strings.hrc:173
msgctxt "RID_STR_SCROLL_WIDTH"
msgid "Scroll width"
msgstr "Kéo rộng"

#. TeXcA
#: extensions/inc/strings.hrc:174
msgctxt "RID_STR_SCROLL_HEIGHT"
msgid "Scroll height"
msgstr "Kéo cao"

#. AbLFF
#: extensions/inc/strings.hrc:175
msgctxt "RID_STR_SCROLL_TOP"
msgid "Scroll top"
msgstr "Kéo lên đỉnh"

#. MNqpF
#: extensions/inc/strings.hrc:176
msgctxt "RID_STR_SCROLL_LEFT"
msgid "Scroll left"
msgstr "Kéo trái"

#. AiiGJ
#: extensions/inc/strings.hrc:177
msgctxt "RID_STR_DEFAULT_SCROLLVALUE"
msgid "Default scroll value"
msgstr "Giá trị cuộn mặc định"

#. UYujs
#: extensions/inc/strings.hrc:178
msgctxt "RID_STR_LINEINCREMENT"
msgid "Small change"
msgstr "Thay đổi nhỏ"

#. JVkgq
#: extensions/inc/strings.hrc:179
msgctxt "RID_STR_BLOCKINCREMENT"
msgid "Large change"
msgstr "Thay đổi lớn"

#. UM49A
#: extensions/inc/strings.hrc:180
msgctxt "RID_STR_REPEAT_DELAY"
msgid "Delay"
msgstr "Khoảng đợi"

#. fLtpy
#: extensions/inc/strings.hrc:181
msgctxt "RID_STR_REPEAT"
msgid "Repeat"
msgstr "Lặp lại"

#. EBBEn
#: extensions/inc/strings.hrc:182
msgctxt "RID_STR_VISIBLESIZE"
msgid "Visible size"
msgstr "Kích cỡ hiện rõ"

#. NrRgw
#: extensions/inc/strings.hrc:183
msgctxt "RID_STR_ORIENTATION"
msgid "Orientation"
msgstr "Hướng"

#. N3cQC
#: extensions/inc/strings.hrc:184
msgctxt "RID_STR_EVT_ADJUSTMENTVALUECHANGED"
msgid "While adjusting"
msgstr "Trong khi điều chỉnh"

#. dySsR
#: extensions/inc/strings.hrc:185
msgctxt "RID_STR_DATE"
msgid "Date"
msgstr "Ngày"

#. 8rygd
#: extensions/inc/strings.hrc:186
msgctxt "RID_STR_STATE"
msgid "State"
msgstr "Tình trạng"

#. ESC4H
#: extensions/inc/strings.hrc:187
msgctxt "RID_STR_TIME"
msgid "Time"
msgstr "Giờ"

#. bpNxN
#: extensions/inc/strings.hrc:188
msgctxt "RID_STR_SCALEIMAGE"
msgid "Scale"
msgstr "Tỷ lệ"

#. WHJwh
#: extensions/inc/strings.hrc:189
msgctxt "RID_STR_PUSHBUTTONTYPE"
msgid "Button type"
msgstr "Kiểu nút"

#. 9QDWr
#: extensions/inc/strings.hrc:190
msgctxt "RID_STR_UNABLETOCONNECT"
msgid "The connection to the data source \"$name$\" could not be established."
msgstr "Không thể kết nối tới nguồn dữ liệu « $name$ »."

#. q3GEA
#: extensions/inc/strings.hrc:191
msgctxt "RID_STR_TEXT"
msgid "Text"
msgstr "Văn bản"

#. 2dY2G
#: extensions/inc/strings.hrc:192
msgctxt "RID_STR_BOUND_CELL"
msgid "Linked cell"
msgstr "Ô đã liên kết"

#. PPw9L
#: extensions/inc/strings.hrc:193
msgctxt "RID_STR_LIST_CELL_RANGE"
msgid "Source cell range"
msgstr "Phạm vi ô nguồn"

#. Fmnnf
#: extensions/inc/strings.hrc:194
msgctxt "RID_STR_CELL_EXCHANGE_TYPE"
msgid "Contents of the linked cell"
msgstr "Nội dung của ô đã liên kết"

#. MkadC
#: extensions/inc/strings.hrc:195
msgctxt "RID_STR_SYMBOLCOLOR"
msgid "Symbol color"
msgstr "Màu ký hiệu"

#. vdiaB
#: extensions/inc/strings.hrc:196
msgctxt "RID_STR_LINEEND_FORMAT"
msgid "Text lines end with"
msgstr "Dòng văn bản kết thúc với"

#. E46nt
#: extensions/inc/strings.hrc:197
msgctxt "RID_STR_TOGGLE"
msgid "Toggle"
msgstr "Bật tắt"

#. 2RSKH
#: extensions/inc/strings.hrc:198
msgctxt "RID_STR_FOCUSONCLICK"
msgid "Take Focus on Click"
msgstr "Nhận tiêu điểm khi nhắp"

#. 9aMBC
#: extensions/inc/strings.hrc:199
msgctxt "RID_STR_HIDEINACTIVESELECTION"
msgid "Hide selection"
msgstr "Ẩn vùng chọn"

#. H44GG
#: extensions/inc/strings.hrc:200
msgctxt "RID_STR_VISUALEFFECT"
msgid "Style"
msgstr "Kiểu dáng"

#. DV4DC
#: extensions/inc/strings.hrc:201
msgctxt "RID_STR_AUTOLINEBREAK"
msgid "Wrap text automatically"
msgstr "Tự động cuộn văn bản"

#. z75U5
#: extensions/inc/strings.hrc:202
msgctxt "RID_STR_TEXTTYPE"
msgid "Text type"
msgstr "Kiểu văn bản"

#. o6UBB
#: extensions/inc/strings.hrc:203
msgctxt "RID_STR_XML_DATA_MODEL"
msgid "XML data model"
msgstr "Mẫu dữ liệu XML"

#. ssMM9
#: extensions/inc/strings.hrc:204
msgctxt "RID_STR_BIND_EXPRESSION"
msgid "Binding expression"
msgstr "Biểu thức ràng buộc"

#. JFffE
#: extensions/inc/strings.hrc:205
msgctxt "RID_STR_XSD_REQUIRED"
msgid "Required"
msgstr "Cần thiết"

#. 4xTLb
#: extensions/inc/strings.hrc:206
msgctxt "RID_STR_LIST_BINDING"
msgid "List entry source"
msgstr "Nguồn mục danh sách"

#. iFFKB
#: extensions/inc/strings.hrc:207
msgctxt "RID_STR_XSD_RELEVANT"
msgid "Relevant"
msgstr "Liên quan"

#. HAoCU
#: extensions/inc/strings.hrc:208
msgctxt "RID_STR_XSD_READONLY"
msgid "Read-only"
msgstr "Chỉ đọc"

#. woANr
#: extensions/inc/strings.hrc:209
msgctxt "RID_STR_XSD_CONSTRAINT"
msgid "Constraint"
msgstr "Ràng buộc"

#. vQtAK
#: extensions/inc/strings.hrc:210
msgctxt "RID_STR_XSD_CALCULATION"
msgid "Calculation"
msgstr "Tính toán"

#. foAEA
#: extensions/inc/strings.hrc:211
msgctxt "RID_STR_XSD_DATA_TYPE"
msgid "Data type"
msgstr "Kiểu dữ liệu"

#. jtrXQ
#: extensions/inc/strings.hrc:212
msgctxt "RID_STR_XSD_WHITESPACES"
msgid "Whitespaces"
msgstr "Dấu cách"

#. ohCkB
#: extensions/inc/strings.hrc:213
msgctxt "RID_STR_SHOW_SCROLLBARS"
msgid "Scrollbars"
msgstr "Thanh cuộn"

#. JQ2uu
#: extensions/inc/strings.hrc:214
msgctxt "RID_STR_XSD_PATTERN"
msgid "Pattern"
msgstr "Mẫu"

#. 6wdkA
#: extensions/inc/strings.hrc:215
msgctxt "RID_STR_XSD_LENGTH"
msgid "Length"
msgstr "Độ dài"

#. 8ejNn
#: extensions/inc/strings.hrc:216
msgctxt "RID_STR_XSD_MIN_LENGTH"
msgid "Length (at least)"
msgstr "Độ dài (tiểu)"

#. boExf
#: extensions/inc/strings.hrc:217
msgctxt "RID_STR_XSD_MAX_LENGTH"
msgid "Length (at most)"
msgstr "Độ dài (đại)"

#. Wa9rP
#: extensions/inc/strings.hrc:218
msgctxt "RID_STR_XSD_TOTAL_DIGITS"
msgid "Digits (total)"
msgstr "Chữ số (tổng)"

#. sDFSL
#: extensions/inc/strings.hrc:219
msgctxt "RID_STR_XSD_FRACTION_DIGITS"
msgid "Digits (fraction)"
msgstr "Chữ số (phần số)"

#. wQDr6
#: extensions/inc/strings.hrc:220
msgctxt "RID_STR_XSD_MAX_INCLUSIVE"
msgid "Max. (inclusive)"
msgstr "Đại (kể)"

#. 3jQPD
#: extensions/inc/strings.hrc:221
msgctxt "RID_STR_XSD_MAX_EXCLUSIVE"
msgid "Max. (exclusive)"
msgstr "Đại (không kể)"

#. NMYbW
#: extensions/inc/strings.hrc:222
msgctxt "RID_STR_XSD_MIN_INCLUSIVE"
msgid "Min. (inclusive)"
msgstr "Tiểu (kể)"

#. VnnDf
#: extensions/inc/strings.hrc:223
msgctxt "RID_STR_XSD_MIN_EXCLUSIVE"
msgid "Min. (exclusive)"
msgstr "Tiểu (không kể)"

#. xdhhB
#: extensions/inc/strings.hrc:224
msgctxt "RID_STR_SUBMISSION_ID"
msgid "Submission"
msgstr "Đệ trình"

#. 8RLNd
#: extensions/inc/strings.hrc:225
msgctxt "RID_STR_BINDING_NAME"
msgid "Binding"
msgstr "Tổ hợp"

#. iFT5m
#: extensions/inc/strings.hrc:226
msgctxt "RID_STR_SELECTION_TYPE"
msgid "Selection type"
msgstr "Kiểu chọn"

#. JEmJF
#: extensions/inc/strings.hrc:227
msgctxt "RID_STR_ROOT_DISPLAYED"
msgid "Root displayed"
msgstr "Gốc đã hiển thị"

#. CSyBv
#: extensions/inc/strings.hrc:228
msgctxt "RID_STR_SHOWS_HANDLES"
msgid "Show handles"
msgstr "Hiện móc"

#. cEG7h
#: extensions/inc/strings.hrc:229
msgctxt "RID_STR_SHOWS_ROOT_HANDLES"
msgid "Show root handles"
msgstr "Hiện móc gốc"

#. zWTZe
#: extensions/inc/strings.hrc:230
msgctxt "RID_STR_EDITABLE"
msgid "Editable"
msgstr "Sửa được"

#. BS3Fi
#: extensions/inc/strings.hrc:231
msgctxt "RID_STR_INVOKES_STOP_NOT_EDITING"
msgid "Invokes stop node editing"
msgstr "Gọi chức năng sửa nút dừng"

#. Cb7FA
#: extensions/inc/strings.hrc:232
msgctxt "RID_STR_DECORATION"
msgid "With title bar"
msgstr "Có thanh tựa"

#. 6wGA6
#: extensions/inc/strings.hrc:233
msgctxt "RID_STR_NOLABEL"
msgid "No Label"
msgstr "Không nhãn"

#. wwWir
#: extensions/inc/strings.hrc:234
msgctxt "RID_STR_BORDERCOLOR"
msgid "Border color"
msgstr "Màu viền"

#. NmK7c
#: extensions/inc/strings.hrc:235
msgctxt "RID_STR_INPUT_REQUIRED"
msgid "Input required"
msgstr "Bạn cần nhập dữ liệu"

#. ePSCX
#: extensions/inc/strings.hrc:236
msgctxt "RID_STR_WRITING_MODE"
msgid "Text direction"
msgstr "Hướng văn bản"

#. YoyL2
#: extensions/inc/strings.hrc:237
msgctxt "RID_STR_ANCHOR_TYPE"
msgid "Anchor"
msgstr "Neo"

#. 6ZJaR
#. To translators: That's the 'Regular' as used for a font style (as opposed to 'italic' and 'bold'), so please use a consistent translation.
#: extensions/inc/strings.hrc:239
msgctxt "RID_STR_FONTSTYLE_REGULAR"
msgid "Regular"
msgstr "Chuẩn"

#. Jq54X
#. To translators: That's the 'Bold Italic' as used for a font style, so please use a consistent translation.
#: extensions/inc/strings.hrc:241
msgctxt "RID_STR_FONTSTYLE_BOLD_ITALIC"
msgid "Bold Italic"
msgstr "Đậm nghiêng"

#. 2PqQ2
#. To translators: That's the 'Italic' as used for a font style, so please use a consistent translation.
#: extensions/inc/strings.hrc:243
msgctxt "RID_STR_FONTSTYLE_ITALIC"
msgid "Italic"
msgstr "Nghiêng"

#. J6f4C
#. To translators: That's the 'Bold' as used for a font style, so please use a consistent translation."
#: extensions/inc/strings.hrc:245
msgctxt "RID_STR_FONTSTYLE_BOLD"
msgid "Bold"
msgstr "Đậm"

#. gWAyM
#: extensions/inc/strings.hrc:246
msgctxt "RID_STR_FONT_DEFAULT"
msgid "(Default)"
msgstr "Mặc định"

#. QBGLE
#: extensions/inc/strings.hrc:247
msgctxt "RID_STR_URL"
msgid "URL"
msgstr "URL"

#. PZk54
#: extensions/inc/strings.hrc:248
msgctxt "RID_STR_SELECTIONMODEL"
msgid "Selection Type"
msgstr "Loại lựa chọn"

#. L2RVh
#: extensions/inc/strings.hrc:249
msgctxt "RID_STR_USEGRIDLINE"
msgid "Use grid line"
msgstr "Sử dụng đường lưới"

#. DNLCM
#: extensions/inc/strings.hrc:250
msgctxt "RID_STR_GRIDLINECOLOR"
msgid "Grid line color"
msgstr "Màu đường lưới"

#. QWn2Q
#: extensions/inc/strings.hrc:251
msgctxt "RID_STR_SHOWCOLUMNHEADER"
msgid "Show column header"
msgstr "Hiển thị tiêu đề cột"

#. 3Hq4F
#: extensions/inc/strings.hrc:252
msgctxt "RID_STR_SHOWROWHEADER"
msgid "Show row header"
msgstr "Hiển thị tiêu đề hàng"

#. todcc
#: extensions/inc/strings.hrc:253
msgctxt "RID_STR_HEADERBACKGROUNDCOLOR"
msgid "Header background color"
msgstr "Màu nền tiêu đề"

#. fkCyv
#: extensions/inc/strings.hrc:254
msgctxt "RID_STR_HEADERTEXTCOLOR"
msgid "Header text color"
msgstr "Màu văn bản tiêu đề"

#. oFyqF
#: extensions/inc/strings.hrc:255
msgctxt "RID_STR_ACTIVESELECTIONBACKGROUNDCOLOR"
msgid "Active selection background color"
msgstr "Màu nền cho lựa chọn đang hoạt động"

#. ZJNz8
#: extensions/inc/strings.hrc:256
msgctxt "ID_STR_ACTIVESELECTIONTEXTCOLOR"
msgid "Active selection text color"
msgstr "Màu văn bản cho lựa chọn đang hoạt động"

#. PQiGr
#: extensions/inc/strings.hrc:257
msgctxt "RID_STR_INACTIVESELECTIONBACKGROUNDCOLOR"
msgid "Inactive selection background color"
msgstr "Màu nền cho lựa chọn không hoạt động"

#. p46Zf
#: extensions/inc/strings.hrc:258
msgctxt "RID_STR_INACTIVESELECTIONTEXTCOLOR"
msgid "Inactive selection text color"
msgstr "Màu văn bản cho lựa chọn không hoạt động"

#. r6Tmp
#: extensions/inc/strings.hrc:259
msgctxt "RID_STR_STANDARD"
msgid "Default"
msgstr "Mặc định"

#. NaDFE
#: extensions/inc/strings.hrc:260
msgctxt "RID_STR_PROPPAGE_DEFAULT"
msgid "General"
msgstr "Chung"

#. TkocD
#: extensions/inc/strings.hrc:261
msgctxt "RID_STR_PROPPAGE_DATA"
msgid "Data"
msgstr "Dữ liệu"

#. PXnH5
#: extensions/inc/strings.hrc:262
msgctxt "RID_EMBED_IMAGE_PLACEHOLDER"
msgid "<Embedded-Image>"
msgstr "<Embedded-Image>"

#. jTsR3
#: extensions/inc/strings.hrc:263
msgctxt "RID_STR_TEXT_FORMAT"
msgid "Text"
msgstr "Văn bản"

#. AnnUr
#: extensions/inc/strings.hrc:265
msgctxt "RID_STR_CONFIRM_DELETE_DATA_TYPE"
msgid ""
"Do you want to delete the data type '#type#' from the model?\n"
"Please note that this will affect all controls which are bound to this data type."
msgstr ""
"Bạn có muốn xoá kiểu dữ liệu '#type#' khỏi mẫu không?\n"
"Lưu ý rằng việc này sẽ có tác dụng với mọi điều khiển được kết hợp với kiểu dữ liệu này."

#. zaduD
#: extensions/inc/strings.hrc:267
msgctxt "RID_STR_PROPTITLE_PUSHBUTTON"
msgid "Button"
msgstr "Nút"

#. TreFC
#: extensions/inc/strings.hrc:268
msgctxt "RID_STR_PROPTITLE_RADIOBUTTON"
msgid "Option Button"
msgstr "Nút tùy chọn"

#. CBmAL
#: extensions/inc/strings.hrc:269
msgctxt "RID_STR_PROPTITLE_CHECKBOX"
msgid "Check Box"
msgstr "Ô kiểm"

#. NFysA
#: extensions/inc/strings.hrc:270
msgctxt "RID_STR_PROPTITLE_FIXEDTEXT"
msgid "Label Field"
msgstr "Nhãn trường"

#. E5mMK
#: extensions/inc/strings.hrc:271
msgctxt "RID_STR_PROPTITLE_GROUPBOX"
msgid "Group Box"
msgstr "Hộp nhóm"

#. ZGDAr
#: extensions/inc/strings.hrc:272
msgctxt "RID_STR_PROPTITLE_EDIT"
msgid "Text Box"
msgstr "Hộp văn bản"

#. DEn9D
#: extensions/inc/strings.hrc:273
msgctxt "RID_STR_PROPTITLE_FORMATTED"
msgid "Formatted Field"
msgstr "Trường định dạng"

#. WiNUf
#: extensions/inc/strings.hrc:274
msgctxt "RID_STR_PROPTITLE_LISTBOX"
msgid "List Box"
msgstr "Hộp liệt kê"

#. xwuJF
#: extensions/inc/strings.hrc:275
msgctxt "RID_STR_PROPTITLE_COMBOBOX"
msgid "Combo Box"
msgstr "Hộp tổ hợp"

#. 5474w
#: extensions/inc/strings.hrc:276
msgctxt "RID_STR_PROPTITLE_IMAGEBUTTON"
msgid "Image Button"
msgstr "Nút ảnh"

#. ypu3s
#: extensions/inc/strings.hrc:277
msgctxt "RID_STR_PROPTITLE_HIDDENCONTROL"
msgid "Hidden Control"
msgstr "Điều khiển ẩn"

#. oXGS4
#: extensions/inc/strings.hrc:278
msgctxt "RID_STR_PROPTITLE_UNKNOWNCONTROL"
msgid "Control (unknown type)"
msgstr "Điều khiển (kiểu lạ)"

#. qT2Ed
#: extensions/inc/strings.hrc:279
msgctxt "RID_STR_PROPTITLE_IMAGECONTROL"
msgid "Image Control"
msgstr "Điều khiển ảnh"

#. 6Qvho
#: extensions/inc/strings.hrc:280
msgctxt "RID_STR_PROPTITLE_FILECONTROL"
msgid "File Selection"
msgstr "Chọn tập tin"

#. a7gAj
#: extensions/inc/strings.hrc:281
msgctxt "RID_STR_PROPTITLE_DATEFIELD"
msgid "Date Field"
msgstr "Trường ngày tháng"

#. EaBTj
#: extensions/inc/strings.hrc:282
msgctxt "RID_STR_PROPTITLE_TIMEFIELD"
msgid "Time Field"
msgstr "Trường giờ"

#. DWfsm
#: extensions/inc/strings.hrc:283
msgctxt "RID_STR_PROPTITLE_NUMERICFIELD"
msgid "Numeric Field"
msgstr "Trường số"

#. TYjnr
#: extensions/inc/strings.hrc:284
msgctxt "RID_STR_PROPTITLE_CURRENCYFIELD"
msgid "Currency Field"
msgstr "Trường tiền tệ"

#. B6MEP
#: extensions/inc/strings.hrc:285
msgctxt "RID_STR_PROPTITLE_PATTERNFIELD"
msgid "Pattern Field"
msgstr "Trường mẫu"

#. uEYBR
#: extensions/inc/strings.hrc:286
msgctxt "RID_STR_PROPTITLE_DBGRID"
msgid "Table Control "
msgstr "Điều khiển bảng "

#. LyDfr
#: extensions/inc/strings.hrc:288
msgctxt "STR_DETAIL_FORM"
msgid "Sub Form"
msgstr "Biểu mẫu con"

#. cCpUd
#: extensions/inc/strings.hrc:289
msgctxt "STR_MASTER_FORM"
msgid "Master Form"
msgstr "Đơn chính"

#. FzU2g
#. To translators: # will be replace with a name.
#: extensions/inc/strings.hrc:291
msgctxt "STR_ERROR_RETRIEVING_COLUMNS"
msgid "The columns of '#' could not be retrieved."
msgstr "Không thể lấy các cột của « # »."

#. w4wm8
#: extensions/inc/strings.hrc:293
msgctxt "RID_STR_FORMS"
msgid "Forms"
msgstr "Biểu mẫu"

#. nU8Np
#: extensions/inc/strings.hrc:295
msgctxt "RID_UPDATE_STR_CHECKING"
msgid "Checking..."
msgstr "Đang kiểm tra..."

#. iLLX8
#: extensions/inc/strings.hrc:296
msgctxt "RID_UPDATE_STR_CHECKING_ERR"
msgid "Checking for an update failed."
msgstr "Lỗi kiểm tra có cập nhật."

#. sefJb
#: extensions/inc/strings.hrc:297
msgctxt "RID_UPDATE_STR_NO_UPD_FOUND"
msgid "%PRODUCTNAME %PRODUCTVERSION is up to date."
msgstr "%PRODUCTNAME %PRODUCTVERSION là mới nhất."

#. QWgtQ
#: extensions/inc/strings.hrc:298
msgctxt "RID_UPDATE_STR_UPD_FOUND"
msgid ""
"%PRODUCTNAME %NEXTVERSION is available.\n"
"\n"
"The installed version is %PRODUCTNAME %PRODUCTVERSION.\n"
"\n"
"Note: Before downloading an update, please ensure that you have sufficient access rights to install it.\n"
"A password, usually the administrator's or root password, may be required."
msgstr ""
"Đã có phiên bản mới: %PRODUCTNAME %NEXTVERSION.\n"
"\n"
"Bản đang cài đặt trên máy này là: %PRODUCTNAME %PRODUCTVERSION.\n"
"\n"
"Bạn cần có đặc quyến để tiến hàng nâng cấp.\n"
"Quá trình cài đặt sẽ hỏi bạn mật khẩu - thường là mật khẩu Administrator hay root."

#. aPRNZ
#: extensions/inc/strings.hrc:299
msgctxt "RID_UPDATE_STR_DLG_TITLE"
msgid "Check for Updates"
msgstr "Kiểm tra bản cập nhật"

#. CFVDi
#: extensions/inc/strings.hrc:300
msgctxt "RID_UPDATE_STR_DOWNLOAD_PAUSE"
msgid "Downloading %PRODUCTNAME %NEXTVERSION paused at..."
msgstr "Tiến trình tải về %PRODUCTNAME %NEXTVERSION bị tạm dừng ở..."

#. cjcFw
#: extensions/inc/strings.hrc:301
msgctxt "RID_UPDATE_STR_DOWNLOAD_ERR"
msgid "Downloading %PRODUCTNAME %NEXTVERSION stalled at"
msgstr "Tiến trình tải về %PRODUCTNAME %NEXTVERSION bị ngừng chạy ở"

#. a5cGp
#: extensions/inc/strings.hrc:302
msgctxt "RID_UPDATE_STR_DOWNLOAD_WARN"
msgid ""
"The download location is: %DOWNLOAD_PATH.\n"
"\n"
"Under Tools – Options... - %PRODUCTNAME – Online Update you can change the download location."
msgstr ""
"Vị trí tải về: %DOWNLOAD_PATH.\n"
"\n"
"Cũng có thể thay đổi vị trí tải về trong « Công cụ > Tùy chọn... > %PRODUCTNAME > Cập nhật trực tuyến »."

#. rjSF9
#: extensions/inc/strings.hrc:303
msgctxt "RID_UPDATE_STR_DOWNLOAD_DESCR"
msgid "%FILE_NAME has been downloaded to %DOWNLOAD_PATH."
msgstr "%FILE_NAME đã được tải về %DOWNLOAD_PATH."

#. Q7mtx
#: extensions/inc/strings.hrc:304
msgctxt "RID_UPDATE_STR_DOWNLOAD_UNAVAIL"
msgid ""
"The automatic download of the update is currently not available.\n"
"\n"
"Click 'Download...' to download %PRODUCTNAME %NEXTVERSION manually from the web site."
msgstr ""
"Không thể tự động cập nhật.\n"
"\n"
"Nhắp vào 'Tải về...' để tự tải %PRODUCTNAME %NEXTVERSION từ web."

#. D9AH2
#: extensions/inc/strings.hrc:305
msgctxt "RID_UPDATE_STR_DOWNLOADING"
msgid "Downloading %PRODUCTNAME %NEXTVERSION..."
msgstr "Đang tải về %PRODUCTNAME %NEXTVERSION..."

#. VFs93
#: extensions/inc/strings.hrc:306
msgctxt "RID_UPDATE_STR_READY_INSTALL"
msgid "Download of %PRODUCTNAME %NEXTVERSION completed. Ready for installation."
msgstr "Tiến trình %PRODUCTNAME %NEXTVERSION đã chạy xong. Sẵn sàng cài đặt."

#. J4owe
#: extensions/inc/strings.hrc:307
msgctxt "RID_UPDATE_STR_CANCEL_DOWNLOAD"
msgid "Do you really want to cancel the download?"
msgstr "Bạn thực sự muốn thôi tiến trình tải về không?"

#. LSVZ5
#: extensions/inc/strings.hrc:308
msgctxt "RID_UPDATE_STR_BEGIN_INSTALL"
msgid "To install the update, %PRODUCTNAME %PRODUCTVERSION needs to be closed. Do you want to install the update now?"
msgstr "Để cài đặt bản cập nhật, trước tiên cần phải đóng %PRODUCTNAME %PRODUCTVERSION. Bạn có muốn cài đặt bản cập nhật ngay bây giờ không?"

#. Z8pFW
#: extensions/inc/strings.hrc:309
msgctxt "RID_UPDATE_STR_INSTALL_ERROR"
msgid "Could not run the installer application, please run %FILE_NAME in %DOWNLOAD_PATH manually."
msgstr "Không thể chạy ứng dụng cài đặt; hãy tự chạy %FILE_NAME trong %DOWNLOAD_PATH."

#. uDjTe
#: extensions/inc/strings.hrc:310
msgctxt "RID_UPDATE_STR_OVERWRITE_WARNING"
msgid "A file with that name already exists! Do you want to overwrite the existing file?"
msgstr "Một tập tin tên đó đã có! Bạn có muốn ghi đè lên nó không?"

#. 5trUL
#: extensions/inc/strings.hrc:311
msgctxt "RID_UPDATE_STR_RELOAD_WARNING"
msgid "A file with the name '%FILENAME' already exists in '%DOWNLOAD_PATH'! Do you want to continue with the download or delete and reload the file?"
msgstr "Tệp với tên '%FILENAME'  đã tồn tại trong '%DOWNLOAD_PATH'! Bạn muốn tiếp tục tải về hay xóa tệp và tải lại?"

#. mPGGT
#: extensions/inc/strings.hrc:312
msgctxt "RID_UPDATE_STR_RELOAD_RELOAD"
msgid "Reload File"
msgstr "Tải lại tệp"

#. TAJ5i
#: extensions/inc/strings.hrc:313
msgctxt "RID_UPDATE_STR_RELOAD_CONTINUE"
msgid "Continue"
msgstr "Tiếp tục"

#. BvXvR
#: extensions/inc/strings.hrc:314
msgctxt "RID_UPDATE_STR_PERCENT"
msgid "%PERCENT%"
msgstr "%PERCENT%"

#. A39YA
#: extensions/inc/strings.hrc:315
msgctxt "RID_UPDATE_FT_STATUS"
msgid "Status"
msgstr "Trạng thái"

#. KY5rL
#: extensions/inc/strings.hrc:316
msgctxt "RID_UPDATE_FT_DESCRIPTION"
msgid "Description"
msgstr "Mô tả"

#. kMGPq
#: extensions/inc/strings.hrc:317
msgctxt "RID_UPDATE_BTN_CLOSE"
msgid "Close"
msgstr "Đóng"

#. 8LjZV
#: extensions/inc/strings.hrc:318
msgctxt "RID_UPDATE_BTN_DOWNLOAD"
msgid "~Download"
msgstr "Tải ~về"

#. B4EXd
#: extensions/inc/strings.hrc:319
msgctxt "RID_UPDATE_BTN_INSTALL"
msgid "~Install"
msgstr "Cà~i đặt"

#. 5KFYF
#: extensions/inc/strings.hrc:320
msgctxt "RID_UPDATE_BTN_PAUSE"
msgid "~Pause"
msgstr "Tạ~m dừng"

#. aigD7
#: extensions/inc/strings.hrc:321
msgctxt "RID_UPDATE_BTN_RESUME"
msgid "~Resume"
msgstr "~Tiếp tục"

#. 6bYDx
#: extensions/inc/strings.hrc:322
msgctxt "RID_UPDATE_BTN_CANCEL"
msgid "Cancel"
msgstr "Thôi"

#. BgG4k
#: extensions/inc/strings.hrc:323
msgctxt "RID_UPDATE_BUBBLE_T_UPDATE_AVAIL"
msgid "%PRODUCTNAME update available"
msgstr "Bản cập nhật %PRODUCTNAME sẵn sàng"

#. DrftP
#: extensions/inc/strings.hrc:324
msgctxt "RID_UPDATE_BUBBLE_UPDATE_AVAIL"
msgid "Click the icon to start the download."
msgstr "Nhắp vào biểu tưởng để bắt đầu tải về"

#. 6Jk7H
#: extensions/inc/strings.hrc:325
msgctxt "RID_UPDATE_BUBBLE_T_UPDATE_NO_DOWN"
msgid "%PRODUCTNAME update available"
msgstr "Bản cập nhật %PRODUCTNAME sẵn sàng"

#. vHn6r
#: extensions/inc/strings.hrc:326
msgctxt "RID_UPDATE_BUBBLE_UPDATE_NO_DOWN"
msgid "Click the icon for more information."
msgstr "Nhắp vào biểu tượng để xem thêm thông tin."

#. Fd2FE
#: extensions/inc/strings.hrc:327
msgctxt "RID_UPDATE_BUBBLE_T_AUTO_START"
msgid "%PRODUCTNAME update available"
msgstr "Bản cập nhật %PRODUCTNAME sẵn sàng"

#. Q86DD
#: extensions/inc/strings.hrc:328
msgctxt "RID_UPDATE_BUBBLE_AUTO_START"
msgid "Download of update begins."
msgstr "Tiến trình tải về bản cập nhật đã khởi chạy."

#. MoGgC
#: extensions/inc/strings.hrc:329
msgctxt "RID_UPDATE_BUBBLE_T_DOWNLOADING"
msgid "Download of update in progress"
msgstr "Tiến trình tải về bản cập nhật đang chạy"

#. uWDFF
#: extensions/inc/strings.hrc:330
msgctxt "RID_UPDATE_BUBBLE_DOWNLOADING"
msgid "Click the icon to pause."
msgstr "Nhấn biểu tượng để dừng."

#. 2LH9V
#: extensions/inc/strings.hrc:331
msgctxt "RID_UPDATE_BUBBLE_T_DOWNLOAD_PAUSED"
msgid "Download of update paused"
msgstr "Tiến trình tải về bản cập nhật bị tạm dừng"

#. 7YgAT
#: extensions/inc/strings.hrc:332
msgctxt "RID_UPDATE_BUBBLE_DOWNLOAD_PAUSED"
msgid "Click the icon to resume."
msgstr "Nhắp biểu tượng để tiếp tục."

#. 9jAgi
#: extensions/inc/strings.hrc:333
msgctxt "RID_UPDATE_BUBBLE_T_ERROR_DOWNLOADING"
msgid "Download of update stalled"
msgstr "Tiến trình tải về bản cập nhật bị ngừng chạy"

#. BMJfF
#: extensions/inc/strings.hrc:334
msgctxt "RID_UPDATE_BUBBLE_ERROR_DOWNLOADING"
msgid "Click the icon for more information."
msgstr "Nhắp vào biểu tượng để xem thêm thông tin."

#. RmhyN
#: extensions/inc/strings.hrc:335
msgctxt "RID_UPDATE_BUBBLE_T_DOWNLOAD_AVAIL"
msgid "Download of update completed"
msgstr "Tiến trình tải về bản cập nhật đã chạy xong"

#. 9fD6Q
#: extensions/inc/strings.hrc:336
msgctxt "RID_UPDATE_BUBBLE_DOWNLOAD_AVAIL"
msgid "Click the icon to start the installation."
msgstr "Nhắp vào biêut tượng để khởi chạy tiến trình cài đặt."

#. PeAde
#: extensions/inc/strings.hrc:337
msgctxt "RID_UPDATE_BUBBLE_T_EXT_UPD_AVAIL"
msgid "Updates for extensions available"
msgstr "Đã có bản cập nhật phần mở rộng"

#. C7C6c
#: extensions/inc/strings.hrc:338
msgctxt "RID_UPDATE_BUBBLE_EXT_UPD_AVAIL"
msgid "Click the icon for more information."
msgstr "Nhắp vào biểu tượng để xem thêm thông tin."

#. gBtAM
#: extensions/inc/strings.hrc:340
msgctxt "STR_COULD_NOT_BE_INIT"
msgid "The SANE interface could not be initialized. Scanning is not possible."
msgstr "Không thể khởi tạo giao diện SANE. Quét là không thể."

#. AQZW2
#: extensions/inc/strings.hrc:341
msgctxt "STR_SLOW_PREVIEW"
msgid "The device does not offer a preview option. Therefore, a normal scan will be used as a preview instead. This may take a considerable amount of time."
msgstr "Thiết bị không cung cấp tùy chọn xem trước. Do đó, bản quét bình thường sẽ được sử dụng làm bản xem trước thay thế. Điều này có thể mất một khoảng thời gian đáng kể."

#. S8o4P
#: extensions/inc/strings.hrc:342
msgctxt "STR_ERROR_SCAN"
msgid "An error occurred while scanning."
msgstr "Gặp lỗi trong khi quét."

#. hEFtD
#: extensions/inc/strings.hrc:343
msgctxt "STR_DEVICE_DESC"
msgid ""
"Device: %s\n"
"Vendor: %s\n"
"Model: %s\n"
"Type: %s"
msgstr ""
"Thiết bị: %s\n"
"Vendor: %s\n"
"Mẫu: %s\n"
"Loại: %s"

#. mzYeP
#: extensions/inc/strings.hrc:345
msgctxt "RID_BIB_STR_FRAME_TITLE"
msgid "Bibliography Database"
msgstr "Cơ sở Dữ liệu Thư tịch"

#. qx7AN
#: extensions/inc/strings.hrc:346
msgctxt "RID_MAP_QUESTION"
msgid "Do you want to edit the column arrangement?"
msgstr "Bạn có muốn chỉnh sửa bố trí cột không?"

#. 7PCsa
#: extensions/inc/strings.hrc:347
msgctxt "RID_BIB_STR_NONE"
msgid "<none>"
msgstr "<không có>"

#. FpFQy
#: extensions/inc/strings.hrc:349
msgctxt "ST_ERROR_PREFIX"
msgid "The following column names could not be assigned:\n"
msgstr "Không thể gán những tên cột này:\n"

#. MYDFK
#: extensions/inc/strings.hrc:350
msgctxt "ST_TYPE_ARTICLE"
msgid "Article"
msgstr "Bài"

#. oUGdW
#: extensions/inc/strings.hrc:351
msgctxt "ST_TYPE_BOOK"
msgid "Book"
msgstr "Sách"

#. Kb4CR
#: extensions/inc/strings.hrc:352
msgctxt "ST_TYPE_BOOKLET"
msgid "Brochures"
msgstr "Sách mỏng"

#. 9Xf89
#: extensions/inc/strings.hrc:353
msgctxt "ST_TYPE_CONFERENCE"
msgid "Conference proceedings article (BiBTeX)"
msgstr "Bài báo kỷ yếu hội nghị (BiBTeX)"

#. ntDkF
#: extensions/inc/strings.hrc:354
msgctxt "ST_TYPE_INBOOK"
msgid "Book excerpt"
msgstr "Đọan trích sách"

#. Y9mNw
#: extensions/inc/strings.hrc:355
msgctxt "ST_TYPE_INCOLLECTION"
msgid "Book excerpt with title"
msgstr "Đọan trích sách với tựa"

#. BPpGB
#: extensions/inc/strings.hrc:356
msgctxt "ST_TYPE_INPROCEEDINGS"
msgid "Conference proceedings article"
msgstr "Bài viết kỷ yếu hội thảo"

#. 3d3D8
#: extensions/inc/strings.hrc:357
msgctxt "ST_TYPE_JOURNAL"
msgid "Journal"
msgstr "Sổ ký sự"

#. fFKKN
#: extensions/inc/strings.hrc:358
msgctxt "ST_TYPE_MANUAL"
msgid "Techn. documentation"
msgstr "Tài liệu kỹ thuật"

#. o9sxJ
#: extensions/inc/strings.hrc:359
msgctxt "ST_TYPE_MASTERSTHESIS"
msgid "Thesis"
msgstr "Luận văn"

#. DWDtX
#: extensions/inc/strings.hrc:360
msgctxt "ST_TYPE_MISC"
msgid "Miscellaneous"
msgstr "Linh tinh"

#. yDjZG
#: extensions/inc/strings.hrc:361
msgctxt "ST_TYPE_PHDTHESIS"
msgid "Dissertation"
msgstr "Bài nghị luận"

#. n3qwk
#: extensions/inc/strings.hrc:362
msgctxt "ST_TYPE_PROCEEDINGS"
msgid "Conference proceedings"
msgstr "Biên bản lưu hội thảo"

#. TMFrD
#: extensions/inc/strings.hrc:363
msgctxt "ST_TYPE_TECHREPORT"
msgid "Research report"
msgstr "Báo cáo nghiên cứu"

#. E3Bt7
#: extensions/inc/strings.hrc:364
msgctxt "ST_TYPE_UNPUBLISHED"
msgid "Unpublished"
msgstr "Chưa xuất bản"

#. FdHp6
#: extensions/inc/strings.hrc:365
msgctxt "ST_TYPE_EMAIL"
msgid "Email"
msgstr "Email"

#. DQX8t
#: extensions/inc/strings.hrc:366
msgctxt "ST_TYPE_WWW"
msgid "WWW document"
msgstr "Tài liệu WWW"

#. wdKpu
#: extensions/inc/strings.hrc:367
msgctxt "ST_TYPE_CUSTOM1"
msgid "User-defined1"
msgstr "Tự định nghĩa 1"

#. x5LCm
#: extensions/inc/strings.hrc:368
msgctxt "ST_TYPE_CUSTOM2"
msgid "User-defined2"
msgstr "Tự định nghĩa 2"

#. SbEEw
#: extensions/inc/strings.hrc:369
msgctxt "ST_TYPE_CUSTOM3"
msgid "User-defined3"
msgstr "Tự định nghĩa 3"

#. s4ffr
#: extensions/inc/strings.hrc:370
msgctxt "ST_TYPE_CUSTOM4"
msgid "User-defined4"
msgstr "Tự định nghĩa 4"

#. ZgVkp
#: extensions/inc/strings.hrc:371
msgctxt "ST_TYPE_CUSTOM5"
msgid "User-defined5"
msgstr "Tự định nghĩa 5"

#. TNvqv
#: extensions/inc/strings.hrc:372
msgctxt "ST_TYPE_TITLE"
msgid "General"
msgstr "Chung"

#. ARuMw
#: extensions/inc/strings.hrc:374
msgctxt "RID_STR_ABSOURCEDIALOGTITLE"
msgid "Address Book Data Source Wizard"
msgstr "Trợ lý nguồn dữ liệu sổ địa chỉ"

#. 4X5GV
#: extensions/inc/strings.hrc:375
msgctxt "RID_STR_SELECT_ABTYPE"
msgid "Address Book Type"
msgstr "Loại sổ Địa chỉ"

#. bB7Gx
#: extensions/inc/strings.hrc:376
msgctxt "RID_STR_INVOKE_ADMIN_DIALOG"
msgid "Connection Settings"
msgstr "Thiết lập kết nối"

#. fcwDt
#: extensions/inc/strings.hrc:377
msgctxt "RID_STR_TABLE_SELECTION"
msgid "Table Selection"
msgstr "Lựa chọn bảng"

#. cwcQa
#: extensions/inc/strings.hrc:378
msgctxt "RID_STR_MANUAL_FIELD_MAPPING"
msgid "Field Assignment"
msgstr "Gán trường"

#. fMAkh
#: extensions/inc/strings.hrc:379
msgctxt "RID_STR_FINAL_CONFIRM"
msgid "Data Source Title"
msgstr "Tên nguồn dữ liệu"

#. wM2xw
#: extensions/inc/strings.hrc:380
msgctxt "RID_STR_NEEDTYPESELECTION"
msgid "Please select a type of address book."
msgstr "Hãy chọn kiểu sổ địa chỉ."

#. DYKQN
#: extensions/inc/strings.hrc:381
msgctxt "RID_STR_QRY_NOTABLES"
msgid ""
"The data source does not contain any tables.\n"
"Do you want to set it up as an address data source, anyway?"
msgstr ""
"Nguồn dữ liệu này không chứa bảng nào.\n"
"Bạn vẫn muốn đặt nó là nguồn dữ liệu địa chỉ không?"

#. SrEGe
#: extensions/inc/strings.hrc:382
msgctxt "RID_STR_QRY_NO_EVO_GW"
msgid ""
"You don't seem to have any GroupWise account configured in Evolution.\n"
"Do you want to set it up as an address data source, anyway?"
msgstr ""
"Bạn chưa có tài khoản GroupWise trong Evolution.\n"
"Bạn muốn đặt nó làm nguồn dữ liệu của địa chỉ không?"

#. NAMjn
#: extensions/inc/strings.hrc:383
msgctxt "RID_STR_DEFAULT_NAME"
msgid "Addresses"
msgstr "Địa chỉ"

#. 8Be9q
#: extensions/inc/strings.hrc:384
msgctxt "RID_STR_ADMINDIALOGTITLE"
msgid "Create Address Data Source"
msgstr "Tạo nguồn dữ liệu địa chỉ"

#. pR34p
#: extensions/inc/strings.hrc:385
msgctxt "RID_STR_NOCONNECTION"
msgid "The connection could not be established."
msgstr "Không thể kết nối."

#. CmBks
#: extensions/inc/strings.hrc:386
msgctxt "RID_STR_PLEASECHECKSETTINGS"
msgid "Please check the settings made for the data source."
msgstr "Hãy kiểm tra thiết lập của nguồn dữ liệu."

#. SEkjm
#: extensions/inc/strings.hrc:387
msgctxt "RID_STR_FIELDDIALOGTITLE"
msgid "Address Data - Field Assignment"
msgstr "Dữ liệu địa chỉ > Gán trường"

#. BMVTU
#: extensions/inc/strings.hrc:388
msgctxt "RID_STR_NOFIELDSASSIGNED"
msgid ""
"There are no fields assigned at this time.\n"
"You can either assign fields now or do so later by first choosing:\n"
"\"File - Template - Address Book Source...\""
msgstr ""
"Chưa gán trường nào.\n"
"Bạn có thể gán trường bây giờ, hoặc gán trường vào lúc sau bằng cách chọn:\n"
"« Tập tin > Biểu mẫu > Nguồn sổ địa chỉ... »"

#. kg8vp
#: extensions/inc/strings.hrc:390
msgctxt "RID_STR_OPTION_DB_FIELD_TITLE"
msgid "Database Field"
msgstr "Trường cơ sở dữ liệu"

#. KMgGK
#: extensions/inc/strings.hrc:391
msgctxt "RID_STR_TYPE_TABLE"
msgid "Table"
msgstr "Bảng"

#. g8gXs
#: extensions/inc/strings.hrc:392
msgctxt "RID_STR_TYPE_QUERY"
msgid "Query"
msgstr "Truy vấn"

#. B5utG
#: extensions/inc/strings.hrc:393
msgctxt "RID_STR_TYPE_COMMAND"
msgid "SQL command"
msgstr "Câu lệnh SQL"

#. iiBKZ
#: extensions/inc/strings.hrc:395
msgctxt "RID_STR_GROUPWIZARD_TITLE"
msgid "Group Element Wizard"
msgstr "Trợ lý phần tử nhóm"

#. 97Evr
#: extensions/inc/strings.hrc:396
msgctxt "RID_STR_GRIDWIZARD_TITLE"
msgid "Table Element Wizard"
msgstr "Trợ lý phần tử bảng"

#. 3cAJq
#: extensions/inc/strings.hrc:397
msgctxt "RID_STR_LISTWIZARD_TITLE"
msgid "List Box Wizard"
msgstr "Trợ lý hộp danh sách"

#. DYg5X
#: extensions/inc/strings.hrc:398
msgctxt "RID_STR_COMBOWIZARD_TITLE"
msgid "Combo Box Wizard"
msgstr "Trợ lý hộp tổ hợp"

#. BG3Ch
#: extensions/inc/strings.hrc:399
msgctxt "RID_STR_COULDNOTOPENTABLE"
msgid "The table connection to the data source could not be established."
msgstr "Không thể kết nối bảng đến nguồn dữ liệu."

#. LypDu
#: extensions/inc/strings.hrc:401
msgctxt "RID_STR_DATEPOSTFIX"
msgid " (Date)"
msgstr " (Ngày)"

#. FVeYy
#: extensions/inc/strings.hrc:402
msgctxt "RID_STR_TIMEPOSTFIX"
msgid " (Time)"
msgstr " (Giờ)"

#. XPCgZ
#: extensions/inc/strings.hrc:404
msgctxt "RID_STR_FIELDINFO_COMBOBOX"
msgid "The contents of the field selected will be shown in the combo box list."
msgstr "Nội dung của trường được chọn sẽ hiển thị trong danh sách hộp tổ hợp."

#. 3XqRi
#: extensions/inc/strings.hrc:405
msgctxt "RID_STR_FIELDINFO_LISTBOX"
msgid "The contents of the selected field will be shown in the list box if the linked fields are identical."
msgstr "Nội dung của trường được chọn sẽ hiển thị trong hộp liệt kê nếu hai trường đã liên kết là trùng."

#. sy3UG
#: extensions/inc/strings.hrc:406
msgctxt "RID_STR_COMBOWIZ_DBFIELD"
msgid "You can either save the value of the combo box in a database field or use it for display purposes."
msgstr "Bạn có thể lưu giá trị của hộp tổ hợp trong một trường cơ sở dữ liệu, hoặc dùng giá trị này cho mục đích hiển thị."

#. 2QUFE
#: extensions/inc/strings.hrc:408
msgctxt "RID_STR_GROUPWIZ_DBFIELD"
msgid "You can either save the value of the option group in a database field or use it for a later action."
msgstr "Bạn có thể lưu giá trị của nhóm tùy chọn vào một trường cơ sở dữ liệu, hoặc dùng giá trị đó cho một hành động sau."

#. D7TVx
#: extensions/inc/yesno.hrc:31
msgctxt "RID_RSC_ENUM_YESNO"
msgid "No"
msgstr "Không"

#. QDUNB
#: extensions/inc/yesno.hrc:32
msgctxt "RID_RSC_ENUM_YESNO"
msgid "Yes"
msgstr "Có"

#. cBnXC
#: extensions/uiconfig/sabpilot/ui/contentfieldpage.ui:42
msgctxt "contentfieldpage|label1"
msgid "Existing fields"
msgstr "Trường tồn tại"

#. pa3Dg
#: extensions/uiconfig/sabpilot/ui/contentfieldpage.ui:114
msgctxt "contentfieldpage|label3"
msgid "Display field"
msgstr "Trường hiển thị"

#. FBECK
#: extensions/uiconfig/sabpilot/ui/contenttablepage.ui:48
msgctxt "contenttablepage|datasourcelabel"
msgid "Data source"
msgstr "Nguồn dữ liệu"

#. dmvMc
#: extensions/uiconfig/sabpilot/ui/contenttablepage.ui:60
msgctxt "contenttablepage|contenttypelabel"
msgid "Content type"
msgstr "Kiểu nội dung"

#. EGEyr
#: extensions/uiconfig/sabpilot/ui/contenttablepage.ui:72
msgctxt "contenttablepage|formtablelabel"
msgid "Content"
msgstr "Nội dung"

#. 7DaPr
#: extensions/uiconfig/sabpilot/ui/contenttablepage.ui:125
msgctxt "contenttablepage|formsettings"
msgid "Form"
msgstr "Biểu mẫu"

#. cyVXt
#: extensions/uiconfig/sabpilot/ui/contenttablepage.ui:163
msgctxt "contenttablepage|label3"
msgid ""
"On the right side, you see all the tables from the data source of the form.\n"
"\n"
"\n"
"Choose the table from which the data should be used as basis for the list content:"
msgstr ""
"Bên phải có tất cả các bảng từ nguồn dữ liệu của biểu mẫu.\n"
"\n"
"\n"
"Hãy chọn bảng chứa dữ liệu nên được dùng làm cơ bản của nội dung danh sách:"

#. ovzSX
#: extensions/uiconfig/sabpilot/ui/contenttablepage.ui:228
msgctxt "contenttablepage|label2"
msgid "Control"
msgstr "Điều khiển"

#. 3pJRv
#: extensions/uiconfig/sabpilot/ui/datasourcepage.ui:15
msgctxt "datasourcepage|label2"
msgid ""
"That was all the information necessary to integrate your address data into %PRODUCTNAME.\n"
"\n"
"Now, just enter the name under which you want to register the data source in %PRODUCTNAME."
msgstr ""
"Bạn đã nhập hết thông tin cần thiết để hợp nhất dữ liệu địa chỉ vào %PRODUCTNAME.\n"
"\n"
"Bây giờ, chỉ nhập tên bạn muốn đăng kí nguồn dữ liệu trong %PRODUCTNAME."

#. LaR7Y
#: extensions/uiconfig/sabpilot/ui/datasourcepage.ui:43
msgctxt "datasourcepage|embed"
msgid "Embed this address book definition into the current document."
msgstr "Đưa định nghĩa sổ địa chỉ này vào tài liệu hiện tại."

#. jcF56
#: extensions/uiconfig/sabpilot/ui/datasourcepage.ui:66
msgctxt "datasourcepage|locationft"
msgid "Location"
msgstr "Vị trí"

#. nKyUL
#: extensions/uiconfig/sabpilot/ui/datasourcepage.ui:78
msgctxt "datasourcepage|browse"
msgid "Browse..."
msgstr "Duyệt..."

#. apVFE
#: extensions/uiconfig/sabpilot/ui/datasourcepage.ui:85
msgctxt "datasourcepage|extended_tip|browse"
msgid "Specifies the location using a file dialog."
msgstr "Ghi rõ địa điểm bằng hộp thoại tập tin."

#. 7P3GP
#: extensions/uiconfig/sabpilot/ui/datasourcepage.ui:109
msgctxt "datasourcepage|extended_tip|location"
msgid "Specifies the location of the database file."
msgstr "Ghi rõ địa điểm của tập tin cơ sở dữ liệu."

#. 6LtJa
#: extensions/uiconfig/sabpilot/ui/datasourcepage.ui:126
msgctxt "datasourcepage|available"
msgid "Make this address book available to all modules in %PRODUCTNAME."
msgstr "Cung cấp sổ địa chỉ này cho mọi mô-đun trong %PRODUCTNAME."

#. iPwFJ
#: extensions/uiconfig/sabpilot/ui/datasourcepage.ui:134
msgctxt "datasourcepage|extended_tip|available"
msgid "Registers the newly created database file in the office suite. The database will then be listed in the Data sources pane (Ctrl+Shift+F4). If this check box is cleared, the database will be available only by opening the database file."
msgstr "Đăng ký tệp cơ sở dữ liệu mới được tạo trong bộ ứng dụng văn phòng. Sau đó, cơ sở dữ liệu sẽ được liệt kê trong ngăn Nguồn dữ liệu (Ctrl+Shift+F4). Nếu hộp kiểm này bị xóa, cơ sở dữ liệu sẽ chỉ khả dụng bằng cách mở tệp cơ sở dữ liệu."

#. jbrum
#: extensions/uiconfig/sabpilot/ui/datasourcepage.ui:162
msgctxt "datasourcepage|nameft"
msgid "Address book name"
msgstr "Tên sổ địa chỉ"

#. EhAjb
#: extensions/uiconfig/sabpilot/ui/datasourcepage.ui:181
msgctxt "datasourcepage|extended_tip|name"
msgid "Specifies the data source name."
msgstr "Chỉ định tên nguồn dữ liệu."

#. iHrkL
#: extensions/uiconfig/sabpilot/ui/datasourcepage.ui:200
msgctxt "datasourcepage|warning"
msgid "Another data source already has this name. As data sources have to have globally unique names, you need to choose another one."
msgstr "Một nguồn dữ liệu khác đã sử dụng tên này. Vì các nguồn dữ liệu phải có tên khác nhau, bạn cần chọn một tên khác."

#. 6ZBG5
#: extensions/uiconfig/sabpilot/ui/datasourcepage.ui:231
msgctxt "datasourcepage|extended_tip|DataSourcePage"
msgid "Specifies a location for the address book file and a name under which the data source will be listed in the data source explorer."
msgstr "Ghi rõ một địa điểm cho tập tin sổ địa chỉ, và một tên dưới đó nguồn dữ liệu sẽ được liệt kê trong bộ thăm dò nguồn dữ liệu."

#. CWNrs
#: extensions/uiconfig/sabpilot/ui/defaultfieldselectionpage.ui:18
msgctxt "defaultfieldselectionpage|label1"
msgid "Should one option field be selected as a default?"
msgstr "Bạn có muốn chọn một trường tùy chọn làm mặc định không?"

#. aoU8V
#: extensions/uiconfig/sabpilot/ui/defaultfieldselectionpage.ui:39
msgctxt "defaultfieldselectionpage|defaultselectionyes"
msgid "_Yes, the following:"
msgstr "Có, trường nà_y:"

#. gWYi6
#: extensions/uiconfig/sabpilot/ui/defaultfieldselectionpage.ui:79
msgctxt "defaultfieldselectionpage|defaultselectionno"
msgid "No, one particular field is not going to be selected."
msgstr "Không, có trường cụ thể sẽ không được chọn."

#. XXEB7
#: extensions/uiconfig/sabpilot/ui/fieldassignpage.ui:15
msgctxt "fieldassignpage|label2"
msgid ""
"To incorporate the address data in your templates, %PRODUCTNAME has to know which fields contain which data.\n"
"\n"
"For instance, you could have stored the email addresses in a field named \"email\", or \"E-mail\" or \"EM\" - or something completely different.\n"
"\n"
"Click the button below to open another dialog where you can enter the settings for your data source."
msgstr ""
"Để kết hợp dữ liệu địa chỉ trong các mẫu của bạn, %PRODUCTNAME phải biết trường nào chứa dữ liệu nào.\n"
"\n"
"Chẳng hạn, bạn có thể đã lưu các địa chỉ email trong một trường có tên là \"email\" hoặc \"E-mail\" hoặc \"EM\" - hoặc gì đó hoàn toàn khác.\n"
"\n"
"Nhấp vào nút bên dưới để mở một hộp thoại khác nơi bạn có thể nhập cài đặt cho nguồn dữ liệu của mình."

#. RkyNf
#: extensions/uiconfig/sabpilot/ui/fieldassignpage.ui:38
msgctxt "fieldassignpage|assign"
msgid "Field Assignment"
msgstr "Gán trường"

#. 94fxb
#: extensions/uiconfig/sabpilot/ui/fieldassignpage.ui:46
msgctxt "fieldassignpage|extended_tip|assign"
msgid "Opens the Templates: Address Book Assignment dialog."
msgstr "Mở hộp thoại  Gán Sổ Địa Chỉ\">Mẫu > Gán Sổ Địa Chỉ."

#. CuPoK
#: extensions/uiconfig/sabpilot/ui/fieldassignpage.ui:77
msgctxt "fieldassignpage|extended_tip|FieldAssignPage"
msgid "Opens a dialog that allows you to specify the field assignment."
msgstr "Mở hộp thoại cho phép bạn chỉ định việc gán trường."

#. j8AYS
#: extensions/uiconfig/sabpilot/ui/fieldlinkpage.ui:17
msgctxt "fieldlinkpage|desc"
msgid "This is where you select fields with matching contents so that the value from the display field will be shown."
msgstr "Đây là nơi bạn chọn các trường có nội dung tương ứng để hiện giá trị của trường hiển thị."

#. cWGwU
#: extensions/uiconfig/sabpilot/ui/fieldlinkpage.ui:55
msgctxt "fieldlinkpage|label2"
msgid "Field from the _Value Table"
msgstr "Trường từ bảng giá trị (_V)"

#. rp7PU
#: extensions/uiconfig/sabpilot/ui/fieldlinkpage.ui:105
msgctxt "fieldlinkpage|label3"
msgid "Field from the _List Table"
msgstr "Trường từ bảng _liệt kê"

#. GDXGP
#: extensions/uiconfig/sabpilot/ui/gridfieldsselectionpage.ui:57
msgctxt "gridfieldsselectionpage|datasourcelabel"
msgid "Data source"
msgstr "Nguồn dữ liệu"

#. YZrBU
#: extensions/uiconfig/sabpilot/ui/gridfieldsselectionpage.ui:69
msgctxt "gridfieldsselectionpage|contenttypelabel"
msgid "Content type"
msgstr "Kiểu nội dung"

#. F7JFv
#: extensions/uiconfig/sabpilot/ui/gridfieldsselectionpage.ui:81
msgctxt "gridfieldsselectionpage|formtablelabel"
msgid "Content"
msgstr "Nội dung"

#. yhVwQ
#: extensions/uiconfig/sabpilot/ui/gridfieldsselectionpage.ui:148
msgctxt "gridfieldsselectionpage|formsettings"
msgid "Form"
msgstr "Biểu mẫu"

#. fPEjf
#: extensions/uiconfig/sabpilot/ui/gridfieldsselectionpage.ui:225
msgctxt "gridfieldsselectionpage|label3"
msgid "Selected fields"
msgstr "Các trường được chọn"

#. FGByi
#: extensions/uiconfig/sabpilot/ui/gridfieldsselectionpage.ui:249
msgctxt "gridfieldsselectionpage|fieldright"
msgid "->"
msgstr "->"

#. 7NBrQ
#: extensions/uiconfig/sabpilot/ui/gridfieldsselectionpage.ui:262
msgctxt "gridfieldsselectionpage|allfieldsright"
msgid "=>>"
msgstr "=>>"

#. SRogG
#: extensions/uiconfig/sabpilot/ui/gridfieldsselectionpage.ui:289
msgctxt "gridfieldsselectionpage|fieldleft"
msgid "<-"
msgstr "<-"

#. crA2q
#: extensions/uiconfig/sabpilot/ui/gridfieldsselectionpage.ui:302
msgctxt "gridfieldsselectionpage|allfieldsleft"
msgid "<<="
msgstr "<<="

#. 25yKb
#: extensions/uiconfig/sabpilot/ui/gridfieldsselectionpage.ui:371
msgctxt "gridfieldsselectionpage|label1"
msgid "Existing fields"
msgstr "Trường tồn tại"

#. PDhUx
#: extensions/uiconfig/sabpilot/ui/gridfieldsselectionpage.ui:389
msgctxt "gridfieldsselectionpage|label2"
msgid "Table Element"
msgstr "Phần tử bảng"

#. Xk7cV
#: extensions/uiconfig/sabpilot/ui/groupradioselectionpage.ui:49
msgctxt "groupradioselectionpage|datasourcelabel"
msgid "Data source"
msgstr "Nguồn dữ liệu"

#. vr3WF
#: extensions/uiconfig/sabpilot/ui/groupradioselectionpage.ui:61
msgctxt "groupradioselectionpage|contenttypelabel"
msgid "Content type"
msgstr "Kiểu nội dung"

#. YWdU3
#: extensions/uiconfig/sabpilot/ui/groupradioselectionpage.ui:73
msgctxt "groupradioselectionpage|formtablelabel"
msgid "Content"
msgstr "Nội dung"

#. EJE6S
#: extensions/uiconfig/sabpilot/ui/groupradioselectionpage.ui:126
msgctxt "groupradioselectionpage|formsettings"
msgid "Form"
msgstr "Biểu mẫu"

#. jePf2
#: extensions/uiconfig/sabpilot/ui/groupradioselectionpage.ui:203
msgctxt "groupradioselectionpage|label3"
msgid "_Option fields"
msgstr "Trường Tùy ch_ọn"

#. CYqUP
#: extensions/uiconfig/sabpilot/ui/groupradioselectionpage.ui:223
msgctxt "groupradioselectionpage|toright"
msgid "_>>"
msgstr "_>>"

#. HZc38
#: extensions/uiconfig/sabpilot/ui/groupradioselectionpage.ui:237
msgctxt "groupradioselectionpage|toleft"
msgid "_<<"
msgstr "_<<"

#. HYXrA
#: extensions/uiconfig/sabpilot/ui/groupradioselectionpage.ui:272
msgctxt "groupradioselectionpage|label1"
msgid "Which _names do you want to give the option fields?"
msgstr "Bạ_n muốn gán cho trường tùy chọn tên nào?"

#. yR2Am
#: extensions/uiconfig/sabpilot/ui/groupradioselectionpage.ui:295
msgctxt "groupradioselectionpage|label2"
msgid "Table Element"
msgstr "Phần tử bảng"

#. 3dtcD
#: extensions/uiconfig/sabpilot/ui/invokeadminpage.ui:15
msgctxt "invokeadminpage|label2"
msgid ""
"To set up the new data source, additional information is required.\n"
"\n"
"Click the following button to open another dialog in which you then enter the necessary information."
msgstr ""
"Để thiết lập nguồn dữ liệu mới, cần có thêm thông tin.\n"
"\n"
"Hãy nhấn vào nút dưới đây để mở hộp thoại và nhập thông tin cần thiết."

#. vpt2q
#: extensions/uiconfig/sabpilot/ui/invokeadminpage.ui:36
msgctxt "invokeadminpage|settings"
msgid "Settings"
msgstr "Thiết lập"

#. GNt8z
#: extensions/uiconfig/sabpilot/ui/invokeadminpage.ui:43
msgctxt "invokeadminpage|extended_tip|settings"
msgid "Calls a dialog in which you can enter additional settings."
msgstr "Gọi một hộp thoại trong đó bạn có thể nhập các cài đặt bổ sung."

#. CAjBt
#: extensions/uiconfig/sabpilot/ui/invokeadminpage.ui:56
msgctxt "invokeadminpage|warning"
msgid ""
"The connection to the data source could not be established.\n"
"Before you proceed, please check the settings made, or (on the previous page) choose another address data source type."
msgstr ""
"Không thể kết nối tới nguồn dữ liệu.\n"
"Trước khi tiếp tục, hãy kiểm tra lại thiết lập được tạo, hoặc (trên trang trước) chọn kiểu nguồn dữ liệu địa chỉ khác."

#. BgCsQ
#: extensions/uiconfig/sabpilot/ui/invokeadminpage.ui:76
msgctxt "invokeadminpage|extended_tip|InvokeAdminPage"
msgid "Allows you to enter additional settings for LDAP address data and other external data sources."
msgstr "Cho phép bạn nhập các thiết lập thêm về dữ liệu địa chỉ LDAP và các nguồn dữ liệu bên ngoài khác."

#. MdQKb
#: extensions/uiconfig/sabpilot/ui/optiondbfieldpage.ui:41
msgctxt "optiondbfieldpage|label1"
msgid "Do you want to save the value in a database field?"
msgstr "Bạn có muốn lưu lại giá trị vào trường cơ sở dữ liệu không?"

#. wh2jE
#: extensions/uiconfig/sabpilot/ui/optiondbfieldpage.ui:65
msgctxt "optiondbfieldpage|yesRadiobutton"
msgid "_Yes, I want to save it in the following database field:"
msgstr "Có, tôi muốn lưu nó vào trường cơ sở dữ liệu nà_y:"

#. Kw48Z
#: extensions/uiconfig/sabpilot/ui/optiondbfieldpage.ui:80
msgctxt "optiondbfieldpage|noRadiobutton"
msgid "_No, I only want to save the value in the form."
msgstr "Khô_ng, tôi chỉ muốn lưu giá trị vào biểu mẫu."

#. 7BkQQ
#: extensions/uiconfig/sabpilot/ui/optionsfinalpage.ui:18
msgctxt "optionsfinalpage|label1"
msgid "Which _caption is to be given to your option group?"
msgstr "Nhóm tùy _chọn của bạn sẽ nhận phụ đề nào?"

#. aDe59
#: extensions/uiconfig/sabpilot/ui/optionsfinalpage.ui:49
msgctxt "optionsfinalpage|label2"
msgid "These were all details needed to create the option group."
msgstr "Đây là tất cả các chi tiết cần thiết để tạo nhóm tùy chọn."

#. Wcsuy
#: extensions/uiconfig/sabpilot/ui/optionvaluespage.ui:35
msgctxt "optionvaluespage|label1"
msgid "When you select an option, the option group is given a specific value."
msgstr "Khi bạn chọn một tùy chọn, nhóm tùy chọn nhận một giá trị xác định."

#. XA4df
#: extensions/uiconfig/sabpilot/ui/optionvaluespage.ui:58
msgctxt "optionvaluespage|label2"
msgid "Which _value do you want to assign to each option?"
msgstr "_Với mỗi tùy chọn, bạn muốn gán giá trị nào?"

#. qGELF
#: extensions/uiconfig/sabpilot/ui/optionvaluespage.ui:107
msgctxt "optionvaluespage|label3"
msgid "_Option fields"
msgstr "Trường Tùy ch_ọn"

#. AneBw
#: extensions/uiconfig/sabpilot/ui/selecttablepage.ui:23
msgctxt "selecttablepage|label2"
msgid ""
"The external data source you have chosen contains more than one address book.\n"
"Please select the one you mainly want to work with:"
msgstr ""
"Bạn đã chọn một nguồn dữ liệu ngoài chứa nhiều sổ địa chỉ.\n"
"Hãy chọn một mà bạn muốn thao tác:"

#. 2aTdA
#: extensions/uiconfig/sabpilot/ui/selecttablepage.ui:77
msgctxt "selecttablepage|extended_tip|table"
msgid "Specifies the table that is to serve as the address book for the office suite templates."
msgstr "Chỉ định bảng dùng làm sổ địa chỉ cho các mẫu bộ ứng dụng văn phòng."

#. K8W3u
#: extensions/uiconfig/sabpilot/ui/selecttablepage.ui:90
msgctxt "selecttablepage|extended_tip|SelectTablePage"
msgid "Specifies a table from the Seamonkey / Netscape address book source that is used as the address book in the office suite."
msgstr "Chỉ định một bảng từ nguồn sổ địa chỉ Seamonkey/Netscape được sử dụng làm sổ địa chỉ trong bộ ứng dụng văn phòng."

#. bCndk
#: extensions/uiconfig/sabpilot/ui/selecttypepage.ui:15
msgctxt "selecttypepage|label2"
msgid ""
"%PRODUCTNAME lets you access address data already present in your system. To do this, a %PRODUCTNAME data source will be created in which your address data is available in tabular form.\n"
"\n"
"This wizard helps you create the data source."
msgstr ""
"%PRODUCTNAME cho phép bạn truy cập dữ liệu địa chỉ đã có trong hệ thống của bạn. Để thực hiện việc này, nguồn dữ liệu %PRODUCTNAME sẽ được tạo trong đó dữ liệu địa chỉ của bạn có sẵn ở dạng bảng.\n"
"\n"
"Trình hướng dẫn này giúp bạn tạo nguồn dữ liệu."

#. GHAY9
#: extensions/uiconfig/sabpilot/ui/selecttypepage.ui:42
msgctxt "selecttypepage|evolution"
msgid "Evolution"
msgstr "Evolution"

#. Xsfrc
#: extensions/uiconfig/sabpilot/ui/selecttypepage.ui:51
msgctxt "selecttypepage|extended_tip|evolution"
msgid "Select this option if you already use an address book in Evolution."
msgstr "Bật tùy chọn này nếu bạn đã sử dụng sổ địa chỉ trong trình thư điện tử Evolution."

#. F6JYD
#: extensions/uiconfig/sabpilot/ui/selecttypepage.ui:62
msgctxt "selecttypepage|groupwise"
msgid "Groupwise"
msgstr "Theo nhóm"

#. eB6AA
#: extensions/uiconfig/sabpilot/ui/selecttypepage.ui:71
msgctxt "selecttypepage|extended_tip|groupwise"
msgid "Select this option if you already use an address book in Groupwise."
msgstr "Bật tùy chọn này nếu bạn đã sử dụng sổ địa chỉ trong phần mềm Groupwise."

#. cuXRp
#: extensions/uiconfig/sabpilot/ui/selecttypepage.ui:82
msgctxt "selecttypepage|evoldap"
msgid "Evolution LDAP"
msgstr "LDAP tiến hóa"

#. 7ZtGX
#: extensions/uiconfig/sabpilot/ui/selecttypepage.ui:91
msgctxt "selecttypepage|extended_tip|evoldap"
msgid "Select this option if you already use an address book in Evolution LDAP."
msgstr "Bật tùy chọn này nếu bạn đã sử dụng sổ địa chỉ trong trình thư điện tử Evolution (LDAP)."

#. C4oTw
#: extensions/uiconfig/sabpilot/ui/selecttypepage.ui:102
msgctxt "selecttypepage|thunderbird"
msgid "Thunderbird"
msgstr "Thunderbird"

#. Aq64F
#: extensions/uiconfig/sabpilot/ui/selecttypepage.ui:111
msgctxt "selecttypepage|extended_tip|thunderbird"
msgid "Select this option if you already use an address book in Thunderbird or Icedove."
msgstr "Bật tùy chọn này nếu bạn đã sử dụng sổ địa chỉ trong phần mềm Groupwise."

#. su4jz
#: extensions/uiconfig/sabpilot/ui/selecttypepage.ui:122
msgctxt "selecttypepage|kde"
msgid "KDE address book"
msgstr "Sổ địa chỉ KDE"

#. 5QT4G
#: extensions/uiconfig/sabpilot/ui/selecttypepage.ui:131
msgctxt "selecttypepage|extended_tip|kde"
msgid "Select this option if you already use an address book in KDE Address book (KAddressBook)."
msgstr "Chọn tùy chọn này nếu bạn đã sử dụng sổ địa chỉ trong Sổ địa chỉ KDE (KAddressBook)."

#. 2Psrm
#: extensions/uiconfig/sabpilot/ui/selecttypepage.ui:142
msgctxt "selecttypepage|macosx"
msgid "Mac OS X address book"
msgstr "Sổ địa chỉ Mac OS X"

#. DF5Kd
#: extensions/uiconfig/sabpilot/ui/selecttypepage.ui:151
msgctxt "selecttypepage|extended_tip|macosx"
msgid "Select this option if you already use an address book in macOS Address book."
msgstr "Chọn tùy chọn này nếu bạn đã sử dụng sổ địa chỉ trong Sổ địa chỉ macOS."

#. 3EnZE
#: extensions/uiconfig/sabpilot/ui/selecttypepage.ui:162
msgctxt "selecttypepage|other"
msgid "Other external data source"
msgstr "Nguồn dữ liệu bên ngoài"

#. XHBju
#: extensions/uiconfig/sabpilot/ui/selecttypepage.ui:171
msgctxt "selecttypepage|extended_tip|other"
msgid "Select this option if you want to register another data source as address book in the office suite."
msgstr "Chọn tùy chọn này nếu bạn muốn đăng ký một nguồn dữ liệu khác làm sổ địa chỉ trong bộ ứng dụng văn phòng."

#. HyBth
#: extensions/uiconfig/sabpilot/ui/selecttypepage.ui:184
msgctxt "selecttypepage|label1"
msgid "Select the type of your external address book:"
msgstr "Lựa chọn kiểu sổ địa chỉ bên ngoài của bạn:"

#. zEGmu
#: extensions/uiconfig/sabpilot/ui/selecttypepage.ui:207
msgctxt "selecttypepage|extended_tip|SelectTypePage"
msgid "This wizard registers an existing address book as a data source in the office suite."
msgstr "Trình hướng dẫn này đăng ký sổ địa chỉ hiện có làm nguồn dữ liệu trong bộ ứng dụng văn phòng."

#. f33Eh
#: extensions/uiconfig/sabpilot/ui/tableselectionpage.ui:56
msgctxt "tableselectionpage|label3"
msgid ""
"Currently, the form the control belongs to is not (or not completely) bound to a data source.\n"
"\n"
"Please choose a data source and a table.\n"
"\n"
"\n"
"Please note that the settings made on this page will take effect immediately upon leaving the page."
msgstr ""
"Hiện tại, điều khiển này thuộc về một biểu mẫu chưa được kết hợp (hoặc chưa được kết hợp hoàn toàn) với nguồn dữ liệu.\n"
"\n"
"Hãy chọn một nguồn dữ liệu và một bảng.\n"
"\n"
"\n"
"Lưu ý rằng thiết lập được tạo trên trang này sẽ có tác dụng ngay khi thoát khỏi trang này."

#. PLVnx
#: extensions/uiconfig/sabpilot/ui/tableselectionpage.ui:92
msgctxt "tableselectionpage|datasourcelabel"
msgid "_Data source:"
msgstr "Nguồn _dữ liệu:"

#. DZ3pT
#: extensions/uiconfig/sabpilot/ui/tableselectionpage.ui:145
msgctxt "tableselectionpage|search"
msgid "_..."
msgstr "_..."

#. 6jyEV
#: extensions/uiconfig/sabpilot/ui/tableselectionpage.ui:177
msgctxt "tableselectionpage|tablelabel"
msgid "_Table / Query:"
msgstr "Bảng / _Truy vấn:"

#. YvYuw
#: extensions/uiconfig/sabpilot/ui/tableselectionpage.ui:247
msgctxt "tableselectionpage|label1"
msgid "Data"
msgstr "Dữ liệu"

#. DNyMZ
#: extensions/uiconfig/sbibliography/ui/choosedatasourcedialog.ui:16
msgctxt "choosedatasourcedialog|ChooseDataSourceDialog"
msgid "Choose Data Source"
msgstr "Chọn nguồn dữ liệu..."

#. pxT9v
#: extensions/uiconfig/sbibliography/ui/choosedatasourcedialog.ui:122
msgctxt "choosedatasourcedialog|label1"
msgid "Entry"
msgstr "Mục nhập"

#. EkLEJ
#: extensions/uiconfig/sbibliography/ui/combobox.ui:16
msgctxt "combobox|TBC_FT_SOURCE"
msgid "Table"
msgstr "Bảng"

#. HWJFh
#: extensions/uiconfig/sbibliography/ui/editbox.ui:14
msgctxt "editbox|TBC_FT_QUERY"
msgid "Search Key"
msgstr "Khóa tìm kiếm"

#. CPjNs
#: extensions/uiconfig/sbibliography/ui/generalpage.ui:40
msgctxt "generalpage|shortname"
msgid "_Short name"
msgstr "Tên ngắn (_S)"

#. vaKMR
#: extensions/uiconfig/sbibliography/ui/generalpage.ui:54
msgctxt "generalpage|authtype"
msgid "_Type"
msgstr "Kiểu(_T)"

#. G73uW
#: extensions/uiconfig/sbibliography/ui/generalpage.ui:68
msgctxt "generalpage|authors"
msgid "Author(s)"
msgstr "Tác giả"

#. 8azaC
#: extensions/uiconfig/sbibliography/ui/generalpage.ui:82
msgctxt "generalpage|publisher"
msgid "_Publisher"
msgstr "Nhà xuất bản"

#. xQfCE
#: extensions/uiconfig/sbibliography/ui/generalpage.ui:96
msgctxt "generalpage|chapter"
msgid "_Chapter"
msgstr "_Chương"

#. TC6kG
#: extensions/uiconfig/sbibliography/ui/generalpage.ui:110
msgctxt "generalpage|title"
msgid "Tit_le"
msgstr "Tựa đề (_L)"

#. R9FbR
#: extensions/uiconfig/sbibliography/ui/generalpage.ui:124
msgctxt "generalpage|address"
msgid "A_ddress"
msgstr "_Địa chỉ"

#. p4Qk5
#: extensions/uiconfig/sbibliography/ui/generalpage.ui:138
msgctxt "generalpage|pages"
msgid "Pa_ge(s)"
msgstr "Tran_g"

#. yA7zD
#: extensions/uiconfig/sbibliography/ui/generalpage.ui:152
msgctxt "generalpage|year"
msgid "_Year"
msgstr "Năm (_Y)"

#. FBFh5
#: extensions/uiconfig/sbibliography/ui/generalpage.ui:166
msgctxt "generalpage|isbn"
msgid "_ISBN"
msgstr "_ISBN"

#. HBcbt
#: extensions/uiconfig/sbibliography/ui/generalpage.ui:180
msgctxt "generalpage|editor"
msgid "Editor"
msgstr "Biên tập"

#. c5WHH
#: extensions/uiconfig/sbibliography/ui/generalpage.ui:194
msgctxt "generalpage|booktitle"
msgid "_Book title"
msgstr "Tên sách (_B)"

#. tfGGx
#: extensions/uiconfig/sbibliography/ui/generalpage.ui:208
msgctxt "generalpage|edition"
msgid "Ed_ition"
msgstr "Ấn bản"

#. 2ZCVj
#: extensions/uiconfig/sbibliography/ui/generalpage.ui:222
msgctxt "generalpage|volume"
msgid "Volume"
msgstr "Khối tin"

#. Tpxov
#: extensions/uiconfig/sbibliography/ui/generalpage.ui:236
msgctxt "generalpage|institution"
msgid "Instit_ution"
msgstr "Viện"

#. DY7iB
#: extensions/uiconfig/sbibliography/ui/generalpage.ui:250
msgctxt "generalpage|month"
msgid "_Month"
msgstr "Tháng (_M)"

#. 6XJ26
#: extensions/uiconfig/sbibliography/ui/generalpage.ui:264
msgctxt "generalpage|publicationtype"
msgid "Publication t_ype"
msgstr "Kiểu xuất bản (_Y)"

#. Trxvk
#: extensions/uiconfig/sbibliography/ui/generalpage.ui:278
msgctxt "generalpage|university"
msgid "University"
msgstr "Trường đại học"

#. r3F5p
#: extensions/uiconfig/sbibliography/ui/generalpage.ui:292
msgctxt "generalpage|reporttype"
msgid "Type of re_port"
msgstr "Kiểu báo cáo (_P)"

#. vsfLN
#: extensions/uiconfig/sbibliography/ui/generalpage.ui:306
msgctxt "generalpage|organization"
msgid "Organi_zation"
msgstr "Tổ chức (_Z)"

#. 2Fna4
#: extensions/uiconfig/sbibliography/ui/generalpage.ui:320
msgctxt "generalpage|journal"
msgid "_Journal"
msgstr "Ký sự"

#. DA5HP
#: extensions/uiconfig/sbibliography/ui/generalpage.ui:334
msgctxt "generalpage|annotation"
msgid "Ann_otation"
msgstr "Phụ chú"

#. DZxid
#: extensions/uiconfig/sbibliography/ui/generalpage.ui:348
msgctxt "generalpage|number"
msgid "Numb_er"
msgstr "Số"

#. Nspi2
#: extensions/uiconfig/sbibliography/ui/generalpage.ui:362
msgctxt "generalpage|note"
msgid "_Note"
msgstr "Ghi chú"

#. DVS8w
#: extensions/uiconfig/sbibliography/ui/generalpage.ui:376
msgctxt "generalpage|series"
msgid "Se_ries"
msgstr "Chuỗi"

#. JfqNT
#: extensions/uiconfig/sbibliography/ui/generalpage.ui:390
msgctxt "generalpage|url"
msgid "URL"
msgstr "URL"

#. hjJFW
#: extensions/uiconfig/sbibliography/ui/generalpage.ui:404
msgctxt "generalpage|custom1"
msgid "User-defined field _1"
msgstr "Trường tự định nghĩa _1"

#. ZgVyG
#: extensions/uiconfig/sbibliography/ui/generalpage.ui:418
msgctxt "generalpage|custom4"
msgid "User-defined field _4"
msgstr "Trường tự định nghĩa _4"

#. aDQFC
#: extensions/uiconfig/sbibliography/ui/generalpage.ui:432
msgctxt "generalpage|custom2"
msgid "User-defined field _2"
msgstr "Trường tự định nghĩa _2"

#. X8g3V
#: extensions/uiconfig/sbibliography/ui/generalpage.ui:446
msgctxt "generalpage|custom5"
msgid "User-defined field _5"
msgstr "Trường tự định nghĩa _5"

#. ctDaZ
#: extensions/uiconfig/sbibliography/ui/generalpage.ui:460
msgctxt "generalpage|custom3"
msgid "User-defined field _3"
msgstr "Trường tự định nghĩa _3"

#. 6SKVe
#: extensions/uiconfig/sbibliography/ui/generalpage.ui:881
msgctxt "generalpage|localurl"
msgid "Local copy"
msgstr "Bản sao cục bộ"

#. ddQ5G
#: extensions/uiconfig/sbibliography/ui/generalpage.ui:915
msgctxt "generalpage|browse"
msgid "Browse..."
msgstr "Duyệt..."

#. vrVJF
#: extensions/uiconfig/sbibliography/ui/generalpage.ui:939
msgctxt "generalpage|localpagecb"
msgid "Page"
msgstr "Trang"

#. x9s9K
#: extensions/uiconfig/sbibliography/ui/generalpage.ui:1015
msgctxt "generalpage|extended_tip|GeneralPage"
msgid "Insert, delete, edit, and organize records in the bibliography database."
msgstr "Chèn, xóa, chỉnh sửa và sắp xếp các bản ghi cở sở dữ liệu thư mục."

#. 7BG4W
#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:8
msgctxt "mappingdialog|MappingDialog"
msgid "Column Layout for Table “%1”"
msgstr "Bố trí cột cho Bảng “%1”"

#. ZttGm
#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:101
msgctxt "mappingdialog|label2"
msgid "_Short name"
msgstr "Tên ngắn"

#. PcPgF
#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:115
msgctxt "mappingdialog|label3"
msgid "_Author(s)"
msgstr "T_ác giả"

#. DBBiK
#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:129
msgctxt "mappingdialog|label4"
msgid "_Publisher"
msgstr "Nhà xuất bản"

#. 4TG3U
#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:143
msgctxt "mappingdialog|label5"
msgid "_Chapter"
msgstr "_Chương"

#. DZwft
#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:157
msgctxt "mappingdialog|label6"
msgid "Editor"
msgstr "Biên soạn"

#. pEBaZ
#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:219
msgctxt "mappingdialog|label7"
msgid "_Type"
msgstr "Kiểu (_T)"

#. TxEfY
#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:233
msgctxt "mappingdialog|label8"
msgid "_Year"
msgstr "Năm (_Y)"

#. qLU7E
#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:247
msgctxt "mappingdialog|label9"
msgid "Tit_le"
msgstr "Tựa đề"

#. F26mM
#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:297
msgctxt "mappingdialog|label10"
msgid "A_ddress"
msgstr "_Địa chỉ"

#. kBvqk
#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:311
msgctxt "mappingdialog|label11"
msgid "_ISBN"
msgstr "_ISBN"

#. aeCGS
#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:325
msgctxt "mappingdialog|label12"
msgid "Pa_ge(s)"
msgstr "Tran_g"

#. N4Cx2
#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:375
msgctxt "mappingdialog|label13"
msgid "Ed_ition"
msgstr "Xuất bản"

#. CXnVD
#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:401
msgctxt "mappingdialog|label14"
msgid "_Book title"
msgstr "Tên sách"

#. FEe9P
#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:415
msgctxt "mappingdialog|label15"
msgid "Volume"
msgstr "Khối tin"

#. T6Eu3
#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:429
msgctxt "mappingdialog|label16"
msgid "Publication t_ype"
msgstr "Kiểu xuất bản"

#. KVHpY
#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:479
msgctxt "mappingdialog|label17"
msgid "Organi_zation"
msgstr "Tổ chức"

#. GNoEJ
#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:493
msgctxt "mappingdialog|label18"
msgid "Instit_ution"
msgstr "Viện"

#. ZU7AT
#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:507
msgctxt "mappingdialog|label19"
msgid "Uni_versity"
msgstr "Trường đại học"

#. AeYEo
#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:557
msgctxt "mappingdialog|label20"
msgid "Type of re_port"
msgstr "Kiểu báo cáo"

#. NaFZM
#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:571
msgctxt "mappingdialog|label21"
msgid "_Month"
msgstr "Tháng"

#. EacrE
#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:609
msgctxt "mappingdialog|label22"
msgid "_Journal"
msgstr "Ký sự"

#. 98xrV
#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:623
msgctxt "mappingdialog|label23"
msgid "Numb_er"
msgstr "Số"

#. ssYBx
#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:637
msgctxt "mappingdialog|label24"
msgid "Se_ries"
msgstr "Ch~uỗi"

#. kGM4q
#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:687
msgctxt "mappingdialog|label25"
msgid "Ann_otation"
msgstr "Phụ chú"

#. 8xMvD
#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:701
msgctxt "mappingdialog|label26"
msgid "_Note"
msgstr "Ghi chú"

#. t7JGr
#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:715
msgctxt "mappingdialog|label27"
msgid "URL"
msgstr "URL"

#. STBDL
#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:765
msgctxt "mappingdialog|label28"
msgid "User-defined field _1"
msgstr "Trường tự định nghĩa _1"

#. FDtfJ
#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:779
msgctxt "mappingdialog|label29"
msgid "User-defined field _2"
msgstr "Trường tự định nghĩa _2"

#. EPoqo
#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:793
msgctxt "mappingdialog|label30"
msgid "User-defined field _3"
msgstr "Trường tự định nghĩa _3"

#. LzUki
#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:807
msgctxt "mappingdialog|label31"
msgid "User-defined field _4"
msgstr "Trường tự định nghĩa _4"

#. jY3cj
#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:821
msgctxt "mappingdialog|label32"
msgid "User-defined field _5"
msgstr "Trường tự định nghĩa _5"

#. HQPTv
#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:955
msgctxt "mappingdialog|label33"
msgid "Local copy"
msgstr "Bản sao cục bộ"

#. wkCw6
#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:1051
msgctxt "mappingdialog|label1"
msgid "Column Names"
msgstr "Tên cột"

#. B7h7G
#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:1073
msgctxt "mappingdialog|extended_tip|MappingDialog"
msgid "Lets you map the column headings to data fields from a different data source. To define a different data source for your bibliography, click the Data Source button on the record's Object bar."
msgstr "Cho phép bạn sắp xếp các tiêu đề cột tới các trường dữ liệu từ một nguồn dữ liệu khác. Để xác định nguồn dữ liệu khác cho thư mục của bạn, hãy nhấp vào nút Nguồn dữ liệu trên thanh Đối tượng của bản ghi."

#. k9B7a
#: extensions/uiconfig/sbibliography/ui/querydialog.ui:30
msgctxt "querydialog|ask"
msgid "Do not show this question again."
msgstr "Không hiển thị lại câu hỏi này."

#. YFwPR
#: extensions/uiconfig/sbibliography/ui/toolbar.ui:24
msgctxt "toolbar|TBC_BT_CHANGESOURCE"
msgid "Data Source"
msgstr "Nguồn dữ liệu"

#. EeiLg
#: extensions/uiconfig/sbibliography/ui/toolbar.ui:67
msgctxt "toolbar|TBC_BT_AUTOFILTER"
msgid "AutoFilter"
msgstr "Lọc tự động"

#. Xbpge
#: extensions/uiconfig/sbibliography/ui/toolbar.ui:79
msgctxt "toolbar|TBC_BT_FILTERCRIT"
msgid "Standard Filter"
msgstr "Lọc tiêu chuẩn"

#. 9qFEc
#: extensions/uiconfig/sbibliography/ui/toolbar.ui:91
msgctxt "toolbar|TBC_BT_REMOVEFILTER"
msgid "Reset Filter"
msgstr "Đặt lại bộ lọc"

#. C3Tuk
#: extensions/uiconfig/sbibliography/ui/toolbar.ui:103
msgctxt "toolbar|TBC_BT_COL_ASSIGN"
msgid "Column Arrangement"
msgstr "Sắp xếp cột"

#. DGQhT
#: extensions/uiconfig/sbibliography/ui/toolbar.ui:107
msgctxt "toolbar|extended_tip|TBC_BT_COL_ASSIGN"
msgid "Lets you map the column headings to data fields from a different data source. To define a different data source for your bibliography, click the Data Source button on the record's Object bar."
msgstr "Cho phép bạn sắp xếp các tiêu đề cột tới các trường dữ liệu từ một nguồn dữ liệu khác. Để xác định nguồn dữ liệu khác cho thư mục của bạn, hãy nhấp vào nút Nguồn dữ liệu trên thanh Đối tượng của bản ghi."

#. 8s8QS
#: extensions/uiconfig/sbibliography/ui/toolbar.ui:118
msgctxt "toolbar|extended_tip|toolbar"
msgid "Insert, delete, edit, and organize records in the bibliography database."
msgstr "Chèn, xóa, chỉnh sửa và sắp xếp các bản ghi trong cơ sở dữ liệu thư mục."

#. AFbU5
#: extensions/uiconfig/scanner/ui/griddialog.ui:111
msgctxt "griddialog|resetTypeCombobox"
msgid "Linear ascending"
msgstr "Tăng dần tuyến tính"

#. kLhvJ
#: extensions/uiconfig/scanner/ui/griddialog.ui:112
msgctxt "griddialog|resetTypeCombobox"
msgid "Linear descending"
msgstr "Giảm dần tuyến tính"

#. y8ByE
#: extensions/uiconfig/scanner/ui/griddialog.ui:113
msgctxt "griddialog|resetTypeCombobox"
msgid "Original values"
msgstr "Giá trị ban đầu"

#. izGbM
#: extensions/uiconfig/scanner/ui/griddialog.ui:114
msgctxt "griddialog|resetTypeCombobox"
msgid "Exponential increasing"
msgstr "Tăng theo cấp số nhân"

#. is6k5
#: extensions/uiconfig/scanner/ui/griddialog.ui:125
msgctxt "griddialog|resetButton"
msgid "_Set"
msgstr "Đặt"

#. DEE74
#: extensions/uiconfig/scanner/ui/sanedialog.ui:46
msgctxt "sanedialog|SaneDialog"
msgid "Scanner"
msgstr "Máy quét"

#. 8aFBr
#: extensions/uiconfig/scanner/ui/sanedialog.ui:78
msgctxt "sanedialog|deviceInfoButton"
msgid "About Dev_ice"
msgstr "Về thiết b_ị"

#. 3aG8b
#: extensions/uiconfig/scanner/ui/sanedialog.ui:85
msgctxt "sanedialog|extended_tip|deviceInfoButton"
msgid "Displays a popup window with information obtained from the scanner driver."
msgstr "Hiển thị cửa sổ bật lên với thông tin thu được từ trình điều khiển máy quét."

#. 3EeXn
#: extensions/uiconfig/scanner/ui/sanedialog.ui:97
msgctxt "sanedialog|previewButton"
msgid "Create Previe_w"
msgstr "Tạo bản xem trước"

#. FPGEB
#: extensions/uiconfig/scanner/ui/sanedialog.ui:104
msgctxt "sanedialog|extended_tip|previewButton"
msgid "Scans and displays the document in the preview area."
msgstr "Quét và hiển thị tài liệu trong vùng xem trước"

#. ihLsf
#: extensions/uiconfig/scanner/ui/sanedialog.ui:116
msgctxt "sanedialog|scanButton"
msgid "_Scan"
msgstr "Quét (_S)"

#. a4hC3
#: extensions/uiconfig/scanner/ui/sanedialog.ui:123
msgctxt "sanedialog|extended_tip|ok"
msgid "Scans an image, and then inserts the result into the document and closes the dialog."
msgstr "Quét một ảnh, sau đó chèn kết quả vào tài liệu và đóng hộp thoại."

#. gFREe
#: extensions/uiconfig/scanner/ui/sanedialog.ui:187
msgctxt "sanedialog|label3"
msgid "_Left:"
msgstr "Trái (_L):"

#. ErDB4
#: extensions/uiconfig/scanner/ui/sanedialog.ui:201
msgctxt "sanedialog|label4"
msgid "To_p:"
msgstr "Đỉnh (_P):"

#. bSfBR
#: extensions/uiconfig/scanner/ui/sanedialog.ui:215
msgctxt "sanedialog|label5"
msgid "_Right:"
msgstr "Phải (_R):"

#. NGDq3
#: extensions/uiconfig/scanner/ui/sanedialog.ui:229
msgctxt "sanedialog|label6"
msgid "_Bottom:"
msgstr "Đáy (_B):"

#. nu6SM
#: extensions/uiconfig/scanner/ui/sanedialog.ui:249
msgctxt "sanedialog|extended_tip|topSpinbutton"
msgid "Set the top margin of the scan area."
msgstr "Đặt lề trên của vùng quét."

#. oDppB
#: extensions/uiconfig/scanner/ui/sanedialog.ui:268
msgctxt "sanedialog|extended_tip|rightSpinbutton"
msgid "Set the right margin of the scan area."
msgstr "Đặt lề phải của vùng quét."

#. EdgNn
#: extensions/uiconfig/scanner/ui/sanedialog.ui:287
msgctxt "sanedialog|extended_tip|bottomSpinbutton"
msgid "Set the bottom margin of the scan area."
msgstr "Đặt lề dưới của vùng quét."

#. L7tZS
#: extensions/uiconfig/scanner/ui/sanedialog.ui:306
msgctxt "sanedialog|extended_tip|leftSpinbutton"
msgid "Set the left margin of the scan area."
msgstr "Đặt lề trái của vùng quét."

#. YfU4m
#: extensions/uiconfig/scanner/ui/sanedialog.ui:321
msgctxt "sanedialog|label1"
msgid "Scan Area"
msgstr "Vùng quét"

#. wECiq
#: extensions/uiconfig/scanner/ui/sanedialog.ui:366
msgctxt "sanedialog|extended_tip|preview"
msgid "Displays a preview of the scanned image. The preview area contains eight handles. Drag the handles to adjust the scan area or enter a value in the corresponding margin spin box."
msgstr "Hiển thị bản xem trước của hình ảnh được quét. Khu vực xem trước có tám chốt. Kéo các chốt để điều chỉnh vùng quét hoặc nhập giá trị vào hộp xoay lề tương ứng."

#. FZ7Vw
#: extensions/uiconfig/scanner/ui/sanedialog.ui:379
msgctxt "sanedialog|label2"
msgid "Preview"
msgstr "Xem thử"

#. EiiLN
#: extensions/uiconfig/scanner/ui/sanedialog.ui:413
msgctxt "sanedialog|label7"
msgid "Device _used"
msgstr "Thiết bị đã sử d_ụng"

#. W6hNP
#: extensions/uiconfig/scanner/ui/sanedialog.ui:427
msgctxt "sanedialog|label8"
msgid "Resolution [_DPI]"
msgstr "Độ phân giải [_DPI]"

#. diRy3
#: extensions/uiconfig/scanner/ui/sanedialog.ui:444
msgctxt "sanedialog|extended_tip|deviceCombobox"
msgid "Displays a list of available scanners detected in your system."
msgstr "Hiển thị danh sách các máy quét đã được phát hiện trên hệ thống của bạn."

#. nBuc6
#: extensions/uiconfig/scanner/ui/sanedialog.ui:466
msgctxt "sanedialog|extended_tip|reslCombobox"
msgid "Select the resolution in dots per inch for the scan job."
msgstr "Lựa chọn độ phân giải theo số chấm trên một inch cho việc quét."

#. t3Tuq
#: extensions/uiconfig/scanner/ui/sanedialog.ui:492
msgctxt "sanedialog|advancedCheckbutton"
msgid "Show advanced options"
msgstr "Hiển thị cài đặt nâng cao"

#. yXnEA
#: extensions/uiconfig/scanner/ui/sanedialog.ui:500
msgctxt "sanedialog|extended_tip|advancedcheckbutton"
msgid "Mark this checkbox to display more configuration options for the scanner device."
msgstr "Đánh dấu hộp kiểm này để hiển thị thêm các tùy chọn cấu hình cho thiết bị máy quét."

#. gneMZ
#: extensions/uiconfig/scanner/ui/sanedialog.ui:527
msgctxt "sanedialog|label10"
msgid "Options:"
msgstr "Tùy chọn:"

#. 4FHyM
#: extensions/uiconfig/scanner/ui/sanedialog.ui:569
msgctxt "sanedialog\\extended_tip|optionSvTreeListBox"
msgid "Displays the list of available scanner driver advanced options. Double click an option to display its contents just below."
msgstr "Hiển thị danh sách các tùy chọn nâng cao của trình điều khiển máy quét. Nhấp đúp vào một tùy chọn để hiển thị nội dung của nó ngay bên dưới."

#. VDQay
#: extensions/uiconfig/scanner/ui/sanedialog.ui:607
msgctxt "sanedialog|optionsButton"
msgid "Se_t"
msgstr "Đặ_t"

#. bNTfS
#: extensions/uiconfig/scanner/ui/sanedialog.ui:680
msgctxt "sanedialog|vectorLabel"
msgid "Vector element"
msgstr "Phần tử vector"

#. rDXRD
#: extensions/uiconfig/spropctrlr/ui/browserpage.ui:81
msgctxt "browserpage|help"
msgid "Help"
msgstr "Trợ giúp"

#. b84Zp
#: extensions/uiconfig/spropctrlr/ui/controlfontdialog.ui:8
msgctxt "controlfontdialog|ControlFontDialog"
msgid "Character"
msgstr "Ký tự"

#. pAwku
#: extensions/uiconfig/spropctrlr/ui/controlfontdialog.ui:135
msgctxt "controlfontdialog|font"
msgid "Font"
msgstr "Phông"

#. VhLFn
#: extensions/uiconfig/spropctrlr/ui/controlfontdialog.ui:182
msgctxt "controlfontdialog|fonteffects"
msgid "Font Effects"
msgstr "Hiệu ứng Phông"

#. TLgDg
#: extensions/uiconfig/spropctrlr/ui/datatypedialog.ui:8
msgctxt "datatypedialog|DataTypeDialog"
msgid "New Data Type"
msgstr "Kiểu dữ liệu mới"

#. oURoA
#: extensions/uiconfig/spropctrlr/ui/datatypedialog.ui:92
msgctxt "datatypedialog|label"
msgid "Type a name for the new data type:"
msgstr "Đặt tên cho kiểu dữ liệu mới:"

#. emBq6
#: extensions/uiconfig/spropctrlr/ui/formlinksdialog.ui:10
msgctxt "formlinksdialog|FormLinks"
msgid "Link fields"
msgstr "Liên kết trường"

#. jsbRq
#: extensions/uiconfig/spropctrlr/ui/formlinksdialog.ui:31
msgctxt "formlinksdialog|suggestButton"
msgid "Suggest"
msgstr "Gợi ý"

#. JkJ9F
#: extensions/uiconfig/spropctrlr/ui/formlinksdialog.ui:107
msgctxt "formlinksdialog|explanationLabel"
msgid "Sub forms can be used to display detailed data about the current record of the master form. To do this, you can specify which columns in the sub form match which columns in the master form."
msgstr "Các biểu mẫu con có thể được dùng để hiển thị dữ liệu chi tiết về bản ghi hiện tại của biểu mẫu chính. Để thực hiện, bạn có thể ghi rõ các cột nào trong biểu mẫu con tương ứng với các cột nào trong biểu mẫu chính."

#. XkJm4
#: extensions/uiconfig/spropctrlr/ui/formlinksdialog.ui:129
msgctxt "formlinksdialog|detailLabel"
msgid "label"
msgstr "Nhãn"

#. PuKkA
#: extensions/uiconfig/spropctrlr/ui/formlinksdialog.ui:141
msgctxt "formlinksdialog|masterLabel"
msgid "label"
msgstr "Nhãn"

#. JFcBM
#: extensions/uiconfig/spropctrlr/ui/hyperlinkfield.ui:29
msgctxt "hyperlinkfield|tooltip"
msgid "Activate link"
msgstr "Kích hoạt liên kết"

#. JJkdg
#: extensions/uiconfig/spropctrlr/ui/labelselectiondialog.ui:18
msgctxt "labelselectiondialog|LabelSelectionDialog"
msgid "Label Field Selection"
msgstr "Chọn trường nhãn"

#. aEYXg
#: extensions/uiconfig/spropctrlr/ui/labelselectiondialog.ui:99
msgctxt "labelselectiondialog|label"
msgid "These are control fields that can be used as label fields for the $controlclass$ $controlname$."
msgstr "Đây là các trường điều khiển có thể được dùng như các trường nhãn cho $control_name$ $control_class$."

#. GLFYG
#: extensions/uiconfig/spropctrlr/ui/labelselectiondialog.ui:162
msgctxt "labelselectiondialog|noassignment"
msgid "_No assignment"
msgstr "Khô_ng gán"

#. NT324
#: extensions/uiconfig/spropctrlr/ui/labelselectiondialog.ui:170
msgctxt "labelselectiondialog|extended_tip|noassignment"
msgid "Check the “No assignment” box to remove the link between a control and the assigned label field."
msgstr "Chọn hộp \"Không gán\" để xóa liên kết giữa điều khiển và trường nhãn đã gán."

#. 88YSn
#: extensions/uiconfig/spropctrlr/ui/labelselectiondialog.ui:196
msgctxt "labelselectiondialog|extended_tip|LabelSelectionDialog"
msgid "Specifies the source for the label of the control."
msgstr "Chỉ định nguồn cho nhãn của điều khiển."

#. 8EkFC
#: extensions/uiconfig/spropctrlr/ui/multiline.ui:73
msgctxt "multiline|tooltip"
msgid "Multiline Editing"
msgstr "Chỉnh sửa nhiều dòng"

#. urhSS
#: extensions/uiconfig/spropctrlr/ui/taborder.ui:18
msgctxt "taborder|TabOrderDialog"
msgid "Tab Order"
msgstr "Thứ tự Tab"

#. bdEtz
#: extensions/uiconfig/spropctrlr/ui/taborder.ui:147
msgctxt "taborder|extended_tip|CTRLtree"
msgid "Lists all controls in the form. These controls can be selected with the tab key in the given order from top to bottom."
msgstr "Liệt kê mọi điều khiển trong biểu mẫu. Những điều khiển này có thể được chọn bằng phím Tab theo thứ tự đã chỉ định, từ trên xuống dưới."

#. WGPX4
#: extensions/uiconfig/spropctrlr/ui/taborder.ui:167
msgctxt "taborder|upB"
msgid "_Move Up"
msgstr "Di chuyển lên (_M)"

#. LNZFB
#: extensions/uiconfig/spropctrlr/ui/taborder.ui:181
msgctxt "taborder|downB"
msgid "Move _Down"
msgstr "_Di chuyển xuống"

#. zAGWY
#: extensions/uiconfig/spropctrlr/ui/taborder.ui:195
msgctxt "taborder|autoB"
msgid "_Automatic Sort"
msgstr "S_ắp xếp tự động"

#. nQDDz
#: extensions/uiconfig/spropctrlr/ui/taborder.ui:219
msgctxt "taborder|label2"
msgid "Controls"
msgstr "Điều khiển"