Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Corrects wrong format shown #20

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1321,7 +1321,7 @@ deleteProjectNotificationContent=The project was successfully deleted
#Excel Export
chooseFileType=Choose a file type
openDocumentSpreadsheet=Open document spreadsheet (.ods)
msExcel=MS Excel (.xsl)
msExcel=MS Excel (.xls)
projectSynthesis=Project synthesis
orgUnitSynthesis=Organisational unit synthesis
exportOptions=Export options
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1272,7 +1272,7 @@ deleteProjectNotificationContent=The project was successfully deleted
#Excel Export
chooseFileType=Choose a file type
openDocumentSpreadsheet=Open document spreadsheet (.ods)
msExcel=MS Excel (.xsl)
msExcel=MS Excel (.xls)
projectSynthesis=Project synthesis
orgUnitSynthesis=Organisational unit synthesis
exportOptions=Export options
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1271,7 +1271,7 @@ deleteProjectNotificationContent=El proyecto ha sido correctamente suprimido.
#Excel Export
chooseFileType=Elija un tipo de archivo
openDocumentSpreadsheet=Hoja de c\u00e1lculo OpenDocument (.ods)
msExcel=MS Excel (.xsl)
msExcel=MS Excel (.xls)
projectSynthesis=S\u00edntesis de proyecto
orgUnitSynthesis=S\u00edntesis de la zona de intervenci\u00f3n
exportOptions=Opciones de exportaci\u00f3n
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1318,7 +1318,7 @@ deleteProjectNotificationContent=Le projet a \u00e9t\u00e9 correctement supprim\
#Excel Export
chooseFileType=Choisissez un type de fichier
openDocumentSpreadsheet=Tableur OpenDocument (.ods)
msExcel=MS Excel (.xsl)
msExcel=MS Excel (.xls)
projectSynthesis=Synth\u00e8se de projet
orgUnitSynthesis=Synth\u00e8se de la zone d'intervention
exportOptions=Options d'export
Expand Down