aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristine Dodrill <me@christine.website>2019-03-13 09:16:41 -0700
committerChristine Dodrill <me@christine.website>2019-03-13 09:16:41 -0700
commit586a2d72b64a9665a833766d976d787724b3e9a2 (patch)
treeb155e37c6d8c83c22fd193af87aa7043de4be347
parentf60986d1f89680fd8e2b3f21200e67aea108ae20 (diff)
downloadx-586a2d72b64a9665a833766d976d787724b3e9a2.tar.xz
x-586a2d72b64a9665a833766d976d787724b3e9a2.zip
idp/translations: first pass of french translations
-rw-r--r--idp/translations/fr_CA.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/idp/translations/fr_CA.json b/idp/translations/fr_CA.json
new file mode 100644
index 0000000..d2da1b3
--- /dev/null
+++ b/idp/translations/fr_CA.json
@@ -0,0 +1,16 @@
+{
+ "errors": {
+ "not_allowed": "Action non autorisée",
+ "forbidden": "Interdit",
+ "url_error": "Errur d'URL"
+ },
+
+ "prose": {
+ "index": "Il s'agit d'un fournisseur d'identité privé pour Christine Dodrill. L'accès non autorisé est interdit.",
+ "auth": "Autoriser à {0} comme {1}"
+ },
+
+ "auth_title": "Autoriser",
+ "submit_button": "Soumettre",
+ "code": "Code:"
+}