Add Babel (Request #7853).
authorJan Schneider <jan@horde.org>
Mon, 19 Jan 2009 09:44:39 +0000 (10:44 +0100)
committerJan Schneider <jan@horde.org>
Mon, 19 Jan 2009 09:44:39 +0000 (10:44 +0100)
commit257c7da84d074d8afa650e8c20e0c1d6c4fd2352
treec61f561721304d31a7f9d5e25d25d315320ddc4f
parentf0de2a9cf3f7078cc05466923c0bb98d3a53f37c
Add Babel (Request #7853).
55 files changed:
babel/COPYING [new file with mode: 0644]
babel/README [new file with mode: 0644]
babel/commit.php [new file with mode: 0644]
babel/config/hooks.php.dist [new file with mode: 0644]
babel/docs/CHANGES [new file with mode: 0644]
babel/docs/CREDITS [new file with mode: 0644]
babel/docs/TODO [new file with mode: 0644]
babel/download.php [new file with mode: 0644]
babel/edit.php [new file with mode: 0644]
babel/extract.php [new file with mode: 0644]
babel/index.php [new file with mode: 0644]
babel/js/effects.js [new file with mode: 0644]
babel/js/prototype.js [new file with mode: 0644]
babel/js/redbox.js [new file with mode: 0644]
babel/lib/Display.php [new file with mode: 0644]
babel/lib/Gettext.php [new file with mode: 0644]
babel/lib/Gettext/MO.php [new file with mode: 0644]
babel/lib/Gettext/PO.php [new file with mode: 0644]
babel/lib/Translate.php [new file with mode: 0644]
babel/lib/Translate_Help.php [new file with mode: 0644]
babel/lib/Translation.php [new file with mode: 0644]
babel/lib/api.php [new file with mode: 0644]
babel/lib/base.php [new file with mode: 0644]
babel/make.php [new file with mode: 0644]
babel/po/fr_FR.po [new file with mode: 0644]
babel/po/translation.pot [new file with mode: 0644]
babel/reset.php [new file with mode: 0644]
babel/scripts/translate.php [new file with mode: 0755]
babel/stats.php [new file with mode: 0644]
babel/templates/common-header.inc [new file with mode: 0644]
babel/templates/index.php [new file with mode: 0644]
babel/templates/layout.html [new file with mode: 0644]
babel/themes/graphics/az.png [new file with mode: 0644]
babel/themes/graphics/checked.gif [new file with mode: 0644]
babel/themes/graphics/config.png [new file with mode: 0644]
babel/themes/graphics/delete.png [new file with mode: 0644]
babel/themes/graphics/down.png [new file with mode: 0644]
babel/themes/graphics/edit.png [new file with mode: 0644]
babel/themes/graphics/extract.png [new file with mode: 0644]
babel/themes/graphics/list.png [new file with mode: 0644]
babel/themes/graphics/locked.png [new file with mode: 0644]
babel/themes/graphics/make.png [new file with mode: 0644]
babel/themes/graphics/redbox_spinner.gif [new file with mode: 0644]
babel/themes/graphics/sample.png [new file with mode: 0644]
babel/themes/graphics/skeleton.png [new file with mode: 0644]
babel/themes/graphics/translation.png [new file with mode: 0644]
babel/themes/graphics/unchecked.gif [new file with mode: 0644]
babel/themes/graphics/up.png [new file with mode: 0644]
babel/themes/graphics/upload.png [new file with mode: 0644]
babel/themes/graphics/view.png [new file with mode: 0644]
babel/themes/graphics/za.png [new file with mode: 0644]
babel/themes/screen.css [new file with mode: 0644]
babel/upload.php [new file with mode: 0644]
babel/view.php [new file with mode: 0644]
babel/viewsource.php [new file with mode: 0644]