@@ -81,3 +81,24 @@ export const pt_BR = {
81
81
MSG_RENAME_ERROR : 'Falha ao renomear' ,
82
82
MSG_DELETE_ERROR : 'Falha ao deletar'
83
83
} ;
84
+
85
+ export const fr_FR = {
86
+ LBL_SHOW_HIDDEN_FILES : 'Afficher les fichiers cachés' ,
87
+ LBL_MINIMALISTIC : 'Minimaliste' ,
88
+ LBL_OPEN_WITH : 'Ouvrir avec...' ,
89
+ LBL_SHOW_DATE : 'Affichier la colonne date' ,
90
+ LBL_STATUS : '{0} dossiers, {1} fichiers, {2} bytes au total' ,
91
+ LBL_DATE : 'Date' , // FIXME: Move to client
92
+ LBL_LOADING : 'Chargement en cours {0}' ,
93
+ DIALOG_MKDIR_MESSAGE : 'Créer nouveau dossier' ,
94
+ DIALOG_MKDIR_PLACEHOLDER : 'Nouveau dossier' ,
95
+ DIALOG_RENAME_MESSAGE : 'Renommer {0} ?' ,
96
+ DIALOG_DELETE_MESSAGE : 'Supprimer {0} ?' ,
97
+ MSG_ERROR : 'Une erreur est survenue' ,
98
+ MSG_UPLOAD_ERROR : 'Echec du chargement du(des) fichier(s)' ,
99
+ MSG_READDIR_ERROR : 'Une erreur est survenue lors de la lecture du répertoire : {0}' ,
100
+ MSG_PASTE_ERROR : 'Impossible de coller le(s) file(s)' ,
101
+ MSG_MKDIR_ERROR : 'Impossible de créer le répertoire' ,
102
+ MSG_RENAME_ERROR : 'Echec du renommage' ,
103
+ MSG_DELETE_ERROR : 'Echec de la suppression'
104
+ } ;
0 commit comments