summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-06-17 14:53:30 +0000
committerRüdiger Timm <rt@openoffice.org>2004-06-17 14:53:30 +0000
commit5843f59afff250a7e67fb85bdae29204cfe82e68 (patch)
tree82f9eecf10af82b7afc2ca4f7a61223f983479b4
parent21ed78b78abc7833cdca966847230b361d734a62 (diff)
INTEGRATION: CWS defaultmailer (1.78.42); FILE MERGED
2004/06/03 09:45:49 obr 1.78.42.1: #109597#,#i21321# moved mailer configuration to Internet section and disabled tabpage on Windows entirely
-rw-r--r--svx/source/options/optinet2.src82
1 files changed, 79 insertions, 3 deletions
diff --git a/svx/source/options/optinet2.src b/svx/source/options/optinet2.src
index e51e8e203e98..9c5cf518ac2f 100644
--- a/svx/source/options/optinet2.src
+++ b/svx/source/options/optinet2.src
@@ -2,9 +2,9 @@
*
* $RCSfile: optinet2.src,v $
*
- * $Revision: 1.78 $
+ * $Revision: 1.79 $
*
- * last change: $Author: obo $ $Date: 2004-04-29 16:27:52 $
+ * last change: $Author: rt $ $Date: 2004-06-17 15:53:30 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -3181,10 +3181,86 @@ ModalDialog RID_SVXDLG_OPT_JAVASCRIPT_DISABLE
};
};
+// *******************************************************************
- // ******************************************************************* EOF
+TabPage RID_SVXPAGE_INET_MAIL
+{
+ HelpID = HID_OPTIONS_MAIL ;
+ SVLook = TRUE ;
+ Size = MAP_APPFONT ( 260 , 185 ) ;
+ Hide = TRUE ;
+
+ FixedLine FL_MAIL
+ {
+ Pos = MAP_APPFONT ( 6 , 3 ) ;
+ Size = MAP_APPFONT ( 248 , 8 ) ;
+ Text = "Versenden von Dokumenten als E-Mail-Anhang" ;
+ Text[ english_us ] = "Sending documents as e-mail attachments";
+ };
+
+ FixedImage FI_MAILERURL
+ {
+ Pos = MAP_APPFONT ( 5 , 21 ) ;
+ Size = MAP_APPFONT ( 6 , 6 ) ;
+ Hide = TRUE;
+ };
+ FixedText FT_MAILERURL
+ {
+ Pos = MAP_APPFONT ( 14 , 20 ) ;
+ Size = MAP_APPFONT ( 40 , 8 ) ;
+ Text = "~E-Mail-Programm" ;
+ Text[ english_us ] = "~E-mail program";
+ };
+ Edit ED_MAILERURL
+ {
+ Pos = MAP_APPFONT ( 60 , 18 ) ;
+ Size = MAP_APPFONT ( 173 , 12 ) ;
+ Border = TRUE;
+ };
+
+ PushButton PB_MAILERURL
+ {
+ Pos = MAP_APPFONT ( 239 , 18 ) ;
+ Size = MAP_APPFONT ( 12 , 12 ) ;
+ Text = "..." ;
+ };
+
+ String STR_DEFAULT_FILENAME
+ {
+ Text = "Alle Dateien (*.*)" ;
+ Text[english_us] = "All files (*.*)" ;
+ Text[ french ] = "Tous les fichiers (*.*)";
+ Text[ spanish ] = "Todos los archivos (*.*)";
+ Text[ italian ] = "Tutti i file (*.*)";
+ Text[ swedish ] = "Alla filer (*.*)";
+ Text[ japanese ] = "すべてのファイル (*.*)";
+ Text[ korean ] = "모든 파일(*.*)";
+ Text[ chinese_simplified ] = "全部文件 (*.*)";
+ Text[ chinese_traditional ] = "全部的檔案(*.*)";
+ Text[ portuguese ] = "Todos os ficheiros (*.*)";
+ Text[ russian ] = " (*.*)";
+ Text[ greek ] = " (*.*)";
+ Text[ dutch ] = "Alle bestanden (*.*)";
+ Text[ finnish ] = "<Kaikki>";
+ Text[ czech ] = "Všechny soubory (*.*)";
+ Text[ danish ] = "Alle filer (*.*)";
+ Text[ polish ] = "Wszystkie pliki (*.*)";
+ Text[ portuguese_brazilian ] = "Todos os arquivos (*.*)";
+ Text[ turkish ] = "Tm dosyalar (*.*)";
+ Text[ arabic ] = "(*.*) ";
+ Text[ hebrew ] = "‮כל הקבצים (*.*)‬";
+ Text[ catalan ] = "<Tot>";
+ Text[ thai ] = "ทุกไฟล์ (*.*)";
+ Text[ slovak ] = "Všetky súbory (*.*)";
+ Text[ hindi ] = "सभी फाइल (*.*)";
+ Text[ hungarian ] = "Minden fájl (*.*)";
+ Text[ slovenian ] = "Vse datoteke (*.*)";
+ };
+};
+
+ // ******************************************************************* EOF