Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Commit

Permalink
Merge pull request #7369 from FezVrasta/master
Browse files Browse the repository at this point in the history
Fixed apostrophes.
  • Loading branch information
Narciso Jaramillo committed Apr 1, 2014
2 parents a209bb7 + 7f05c4a commit bcddd42
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 45 deletions.
4 changes: 2 additions & 2 deletions src/nls/fr/strings.js
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ define({
"CMD_FILE_RENAME": "Renommer",
"CMD_FILE_DELETE": "Supprimer",
"CMD_INSTALL_EXTENSION": "Installer une extension\u2026",
"CMD_EXTENSION_MANAGER": "Le gestionnaire d'extensions\u2026",
"CMD_EXTENSION_MANAGER": "Le gestionnaire dextensions\u2026",
"CMD_FILE_REFRESH": "Actualiser l’arborescence de fichiers",
"CMD_QUIT": "Quitter",
// Used in native File menu on Windows
Expand Down Expand Up @@ -391,7 +391,7 @@ define({
"UNSUPPORTED_PROTOCOL": "L’URL doit commencer par http ou https.",
"UNKNOWN_ERROR": "Erreur interne inconnue.",
// For NOT_FOUND_ERR, see generic strings above
"EXTENSION_MANAGER_TITLE": "Le gestionnaire d'extensions",
"EXTENSION_MANAGER_TITLE": "Le gestionnaire dextensions",
"EXTENSION_MANAGER_ERROR_LOAD": "Impossible d’accéder au registre de l’extension. Réessayez ultérieurement.",
"INSTALL_FROM_URL": "Installer à partir de l’URL\u2026",
"EXTENSION_AUTHOR": "Auteur",
Expand Down
Loading

0 comments on commit bcddd42

Please sign in to comment.