Add localization for the new export feature

This commit is contained in:
Daniel Berteaud 2015-07-17 09:31:51 +02:00
parent 21ad77ea18
commit 52596a8b03
2 changed files with 8 additions and 0 deletions

View File

@ -22,6 +22,10 @@ our %Lexicon = (
"ERROR_DATE_INVALID" => "Please enter the date respecting this format: YYY-MM-DD",
"ERROR_END_MUST_BE_AFTER_START" => "Start date must be before end date",
"ERROR_INPUT_INVALID" => "Invalid input",
"ERROR_FEATURE_NOT_AVAILABLE" => "This feature is not available",
"ERROR_EXPORT_XLSX" => "An error occurred during export",
"REFRESH_EVENTS" => "Refresh",
"EXPORT_EVENTS" => "Export in a spreadsheet",
"AUDIT" => "Audit",
"ADMIN_AUDIT" => "Audit",
"EVENT_ID" => "ID",

View File

@ -24,6 +24,10 @@ our %Lexicon = (
"ERROR_DATE_INVALID" => "Veuillez saisir une date au format YYYY-MM-JJ",
"ERROR_END_MUST_BE_AFTER_START" => "La date de début doit être antérieure à celle de fin",
"ERROR_INPUT_INVALID" => "Paramètres invalides",
"ERROR_FEATURE_NOT_AVAILABLE" => "Cette fonction n'est pas disponible",
"ERROR_EXPORT_XLSX" => "Une erreur est survenue pendant l'export",
"REFRESH_EVENTS" => "Raffraichir",
"EXPORT_EVENTS" => "Exporter dans un tableur",
"AUDIT" => "Audit",
"ADMIN_AUDIT" => "Audit",
"EVENT_ID" => "ID",