summaryrefslogtreecommitdiff
path: root/sw/source/ui/utlui/utlui.src
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-02-07 13:09:31 +0000
committerCaolán McNamara <caolanm@redhat.com>2017-02-07 13:09:31 +0000
commit19ea3db6d33e8e1de57104e42796454757facd45 (patch)
treee6baffa68f6cb5c4a8b1e234d3f98a82c827d580 /sw/source/ui/utlui/utlui.src
parenteee0206831f9682f1fa1806d08bbbeaf4783b4e9 (diff)
revert unready stuff
Change-Id: I2b112a17a2bc70bfe4d5a6af7964a3c1d7eacf9b
Diffstat (limited to 'sw/source/ui/utlui/utlui.src')
-rw-r--r--sw/source/ui/utlui/utlui.src114
1 files changed, 90 insertions, 24 deletions
diff --git a/sw/source/ui/utlui/utlui.src b/sw/source/ui/utlui/utlui.src
index 574f52e04777..61f465374245 100644
--- a/sw/source/ui/utlui/utlui.src
+++ b/sw/source/ui/utlui/utlui.src
@@ -22,33 +22,99 @@
#include "helpid.h"
#include "comcore.hrc"
-StringArray RID_SHELLRES_AUTOFMTSTRS
+Resource RID_SHELLRES_AUTOFMTSTRS
{
- ItemList [ en-US ] =
+ String STR_AUTOFMTREDL_DEL_EMPTY_PARA+1
{
- < "Remove empty paragraphs" ; > ;
- < "Use replacement table" ; > ;
- < "Correct TWo INitial CApitals" ; > ;
- < "Capitalize first letter of sentences" ; > ;
- < "Replace \"standard\" quotes with %1 \bcustom%2 quotes" ; > ;
- < "Replace Custom Styles" ; > ;
- < "Bullets replaced"; > ;
- < "Automatic _underline_"; > ;
- < "Automatic *bold*"; > ;
- < "Replace 1/2 ... with ½ ..." ; > ;
- < "URL recognition" ; > ;
- < "Replace dashes" ; > ;
- < "Replace 1st... with 1^st..." ; > ;
- < "Combine single line paragraphs"; > ;
- < "Set \"Text body\" Style"; > ;
- < "Set \"Text body indent\" Style"; > ;
- < "Set \"Hanging indent\" Style"; > ;
- < "Set \"Text body indent\" Style"; > ;
- < "Set \"Heading $(ARG1)\" Style"; > ;
- < "Set \"Bullet\" or \"Numbering\" Style"; > ;
- < "Combine paragraphs"; > ;
- < "Add non breaking space"; > ;
+ Text [ en-US ] = "Remove empty paragraphs" ;
};
+ String STR_AUTOFMTREDL_USE_REPLACE+1
+ {
+ Text [ en-US ] = "Use replacement table" ;
+ };
+ String STR_AUTOFMTREDL_CPTL_STT_WORD+1
+ {
+ Text [ en-US ] = "Correct TWo INitial CApitals" ;
+ };
+ String STR_AUTOFMTREDL_CPTL_STT_SENT+1
+ {
+ Text [ en-US ] = "Capitalize first letter of sentences" ;
+ };
+ String STR_AUTOFMTREDL_TYPO+1
+ {
+ Text [ en-US ] = "Replace \"standard\" quotes with %1 \bcustom%2 quotes" ;
+ };
+ String STR_AUTOFMTREDL_USER_STYLE+1
+ {
+ Text [ en-US ] = "Replace Custom Styles" ;
+ };
+ String STR_AUTOFMTREDL_BULLET+1
+ {
+ Text [ en-US ] = "Bullets replaced";
+ };
+ String STR_AUTOFMTREDL_UNDER+1
+ {
+ Text [ en-US ] = "Automatic _underline_";
+ };
+ String STR_AUTOFMTREDL_BOLD+1
+ {
+ Text [ en-US ] = "Automatic *bold*";
+ };
+ String STR_AUTOFMTREDL_FRACTION+1
+ {
+ Text [ en-US ] = "Replace 1/2 ... with ½ ..." ;
+ };
+ String STR_AUTOFMTREDL_DETECT_URL+1
+ {
+ Text [ en-US ] = "URL recognition" ;
+ };
+ String STR_AUTOFMTREDL_DASH+1
+ {
+ Text [ en-US ] = "Replace dashes" ;
+ };
+ String STR_AUTOFMTREDL_ORDINAL+1
+ {
+ Text [ en-US ] = "Replace 1st... with 1^st..." ;
+ };
+ String STR_AUTOFMTREDL_RIGHT_MARGIN+1
+ {
+ Text [ en-US ] = "Combine single line paragraphs";
+ };
+
+ String STR_AUTOFMTREDL_SET_TMPL_TEXT +1
+ {
+ Text [ en-US ] = "Set \"Text body\" Style";
+ };
+ String STR_AUTOFMTREDL_SET_TMPL_INDENT +1
+ {
+ Text [ en-US ] = "Set \"Text body indent\" Style";
+ };
+ String STR_AUTOFMTREDL_SET_TMPL_NEG_INDENT +1
+ {
+ Text [ en-US ] = "Set \"Hanging indent\" Style";
+ };
+ String STR_AUTOFMTREDL_SET_TMPL_TEXT_INDENT +1
+ {
+ Text [ en-US ] = "Set \"Text body indent\" Style";
+ };
+ String STR_AUTOFMTREDL_SET_TMPL_HEADLINE +1
+ {
+ Text [ en-US ] = "Set \"Heading $(ARG1)\" Style";
+ };
+ String STR_AUTOFMTREDL_SET_NUMBULET +1
+ {
+ Text [ en-US ] = "Set \"Bullet\" or \"Numbering\" Style";
+ };
+
+ String STR_AUTOFMTREDL_DEL_MORELINES +1
+ {
+ Text [ en-US ] = "Combine paragraphs";
+ };
+ String STR_AUTOFMTREDL_NON_BREAK_SPACE +1
+ {
+ Text [ en-US ] = "Add non breaking space";
+ };
+
};
// Miscellaneous