Guest User

Untitled

a guest
Oct 20th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.60 KB | None | 0 0
  1. <?php
  2.  
  3. /**
  4.  * Internationalisation file for extenstion UserLink
  5.  *
  6.  * @file
  7.  * @ingroup Extensions
  8.  */
  9.  
  10. $messages = array();
  11.  
  12. $messages['de'] = array('userlink-description' => 'Öffnet die Möglichkeit, Benutzerlinks mithilfe von <nowiki>[[[BENUTZER]]]</nowiki> zu erzeugen, ohne die umständliche Standardsyntax verwenden zu müssen',
  13.     'userlink-defaultusername' => 'BENUTZER');
  14.  
  15. $messages['en'] = array('userlink-description' => 'Provides the ability to add user links with <nowiki>[[[USER]]]</nowiki> without using the complicated standard syntax',
  16.     'userlink-defaultusername' => 'USER');
  17.    
  18. ?>
Add Comment
Please, Sign In to add comment