.

contributions/voting/view/translations/voting.translations.php File Reference

Go to the source code of this file.

Functions

  voting_load_translations ($languages)

Function Documentation

voting_load_translations ( languages  ) 

Definition at line 2 of file voting.translations.php.

00002                                               {
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 }