CVS_SILENT Removed extra space after full-stop

svn path=/trunk/kdebase/kcontrol/konqhtml/; revision=133243
This commit is contained in:
Malcolm Hunter 2002-01-23 02:32:52 +00:00
parent a88ae1f423
commit cad0cdedf5
12 changed files with 44 additions and 44 deletions

View file

@ -82,9 +82,9 @@ KCacheConfigDialog::KCacheConfigDialog( QWidget* parent, const char* name )
"rb_verify" );
QWhatsThis::add( rb_verify, i18n("Select this if you want to verify "
"whether the page cached in your hard "
"disk is still valid. If this is disabled, "
"disk is still valid. If this is disabled, "
"a cached copy of remote files will be "
"used whenever possible. You can still "
"used whenever possible. You can still "
"use the reload button to synchronize the "
"cache with the remote host.") );
hlay->addWidget( rb_verify );

View file

@ -137,14 +137,14 @@ KCookiesPolicies::KCookiesPolicies(QWidget *parent, const char *name)
#if 0
pb_domPolicyImport = new QPushButton( i18n("Import..."), vbox );
QWhatsThis::add( pb_domPolicyImport, i18n("Click this button to choose the file that contains "
"the cookie policies. These policies will be merged "
"with the existing ones. Duplicate entries are ignored.") );
"the cookie policies. These policies will be merged "
"with the existing ones. Duplicate entries are ignored.") );
connect( pb_domPolicyImport, SIGNAL( clicked() ), this, SLOT( importPressed() ) );
pb_domPolicyImport->hide();
pb_domPolicyExport = new QPushButton( i18n("Export..."), vbox );
QWhatsThis::add( pb_domPolicyExport, i18n("Click this button to save the cookie policy to a zipped "
"file. The file, named <b>cookie_policy.tgz</b>, will be "
"file. The file, named <b>cookie_policy.tgz</b>, will be "
"saved to a location of your choice." ) );
connect( pb_domPolicyExport, SIGNAL( clicked() ), this, SLOT( exportPressed() ) );
@ -156,7 +156,7 @@ KCookiesPolicies::KCookiesPolicies(QWidget *parent, const char *name)
"domain. To add a new policy, simply click on the <i>Add...</i> "
"button and supply the necessary information requested by the "
"dialog box. To change an existing policy, click on the <i>Change...</i> "
"button and choose the new policy from the policy dialog box. Clicking "
"button and choose the new policy from the policy dialog box. Clicking "
"on the <i>Delete</i> button will remove the selected policy causing the "
"default policy setting to be used for that domain. ") );
#if 0
@ -521,14 +521,14 @@ QString KCookiesPolicies::quickHelp() const
" consider this an invasion of privacy.<p>However, cookies are"
" useful in certain situations. For example, they are often used"
" by Internet shops, so you can 'put things into a shopping"
" basket'. Some sites require you have a browser that supports"
" basket'. Some sites require you have a browser that supports"
" cookies.<p>Because most people want a compromise between privacy"
" and the benefits cookies offer, KDE offers you the ability to"
" customize the way it handles cookies. You might, for example"
" want to set KDE's default policy to ask you whenever a server"
" wants to set a cookie or simply reject or accept everything."
" For example, you might choose to accept all cookies from your"
" favorite shopping web site. For this all you have to do is"
" favorite shopping web site. For this all you have to do is"
" either browse to that particular site and when you are presented"
" with the cookie dialog box, click on <i> This domain </i> under"
" the 'apply to' tab and choose accept or simply specify the name"

View file

