[Tickets #7853] Re: Translation application for the Horde framework

bugs at horde.org bugs at horde.org
Tue Jan 12 23:57:41 UTC 2010


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/7853
------------------------------------------------------------------------------
  Ticket             | 7853
  Updated By         | CVS Commit <cvs at lists.horde.org>
  Summary            | Translation application for the Horde framework
  Queue              | Incubator
  Type               | Enhancement
  State              | Resolved
  Priority           | 1. Low
  Milestone          |
  Patch              |
  Owners             | Jan Schneider
------------------------------------------------------------------------------


CVS Commit <cvs at lists.horde.org> (2010-01-12 18:57) wrote:

Changes have been made in Git for this ticket:

Add Babel (Request #7853).

  create mode 100644 babel/COPYING
  create mode 100644 babel/README
  create mode 100644 babel/commit.php
  create mode 100644 babel/config/hooks.php.dist
  create mode 100644 babel/docs/CHANGES
  create mode 100644 babel/docs/CREDITS
  create mode 100644 babel/docs/TODO
  create mode 100644 babel/download.php
  create mode 100644 babel/edit.php
  create mode 100644 babel/extract.php
  create mode 100644 babel/index.php
  create mode 100644 babel/js/effects.js
  create mode 100644 babel/js/prototype.js
  create mode 100644 babel/js/redbox.js
  create mode 100644 babel/lib/Display.php
  create mode 100644 babel/lib/Gettext.php
  create mode 100644 babel/lib/Gettext/MO.php
  create mode 100644 babel/lib/Gettext/PO.php
  create mode 100644 babel/lib/Translate.php
  create mode 100644 babel/lib/Translate_Help.php
  create mode 100644 babel/lib/Translation.php
  create mode 100644 babel/lib/api.php
  create mode 100644 babel/lib/base.php
  create mode 100644 babel/make.php
  create mode 100644 babel/po/fr_FR.po
  create mode 100644 babel/po/translation.pot
  create mode 100644 babel/reset.php
  create mode 100755 babel/scripts/translate.php
  create mode 100644 babel/stats.php
  create mode 100644 babel/templates/common-header.inc
  create mode 100644 babel/templates/index.php
  create mode 100644 babel/templates/layout.html
  create mode 100644 babel/themes/graphics/az.png
  create mode 100644 babel/themes/graphics/checked.gif
  create mode 100644 babel/themes/graphics/config.png
  create mode 100644 babel/themes/graphics/delete.png
  create mode 100644 babel/themes/graphics/down.png
  create mode 100644 babel/themes/graphics/edit.png
  create mode 100644 babel/themes/graphics/extract.png
  create mode 100644 babel/themes/graphics/list.png
  create mode 100644 babel/themes/graphics/locked.png
  create mode 100644 babel/themes/graphics/make.png
  create mode 100644 babel/themes/graphics/redbox_spinner.gif
  create mode 100644 babel/themes/graphics/sample.png
  create mode 100644 babel/themes/graphics/skeleton.png
  create mode 100644 babel/themes/graphics/translation.png
  create mode 100644 babel/themes/graphics/unchecked.gif
  create mode 100644 babel/themes/graphics/up.png
  create mode 100644 babel/themes/graphics/upload.png
  create mode 100644 babel/themes/graphics/view.png
  create mode 100644 babel/themes/graphics/za.png
  create mode 100644 babel/themes/screen.css
  create mode 100644 babel/upload.php
  create mode 100644 babel/view.php
  create mode 100644 babel/viewsource.php
http://git.horde.org/co.php/babel/COPYING?rt=horde-git&r=257c7da84d074d8afa650e8c20e0c1d6c4fd2352
http://git.horde.org/co.php/babel/README?rt=horde-git&r=257c7da84d074d8afa650e8c20e0c1d6c4fd2352
http://git.horde.org/co.php/babel/commit.php?rt=horde-git&r=257c7da84d074d8afa650e8c20e0c1d6c4fd2352
http://git.horde.org/co.php/babel/config/hooks.php.dist?rt=horde-git&r=257c7da84d074d8afa650e8c20e0c1d6c4fd2352
http://git.horde.org/co.php/babel/docs/CHANGES?rt=horde-git&r=257c7da84d074d8afa650e8c20e0c1d6c4fd2352
http://git.horde.org/co.php/babel/docs/CREDITS?rt=horde-git&r=257c7da84d074d8afa650e8c20e0c1d6c4fd2352
http://git.horde.org/co.php/babel/docs/TODO?rt=horde-git&r=257c7da84d074d8afa650e8c20e0c1d6c4fd2352
http://git.horde.org/co.php/babel/download.php?rt=horde-git&r=257c7da84d074d8afa650e8c20e0c1d6c4fd2352
http://git.horde.org/co.php/babel/edit.php?rt=horde-git&r=257c7da84d074d8afa650e8c20e0c1d6c4fd2352
http://git.horde.org/co.php/babel/extract.php?rt=horde-git&r=257c7da84d074d8afa650e8c20e0c1d6c4fd2352
http://git.horde.org/co.php/babel/index.php?rt=horde-git&r=257c7da84d074d8afa650e8c20e0c1d6c4fd2352
http://git.horde.org/co.php/babel/js/effects.js?rt=horde-git&r=257c7da84d074d8afa650e8c20e0c1d6c4fd2352
http://git.horde.org/co.php/babel/js/prototype.js?rt=horde-git&r=257c7da84d074d8afa650e8c20e0c1d6c4fd2352
http://git.horde.org/co.php/babel/js/redbox.js?rt=horde-git&r=257c7da84d074d8afa650e8c20e0c1d6c4fd2352
http://git.horde.org/co.php/babel/lib/Display.php?rt=horde-git&r=257c7da84d074d8afa650e8c20e0c1d6c4fd2352
http://git.horde.org/co.php/babel/lib/Gettext.php?rt=horde-git&r=257c7da84d074d8afa650e8c20e0c1d6c4fd2352
http://git.horde.org/co.php/babel/lib/Gettext/MO.php?rt=horde-git&r=257c7da84d074d8afa650e8c20e0c1d6c4fd2352
http://git.horde.org/co.php/babel/lib/Gettext/PO.php?rt=horde-git&r=257c7da84d074d8afa650e8c20e0c1d6c4fd2352
http://git.horde.org/co.php/babel/lib/Translate.php?rt=horde-git&r=257c7da84d074d8afa650e8c20e0c1d6c4fd2352
http://git.horde.org/co.php/babel/lib/Translate_Help.php?rt=horde-git&r=257c7da84d074d8afa650e8c20e0c1d6c4fd2352
http://git.horde.org/co.php/babel/lib/Translation.php?rt=horde-git&r=257c7da84d074d8afa650e8c20e0c1d6c4fd2352
http://git.horde.org/co.php/babel/lib/api.php?rt=horde-git&r=257c7da84d074d8afa650e8c20e0c1d6c4fd2352
http://git.horde.org/co.php/babel/lib/base.php?rt=horde-git&r=257c7da84d074d8afa650e8c20e0c1d6c4fd2352
http://git.horde.org/co.php/babel/make.php?rt=horde-git&r=257c7da84d074d8afa650e8c20e0c1d6c4fd2352
http://git.horde.org/co.php/babel/po/fr_FR.po?rt=horde-git&r=257c7da84d074d8afa650e8c20e0c1d6c4fd2352
http://git.horde.org/co.php/babel/po/translation.pot?rt=horde-git&r=257c7da84d074d8afa650e8c20e0c1d6c4fd2352
http://git.horde.org/co.php/babel/reset.php?rt=horde-git&r=257c7da84d074d8afa650e8c20e0c1d6c4fd2352
http://git.horde.org/co.php/babel/scripts/translate.php?rt=horde-git&r=257c7da84d074d8afa650e8c20e0c1d6c4fd2352
http://git.horde.org/co.php/babel/stats.php?rt=horde-git&r=257c7da84d074d8afa650e8c20e0c1d6c4fd2352
http://git.horde.org/co.php/babel/templates/common-header.inc?rt=horde-git&r=257c7da84d074d8afa650e8c20e0c1d6c4fd2352
http://git.horde.org/co.php/babel/templates/index.php?rt=horde-git&r=257c7da84d074d8afa650e8c20e0c1d6c4fd2352
http://git.horde.org/co.php/babel/templates/layout.html?rt=horde-git&r=257c7da84d074d8afa650e8c20e0c1d6c4fd2352
http://git.horde.org/co.php/babel/themes/graphics/az.png?rt=horde-git&r=257c7da84d074d8afa650e8c20e0c1d6c4fd2352
http://git.horde.org/co.php/babel/themes/graphics/checked.gif?rt=horde-git&r=257c7da84d074d8afa650e8c20e0c1d6c4fd2352
http://git.horde.org/co.php/babel/themes/graphics/config.png?rt=horde-git&r=257c7da84d074d8afa650e8c20e0c1d6c4fd2352
http://git.horde.org/co.php/babel/themes/graphics/delete.png?rt=horde-git&r=257c7da84d074d8afa650e8c20e0c1d6c4fd2352
http://git.horde.org/co.php/babel/themes/graphics/down.png?rt=horde-git&r=257c7da84d074d8afa650e8c20e0c1d6c4fd2352
http://git.horde.org/co.php/babel/themes/graphics/edit.png?rt=horde-git&r=257c7da84d074d8afa650e8c20e0c1d6c4fd2352
http://git.horde.org/co.php/babel/themes/graphics/extract.png?rt=horde-git&r=257c7da84d074d8afa650e8c20e0c1d6c4fd2352
http://git.horde.org/co.php/babel/themes/graphics/list.png?rt=horde-git&r=257c7da84d074d8afa650e8c20e0c1d6c4fd2352
http://git.horde.org/co.php/babel/themes/graphics/locked.png?rt=horde-git&r=257c7da84d074d8afa650e8c20e0c1d6c4fd2352
http://git.horde.org/co.php/babel/themes/graphics/make.png?rt=horde-git&r=257c7da84d074d8afa650e8c20e0c1d6c4fd2352
http://git.horde.org/co.php/babel/themes/graphics/redbox_spinner.gif?rt=horde-git&r=257c7da84d074d8afa650e8c20e0c1d6c4fd2352
http://git.horde.org/co.php/babel/themes/graphics/sample.png?rt=horde-git&r=257c7da84d074d8afa650e8c20e0c1d6c4fd2352
http://git.horde.org/co.php/babel/themes/graphics/skeleton.png?rt=horde-git&r=257c7da84d074d8afa650e8c20e0c1d6c4fd2352
http://git.horde.org/co.php/babel/themes/graphics/translation.png?rt=horde-git&r=257c7da84d074d8afa650e8c20e0c1d6c4fd2352
http://git.horde.org/co.php/babel/themes/graphics/unchecked.gif?rt=horde-git&r=257c7da84d074d8afa650e8c20e0c1d6c4fd2352
http://git.horde.org/co.php/babel/themes/graphics/up.png?rt=horde-git&r=257c7da84d074d8afa650e8c20e0c1d6c4fd2352
http://git.horde.org/co.php/babel/themes/graphics/upload.png?rt=horde-git&r=257c7da84d074d8afa650e8c20e0c1d6c4fd2352
http://git.horde.org/co.php/babel/themes/graphics/view.png?rt=horde-git&r=257c7da84d074d8afa650e8c20e0c1d6c4fd2352
http://git.horde.org/co.php/babel/themes/graphics/za.png?rt=horde-git&r=257c7da84d074d8afa650e8c20e0c1d6c4fd2352
http://git.horde.org/co.php/babel/themes/screen.css?rt=horde-git&r=257c7da84d074d8afa650e8c20e0c1d6c4fd2352
http://git.horde.org/co.php/babel/upload.php?rt=horde-git&r=257c7da84d074d8afa650e8c20e0c1d6c4fd2352
http://git.horde.org/co.php/babel/view.php?rt=horde-git&r=257c7da84d074d8afa650e8c20e0c1d6c4fd2352
http://git.horde.org/co.php/babel/viewsource.php?rt=horde-git&r=257c7da84d074d8afa650e8c20e0c1d6c4fd2352






More information about the bugs mailing list