summaryrefslogtreecommitdiff
path: root/src/main/resources/lang
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/lang')
-rw-r--r--src/main/resources/lang/en_us.json1
-rw-r--r--src/main/resources/lang/fr_fr.json1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/main/resources/lang/en_us.json b/src/main/resources/lang/en_us.json
index dbba1983..9c114bb9 100644
--- a/src/main/resources/lang/en_us.json
+++ b/src/main/resources/lang/en_us.json
@@ -111,6 +111,7 @@
111 111
112 "crash.title": "%s - Crash Report", 112 "crash.title": "%s - Crash Report",
113 "crash.summary": "%s has crashed! =(", 113 "crash.summary": "%s has crashed! =(",
114 "crash.export": "Export",
114 "crash.ignore": "Ignore", 115 "crash.ignore": "Ignore",
115 "crash.exit": "Exit", 116 "crash.exit": "Exit",
116 "crash.exit.warning": "If you choose exit, you will lose any unsaved work." 117 "crash.exit.warning": "If you choose exit, you will lose any unsaved work."
diff --git a/src/main/resources/lang/fr_fr.json b/src/main/resources/lang/fr_fr.json
index 5c4c514f..cbd56d0b 100644
--- a/src/main/resources/lang/fr_fr.json
+++ b/src/main/resources/lang/fr_fr.json
@@ -110,6 +110,7 @@
110 110
111 "crash.title": "%s - Rapport de plantage", 111 "crash.title": "%s - Rapport de plantage",
112 "crash.summary": "%s a planté ! =(", 112 "crash.summary": "%s a planté ! =(",
113 "crash.export": "Exporter",
113 "crash.ignore": "Ignorer", 114 "crash.ignore": "Ignorer",
114 "crash.exit": "Quitter", 115 "crash.exit": "Quitter",
115 "crash.exit.warning": "Si vous choisissez Quitter, vous perdrez tout travail non sauvegardé." 116 "crash.exit.warning": "Si vous choisissez Quitter, vous perdrez tout travail non sauvegardé."