@ -207,7 +207,7 @@ KEnvVarProxyDlg::KEnvVarProxyDlg( QWidget* parent, const char* name )
pb_verify = new QPushButton( i18n("&Verify"), gb_servers, "pb_verify" );
QWhatsThis::add( pb_verify, i18n("<qt>Click this button to quickly "
"determine whether or not the environment "
"variable names you supplied are valid. "
"variable names you supplied are valid. "
"If an environment variable is not found "
"the associted labels will be "
"<b>highlighted</b> to indicate the "
@ -362,7 +362,7 @@ void KEnvVarProxyDlg::verifyPressed()
"invalid \nenvironment variable name.");
QString details = i18n("<qt>Make sure you entered the actual "
"environment variable name rather than the "
"address of the proxy server. For example, "
"address of the proxy server. For example, "
"if the set variable name used to specify the "
"HTTP proxy server is <b>HTTP_PROXY</b>, then "
"you need to enter <b>HTTP_PROXY</b> instead "
@ -598,7 +598,7 @@ void KEnvVarProxyDlg::accept()
"invalid \nenvironment variable!");
QString details = i18n("<qt>Make sure you entered the actual "
"environment variable name rather than the "
"address of the proxy server. For example, "
"address of the proxy server. For example, "
"if the set variable name used to specify the "
"HTTP proxy server is <b>HTTP_PROXY</b>, then "
"you need to enter <b>HTTP_PROXY</b> instead "

View file

@ -111,7 +111,7 @@ KManualProxyDlg::KManualProxyDlg( QWidget* parent, const char* name )
sb_httpproxy = new QSpinBox( gb_servers, "sb_httpproxy" );
sb_httpproxy->setEnabled( false );
QWhatsThis::add( sb_httpproxy, i18n("Enter the port number of the HTTP "
"proxy server. Default is 8080. "
"proxy server. Default is 8080. "
"Another common value is 3128.") );
glay->addWidget( cb_httpproxy, 0, 0 );
@ -141,7 +141,7 @@ KManualProxyDlg::KManualProxyDlg( QWidget* parent, const char* name )
sb_secproxy = new QSpinBox( gb_servers, "sb_secport" );
sb_secproxy->setEnabled( false );
QWhatsThis::add( sb_secproxy, i18n("Enter the port number of the secure "
"proxy server. Default is 8080. "
"proxy server. Default is 8080. "
"Another common value is 3128.") );
glay->addWidget( cb_secproxy, 1, 0 );
@ -170,7 +170,7 @@ KManualProxyDlg::KManualProxyDlg( QWidget* parent, const char* name )
sb_ftpproxy = new QSpinBox( gb_servers, "sb_ftpport" );
sb_ftpproxy->setEnabled( false );
QWhatsThis::add( sb_ftpproxy, i18n("Enter the port number of the FTP "
"proxy server. Default 8080. "
"proxy server. Default 8080. "
"Another common value is 3128.") );
glay->addWidget( cb_ftpproxy, 2, 0 );
@ -200,7 +200,7 @@ KManualProxyDlg::KManualProxyDlg( QWidget* parent, const char* name )
sb_gopherproxy = new QSpinBox( gb_servers, "sb_gopherport" );
sb_gopherproxy->setEnabled( false );
QWhatsThis::add( sb_gopherproxy, i18n("Enter the port number for the gopher "
"proxy server. Default is 8080. "
"proxy server. Default is 8080. "
"Another common value is 3128.") );
glay->addWidget( cb_gopherproxy, 3, 0 );
@ -222,7 +222,7 @@ KManualProxyDlg::KManualProxyDlg( QWidget* parent, const char* name )
QWhatsThis::add( pb_copyDown, i18n("<qt>This button allows you to copy "
"the entry of one input field into all "
"the others underneath it. For "
"the others underneath it. For "
"example, if you fill out the "
"information for <tt>HTTP</tt> and "
"press this button, whatever you "

View file

@ -54,7 +54,7 @@ KExceptionBox::KExceptionBox( QWidget* parent, const char* name )
"in this list"), this,
"cb_reverseproxy" );
QWhatsThis::add( cb_reverseproxy, i18n("<qt>Check this box to reverse the "
"use of the exception list. That "
"use of the exception list. That "
"is checking this box will result "
"in the proxy servers being used "
"only when the requested URL matches "
@ -124,7 +124,7 @@ KExceptionBox::KExceptionBox( QWidget* parent, const char* name )
"If the box is checked, then only "
"URLs that match the addresses "
"listed here will be sent through "
"the proxy server(s) shown above. "
"the proxy server(s) shown above. "
"Otherwise, the proxy servers are "
"bypassed for this list.</qt>") );
@ -333,7 +333,7 @@ KProxyDialog::KProxyDialog( QWidget* parent, const char* name )
gb_configure, "rb_autoScript" );
QWhatsThis::add( rb_autoScript, i18n("Select this option if your proxy "
"support is provided through a script "
"file located at a specific address. "
"file located at a specific address. "
"You can then enter the address of "
"the location below.") );
hlay->addWidget( rb_autoScript );
@ -439,7 +439,7 @@ KProxyDialog::KProxyDialog( QWidget* parent, const char* name )
gb_auth->setEnabled( false );
QWhatsThis::add( gb_auth, i18n("Setup the way authorization information "
"should be handled when making proxy "
"connections. The default option is to "
"connections. The default option is to "
"prompt you for password as needed.") );
gb_auth->setColumnLayout(0, Qt::Vertical );
gb_auth->layout()->setSpacing( 0 );
@ -458,7 +458,7 @@ KProxyDialog::KProxyDialog( QWidget* parent, const char* name )
rb_prompt->setChecked( true );
QWhatsThis::add( rb_prompt, i18n("Select this option if you want to "
"be prompted for the login information "
"as needed. This is default behavior.") );
"as needed. This is default behavior.") );
hlay->addWidget( rb_prompt );
spacer = new QSpacerItem( 20, 20, QSizePolicy::Expanding,
QSizePolicy::Fixed );

