tbrehm
2013-01-03 10b4c85a7686da07bddb5779f8ceea48acdf412e
interface/web/sites/lib/lang/fr_aps.lng
@@ -26,8 +26,6 @@
$wb['install_package_txt'] = 'Install this package';
$wb['installation_txt'] = 'Installation';
$wb['install_location_txt'] = 'Install location';
$wb['btn_install'] = 'Install';
$wb['btn_cancel'] = 'Cancel';
$wb['acceptance_txt'] = 'Acceptance';
$wb['acceptance_text_txt'] = 'Yes, i\'ve read the license and agree.';
$wb['install_language_txt'] = 'Interface language';
@@ -40,18 +38,20 @@
$wb['error_license_agreement'] = 'In order to continue you have to accept the license agreement.';
$wb['error_no_database_pw'] = 'You have provided no valid database password.';
$wb['error_short_database_pw'] = 'Please choose a longer database password.';
$wb['error_no_value_for'] = 'The field "%s" must not be empty.';
$wb['error_short_value_for'] = 'The field "%s" requires a longer input value.';
$wb['error_long_value_for'] = 'The field "%s" requires a shorter input value.';
$wb['error_inv_value_for'] = 'You have entered an invalid value for the field "%s".';
$wb['error_inv_email_for'] = 'You have entered an invalid mail address for the field "%s".';
$wb['error_inv_domain_for'] = 'You have entered an invalid domain for the field "%s".';
$wb['error_inv_integer_for'] = 'You have entered an invalid number for the field "%s".';
$wb['error_inv_float_for'] = 'You have entered an invalid floating point number for the field "%s".';
$wb['error_no_value_for'] = 'The field \"%s\" must not be empty.';
$wb['error_short_value_for'] = 'The field \"%s\" requires a longer input value.';
$wb['error_long_value_for'] = 'The field \"%s\" requires a shorter input value.';
$wb['error_inv_value_for'] = 'You have entered an invalid value for the field \"%s\".';
$wb['error_inv_email_for'] = 'You have entered an invalid mail address for the field \"%s\".';
$wb['error_inv_domain_for'] = 'You have entered an invalid domain for the field \"%s\".';
$wb['error_inv_integer_for'] = 'You have entered an invalid number for the field \"%s\".';
$wb['error_inv_float_for'] = 'You have entered an invalid floating point number for the field \"%s\".';
$wb['error_used_location'] = 'The installation path already contains a package installation.';
$wb['installation_task_txt'] = 'Install planned';
$wb['installation_error_txt'] = 'Install error';
$wb['installation_success_txt'] = 'Installed';
$wb['installation_remove_txt'] = 'Removal planned';
$wb['packagelist_update_finished_txt'] = 'APS Packagelist update finished.';
$wb['btn_install_txt'] = 'Install';
$wb['btn_cancel_txt'] = 'Cancel';
?>