@@ -223,13 +223,21 @@ export default {
223223 striped : 'Striped' ,
224224 cloudy : 'Cloudy' ,
225225 } ,
226+ system_names : {
227+ none : 'None' ,
228+ country_capitals : 'Country Capitals' ,
229+ sector_capitals : 'Country and Sector Capitals' ,
230+ colonized : 'Colonized Systems' ,
231+ all : 'All Systems' ,
232+ } ,
226233 } ,
227234 // labels and tooltips for various settings
228235 setting : {
229236 group : {
230237 borders : 'Borders' ,
231238 unions : 'Union Mode' ,
232239 countryLabels : 'Country Labels' ,
240+ systemLabels : 'System Labels' ,
233241 systemIcons : 'System Icons' ,
234242 hyperlanes : 'Hyperlanes' ,
235243 bypassLinks : 'Bypass Links' ,
@@ -262,6 +270,9 @@ export default {
262270 countryEmblemsMinSize : 'Emblem Min Size' ,
263271 countryEmblemsMaxSize : 'Emblem Max Size' ,
264272 labelsAvoidHoles : 'Avoid Holes in Border' ,
273+ systemNames : 'System Names' ,
274+ systemNamesFont : 'Font' ,
275+ systemNamesFontSize : 'Font Size' ,
265276 countryCapitalIcon : 'Country Capital' ,
266277 sectorCapitalIcon : 'Sector Capital' ,
267278 populatedSystemIcon : 'Populated System' ,
0 commit comments