Skip to content

Commit

Permalink
Merge pull request #1053 from SublimeWajih/FixFrenchTranslations
Browse files Browse the repository at this point in the history
Fix French Translations
  • Loading branch information
fzaninotto committed May 17, 2016
2 parents 71f42cf + e62cae9 commit e676352
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/Translation.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ myApp.config(['$translateProvider', function ($translateProvider) {
'BACK': 'Retour',
'DELETE': 'Supprimer',
'CREATE': 'Ajouter',
'EDIT': 'Mofidier',
'EDIT': 'Modifier',
'EXPORT': 'Exporter',
'ADD_FILTER': 'Filtrer',
'SEE_RELATED': 'Voir les {{ entityName }} liés',
Expand Down Expand Up @@ -90,7 +90,7 @@ myApp.config(['$translateProvider', function ($translateProvider) {
'NO_PAGINATION': 'Aucun résultat',
'PREVIOUS': '« Précédent',
'NEXT': 'Suivant »',
'DETAIL': 'Detail',
'DETAIL': 'Détail',
'STATE_CHANGE_ERROR': 'Erreur de routage: {{ message }}',
'NOT_FOUND': 'Page non trouvée',
'NOT_FOUND_DETAILS': 'La page demandée n\'existe pas. Revenez à la page précédente et essayez autre chose.',
Expand Down

0 comments on commit e676352

Please # to comment.