| " . t('Some errors occured, please check the marked fields.') . " | ";
$error_coords_not_ok = '' . t('Your chosen coordinated are invalid') . '';
$time_not_ok_message = '' . t('The entered time is invalid.') . '';
$way_length_not_ok_message = '' . t('The entered distance is invalid, Format: aa.aaa') . '';
$date_not_ok_message = '' . t('Invalid date, format:DD-MM-JJJJ') . '';
$name_not_ok_message = ' ' . t('Cachename is invalid') . '';
$tos_not_ok_message = '
' . t('The cache can only be adopted if you agree our terms of use.') . '';
$desc_not_ok_message = '
' . t('This HTML-code is invalid. To find out the exact cause of the error, you should use the HTML preview.') . '';
$type_not_ok_message = ' ' . t('No cache-type is chosen.') . '';
$size_not_ok_message = ' ' . t('No cache-size is chosen.') . '';
$diff_not_ok_message = ' ' . t('Choose both valuations!') . '';
$sizemismatch_message = ' ' . t('For virtual and webcam caches, the cache size has to be -no container-!') . '';
$html_desc_errbox = '
' . t('This HTML-Code is invalid.') . '
%text%
';
$cache_submitted = t('Your cache is successfully added to the database. You will be redirected to the cache page, now.');
$sel_message = t('Select');
$cache_attrib_js = "new Array({id}, {selected}, '{img_undef}', '{img_large}')";
$cache_attrib_pic = '
';
$cache_attrib_group =
' ';
?>