View file

@ -90,7 +90,7 @@ KProxyExceptionDlg::KProxyExceptionDlg( QWidget* parent, const char* name )
"Note that the reverse is true if "
"the \"<code>Only use proxy for "
"enteries in this list</code>\" "
"box is checked. That is only URLs "
"box is checked. That is only URLs "
"that match one of the addresses in "
"this would be allowed to use proxy "
"servers") );

View file

@ -67,10 +67,10 @@ UAProviderDlg::UAProviderDlg( const QString& caption, QWidget *parent,
m_leSite = new UALineEdit( this );
label->setBuddy( m_leSite );
connect( m_leSite, SIGNAL( textChanged(const QString&)), SLOT(slotTextChanged(const QString&)) );
QString wtstr = i18n( "Enter the site or domain name where a fake identity should be used. "
"<p><u>NOTE:</u> Wildcard syntax such as \"*,?\" is NOT allowed. Instead "
QString wtstr = i18n( "Enter the site or domain name where a fake identity should be used. "
"<p><u>NOTE:</u> Wildcard syntax such as \"*,?\" is NOT allowed. Instead "
"enter the top level address of a site to make generic matches for all "
"locations found under it. For example, if you want all sites at "
"locations found under it. For example, if you want all sites at "
"<code>http://www.acme.com</code> to receive fake browser-identification, "
"simply enter <code>acme.com</code> here.");
QWhatsThis::add( label, wtstr );

View file

@ -85,7 +85,7 @@ UserAgentOptions::UserAgentOptions( QWidget * parent, const char * name )
lb_default->setAlignment( Qt::AlignVCenter | Qt::AlignHCenter | Qt::WordBreak );
bg_grid->addMultiCellWidget( lb_default, 1, 1, 0, 1);
wtstr = i18n("This is the default identification sent to remote sites "
"during browsing. You can modify it using the checkboxes "
"during browsing. You can modify it using the checkboxes "
"below.");
QWhatsThis::add( lb_default, wtstr );
@ -194,7 +194,7 @@ UserAgentOptions::UserAgentOptions( QWidget * parent, const char * name )
"<P>To add a new agent string, simply click on the <code>New "
"</code>button and supply the necessary information requested "
"by the dialog box. To change an existing site specific entry, "
"click on the <code>Change</code> button. The <code>Delete "
"click on the <code>Change</code> button. The <code>Delete "
"</code> button will remove the selected policy, causing the "
"default setting to be used for that site or domain.");
/*

View file

@ -108,7 +108,7 @@ KRootOptions::KRootOptions(KConfig *config, QWidget *parent, const char *name )
connect(menuBarBox, SIGNAL(clicked()), this, SLOT(changed()));
QWhatsThis::add( menuBarBox, i18n("Check this option if you want the"
" desktop popup menus to appear on the top of the screen in the style"
" of Macintosh. This setting is independent of the global top-level"
" of Macintosh. This setting is independent of the global top-level"
" menu setting that applies to KDE applications.") );
row++;

View file

@ -168,16 +168,16 @@ KJavaOptions::KJavaOptions( KConfig* config, QString group,
QWhatsThis::add( deleteDomainPB, i18n("Click on this button to change the policy for the "
"host or domain selected in the list box.") );
QWhatsThis::add( importDomainPB, i18n("Click this button to choose the file that contains "
"the Java policies. These policies will be merged "
"with the exisiting ones. Duplicate entries are ignored.") );
"the Java policies. These policies will be merged "
"with the exisiting ones. Duplicate entries are ignored.") );
QWhatsThis::add( exportDomainPB, i18n("Click this button to save the Java policy to a zipped "
"file. The file, named <b>java_policy.tgz</b>, will be "
"file. The file, named <b>java_policy.tgz</b>, will be "
"saved to a location of your choice." ) );
QWhatsThis::add( domainSpecificGB, i18n("Here you can set specific Java policies for any particular "
"host or domain. To add a new policy, simply click the <i>Add...</i> "
"button and supply the necessary information requested by the "
"dialog box. To change an existing policy, click on the <i>Change...</i> "
"button and choose the new policy from the policy dialog box. Clicking "
"button and choose the new policy from the policy dialog box. Clicking "
"on the <i>Delete</i> button will remove the selected policy causing the default "
"policy setting to be used for that domain. The <i>Import</i> and <i>Export</i> "
"button allows you to easily share your policies with other people by allowing "
@ -190,22 +190,22 @@ KJavaOptions::KJavaOptions( KConfig* config, QString group,
QWhatsThis::add( javaSecurityManagerCB, i18n( "Enabling the security manager will cause the jvm to run with a Security "
"Manager in place. This will keep applets from being able to read and "
"write to your file system, creating arbitrary sockets, and other actions "
"which could be used to compromise your system. Disable this option at your "
"own risk. You can modify your $HOME/.java.policy file with the Java "
"which could be used to compromise your system. Disable this option at your "
"own risk. You can modify your $HOME/.java.policy file with the Java "
"policytool utility to give code downloaded from certain sites more "
"permissions." ) );
QWhatsThis::add( pathED, i18n("Enter the path to the java executable. If you want to use the jre in "
"your path, simply leave it as 'java'. If you need to use a different jre, "
QWhatsThis::add( pathED, i18n("Enter the path to the java executable. If you want to use the jre in "
"your path, simply leave it as 'java'. If you need to use a different jre, "
"enter the path to the java executable (for example, /usr/lib/jdk/bin/java), "
"or the path to the directory that contains 'bin/java' (for example, /opt/IBMJava2-13).") );
QWhatsThis::add( addArgED, i18n("If you want special arguments to be passed to the virtual machine, enter them here.") );
QString shutdown = i18n("When all the applets have been destroyed, the applet server should shut down. "
"However, starting the jvm takes a lot of time. If you would like to "
QString shutdown = i18n("When all the applets have been destroyed, the applet server should shut down. "
"However, starting the jvm takes a lot of time. If you would like to "
"keep the java process running while you are "
"browsing, you can set the timeout value to what you would like. To keep "
"browsing, you can set the timeout value to what you would like. To keep "
"the java process running for the whole time the konqueror process is, "
"leave the Shutdown Applet Server checkbox unchecked.");
QWhatsThis::add( serverTimeoutSB, shutdown);

View file

@ -113,15 +113,15 @@ KJavaScriptOptions::KJavaScriptOptions( KConfig* config, QString group, QWidget
QPushButton* importDomainPB = new QPushButton( i18n("&Import..."), domainSpecificGB );
domainSpecificGBLayout->addWidget( importDomainPB, 3, 1 );
QWhatsThis::add( importDomainPB, i18n("Click this button to choose the file that contains "
"the JavaScript policies. These policies will be merged "
"with the exisiting ones. Duplicate entries are ignored.") );
"the JavaScript policies. These policies will be merged "
"with the exisiting ones. Duplicate entries are ignored.") );
connect( importDomainPB, SIGNAL( clicked() ), this, SLOT( importPressed() ) );
importDomainPB->setEnabled( false );
QPushButton* exportDomainPB = new QPushButton( i18n("&Export..."), domainSpecificGB );
domainSpecificGBLayout->addWidget( exportDomainPB, 4, 1 );
QWhatsThis::add( exportDomainPB, i18n("Click this button to save the JavaScript policy to a zipped "
"file. The file, named <b>javascript_policy.tgz</b>, will be "
"file. The file, named <b>javascript_policy.tgz</b>, will be "
"saved to a location of your choice." ) );
connect( exportDomainPB, SIGNAL( clicked() ), this, SLOT( exportPressed() ) );
@ -135,7 +135,7 @@ KJavaScriptOptions::KJavaScriptOptions( KConfig* config, QString group, QWidget
"host or domain. To add a new policy, simply click the <i>Add...</i> "
"button and supply the necessary information requested by the "
"dialog box. To change an existing policy, click on the <i>Change...</i> "
"button and choose the new policy from the policy dialog box. Clicking "
"button and choose the new policy from the policy dialog box. Clicking "
"on the <i>Delete</i> button will remove the selected policy causing the default "
"policy setting to be used for that domain. The <i>Import</i> and <i>Export</i> "
"button allows you to easily share your policies with other people by allowing "

View file

@ -222,7 +222,7 @@ int main(int argc, char** argv)
{
KMessageBox::error(NULL,
i18n("There was an error connecting to the Desktop "
"communications server. Please make sure that "
"communications server. Please make sure that "
"the 'dcopserver' process has been started, and "
"then try again."),
i18n("Error connecting to DCOP server"));