summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-04-19 14:45:50 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-04-19 14:45:50 +0000
commit28eeb0ffe0d68b80bb421341bfd201779ba68f75 (patch)
tree1b25b2a603f58eb075db0beb838a8bad5a154752 /desktop
parentf2c24f35c8806ef0cd6f9c34a90d94db2ad7df22 (diff)
INTEGRATION: CWS mergede01 (1.2.122); FILE MERGED
2007/03/20 14:47:05 ihi 1.2.122.1: #i72301# Remove German
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/deployment/unopkg/unopkg.src17
1 files changed, 2 insertions, 15 deletions
diff --git a/desktop/source/deployment/unopkg/unopkg.src b/desktop/source/deployment/unopkg/unopkg.src
index 616d37f4a532..c85fb2358500 100644
--- a/desktop/source/deployment/unopkg/unopkg.src
+++ b/desktop/source/deployment/unopkg/unopkg.src
@@ -4,9 +4,9 @@
*
* $RCSfile: unopkg.src,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: obo $ $Date: 2006-07-13 17:07:47 $
+ * last change: $Author: ihi $ $Date: 2007-04-19 15:45:50 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -39,14 +39,11 @@ String RID_STR_UNOPKG_NO_SHARED_ALLOWED
{
Text [ en-US ] = "The option \"--shared\" cannot be used to install the extension %NAME, "
"because every user has to agree to the license agreement of the extension. The extension will not be installed.";
- Text [ de ] = "Die Option \"--shared\" kann nicht verwendet werden, um die Erweiterung %NAME zu installieren, "
- "da jeder Anwender der Lizenz der Erweiterung zustimmen muss. Die Extension wird nicht installiert.";
};
String RID_STR_UNOPKG_ACCEPT_LIC_1
{
Text [ en-US ] = "Extension License Agreement:";
- Text [ de ] = "Lizenzvertrag Softwareerweiterung:";
};
String RID_STR_UNOPKG_ACCEPT_LIC_2
@@ -55,45 +52,35 @@ String RID_STR_UNOPKG_ACCEPT_LIC_2
"Accept the License Agreement by typing \"yes\" on the console "
"then press the Return key. Type \"no\" to decline and to abort the "
"extension setup.";
- Text [ de ] = "Lesen Sie den gesamten obigen Lizenzvertrag. Akzeptieren Sie "
- "diesen Lizenzvertrag indem Sie \"Ja\" auf der Konsole eingeben. Betätigen "
- "Sie anschließend die Eingabetaste. Geben Sie \"Nein\" ein, um die Installation "
- "der Erweiterung abzubrechen.";
};
String RID_STR_UNOPKG_ACCEPT_LIC_3
{
Text [ en-US ] = "[Enter \"yes\" or \"no\"]:";
- Text [ de ] = "[\"Ja\" oder \"Nein\" eingeben]:";
};
String RID_STR_UNOPKG_ACCEPT_LIC_4
{
Text [ en-US ] = "Your input was not correct. Please enter \"yes\" or \"no\":";
- Text [ de ] = "Ihre Eingabe war nicht korrekt. Bitte geben Sie entweder \"Ja\" oder \"Nein\" ein:";
};
String RID_STR_UNOPKG_ACCEPT_LIC_YES
{
Text [ en-US ] = "YES";
- Text [ de ] = "JA";
};
String RID_STR_UNOPKG_ACCEPT_LIC_Y
{
Text [ en-US ] = "Y";
- Text [ de ] = "J";
};
String RID_STR_UNOPKG_ACCEPT_LIC_NO
{
Text [ en-US ] = "NO";
- Text [ de ] = "NEIN";
};
String RID_STR_UNOPKG_ACCEPT_LIC_N
{
Text [ en-US ] = "N";
- Text [ de ] = "N";
};