OpenPGP (#53) Beta

Archive  (Closes #110)
Delete, Spam and Archive button in mail view when preview pane is off  (Closes #72)
Small fixes  (Closes #101)
This commit is contained in:
RainLoop Team 2014-04-02 03:58:24 +04:00
parent ab817e1396
commit cae0cc2f77
45 changed files with 1390 additions and 172 deletions

View file

@ -50,6 +50,7 @@ SENT_NAME = "Envoyés"
DRAFTS_NAME = "Brouillons"
SPAM_NAME = "Spam"
TRASH_NAME = "Corbeille"
ARCHIVE_NAME = "Archive"
[QUOTA]
TITLE = "Quota"
@ -58,6 +59,7 @@ TITLE = "Quota"
BUTTON_RELOAD = "Recharger la liste des messages"
BUTTON_MOVE_TO = "Déplacer vers"
BUTTON_DELETE = "Supprimer"
BUTTON_ARCHIVE = "Archive"
BUTTON_SPAM = "Spam"
BUTTON_EMPTY_FOLDER = "Vider le dossier"
BUTTON_MULTY_FORWARD = "Transmettre les messages"
@ -92,6 +94,7 @@ BUTTON_EDIT = "Modifier"
BUTTON_BACK = "Retour"
BUTTON_CLOSE = "Fermer"
BUTTON_DELETE = "Supprimer"
BUTTON_ARCHIVE = "Archive"
BUTTON_SPAM = "Spam"
BUTTON_MOVE_TO = "Déplacer vers"
BUTTON_MORE = "Plus"
@ -126,6 +129,9 @@ PRINT_LABEL_SUBJECT = "Sujet"
PRINT_LABEL_ATTACHMENTS = "Pièces jointes"
MESSAGE_LOADING = "Chargement"
MESSAGE_VIEW_DESC = "Sélectionner un message dans la liste pour l'afficher ici."
PGP_PASSWORD_INPUT_PLACEHOLDER = "Password"
PGP_SIGNED_MESSAGE_DESC = "OpenPGP signed message (click to verify)"
PGP_ENCRYPTED_MESSAGE_DESC = "OpenPGP encrypted message (click to decrypt)"
[READ_RECEIPT]
SUBJECT = "Accusé de réception (affiché) - %SUBJECT%"
@ -235,6 +241,32 @@ DANGER_DESC_HTML_1 = "Cette action effacera tous les mails du dossier <strong>%F
DANGER_DESC_HTML_2 = "Une fois lancé, le processus ne peut pas être interrompu ou annulé."
TITLE_CLEARING_PROCESS = "Purge du dossier..."
[POPUPS_IMPORT_OPEN_PGP_KEY]
TITLE_IMPORT_OPEN_PGP_KEY = "Import OpenPGP key"
BUTTON_IMPORT_OPEN_PGP_KEY = "Import"
[POPUPS_VIEW_OPEN_PGP_KEY]
TITLE_VIEW_OPEN_PGP_KEY = "View OpenPGP key"
BUTTON_SELECT = "Select"
BUTTON_CLOSE = "Close"
[POPUPS_GENERATE_OPEN_PGP_KEYS]
TITLE_GENERATE_OPEN_PGP_KEYS = "Generate OpenPGP keys"
LABEL_EMAIL = "Email"
LABEL_NAME = "Name"
LABEL_PASSWORD = "Password"
LABEL_KEY_BIT_LENGTH = "Key length"
BUTTON_GENERATE_OPEN_PGP_KEYS = "Generate"
[POPUPS_COMPOSE_OPEN_PGP]
TITLE_COMPOSE_OPEN_PGP = "OpenPGP Sign/Encrypt"
LABEL_SIGN = "Sign"
LABEL_ENCRYPT = "Encrypt"
LABEL_PASSWORD = "Password"
BUTTON_SIGN = "Sign"
BUTTON_ENCRYPT = "Encrypt"
BUTTON_SIGN_AND_ENCRYPT = "Sign and encrypt"
[POPUPS_SYSTEM_FOLDERS]
TITLE_SYSTEM_FOLDERS = "Sélectionner les dossiers système"
SELECT_CHOOSE_ONE = "Faites un choix"
@ -243,6 +275,7 @@ LABEL_SENT = "Envoyés"
LABEL_DRAFTS = "Bouillons"
LABEL_SPAM = "Spam"
LABEL_TRASH = "Corbeille"
LABEL_ARCHIVE = "Archive"
BUTTON_CANCEL = "Annuler"
BUTTON_CLOSE = "Fermer"
@ -257,6 +290,8 @@ Si vous ne souhaitez supprimer définitivement les messages, sélectionner l'opt
NOTIFICATION_TRASH = "Vous n'avez pas sélectionné de dossier \"Corbeille\" où placer les messages supprimés.
Si vous ne souhaitez supprimer définitivement les messages, sélectionner l'option \"Ne pas utiliser\"."
NOTIFICATION_ARCHIVE = "You haven't selected \"Archive\" system folder achived messages are placed to."
[TITLES]
LOADING = "Chargement"
LOGIN = "Identifiant"
@ -289,6 +324,7 @@ LABEL_IDENTITIES_NAME = "Identities"
LABEL_SOCIAL_NAME = "Social"
LABEL_THEMES_NAME = "Thèmes"
LABEL_CHANGE_PASSWORD_NAME = "Mot de passe"
LABEL_OPEN_PGP_NAME = "OpenPGP"
BUTTON_BACK = "Retour"
[SETTINGS_IDENTITY]
@ -397,6 +433,14 @@ LABEL_NEW_PASSWORD = "Nouveau mot de passe"
LABEL_REPEAT_PASSWORD = "Confirmation du nouveau mot de passe"
BUTTON_UPDATE_PASSWORD = "Enregistrer le nouveau mot de passe"
[SETTINGS_OPEN_PGP]
LEGEND_OPEN_PGP = "OpenPGP"
BUTTON_ADD_OPEN_PGP_KEY = "Import OpenPGP Key"
BUTTON_GENERATE_OPEN_PGP_KEYS = "Generate OpenPGP Keys"
TITLE_PRIVATE = "Private"
TITLE_PUBLIC = "Public"
DELETING_ASK = "Are you sure?"
[NOTIFICATIONS]
INVALID_TOKEN = "Jeton invalide"
AUTH_ERROR = "L'authentification a échoué"