[commits] Horde-Hatchery branch master updated. 257c7da84d074d8afa650e8c20e0c1d6c4fd2352

Jan Schneider jan at horde.org
Mon Jan 19 09:44:43 UTC 2009


The branch master has been updated
       via  257c7da84d074d8afa650e8c20e0c1d6c4fd2352 (commit)
      from  f0de2a9cf3f7078cc05466923c0bb98d3a53f37c (commit)

-----------------------------------------------------------------------
commit 257c7da84d074d8afa650e8c20e0c1d6c4fd2352
Author: Jan Schneider <jan at horde.org>
Date:   Mon Jan 19 10:44:39 2009 +0100

    Add Babel (Request #7853).

 babel/COPYING                            |  280 ++
 babel/README                             |   86 +
 babel/commit.php                         |   59 +
 babel/config/hooks.php.dist              |   28 +
 babel/docs/CHANGES                       |    5 +
 babel/docs/CREDITS                       |   15 +
 babel/docs/TODO                          |    8 +
 babel/download.php                       |   50 +
 babel/edit.php                           |  111 +
 babel/extract.php                        |  119 +
 babel/index.php                          |   21 +
 babel/js/effects.js                      |   65 +
 babel/js/prototype.js                    | 4221 ++++++++++++++++++++++++++
 babel/js/redbox.js                       |  130 +
 babel/lib/Display.php                    |  136 +
 babel/lib/Gettext.php                    |  280 ++
 babel/lib/Gettext/MO.php                 |  331 ++
 babel/lib/Gettext/PO.php                 |  209 ++
 babel/lib/Translate.php                  |  748 +++++
 babel/lib/Translate_Help.php             |  238 ++
 babel/lib/Translation.php                |  312 ++
 babel/lib/api.php                        |   76 +
 babel/lib/base.php                       |  126 +
 babel/make.php                           |   76 +
 babel/po/fr_FR.po                        |  493 +++
 babel/po/translation.pot                 |  489 +++
 babel/reset.php                          |   53 +
 babel/scripts/translate.php              | 1527 ++++++++++
 babel/stats.php                          |  120 +
 babel/templates/common-header.inc        |   25 +
 babel/templates/index.php                |   78 +
 babel/templates/layout.html              |   14 +
 babel/themes/graphics/az.png             |  Bin 0 -> 183 bytes
 babel/themes/graphics/checked.gif        |  Bin 0 -> 75 bytes
 babel/themes/graphics/config.png         |  Bin 0 -> 901 bytes
 babel/themes/graphics/delete.png         |  Bin 0 -> 822 bytes
 babel/themes/graphics/down.png           |  Bin 0 -> 558 bytes
 babel/themes/graphics/edit.png           |  Bin 0 -> 1007 bytes
 babel/themes/graphics/extract.png        |  Bin 0 -> 872 bytes
 babel/themes/graphics/list.png           |  Bin 0 -> 1443 bytes
 babel/themes/graphics/locked.png         |  Bin 0 -> 750 bytes
 babel/themes/graphics/make.png           |  Bin 0 -> 854 bytes
 babel/themes/graphics/redbox_spinner.gif |  Bin 0 -> 3236 bytes
 babel/themes/graphics/sample.png         |  Bin 0 -> 220 bytes
 babel/themes/graphics/skeleton.png       |  Bin 0 -> 743 bytes
 babel/themes/graphics/translation.png    |  Bin 0 -> 790 bytes
 babel/themes/graphics/unchecked.gif      |  Bin 0 -> 67 bytes
 babel/themes/graphics/up.png             |  Bin 0 -> 572 bytes
 babel/themes/graphics/upload.png         |  Bin 0 -> 946 bytes
 babel/themes/graphics/view.png           |  Bin 0 -> 1443 bytes
 babel/themes/graphics/za.png             |  Bin 0 -> 184 bytes
 babel/themes/screen.css                  |   45 +
 babel/upload.php                         |   68 +
 babel/view.php                           |  502 +++
 babel/viewsource.php                     |   82 +
 55 files changed, 11226 insertions(+), 0 deletions(-)
 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-hatchery&r=257c7da84d074d8afa650e8c20e0c1d6c4fd2352
http://git.horde.org/co.php/babel/README?rt=horde-hatchery&r=257c7da84d074d8afa650e8c20e0c1d6c4fd2352
http://git.horde.org/co.php/babel/commit.php?rt=horde-hatchery&r=257c7da84d074d8afa650e8c20e0c1d6c4fd2352
http://git.horde.org/co.php/babel/config/hooks.php.dist?rt=horde-hatchery&r=257c7da84d074d8afa650e8c20e0c1d6c4fd2352
http://git.horde.org/co.php/babel/docs/CHANGES?rt=horde-hatchery&r=257c7da84d074d8afa650e8c20e0c1d6c4fd2352
http://git.horde.org/co.php/babel/docs/CREDITS?rt=horde-hatchery&r=257c7da84d074d8afa650e8c20e0c1d6c4fd2352
http://git.horde.org/co.php/babel/docs/TODO?rt=horde-hatchery&r=257c7da84d074d8afa650e8c20e0c1d6c4fd2352
http://git.horde.org/co.php/babel/download.php?rt=horde-hatchery&r=257c7da84d074d8afa650e8c20e0c1d6c4fd2352
http://git.horde.org/co.php/babel/edit.php?rt=horde-hatchery&r=257c7da84d074d8afa650e8c20e0c1d6c4fd2352
http://git.horde.org/co.php/babel/extract.php?rt=horde-hatchery&r=257c7da84d074d8afa650e8c20e0c1d6c4fd2352
http://git.horde.org/co.php/babel/index.php?rt=horde-hatchery&r=257c7da84d074d8afa650e8c20e0c1d6c4fd2352
http://git.horde.org/co.php/babel/js/effects.js?rt=horde-hatchery&r=257c7da84d074d8afa650e8c20e0c1d6c4fd2352
http://git.horde.org/co.php/babel/js/prototype.js?rt=horde-hatchery&r=257c7da84d074d8afa650e8c20e0c1d6c4fd2352
http://git.horde.org/co.php/babel/js/redbox.js?rt=horde-hatchery&r=257c7da84d074d8afa650e8c20e0c1d6c4fd2352
http://git.horde.org/co.php/babel/lib/Display.php?rt=horde-hatchery&r=257c7da84d074d8afa650e8c20e0c1d6c4fd2352
http://git.horde.org/co.php/babel/lib/Gettext.php?rt=horde-hatchery&r=257c7da84d074d8afa650e8c20e0c1d6c4fd2352
http://git.horde.org/co.php/babel/lib/Gettext/MO.php?rt=horde-hatchery&r=257c7da84d074d8afa650e8c20e0c1d6c4fd2352
http://git.horde.org/co.php/babel/lib/Gettext/PO.php?rt=horde-hatchery&r=257c7da84d074d8afa650e8c20e0c1d6c4fd2352
http://git.horde.org/co.php/babel/lib/Translate.php?rt=horde-hatchery&r=257c7da84d074d8afa650e8c20e0c1d6c4fd2352
http://git.horde.org/co.php/babel/lib/Translate_Help.php?rt=horde-hatchery&r=257c7da84d074d8afa650e8c20e0c1d6c4fd2352
http://git.horde.org/co.php/babel/lib/Translation.php?rt=horde-hatchery&r=257c7da84d074d8afa650e8c20e0c1d6c4fd2352
http://git.horde.org/co.php/babel/lib/api.php?rt=horde-hatchery&r=257c7da84d074d8afa650e8c20e0c1d6c4fd2352
http://git.horde.org/co.php/babel/lib/base.php?rt=horde-hatchery&r=257c7da84d074d8afa650e8c20e0c1d6c4fd2352
http://git.horde.org/co.php/babel/make.php?rt=horde-hatchery&r=257c7da84d074d8afa650e8c20e0c1d6c4fd2352
http://git.horde.org/co.php/babel/po/fr_FR.po?rt=horde-hatchery&r=257c7da84d074d8afa650e8c20e0c1d6c4fd2352
http://git.horde.org/co.php/babel/po/translation.pot?rt=horde-hatchery&r=257c7da84d074d8afa650e8c20e0c1d6c4fd2352
http://git.horde.org/co.php/babel/reset.php?rt=horde-hatchery&r=257c7da84d074d8afa650e8c20e0c1d6c4fd2352
http://git.horde.org/co.php/babel/scripts/translate.php?rt=horde-hatchery&r=257c7da84d074d8afa650e8c20e0c1d6c4fd2352
http://git.horde.org/co.php/babel/stats.php?rt=horde-hatchery&r=257c7da84d074d8afa650e8c20e0c1d6c4fd2352
http://git.horde.org/co.php/babel/templates/common-header.inc?rt=horde-hatchery&r=257c7da84d074d8afa650e8c20e0c1d6c4fd2352
http://git.horde.org/co.php/babel/templates/index.php?rt=horde-hatchery&r=257c7da84d074d8afa650e8c20e0c1d6c4fd2352
http://git.horde.org/co.php/babel/templates/layout.html?rt=horde-hatchery&r=257c7da84d074d8afa650e8c20e0c1d6c4fd2352
http://git.horde.org/co.php/babel/themes/graphics/az.png?rt=horde-hatchery&r=257c7da84d074d8afa650e8c20e0c1d6c4fd2352
http://git.horde.org/co.php/babel/themes/graphics/checked.gif?rt=horde-hatchery&r=257c7da84d074d8afa650e8c20e0c1d6c4fd2352
http://git.horde.org/co.php/babel/themes/graphics/config.png?rt=horde-hatchery&r=257c7da84d074d8afa650e8c20e0c1d6c4fd2352
http://git.horde.org/co.php/babel/themes/graphics/delete.png?rt=horde-hatchery&r=257c7da84d074d8afa650e8c20e0c1d6c4fd2352
http://git.horde.org/co.php/babel/themes/graphics/down.png?rt=horde-hatchery&r=257c7da84d074d8afa650e8c20e0c1d6c4fd2352
http://git.horde.org/co.php/babel/themes/graphics/edit.png?rt=horde-hatchery&r=257c7da84d074d8afa650e8c20e0c1d6c4fd2352
http://git.horde.org/co.php/babel/themes/graphics/extract.png?rt=horde-hatchery&r=257c7da84d074d8afa650e8c20e0c1d6c4fd2352
http://git.horde.org/co.php/babel/themes/graphics/list.png?rt=horde-hatchery&r=257c7da84d074d8afa650e8c20e0c1d6c4fd2352
http://git.horde.org/co.php/babel/themes/graphics/locked.png?rt=horde-hatchery&r=257c7da84d074d8afa650e8c20e0c1d6c4fd2352
http://git.horde.org/co.php/babel/themes/graphics/make.png?rt=horde-hatchery&r=257c7da84d074d8afa650e8c20e0c1d6c4fd2352
http://git.horde.org/co.php/babel/themes/graphics/redbox_spinner.gif?rt=horde-hatchery&r=257c7da84d074d8afa650e8c20e0c1d6c4fd2352
http://git.horde.org/co.php/babel/themes/graphics/sample.png?rt=horde-hatchery&r=257c7da84d074d8afa650e8c20e0c1d6c4fd2352
http://git.horde.org/co.php/babel/themes/graphics/skeleton.png?rt=horde-hatchery&r=257c7da84d074d8afa650e8c20e0c1d6c4fd2352
http://git.horde.org/co.php/babel/themes/graphics/translation.png?rt=horde-hatchery&r=257c7da84d074d8afa650e8c20e0c1d6c4fd2352
http://git.horde.org/co.php/babel/themes/graphics/unchecked.gif?rt=horde-hatchery&r=257c7da84d074d8afa650e8c20e0c1d6c4fd2352
http://git.horde.org/co.php/babel/themes/graphics/up.png?rt=horde-hatchery&r=257c7da84d074d8afa650e8c20e0c1d6c4fd2352
http://git.horde.org/co.php/babel/themes/graphics/upload.png?rt=horde-hatchery&r=257c7da84d074d8afa650e8c20e0c1d6c4fd2352
http://git.horde.org/co.php/babel/themes/graphics/view.png?rt=horde-hatchery&r=257c7da84d074d8afa650e8c20e0c1d6c4fd2352
http://git.horde.org/co.php/babel/themes/graphics/za.png?rt=horde-hatchery&r=257c7da84d074d8afa650e8c20e0c1d6c4fd2352
http://git.horde.org/co.php/babel/themes/screen.css?rt=horde-hatchery&r=257c7da84d074d8afa650e8c20e0c1d6c4fd2352
http://git.horde.org/co.php/babel/upload.php?rt=horde-hatchery&r=257c7da84d074d8afa650e8c20e0c1d6c4fd2352
http://git.horde.org/co.php/babel/view.php?rt=horde-hatchery&r=257c7da84d074d8afa650e8c20e0c1d6c4fd2352
http://git.horde.org/co.php/babel/viewsource.php?rt=horde-hatchery&r=257c7da84d074d8afa650e8c20e0c1d6c4fd2352




More information about the commits mailing list