Add new i18n languages and update existent ones

- Add 21 new languages where the UI was translated (all translations
  are 100% complete except for Chinese Simplified (96%)
  and Amharic (37%)).
- Update some translations for preexistent languages.

Change-Id: I64be0a2dd551c12af1547a616b4f49f97c471bde
diff --git a/src/_locales/fr/messages.json b/src/_locales/fr/messages.json
new file mode 100644
index 0000000..d8466bb
--- /dev/null
+++ b/src/_locales/fr/messages.json
@@ -0,0 +1,114 @@
+{
+	"appName": {
+		"message": "Traduire le texte sélectionné",
+		"description": "The app name"
+	},
+	"appBetaName": {
+		"message": "Traduire le texte sélectionné (Bêta)",
+		"description": "The beta app name"
+	},
+	"appDescription": {
+		"message": "Traduisez le texte sélectionné avec Google Traduction",
+		"description": "The app description"
+	},
+	"contextmenu_title": {
+		"message": "Traduire la sélection en...",
+		"description": "Title of the context menu that appears when a right click is done. Inside this parent menu there are the menus"
+	},
+	"contextmenu_title2": {
+		"message": "Traduire la sélection en « $language$ »",
+		"description": "Title of the context menu that appears when a right click is done and there's only one language available.",
+		"placeholders": {
+			"language": {
+				"content": "$1",
+				"example": "Language to translate into."
+			}
+		}
+	},
+	"contextmenu_edit": {
+		"message": "Choix des langues...",
+		"description": "Title of the option inside the 'Translate section into...' context menu."
+	},
+	"options_welcome": {
+		"message": "Bienvenue !",
+		"description": "Title of the options page"
+	},
+	"options_introduction": {
+		"message": "S’il vous plaît, sélectionnez les langues que vous souhaitez voir dans le menu « traduire ».",
+		"description": "Introduction paragraph to the options pages"
+	},
+	"options_languageselectheader": {
+		"message": "Langues :",
+		"description": "Header of the language select option."
+	},
+	"options_otheroptionsheader": {
+		"message": "Autres Options :",
+		"description": "Header of the options page."
+	},
+	"options_tabsoption_1": {
+		"message": "Ouvrir Google Traduction dans un nouvel onglet pour chaque traduction.",
+		"description": "Option which defines how should the app behave in relation to tabs."
+	},
+	"options_tabsoption_2": {
+		"message": "Ouvrir Google Traduction dans un onglet unique et remplacer la traduction précédente au lieu d’ouvrir plusieurs onglets.",
+		"description": "Option which defines how should the app behave in relation to tabs."
+	},
+	"options_tabsoption_3": {
+		"message": "Ouvrir Google Traduction dans un panneau (nécessite d'activer <a href='chrome://flags/#enable-panels' id='panelsflag'>--enable-panneaux</a> drapeau). <sup style='color:red; font-weight: bold;'>EXPERIMENTAL</sup>",
+		"description": "Option which defines how should the app behave in relation to tabs."
+	},
+	"options_savebutton": {
+		"message": "Enregistrer",
+		"description": "Save button in the settings page"
+	},
+	"options_addlanguage": {
+		"message": "Ajouter une langue",
+		"description": "Title for the 'Add language' dialog"
+	},
+	"options_addlanguage_addbutton": {
+		"message": "Ajouter",
+		"description": "Add button in the footer of the languages list"
+	},
+	"options_language_label": {
+		"message": "Langue :",
+		"description": "Label for the language selector in the 'Add language' dialog"
+	},
+	"options_credits": {
+		"message": "Crédits",
+		"description": "Title for the credits link and dialog"
+	},
+	"options_credits_homepage": {
+		"message": "page d'accueil",
+		"description": "Homepage link for an item in the credits. NOTE: put in in lowercase letters"
+	},
+	"options_credits_by": {
+		"message": "par",
+		"description": "Fragment of the author statement in an item of the credits. NOTE: put in in lowercase letters. EXAMPLE: '{{options_credits_by}} Adrià Vilanova Martínez'"
+	},
+	"options_ok": {
+		"message": "OK",
+		"description": "OK button in the dialogs"
+	},
+	"options_cancel": {
+		"message": "Annuler",
+		"description": "Cancel button in the dialogs"
+	},
+	"notification_install_title": {
+		"message": "Merci d'avoir installé « Traduire le texte sélectionné »"
+	},
+	"notification_install_message": {
+		"message": "Cliquez sur cette notification pour la paramétrer."
+	},
+	"notification_upgradedtostorage_title": {
+		"message": "« Traduire le texte sélectionné » a été mis à niveau à la version v0.6 !"
+	},
+	"notification_upgradedtostorage_message": {
+		"message": "Maintenant vos options seront synchronisées sur tous vos appareils ! L'inconvénient, c'est que vous devrez à nouveau configurer l’extension  :-( Cliquez sur cette notification pour la paramétrer."
+	},
+	"notification_reorder_title": {
+		"message": "« Traduire le texte sélectionné » a été mis à niveau à la version v0.7 !"
+	},
+	"notification_reorder_message": {
+		"message": "Maintenant, vous pouvez configurer l’ordre dans lequel vous voulez que les langues apparaissent dans le menu contextuel. "
+	}
+}