PageRenderTime 36ms CodeModel.GetById 13ms RepoModel.GetById 0ms app.codeStats 0ms

/xoops_trust_path/libs/altsys/language/german/myblocksadmin.php

http://xoopscube-modules.googlecode.com/
PHP | 61 lines | 47 code | 12 blank | 2 comment | 0 complexity | ff4f3bad6511f8bbc016bc81ddba613c MD5 | raw file
Possible License(s): GPL-2.0, LGPL-2.1, AGPL-1.0
  1. <?php
  2. // Appended by Xoops Language Checker -GIJOE- in 2008-12-13 18:32:09
  3. define('_MD_A_MYBLOCKSADMIN_NOTICE4COMMONFCK','If you want to use WYSIWYG editor, install common/fckeditor');
  4. define( '_MD_A_MYBLOCKSADMIN_PERMUPDATED' , 'Berechtigungen erfolgreich übernommen' ) ;
  5. define( '_MD_A_MYBLOCKSADMIN_BLOCKADMIN' , 'Administration der Blöcke' ) ;
  6. define( '_MD_A_MYBLOCKSADMIN_NAME' , 'Name' ) ;
  7. define( '_MD_A_MYBLOCKSADMIN_TITLE' , 'Titel' ) ;
  8. define( '_MD_A_MYBLOCKSADMIN_SIDE' , 'Ausrichtung' ) ;
  9. define( '_MD_A_MYBLOCKSADMIN_SBLEFT' , 'o --- - LINKS' ) ;
  10. define( '_MD_A_MYBLOCKSADMIN_SBRIGHT' , '- --- o RECHTS' ) ;
  11. define( '_MD_A_MYBLOCKSADMIN_CBLEFT' , '- o-- - MITTELINKS' ) ;
  12. define( '_MD_A_MYBLOCKSADMIN_CBRIGHT' , '- --o - MITTERECHTS' ) ;
  13. define( '_MD_A_MYBLOCKSADMIN_CBCENTER' , '- -o- - MITTE' ) ;
  14. define( '_MD_A_MYBLOCKSADMIN_VISIBLE' , 'Sichtbar' ) ;
  15. define( '_MD_A_MYBLOCKSADMIN_WEIGHT' , 'Gewichtung' ) ;
  16. define( '_MD_A_MYBLOCKSADMIN_VISIBLEIN' , 'Sichtbar in' ) ;
  17. define( '_MD_A_MYBLOCKSADMIN_CONTENT' , 'Content' ) ;
  18. define( '_MD_A_MYBLOCKSADMIN_CAPT_USABLETAGS' , 'Nützliche Tags' ) ;
  19. define( '_MD_A_MYBLOCKSADMIN_FMT_TAGRULE' , '%s will be replaced into %s in the view' ) ;
  20. define( '_MD_A_MYBLOCKSADMIN_CTYPE' , 'Blocktyp' ) ;
  21. define( '_MD_A_MYBLOCKSADMIN_EDITTPL' , 'Template bearbeiten' ) ;
  22. define( '_MD_A_MYBLOCKSADMIN_OPTIONS' , 'Block\'s option' ) ;
  23. define( '_MD_A_MYBLOCKSADMIN_BCACHETIME' , 'Cache Zeit' ) ;
  24. define( '_MD_A_MYBLOCKSADMIN_ACTION' , 'Action' ) ;
  25. define( '_MD_A_MYBLOCKSADMIN_DESCRIPTION' , 'Bechreibung' ) ;
  26. define( '_MD_A_MYBLOCKSADMIN_TOPPAGE' , 'Startseite' ) ;
  27. define( '_MD_A_MYBLOCKSADMIN_ALLPAGES' , 'auf allen Seiten' ) ;
  28. define( '_MD_A_MYBLOCKSADMIN_PERMFORM' , 'Berechtigungen' ) ;
  29. define( '_MD_A_MYBLOCKSADMIN_PERM_MADMIN' , 'module admin' ) ;
  30. define( '_MD_A_MYBLOCKSADMIN_PERM_MREAD' , 'module read' ) ;
  31. define( '_MD_A_MYBLOCKSADMIN_DBUPDATED' , 'Datenbank wurde erfolgreich aktualisiert' ) ;
  32. define( '_MD_A_MYBLOCKSADMIN_FMT_REMOVEBLOCK' , '%s soll gelöscht werden. Ist das wiklich OK?' ) ;
  33. define( '_MD_A_MYBLOCKSADMIN_CLONEFORM' , 'Clone the block' ) ;
  34. define( '_MD_A_MYBLOCKSADMIN_NEWFORM' , 'Erstelle einen Block' ) ;
  35. define( '_MD_A_MYBLOCKSADMIN_EDITFORM' , 'Block bearbeiten' ) ;
  36. define( '_MD_A_MYBLOCKSADMIN_LINK_FORCECLONE' , 'Force clone' ) ;
  37. define( '_MD_A_MYBLOCKSADMIN_BTN_CLONE' , 'Clone' ) ;
  38. define( '_MD_A_MYBLOCKSADMIN_BTN_NEW' , 'Create' ) ;
  39. define( '_MD_A_MYBLOCKSADMIN_BTN_EDIT' , 'Update' ) ;
  40. define( '_MD_A_MYBLOCKSADMIN_CTYPE_HTML' , '(normales HTML)' ) ;
  41. define( '_MD_A_MYBLOCKSADMIN_CTYPE_NOSMILE' , 'HTML+BBCODE+AutoLink+Smiley aus' ) ;
  42. define( '_MD_A_MYBLOCKSADMIN_CTYPE_SMILE' , 'HTML+BBCODE+AutoLink+Smiley an' ) ;
  43. define( '_MD_A_MYBLOCKSADMIN_CTYPE_PHP' , 'PHP-Skript' ) ;
  44. // Group permission phrases
  45. define('_MD_A_MYBLOCKSADMIN_PERMADDNG', 'Could not add %s permission to %s for group %s');
  46. define('_MD_A_MYBLOCKSADMIN_PERMADDOK','Added %s permission to %s for group %s');
  47. define('_MD_A_MYBLOCKSADMIN_PERMRESETNG','Could not reset group permission for module %s');
  48. define('_MD_A_MYBLOCKSADMIN_PERMADDNGP', 'All parent items must be selected.');
  49. ?>