summaryrefslogtreecommitdiff
path: root/plugins/password
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-09-25 13:03:53 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-09-25 13:03:53 +0000
commit319507d0863509209a7a252a20368110d48319b0 (patch)
tree741b106e2410fbabc957ceef37831677e8abae75 /plugins/password
parent59d69157f949461046670cfbeb07895f8062250b (diff)
- s/RoundCube/Roundcube/
git-svn-id: https://svn.roundcube.net/trunk@3989 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'plugins/password')
-rw-r--r--plugins/password/README2
-rw-r--r--plugins/password/drivers/sasl.php2
-rw-r--r--plugins/password/drivers/virtualmin.php2
-rw-r--r--plugins/password/localization/ru_RU.inc4
-rw-r--r--plugins/password/password.php2
5 files changed, 6 insertions, 6 deletions
diff --git a/plugins/password/README b/plugins/password/README
index 8cb568db1..830a14074 100644
--- a/plugins/password/README
+++ b/plugins/password/README
@@ -113,7 +113,7 @@
2.2. Cyrus/SASL (sasl)
----------------------
- Cyrus SASL database authentication allows your Cyrus+RoundCube
+ Cyrus SASL database authentication allows your Cyrus+Roundcube
installation to host mail users without requiring a Unix Shell account!
This driver only covers the "sasldb" case when using Cyrus SASL. Kerberos
diff --git a/plugins/password/drivers/sasl.php b/plugins/password/drivers/sasl.php
index b1e9ba487..0031563c2 100644
--- a/plugins/password/drivers/sasl.php
+++ b/plugins/password/drivers/sasl.php
@@ -7,7 +7,7 @@
* The code is derrived from the Squirrelmail "Change SASL Password" Plugin
* by Galen Johnson.
*
- * It only works with saslpasswd2 on the same host where RoundCube runs
+ * It only works with saslpasswd2 on the same host where Roundcube runs
* and requires shell access and gcc in order to compile the binary.
*
* For installation instructions please read the README file.
diff --git a/plugins/password/drivers/virtualmin.php b/plugins/password/drivers/virtualmin.php
index 9d32e3957..e2dfbc2e5 100644
--- a/plugins/password/drivers/virtualmin.php
+++ b/plugins/password/drivers/virtualmin.php
@@ -7,7 +7,7 @@
* The code is derrived from the Squirrelmail "Change Cyrus/SASL Password" Plugin
* by Thomas Bruederli.
*
- * It only works with virtualmin on the same host where RoundCube runs
+ * It only works with virtualmin on the same host where Roundcube runs
* and requires shell access and gcc in order to compile the binary.
*
* @version 1.0
diff --git a/plugins/password/localization/ru_RU.inc b/plugins/password/localization/ru_RU.inc
index 1a03e5c2d..5a108d660 100644
--- a/plugins/password/localization/ru_RU.inc
+++ b/plugins/password/localization/ru_RU.inc
@@ -4,8 +4,8 @@
+-----------------------------------------------------------------------+
| plugins/password/localization/ru_RU.inc |
| |
-| Language file of the RoundCube help plugin |
-| Copyright (C) 2005-2010, RoundCube Dev. - Switzerland |
+| Language file of the Roundcube help plugin |
+| Copyright (C) 2005-2010, Roundcube Dev. - Switzerland |
| Licensed under the GNU GPL |
| |
+-----------------------------------------------------------------------+
diff --git a/plugins/password/password.php b/plugins/password/password.php
index d5412c8dc..14a3632c3 100644
--- a/plugins/password/password.php
+++ b/plugins/password/password.php
@@ -5,7 +5,7 @@
| Password Plugin for Roundcube |
| @version @package_version@ |
| |
- | Copyright (C) 2009, RoundCube Dev. |
+ | Copyright (C) 2009, Roundcube Dev. |
| |
| This program is free software; you can redistribute it and/or modify |
| it under the terms of the GNU General Public License version 2 |