diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2007-04-19 12:49:56 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2007-04-19 12:49:56 +0000 |
commit | 4813ee66754374846e7b3cfee86940cdff073e13 (patch) | |
tree | f14f621cd7cb5323fc313bb08c8960bfb9562cc2 /avmedia | |
parent | 1a1886e85ebaec2947d4427301a3e2fd8913a547 (diff) |
INTEGRATION: CWS mergede01 (1.4.78); FILE MERGED
2007/03/20 14:41:47 ihi 1.4.78.1: #i72301# Remove German
Diffstat (limited to 'avmedia')
-rw-r--r-- | avmedia/source/viewer/mediawindow.src | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/avmedia/source/viewer/mediawindow.src b/avmedia/source/viewer/mediawindow.src index bc7d534d9f9a..98a3e05c7150 100644 --- a/avmedia/source/viewer/mediawindow.src +++ b/avmedia/source/viewer/mediawindow.src @@ -4,9 +4,9 @@ * * $RCSfile: mediawindow.src,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: hr $ $Date: 2005-09-23 13:24:04 $ + * last change: $Author: ihi $ $Date: 2007-04-19 13:49:56 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -37,7 +37,6 @@ String AVMEDIA_STR_INSERTMEDIA_DLG { - Text[de] = "Film und Klang einfügen"; Text[en-US] = "Insert Movie and Sound"; }; @@ -45,7 +44,6 @@ String AVMEDIA_STR_INSERTMEDIA_DLG STRING AVMEDIA_STR_OPENMEDIA_DLG { - Text[de] = "Film und Klang öffnen"; Text[en-US] = "Open Movie and Sound"; }; @@ -53,7 +51,6 @@ STRING AVMEDIA_STR_OPENMEDIA_DLG String AVMEDIA_STR_ALL_MEDIAFILES { - Text[de] = "Alle Film- und Klangdateien"; Text[en-US] = "All movie and sound files"; }; @@ -61,7 +58,6 @@ String AVMEDIA_STR_ALL_MEDIAFILES String AVMEDIA_STR_ALL_FILES { - Text[de] = "Alle Dateien (*.*)"; Text[en-US] = "All files (*.*)"; }; @@ -85,6 +81,5 @@ ErrorBox AVMEDIA_ERR_URL { BUTTONS = WB_OK ; DEFBUTTON = WB_DEF_OK ; - Message[de] = "Das Format der ausgewählten Datei wird nicht unterstützt."; Message[en-US] = "The format of the selected file is not supported."; }; |