Added new language constants (#467)

This commit is contained in:
RainLoop Team 2015-02-19 01:11:58 +04:00
parent bb551e4ec8
commit cf284f31f9
26 changed files with 132 additions and 2 deletions

View file

@ -435,12 +435,16 @@ LABEL_SIGNATURE = "Signature"
LABEL_ADD_SIGNATURE_TO_ALL = "Ajouter votre signature à tous les messages sortants"
[SETTINGS_SECURITY]
LEGEND_SECURITY = "Security"
LEGEND_TWO_FACTOR_AUTH = "Authentification en deux étapes"
LABEL_ENABLE_TWO_FACTOR = "Activer l'authentification en deux étapes"
LABEL_TWO_FACTOR_USER = "Utilisateur"
LABEL_TWO_FACTOR_STATUS = "Status"
LABEL_TWO_FACTOR_SECRET = "Secret"
LABEL_TWO_FACTOR_BACKUP_CODES = "Code de sauvegarde"
LABEL_AUTOLOGOUT = "Auto Logout"
AUTOLOGIN_NEVER_OPTION_NAME = "Never"
AUTOLOGIN_MINUTES_OPTION_NAME = "%MINUTES% minute(s)"
BUTTON_CREATE = "Créer une nouvelle clef secrète"
BUTTON_CLEAR = "Effacer"
BUTTON_TEST = "Tester"
@ -541,6 +545,7 @@ BUTTON_ADD_IDENTITY = "Add an Identity"
BUTTON_DELETE = "Supprimer"
LOADING_PROCESS = "Mise à jour de la liste des comptes"
DELETING_ASK = "Êtes-vous sûr ?"
DEFAULT_IDENTITY_LABEL = "default"
[SETTINGS_IDENTITIES]
LEGEND_IDENTITY = "Identité"