diff options
author | Oliver Specht <os@openoffice.org> | 2001-10-01 10:46:36 +0000 |
---|---|---|
committer | Oliver Specht <os@openoffice.org> | 2001-10-01 10:46:36 +0000 |
commit | 7694a7273d17e283245b8b0a46dc4876b0d91887 (patch) | |
tree | 8445e4a6aef4398c562aeb4652d544b1c43c416b /svx | |
parent | 5621639e44247e6313f1fc96f22b5fb1b86d38ae (diff) |
#87551# limited proxy settings if 'IsPlugin'
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/options/optinet2.src | 74 |
1 files changed, 7 insertions, 67 deletions
diff --git a/svx/source/options/optinet2.src b/svx/source/options/optinet2.src index bfb5b6b83212..1aa5c81fa045 100644 --- a/svx/source/options/optinet2.src +++ b/svx/source/options/optinet2.src @@ -2,9 +2,9 @@ * * $RCSfile: optinet2.src,v $ * - * $Revision: 1.45 $ + * $Revision: 1.46 $ * - * last change: $Author: kz $ $Date: 2001-07-24 20:28:43 $ + * last change: $Author: os $ $Date: 2001-10-01 11:46:36 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -280,6 +280,11 @@ TabPage RID_SVXPAGE_INET_PROXY < "Automtica" ; > ; }; }; + String ST_PROXY_FROM_BROWSER + { + Text = "Browsereinstellungen verwenden"; + Text[English] = "Use browser settings"; + }; FixedText FT_HTTP_PROXY { Pos = MAP_APPFONT ( 12 , GB_TYPES_TOP + 29 ) ; @@ -639,71 +644,6 @@ TabPage RID_SVXPAGE_INET_PROXY EditMask = "nnnLnnnLnnnLnnn" ; StrictFormat = TRUE ; }; - FixedLine GB_SERVER - { - Hide = TRUE; - Pos = MAP_APPFONT ( 6 , 134 ) ; - Size = MAP_APPFONT ( 248 , 8 ) ; - Text = "Mail-Server" ; - Text [ English ] = "Mail server" ; - Text [ english_us ] = "Mail server" ; - Text[ language_user1 ] = " "; - Text[ portuguese ] = "Servidor de correio"; - Text[ russian ] = " "; - Text[ greek ] = " "; - Text[ dutch ] = "Mail server"; - Text[ french ] = "Serveur de courrier"; - Text[ spanish ] = "Servidor de correo"; - Text[ italian ] = "Mail server"; - Text[ danish ] = "Mail server"; - Text[ swedish ] = "E-postserver"; - Text[ polish ] = "Serwer pocztowy"; - Text[ portuguese_brazilian ] = "Mail server"; - Text[ japanese ] = "Ұٻް"; - Text[ korean ] = "-"; - Text[ chinese_simplified ] = "ʼ"; - Text[ chinese_traditional ] = "qllA"; - Text[ turkish ] = "Mail server"; - Text[ arabic ] = " "; - Text[ catalan ] = "Servidor de correo"; - Text[ finnish ] = "Postipalvelin"; - }; - FixedText FT_SEND - { - Hide = TRUE; - Pos = MAP_APPFONT ( 12 , 147 ) ; - Size = MAP_APPFONT ( 75 , 10 ) ; - Text = "~Nachrichtenversand" ; - Text [ English ] = "Message ~dispatch " ; - Text [ english_us ] = "Outgoing messages" ; - Text [ italian ] = "~Invio messaggi" ; - Text [ spanish ] = "Correo s~aliente" ; - Text [ french ] = "Courrier ~sortant" ; - Text [ dutch ] = "~Berichten versturen" ; - Text [ swedish ] = "Meddela~ndesndning" ; - Text [ danish ] = "Udgende meddelelser" ; - Text [ portuguese ] = "~Envio de correio" ; - Text [ portuguese_brazilian ] = "~Nachrichtenversand" ; - Text[ chinese_simplified ] = "ķʼ"; - Text[ russian ] = " "; - Text[ polish ] = "Poczta wychodzca"; - Text[ japanese ] = "MҰ(~O)"; - Text[ chinese_traditional ] = "oeqll"; - Text[ arabic ] = " "; - Text[ greek ] = " ~"; - Text[ korean ] = " "; - Text[ turkish ] = "Giden posta sunucusu"; - Text[ language_user1 ] = " "; - Text[ catalan ] = "Correo s~aliente"; - Text[ finnish ] = "Lhtevt viestit"; - }; - Edit ED_SEND - { - Hide = TRUE; - Pos = MAP_APPFONT ( 90 , 145) ; - Size = MAP_APPFONT ( 96 , 12 ) ; - Border = TRUE ; - }; String ST_MSG_255_0 { Text = " ist kein gltiger Eintrag fr dieses Feld. Bitte geben sie einen Wert zwischen 0 und 255 an." ; |