summaryrefslogtreecommitdiff
path: root/starmath/source/smres.src
diff options
context:
space:
mode:
authorMarcos Paulo de Souza <marcos.souza.org@gmail.com>2014-11-04 00:14:27 -0200
committerMarcos Paulo de Souza <marcos.souza.org@gmail.com>2014-11-04 02:19:27 +0000
commit38e21f422cd5ee9ce97aae9f0be32f46f6d22904 (patch)
treed825cdf2328051f77dd649acca92ffed08d2ea6a /starmath/source/smres.src
parent5c5e809605d750d87ae7a5334f8406894f6a4184 (diff)
Math: Add new colors in the Sidebar
Regine add new colors to Math in fe5840aab17e366749c373e4f8683e06e40b4b05 and this commit just take those new colors and show in the Math Sidebar. Change-Id: Idd67cf4a04b2855970b115aac8d15d6506f73298 Reviewed-on: https://gerrit.libreoffice.org/12239 Reviewed-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com> Tested-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
Diffstat (limited to 'starmath/source/smres.src')
-rw-r--r--starmath/source/smres.src41
1 files changed, 41 insertions, 0 deletions
diff --git a/starmath/source/smres.src b/starmath/source/smres.src
index 37649f092079..2e61fdf7efb8 100644
--- a/starmath/source/smres.src
+++ b/starmath/source/smres.src
@@ -178,6 +178,47 @@ String STR_MAGENTA
{
Text [ en-US ] = "magenta" ;
};
+String STR_AQUA
+{
+ Text [ en-US ] = "aqua" ;
+};
+String STR_FUCHSIA
+{
+ Text [ en-US ] = "funchsia" ;
+};
+String STR_GRAY
+{
+ Text [ en-US ] = "gray" ;
+};
+String STR_LIME
+{
+ Text [ en-US ] = "lime" ;
+};
+String STR_MAROON
+{
+ Text [ en-US ] = "maroon" ;
+};
+String STR_NAVY
+{
+ Text [ en-US ] = "navy" ;
+};
+String STR_OLIVE
+{
+ Text [ en-US ] = "olive" ;
+};
+String STR_PURPLE
+{
+ Text [ en-US ] = "purple" ;
+};
+String STR_SILVER
+{
+ Text [ en-US ] = "silver" ;
+};
+String STR_TEAL
+{
+ Text [ en-US ] = "teal" ;
+};
+
String STR_YELLOW
{
Text [ en-US ] = "yellow" ;