summaryrefslogtreecommitdiff
path: root/platform/platform-api/resources/messages/IdeBundle.properties
blob: accfb717cf5dd35326a568b36216a4cb68981804 (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
error.malformed.url=Malformed URL: {0}
error.please.specify.path.to.web.browser=Specify the path to the web browser in {0} | Web Browsers
title.browser.not.found=Browser Not Found
error.0.browser.path.not.specified={0} browser path is not specified.
browser.default.not.supported=Unfortunately, the IDE doesn't know how to launch the default browser on this system.
chooser.title.select.profiles.ini.file=Select \"profiles.ini\" File
label.text.path.to.profiles.ini=Path to \"profiles.ini\":
label.text.profile=&Profile:
display.name.firefox.settings=Firefox Settings

browsers.explorer=Internet Explorer
browsers.safari=Safari
browsers.opera=Opera
browsers.firefox=Firefox
browsers.chrome=Chrome
browser.shortcut=hold Shift to open a local file URL
browser.shortcut.or.shift={0}, hold Shift to open a local file URL
browser.error=Browser Error
browser.url.popup=Choose URL
browser.select.in.default.name=Web Browser
browser.notification.timeout.group=Timeout opening page in browser
browser.notification.timeout.title=URL does Not respond
browser.notification.timeout.text=Unable to open <a href="{0}">{1}</a> in the browser because the URL does not respond.
browsers.settings=Web Browsers and Preview
task.browser.launch=Launch Web Browser
task.browser.url=URL:
task.browser.label=Browser:
open.selected.file.in.browser=Open the selected file in browser
open.in.browser=Open in _Browser
start.browser.border.label.open.browser=Open browser
start.browser.checkbox.start.browser=After launch
start.browser.with.js.debugger=with &JavaScript debugger
settings.browsers.column.path=Path
settings.browsers.column.name=Name
settings.browsers.column.family=Family
settings.browsers.system.default=System default
settings.browsers.first.listed=First listed
settings.browsers.show.browser.popup.in.the.editor=Show browser popup in the editor
settings.browsers.show.browser.popup.html=For HTML files
settings.browsers.show.browser.popup.xml=For XML files
settings.browsers.default.browser=Default Browser:
settings.browsers.custom.path=Custom path
settings.browsers.no.web.browsers.configured=No web browsers configured
title.select.path.to.browser=Select Path to Browser
javascript.debugger.settings.choose.file.title=Select
javascript.debugger.settings.choose.file.subtitle=Select Web Page to Debug JavaScript In
setting.value.reload.mode.server=Reload page in browser:
setting.value.reload.mode.preview=Reload page in built-in preview:
web.preview.reload.mode.disabled=Disabled
web.preview.reload.mode.on.save=On Save
web.preview.reload.mode.on.change=On Change
settings.browsers.reload.behavior=Reload behavior

default=Default
file.read.error=Cannot read from file {0}.
file.write.error=Cannot write to file {0}.
file.read.error.details=Cannot read from file {0}: {1}
file.write.error.details=Cannot write to file {0}: {1}
file.delete.root.error=Cannot delete root file {0}.

button.finish=&Finish
button.ok=&OK
button.wizard.previous=&Previous
button.wizard.next=&Next
# suppress inspection "UnusedProperty" used in PlatformExtensions.xml
title.general=System Settings
editbox.default.encoding.for.properties.files=Default encoding for properties files:
checkbox.transparent.native.to.ascii.conversion=Transparent native-to-ascii conversion
checkbox.confirm.application.exit=Confirm before exiting the IDE
checkbox.skip.welcome.screen=Skip welcome screen and open default project
label.inactive.timeout.sec= seconds
checkbox.save.files.automatically=Save files if the IDE is idle for
checkbox.save.files.on.frame.deactivation=Save files when switching to a different application or a built-in terminal
checkbox.safe.write=Back up files before saving
checkbox.synchronize.files.on.frame.activation=Synchronize external changes when switching to the IDE window or opening an editor tab
label.autosave.comment=Autosave cannot be disabled completely. <a>How it works</a>
title.accessibility=Accessibility
checkbox.support.screen.readers=Support screen readers
support.screen.readers.comment=Requires restart
support.screen.readers.tab={0} and {1} will navigate UI controls in dialogs and will not be available for switching editor tabs or other IDE actions
checkbox.acessibility.contrast.scrollbars=Use contrast scrollbars
group.settings.process.tab.close=When closing a tool window with a running process:
radio.process.close.terminate=Terminate process
radio.process.close.disconnect=Disconnect
radio.process.close.ask=Ask
treenode.loading= loading\u2026
action.descriptor.action=Action: {0}
action.descriptor.typing=Typing: "{0}"
action.descriptor.keystroke=Keystroke: "{0}"
title.edit.macros=Edit Macros
message.macro.exists=Macro ''{0}'' already exists. Do you want to overwrite it?
title.macro.name.already.used=Macro Name Already Used
prompt.enter.new.name=Enter a new name
title.rename.macro=Rename Macro
button.delete=Delete
action.stop.macro.recording=Stop _Macro Recording
action.start.macro.recording=Start _Macro Recording
prompt.enter.macro.name=Enter a name for the macro. Leave blank if the macro is a temporary one.
title.enter.macro.name=Enter Macro Name
action.flatten.packages=Flatten Packages
action.flatten.view=Flatten View
button.remove=&Remove
button.move.up=Move &Up
button.move.down=Move &Down
button.restore.selection=Restore {0}
button.restore.selected.groups=Restore Selected Groups
button.restore.last.state=Restore Last State
button.restore.defaults=Restore Defaults
button.restore.all=Restore A&ll Defaults
progress.deleting=Deleting
select.in.commander=Commander
errortree.noMessages=No messages
errortree.information=Information:
errortree.error=Error:
errortree.warning=Warning:
errortree.note=Note:
action.show.warnings=Show warnings
action.show.infos=Show information messages
action.next.message=Next Message
action.previous.message=Previous Message
action.next.problem=Next Problem
action.previous.problem=Previous Problem
action.stop=Stop
errortree.prefix.line=line ({0})
checkbox.errortree.export.details=Details
checkbox.merge.main.menu.with.window.title=Merge main menu with window title
checkbox.merge.main.menu.with.window.title.comment=Requires restart

# Favorites
action.add.all.open.tabs.to.new.favorites.list=Add All Open Tabs To New Favorites List
action.add.to.new.favorites.list=Add To _New Favorites List
prompt.input.new.favorites.list.name=Enter a name for the new favorites list
title.add.new.favorites.list=Add New Favorites List
error.favorites.list.already.exists=Favorites list ''{0}'' already exists
title.unable.to.add.favorites.list=Unable To Add Favorites List
favorites.list.unnamed=Unnamed{0}
action.remove.from.current.favorites=Remove From Current Favorites
action.abbreviate.qualified.package.names=Abbreviate Qualified Package Names
action.hide.empty.middle.packages=Hide Empty Middle Packages
action.show.hide.empty.middle.packages=Show/Hide Empty Middle Packages
action.compact.empty.middle.packages=Compact Middle Packages
action.show.compact.empty.middle.packages=Show/Compact Middle Packages
action.show.members=Show Members
select.in.favorites=Favorites
action.send.to.new.favorites.list=Send To New Favorites List
title.rename.favorites.list=Rename
prompt.input.favorites.list.new.name=Rename Favorites list ''{0}'' to:

# File Templates
command.create.file.from.template=Create File From Template
error.parsing.file.template=Error parsing file template: {0}
title.velocity.error=Velocity Error
action.from.file.template=From File Template \u2026
action.edit.file.templates=Edit File Templates\u2026
error.unable.to.parse.template.message=Unable to parse template "{0}"\nError message: {1}
error.invalid.template.file.name.or.extension=Invalid template file name or extension
title.cannot.create.class=Cannot Create Class
title.cannot.create.file=Cannot Create File
title.new.from.template=New {0}
error.please.enter.a.file.name=Specify a file name
label.file.name=File name:
title.select.template=Select Template
label.name=&Name:
label.extension=&Extension:
title.file.templates=File and Code Templates
title.edit.file.template=Edit File Template
checkbox.reformat.according.to.style=&Reformat according to style
checkbox.enable.live.templates=Enable &Live Templates
label.description=Description:
tab.filetemplates.templates=Files
tab.filetemplates.includes=Includes
tab.filetemplates.code=Code
tab.filetemplates.j2ee=Other
error.please.specify.template.name=Specify a template name
title.cannot.save.current.template=Cannot Save Current Template
action.create.template=Create Template
action.create.child.template=Create Child Template File
action.copy.template=Copy Template
action.reset.to.default=Revert to Original Template
action.remove.template=Remove Template
template.unnamed=Unnamed
template.copy.N.of.T=Copy{0} of {1}
prompt.reset.to.original.template=Reset to original template?
title.reset.template=Reset Template
# Hierarchy View
action.browse.call.hierarchy=Browse Call Hierarchy
action.browse.method.hierarchy=Browse Method Hierarchy
action.browse.type.hierarchy=Browse Type Hierarchy
action.base.on.this.0=Base on This {0}
action.base.on.this.method=Base on This Method
label.scope=Scope:
action.refresh=Refresh
action.callee.methods.hierarchy=Callee Methods Hierarchy
action.caller.methods.hierarchy=Caller Methods Hierarchy
node.hierarchy.invalid=[Invalid]
node.call.hierarchy.N.usages=  ({0} usages)
action.hide.non.implementations=Hide classes where the method is not implemented legally 
hierarchy.legend.method.is.defined.in.class=method is defined in the class
hierarchy.legend.method.defined.in.superclass=method is not defined in the class but is defined in its superclass
hierarchy.legend.method.should.be.defined=method must be defined since the class is not abstract
title.hierarchy.callees.of=Callees of {0}
title.hierarchy.callers.of=Callers of {0}
title.hierarchy.method=Method {0}
title.hierarchy.subtypes=Subtypes of {0}
title.hierarchy.supertypes=Supertypes of {0}
title.hierarchy.class=Class {0}
action.base.on.this.class=Base on This Class
progress.deleting.class=Deleting class {0}
action.view.class.hierarchy=Class Hierarchy
action.description.view.class.hierarchy=Switch to Class Hierarchy
action.view.subtypes.hierarchy=Subtypes Hierarchy
action.description.view.subtypes.hierarchy=Switch to Subtypes Hierarchy
action.view.supertypes.hierarchy=Supertypes Hierarchy
action.description.view.supertypes.hierarchy=Switch to Supertypes Hierarchy
filetype.gui.designer.form.description=GUI Designer form
filetype.gui.designer.form.display.name=GUI Designer form

error.name.cannot.be.empty=Name cannot be empty
editbox.customfiletype.line.comment=Line comment:
editbox.customfiletype.block.comment.start=Block comment start:
editbox.customfiletype.block.comment.end=Block comment end:
editbox.customfiletype.hex.prefix=Hex prefix:
editbox.customfiletype.number.postfixes=Number postfixes:
listbox.customfiletype.keywords=Keywords
editbox.customfiletype.name=Name:
editbox.customfiletype.description=Description:
group.customfiletype.syntax.highlighting=Syntax Highlighting
checkbox.customfiletype.ignore.case=&Ignore case
checkbox.customfiletype.support.paired.braces=Support paired b&races
checkbox.customfiletype.support.paired.brackets=Support paired bra&ckets
checkbox.customfiletype.support.paired.parens=Support paired &parens
checkbox.customfiletype.support.string.escapes=Support string &escapes
action.help=Help
select.in.packages=Packages
select.in.project=Project
navigation.bar=Navigation Bar
navigation.bar.item.sample=Sample
prompt.open.project.in.new.frame=<html><body>Where would you like to open the project?</body></html>
prompt.open.project.with.name.in.new.frame=<html><body>Where would you like to open the project ''{0}''?</body></html>
prompt.open.project.or.attach=<html><body>Projects can either be opened in a new window, or replace the project in the current window, \
  or be attached to the already opened projects.<br>How would you like to open the project?</body></html>
prompt.open.project.or.attach.title=Open Project
prompt.open.project.or.attach.button.this.window=&This Window
prompt.open.project.or.attach.button.new.window=New &Window
prompt.open.project.or.attach.button.attach=&Attach
button.new.frame=New &Window
button.existing.frame=&This Window
button.yes=_Yes
error.project.file.does.not.exist=Cannot load {0}. The file does not exist.
error.file.does.not.exist=File {0} does not exist.
title.open.project=Open Project
title.open.file.or.project=Open File or Project
button.cancel=&Cancel
button.help=&Help
error.cannot.load.project=Cannot load project: {0}
title.cannot.load.project=Cannot Load Project
action.close.projects.in.current.window=Close Pro_jects in Current Window

title.cannot.convert.project=Cannot Convert Project
dialog.title.convert.project=Convert Project
convert.project.dialog.button.text=Convert
conversion.dialog.text.1=The project ''{0}'' has an outdated format and will be converted. \
  You may not be able to open the project with earlier versions of {1}.
conversion.dialog.text.2=<b> </b><a href=\"details\">Details...</a><br/><br/>Older versions of project files will be saved to: ''{0}''
message.text.unlock.read.only.files=<html><body>The following files are read-only. {0} will unlock them.<br>{1}</body></html>
error.message.cannot.make.files.writable=Cannot unlock the following files:\n{0}
error.cannot.convert.project=Cannot convert project: {0}
message.text.files.do.not.exist=<html><body>The following files don''t exist: <br>\
  {0}The corresponding modules won''t be converted. Do you want to continue?</body></html>

select.in.file.structure=File Structure

about.box.build.number=Build #{0}
about.box.build.date=, built on {0}
about.box.build.date.time=, built on {0} at {1}
about.box.jre=Runtime version: {0} {1}
about.box.vm=VM: {0} by {1}
about.box.powered.by=Powered by
about.box.open.source.software=open-source software
about.box.powered.by.open.source=<hyperlink>open-source software</hyperlink>

title.warning=Warning

action.activate.tool.window=Activate {0} window
command.close.all.editors=Close All Editors
action.close.all.editors.in.tab.group=Close _All Tabs In Group
command.close.all.unmodified.editors=Close All Unmodified Editors
action.close.all.unmodified.editors.in.tab.group=Close _Unmodified Tabs In Group
action.close.all.unmodified.editors=Close _Unmodified Tabs
action.close.all.unpinned.editors.in.tab.group=Close All but Pinned In Group
action.close.all.unpinned.editors=Close All but Pinned
action.close.all.readonly.editors.in.tab.group=Close All Read-Only In Group
action.close.all.readonly.editors=Close All Read-Only
# see CloseAllEditorsToTheLeftAction
# suppress inspection "UnusedProperty"
action.close.all.editors.above=Close Tabs Above
# see CloseAllEditorsToTheRightAction
# suppress inspection "UnusedProperty"
action.close.all.editors.below=Close Tabs Below
action.copy.path=C_opy Absolute Path
action.copy.paths=C_opy Absolute Paths
message.reference.to.fqn.has.been.copied=Reference to ''{0}'' has been copied.
message.path.to.fqn.has.been.copied=''{0}'' has been copied.
command.pasting.reference=Pasting reference
action.create.new.class.name.field=Name
button.create=&Create
command.close.active.editor=Close Active Editor
action.close=_Close
action.create.new.directory.or.package=Create new directory or package
prompt.enter.new.directory.name=Enter new directory name:
prompt.enter.new.package.name=Enter new package name:
title.new.directory=New Directory
title.new.package=New Package
action.package=Package
action.directory=Directory
error.invalid.file.name=''{0}'' is an invalid file name
error.invalid.directory.name=''{0}'' is an invalid directory name
error.invalid.java.package.name=Invalid package name; it's impossible to create a Java class inside
error.invalid.java.package.name.format=Invalid package name format; it's impossible to create a Java class inside
error.file.with.name.already.exists=A file with the name ''{0}'' already exists
error.directory.with.name.already.exists=A directory with the name ''{0}'' already exists
error.package.with.name.already.exists=A package with the name ''{0}'' already exists
error.invalid.directory=Invalid directory: ''{0}''
error.user.home.directory.not.found=User home directory not found
warning.create.package.with.ignored.name=Trying to create a package with an ignored name (''{0}''); the result will not be visible
warning.create.directory.with.ignored.name=Trying to create a directory with an ignored name (''{0}''); the result will not be visible
error.name.should.be.specified=A name must be specified
progress.creating.directory=Creating directory {0}{1}{2}
progress.creating.package=Creating package {0}.{1}
command.create.directory=Create directory
command.create.package=Create package
action.create.new.file.description=Create new file
prompt.enter.new.file.name=Specify a new file name:
title.new.file=New File
progress.creating.file=Creating file {0}{1}{2}
command.create.file=Create file
action.delete.ellipsis=_Delete\u2026
action.delete=_Delete
title.file.already.exists=File Already Exists
title.error.writing.file=Error Writing File
message.please.select.element.for.javadoc=Select the element for which you want to view the documentation
title.no.element.selected=No Element Selected
command.go.to.line=Go to Line
action.hide.all.windows=Hide All _Windows
action.restore.windows=Restore _Windows
action.maximize.editor=Maximize Editor
action.normalize.splits=Normalize Splits
title.restart.needed=Restart Needed
title.error.reading.file=Error Reading File
title.popup.new.element=New
title.popup.new.element.same.place=New in This Directory
message.occurrence.N.of.M=Occurrence {0} of {1}
error.dir.contains.no.project=''{0}'' does not contain a project
error.files.of.this.type.cannot.be.opened=Files of this type cannot be opened in {0}
title.cannot.open.file=Cannot Open File
title.cannot.open.project=Cannot Open Project
action.unpin.tab=Unp_in Tab
action.unpin.tab.tooltip=Unpin tab
action.pin.tab=P_in Tab
command.select.all=Select All
command.unselect.all=Unselect All
message.no.targets.available=No targets available in this context
title.popup.select.target=Select In
title.popup.recent.files=Recent Files
recent.files.checkbox.label=Show edited only
recent.files.file.list.empty.text=No recent files
recent.files.tool.window.list.empty.text=No tool windows
recent.files.speed.search.empty.text=Press 'Enter' to search in Project
recent.files.accessible.file.list=Files
recent.files.accessible.tool.window.list=Tool windows
recent.files.accessible.show.tool.window=Activate tool window: {0}
recent.files.accessible.open.recently.viewed.locations=Open recent locations
recent.files.accessible.open.recently.edited.locations=Open recently edited locations
recent.locations.popup.title=Recent Locations
recent.locations.changed.locations=Recently Edited Locations
recent.locations.popup.empty.text=No recent locations found
recent.locations.title.text=Show edited only
recent.locations.popup.empty.file.text=Empty lines
action.sync.completed.successfully=File synchronization completed successfully.


error.plugin.was.not.installed=Plugin "{0}" was not installed: {1}
title.plugin.installation=Plugin Installation
error.descriptor.load.failed=Failed to load the plugin descriptor from {0}. The selected file is probably not an IntelliJ plugin.
error.downloaded.descriptor.load.failed=Failed to load the plugin descriptor from the downloaded archive. The archive is probably not an IntelliJ plugin.
error.pending.update=Another update for plugin "{0}" is pending installation. Please restart and try again.
error.older.update=Downloaded version ({0}) is older than the currently installed version ({1}).
error.incompatible.update=Downloaded version is incompatible with the current IDE: {0} 
title.plugin.error=Plugin error
notification.group.plugin.error=Plugins failed to load
column.plugins.name=Name
column.plugins.date=Date
column.plugins.downloads=Downloads
column.plugins.category=Category
column.plugins.rate=Rating
plugin.info.not.available=n/a
plugin.info.unknown=unknown
plugin.installed.ide.restart.required.message=Plugin "{0}" is installed. {1} {2} to apply changes in plugins?
ide.restart.required.message={0} {1} to apply changes in plugins?
ide.restart.required.notification={0, choice, 0#Shutdown|1#Restart} to activate plugin updates
ide.restart.action=Restart
ide.shutdown.action=Shutdown
ide.postpone.action=Postpone
ide.notnow.action=Not Now
title.plugins=Plugins
plugin.status.not.specified=(not specified)
action.download.and.install.plugin=Download and Install
prompt.uninstall.plugin=Are you sure you want to uninstall the plugin ''{0}''?
prompt.uninstall.several.plugins=Are you sure you want to uninstall these {0} plugins?
title.plugin.uninstall=Uninstall Plugin
progress.downloading.list.of.plugins=Downloading list of plugins from {0}
progress.downloading.plugins.meta=Downloading data for plugin {0}
progress.downloading.available.plugins=Downloading list of available plugins
progress.download.plugins=Downloading Plugins
button.http.proxy.settings=&HTTP Proxy Settings\u2026
group.vendor=Vendor
plugin.status.installed=Installed
plugin.status.not.allowed=Blocked
plugin.status.not.allowed.but.enabled=Disable!
plugin.status.not.allowed.tooltip=The plugin is not approved by your organization
plugin.status.not.allowed.tooltip.but.enabled=Please disable the plugin, it is not approved by your organization
plugin.status.bundled=bundled
progress.downloading.plugin=Downloading plugin ''{0}''
error.cannot.create.temp.dir=Unable to create temp directory ''{0}''
progress.connecting.to.plugin.manager=Connecting to {0}
label.plugin.vendor.email=E-mail:
label.plugin.vendor.name=Name:
editbox.plugin.description=Description
action.move.module.to.this.group=To This Group
action.move.module.outside.any.group=Outside Any Group
message.move.modules.to.group=Move {0} to the Group {1}
message.module=module ''{0}''
message.modules=modules
action.move.module.new.top.level.group=New Top Level Group\u2026
action.move.module.to.new.sub.group=To New Subgroup\u2026
action.description.create.new.module.group=Create New Module Group
prompt.specify.name.of.module.subgroup=Specify name of {0} subgroup the {1} will be shown under.\n\n
title.module.sub.group=Module Subgroup
prompt.specify.module.group.name=Specify group name the {0} will be shown under.\n\n
title.module.group=Module Group
action.show.modules=Show Modules
action.description.show.modules=Show/Hide Modules
file.nesting.dialog.title=File Nesting
file.nesting.feature.enabled.checkbox=&Show files with the same names as nested
file.nesting.table.title=Nesting rules:
file.nesting.reset.to.default.button=&Reset to Default
action.manual.order=Manual Order
title.popup.views=Views
title.project=Project
error.module.already.exists=Module named ''{0}'' already exists
title.rename.module=Rename Module
title.rename.library=Rename Library
command.renaming.module=Renaming Module {0}
prompt.enter.new.module.name=Enter new module name
prompt.enter.new.library.name=Enter new library name
tooltip.ui.designer.form=UI Designer Form
node.projectview.libraries=Libraries
node.projectview.external.libraries=External Libraries
tooltip.module.group=Module Group
node.projectview.library={0} library
node.project.view.bad.link=Invalid symlink
dumb.mode.results.might.be.incomplete=Results might be incomplete during indexing
dumb.mode.spoiler.wrapper.reload.text=Reload results
node.structureview.invalid=<invalid>
action.next.todo=Next TODO
action.previous.todo=Previous TODO
action.filter.todo.items=Filter TODO Items
action.todo.show.all=Show All
action.description.todo.show.all=Show all TODO items
action.todo.edit.filters=Edit Filters
action.todo.edit.filters.description=Edit filters
action.group.by.modules=Modules
action.group.by.packages=Packages
title.todo.current.file=Current File
error.pattern.should.be.specified=Pattern should be specified
error.same.pattern.already.exists=Same pattern already exists
error.filter.name.should.be.specified=Filter name should be specified
error.filter.with.the.same.name.already.exists=Filter with the same name already exists
error.filter.should.contain.at.least.one.pattern=Filter should contain at least one pattern
label.todo.filter.name=Name:
group.todo.filter.patterns=Patterns
column.todo.filters.name=Name
column.todo.filter.patterns=Patterns
checkbox.case.sensitive=Case sensitive
checkbox.todo.use.default.colors=Use color scheme TODO default colors
label.todo.pattern=Pattern:
label.todo.icon=Icon:
column.todo.patterns.icon=Icon
column.todo.patterns.case.sensitive=Case Sensitive
column.todo.patterns.pattern=Pattern
title.edit.todo.filter=Edit Filter
title.edit.todo.pattern=Edit Pattern
title.todo=TODO
title.add.todo.pattern=Add Pattern
label.todo.filters=Filters:
title.add.todo.filter=Add Filter
label.todo.multiline=Treat indented text on the following lines as part of the same TODO
label.todo.patterns=Patterns:
text.todo.no.patterns=No patterns configured
text.todo.no.filters=No filters configured
node.todo.group={0} {0,choice,0#items|1#item|2#items}
node.todo.summary=Found {0} TODO {0,choice,0#items|1#item|2#items} in {1} {1,choice,0#files|1#file|2#files}
node.todo.items={0} {0, choice, 0#items|1#item|2#items}
node.todo.more.items=...more...
todo.panel.preview.source.action.text=Preview Source
title.appearance=Appearance
group.window.options=Tool Windows
checkbox.show.tool.window.bars=Show tool window bars
checkbox.widescreen.tool.window.layout=Widescreen tool window layout
checkbox.left.toolwindow.layout=Side-by-side layout on the left
checkbox.right.toolwindow.layout=Side-by-side layout on the right
checkbox.show.editor.preview.popup=Show code lens on scrollbar hover
checkbox.show.rendered.doc.comments=Render documentation comments
checkbox.also.in.reader.mode=Also in <a>Reader mode</a>
checkbox.smooth.scrolling=Smooth scrolling
checkbox.smooth.scrolling.description=When using the mouse wheel/touchpad, the entire interface will scroll smoothly instead of line by line
title.smooth.scrolling.options=Smooth Scroll Options
checkbox.smooth.scrolling.animated=A&nimated smooth scrolling
label.smooth.scrolling.duration=Duration
link.smooth.scrolling.play.curve.animation=<a>Play animation for this curve</a>
link.smooth.scrolling.stop.curve.animation=<a>Stop animation for this curve</a>
checkbox.smooth.scrolling.enable.high.precision.timer=Enable Windows High Precision Timer
checkbox.smooth.scrolling.enable.high.precision.timer.comments=Enables smoother animations for displays with a high refresh rate.
checkbox.smooth.scrolling.enable.high.precision.timer.help=Usually, the default Windows timer period is 15.625 ms.\
  Therefore, default animations play nearly 60 frames per second.\
  This option dynamically sets the period to a lower value while animation is playing.
label.smooth.scrolling.bezier.panel.updates=Paint requests per second: {0}
checkbox.show.tool.window.numbers=Show tool window numbers
group.transparency=Transparency
checkbox.use.transparent.mode.for.floating.windows=Use transparent mode for floating windows
label.transparency.ratio=Ratio:
label.transparency.delay.ms=Delay (ms):
group.ui.options=UI Options
checkbox.show.tree.indent.guides=Show tree indent guides
checkbox.compact.tree.indents=Use smaller indents in trees
checkbox.override.default.laf.fonts=Use custom font:
label.font.size=Size:
combobox.look.and.feel=Theme:
checkbox.main.menu.separate.toolbar=Show main menu in separate toolbar

checkbox.show.visual.formatting.layer=Show visual formatting layer
combobox.label.visual.formatting.layer.scheme=Formatting scheme

idea.intellij.look.and.feel=IntelliJ Light Legacy
idea.dark.look.and.feel=Darcula
error.cannot.set.look.and.feel=<html><body>Cannot set {0} theme:<br>{1}</body></html>

preferred.theme.autodetect.selector=Sync with OS
preferred.theme.text=Preferred Theme
preferred.theme.description=Select preferred theme for autodetect mode
preferred.theme.light.header=Light
preferred.theme.dark.header=Dark
link.get.more.themes=Get more themes

title.browse.icon=Browse Icon
prompt.browse.icon.for.selected.action=Browse icon for selected action (*.png, *.svg)
title.choose.action.icon=Choose Action Icon
action.choose.actions.to.add=Choose Actions To Add
button.set.icon=&Set icon
label.icon.path=&Icon:
button.edit.action.icon=Edit &Icon\u2026
button.add.action=Add &Action\u2026
button.add.separator=Add &Separator
title.customizations=Menus and Toolbars
group.customizations.add.action.group=Add Actions\u2026
group.customizations.restore.action.group=Restore Actions\u2026
action.customizations.customize.action=Customize Toolbar...
label.choosebyname.no.matches.found=No matches found
label.choosebyname.searching=Searching\u2026
prompt.gotoclass.enter.class.name=Enter {0} name:
label.no.matches.found=No matches found
prompt.gotofile.enter.file.name=Enter file name:
prompt.gotoaction.enter.action=Enter action or option name:
checkbox.disabled.included=Include &disabled actions
press.0.to.assign.a.shortcut=Press {0} to assign a shortcut
label.no.enabled.actions.found=No enabled actions found
label.no.files.found=No files found
label.no.actions.found=No actions found
prompt.gotosymbol.enter.symbol.name=Enter symbol name:
error.failed.to.create.directory=Failed to create directory \"{0}\"
label.project.name=Project n&ame:
label.project.files.location=Project &location:
directory.project.location.label=&Location:
directory.project.location.title=Select Base Directory
directory.project.location.description=Select base directory for the project
title.select.project.file.directory=Select {0} File Directory
message.module.file.has.an.older.format.do.you.want.to.convert.it=Module file has an older format. Do you want to convert it?
dialog.title.convert.module=Convert Module
error.message.cannot.modify.file.0=Cannot modify file ''{0}''
message.your.module.was.successfully.converted.br.old.version.was.saved.to.0=<html><body>Your module was successfully converted. <br>\
  Old version was saved to ''{0}''</body></html>
title.module.file.does.not.exist=Module file does not exist: {0}
label.scope.pattern=&Pattern:
action.remove=Remove
label.scope.editor.caret.position=pos:{0}
button.include=Include
button.include.recursively=Include Recursively
button.exclude=Exclude
button.exclude.recursively=Exclude Recursively
label.scope.contains.files=Scope contains {0} of total {1} files
action.show.files=Show Files
action.description.show.files=Show/Hide Files
action.show.included.only=Show Included Only
action.description.show.included.only=Show only files included to the current scope selected
scope.open.files=Open Files
scope.current.file=Current File
scope.selection=Selection
scope.files.in.previous.search.result=Files in previous search result
scope.previous.search.results=Previous Search Results
scope.recent.files=Recently Viewed Files
scope.recent.modified.files=Recently Changed Files
scope.selected.files=Selected {0,choice,1#file|2#files}
scope.selected.directories=Selected {0,choice,1#directory|2#directories}
scope.selected.files.and.directories=Selected {0,choice,1#file|2#files} \\& {1,choice,1#directory|2#directories}
scope.class.hierarchy=Class Hierarchy
progress.searching= searching\u2026
title.tip.of.the.day=Tip of the Day
action.open.tip=&Open\u2026
action.previous.tip=&Previous Tip
action.next.tip=&Next Tip
error.unable.to.read.tip.of.the.day=<html><body>Unable to read Tip Of The Day ({0}). Make sure {1} is installed properly.</body></html>
no.tip.of.the.day=<html><body>There is no Tip Of The Day for this feature.</body></html>
checkbox.show.tips.on.startup=Don't show tips
option.show.tips.on.startup=Show tips on startup
error.tips.not.found=Tips not found.  Make sure you installed {0} correctly.
error.text.file.already.exists=File {0} already exists\nDo you want overwrite it or to append?
action.overwrite=Overwrite
action.append=Append
error.writing.to.file=Error writing to file: {0}
title.export.preview=Export Preview
button.save=Save
editbox.export.to.file=Export to file:
button.copy=&Copy
description.copy.text.to.clipboard=Copy text to clipboard
checkbox.copy.javadoc=Copy &JavaDoc
checkbox.insert.at.override=Insert @&Override
node.memberchooser.all.classes=All classes
action.select.none=Select &None
action.show.classes=Show Classes
action.expand.all=Expand All
action.collapse.all=Collapse All
checkbox.narrow.down.the.list.on.typing=&Narrow &&down the list on typing
checkbox.narrow.down.on.typing=&Narrow &&down on typing
node.default.package=<Default Package>
prompt.enter.a.new.package.name=Enter a new package name:
command.create.new.package=Create new package
action.new.package=New Package\u2026
action.description.create.new.package=Create new package
tab.chooser.project=Project
tab.chooser.search.by.name=Search by Name
prompt.filechooser.enter.file.name=Enter file name:
prompt.create.non.existing.package=Package {0} does not exist.\nDo you want to create it?
title.package.not.found=Package Not Found
title.choose.destination.directory=Choose Destination Directory
title.delete=Delete
prompt.delete.it.anyway= Delete it anyway?
prompt.directory.contains.read.only.files=Directory {0} contains read-only file(s). Delete it anyway?
warning.delete.all.files.and.subdirectories.in.the.selected.directory=\nAll files and subdirectories in the selected directory(s) will be deleted.\n\
  You might not be able to fully undo this operation!
warning.delete.all.files.and.subdirectories=\nAll files and subdirectories in \"{0}\" will be deleted.\n\
  You might not be able to fully undo this operation!
# Components of the prompt to delete elements
prompt.delete.elements=Delete {0}?
search.for.usages.and.delete.elements=Search for usages and delete {0}?
prompt.delete.and=and
prompt.delete.directory={0,choice,1#directory|2#directories}
prompt.delete.file={0,choice,1#file|2#files}
prompt.delete.symlink={0,choice,1#symlink|2#symlinks}
prompt.delete.directory.paren=({0} {0,choice,1#directory|2#directories})
prompt.delete.property={0,choice,1#property|2#properties}
checkbox.safe.delete.with.usage.search=Sa&fe delete (with usage search)
handle.ro.file.status.failed=<html>Failed to change read-only status for the following files:<br>{0}</html>
dialog.title.clear.read.only.file.status=Clear Read-Only Status
handle.ro.file.status.type.using.file.system=using file system

unscramble.dialog.title=Analyze Stack Trace
find.ide.update.title=Find IDE Update
updates.checking.progress=Checking for Updates
updates.checking.platform=Checking for IDE updates
updates.checking.plugins=Checking for plugin updates
updates.error.connection.title=Connection Error
updates.error.connection.failed=Connection failed ({0}). Please check network connection and try again.
updates.plugins.error.message1=Failed to load plugins from the default repository: {0}
updates.plugins.error.message2=Failed to load plugins from ''{0}'': {1}
updates.notification.title={0} and plugin updates
updates.dialog.title={0} and Plugin Updates
update.preparing=Preparing IDE update
updates.channel.bundled.key=The new version has an expiration date and does not require a license.
updates.paid.upgrade=You can evaluate the new version for {0} days, or buy it online.
updates.fallback.build=You have a perpetual fallback license for the new version.
updates.interim.build=You can use the new version until your subscription expires on {0}.
updates.new.build.notification.title={0} {1} available
updates.notification.update.action=Update\u2026
updates.ready.message={0} is ready to <a href=\"update\">update</a>.
update.installed.notification.title=Plugin updates installed
updates.external.progress=Fetching available updates for external components
updates.external.ready.message={0,choice,1#Component|2#Components}: {1}
updates.external.error.message=Failed to check for updates to {0}: {1}
updates.plugin.ready.tooltip={0} {1,choice,1#plugin|2#plugins} {1,choice,1#update|2#updates} available
updates.plugin.ready.title={0} plugin update available
updates.plugins.ready.title=Plugin updates available
updates.all.plugins.action={0,choice,1#Update|2#Update all}
updates.plugins.dialog.action=Details\u2026
updates.no.updates.notification=No IDE or plugin updates available
updates.no.updates.message=You already have the latest version of {0} and plugins installed.
updates.no.updates.toolbox.message=<html>All plugins are up to date.<br> \
  {0} updates are managed by Toolbox App.<br> \
  Launch it to check if updates are available.</html>
updates.no.updates.snap.message=<html>All plugins are up to date.<br> \
  {0} updates are managed by Snap.<br> \
  Run the ''snap refresh'' command to check for updates.</html>
updates.no.updates.unknown.message=<html>All plugins are up to date.<br> \
  {0} updates are managed externally by {1}.</html>
updates.plugins.ready.header=<html><b>Plugins from configured hosts are ready to update.</b><br> \
  Check plugins you want to update.</html>
updates.configure.label=<b><a href=\"updates\">Configure</a></b> automatic updates.
updates.configure.updates.label=Configure updates\u2026
updates.incompatible.plugins.found={0,choice,1#Plugin|2#Plugins} incompatible with the new build found:{0,choice,1#' '|2#'<br/>'} {1}
updates.download.and.restart.button=Up&date and Restart
updates.apply.manually.button=Up&date Manually
updates.download.button=Down&load
updates.ignore.update.button=&Ignore This Update
updates.ignore.updates.button=&Ignore {0,choice,1#this update|2#these updates}
updates.ignore.updates.link=Ignore {0,choice,1#this update|2#these updates}
updates.remind.later.button=&Remind Me Later
updates.new.version.available=<b>A new version of {0} is <a href=\"{1}\">available</a>!</b>
updates.from.to=Updating {0} to {1} ({2}).
updates.from.to.size=Updating {0} to {1} ({2}). Patch size is {3} MB.
updates.write.protected={0} does not have write access to {1}. Please run it by a privileged user to update.
updates.settings.title=Updates
updates.last.check.never=Never
updates.settings.check.now.button=&Check for Updates\u2026
updates.settings.checkbox=Check for IDE updates
updates.settings.checkbox.for=Check IDE updates for:
updates.plugins.settings.checkbox=Check for plugin updates
updates.settings.checkbox.external=Automatically check for plugin updates
updates.settings.external=IDE updates are managed externally by {0}
updates.settings.channel.locked=EAP builds can only be updated from the EAP channel
updates.settings.last.check=Last checked: {0}
updates.settings.current.version=Current version:
updates.settings.build.number=Build number:
updates.settings.ignored=Manage ignored updates\u2026
updates.settings.ignored.title=Ignored Updates
updates.settings.recommend.toolbox=We recommend the <a href=''{0}''>{1}</a>
updates.settings.recommend.toolbox.multiline.description=Get updates automatically, open your projects with one click,\n\
  discover other JetBrains products, and more
update.whats.new=What''s New in {0}
update.no.update.hosts=No plugin repositories configured
update.downloading.patch.progress=Downloading patch files
update.preparing.patch.progress=Preparing patch files
update.downloading.plugins.progress=Downloading plugin updates
update.downloading.patch.error=Failed to prepare an update:<br>{0}<br><a href="{1}">Open download page</a>.
update.channel.enforced=Update channel switched to ''{0}''
update.apply.manually.message=Unfortunately, the IDE is not capable of an automatic update on your system.\n \
  Please quit the IDE and apply the patch manually by launching this script:\n{0}.
update.ready.message=The IDE is ready for update. <a href="#">Restart</a>?
update.snap.message=The IDE has been updated by Snap.
update.snap.message.with.blog.post=The IDE has been updated by Snap. <a href="{0}">Blog post</a>.

hierarchy.method.next.occurence.name=Go to next method
hierarchy.method.prev.occurence.name=Go to previous method
hierarchy.type.next.occurence.name=Go to next type
hierarchy.type.prev.occurence.name=Go to previous type
hierarchy.call.next.occurence.name=Go to next call
hierarchy.call.prev.occurence.name=Go to previous call

error.file.not.found.message=File ''{0}'' not found
scope.editor.legend.recursively.included.label=Recursively included
scope.editor.legend.partly.included.label=Partially included
toolwindow.palette=Palette
group.view.options=View Options
select.in.scope=Scope
scope.view.title=Scopes
scope.view.empty.text=No files in the current scope.
scope.view.empty.link=Show all project files
unknown.error=Unknown error
scopes.display.name=Scopes
scopes.no.scoped=No scopes added.
add.local.scope.action.text=Local
add.shared.scope.action.text=Shared
add.scope.popup.title=Add Scope
add.scope.name.label=Name
add.scope.dialog.title=Add New Scope
scope.banner.text=Scope ''{0}''
scopes.save.dialog.title.shared=Save as Shared Scope
scopes.save.dialog.title.local=Save as local scope
detach.library.from.module=Detach library ''{0}'' from module ''{1}''?\nNo file on disk will be hurt.
detach.library=Detach Library
scope.unable.to.save.scope.message=Do you want to save scope as shared?
scope.unable.to.save.scope.title=Unable to Use Local Scope
plugin.manager.dependencies.detected.title=Install Required Plugins
plugin.manager.dependencies.detected.message=The ''{0}'' plugin requires {1} to be installed.
plugin.manager.optional.dependencies.detected.title=Install Suggested Plugins
plugin.manager.optional.dependencies.detected.message=It is suggested to install {1} with the ''{0}'' plugin.
plugin.manager.obsolete.plugins.detected.title=Disable Conflicting Plugin
plugin.manager.replace.plugin.0.by.plugin.1=<html>The ''{1}'' plugin is designed as a replacement for the installed ''{0}'' plugin.<br>\
  Disable the \u201C{0}\u201D plugin to avoid conflicts?</html>

error.message.unable.to.create.file=Unable to create file ''{0}''
button.facet.quickfix.text=&Fix



button.fix=Fix\u2026
file.chooser.show.path=Show path
file.chooser.hide.path=Hide path
file.chooser.hide.path.tooltip.text=Show/Hide path text field
file.chooser.completion.path.variables.text=Path Variables
file.chooser.completion.no.suggestions=No suggestions
file.chooser.completion.ad.text=Use {0} to keep tail of the path

progress.text.clickToViewProgressWindow=Click to see all running background tasks
progress.window.title=Background Tasks
progress.window.empty.text=No background tasks

share.scope.checkbox.title=Share through VCS
share.scope.context.help=<html>\
  Shared configurations are stored in <code>.idea</code> directory<br>\
  and are available to other team members through VCS.

plugin.manager.uninstalled.tooltip=Plugin was uninstalled; changes will be applied on restart
plugin.manager.installed.tooltip=Plugin will be activated after restart
plugin.manager.updated.tooltip=Plugin was updated to the newest version; changes will be applied on restart
plugin.manager.new.version.tooltip=Update installed plugin from version {0}
plugin.manager.update.available.tooltip=A newer version of the plugin is available
new.plugin.manager.incompatible.deps.tooltip=Not loaded. The required {0, choice, 1#plugin|2#plugins} {1} {0, choice, 1#is|2#are} disabled.
new.plugin.manager.incompatible.deps.action=Enable required {0, choice, 1#plugin|2#plugins}
plugin.manager.incompatible.tooltip=Plugin is incompatible with current {0} installation

checkbox.show.icons.in.menu.items=Display icons in menu items

# Encodings
file.encodings.configurable=File Encodings
file.encodings.not.configured=Encodings are not configured
encodings.dialog.caption=<html>\
  To change encoding {0} uses for a file, a directory, or the entire project, \
  add its path if necessary and then select encoding from the encoding list. \
  Built-in file encoding (e.g. JSP, HTML or XML) overrides encoding you specify here. \
  If not specified, files and directories inherit encoding settings from the parent directory or from the Project Encoding.</html>
encoding.name.system.default=<System Default: {0}>
encoding.name.properties.default=<Properties Default: {0}>
quick.lists.presentable.name=Quick Lists

error.saving.statistics=Error saving system information: {0}
FileChooser.viewMenuLabelText=View
FileChooser.newFolderActionLabelText=New Folder
FileChooser.listViewActionLabelText=List
FileChooser.detailsViewActionLabelText=Details
FileChooser.refreshActionLabelText=Refresh

mixed.bag.installation=Your {0} installation appears corrupted because there are multiple version markers. \
  Usually, this happens when an archive with a newer version is extracted into a directory with an existing installation. \
  To avoid possible crashes, reinstall the IDE from scratch into an empty directory.

vm.options.env.vars=The use of Java options environment variables detected. \
  Such variables override IDE configuration files (*.vmoptions) and may cause performance and stability issues. \
  Please consider deleting these variables: {0}.

code.cache.warn.message=Code cache size of {0} MB is insufficient. Please increase ''-XX:ReservedCodeCacheSize'' to {1} MB or more to avoid performance issues.
vm.options.edit.action.cap=Edit custom VM options

implicit.plugin.directory.path=It seems you''re using ''idea.config.path'' property to specify the location of the settings directory. \
  In 2020.1, default locations of application directories were changed. For compatibility, \
  the IDE picked the old location of plugins ({0}), but to avoid any ambiguity in the future (and to get rid of this warning) \
  please set ''idea.plugins.path'' property, too.
implicit.log.directory.path=It seems you''re using ''idea.system.path'' property to specify the location of the caches directory. \
  In 2020.1, default locations of application directories were changed. For compatibility, \
  the IDE picked the old location of logs ({0}), but to avoid any ambiguity in the future (and to get rid of this warning) \
  please set ''idea.log.path'' property, too.

# example: ... is 11.0.10+11 by JetBrains s.r.o. at 'C:\Tools\IDEA\jbr'
bundled.jre.version.message=Please consider switching to the bundled Java runtime \
  that is better suited for the IDE (your current Java runtime is {0} by {1} at ''{2}'').
bundled.jre.m1.arch.message=Download {0} for Apple Silicon for better performance and stability.
bundled.jre.m1.arch.message.download=Download\u2026
action.SwitchToJBR.text=Switch to bundled runtime
cannot.delete.jre.config=Cannot delete JRE configuration file ''{0}'': {1}

shell.env.loading.failed={0} has failed to load the environment from ''{1}''. \
  Integration with tools that rely on environment variables may work incorrectly.
shell.env.loading.learn.more=Learn more

sys.health.details=Details
sys.health.acknowledge.action=Don't show again

low.disk.space.message=Low disk space on a {0} system directory partition

prompt.goto.inspection.enter.name=Enter inspection name:
goto.inspection.action.text=&Run Inspection by Name\u2026
goto.inspection.action.choose.inherit.settings.from=Inspection Options
goto.inspection.action.dialog.title=Run ''{0}''
goto.inspection.action.fix.all=Fix All

open.url.in.browser.tooltip=Open in browser
open.url.in.0=Open URL in {0}
open.in.0=Open in {0}

whats.new.action.custom.text=What''s _New in {0}
whats.new.action.custom.description=Find out about the new features in this version of {0}
whats.new.timeout.title=Couldn't load page
whats.new.timeout.message=The content for this page cannot be loaded. Please check your internet connection.
whats.new.timeout.action=You can <a href="{0}" class="link" target="_blank">open this page in browser</a> or try again later.
# 0 - IDE name (e.g. "IntelliJ IDEA"), 1 - IDE version (e.g. "2020.3")
whats.new.notification.text={0} {1} est arriv\u00E9e!
whats.new.notification.action=See what's new

diff.dialog.title=Diff Between ''{0}'' and ''{1}''

goto.custom.region.menu.item=Custom Folding\u2026
goto.custom.region.command=Go to Custom Folding
goto.custom.region.message.dumb.mode=Custom folding navigation is not available until indexes are built.
goto.custom.region.message.unavailable=There are no custom foldings in the current file.
alphabetical.mode.is.on.notification=Alphabetical tabs order is turned off

group.antialiasing.mode=Antialiasing
label.text.antialiasing.scope.ide=IDE:
label.text.antialiasing.scope.editor=Editor:


file.changed.externally.message=File was changed on disk.
file.changed.externally.reload=Reload
group.presentation.mode=Presentation Mode
presentation.mode.fon.size=Font size\:

new.dir.project.error.empty=Project path is empty
new.dir.project.error.invalid=Invalid project directory path
new.dir.project.create=Create

go.to.class.title.prefix=Go to {0}
go.to.class.kind.text=class
go.to.class.kind.text.pluralized=Classes
go.to.class.dumb.mode.message=Go To {0} action is not available until indexes are built, using Go To File instead
go.to.class.action.description=Quickly navigate to a {0} by name

warning.load.project.from.share=You are opening a project from a network share. Do you trust this location?\n{0}
title.load.project.from.share=Loading Project From Network
warning.load.file.from.share=You are opening a file from a network share. Do you want to continue?\n{0}
title.load.file.from.share=Loading File From Network

activation.auth.message=The command line launcher is outdated. Please refresh it (via Tools | Create Command-line Launcher).
activation.not.initialized=IDE has not been initialized yet
activation.shutting.down=IDE is being shut down
activation.file.is.waiting.title=Command line waiting until this file is closed
activation.file.is.waiting.notification=Command line will be waiting until the file ''{0}'' has been closed.
activation.project.is.waiting.notification=Command line will be waiting until the project ''{0}'' has been closed.
activation.file.is.waiting.do.not.show=Don't show again
activation.file.is.waiting.release=Release
activation.file.is.waiting.dismiss=Dismiss

warning.use.rest.api.0.and.trust.host.1=''{0}'' API is requested. Do you trust ''{1}''?
warning.use.rest.api.0.and.trust.host.unknown=''{0}'' API is requested. Do you trust unknown host?
warning.use.rest.api.block.unknown.hosts=Do you want to block requests from unknown hosts?
title.use.rest.api=Using REST API

searcheverywhere.allelements.tab.name=All
searcheverywhere.project.search.tab.name=Project
searcheverywhere.ide.search.tab.name=IDE
searcheverywhere.commands.tab.name=Commands
searcheverywhere.run.configs.tab.name=Run Configurations
searcheverywhere.textfield.hint=Type {0} to see commands
searcheverywhere.found.matches.title=Matches for ''{0}'' in [{1}]
searcheverywhere.found.targets.title=Unsorted results
searcheverywhere.history.shortcuts.hint=Press {0} or {1} to navigate through the search history
searcheverywhere.open.in.split.shortcuts.hint=Press {0} to open the file in the right split
searcheverywhere.open.in.new.window.shortcuts.hint=Press {0} to open the file in a new window
searcheverywhere.nothing.found.for.contributor.anywhere=No {0} with such name found
searcheverywhere.nothing.found.for.all.anywhere=Nothing found
searcheverywhere.indexing.mode.not.supported=Search in ''{0}'' is not available while {1} is updating indexes
searcheverywhere.indexing.incomplete.results=Search in ''{0}'' results may be incomplete while {1} is updating indexes
searcheverywhere.runconfigurations.command.run.description=Start Run Configuration in 'Run' mode
searcheverywhere.runconfigurations.command.debug.description=Start Run Configuration in 'Debug' mode
searcheverywhere.accessible.name=Search everywhere
searcheverywhere.try.to.find.in.files=Find in Files
searcheverywhere.use.main=Use
searcheverywhere.use.optional=or use
searcheverywhere.try.to.reset.scope=Set scope to
searcheverywhere.reset.filters=Reset filter
searcheverywhere.to.perform.fulltext.search=to perform full-text search
searcheverywhere.ml.actions.display.name.in.settings=Actions

show.in.find.window.button.name=Open in Find Tool Window
show.in.find.window.button.name.newui=Open Results in Find Window
show.in.find.window.button.description=Open search results in Find tool window

run.anything.console.process.finished=\nProcess finished with exit code {0}.
run.anything.console.error.title=Cannot Run Command
run.anything.run.debug.title=Debug:
run.anything.run.in.context.title=Run in Context:
run.anything.run.in.context.debug.title=Run in Context with Debug:
run.anything.run.anything.title=Run Anything
run.anything.custom.activity.rollback.action=Rollback
run.anything.custom.activity.notification.group.id=Run Anything command executed
run.anything.ad.run.action.with.default.settings=Press {0} to run with default settings
run.anything.ad.run.with.debug={0} to debug
run.anything.ad.run.in.context=Press {0} to run in the current file context
run.anything.ad.command.delete={0} to delete recent command
run.anything.general.group.title=General
run.anything.recent.group.title=Recent
run.anything.recent.project.help.group.title=Recent projects
run.anything.recent.project.completion.group.title=Recent projects
run.anything.recent.project.command.placeholder=open <project name>
run.anything.actions.undefined=Undefined
run.anything.notification.warning.content=Command ''{0}'' failed to execute.
run.anything.notification.warning.title=Failed Command Execution
run.anything.run.configurations.group.title=Run configurations
run.anything.help.list.empty.secondary.text=Select command
run.anything.main.list.empty.primary.text=Run command or configuration
run.anything.main.list.empty.secondary.text=Type "?" to see all commands
run.anything.action.tooltip.text=Execute commands: open projects, launch run configurations, run Gradle or Maven tasks, \
  execute terminal commands, and so on.
double.ctrl.or.shift.shortcut=Double {0}
run.anything.hint.initial.text=Press {0} or {1} to navigate through the suggestion list
run.anything.indexing.mode.not.supported=Run anything is not available while indexes are updating
run.anything.context.browse.directory=Browse Directory\u2026
run.anything.context.project=Project
run.anything.context.project.undefined=undefined
run.anything.context.title.working.directory=Execution Context
run.anything.context.separator.directories=Directories
run.anything.context.separator.modules=Modules
run.anything.context.tooltip=Choose context the current command will be executed in
run.anything.accessible.name=Run anything

plugin.signature.not.signed=<html><body>The ''{0}'' plugin has not been digitally signed, and its authenticity cannot be verified. Installing or updating unsigned plugins may expose your system to risk.<br/><br/>Plugin details: Id: {1} Version: {2} {3}</body></html>
jetbrains.certificate.not.found=JetBrains certificate is not found.
jetbrains.certificate.vendor=Vendor: {0}
jetbrains.certificate.invalid=JetBrains certificate is invalid. Please contact JetBrains support.
plugin.invalid.signature.result=Digital signature verification of the ''{0}'' plugin failed with the following message: ''{1}''.
plugin.signature.checker.progress=Checking plugin signature: ''{0}''
plugin.signature.checker.title=Plugin Security Warning
plugin.signature.checker.revoked.cert=<html><body>The ''{0}'' plugin has revoked the JetBrains certificate</body></html>
plugin.signature.checker.yes=Ignore and Continue
plugin.signature.checker.no=Cancel Installation

notification.group.low.memory=Low memory detected
low.memory.notification.action=Configure
low.memory.notification.analyze.action=Analyze memory use
low.memory.notification.title=Low memory
low.memory.notification.content=The IDE is running low on memory and this might affect performance. Please consider increasing available heap.

plugins.changed.notification.title=Restart needed
plugins.changed.notification.content=Plugin list has changed. Please restart {0} to activate changes.

plugins.auto.enabled.notification.title=Required plugins are enabled
plugins.auto.enabled.notification.content={0} and {1} plugins are enabled.
plugins.auto.disabled.notification.title=Dependent plugins are disabled
plugins.auto.disabled.notification.content={0} and {1} plugins are disabled.
plugins.auto.switch.action.name=Undo

navigate.command.search.reference.progress.title=Searching for reference ''{0}''

undo.command=Undo {0}
redo.command=Redo {0}
undo.dialog.title=Undo
redo.dialog.title=Redo
cannot.undo.title=Cannot Undo
cannot.undo.message=Cannot undo
cannot.redo.title=Cannot Redo
cannot.redo.message=Cannot redo
undo.command.local.name=Local
undo.conflicting.change.confirmation=Other files affected by this action have been already changed.
cannot.undo.error.other.users.overwrote.changes.message=Your changes to the following files were overwritten by other users:
cannot.undo.error.other.affected.files.changed.message=Following files affected by this action have been already changed:
cannot.undo.error.contains.nonundoable.changes.message=Following files have changes that cannot be undone:

thread.dump.is.taken=Thread dump is <a href="{0}">taken</a>.
failed.to.take.thread.dump=Failed to take a thread dump.

copy.relative.paths=Cop&y Relative Paths
copy.relative.path=Cop&y Relative Path
copy.references=Cop&y References
copy.reference=Cop&y Reference

configurable.file.colors=File Colors
configurable.font.name=Font
configurable.console.font.name=Console Font
configurable.console.font.use.editor.font=Use editor font
# suppress inspection "UnusedProperty" see PlatformExtensions.xml
configurable.notifications.name=Notifications
# suppress inspection "UnusedProperty" see PlatformExtensions.xml
configurable.quick.lists.name=Quick Lists

action.MarkAllNotificationsAsReadAction.text=Mark all notifications as read
action.MarkAllNotificationsAsReadAction.description=Mark all unread notifications as read
action.OpenUrlHyperlinkInfo.Anonymous.text.copy.url=Copy URL
action.OpenUrlHyperlinkInfo.Anonymous.description.copy.url.to.clipboard=Copy URL to clipboard

http.proxy.configurable=HTTP Proxy
consent.configurable=Data Sharing
date.time.format.configurable=Date Formats
configurable.JavaFxSettingsConfigurable.display.name=JavaFX
configurable.VagrantConfigurable.display.name=Vagrant
configurable.TerminalOptionsConfigurable.display.name=Terminal
configurable.AppEngineFacetEditor.display.name=Google App Engine
configurable.ChromeSettingsConfigurable.display.name=Chrome Settings
configurable.DockerExtraHostConfigurable.display.name=Extra hosts
configurable.EmbeddedSettingsConfigurable.display.name=Embedded Development
configurable.ExceptionAnalyzerConfigurable.display.name=Exception Analyzer
configurable.IDEtalkConfiguration.display.name=IDEtalk Options
configurable.PluginHostsConfigurable.display.name=Custom Plugin Repositories
configurable.SettingsPage.display.name=Bundled Web Help
configurable.TimeTrackingConfigurable.display.name=Time Tracking
configurable.AppEngineCloudConfigurable.display.name=Google App Engine Account
configurable.ExternalDependenciesConfigurable.display.name=Required Plugins
configurable.CodeStyle.display.name=Code Style
# suppress inspection "UnusedProperty" see LangExtensions.xml
configurable.Runtime.Targets.Configurable.display.name=Run Targets
# suppress inspection "UnusedProperty" see LangExtensions.xml
configurable.Postfix.Completion.display.name=Postfix Completion
# suppress inspection "UnusedProperty" see LangExtensions.xml
configurable.Console.display.name=Console
# suppress inspection "UnusedProperty" see LangExtensions.xml
configurable.GutterIconsConfigurable.display.name=Gutter Icons

dnd.with.alt.pressed.only=Drag-and-drop with Alt pressed only
checkbox.full.paths.in.window.header=Always show full path in window header
overridden.by.jvm.property=Overridden by JVM property ''{0}''
option.is.overridden.by.jvm.property=The option is overridden by the JVM property: "{0}"
background.image.button=Background Image\u2026
display.balloon.notifications=Display balloon notifications
small.labels.in.editor.tabs=Small labels in editor tabs
show.hidden.tabs=Show Hidden Tabs
show.main.toolbar=Show Main Toolbar
show.status.bar=Show Status Bar
show.navigation.bar=Show Navigation Bar
show.members.in.navigation.bar=Show Members in Navigation Bar
appearance.ui.option.group=UI
appearance.window.option.group=Window
appearance.view.option.group=View
title.common=Common
configurable.DatabaseSettingsConfigurable.QueryExecution.display.name=Query Execution
configurable.DatabaseSettingsConfigurable.OutputResults.display.name=Output and Results
configurable.DatabaseSettingsConfigurable.DataViews.display.name=Data Editor and Viewer
configurable.DatabaseSettingsConfigurable.Templating.display.name=User Parameters
configurable.DatabaseSettingsConfigurable.CsvFormats.display.name=CSV Formats
configurable.DatabaseSettingsConfigurable.Other.display.name=Other
configurable.DuplicatesConfigurable.display.name=Duplicates
configurable.TextMateConfigurableProvider.display.name=TextMate Bundles
date.format.override.system.date.and.time.format=Override system date and time format
date.format.date.format=Date format:
date.format.date.patterns=Date patterns
date.format.24.hours=Use 24-hour time
date.format.pretty=Use pretty formatting
date.format.relative=Replace numeric date with <i>Today</i>, <i>Yesterday</i>, and <i>10 minutes ago</i>
scope.chooser.select.scope.text=Select a scope to view or edit its details here
notifications.configurable.display.balloon.notifications=Display balloon notifications
notifications.configurable.enable.system.notifications=Enable system notifications
notifications.configurable.no.notifications.configured=No notifications configured
notifications.configurable.column.group=Group
notifications.configurable.column.log=Log
notifications.configurable.column.toolwindow=Show in tool window
notifications.configurable.play.sound=Play sound
notifications.configurable.column.read.aloud=Read aloud
notifications.configurable.column.popup=Popup type:
notifications.configurable.do.not.ask.title=Don't ask again notifications:
notifications.configurable.do.not.ask.project.title=This Project
quick.lists.description=<html>Quick Lists allow you to define commonly used groups of actions (for example, refactoring or VCS actions) \
  and to assign keyboard shortcuts to such groups.</html>
quick.lists.not.empty.name=Quick list should have non empty name
path.macro.ignored.variables=Ignored Variables:
path.macro.use.semicolon=use ; to separate ignored variables
ui.customization.select.auto.popup.by.chars.text=Insert selected suggestion by pressing space, dot, or other context-dependent keys
file.encoding.option.global.encoding=Global Encoding
file.encoding.option.project.encoding=Project Encoding
file.encoding.option.encoding.column=Encoding
file.encoding.option.path.column=Path
file.encoding.option.properties.files=Properties Files (*.properties)
file.encoding.option.BOM=BOM for new UTF-8 files
file.encoding.option.create.utf8.files=Create UTF-8 files:
file.encoding.option.warning.always=<html> {0} will add <a>UTF-8 BOM</a> to every created file in UTF-8 encoding</html>
file.encoding.option.warning.never=<html> {0} will NOT add <a>UTF-8 BOM</a> to every created file in UTF-8 encoding</html>
file.encoding.option.warning.windows.only=<html> {0} will add <a>UTF-8 BOM</a> to every created UTF-8 file only when it''s running under Windows.</html>
plugin.manager.tab.marketplace=Marketplace
plugin.manager.tab.installed=Installed
plugin.manager.options.command=Type / to see options
plugin.manager.repositories=Manage Plugin Repositories\u2026
plugin.manager.custom.certificates=Manage Plugin Certificates
plugin.manager.update.all=Update all
plugin.manager.tooltip=Manage Repositories, Configure Proxy or Install Plugin from Disk
plugin.settings.link.title=Plugin Settings\u2026
settings.required.plugins.title=Specify a list of plugins required for your project. {0} will notify you if a required plugin is missing or needs an update.
settings.certificate.accept.non.trusted.certificates.automatically=Accept non-trusted certificates &automatically
settings.certificate.no.certificate.selected=No certificate selected
settings.certificate.no.certificates=No certificates
settings.certificate.choose.certificate=Choose Certificate
settings.certificate.malformed.x509.server.certificate=Malformed X509 server certificate
settings.certificate.not.imported=Not Imported
settings.certificate.certificate.already.exists=Certificate already exists
settings.certificate.accepted.certificates=Accepted certificates:
settings.trusted.certificates=Certificates trusted when validating plugins:
settings.certificate.cannot.add.certificate.for=Cannot add certificate for {0}
settings.certificate.cannot.add.certificate=Cannot Add Certificate
settings.certificate.cannot.remove.certificate.for=Cannot remove certificate for {0}
settings.certificate.cannot.remove.certificate=Cannot Remove Certificate
settings.menus.group.touch.bar=Touch Bar
settings.general.directory.preselected=This directory is preselected in "Open..." and "New | Project..." dialogs.
settings.general.synchronization=Autosave
settings.password.internal.error.no.available.credential.store.implementation=Internal error, no available credential store implementation.
settings.password.package.libsecret.1.0.is.not.installed=Package libsecret-1-0 is not installed (to install: sudo apt-get install libsecret-1-0 gnome-keyring).
settings.password.unknown.provider.type=Unknown provider type: {0}

settings.file.color.column.scope=Scope
settings.file.color.column.color=Color
settings.file.color.column.shared=Share through VCS
settings.file.color.column.shared.help=<html>\
  Shared configurations are stored in <code>.idea</code> directory<br>\
  and are available to other team members through VCS.
settings.file.color.custom.name=Custom
settings.file.colors.no.colors.specified=No colors added
settings.file.colors.add.colors.link=Add colors
settings.file.colors.scope.unknown=Non-existent scope
settings.file.colors.dialog.choose.color=Choose scope color
settings.file.colors.dialog.warning.update=Update
settings.file.colors.dialog.warning.local=Local color is already defined for {0}
settings.file.colors.dialog.warning.shared=Shared color is already defined for {0}
settings.file.colors.dialog.warning.append=Do you really want to add it again?
settings.file.colors.dialog.warning.replace=<html>Do you want to update \
  <span style="background-color:#{0};"> old color </span> to \
  <span style="background-color:#{1};"> new color </span>?
settings.file.colors.enable.file.colors=Enable &file colors
settings.file.colors.use.in.editor.tabs=Use in editor &tabs
settings.file.colors.use.in.project.view=Use in &project view
settings.file.colors.manage.scopes=&Manage scopes\u2026
settings.file.colors.description=<html>\
  Files can belong to several scopes. If there are two colors for one scope, the color of the first scope in the list is used.

# suppress inspection "UnusedProperty" used from FileColorManagerImpl
color.name.blue=Blue
# suppress inspection "UnusedProperty" used from FileColorManagerImpl
color.name.green=Green
# suppress inspection "UnusedProperty" used from FileColorManagerImpl
color.name.orange=Orange
# suppress inspection "UnusedProperty" used from FileColorManagerImpl
color.name.rose=Rose
# suppress inspection "UnusedProperty" used from FileColorManagerImpl
color.name.violet=Violet
# suppress inspection "UnusedProperty" used from FileColorManagerImpl
color.name.yellow=Yellow
# suppress inspection "UnusedProperty" used from FileColorManagerImpl
color.name.brown=Brown
# suppress inspection "UnusedProperty" used from FileColorManagerImpl
color.name.gray=Gray

checkbox.inject.reveal.library.on.launch=Inject Reveal library on launch
checkbox.upload.reveal.library.on.the.device.if.necessary=Upload Reveal library on the device if necessary
action.Anonymous.text.add.keyboard.shortcut=Add Keyboard Shortcut
action.Anonymous.text.add.mouse.shortcut=Add Mouse Shortcut
action.Anonymous.text.add.abbreviation=Add Abbreviation
action.Anonymous.text.reset.shortcuts=Reset Shortcuts
action.Anonymous.text.delete.hook=Delete Hook
action.Anonymous.text.live.templates=Live Templates
action.Anonymous.text.live.template=Live Template
action.Anonymous.text.template.group=Template Group\u2026
action.Anonymous.text.rename=Rename
action.Anonymous.text.new.group=New group\u2026
action.Anonymous.text.change.context=Change context\u2026
action.Anonymous.text.edit.scopes.order=Edit Scopes Order\u2026
action.Anonymous.text.done=Done
action.Anonymous.text.remove.leading.directory=Remove Leading Directory
action.Anonymous.text.restore.leading.directory=Restore Leading Directory
action.Anonymous.text.all=All
action.Anonymous.text.new.tag=New Tag
action.Anonymous.text.do.not.show.again=Do not show again
action.Anonymous.text.toggle=Toggle
action.Anonymous.text.configure=Configure
action.Anonymous.text.highlight=Highlight
action.GetHelp=Get Help
action.Events=Events
action.CollapseAllAction.text.collapse.all=Collapse All
action.ExpandAllAction.text.expand.all=Expand All
action.NamedItemsListEditor.CopyAction.text.copy=Copy
action.NamedItemsListEditor.CopyAction.description.copy=Copy
action.NamedItemsListEditor.AddAction.text.add=Add
action.NamedItemsListEditor.AddAction.description.add=Add
action.Anonymous.text.back=Back
action.FinderRecursivePanel.text.previous=Previous
action.FinderRecursivePanel.text.next=Next
action.FinderRecursivePanel.text.edit=Edit
show.in.find.window.button.pin.description=Show all usages in a separate tool window
action.QuickChangeCodeStyleSchemeAction.Anonymous.text.project=<Project>
action.ActionTracer.Anonymous.text.Clear=Clear
action.ActionTracer.Anonymous.description.clear.log=Clear log
remove.byte.order.mark.from=Remove byte order mark from {0}
add.byte.order.mark.to=Add byte order mark to {0}
remove.BOM=Remove BOM
add.BOM=Add BOM
removing.BOM=Removing BOM
adding.BOM=Adding BOM
notification.group.failed.to.remove.bom=Failed to remove BOM
notification.title.was.unable.to.remove.bom.in=Was unable to remove BOM in {0} {0,choice,1#file|2#files}
notification.content.mandatory.bom.br={0,choice,1#This file has|2#These files have} mandatory BOM:<br/>    {1}

empty.text.search.everywhere=Search Everywhere
empty.text.navigation.bar=Navigation Bar
empty.text.recent.files=Recent Files
empty.text.go.to.file=Go to File
empty.text.project.view=Project View
empty.text.drop.files.to.open=Drop files here to open them
scratches.and.consoles=Scratches and Consoles
action.DumbAware.BuildView.text.stop=BuildView
action.DumbAware.CopyrightProfilesPanel.description.stop=Stop
action.DumbAware.TerminalView.text.new.session=New Session
action.DumbAware.TerminalView.description.create.new.session=Create new session
action.AnActionButton.text.upgrade=Upgrade
action.AnActionButton.text.install=Install
action.AnActionButton.text.uninstall=Uninstall
action.AnActionButton.text.reload.list.of.packages=Reload List of Packages
action.AnActionButton.text.change.goto.check.box=change goto check box
action.ToggleAction.text.toggle.view=Toggle View
action.ToggleAction.text.filter=Filter
action.ToggleAction.text.filter.files.by.type=Filter files by type
action.ToggleAction.show.filter.text.filter=Filter
action.ToggleAction.show.filter.description.show.filters.popup=Show filters popup
action.ToggleAction.text.toggle.auto.test=Toggle Auto-Test
action.ToggleAction.description.toggle.auto.test=Toggle automatic rerun of tests on code changes
action.ToggleAction.text.pin.window=Pin Window
action.ToggleAction.description.pin.window=Pin Window
action.AnAction.text.reload.list=Reload list
action.AnAction.description.reload.list=Reload list
action.AnAction.text.clear=Clear
action.AnAction.description.clear=Clear
action.AnAction.text.save=Save
action.AnAction.description.save=Save
action.AnAction.text.set.script.file=Set Script File
action.AnAction.description.set.script.file=Set Script File
action.AnAction.text.new.script=New Script
action.AnAction.description.new.script=New Script
action.AnAction.text.stop=Stop
action.AnAction.description.stop=Stop
action.AnAction.text.activate.frame.and.run=Activate Frame And Run
action.AnAction.description.activate.frame.and.run=Activate Frame And Run
action.AnAction.text.run.on.frame.activation=Run On Frame Activation
action.AnAction.description.run.on.frame.activation=Run On Frame Activation
action.AnAction.text.search.history=Search History
action.AnAction.description.search.history=Search History
action.add.to.new.favorites.list.description=Add To New Favorites List
action.DataSharingOptionsAction.text=Data Sharing Options\u2026
action.DataSharingOptionsAction.description=Data Sharing Options
action.InstallFromDiskAction.text=Install Plugin from Disk\u2026
action.InstallFromDiskAction.not.allowed.description=Installing plugins from disk is not allowed for your organization
failed.to.unload.modified.plugins=Failed to unload modified plugins: {0}
plugins.reloaded.successfully={0} reloaded successfully
plugins.progress.loading.plugins.for.current.project.title=Loading plugins for ''{0}''
plugins.progress.unloading.plugins.for.current.project.title=Unloading plugins for ''{0}''
plugins.progress.unloading.plugin.title=Unloading plugin {0}
memory.snapshot.captured.text=Memory snapshot captured on plugin unload failure
memory.snapshot.captured.action.text=Open ''{0}'' in {1}
plugins.configurable.disable.all.downloaded=Disable All Downloaded Plugins
plugins.configurable.enable.all.downloaded=Enable All Downloaded Plugins
plugins.configurable.InstalledSearchOption.NeedUpdate=Update available
plugins.configurable.InstalledSearchOption.Downloaded=Downloaded
plugins.configurable.InstalledSearchOption.Enabled=Enabled
plugins.configurable.InstalledSearchOption.Disabled=Disabled
plugins.configurable.InstalledSearchOption.Invalid=Invalid
plugins.configurable.InstalledSearchOption.Bundled=Bundled
plugins.configurable.SortBySearchOption.Downloads=Downloads
plugins.configurable.SortBySearchOption.Name=Name
plugins.configurable.SortBySearchOption.Rating=Rating
plugins.configurable.SortBySearchOption.Relevance=Relevance
plugins.configurable.SortBySearchOption.Updated=Updated
plugins.configurable.disable.all=Disable all
plugins.configurable.enable.all=Enable all
plugins.configurable.loaded.for.projects=<html>{0}.<br>Loaded due to being enabled for:<br>{1}</html>
plugins.configurable.show=Show
plugins.configurable.search.options=Search Options
plugins.configurable.other.bundled=Other Tools
plugins.configurable.downloaded=Downloaded
plugins.configurable.installing=Installing
plugins.configurable.bundled.updates=Bundled plugins updates
plugins.configurable.sort.by=Sort By
plugins.configurable.show.all=Show all
plugins.configurable.top.rated=Top Rated
plugins.configurable.top.downloads=Top Downloads
plugins.configurable.new.and.updated=New and Updated
plugins.configurable.featured=Featured
plugins.configurable.repository.0=Repository: {0}
plugins.configurable.search.in.marketplace=Search in Marketplace
plugins.configurable.nothing.found=Nothing found.
plugins.configurable.check.internet=Check the internet connection.
plugins.configurable.search.result.not.loaded=Search result are not loaded.
plugins.configurable.marketplace.plugins.not.loaded=Marketplace plugins are not loaded.
plugins.configurable.restart.ide.button=Restart IDE
plugins.configurable.update.button=Update
plugins.configurable.install=Install
plugins.configurable.uninstall=Uninstall
plugins.configurable.enable=Enable
plugins.configurable.enabled=Enabled
plugins.configurable.enable.for.all.projects=Enable for All Projects
plugins.configurable.enabled.for.all.projects=Enabled for all projects
plugins.configurable.enable.for.current.project=Enable for Current Project
plugins.configurable.enable.for.current.project.only=Enable for Current Project Only
plugins.configurable.enabled.for.current.project=Enabled for the current project
plugins.configurable.disable=Disable
plugins.configurable.disabled=Disabled
plugins.configurable.disable.for.all.projects=Disable for All Projects
plugins.configurable.disabled.for.all.projects=Disabled for all projects
plugins.configurable.disable.for.current.project=Disable for Current Project
plugins.configurable.disable.for.current.project.only=Disable for Current Project Only
plugins.configurable.disabled.for.current.project=Disabled for the current project
plugins.configurable.plugin.installing.failed=Plugin "{0}" download or installation failed
plugins.configurable.uninstalled=Uninstalled
plugins.configurable.installed=Installed
plugins.configurable.size.0=Size: {0}
plugins.configurable.plugin.details=Select plugin to preview details
plugins.configurable.one.plugin.details=Select one plugin to preview plugin details.
plugins.configurable.several.plugins=Several plugins selected.
plugins.configurable.plugin.homepage.link=Plugin homepage
plugins.configurable.trial.expires.in.0.days=Trial expires in {0} days.
plugins.configurable.license.is.active.until.0=License is active until {0}.
plugins.configurable.license.expires.in.0.days=License expires in {0} days.
plugins.configurable.license.expired=License expired.
plugins.configurable.license.is.active=License is active.
plugins.configurable.not.allowed=The plugin is not approved by your organization 
plugins.configurable.title.with.count={0} ({1} of {2} enabled)
button.enable=Enable
dialog.title.disable.dependent.plugins=Disable Dependent Plugins
dialog.message.disable.dependent.plugin=<html>The dependent ''{0}'' plugin will be disabled</html>
dialog.message.disable.dependent.plugins=<html>The following dependent plugins will be disabled:<br>{0}</html>
dialog.message.disable.dependent.plugin.for.current.project=<html>The dependent ''{0}'' plugin will be disabled for the current project</html>
dialog.message.disable.dependent.plugins.for.current.project=<html>The following dependent plugins will be disabled for the current project:<br>{0}</html>
dialog.message.disable.required.plugin.for.current.project.only=<html>The required ''{0}'' plugin will be enabled for all projects \
  except the current one</html>
dialog.message.disable.required.plugins.for.current.project.only=<html>The following required plugins will be enabled for all projects \
  except the current one:<br>{0}</html>
dialog.title.enable.required.plugins=Enable Required Plugins
dialog.message.enable.required.plugin=<html>The required ''{0}'' plugin will be enabled</html>
dialog.message.enable.required.plugins=<html>The following required plugins will be enabled:<br>{0}</html>
dialog.message.enable.required.plugin.for.current.project=<html>The required ''{0}'' plugin will be enabled for the current project</html>
dialog.message.enable.required.plugins.for.current.project=<html>The following required plugins will be enabled for the current project:<br>{0}</html>
dialog.message.enable.dependent.plugin.for.current.project.only=<html>The dependent ''{0}'' plugin will be disabled for all projects \
  except the current one</html>
dialog.message.enable.dependent.plugins.for.current.project.only=<html>The following dependent plugins will be disabled for all projects \
  except the current one:<br>{0}</html>
label.plugin.updated.0=Updated {0}
label.plugin.0.downloads={0} downloads
label.category.unknown=UNKNOWN
chooser.description.jar.and.zip.archives.are.accepted=JAR and ZIP archives are accepted
chooser.title.plugin.file=Choose Plugin File
dialog.title.install.plugin=Install Plugin
progress.title.installing.plugin=Installing plugin "{0}"\u2026
message.link.refresh=refresh
message.check.the.internet.connection.and=Check the internet connection and
progress.text.downloading=Downloading\u2026
progress.text.loading=Loading\u2026
label.install.a.limited.functionality.for.free=Install a version with limited functionality for free or
label.use.the.trial.for.up.to.30.days.or=Use the 30-day trial or
label.category.n.a=n/a
dialog.title.dependent.plugins.found=Dependent Plugins Found
button.enable.updated.plugins=Enable Updated {0,Choice,1#Plugin|2#Plugins}
button.enable.all=Enable All
progress.title.checking.plugins.repository=Checking Plugins Repository\u2026
title.search.results=Search Results
empty.text.nothing.found=Nothing found
label.plugin.change.notes=Change Notes
label.next.plugin.version.is.freemium=Next plugin version is freemium.\nInstall a version with limited functionality for free or
label.next.plugin.version.is.paid.use.the.trial.for.up.to.30.days.or=Next plugin version is paid.\nUse the 30-day trial or
label.text.plugin.eap.license.not.required=The license is not required for EAP version
label.text.plugin.no.license=No license.

plugin.manager.main.suggest.to.enable.message.part1=Updated plugin ''{0}'' is disabled.
plugin.manager.main.suggest.to.enable.message.part2=Updated plugins {0} are disabled.
plugin.manager.main.suggest.to.enable.message.part3=Updated {0,choice,1#plugin depends|2#plugins depend} on disabled
plugin.manager.main.suggest.to.enable.message.part4=plugin ''{0}''.
plugin.manager.main.suggest.to.enable.message.part5=plugins {0}.
plugin.manager.main.suggest.to.enable.message.part6=Disabled plugins and plugins which depend on disabled won't be activated after restart.
plugin.manager.main.suggest.to.enable.message.part7=Disabled plugins won't be activated after restart.
plugin.manager.main.suggest.to.enable.message.part8=Would you like to enable updated {0,choice,1#plugin|2#plugins}
plugin.manager.main.suggest.to.enable.message.part9=Would you like to enable plugin {0,choice,1#dependency|2#dependencies}

dialog.title.proxy.setup=Proxy Setup
message.text.proxy.both.use.proxy.and.autodetect.proxy.set=Proxy: both ''use proxy'' and ''autodetect proxy'' settings were set.\
 Only one of these options should be selected.\
 Please re-configure.
comment.text.paused=Paused
comment.text.resume=Resume
comment.text.pause=Pause
progress.title.check.connection=Check connection
message.text.enter.url.to.check.connection=Warning: your settings will be saved.\n\
 Enter any URL to check connection to:
dialog.title.check.proxy.settings=Check Proxy Settings
dialog.title.auto.detected.proxy=Auto-detected Proxy
message.text.proxy.passwords.were.cleared=Proxy passwords were cleared.
message.connection.successful=Connection successful
label.valid.from=Valid from:
label.valid.until=Valid until:
section.title.fingerprints=Fingerprints
section.title.validity.period=Validity Period
section.title.issued.by=Issued By
section.title.issued.to=Issued To

trial.expired=Trial expired.
plugins.configurable.buy.the.plugin.from.0=buy it for as low as {0}
plugins.configurable.activate.trial.for.full.access=activate the 30-day trial for full access
plugins.configurable.buy.the.plugin=buy the plugin
action.presentation.AbstractSchemesPanel.text=Show Scheme Actions
action.presentation.EditorTabbedContainer.text=Close. Alt-Click to Close Others.
action.presentation.EncodingPanel.text=File Encoding
action.presentation.ExtractIncludeAction.text=Include File\u2026
action.presentation.LightEditTabs.text=Close. Alt-Click to Close Others.
action.presentation.OpenSelectedProjectsAction.text.open.all.projects.in.group=Open All Projects in Group
action.presentation.OpenSelectedProjectsAction.text.open.selected=Open Selected
action.presentation.RemoveSelectedProjectsFromGroupsAction.text=Remove from Groups
action.presentation.FindAllAction.text=Search All
action.presentation.RegistryUi.text=Revert to Default
action.presentation.RegistryUi.text.edit=Edit
action.presentation.ShowUiDebuggerAction.text=UI Debugger
action.presentation.WeighingActionGroup.text=Other
action.presentation.AbstractSchemesPanel.description=Show scheme actions
show.options.menu=Show Options Menu
highlighting.pass.injected.presentable.name=Injected fragments

search.everywhere.group.name.top.hit=Top Hit
search.everywhere.group.name.actions=Actions
search.everywhere.group.name.files=Files
search.everywhere.group.name.symbols=Symbols
search.everywhere.group.name.recent.files=Recent Files
search.everywhere.filter.classes.description=Go to class
search.everywhere.filter.files.description=Go to file
search.everywhere.filter.symbols.description=Go to symbol
big.popup.filter.button.all=All
big.popup.filter.button.none=None
big.popup.filter.button.invert=Invert
search.everywhere.points.more=... more
search.everywhere.action.tooltip.text=Search Everywhere<br/>Press <b>{0}</b> to access <ul style=''list-style-type:none;margin:0;padding:0;''>\
  <li>- {1}</li><li>- Files</li><li>- Tool Windows</li><li>- Actions</li><li>- Settings</li></ul>
search.everywhere.action.tooltip.description.text=Searches for: <ul style=''list-style-type:none;margin:0;padding:0;''>\
  <li>- {0}</li><li>- Files</li><li>- Tool Windows</li><li>- Actions</li><li>- Settings</li></ul>
search.everywhere.directory.file.type.name=Directory
filetype.search.everywhere.directory.description=File system directory

action.title.group.by.directory=Group by Directory

tooltip.flip.horizontally=Flip horizontally
tooltip.flip.vertically=Flip vertically
button.clear.and.close=Clear and Close
dialog.title.background.image=Background Image
toggle.editor.and.tools=Editor and Tools
toggle.empty.frame=Empty Frame
label.text.image=Image:
label.text.opacity=Opacity:
checkbox.text.this.project.only=This project only

action.text.show.file.size=Show File Size
action.text.hide.file.size=Hide File Size
action.text.show.chessboard=Show Chessboard
action.text.hide.chessboard=Hide Chessboard
action.text.show.grid=Show Grid
action.text.hide.grid=Hide Grid
dialog.title.new.tag.name=New Tag Name
popup.title.add.tags=Add Tags
action.text.show.tags.panel=Show Tags Panel
action.text.hide.tags.panel=Hide Tags Panel
filetype.scalable.vector.graphics.description=Scalable Vector Graphics
filetype.scalable.vector.graphics.display.name=Scalable Vector Graphics
action.text.show.file.name=Show File Name
action.text.hide.file.name=Hide File Name
rename.0=Rename {0}
dialog.title.select.0=Select {0}
quickfix.text.insert.0=Insert {0}
progress.text.reopening.files=Reopening files\u2026

button.reject=Reject
tooltip.text.update.is.in.progress.click.to.cancel=Update is in progress. Click to cancel
empty.text.this.view.is.not.available.until.indices.are.built=This view is not available until indexes are built
error.message.exception.was.thrown=exception was thrown
chooser.description.specifies.user.data.directory=Specifies the directory that user data (your "profile") is kept in
chooser.title.select.user.data.directory=Select User Data Directory
intention.family.editor.notification.settings=Editor notification settings
intention.family.editor.notification.option=Editor notification option
intention.family.editor.notification=Editor notification
text.password.hidden=<hidden>

packages.settings.version=Version
packages.settings.latest.version=Latest version
packages.settings.package=Package
packages.settings.loading=Loading Packages List

plugins.advertiser.task.searching.for.plugins=Search for Plugins in Repository
plugins.advertiser.plugins.suggestions.title=Plugins suggestion
plugins.advertiser.plugins.suggestions.text=Found plugins for chosen dependencies.
plugins.advertiser.plugins.found=Plugins supporting {0} files found.
plugins.advertiser.extensions.supported.in.ultimate={0} files are supported by {1}
plugins.advertiser.extensions.supported.in.ides={0} files are supported in <hyperlink>other JetBrains IDEs</hyperlink>
plugins.advertiser.learn.more=Learn more
plugins.advertiser.action.ignore.extension=Ignore extension
plugins.advertiser.action.enable.plugin=Enable plugin
plugins.advertiser.action.install.plugins=Install plugins
plugins.advertiser.action.enable.plugins=Enable plugins\u2026
plugins.advertiser.action.configure.plugins=Configure plugins\u2026
plugins.advertiser.action.ignore.unknown.feature=Don't suggest this plugin
plugins.advertiser.action.ignore.unknown.features=Don't suggest these plugins
plugins.advertiser.action.try.ultimate=Try {0}
plugins.advertiser.action.ignore.ultimate=Dismiss
plugins.advertiser.no.suggested.plugins=No suggested plugins found
plugins.advertiser.check.progress=Checking suggested plugins for project
plugins.advertiser.ultimate.features.detected=Features covered by IntelliJ IDEA Ultimate {0} are detected
plugins.advertiser.missing.feature={0,choice,1#Plugin|2#Plugins} {4} supporting {1} ''{2}'' {0,choice,1#is|2#are} currently {3,choice,0#disabled|1#not installed}.
plugins.advertiser.missing.features={0,choice,1#Plugin|2#Plugins} {3} supporting features ({1}) {0,choice,1#is|2#are} currently {2,choice,0#disabled|1#not installed}.
plugins.advertiser.missing.feature.dependency=Suggested {0,choice,1#plugin|2#plugins} {2} available for dependency ''{1}''.
plugins.advertiser.missing.features.dependency=Suggested {0,choice,1#plugin|2#plugins} {2} available for dependencies ({1}).
plugins.advertiser.feature.dependency=dependency

do.not.ask.me.again=Don't ask again

empty.project.generator.name=Multi-module Project
empty.project.generator.description=Project without modules. Use it to create free-style module structure. Project Structure dialog will open to help you build the project structure.

terminal.action.NewSession.text=New Session
terminal.action.ClearBuffer.text=Clear Buffer
terminal.action.Find.text=Find
terminal.action.OpenAsUrl.text=Open as URL
terminal.action.PageUp.text=Page Up
terminal.action.PageDown.text=Page Down
terminal.action.LineUp.text=Line Up
terminal.action.LineDown.text=Line Down
terminal.action.SelectPreviousTab.text=Select Previous Tab
terminal.action.SelectNextTab.text=Select Next Tab
terminal.action.MoveRight.text=Move Right
terminal.action.MoveLeft.text=Move Left
terminal.action.ShowTabs.text=Show Tabs
terminal.action.CloseSession.text=Close Session
terminal.cursor.shape.block.name=Block
terminal.cursor.shape.underline.name=Underline
terminal.cursor.shape.vertical.name=Vertical

notification.title.desktop.entry.creation.failed=Desktop entry creation failed
notification.title.desktop.entry.created=Desktop entry created
label.text.desktop.entry.can.be.created.later.in.tools.create.desktop.entry=Desktop entry can be created later in Tools | Create Desktop Entry\u2026
step.title.desktop.entry=Desktop Entry
button.installed=Installed
label.new.plugins.can.also.be.downloaded.in.0.plugins=New plugins can also be downloaded in {0} | Plugins
step.title.featured.plugins=Featured plugins
label.cannot.download.plugin=Cannot download plugin
link.cancel=Cancel
button.install.and.enable=Install and Enable
label.cannot.get.featured.plugins.description.online=Cannot get featured plugins description online.
label.you.can.change.the.ui.theme.later.in.0.1=You can change the UI theme later in {0} | {1} | Appearance. \
  Additional themes are available in {2} | Plugins.
label.set.ui.theme=<html><body><h2>Set UI theme</h2>\\&nbsp;</body></html>
step.title.ui.themes=UI Themes
link.disable.all=Disable All
link.enable.all=Enable All
button.save.changes.and.go.back=Save Changes and Go Back
step.title.default.plugins=Default plugins
button.start.using.0=Start using {0}
button.next.0=Next: {0}
button.back.to.0=Back to {0}
dialog.title.customize.0=Customize {0}
button.back=Back
button.skip.remaining.and.set.defaults=Skip Remaining and Set Defaults

github.project.generator.version=&Version:
github.project.generator.versions.not.loaded.error=Versions have not been loaded yet.

invalid.node.text=Invalid
reset.action.text=Reset

dialog.title.error.saving.project=Error Saving Project!
dialog.title.save.project.to.directory.based.format=Save Project to Directory-Based Format
message.project.will.be.saved.and.reopened.in.new.directory.based.format=Project will be saved and reopened in new Directory-Based format.\
Are you sure you want to continue?

collect.logs.progress.title=Collecting logs
collect.logs.notification.error=Cannot create .zip file with logs: {0}
collect.logs.notification.success=Log file is created: {0}
collect.logs.sensitive.title=Sensitive Data
collect.logs.sensitive.text=Included logs and settings may contain sensitive data.

notification.title.activated.from.command.line=Activated from command line
notification.title.launcher.script.creation.failed=Launcher script creation failed
border.title.description=Description
empty.text.no.features.available=No features available
dialog.title.experimental.features=Experimental Features
popup.title.switch=Switch
popup.title.play.saved.macros=Play Saved Macros
button.disable=Disable
command.fixing.line.separators=fixing line separators
dialog.title.cannot.open.file=Cannot Open File
message.this.action.isn.t.supported.on.the.current.platform=This action isn't supported on the current platform
popup.title.maintenance=Maintenance
notification.title.required.plugins.not.loaded=Required plugins have not been loaded
dialog.title.delete.0=Delete {0}
message.do.you.want.to.delete.0.1=Do you want to delete "{0}" {1}?
dialog.title.activity.monitor=Activity Monitor
dialog.title.fatal.configuration.problem=Fatal Configuration Problem
dialog.title.invalid.input=Invalid Input
popup.title.import.scheme=Import Scheme
dialog.title.import=Import
message.there.are.no.available.schemes.to.import=There are no available schemes to import
label.macro.recording.started=Macro recording started\u2026
tooltip.macro.is.being.recorded.now=Macro is being recorded now

dialog.title.required.plugin=Required Plugin
label.maximum.version=Maximum version:
label.minimum.version=Minimum version:
label.plugin=Plugin:
label.version.any=<any>

link.more=More\u2026

message.the.path.0.does.not.exist.maybe.on.remote=The path {0} does not exist.\n\
  If it is on a removable or network drive, please make sure that the drive is connected.
dialog.title.invalidate.caches=Invalidate Caches
button.next=Next
button.previous=Previous
action.description.unpin.tool.window.from.designer.editor=Unpin tool window from Designer Editor
action.description.pin.tool.window.to.0.side.ui.designer.editor=Pin tool window to {0} side UI Designer Editor
action.text.editor.mode.none=None
popup.title.in.editor.mode=In Editor Mode
message.cannot.delete.0.1=Cannot delete ''{0}'', {1}
dialog.title.export.to.file=Export To File
label.downloading.cancelled=Downloading cancelled
action.text.remove.abbreviation.0=Remove Abbreviation ''{0}''
action.text.remove.0=Remove {0}
action.text.remove.all.shortcuts=Remove All Shortcuts
dialog.title.abbreviation=Abbreviation
label.enter.new.abbreviation=Enter new abbreviation:
popup.title.edit.shortcuts=Edit Shortcuts
message.action.remove.system.assigned.shortcut=Action shortcut {0} is already assigned to system action ''{1}''. \
  Do you want to remove this shortcut?
label.offset=Offset:
label.line.column=[Line] [:column]:
dialog.title.go.to.line.column=Go to Line:Column
button.set.0=Set {0}
message.this.functionality.is.not.available.during.indexing=This functionality is not available during indexing
progress.title.constructing.tooltip=Constructing tooltip
wrong.number.of.arguments.usage.ide.executable.save=Wrong number of arguments. Usage: <ide executable> save
wrong.number.of.arguments.usage.ide.executable.exit=Wrong number of arguments. Usage: <ide executable> exit [--restart]
menu.item.loading=loading\u2026
command.finish=finish
dialog.title.add.actions.to.quick.list=Add Actions to Quick List
this.file.does.not.belong.to.the.project={0, choice, 1#This file does|2#These files do} not belong to the project:
this.directory.does.not.belong.to.the.project={0, choice, 1#This directory does|2#These directories do} not belong to the project:
dialog.title.non.project.files.protection=Non-Project Files Protection
action.text.change.system.shortcuts=Change System Shortcuts
action.text.modify.shortcut=Modify Shortcut
action.text.modify.shortcuts=Modify Shortcuts
notification.title.shortcuts.conflicts=Shortcuts conflicts
dialog.title.failed.to.perform.operation=Failed to Perform Operation
dialog.message.cannot.perform.operation.too.complex.sorry=Cannot perform operation. Too complex, sorry.
dialog.message.specified.path.cannot.be.found=Specified path cannot be found
action.text.reload.file=Reload File
command.switch.active.editor=Switch Active Editor
action.description.clear.the.contents.of.the.event.log=Clear the contents of the Event Log
action.text.clear.all=Clear All
popup.title.notification.display.type=Notification Display Type
action.description.edit.notification.settings=Edit notification settings
action.text.settings=Settings
action.label.hide.notification=Hide notification
notification.title.incompatible.color.scheme=Incompatible color scheme
list.item.temporary.file.0=<temporary file>{0}
button.repaint.icons=&Repaint icons
binary.file.too.large=Binary file {0} is too large ({1})
large.file.editor.name=Large File Editor
large.file.preview.notification=The file is too large ({0}). Showing a read-only preview of the first {1}.
dialog.message.could.not.erase.files.or.folders.0.1=Could not erase files or folders:\n{0}{1}
command.deleting.files=Deleting Files
progress.title.deleting.files=Deleting Files\u2026
dialog.title.choose.plugins.to.install.or.enable=Choose Plugins to Install or Enable
action.text.merge.tabs.to.group=Merge Tabs to ''{0}'' Group
action.text.split.group=Split ''{0}'' Group
label.welcome.to.0=Welcome to {0}
# Start of the sentence that is converted to hyperlink and followed by welcome.screen.check.for.updates.comment
link.check=Check
label.version.0.1.build.2={0} {1} Build {2}
dialog.title.choose.encoding.for.the.0=Choose Encoding for the ''{0}''
action.text.copy.path=Copy {0,choice,1#Path|2#Paths}
notification.content.unable.to.save.project.files=Unable to save project files. Please ensure project files are writable \
  and you have permissions to modify them. <a href="">Try to save project again</a>.
notification.group.project.settings=Could not save project
action.text.copy=&Copy
dialog.title.collect.troubleshooting.information=Collect Troubleshooting Information
link.reset.icon=Reset
link.change.icon=Change\u2026
dialog.title.can.t.create.0.sdk=Cannot Create {0} SDK
label.continue.editing=Continue editing
button.continue.editing=Continue Editing
button.save.anyway=Save Anyway
change.encoding.command.name=Change Encoding for ''{0}''
progress.text.reloading.file=Reloading file\u2026
progress.title.reload.files=Reload files
progress.text.reloading.files=Reloading files\u2026
action.text.more=More
dialog.title.change.group.name=Change Group Name
label.enter.group.name=Enter group name:
dialog.title.vagrant.support.disabled=Vagrant Support Disabled
dialog.message.enable.vagrant.support.plugin=Enable Vagrant Support plugin
dialog.title.plugin.updates=Plugin Updates
empty.text.no.project.open.yet=  No project open yet
dialog.title.remove.recent.project=Remove Recent Project
dialog.message.remove.0.from.recent.projects.list=Remove ''{0}'' from recent projects list?
incompatible.encoding.dialog.title=Incompatible Encoding: {0}
encoding.do.not.convert.message=Please do not convert to ''{0}''.
encoding.unsupported.characters.message=Encoding ''{0}'' does not support some characters from the text.
button.convert=Convert
button.reload=Reload
reload.or.convert.dialog.title={0}: Reload or Convert to {1}
dialog.title.error.writing.file=Error Writing File
dialog.title.unable.to.save=Unable to Save
dialog.message.cannot.save.the.file.0=Cannot save the file {0}
dialog.title.create.new.project.group=Create New Project Group
dialog.message.project.group.name=Project group name
action.text.open.link.in.browser=Open Link in Browser
action.text.copy.link.address=Copy Link Address
empty.text.nothing.selected=Nothing selected
empty.text.no.entries=No entries
action.text.select.next.tab=Select Next Tab
action.text.select.previous.tab=Select Previous Tab
button.done=Done
dialog.title.font.size.editor=Font Size Editor
label.enter.new.font.size.for.0=Enter new font size for {0}
dialog.title.gray.filter.editor=Gray Filter Editor
dialog.message.enter.new.value.for.0.in.form.brightness.contrast.alpha=Enter new value for {0}\nin form brightness,contrast,alpha
dialog.title.insets.editor=Insets Editor
dialog.message.enter.new.value.for.0.in.form.top.left.bottom.right=Enter new value for {0}\nin form top,left,bottom,right
dialog.title.number.editor=Number Editor
dialog.message.enter.new.value.for.0=Enter new value for {0}
label.ui.value=Value:
label.ui.name=Name:
dialog.title.add.new.value=Add New Value
checkbox.colors.only=Colors only
label.ui.filter=Filter:
dialog.title.edit.laf.defaults=Edit LaF Defaults
dialog.title.data.sharing=Data Sharing
button.do.not.send=Don't Send
button.skip=Skip
notification.content.plugin.failed.to.save.settings.and.has.been.disabled=The plugin <i>{0}</i> failed to save settings and has been disabled. {1}
notification.title.unable.to.save.plugin.settings=Unable to save plugin settings
notification.group.settings.error=Could not save settings
notification.content.failed.to.save.settings=<p>Failed to save settings. {0}
notification.content.please.restart.0=Please restart {0}</p>{1}
notification.title.unable.to.save.settings=Unable to save settings
notification.group.system.health=System health issue detected
notification.group.missing.keymap=Missing keymap
notification.group.plugins.suggestion=Plugin suggestions available
notification.content.keymap.successfully.activated=Keymap {0} successfully activated
notification.content.keymap.successfully.installed=Keymap {0} successfully installed
notification.group.ide.and.plugin.updates=IDE and plugin updates available
notification.group.plugin.updates=Plugins installed or updated
notification.group.ide.update.results=IDE updates installed
notification.group.leftover.directories=Leftover IDE directories found
notification.group.too.many.carets=Maximum number of editor carets reached
notification.group.built.in.server=Built-in HTTP server could not start
notification.group.password.safe=Password storage not available
action.text.install.keymap=Install {0} Keymap
action.text.search.for.keymap=Search for {0} Keymap plugin
action.separator.file.templates=File templates
startup.indicator.text.running.startup.activities=Running startup activities\u2026
notification.configurable.display.name.notifications=Notifications
dumb.balloon.this.action=This action
dumb.balloon.none.of.the.following.actions=None of the following actions
dumb.balloon.0.are.not.available.while.indexing={0} are not available during indexing
dumb.balloon.0.is.not.available.while.indexing={0} is not available during indexing

label.chrome.command.line.options=&Command line options:
checkbox.use.custom.user.data.directory.for.chrome=&Use custom user data directory:
label.ssl.certificate.details=Certificate details
dialog.title.http.proxy.exceptions=Proxy exceptions
border.title.problem.files=Problem files
link.change.project.icon=Choose SVG file\u2026
link.change.project.icon.description=The SVG file will be saved to the .idea folder.<br/>To share the project icon, add it to the repository.
label.project.icon.for.darcula.theme=Dark theme:
label.project.icon.for.default.theme=Light theme:
link.reset.project.icon=Reset
dialog.title.change.project.icon=Change Project Icon
radio.button.unlock.all=unlock all
radio.button.unlock.dir=unlock dir
radio.button.unlock.one=unlock one
label.change.list.for.unlocked.files=\   Change &list:
radio.button.using.file.system=Using &file system
radio.button.using.version.control.integration=Using &version control integration
checkbox.create.the.entry.for.all.users.requires.superuser.privileges=Create the entry for &all users (requires superuser privileges)
label.you.can.create.a.desktop.entry=<html>You can create a desktop entry for easier starting $APP_NAME$ from a system menu<br>\
  and better desktop integration.<html>
label.password.safe.password=&Password
label.password.safe.user=&User
checkbox.password.safe.remember=&Remember
radio.button.open.matching.files.in.associated.application=Open matching files in associated application
label.remote.sdk.name=&Name:
label.remote.sdk.helpers.path=Helpers path:
label.remote.sdk.python.interpreter.path=Python interpreter path:
checkbox.remote.sdk.run.as.root.via.sudo=Run as root via sudo
label.plugin.downloads=Downloads
label.plugin.last.updated=Last Updated
label.plugin.status=Status
label.downloading.file.started=Downloading started

# suppress inspection "UnusedProperty" see com.intellij.openapi.wm.ToolWindowFactory
toolwindow.stripe.Statistics_Event_Log=Statistics Event Log
# suppress inspection "UnusedProperty" see com.intellij.openapi.wm.ToolWindowFactory
toolwindow.stripe.Event_Log=Event Log
# suppress inspection "UnusedProperty" see com.intellij.openapi.wm.ToolWindowFactory
toolwindow.stripe.Notifications=Notifications
# suppress inspection "UnusedProperty" see com.intellij.openapi.wm.ToolWindowFactory
toolwindow.stripe.Project=Project
# suppress inspection "UnusedProperty" see com.intellij.openapi.wm.ToolWindowFactory
toolwindow.stripe.TODO=TODO
# suppress inspection "UnusedProperty" see com.intellij.openapi.wm.ToolWindowFactory
toolwindow.stripe.Structure=Structure
# suppress inspection "UnusedProperty" see com.intellij.openapi.wm.ToolWindowFactory
toolwindow.stripe.Favorites=Favorites
# suppress inspection "UnusedProperty" see com.intellij.openapi.wm.ToolWindowFactory
toolwindow.stripe.Problems=Auto-build
# suppress inspection "UnusedProperty" see com.intellij.openapi.wm.ToolWindowFactory
toolwindow.stripe.Problems_View=Problems
toolwindow.stripe.ProblemsView=Problems
# suppress inspection "UnusedProperty" see com.intellij.openapi.wm.ToolWindowFactory
toolwindow.stripe.Commit=Commit
# suppress inspection "UnusedProperty" see com.intellij.openapi.wm.ToolWindowFactory
toolwindow.stripe.Version_Control=Version Control
toolwindow.stripe.documentation.v2=Documentation
toolwindow.header.accessible.name=Tool Window Header

dialog.title.restart.ide=Restart?
dialog.message.restart.ide=Would you like to restart the IDE?
dialog.action.restart.yes=Restart
dialog.action.restart.cancel=Cancel
dialog.message.caches.will.be.invalidated=Remove caches and indexes for all projects. New caches will be built when you reopen the projects.
button.invalidate.and.restart=Invalidate and &Restart
button.invalidate.and.exit=Invalidate and &Exit
button.cancel.without.mnemonic=Cancel
link.just.restart=Just restart
dialog.message.warning=WARNING:
dialog.message.will.be.also.cleared={0} will be also cleared.
dialog.message.the.following.items=Optional:
dialog.message.command.not.finished.yet={0} is not finished yet.
# Package management
available.packages.dialog.title=Available Packages
error.updating.package.list=Error updating package list: {0}
error.loading.package.list=Error loading package list:{0}
packages.title=Packages
no.information.available=No information available
error.occurred.please.check.your.internet.connection=Error occurred. Please, check your internet connection.
upgrade.package.failed.title=Upgrade Package Failed.
manage.repositories.dialog.title=Manage Repositories
action.add.repository=Add repository
action.remove.repository.from.list=Remove repository from list
action.edit.repository.url=Edit repository URL
please.input.repository.url=Please input repository URL
repository.url.title=Repository URL
please.edit.repository.url=Please edit repository URL
loading.in.progress=<html><body style=''text-align: center;padding-top:20px;''>Loading...</body></html>
failed.to.install.packages.dialog.title=Failed to Install Packages
failed.to.install.package.dialog.title=Failed to Install ''{0}''
upgrade.packages.failed.dialog.title=Upgrade Packages Failed
uninstall.packages.failed.dialog.title=Uninstall Packages Failed
package.installed.successfully=Package installed successfully
package.0.installed.successfully=Package ''{0}'' installed successfully
package.successfully.upgraded=Package {0} successfully upgraded
package.successfully.uninstalled=Package ''{0}'' successfully uninstalled
packages.successfully.uninstalled=Packages successfully uninstalled
install.package.failure=Error occurred when installing package ''{0}''. <a href="xxx">Details...</a>
upgrade.packages.failed=Upgrade packages failed. <a href="xxx">Details...</a>
uninstall.packages.failed=Uninstall packages failed. <a href="xxx">Details...</a>

welcome.screen.quick.start.action.text=Quick Start
welcome.screen.configure.action.text=Configure
welcome.screen.action.docs.how.tos.action.text=Docs and How-Tos

welcome.screen.plugins.title=Plugins
welcome.screen.projects.title=Projects
welcome.screen.customize.title=Customize
welcome.screen.learnIde.title=Learn {0}

welcome.screen.learnIde.interactive.courses.text=Interactive Courses
welcome.screen.learnIde.help.and.resources.text=Help and Resources



welcome.screen.color.theme.header=Color theme
welcome.screen.ide.font.size.label=IDE font:
welcome.screen.editor.font.size.label=Editor font:
welcome.screen.all.settings.link=All settings\u2026
# End of the sentence that is started by link.check hyperlink
welcome.screen.check.for.updates.comment=\ for updates now.
welcome.screen.logo.version.label=Version {0}

welcome.screen.search.projects.empty.text=Search projects
welcome.screen.drop.files.to.open.text=Drop files here to open

welcome.screen.empty.projects.create.comment= Create a new project to start from scratch.
welcome.screen.empty.projects.open.comment=Open existing project from disk or version control.

welcome.screen.more.actions.link.text=More Actions
welcome.screen.copy.about.action.text=Copy About

popup.title.add.run.options=Add Run Options
popup.title.add.group.options=Add {0} Options
dialog.title.proxy.authentication=Proxy Authentication: {0}
dialog.message.please.enter.credentials.for=Please enter credentials for: {0}
dialog.title.untrusted.server.s.certificate=Untrusted Server's Certificate
text.server.s.certificate.trusted=Server's certificate is not trusted
action.DescriptionAwareSchemeActions.add.description.text=Add Description\u2026
action.DescriptionAwareSchemeActions.edit.description.text=Edit Description\u2026
button.fix.it=Fix it
popup.title.recent.projects=Recent Projects
dialog.title.reopen.project=Reopen Project
dialog.title.desktop.entry.creation.failed=Desktop Entry Creation Failed
dialog.title.save.as=Save as
label.choose.target.file=Choose a target file
tooltip.autosave.mode=Autosave Mode
dialog.message.unable.to.apply.changes=<body style="padding: 5px;">Unable to apply changes: {0,choice,1#plugin|2#plugins} {1} won''t be able to load.</body>
dialog.message.following.plugin.depend.on=Following {0,choice,1#plugin|2#plugins} {0,choice,1#depends|2#depend} on {1}. Continue to remove?<br>{2}
action.ReopenProject.reopen.project.text=Reopen Project
action.invoke.macro.text=Invoke Macro
label.option.appearance=Appearance: {0}
label.appearance.caret.blinking=Appearance: Caret blinking
label.appearance.show.right.margin=Appearance: Show right margin
label.appearance.show.leading.whitespaces=Appearance: Show leading whitespaces
label.appearance.show.inner.whitespaces=Appearance: Show inner whitespaces
label.appearance.show.trailing.whitespaces=Appearance: Show trailing whitespaces
label.appearance.show.vertical.indent.guides=Appearance: Show vertical indent guides
dialog.title.restart.required=Restart Required
dialog.message.must.be.restarted.for.changes.to.take.effect={0} must be restarted for the changes to take effect
button.now={0,choice,0#Restart|1#Shutdown} Now
button.later={0,choice,0#Restart|1#Shutdown} Later
label.start.search.in.background=Start search in background
hint.text.all.lines.already.have.requested.indentation=All lines already have requested indentation
hint.text.changed.indentation.in=Changed indentation in {0,choice,1#line|2#lines}
notification.content.color.scheme=Color scheme ''{0}'' points to incorrect or non-existent default (base) scheme {1}
label.dont.show=Don't show again
popup.title.choose.action=Choose an Action
notification.content.more.shortcut.conflict={0} and {1} more shortcut conflict with macOS shortcuts. \
  Modify these shortcuts or change macOS system settings.
notification.content.shortcut.conflicts.with.macos.shortcut.modify=The {0} shortcut conflicts with macOS shortcut{1}. \
  Modify this shortcut or change macOS system settings.
action.dont.show.again.text=Don't Show Again
button.text.ide.restart.shutdown={0,choice,0#Restart|1#Shutdown} {1,choice,0#IDE|1#and Update All}
action.clear.encoding.description=Clear default encoding.
action.clear.encoding.description.file=Clear file ''{0}'' encoding.
action.switch.project.text=Switch Project
dialog.title.choose.color=Choose Color
dialog.message.plugin.depends.on.unknown.plugin=Plugin {0} depends on unknown {1,choice,1#plugin|2#plugins} {2}
dialog.message.fail.to.load.plugin.descriptor.from.file=Fail to load plugin descriptor from file {0}
dialog.message.plugin.was.already.installed=Plugin ''{0}'' was already installed
dialog.message.plugin.is.not.allowed=Plugin ''{0}'' is not allowed to install by your organization
dialog.message.plugin.core.part=Plugin ''{0}'' is a core part of {1}. In order to update it to a newer version you should update the IDE.
label.show.block.cursor=Show block cursor
label.show.whitespaces=Show whitespaces
label.show.line.numbers=Show line numbers
label.show.status.bar.widget=Show {0}
accessible.name.line=line {0}
accessible.name.annotation=annotation: {0}
accessible.name.icon=icon: {0}
accessible.name.empty=empty
action.ComboContentLayout.close.view.text=Close View
action.ComboContentLayout.close.other.views.text=Close Other Views
action.ComboContentLayout.select.previous.view.text=Select Previous View
action.ComboContentLayout.select.next.view.text=Select Next View
status.bar.text.file.encoding=File Encoding: {0}
button.choose=Choose
command.name.apply.color=Apply Color
dialog.title.color.picker=Color Picker
button.convert.anyway=Convert Anyway
button.reload.anyway=Reload Anyway
dialog.title.file.0.can.t.be.reloaded=File ''{0}'' can''t be reloaded in the ''{1}'' encoding.{2}
dialog.title.file.0.most.likely.isn.t.stored=File ''{0}'' most likely isn''t stored in the ''{1}'' encoding.{2}
dumb.service.indexing.paused.due.to=Indexing paused due to {0}

icon.debugger.db_array.tooltip=array
icon.debugger.db_obsolete.tooltip=obsolete frame
icon.debugger.db_primitive.tooltip=value of a primitive type
icon.debugger.db_watch.tooltip=watch
icon.debugger.frame.tooltip=frame
icon.debugger.selfreference.tooltip=reference to 'this'
icon.debugger.threadAtBreakpoint.tooltip=thread at breakpoint
icon.debugger.threadCurrent.tooltip=current thread
icon.debugger.threadFrozen.tooltip=frozen thread
icon.debugger.threadGroup.tooltip=thread group
icon.debugger.threadGroupCurrent.tooltip=current thread group
icon.debugger.threadRunning.tooltip=running thread
icon.debugger.threadSuspended.tooltip=suspended thread
icon.debugger.value.tooltip=value
icon.debugger.watchLastReturnValue.tooltip=return value of last method call

icon.fileTypes.archive.tooltip=archive file
icon.fileTypes.custom.tooltip=file of a custom type
icon.fileTypes.diagram.tooltip=diagram file
icon.fileTypes.java.tooltip=Java file
icon.fileTypes.javaClass.tooltip=Java compiled bytecode file
icon.fileTypes.javaOutsideSource.tooltip=Java file outside of source root
icon.fileTypes.json.tooltip=JSON file
icon.fileTypes.jsonSchema.tooltip=JSON Schema file
icon.fileTypes.manifest.tooltip=manifest file
icon.fileTypes.properties.tooltip=properties file
icon.fileTypes.unknown.tooltip=file of an unknown type
icon.fileTypes.xml.tooltip=XML file
icon.fileTypes.yaml.tooltip=YAML file

icon.modules.excludedGeneratedRoot.tooltip=excluded generated sources root
icon.modules.excludeRoot.tooltip=excluded directory
icon.modules.generatedFolder.tooltip=generated folder
icon.modules.generatedSourceRoot.tooltip=generated sources root
icon.modules.generatedTestRoot.tooltip=generated test sources root
icon.modules.output.tooltip=output root
icon.modules.resourcesRoot.tooltip=resources root
icon.modules.sourceRoot.tooltip=sources root
icon.modules.testResourcesRoot.tooltip=test resources root
icon.modules.testRoot.tooltip=test sources root
icon.modules.unloadedModule.tooltip=unloaded module

icon.nodes.abstractClass.tooltip=abstract class
icon.nodes.abstractException.tooltip=abstract exception
icon.nodes.abstractMethod.tooltip=abstract method
icon.nodes.annotationtype.tooltip=annotation type
icon.nodes.anonymousClass.tooltip=anonymous class
icon.nodes.c_plocal.tooltip=package-local
icon.nodes.c_private.tooltip=private
icon.nodes.c_protected.tooltip=protected
icon.nodes.c_public.tooltip=public
icon.nodes.class.tooltip=class
icon.nodes.classInitializer.tooltip=class initializer
icon.nodes.enum.tooltip=enum
icon.nodes.exceptionClass.tooltip=exception class
icon.nodes.excludedFromCompile.tooltip=excluded from compilation
icon.nodes.field.tooltip=field
icon.nodes.finalMark.tooltip=final
icon.nodes.folder.tooltip=folder
icon.nodes.ideaModule.tooltip=IntelliJ module file
icon.nodes.interface.tooltip=interface
icon.nodes.junitTestMark.tooltip=unit test
icon.nodes.locked.tooltip=read-only
icon.nodes.method.tooltip=method
icon.nodes.Module.tooltip=module
icon.nodes.moduleGroup.tooltip=module group
icon.nodes.nodePlaceholder.tooltip=
icon.nodes.package.tooltip=package
icon.nodes.parameter.tooltip=parameter
icon.nodes.ppJdk.tooltip=JDK
icon.nodes.ppLib.tooltip=external library
icon.nodes.runnableMark.tooltip=runnable
icon.nodes.staticMark.tooltip=static
icon.runConfigurations.testError.tooltip=unexpected exception
icon.runConfigurations.testFailed.tooltip=assertion failure
icon.runConfigurations.testPassed.tooltip=test passed
icon.runConfigurations.testSkipped.tooltip=test skipped
icon.runConfigurations.testNotRan.tooltip=test not started
icon.runConfigurations.testTerminated.tooltip=test terminated
icon.runConfigurations.testIgnored.tooltip=test ignored
clear.event.log.action=Clear {0}
tooltip.event.log.show.balloon=show balloon
progress.title.checking.plugin.dependencies=Checking plugin dependencies
progress.title.loading.plugin.details=Loading plugin details
notification.title.jit.compiler.disabled=Restart IDE to avoid slowdowns
notification.content.jit.compiler.disabled=The JVM JIT compiler has been disabled. Restart the IDE to re-enable JIT.<br><br>\
  If you see this message again, try increasing the CodeCache size using <code>-XX:ReservedCodeCacheSize</code> option.<br><br>\
  For more information about JVM options, see <a href="help">this help topic</a>.
action.text.change.encoding=Change encoding to ''{0}''
channel.status.eap=Canary Channel
channel.status.milestone=Dev Channel
channel.status.beta=Beta Channel
channel.status.stable=Stable Channel
error.plugin.required.for.project.not.installed=Plugin ''{0}'' required for ''{1}'' project isn''t installed.
error.plugin.required.for.project.disabled=Plugin ''{0}'' required for ''{1}'' project is disabled.
error.project.requires.newer.ide=Project ''{0}'' requires {1}''{2}'' or newer build of the IDE, but the current build is ''{3}''.
error.project.requires.older.ide=Project ''{0}'' requires {1}''{2}'' or older build of the IDE, but the current build is ''{3}''.
error.project.requires.newer.plugin=Project ''{0}'' requires plugin  ''{1}'' version ''{2}'' or higher, but ''{3}'' is installed.
error.project.requires.older.plugin=Project ''{0}'' requires plugin  ''{1}'' version ''{2}'' or lower, but ''{3}'' is installed.
progress.performing.indexing.tasks=Performing indexing tasks
progress.file.system.changes=file system changes
error.empty.name=The name must not be empty
error.name.already.exists=Name is already in use. Please change to unique name.
hint.scheme.editing=Enter to save, Esc to cancel
tooltip.eap.plugin.version=The EAP version does not guarantee the stability\nand availability of the plugin.
tooltip.paid.plugin=Activate the plugin license after installation or use the 30-day trial.
more.shortcuts.link.text.with.count={0} more
macos.shortcut.conflict.many={0} and {1} shortcuts conflict with the macOS system shortcuts.
macos.shortcut.conflict.few={0} shortcuts conflict with the macOS system shortcuts.
assign.custom.shortcuts.or.change.the.macos.system.settings=Assign custom shortcuts or change the macOS system settings.
link.install.required.plugins=Install required plugins
link.enable.required.plugins=Enable required plugins
link.enable.required.plugin=Enable {0}

too.large.download.size=Downloading the archive via the blockmap requires too many chunks, therefore the entire archive will be downloaded
hashes.doesnt.match=Restored archive's hash doesn't match to original archive's hash
wrong.http.range.response=HTTP range response has too long line {0}
error.download.plugin.via.blockmap=Unable to download plugin via blockmap
http.multirange.response.includes.incorrect.header=HTTP multirange response includes incorrect header - {0} expected {1}
http.multirange.response.doesnt.contain.boundary=HTTP multirange response boundary line {0} doesn''t contain boundary {1}
http.multirange.response.doesnt.include.line.separator=HTTP multirange response doesn't include line separator

x.and.y={0} and {1}
button.i.want.to.edit.choice.this.file.anyway=I want to edit {0, choice, 1#this file|2#these files} anyway
button.i.want.to.edit.choice.this.directory.anyway=I want to edit {0, choice, 1#this directory|2#these directories} anyway
button.i.want.to.edit.all.files.in.choice.this.directory=I want to edit all files in {0, choice, 1#this directory|2#these directories}
button.i.want.to.edit.any.non.project.file.in.current.session=I want to edit any non-project file in the current session
interpreter.default.name=Remote {0} interpreter
tooltip.shared.folders.from.vagrantfile=Shared folders from Vagrantfile:
tooltip.from.deployment.configuration=From deployment configuration:
dialog.message.communication.error=Communication error
dialog.message.there.already.same.interpreter=There is already the same interpreter:\n{0}
vagrant.vm.1.choice.0.0.1.at.2.3=Vagrant VM {1, choice, 0#''''{0}'''' |1#}at {2} ({3})
name.invalid=Invalid
popup.content.actions.not.available.while.updating.indices={0} are not available while {1} is updating indexes
popup.content.action.not.available.while.updating.indices={0} is not available while {1} is updating indexes
label.certificate.not.yet.valid=not yet valid
label.certificate.expired=expired
label.certificate.root=<root>
label.certificate.will.be.saved=The accepted certificate will be saved in truststore {0} with the default password {1}
action.collapse=Collapse
action.expand=Expand
prompt.proxy.authentication=Proxy authentication
prompt.server.authentication=Server authentication
dialog.message.problem.with.connection=Problem with connection: {0}
dialog.message.host.name.empty=The host name is empty
dialog.message.invalid.host.value=Invalid host value
dialog.message.login.empty=The login is empty
dialog.message.password.empty=The password is empty

action.exclude.all.text=Exclude All
action.include.all.text=Include All
dialog.message.execution.finished=Execution finished
dialog.message.execution.finished.because=Execution was terminated because of: {0}
power.save.mode.on.notification.title=Power save mode is On
power.save.mode.on.notification.content=Code insight and background tasks are disabled.
power.save.mode.disable.action.title=Disable power save mode
registry.change.warning=Changing these values may cause unwanted behavior of {0}. \
  Do not change these unless you have been asked to.
registry.key.requires.ide.restart.note=Requires an IDE restart
registry.restore.defaults.action.text=Restore Defaults
registry.close.action.text=Close
label.invalid.color=<invalid>
tooltip.inherited.editor.color.scheme=Editor | Color Scheme | {0}<br>{1}
label.choose.color.scheme.importer=Choose {0}
dialog.title.cannot.execute.command=Cannot execute command
label.select.configuration.element=Select configuration element in the tree to edit its settings
tooltip.close.tab=Close tab
action.copy.link.text=Copy {0} Link
dialog.message.incompatible.encoding=The encoding you''ve chosen (''{0}'') may change the contents of ''{1}''.<br>Do you want to<br>\
  1. <b>Reload</b> the file from disk in the new encoding ''{0}'' and overwrite editor contents or<br>\
  2. <b>Convert</b> the text and overwrite file in the new encoding?
tooltip.recent.search=Recent Search
tooltip.search.history=Search History
tab.title.editor.only=Editor only
tab.title.preview.only=Preview only
tab.title.editor.and.preview=Editor and Preview
tab.title.text=Text
tooltip.hide=Hide
dialog.message.command.could.not.complete={0} could not complete successfully. \
  Please see the command''s output for information about resolving this problem.
border.title.command.output=Command output
notification.content.updated.plugin.to.version=Updated {0} plugin to version {1}
notification.content.updated.plugins=Updated {0} plugins
tooltip.turn.notification.off=Turn notification off or change its behavior
tooltip.close.notification=Close. Alt-click to close all notifications
tooltip.line.separator=Line Separator: {0}
progress.text.stopping=Stopping - {0}
link.hide.processes=Hide processes ({0})
link.show.all.processes=Show all ({0})
error.group.already.exists=Group ''{0}'' already exists.
encoding.not.available=N/A
fixed.problem.prefix=Fixed:
action.maximize.text=Maximize
action.toggle.global.menu.integration.text=Toggle Global Menu Integration
action.enable.disable.global.menu.integration.description=Enable/disable global menu integration (in all frames)
tab.title.html.preview=HTML Preview
action.group.macos.shortcuts.text=macOS shortcuts
notification.content.cannot.find.parent.keymap=Cannot find parent keymap "{0}" for "{1}"
notification.content.cannot.find.keymap=Cannot find keymap "{0}"
label.milliseconds=ms
dialog.message.folder.with.name.already.exists=A folder with name ''{0}'' already exists
dialog.message.file.with.name.already.exists=A file with name ''{0}'' already exists
directory.message.cant.create.folder=Cannot create a folder with name ''{0}''
dialog.message.trying.to.create.folder.with.ignored.name=Trying to create a folder with an ignored name; the result will not be visible
tooltip.text.password.will.be.stored.between.application.sessions=The password will be stored between application sessions
tooltip.license.not.required.for.eap.version=License is not required for an EAP version
label.new.version.will.be.available.after.restart=The new version will be available after restart
label.version=Version: {0}
button.remove.from.list=\\&Remove From List
dialog.message.unable.to.create.idea.directory=Unable to create the ''.idea'' directory (%s): {0}
scheme.project=Project
scheme.ide=IDE
separator.scheme.stored.in=Stored in {0}
progress.text.indexing.paused=Indexing paused
dialog.title.installing.plugin=Installing Plugin {0}
dialog.title.updating.plugin=Updating Plugin {0}
error.no.plugins.found=No plugins found. Check the log file for errors.
error.connection.failed=Connection failed
dialog.message.error.setting.value=Error setting value: {0}
dialog.message.no.message=No message
dialog.text.error.getting.value=Error getting value: {0}
recent.project.unavailable=(unavailable)
search.everywhere.command.plugins=Plugins: {0}
dialog.title.third.party.software=Third-Party Software Used by {0} {1}
status.bar.text.script.execution.finished=Script execution finished
status.bar.message.at.line=Line {0}: {1}
status.bar.text.macro.recorded=Recorded: {0}
action.empty.group.text=Empty Group
action.empty.unnamed.group.text=Empty Unnamed Group
analyze.plugin.title=Startup Time Cost per Plugin
column.name.plugin=Plugin
column.name.startup.time.ms=Startup Time (ms)
column.name.cost.details=Cost Details
button.disable.selected.plugins=Disable Selected Plugins
dialog.message.attach.project.not.found=Project not found in {0}
dialog.title.attach.project.error=Cannot Attach Project
shortcut.in.group.text=in {0}
tooltip.text.add.shortcut.with.special.keys=Set shortcuts with {0} keys
label.text.code.completion.saved=Code completion has saved you from typing at least {0} since {1} (~{2} per working day)
label.text.character.count={0} characters
label.text.quick.fixes.saved=Quick fixes have saved you from {0} possible bugs since {1} (~{2} per working day)
option.hide.tool.window.bars=Hide tool window bars

notification.title.unknown.macros.error=Load error: undefined path variables
notification.content.unknown.macros.error.one.macros.undefined={0} is undefined.
notification.content.unknown.macros.error.many.macroses.undefined={0} are undefined.
notification.content.unknown.macros.error.description=Path variables are used to substitute absolute paths in project files \
  and allow sharing project files through version control systems.<br>\
  Some of the files with the current project settings contain unknown path variables and {0} cannot restore these paths.
notification.action.unknown.macros.error.fix=Fix it

dialog.title.configuration.changed=Configuration Changed
dialog.message.component.could.not.be.reloaded=The component cannot be reloaded. Reload project?
dialog.title.migrating.plugins=Migrating Plugins
progress.text.migrating.plugins=Migrating plugins\u2026
dialog.message.unknown.error=Unknown error
http.velocity={0}<hr> <font face="verdana" size="-1">\
  <a href=''http://velocity.apache.org/engine/devel/user-guide.html#Velocity_Template_Language_VTL:_An_Introduction''>\nApache Velocity</a> \
  template language is used</font>
project.scheme=Project
dialog.message.conversions.will.be.performed=<html>The following conversions will be performed:<br>{0}</html>
label.text.put.stacktrace.here=Put a stacktrace here:
tab.title.stacktrace=<Stacktrace>
notification.content.internal\ error=Internal error
label.enable.debug.level=Enable DEBUG level for log categories (one per line).<br>Append ''{0}'' suffix to a category to enable TRACE level.<br><br>
notification.title.jcef.startFailure=JCEF browser component failed to start
notification.content.jcef.missingLibs=Missing native libraries: {0}
action.jcef.followInstructions=Follow the instructions
notification.title.jcef.proxyChanged=Proxy settings changed
notification.content.jcef.applySettings=To apply the new settings to JCEF browser you need to restart IDE
notification.content.jcef.gpucrash.title=Too many restarts of GPU-process (JCEF)
notification.content.jcef.gpucrash.message=GPU process restarts too many times and seems to be unstable. Try to restart IDE or disable GPU acceleration completely. 
notification.content.jcef.gpucrash.action.restart=Restart
notification.content.jcef.gpucrash.action.disable=Disable GPU and restart
notification.title.jcef.measureFPS=OSR JCEF FPS Meter
notification.content.jcef.measureFPS=Press any key or switch focus to stop
action.jcef.restart=Restart
dialog.title.jcef.proxyAuthentication=Proxy Authentication
dialog.button.ok.jcef.signIn=Sign in
dialog.content.jcef.proxyServer=<html>The browser component is requesting authentication<br>for the proxy: {0}
dialog.content.label.jcef.login=Login: 
dialog.content.label.jcef.password=Password: 
required.plugin.exact.version=, version ''{0}''
required.plugin.between.versions=, version between ''{0}'' and ''{1}''
required.plugin.at.least.versions=, version at least ''{0}''
required.plugin.at.most.versions=, version at most ''{0}''
window.title.switcher=Switcher
progress.title.cds.optimize.startup=Optimizing startup performance\u2026
progress.text.collecting.classes=Collecting classes list\u2026
progress.text.generate.classes.archive=Generating classes archive\u2026
only.at.line.start=\\&Only at line start
dialog.message.internal.error=Internal error
label.recommended.only.if.you.are.br.familiar.with.vim=Recommended only if you are<br> familiar with Vim.
label.from.your.jetbrains.account=From your JetBrains account
label.text.plugin.dependencies=With {0, choice, 1#dependency|2#dependencies}: {1}
label.no.description.available=No description available
label.plugin.descriptor.category.unknown=Unknown
link.label.wizard.step.plugin.customize=Customize\u2026
link.label.choice.disable.enable.choice.all={0, choice, 0#Disable|1#Enable}{1, choice, 0# All|1#}

colorpicker.label.red=R:
colorpicker.label.green=G:
colorpicker.label.blue=B:
colorpicker.label.hue=H:
colorpicker.label.saturation=S:
colorpicker.label.brightness=B:
colorpicker.format.rgb=RGB
colorpicker.format.hsb=HSB
colorpicker.brightness.slider.title=Brightness
colorpicker.brightness.slider.tooltip=Brightness
colorpicker.opacity.slider.title=Opacity
colorpicker.opacity.slider.tooltip=Opacity
colorpicker.recent.color.tooltip=R: {0} G: {1} B: {2} A: {3}
colorpicker.colorvaluepanel.hexlabel=Hex

colorpanel.label.alpha=A
colorpanel.label.alpha.percent=A%
colorpanel.label.red=R
colorpanel.label.green=G
colorpanel.label.blue=B
colorpanel.label.hue=H\u00B0
colorpanel.label.saturation=S%
colorpanel.label.brightness=B%

no.charset.set.reason.disabled.for.directory=disabled for a directory
no.charset.set.reason.disabled.for.binary.file=disabled for a binary file
no.charset.set.reason.charset.hard.coded.in.file=charset is hard-coded in the file
no.charset.set.reason.charset.auto.detected.by.bom=charset is auto-detected by BOM
no.charset.set.reason.charset.auto.detected.from.content=charset is auto-detected from content
no.charset.set.reason.disabled.for.file.type=disabled for {0}
checkbox.widescreen.tool.window.layout.description=Maximize the height of vertical tool windows by limiting the width of horizontal tool windows
error.tree.view.cell.error=Error: {0}
error.tree.view.fixing=fixing\u2026
error.tree.view.fix.description=Fix: {0}
gdpr.exit.button=Exit
gdpr.continue.button=Continue
gdpr.checkbox.when.using.eap.versions={0} when using EAP versions
gdpr.label.there.are.no.data.sharing.options.available=There are no data-sharing options available
gdpr.hint.text.apply.to.all.installed.products=Data sharing preferences apply to all installed {0} products.
gdpr.hint.text.you.can.always.change.this.behavior=You can always change this behavior in {0} | Appearance \\& Behavior | System Settings | Data Sharing.
dialog.message.wait.must.be.supplied.with.file.or.project.to.wait.for=''--wait'' must be supplied with file or project to wait for
dialog.message.can.not.open.file=Can not open file {0}
dialog.message.open.cancelled=Opening was cancelled
dialog.message.no.project.found.to.open.file.in=No project found to open file in
dialog.message.only.one.instance.can.be.run.at.time=Only one instance of {0} can be run at a time.
dialog.message.invalid.path=Invalid path ''{0}''
application.cannot.start.in.a.headless.mode=Application cannot start in a headless mode\
  {0, choice, 0#|1#, for command: {1}|2#, for starter: {2}} {3, choice, 0#|1# (commandline: {4})}
main.startup.error=Startup Error
action.separator=Separator ({0})

tabs.layout.table.name=Table Layout
tabs.layout.compressible.name=Compressible Single Row
tabs.layout.scrollable.single.row.name=Scrollable Single Row

dump.focusable.component.hierarchy.close.button=Close and copy into the clipboard

focus.debugger.label.newvalue=new value=
focus.debugger.label.oldvalue=old value=

font.info.renderer.non.latin=Non-latin

onoff.button.on=ON
onoff.button.off=OFF
column.enabled=Enabled
plugin.manager.action.label.sort.by=Sort By: {0}
plugin.manager.action.label.sort.by.1=Sort By
action.group.name.unnamed.group=<unnamed group>
inspection.message.inspection.info=Inspection info

http.editor.name=HTTP

notification.manager.merge.n.more={0} more
notification.manager.merge.n.more.from={0} more from {1}
notification.manager.content.height.word=Content
notification.manager.content.height.linebreak=<br>\n
label.generate.file.name=&File name:
label.empty.file.name=<empty file name>
label.more.files=and {0, choice, 1#one more file|2#{0} more files}

got.it.button.name=Got It
wsl.rsync.unable.to.copy.files.dialog.message=Unable to copy files to {0}
wsl.no.rsync=Please install rsync tool into your {0} WSL
wsl.enter.root.password.dialog.title=Enter Root Password
wsl.sudo.password.for.root.label=Sudo password for {0} root:
wsl.not.installed.dialog.message=Cannot find wsl.exe in %PATH%, please install WSL
wsl.no.distribution.found.error=WSL: Linux distribution should be set
wsl.linux.distribution.label=Linux &distribution:
wsl.no.installed.distributions=No installed distributions
wsl.not.installed.distribution={0} is not installed
wsl.target.introspection.step.description=WSL distribution introspection
wsl.target.introspection.step.command.finished.with.exit.code=Process finished with exit code {0}
wsl.target.introspection.step.completed.successfully=Introspection completed successfully!
wsl.target.introspection.step.completed.with.errors=Introspection completed with errors.
wsl.target.language.step.description={0} runtime configuration for {1}
wsl.target.tool.step.description=WSL configuration
wsl.opening_wsl=Opening WSL\u2026
wsl.no_path=Cannot find the Windows-specific part of this distribution, cannot browse it
wsl.executing.process=Executing WSL Process

name.variable=File name entered in the dialog
action.plugins.text=Plugins\u2026
settings.entry.point.tooltip=IDE and Project Settings
settings.entry.point.with.updates.tooltip=Updates available. IDE and Project Settings
settings.entry.point.widget.name=IDE and Project Settings
settings.entry.point.update.ide.action=Download {0} {1}
settings.entry.point.update.plugin.action=Update {0} Plugin\u2026
settings.entry.point.update.plugins.action=Update {0} Plugins\u2026
template.file.name=Template to generate file name and path
template.file.name.optional=Template to generate file name and path (optional)
updates.settings.show.editor=Show What's New in the editor after an IDE update
plugin.version.bundled=bundled
laf.action.install.theme=Install Theme\u2026
keymap.action.configure.keymap=Configure Keymap\u2026
keymap.action.install.keymap=Install Keymap\u2026
settings.entry.point.got.it.popup=Quickly access the main IDE and project settings, and execute commands.
dialog.title.custom.debug.log.configuration=Custom Debug Log Configuration
web.preview.file.editor.name=Preview for {0} 
action.open.web.preview.text=Built-in Preview
filetype.web.preview.description=Used for file preview in embedded browser
filetype.web.preview.display.name=Web Preview
information.hint.accessible.context.name=Hint

command.name.choice.attach.detach={0, choice, 0#Attach|1#Detach} {1}
command.name.choice.exclude.include={0, choice, 0#Exclude|1#Include} {1}
detach.directory.dialog.message.detach.0=Detach {0}?\nNo files will be removed on disk.
detach.directory.dialog.title.detach=Detach Directories from Project
detach.directory.dialog.button.detach=Detach
detach.directory.action.text.detach.0=Detach {0,choice,1#Directory|2#Directories} from Project\u2026
attachable.project.pane.name=Files
label.empty.text.attach.directories.with.right.click=Attach directories with right click
label.text.html.center.drop.here.to.attach.br.as.a.root.directory.center.html=<html><center>Drop here to attach<br/>as a root directory</center></html>

about.popup.system.info=System Information\n{0}\n{1}
about.popup.about.app=About {0}
press.copy.key.to.copy.system.information.to.clipboard=Press Copy key to copy system information to clipboard
copy.system.information.to.clipboard=Copy system information to clipboard
start.browser.panel.url.label=&URL:

internal.decorator.accessible.postfix=Tool Window
plugin.update.dialog.total.label=Total: {0}
notification.title.custom.plugin.repository.auth=Custom plugin repository auth
notification.content.there.are.too.many.authorization.services.supporting=There are too many authorization services supporting ''{0}'': {1}

project.structure.tree.accessible.name=Project structure tree
structure.view.tree.accessible.name=Structure View tree

create.new.UT8.file.option.always=with BOM
create.new.UT8.file.option.never=with NO BOM
create.new.UT8.file.option.only.under.windows=with BOM under Windows, with no BOM otherwise

label.project.wizard.new.project.language.context.help=Other languages later may be added later

split.with.chooser.move.tab=Press %s to open%s
split.with.chooser.duplicate.tab=, %s to duplicate
split.with.chooser.switch.tab=Use %s to go to the next splitter

# Trust Project modal confirmation when opening a new project
untrusted.project.dialog.trust.button=Trust Project
untrusted.project.open.dialog.distrust.button=Preview in Safe Mode
untrusted.project.open.dialog.cancel.button=Don't Open
# {0} is the project name (in fact the name of the folder containing the project)
untrusted.project.open.dialog.title=Trust and Open Project ''{0}''?
# {0} stands for the IDE name, e.g. "IntelliJ IDEA"
untrusted.project.open.dialog.text=\
  {0} provides features that may execute potentially malicious code from this folder.\n\n\
  If you don\u2019t trust the source, preview the project in the safe mode to only browse its code.

# Editor notification banner when the project is opened in the safe mode
untrusted.project.notification.description=Safe mode, limited functionality. Trust the project to access full IDE functionality.
untrusted.project.notification.trust.link=Trust project\u2026
untrusted.project.notification.read.more.link=Read more

# Trust Project modal confirmation when opening an existing project, or when clicking to "Trust Project" link in the editor banner
untrusted.project.dialog.distrust.button=Stay in Safe Mode
untrusted.project.dialog.title=Trust {0} {1,choice,1#Project|1<Projects}?
untrusted.project.general.dialog.title=Trust Project?
untrusted.project.dialog.text=\
  If you don\u2019t trust the source, stay in the safe mode.\n\n\
  Loading, running, or building a {0} {1,choice,1#project|1<projects} may execute potentially malicious code from its build scripts.

# {0} stands for something like github.com/JetBrains
untrusted.project.warning.trust.host.checkbox=Trust {0}
# {0} stands for a path like ~/IdeaProjects
untrusted.project.warning.trust.location.checkbox=Trust projects in {0}

configurable.trusted.hosts.display.name=Trusted Locations
configurable.group.trusted.hosts.description=
trusted.hosts.settings.label=Projects cloned from these sources will be considered as trusted.\n\
  Trusted projects allow executing code from project files and build scripts during project opening.
trusted.hosts.settings.add.new.host.dialog.title=New Trusted Host
trusted.folders.settings.label=Projects located under these local directories will be considered as trusted
trusted.hosts.settings.new.trusted.folder.dialog.title=New Trusted Location
trusted.hosts.settings.new.trusted.folder.file.chooser.title=Select Trusted Location

# 'Actions on Save' page in Settings (Preferences)
actions.on.save.page.title=Actions on Save
actions.on.save.link.configure.autosave.options=Configure autosave options\u2026
actions.on.save.link.configure=Configure\u2026
actions.on.save.link.all.actions.on.save=All actions on save\u2026
actions.on.save.table.column.name.action=Action
actions.on.save.table.column.name.activated.on=Activated On
# This is a label in the 'Activated On' column. Should be short.
actions.on.save.label.activated.on.any.save=Any save
# The same as above but for the drop-down option. Can be a bit longer
actions.on.save.option.activated.on.any.save.including.autosave=Any save (including autosave)
# This is a label in the 'Activated On' column. Should be one short line or two short lines with similar width.
actions.on.save.label.activated.on.any.save.and.external.change=<html>Any save and<br/>external change</html>
# The same as above but for the drop-down option, so it needs to be the same text in one line.
actions.on.save.option.activated.on.any.save.and.external.change=Any save and external change
# This is a label in the 'Activated On' column. Should be short.
actions.on.save.label.activated.on.explicit.save=Explicit save
actions.on.save.label.activated.on.explicit.save.with.0.shortcut=Explicit save ({0})

windows.native.common.dialog.open=Open
windows.native.common.dialog.select.folder=Select Folder
dialog.message.press.for.field.hints=Press {0} for field hints

toolbox.updates.download.update.action.text=Download {2} {1} ({0})
toolbox.updates.download.update.action.description=Toolbox App will download {2} {1} ({0}) and let you \
  know when the update is ready to switch

toolbox.updates.download.ready.action.text=Switch to {2} {1} ({0})\u2026
toolbox.updates.download.ready.action.description=Toolbox App has installed {2} {1} ({0}). Restart to the new version?

popup.title.open.project=Open Project

notification.title.input.method.disabler=Input methods disabler
notification.content.input.method.disabler=The IDE is running with enabled input methods that can cause freezes. \
  Please consider to disable input methods if you don't really use them.
action.text.disable.input.methods=Disable input methods
log.in.link.text=Log in\u2026

login.dialog.jb.login=Log in to JetBrains Account
login.dialog.separator.text=or log in with
login.dialog.welcome.to.eap=Welcome to {0} EAP
login.dialog.manual.login=Log in to JetBrains Account using browser
login.dialog.simple.login=Log in to JetBrains Account
login.dialog.you.are.logged=You are logged in
login.dialog.subscribe.to.survey=Subscribe to {0} survey
login.dialog.start.using=Get Started
login.dialog.waiting.for.login=Waiting for login in browser\u2026
login.dialog.waiting.for.login.short=Waiting for login\u2026
login.dialog.new.user.label=New user?
login.dialog.register.link=Create an account
login.dialog.troubles.link=Troubles?
login.dialog.eap.info.link=About EAP
login.dialog.title={0}
login.dialog.log.out=Log Out\u2026
login.dialog.empty.username=Logged in
login.dialog.trouble.default.message=Unable to complete authorization process.
login.dialog.trouble.no.link={0}<br> \
  Refer to the <a href="{1}">help article</a> for possible solutions.<br> \
  If you need assistance, <a href="{2}">contact technical support</a>.
login.dialog.trouble.with.redirect=Sign in to your account and copy IDE authorization token.<br/>If the browser does not open, <a href="{0}">copy the link</a> and open it manually.
login.dialog.trouble.unknown=<a href="{0}">Copy the link</a> and open it in browser to get IDE authorization token.
login.dialog.authorization.token.field=IDE authorization token
login.dialog.back.link=\u2190 Back
login.dialog.check.token=Check Token
login.dialog.wrong.token=Wrong authorization token
login.dialog.link.copied=Link copied
login.dialog.session.expired=Authorization session has expired. Please start it again

# {0} is a product name (e.g. "IntelliJ IDEA")
old.dirs.action.progress=Looking for leftover IDE storage directories\u2026
old.dirs.notification.text=Leftover IDE storage directories found.
old.dirs.notification.action=View and delete\u2026
old.dirs.not.found.notification.text=No leftover IDE storage directories were found.
old.dirs.dialog.title=Delete Leftover IDE Storage Directories
old.dirs.dialog.text=<html>\
  Directories listed below are used by other versions of the IDE installed on your computer to store version-specific<br>\
  settings, caches, and plugins. Deleting them can free up space and won't affect the stability of <i>this version</i>.<br>\
  <b>WARNING</b>: Do not delete directories belonging to the versions that are still in use!<br><br>\
  Select directories you want to delete:</html>
old.dirs.column.name=Directory
old.dirs.column.updated=Last Used
old.dirs.column.size=Size
old.dirs.dialog.delete.button=Delete {0} {0,choice,0#Directories|1#Directory|2#Directories}
old.dirs.delete.progress=Deleting directories\u2026
old.dirs.delete.error=Cannot delete directories

plugin.group.editor=Editor
plugin.description.vim.editor=Emulates Vim editor

plugin.group.cloud.support=Cloud Support
plugin.descriptor.aws.toolkit=Create, test, and debug serverless applications built using the AWS Serverless Application Model

plugin.group.tools.integration=Tools Integration
plugin.descriptor.teamcity=Integration with JetBrains TeamCity - innovative solution for continuous integration and build management
tips.of.the.day.shortcut.default.keymap=\ (default keymap)
tips.of.the.day.shortcut.must.define=undefined, set via Settings/Keymap

ShowUsagesTableCellRenderer.accessible.CURRENT_ASTERISK_COL=Current usage
ShowUsagesTableCellRenderer.accessible.OTHER_ASTERISK_COL=Another Usage
ShowUsagesTableCellRenderer.accessible.FILE_GROUP_COL=File: {0}
ShowUsagesTableCellRenderer.accessible.LINE_NUMBER_COL=line: {0}
ShowUsagesTableCellRenderer.accessible.USAGE_TEXT_COL=Usage text: {0}

buildToolWindow.tree.accessibleName=Build results

ide.protocol.progress.title=Opening a URI
ide.protocol.unsupported=Unsupported protocol: ''{0}''
ide.protocol.exception=Internal error: {0}: {1}
ide.protocol.cannot.title=Cannot Open URI
ide.protocol.internal.bad.query=Incorrect query string: ''{0}''
jb.protocol.unknown.command=Unknown command: ''{0}''
jb.protocol.unknown.target=Unknown target: ''{0}''
jb.protocol.parameter.missing=Parameter missing: ''{0}''
jb.protocol.settings.no.configurable=Settings page not found: ''{0}''
jb.protocol.navigate.target=The ''navigate'' command supports only ''reference'' target (got ''{0}'')
jb.protocol.navigate.missing.parameters=Neither the 'project' nor 'origin' parameters are specified in the URL
jb.protocol.navigate.no.project=Cannot find or open the specified project

notifications.toolwindow.empty.text.first.line=Suggestions, events,
notifications.toolwindow.empty.text.second.line=and errors will appear here
notifications.toolwindow.suggestions=Suggestions
notifications.toolwindow.timeline=Timeline
notifications.toolwindow.timeline.clear.all=Clear all
notifications.toolwindow.remind.tomorrow=Remind me tomorrow
notifications.toolwindow.dont.show.again.for.this.project=Don\u2019t show again for this project
notifications.toolwindow.dont.show.again=Don\u2019t show again
notifications.toolwindow.suggestion.gotit.title=Use suggestions below to optimize user\nexperience and improve performance
notifications.toolwindow.suggestion.gotit.link=Got it
notifications.collapse.balloon.title={0} more {1}
notifications.collapse.balloon.title.timeline=notifications
notifications.collapse.balloon.title.suggestion=suggestions
notifications.action.more=More
dialog.message.file.already.exists=File already exists
notification.cache.diagnostic.helper.title=IDE Repair
notification.cache.diagnostic.helper.text=Recovery step {0}: ''{1}'' was performed
notification.cache.diagnostic.stop.text=Everything Works Now
recovery.progress.title=Trying {0}...
invalidate.all.caches.recovery.action.name=Invalidate Caches and Restart
custom.action.stored=stored: {0}
custom.action.actual=actual: {0}
custom.option.testmode=read custom actions {0}
invalidate.workspace.model.recovery.action.presentable.name=Reopen Project
action.fn.keys.text=FN-keys

run.layout.do.not.show.view.option.message=Don't Show
uses.shortcut.of=inherited from
progress.title.creating.git.repository=Create Git repository

project.widget.recent.projects=Recent Projects
project.widget.empty=No Project
project.widget.new=New Project...
project.widget.open=Open...
project.widget.from.vcs=Get from Version Control...

to.create.new.file.tooltip=To create a new file, press <b>{0}</b>. Alternatively, right-click any folder and select <b>New | \\&lt;file type\\&gt;</b>
general.module.type.description=A basic project that allows working with separate files and compile Java and Kotlin classes.

main.toolbar.menu.button=Main menu
label.project.wizard.install.plugin=Install Plugin
new.project.wizard.download.plugin=Search For The Plugin In Repository
new.project.wizard.cannot.find.plugin=Cannot find compatible plugin: ''{0}''
new.project.wizard.cannot.find.plugin.title=Plugin Not Found
notification.group.system.clipboard=System clipboard unavailable
notification.group.required.plugins=Required plugins not loaded
notification.group.language.plugin=Recommended language plugin available
notification.group.load.error=Could not load settings
notification.group.power.save.mode=Power save mode enabled
notification.group.cache.recovery=Cache recovery step performed
external.link.confirmation.title=Open Link
# 0 - URI, e.g. file:///C:/Windows/System32/calc.exe or https://jetbrains.com
external.link.confirmation.message.0=Are you sure you want to open the link in a browser or in an associated application?<br><br>{0}
external.link.confirmation.yes.label=Open
external.link.confirmation.trust.label=Trust Project and Open