From 5577876f3a2b5d3675fbedbb1238ed7b81f735a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Lebleu?= Date: Fri, 11 Jul 2014 23:47:25 +0200 Subject: [PATCH] [i18n] Translate missing string in actions map --- actionsmap/yunohost.yml | 2 +- locales/en.json | 1 + locales/fr.json | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/actionsmap/yunohost.yml b/actionsmap/yunohost.yml index a4961668e..8e90b9319 100644 --- a/actionsmap/yunohost.yml +++ b/actionsmap/yunohost.yml @@ -1005,7 +1005,7 @@ tools: full: --domain help: YunoHost main domain extra: - ask: "Main domain" + ask: ask_main_domain pattern: - '^([a-zA-Z0-9]{1}([a-zA-Z0-9\-]*[a-zA-Z0-9])*)(\.[a-zA-Z0-9]{1}([a-zA-Z0-9\-]*[a-zA-Z0-9])*)*(\.[a-zA-Z]{1}([a-zA-Z0-9\-]*[a-zA-Z0-9])*)$' - pattern_domain diff --git a/locales/en.json b/locales/en.json index db57a092b..a0a3cb71e 100644 --- a/locales/en.json +++ b/locales/en.json @@ -145,6 +145,7 @@ "ask_password" : "Password", "ask_current_admin_password" : "Current administration password", "ask_new_admin_password" : "New administration password", + "ask_main_domain" : "Main domain", "ask_list_to_remove" : "List to remove", "pattern_username" : "Must be alphanumeric and underscore characters only", "pattern_firstname" : "Must be a valid first name", diff --git a/locales/fr.json b/locales/fr.json index 85db0bd02..f4844d129 100644 --- a/locales/fr.json +++ b/locales/fr.json @@ -145,6 +145,7 @@ "ask_password" : "Mot de passe", "ask_current_admin_password" : "Mot de passe d'administration actuel", "ask_new_admin_password" : "Nouveau mot de passe d'administration", + "ask_main_domain" : "Domaine principal", "ask_list_to_remove" : "Liste à supprimer", "pattern_username" : "Doit être composé uniquement de caractères alphanumérique et de tiret bas", "pattern_firstname" : "Doit être un prénom valide",