00001 <?php
00002
00003
00004
00005
00006
00007
00008 function confirmations_load_translations($languages) {
00009 return array(
00010 'No confirmations found for your request' => array(
00011 'de' => 'Es wurde keine passenden Einträge für Ihren Code gefunden.'
00012 ),
00013 'Your request has already expired and could not be confirmed' => array(
00014 'de' => 'Ihre Anfrage kommt leider zu spät, die Zeit ist bereits abgelaufen.'
00015 ),
00016 'Your request was confirmed' => array(
00017 'de' => 'Ihre Anfrage wurde bestätigt'
00018 ),
00019 'Confirmation' => array(
00020 'de' => 'Bestätigung'
00021 )
00022 );
00023 }
00024 ?>