.

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

Go to the source code of this file.

Functions

  binaries_load_translations ($languages)

Function Documentation

binaries_load_translations ( languages  ) 

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

00002                                                 {
00003         return array(
00004                 'No file was uploaded' => array(
00005                         'de' => 'Es wurde keine Datei hochgeladen'
00006                 ),
00007                 'The uploaded file is too big' => array(
00008                         'de' => 'Die hochgeladene Datei ist zu groß',
00009                 ),
00010                 'An unknown error code was retrieved while uploading the file.' => array(
00011                         'de' => 'Beim Hochladen der Datei ist ein Fehler aufgetreten.'
00012                 )
00013         );
00014 }