summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorLior Kaplan <kaplanlior@gmail.com>2012-01-02 22:35:33 +0200
committerLior Kaplan <kaplanlior@gmail.com>2012-01-02 22:37:38 +0200
commit2650c803fa62bbf9d4138ead30de5ba3a2896856 (patch)
tree170c1187b42a8abb71dea143be8a04c7f6c71ee6 /svx
parentd80b56d94e00df4c509b5171ac5180246d81aa64 (diff)
Clean non English strings in the code
we do translation differently. (cherry picked from commit 14c0e038c9c33dc59cbf6e5ec81d36779f28b004)
Diffstat (limited to 'svx')
-rw-r--r--svx/source/dialog/linkwarn.src4
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";
};
};