PageRenderTime 47ms CodeModel.GetById 20ms RepoModel.GetById 0ms app.codeStats 0ms

/modules/blog/lang/de/main.php

http://kleophatra.googlecode.com/
PHP | 19 lines | 9 code | 0 blank | 10 comment | 0 complexity | 7bbafc7848c2576a50a9eb0ded3934fd MD5 | raw file
Possible License(s): LGPL-2.1
  1. <?php
  2. /*
  3. * Kleophatra - Open Source Content Management System
  4. * ------------------------------------------------------------------------
  5. * Copyright (C) 2007-2010, Sergio Milardovich <smilardovich@yahoo.com.ar>
  6. * This program is Free Software.
  7. *
  8. * @package Kleophatra German translation
  9. * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL License 2.0
  10. * @author Max Depenbrock <maxdepenbrock@me.com>
  11. */
  12. $kleolang->add(array(
  13. 'L_BAD_GIRL' => 'You\'ve been a bad... BAD GIRL! ¬¬',
  14. 'L_EXPIRED_POST' => 'Es tut uns leid, aber dieser Post ist nicht mehr verfügbar.',
  15. 'L_ON' => 'über',
  16. 'L_POSTED_BY' => 'Geschrieben von:',
  17. 'L_NO_COMMENTS_YET' => 'Noch keine Kommentare'
  18. ));
  19. ?>