French translation (#147)

* Add french language Translations.config

* Add french language TextViewer
This commit is contained in:
ARL
2017-12-05 09:25:47 +01:00
committed by Paddy Xu
parent 18f3f57606
commit 50d839a02f
2 changed files with 29 additions and 3 deletions

View File

@@ -34,4 +34,7 @@
<ca> <ca>
<Editor_FontFamily>Consolas</Editor_FontFamily> <Editor_FontFamily>Consolas</Editor_FontFamily>
</ca> </ca>
<fr-FR>
<Editor_FontFamily>Consolas</Editor_FontFamily>
</fr-FR>
</Translations> </Translations>

View File

@@ -230,5 +230,28 @@
<InfoPanel_File>{0} fitxer</InfoPanel_File> <InfoPanel_File>{0} fitxer</InfoPanel_File>
<InfoPanel_Files>{0} fitxers</InfoPanel_Files> <InfoPanel_Files>{0} fitxers</InfoPanel_Files>
<InfoPanel_FolderAndFile>({0} i {1})</InfoPanel_FolderAndFile> <InfoPanel_FolderAndFile>({0} i {1})</InfoPanel_FolderAndFile>
</ca> </ca>
<fr-FR>
<UI_FontFamily>Segoe UI</UI_FontFamily>
<APP_START>QuickLook s'exécute en tâche de fond.</APP_START>
<APP_SECOND>QuickLook s'exécute déjà en tâche de fond.</APP_SECOND>
<MW_BrowseFolder>Ouvrir {0}</MW_BrowseFolder>
<MW_Open>Ouvrir {0}</MW_Open>
<MW_OpenWith>Ouvrir avec {0}</MW_OpenWith>
<MW_Run>Exécuter {0}</MW_Run>
<Icon_RunAtStartup>Exécuter au &amp;démarrage</Icon_RunAtStartup>
<Icon_ToolTip>QuickLook v{0}</Icon_ToolTip>
<Icon_CheckUpdate>Vérifier s'il existe des &amp;mises à jour...</Icon_CheckUpdate>
<Icon_Quit>&amp;Quitter</Icon_Quit>
<Update_NoUpdate>Vous êtes maintenant sur la dernière version.</Update_NoUpdate>
<Update_Found>QuickLook {0} est disponible. Cliquez ici pour ouvrir la page de téléchargement.</Update_Found>
<Update_Error>Une erreur s'est produite lors de la vérification des mises à jour : {0}</Update_Error>
<InfoPanel_LastModified>Dernière modification le {0}</InfoPanel_LastModified>
<InfoPanel_DriveSize>Capacité {0}, {1} disponible</InfoPanel_DriveSize>
<InfoPanel_Folder>{0} dossier</InfoPanel_Folder>
<InfoPanel_Folders>{0} dossiers</InfoPanel_Folders>
<InfoPanel_File>{0} fichier</InfoPanel_File>
<InfoPanel_Files>{0} fichiers</InfoPanel_Files>
<InfoPanel_FolderAndFile>({0} et {1})</InfoPanel_FolderAndFile>
</fr-FR>
</Translations> </Translations>