@ -110,11 +110,11 @@ TQString KonqAboutPageFactory::launch()
TQString home_folder = TQDir : : homeDirPath ( ) ;
TQString continue_icon_path = TQApplication : : reverseLayout ( ) ? iconloader - > iconPath ( " 1leftarrow " , KIcon : : Small ) : iconloader - > iconPath ( " 1rightarrow " , KIcon : : Small ) ;
res = res . tq arg( locate ( " data " , " kdeui/about/kde_infopage.css " ) ) ;
res = res . arg( locate ( " data " , " kdeui/about/kde_infopage.css " ) ) ;
if ( kapp - > reverseLayout ( ) )
res = res . tq arg( " @import \" %1 \" ; " ) . tq arg( locate ( " data " , " kdeui/about/kde_infopage_rtl.css " ) ) ;
res = res . arg( " @import \" %1 \" ; " ) . arg( locate ( " data " , " kdeui/about/kde_infopage_rtl.css " ) ) ;
else
res = res . tq arg( " " ) ;
res = res . arg( " " ) ;
// Try to split page in three. If it succeeds, insert the default search into the middle part.
TQStringList parts = TQStringList : : split ( " <!--search bar splitter--> " , res ) ;
@ -123,56 +123,56 @@ TQString KonqAboutPageFactory::launch()
config . setGroup ( " General " ) ;
TQString name = config . readEntry ( " DefaultSearchEngine " ) ;
KService : : Ptr service =
KService : : serviceByDesktopPath ( TQString ( " searchproviders/%1.desktop " ) . tq arg( name ) ) ;
KService : : serviceByDesktopPath ( TQString ( " searchproviders/%1.desktop " ) . arg( name ) ) ;
if ( service ) {
TQString searchBar = parts [ 1 ] ;
searchBar = searchBar
. tq arg( iconSize ) . tq arg( iconSize )
. tq arg( service - > name ( ) )
. tq arg( service - > property ( " Keys " ) . toStringList ( ) [ 0 ] )
. arg( iconSize ) . arg( iconSize )
. arg( service - > name ( ) )
. arg( service - > property ( " Keys " ) . toStringList ( ) [ 0 ] )
;
res = parts [ 0 ] + searchBar + parts [ 2 ] ;
}
else res = parts [ 0 ] + parts [ 2 ] ;
}
res = res . tq arg( i18n ( " Conquer your Desktop! " ) )
. tq arg( i18n ( " Konqueror " ) )
. tq arg( i18n ( " Conquer your Desktop! " ) )
. tq arg( i18n ( " Konqueror is your file manager, web browser and universal document viewer. " ) )
. tq arg( i18n ( " Starting Points " ) )
. tq arg( i18n ( " Introduction " ) )
. tq arg( i18n ( " Tips " ) )
. tq arg( i18n ( " Specifications " ) )
. tq arg( home_folder )
. tq arg( home_icon_path )
. tq arg( iconSize ) . tq arg( iconSize )
. tq arg( home_folder )
. tq arg( i18n ( " Home Folder " ) )
. tq arg( i18n ( " Your personal files " ) )
. tq arg( storage_icon_path )
. tq arg( iconSize ) . tq arg( iconSize )
. tq arg( i18n ( " Storage Media " ) )
. tq arg( i18n ( " Disks and removable media " ) )
. tq arg( remote_icon_path )
. tq arg( iconSize ) . tq arg( iconSize )
. tq arg( i18n ( " Network Folders " ) )
. tq arg( i18n ( " Shared files and folders " ) )
. tq arg( wastebin_icon_path )
. tq arg( iconSize ) . tq arg( iconSize )
. tq arg( i18n ( " Trash " ) )
. tq arg( i18n ( " Browse and restore the trash " ) )
. tq arg( applications_icon_path )
. tq arg( iconSize ) . tq arg( iconSize )
. tq arg( i18n ( " Applications " ) )
. tq arg( i18n ( " Installed programs " ) )
. tq arg( help_icon_path )
. tq arg( iconSize ) . tq arg( iconSize )
. tq arg( i18n ( " About Kubuntu " ) )
. tq arg( i18n ( " <a href= \" help:/kubuntu/ \" >Kubuntu Documentation</a> " ) )
. tq arg( continue_icon_path )
. tq arg( KIcon : : SizeSmall ) . tq arg( KIcon : : SizeSmall )
. tq arg( i18n ( " Next: An Introduction to Konqueror " ) )
res = res . arg( i18n ( " Conquer your Desktop! " ) )
. arg( i18n ( " Konqueror " ) )
. arg( i18n ( " Conquer your Desktop! " ) )
. arg( i18n ( " Konqueror is your file manager, web browser and universal document viewer. " ) )
. arg( i18n ( " Starting Points " ) )
. arg( i18n ( " Introduction " ) )
. arg( i18n ( " Tips " ) )
. arg( i18n ( " Specifications " ) )
. arg( home_folder )
. arg( home_icon_path )
. arg( iconSize ) . arg( iconSize )
. arg( home_folder )
. arg( i18n ( " Home Folder " ) )
. arg( i18n ( " Your personal files " ) )
. arg( storage_icon_path )
. arg( iconSize ) . arg( iconSize )
. arg( i18n ( " Storage Media " ) )
. arg( i18n ( " Disks and removable media " ) )
. arg( remote_icon_path )
. arg( iconSize ) . arg( iconSize )
. arg( i18n ( " Network Folders " ) )
. arg( i18n ( " Shared files and folders " ) )
. arg( wastebin_icon_path )
. arg( iconSize ) . arg( iconSize )
. arg( i18n ( " Trash " ) )
. arg( i18n ( " Browse and restore the trash " ) )
. arg( applications_icon_path )
. arg( iconSize ) . arg( iconSize )
. arg( i18n ( " Applications " ) )
. arg( i18n ( " Installed programs " ) )
. arg( help_icon_path )
. arg( iconSize ) . arg( iconSize )
. arg( i18n ( " About Kubuntu " ) )
. arg( i18n ( " <a href= \" help:/kubuntu/ \" >Kubuntu Documentation</a> " ) )
. arg( continue_icon_path )
. arg( KIcon : : SizeSmall ) . arg( KIcon : : SizeSmall )
. arg( i18n ( " Next: An Introduction to Konqueror " ) )
;
i18n ( " Search the Web " ) ; //i18n for possible future use
@ -195,42 +195,42 @@ TQString KonqAboutPageFactory::intro()
TQString gohome_icon_path = iconloader - > iconPath ( " gohome " , KIcon : : Small ) ;
TQString continue_icon_path = TQApplication : : reverseLayout ( ) ? iconloader - > iconPath ( " 1leftarrow " , KIcon : : Small ) : iconloader - > iconPath ( " 1rightarrow " , KIcon : : Small ) ;
res = res . tq arg( locate ( " data " , " kdeui/about/kde_infopage.css " ) ) ;
res = res . arg( locate ( " data " , " kdeui/about/kde_infopage.css " ) ) ;
if ( kapp - > reverseLayout ( ) )
res = res . tq arg( " @import \" %1 \" ; " ) . tq arg( locate ( " data " , " kdeui/about/kde_infopage_rtl.css " ) ) ;
res = res . arg( " @import \" %1 \" ; " ) . arg( locate ( " data " , " kdeui/about/kde_infopage_rtl.css " ) ) ;
else
res = res . tq arg( " " ) ;
res = res . tq arg( i18n ( " Conquer your Desktop! " ) )
. tq arg( i18n ( " Konqueror " ) )
. tq arg( i18n ( " Conquer your Desktop! " ) )
. tq arg( i18n ( " Konqueror is your file manager, web browser and universal document viewer. " ) )
. tq arg( i18n ( " Starting Points " ) )
. tq arg( i18n ( " Introduction " ) )
. tq arg( i18n ( " Tips " ) )
. tq arg( i18n ( " Specifications " ) )
. tq arg( i18n ( " Konqueror makes working with and managing your files easy. You can browse "
res = res . arg( " " ) ;
res = res . arg( i18n ( " Conquer your Desktop! " ) )
. arg( i18n ( " Konqueror " ) )
. arg( i18n ( " Conquer your Desktop! " ) )
. arg( i18n ( " Konqueror is your file manager, web browser and universal document viewer. " ) )
. arg( i18n ( " Starting Points " ) )
. arg( i18n ( " Introduction " ) )
. arg( i18n ( " Tips " ) )
. arg( i18n ( " Specifications " ) )
. arg( i18n ( " Konqueror makes working with and managing your files easy. You can browse "
" both local and networked folders while enjoying advanced features "
" such as the powerful sidebar and file previews. "
) )
. tq arg( i18n ( " Konqueror is also a full featured and easy to use web browser which you "
. arg( i18n ( " Konqueror is also a full featured and easy to use web browser which you "
" can use to explore the Internet. "
" Enter the address (e.g. <a href= \" http://www.kde.org \" >http://www.kde.org</A>) "
" of a web page you would like to visit in the location bar and press Enter, "
" or choose an entry from the Bookmarks menu. " ) )
. tq arg( i18n ( " To return to the previous "
. arg( i18n ( " To return to the previous "
" location, press the back button <img width='16' height='16' src= \" %1 \" > "
" in the toolbar. " ) . tq arg( back_icon_path ) )
. tq arg( i18n ( " To quickly go to your Home folder press the "
" home button <img width='16' height='16' src= \" %1 \" >. " ) . tq arg( gohome_icon_path ) )
. tq arg( i18n ( " For more detailed documentation on Konqueror click <a href= \" %1 \" >here</a>. " )
. tq arg( " exec:/khelpcenter " ) )
. tq arg( i18n ( " <em>Tuning Tip:</em> If you want the Konqueror web browser to start faster, "
" in the toolbar. " ) . arg( back_icon_path ) )
. arg( i18n ( " To quickly go to your Home folder press the "
" home button <img width='16' height='16' src= \" %1 \" >. " ) . arg( gohome_icon_path ) )
. arg( i18n ( " For more detailed documentation on Konqueror click <a href= \" %1 \" >here</a>. " )
. arg( " exec:/khelpcenter " ) )
. arg( i18n ( " <em>Tuning Tip:</em> If you want the Konqueror web browser to start faster, "
" you can turn off this information screen by clicking <a href= \" %1 \" >here</a>. You can re-enable it "
" by choosing the Help -> Konqueror Introduction menu option, and then pressing "
" Settings -> Save View Profile \" Web Browsing \" . " ) . tq arg( " config:/disable_overview " ) )
. tq arg( " <img width='16' height='16' src= \" %1 \" > " ) . tq arg( continue_icon_path )
. tq arg( i18n ( " Next: Tips & Tricks " ) )
" Settings -> Save View Profile \" Web Browsing \" . " ) . arg( " config:/disable_overview " ) )
. arg( " <img width='16' height='16' src= \" %1 \" > " ) . arg( continue_icon_path )
. arg( i18n ( " Next: Tips & Tricks " ) )
;
@ -250,69 +250,69 @@ TQString KonqAboutPageFactory::specs()
if ( res . isEmpty ( ) )
return res ;
res = res . tq arg( locate ( " data " , " kdeui/about/kde_infopage.css " ) ) ;
res = res . arg( locate ( " data " , " kdeui/about/kde_infopage.css " ) ) ;
if ( kapp - > reverseLayout ( ) )
res = res . tq arg( " @import \" %1 \" ; " ) . tq arg( locate ( " data " , " kdeui/about/kde_infopage_rtl.css " ) ) ;
res = res . arg( " @import \" %1 \" ; " ) . arg( locate ( " data " , " kdeui/about/kde_infopage_rtl.css " ) ) ;
else
res = res . tq arg( " " ) ;
res = res . tq arg( i18n ( " Conquer your Desktop! " ) )
. tq arg( i18n ( " Konqueror " ) )
. tq arg( i18n ( " Conquer your Desktop! " ) )
. tq arg( i18n ( " Konqueror is your file manager, web browser and universal document viewer. " ) )
. tq arg( i18n ( " Starting Points " ) )
. tq arg( i18n ( " Introduction " ) )
. tq arg( i18n ( " Tips " ) )
. tq arg( i18n ( " Specifications " ) )
. tq arg( i18n ( " Specifications " ) )
. tq arg( i18n ( " Konqueror is designed to embrace and support Internet standards. "
res = res . arg( " " ) ;
res = res . arg( i18n ( " Conquer your Desktop! " ) )
. arg( i18n ( " Konqueror " ) )
. arg( i18n ( " Conquer your Desktop! " ) )
. arg( i18n ( " Konqueror is your file manager, web browser and universal document viewer. " ) )
. arg( i18n ( " Starting Points " ) )
. arg( i18n ( " Introduction " ) )
. arg( i18n ( " Tips " ) )
. arg( i18n ( " Specifications " ) )
. arg( i18n ( " Specifications " ) )
. arg( i18n ( " Konqueror is designed to embrace and support Internet standards. "
" The aim is to fully implement the officially sanctioned standards "
" from organizations such as the W3 and OASIS, while also adding "
" extra support for other common usability features that arise as "
" de facto standards across the Internet. Along with this support, "
" for such functions as favicons, Internet Keywords, and <A HREF= \" %1 \" >XBEL bookmarks</A>, "
" Konqueror also implements: " ) . tq arg( " http://pyxml.sourceforge.net/topics/xbel/ " ) )
. tq arg( i18n ( " Web Browsing " ) )
. tq arg( i18n ( " Supported standards " ) )
. tq arg( i18n ( " Additional requirements* " ) )
. tq arg( i18n ( " <A HREF= \" %1 \" >DOM</A> (Level 1, partially Level 2) based "
" <A HREF= \" %2 \" >HTML 4.01</A> " ) . tq arg( " http://www.w3.org/DOM " ) . tq arg( " http://www.w3.org/TR/html4/ " ) )
. tq arg( i18n ( " built-in " ) )
. tq arg( i18n ( " <A HREF= \" %1 \" >Cascading Style Sheets</A> (CSS 1, partially CSS 2) " ) . tq arg( " http://www.w3.org/Style/CSS/ " ) )
. tq arg( i18n ( " built-in " ) )
. tq arg( i18n ( " <A HREF= \" %1 \" >ECMA-262</A> Edition 3 (roughly equals JavaScript 1.5) " ) . tq arg( " http://www.ecma.ch/ecma1/STAND/ECMA-262.HTM " ) )
. tq arg( i18n ( " JavaScript disabled (globally). Enable JavaScript <A HREF= \" %1 \" >here</A>. " ) . tq arg( " exec:/kcmshell khtml_java_js " ) )
. tq arg( i18n ( " JavaScript enabled (globally). Configure JavaScript <A HREF= \\ \" %1 \\ \" >here</A>. " ) . tq arg( " exec:/kcmshell khtml_java_js " ) ) // leave the double backslashes here, they are necessary for javascript !
. tq arg( i18n ( " Secure <A HREF= \" %1 \" >Java</A><SUP>®</SUP> support " ) . tq arg( " http://java.sun.com " ) )
. tq arg( i18n ( " JDK 1.2.0 (Java 2) compatible VM (<A HREF= \" %1 \" >Blackdown</A>, <A HREF= \" %2 \" >IBM</A> or <A HREF= \" %3 \" >Sun</A>) " )
. tq arg( " http://www.blackdown.org " ) . tq arg( " http://www.ibm.com " ) . tq arg( " http://java.sun.com " ) )
. tq arg( i18n ( " Enable Java (globally) <A HREF= \" %1 \" >here</A>. " ) . tq arg( " exec:/kcmshell khtml_java_js " ) ) // TODO Maybe test if Java is enabled ?
. tq arg( i18n ( " Netscape Communicator<SUP>®</SUP> <A HREF= \" %4 \" >plugins</A> (for viewing <A HREF= \" %1 \" >Flash<SUP>®</SUP></A>, <A HREF= \" %2 \" >Real<SUP>®</SUP></A>Audio, <A HREF= \" %3 \" >Real<SUP>®</SUP></A>Video, etc.) " )
. tq arg( " http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash " )
. tq arg( " http://www.real.com " ) . tq arg( " http://www.real.com " )
. tq arg( " about:plugins " ) )
. tq arg( i18n ( " built-in " ) )
. tq arg( i18n ( " Secure Sockets Layer " ) )
. tq arg( i18n ( " (TLS/SSL v2/3) for secure communications up to 168bit " ) )
. tq arg( i18n ( " OpenSSL " ) )
. tq arg( i18n ( " Bidirectional 16bit tqunicode support " ) )
. tq arg( i18n ( " built-in " ) )
. tq arg( i18n ( " AutoCompletion for forms " ) )
. tq arg( i18n ( " built-in " ) )
. tq arg( i18n ( " G E N E R A L " ) )
. tq arg( i18n ( " Feature " ) )
. tq arg( i18n ( " Details " ) )
. tq arg( i18n ( " Image formats " ) )
. tq arg( i18n ( " Transfer protocols " ) )
. tq arg( i18n ( " HTTP 1.1 (including gzip/bzip2 compression) " ) )
. tq arg( i18n ( " FTP " ) )
. tq arg( i18n ( " and <A HREF= \" %1 \" >many more...</A> " ) . tq arg( " exec:/kcmshell ioslaveinfo " ) )
. tq arg( i18n ( " URL-Completion " ) )
. tq arg( i18n ( " Manual " ) )
. tq arg( i18n ( " Popup " ) )
. tq arg( i18n ( " (Short-) Automatic " ) )
. tq arg( " <img width='16' height='16' src= \" %1 \" > " ) . tq arg( continue_icon_path )
. tq arg( i18n ( " <a href= \" %1 \" >Return to Starting Points</a> " ) . tq arg( " launch.html " ) )
" Konqueror also implements: " ) . arg( " http://pyxml.sourceforge.net/topics/xbel/ " ) )
. arg( i18n ( " Web Browsing " ) )
. arg( i18n ( " Supported standards " ) )
. arg( i18n ( " Additional requirements* " ) )
. arg( i18n ( " <A HREF= \" %1 \" >DOM</A> (Level 1, partially Level 2) based "
" <A HREF= \" %2 \" >HTML 4.01</A> " ) . arg( " http://www.w3.org/DOM " ) . arg( " http://www.w3.org/TR/html4/ " ) )
. arg( i18n ( " built-in " ) )
. arg( i18n ( " <A HREF= \" %1 \" >Cascading Style Sheets</A> (CSS 1, partially CSS 2) " ) . arg( " http://www.w3.org/Style/CSS/ " ) )
. arg( i18n ( " built-in " ) )
. arg( i18n ( " <A HREF= \" %1 \" >ECMA-262</A> Edition 3 (roughly equals JavaScript 1.5) " ) . arg( " http://www.ecma.ch/ecma1/STAND/ECMA-262.HTM " ) )
. arg( i18n ( " JavaScript disabled (globally). Enable JavaScript <A HREF= \" %1 \" >here</A>. " ) . arg( " exec:/kcmshell khtml_java_js " ) )
. arg( i18n ( " JavaScript enabled (globally). Configure JavaScript <A HREF= \\ \" %1 \\ \" >here</A>. " ) . arg( " exec:/kcmshell khtml_java_js " ) ) // leave the double backslashes here, they are necessary for javascript !
. arg( i18n ( " Secure <A HREF= \" %1 \" >Java</A><SUP>®</SUP> support " ) . arg( " http://java.sun.com " ) )
. arg( i18n ( " JDK 1.2.0 (Java 2) compatible VM (<A HREF= \" %1 \" >Blackdown</A>, <A HREF= \" %2 \" >IBM</A> or <A HREF= \" %3 \" >Sun</A>) " )
. arg( " http://www.blackdown.org " ) . arg( " http://www.ibm.com " ) . arg( " http://java.sun.com " ) )
. arg( i18n ( " Enable Java (globally) <A HREF= \" %1 \" >here</A>. " ) . arg( " exec:/kcmshell khtml_java_js " ) ) // TODO Maybe test if Java is enabled ?
. arg( i18n ( " Netscape Communicator<SUP>®</SUP> <A HREF= \" %4 \" >plugins</A> (for viewing <A HREF= \" %1 \" >Flash<SUP>®</SUP></A>, <A HREF= \" %2 \" >Real<SUP>®</SUP></A>Audio, <A HREF= \" %3 \" >Real<SUP>®</SUP></A>Video, etc.) " )
. arg( " http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash " )
. arg( " http://www.real.com " ) . arg( " http://www.real.com " )
. arg( " about:plugins " ) )
. arg( i18n ( " built-in " ) )
. arg( i18n ( " Secure Sockets Layer " ) )
. arg( i18n ( " (TLS/SSL v2/3) for secure communications up to 168bit " ) )
. arg( i18n ( " OpenSSL " ) )
. arg( i18n ( " Bidirectional 16bit tqunicode support " ) )
. arg( i18n ( " built-in " ) )
. arg( i18n ( " AutoCompletion for forms " ) )
. arg( i18n ( " built-in " ) )
. arg( i18n ( " G E N E R A L " ) )
. arg( i18n ( " Feature " ) )
. arg( i18n ( " Details " ) )
. arg( i18n ( " Image formats " ) )
. arg( i18n ( " Transfer protocols " ) )
. arg( i18n ( " HTTP 1.1 (including gzip/bzip2 compression) " ) )
. arg( i18n ( " FTP " ) )
. arg( i18n ( " and <A HREF= \" %1 \" >many more...</A> " ) . arg( " exec:/kcmshell ioslaveinfo " ) )
. arg( i18n ( " URL-Completion " ) )
. arg( i18n ( " Manual " ) )
. arg( i18n ( " Popup " ) )
. arg( i18n ( " (Short-) Automatic " ) )
. arg( " <img width='16' height='16' src= \" %1 \" > " ) . arg( continue_icon_path )
. arg( i18n ( " <a href= \" %1 \" >Return to Starting Points</a> " ) . arg( " launch.html " ) )
;
@ -347,57 +347,57 @@ TQString KonqAboutPageFactory::tips()
iconloader - > iconPath ( " view_left_right " , KIcon : : Small ) ;
TQString continue_icon_path = TQApplication : : reverseLayout ( ) ? iconloader - > iconPath ( " 1leftarrow " , KIcon : : Small ) : iconloader - > iconPath ( " 1rightarrow " , KIcon : : Small ) ;
res = res . tq arg( locate ( " data " , " kdeui/about/kde_infopage.css " ) ) ;
res = res . arg( locate ( " data " , " kdeui/about/kde_infopage.css " ) ) ;
if ( kapp - > reverseLayout ( ) )
res = res . tq arg( " @import \" %1 \" ; " ) . tq arg( locate ( " data " , " kdeui/about/kde_infopage_rtl.css " ) ) ;
res = res . arg( " @import \" %1 \" ; " ) . arg( locate ( " data " , " kdeui/about/kde_infopage_rtl.css " ) ) ;
else
res = res . tq arg( " " ) ;
res = res . tq arg( i18n ( " Conquer your Desktop! " ) )
. tq arg( i18n ( " Konqueror " ) )
. tq arg( i18n ( " Conquer your Desktop! " ) )
. tq arg( i18n ( " Konqueror is your file manager, web browser and universal document viewer. " ) )
. tq arg( i18n ( " Starting Points " ) )
. tq arg( i18n ( " Introduction " ) )
. tq arg( i18n ( " Tips " ) )
. tq arg( i18n ( " Specifications " ) )
. tq arg( i18n ( " Tips & Tricks " ) )
. tq arg( i18n ( " Use Internet-Keywords and Web-Shortcuts: by typing \" gg: KDE \" one can search the Internet, "
res = res . arg( " " ) ;
res = res . arg( i18n ( " Conquer your Desktop! " ) )
. arg( i18n ( " Konqueror " ) )
. arg( i18n ( " Conquer your Desktop! " ) )
. arg( i18n ( " Konqueror is your file manager, web browser and universal document viewer. " ) )
. arg( i18n ( " Starting Points " ) )
. arg( i18n ( " Introduction " ) )
. arg( i18n ( " Tips " ) )
. arg( i18n ( " Specifications " ) )
. arg( i18n ( " Tips & Tricks " ) )
. arg( i18n ( " Use Internet-Keywords and Web-Shortcuts: by typing \" gg: KDE \" one can search the Internet, "
" using Google, for the search phrase \" KDE \" . There are a lot of "
" Web-Shortcuts predefined to make searching for software or looking "
" up certain words in an encyclopedia a breeze. You can even "
" <a href= \" %1 \" >create your own</a> Web-Shortcuts. " ) . tq arg( " exec:/kcmshell ebrowsing " ) )
. tq arg( i18n ( " Use the magnifier button <img width='16' height='16' src= \" %1 \" > in the "
" toolbar to increase the font size on your web page. " ) . tq arg( viewmag_icon_path ) )
. tq arg( i18n ( " When you want to paste a new address into the Location toolbar you might want to "
" <a href= \" %1 \" >create your own</a> Web-Shortcuts. " ) . arg( " exec:/kcmshell ebrowsing " ) )
. arg( i18n ( " Use the magnifier button <img width='16' height='16' src= \" %1 \" > in the "
" toolbar to increase the font size on your web page. " ) . arg( viewmag_icon_path ) )
. arg( i18n ( " When you want to paste a new address into the Location toolbar you might want to "
" clear the current entry by pressing the black arrow with the white cross "
" <img width='16' height='16' src= \" %1 \" > in the toolbar. " )
. tq arg( TQApplication : : reverseLayout ( ) ? locationbar_erase_rtl_icon_path : locationbar_erase_icon_path ) )
. tq arg( i18n ( " To create a link on your desktop pointing to the current page, "
. arg( TQApplication : : reverseLayout ( ) ? locationbar_erase_rtl_icon_path : locationbar_erase_icon_path ) )
. arg( i18n ( " To create a link on your desktop pointing to the current page, "
" simply drag the \" Location \" label that is to the left of the Location toolbar, drop it on to "
" the desktop, and choose \" Link \" . " ) )
. tq arg( i18n ( " You can also find <img width='16' height='16' src= \" %1 \" > \" Full-Screen Mode \" "
. arg( i18n ( " You can also find <img width='16' height='16' src= \" %1 \" > \" Full-Screen Mode \" "
" in the Settings menu. This feature is very useful for \" Talk \" "
" sessions. " ) . tq arg( window_fullscreen_icon_path ) )
. tq arg( i18n ( " Divide et impera (lat. \" Divide and conquer \" ) - by splitting a window "
" sessions. " ) . arg( window_fullscreen_icon_path ) )
. arg( i18n ( " Divide et impera (lat. \" Divide and conquer \" ) - by splitting a window "
" into two parts (e.g. Window -> <img width='16' height='16' src= \" %1 \" > Split View "
" Left/Right) you can make Konqueror appear the way you like. You "
" can even load some example view-profiles (e.g. Midnight Commander) "
" , or create your own ones. " ) . tq arg( view_left_right_icon_path ) )
. tq arg( i18n ( " Use the <a href= \" %1 \" >user-agent</a> feature if the website you are visiting "
" , or create your own ones. " ) . arg( view_left_right_icon_path ) )
. arg( i18n ( " Use the <a href= \" %1 \" >user-agent</a> feature if the website you are visiting "
" asks you to use a different browser "
" (and do not forget to send a complaint to the webmaster!) " ) . tq arg( " exec:/kcmshell useragent " ) )
. tq arg( i18n ( " The <img width='16' height='16' src= \" %1 \" > History in your SideBar ensures "
" that you can keep track of the pages you have visited recently. " ) . tq arg( history_icon_path ) )
. tq arg( i18n ( " Use a caching <a href= \" %1 \" >proxy</a> to speed up your "
" Internet connection. " ) . tq arg( " exec:/kcmshell proxy " ) )
. tq arg( i18n ( " Advanced users will appreciate the Konsole which you can embed into "
" (and do not forget to send a complaint to the webmaster!) " ) . arg( " exec:/kcmshell useragent " ) )
. arg( i18n ( " The <img width='16' height='16' src= \" %1 \" > History in your SideBar ensures "
" that you can keep track of the pages you have visited recently. " ) . arg( history_icon_path ) )
. arg( i18n ( " Use a caching <a href= \" %1 \" >proxy</a> to speed up your "
" Internet connection. " ) . arg( " exec:/kcmshell proxy " ) )
. arg( i18n ( " Advanced users will appreciate the Konsole which you can embed into "
" Konqueror (Window -> <img width='16' height='16' SRC= \" %1 \" > Show "
" Terminal Emulator). " ) . tq arg( openterm_icon_path ) )
. tq arg( i18n ( " Thanks to <a href= \" %1 \" >DCOP</a> you can have full control over Konqueror using a script. "
) . tq arg( " exec:/kdcop " ) )
. tq arg( i18n ( " <img width='16' height='16' src= \" %1 \" > " ) . tq arg( continue_icon_path ) )
. tq arg( i18n ( " Next: Specifications " ) )
" Terminal Emulator). " ) . arg( openterm_icon_path ) )
. arg( i18n ( " Thanks to <a href= \" %1 \" >DCOP</a> you can have full control over Konqueror using a script. "
) . arg( " exec:/kdcop " ) )
. arg( i18n ( " <img width='16' height='16' src= \" %1 \" > " ) . arg( continue_icon_path ) )
. arg( i18n ( " Next: Specifications " ) )
;
@ -413,10 +413,10 @@ TQString KonqAboutPageFactory::plugins()
return * s_plugins_html ;
TQString res = loadFile ( locate ( " data " , kapp - > reverseLayout ( ) ? " konqueror/about/plugins_rtl.html " : " konqueror/about/plugins.html " ) )
. tq arg( i18n ( " Installed Plugins " ) )
. tq arg( i18n ( " <td>Plugin</td><td>Description</td><td>File</td><td>Types</td> " ) )
. tq arg( i18n ( " Installed " ) )
. tq arg( i18n ( " <td>Mime Type</td><td>Description</td><td>Suffixes</td><td>Plugin</td> " ) ) ;
. arg( i18n ( " Installed Plugins " ) )
. arg( i18n ( " <td>Plugin</td><td>Description</td><td>File</td><td>Types</td> " ) )
. arg( i18n ( " Installed " ) )
. arg( i18n ( " <td>Mime Type</td><td>Description</td><td>Suffixes</td><td>Plugin</td> " ) ) ;
if ( res . isEmpty ( ) )
return res ;
@ -489,7 +489,7 @@ void KonqAboutPage::restoreState( TQDataStream &stream )
void KonqAboutPage : : serve ( const TQString & html , const TQString & what )
{
m_what = what ;
begin ( KURL ( TQString ( " about:%1 " ) . tq arg( what ) ) ) ;
begin ( KURL ( TQString ( " about:%1 " ) . arg( what ) ) ) ;
write ( html ) ;
end ( ) ;
m_htmlDoc = html ;