Update of /cvsroot/php-blog/serendipity/plugins/serendipity_event_statistics
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18022
Modified Files:
serendipity_event_statistics.php
Added Files:
lang_cz.php
Log Message:
Czech translation of plugin. Outsourced to external file because of charset
issues.
Somehow I'm thinking the plugin translation system is not that perfect. ;)
Index: serendipity_event_statistics.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/plugins/serendipity_event_statistics/serendipity_event_statistics.php,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- serendipity_event_statistics.php 22 Jun 2004 13:45:46 -0000 1.10
+++ serendipity_event_statistics.php 29 Jun 2004 07:58:59 -0000 1.11
@@ -1,6 +1,11 @@
<?php # $Id$
switch ($serendipity['lang']) {
+ case 'cz':
+ case 'cs':
+ include_once S9Y_INCLUDE_PATH . 'plugins/serendipity_event_statistics/lang_cz.php';
+ break;
+
case 'de':
@define('PLUGIN_EVENT_STATISTICS_NAME', 'Statistiken');
@define('PLUGIN_EVENT_STATISTICS_DESC', 'Zeigt einen Link zu Statistiken in der Autorenoberfläche');
--- NEW FILE: lang_cz.php ---
(This appears to be a binary file; contents omitted.)
|