From 108a4f351d5a734f7189d71154f2a48c625a3bad Mon Sep 17 00:00:00 2001 From: Daniel Mustieles Date: Mon, 20 Jun 2016 11:39:28 +0000 Subject: [PATCH] Updated Spanish translation --- po/es.po | 272 +++++++++++++++++++++++++++++++++++++++---------------- 1 file changed, 194 insertions(+), 78 deletions(-) diff --git a/po/es.po b/po/es.po index f2821cdc..924afab3 100644 --- a/po/es.po +++ b/po/es.po @@ -17,8 +17,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-12 05:51+0000\n" -"PO-Revision-Date: 2016-05-12 09:35+0200\n" +"POT-Creation-Date: 2016-06-20 11:04+0000\n" +"PO-Revision-Date: 2016-06-20 13:33+0200\n" "Last-Translator: Daniel Mustieles \n" "Language-Team: Español; Castellano \n" "Language: es\n" @@ -1448,112 +1448,218 @@ msgstr "Archivados" msgid "None" msgstr "Ninguno" -#. 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 +#| msgid "attachment" +msgctxt "Search operator" msgid "attachment" msgstr "adjunto" -#. / 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 +#| msgid "bcc" +msgctxt "Search operator" msgid "bcc" msgstr "cco" -#. / 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 +#| msgid "body" +msgctxt "Search operator" msgid "body" msgstr "cuerpo" -#. / 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 +#| msgid "cc" +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 +#| msgid "from" +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 "asunto" - -#. / 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 "para" - -#. / 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 +#| msgid "subject" +msgctxt "Search operator" +msgid "subject" +msgstr "asunto" + +#. 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 +#| msgid "to" +msgctxt "Search operator" +msgid "to" +msgstr "para" + +#. 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 +#| msgid "me" +msgctxt "Search operator value - mail addressed to the user" msgid "me" msgstr "yo" -#: ../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 +#| msgid "me" +msgctxt "Search operator value - mail sent by the user" +msgid "me" +msgstr "yo" + +#. 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 #| msgid "%d unread" #| msgid_plural "%d unread" +msgctxt "'is:' search operator value" msgid "read" msgstr "leído" -#: ../src/engine/imap-db/imap-db-account.vala:1209 +#. 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 +#| msgid "Starred" +msgctxt "'is:' search operator value" +msgid "starred" +msgstr "destacado" + +#. 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 #| msgid "%d unread" #| msgid_plural "%d unread" +msgctxt "'is:' search operator value" msgid "unread" -msgstr "sin leer" +msgstr "sin-leer" -#: ../src/engine/imap-db/imap-db-account.vala:1211 -#| msgid "Starred" -msgid "starred" -msgstr "destacados" - -#. 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 +#. 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 "Borradores | Borrador | 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 "" "Enviados | Correo enviado | Bandeja de salida | 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 "Elementos enviados" + +#. 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" @@ -1561,17 +1667,27 @@ msgstr "" "Correo no deseado | Spam | Junk | 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 "Papelera | Eliminados | 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 +#| msgid "Delete" +msgctxt "Outlook localised name" +msgid "Deleted Items" +msgstr "Elementos eliminados" + +#. 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 "Archivo | Archivos"