Skip to content

Commit

Permalink
Various fixes to the French translation
Browse files Browse the repository at this point in the history
  • Loading branch information
marclaporte committed May 2, 2013
1 parent bed75aa commit fe4834f
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions js/i18n/elfinder.fr.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ if (elFinder && elFinder.prototype && typeof(elFinder.prototype.i18) == 'object'
'errCopyTo' : 'Interdiction copier des fichiers vers le volume "$1".',
'errUpload' : 'Erreur lors de l\'envoi du fichier.',
'errUploadFile' : 'Impossible d\'envoyer "$1".',
'errUploadNoFiles' : 'Aucun fichier a envoyer.',
'errUploadNoFiles' : 'Aucun fichier à envoyer.',
'errUploadTotalSize' : 'Les données dépassent la taille maximale allouée.',
'errUploadFileSize' : 'Le fichier dépasse la taille maximale allouée.',
'errUploadMime' : 'Type de fichier non autorisé.',
Expand Down Expand Up @@ -98,7 +98,7 @@ if (elFinder && elFinder.prototype && typeof(elFinder.prototype.i18) == 'object'
'cmdextract' : 'Extraire les fichiers de l\'archive',
'cmdforward' : 'Suivant',
'cmdgetfile' : 'Sélectionner les fichiers',
'cmdhelp' : propose de ce logiciel',
'cmdhelp' : propos de ce logiciel',
'cmdhome' : 'Accueil',
'cmdinfo' : 'Informations',
'cmdmkdir' : 'Nouveau dossier',
Expand Down Expand Up @@ -243,27 +243,27 @@ if (elFinder && elFinder.prototype && typeof(elFinder.prototype.i18) == 'object'
'degree' : '°',
'netMountDialogTitle' : 'Monter un volume réseau', // added 18.04.2012
'protocol' : 'Protocole', // added 18.04.2012
'host' : 'Hote', // added 18.04.2012
'host' : 'Hôte', // added 18.04.2012
'port' : 'Port', // added 18.04.2012
'user' : 'Utilisateur', // added 18.04.2012
'pass' : 'Mot de passe', // added 18.04.2012

/********************************** mimetypes **********************************/
'kindUnknown' : 'Inconnu',
'kindFolder' : 'Dossier',
'kindAlias' : 'Raccourcis',
'kindAliasBroken' : 'Raccourcis cassé',
'kindAlias' : 'Raccourci',
'kindAliasBroken' : 'Raccourci cassé',
// applications
'kindApp' : 'Application',
'kindPostscript' : 'Document Postscript',
'kindMsOffice' : 'Document Microsoft Office',
'kindMsWord' : 'Document Microsoft Word',
'kindMsExcel' : 'Document Microsoft Excel',
'kindMsPP' : 'Présentation Microsoft Powerpoint',
'kindOO' : 'Document Open Office',
'kindAppFlash' : 'Application flash',
'kindMsPP' : 'Présentation Microsoft PowerPoint',
'kindOO' : 'Document OpenOffice',
'kindAppFlash' : 'Application Flash',
'kindPDF' : 'Portable Document Format (PDF)',
'kindTorrent' : 'Fichier Bittorrent',
'kindTorrent' : 'Fichier BitTorrent',
'kind7z' : 'Archive 7z',
'kindTAR' : 'Archive TAR',
'kindGZIP' : 'Archive GZIP',
Expand All @@ -278,10 +278,10 @@ if (elFinder && elFinder.prototype && typeof(elFinder.prototype.i18) == 'object'
'kindText' : 'Document Text',
'kindTextPlain' : 'Texte non formaté',
'kindPHP' : 'Source PHP',
'kindCSS' : 'Cascading style sheet',
'kindCSS' : 'Feuille de style en cascade',
'kindHTML' : 'Document HTML',
'kindJS' : 'Source Javascript',
'kindRTF' : 'Rich Text Format',
'kindJS' : 'Source JavaScript',
'kindRTF' : 'Format de texte enrichi (Rich Text Format)',
'kindC' : 'Source C',
'kindCHeader' : 'Source header C',
'kindCPP' : 'Source C++',
Expand Down

0 comments on commit fe4834f

Please sign in to comment.