diff options
author | Lior Kaplan <kaplanlior@gmail.com> | 2012-01-02 22:35:33 +0200 |
---|---|---|
committer | Lior Kaplan <kaplanlior@gmail.com> | 2012-01-02 22:35:33 +0200 |
commit | 14c0e038c9c33dc59cbf6e5ec81d36779f28b004 (patch) | |
tree | e5b40e3d8f175480994f751156193454b83a044c /svx | |
parent | 9cb07807ca3a8c3c53a7d5241258aab2b4e4305b (diff) |
Clean non English strings in the code
we do translation differently.
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/dialog/linkwarn.src | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/svx/source/dialog/linkwarn.src b/svx/source/dialog/linkwarn.src index 100b53cb6e33..cb40159add5d 100644 --- a/svx/source/dialog/linkwarn.src +++ b/svx/source/dialog/linkwarn.src @@ -52,7 +52,6 @@ ModalDialog RID_SVXDLG_LINK_WARNING NoLabel = TRUE; Wordbreak = TRUE; Text [ en-US ] = "The file %FILENAME will not be stored along with your document, but only referenced as a link. This is dangerous if you move and/or rename the files. Do you want to embed the graphic instead?"; - Text [ de-DE ] = "Die Datei %FILENAME wird nicht zusammen mit dem Dokument gespeichert, sondern nur als Verweis referenziert. Dies kann zu Problemen führen, wenn die Dateien verschoben und/oder umbenannt werden. Möchten Sie stattdessen die Grafik als eingebettetes Objekt einfügen?"; }; OKButton PB_OK { @@ -60,14 +59,12 @@ ModalDialog RID_SVXDLG_LINK_WARNING Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT ); DefButton = TRUE ; Text [ en-US ] = "~Keep Link"; - Text [ de-DE ] = "~Als Verweis einfügen"; }; CancelButton PB_NO { Pos = MAP_APPFONT( AW_COL_3, AW_ROW_2 ); Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT ); Text [ en-US ] = "~Embed Graphic"; - Text [ de-DE ] = "~Eingebettet einfügen"; }; FixedLine FL_OPTION { @@ -80,6 +77,5 @@ ModalDialog RID_SVXDLG_LINK_WARNING Size = MAP_APPFONT( DIALOG_WIDTH-AW_COL_2-RSC_SP_DLG_INNERBORDER_RIGHT, RSC_CD_CHECKBOX_HEIGHT ); WordBreak = TRUE ; Text [ en-US ] = "~Ask when linking a graphic"; - Text [ de-DE ] = "~Nachfragen falls Grafik als Verweis eingefügt wird"; }; }; |