summaryrefslogtreecommitdiff
path: root/starmath/source/smres.src
diff options
context:
space:
mode:
authorMarcos Paulo de Souza <marcos.souza.org@gmail.com>2013-08-19 17:31:14 -0300
committerCaolán McNamara <caolanm@redhat.com>2013-08-20 11:22:20 +0000
commit4450b1b93f7f7b5f97c631fe767b1156350a9227 (patch)
tree52730a05ad4ec6108ddba786cda1e3d6ce512014 /starmath/source/smres.src
parent0659c0c8b558f295f43e0be25bc2c82f81da5f2a (diff)
Translate some words in Math Elements Dock
Change-Id: I7d5075b0c9ac481b954c6a843b35e46355b5348e Reviewed-on: https://gerrit.libreoffice.org/5519 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'starmath/source/smres.src')
-rw-r--r--starmath/source/smres.src42
1 files changed, 42 insertions, 0 deletions
diff --git a/starmath/source/smres.src b/starmath/source/smres.src
index b9979ceee712..d03c15ba1a16 100644
--- a/starmath/source/smres.src
+++ b/starmath/source/smres.src
@@ -24,6 +24,7 @@
#include "starmath.hrc"
#include "dialog.hrc"
#include "toolbox.hrc"
+#include "ElementsDockingWindow.hrc"
#include "smcommands.h"
#define IMAGE_STDBTN_COLOR Color { Red = 0xff00; Green = 0x0000; Blue = 0xff00; }
@@ -470,6 +471,47 @@ DockingWindow RID_ELEMENTSDOCKINGWINDOW
};
Text [ en-US ] = "Elements Dock" ;
+
+ String STR_BLACK
+ {
+ Text [ en-US ] = "black" ;
+ };
+ String STR_BLUE
+ {
+ Text [ en-US ] = "blue" ;
+ };
+ String STR_GREEN
+ {
+ Text [ en-US ] = "green" ;
+ };
+ String STR_RED
+ {
+ Text [ en-US ] = "red" ;
+ };
+ String STR_CYAN
+ {
+ Text [ en-US ] = "cyan" ;
+ };
+ String STR_MAGENTA
+ {
+ Text [ en-US ] = "magenta" ;
+ };
+ String STR_YELLOW
+ {
+ Text [ en-US ] = "yellow" ;
+ };
+ String STR_HIDE
+ {
+ Text [ en-US ] = "hide" ;
+ };
+ String STR_SIZE
+ {
+ Text [ en-US ] = "size" ;
+ };
+ String STR_FONT
+ {
+ Text [ en-US ] = "font" ;
+ };
};