contributions/voting/view/translations/voting.translations.php
Go to the documentation of this file.00001 <?php 00002 function voting_load_translations($languages) { 00003 return array( 00004 'Your vote:' => array( 00005 'de' => 'Deine Meinung:' 00006 ), 00007 'Your vote has been counted' => array( 00008 'de' => 'Deine Stimme wurde gezählt' 00009 ) 00010 ); 00011 } 00012 ?>