diff --git a/po/fr.po b/po/fr.po index 30a29aed..ab5ec3ab 100644 --- a/po/fr.po +++ b/po/fr.po @@ -23,8 +23,8 @@ msgstr "" "Project-Id-Version: geary-0.4.1\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?" "product=geary&keywords=I18N+L10N&component=general\n" -"POT-Creation-Date: 2016-05-11 05:55+0000\n" -"PO-Revision-Date: 2016-05-14 15:31+0200\n" +"POT-Creation-Date: 2016-06-19 12:32+0000\n" +"PO-Revision-Date: 2016-06-22 11:22+0200\n" "Last-Translator: Julien Hardelin \n" "Language-Team: français \n" "Language: fr\n" @@ -854,8 +854,8 @@ msgid "" "attach|attaching|attaches|attachment|attachments|attached|enclose|enclosed|" "enclosing|encloses|enclosure|enclosures" msgstr "" -"pièce|pièces|joint|jointe|joindre|joints|jointes|attaché|attachés|" -"attachées|attachement|attachements|fichier|fichiers" +"pièce|pièces|joint|jointe|joindre|joints|jointes|attaché|attachés|attachées|" +"attachement|attachements|fichier|fichiers" #: ../src/client/composer/composer-widget.vala:1102 #: ../src/client/composer/composer-widget.vala:1106 @@ -1469,106 +1469,203 @@ msgstr "Archives" msgid "None" msgstr "Aucun" -#. Map of user-supplied search field names to column names. -#. / Can be typed in the search box like attachment:file.txt to find -#. / messages with attachments with a particular name. The translated -#. / string must match the string in Geary's help documentation. -#: ../src/engine/imap-db/imap-db-account.vala:705 +#. Map of possibly translated search operator names and values +#. to English/internal names and values. We include the +#. English version anyway so that when translations provide a +#. localised version of the operator names but have not also +#. translated the user manual, the English version in the +#. manual still works. +#. Can be typed in the search box like "attachment:file.txt" +#. to find messages with attachments with a particular name. +#. +#. The translated string must be a single word (use '-', '_' +#. or similar to combine words into one), should be short, and +#. also match the translation in "search.page" of the Geary User +#. Guide. +#: ../src/engine/imap-db/imap-db-account.vala:99 +msgctxt "Search operator" msgid "attachment" -msgstr "attachment" +msgstr "piècejointe" -#. / Can be typed in the search box like bcc:johndoe@example.com to find -#. / messages bcc'd to a particular person. The translated -#. / string must match the string in Geary's help documentation. -#. Fields we allow the token to be "me" as in from:me. -#: ../src/engine/imap-db/imap-db-account.vala:709 -#: ../src/engine/imap-db/imap-db-account.vala:737 +#. Can be typed in the search box like +#. "bcc:johndoe@example.com" to find messages bcc'd to a +#. particular person. +#. +#. The translated string must be a single word (use '-', '_' +#. or similar to combine words into one), should be short, and +#. also match the translation in "search.page" of the Geary User +#. Guide. +#: ../src/engine/imap-db/imap-db-account.vala:108 +msgctxt "Search operator" msgid "bcc" msgstr "cci" -#. / Can be typed in the search box like body:word to find the word only -#. / if it occurs in the body of a message. The translated -#. / string must match the string in Geary's help documentation. -#: ../src/engine/imap-db/imap-db-account.vala:713 +#. Can be typed in the search box like "body:word" to find +#. "word" only if it occurs in the body of a message. +#. +#. The translated string must be a single word (use '-', '_' +#. or similar to combine words into one), should be short, and +#. also match the translation in "search.page" of the Geary User +#. Guide. +#: ../src/engine/imap-db/imap-db-account.vala:116 +msgctxt "Search operator" msgid "body" msgstr "corps" -#. / Can be typed in the search box like cc:johndoe@example.com to find -#. / messages cc'd to a particular person. The translated -#. / string must match the string in Geary's help documentation. -#: ../src/engine/imap-db/imap-db-account.vala:717 -#: ../src/engine/imap-db/imap-db-account.vala:737 +#. Can be typed in the search box like +#. "cc:johndoe@example.com" to find messages cc'd to a +#. particular person. +#. +#. The translated string must be a single word (use '-', '_' +#. or similar to combine words into one), should be short, and +#. also match the translation in "search.page" of the Geary User +#. Guide. +#: ../src/engine/imap-db/imap-db-account.vala:125 +msgctxt "Search operator" msgid "cc" msgstr "cc" -#. / Can be typed in the search box like from:johndoe@example.com to -#. / find messages from a particular sender. The translated -#. / string must match the string in Geary's help documentation. -#: ../src/engine/imap-db/imap-db-account.vala:721 -#: ../src/engine/imap-db/imap-db-account.vala:737 +#. Can be typed in the search box like +#. "from:johndoe@example.com" to find messages from a +#. particular sender. +#. +#. The translated string must be a single word (use '-', '_' +#. or similar to combine words into one), should be short, and +#. also match the translation in "search.page" of the Geary User +#. Guide. +#: ../src/engine/imap-db/imap-db-account.vala:134 +msgctxt "Search operator" msgid "from" msgstr "de" -#. / Can be typed in the search box like subject:word to find the word -#. / only if it occurs in the subject of a message. The translated -#. / string must match the string in Geary's help documentation. -#: ../src/engine/imap-db/imap-db-account.vala:725 -msgid "subject" -msgstr "objet" - -#. / Can be typed in the search box like to:johndoe@example.com to find -#. / messages received by a particular person. The translated -#. / string must match the string in Geary's help documentation. -#: ../src/engine/imap-db/imap-db-account.vala:729 -#: ../src/engine/imap-db/imap-db-account.vala:737 -msgid "to" -msgstr "à" - -#. / Can be typed in the search box like is:read, is:unread or is:starred -#. / to find messages that are read, unread, or starred. The translated -#. / string must match the string in Geary's help documentation. -#: ../src/engine/imap-db/imap-db-account.vala:733 +#. Can be typed in the search box like "is:unread" to find +#. messages that are read, unread, or starred. +#. +#. The translated string must be a single word (use '-', '_' +#. or similar to combine words into one), should be short, and +#. also match the translation in "search.page" of the Geary User +#. Guide. +#: ../src/engine/imap-db/imap-db-account.vala:142 +msgctxt "Search operator" msgid "is" msgstr "est" -#. "me" can be typed like from:me or cc:me, etc. as a shorthand -#. to find mail to or from yourself in search. The translated -#. string must match the string in Geary's help documentation. -#: ../src/engine/imap-db/imap-db-account.vala:753 +#. Can be typed in the search box like "subject:word" to find +#. "word" only if it occurs in the subject of a message. +#. +#. The translated string must be a single word (use '-', '_' +#. or similar to combine words into one), should be short, and +#. also match the translation in "search.page" of the Geary +#. User Guide. +#: ../src/engine/imap-db/imap-db-account.vala:150 +msgctxt "Search operator" +msgid "subject" +msgstr "objet" + +#. Can be typed in the search box like +#. "to:johndoe@example.com" to find messages received by a +#. particular person. +#. +#. The translated string must be a single word (use '-', '_' +#. or similar to combine words into one), should be short, and +#. also match the translation in "search.page" of the Geary User +#. Guide. +#: ../src/engine/imap-db/imap-db-account.vala:159 +msgctxt "Search operator" +msgid "to" +msgstr "à" + +#. Can be typed in the search box after "to:", "cc:" and +#. "bcc:" e.g.: "to:me". Matches conversations that are +#. addressed to the user. +#. +#. The translated string must be a single word (use '-', '_' +#. or similar to combine words into one), should be short, and +#. also match the translation in "search.page" of the Geary User +#. Guide. +#: ../src/engine/imap-db/imap-db-account.vala:180 +msgctxt "Search operator value - mail addressed to the user" msgid "me" msgstr "moi" -#: ../src/engine/imap-db/imap-db-account.vala:1207 +#. Can be typed in the search box after "from:" i.e.: +#. "from:me". Matches conversations were sent by the user. +#. +#. The translated string must be a single word (use '-', '_' +#. or similar to combine words into one), should be short, and +#. also match the translation in "search.page" of the Geary User +#. Guide. +#: ../src/engine/imap-db/imap-db-account.vala:192 +msgctxt "Search operator value - mail sent by the user" +msgid "me" +msgstr "moi" + +#. Can be typed in the search box after "is:" i.e.: +#. "is:read". Matches conversations that are flagged as read. +#. +#. The translated string must be a single word (use '-', '_' +#. or similar to combine words into one), should be short, and +#. also match the translation in "search.page" of the Geary User +#. Guide. +#: ../src/engine/imap-db/imap-db-account.vala:204 +msgctxt "'is:' search operator value" msgid "read" msgstr "lu" -#: ../src/engine/imap-db/imap-db-account.vala:1209 -msgid "unread" -msgstr "non lu" - -#: ../src/engine/imap-db/imap-db-account.vala:1211 +#. Can be typed in the search box after "is:" i.e.: +#. "is:starred". Matches conversations that are flagged as +#. starred. +#. +#. The translated string must be a single word (use '-', '_' +#. or similar to combine words into one), should be short, and +#. also match the translation in "search.page" of the Geary User +#. Guide. +#: ../src/engine/imap-db/imap-db-account.vala:215 +msgctxt "'is:' search operator value" msgid "starred" -msgstr "marqués d'une étoile" +msgstr "marqués" -#. List of folder names to match for Drafts, separated by |. Please add localized common -#. names for the Drafts folder, leaving in the English names as well. The first in the list -#. will be the default, so please add the most common localized name to the front. -#: ../src/engine/imap-engine/imap-engine-generic-account.vala:575 +#. Can be typed in the search box after "is:" i.e.: +#. "is:unread". Matches conversations that are flagged unread. +#. +#. The translated string must be a single word (use '-', '_' +#. or similar to combine words into one), should be short, and +#. also match the translation in "search.page" of the Geary User +#. Guide. +#: ../src/engine/imap-db/imap-db-account.vala:225 +msgctxt "'is:' search operator value" +msgid "unread" +msgstr "nonlu" + +#. List of general possible folder names to match for the +#. Draft mailbox. Separate names using a vertical bar and +#. put the most common localized name to the front for the +#. default. English names do not need to be included. +#: ../src/engine/imap-engine/imap-engine-generic-account.vala:625 msgid "Drafts | Draft" msgstr "Brouillons | Brouillon | Drafts | Draft" -#. List of folder names to match for Sent Mail, separated by |. Please add localized common -#. names for the Sent Mail folder, leaving in the English names as well. The first in the list -#. will be the default, so please add the most common localized name to the front. -#: ../src/engine/imap-engine/imap-engine-generic-account.vala:580 +#. List of general possible folder names to match for the +#. Sent mailbox. Separate names using a vertical bar and +#. put the most common localized name to the front for the +#. default. English names do not need to be included. +#: ../src/engine/imap-engine/imap-engine-generic-account.vala:634 msgid "Sent | Sent Mail | Sent Email | Sent E-Mail" msgstr "" "Envoyés | Messages envoyés | Sent | Sent Mail | Sent Email | Sent E-Mail" -#. List of folder names to match for Spam, separated by |. Please add localized common -#. names for the Spam folder, leaving in the English names as well. The first in the list -#. will be the default, so please add the most common localized name to the front. -#: ../src/engine/imap-engine/imap-engine-generic-account.vala:585 +#. The localised name(s) of the Sent folder name as used +#. by MS Outlook/Exchange. +#: ../src/engine/imap-engine/imap-engine-generic-account.vala:639 +msgctxt "Outlook localised name" +msgid "Sent Items" +msgstr "Éléments envoyés" + +#. List of general possible folder names to match for the +#. Spam mailbox. Separate names using a vertical bar and +#. put the most common localized name to the front for the +#. default. English names do not need to be included. +#: ../src/engine/imap-engine/imap-engine-generic-account.vala:649 msgid "" "Junk | Spam | Junk Mail | Junk Email | Junk E-Mail | Bulk Mail | Bulk Email " "| Bulk E-Mail" @@ -1576,17 +1673,26 @@ msgstr "" "Pourriel | Pourriels | Indésirables | Messages indésirables | Junk | Spam | " "Junk Mail | Junk Email | Junk E-Mail | Bulk Mail | Bulk Email | Bulk E-Mail" -#. List of folder names to match for Trash, separated by |. Please add localized common -#. names for the Trash folder, leaving in the English names as well. The first in the list -#. will be the default, so please add the most common localized name to the front. -#: ../src/engine/imap-engine/imap-engine-generic-account.vala:590 +#. List of general possible folder names to match for the +#. Trash mailbox. Separate names using a vertical bar and +#. put the most common localized name to the front for the +#. default. English names do not need to be included. +#: ../src/engine/imap-engine/imap-engine-generic-account.vala:659 msgid "Trash | Rubbish | Rubbish Bin" msgstr "Corbeille | Poubelle | Trash | Rubbish | Rubbish Bin" -#. List of folder names to match for Archive, separated by |. Please add localized common -#. names for the Trash folder, leaving in the English names as well. The first in the list -#. will be the default, so please add the most common localized name to the front. -#: ../src/engine/imap-engine/imap-engine-generic-account.vala:595 +#. The localised name(s) of the Trash folder name as used +#. by MS Outlook/Exchange. +#: ../src/engine/imap-engine/imap-engine-generic-account.vala:664 +msgctxt "Outlook localised name" +msgid "Deleted Items" +msgstr "Éléments supprimés" + +#. List of general possible folder names to match for the +#. Archive mailbox. Separate names using a vertical bar +#. and put the most common localized name to the front for +#. the default. English names do not need to be included. +#: ../src/engine/imap-engine/imap-engine-generic-account.vala:674 msgid "Archive | Archives" msgstr "Archive | Archives"