summaryrefslogtreecommitdiff
path: root/avmedia/source/framework/mediacontrol.src
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-04-19 12:49:17 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-04-19 12:49:17 +0000
commit1a1886e85ebaec2947d4427301a3e2fd8913a547 (patch)
treeaf7e548d9a2943bb8df36b3f1fb0105fba3f60f7 /avmedia/source/framework/mediacontrol.src
parentfb80f4f4430202fa670e202d8893292d1c56fc89 (diff)
INTEGRATION: CWS mergede01 (1.4.78); FILE MERGED
2007/03/20 14:41:46 ihi 1.4.78.1: #i72301# Remove German
Diffstat (limited to 'avmedia/source/framework/mediacontrol.src')
-rw-r--r--avmedia/source/framework/mediacontrol.src17
1 files changed, 2 insertions, 15 deletions
diff --git a/avmedia/source/framework/mediacontrol.src b/avmedia/source/framework/mediacontrol.src
index 9676c2f63fff..d756a189114c 100644
--- a/avmedia/source/framework/mediacontrol.src
+++ b/avmedia/source/framework/mediacontrol.src
@@ -4,9 +4,9 @@
*
* $RCSfile: mediacontrol.src,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: hr $ $Date: 2005-09-23 13:23:39 $
+ * last change: $Author: ihi $ $Date: 2007-04-19 13:49:17 $
*
* 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_OPEN
{
- Text[de] = "Öffnen";
Text[en-US] = "Open";
};
@@ -45,7 +44,6 @@ String AVMEDIA_STR_OPEN
String AVMEDIA_STR_INSERT
{
- Text [ de ] = "Zuweisen" ;
Text [ en-US ] = "Apply" ;
};
@@ -53,7 +51,6 @@ String AVMEDIA_STR_INSERT
String AVMEDIA_STR_PLAY
{
- Text[de] = "Abspielen";
Text[en-US] = "Play";
};
@@ -61,7 +58,6 @@ String AVMEDIA_STR_PLAY
String AVMEDIA_STR_PAUSE
{
- Text[de] = "Pause";
Text[en-US] = "Pause";
};
@@ -69,7 +65,6 @@ String AVMEDIA_STR_PAUSE
String AVMEDIA_STR_STOP
{
- Text[de] = "Stopp";
Text[en-US] = "Stop";
};
@@ -77,7 +72,6 @@ String AVMEDIA_STR_STOP
String AVMEDIA_STR_ENDLESS
{
- Text[de] = "Wiederholen";
Text[en-US] = "Repeat";
};
@@ -85,7 +79,6 @@ String AVMEDIA_STR_ENDLESS
String AVMEDIA_STR_MUTE
{
- Text[de] = "Stumm";
Text[en-US] = "Mute";
};
@@ -93,7 +86,6 @@ String AVMEDIA_STR_MUTE
String AVMEDIA_STR_ZOOM
{
- Text[de] = "Ansicht";
Text[en-US] = "View";
};
@@ -101,7 +93,6 @@ String AVMEDIA_STR_ZOOM
String AVMEDIA_STR_ZOOM_50
{
- Text[de] = "50%";
Text[en-US] = "50%";
};
@@ -109,7 +100,6 @@ String AVMEDIA_STR_ZOOM_50
String AVMEDIA_STR_ZOOM_100
{
- Text[de] = "100%";
Text[en-US] = "100%";
};
@@ -117,7 +107,6 @@ String AVMEDIA_STR_ZOOM_100
String AVMEDIA_STR_ZOOM_200
{
- Text[de] = "200%";
Text[en-US] = "200%";
};
@@ -125,7 +114,6 @@ String AVMEDIA_STR_ZOOM_200
String AVMEDIA_STR_ZOOM_FIT
{
- Text[de] = "Angepaßt";
Text[en-US] = "Scaled";
};
@@ -133,7 +121,6 @@ String AVMEDIA_STR_ZOOM_FIT
String AVMEDIA_STR_MEDIAPLAYER
{
- Text[de] = "Mediaplayer";
Text[en-US] = "Media Player";
};