contributions/binaries/view/translations/binaries.translations.php
Go to the documentation of this file.00001 <?php 00002 function binaries_load_translations($languages) { 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 }