summaryrefslogtreecommitdiff
path: root/framework/I18N/core/Gettext
diff options
context:
space:
mode:
Diffstat (limited to 'framework/I18N/core/Gettext')
-rw-r--r--framework/I18N/core/Gettext/TGettext.php2
-rw-r--r--framework/I18N/core/Gettext/TGettext_MO.php2
-rw-r--r--framework/I18N/core/Gettext/TGettext_PO.php2
3 files changed, 0 insertions, 6 deletions
diff --git a/framework/I18N/core/Gettext/TGettext.php b/framework/I18N/core/Gettext/TGettext.php
index 860a9208..b9207eb8 100644
--- a/framework/I18N/core/Gettext/TGettext.php
+++ b/framework/I18N/core/Gettext/TGettext.php
@@ -12,7 +12,6 @@
* {@link http://prado.sourceforge.net/}
*
* @author Wei Zhuo <weizhuo[at]gmail[dot]com>
- * @version $Revision: 1.4 $ $Date: 2005/01/09 23:36:23 $
* @package Prado\I18N\core\Gettext
*/
@@ -54,7 +53,6 @@ namespace Prado\I18N\core\Gettext;
* #################################################################
*
* @author Michael Wallner <mike@php.net>
- * @version $Revision: 1.4 $
* @access public
* @package Prado\I18N\core\Gettext
*/
diff --git a/framework/I18N/core/Gettext/TGettext_MO.php b/framework/I18N/core/Gettext/TGettext_MO.php
index d78b88e4..a5993b49 100644
--- a/framework/I18N/core/Gettext/TGettext_MO.php
+++ b/framework/I18N/core/Gettext/TGettext_MO.php
@@ -12,7 +12,6 @@
* {@link http://prado.sourceforge.net/}
*
* @author Wei Zhuo <weizhuo[at]gmail[dot]com>
- * @version $Revision: 1.3 $ $Date: 2005/08/27 03:21:12 $
* @package Prado\I18N\core\Gettext
*/
@@ -47,7 +46,6 @@ require_once dirname(__FILE__).'/TGettext.php';
* GNU MO file reader and writer.
*
* @author Michael Wallner <mike@php.net>
- * @version $Revision: 1.3 $
* @access public
* @package Prado\I18N\core\Gettext
*/
diff --git a/framework/I18N/core/Gettext/TGettext_PO.php b/framework/I18N/core/Gettext/TGettext_PO.php
index 9651da2e..64a713c3 100644
--- a/framework/I18N/core/Gettext/TGettext_PO.php
+++ b/framework/I18N/core/Gettext/TGettext_PO.php
@@ -12,7 +12,6 @@
* {@link http://prado.sourceforge.net/}
*
* @author Wei Zhuo <weizhuo[at]gmail[dot]com>
- * @version $Revision: 1.2 $ $Date: 2005/01/05 03:15:14 $
* @package Prado\I18N\core\Gettext
*/
@@ -47,7 +46,6 @@ require_once dirname(__FILE__).'/TGettext.php';
* GNU PO file reader and writer.
*
* @author Michael Wallner <mike@php.net>
- * @version $Revision: 1.2 $
* @access public
* @package Prado\I18N\core\Gettext
*/