|
1792 | 1792 | "LIVE_DEV_SETTINGS_SERVER_ROOT_PREF": "Path within project that is served by Development Server Eg. www/ (Default is /)", |
1793 | 1793 | "LIVE_DEV_SETTINGS_SERVE_PREFERENCE": "Your Development Server URL for the project, Eg. http://localhost:8000/php", |
1794 | 1794 | "LIVE_DEV_SETTINGS_SHOW_RULER_LINES_PREFERENCE": "Show measurements when elements are selected in live preview. Defaults to 'false'", |
| 1795 | + "LIVE_DEV_SETTINGS_SHOW_STYLES_BAR_PREFERENCE": "Show the styles bar when elements are selected in live preview. Defaults to 'true'", |
1795 | 1796 | "LIVE_DEV_SETTINGS_STARTUP": "Show Live Preview Panel at Startup", |
1796 | 1797 | "LIVE_DEV_SETTINGS_STARTUP_PREFERENCE": "true to show Live Preview Panel at startup", |
| 1798 | + "LIVE_DEV_SETTINGS_STYLES_BAR_DOCK_PREFERENCE": "Which side the live preview styles bar docks to: 'top', 'bottom', 'left' or 'right'. Defaults to 'bottom'", |
1797 | 1799 | "LIVE_DEV_SETTINGS_TITLE": "Live Preview Settings", |
1798 | 1800 | "LIVE_DEV_SETTINGS_USE_SERVER": "Use Custom Development Server for This Project", |
1799 | 1801 | "LIVE_DEV_STATUS_TIP_CONNECTED": "Live Preview Server Active", |
|
1825 | 1827 | "LIVE_DEV_STYLER_CLEAR": "Clear", |
1826 | 1828 | "LIVE_DEV_STYLER_CLOSE_SAVED": "Done", |
1827 | 1829 | "LIVE_DEV_STYLER_COLOR": "Color", |
| 1830 | + "LIVE_DEV_STYLER_COLOR_BLACK": "Black", |
| 1831 | + "LIVE_DEV_STYLER_COLOR_BLUE": "Blue", |
| 1832 | + "LIVE_DEV_STYLER_COLOR_CYAN": "Cyan", |
| 1833 | + "LIVE_DEV_STYLER_COLOR_GOLD": "Gold", |
| 1834 | + "LIVE_DEV_STYLER_COLOR_GRAY": "Gray", |
| 1835 | + "LIVE_DEV_STYLER_COLOR_GREEN": "Green", |
| 1836 | + "LIVE_DEV_STYLER_COLOR_INDIGO": "Indigo", |
| 1837 | + "LIVE_DEV_STYLER_COLOR_LIME": "Lime", |
| 1838 | + "LIVE_DEV_STYLER_COLOR_MAGENTA": "Magenta", |
| 1839 | + "LIVE_DEV_STYLER_COLOR_MAROON": "Maroon", |
| 1840 | + "LIVE_DEV_STYLER_COLOR_NAVY": "Navy", |
| 1841 | + "LIVE_DEV_STYLER_COLOR_OLIVE": "Olive", |
| 1842 | + "LIVE_DEV_STYLER_COLOR_ORANGE": "Orange", |
| 1843 | + "LIVE_DEV_STYLER_COLOR_PINK": "Pink", |
| 1844 | + "LIVE_DEV_STYLER_COLOR_PURPLE": "Purple", |
| 1845 | + "LIVE_DEV_STYLER_COLOR_RED": "Red", |
| 1846 | + "LIVE_DEV_STYLER_COLOR_SILVER": "Silver", |
| 1847 | + "LIVE_DEV_STYLER_COLOR_TEAL": "Teal", |
| 1848 | + "LIVE_DEV_STYLER_COLOR_VIOLET": "Violet", |
| 1849 | + "LIVE_DEV_STYLER_COLOR_WHITE": "White", |
| 1850 | + "LIVE_DEV_STYLER_COLOR_YELLOW": "Yellow", |
1828 | 1851 | "LIVE_DEV_STYLER_COLUMN": "Column", |
1829 | 1852 | "LIVE_DEV_STYLER_COLUMNS": "Columns", |
1830 | 1853 | "LIVE_DEV_STYLER_COLUMN_REVERSE": "Column Reverse", |
| 1854 | + "LIVE_DEV_STYLER_COMMON_COLORS": "Common", |
1831 | 1855 | "LIVE_DEV_STYLER_CREATE": "Create", |
1832 | 1856 | "LIVE_DEV_STYLER_DASHED": "Dashed", |
1833 | 1857 | "LIVE_DEV_STYLER_DECREASE": "Decrease value", |
1834 | 1858 | "LIVE_DEV_STYLER_DECREASE_VALUE": "Decrease {0}", |
1835 | 1859 | "LIVE_DEV_STYLER_DIRECTION": "Direction", |
1836 | 1860 | "LIVE_DEV_STYLER_DISPLAY": "Display", |
| 1861 | + "LIVE_DEV_STYLER_DOCK": "Dock position", |
1837 | 1862 | "LIVE_DEV_STYLER_DOCK_BOTTOM": "Move bar to bottom", |
| 1863 | + "LIVE_DEV_STYLER_DOCK_LEFT": "Move bar to left", |
| 1864 | + "LIVE_DEV_STYLER_DOCK_RIGHT": "Move bar to right", |
1838 | 1865 | "LIVE_DEV_STYLER_DOCK_TOP": "Move bar to top", |
1839 | 1866 | "LIVE_DEV_STYLER_DOTTED": "Dotted", |
1840 | 1867 | "LIVE_DEV_STYLER_DOUBLE": "Double", |
|
1893 | 1920 | "LIVE_DEV_STYLER_NO_FONTS_FOUND": "No fonts found", |
1894 | 1921 | "LIVE_DEV_STYLER_NO_WRAP": "No Wrap", |
1895 | 1922 | "LIVE_DEV_STYLER_OFFSET": "Offset", |
| 1923 | + "LIVE_DEV_STYLER_ON_THIS_PAGE": "On the page", |
1896 | 1924 | "LIVE_DEV_STYLER_OPACITY": "Opacity", |
1897 | 1925 | "LIVE_DEV_STYLER_OUTLINE": "Outline", |
1898 | 1926 | "LIVE_DEV_STYLER_PADDING": "Padding", |
|
1990 | 2018 | "LIVE_PREVIEW_MODE_TOGGLE_EDIT": "Toggle Edit Mode (F8)", |
1991 | 2019 | "LIVE_PREVIEW_MODE_TOGGLE_PREVIEW": "Toggle Preview Mode (F8)", |
1992 | 2020 | "LIVE_PREVIEW_SHOW_RULER_LINES": "Show Measurements", |
| 2021 | + "LIVE_PREVIEW_SHOW_STYLES_BAR": "Show Styles Bar", |
1993 | 2022 | "LOCATION": "Location :", |
1994 | 2023 | "LOGIN_REFRESH": "Check Login Status", |
1995 | 2024 | "MALFORMED_URL": "The URL is invalid. Please check that you entered it correctly.", |
|
0 commit comments