1<?php
2
3$lang['colortheme'] = "Color theme";
4$lang['colortheme_o_ambiance'] = "Ambiance";
5$lang['colortheme_o_chaos'] = "Chaos";
6$lang['colortheme_o_chrome'] = "Chrome";
7$lang['colortheme_o_clouds'] = "Clouds";
8$lang['colortheme_o_clouds_midnight'] = "Clouds Midnight";
9$lang['colortheme_o_cobalt'] = "Cobalt";
10$lang['colortheme_o_crimson_editor'] = "Crimson Editor";
11$lang['colortheme_o_dawn'] = "Dawn";
12$lang['colortheme_o_dreamweaver'] = "Dreamweaver";
13$lang['colortheme_o_eclipse'] = "Eclipse";
14$lang['colortheme_o_github'] = "GitHub";
15$lang['colortheme_o_idle_fingers'] = "idleFingers";
16$lang['colortheme_o_kr_theme'] = "krTheme";
17$lang['colortheme_o_merbivore'] = "Merbivore";
18$lang['colortheme_o_merbivore_soft'] = "Merbivore Soft";
19$lang['colortheme_o_mono_industrial'] = "Mono Industrial";
20$lang['colortheme_o_monokai'] = "Monokai";
21$lang['colortheme_o_pastel_on_dark'] = "Pastel on dark";
22$lang['colortheme_o_solarized_dark'] = "Solarized Dark";
23$lang['colortheme_o_solarized_light'] = "Solarized Light";
24$lang['colortheme_o_terminal'] = "Terminal";
25$lang['colortheme_o_textmate'] = "TextMate";
26$lang['colortheme_o_tomorrow'] = "Tomorrow";
27$lang['colortheme_o_tomorrow_night'] = "Tomorrow Night";
28$lang['colortheme_o_tomorrow_night_blue'] = "Tomorrow Night Blue";
29$lang['colortheme_o_tomorrow_night_bright'] = "Tomorrow Night Bright";
30$lang['colortheme_o_tomorrow_night_eighties'] = "Tomorrow Night 80s";
31$lang['colortheme_o_twilight'] = "Twilight";
32$lang['colortheme_o_vibrant_ink'] = "Vibrant Ink";
33$lang['colortheme_o_xcode'] = "XCode";
34$lang['default'] = 'Default editor';
35$lang['highlight'] = 'Enable syntax highligting';
36$lang['latex'] = 'Enable support for LaTeX plugin';
37$lang['markdown'] = 'Enable support for Markdown plugin';
38$lang['wraplimit'] = 'Text wrapping limit';
39$lang['loadjquery'] = 'Load jQuery library';
40$lang['xmlatgs'] = 'Additional XML-like tags';
41