summaryrefslogtreecommitdiff
path: root/sw/sdi/_viewsh.sdi
diff options
context:
space:
mode:
authorMatthias Freund <matti_lx@yahoo.de>2013-02-09 00:39:38 +0100
committerThomas Arnhold <thomas@arnhold.org>2013-02-09 10:39:16 +0000
commite3519f6dc62aa53e0ea4f55e8270cf2b405d6d84 (patch)
tree7e309b1b075436d6aadef6fde1e652fddba7546b /sw/sdi/_viewsh.sdi
parent7b706885b88ee2cd2da4bbbbf2a0741f6488d45a (diff)
Remark translations german - english
Hope it helps you a lot. Change-Id: I5db1b746077c783a6fdf75ba0e30a3573ef4ddea Reviewed-on: https://gerrit.libreoffice.org/2059 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
Diffstat (limited to 'sw/sdi/_viewsh.sdi')
-rw-r--r--sw/sdi/_viewsh.sdi22
1 files changed, 11 insertions, 11 deletions
diff --git a/sw/sdi/_viewsh.sdi b/sw/sdi/_viewsh.sdi
index d6ff824beef7..eb4d596e9f78 100644
--- a/sw/sdi/_viewsh.sdi
+++ b/sw/sdi/_viewsh.sdi
@@ -314,7 +314,7 @@ interface BaseTextEditView
DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
]
//---------------------------------------------------------------------
- //Ab hier Statusleiste
+ //From here the statusbar
FN_STAT_PAGE // status()
[
ExecMethod = ExecuteStatusLine ;
@@ -336,7 +336,7 @@ interface BaseTextEditView
]
FN_STAT_SELMODE // status(final|play)
[
- //Aktueller Selektionsmode: 0 == Normal, 2 == Ergaenzen, 1 == Erweitern
+ //Current Selectionmode: 0 == Normal, 2 == Add, 1 == Enhance
ExecMethod = ExecuteStatusLine ;
StateMethod = StateStatusLine ;
]
@@ -384,7 +384,7 @@ interface BaseTextEditView
StateMethod = StateStatusLine ;
]
//----------------------------------------------
- //End mit Statusleiste
+ //End of the statusbar
//----------------------------------------------
SID_ATTR_BORDER_SHADOW // status()
[
@@ -393,7 +393,7 @@ interface BaseTextEditView
]
/****************************************************/
/* */
- /* Properties Seitenformat */
+ /* Properties Page Format */
/* */
/****************************************************/
SID_ATTR_PAGE // status()
@@ -435,7 +435,7 @@ interface BaseTextEditView
DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
]
/*
- suchen und ersetzen
+ search and replace
*/
@@ -478,7 +478,7 @@ interface BaseTextEditView
StateMethod = StateTabWin ;
DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
]
- // ab hier Export = FALSE;
+ // from here Export = FALSE;
FID_SEARCH_ON // status()
[
ExecMethod = ExecSearch ;
@@ -640,8 +640,8 @@ interface BaseTextEditView
StateMethod = StateViewOptions ;
]
- //Extra/Optionen/Ansicht
- //Wird zusammen zum Property ViewSettings
+ //Extra/Options/View
+ //Will be summerized to Property ViewSettings
FN_VIEW_HIDDEN_PARA
[
ExecMethod = ExecViewOptions ;
@@ -655,7 +655,7 @@ interface BaseTextEditView
StateMethod = StateViewOptions ;
Export = FALSE;
]
- // alles ab hier kann weg (Export = FALSE;), wenn die vorangehenden funktionieren
+ // Everything from here can be removed (Export = FALSE;), if the previous works
FN_RULER // status()
[
ExecMethod = ExecViewOptions ;
@@ -772,14 +772,14 @@ interface GlobalContents
[
]
- // Bereichsname, Index-Titel oder Leerstring
+ // Areaname, Index-Titel or Empty String
String Title FN_COLL_TITLE
(
UINT16 Position FN_COLL_TITLE
)
[
]
- // ohne FileName wird ein TextBereich an der Position eingefuegt
+ // Without a FileName an area of the text is inserted at this location.
BOOL InsertDocument FN_COLL_ADD
(
UINT16 Position FN_COLL_ADD,