diff options
Diffstat (limited to 'framework/I18N/core/Gettext')
-rw-r--r-- | framework/I18N/core/Gettext/TGettext.php | 6 | ||||
-rw-r--r-- | framework/I18N/core/Gettext/TGettext_MO.php | 5 | ||||
-rw-r--r-- | framework/I18N/core/Gettext/TGettext_PO.php | 6 |
3 files changed, 11 insertions, 6 deletions
diff --git a/framework/I18N/core/Gettext/TGettext.php b/framework/I18N/core/Gettext/TGettext.php index 2c5f91c7..860a9208 100644 --- a/framework/I18N/core/Gettext/TGettext.php +++ b/framework/I18N/core/Gettext/TGettext.php @@ -13,9 +13,11 @@ * * @author Wei Zhuo <weizhuo[at]gmail[dot]com> * @version $Revision: 1.4 $ $Date: 2005/01/09 23:36:23 $ - * @package System.I18N.core + * @package Prado\I18N\core\Gettext */ +namespace Prado\I18N\core\Gettext; + // +----------------------------------------------------------------------+ // | PEAR :: File :: Gettext | // +----------------------------------------------------------------------+ @@ -54,7 +56,7 @@ * @author Michael Wallner <mike@php.net> * @version $Revision: 1.4 $ * @access public - * @package System.I18N.core + * @package Prado\I18N\core\Gettext */ class TGettext { diff --git a/framework/I18N/core/Gettext/TGettext_MO.php b/framework/I18N/core/Gettext/TGettext_MO.php index 3e84ef2e..d78b88e4 100644 --- a/framework/I18N/core/Gettext/TGettext_MO.php +++ b/framework/I18N/core/Gettext/TGettext_MO.php @@ -13,9 +13,10 @@ * * @author Wei Zhuo <weizhuo[at]gmail[dot]com> * @version $Revision: 1.3 $ $Date: 2005/08/27 03:21:12 $ - * @package System.I18N.core + * @package Prado\I18N\core\Gettext */ +namespace Prado\I18N\core\Gettext; // +----------------------------------------------------------------------+ // | PEAR :: File :: Gettext :: MO | @@ -48,7 +49,7 @@ require_once dirname(__FILE__).'/TGettext.php'; * @author Michael Wallner <mike@php.net> * @version $Revision: 1.3 $ * @access public - * @package System.I18N.core + * @package Prado\I18N\core\Gettext */ class TGettext_MO extends TGettext { diff --git a/framework/I18N/core/Gettext/TGettext_PO.php b/framework/I18N/core/Gettext/TGettext_PO.php index 950a5de3..9651da2e 100644 --- a/framework/I18N/core/Gettext/TGettext_PO.php +++ b/framework/I18N/core/Gettext/TGettext_PO.php @@ -13,9 +13,11 @@ * * @author Wei Zhuo <weizhuo[at]gmail[dot]com> * @version $Revision: 1.2 $ $Date: 2005/01/05 03:15:14 $ - * @package System.I18N.core + * @package Prado\I18N\core\Gettext */ +namespace Prado\I18N\core\Gettext; + // +----------------------------------------------------------------------+ // | PEAR :: File :: Gettext :: PO | // +----------------------------------------------------------------------+ @@ -47,7 +49,7 @@ require_once dirname(__FILE__).'/TGettext.php'; * @author Michael Wallner <mike@php.net> * @version $Revision: 1.2 $ * @access public - * @package System.I18N.core + * @package Prado\I18N\core\Gettext */ class TGettext_PO extends TGettext { |