Module: nagvis Branch: master Commit: 2f45a234c0d5b0b32e9a31d661bc58d006913026 URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis;a=commit;h=2f45a234c0d5b0b32e9a31d661bc58d006913026
Author: LaMi <[email protected]> Date: Mon Mar 22 22:08:19 2010 +0100 #227 implemented php-gettext as alternative to compiled in php gettext support --- share/server/core/classes/GlobalLanguage.php | 31 +-- share/server/core/ext/php-gettext-1.0.9/AUTHORS | 3 + share/server/core/ext/php-gettext-1.0.9/COPYING | 340 +++++++++++++++++ share/server/core/ext/php-gettext-1.0.9/README | 161 ++++++++ .../server/core/ext/php-gettext-1.0.9/gettext.inc | 368 ++++++++++++++++++ .../server/core/ext/php-gettext-1.0.9/gettext.php | 398 ++++++++++++++++++++ .../server/core/ext/php-gettext-1.0.9/streams.php | 167 ++++++++ 7 files changed, 1446 insertions(+), 22 deletions(-) Diff: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis/diff/?id=2f45a234c0d5b0b32e9a31d661bc58d006913026 ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Nagvis-checkins mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagvis-checkins
